Pull request #592 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-sdk-go Obtained Jenkinsfile from 34da9db53597e071a02a31c99e0e617c4ac468f0+acdd4826cae80a3b8a1f7d698808ff3080e1060b (36ecdf98b7a809227beb9496222b1f30f599c0a4) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 7909e789ffc0fecf34d47f501ec8db0a80105338 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 7909e789ffc0fecf34d47f501ec8db0a80105338 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-592/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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, 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.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: 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 BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-362 in /w/workspace/dgexfoundry_device-sdk-go_PR-592 [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 Fetching without tags Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-592 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' 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/592/head:refs/remotes/origin/PR-592 +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/592/head:refs/remotes/origin/PR-592 # 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 Merging remotes/origin/master commit acdd4826cae80a3b8a1f7d698808ff3080e1060b into PR head commit 34da9db53597e071a02a31c99e0e617c4ac468f0 Merge succeeded, producing 34da9db53597e071a02a31c99e0e617c4ac468f0 Checking out Revision 34da9db53597e071a02a31c99e0e617c4ac468f0 (PR-592) > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/592/head:refs/remotes/origin/PR-592 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 34da9db53597e071a02a31c99e0e617c4ac468f0 # 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 acdd4826cae80a3b8a1f7d698808ff3080e1060b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 34da9db53597e071a02a31c99e0e617c4ac468f0 # timeout=10 Commit message: "fix: fix device autodiscovery behavior" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:21:26 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:21:26 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:21:26 ========================================================= 08:21:26 EdgeX Global Pipelines Version Info 08:21:26 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:21:28 ------------------- 08:21:28 stable info: 08:21:28 ------------------- 08:21:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:21:28 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 08:21:28 Message: update stable to v1.0.122 08:21:29 ------------------- 08:21:29 experimental info: 08:21:29 ------------------- 08:21:29 Commited By: **** collab-it+edgex@linuxfoundation.org 08:21:29 Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 08:21:29 Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 08:21:30 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 08:21:30 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 08:21:30 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:21:30 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:21:30 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:21:30 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:21:31 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:21:31 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:21:31 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 08:21:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:21:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:21:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 08:21:32 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:21:32 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:21:32 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:21:32 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 08:21:32 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 08:21:32 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 08:21:32 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:21:33 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 08:21:33 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 08:21:33 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 08:21:33 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-592 [Pipeline] echo 08:21:33 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-592 [Pipeline] echo 08:21:33 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-592 [Pipeline] echo 08:21:33 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 34da9db53597e071a02a31c99e0e617c4ac468f0 [Pipeline] echo 08:21:34 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 34da9db [Pipeline] echo 08:21:34 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:21:35 + git log --format=format:%s -1 34da9db53597e071a02a31c99e0e617c4ac468f0 [Pipeline] echo 08:21:35 GIT_COMMIT: 34da9db53597e071a02a31c99e0e617c4ac468f0, Commit Message: fix: fix device autodiscovery behavior [Pipeline] echo 08:21:35 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 08:21:36 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:21:36 08:21:36 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:21:36 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:21:36 latest: Pulling from edgex-devops/git-semver 08:21:36 31603596830f: Pulling fs layer 08:21:36 2a8b12db71e7: Pulling fs layer 08:21:36 6ca5941a6612: Pulling fs layer 08:21:36 ecc8261a40a4: Pulling fs layer 08:21:36 ecc8261a40a4: Waiting 08:21:36 2a8b12db71e7: Verifying Checksum 08:21:36 2a8b12db71e7: Download complete 08:21:37 31603596830f: Verifying Checksum 08:21:37 31603596830f: Download complete 08:21:37 ecc8261a40a4: Verifying Checksum 08:21:37 ecc8261a40a4: Download complete 08:21:37 6ca5941a6612: Verifying Checksum 08:21:37 6ca5941a6612: Download complete 08:21:37 31603596830f: Pull complete 08:21:37 2a8b12db71e7: Pull complete 08:21:38 6ca5941a6612: Pull complete 08:21:38 ecc8261a40a4: Pull complete 08:21:38 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:21:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:21:38 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:21:38 prd-centos7-docker-4c-2g-362 does not seem to be running inside a container 08:21:38 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-592 -v /w/workspace/dgexfoundry_device-sdk-go_PR-592:/w/workspace/dgexfoundry_device-sdk-go_PR-592:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-592@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-592@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:21:41 $ docker top b650daab02a0f6c6289c19c0860fb3223f30de5c6f5b68872b510e1f9a593ad4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:21:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:21:41 [ssh-agent] Looking for ssh-agent implementation... 08:21:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:21:41 $ docker exec b650daab02a0f6c6289c19c0860fb3223f30de5c6f5b68872b510e1f9a593ad4 ssh-agent 08:21:41 SSH_AUTH_SOCK=/tmp/ssh-U85nQUD4mpJy/agent.12 08:21:41 SSH_AGENT_PID=17 08:21:41 Running ssh-add (command line suppressed) 08:21:41 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-592@tmp/private_key_2429636843121483436.key (/w/workspace/dgexfoundry_device-sdk-go_PR-592@tmp/private_key_2429636843121483436.key) 08:21:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:21:42 + git describe --exact-match --tags HEAD 08:21:42 fatal: No names found, cannot describe anything. [Pipeline] } 08:21:42 $ docker exec --env ******** --env ******** b650daab02a0f6c6289c19c0860fb3223f30de5c6f5b68872b510e1f9a593ad4 ssh-agent -k 08:21:42 unset SSH_AUTH_SOCK; 08:21:42 unset SSH_AGENT_PID; 08:21:42 echo Agent pid 17 killed; 08:21:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 08:21:42 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 08:21:42 This usually means this commit has not been tagged. [Pipeline] sshagent 08:21:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:21:42 [ssh-agent] Looking for ssh-agent implementation... 08:21:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:21:43 $ docker exec b650daab02a0f6c6289c19c0860fb3223f30de5c6f5b68872b510e1f9a593ad4 ssh-agent 08:21:43 SSH_AUTH_SOCK=/tmp/ssh-ubO7sNubmq2B/agent.46 08:21:43 SSH_AGENT_PID=51 08:21:43 Running ssh-add (command line suppressed) 08:21:43 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-592@tmp/private_key_2484077081538157069.key (/w/workspace/dgexfoundry_device-sdk-go_PR-592@tmp/private_key_2484077081538157069.key) 08:21:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:21:43 + git semver init 08:21:43 # -> Open(): unable to determine branch for HEAD 08:21:43 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-592/.git 08:21:43 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-592 08:21:43 # $SEMVER_REMOTE_NAME = origin 08:21:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:21:43 # $SEMVER_USER_NAME = edgex-jenkins 08:21:43 # $SEMVER_BRANCH = PR-592 08:21:43 # $SEMVER_TEMP = /tmp/semver-821525342 08:21:43 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 08:21:44 # '/tmp/semver-821525342' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-592/.semver' 08:21:44 # -> Force: false 08:21:44 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-592/.semver [Pipeline] } 08:21:44 $ docker exec --env ******** --env ******** b650daab02a0f6c6289c19c0860fb3223f30de5c6f5b68872b510e1f9a593ad4 ssh-agent -k 08:21:44 unset SSH_AUTH_SOCK; 08:21:44 unset SSH_AGENT_PID; 08:21:44 echo Agent pid 51 killed; 08:21:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:21:45 + git semver [Pipeline] } 08:21:45 $ docker stop --time=1 b650daab02a0f6c6289c19c0860fb3223f30de5c6f5b68872b510e1f9a593ad4 08:21:46 $ docker rm -f b650daab02a0f6c6289c19c0860fb3223f30de5c6f5b68872b510e1f9a593ad4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 08:21:47 Stashed 36 file(s) [Pipeline] echo 08:21:47 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 08:21:47 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 08:22:03 Still waiting to schedule task 08:22:03 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-362’ 08:22:03 Still waiting to schedule task 08:22:03 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 08:23:52 Running on prd-ubuntu18.04-docker-arm64-4c-16g-363 in /w/workspace/dgexfoundry_device-sdk-go_PR-592 [Pipeline] { [Pipeline] ws 08:23:52 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 08:23:58 using credential edgex-jenkins-ssh 08:23:58 Cloning the remote Git repository 08:23:58 Cloning with configured refspecs honoured and without tags 08:23:58 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 08:23:58 > git init /w/workspace/device-sdk-go/1 # timeout=10 08:23:58 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:23:58 > git --version # timeout=10 08:23:59 > git --version # 'git version 2.17.1' 08:23:59 using GIT_SSH to set credentials SSH Credentials for GitHub 08:23:59 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/592/head:refs/remotes/origin/PR-592 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:24:00 Fetching without tags 08:24:00 Merging remotes/origin/master commit acdd4826cae80a3b8a1f7d698808ff3080e1060b into PR head commit 34da9db53597e071a02a31c99e0e617c4ac468f0 08:23:59 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:23:59 > git config --add remote.origin.fetch +refs/pull/592/head:refs/remotes/origin/PR-592 # timeout=10 08:24:00 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 08:24:00 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:24:00 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:24:00 using GIT_SSH to set credentials SSH Credentials for GitHub 08:24:00 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/592/head:refs/remotes/origin/PR-592 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:24:00 > git config core.sparsecheckout # timeout=10 08:24:00 > git checkout -f 34da9db53597e071a02a31c99e0e617c4ac468f0 # timeout=10 08:24:00 Merge succeeded, producing 34da9db53597e071a02a31c99e0e617c4ac468f0 08:24:00 Checking out Revision 34da9db53597e071a02a31c99e0e617c4ac468f0 (PR-592) 08:24:00 > git remote # timeout=10 08:24:00 > git config --get remote.origin.url # timeout=10 08:24:00 using GIT_SSH to set credentials SSH Credentials for GitHub 08:24:00 > git merge acdd4826cae80a3b8a1f7d698808ff3080e1060b # timeout=10 08:24:00 > git rev-parse HEAD^{commit} # timeout=10 08:24:00 > git config core.sparsecheckout # timeout=10 08:24:00 > git checkout -f 34da9db53597e071a02a31c99e0e617c4ac468f0 # timeout=10 08:24:05 Commit message: "fix: fix device autodiscovery behavior" 08:24:05 > git --version # timeout=10 08:24:05 > git --version # 'git version 2.17.1' 08:24:05 fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 08:24:07 ========================================================= 08:24:07 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:24:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:24:08 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 08:24:09 Sending build context to Docker daemon 3.166MB 08:24:09 Step 1/8 : ARG BASE=golang:1.15-alpine 08:24:09 Step 2/8 : FROM ${BASE} 08:24:09 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:24:09 b538f80385f9: Pulling fs layer 08:24:09 74f711af9a0d: Pulling fs layer 08:24:09 99f96fe45779: Pulling fs layer 08:24:09 8529a6b9a6be: Pulling fs layer 08:24:09 45590311c82a: Pulling fs layer 08:24:09 69ca0ff8b7b3: Pulling fs layer 08:24:09 209524e5b208: Pulling fs layer 08:24:09 45590311c82a: Waiting 08:24:09 69ca0ff8b7b3: Waiting 08:24:09 209524e5b208: Waiting 08:24:09 8529a6b9a6be: Waiting 08:24:09 99f96fe45779: Verifying Checksum 08:24:09 99f96fe45779: Download complete 08:24:10 74f711af9a0d: Verifying Checksum 08:24:10 74f711af9a0d: Download complete 08:24:10 45590311c82a: Verifying Checksum 08:24:10 45590311c82a: Download complete 08:24:10 69ca0ff8b7b3: Download complete 08:24:11 b538f80385f9: Verifying Checksum 08:24:11 b538f80385f9: Download complete 08:24:11 b538f80385f9: Pull complete 08:24:12 74f711af9a0d: Pull complete 08:24:12 99f96fe45779: Pull complete 08:24:13 209524e5b208: Download complete 08:24:14 8529a6b9a6be: Verifying Checksum 08:24:14 8529a6b9a6be: Download complete 08:24:24 8529a6b9a6be: Pull complete 08:24:24 45590311c82a: Pull complete 08:24:25 69ca0ff8b7b3: Pull complete 08:24:28 209524e5b208: Pull complete 08:24:28 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 08:24:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:24:28 ---> 5bddaf1c2fca 08:24:28 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:24:31 ---> Running in 2d3987bb8174 08:24:32 Removing intermediate container 2d3987bb8174 08:24:32 ---> 778afc8b1155 08:24:32 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:24:32 ---> Running in daf1b65637ca 08:24:34 Removing intermediate container daf1b65637ca 08:24:34 ---> f4040edbba62 08:24:34 Step 5/8 : RUN apk add --no-cache make git 08:24:35 ---> Running in b606dd0249d7 08:24:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:24:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:24:38 OK: 142 MiB in 39 packages 08:24:39 Removing intermediate container b606dd0249d7 08:24:39 ---> ec923b3c2c65 08:24:39 Step 6/8 : WORKDIR /device-sdk-go 08:24:39 ---> Running in a88954a817b8 08:24:39 Removing intermediate container a88954a817b8 08:24:39 ---> e599f109eb88 08:24:39 Step 7/8 : COPY . . 08:24:40 ---> 5d8120f44752 08:24:40 Step 8/8 : RUN go mod download 08:24:41 ---> Running in 7b69dc8aca74 08:24:52 Running on prd-centos7-docker-4c-2g-364 in /w/workspace/dgexfoundry_device-sdk-go_PR-592 [Pipeline] { [Pipeline] ws 08:24:52 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 08:24:55 using credential edgex-jenkins-ssh 08:24:55 Cloning the remote Git repository 08:24:55 Cloning with configured refspecs honoured and without tags 08:24:55 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 08:24:55 > git init /w/workspace/device-sdk-go/1 # timeout=10 08:24:55 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:24:55 > git --version # timeout=10 08:24:55 > git --version # 'git version 2.16.5' 08:24:55 using GIT_SSH to set credentials SSH Credentials for GitHub 08:24:55 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/592/head:refs/remotes/origin/PR-592 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:24:56 Removing intermediate container 7b69dc8aca74 08:24:56 ---> 3922978740a9 08:24:56 Successfully built 3922978740a9 08:24:56 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:24:56 Fetching without tags 08:24:56 + docker inspect -f . ci-base-image-arm64 08:24:56 . [Pipeline] withDockerContainer 08:24:56 prd-ubuntu18.04-docker-arm64-4c-16g-363 does not seem to be running inside a container 08:24:57 Merging remotes/origin/master commit acdd4826cae80a3b8a1f7d698808ff3080e1060b into PR head commit 34da9db53597e071a02a31c99e0e617c4ac468f0 08:24:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:24:57 Merge succeeded, producing 34da9db53597e071a02a31c99e0e617c4ac468f0 08:24:57 Checking out Revision 34da9db53597e071a02a31c99e0e617c4ac468f0 (PR-592) 08:24:56 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:24:56 > git config --add remote.origin.fetch +refs/pull/592/head:refs/remotes/origin/PR-592 # timeout=10 08:24:56 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 08:24:56 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:24:56 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:24:56 using GIT_SSH to set credentials SSH Credentials for GitHub 08:24:56 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/592/head:refs/remotes/origin/PR-592 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:24:57 > git config core.sparsecheckout # timeout=10 08:24:57 > git checkout -f 34da9db53597e071a02a31c99e0e617c4ac468f0 # timeout=10 08:24:57 > git remote # timeout=10 08:24:57 > git config --get remote.origin.url # timeout=10 08:24:57 using GIT_SSH to set credentials SSH Credentials for GitHub 08:24:57 > git merge acdd4826cae80a3b8a1f7d698808ff3080e1060b # timeout=10 08:24:57 > git rev-parse HEAD^{commit} # timeout=10 08:24:57 > git config core.sparsecheckout # timeout=10 08:24:57 > git checkout -f 34da9db53597e071a02a31c99e0e617c4ac468f0 # timeout=10 08:24:58 $ docker top 1efa9b77c35561ccfa18451bb26f9825cd7719fce1fd322a5aa44e69f21a1bdd -eo pid,comm [Pipeline] { [Pipeline] sh 08:25:00 + go version 08:25:00 go version go1.15.2 linux/arm64 [Pipeline] } 08:25:00 $ docker stop --time=1 1efa9b77c35561ccfa18451bb26f9825cd7719fce1fd322a5aa44e69f21a1bdd 08:25:00 Commit message: "fix: fix device autodiscovery behavior" 08:25:00 > git --version # timeout=10 08:25:00 > git --version # 'git version 2.16.5' 08:25:00 fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 08:25:02 $ docker rm -f 1efa9b77c35561ccfa18451bb26f9825cd7719fce1fd322a5aa44e69f21a1bdd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Test) [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] unstash 08:25:03 + docker inspect -f . ci-base-image-arm64 08:25:03 . [Pipeline] withDockerContainer 08:25:03 prd-ubuntu18.04-docker-arm64-4c-16g-363 does not seem to be running inside a container 08:25:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:25:05 $ docker top cede41035fb0fe71be189d80011e39915dc6633c1715dfb2a9d50e0603d57741 -eo pid,comm [Pipeline] { [Pipeline] echo 08:25:06 ========================================================= 08:25:06 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:25:06 ========================================================= [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 08:25:07 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 08:25:07 + make test 08:25:07 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:25:07 Sending build context to Docker daemon 3.166MB 08:25:07 Step 1/8 : ARG BASE=golang:1.15-alpine 08:25:07 Step 2/8 : FROM ${BASE} 08:25:07 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:25:07 df20fa9351a1: Pulling fs layer 08:25:07 ed8968b2872e: Pulling fs layer 08:25:07 a92cc7c5fd73: Pulling fs layer 08:25:07 e871e8e8d7a9: Pulling fs layer 08:25:07 e73272ec9a57: Pulling fs layer 08:25:07 1e910a182e73: Pulling fs layer 08:25:07 4e634b169226: Pulling fs layer 08:25:07 e73272ec9a57: Waiting 08:25:07 1e910a182e73: Waiting 08:25:07 4e634b169226: Waiting 08:25:07 e871e8e8d7a9: Waiting 08:25:07 a92cc7c5fd73: Verifying Checksum 08:25:07 a92cc7c5fd73: Download complete 08:25:07 ed8968b2872e: Download complete 08:25:07 e73272ec9a57: Verifying Checksum 08:25:07 e73272ec9a57: Download complete 08:25:07 1e910a182e73: Verifying Checksum 08:25:07 1e910a182e73: Download complete 08:25:07 df20fa9351a1: Verifying Checksum 08:25:07 df20fa9351a1: Download complete 08:25:07 df20fa9351a1: Pull complete 08:25:07 ed8968b2872e: Pull complete 08:25:08 a92cc7c5fd73: Pull complete 08:25:09 4e634b169226: Verifying Checksum 08:25:09 4e634b169226: Download complete 08:25:10 e871e8e8d7a9: Verifying Checksum 08:25:10 e871e8e8d7a9: Download complete 08:25:15 e871e8e8d7a9: Pull complete 08:25:15 e73272ec9a57: Pull complete 08:25:15 1e910a182e73: Pull complete 08:25:20 4e634b169226: Pull complete 08:25:20 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 08:25:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:25:20 ---> f7629b54cfaa 08:25:20 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:25:20 ---> Running in 373b4dfc3a90 08:25:20 Removing intermediate container 373b4dfc3a90 08:25:20 ---> 0259a6dd08c8 08:25:20 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:25:20 ---> Running in eea71f14c61c 08:25:21 Removing intermediate container eea71f14c61c 08:25:21 ---> 860024ef0a45 08:25:21 Step 5/8 : RUN apk add --no-cache make git 08:25:21 ---> Running in 7ae7cfefa49c 08:25:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:25:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:25:23 OK: 166 MiB in 39 packages 08:25:23 Removing intermediate container 7ae7cfefa49c 08:25:23 ---> 8a3cde89030a 08:25:23 Step 6/8 : WORKDIR /device-sdk-go 08:25:23 ---> Running in f640c03371a5 08:25:24 Removing intermediate container f640c03371a5 08:25:24 ---> 8dea67164f2c 08:25:24 Step 7/8 : COPY . . 08:25:25 ---> 4f5378e003c1 08:25:25 Step 8/8 : RUN go mod download 08:25:25 ---> Running in a256f4b9f2a1 08:25:29 ? github.com/edgexfoundry/device-sdk-go [no test files] 08:25:37 Removing intermediate container a256f4b9f2a1 08:25:37 ---> bab3e85a66ad 08:25:37 Successfully built bab3e85a66ad 08:25:37 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:25:38 + docker inspect -f . ci-base-image-x86_64 08:25:38 . [Pipeline] withDockerContainer 08:25:38 prd-centos7-docker-4c-2g-364 does not seem to be running inside a container 08:25:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:25:39 $ docker top f31d495b75bd562152658ea854c01c0d5d586148e46d2e14a6ab2ff91ab3850a -eo pid,comm [Pipeline] { [Pipeline] sh 08:25:40 + go version 08:25:40 go version go1.15.2 linux/amd64 [Pipeline] } 08:25:40 $ docker stop --time=1 f31d495b75bd562152658ea854c01c0d5d586148e46d2e14a6ab2ff91ab3850a 08:25:41 $ docker rm -f f31d495b75bd562152658ea854c01c0d5d586148e46d2e14a6ab2ff91ab3850a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:25:42 + docker inspect -f . ci-base-image-x86_64 08:25:42 . [Pipeline] withDockerContainer 08:25:42 prd-centos7-docker-4c-2g-364 does not seem to be running inside a container 08:25:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:25:43 $ docker top 353fb2d4cb93431f3906c1f420700f96c0f14b5b6bce4df04aa3ef4652e64947 -eo pid,comm [Pipeline] { [Pipeline] sh 08:25:44 + make test 08:25:44 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:25:50 ? github.com/edgexfoundry/device-sdk-go [no test files] 08:26:03 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 08:26:03 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 08:26:03 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 08:26:03 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.040s coverage: 21.0% of statements 08:26:03 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.402s coverage: 95.7% of statements 08:26:08 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 08:26:08 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 08:26:08 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 08:26:08 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.058s coverage: 21.0% of statements 08:26:08 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.237s coverage: 95.7% of statements 08:26:35 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.032s coverage: 8.6% of statements 08:26:35 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.036s coverage: 21.7% of statements 08:26:35 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 08:26:35 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.177s coverage: 37.0% of statements 08:26:35 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 08:26:35 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.243s coverage: 65.4% of statements 08:26:35 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 08:26:35 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 08:26:35 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 08:26:35 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.058s coverage: 52.6% of statements 08:26:35 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.226s coverage: 68.9% of statements 08:26:35 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 08:26:35 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 08:26:35 GO111MODULE=on go vet ./... 08:26:40 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.066s coverage: 8.6% of statements 08:26:40 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.050s coverage: 21.7% of statements 08:26:40 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 08:26:40 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.488s coverage: 37.0% of statements 08:26:40 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 08:26:40 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.705s coverage: 65.4% of statements 08:26:40 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 08:26:40 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 08:26:40 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 08:26:40 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.268s coverage: 52.6% of statements 08:26:40 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.638s coverage: 68.9% of statements 08:26:40 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 08:26:40 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 08:26:40 GO111MODULE=on go vet ./... 08:26:41 gofmt -l . 08:26:41 internal/container/deviceservice.go 08:26:41 [ "`gofmt -l .`" = "" ] 08:26:41 make: *** [Makefile:35: test] Error 1 [Pipeline] } 08:26:41 $ docker stop --time=1 353fb2d4cb93431f3906c1f420700f96c0f14b5b6bce4df04aa3ef4652e64947 08:26:43 $ docker rm -f 353fb2d4cb93431f3906c1f420700f96c0f14b5b6bce4df04aa3ef4652e64947 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 08:26:45 Failed in branch amd64 08:27:07 gofmt -l . 08:27:07 internal/container/deviceservice.go 08:27:07 [ "`gofmt -l .`" = "" ] 08:27:07 make: *** [Makefile:35: test] Error 1 [Pipeline] } 08:27:07 $ docker stop --time=1 cede41035fb0fe71be189d80011e39915dc6633c1715dfb2a9d50e0603d57741 08:27:09 $ docker rm -f cede41035fb0fe71be189d80011e39915dc6633c1715dfb2a9d50e0603d57741 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 08:27:13 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 08:27:17 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:27:18 ---> package-listing.sh 08:27:18 ++ facter osfamily 08:27:18 ++ tr '[:upper:]' '[:lower:]' 08:27:18 + OS_FAMILY=redhat 08:27:18 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-592 08:27:18 + START_PACKAGES=/tmp/packages_start.txt 08:27:18 + END_PACKAGES=/tmp/packages_end.txt 08:27:18 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:27:18 + PACKAGES=/tmp/packages_start.txt 08:27:18 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-592 ']' 08:27:18 + PACKAGES=/tmp/packages_end.txt 08:27:18 + case "${OS_FAMILY}" in 08:27:18 + rpm -qa 08:27:18 + sort 08:27:22 + '[' -f /tmp/packages_start.txt ']' 08:27:22 + '[' -f /tmp/packages_end.txt ']' 08:27:22 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:27:22 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-592 ']' 08:27:22 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-592/archives/ 08:27:22 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-592/archives/ [Pipeline] isUnix [Pipeline] sh 08:27:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:27:23 08:27:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:27:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:27:24 alpine: Pulling from edgex-lftools-log-publisher 08:27:24 df20fa9351a1: Pulling fs layer 08:27:24 36b3adc4ff6f: Pulling fs layer 08:27:24 8ad3a11d3b57: Pulling fs layer 08:27:24 46f8f816bc3b: Pulling fs layer 08:27:24 0dadc02b9964: Pulling fs layer 08:27:24 ce6a7cf60c04: Pulling fs layer 08:27:24 7a184a31f384: Pulling fs layer 08:27:24 0879bd2ef858: Pulling fs layer 08:27:24 0dadc02b9964: Waiting 08:27:24 ce6a7cf60c04: Waiting 08:27:24 7a184a31f384: Waiting 08:27:24 0879bd2ef858: Waiting 08:27:24 46f8f816bc3b: Waiting 08:27:24 36b3adc4ff6f: Download complete 08:27:24 46f8f816bc3b: Verifying Checksum 08:27:24 46f8f816bc3b: Download complete 08:27:24 df20fa9351a1: Verifying Checksum 08:27:24 df20fa9351a1: Download complete 08:27:24 ce6a7cf60c04: Verifying Checksum 08:27:24 ce6a7cf60c04: Download complete 08:27:24 7a184a31f384: Download complete 08:27:24 0dadc02b9964: Verifying Checksum 08:27:24 0dadc02b9964: Download complete 08:27:24 8ad3a11d3b57: Verifying Checksum 08:27:24 8ad3a11d3b57: Download complete 08:27:24 df20fa9351a1: Pull complete 08:27:24 36b3adc4ff6f: Pull complete 08:27:24 0879bd2ef858: Verifying Checksum 08:27:24 0879bd2ef858: Download complete 08:27:25 8ad3a11d3b57: Pull complete 08:27:25 46f8f816bc3b: Pull complete 08:27:25 0dadc02b9964: Pull complete 08:27:25 ce6a7cf60c04: Pull complete 08:27:26 7a184a31f384: Pull complete 08:27:28 0879bd2ef858: Pull complete 08:27:28 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 08:27:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:27:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:27:28 prd-centos7-docker-4c-2g-362 does not seem to be running inside a container 08:27:28 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/dgexfoundry_device-sdk-go_PR-592 -v /w/workspace/dgexfoundry_device-sdk-go_PR-592:/w/workspace/dgexfoundry_device-sdk-go_PR-592:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-592@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-592@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:27:33 $ docker top a9aab585281498fe76f6e2760f12a01560b6ec9bb7cef90d351eb412051fc0a3 -eo pid,comm [Pipeline] { [Pipeline] sh 08:27:34 + mkdir -p /var/log/sa [Pipeline] sh 08:27:34 + ls /var/log/sa-host 08:27:34 + sadf -c /var/log/sa-host/sa05 08:27:34 file_magic: OK 08:27:34 HZ: Using current value: 100 08:27:34 file_header: OK 08:27:34 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 08:27:34 Statistics: 08:27:34 Hnuu...uuuununununu...Hnuu...uuuununununu... 08:27:34 File successfully converted to sysstat format version 12.2.1 08:27:34 + sadf -c /var/log/sa-host/sa18 08:27:34 file_magic: OK 08:27:34 HZ: Using current value: 100 08:27:34 file_header: OK 08:27:34 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 08:27:34 Statistics: 08:27:34 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 08:27:34 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:27:34 provisioning config files... 08:27:34 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-592@tmp/config2950389071578986234tmp [Pipeline] { [Pipeline] echo 08:27:34 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:27:34 ---> create-netrc.sh [Pipeline] echo 08:27:35 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:27:35 ---> logs-deploy.sh 08:27:35 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-592/1 08:27:35 INFO: archiving workspace using pattern(s): 08:27:36 Archives upload complete. 08:27:36 INFO: archiving logs to Nexus 08:27:37 ---> uname -a: 08:27:37 Linux a9aab5852814 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 08:27:37 08:27:37 08:27:37 ---> lscpu: 08:27:37 Architecture: x86_64 08:27:37 CPU op-mode(s): 32-bit, 64-bit 08:27:37 Byte Order: Little Endian 08:27:37 Address sizes: 40 bits physical, 48 bits virtual 08:27:37 CPU(s): 4 08:27:37 On-line CPU(s) list: 0-3 08:27:37 Thread(s) per core: 1 08:27:37 Core(s) per socket: 1 08:27:37 Socket(s): 4 08:27:37 NUMA node(s): 1 08:27:37 Vendor ID: GenuineIntel 08:27:37 CPU family: 6 08:27:37 Model: 44 08:27:37 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:27:37 Stepping: 1 08:27:37 CPU MHz: 2933.442 08:27:37 BogoMIPS: 5866.88 08:27:37 Virtualization: VT-x 08:27:37 Hypervisor vendor: KVM 08:27:37 Virtualization type: full 08:27:37 L1d cache: 128 KiB 08:27:37 L1i cache: 128 KiB 08:27:37 L2 cache: 16 MiB 08:27:37 L3 cache: 64 MiB 08:27:37 NUMA node0 CPU(s): 0-3 08:27:37 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:27:37 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:27:37 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:27:37 Vulnerability Meltdown: Mitigation; PTI 08:27:37 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:27:37 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:27:37 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:27:37 Vulnerability Tsx async abort: Not affected 08:27:37 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 08:27:37 08:27:37 08:27:37 ---> nproc: 08:27:37 4 08:27:37 08:27:37 08:27:37 ---> df -h: 08:27:37 Filesystem Size Used Available Use% Mounted on 08:27:37 overlay 50.0G 7.0G 43.0G 14% / 08:27:37 tmpfs 64.0M 0 64.0M 0% /dev 08:27:37 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:27:37 shm 64.0M 0 64.0M 0% /dev/shm 08:27:37 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/resolv.conf 08:27:37 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hostname 08:27:37 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hosts 08:27:37 /dev/vda1 50.0G 7.0G 43.0G 14% /var/log/sa-host 08:27:37 /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-592 08:27:37 /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-592@tmp 08:27:37 08:27:37 08:27:37 ---> free -m: 08:27:37 total used free shared buff/cache available 08:27:37 Mem: 1837 665 118 0 1053 1064 08:27:37 Swap: 1023 0 1023 08:27:37 08:27:37 08:27:37 ---> ip addr: 08:27:37 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:27:37 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:27:37 inet 127.0.0.1/8 scope host lo 08:27:37 valid_lft forever preferred_lft forever 08:27:37 6: eth0@if7: mtu 1458 qdisc noqueue state UP 08:27:37 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 08:27:37 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 08:27:37 valid_lft forever preferred_lft forever 08:27:37 08:27:37 08:27:37 ---> sar -b -r -n DEV: 08:27:37 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/18/20 _x86_64_ (4 CPU) 08:27:37 08:27:37 08:20:33 LINUX RESTART (4 CPU) 08:27:37 08:27:37 08:21:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:27:37 08:22:01 129.49 44.79 84.70 0.00 7622.37 36699.13 0.00 08:27:37 08:23:01 3.20 0.00 3.20 0.00 0.00 101.60 0.00 08:27:37 08:24:01 0.40 0.00 0.40 0.00 0.00 6.71 0.00 08:27:37 08:25:01 0.35 0.00 0.35 0.00 0.00 5.71 0.00 08:27:37 08:26:02 0.58 0.00 0.58 0.00 0.00 7.16 0.00 08:27:37 08:27:01 0.34 0.00 0.34 0.00 0.00 5.18 0.00 08:27:37 Average: 22.46 7.49 14.98 0.00 1274.46 6157.20 0.00 08:27:37 08:27:37 08:21:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:27:37 08:22:01 161240 0 588272 31.27 2620 1129424 1103140 37.65 459520 1101096 120 08:27:37 08:23:01 166304 0 583176 30.99 2620 1129456 1072668 36.61 457792 1098976 20 08:27:37 08:24:01 165532 0 583940 31.03 2620 1129464 1072860 36.61 458692 1098964 20 08:27:37 08:25:01 163680 0 585792 31.13 2620 1129464 1072908 36.62 460572 1098440 12 08:27:37 08:26:02 165108 0 584360 31.06 2620 1129468 1072668 36.61 467240 1090604 20 08:27:37 08:27:01 165212 0 584248 31.05 2620 1129476 1072764 36.61 467784 1090604 8 08:27:37 Average: 164513 0 584965 31.09 2620 1129459 1077835 36.78 461933 1096447 33 08:27:37 08:27:37 08:21:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:27:37 08:22:01 eth0 531.46 332.41 1082.58 112.14 0.00 0.00 0.00 0.00 08:27:37 08:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:27:37 08:22:01 docker0 5.88 4.23 0.92 18.19 0.00 0.00 0.00 0.00 08:27:37 08:23:01 eth0 0.63 0.08 0.04 0.01 0.00 0.00 0.00 0.00 08:27:37 08:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:27:37 08:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:27:37 08:24:01 eth0 0.80 0.47 0.30 0.21 0.00 0.00 0.00 0.00 08:27:37 08:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:27:37 08:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:27:37 08:25:01 eth0 0.93 0.38 0.32 0.20 0.00 0.00 0.00 0.00 08:27:37 08:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:27:37 08:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:27:37 08:26:02 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:27:37 08:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:27:37 08:26:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:27:37 08:27:01 eth0 0.34 0.30 0.17 0.08 0.00 0.00 0.00 0.00 08:27:37 08:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:27:37 08:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:27:37 Average: eth0 89.33 55.80 181.15 18.83 0.00 0.00 0.00 0.00 08:27:37 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:27:37 Average: docker0 0.98 0.71 0.15 3.04 0.00 0.00 0.00 0.00 08:27:37 08:27:37 08:27:37 ---> sar -P ALL: 08:27:37 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/18/20 _x86_64_ (4 CPU) 08:27:37 08:27:37 08:20:33 LINUX RESTART (4 CPU) 08:27:37 08:27:37 08:21:01 CPU %user %nice %system %iowait %steal %idle 08:27:37 08:22:01 all 14.29 0.00 6.77 8.51 0.02 70.42 08:27:37 08:22:01 0 15.80 0.00 7.01 6.82 0.02 70.35 08:27:37 08:22:01 1 13.60 0.00 6.75 9.10 0.02 70.54 08:27:37 08:22:01 2 12.67 0.00 6.95 9.60 0.03 70.75 08:27:37 08:22:01 3 15.08 0.00 6.36 8.50 0.02 70.04 08:27:37 08:23:01 all 0.15 0.00 0.05 0.00 0.00 99.80 08:27:37 08:23:01 0 0.05 0.00 0.07 0.00 0.00 99.88 08:27:37 08:23:01 1 0.45 0.00 0.03 0.00 0.00 99.52 08:27:37 08:23:01 2 0.07 0.00 0.07 0.00 0.00 99.87 08:27:37 08:23:01 3 0.03 0.00 0.05 0.00 0.00 99.92 08:27:37 08:24:01 all 0.15 0.00 0.04 0.00 0.00 99.81 08:27:37 08:24:01 0 0.03 0.00 0.03 0.00 0.00 99.93 08:27:37 08:24:01 1 0.48 0.00 0.03 0.00 0.00 99.48 08:27:37 08:24:01 2 0.05 0.00 0.05 0.00 0.00 99.90 08:27:37 08:24:01 3 0.03 0.00 0.03 0.00 0.00 99.93 08:27:37 08:25:01 all 0.15 0.00 0.02 0.00 0.00 99.83 08:27:37 08:25:01 0 0.03 0.00 0.03 0.00 0.00 99.93 08:27:37 08:25:01 1 0.53 0.00 0.02 0.00 0.00 99.45 08:27:37 08:25:01 2 0.03 0.00 0.03 0.00 0.00 99.93 08:27:37 08:25:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:27:37 08:26:02 all 0.17 0.00 0.06 0.00 0.00 99.77 08:27:37 08:26:02 0 0.05 0.00 0.05 0.00 0.00 99.90 08:27:37 08:26:02 1 0.53 0.00 0.15 0.00 0.00 99.32 08:27:37 08:26:02 2 0.05 0.00 0.02 0.00 0.00 99.93 08:27:37 08:26:02 3 0.03 0.00 0.03 0.00 0.00 99.93 08:27:37 08:27:01 all 0.08 0.00 0.04 0.00 0.01 99.87 08:27:37 08:27:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:27:37 08:27:01 1 0.24 0.00 0.03 0.00 0.02 99.71 08:27:37 08:27:01 2 0.02 0.00 0.03 0.00 0.00 99.95 08:27:37 08:27:01 3 0.07 0.00 0.07 0.00 0.00 99.86 08:27:37 Average: all 2.49 0.00 1.16 1.41 0.00 94.94 08:27:37 Average: 0 2.65 0.00 1.20 1.13 0.01 95.01 08:27:37 Average: 1 2.63 0.00 1.17 1.51 0.01 94.68 08:27:37 Average: 2 2.14 0.00 1.19 1.59 0.01 95.08 08:27:37 Average: 3 2.53 0.00 1.09 1.41 0.00 94.97 08:27:37 08:27:37 08:27:37