Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/device-sdk-go Loading trusted files from base branch master at ce316cea3dee80a2f116041d01b56dbf0103bc38 rather than 1f491d42246a75cc09508320851612dec61855a7 Obtained Jenkinsfile from ce316cea3dee80a2f116041d01b56dbf0103bc38 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [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 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ 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 BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre SNAP_CHANNEL: latest/edge BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-375 in /w/workspace/dgexfoundry_device-sdk-go_PR-553 [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-553 # 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/553/head:refs/remotes/origin/PR-553 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/553/head:refs/remotes/origin/PR-553 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit ce316cea3dee80a2f116041d01b56dbf0103bc38 into PR head commit 1f491d42246a75cc09508320851612dec61855a7 Merge succeeded, producing 3d30a6cdfce8e9516384b82c60c28acb3a06f727 Checking out Revision 3d30a6cdfce8e9516384b82c60c28acb3a06f727 (PR-553) > 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/553/head:refs/remotes/origin/PR-553 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1f491d42246a75cc09508320851612dec61855a7 # 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 ce316cea3dee80a2f116041d01b56dbf0103bc38 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3d30a6cdfce8e9516384b82c60c28acb3a06f727 # timeout=10 Commit message: "Merge commit 'ce316cea3dee80a2f116041d01b56dbf0103bc38' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:42:05 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:42:05 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:42:05 ========================================================= 10:42:05 EdgeX Global Pipelines Version Info 10:42:05 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk a6cf2990db648f9d6728e9f6521e2daa52e0937d # timeout=10 10:42:08 ------------------- 10:42:08 stable info: 10:42:08 ------------------- 10:42:08 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:42:08 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 10:42:08 Message: update stable to v1.0.106 10:42:09 ------------------- 10:42:09 experimental info: 10:42:09 ------------------- 10:42:09 Commited By: **** collab-it+edgex@linuxfoundation.org 10:42:09 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 10:42:09 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:42:11 + git log --format=format:%s -1 3d30a6cdfce8e9516384b82c60c28acb3a06f727 [Pipeline] echo 10:42:11 GIT_COMMIT: 3d30a6cdfce8e9516384b82c60c28acb3a06f727, Commit Message: Merge commit 'ce316cea3dee80a2f116041d01b56dbf0103bc38' into HEAD [Pipeline] echo 10:42:11 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 10:42:12 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:42:12 10:42:12 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:42:13 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:42:13 latest: Pulling from edgex-devops/git-semver 10:42:13 31603596830f: Pulling fs layer 10:42:13 2a8b12db71e7: Pulling fs layer 10:42:13 6ca5941a6612: Pulling fs layer 10:42:13 ecc8261a40a4: Pulling fs layer 10:42:13 ecc8261a40a4: Waiting 10:42:13 2a8b12db71e7: Verifying Checksum 10:42:13 2a8b12db71e7: Download complete 10:42:13 31603596830f: Verifying Checksum 10:42:13 31603596830f: Download complete 10:42:13 ecc8261a40a4: Verifying Checksum 10:42:13 ecc8261a40a4: Download complete 10:42:13 6ca5941a6612: Verifying Checksum 10:42:13 6ca5941a6612: Download complete 10:42:13 31603596830f: Pull complete 10:42:14 2a8b12db71e7: Pull complete 10:42:15 6ca5941a6612: Pull complete 10:42:15 ecc8261a40a4: Pull complete 10:42:15 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 10:42:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:42:15 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:42:15 prd-centos7-docker-4c-2g-375 does not seem to be running inside a container 10:42:16 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-553 -v /w/workspace/dgexfoundry_device-sdk-go_PR-553:/w/workspace/dgexfoundry_device-sdk-go_PR-553:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:42:18 $ docker top 2c4147800f35a9365ef1c5634a260806eada0b02a0f5c6cc3814fe3e5bf0fcf0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:42:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:42:18 [ssh-agent] Looking for ssh-agent implementation... 10:42:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:42:19 $ docker exec 2c4147800f35a9365ef1c5634a260806eada0b02a0f5c6cc3814fe3e5bf0fcf0 ssh-agent 10:42:19 SSH_AUTH_SOCK=/tmp/ssh-55XncK1rnacz/agent.12 10:42:19 SSH_AGENT_PID=17 10:42:19 Running ssh-add (command line suppressed) 10:42:19 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp/private_key_8207404770688920314.key (/w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp/private_key_8207404770688920314.key) 10:42:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:42:20 + git describe --exact-match --tags HEAD 10:42:20 fatal: No names found, cannot describe anything. [Pipeline] } 10:42:20 $ docker exec --env ******** --env ******** 2c4147800f35a9365ef1c5634a260806eada0b02a0f5c6cc3814fe3e5bf0fcf0 ssh-agent -k 10:42:20 unset SSH_AUTH_SOCK; 10:42:20 unset SSH_AGENT_PID; 10:42:20 echo Agent pid 17 killed; 10:42:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 10:42:20 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 10:42:20 This usually means this commit has not been tagged. [Pipeline] sshagent 10:42:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:42:20 [ssh-agent] Looking for ssh-agent implementation... 10:42:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:42:21 $ docker exec 2c4147800f35a9365ef1c5634a260806eada0b02a0f5c6cc3814fe3e5bf0fcf0 ssh-agent 10:42:21 SSH_AUTH_SOCK=/tmp/ssh-rgr0JQaoxqwv/agent.46 10:42:21 SSH_AGENT_PID=51 10:42:21 Running ssh-add (command line suppressed) 10:42:22 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp/private_key_6733050221540006552.key (/w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp/private_key_6733050221540006552.key) 10:42:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:42:22 + git semver init 10:42:22 # -> Open(): unable to determine branch for HEAD 10:42:22 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-553/.git 10:42:22 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-553 10:42:22 # $SEMVER_REMOTE_NAME = origin 10:42:22 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:42:22 # $SEMVER_USER_NAME = edgex-jenkins 10:42:22 # $SEMVER_BRANCH = PR-553 10:42:22 # $SEMVER_TEMP = /tmp/semver-429291495 10:42:22 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 10:42:23 # '/tmp/semver-429291495' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-553/.semver' 10:42:23 # -> Force: false 10:42:23 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-553/.semver [Pipeline] } 10:42:23 $ docker exec --env ******** --env ******** 2c4147800f35a9365ef1c5634a260806eada0b02a0f5c6cc3814fe3e5bf0fcf0 ssh-agent -k 10:42:23 unset SSH_AUTH_SOCK; 10:42:23 unset SSH_AGENT_PID; 10:42:23 echo Agent pid 51 killed; 10:42:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:42:24 + git semver [Pipeline] } 10:42:24 $ docker stop --time=1 2c4147800f35a9365ef1c5634a260806eada0b02a0f5c6cc3814fe3e5bf0fcf0 10:42:26 $ docker rm -f 2c4147800f35a9365ef1c5634a260806eada0b02a0f5c6cc3814fe3e5bf0fcf0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 10:42:27 Stashed 28 file(s) [Pipeline] echo 10:42:27 [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] echo 10:42:27 Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 10:42:42 Still waiting to schedule task 10:42:42 Waiting for next available executor on ‘centos7-docker-4c-2g’ 10:42:42 Still waiting to schedule task 10:42:42 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 10:44:26 Running on prd-ubuntu18.04-docker-arm64-4c-16g-376 in /w/workspace/dgexfoundry_device-sdk-go_PR-553 [Pipeline] { [Pipeline] ws 10:44:26 Running in /w/workspace/device-sdk-go/11 [Pipeline] { [Pipeline] checkout 10:44:31 using credential edgex-jenkins-ssh 10:44:32 Cloning the remote Git repository 10:44:32 Cloning with configured refspecs honoured and without tags 10:44:32 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 10:44:32 > git init /w/workspace/device-sdk-go/11 # timeout=10 10:44:32 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 10:44:32 > git --version # timeout=10 10:44:32 using GIT_SSH to set credentials SSH Credentials for GitHub 10:44:32 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/553/head:refs/remotes/origin/PR-553 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:44:33 Fetching without tags 10:44:33 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 10:44:33 > git config --add remote.origin.fetch +refs/pull/553/head:refs/remotes/origin/PR-553 # timeout=10 10:44:33 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 10:44:33 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 10:44:33 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 10:44:33 using GIT_SSH to set credentials SSH Credentials for GitHub 10:44:33 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/553/head:refs/remotes/origin/PR-553 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:44:34 Merging remotes/origin/master commit ce316cea3dee80a2f116041d01b56dbf0103bc38 into PR head commit 1f491d42246a75cc09508320851612dec61855a7 10:44:34 Merge succeeded, producing 5fc7308c5ecfe95f9dcb23860838a86117d7ae0e 10:44:34 Checking out Revision 5fc7308c5ecfe95f9dcb23860838a86117d7ae0e (PR-553) 10:44:34 > git config core.sparsecheckout # timeout=10 10:44:34 > git checkout -f 1f491d42246a75cc09508320851612dec61855a7 # timeout=10 10:44:34 > git remote # timeout=10 10:44:34 > git config --get remote.origin.url # timeout=10 10:44:34 using GIT_SSH to set credentials SSH Credentials for GitHub 10:44:34 > git merge ce316cea3dee80a2f116041d01b56dbf0103bc38 # timeout=10 10:44:34 > git rev-parse HEAD^{commit} # timeout=10 10:44:34 > git config core.sparsecheckout # timeout=10 10:44:34 > git checkout -f 5fc7308c5ecfe95f9dcb23860838a86117d7ae0e # timeout=10 10:44:38 Commit message: "Merge commit 'ce316cea3dee80a2f116041d01b56dbf0103bc38' into HEAD" 10:44:38 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 10:44:38 > git rev-list --no-walk a6cf2990db648f9d6728e9f6521e2daa52e0937d # timeout=10 [Pipeline] echo 10:44:39 ========================================================= 10:44:39 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 10:44:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:44:41 + 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 . 10:44:42 Sending build context to Docker daemon 3.084MB 10:44:42 Step 1/8 : ARG BASE=golang:1.13-alpine 10:44:42 Step 2/8 : FROM ${BASE} 10:44:42 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:44:42 b538f80385f9: Pulling fs layer 10:44:42 74f711af9a0d: Pulling fs layer 10:44:42 99f96fe45779: Pulling fs layer 10:44:42 fd7a069fd194: Pulling fs layer 10:44:42 66aa3694b03b: Pulling fs layer 10:44:42 170f70906a0f: Pulling fs layer 10:44:42 ad7c5574e4b9: Pulling fs layer 10:44:42 e772456be8f7: Pulling fs layer 10:44:42 c890913d741a: Pulling fs layer 10:44:42 2480fcc9aa5a: Pulling fs layer 10:44:42 09adf4765672: Pulling fs layer 10:44:42 fd7a069fd194: Waiting 10:44:42 e772456be8f7: Waiting 10:44:42 c890913d741a: Waiting 10:44:42 66aa3694b03b: Waiting 10:44:42 170f70906a0f: Waiting 10:44:42 ad7c5574e4b9: Waiting 10:44:42 2480fcc9aa5a: Waiting 10:44:42 09adf4765672: Waiting 10:44:42 99f96fe45779: Verifying Checksum 10:44:42 99f96fe45779: Download complete 10:44:42 74f711af9a0d: Verifying Checksum 10:44:42 74f711af9a0d: Download complete 10:44:42 66aa3694b03b: Verifying Checksum 10:44:42 66aa3694b03b: Download complete 10:44:42 170f70906a0f: Verifying Checksum 10:44:42 170f70906a0f: Download complete 10:44:42 b538f80385f9: Verifying Checksum 10:44:42 b538f80385f9: Download complete 10:44:43 b538f80385f9: Pull complete 10:44:43 74f711af9a0d: Pull complete 10:44:44 99f96fe45779: Pull complete 10:44:46 ad7c5574e4b9: Verifying Checksum 10:44:46 ad7c5574e4b9: Download complete 10:44:46 c890913d741a: Verifying Checksum 10:44:46 c890913d741a: Download complete 10:44:47 2480fcc9aa5a: Verifying Checksum 10:44:47 2480fcc9aa5a: Download complete 10:44:47 09adf4765672: Verifying Checksum 10:44:47 09adf4765672: Download complete 10:44:47 e772456be8f7: Download complete 10:44:48 fd7a069fd194: Download complete 10:45:00 fd7a069fd194: Pull complete 10:45:00 66aa3694b03b: Pull complete 10:45:00 170f70906a0f: Pull complete 10:45:04 ad7c5574e4b9: Pull complete 10:45:08 e772456be8f7: Pull complete 10:45:08 c890913d741a: Pull complete 10:45:11 2480fcc9aa5a: Pull complete 10:45:11 09adf4765672: Pull complete 10:45:11 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 10:45:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 10:45:11 ---> 2248a725d1cf 10:45:11 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:45:15 ---> Running in 5cf239f64f0f 10:45:16 Removing intermediate container 5cf239f64f0f 10:45:16 ---> eae5b6e6c592 10:45:16 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:45:16 ---> Running in 086d17bcec50 10:45:19 Removing intermediate container 086d17bcec50 10:45:19 ---> 1770e433ccdc 10:45:19 Step 5/8 : RUN apk add --no-cache make git 10:45:19 ---> Running in 8b424661a063 10:45:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:45:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:45:22 OK: 142 MiB in 39 packages 10:45:23 Removing intermediate container 8b424661a063 10:45:23 ---> 436536e8403e 10:45:23 Step 6/8 : WORKDIR /device-sdk-go 10:45:23 ---> Running in e5f175eed145 10:45:24 Removing intermediate container e5f175eed145 10:45:24 ---> 0b23e642808e 10:45:24 Step 7/8 : COPY . . 10:45:24 ---> 8bf7064c3fa8 10:45:24 Step 8/8 : RUN go mod download 10:45:25 ---> Running in b17ebaa9c3da 10:45:27 go: finding github.com/BurntSushi/toml v0.3.1 10:45:27 go: finding github.com/OneOfOne/xxhash v1.2.6 10:45:27 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 10:45:27 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 10:45:27 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 10:45:28 go: finding github.com/bgentry/speakeasy v0.1.0 10:45:28 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 10:45:28 go: finding github.com/davecgh/go-spew v1.1.1 10:45:28 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 10:45:28 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 10:45:28 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 10:45:28 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 10:45:28 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 10:45:28 go: finding github.com/fatih/color v1.7.0 10:45:28 go: finding github.com/fxamacker/cbor/v2 v2.2.0 10:45:28 go: finding github.com/go-kit/kit v0.8.0 10:45:28 go: finding github.com/go-logfmt/logfmt v0.4.0 10:45:28 go: finding github.com/go-stack/stack v1.8.0 10:45:28 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 10:45:28 go: finding github.com/google/uuid v1.1.0 10:45:28 go: finding github.com/gorilla/mux v1.7.1 10:45:28 go: finding github.com/hashicorp/consul/api v1.1.0 10:45:28 go: finding github.com/hashicorp/consul/sdk v0.1.1 10:45:28 go: finding github.com/hashicorp/errwrap v1.0.0 10:45:28 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 10:45:28 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 10:45:28 go: finding github.com/hashicorp/go-msgpack v0.5.3 10:45:28 go: finding github.com/hashicorp/go-multierror v1.0.0 10:45:28 go: finding github.com/hashicorp/go-rootcerts v1.0.0 10:45:28 go: finding github.com/hashicorp/go-sockaddr v1.0.0 10:45:28 go: finding github.com/hashicorp/go-syslog v1.0.0 10:45:28 go: finding github.com/hashicorp/go-uuid v1.0.1 10:45:28 go: finding github.com/hashicorp/go.net v0.0.1 10:45:28 go: finding github.com/hashicorp/golang-lru v0.5.0 10:45:28 go: finding github.com/hashicorp/logutils v1.0.0 10:45:28 go: finding github.com/hashicorp/mdns v1.0.0 10:45:28 go: finding github.com/hashicorp/memberlist v0.1.3 10:45:28 go: finding github.com/hashicorp/serf v0.8.2 10:45:28 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 10:45:28 go: finding github.com/mattn/go-colorable v0.0.9 10:45:28 go: finding github.com/mattn/go-isatty v0.0.3 10:45:28 go: finding github.com/miekg/dns v1.0.14 10:45:28 go: finding github.com/mitchellh/cli v1.0.0 10:45:29 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 10:45:29 go: finding github.com/mitchellh/copystructure v1.0.0 10:45:29 go: finding github.com/mitchellh/go-homedir v1.0.0 10:45:29 go: finding github.com/mitchellh/go-testing-interface v1.0.0 10:45:29 go: finding github.com/mitchellh/gox v0.4.0 10:45:29 go: finding github.com/mitchellh/iochan v1.0.0 10:45:29 go: finding github.com/mitchellh/mapstructure v1.1.2 10:45:29 go: finding github.com/mitchellh/reflectwalk v1.0.0 10:45:29 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 10:45:29 go: finding github.com/pelletier/go-toml v1.2.0 10:45:29 go: finding github.com/pkg/errors v0.8.1 10:45:29 go: finding github.com/pmezard/go-difflib v1.0.0 10:45:29 go: finding github.com/posener/complete v1.1.1 10:45:29 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 10:45:29 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 10:45:29 go: finding github.com/stretchr/objx v0.1.0 10:45:29 go: finding github.com/stretchr/testify v1.5.1 10:45:29 go: finding github.com/ugorji/go v1.1.4 10:45:29 go: finding github.com/x448/float16 v0.8.4 10:45:29 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 10:45:29 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 10:45:29 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 10:45:29 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 10:45:29 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 10:45:29 go: finding gopkg.in/yaml.v2 v2.2.8 10:45:39 Removing intermediate container b17ebaa9c3da 10:45:39 ---> 33990ac16fda 10:45:39 Successfully built 33990ac16fda 10:45:39 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:45:40 + docker inspect -f . ci-base-image-arm64 10:45:40 . [Pipeline] withDockerContainer 10:45:40 prd-ubuntu18.04-docker-arm64-4c-16g-376 does not seem to be running inside a container 10:45:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/11 -v /w/workspace/device-sdk-go/11:/w/workspace/device-sdk-go/11:rw,z -v /w/workspace/device-sdk-go/11@tmp:/w/workspace/device-sdk-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:45:42 $ docker top 4e4f3e478676a15b7045513fa3b2cf12974beee162d3cdda6b87c7d7cedbb65d -eo pid,comm [Pipeline] { [Pipeline] sh 10:45:44 + go version 10:45:44 go version go1.13.13 linux/arm64 [Pipeline] sh 10:45:45 + make test 10:45:45 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 10:45:45 Running on prd-centos7-docker-4c-2g-377 in /w/workspace/dgexfoundry_device-sdk-go_PR-553 [Pipeline] { [Pipeline] ws 10:45:45 Running in /w/workspace/device-sdk-go/11 [Pipeline] { [Pipeline] checkout 10:45:46 ? github.com/edgexfoundry/device-sdk-go [no test files] 10:45:53 using credential edgex-jenkins-ssh 10:45:53 Cloning the remote Git repository 10:45:53 Cloning with configured refspecs honoured and without tags 10:45:53 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 10:45:53 > git init /w/workspace/device-sdk-go/11 # timeout=10 10:45:54 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 10:45:54 > git --version # timeout=10 10:45:54 using GIT_SSH to set credentials SSH Credentials for GitHub 10:45:54 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/553/head:refs/remotes/origin/PR-553 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:45:55 Fetching without tags 10:45:54 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 10:45:55 > git config --add remote.origin.fetch +refs/pull/553/head:refs/remotes/origin/PR-553 # timeout=10 10:45:55 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 10:45:55 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 10:45:55 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 10:45:55 using GIT_SSH to set credentials SSH Credentials for GitHub 10:45:55 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/553/head:refs/remotes/origin/PR-553 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:45:55 Merging remotes/origin/master commit ce316cea3dee80a2f116041d01b56dbf0103bc38 into PR head commit 1f491d42246a75cc09508320851612dec61855a7 10:45:56 Merge succeeded, producing 5e3459c2bc70b826ba99cdf325f3d0b4a9d89e88 10:45:56 Checking out Revision 5e3459c2bc70b826ba99cdf325f3d0b4a9d89e88 (PR-553) 10:45:55 > git config core.sparsecheckout # timeout=10 10:45:55 > git checkout -f 1f491d42246a75cc09508320851612dec61855a7 # timeout=10 10:45:55 > git remote # timeout=10 10:45:55 > git config --get remote.origin.url # timeout=10 10:45:55 using GIT_SSH to set credentials SSH Credentials for GitHub 10:45:56 > git merge ce316cea3dee80a2f116041d01b56dbf0103bc38 # timeout=10 10:45:56 > git rev-parse HEAD^{commit} # timeout=10 10:45:56 > git config core.sparsecheckout # timeout=10 10:45:56 > git checkout -f 5e3459c2bc70b826ba99cdf325f3d0b4a9d89e88 # timeout=10 10:46:00 Commit message: "Merge commit 'ce316cea3dee80a2f116041d01b56dbf0103bc38' into HEAD" 10:46:00 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 10:46:01 ========================================================= 10:46:01 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 10:46:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:46:00 > git rev-list --no-walk a6cf2990db648f9d6728e9f6521e2daa52e0937d # timeout=10 10:46:02 + 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 . 10:46:03 Sending build context to Docker daemon 3.084MB 10:46:03 Step 1/8 : ARG BASE=golang:1.13-alpine 10:46:03 Step 2/8 : FROM ${BASE} 10:46:03 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 10:46:03 df20fa9351a1: Pulling fs layer 10:46:03 ed8968b2872e: Pulling fs layer 10:46:03 a92cc7c5fd73: Pulling fs layer 10:46:03 2dd03ba5bac4: Pulling fs layer 10:46:03 1e091d79d1de: Pulling fs layer 10:46:03 481702a1767f: Pulling fs layer 10:46:03 f64a6f60c768: Pulling fs layer 10:46:03 e78d2573fc39: Pulling fs layer 10:46:03 e876d2f968b6: Pulling fs layer 10:46:03 ce8a83651883: Pulling fs layer 10:46:03 07967f4d0e4b: Pulling fs layer 10:46:03 f64a6f60c768: Waiting 10:46:03 e78d2573fc39: Waiting 10:46:03 e876d2f968b6: Waiting 10:46:03 ce8a83651883: Waiting 10:46:03 07967f4d0e4b: Waiting 10:46:03 2dd03ba5bac4: Waiting 10:46:03 1e091d79d1de: Waiting 10:46:03 481702a1767f: Waiting 10:46:03 a92cc7c5fd73: Download complete 10:46:03 ed8968b2872e: Download complete 10:46:03 1e091d79d1de: Verifying Checksum 10:46:03 1e091d79d1de: Download complete 10:46:03 481702a1767f: Verifying Checksum 10:46:03 481702a1767f: Download complete 10:46:03 df20fa9351a1: Verifying Checksum 10:46:03 df20fa9351a1: Download complete 10:46:04 df20fa9351a1: Pull complete 10:46:04 ed8968b2872e: Pull complete 10:46:04 a92cc7c5fd73: Pull complete 10:46:06 f64a6f60c768: Verifying Checksum 10:46:06 f64a6f60c768: Download complete 10:46:06 e876d2f968b6: Verifying Checksum 10:46:06 e876d2f968b6: Download complete 10:46:07 2dd03ba5bac4: Verifying Checksum 10:46:07 2dd03ba5bac4: Download complete 10:46:07 ce8a83651883: Verifying Checksum 10:46:07 ce8a83651883: Download complete 10:46:07 e78d2573fc39: Verifying Checksum 10:46:07 e78d2573fc39: Download complete 10:46:07 07967f4d0e4b: Verifying Checksum 10:46:07 07967f4d0e4b: Download complete 10:46:18 2dd03ba5bac4: Pull complete 10:46:18 1e091d79d1de: Pull complete 10:46:18 481702a1767f: Pull complete 10:46:18 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 10:46:18 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 10:46:18 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 10:46:18 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.017s coverage: 22.1% of statements 10:46:18 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.163s coverage: 95.7% of statements 10:46:28 f64a6f60c768: Pull complete 10:46:33 e78d2573fc39: Pull complete 10:46:33 e876d2f968b6: Pull complete 10:46:34 ce8a83651883: Pull complete 10:46:34 07967f4d0e4b: Pull complete 10:46:34 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 10:46:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 10:46:34 ---> 5d7c900382c6 10:46:34 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:46:35 ---> Running in 2acddb79147c 10:46:36 Removing intermediate container 2acddb79147c 10:46:36 ---> cbfe4bd12ca2 10:46:36 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:46:36 ---> Running in d40866c294e1 10:46:38 Removing intermediate container d40866c294e1 10:46:38 ---> 9716c8146693 10:46:38 Step 5/8 : RUN apk add --no-cache make git 10:46:38 ---> Running in f60e0a698145 10:46:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:46:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:46:40 OK: 166 MiB in 39 packages 10:46:40 Removing intermediate container f60e0a698145 10:46:40 ---> cb0055ea4bbd 10:46:40 Step 6/8 : WORKDIR /device-sdk-go 10:46:41 ---> Running in ae20bfef88af 10:46:41 Removing intermediate container ae20bfef88af 10:46:41 ---> aa7c53c386c4 10:46:41 Step 7/8 : COPY . . 10:46:42 ---> 7bd2813713c1 10:46:42 Step 8/8 : RUN go mod download 10:46:42 ---> Running in 93ebdd74306a 10:46:45 go: finding github.com/BurntSushi/toml v0.3.1 10:46:45 go: finding github.com/OneOfOne/xxhash v1.2.6 10:46:45 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 10:46:45 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 10:46:45 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 10:46:45 go: finding github.com/bgentry/speakeasy v0.1.0 10:46:45 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 10:46:45 go: finding github.com/davecgh/go-spew v1.1.1 10:46:45 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 10:46:45 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 10:46:45 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 10:46:45 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 10:46:45 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 10:46:45 go: finding github.com/fatih/color v1.7.0 10:46:45 go: finding github.com/fxamacker/cbor/v2 v2.2.0 10:46:45 go: finding github.com/go-kit/kit v0.8.0 10:46:45 go: finding github.com/go-logfmt/logfmt v0.4.0 10:46:45 go: finding github.com/go-stack/stack v1.8.0 10:46:45 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 10:46:45 go: finding github.com/google/uuid v1.1.0 10:46:45 go: finding github.com/gorilla/mux v1.7.1 10:46:45 go: finding github.com/hashicorp/consul/api v1.1.0 10:46:45 go: finding github.com/hashicorp/consul/sdk v0.1.1 10:46:45 go: finding github.com/hashicorp/errwrap v1.0.0 10:46:45 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 10:46:45 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 10:46:45 go: finding github.com/hashicorp/go-msgpack v0.5.3 10:46:45 go: finding github.com/hashicorp/go-multierror v1.0.0 10:46:45 go: finding github.com/hashicorp/go-rootcerts v1.0.0 10:46:45 go: finding github.com/hashicorp/go-sockaddr v1.0.0 10:46:45 go: finding github.com/hashicorp/go-syslog v1.0.0 10:46:45 go: finding github.com/hashicorp/go-uuid v1.0.1 10:46:45 go: finding github.com/hashicorp/go.net v0.0.1 10:46:45 go: finding github.com/hashicorp/golang-lru v0.5.0 10:46:45 go: finding github.com/hashicorp/logutils v1.0.0 10:46:46 go: finding github.com/hashicorp/mdns v1.0.0 10:46:46 go: finding github.com/hashicorp/memberlist v0.1.3 10:46:46 go: finding github.com/hashicorp/serf v0.8.2 10:46:46 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 10:46:46 go: finding github.com/mattn/go-colorable v0.0.9 10:46:46 go: finding github.com/mattn/go-isatty v0.0.3 10:46:46 go: finding github.com/miekg/dns v1.0.14 10:46:46 go: finding github.com/mitchellh/cli v1.0.0 10:46:46 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 10:46:46 go: finding github.com/mitchellh/copystructure v1.0.0 10:46:46 go: finding github.com/mitchellh/go-homedir v1.0.0 10:46:46 go: finding github.com/mitchellh/go-testing-interface v1.0.0 10:46:46 go: finding github.com/mitchellh/gox v0.4.0 10:46:46 go: finding github.com/mitchellh/iochan v1.0.0 10:46:46 go: finding github.com/mitchellh/mapstructure v1.1.2 10:46:46 go: finding github.com/mitchellh/reflectwalk v1.0.0 10:46:46 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 10:46:46 go: finding github.com/pelletier/go-toml v1.2.0 10:46:46 go: finding github.com/pkg/errors v0.8.1 10:46:46 go: finding github.com/pmezard/go-difflib v1.0.0 10:46:46 go: finding github.com/posener/complete v1.1.1 10:46:46 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 10:46:46 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 10:46:46 go: finding github.com/stretchr/objx v0.1.0 10:46:46 go: finding github.com/stretchr/testify v1.5.1 10:46:46 go: finding github.com/ugorji/go v1.1.4 10:46:46 go: finding github.com/x448/float16 v0.8.4 10:46:46 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 10:46:46 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 10:46:46 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 10:46:46 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 10:46:46 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 10:46:47 go: finding gopkg.in/yaml.v2 v2.2.8 10:46:51 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.059s coverage: 11.6% of statements 10:46:51 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.033s coverage: 21.7% of statements 10:46:51 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 10:46:51 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.155s coverage: 36.9% of statements 10:46:51 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 10:46:51 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.669s coverage: 65.2% of statements 10:46:51 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 10:46:51 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 10:46:51 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 10:46:51 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.050s coverage: 52.6% of statements 10:46:51 ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.333s coverage: 68.9% of statements 10:46:51 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 10:46:51 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 10:46:51 CGO_ENABLED=0 GO111MODULE=on go vet ./... 10:46:53 gofmt -l . 10:46:53 [ "`gofmt -l .`" = "" ] 10:46:53 ./bin/test-attribution-txt.sh 10:46:54 ./bin/test-go-mod-tidy.sh [Pipeline] stash 10:46:55 Stashed 1 file(s) [Pipeline] } 10:46:55 $ docker stop --time=1 4e4f3e478676a15b7045513fa3b2cf12974beee162d3cdda6b87c7d7cedbb65d 10:46:57 Removing intermediate container 93ebdd74306a 10:46:57 ---> 3c78cb13da35 10:46:57 Successfully built 3c78cb13da35 10:46:57 Successfully tagged ci-base-image-x86_64:latest 10:46:58 $ docker rm -f 4e4f3e478676a15b7045513fa3b2cf12974beee162d3cdda6b87c7d7cedbb65d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:47:01 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:47:01 + docker inspect -f . ci-base-image-x86_64 10:47:01 . [Pipeline] withDockerContainer 10:47:01 + ls -al . 10:47:01 total 228 10:47:01 drwxrwxr-x 11 jenkins jenkins 4096 Aug 18 10:46 . 10:47:01 drwxrwxr-x 4 jenkins jenkins 4096 Aug 18 10:44 .. 10:47:01 -rw-rw-r-- 1 jenkins jenkins 140 Aug 18 10:44 .dockerignore 10:47:01 drwxrwxr-x 8 jenkins jenkins 4096 Aug 18 10:44 .git 10:47:01 drwxrwxr-x 2 jenkins jenkins 4096 Aug 18 10:44 .github 10:47:01 -rw-rw-r-- 1 jenkins jenkins 138 Aug 18 10:44 .gitignore 10:47:01 drwxrwxr-x 3 jenkins jenkins 4096 Aug 18 10:44 .semver 10:47:01 -rw-rw-r-- 1 jenkins jenkins 936 Aug 18 10:44 Dockerfile.build 10:47:01 -rw-rw-r-- 1 jenkins jenkins 808 Aug 18 10:44 Jenkinsfile 10:47:01 -rw-rw-r-- 1 jenkins jenkins 11341 Aug 18 10:44 LICENSE 10:47:01 -rw-rw-r-- 1 jenkins jenkins 892 Aug 18 10:44 Makefile 10:47:01 -rw-rw-r-- 1 jenkins jenkins 5101 Aug 18 10:44 README.md 10:47:01 -rw-rw-r-- 1 jenkins jenkins 4291 Aug 18 10:44 RELEASE-NOTES.txt 10:47:01 -rw-rw-r-- 1 jenkins jenkins 5 Aug 18 10:42 VERSION 10:47:01 drwxrwxr-x 2 jenkins jenkins 4096 Aug 18 10:44 bin 10:47:01 -rw-r--r-- 1 jenkins jenkins 110800 Aug 18 10:46 coverage.out 10:47:01 drwxrwxr-x 4 jenkins jenkins 4096 Aug 18 10:44 example 10:47:01 -rw-r--r-- 1 jenkins jenkins 446 Aug 18 10:46 go.mod 10:47:01 -rw-r--r-- 1 jenkins jenkins 12179 Aug 18 10:46 go.sum 10:47:01 drwxrwxr-x 13 jenkins jenkins 4096 Aug 18 10:44 internal 10:47:01 drwxrwxr-x 4 jenkins jenkins 4096 Aug 18 10:44 openapi 10:47:01 drwxrwxr-x 5 jenkins jenkins 4096 Aug 18 10:44 pkg 10:47:01 drwxrwxr-x 4 jenkins jenkins 4096 Aug 18 10:44 snap 10:47:01 -rw-rw-r-- 1 jenkins jenkins 222 Aug 18 10:44 version.go 10:47:01 prd-centos7-docker-4c-2g-377 does not seem to be running inside a container 10:47:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/11 -v /w/workspace/device-sdk-go/11:/w/workspace/device-sdk-go/11:rw,z -v /w/workspace/device-sdk-go/11@tmp:/w/workspace/device-sdk-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:47:02 $ docker top 132c509cd516103a0a7265348e62b41913a44348e2b92ceea76e1722758a9fbd -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 10:47:03 + go version 10:47:03 go version go1.13.13 linux/amd64 [Pipeline] sh 10:47:03 + 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=3d30a6cdfce8e9516384b82c60c28acb3a06f727 --label arch=arm64 --label version=0.0.0 . 10:47:03 Sending build context to Docker daemon 3.212MB 10:47:03 Step 1/23 : ARG BASE=golang:1.13-alpine 10:47:03 Step 2/23 : FROM ${BASE} AS builder 10:47:03 ---> 33990ac16fda 10:47:03 Step 3/23 : ARG MAKE='make build' 10:47:04 + make test 10:47:04 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 10:47:04 ---> Running in 9aab7ebf9084 10:47:04 Removing intermediate container 9aab7ebf9084 10:47:04 ---> bbd81be8b8fc 10:47:04 Step 4/23 : WORKDIR /device-sdk-go 10:47:04 ---> Running in 2e826f6aed39 10:47:05 Removing intermediate container 2e826f6aed39 10:47:05 ---> 6b6ded48d1ab 10:47:05 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:47:05 ---> Running in 850ae3d2bb88 10:47:05 Removing intermediate container 850ae3d2bb88 10:47:05 ---> 600f41c2a303 10:47:05 Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:47:05 ---> Running in 1f775691d2d8 10:47:08 ? github.com/edgexfoundry/device-sdk-go [no test files] 10:47:08 Removing intermediate container 1f775691d2d8 10:47:08 ---> 587d28f2c40a 10:47:08 Step 7/23 : RUN apk add --update --no-cache make git 10:47:08 ---> Running in c048f4d20716 10:47:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:47:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:47:11 OK: 142 MiB in 39 packages 10:47:12 Removing intermediate container c048f4d20716 10:47:12 ---> d590463bfecf 10:47:12 Step 8/23 : COPY . . 10:47:13 ---> 3a3d57381344 10:47:13 Step 9/23 : RUN ${MAKE} 10:47:13 ---> Running in ac2bb9c36edf 10:47:15 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 10:47:20 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 10:47:20 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 10:47:20 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 10:47:20 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.008s coverage: 22.1% of statements 10:47:22 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.066s coverage: 95.7% of statements 10:47:37 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 10:47:40 Removing intermediate container ac2bb9c36edf 10:47:40 ---> f3dd84f86c41 10:47:40 Step 10/23 : FROM scratch 10:47:40 ---> 10:47:40 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:47:40 ---> Running in 3408491ac80b 10:47:41 Removing intermediate container 3408491ac80b 10:47:41 ---> 0bc439976ada 10:47:41 Step 12/23 : ENV APP_PORT=49990 10:47:41 ---> Running in e708a2a735ed 10:47:41 Removing intermediate container e708a2a735ed 10:47:41 ---> 6ad4a242276d 10:47:41 Step 13/23 : EXPOSE $APP_PORT 10:47:41 ---> Running in b80bf8abbaaf 10:47:42 Removing intermediate container b80bf8abbaaf 10:47:42 ---> 6663354d1b7b 10:47:42 Step 14/23 : WORKDIR / 10:47:42 ---> Running in 8468083b241e 10:47:42 Removing intermediate container 8468083b241e 10:47:42 ---> c1c919120592 10:47:42 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 10:47:43 ---> 0c2dc5886533 10:47:43 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 10:47:44 ---> 4ac1e56098bf 10:47:44 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 10:47:45 ---> ffde377da108 10:47:45 Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 10:47:46 ---> e1662f55edf7 10:47:46 Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 10:47:46 ---> 870224f1fd4b 10:47:46 Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:47:46 ---> Running in 63f44b56d199 10:47:47 Removing intermediate container 63f44b56d199 10:47:47 ---> 316b61eb9c8f 10:47:47 Step 21/23 : LABEL arch=arm64 10:47:47 ---> Running in c208e82a40a5 10:47:47 Removing intermediate container c208e82a40a5 10:47:47 ---> 725d0f9e22b1 10:47:47 Step 22/23 : LABEL git_sha=3d30a6cdfce8e9516384b82c60c28acb3a06f727 10:47:48 ---> Running in fffddf496858 10:47:48 Removing intermediate container fffddf496858 10:47:48 ---> 39c4b4d3d0ed 10:47:48 Step 23/23 : LABEL version=0.0.0 10:47:48 ---> Running in a4efac492f4a 10:47:48 Removing intermediate container a4efac492f4a 10:47:48 ---> 517507642fcd 10:47:48 [Warning] One or more build-args [ARCH] were not consumed 10:47:49 Successfully built 517507642fcd 10:47:49 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] } 10:47:54 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.032s coverage: 11.6% of statements 10:47:54 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.012s coverage: 21.7% of statements 10:47:54 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 10:47:54 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.342s coverage: 36.9% of statements 10:47:54 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 10:47:54 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.707s coverage: 65.2% of statements 10:47:54 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 10:47:54 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 10:47:54 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 10:47:54 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.037s coverage: 52.6% of statements 10:47:54 ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.113s coverage: 68.9% of statements 10:47:54 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 10:47:54 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 10:47:54 CGO_ENABLED=0 GO111MODULE=on go vet ./... 10:47:55 gofmt -l . 10:47:55 [ "`gofmt -l .`" = "" ] 10:47:55 ./bin/test-attribution-txt.sh 10:47:57 ./bin/test-go-mod-tidy.sh [Pipeline] stash 10:47:57 Warning: overwriting stash ‘coverage-report’ 10:47:58 Stashed 1 file(s) [Pipeline] } 10:47:58 $ docker stop --time=1 132c509cd516103a0a7265348e62b41913a44348e2b92ceea76e1722758a9fbd 10:48:00 $ docker rm -f 132c509cd516103a0a7265348e62b41913a44348e2b92ceea76e1722758a9fbd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 10:48:01 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:48:01 + ls -al . 10:48:01 total 188 10:48:01 drwxrwxr-x. 11 jenkins jenkins 4096 Aug 18 10:47 . 10:48:01 drwxrwxr-x. 4 jenkins jenkins 30 Aug 18 10:45 .. 10:48:01 drwxrwxr-x. 2 jenkins jenkins 64 Aug 18 10:45 bin 10:48:01 -rw-r--r--. 1 jenkins jenkins 110800 Aug 18 10:47 coverage.out 10:48:01 -rw-rw-r--. 1 jenkins jenkins 936 Aug 18 10:45 Dockerfile.build 10:48:01 -rw-rw-r--. 1 jenkins jenkins 140 Aug 18 10:45 .dockerignore 10:48:01 drwxrwxr-x. 4 jenkins jenkins 48 Aug 18 10:45 example 10:48:01 drwxrwxr-x. 8 jenkins jenkins 179 Aug 18 10:45 .git 10:48:01 drwxrwxr-x. 2 jenkins jenkins 38 Aug 18 10:45 .github 10:48:01 -rw-rw-r--. 1 jenkins jenkins 138 Aug 18 10:45 .gitignore 10:48:01 -rw-r--r--. 1 jenkins jenkins 446 Aug 18 10:47 go.mod 10:48:01 -rw-r--r--. 1 jenkins jenkins 12179 Aug 18 10:47 go.sum 10:48:01 drwxrwxr-x. 13 jenkins jenkins 184 Aug 18 10:45 internal 10:48:01 -rw-rw-r--. 1 jenkins jenkins 808 Aug 18 10:45 Jenkinsfile 10:48:01 -rw-rw-r--. 1 jenkins jenkins 11341 Aug 18 10:45 LICENSE 10:48:01 -rw-rw-r--. 1 jenkins jenkins 892 Aug 18 10:45 Makefile 10:48:01 drwxrwxr-x. 4 jenkins jenkins 26 Aug 18 10:45 openapi 10:48:01 drwxrwxr-x. 5 jenkins jenkins 50 Aug 18 10:45 pkg 10:48:01 -rw-rw-r--. 1 jenkins jenkins 5101 Aug 18 10:45 README.md 10:48:01 -rw-rw-r--. 1 jenkins jenkins 4291 Aug 18 10:45 RELEASE-NOTES.txt 10:48:01 drwxrwxr-x. 3 jenkins jenkins 58 Aug 18 10:46 .semver 10:48:01 drwxrwxr-x. 4 jenkins jenkins 54 Aug 18 10:45 snap 10:48:01 -rw-rw-r--. 1 jenkins jenkins 5 Aug 18 10:42 VERSION 10:48:01 -rw-rw-r--. 1 jenkins jenkins 222 Aug 18 10:45 version.go [Pipeline] isUnix [Pipeline] sh 10:48: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=3d30a6cdfce8e9516384b82c60c28acb3a06f727 --label arch=amd64 --label version=0.0.0 . 10:48:02 Sending build context to Docker daemon 3.212MB 10:48:02 Step 1/23 : ARG BASE=golang:1.13-alpine 10:48:02 Step 2/23 : FROM ${BASE} AS builder 10:48:02 ---> 3c78cb13da35 10:48:02 Step 3/23 : ARG MAKE='make build' 10:48:03 ---> Running in 7413c686b1f6 10:48:03 Removing intermediate container 7413c686b1f6 10:48:03 ---> 2e341ca21337 10:48:03 Step 4/23 : WORKDIR /device-sdk-go 10:48:03 ---> Running in 7a8362d0c09c 10:48:03 Removing intermediate container 7a8362d0c09c 10:48:03 ---> 3e1592708624 10:48:03 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:48:03 ---> Running in 7fbc9c174df7 10:48:04 Removing intermediate container 7fbc9c174df7 10:48:04 ---> f3c445e76d9e 10:48:04 Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:48:04 ---> Running in 133772390cae 10:48:05 Removing intermediate container 133772390cae 10:48:05 ---> 06ffb16a9833 10:48:05 Step 7/23 : RUN apk add --update --no-cache make git 10:48:05 ---> Running in bd9223edb68f 10:48:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:48:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:48:07 OK: 166 MiB in 39 packages 10:48:07 Removing intermediate container bd9223edb68f 10:48:07 ---> 9e5cbe68a742 10:48:07 Step 8/23 : COPY . . 10:48:08 ---> a7b28c01b8e0 10:48:08 Step 9/23 : RUN ${MAKE} 10:48:08 ---> Running in 6efd4d681f8d 10:48:09 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 10:48:25 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 10:48:26 Removing intermediate container 6efd4d681f8d 10:48:26 ---> 0f401b75020c 10:48:26 Step 10/23 : FROM scratch 10:48:26 ---> 10:48:26 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:48:26 ---> Running in 7f38e2a6ebfc 10:48:26 Removing intermediate container 7f38e2a6ebfc 10:48:26 ---> 46b8f8388a6d 10:48:26 Step 12/23 : ENV APP_PORT=49990 10:48:26 ---> Running in dd2c6a6a9097 10:48:27 Removing intermediate container dd2c6a6a9097 10:48:27 ---> 3230767339ff 10:48:27 Step 13/23 : EXPOSE $APP_PORT 10:48:27 ---> Running in 4b482c6b6e35 10:48:27 Removing intermediate container 4b482c6b6e35 10:48:27 ---> 644d69ea212c 10:48:27 Step 14/23 : WORKDIR / 10:48:27 ---> Running in 7c19f0cedabd 10:48:28 Removing intermediate container 7c19f0cedabd 10:48:28 ---> 8cf4191772d1 10:48:28 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 10:48:29 ---> 8f1c83a30afb 10:48:29 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 10:48:29 ---> 2b106c401f47 10:48:29 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 10:48:29 ---> ab527624fb57 10:48:29 Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 10:48:29 ---> 3bbff7288c44 10:48:29 Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 10:48:30 ---> 3a29c6c50986 10:48:30 Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:48:30 ---> Running in f4cdb6f55c25 10:48:30 Removing intermediate container f4cdb6f55c25 10:48:30 ---> 0222457fe2a2 10:48:30 Step 21/23 : LABEL arch=amd64 10:48:30 ---> Running in 9cb0d1d72dd7 10:48:31 Removing intermediate container 9cb0d1d72dd7 10:48:31 ---> 4d4f7f6e6bdf 10:48:31 Step 22/23 : LABEL git_sha=3d30a6cdfce8e9516384b82c60c28acb3a06f727 10:48:31 ---> Running in 31ebe414207a 10:48:31 Removing intermediate container 31ebe414207a 10:48:31 ---> 4a0eb1dcb469 10:48:31 Step 23/23 : LABEL version=0.0.0 10:48:31 ---> Running in 1860532c2b45 10:48:31 Removing intermediate container 1860532c2b45 10:48:31 ---> f9e14d9d3905 10:48:31 [Warning] One or more build-args [ARCH] were not consumed 10:48:31 Successfully built f9e14d9d3905 10:48:31 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 10:48:33 provisioning config files... 10:48:33 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp/config3186186577374306283tmp [Pipeline] { [Pipeline] sh 10:48:33 + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp/config3186186577374306283tmp 10:48:33 + curl -s https://codecov.io/bash [Pipeline] } 10:48:34 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] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 10:48:35 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:48:36 ---> package-listing.sh 10:48:36 ++ tr '[:upper:]' '[:lower:]' 10:48:36 ++ facter osfamily 10:48:36 + OS_FAMILY=redhat 10:48:36 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-553 10:48:36 + START_PACKAGES=/tmp/packages_start.txt 10:48:36 + END_PACKAGES=/tmp/packages_end.txt 10:48:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:48:36 + PACKAGES=/tmp/packages_start.txt 10:48:36 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-553 ']' 10:48:36 + PACKAGES=/tmp/packages_end.txt 10:48:36 + case "${OS_FAMILY}" in 10:48:36 + rpm -qa 10:48:36 + sort 10:48:42 + '[' -f /tmp/packages_start.txt ']' 10:48:42 + '[' -f /tmp/packages_end.txt ']' 10:48:42 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:48:42 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-553 ']' 10:48:42 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-553/archives/ 10:48:42 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-553/archives/ [Pipeline] isUnix [Pipeline] sh 10:48:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:48:42 10:48:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 10:48:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:48:43 alpine: Pulling from edgex-lftools-log-publisher 10:48:43 c9b1b535fdd9: Pulling fs layer 10:48:43 2cc5ad85d9ab: Pulling fs layer 10:48:43 756a868c4378: Pulling fs layer 10:48:43 444b2fc9a129: Pulling fs layer 10:48:43 ea15f1150254: Pulling fs layer 10:48:43 41b27a9f41bf: Pulling fs layer 10:48:43 28c525ee5125: Pulling fs layer 10:48:43 094b1ea09ed8: Pulling fs layer 10:48:43 138eaada9080: Pulling fs layer 10:48:43 0622d0fa9048: Pulling fs layer 10:48:43 41b27a9f41bf: Waiting 10:48:43 28c525ee5125: Waiting 10:48:43 094b1ea09ed8: Waiting 10:48:43 138eaada9080: Waiting 10:48:43 0622d0fa9048: Waiting 10:48:43 444b2fc9a129: Waiting 10:48:43 ea15f1150254: Waiting 10:48:43 2cc5ad85d9ab: Verifying Checksum 10:48:43 2cc5ad85d9ab: Download complete 10:48:43 444b2fc9a129: Verifying Checksum 10:48:43 444b2fc9a129: Download complete 10:48:43 c9b1b535fdd9: Verifying Checksum 10:48:43 c9b1b535fdd9: Download complete 10:48:43 ea15f1150254: Verifying Checksum 10:48:43 ea15f1150254: Download complete 10:48:43 28c525ee5125: Verifying Checksum 10:48:43 28c525ee5125: Download complete 10:48:44 756a868c4378: Verifying Checksum 10:48:44 756a868c4378: Download complete 10:48:44 c9b1b535fdd9: Pull complete 10:48:44 138eaada9080: Verifying Checksum 10:48:44 138eaada9080: Download complete 10:48:44 0622d0fa9048: Verifying Checksum 10:48:44 0622d0fa9048: Download complete 10:48:44 094b1ea09ed8: Verifying Checksum 10:48:44 094b1ea09ed8: Download complete 10:48:44 2cc5ad85d9ab: Pull complete 10:48:45 41b27a9f41bf: Verifying Checksum 10:48:45 41b27a9f41bf: Download complete 10:48:47 756a868c4378: Pull complete 10:48:47 444b2fc9a129: Pull complete 10:48:47 ea15f1150254: Pull complete 10:48:53 41b27a9f41bf: Pull complete 10:48:53 28c525ee5125: Pull complete 10:48:55 094b1ea09ed8: Pull complete 10:48:56 138eaada9080: Pull complete 10:48:56 0622d0fa9048: Pull complete 10:48:56 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 10:48:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:48:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 10:48:56 prd-centos7-docker-4c-2g-375 does not seem to be running inside a container 10:48:56 $ 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-553 -v /w/workspace/dgexfoundry_device-sdk-go_PR-553:/w/workspace/dgexfoundry_device-sdk-go_PR-553:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 10:49:00 $ docker top 8f7f7c0cc832f4ebf25c6f44ce15dc3fc9d924b4f1999ce09259d71bb2aa879f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:49:00 provisioning config files... 10:49:00 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp/config4269602277085689955tmp [Pipeline] { [Pipeline] echo 10:49:01 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:49:01 ---> create-netrc.sh [Pipeline] echo 10:49:01 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:49:01 ---> logs-deploy.sh 10:49:01 + ARCHIVE_ARTIFACTS= 10:49:01 + LOGS_SERVER=https://logs.edgexfoundry.org 10:49:01 + '[' https://logs.edgexfoundry.org == None ']' 10:49:01 + NEXUS_URL=https://nexus.edgexfoundry.org 10:49:01 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-553/11 10:49:01 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-553/11/ 10:49:01 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-553/11 /w/workspace/dgexfoundry_device-sdk-go_PR-553 10:49:03 Archives upload complete. 10:49:03 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-553/11 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-553/11/ 10:49:04 ---> uname -a: 10:49:04 Linux 8f7f7c0cc832 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 10:49:04 10:49:04 10:49:04 ---> lscpu: 10:49:04 Architecture: x86_64 10:49:04 CPU op-mode(s): 32-bit, 64-bit 10:49:04 Byte Order: Little Endian 10:49:04 Address sizes: 40 bits physical, 48 bits virtual 10:49:04 CPU(s): 4 10:49:04 On-line CPU(s) list: 0-3 10:49:04 Thread(s) per core: 1 10:49:04 Core(s) per socket: 1 10:49:04 Socket(s): 4 10:49:04 NUMA node(s): 1 10:49:04 Vendor ID: GenuineIntel 10:49:04 CPU family: 6 10:49:04 Model: 44 10:49:04 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 10:49:04 Stepping: 1 10:49:04 CPU MHz: 2933.438 10:49:04 BogoMIPS: 5866.87 10:49:04 Virtualization: VT-x 10:49:04 Hypervisor vendor: KVM 10:49:04 Virtualization type: full 10:49:04 L1d cache: 128 KiB 10:49:04 L1i cache: 128 KiB 10:49:04 L2 cache: 16 MiB 10:49:04 L3 cache: 64 MiB 10:49:04 NUMA node0 CPU(s): 0-3 10:49:04 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 10:49:04 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 10:49:04 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 10:49:04 Vulnerability Meltdown: Mitigation; PTI 10:49:04 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:49:04 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 10:49:04 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 10:49:04 Vulnerability Tsx async abort: Not affected 10:49:04 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 10:49:04 10:49:04 10:49:04 ---> nproc: 10:49:04 4 10:49:04 10:49:04 10:49:04 ---> df -h: 10:49:04 Filesystem Size Used Available Use% Mounted on 10:49:04 overlay 50.0G 7.2G 42.8G 14% / 10:49:04 tmpfs 64.0M 0 64.0M 0% /dev 10:49:04 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 10:49:04 shm 64.0M 0 64.0M 0% /dev/shm 10:49:04 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 10:49:04 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 10:49:04 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 10:49:04 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-553 10:49:04 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp 10:49:04 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa 10:49:04 10:49:04 10:49:04 ---> free -m: 10:49:04 total used free shared buff/cache available 10:49:04 Mem: 1837 658 125 0 1053 1073 10:49:04 Swap: 1023 0 1023 10:49:04 10:49:04 10:49:04 ---> ip addr: 10:49:04 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 10:49:04 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:49:04 inet 127.0.0.1/8 scope host lo 10:49:04 valid_lft forever preferred_lft forever 10:49:04 6: eth0@if7: mtu 1458 qdisc noqueue state UP 10:49:04 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 10:49:04 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 10:49:04 valid_lft forever preferred_lft forever 10:49:04 10:49:04 10:49:04 ---> sar -b -r -n DEV: 10:49:04 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/18/20 _x86_64_ (4 CPU) 10:49:04 10:49:04 10:41:00 LINUX RESTART 10:49:04 10:49:04 10:42:01 tps rtps wtps bread/s bwrtn/s 10:49:04 10:43:01 44.47 11.18 33.28 4486.74 2254.73 10:49:04 10:44:01 0.28 0.00 0.28 0.00 4.93 10:49:04 10:45:02 0.20 0.00 0.20 0.00 2.16 10:49:04 10:46:01 0.27 0.00 0.27 0.00 3.40 10:49:04 10:47:01 0.28 0.00 0.28 0.00 3.60 10:49:04 10:48:01 0.27 0.00 0.27 0.00 3.63 10:49:04 10:49:01 151.82 90.11 61.71 7253.39 20057.65 10:49:04 Average: 28.30 14.51 13.79 1681.80 3198.83 10:49:04 10:49:04 10:42:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:49:04 10:43:01 156428 1725128 91.69 2620 1139616 1145008 39.08 413820 1150972 24 10:49:04 10:44:01 164292 1717264 91.27 2620 1139620 1068424 36.46 411840 1146352 8 10:49:04 10:45:02 164440 1717116 91.26 2620 1139628 1068472 36.47 412200 1146356 8 10:49:04 10:46:01 164076 1717480 91.28 2620 1139628 1068612 36.47 415328 1143684 8 10:49:04 10:47:01 164384 1717172 91.26 2620 1139632 1068612 36.47 422480 1136552 20 10:49:04 10:48:01 164928 1716628 91.23 2620 1139640 1068444 36.46 421500 1136552 16 10:49:04 10:49:01 152040 1729516 91.92 2620 1055308 1403656 47.90 463080 1066840 36 10:49:04 Average: 161513 1720043 91.42 2620 1127582 1127318 38.47 422893 1132473 17 10:49:04 10:49:04 10:42:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 10:49:04 10:43:01 eth0 80.48 61.44 462.85 56.77 0.00 0.00 0.00 10:49:04 10:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:49:04 10:43:01 docker0 5.72 5.36 0.80 17.64 0.00 0.00 0.00 10:49:04 10:44:01 eth0 1.48 0.67 2.79 0.05 0.00 0.00 0.00 10:49:04 10:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:49:04 10:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:49:04 10:45:02 eth0 0.98 0.53 0.35 0.21 0.00 0.00 0.00 10:49:04 10:45:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:49:04 10:45:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:49:04 10:46:01 eth0 0.54 0.32 0.29 0.20 0.00 0.00 0.00 10:49:04 10:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:49:04 10:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:49:04 10:47:01 eth0 0.30 0.22 0.18 0.07 0.00 0.00 0.00 10:49:04 10:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:49:04 10:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:49:04 10:48:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 10:49:04 10:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:49:04 10:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:49:04 10:49:01 veth5d4f2e2 0.00 0.05 0.00 0.00 0.00 0.00 0.00 10:49:04 10:49:01 eth0 358.31 243.68 3443.17 119.29 0.00 0.00 0.00 10:49:04 10:49:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 10:49:04 10:49:01 docker0 5.72 5.36 0.80 17.64 0.00 0.00 0.00 10:49:04 Average: veth5d4f2e2 0.00 0.01 0.00 0.00 0.00 0.00 0.00 10:49:04 Average: eth0 51.33 34.91 493.24 17.09 0.00 0.00 0.00 10:49:04 Average: lo 0.02 0.02 0.00 0.00 0.00 0.00 0.00 10:49:04 Average: docker0 0.82 0.77 0.12 2.53 0.00 0.00 0.00 10:49:04 10:49:04 10:49:04 ---> sar -P ALL: 10:49:04 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/18/20 _x86_64_ (4 CPU) 10:49:04 10:49:04 10:41:00 LINUX RESTART 10:49:04 10:49:04 10:42:01 CPU %user %nice %system %iowait %steal %idle 10:49:04 10:43:01 all 3.23 0.00 1.96 1.75 3.99 89.07 10:49:04 10:43:01 0 3.45 0.00 2.32 1.80 4.30 88.13 10:49:04 10:43:01 1 2.61 0.00 1.77 2.56 4.10 88.96 10:49:04 10:43:01 2 3.92 0.00 1.80 1.20 3.72 89.37 10:49:04 10:43:01 3 2.96 0.00 1.96 1.46 3.84 89.78 10:49:04 10:44:01 all 0.07 0.00 0.05 0.00 0.20 99.68 10:49:04 10:44:01 0 0.03 0.00 0.05 0.00 0.03 99.88 10:49:04 10:44:01 1 0.12 0.00 0.07 0.00 0.17 99.65 10:49:04 10:44:01 2 0.03 0.00 0.02 0.00 0.32 99.63 10:49:04 10:44:01 3 0.08 0.00 0.07 0.00 0.25 99.60 10:49:04 10:45:02 all 0.11 0.00 0.03 0.00 0.20 99.66 10:49:04 10:45:02 0 0.03 0.00 0.02 0.00 0.17 99.78 10:49:04 10:45:02 1 0.32 0.00 0.03 0.00 0.15 99.50 10:49:04 10:45:02 2 0.03 0.00 0.02 0.00 0.15 99.80 10:49:04 10:45:02 3 0.07 0.00 0.05 0.00 0.33 99.55 10:49:04 10:46:01 all 0.10 0.00 0.05 0.00 0.30 99.55 10:49:04 10:46:01 0 0.02 0.00 0.03 0.00 0.15 99.80 10:49:04 10:46:01 1 0.08 0.00 0.05 0.00 0.46 99.41 10:49:04 10:46:01 2 0.05 0.00 0.03 0.00 0.15 99.76 10:49:04 10:46:01 3 0.27 0.00 0.07 0.00 0.47 99.19 10:49:04 10:47:01 all 0.14 0.00 0.06 0.00 0.07 99.73 10:49:04 10:47:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:49:04 10:47:01 1 0.05 0.00 0.03 0.00 0.07 99.85 10:49:04 10:47:01 2 0.23 0.00 0.05 0.00 0.08 99.63 10:49:04 10:47:01 3 0.22 0.00 0.12 0.00 0.13 99.53 10:49:04 10:48:01 all 0.14 0.00 0.04 0.00 0.10 99.73 10:49:04 10:48:01 0 0.03 0.00 0.02 0.00 0.03 99.92 10:49:04 10:48:01 1 0.03 0.00 0.03 0.00 0.07 99.87 10:49:04 10:48:01 2 0.45 0.00 0.03 0.00 0.12 99.40 10:49:04 10:48:01 3 0.05 0.00 0.07 0.00 0.18 99.70 10:49:04 10:49:01 all 4.35 0.00 2.65 1.72 5.63 85.65 10:49:04 10:49:01 0 4.58 0.00 2.78 3.12 5.59 83.93 10:49:04 10:49:01 1 4.92 0.00 3.14 1.96 5.77 84.22 10:49:04 10:49:01 2 3.88 0.00 2.44 0.87 5.92 86.88 10:49:04 10:49:01 3 4.05 0.00 2.25 0.90 5.23 87.57 10:49:04 Average: all 1.16 0.00 0.69 0.49 1.49 96.16 10:49:04 Average: 0 1.16 0.00 0.74 0.70 1.46 95.94 10:49:04 Average: 1 1.16 0.00 0.73 0.65 1.54 95.93 10:49:04 Average: 2 1.23 0.00 0.63 0.30 1.49 96.35 10:49:04 Average: 3 1.09 0.00 0.65 0.34 1.49 96.43 10:49:04 10:49:04 10:49:04