Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8370c62670d3246cfb24ab8aeb8164a6ea08503a+0916c9033c71b8931055140091788f6fe2f32c33 (78bde4581f2cf52f5d8bf565cb0ddd4cf2849aca) Running in Durability level: PERFORMANCE_OPTIMIZED 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 > 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 > 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 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 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 on ‘prd-centos7-docker-4c-2g-581’ Running on prd-centos7-docker-4c-2g-585 in /w/workspace/dgexfoundry_device-sdk-go_PR-583 [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-583 # 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/583/head:refs/remotes/origin/PR-583 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/583/head:refs/remotes/origin/PR-583 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/583/head:refs/remotes/origin/PR-583 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 0916c9033c71b8931055140091788f6fe2f32c33 into PR head commit 8370c62670d3246cfb24ab8aeb8164a6ea08503a Merge succeeded, producing 369e42cdc796f5f6c91d871b7f19bf67a8b50cc0 Checking out Revision 369e42cdc796f5f6c91d871b7f19bf67a8b50cc0 (PR-583) > git config core.sparsecheckout # timeout=10 > git checkout -f 8370c62670d3246cfb24ab8aeb8164a6ea08503a # 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 0916c9033c71b8931055140091788f6fe2f32c33 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 369e42cdc796f5f6c91d871b7f19bf67a8b50cc0 # timeout=10 Commit message: "Merge commit '0916c9033c71b8931055140091788f6fe2f32c33' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:45:24 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:45:24 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:45:25 ========================================================= 18:45:25 EdgeX Global Pipelines Version Info 18:45:25 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 9817c4555c82ed413d8be7b9b3a7354209bd390e # timeout=10 18:45:27 ------------------- 18:45:27 stable info: 18:45:27 ------------------- 18:45:27 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:45:27 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 18:45:27 Message: update stable to v1.0.122 18:45:28 ------------------- 18:45:28 experimental info: 18:45:28 ------------------- 18:45:28 Commited By: **** collab-it+edgex@linuxfoundation.org 18:45:28 Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 18:45:28 Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 18:45:28 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 18:45:28 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 18:45:28 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:45:28 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:45:28 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:45:29 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:45:29 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:45:29 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:45:29 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 18:45:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:45:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:45:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 18:45:29 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:45:30 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:45:30 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:45:30 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:45:30 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:45:30 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:45:30 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:45:30 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:45:30 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:45:31 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:45:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-583 [Pipeline] echo 18:45:31 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-583 [Pipeline] echo 18:45:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-583 [Pipeline] echo 18:45:31 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 369e42cdc796f5f6c91d871b7f19bf67a8b50cc0 [Pipeline] echo 18:45:31 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 369e42c [Pipeline] echo 18:45:31 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:45:32 + git log --format=format:%s -1 369e42cdc796f5f6c91d871b7f19bf67a8b50cc0 [Pipeline] echo 18:45:32 GIT_COMMIT: 369e42cdc796f5f6c91d871b7f19bf67a8b50cc0, Commit Message: Merge commit '0916c9033c71b8931055140091788f6fe2f32c33' into HEAD [Pipeline] echo 18:45:32 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:45:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:45:33 18:45:33 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:45:33 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:45:33 latest: Pulling from edgex-devops/git-semver 18:45:33 31603596830f: Pulling fs layer 18:45:33 2a8b12db71e7: Pulling fs layer 18:45:33 6ca5941a6612: Pulling fs layer 18:45:33 ecc8261a40a4: Pulling fs layer 18:45:33 ecc8261a40a4: Waiting 18:45:33 2a8b12db71e7: Verifying Checksum 18:45:33 2a8b12db71e7: Download complete 18:45:33 31603596830f: Verifying Checksum 18:45:33 31603596830f: Download complete 18:45:33 ecc8261a40a4: Verifying Checksum 18:45:33 ecc8261a40a4: Download complete 18:45:33 6ca5941a6612: Verifying Checksum 18:45:33 6ca5941a6612: Download complete 18:45:34 31603596830f: Pull complete 18:45:34 2a8b12db71e7: Pull complete 18:45:35 6ca5941a6612: Pull complete 18:45:35 ecc8261a40a4: Pull complete 18:45:35 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:45:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:45:35 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:45:35 prd-centos7-docker-4c-2g-585 does not seem to be running inside a container 18:45:35 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-583 -v /w/workspace/dgexfoundry_device-sdk-go_PR-583:/w/workspace/dgexfoundry_device-sdk-go_PR-583:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-583@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-583@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:45:37 $ docker top e79f8c05bbc596393a6f7fb80a420b0cbc0dc407b5193e6bd64a7c42528a7a9e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:45:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:45:38 [ssh-agent] Looking for ssh-agent implementation... 18:45:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:45:38 $ docker exec e79f8c05bbc596393a6f7fb80a420b0cbc0dc407b5193e6bd64a7c42528a7a9e ssh-agent 18:45:38 SSH_AUTH_SOCK=/tmp/ssh-W0U54YrOydf4/agent.12 18:45:38 SSH_AGENT_PID=17 18:45:38 Running ssh-add (command line suppressed) 18:45:38 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-583@tmp/private_key_7532734763807866253.key (/w/workspace/dgexfoundry_device-sdk-go_PR-583@tmp/private_key_7532734763807866253.key) 18:45:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:45:38 + git describe --exact-match --tags HEAD 18:45:38 fatal: No names found, cannot describe anything. [Pipeline] } 18:45:38 $ docker exec --env ******** --env ******** e79f8c05bbc596393a6f7fb80a420b0cbc0dc407b5193e6bd64a7c42528a7a9e ssh-agent -k 18:45:39 unset SSH_AUTH_SOCK; 18:45:39 unset SSH_AGENT_PID; 18:45:39 echo Agent pid 17 killed; 18:45:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 18:45:39 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 18:45:39 This usually means this commit has not been tagged. [Pipeline] sshagent 18:45:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:45:39 [ssh-agent] Looking for ssh-agent implementation... 18:45:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:45:39 $ docker exec e79f8c05bbc596393a6f7fb80a420b0cbc0dc407b5193e6bd64a7c42528a7a9e ssh-agent 18:45:39 SSH_AUTH_SOCK=/tmp/ssh-kkHIZuWAZpow/agent.47 18:45:39 SSH_AGENT_PID=53 18:45:39 Running ssh-add (command line suppressed) 18:45:39 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-583@tmp/private_key_4549801224495950933.key (/w/workspace/dgexfoundry_device-sdk-go_PR-583@tmp/private_key_4549801224495950933.key) 18:45:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:45:40 + git semver init 18:45:40 # -> Open(): unable to determine branch for HEAD 18:45:40 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-583/.git 18:45:40 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-583 18:45:40 # $SEMVER_REMOTE_NAME = origin 18:45:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:45:40 # $SEMVER_USER_NAME = edgex-jenkins 18:45:40 # $SEMVER_BRANCH = PR-583 18:45:40 # $SEMVER_TEMP = /tmp/semver-350502483 18:45:40 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 18:45:41 # '/tmp/semver-350502483' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-583/.semver' 18:45:41 # -> Force: false 18:45:41 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-583/.semver [Pipeline] } 18:45:41 $ docker exec --env ******** --env ******** e79f8c05bbc596393a6f7fb80a420b0cbc0dc407b5193e6bd64a7c42528a7a9e ssh-agent -k 18:45:41 unset SSH_AUTH_SOCK; 18:45:41 unset SSH_AGENT_PID; 18:45:41 echo Agent pid 53 killed; 18:45:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:45:41 + git semver [Pipeline] } 18:45:41 $ docker stop --time=1 e79f8c05bbc596393a6f7fb80a420b0cbc0dc407b5193e6bd64a7c42528a7a9e 18:45:43 $ docker rm -f e79f8c05bbc596393a6f7fb80a420b0cbc0dc407b5193e6bd64a7c42528a7a9e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 18:45:44 Stashed 38 file(s) [Pipeline] echo 18:45:44 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 18:45:44 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 18:45:59 Still waiting to schedule task 18:45:59 ‘prd-centos7-docker-4c-2g-591’ is offline 18:45:59 Still waiting to schedule task 18:45:59 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-583’ 18:47:59 Running on prd-centos7-docker-4c-2g-594 in /w/workspace/dgexfoundry_device-sdk-go_PR-583 [Pipeline] { [Pipeline] ws 18:47:59 Running in /w/workspace/device-sdk-go/8 [Pipeline] { [Pipeline] checkout 18:48:11 using credential edgex-jenkins-ssh 18:48:11 Cloning the remote Git repository 18:48:11 Cloning with configured refspecs honoured and without tags 18:48:11 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 18:48:12 > git init /w/workspace/device-sdk-go/8 # timeout=10 18:48:12 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 18:48:12 > git --version # timeout=10 18:48:12 > git --version # 'git version 2.16.5' 18:48:12 using GIT_SSH to set credentials SSH Credentials for GitHub 18:48:12 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/583/head:refs/remotes/origin/PR-583 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:48:13 Fetching without tags 18:48:14 Merging remotes/origin/master commit 0916c9033c71b8931055140091788f6fe2f32c33 into PR head commit 8370c62670d3246cfb24ab8aeb8164a6ea08503a 18:48:13 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 18:48:13 > git config --add remote.origin.fetch +refs/pull/583/head:refs/remotes/origin/PR-583 # timeout=10 18:48:13 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 18:48:13 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 18:48:13 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 18:48:13 using GIT_SSH to set credentials SSH Credentials for GitHub 18:48:13 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/583/head:refs/remotes/origin/PR-583 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:48:14 > git config core.sparsecheckout # timeout=10 18:48:14 > git checkout -f 8370c62670d3246cfb24ab8aeb8164a6ea08503a # timeout=10 18:48:15 Merge succeeded, producing 5d32ed9734ef6debb49f82c8d7b838682ab599b3 18:48:15 Checking out Revision 5d32ed9734ef6debb49f82c8d7b838682ab599b3 (PR-583) 18:48:15 > git remote # timeout=10 18:48:15 > git config --get remote.origin.url # timeout=10 18:48:15 using GIT_SSH to set credentials SSH Credentials for GitHub 18:48:15 > git merge 0916c9033c71b8931055140091788f6fe2f32c33 # timeout=10 18:48:15 > git rev-parse HEAD^{commit} # timeout=10 18:48:15 > git config core.sparsecheckout # timeout=10 18:48:15 > git checkout -f 5d32ed9734ef6debb49f82c8d7b838682ab599b3 # timeout=10 18:48:21 Commit message: "Merge commit '0916c9033c71b8931055140091788f6fe2f32c33' into HEAD" 18:48:21 First time build. Skipping changelog. 18:48:21 > git rev-list --no-walk 9817c4555c82ed413d8be7b9b3a7354209bd390e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 18:48:22 ========================================================= 18:48:22 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:48:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:48:24 + 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 . 18:48:24 Sending build context to Docker daemon 3.165MB 18:48:24 Step 1/8 : ARG BASE=golang:1.15-alpine 18:48:24 Step 2/8 : FROM ${BASE} 18:48:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:48:25 df20fa9351a1: Pulling fs layer 18:48:25 ed8968b2872e: Pulling fs layer 18:48:25 a92cc7c5fd73: Pulling fs layer 18:48:25 e871e8e8d7a9: Pulling fs layer 18:48:25 e73272ec9a57: Pulling fs layer 18:48:25 1e910a182e73: Pulling fs layer 18:48:25 4e634b169226: Pulling fs layer 18:48:25 e73272ec9a57: Waiting 18:48:25 4e634b169226: Waiting 18:48:25 1e910a182e73: Waiting 18:48:25 e871e8e8d7a9: Waiting 18:48:25 a92cc7c5fd73: Verifying Checksum 18:48:25 a92cc7c5fd73: Download complete 18:48:25 ed8968b2872e: Verifying Checksum 18:48:25 ed8968b2872e: Download complete 18:48:25 e73272ec9a57: Download complete 18:48:25 1e910a182e73: Download complete 18:48:25 df20fa9351a1: Download complete 18:48:26 df20fa9351a1: Pull complete 18:48:27 ed8968b2872e: Pull complete 18:48:27 a92cc7c5fd73: Pull complete 18:48:31 4e634b169226: Verifying Checksum 18:48:31 4e634b169226: Download complete 18:48:34 e871e8e8d7a9: Verifying Checksum 18:48:34 e871e8e8d7a9: Download complete 18:48:49 e871e8e8d7a9: Pull complete 18:48:49 e73272ec9a57: Pull complete 18:48:49 1e910a182e73: Pull complete 18:48:58 4e634b169226: Pull complete 18:48:58 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 18:48:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:48:58 ---> f7629b54cfaa 18:48:58 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:48:58 ---> Running in dfcfc1cd296a 18:48:59 Removing intermediate container dfcfc1cd296a 18:48:59 ---> f7e2e0e5bf4a 18:48:59 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:48:59 ---> Running in e56480c8282f 18:49:02 Removing intermediate container e56480c8282f 18:49:02 ---> da28d1656d2e 18:49:02 Step 5/8 : RUN apk add --no-cache make git 18:49:02 ---> Running in 22a1d00beeca 18:49:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:49:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:49:08 OK: 166 MiB in 39 packages 18:49:08 Removing intermediate container 22a1d00beeca 18:49:08 ---> f37ce5f4daa5 18:49:08 Step 6/8 : WORKDIR /device-sdk-go 18:49:08 ---> Running in da751b0fe93b 18:49:09 Removing intermediate container da751b0fe93b 18:49:09 ---> 4061a10c549f 18:49:09 Step 7/8 : COPY . . 18:49:11 ---> 6ad09b8d83bd 18:49:11 Step 8/8 : RUN go mod download 18:49:11 ---> Running in d8985ada8e07 18:49:23 Running on prd-ubuntu18.04-docker-arm64-4c-16g-598 in /w/workspace/dgexfoundry_device-sdk-go_PR-583 [Pipeline] { [Pipeline] ws 18:49:23 Running in /w/workspace/device-sdk-go/8 [Pipeline] { [Pipeline] checkout 18:49:28 using credential edgex-jenkins-ssh 18:49:28 Cloning the remote Git repository 18:49:28 Cloning with configured refspecs honoured and without tags 18:49:28 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 18:49:28 > git init /w/workspace/device-sdk-go/8 # timeout=10 18:49:28 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 18:49:28 > git --version # timeout=10 18:49:29 > git --version # 'git version 2.17.1' 18:49:29 using GIT_SSH to set credentials SSH Credentials for GitHub 18:49:29 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/583/head:refs/remotes/origin/PR-583 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:49:30 Fetching without tags 18:49:30 Merging remotes/origin/master commit 0916c9033c71b8931055140091788f6fe2f32c33 into PR head commit 8370c62670d3246cfb24ab8aeb8164a6ea08503a 18:49:30 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 18:49:30 > git config --add remote.origin.fetch +refs/pull/583/head:refs/remotes/origin/PR-583 # timeout=10 18:49:30 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 18:49:30 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 18:49:30 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 18:49:30 using GIT_SSH to set credentials SSH Credentials for GitHub 18:49:30 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/583/head:refs/remotes/origin/PR-583 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:49:30 > git config core.sparsecheckout # timeout=10 18:49:30 > git checkout -f 8370c62670d3246cfb24ab8aeb8164a6ea08503a # timeout=10 18:49:31 Merge succeeded, producing 756e65998465869ec98908732f2542ed6e67c511 18:49:31 Checking out Revision 756e65998465869ec98908732f2542ed6e67c511 (PR-583) 18:49:30 > git remote # timeout=10 18:49:30 > git config --get remote.origin.url # timeout=10 18:49:30 using GIT_SSH to set credentials SSH Credentials for GitHub 18:49:30 > git merge 0916c9033c71b8931055140091788f6fe2f32c33 # timeout=10 18:49:31 > git rev-parse HEAD^{commit} # timeout=10 18:49:31 > git config core.sparsecheckout # timeout=10 18:49:31 > git checkout -f 756e65998465869ec98908732f2542ed6e67c511 # timeout=10 18:49:35 Commit message: "Merge commit '0916c9033c71b8931055140091788f6fe2f32c33' into HEAD" 18:49:35 First time build. Skipping changelog. 18:49:35 Removing intermediate container d8985ada8e07 18:49:35 ---> 94fc11f57194 18:49:35 Successfully built 94fc11f57194 18:49:35 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 18:49:36 + docker inspect -f . ci-base-image-x86_64 18:49:35 > git rev-list --no-walk 9817c4555c82ed413d8be7b9b3a7354209bd390e # timeout=10 18:49:36 . [Pipeline] withDockerContainer 18:49:37 prd-centos7-docker-4c-2g-594 does not seem to be running inside a container 18:49:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/8 -v /w/workspace/device-sdk-go/8:/w/workspace/device-sdk-go/8:rw,z -v /w/workspace/device-sdk-go/8@tmp:/w/workspace/device-sdk-go/8@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 ******** ci-base-image-x86_64 cat 18:49:40 $ docker top c6f9daa7540460a0d3c1e57ea70973487b64dcabfd74876ce03dad32d97f225e -eo pid,comm [Pipeline] { [Pipeline] echo 18:49:41 ========================================================= 18:49:41 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:49:41 ========================================================= [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 18:49:41 + go version 18:49:41 go version go1.15.2 linux/amd64 [Pipeline] } 18:49:42 $ docker stop --time=1 c6f9daa7540460a0d3c1e57ea70973487b64dcabfd74876ce03dad32d97f225e 18:49:42 + 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 . 18:49:43 Sending build context to Docker daemon 3.165MB 18:49:43 Step 1/8 : ARG BASE=golang:1.15-alpine 18:49:43 Step 2/8 : FROM ${BASE} 18:49:43 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:49:43 b538f80385f9: Pulling fs layer 18:49:43 74f711af9a0d: Pulling fs layer 18:49:43 99f96fe45779: Pulling fs layer 18:49:43 8529a6b9a6be: Pulling fs layer 18:49:43 45590311c82a: Pulling fs layer 18:49:43 69ca0ff8b7b3: Pulling fs layer 18:49:43 209524e5b208: Pulling fs layer 18:49:43 8529a6b9a6be: Waiting 18:49:43 45590311c82a: Waiting 18:49:43 69ca0ff8b7b3: Waiting 18:49:43 209524e5b208: Waiting 18:49:43 99f96fe45779: Verifying Checksum 18:49:43 99f96fe45779: Download complete 18:49:43 74f711af9a0d: Verifying Checksum 18:49:43 74f711af9a0d: Download complete 18:49:43 45590311c82a: Download complete 18:49:43 69ca0ff8b7b3: Verifying Checksum 18:49:43 69ca0ff8b7b3: Download complete 18:49:43 b538f80385f9: Verifying Checksum 18:49:44 $ docker rm -f c6f9daa7540460a0d3c1e57ea70973487b64dcabfd74876ce03dad32d97f225e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:49:44 b538f80385f9: Pull complete 18:49:45 + docker inspect -f . ci-base-image-x86_64 18:49:45 74f711af9a0d: Pull complete 18:49:45 . [Pipeline] withDockerContainer 18:49:45 99f96fe45779: Pull complete 18:49:46 prd-centos7-docker-4c-2g-594 does not seem to be running inside a container 18:49:46 209524e5b208: Verifying Checksum 18:49:46 209524e5b208: Download complete 18:49:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/8 -v /w/workspace/device-sdk-go/8:/w/workspace/device-sdk-go/8:rw,z -v /w/workspace/device-sdk-go/8@tmp:/w/workspace/device-sdk-go/8@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 ******** ci-base-image-x86_64 cat 18:49:47 8529a6b9a6be: Verifying Checksum 18:49:47 8529a6b9a6be: Download complete 18:49:47 $ docker top f4d6af3a30ab1a8fd28535fd2922221dda67eea886e631875adb1895905cb736 -eo pid,comm [Pipeline] { [Pipeline] sh 18:49:48 + make test 18:49:48 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:49:57 8529a6b9a6be: Pull complete 18:49:57 45590311c82a: Pull complete 18:49:58 69ca0ff8b7b3: Pull complete 18:50:01 209524e5b208: Pull complete 18:50:01 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 18:50:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:50:01 ---> 5bddaf1c2fca 18:50:01 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:50:05 ---> Running in 357112f652f6 18:50:05 Removing intermediate container 357112f652f6 18:50:05 ---> 9ffc3ac290eb 18:50:05 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:50:05 ---> Running in e2c33dd48218 18:50:08 Removing intermediate container e2c33dd48218 18:50:08 ---> 7693c076d1ab 18:50:08 Step 5/8 : RUN apk add --no-cache make git 18:50:08 ---> Running in ad854e93d3d8 18:50:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:50:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:50:11 OK: 142 MiB in 39 packages 18:50:12 ? github.com/edgexfoundry/device-sdk-go [no test files] 18:50:12 Removing intermediate container ad854e93d3d8 18:50:12 ---> dd63953e5e3f 18:50:12 Step 6/8 : WORKDIR /device-sdk-go 18:50:12 ---> Running in 86c5d734c89d 18:50:13 Removing intermediate container 86c5d734c89d 18:50:13 ---> ec4cfe19df34 18:50:13 Step 7/8 : COPY . . 18:50:14 ---> 884bdd785ded 18:50:14 Step 8/8 : RUN go mod download 18:50:14 ---> Running in df32b61cfd88 18:50:29 Removing intermediate container df32b61cfd88 18:50:29 ---> 1c89dd7b9fb4 18:50:29 Successfully built 1c89dd7b9fb4 18:50:29 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:50:30 + docker inspect -f . ci-base-image-arm64 18:50:30 . [Pipeline] withDockerContainer 18:50:30 prd-ubuntu18.04-docker-arm64-4c-16g-598 does not seem to be running inside a container 18:50:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/8 -v /w/workspace/device-sdk-go/8:/w/workspace/device-sdk-go/8:rw,z -v /w/workspace/device-sdk-go/8@tmp:/w/workspace/device-sdk-go/8@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 ******** ci-base-image-arm64 cat 18:50:32 $ docker top 18f96e0d2ecfb44394b4953ea0d82b61dc7cca0e7431e3b9ed2f5248f16d2997 -eo pid,comm [Pipeline] { [Pipeline] sh 18:50:33 + go version 18:50:33 go version go1.15.2 linux/arm64 [Pipeline] } 18:50:33 $ docker stop --time=1 18f96e0d2ecfb44394b4953ea0d82b61dc7cca0e7431e3b9ed2f5248f16d2997 18:50:35 $ docker rm -f 18f96e0d2ecfb44394b4953ea0d82b61dc7cca0e7431e3b9ed2f5248f16d2997 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:50:36 + docker inspect -f . ci-base-image-arm64 18:50:36 . [Pipeline] withDockerContainer 18:50:37 prd-ubuntu18.04-docker-arm64-4c-16g-598 does not seem to be running inside a container 18:50:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/8 -v /w/workspace/device-sdk-go/8:/w/workspace/device-sdk-go/8:rw,z -v /w/workspace/device-sdk-go/8@tmp:/w/workspace/device-sdk-go/8@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 ******** ci-base-image-arm64 cat 18:50:39 $ docker top 77ea0847c88181bc15d859a7a455eda7ad8152066ec80965e49a772b7723dfda -eo pid,comm [Pipeline] { [Pipeline] sh 18:50:40 + make test 18:50:40 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:50:45 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 18:50:45 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 18:50:45 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 18:50:45 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.064s coverage: 21.0% of statements 18:50:49 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.810s coverage: 95.7% of statements 18:51:02 ? github.com/edgexfoundry/device-sdk-go [no test files] 18:51:16 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.055s coverage: 8.6% of statements 18:51:16 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.109s coverage: 21.7% of statements 18:51:16 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 18:51:16 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.299s coverage: 37.0% of statements 18:51:16 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 18:51:16 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.699s coverage: 65.4% of statements 18:51:16 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 18:51:16 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 18:51:16 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 18:51:16 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.172s coverage: 52.6% of statements 18:51:16 ok github.com/edgexfoundry/device-sdk-go/pkg/models 3.544s coverage: 68.9% of statements 18:51:16 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 18:51:16 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 18:51:16 GO111MODULE=on go vet ./... 18:51:39 gofmt -l . 18:51:39 [ "`gofmt -l .`" = "" ] 18:51:39 ./bin/test-attribution-txt.sh 18:51:40 An attribution for gopkg.in/yaml.v3 is missing from in Attribution.txt, please add 18:51:40 make: *** [Makefile:36: test] Error 1 [Pipeline] } 18:51:40 $ docker stop --time=1 f4d6af3a30ab1a8fd28535fd2922221dda67eea886e631875adb1895905cb736 18:51:42 $ docker rm -f f4d6af3a30ab1a8fd28535fd2922221dda67eea886e631875adb1895905cb736 [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] } 18:51:44 Failed in branch amd64 18:51:49 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 18:51:49 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 18:51:49 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 18:51:49 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.086s coverage: 21.0% of statements 18:51:49 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.415s coverage: 95.7% of statements 18:52:16 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.093s coverage: 8.6% of statements 18:52:16 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.050s coverage: 21.7% of statements 18:52:16 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 18:52:16 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.525s coverage: 37.0% of statements 18:52:16 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 18:52:16 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.713s coverage: 65.4% of statements 18:52:16 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 18:52:16 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 18:52:16 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 18:52:16 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.336s coverage: 52.6% of statements 18:52:16 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.852s coverage: 68.9% of statements 18:52:16 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 18:52:16 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 18:52:16 GO111MODULE=on go vet ./... 18:52:49 gofmt -l . 18:52:49 [ "`gofmt -l .`" = "" ] 18:52:49 ./bin/test-attribution-txt.sh 18:52:49 An attribution for gopkg.in/yaml.v3 is missing from in Attribution.txt, please add 18:52:49 make: *** [Makefile:36: test] Error 1 [Pipeline] } 18:52:49 $ docker stop --time=1 77ea0847c88181bc15d859a7a455eda7ad8152066ec80965e49a772b7723dfda 18:52:51 $ docker rm -f 77ea0847c88181bc15d859a7a455eda7ad8152066ec80965e49a772b7723dfda [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] } 18:52:53 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 18:52:55 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:52:56 ---> package-listing.sh 18:52:56 ++ facter osfamily 18:52:56 ++ tr '[:upper:]' '[:lower:]' 18:52:56 + OS_FAMILY=redhat 18:52:56 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-583 18:52:56 + START_PACKAGES=/tmp/packages_start.txt 18:52:56 + END_PACKAGES=/tmp/packages_end.txt 18:52:56 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:52:56 + PACKAGES=/tmp/packages_start.txt 18:52:56 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-583 ']' 18:52:56 + PACKAGES=/tmp/packages_end.txt 18:52:56 + case "${OS_FAMILY}" in 18:52:56 + rpm -qa 18:52:56 + sort 18:53:00 + '[' -f /tmp/packages_start.txt ']' 18:53:00 + '[' -f /tmp/packages_end.txt ']' 18:53:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:53:00 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-583 ']' 18:53:00 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-583/archives/ 18:53:00 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-583/archives/ [Pipeline] isUnix [Pipeline] sh 18:53:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:53:01 18:53:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:53:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:53:01 alpine: Pulling from edgex-lftools-log-publisher 18:53:01 df20fa9351a1: Pulling fs layer 18:53:01 36b3adc4ff6f: Pulling fs layer 18:53:01 8ad3a11d3b57: Pulling fs layer 18:53:01 46f8f816bc3b: Pulling fs layer 18:53:01 0dadc02b9964: Pulling fs layer 18:53:01 ce6a7cf60c04: Pulling fs layer 18:53:01 7a184a31f384: Pulling fs layer 18:53:01 0879bd2ef858: Pulling fs layer 18:53:01 0dadc02b9964: Waiting 18:53:01 7a184a31f384: Waiting 18:53:01 0879bd2ef858: Waiting 18:53:01 46f8f816bc3b: Waiting 18:53:01 ce6a7cf60c04: Waiting 18:53:01 36b3adc4ff6f: Verifying Checksum 18:53:01 36b3adc4ff6f: Download complete 18:53:01 46f8f816bc3b: Verifying Checksum 18:53:01 46f8f816bc3b: Download complete 18:53:01 df20fa9351a1: Download complete 18:53:01 ce6a7cf60c04: Verifying Checksum 18:53:01 ce6a7cf60c04: Download complete 18:53:01 7a184a31f384: Verifying Checksum 18:53:01 7a184a31f384: Download complete 18:53:01 0dadc02b9964: Verifying Checksum 18:53:01 0dadc02b9964: Download complete 18:53:01 8ad3a11d3b57: Verifying Checksum 18:53:01 8ad3a11d3b57: Download complete 18:53:01 df20fa9351a1: Pull complete 18:53:02 36b3adc4ff6f: Pull complete 18:53:02 0879bd2ef858: Verifying Checksum 18:53:02 0879bd2ef858: Download complete 18:53:02 8ad3a11d3b57: Pull complete 18:53:02 46f8f816bc3b: Pull complete 18:53:03 0dadc02b9964: Pull complete 18:53:03 ce6a7cf60c04: Pull complete 18:53:03 7a184a31f384: Pull complete 18:53:05 0879bd2ef858: Pull complete 18:53:05 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 18:53:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:53:05 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:53:06 prd-centos7-docker-4c-2g-585 does not seem to be running inside a container 18:53:06 $ 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-583 -v /w/workspace/dgexfoundry_device-sdk-go_PR-583:/w/workspace/dgexfoundry_device-sdk-go_PR-583:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-583@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-583@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:10003/edgex-lftools-log-publisher:alpine cat 18:53:10 $ docker top 1a266fd575b05edd80cd3420af5e58037e58905c18c6b56948b0312d12569ae5 -eo pid,comm [Pipeline] { [Pipeline] sh 18:53:10 + mkdir -p /var/log/sa [Pipeline] sh 18:53:11 + ls /var/log/sa-host 18:53:11 + sadf -c /var/log/sa-host/sa05 18:53:11 file_magic: OK 18:53:11 HZ: Using current value: 100 18:53:11 file_header: OK 18:53:11 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 18:53:11 Statistics: 18:53:11 Hnuu...uuuununununu...Hnuu...uuuununununu... 18:53:11 File successfully converted to sysstat format version 12.2.1 18:53:11 + sadf -c /var/log/sa-host/sa20 18:53:11 file_magic: OK 18:53:11 HZ: Using current value: 100 18:53:11 file_header: OK 18:53:11 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 18:53:11 Statistics: 18:53:11 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:53:11 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:53:11 provisioning config files... 18:53:11 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-583@tmp/config3786888370986102019tmp [Pipeline] { [Pipeline] echo 18:53:11 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:53:11 ---> create-netrc.sh [Pipeline] echo 18:53:11 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:53:11 ---> logs-deploy.sh 18:53:11 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-583/8 18:53:11 INFO: archiving workspace using pattern(s): 18:53:13 Archives upload complete. 18:53:13 INFO: archiving logs to Nexus 18:53:14 ---> uname -a: 18:53:14 Linux 1a266fd575b0 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 18:53:14 18:53:14 18:53:14 ---> lscpu: 18:53:14 Architecture: x86_64 18:53:14 CPU op-mode(s): 32-bit, 64-bit 18:53:14 Byte Order: Little Endian 18:53:14 Address sizes: 40 bits physical, 48 bits virtual 18:53:14 CPU(s): 4 18:53:14 On-line CPU(s) list: 0-3 18:53:14 Thread(s) per core: 1 18:53:14 Core(s) per socket: 1 18:53:14 Socket(s): 4 18:53:14 NUMA node(s): 1 18:53:14 Vendor ID: GenuineIntel 18:53:14 CPU family: 6 18:53:14 Model: 44 18:53:14 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:53:14 Stepping: 1 18:53:14 CPU MHz: 2933.436 18:53:14 BogoMIPS: 5866.87 18:53:14 Virtualization: VT-x 18:53:14 Hypervisor vendor: KVM 18:53:14 Virtualization type: full 18:53:14 L1d cache: 128 KiB 18:53:14 L1i cache: 128 KiB 18:53:14 L2 cache: 16 MiB 18:53:14 L3 cache: 64 MiB 18:53:14 NUMA node0 CPU(s): 0-3 18:53:14 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:53:14 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:53:14 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:53:14 Vulnerability Meltdown: Mitigation; PTI 18:53:14 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:53:14 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:53:14 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:53:14 Vulnerability Tsx async abort: Not affected 18:53:14 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 18:53:14 18:53:14 18:53:14 ---> nproc: 18:53:14 4 18:53:14 18:53:14 18:53:14 ---> df -h: 18:53:14 Filesystem Size Used Available Use% Mounted on 18:53:14 overlay 50.0G 7.0G 43.0G 14% / 18:53:14 tmpfs 64.0M 0 64.0M 0% /dev 18:53:14 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:53:14 shm 64.0M 0 64.0M 0% /dev/shm 18:53:14 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/resolv.conf 18:53:14 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hostname 18:53:14 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hosts 18:53:14 /dev/vda1 50.0G 7.0G 43.0G 14% /var/log/sa-host 18:53:14 /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-583 18:53:14 /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-583@tmp 18:53:14 18:53:14 18:53:14 ---> free -m: 18:53:14 total used free shared buff/cache available 18:53:14 Mem: 1837 678 146 0 1012 1051 18:53:14 Swap: 1023 0 1023 18:53:14 18:53:14 18:53:14 ---> ip addr: 18:53:14 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:53:14 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:53:14 inet 127.0.0.1/8 scope host lo 18:53:14 valid_lft forever preferred_lft forever 18:53:14 6: eth0@if7: mtu 1458 qdisc noqueue state UP 18:53:14 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 18:53:14 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 18:53:14 valid_lft forever preferred_lft forever 18:53:14 18:53:14 18:53:14 ---> sar -b -r -n DEV: 18:53:14 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/20/20 _x86_64_ (4 CPU) 18:53:14 18:53:14 18:44:34 LINUX RESTART (4 CPU) 18:53:14 18:53:14 18:45:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:53:14 18:46:01 121.07 45.61 75.46 0.00 7802.34 29994.31 0.00 18:53:14 18:47:01 3.55 0.00 3.55 0.00 0.00 113.77 0.00 18:53:14 18:48:01 0.50 0.00 0.50 0.00 0.00 8.83 0.00 18:53:14 18:49:01 0.15 0.00 0.15 0.00 0.00 1.60 0.00 18:53:14 18:50:01 0.22 0.00 0.22 0.00 0.00 3.60 0.00 18:53:14 18:51:01 0.37 0.00 0.37 0.00 0.00 5.76 0.00 18:53:14 18:52:01 0.35 0.02 0.33 0.00 0.13 3.51 0.00 18:53:14 18:53:01 40.04 39.46 0.58 0.00 4237.76 12.27 0.00 18:53:14 Average: 20.58 10.57 10.01 0.00 1492.51 3715.45 0.00 18:53:14 18:53:14 18:45:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:53:14 18:46:01 160748 0 604896 32.15 2620 1113292 1120080 38.23 456344 1105036 120 18:53:14 18:47:01 163684 0 601716 31.98 2620 1113536 1104536 37.70 456204 1103044 36 18:53:14 18:48:01 165564 0 599884 31.88 2620 1113488 1080856 36.89 457240 1100576 8 18:53:14 18:49:01 165640 0 599808 31.88 2620 1113488 1080920 36.89 457408 1100576 20 18:53:14 18:50:01 164792 0 600652 31.92 2620 1113492 1080972 36.89 468996 1090064 20 18:53:14 18:51:01 164016 0 601420 31.96 2620 1113500 1081088 36.90 469436 1090064 12 18:53:14 18:52:01 165516 0 599916 31.88 2620 1113504 1080872 36.89 468124 1090064 12 18:53:14 18:53:01 71856 0 672984 35.77 2620 1134096 1508556 51.48 518664 1132392 26316 18:53:14 Average: 152727 0 610160 32.43 2620 1116050 1142235 38.98 469052 1101477 3318 18:53:14 18:53:14 18:45:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:53:14 18:46:01 eth0 480.88 280.45 1095.59 115.33 0.00 0.00 0.00 0.00 18:53:14 18:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:53:14 18:46:01 docker0 8.39 7.07 1.14 18.69 0.00 0.00 0.00 0.00 18:53:14 18:47:01 eth0 2.61 0.37 0.45 0.20 0.00 0.00 0.00 0.00 18:53:14 18:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:53:14 18:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:53:14 18:48:01 eth0 2.36 0.43 0.44 0.18 0.00 0.00 0.00 0.00 18:53:14 18:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:53:14 18:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:53:14 18:49:01 eth0 3.98 0.90 1.02 0.60 0.00 0.00 0.00 0.00 18:53:14 18:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:53:14 18:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:53:14 18:50:01 eth0 1.95 0.63 0.63 0.40 0.00 0.00 0.00 0.00 18:53:14 18:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:53:14 18:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:53:14 18:51:01 eth0 1.05 0.65 0.66 0.46 0.00 0.00 0.00 0.00 18:53:14 18:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:53:14 18:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:53:14 18:52:01 eth0 0.13 0.08 0.01 0.04 0.00 0.00 0.00 0.00 18:53:14 18:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:53:14 18:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:53:14 18:53:01 eth0 50.03 40.44 403.83 5.51 0.00 0.00 0.00 0.00 18:53:14 18:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:53:14 18:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:53:14 Average: eth0 67.05 40.02 186.02 15.14 0.00 0.00 0.00 0.00 18:53:14 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:53:14 Average: docker0 1.03 0.87 0.14 2.30 0.00 0.00 0.00 0.00 18:53:14 18:53:14 18:53:14 ---> sar -P ALL: 18:53:14 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/20/20 _x86_64_ (4 CPU) 18:53:14 18:53:14 18:44:34 LINUX RESTART (4 CPU) 18:53:14 18:53:14 18:45:02 CPU %user %nice %system %iowait %steal %idle 18:53:14 18:46:01 all 14.68 0.00 6.88 6.93 0.10 71.42 18:53:14 18:46:01 0 13.50 0.00 8.17 4.10 0.09 74.13 18:53:14 18:46:01 1 14.76 0.00 6.65 8.56 0.10 69.93 18:53:14 18:46:01 2 16.11 0.00 5.29 6.26 0.10 72.24 18:53:14 18:46:01 3 14.32 0.00 7.41 8.78 0.10 69.39 18:53:14 18:47:01 all 0.16 0.00 0.06 0.00 0.01 99.77 18:53:14 18:47:01 0 0.50 0.00 0.07 0.00 0.02 99.42 18:53:14 18:47:01 1 0.03 0.00 0.03 0.00 0.00 99.93 18:53:14 18:47:01 2 0.08 0.00 0.08 0.00 0.00 99.83 18:53:14 18:47:01 3 0.03 0.00 0.05 0.00 0.02 99.90 18:53:14 18:48:01 all 0.15 0.00 0.05 0.00 0.01 99.79 18:53:14 18:48:01 0 0.45 0.00 0.05 0.00 0.00 99.50 18:53:14 18:48:01 1 0.05 0.00 0.05 0.00 0.02 99.88 18:53:14 18:48:01 2 0.03 0.00 0.03 0.00 0.02 99.92 18:53:14 18:48:01 3 0.08 0.00 0.05 0.00 0.00 99.87 18:53:14 18:49:01 all 0.17 0.00 0.03 0.00 0.00 99.80 18:53:14 18:49:01 0 0.40 0.00 0.02 0.00 0.00 99.58 18:53:14 18:49:01 1 0.03 0.00 0.03 0.00 0.00 99.93 18:53:14 18:49:01 2 0.18 0.00 0.03 0.00 0.00 99.78 18:53:14 18:49:01 3 0.07 0.00 0.05 0.00 0.00 99.88 18:53:14 18:50:01 all 0.16 0.00 0.06 0.00 0.00 99.78 18:53:14 18:50:01 0 0.03 0.00 0.08 0.00 0.00 99.88 18:53:14 18:50:01 1 0.05 0.00 0.05 0.00 0.00 99.90 18:53:14 18:50:01 2 0.52 0.00 0.05 0.00 0.00 99.43 18:53:14 18:50:01 3 0.03 0.00 0.05 0.00 0.02 99.90 18:53:14 18:51:01 all 0.15 0.00 0.05 0.00 0.00 99.80 18:53:14 18:51:01 0 0.03 0.00 0.08 0.00 0.00 99.88 18:53:14 18:51:01 1 0.05 0.00 0.05 0.00 0.02 99.88 18:53:14 18:51:01 2 0.50 0.00 0.03 0.00 0.00 99.47 18:53:14 18:51:01 3 0.03 0.00 0.02 0.00 0.00 99.95 18:53:14 18:52:01 all 0.11 0.00 0.04 0.00 0.01 99.84 18:53:14 18:52:01 0 0.03 0.00 0.02 0.00 0.02 99.93 18:53:14 18:52:01 1 0.03 0.00 0.05 0.00 0.00 99.92 18:53:14 18:52:01 2 0.33 0.00 0.07 0.00 0.02 99.58 18:53:14 18:52:01 3 0.03 0.00 0.03 0.00 0.00 99.93 18:53:14 18:53:01 all 1.08 0.00 0.52 0.89 0.01 97.50 18:53:14 18:53:01 0 2.16 0.00 0.92 3.13 0.02 93.78 18:53:14 18:53:01 1 0.55 0.00 0.37 0.38 0.00 98.70 18:53:14 18:53:01 2 1.05 0.00 0.32 0.05 0.02 98.57 18:53:14 18:53:01 3 0.55 0.00 0.48 0.02 0.02 98.93 18:53:14 Average: all 2.03 0.00 0.93 0.95 0.02 96.07 18:53:14 Average: 0 2.09 0.00 1.14 0.89 0.02 95.87 18:53:14 Average: 1 1.90 0.00 0.89 1.09 0.02 96.11 18:53:14 Average: 2 2.30 0.00 0.72 0.77 0.02 96.20 18:53:14 Average: 3 1.84 0.00 0.99 1.06 0.02 96.09 18:53:14 18:53:14 18:53:14