Pull request #533 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of kaisawind for edgexfoundry/device-sdk-go Loading trusted files from base branch master at e392cb03206751630a245b46d5bf5d4bcc819dd1 rather than 09762395e2b815051cea757eb3971f7540d40e23 Obtained Jenkinsfile from e392cb03206751630a245b46d5bf5d4bcc819dd1 Running in Durability level: MAX_SURVIVABILITY 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 8d8818eaf3da2c68d83cf4d78c7504a3bbcde7a6 using credential edgex-jenkins-access-pat Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository https://github.com/edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-533/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/tags/stable:refs/tags/stable # timeout=10 > 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 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 8d8818eaf3da2c68d83cf4d78c7504a3bbcde7a6 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d8818eaf3da2c68d83cf4d78c7504a3bbcde7a6 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 Excluding src/test/ from checkout of git https://github.com/edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project: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/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1149 in /w/workspace/dgexfoundry_device-sdk-go_PR-533 [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-533 # 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/533/head:refs/remotes/origin/PR-533 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit e392cb03206751630a245b46d5bf5d4bcc819dd1 into PR head commit 09762395e2b815051cea757eb3971f7540d40e23 Merge succeeded, producing 09762395e2b815051cea757eb3971f7540d40e23 Checking out Revision 09762395e2b815051cea757eb3971f7540d40e23 (PR-533) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/533/head:refs/remotes/origin/PR-533 # 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/533/head:refs/remotes/origin/PR-533 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 09762395e2b815051cea757eb3971f7540d40e23 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge e392cb03206751630a245b46d5bf5d4bcc819dd1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 09762395e2b815051cea757eb3971f7540d40e23 # timeout=10 Commit message: "fix:device driver with consul takes so much cpu" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object 8d8818eaf3da2c68d83cf4d78c7504a3bbcde7a6 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:24:59 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:24:59 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:25:00 ========================================================= 03:25:00 EdgeX Global Pipelines Version Info 03:25:00 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:25:03 ------------------- 03:25:03 stable info: 03:25:03 ------------------- 03:25:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:25:03 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 03:25:03 Message: update stable to v1.0.89 03:25:05 ------------------- 03:25:05 experimental info: 03:25:05 ------------------- 03:25:05 Commited By: **** collab-it+edgex@linuxfoundation.org 03:25:05 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 03:25:05 Message: update experimental to v1.0.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 03:25:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:25:10 03:25:10 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:25:10 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:25:11 latest: Pulling from edgex-devops/git-semver 03:25:11 9123ac7c32f7: Pulling fs layer 03:25:11 b8cc5d1170e3: Pulling fs layer 03:25:11 2924cbbf6a41: Pulling fs layer 03:25:11 93b08a4f1073: Pulling fs layer 03:25:11 93b08a4f1073: Waiting 03:25:11 b8cc5d1170e3: Download complete 03:25:12 9123ac7c32f7: Verifying Checksum 03:25:12 9123ac7c32f7: Download complete 03:25:12 93b08a4f1073: Verifying Checksum 03:25:12 93b08a4f1073: Download complete 03:25:12 2924cbbf6a41: Verifying Checksum 03:25:12 2924cbbf6a41: Download complete 03:25:12 9123ac7c32f7: Pull complete 03:25:13 b8cc5d1170e3: Pull complete 03:25:16 2924cbbf6a41: Pull complete 03:25:16 93b08a4f1073: Pull complete 03:25:16 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 03:25:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:25:16 prd-centos7-docker-4c-2g-1149 does not seem to be running inside a container 03:25:16 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-533 -v /w/workspace/dgexfoundry_device-sdk-go_PR-533:/w/workspace/dgexfoundry_device-sdk-go_PR-533:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-533@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-533@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:10004/edgex-devops/git-semver:latest cat 03:25:18 $ docker top ab53f20d3ff83b3d589eb42646163ca0a163c4a609b7a05182e417faa4aa575f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:25:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:25:19 [ssh-agent] Looking for ssh-agent implementation... 03:25:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:25:19 $ docker exec ab53f20d3ff83b3d589eb42646163ca0a163c4a609b7a05182e417faa4aa575f ssh-agent 03:25:20 SSH_AUTH_SOCK=/tmp/ssh-XgNoG6TEaFPG/agent.15 03:25:20 SSH_AGENT_PID=21 03:25:20 Running ssh-add (command line suppressed) 03:25:20 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-533@tmp/private_key_8467305580344078138.key (/w/workspace/dgexfoundry_device-sdk-go_PR-533@tmp/private_key_8467305580344078138.key) 03:25:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:25:21 + git describe --exact-match --tags HEAD 03:25:21 fatal: No names found, cannot describe anything. [Pipeline] } 03:25:22 $ docker exec --env ******** --env ******** ab53f20d3ff83b3d589eb42646163ca0a163c4a609b7a05182e417faa4aa575f ssh-agent -k 03:25:22 unset SSH_AUTH_SOCK; 03:25:22 unset SSH_AGENT_PID; 03:25:22 echo Agent pid 21 killed; 03:25:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 03:25:22 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 03:25:22 This usually means this commit has not been tagged. [Pipeline] sshagent 03:25:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:25:22 [ssh-agent] Looking for ssh-agent implementation... 03:25:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:25:23 $ docker exec ab53f20d3ff83b3d589eb42646163ca0a163c4a609b7a05182e417faa4aa575f ssh-agent 03:25:23 SSH_AUTH_SOCK=/tmp/ssh-VVvh48Ln0WAw/agent.56 03:25:23 SSH_AGENT_PID=62 03:25:24 Running ssh-add (command line suppressed) 03:25:24 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-533@tmp/private_key_8168863449490177427.key (/w/workspace/dgexfoundry_device-sdk-go_PR-533@tmp/private_key_8168863449490177427.key) 03:25:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:25:25 + git semver init 03:25:25 # -> Open(): unable to determine branch for HEAD 03:25:25 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-533/.git 03:25:25 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-533 03:25:25 # $SEMVER_REMOTE_NAME = origin 03:25:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:25:25 # $SEMVER_USER_NAME = edgex-jenkins 03:25:25 # $SEMVER_BRANCH = PR-533 03:25:25 # $SEMVER_TEMP = /tmp/semver-351503380 03:25:25 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 03:25:26 # '/tmp/semver-351503380' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-533/.semver' 03:25:26 # -> Force: false 03:25:26 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-533/.semver [Pipeline] } 03:25:26 $ docker exec --env ******** --env ******** ab53f20d3ff83b3d589eb42646163ca0a163c4a609b7a05182e417faa4aa575f ssh-agent -k 03:25:27 unset SSH_AUTH_SOCK; 03:25:27 unset SSH_AGENT_PID; 03:25:27 echo Agent pid 62 killed; 03:25:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:25:29 + git semver [Pipeline] } 03:25:29 $ docker stop --time=1 ab53f20d3ff83b3d589eb42646163ca0a163c4a609b7a05182e417faa4aa575f 03:25:31 $ docker rm -f ab53f20d3ff83b3d589eb42646163ca0a163c4a609b7a05182e417faa4aa575f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 03:25:35 Stashed 66 file(s) [Pipeline] echo 03:25:35 [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 03:25:51 Still waiting to schedule task 03:25:51 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1149’ 03:25:51 Still waiting to schedule task 03:25:51 ‘prd-ubuntu18.04-docker-arm64-4c-16g-929’ is offline 03:27:44 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1150 in /w/workspace/dgexfoundry_device-sdk-go_PR-533 [Pipeline] { [Pipeline] ws 03:27:44 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 03:27:50 using credential edgex-jenkins-ssh 03:27:50 Cloning the remote Git repository 03:27:50 Cloning with configured refspecs honoured and without tags 03:27:50 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 03:27:50 > git init /w/workspace/device-sdk-go/1 # timeout=10 03:27:50 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:27:50 > git --version # timeout=10 03:27:50 using GIT_SSH to set credentials SSH Credentials for GitHub 03:27:52 Fetching without tags 03:27:50 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/533/head:refs/remotes/origin/PR-533 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:27:51 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:27:51 > git config --add remote.origin.fetch +refs/pull/533/head:refs/remotes/origin/PR-533 # timeout=10 03:27:52 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 03:27:52 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:27:52 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:27:52 using GIT_SSH to set credentials SSH Credentials for GitHub 03:27:52 Merging remotes/origin/master commit e392cb03206751630a245b46d5bf5d4bcc819dd1 into PR head commit 09762395e2b815051cea757eb3971f7540d40e23 03:27:53 Merge succeeded, producing 09762395e2b815051cea757eb3971f7540d40e23 03:27:53 Checking out Revision 09762395e2b815051cea757eb3971f7540d40e23 (PR-533) 03:27:52 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/533/head:refs/remotes/origin/PR-533 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:27:52 > git config core.sparsecheckout # timeout=10 03:27:52 > git checkout -f 09762395e2b815051cea757eb3971f7540d40e23 # timeout=10 03:27:52 > git remote # timeout=10 03:27:52 > git config --get remote.origin.url # timeout=10 03:27:52 using GIT_SSH to set credentials SSH Credentials for GitHub 03:27:52 > git merge e392cb03206751630a245b46d5bf5d4bcc819dd1 # timeout=10 03:27:52 > git rev-parse HEAD^{commit} # timeout=10 03:27:53 > git config core.sparsecheckout # timeout=10 03:27:53 > git checkout -f 09762395e2b815051cea757eb3971f7540d40e23 # timeout=10 03:27:57 Commit message: "fix:device driver with consul takes so much cpu" 03:27:57 > git --version # timeout=10 03:27:57 fatal: bad object 8d8818eaf3da2c68d83cf4d78c7504a3bbcde7a6 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 03:27:59 ========================================================= 03:27:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 03:27:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:28:00 + 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 . 03:28:01 Sending build context to Docker daemon 3.064MB 03:28:01 Step 1/8 : ARG BASE=golang:1.13-alpine 03:28:01 Step 2/8 : FROM ${BASE} 03:28:01 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:28:01 cde5963f3b93: Pulling fs layer 03:28:01 2a23fa8c16f7: Pulling fs layer 03:28:01 777b28850792: Pulling fs layer 03:28:01 8a11ddd9e578: Pulling fs layer 03:28:01 4cf88f913ddb: Pulling fs layer 03:28:01 1df406cf5192: Pulling fs layer 03:28:01 cd6300453558: Pulling fs layer 03:28:01 b9c365052c96: Pulling fs layer 03:28:01 a2d8cc88f415: Pulling fs layer 03:28:01 ea1d1ca13537: Pulling fs layer 03:28:01 3750a50a1c5e: Pulling fs layer 03:28:01 8a11ddd9e578: Waiting 03:28:01 4cf88f913ddb: Waiting 03:28:01 1df406cf5192: Waiting 03:28:01 cd6300453558: Waiting 03:28:01 b9c365052c96: Waiting 03:28:01 a2d8cc88f415: Waiting 03:28:01 ea1d1ca13537: Waiting 03:28:01 3750a50a1c5e: Waiting 03:28:01 777b28850792: Verifying Checksum 03:28:01 777b28850792: Download complete 03:28:01 2a23fa8c16f7: Download complete 03:28:01 4cf88f913ddb: Verifying Checksum 03:28:01 4cf88f913ddb: Download complete 03:28:01 1df406cf5192: Verifying Checksum 03:28:01 1df406cf5192: Download complete 03:28:01 cde5963f3b93: Verifying Checksum 03:28:01 cde5963f3b93: Download complete 03:28:02 cde5963f3b93: Pull complete 03:28:03 2a23fa8c16f7: Pull complete 03:28:03 777b28850792: Pull complete 03:28:06 cd6300453558: Download complete 03:28:06 a2d8cc88f415: Download complete 03:28:08 ea1d1ca13537: Verifying Checksum 03:28:08 ea1d1ca13537: Download complete 03:28:08 3750a50a1c5e: Verifying Checksum 03:28:08 3750a50a1c5e: Download complete 03:28:11 b9c365052c96: Download complete 03:28:12 Running on prd-centos7-docker-4c-2g-1151 in /w/workspace/dgexfoundry_device-sdk-go_PR-533 [Pipeline] { [Pipeline] ws 03:28:12 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 03:28:13 8a11ddd9e578: Verifying Checksum 03:28:13 8a11ddd9e578: Download complete 03:28:14 using credential edgex-jenkins-ssh 03:28:15 Cloning the remote Git repository 03:28:15 Cloning with configured refspecs honoured and without tags 03:28:15 Fetching without tags 03:28:14 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 03:28:14 > git init /w/workspace/device-sdk-go/1 # timeout=10 03:28:14 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:28:14 > git --version # timeout=10 03:28:14 using GIT_SSH to set credentials SSH Credentials for GitHub 03:28:15 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/533/head:refs/remotes/origin/PR-533 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:28:15 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:28:15 > git config --add remote.origin.fetch +refs/pull/533/head:refs/remotes/origin/PR-533 # timeout=10 03:28:15 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 03:28:15 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:28:15 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:28:15 using GIT_SSH to set credentials SSH Credentials for GitHub 03:28:15 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/533/head:refs/remotes/origin/PR-533 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:28:16 Merging remotes/origin/master commit e392cb03206751630a245b46d5bf5d4bcc819dd1 into PR head commit 09762395e2b815051cea757eb3971f7540d40e23 03:28:16 Merge succeeded, producing 09762395e2b815051cea757eb3971f7540d40e23 03:28:16 Checking out Revision 09762395e2b815051cea757eb3971f7540d40e23 (PR-533) 03:28:16 > git config core.sparsecheckout # timeout=10 03:28:16 > git checkout -f 09762395e2b815051cea757eb3971f7540d40e23 # timeout=10 03:28:16 > git remote # timeout=10 03:28:16 > git config --get remote.origin.url # timeout=10 03:28:16 using GIT_SSH to set credentials SSH Credentials for GitHub 03:28:16 > git merge e392cb03206751630a245b46d5bf5d4bcc819dd1 # timeout=10 03:28:16 > git rev-parse HEAD^{commit} # timeout=10 03:28:16 > git config core.sparsecheckout # timeout=10 03:28:16 > git checkout -f 09762395e2b815051cea757eb3971f7540d40e23 # timeout=10 03:28:20 Commit message: "fix:device driver with consul takes so much cpu" 03:28:20 > git --version # timeout=10 03:28:20 fatal: bad object 8d8818eaf3da2c68d83cf4d78c7504a3bbcde7a6 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 03:28:21 ========================================================= 03:28:21 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 03:28:21 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:28:22 + 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 . 03:28:22 Sending build context to Docker daemon 3.064MB 03:28:22 Step 1/8 : ARG BASE=golang:1.13-alpine 03:28:22 Step 2/8 : FROM ${BASE} 03:28:22 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 03:28:22 e6b0cf9c0882: Pulling fs layer 03:28:22 2848faf0eed1: Pulling fs layer 03:28:22 0f37312ad70f: Pulling fs layer 03:28:22 5788d62ee057: Pulling fs layer 03:28:22 0e6b1d234666: Pulling fs layer 03:28:22 bf5d7aec512f: Pulling fs layer 03:28:22 34c802a77dc8: Pulling fs layer 03:28:22 9eb99e56ec68: Pulling fs layer 03:28:22 27c7a5d97fbd: Pulling fs layer 03:28:22 5c102a31e300: Pulling fs layer 03:28:22 dcfb455df0a1: Pulling fs layer 03:28:22 5788d62ee057: Waiting 03:28:22 0e6b1d234666: Waiting 03:28:22 27c7a5d97fbd: Waiting 03:28:22 bf5d7aec512f: Waiting 03:28:22 5c102a31e300: Waiting 03:28:22 dcfb455df0a1: Waiting 03:28:22 34c802a77dc8: Waiting 03:28:22 9eb99e56ec68: Waiting 03:28:22 0f37312ad70f: Verifying Checksum 03:28:22 0f37312ad70f: Download complete 03:28:22 2848faf0eed1: Verifying Checksum 03:28:22 2848faf0eed1: Download complete 03:28:22 0e6b1d234666: Verifying Checksum 03:28:22 0e6b1d234666: Download complete 03:28:22 e6b0cf9c0882: Verifying Checksum 03:28:22 e6b0cf9c0882: Download complete 03:28:22 bf5d7aec512f: Verifying Checksum 03:28:22 bf5d7aec512f: Download complete 03:28:22 e6b0cf9c0882: Pull complete 03:28:23 2848faf0eed1: Pull complete 03:28:23 0f37312ad70f: Pull complete 03:28:23 34c802a77dc8: Verifying Checksum 03:28:23 34c802a77dc8: Download complete 03:28:23 27c7a5d97fbd: Download complete 03:28:23 5788d62ee057: Verifying Checksum 03:28:23 5788d62ee057: Download complete 03:28:24 5c102a31e300: Verifying Checksum 03:28:24 5c102a31e300: Download complete 03:28:24 dcfb455df0a1: Verifying Checksum 03:28:24 dcfb455df0a1: Download complete 03:28:24 9eb99e56ec68: Download complete 03:28:25 8a11ddd9e578: Pull complete 03:28:25 4cf88f913ddb: Pull complete 03:28:25 1df406cf5192: Pull complete 03:28:30 cd6300453558: Pull complete 03:28:30 5788d62ee057: Pull complete 03:28:30 0e6b1d234666: Pull complete 03:28:30 bf5d7aec512f: Pull complete 03:28:34 b9c365052c96: Pull complete 03:28:34 a2d8cc88f415: Pull complete 03:28:35 34c802a77dc8: Pull complete 03:28:36 ea1d1ca13537: Pull complete 03:28:37 3750a50a1c5e: Pull complete 03:28:37 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 03:28:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 03:28:37 ---> 78745c68409d 03:28:37 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:28:39 9eb99e56ec68: Pull complete 03:28:39 27c7a5d97fbd: Pull complete 03:28:40 5c102a31e300: Pull complete 03:28:40 dcfb455df0a1: Pull complete 03:28:40 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 03:28:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 03:28:40 ---> 7c70fe431013 03:28:40 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:28:40 ---> Running in 75c288390f0a 03:28:40 Removing intermediate container 75c288390f0a 03:28:40 ---> 4d597c632921 03:28:40 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:28:40 ---> Running in 5c995941057a 03:28:41 ---> Running in d59cf52aa0de 03:28:41 Removing intermediate container 5c995941057a 03:28:41 ---> c9ee6f9a94eb 03:28:41 Step 5/8 : RUN apk add --no-cache make git 03:28:41 ---> Running in e9334fb8ab2b 03:28:41 Removing intermediate container d59cf52aa0de 03:28:41 ---> 369ff0934565 03:28:41 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:28:41 ---> Running in cfff3e04376e 03:28:41 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 03:28:42 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 03:28:42 OK: 143 MiB in 39 packages 03:28:43 Removing intermediate container e9334fb8ab2b 03:28:43 ---> 30b1055ecc26 03:28:43 Step 6/8 : WORKDIR /device-sdk-go 03:28:43 ---> Running in dd0ed23add68 03:28:43 Removing intermediate container dd0ed23add68 03:28:43 ---> 8910a6efbb20 03:28:43 Step 7/8 : COPY . . 03:28:44 ---> 1afcd858cf22 03:28:44 Step 8/8 : RUN go mod download 03:28:44 ---> Running in d39e4d0bf801 03:28:44 Removing intermediate container cfff3e04376e 03:28:44 ---> 2b49901154d8 03:28:44 Step 5/8 : RUN apk add --no-cache make git 03:28:44 ---> Running in 5924220b3a13 03:28:45 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 03:28:46 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 03:28:46 OK: 125 MiB in 39 packages 03:28:46 go: finding github.com/BurntSushi/toml v0.3.1 03:28:46 go: finding github.com/OneOfOne/xxhash v1.2.6 03:28:46 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 03:28:46 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 03:28:46 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 03:28:47 go: finding github.com/bgentry/speakeasy v0.1.0 03:28:47 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 03:28:47 go: finding github.com/davecgh/go-spew v1.1.1 03:28:47 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 03:28:47 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 03:28:47 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 03:28:47 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 03:28:47 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 03:28:47 go: finding github.com/fatih/color v1.7.0 03:28:47 go: finding github.com/fxamacker/cbor/v2 v2.2.0 03:28:47 go: finding github.com/go-kit/kit v0.8.0 03:28:47 go: finding github.com/go-logfmt/logfmt v0.4.0 03:28:47 go: finding github.com/go-stack/stack v1.8.0 03:28:47 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 03:28:47 go: finding github.com/google/uuid v1.1.0 03:28:47 go: finding github.com/gorilla/mux v1.7.1 03:28:47 go: finding github.com/hashicorp/consul/api v1.1.0 03:28:47 go: finding github.com/hashicorp/consul/sdk v0.1.1 03:28:47 go: finding github.com/hashicorp/errwrap v1.0.0 03:28:47 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 03:28:47 Removing intermediate container 5924220b3a13 03:28:47 ---> b9624246e628 03:28:47 Step 6/8 : WORKDIR /device-sdk-go 03:28:47 ---> Running in f912451d9585 03:28:48 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 03:28:48 go: finding github.com/hashicorp/go-msgpack v0.5.3 03:28:48 go: finding github.com/hashicorp/go-multierror v1.0.0 03:28:48 go: finding github.com/hashicorp/go-rootcerts v1.0.0 03:28:48 go: finding github.com/hashicorp/go-sockaddr v1.0.0 03:28:48 go: finding github.com/hashicorp/go-syslog v1.0.0 03:28:48 go: finding github.com/hashicorp/go-uuid v1.0.1 03:28:48 go: finding github.com/hashicorp/go.net v0.0.1 03:28:48 go: finding github.com/hashicorp/golang-lru v0.5.0 03:28:48 go: finding github.com/hashicorp/logutils v1.0.0 03:28:48 go: finding github.com/hashicorp/mdns v1.0.0 03:28:48 go: finding github.com/hashicorp/memberlist v0.1.3 03:28:48 go: finding github.com/hashicorp/serf v0.8.2 03:28:48 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 03:28:48 go: finding github.com/mattn/go-colorable v0.0.9 03:28:48 go: finding github.com/mattn/go-isatty v0.0.3 03:28:48 Removing intermediate container f912451d9585 03:28:48 ---> fabf7b385a04 03:28:48 Step 7/8 : COPY . . 03:28:48 go: finding github.com/miekg/dns v1.0.14 03:28:48 go: finding github.com/mitchellh/cli v1.0.0 03:28:48 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 03:28:48 go: finding github.com/mitchellh/copystructure v1.0.0 03:28:48 go: finding github.com/mitchellh/go-homedir v1.0.0 03:28:48 go: finding github.com/mitchellh/go-testing-interface v1.0.0 03:28:48 go: finding github.com/mitchellh/gox v0.4.0 03:28:48 go: finding github.com/mitchellh/iochan v1.0.0 03:28:48 go: finding github.com/mitchellh/mapstructure v1.1.2 03:28:48 go: finding github.com/mitchellh/reflectwalk v1.0.0 03:28:48 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 03:28:48 go: finding github.com/pelletier/go-toml v1.2.0 03:28:49 go: finding github.com/pkg/errors v0.8.1 03:28:49 go: finding github.com/pmezard/go-difflib v1.0.0 03:28:49 go: finding github.com/posener/complete v1.1.1 03:28:49 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 03:28:49 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 03:28:49 go: finding github.com/stretchr/objx v0.1.0 03:28:49 go: finding github.com/stretchr/testify v1.5.1 03:28:49 go: finding github.com/ugorji/go v1.1.4 03:28:49 go: finding github.com/x448/float16 v0.8.4 03:28:49 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 03:28:49 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 03:28:49 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 03:28:49 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 03:28:49 ---> 2ca25b45f054 03:28:49 Step 8/8 : RUN go mod download 03:28:49 ---> Running in 0d297b80aac9 03:28:49 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 03:28:49 go: finding gopkg.in/yaml.v2 v2.2.8 03:28:51 go: finding github.com/BurntSushi/toml v0.3.1 03:28:51 go: finding github.com/OneOfOne/xxhash v1.2.6 03:28:51 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 03:28:51 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 03:28:51 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 03:28:51 go: finding github.com/bgentry/speakeasy v0.1.0 03:28:51 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 03:28:51 go: finding github.com/davecgh/go-spew v1.1.1 03:28:51 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 03:28:51 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 03:28:51 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 03:28:51 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 03:28:51 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 03:28:52 go: finding github.com/fatih/color v1.7.0 03:28:52 go: finding github.com/fxamacker/cbor/v2 v2.2.0 03:28:52 go: finding github.com/go-kit/kit v0.8.0 03:28:52 go: finding github.com/go-logfmt/logfmt v0.4.0 03:28:52 go: finding github.com/go-stack/stack v1.8.0 03:28:52 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 03:28:52 go: finding github.com/google/uuid v1.1.0 03:28:52 go: finding github.com/gorilla/mux v1.7.1 03:28:52 go: finding github.com/hashicorp/consul/api v1.1.0 03:28:52 go: finding github.com/hashicorp/consul/sdk v0.1.1 03:28:52 go: finding github.com/hashicorp/errwrap v1.0.0 03:28:52 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 03:28:52 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 03:28:52 go: finding github.com/hashicorp/go-msgpack v0.5.3 03:28:52 go: finding github.com/hashicorp/go-multierror v1.0.0 03:28:52 go: finding github.com/hashicorp/go-rootcerts v1.0.0 03:28:52 go: finding github.com/hashicorp/go-sockaddr v1.0.0 03:28:52 go: finding github.com/hashicorp/go-syslog v1.0.0 03:28:52 go: finding github.com/hashicorp/go-uuid v1.0.1 03:28:52 go: finding github.com/hashicorp/go.net v0.0.1 03:28:52 go: finding github.com/hashicorp/golang-lru v0.5.0 03:28:52 go: finding github.com/hashicorp/logutils v1.0.0 03:28:52 go: finding github.com/hashicorp/mdns v1.0.0 03:28:52 go: finding github.com/hashicorp/memberlist v0.1.3 03:28:52 go: finding github.com/hashicorp/serf v0.8.2 03:28:52 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 03:28:52 go: finding github.com/mattn/go-colorable v0.0.9 03:28:52 go: finding github.com/mattn/go-isatty v0.0.3 03:28:52 go: finding github.com/miekg/dns v1.0.14 03:28:52 go: finding github.com/mitchellh/cli v1.0.0 03:28:52 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 03:28:52 go: finding github.com/mitchellh/copystructure v1.0.0 03:28:52 go: finding github.com/mitchellh/go-homedir v1.0.0 03:28:52 go: finding github.com/mitchellh/go-testing-interface v1.0.0 03:28:52 go: finding github.com/mitchellh/gox v0.4.0 03:28:52 go: finding github.com/mitchellh/iochan v1.0.0 03:28:52 go: finding github.com/mitchellh/mapstructure v1.1.2 03:28:52 go: finding github.com/mitchellh/reflectwalk v1.0.0 03:28:53 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 03:28:53 go: finding github.com/pelletier/go-toml v1.2.0 03:28:53 go: finding github.com/pkg/errors v0.8.1 03:28:53 go: finding github.com/pmezard/go-difflib v1.0.0 03:28:53 go: finding github.com/posener/complete v1.1.1 03:28:53 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 03:28:53 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 03:28:53 go: finding github.com/stretchr/objx v0.1.0 03:28:53 go: finding github.com/stretchr/testify v1.5.1 03:28:53 go: finding github.com/ugorji/go v1.1.4 03:28:53 go: finding github.com/x448/float16 v0.8.4 03:28:53 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 03:28:53 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 03:28:53 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 03:28:53 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 03:28:53 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 03:28:53 go: finding gopkg.in/yaml.v2 v2.2.8 03:28:53 Removing intermediate container d39e4d0bf801 03:28:53 ---> 6a46618c8d62 03:28:53 Successfully built 6a46618c8d62 03:28:53 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 03:28:54 + docker inspect -f . ci-base-image-x86_64 03:28:54 . [Pipeline] withDockerContainer 03:28:55 prd-centos7-docker-4c-2g-1151 does not seem to be running inside a container 03:28:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:28:55 $ docker top 343abbcd5fb69f182c701c271fb141550e11f20c84352f9e155272576cb9cd4a -eo pid,comm [Pipeline] { [Pipeline] sh 03:28:56 + go version 03:28:56 go version go1.13.5 linux/amd64 [Pipeline] sh 03:28:57 + make test 03:28:57 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 03:28:58 ? github.com/edgexfoundry/device-sdk-go [no test files] 03:29:03 Removing intermediate container 0d297b80aac9 03:29:03 ---> 661f7a7255af 03:29:03 Successfully built 661f7a7255af 03:29:03 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:29:04 + docker inspect -f . ci-base-image-arm64 03:29:04 . [Pipeline] withDockerContainer 03:29:05 prd-ubuntu18.04-docker-arm64-4c-16g-1150 does not seem to be running inside a container 03:29:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:29:06 $ docker top ebf11145e28e95d268d64934a8566bcf8e7c3c3ab86134665dc49c3304c50751 -eo pid,comm [Pipeline] { [Pipeline] sh 03:29:07 + go version 03:29:07 go version go1.13.5 linux/arm64 [Pipeline] sh 03:29:08 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 03:29:08 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 03:29:08 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 03:29:08 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.004s coverage: 22.1% of statements 03:29:08 + make test 03:29:08 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 03:29:10 ? github.com/edgexfoundry/device-sdk-go [no test files] 03:29:12 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.047s coverage: 95.8% of statements 03:29:42 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 03:29:42 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 03:29:42 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 03:29:42 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.040s coverage: 22.1% of statements 03:29:42 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.252s coverage: 95.8% of statements 03:29:44 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.107s coverage: 11.4% of statements 03:29:44 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.005s coverage: 21.7% of statements 03:29:44 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 03:29:44 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.075s coverage: 36.9% of statements 03:29:44 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 03:29:44 ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] 03:29:44 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.353s coverage: 65.2% of statements 03:29:44 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 03:29:44 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 03:29:44 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 03:29:44 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.015s coverage: 52.6% of statements 03:29:44 ? github.com/edgexfoundry/device-sdk-go/internal/urlclient [no test files] 03:29:44 ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.105s coverage: 68.9% of statements 03:29:44 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 03:29:44 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 03:29:44 CGO_ENABLED=0 GO111MODULE=on go vet ./... 03:29:44 gofmt -l . 03:29:44 [ "`gofmt -l .`" = "" ] 03:29:44 ./bin/test-attribution-txt.sh 03:29:45 ./bin/test-go-mod-tidy.sh [Pipeline] stash 03:29:45 Stashed 1 file(s) [Pipeline] } 03:29:45 $ docker stop --time=1 343abbcd5fb69f182c701c271fb141550e11f20c84352f9e155272576cb9cd4a 03:29:47 $ docker rm -f 343abbcd5fb69f182c701c271fb141550e11f20c84352f9e155272576cb9cd4a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 03:29:50 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:29:50 + ls -al . 03:29:50 total 180 03:29:50 drwxrwxr-x. 11 jenkins jenkins 4096 May 29 03:29 . 03:29:50 drwxrwxr-x. 4 jenkins jenkins 28 May 29 03:28 .. 03:29:50 drwxrwxr-x. 3 jenkins jenkins 20 May 29 03:28 api 03:29:50 drwxrwxr-x. 2 jenkins jenkins 64 May 29 03:28 bin 03:29:50 -rw-r--r--. 1 jenkins jenkins 110877 May 29 03:29 coverage.out 03:29:50 -rw-rw-r--. 1 jenkins jenkins 936 May 29 03:28 Dockerfile.build 03:29:50 -rw-rw-r--. 1 jenkins jenkins 140 May 29 03:28 .dockerignore 03:29:50 drwxrwxr-x. 4 jenkins jenkins 48 May 29 03:28 example 03:29:50 drwxrwxr-x. 8 jenkins jenkins 179 May 29 03:28 .git 03:29:50 drwxrwxr-x. 2 jenkins jenkins 38 May 29 03:28 .github 03:29:50 -rw-rw-r--. 1 jenkins jenkins 138 May 29 03:28 .gitignore 03:29:50 -rw-r--r--. 1 jenkins jenkins 446 May 29 03:29 go.mod 03:29:50 -rw-r--r--. 1 jenkins jenkins 12179 May 29 03:29 go.sum 03:29:50 drwxrwxr-x. 15 jenkins jenkins 217 May 29 03:28 internal 03:29:50 -rw-rw-r--. 1 jenkins jenkins 808 May 29 03:28 Jenkinsfile 03:29:50 -rw-rw-r--. 1 jenkins jenkins 11341 May 29 03:28 LICENSE 03:29:50 -rw-rw-r--. 1 jenkins jenkins 892 May 29 03:28 Makefile 03:29:50 drwxrwxr-x. 5 jenkins jenkins 50 May 29 03:28 pkg 03:29:50 -rw-rw-r--. 1 jenkins jenkins 3166 May 29 03:28 README.md 03:29:50 -rw-rw-r--. 1 jenkins jenkins 3788 May 29 03:28 RELEASE-NOTES.txt 03:29:50 drwxrwxr-x. 3 jenkins jenkins 58 May 29 03:28 .semver 03:29:50 drwxrwxr-x. 4 jenkins jenkins 54 May 29 03:28 snap 03:29:50 -rw-rw-r--. 1 jenkins jenkins 5 May 29 03:25 VERSION 03:29:50 -rw-rw-r--. 1 jenkins jenkins 222 May 29 03:28 version.go [Pipeline] isUnix [Pipeline] sh 03:29:50 + 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=09762395e2b815051cea757eb3971f7540d40e23 --label arch=amd64 --label version=0.0.0 . 03:29:50 Sending build context to Docker daemon 3.192MB 03:29:51 Step 1/23 : ARG BASE=golang:1.13-alpine 03:29:51 Step 2/23 : FROM ${BASE} AS builder 03:29:51 ---> 6a46618c8d62 03:29:51 Step 3/23 : ARG MAKE='make build' 03:29:51 ---> Running in b6a514ebfa02 03:29:51 Removing intermediate container b6a514ebfa02 03:29:51 ---> d3f2fb85b0ca 03:29:51 Step 4/23 : WORKDIR /device-sdk-go 03:29:51 ---> Running in c9717424f3db 03:29:51 Removing intermediate container c9717424f3db 03:29:51 ---> 06877b224672 03:29:51 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:29:51 ---> Running in 140cd8003744 03:29:51 Removing intermediate container 140cd8003744 03:29:51 ---> 3a389f134a2d 03:29:51 Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:29:51 ---> Running in e24e3225e0c5 03:29:52 Removing intermediate container e24e3225e0c5 03:29:52 ---> acbdcd184090 03:29:52 Step 7/23 : RUN apk add --update --no-cache make git 03:29:52 ---> Running in 6efb4e690d53 03:29:52 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 03:29:53 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 03:29:53 OK: 143 MiB in 39 packages 03:29:54 Removing intermediate container 6efb4e690d53 03:29:54 ---> accab6f690bb 03:29:54 Step 8/23 : COPY . . 03:29:54 ---> d23350d1d1db 03:29:54 Step 9/23 : RUN ${MAKE} 03:29:54 ---> Running in 392598f92b5c 03:29:54 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 03:30:03 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 03:30:03 Removing intermediate container 392598f92b5c 03:30:03 ---> a36ffaf57ec8 03:30:03 Step 10/23 : FROM scratch 03:30:03 ---> 03:30:03 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:30:03 ---> Running in 31f17246cd9f 03:30:03 Removing intermediate container 31f17246cd9f 03:30:03 ---> 75ce40429a12 03:30:03 Step 12/23 : ENV APP_PORT=49990 03:30:03 ---> Running in b7bfc24fbe43 03:30:03 Removing intermediate container b7bfc24fbe43 03:30:03 ---> 9788b2b535a9 03:30:03 Step 13/23 : EXPOSE $APP_PORT 03:30:03 ---> Running in bca19c497330 03:30:03 Removing intermediate container bca19c497330 03:30:03 ---> 737fc6298680 03:30:03 Step 14/23 : WORKDIR / 03:30:03 ---> Running in d4263c55d4ef 03:30:03 Removing intermediate container d4263c55d4ef 03:30:03 ---> d0aca187b458 03:30:03 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 03:30:04 ---> e2d42eb5662f 03:30:04 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 03:30:04 ---> 3d9b48100215 03:30:04 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 03:30:04 ---> 7e1bf3cc4e60 03:30:04 Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 03:30:04 ---> 5826390b2930 03:30:04 Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 03:30:04 ---> 74450025364b 03:30:04 Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:30:04 ---> Running in 4f15c969bcdf 03:30:04 Removing intermediate container 4f15c969bcdf 03:30:04 ---> 7738162375e7 03:30:04 Step 21/23 : LABEL arch=amd64 03:30:04 ---> Running in 35d431d1eb05 03:30:05 Removing intermediate container 35d431d1eb05 03:30:05 ---> 300b1ef19e89 03:30:05 Step 22/23 : LABEL git_sha=09762395e2b815051cea757eb3971f7540d40e23 03:30:05 ---> Running in b2e7c1ac15a4 03:30:05 Removing intermediate container b2e7c1ac15a4 03:30:05 ---> 702b7a68d933 03:30:05 Step 23/23 : LABEL version=0.0.0 03:30:05 ---> Running in 298f8b5603c6 03:30:06 Removing intermediate container 298f8b5603c6 03:30:06 ---> f8f588048007 03:30:06 [Warning] One or more build-args [ARCH] were not consumed 03:30:06 Successfully built f8f588048007 03:30:06 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] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 03:30:14 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.044s coverage: 11.4% of statements 03:30:14 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.024s coverage: 21.7% of statements 03:30:14 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 03:30:14 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.178s coverage: 36.9% of statements 03:30:14 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 03:30:14 ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] 03:30:14 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.659s coverage: 65.2% of statements 03:30:14 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 03:30:14 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 03:30:14 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 03:30:14 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.045s coverage: 52.6% of statements 03:30:14 ? github.com/edgexfoundry/device-sdk-go/internal/urlclient [no test files] 03:30:14 ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.354s coverage: 68.9% of statements 03:30:14 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 03:30:14 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 03:30:14 CGO_ENABLED=0 GO111MODULE=on go vet ./... 03:30:16 gofmt -l . 03:30:17 [ "`gofmt -l .`" = "" ] 03:30:17 ./bin/test-attribution-txt.sh 03:30:18 ./bin/test-go-mod-tidy.sh [Pipeline] stash 03:30:19 Warning: overwriting stash ‘coverage-report’ 03:30:19 Stashed 1 file(s) [Pipeline] } 03:30:19 $ docker stop --time=1 ebf11145e28e95d268d64934a8566bcf8e7c3c3ab86134665dc49c3304c50751 03:30:21 $ docker rm -f ebf11145e28e95d268d64934a8566bcf8e7c3c3ab86134665dc49c3304c50751 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 03:30:23 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:30:23 + ls -al . 03:30:23 total 220 03:30:23 drwxrwxr-x 11 jenkins jenkins 4096 May 29 03:30 . 03:30:23 drwxrwxr-x 4 jenkins jenkins 4096 May 29 03:27 .. 03:30:23 -rw-rw-r-- 1 jenkins jenkins 140 May 29 03:27 .dockerignore 03:30:23 drwxrwxr-x 8 jenkins jenkins 4096 May 29 03:27 .git 03:30:23 drwxrwxr-x 2 jenkins jenkins 4096 May 29 03:27 .github 03:30:23 -rw-rw-r-- 1 jenkins jenkins 138 May 29 03:27 .gitignore 03:30:23 drwxrwxr-x 3 jenkins jenkins 4096 May 29 03:27 .semver 03:30:23 -rw-rw-r-- 1 jenkins jenkins 936 May 29 03:27 Dockerfile.build 03:30:23 -rw-rw-r-- 1 jenkins jenkins 808 May 29 03:27 Jenkinsfile 03:30:23 -rw-rw-r-- 1 jenkins jenkins 11341 May 29 03:27 LICENSE 03:30:23 -rw-rw-r-- 1 jenkins jenkins 892 May 29 03:27 Makefile 03:30:23 -rw-rw-r-- 1 jenkins jenkins 3166 May 29 03:27 README.md 03:30:23 -rw-rw-r-- 1 jenkins jenkins 3788 May 29 03:27 RELEASE-NOTES.txt 03:30:23 -rw-rw-r-- 1 jenkins jenkins 5 May 29 03:25 VERSION 03:30:23 drwxrwxr-x 3 jenkins jenkins 4096 May 29 03:27 api 03:30:23 drwxrwxr-x 2 jenkins jenkins 4096 May 29 03:27 bin 03:30:23 -rw-r--r-- 1 jenkins jenkins 110877 May 29 03:30 coverage.out 03:30:23 drwxrwxr-x 4 jenkins jenkins 4096 May 29 03:27 example 03:30:23 -rw-r--r-- 1 jenkins jenkins 446 May 29 03:30 go.mod 03:30:23 -rw-r--r-- 1 jenkins jenkins 12179 May 29 03:30 go.sum 03:30:23 drwxrwxr-x 15 jenkins jenkins 4096 May 29 03:27 internal 03:30:23 drwxrwxr-x 5 jenkins jenkins 4096 May 29 03:27 pkg 03:30:23 drwxrwxr-x 4 jenkins jenkins 4096 May 29 03:27 snap 03:30:23 -rw-rw-r-- 1 jenkins jenkins 222 May 29 03:27 version.go [Pipeline] isUnix [Pipeline] sh 03:30:23 + 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=09762395e2b815051cea757eb3971f7540d40e23 --label arch=arm64 --label version=0.0.0 . 03:30:24 Sending build context to Docker daemon 3.192MB 03:30:24 Step 1/23 : ARG BASE=golang:1.13-alpine 03:30:24 Step 2/23 : FROM ${BASE} AS builder 03:30:24 ---> 661f7a7255af 03:30:24 Step 3/23 : ARG MAKE='make build' 03:30:24 ---> Running in 866e0caa528d 03:30:25 Removing intermediate container 866e0caa528d 03:30:25 ---> 0c63d5ae5720 03:30:25 Step 4/23 : WORKDIR /device-sdk-go 03:30:25 ---> Running in 8e1ebc38183b 03:30:25 Removing intermediate container 8e1ebc38183b 03:30:25 ---> 2fa187a04562 03:30:25 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:30:25 ---> Running in ad50693e4b9a 03:30:25 Removing intermediate container ad50693e4b9a 03:30:25 ---> df59133822c7 03:30:25 Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:30:26 ---> Running in df99256e9f11 03:30:28 Removing intermediate container df99256e9f11 03:30:28 ---> b9523206f6ae 03:30:28 Step 7/23 : RUN apk add --update --no-cache make git 03:30:28 ---> Running in dd450ad83fcf 03:30:28 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 03:30:29 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 03:30:30 OK: 125 MiB in 39 packages 03:30:31 Removing intermediate container dd450ad83fcf 03:30:31 ---> 62b5eb1f485a 03:30:31 Step 8/23 : COPY . . 03:30:32 ---> e0c070cee44c 03:30:32 Step 9/23 : RUN ${MAKE} 03:30:32 ---> Running in d06273586612 03:30:33 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 03:30:55 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 03:30:58 Removing intermediate container d06273586612 03:30:58 ---> c6cf921763c0 03:30:58 Step 10/23 : FROM scratch 03:30:58 ---> 03:30:58 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:30:58 ---> Running in 4b383aa78d5b 03:30:58 Removing intermediate container 4b383aa78d5b 03:30:58 ---> 86782f8ab5c2 03:30:58 Step 12/23 : ENV APP_PORT=49990 03:30:58 ---> Running in 5904ca52d3e3 03:30:58 Removing intermediate container 5904ca52d3e3 03:30:58 ---> 72f7260cbdf1 03:30:58 Step 13/23 : EXPOSE $APP_PORT 03:30:58 ---> Running in 968f74f61a88 03:30:59 Removing intermediate container 968f74f61a88 03:30:59 ---> 85feacd82d9c 03:30:59 Step 14/23 : WORKDIR / 03:30:59 ---> Running in 48ae54a6a11c 03:30:59 Removing intermediate container 48ae54a6a11c 03:30:59 ---> 7761ef7e8190 03:30:59 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 03:31:00 ---> ac3a20ffdd49 03:31:00 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 03:31:01 ---> bbb521a318f9 03:31:01 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 03:31:01 ---> a4fe8e6d9c80 03:31:01 Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 03:31:02 ---> 2a818e8882df 03:31:02 Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 03:31:02 ---> 924c74cb630e 03:31:02 Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:31:02 ---> Running in b2c99b0d5208 03:31:03 Removing intermediate container b2c99b0d5208 03:31:03 ---> f108e38b13bf 03:31:03 Step 21/23 : LABEL arch=arm64 03:31:03 ---> Running in b1f9427e3b3c 03:31:03 Removing intermediate container b1f9427e3b3c 03:31:03 ---> 4e513a753c07 03:31:03 Step 22/23 : LABEL git_sha=09762395e2b815051cea757eb3971f7540d40e23 03:31:03 ---> Running in 77dc46946f4d 03:31:04 Removing intermediate container 77dc46946f4d 03:31:04 ---> 4052fc78204e 03:31:04 Step 23/23 : LABEL version=0.0.0 03:31:04 ---> Running in e99847c5686a 03:31:04 Removing intermediate container e99847c5686a 03:31:04 ---> cbede9857c4b 03:31:04 [Warning] One or more build-args [ARCH] were not consumed 03:31:04 Successfully built cbede9857c4b 03:31:04 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] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 03:31:06 provisioning config files... 03:31:06 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-533@tmp/config1735356779750639389tmp [Pipeline] { [Pipeline] sh 03:31:07 + curl -s https://codecov.io/bash 03:31:07 + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-533@tmp/config1735356779750639389tmp 03:31:08 03:31:08 _____ _ 03:31:08 / ____| | | 03:31:08 | | ___ __| | ___ ___ _____ __ 03:31:08 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:31:08 | |___| (_) | (_| | __/ (_| (_) \ V / 03:31:08 \_____\___/ \__,_|\___|\___\___/ \_/ 03:31:08 Bash-20200430-d757c17 03:31:08 03:31:08 03:31:08 ==> Jenkins CI detected. 03:31:08 project root: . 03:31:08 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:31:08 ==> Running gcov in . (disable via -X gcov) 03:31:08 ==> Python coveragepy not found 03:31:08 ==> Searching for coverage reports in: 03:31:08 + . 03:31:08 -> Found 1 reports 03:31:08 ==> Detecting git/mercurial file structure 03:31:08 ==> Reading reports 03:31:08 + ./coverage.out bytes=110877 03:31:08 ==> Appending adjustments 03:31:08 https://docs.codecov.io/docs/fixing-reports 03:31:09 + Found adjustments 03:31:09 ==> Gzipping contents 03:31:09 ==> Uploading reports 03:31:09 url: https://codecov.io 03:31:09 query: branch=PR-533&commit=09762395e2b815051cea757eb3971f7540d40e23&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-533%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=533&job= 03:31:09 -> Pinging Codecov 03:31:09 https://codecov.io/upload/v4?package=bash-20200430-d757c17&token=secret&branch=PR-533&commit=09762395e2b815051cea757eb3971f7540d40e23&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-533%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=533&job= 03:31:10 -> Uploading 03:31:11 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/09762395e2b815051cea757eb3971f7540d40e23 [Pipeline] } 03:31:11 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 03:31:14 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:31:15 ---> package-listing.sh 03:31:15 ++ tr '[:upper:]' '[:lower:]' 03:31:15 ++ facter osfamily 03:31:15 + OS_FAMILY=redhat 03:31:15 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-533 03:31:15 + START_PACKAGES=/tmp/packages_start.txt 03:31:15 + END_PACKAGES=/tmp/packages_end.txt 03:31:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:31:15 + PACKAGES=/tmp/packages_start.txt 03:31:15 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-533 ']' 03:31:15 + PACKAGES=/tmp/packages_end.txt 03:31:15 + case "${OS_FAMILY}" in 03:31:15 + rpm -qa 03:31:15 + sort 03:31:27 + '[' -f /tmp/packages_start.txt ']' 03:31:27 + '[' -f /tmp/packages_end.txt ']' 03:31:27 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:31:27 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-533 ']' 03:31:27 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-533/archives/ 03:31:27 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-533/archives/ [Pipeline] isUnix [Pipeline] sh 03:31:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:31:28 03:31:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:31:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:31:29 alpine: Pulling from edgex-lftools-log-publisher 03:31:29 c9b1b535fdd9: Pulling fs layer 03:31:29 2cc5ad85d9ab: Pulling fs layer 03:31:29 756a868c4378: Pulling fs layer 03:31:29 444b2fc9a129: Pulling fs layer 03:31:29 ea15f1150254: Pulling fs layer 03:31:29 41b27a9f41bf: Pulling fs layer 03:31:29 28c525ee5125: Pulling fs layer 03:31:29 094b1ea09ed8: Pulling fs layer 03:31:29 138eaada9080: Pulling fs layer 03:31:29 0622d0fa9048: Pulling fs layer 03:31:29 444b2fc9a129: Waiting 03:31:29 ea15f1150254: Waiting 03:31:29 41b27a9f41bf: Waiting 03:31:29 28c525ee5125: Waiting 03:31:29 094b1ea09ed8: Waiting 03:31:29 138eaada9080: Waiting 03:31:29 0622d0fa9048: Waiting 03:31:29 2cc5ad85d9ab: Download complete 03:31:30 444b2fc9a129: Verifying Checksum 03:31:30 444b2fc9a129: Download complete 03:31:30 ea15f1150254: Verifying Checksum 03:31:30 ea15f1150254: Download complete 03:31:30 c9b1b535fdd9: Download complete 03:31:30 28c525ee5125: Verifying Checksum 03:31:30 28c525ee5125: Download complete 03:31:32 756a868c4378: Verifying Checksum 03:31:32 756a868c4378: Download complete 03:31:32 138eaada9080: Verifying Checksum 03:31:32 138eaada9080: Download complete 03:31:32 0622d0fa9048: Verifying Checksum 03:31:32 0622d0fa9048: Download complete 03:31:32 c9b1b535fdd9: Pull complete 03:31:33 094b1ea09ed8: Verifying Checksum 03:31:33 094b1ea09ed8: Download complete 03:31:33 2cc5ad85d9ab: Pull complete 03:31:34 41b27a9f41bf: Verifying Checksum 03:31:34 41b27a9f41bf: Download complete 03:31:39 756a868c4378: Pull complete 03:31:39 444b2fc9a129: Pull complete 03:31:41 ea15f1150254: Pull complete 03:31:49 41b27a9f41bf: Pull complete 03:31:49 28c525ee5125: Pull complete 03:31:57 094b1ea09ed8: Pull complete 03:31:57 138eaada9080: Pull complete 03:31:57 0622d0fa9048: Pull complete 03:31:57 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 03:31:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:31:58 prd-centos7-docker-4c-2g-1149 does not seem to be running inside a container 03:31:58 $ 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-533 -v /w/workspace/dgexfoundry_device-sdk-go_PR-533:/w/workspace/dgexfoundry_device-sdk-go_PR-533:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-533@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-533@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 03:32:01 $ docker top 46bf928e2ca3d21a851c65fb0e7d6012ea460828a0c69172e5fbbbe0a881ec83 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:32:02 provisioning config files... 03:32:02 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-533@tmp/config2184857808632388269tmp [Pipeline] { [Pipeline] echo 03:32:02 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:32:04 ---> create-netrc.sh [Pipeline] echo 03:32:04 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:32:04 ---> logs-deploy.sh 03:32:04 + ARCHIVE_ARTIFACTS= 03:32:04 + LOGS_SERVER=https://logs.edgexfoundry.org 03:32:04 + '[' https://logs.edgexfoundry.org == None ']' 03:32:04 + NEXUS_URL=https://nexus.edgexfoundry.org 03:32:04 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-533/1 03:32:04 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-533/1/ 03:32:04 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-533/1 /w/workspace/dgexfoundry_device-sdk-go_PR-533 03:32:07 Archives upload complete. 03:32:07 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-533/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-533/1/ 03:32:10 ---> uname -a: 03:32:10 Linux 46bf928e2ca3 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 Linux 03:32:10 03:32:10 03:32:10 ---> lscpu: 03:32:10 Architecture: x86_64 03:32:10 CPU op-mode(s): 32-bit, 64-bit 03:32:10 Byte Order: Little Endian 03:32:10 Address sizes: 40 bits physical, 48 bits virtual 03:32:10 CPU(s): 4 03:32:10 On-line CPU(s) list: 0-3 03:32:10 Thread(s) per core: 1 03:32:10 Core(s) per socket: 1 03:32:10 Socket(s): 4 03:32:10 NUMA node(s): 1 03:32:10 Vendor ID: GenuineIntel 03:32:10 CPU family: 6 03:32:10 Model: 44 03:32:10 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:32:10 Stepping: 1 03:32:10 CPU MHz: 2933.438 03:32:10 BogoMIPS: 5866.87 03:32:10 Virtualization: VT-x 03:32:10 Hypervisor vendor: KVM 03:32:10 Virtualization type: full 03:32:10 L1d cache: 128 KiB 03:32:10 L1i cache: 128 KiB 03:32:10 L2 cache: 16 MiB 03:32:10 L3 cache: 64 MiB 03:32:10 NUMA node0 CPU(s): 0-3 03:32:10 Vulnerability L1tf: Mitigation; PTE Inversion; VMX SMT disabled, L1D conditional cache flushes 03:32:10 Vulnerability Meltdown: Mitigation; PTI 03:32:10 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:32:10 Vulnerability Spectre v1: Mitigation; Load fences, __user pointer sanitization 03:32:10 Vulnerability Spectre v2: Mitigation; Full retpoline 03:32:10 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 03:32:10 03:32:10 03:32:10 ---> nproc: 03:32:10 4 03:32:10 03:32:10 03:32:10 ---> df -h: 03:32:10 Filesystem Size Used Available Use% Mounted on 03:32:10 overlay 50.0G 6.3G 43.7G 13% / 03:32:10 tmpfs 64.0M 0 64.0M 0% /dev 03:32:10 tmpfs 919.1M 0 919.1M 0% /sys/fs/cgroup 03:32:10 shm 64.0M 0 64.0M 0% /dev/shm 03:32:10 /dev/vda1 50.0G 6.3G 43.7G 13% /etc/resolv.conf 03:32:10 /dev/vda1 50.0G 6.3G 43.7G 13% /etc/hostname 03:32:10 /dev/vda1 50.0G 6.3G 43.7G 13% /etc/hosts 03:32:10 /dev/vda1 50.0G 6.3G 43.7G 13% /w/workspace/dgexfoundry_device-sdk-go_PR-533 03:32:10 /dev/vda1 50.0G 6.3G 43.7G 13% /w/workspace/dgexfoundry_device-sdk-go_PR-533@tmp 03:32:10 /dev/vda1 50.0G 6.3G 43.7G 13% /var/log/sa 03:32:10 03:32:10 03:32:10 ---> free -m: 03:32:10 total used free shared buff/cache available 03:32:10 Mem: 1838 592 65 0 1180 1142 03:32:10 Swap: 1023 1 1022 03:32:10 03:32:10 03:32:10 ---> ip addr: 03:32:10 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 03:32:10 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:32:10 inet 127.0.0.1/8 scope host lo 03:32:10 valid_lft forever preferred_lft forever 03:32:10 6: eth0@if7: mtu 1458 qdisc noqueue state UP 03:32:10 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 03:32:10 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 03:32:10 valid_lft forever preferred_lft forever 03:32:10 03:32:10 03:32:10 ---> sar -b -r -n DEV: 03:32:10 Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 05/29/20 _x86_64_ (4 CPU) 03:32:10 03:32:10 03:23:18 LINUX RESTART 03:32:10 03:32:10 03:24:02 tps rtps wtps bread/s bwrtn/s 03:32:10 03:25:01 110.23 41.27 68.97 3818.61 37267.25 03:32:10 03:26:02 28.92 7.20 21.72 1914.24 2116.10 03:32:10 03:27:01 3.28 0.00 3.28 0.00 119.33 03:32:10 03:28:01 0.28 0.00 0.28 0.00 3.72 03:32:10 03:29:01 0.27 0.00 0.27 0.00 3.09 03:32:10 03:30:01 0.35 0.00 0.35 0.00 4.45 03:32:10 03:31:01 0.28 0.00 0.28 0.00 3.19 03:32:10 03:32:02 150.31 85.80 64.50 5109.35 17578.63 03:32:10 Average: 36.71 16.79 19.92 1354.91 7105.29 03:32:10 03:32:10 03:24:02 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:32:10 03:25:01 65884 1816420 96.50 2620 1340628 898364 30.65 355852 1309788 10468 03:32:10 03:26:02 116276 1766028 93.82 2620 1241264 962712 32.85 403344 1197228 128 03:32:10 03:27:01 130300 1752004 93.08 2620 1241324 878620 29.98 398480 1191792 24 03:32:10 03:28:01 128980 1753324 93.15 2620 1241272 879156 30.00 399756 1191784 8 03:32:10 03:29:01 128460 1753844 93.18 2620 1241276 879212 30.00 399996 1191780 8 03:32:10 03:30:01 129640 1752664 93.11 2620 1241280 879036 29.99 399136 1191780 8 03:32:10 03:31:01 130624 1751680 93.06 2620 1241284 878940 29.99 398536 1191780 12 03:32:10 03:32:02 123092 1759212 93.46 2620 1185296 1035400 35.33 438692 1125452 78896 03:32:10 Average: 119157 1763147 93.67 2620 1246703 911430 31.10 399224 1198923 11194 03:32:10 03:32:10 03:24:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 03:32:10 03:25:01 eth0 164.00 127.68 701.50 54.63 0.00 0.00 0.00 03:32:10 03:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:10 03:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:10 03:26:02 eth0 65.32 56.75 361.61 54.45 0.00 0.00 0.00 03:32:10 03:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:10 03:26:02 docker0 9.49 6.92 1.33 17.66 0.00 0.00 0.00 03:32:10 03:27:01 eth0 0.90 0.08 0.07 0.01 0.00 0.00 0.00 03:32:10 03:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:10 03:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:10 03:28:01 eth0 1.28 0.91 1.64 0.20 0.00 0.00 0.00 03:32:10 03:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:10 03:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:10 03:29:01 eth0 0.28 0.23 0.26 0.23 0.00 0.00 0.00 03:32:10 03:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:10 03:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:10 03:30:01 eth0 0.37 0.25 0.16 0.08 0.00 0.00 0.00 03:32:10 03:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:10 03:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:10 03:31:01 eth0 0.08 0.15 0.01 0.01 0.00 0.00 0.00 03:32:10 03:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:10 03:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:10 03:32:02 eth0 108.55 80.43 2337.68 44.10 0.00 0.00 0.00 03:32:10 03:32:02 veth4a59b8c 0.00 0.05 0.00 0.00 0.00 0.00 0.00 03:32:10 03:32:02 lo 0.10 0.10 0.01 0.01 0.00 0.00 0.00 03:32:10 03:32:02 docker0 9.50 6.92 1.33 17.67 0.00 0.00 0.00 03:32:10 Average: eth0 42.51 33.25 426.07 19.21 0.00 0.00 0.00 03:32:10 Average: veth4a59b8c 0.00 0.01 0.00 0.00 0.00 0.00 0.00 03:32:10 Average: lo 0.01 0.01 0.00 0.00 0.00 0.00 0.00 03:32:10 Average: docker0 1.19 0.87 0.17 2.22 0.00 0.00 0.00 03:32:10 03:32:10 03:32:10 ---> sar -P ALL: 03:32:10 Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 05/29/20 _x86_64_ (4 CPU) 03:32:10 03:32:10 03:23:18 LINUX RESTART 03:32:10 03:32:10 03:24:02 CPU %user %nice %system %iowait %steal %idle 03:32:10 03:25:01 all 15.49 0.00 8.17 6.40 30.69 39.26 03:32:10 03:25:01 0 17.11 0.00 7.36 7.74 32.60 35.19 03:32:10 03:25:01 1 14.96 0.00 6.86 6.75 29.35 42.08 03:32:10 03:25:01 2 15.54 0.00 10.92 4.46 29.01 40.06 03:32:10 03:25:01 3 14.36 0.00 7.57 6.64 31.83 39.61 03:32:10 03:26:02 all 3.42 0.00 2.55 0.45 14.98 78.61 03:32:10 03:26:02 0 3.24 0.00 2.24 0.28 16.42 77.82 03:32:10 03:26:02 1 3.33 0.00 2.33 0.81 15.03 78.50 03:32:10 03:26:02 2 3.72 0.00 2.49 0.27 14.31 79.21 03:32:10 03:26:02 3 3.37 0.00 3.11 0.44 14.14 78.93 03:32:10 03:27:01 all 0.06 0.00 0.15 0.00 2.88 96.91 03:32:10 03:27:01 0 0.10 0.00 0.13 0.00 3.62 96.15 03:32:10 03:27:01 1 0.03 0.00 0.10 0.00 2.82 97.05 03:32:10 03:27:01 2 0.07 0.00 0.22 0.00 2.04 97.68 03:32:10 03:27:01 3 0.05 0.00 0.17 0.00 3.02 96.76 03:32:10 03:28:01 all 0.09 0.00 0.05 0.00 2.33 97.54 03:32:10 03:28:01 0 0.07 0.00 0.07 0.00 2.15 97.72 03:32:10 03:28:01 1 0.08 0.00 0.05 0.00 3.72 96.15 03:32:10 03:28:01 2 0.10 0.00 0.07 0.00 1.81 98.02 03:32:10 03:28:01 3 0.07 0.00 0.05 0.00 1.59 98.29 03:32:10 03:29:01 all 0.07 0.00 0.06 0.00 2.43 97.43 03:32:10 03:29:01 0 0.05 0.00 0.07 0.00 2.90 96.99 03:32:10 03:29:01 1 0.05 0.00 0.03 0.00 2.29 97.63 03:32:10 03:29:01 2 0.15 0.00 0.05 0.00 2.08 97.72 03:32:10 03:29:01 3 0.07 0.00 0.08 0.00 2.48 97.37 03:32:10 03:30:01 all 0.10 0.00 0.07 0.00 2.38 97.45 03:32:10 03:30:01 0 0.06 0.00 0.05 0.00 3.49 96.40 03:32:10 03:30:01 1 0.23 0.00 0.10 0.00 2.87 96.81 03:32:10 03:30:01 2 0.05 0.00 0.03 0.00 1.71 98.21 03:32:10 03:30:01 3 0.05 0.00 0.12 0.00 1.43 98.40 03:32:10 03:31:01 all 0.05 0.00 0.07 0.00 1.93 97.95 03:32:10 03:31:01 0 0.03 0.00 0.05 0.00 1.35 98.57 03:32:10 03:31:01 1 0.10 0.00 0.08 0.00 1.78 98.04 03:32:10 03:31:01 2 0.05 0.00 0.05 0.00 3.02 96.88 03:32:10 03:31:01 3 0.02 0.00 0.10 0.00 1.58 98.31 03:32:10 03:32:02 all 4.98 0.00 3.87 4.29 24.24 62.61 03:32:10 03:32:02 0 5.27 0.00 3.19 4.40 25.73 61.41 03:32:10 03:32:02 1 4.46 0.00 3.74 2.43 23.52 65.85 03:32:10 03:32:02 2 5.02 0.00 4.71 0.75 24.08 65.45 03:32:10 03:32:02 3 5.19 0.00 3.88 9.55 23.57 57.81 03:32:10 Average: all 3.12 0.00 1.93 1.44 10.48 83.04 03:32:10 Average: 0 3.33 0.00 1.69 1.60 11.32 82.06 03:32:10 Average: 1 3.00 0.00 1.72 1.29 10.43 83.55 03:32:10 Average: 2 3.16 0.00 2.38 0.70 9.97 83.79 03:32:10 Average: 3 2.98 0.00 1.93 2.15 10.20 82.74 03:32:10 03:32:10 03:32:10