Pull request #499 updated 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 weichou1229 for edgexfoundry/device-sdk-go Loading trusted files from base branch master at e907dc85042501c8e2f4fb84c2bfa5a8a6549c65 rather than 7fbf4af7ed5fd83fc37150038563a9f7a3db68b3 Obtained Jenkinsfile from e907dc85042501c8e2f4fb84c2bfa5a8a6549c65 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 e7e7c7fb44d8ca5be541bf88e0d3575ac65047a0 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 e7e7c7fb44d8ca5be541bf88e0d3575ac65047a0 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e7e7c7fb44d8ca5be541bf88e0d3575ac65047a0 # timeout=10 Commit message: "Merge pull request #157 from ernestojeda/clean-snap-name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 [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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-5091 in /w/workspace/dgexfoundry_device-sdk-go_PR-499 [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-499 # 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/499/head:refs/remotes/origin/PR-499 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/499/head:refs/remotes/origin/PR-499 # 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/499/head:refs/remotes/origin/PR-499 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit e907dc85042501c8e2f4fb84c2bfa5a8a6549c65 into PR head commit 7fbf4af7ed5fd83fc37150038563a9f7a3db68b3 Merge succeeded, producing 7fbf4af7ed5fd83fc37150038563a9f7a3db68b3 Checking out Revision 7fbf4af7ed5fd83fc37150038563a9f7a3db68b3 (PR-499) > git config core.sparsecheckout # timeout=10 > git checkout -f 7fbf4af7ed5fd83fc37150038563a9f7a3db68b3 # 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 e907dc85042501c8e2f4fb84c2bfa5a8a6549c65 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7fbf4af7ed5fd83fc37150038563a9f7a3db68b3 # timeout=10 Commit message: "Parse base64 string as float value Since user can execute put cmd with the base64 string parameter, device-sdk should parse base64 string as float value when user indicate the data type is float32 or float64." First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:18:30 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk 48f597e7a21d7198b45a17a617ee6a77924ff016 # timeout=10 [Pipeline] withCredentials 02:18:30 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:18:30 ========================================================= 02:18:30 EdgeX Global Pipelines Version Info 02:18:30 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:18:32 ------------------- 02:18:32 stable info: 02:18:32 ------------------- 02:18:32 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:18:32 Commit SHA: 824d4d37602b19f8c5aab127669a8744686ab6c4 02:18:32 Message: update stable to v1.0.73 02:18:32 ------------------- 02:18:32 experimental info: 02:18:32 ------------------- 02:18:32 Commited By: **** collab-it+edgex@linuxfoundation.org 02:18:32 Commit SHA: 824d4d37602b19f8c5aab127669a8744686ab6c4 02:18:32 Message: update experimental to v1.0.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 02:18:34 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:18:34 02:18:34 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:18:34 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:18:34 latest: Pulling from edgex-devops/git-semver 02:18:34 9123ac7c32f7: Pulling fs layer 02:18:34 b8cc5d1170e3: Pulling fs layer 02:18:34 2924cbbf6a41: Pulling fs layer 02:18:34 93b08a4f1073: Pulling fs layer 02:18:34 93b08a4f1073: Waiting 02:18:34 b8cc5d1170e3: Download complete 02:18:35 9123ac7c32f7: Verifying Checksum 02:18:35 9123ac7c32f7: Download complete 02:18:35 93b08a4f1073: Verifying Checksum 02:18:35 93b08a4f1073: Download complete 02:18:35 2924cbbf6a41: Verifying Checksum 02:18:35 9123ac7c32f7: Pull complete 02:18:35 b8cc5d1170e3: Pull complete 02:18:36 2924cbbf6a41: Pull complete 02:18:36 93b08a4f1073: Pull complete 02:18:36 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 02:18:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:18:36 prd-centos7-docker-4c-2g-5091 does not seem to be running inside a container 02:18:36 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-499 -v /w/workspace/dgexfoundry_device-sdk-go_PR-499:/w/workspace/dgexfoundry_device-sdk-go_PR-499:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-499@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-499@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:10004/edgex-devops/git-semver:latest cat 02:18:37 $ docker top 94126ecdafaab37d178d0b2f54ea52fff04e227a5aef9512feccc90e3a38c925 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:18:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:18:37 [ssh-agent] Looking for ssh-agent implementation... 02:18:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:18:38 $ docker exec 94126ecdafaab37d178d0b2f54ea52fff04e227a5aef9512feccc90e3a38c925 ssh-agent 02:18:38 SSH_AUTH_SOCK=/tmp/ssh-pbaQce8Ogzv3/agent.15 02:18:38 SSH_AGENT_PID=22 02:18:38 Running ssh-add (command line suppressed) 02:18:38 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-499@tmp/private_key_8357758232014574271.key (/w/workspace/dgexfoundry_device-sdk-go_PR-499@tmp/private_key_8357758232014574271.key) 02:18:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:18:38 + git describe --exact-match --tags HEAD 02:18:38 fatal: No names found, cannot describe anything. [Pipeline] } 02:18:39 $ docker exec --env ******** --env ******** 94126ecdafaab37d178d0b2f54ea52fff04e227a5aef9512feccc90e3a38c925 ssh-agent -k 02:18:39 unset SSH_AUTH_SOCK; 02:18:39 unset SSH_AGENT_PID; 02:18:39 echo Agent pid 22 killed; 02:18:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 02:18:39 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 02:18:39 This usually means this commit has not been tagged. [Pipeline] sshagent 02:18:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:18:39 [ssh-agent] Looking for ssh-agent implementation... 02:18:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:18:39 $ docker exec 94126ecdafaab37d178d0b2f54ea52fff04e227a5aef9512feccc90e3a38c925 ssh-agent 02:18:39 SSH_AUTH_SOCK=/tmp/ssh-pVbzDoq4PiDY/agent.58 02:18:39 SSH_AGENT_PID=65 02:18:39 Running ssh-add (command line suppressed) 02:18:40 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-499@tmp/private_key_7088016721804586006.key (/w/workspace/dgexfoundry_device-sdk-go_PR-499@tmp/private_key_7088016721804586006.key) 02:18:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:18:40 + git semver init 02:18:40 # -> Open(): unable to determine branch for HEAD 02:18:40 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-499/.git 02:18:40 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-499 02:18:40 # $SEMVER_REMOTE_NAME = origin 02:18:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:18:40 # $SEMVER_USER_NAME = edgex-jenkins 02:18:40 # $SEMVER_BRANCH = PR-499 02:18:40 # $SEMVER_TEMP = /tmp/semver-692693242 02:18:40 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 02:18:41 # '/tmp/semver-692693242' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-499/.semver' 02:18:41 # -> Force: false 02:18:41 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-499/.semver [Pipeline] } 02:18:41 $ docker exec --env ******** --env ******** 94126ecdafaab37d178d0b2f54ea52fff04e227a5aef9512feccc90e3a38c925 ssh-agent -k 02:18:41 unset SSH_AUTH_SOCK; 02:18:41 unset SSH_AGENT_PID; 02:18:41 echo Agent pid 65 killed; 02:18:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:18:42 + git semver [Pipeline] } 02:18:42 $ docker stop --time=1 94126ecdafaab37d178d0b2f54ea52fff04e227a5aef9512feccc90e3a38c925 02:18:43 $ docker rm -f 94126ecdafaab37d178d0b2f54ea52fff04e227a5aef9512feccc90e3a38c925 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 02:18:44 Stashed 48 file(s) [Pipeline] echo 02:18:44 [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 02:18:59 Still waiting to schedule task 02:18:59 Waiting for next available executor on ‘centos7-docker-4c-2g’ 02:18:59 Still waiting to schedule task 02:18:59 ‘prd-ubuntu18.04-docker-arm64-4c-16g-5089’ is offline 02:20:50 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5092 in /w/workspace/dgexfoundry_device-sdk-go_PR-499 [Pipeline] { [Pipeline] ws 02:20:50 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 02:20:55 using credential edgex-jenkins-ssh 02:20:55 Cloning the remote Git repository 02:20:55 Cloning with configured refspecs honoured and without tags 02:20:55 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:20:55 > git init /w/workspace/device-sdk-go/2 # timeout=10 02:20:55 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:20:55 > git --version # timeout=10 02:20:55 using GIT_SSH to set credentials SSH Credentials for GitHub 02:20:55 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/499/head:refs/remotes/origin/PR-499 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:20:57 Fetching without tags 02:20:58 Merging remotes/origin/master commit e907dc85042501c8e2f4fb84c2bfa5a8a6549c65 into PR head commit 7fbf4af7ed5fd83fc37150038563a9f7a3db68b3 02:20:58 Merge succeeded, producing 7fbf4af7ed5fd83fc37150038563a9f7a3db68b3 02:20:58 Checking out Revision 7fbf4af7ed5fd83fc37150038563a9f7a3db68b3 (PR-499) 02:20:57 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:20:57 > git config --add remote.origin.fetch +refs/pull/499/head:refs/remotes/origin/PR-499 # timeout=10 02:20:57 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 02:20:57 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:20:57 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:20:57 using GIT_SSH to set credentials SSH Credentials for GitHub 02:20:57 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/499/head:refs/remotes/origin/PR-499 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:20:58 > git config core.sparsecheckout # timeout=10 02:20:58 > git checkout -f 7fbf4af7ed5fd83fc37150038563a9f7a3db68b3 # timeout=10 02:20:58 > git remote # timeout=10 02:20:58 > git config --get remote.origin.url # timeout=10 02:20:58 using GIT_SSH to set credentials SSH Credentials for GitHub 02:20:58 > git merge e907dc85042501c8e2f4fb84c2bfa5a8a6549c65 # timeout=10 02:20:58 > git rev-parse HEAD^{commit} # timeout=10 02:20:58 > git config core.sparsecheckout # timeout=10 02:20:58 > git checkout -f 7fbf4af7ed5fd83fc37150038563a9f7a3db68b3 # timeout=10 02:21:03 Commit message: "Parse base64 string as float value Since user can execute put cmd with the base64 string parameter, device-sdk should parse base64 string as float value when user indicate the data type is float32 or float64." [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 02:21:05 ========================================================= 02:21:05 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 02:21:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:21:05 Running on prd-centos7-docker-4c-2g-5093 in /w/workspace/dgexfoundry_device-sdk-go_PR-499 [Pipeline] { [Pipeline] ws 02:21:05 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 02:21:06 + 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 . 02:21:07 Sending build context to Docker daemon 2.928MB 02:21:07 Step 1/8 : ARG BASE=golang:1.13-alpine 02:21:07 Step 2/8 : FROM ${BASE} 02:21:07 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:21:07 cde5963f3b93: Pulling fs layer 02:21:07 2a23fa8c16f7: Pulling fs layer 02:21:07 777b28850792: Pulling fs layer 02:21:07 8a11ddd9e578: Pulling fs layer 02:21:07 4cf88f913ddb: Pulling fs layer 02:21:07 1df406cf5192: Pulling fs layer 02:21:07 cd6300453558: Pulling fs layer 02:21:07 b9c365052c96: Pulling fs layer 02:21:07 a2d8cc88f415: Pulling fs layer 02:21:07 ea1d1ca13537: Pulling fs layer 02:21:07 3750a50a1c5e: Pulling fs layer 02:21:07 cd6300453558: Waiting 02:21:07 8a11ddd9e578: Waiting 02:21:07 4cf88f913ddb: Waiting 02:21:07 1df406cf5192: Waiting 02:21:07 a2d8cc88f415: Waiting 02:21:07 ea1d1ca13537: Waiting 02:21:07 3750a50a1c5e: Waiting 02:21:07 b9c365052c96: Waiting 02:21:07 777b28850792: Download complete 02:21:07 using credential edgex-jenkins-ssh 02:21:08 Cloning the remote Git repository 02:21:08 Cloning with configured refspecs honoured and without tags 02:21:08 2a23fa8c16f7: Verifying Checksum 02:21:08 2a23fa8c16f7: Download complete 02:21:08 4cf88f913ddb: Verifying Checksum 02:21:08 4cf88f913ddb: Download complete 02:21:08 1df406cf5192: Download complete 02:21:08 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:21:08 > git init /w/workspace/device-sdk-go/2 # timeout=10 02:21:08 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:21:08 > git --version # timeout=10 02:21:08 using GIT_SSH to set credentials SSH Credentials for GitHub 02:21:08 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/499/head:refs/remotes/origin/PR-499 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:21:09 cde5963f3b93: Verifying Checksum 02:21:09 cde5963f3b93: Download complete 02:21:10 cde5963f3b93: Pull complete 02:21:10 2a23fa8c16f7: Pull complete 02:21:10 Fetching without tags 02:21:10 777b28850792: Pull complete 02:21:11 Merging remotes/origin/master commit e907dc85042501c8e2f4fb84c2bfa5a8a6549c65 into PR head commit 7fbf4af7ed5fd83fc37150038563a9f7a3db68b3 02:21:11 Merge succeeded, producing 7fbf4af7ed5fd83fc37150038563a9f7a3db68b3 02:21:11 Checking out Revision 7fbf4af7ed5fd83fc37150038563a9f7a3db68b3 (PR-499) 02:21:10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:21:10 > git config --add remote.origin.fetch +refs/pull/499/head:refs/remotes/origin/PR-499 # timeout=10 02:21:10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 02:21:10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:21:10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:21:10 using GIT_SSH to set credentials SSH Credentials for GitHub 02:21:10 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/499/head:refs/remotes/origin/PR-499 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:21:11 > git config core.sparsecheckout # timeout=10 02:21:11 > git checkout -f 7fbf4af7ed5fd83fc37150038563a9f7a3db68b3 # timeout=10 02:21:11 > git remote # timeout=10 02:21:11 > git config --get remote.origin.url # timeout=10 02:21:11 using GIT_SSH to set credentials SSH Credentials for GitHub 02:21:11 > git merge e907dc85042501c8e2f4fb84c2bfa5a8a6549c65 # timeout=10 02:21:11 > git rev-parse HEAD^{commit} # timeout=10 02:21:11 > git config core.sparsecheckout # timeout=10 02:21:11 > git checkout -f 7fbf4af7ed5fd83fc37150038563a9f7a3db68b3 # timeout=10 02:21:15 Commit message: "Parse base64 string as float value Since user can execute put cmd with the base64 string parameter, device-sdk should parse base64 string as float value when user indicate the data type is float32 or float64." [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 02:21:15 ========================================================= 02:21:15 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 02:21:15 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:21:16 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 02:21:17 Sending build context to Docker daemon 2.928MB 02:21:17 Step 1/8 : ARG BASE=golang:1.13-alpine 02:21:17 Step 2/8 : FROM ${BASE} 02:21:17 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 02:21:17 e6b0cf9c0882: Pulling fs layer 02:21:17 2848faf0eed1: Pulling fs layer 02:21:17 0f37312ad70f: Pulling fs layer 02:21:17 5788d62ee057: Pulling fs layer 02:21:17 0e6b1d234666: Pulling fs layer 02:21:17 bf5d7aec512f: Pulling fs layer 02:21:17 34c802a77dc8: Pulling fs layer 02:21:17 9eb99e56ec68: Pulling fs layer 02:21:17 27c7a5d97fbd: Pulling fs layer 02:21:17 5c102a31e300: Pulling fs layer 02:21:17 dcfb455df0a1: Pulling fs layer 02:21:17 27c7a5d97fbd: Waiting 02:21:17 0e6b1d234666: Waiting 02:21:17 34c802a77dc8: Waiting 02:21:17 9eb99e56ec68: Waiting 02:21:17 bf5d7aec512f: Waiting 02:21:17 5c102a31e300: Waiting 02:21:17 5788d62ee057: Waiting 02:21:17 dcfb455df0a1: Waiting 02:21:17 0f37312ad70f: Verifying Checksum 02:21:17 0f37312ad70f: Download complete 02:21:17 2848faf0eed1: Download complete 02:21:17 0e6b1d234666: Verifying Checksum 02:21:17 0e6b1d234666: Download complete 02:21:17 bf5d7aec512f: Verifying Checksum 02:21:17 bf5d7aec512f: Download complete 02:21:17 e6b0cf9c0882: Verifying Checksum 02:21:17 e6b0cf9c0882: Download complete 02:21:17 e6b0cf9c0882: Pull complete 02:21:17 2848faf0eed1: Pull complete 02:21:18 34c802a77dc8: Verifying Checksum 02:21:18 34c802a77dc8: Download complete 02:21:18 27c7a5d97fbd: Verifying Checksum 02:21:18 27c7a5d97fbd: Download complete 02:21:18 5c102a31e300: Download complete 02:21:19 5788d62ee057: Verifying Checksum 02:21:19 5788d62ee057: Download complete 02:21:19 9eb99e56ec68: Verifying Checksum 02:21:19 9eb99e56ec68: Download complete 02:21:19 dcfb455df0a1: Verifying Checksum 02:21:19 dcfb455df0a1: Download complete 02:21:20 0f37312ad70f: Pull complete 02:21:25 5788d62ee057: Pull complete 02:21:25 0e6b1d234666: Pull complete 02:21:25 bf5d7aec512f: Pull complete 02:21:25 cd6300453558: Verifying Checksum 02:21:25 cd6300453558: Download complete 02:21:25 a2d8cc88f415: Verifying Checksum 02:21:25 a2d8cc88f415: Download complete 02:21:29 34c802a77dc8: Pull complete 02:21:33 9eb99e56ec68: Pull complete 02:21:33 27c7a5d97fbd: Pull complete 02:21:33 5c102a31e300: Pull complete 02:21:33 dcfb455df0a1: Pull complete 02:21:33 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 02:21:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 02:21:33 ---> 7c70fe431013 02:21:33 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:21:33 ---> Running in fc313b74b81d 02:21:33 Removing intermediate container fc313b74b81d 02:21:33 ---> ed2120f2ed26 02:21:33 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:21:33 ---> Running in 1d76df41afae 02:21:34 Removing intermediate container 1d76df41afae 02:21:34 ---> 7e8c7eac1fbe 02:21:34 Step 5/8 : RUN apk add --no-cache make git 02:21:34 ---> Running in a5fd55f3af01 02:21:35 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 02:21:44 ea1d1ca13537: Verifying Checksum 02:21:44 ea1d1ca13537: Download complete 02:21:46 3750a50a1c5e: Verifying Checksum 02:21:46 3750a50a1c5e: Download complete 02:21:47 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 02:21:57 OK: 143 MiB in 39 packages 02:21:57 Removing intermediate container a5fd55f3af01 02:21:57 ---> 18d7020208d9 02:21:57 Step 6/8 : WORKDIR /device-sdk-go 02:21:57 ---> Running in d7d284f05e20 02:21:57 Removing intermediate container d7d284f05e20 02:21:57 ---> f36d87b3dd61 02:21:57 Step 7/8 : COPY . . 02:21:57 ---> 56bf4b3312ed 02:21:57 Step 8/8 : RUN go mod download 02:21:57 ---> Running in 9e9c6ca0be7e 02:21:59 go: finding github.com/BurntSushi/toml v0.3.1 02:21:59 go: finding github.com/OneOfOne/xxhash v1.2.6 02:21:59 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 02:21:59 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 02:21:59 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 02:21:59 go: finding github.com/bgentry/speakeasy v0.1.0 02:22:00 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 02:22:00 go: finding github.com/davecgh/go-spew v1.1.1 02:22:00 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.29 02:22:00 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 02:22:00 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.54 02:22:00 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 02:22:00 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 02:22:00 go: finding github.com/fatih/color v1.7.0 02:22:00 go: finding github.com/fxamacker/cbor/v2 v2.2.0 02:22:00 go: finding github.com/go-kit/kit v0.8.0 02:22:00 go: finding github.com/go-logfmt/logfmt v0.4.0 02:22:00 go: finding github.com/go-stack/stack v1.8.0 02:22:00 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 02:22:00 go: finding github.com/google/uuid v1.1.0 02:22:00 go: finding github.com/gorilla/mux v1.7.1 02:22:00 go: finding github.com/hashicorp/consul/api v1.1.0 02:22:00 go: finding github.com/hashicorp/consul/sdk v0.1.1 02:22:00 go: finding github.com/hashicorp/errwrap v1.0.0 02:22:00 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 02:22:00 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 02:22:00 go: finding github.com/hashicorp/go-msgpack v0.5.3 02:22:00 go: finding github.com/hashicorp/go-multierror v1.0.0 02:22:00 go: finding github.com/hashicorp/go-rootcerts v1.0.0 02:22:01 go: finding github.com/hashicorp/go-sockaddr v1.0.0 02:22:01 go: finding github.com/hashicorp/go-syslog v1.0.0 02:22:01 go: finding github.com/hashicorp/go-uuid v1.0.1 02:22:01 go: finding github.com/hashicorp/go.net v0.0.1 02:22:01 go: finding github.com/hashicorp/golang-lru v0.5.0 02:22:01 go: finding github.com/hashicorp/logutils v1.0.0 02:22:01 go: finding github.com/hashicorp/mdns v1.0.0 02:22:01 go: finding github.com/hashicorp/memberlist v0.1.3 02:22:01 go: finding github.com/hashicorp/serf v0.8.2 02:22:01 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 02:22:01 go: finding github.com/mattn/go-colorable v0.0.9 02:22:01 go: finding github.com/mattn/go-isatty v0.0.3 02:22:01 go: finding github.com/miekg/dns v1.0.14 02:22:01 go: finding github.com/mitchellh/cli v1.0.0 02:22:01 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 02:22:01 go: finding github.com/mitchellh/copystructure v1.0.0 02:22:01 go: finding github.com/mitchellh/go-homedir v1.0.0 02:22:01 go: finding github.com/mitchellh/go-testing-interface v1.0.0 02:22:01 go: finding github.com/mitchellh/gox v0.4.0 02:22:01 go: finding github.com/mitchellh/iochan v1.0.0 02:22:01 go: finding github.com/mitchellh/mapstructure v1.1.2 02:22:01 go: finding github.com/mitchellh/reflectwalk v1.0.0 02:22:01 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 02:22:01 go: finding github.com/pelletier/go-toml v1.2.0 02:22:01 go: finding github.com/pkg/errors v0.8.1 02:22:01 go: finding github.com/pmezard/go-difflib v1.0.0 02:22:01 go: finding github.com/posener/complete v1.1.1 02:22:01 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 02:22:02 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 02:22:02 go: finding github.com/stretchr/objx v0.1.0 02:22:02 go: finding github.com/stretchr/testify v1.5.1 02:22:02 go: finding github.com/ugorji/go v1.1.4 02:22:02 go: finding github.com/x448/float16 v0.8.4 02:22:02 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 02:22:02 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 02:22:02 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 02:22:02 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 02:22:02 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 02:22:02 go: finding gopkg.in/yaml.v2 v2.2.8 02:22:06 Removing intermediate container 9e9c6ca0be7e 02:22:06 ---> 96beae03312c 02:22:06 Successfully built 96beae03312c 02:22:06 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 02:22:07 + docker inspect -f . ci-base-image-x86_64 02:22:07 . [Pipeline] withDockerContainer 02:22:07 prd-centos7-docker-4c-2g-5093 does not seem to be running inside a container 02:22:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:22:08 $ docker top ae58bcb06405a46695557ac98ccf3c7362c19a0f1bc6216d6891460226b5a9aa -eo pid,comm [Pipeline] { [Pipeline] sh 02:22:09 + go version 02:22:09 go version go1.13.5 linux/amd64 [Pipeline] sh 02:22:09 + make test 02:22:09 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 02:22:10 ? github.com/edgexfoundry/device-sdk-go [no test files] 02:22:13 b9c365052c96: Verifying Checksum 02:22:13 b9c365052c96: Download complete 02:22:17 8a11ddd9e578: Verifying Checksum 02:22:17 8a11ddd9e578: Download complete 02:22:22 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 02:22:22 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 02:22:22 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 02:22:22 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.004s coverage: 22.1% of statements 02:22:25 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.039s coverage: 95.8% of statements 02:22:30 8a11ddd9e578: Pull complete 02:22:30 4cf88f913ddb: Pull complete 02:22:30 1df406cf5192: Pull complete 02:22:35 cd6300453558: Pull complete 02:22:39 b9c365052c96: Pull complete 02:22:40 a2d8cc88f415: Pull complete 02:22:42 ea1d1ca13537: Pull complete 02:22:42 3750a50a1c5e: Pull complete 02:22:42 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 02:22:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 02:22:42 ---> 78745c68409d 02:22:42 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:22:46 ---> Running in e6ac0fd06735 02:22:46 Removing intermediate container e6ac0fd06735 02:22:46 ---> 2e5e3c86e1c1 02:22:46 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:22:47 ---> Running in 5552c9c46eb8 02:22:49 Removing intermediate container 5552c9c46eb8 02:22:49 ---> 6e0dade703cb 02:22:49 Step 5/8 : RUN apk add --no-cache make git 02:22:49 ---> Running in ecdcc46deec1 02:22:50 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 02:22:52 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 02:22:57 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.877s coverage: 11.4% of statements 02:22:57 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.007s coverage: 22.1% of statements 02:22:57 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 02:22:57 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.094s coverage: 36.9% of statements 02:22:57 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 02:22:57 ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] 02:22:57 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.517s coverage: 76.2% of statements 02:22:57 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 02:22:57 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 02:22:57 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 02:22:57 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.013s coverage: 52.6% of statements 02:22:57 ? github.com/edgexfoundry/device-sdk-go/internal/urlclient [no test files] 02:22:57 ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.093s coverage: 71.4% of statements 02:22:57 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 02:22:57 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 02:22:57 CGO_ENABLED=0 GO111MODULE=on go vet ./... 02:22:57 gofmt -l . 02:22:57 [ "`gofmt -l .`" = "" ] 02:22:57 ./bin/test-attribution-txt.sh 02:22:58 ./bin/test-go-mod-tidy.sh [Pipeline] stash 02:22:58 OK: 125 MiB in 39 packages 02:22:59 Stashed 1 file(s) [Pipeline] } 02:22:59 $ docker stop --time=1 ae58bcb06405a46695557ac98ccf3c7362c19a0f1bc6216d6891460226b5a9aa 02:22:59 Removing intermediate container ecdcc46deec1 02:22:59 ---> 68180c254d0f 02:22:59 Step 6/8 : WORKDIR /device-sdk-go 02:22:59 ---> Running in 516e3a748fd9 02:23:00 Removing intermediate container 516e3a748fd9 02:23:00 ---> 33b9953f5067 02:23:00 Step 7/8 : COPY . . 02:23:00 $ docker rm -f ae58bcb06405a46695557ac98ccf3c7362c19a0f1bc6216d6891460226b5a9aa [Pipeline] // withDockerContainer [Pipeline] } 02:23:01 ---> dacda6e75505 02:23:01 Step 8/8 : RUN go mod download 02:23:01 ---> Running in 46271aaee691 [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:23:01 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:23:02 + ls -al . 02:23:02 total 164 02:23:02 drwxrwxr-x. 11 jenkins jenkins 4096 Apr 21 02:22 . 02:23:02 drwxrwxr-x. 4 jenkins jenkins 28 Apr 21 02:21 .. 02:23:02 drwxrwxr-x. 3 jenkins jenkins 20 Apr 21 02:21 api 02:23:02 drwxrwxr-x. 2 jenkins jenkins 64 Apr 21 02:21 bin 02:23:02 -rw-r--r--. 1 jenkins jenkins 98831 Apr 21 02:22 coverage.out 02:23:02 -rw-rw-r--. 1 jenkins jenkins 936 Apr 21 02:21 Dockerfile.build 02:23:02 -rw-rw-r--. 1 jenkins jenkins 140 Apr 21 02:21 .dockerignore 02:23:02 drwxrwxr-x. 4 jenkins jenkins 48 Apr 21 02:21 example 02:23:02 drwxrwxr-x. 8 jenkins jenkins 179 Apr 21 02:21 .git 02:23:02 drwxrwxr-x. 2 jenkins jenkins 38 Apr 21 02:21 .github 02:23:02 -rw-rw-r--. 1 jenkins jenkins 138 Apr 21 02:21 .gitignore 02:23:02 -rw-r--r--. 1 jenkins jenkins 446 Apr 21 02:22 go.mod 02:23:02 -rw-r--r--. 1 jenkins jenkins 12076 Apr 21 02:22 go.sum 02:23:02 drwxrwxr-x. 15 jenkins jenkins 217 Apr 21 02:21 internal 02:23:02 -rw-rw-r--. 1 jenkins jenkins 808 Apr 21 02:21 Jenkinsfile 02:23:02 -rw-rw-r--. 1 jenkins jenkins 11341 Apr 21 02:21 LICENSE 02:23:02 -rw-rw-r--. 1 jenkins jenkins 892 Apr 21 02:21 Makefile 02:23:02 drwxrwxr-x. 5 jenkins jenkins 50 Apr 21 02:21 pkg 02:23:02 -rw-rw-r--. 1 jenkins jenkins 2249 Apr 21 02:21 README.md 02:23:02 drwxrwxr-x. 3 jenkins jenkins 58 Apr 21 02:21 .semver 02:23:02 drwxrwxr-x. 4 jenkins jenkins 54 Apr 21 02:21 snap 02:23:02 -rw-rw-r--. 1 jenkins jenkins 5 Apr 21 02:18 VERSION 02:23:02 -rw-rw-r--. 1 jenkins jenkins 222 Apr 21 02:21 version.go [Pipeline] isUnix [Pipeline] sh 02:23:02 + 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=7fbf4af7ed5fd83fc37150038563a9f7a3db68b3 --label arch=amd64 --label version=0.0.0 . 02:23:02 Sending build context to Docker daemon 3.048MB 02:23:02 Step 1/21 : ARG BASE=golang:1.13-alpine 02:23:02 Step 2/21 : FROM ${BASE} AS builder 02:23:02 ---> 96beae03312c 02:23:02 Step 3/21 : ARG MAKE='make build' 02:23:02 ---> Running in 76db17e9c85b 02:23:02 Removing intermediate container 76db17e9c85b 02:23:02 ---> ff2e4063e339 02:23:02 Step 4/21 : WORKDIR /device-sdk-go 02:23:02 ---> Running in de36fe19cb72 02:23:02 Removing intermediate container de36fe19cb72 02:23:02 ---> 5fd1ca244495 02:23:02 Step 5/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:23:02 ---> Running in b64683ee7e12 02:23:02 Removing intermediate container b64683ee7e12 02:23:02 ---> aa8d377f2acd 02:23:02 Step 6/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:23:03 go: finding github.com/BurntSushi/toml v0.3.1 02:23:03 go: finding github.com/OneOfOne/xxhash v1.2.6 02:23:03 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 02:23:03 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 02:23:03 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 02:23:03 go: finding github.com/bgentry/speakeasy v0.1.0 02:23:03 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 02:23:03 go: finding github.com/davecgh/go-spew v1.1.1 02:23:03 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.29 02:23:03 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 02:23:03 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.54 02:23:03 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 02:23:03 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 02:23:03 go: finding github.com/fatih/color v1.7.0 02:23:03 go: finding github.com/fxamacker/cbor/v2 v2.2.0 02:23:03 go: finding github.com/go-kit/kit v0.8.0 02:23:03 go: finding github.com/go-logfmt/logfmt v0.4.0 02:23:03 go: finding github.com/go-stack/stack v1.8.0 02:23:03 ---> Running in 3721756a4988 02:23:03 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 02:23:03 go: finding github.com/google/uuid v1.1.0 02:23:03 go: finding github.com/gorilla/mux v1.7.1 02:23:03 go: finding github.com/hashicorp/consul/api v1.1.0 02:23:03 go: finding github.com/hashicorp/consul/sdk v0.1.1 02:23:03 go: finding github.com/hashicorp/errwrap v1.0.0 02:23:03 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 02:23:03 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 02:23:03 go: finding github.com/hashicorp/go-msgpack v0.5.3 02:23:03 go: finding github.com/hashicorp/go-multierror v1.0.0 02:23:03 go: finding github.com/hashicorp/go-rootcerts v1.0.0 02:23:03 go: finding github.com/hashicorp/go-sockaddr v1.0.0 02:23:03 go: finding github.com/hashicorp/go-syslog v1.0.0 02:23:03 go: finding github.com/hashicorp/go-uuid v1.0.1 02:23:03 go: finding github.com/hashicorp/go.net v0.0.1 02:23:03 go: finding github.com/hashicorp/golang-lru v0.5.0 02:23:03 go: finding github.com/hashicorp/logutils v1.0.0 02:23:03 go: finding github.com/hashicorp/mdns v1.0.0 02:23:03 go: finding github.com/hashicorp/memberlist v0.1.3 02:23:03 go: finding github.com/hashicorp/serf v0.8.2 02:23:03 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 02:23:03 go: finding github.com/mattn/go-colorable v0.0.9 02:23:03 go: finding github.com/mattn/go-isatty v0.0.3 02:23:03 go: finding github.com/miekg/dns v1.0.14 02:23:03 go: finding github.com/mitchellh/cli v1.0.0 02:23:03 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 02:23:03 go: finding github.com/mitchellh/copystructure v1.0.0 02:23:03 go: finding github.com/mitchellh/go-homedir v1.0.0 02:23:03 go: finding github.com/mitchellh/go-testing-interface v1.0.0 02:23:03 go: finding github.com/mitchellh/gox v0.4.0 02:23:03 go: finding github.com/mitchellh/iochan v1.0.0 02:23:03 go: finding github.com/mitchellh/mapstructure v1.1.2 02:23:03 go: finding github.com/mitchellh/reflectwalk v1.0.0 02:23:03 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 02:23:03 go: finding github.com/pelletier/go-toml v1.2.0 02:23:03 go: finding github.com/pkg/errors v0.8.1 02:23:03 go: finding github.com/pmezard/go-difflib v1.0.0 02:23:03 go: finding github.com/posener/complete v1.1.1 02:23:03 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 02:23:03 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 02:23:03 go: finding github.com/stretchr/objx v0.1.0 02:23:03 go: finding github.com/stretchr/testify v1.5.1 02:23:03 go: finding github.com/ugorji/go v1.1.4 02:23:03 go: finding github.com/x448/float16 v0.8.4 02:23:03 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 02:23:03 Removing intermediate container 3721756a4988 02:23:03 ---> 1cd4aa209cae 02:23:03 Step 7/21 : RUN apk add --update --no-cache make git 02:23:03 ---> Running in 0344913bb590 02:23:03 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 02:23:03 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 02:23:03 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 02:23:03 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 02:23:03 go: finding gopkg.in/yaml.v2 v2.2.8 02:23:04 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 02:23:10 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 02:23:13 Removing intermediate container 46271aaee691 02:23:13 ---> fabf580d3c20 02:23:13 Successfully built fabf580d3c20 02:23:13 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:23:14 + docker inspect -f . ci-base-image-arm64 02:23:14 . [Pipeline] withDockerContainer 02:23:15 prd-ubuntu18.04-docker-arm64-4c-16g-5092 does not seem to be running inside a container 02:23:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:23:16 $ docker top b9161665f4dd62510b5d9a27ef4e9e117b14e731c3c5c649f9bcb2d41e02b5cf -eo pid,comm [Pipeline] { [Pipeline] sh 02:23:17 + go version 02:23:17 go version go1.13.5 linux/arm64 [Pipeline] sh 02:23:18 + make test 02:23:18 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 02:23:19 ? github.com/edgexfoundry/device-sdk-go [no test files] 02:23:22 OK: 143 MiB in 39 packages 02:23:22 Removing intermediate container 0344913bb590 02:23:22 ---> 3004ba5d5461 02:23:22 Step 8/21 : COPY . . 02:23:22 ---> 3d4e3e9d8415 02:23:22 Step 9/21 : RUN ${MAKE} 02:23:22 ---> Running in 23e99f579afe 02:23:23 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 02:23:31 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:23:31 Removing intermediate container 23e99f579afe 02:23:31 ---> a6b877643fd6 02:23:31 Step 10/21 : FROM scratch 02:23:31 ---> 02:23:31 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:23:31 ---> Running in a5cf1fa545cf 02:23:31 Removing intermediate container a5cf1fa545cf 02:23:31 ---> 083901a811fe 02:23:31 Step 12/21 : ENV APP_PORT=49990 02:23:31 ---> Running in a8e6fdaf94df 02:23:31 Removing intermediate container a8e6fdaf94df 02:23:31 ---> 827201404669 02:23:31 Step 13/21 : EXPOSE $APP_PORT 02:23:31 ---> Running in 12075a8951d8 02:23:32 Removing intermediate container 12075a8951d8 02:23:32 ---> d500be65a960 02:23:32 Step 14/21 : WORKDIR / 02:23:32 ---> Running in 8dd565b57664 02:23:32 Removing intermediate container 8dd565b57664 02:23:32 ---> ceddc69f050e 02:23:32 Step 15/21 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:23:32 ---> 47eaac5fad70 02:23:32 Step 16/21 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:23:32 ---> 23086e641962 02:23:32 Step 17/21 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:23:32 ---> 76f42fa74b79 02:23:32 Step 18/21 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:23:32 ---> Running in 8d246da73169 02:23:32 Removing intermediate container 8d246da73169 02:23:32 ---> 7bbe07ea8339 02:23:32 Step 19/21 : LABEL arch=amd64 02:23:33 ---> Running in 81b55c62a831 02:23:33 Removing intermediate container 81b55c62a831 02:23:33 ---> 0b5f4b9f04b8 02:23:33 Step 20/21 : LABEL git_sha=7fbf4af7ed5fd83fc37150038563a9f7a3db68b3 02:23:33 ---> Running in 053d7b80410c 02:23:33 Removing intermediate container 053d7b80410c 02:23:33 ---> 7e954ef0befa 02:23:33 Step 21/21 : LABEL version=0.0.0 02:23:33 ---> Running in 44ba5858aa7f 02:23:33 Removing intermediate container 44ba5858aa7f 02:23:33 ---> a3268385be7c 02:23:33 [Warning] One or more build-args [ARCH] were not consumed 02:23:33 Successfully built a3268385be7c 02:23:33 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] } 02:23:46 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 02:23:46 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 02:23:46 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 02:23:47 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.030s coverage: 22.1% of statements 02:23:51 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.158s coverage: 95.8% of statements 02:24:23 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.043s coverage: 11.4% of statements 02:24:23 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.016s coverage: 22.1% of statements 02:24:23 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 02:24:23 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.144s coverage: 36.9% of statements 02:24:23 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 02:24:23 ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] 02:24:23 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.632s coverage: 76.2% of statements 02:24:23 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 02:24:23 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 02:24:23 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 02:24:23 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.055s coverage: 52.6% of statements 02:24:23 ? github.com/edgexfoundry/device-sdk-go/internal/urlclient [no test files] 02:24:23 ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.355s coverage: 71.4% of statements 02:24:23 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 02:24:23 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 02:24:23 CGO_ENABLED=0 GO111MODULE=on go vet ./... 02:24:25 gofmt -l . 02:24:25 [ "`gofmt -l .`" = "" ] 02:24:26 ./bin/test-attribution-txt.sh 02:24:27 ./bin/test-go-mod-tidy.sh [Pipeline] stash 02:24:28 Warning: overwriting stash ‘coverage-report’ 02:24:28 Stashed 1 file(s) [Pipeline] } 02:24:28 $ docker stop --time=1 b9161665f4dd62510b5d9a27ef4e9e117b14e731c3c5c649f9bcb2d41e02b5cf 02:24:30 $ docker rm -f b9161665f4dd62510b5d9a27ef4e9e117b14e731c3c5c649f9bcb2d41e02b5cf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:24:32 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:24:32 + ls -al . 02:24:32 total 204 02:24:32 drwxrwxr-x 11 jenkins jenkins 4096 Apr 21 02:24 . 02:24:32 drwxrwxr-x 4 jenkins jenkins 4096 Apr 21 02:20 .. 02:24:32 -rw-rw-r-- 1 jenkins jenkins 140 Apr 21 02:20 .dockerignore 02:24:32 drwxrwxr-x 8 jenkins jenkins 4096 Apr 21 02:21 .git 02:24:32 drwxrwxr-x 2 jenkins jenkins 4096 Apr 21 02:20 .github 02:24:32 -rw-rw-r-- 1 jenkins jenkins 138 Apr 21 02:20 .gitignore 02:24:32 drwxrwxr-x 3 jenkins jenkins 4096 Apr 21 02:21 .semver 02:24:32 -rw-rw-r-- 1 jenkins jenkins 936 Apr 21 02:20 Dockerfile.build 02:24:32 -rw-rw-r-- 1 jenkins jenkins 808 Apr 21 02:20 Jenkinsfile 02:24:32 -rw-rw-r-- 1 jenkins jenkins 11341 Apr 21 02:20 LICENSE 02:24:32 -rw-rw-r-- 1 jenkins jenkins 892 Apr 21 02:20 Makefile 02:24:32 -rw-rw-r-- 1 jenkins jenkins 2249 Apr 21 02:20 README.md 02:24:32 -rw-rw-r-- 1 jenkins jenkins 5 Apr 21 02:18 VERSION 02:24:32 drwxrwxr-x 3 jenkins jenkins 4096 Apr 21 02:20 api 02:24:32 drwxrwxr-x 2 jenkins jenkins 4096 Apr 21 02:20 bin 02:24:32 -rw-r--r-- 1 jenkins jenkins 98831 Apr 21 02:24 coverage.out 02:24:32 drwxrwxr-x 4 jenkins jenkins 4096 Apr 21 02:20 example 02:24:32 -rw-r--r-- 1 jenkins jenkins 446 Apr 21 02:24 go.mod 02:24:32 -rw-r--r-- 1 jenkins jenkins 12076 Apr 21 02:24 go.sum 02:24:32 drwxrwxr-x 15 jenkins jenkins 4096 Apr 21 02:20 internal 02:24:32 drwxrwxr-x 5 jenkins jenkins 4096 Apr 21 02:20 pkg 02:24:32 drwxrwxr-x 4 jenkins jenkins 4096 Apr 21 02:20 snap 02:24:32 -rw-rw-r-- 1 jenkins jenkins 222 Apr 21 02:20 version.go [Pipeline] isUnix [Pipeline] sh 02:24:32 + 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=7fbf4af7ed5fd83fc37150038563a9f7a3db68b3 --label arch=arm64 --label version=0.0.0 . 02:24:33 Sending build context to Docker daemon 3.048MB 02:24:33 Step 1/21 : ARG BASE=golang:1.13-alpine 02:24:33 Step 2/21 : FROM ${BASE} AS builder 02:24:33 ---> fabf580d3c20 02:24:33 Step 3/21 : ARG MAKE='make build' 02:24:33 ---> Running in 1a9e7a5e8e54 02:24:33 Removing intermediate container 1a9e7a5e8e54 02:24:33 ---> a06d124f179b 02:24:33 Step 4/21 : WORKDIR /device-sdk-go 02:24:33 ---> Running in b31422d40a2d 02:24:34 Removing intermediate container b31422d40a2d 02:24:34 ---> cf8d1539904b 02:24:34 Step 5/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:24:34 ---> Running in feef51a2d098 02:24:34 Removing intermediate container feef51a2d098 02:24:34 ---> 87e810bdb608 02:24:34 Step 6/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:24:34 ---> Running in 0f1ee9a9a2c5 02:24:36 Removing intermediate container 0f1ee9a9a2c5 02:24:36 ---> bbe01cd54599 02:24:36 Step 7/21 : RUN apk add --update --no-cache make git 02:24:36 ---> Running in c29d23616b08 02:24:37 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 02:24:46 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 02:24:58 OK: 125 MiB in 39 packages 02:24:58 Removing intermediate container c29d23616b08 02:24:58 ---> e11dfb8fae9b 02:24:58 Step 8/21 : COPY . . 02:24:58 ---> 8f84e8b7f380 02:24:58 Step 9/21 : RUN ${MAKE} 02:24:58 ---> Running in b31014a04492 02:24:59 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 02:25:21 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:25:24 Removing intermediate container b31014a04492 02:25:24 ---> 0962657f5b0a 02:25:24 Step 10/21 : FROM scratch 02:25:24 ---> 02:25:24 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:25:24 ---> Running in 3dfb66c48866 02:25:24 Removing intermediate container 3dfb66c48866 02:25:24 ---> e21713fe6631 02:25:24 Step 12/21 : ENV APP_PORT=49990 02:25:24 ---> Running in 0e31ed0c10ca 02:25:25 Removing intermediate container 0e31ed0c10ca 02:25:25 ---> 11af9a6c32f7 02:25:25 Step 13/21 : EXPOSE $APP_PORT 02:25:25 ---> Running in ec55655ad167 02:25:25 Removing intermediate container ec55655ad167 02:25:25 ---> 93509e64d228 02:25:25 Step 14/21 : WORKDIR / 02:25:25 ---> Running in 5e0f143cfa3d 02:25:25 Removing intermediate container 5e0f143cfa3d 02:25:25 ---> 6941bb8372cc 02:25:25 Step 15/21 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:25:26 ---> 9581931a4ce7 02:25:26 Step 16/21 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:25:27 ---> c84b4c792e6d 02:25:27 Step 17/21 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:25:28 ---> de0cfd39be84 02:25:28 Step 18/21 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:25:28 ---> Running in 29cc2aae0669 02:25:28 Removing intermediate container 29cc2aae0669 02:25:28 ---> c94638bcee91 02:25:28 Step 19/21 : LABEL arch=arm64 02:25:28 ---> Running in ba337e13cf05 02:25:28 Removing intermediate container ba337e13cf05 02:25:28 ---> 0cb7d91e43d9 02:25:28 Step 20/21 : LABEL git_sha=7fbf4af7ed5fd83fc37150038563a9f7a3db68b3 02:25:28 ---> Running in 3e72ad52a6c8 02:25:29 Removing intermediate container 3e72ad52a6c8 02:25:29 ---> 90d8044b6af9 02:25:29 Step 21/21 : LABEL version=0.0.0 02:25:29 ---> Running in f27e518a9dc7 02:25:29 Removing intermediate container f27e518a9dc7 02:25:29 ---> 0552410e97eb 02:25:29 [Warning] One or more build-args [ARCH] were not consumed 02:25:29 Successfully built 0552410e97eb 02:25:29 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 02:25:31 provisioning config files... 02:25:31 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-499@tmp/config9161075240659047594tmp [Pipeline] { [Pipeline] sh 02:25:31 + curl -s https://codecov.io/bash 02:25:31 + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-499@tmp/config9161075240659047594tmp 02:25:31 02:25:31 _____ _ 02:25:31 / ____| | | 02:25:31 | | ___ __| | ___ ___ _____ __ 02:25:31 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:25:31 | |___| (_) | (_| | __/ (_| (_) \ V / 02:25:31 \_____\___/ \__,_|\___|\___\___/ \_/ 02:25:31 Bash-tbd 02:25:31 02:25:31 02:25:31 ==> Jenkins CI detected. 02:25:31 project root: . 02:25:31 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:25:31 ==> Running gcov in . (disable via -X gcov) 02:25:31 ==> Python coveragepy not found 02:25:31 ==> Searching for coverage reports in: 02:25:31 + . 02:25:31 -> Found 1 reports 02:25:31 ==> Detecting git/mercurial file structure 02:25:31 ==> Reading reports 02:25:32 + ./coverage.out bytes=98831 02:25:32 ==> Appending adjustments 02:25:32 http://docs.codecov.io/docs/fixing-reports 02:25:32 + Found adjustments 02:25:32 ==> Gzipping contents 02:25:32 ==> Uploading reports 02:25:32 url: https://codecov.io 02:25:32 query: branch=PR-499&commit=7fbf4af7ed5fd83fc37150038563a9f7a3db68b3&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-499%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=499&job= 02:25:32 -> Pinging Codecov 02:25:32 https://codecov.io/upload/v4?package=bash-tbd&token=secret&branch=PR-499&commit=7fbf4af7ed5fd83fc37150038563a9f7a3db68b3&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-499%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=499&job= 02:25:32 -> Uploading 02:27:54 X> Failed to upload 02:27:54 -> Sleeping for 30s and trying again... 02:28:12 -> Pinging Codecov 02:28:12 https://codecov.io/upload/v4?package=bash-tbd&token=secret&branch=PR-499&commit=7fbf4af7ed5fd83fc37150038563a9f7a3db68b3&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-499%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=499&job= 02:28:12 -> Uploading 02:28:12 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/7fbf4af7ed5fd83fc37150038563a9f7a3db68b3 [Pipeline] } 02:28:12 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 02:28:13 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:28:14 ---> package-listing.sh 02:28:14 ++ facter osfamily 02:28:14 ++ tr '[:upper:]' '[:lower:]' 02:28:14 + OS_FAMILY=redhat 02:28:14 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-499 02:28:14 + START_PACKAGES=/tmp/packages_start.txt 02:28:14 + END_PACKAGES=/tmp/packages_end.txt 02:28:14 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:28:14 + PACKAGES=/tmp/packages_start.txt 02:28:14 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-499 ']' 02:28:14 + PACKAGES=/tmp/packages_end.txt 02:28:14 + case "${OS_FAMILY}" in 02:28:14 + rpm -qa 02:28:14 + sort 02:28:17 + '[' -f /tmp/packages_start.txt ']' 02:28:17 + '[' -f /tmp/packages_end.txt ']' 02:28:17 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:28:17 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-499 ']' 02:28:17 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-499/archives/ 02:28:17 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-499/archives/ [Pipeline] isUnix [Pipeline] sh 02:28:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:28:17 02:28:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:28:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:28:18 alpine: Pulling from edgex-lftools-log-publisher 02:28:18 c9b1b535fdd9: Pulling fs layer 02:28:18 2cc5ad85d9ab: Pulling fs layer 02:28:18 756a868c4378: Pulling fs layer 02:28:18 444b2fc9a129: Pulling fs layer 02:28:18 ea15f1150254: Pulling fs layer 02:28:18 41b27a9f41bf: Pulling fs layer 02:28:18 28c525ee5125: Pulling fs layer 02:28:18 094b1ea09ed8: Pulling fs layer 02:28:18 138eaada9080: Pulling fs layer 02:28:18 0622d0fa9048: Pulling fs layer 02:28:18 28c525ee5125: Waiting 02:28:18 094b1ea09ed8: Waiting 02:28:18 138eaada9080: Waiting 02:28:18 0622d0fa9048: Waiting 02:28:18 ea15f1150254: Waiting 02:28:18 41b27a9f41bf: Waiting 02:28:18 444b2fc9a129: Waiting 02:28:18 2cc5ad85d9ab: Verifying Checksum 02:28:18 2cc5ad85d9ab: Download complete 02:28:18 444b2fc9a129: Verifying Checksum 02:28:18 444b2fc9a129: Download complete 02:28:18 c9b1b535fdd9: Verifying Checksum 02:28:18 c9b1b535fdd9: Download complete 02:28:18 ea15f1150254: Verifying Checksum 02:28:18 ea15f1150254: Download complete 02:28:18 28c525ee5125: Verifying Checksum 02:28:18 28c525ee5125: Download complete 02:28:18 c9b1b535fdd9: Pull complete 02:28:18 756a868c4378: Verifying Checksum 02:28:18 756a868c4378: Download complete 02:28:19 2cc5ad85d9ab: Pull complete 02:28:19 138eaada9080: Verifying Checksum 02:28:19 138eaada9080: Download complete 02:28:19 0622d0fa9048: Verifying Checksum 02:28:19 0622d0fa9048: Download complete 02:28:19 094b1ea09ed8: Verifying Checksum 02:28:19 094b1ea09ed8: Download complete 02:28:19 41b27a9f41bf: Verifying Checksum 02:28:19 41b27a9f41bf: Download complete 02:28:21 756a868c4378: Pull complete 02:28:21 444b2fc9a129: Pull complete 02:28:21 ea15f1150254: Pull complete 02:28:25 41b27a9f41bf: Pull complete 02:28:25 28c525ee5125: Pull complete 02:28:27 094b1ea09ed8: Pull complete 02:28:27 138eaada9080: Pull complete 02:28:28 0622d0fa9048: Pull complete 02:28:28 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 02:28:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:28:28 prd-centos7-docker-4c-2g-5091 does not seem to be running inside a container 02:28:28 $ 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-499 -v /w/workspace/dgexfoundry_device-sdk-go_PR-499:/w/workspace/dgexfoundry_device-sdk-go_PR-499:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-499@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-499@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:28:29 $ docker top ea7b0301a3b7aa37797832f255e7779e10c6e144612d6e3edb7e28049508d5dc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:28:29 provisioning config files... 02:28:29 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-499@tmp/config8031935373812694496tmp [Pipeline] { [Pipeline] echo 02:28:29 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:28:30 ---> create-netrc.sh [Pipeline] echo 02:28:30 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:28:30 ---> logs-deploy.sh 02:28:30 + ARCHIVE_ARTIFACTS= 02:28:30 + LOGS_SERVER=https://logs.edgexfoundry.org 02:28:30 + '[' https://logs.edgexfoundry.org == None ']' 02:28:30 + NEXUS_URL=https://nexus.edgexfoundry.org 02:28:30 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-499/2 02:28:30 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-499/2/ 02:28:30 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-499/2 /w/workspace/dgexfoundry_device-sdk-go_PR-499 02:28:31 Archives upload complete. 02:28:32 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-499/2 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-499/2/ 02:28:33 ---> uname -a: 02:28:33 Linux ea7b0301a3b7 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 Linux 02:28:33 02:28:33 02:28:33 ---> lscpu: 02:28:33 Architecture: x86_64 02:28:33 CPU op-mode(s): 32-bit, 64-bit 02:28:33 Byte Order: Little Endian 02:28:33 Address sizes: 40 bits physical, 48 bits virtual 02:28:33 CPU(s): 4 02:28:33 On-line CPU(s) list: 0-3 02:28:33 Thread(s) per core: 1 02:28:33 Core(s) per socket: 1 02:28:33 Socket(s): 4 02:28:33 NUMA node(s): 1 02:28:33 Vendor ID: GenuineIntel 02:28:33 CPU family: 6 02:28:33 Model: 44 02:28:33 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:28:33 Stepping: 1 02:28:33 CPU MHz: 2933.436 02:28:33 BogoMIPS: 5866.87 02:28:33 Virtualization: VT-x 02:28:33 Hypervisor vendor: KVM 02:28:33 Virtualization type: full 02:28:33 L1d cache: 128 KiB 02:28:33 L1i cache: 128 KiB 02:28:33 L2 cache: 16 MiB 02:28:33 L3 cache: 64 MiB 02:28:33 NUMA node0 CPU(s): 0-3 02:28:33 Vulnerability L1tf: Mitigation; PTE Inversion; VMX SMT disabled, L1D conditional cache flushes 02:28:33 Vulnerability Meltdown: Mitigation; PTI 02:28:33 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:28:33 Vulnerability Spectre v1: Mitigation; Load fences, __user pointer sanitization 02:28:33 Vulnerability Spectre v2: Mitigation; Full retpoline 02:28:33 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 02:28:33 02:28:33 02:28:33 ---> nproc: 02:28:33 4 02:28:33 02:28:33 02:28:33 ---> df -h: 02:28:33 Filesystem Size Used Available Use% Mounted on 02:28:33 overlay 50.0G 6.3G 43.6G 13% / 02:28:33 tmpfs 64.0M 0 64.0M 0% /dev 02:28:33 tmpfs 919.1M 0 919.1M 0% /sys/fs/cgroup 02:28:33 shm 64.0M 0 64.0M 0% /dev/shm 02:28:33 /dev/vda1 50.0G 6.3G 43.6G 13% /etc/resolv.conf 02:28:33 /dev/vda1 50.0G 6.3G 43.6G 13% /etc/hostname 02:28:33 /dev/vda1 50.0G 6.3G 43.6G 13% /etc/hosts 02:28:33 /dev/vda1 50.0G 6.3G 43.6G 13% /w/workspace/dgexfoundry_device-sdk-go_PR-499 02:28:33 /dev/vda1 50.0G 6.3G 43.6G 13% /w/workspace/dgexfoundry_device-sdk-go_PR-499@tmp 02:28:33 /dev/vda1 50.0G 6.3G 43.6G 13% /var/log/sa 02:28:33 02:28:33 02:28:33 ---> free -m: 02:28:33 total used free shared buff/cache available 02:28:33 Mem: 1838 645 72 0 1119 1089 02:28:33 Swap: 1023 1 1022 02:28:33 02:28:33 02:28:33 ---> ip addr: 02:28:33 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:28:33 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:28:33 inet 127.0.0.1/8 scope host lo 02:28:33 valid_lft forever preferred_lft forever 02:28:33 6: eth0@if7: mtu 1458 qdisc noqueue state UP 02:28:33 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 02:28:33 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 02:28:33 valid_lft forever preferred_lft forever 02:28:33 02:28:33 02:28:33 ---> sar -b -r -n DEV: 02:28:33 Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 04/21/20 _x86_64_ (4 CPU) 02:28:33 02:28:33 02:17:42 LINUX RESTART 02:28:33 02:28:33 02:18:01 tps rtps wtps bread/s bwrtn/s 02:28:33 02:19:01 111.76 32.11 79.65 4835.91 38926.06 02:28:33 02:20:02 3.05 0.00 3.05 0.00 114.13 02:28:33 02:21:01 0.27 0.00 0.27 0.00 3.57 02:28:33 02:22:01 0.45 0.00 0.45 0.00 4.80 02:28:33 02:23:01 0.33 0.00 0.33 0.00 5.01 02:28:33 02:24:01 0.32 0.00 0.32 0.00 3.53 02:28:33 02:25:01 0.30 0.02 0.28 0.13 3.63 02:28:33 02:26:01 0.67 0.23 0.43 6.79 10.22 02:28:33 02:27:01 0.98 0.00 0.98 0.00 25.76 02:28:33 02:28:01 0.62 0.00 0.62 0.00 8.28 02:28:33 Average: 11.90 3.24 8.66 485.40 3919.48 02:28:33 02:28:33 02:18:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:28:33 02:19:01 105372 1776932 94.40 2620 1204772 960172 32.76 459680 1151128 8 02:28:33 02:20:02 116496 1765808 93.81 2620 1204808 911960 31.12 454504 1149184 8 02:28:33 02:21:01 115052 1767252 93.89 2620 1204816 912204 31.12 455596 1149168 12 02:28:33 02:22:01 114756 1767548 93.90 2620 1204816 912252 31.13 456772 1148212 8 02:28:33 02:23:01 116492 1765812 93.81 2620 1204824 912024 31.12 455544 1148212 8 02:28:33 02:24:01 115912 1766392 93.84 2620 1204828 912188 31.12 456212 1148212 12 02:28:33 02:25:01 116428 1765876 93.81 2620 1204836 912092 31.12 455628 1148212 16 02:28:33 02:26:01 92732 1789572 95.07 2620 1205172 925512 31.58 472976 1148088 20 02:28:33 02:27:01 92352 1789952 95.09 2620 1205180 925892 31.59 473204 1148088 20 02:28:33 02:28:01 109560 1772744 94.18 2620 1205184 915976 31.25 456444 1147916 16 02:28:33 Average: 109515 1772789 94.18 2620 1204924 920027 31.39 459656 1148642 13 02:28:33 02:28:33 02:18:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 02:28:33 02:19:01 eth0 321.95 229.80 1028.70 102.57 0.00 0.00 0.00 02:28:33 02:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:33 02:19:01 docker0 7.37 5.27 1.10 16.66 0.00 0.00 0.00 02:28:33 02:20:02 eth0 0.83 0.12 0.07 0.02 0.00 0.00 0.00 02:28:33 02:20:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:33 02:20:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:33 02:21:01 eth0 0.83 0.30 0.30 0.11 0.00 0.00 0.00 02:28:33 02:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:33 02:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:33 02:22:01 eth0 0.57 0.35 0.37 0.29 0.00 0.00 0.00 02:28:33 02:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:33 02:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:33 02:23:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 02:28:33 02:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:33 02:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:33 02:24:01 eth0 0.27 0.23 0.14 0.07 0.00 0.00 0.00 02:28:33 02:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:33 02:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:33 02:25:01 eth0 0.42 0.08 0.04 0.01 0.00 0.00 0.00 02:28:33 02:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:33 02:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:33 02:26:01 eth0 8.06 4.88 7.29 2.91 0.00 0.00 0.00 02:28:33 02:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:33 02:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:33 02:27:01 eth0 2.55 0.92 1.38 0.76 0.00 0.00 0.00 02:28:33 02:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:33 02:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:33 02:28:01 eth0 4.78 2.16 3.29 1.77 0.00 0.00 0.00 02:28:33 02:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:33 02:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:33 Average: eth0 34.11 23.95 104.40 10.88 0.00 0.00 0.00 02:28:33 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:33 Average: docker0 0.74 0.53 0.11 1.67 0.00 0.00 0.00 02:28:33 02:28:33 02:28:33 ---> sar -P ALL: 02:28:33 Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 04/21/20 _x86_64_ (4 CPU) 02:28:33 02:28:33 02:17:42 LINUX RESTART 02:28:33 02:28:33 02:18:01 CPU %user %nice %system %iowait %steal %idle 02:28:33 02:19:01 all 14.46 0.00 7.14 8.10 2.22 68.08 02:28:33 02:19:01 0 14.13 0.00 8.20 7.06 2.32 68.29 02:28:33 02:19:01 1 15.32 0.00 6.73 8.82 2.17 66.96 02:28:33 02:19:01 2 13.55 0.00 6.38 6.97 2.26 70.84 02:28:33 02:19:01 3 14.84 0.00 7.23 9.55 2.15 66.22 02:28:33 02:20:02 all 0.17 0.00 0.06 0.00 0.08 99.68 02:28:33 02:20:02 0 0.05 0.00 0.07 0.00 0.10 99.78 02:28:33 02:20:02 1 0.43 0.00 0.05 0.00 0.07 99.45 02:28:33 02:20:02 2 0.13 0.00 0.08 0.00 0.12 99.67 02:28:33 02:20:02 3 0.07 0.00 0.07 0.00 0.03 99.83 02:28:33 02:21:01 all 0.20 0.00 0.06 0.00 0.07 99.67 02:28:33 02:21:01 0 0.49 0.00 0.07 0.00 0.08 99.36 02:28:33 02:21:01 1 0.07 0.00 0.05 0.00 0.07 99.81 02:28:33 02:21:01 2 0.19 0.00 0.07 0.00 0.08 99.66 02:28:33 02:21:01 3 0.07 0.00 0.03 0.00 0.03 99.86 02:28:33 02:22:01 all 0.16 0.00 0.06 0.00 0.07 99.71 02:28:33 02:22:01 0 0.10 0.00 0.07 0.00 0.10 99.73 02:28:33 02:22:01 1 0.05 0.00 0.07 0.00 0.12 99.77 02:28:33 02:22:01 2 0.43 0.00 0.05 0.00 0.07 99.45 02:28:33 02:22:01 3 0.05 0.00 0.07 0.00 0.03 99.85 02:28:33 02:23:01 all 0.16 0.00 0.05 0.00 0.07 99.72 02:28:33 02:23:01 0 0.08 0.00 0.05 0.00 0.05 99.82 02:28:33 02:23:01 1 0.07 0.00 0.07 0.00 0.15 99.72 02:28:33 02:23:01 2 0.47 0.00 0.07 0.00 0.05 99.42 02:28:33 02:23:01 3 0.03 0.00 0.03 0.00 0.02 99.92 02:28:33 02:24:01 all 0.16 0.00 0.05 0.00 0.07 99.72 02:28:33 02:24:01 0 0.02 0.00 0.02 0.00 0.10 99.87 02:28:33 02:24:01 1 0.48 0.00 0.05 0.00 0.07 99.40 02:28:33 02:24:01 2 0.07 0.00 0.05 0.00 0.07 99.82 02:28:33 02:24:01 3 0.08 0.00 0.05 0.00 0.05 99.82 02:28:33 02:25:01 all 0.15 0.00 0.05 0.00 0.06 99.74 02:28:33 02:25:01 0 0.03 0.00 0.03 0.00 0.08 99.85 02:28:33 02:25:01 1 0.43 0.00 0.05 0.00 0.03 99.48 02:28:33 02:25:01 2 0.07 0.00 0.05 0.00 0.05 99.83 02:28:33 02:25:01 3 0.07 0.00 0.05 0.00 0.08 99.80 02:28:33 02:26:01 all 0.85 0.00 0.34 0.00 0.23 98.58 02:28:33 02:26:01 0 0.62 0.00 0.50 0.00 0.25 98.63 02:28:33 02:26:01 1 1.40 0.00 0.23 0.02 0.23 98.12 02:28:33 02:26:01 2 1.03 0.00 0.35 0.00 0.20 98.42 02:28:33 02:26:01 3 0.33 0.00 0.27 0.02 0.22 99.17 02:28:33 02:27:01 all 0.17 0.00 0.10 0.00 0.12 99.61 02:28:33 02:27:01 0 0.10 0.00 0.12 0.00 0.10 99.68 02:28:33 02:27:01 1 0.42 0.00 0.08 0.00 0.15 99.35 02:28:33 02:27:01 2 0.08 0.00 0.12 0.00 0.12 99.68 02:28:33 02:27:01 3 0.07 0.00 0.05 0.00 0.12 99.77 02:28:33 02:28:01 all 0.19 0.00 0.08 0.00 0.09 99.65 02:28:33 02:28:01 0 0.10 0.00 0.10 0.00 0.12 99.68 02:28:33 02:28:01 1 0.42 0.00 0.07 0.00 0.08 99.43 02:28:33 02:28:01 2 0.18 0.00 0.12 0.00 0.13 99.57 02:28:33 02:28:01 3 0.07 0.00 0.05 0.00 0.03 99.85 02:28:33 Average: all 1.64 0.00 0.79 0.80 0.30 96.47 02:28:33 Average: 0 1.54 0.00 0.91 0.69 0.33 96.53 02:28:33 Average: 1 1.89 0.00 0.74 0.87 0.31 96.19 02:28:33 Average: 2 1.60 0.00 0.72 0.69 0.31 96.67 02:28:33 Average: 3 1.54 0.00 0.78 0.94 0.27 96.47 02:28:33 02:28:33 02:28:33