Pull request #597 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8abd212e869fd2d2ba741e99488e8920e7bfc8fc+0cafa7decaaa0dab3b86f836c2c615e8e839d11b (305a1ddb544dcaf2d2bad7776595d83869746148) 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-597/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-987 in /w/workspace/dgexfoundry_device-sdk-go_PR-597 [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-597 # 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/597/head:refs/remotes/origin/PR-597 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 0cafa7decaaa0dab3b86f836c2c615e8e839d11b into PR head commit 8abd212e869fd2d2ba741e99488e8920e7bfc8fc Merge succeeded, producing 8abd212e869fd2d2ba741e99488e8920e7bfc8fc Checking out Revision 8abd212e869fd2d2ba741e99488e8920e7bfc8fc (PR-597) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/597/head:refs/remotes/origin/PR-597 # 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/597/head:refs/remotes/origin/PR-597 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8abd212e869fd2d2ba741e99488e8920e7bfc8fc # 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 0cafa7decaaa0dab3b86f836c2c615e8e839d11b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8abd212e869fd2d2ba741e99488e8920e7bfc8fc # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts" 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 11:56:48 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 11:56:48 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 11:56:48 ========================================================= 11:56:48 EdgeX Global Pipelines Version Info 11:56:48 ========================================================= [Pipeline] libraryResource [Pipeline] sh 11:56:50 ------------------- 11:56:50 stable info: 11:56:50 ------------------- 11:56:50 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 11:56:50 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 11:56:50 Message: update stable to v1.0.122 11:56:51 ------------------- 11:56:51 experimental info: 11:56:51 ------------------- 11:56:51 Commited By: **** collab-it+edgex@linuxfoundation.org 11:56:51 Commit SHA: 3d6ad8b0eebc6ba17484a6174ca49e1f7b1272fd 11:56:51 Message: update experimental to v1.0.127 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 11:56:51 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 11:56:52 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 11:56:52 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 11:56:52 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 11:56:52 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 11:56:52 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 11:56:52 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 11:56:52 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 11:56:53 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 11:56:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 11:56:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 11:56:53 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 11:56:53 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 11:56:53 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 11:56:53 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 11:56:54 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 11:56:54 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 11:56:54 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 11:56:54 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 11:56:54 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 11:56:54 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 11:56:55 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 11:56:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-597 [Pipeline] echo 11:56:55 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-597 [Pipeline] echo 11:56:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-597 [Pipeline] echo 11:56:55 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8abd212e869fd2d2ba741e99488e8920e7bfc8fc [Pipeline] echo 11:56:55 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8abd212 [Pipeline] echo 11:56:55 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:56:56 + git log --format=format:%s -1 8abd212e869fd2d2ba741e99488e8920e7bfc8fc [Pipeline] echo 11:56:56 GIT_COMMIT: 8abd212e869fd2d2ba741e99488e8920e7bfc8fc, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts [Pipeline] echo 11:56:56 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 11:56:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:56:58 11:56:58 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 11:56:58 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:56:58 latest: Pulling from edgex-devops/git-semver 11:56:58 31603596830f: Pulling fs layer 11:56:58 2a8b12db71e7: Pulling fs layer 11:56:58 6ca5941a6612: Pulling fs layer 11:56:58 ecc8261a40a4: Pulling fs layer 11:56:58 ecc8261a40a4: Waiting 11:56:58 2a8b12db71e7: Verifying Checksum 11:56:58 2a8b12db71e7: Download complete 11:56:58 31603596830f: Verifying Checksum 11:56:58 31603596830f: Download complete 11:56:59 ecc8261a40a4: Verifying Checksum 11:56:59 ecc8261a40a4: Download complete 11:56:59 6ca5941a6612: Verifying Checksum 11:56:59 6ca5941a6612: Download complete 11:56:59 31603596830f: Pull complete 11:56:59 2a8b12db71e7: Pull complete 11:57:00 6ca5941a6612: Pull complete 11:57:00 ecc8261a40a4: Pull complete 11:57:00 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 11:57:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:57:00 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 11:57:00 prd-centos7-docker-4c-2g-987 does not seem to be running inside a container 11:57:00 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-597 -v /w/workspace/dgexfoundry_device-sdk-go_PR-597:/w/workspace/dgexfoundry_device-sdk-go_PR-597:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-597@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-597@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 11:57:02 $ docker top 2bef31c3d17bc484aac78b2734310c4c8a6c91ae504e33809b2983f68604f69a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:57:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:57:03 [ssh-agent] Looking for ssh-agent implementation... 11:57:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:57:03 $ docker exec 2bef31c3d17bc484aac78b2734310c4c8a6c91ae504e33809b2983f68604f69a ssh-agent 11:57:03 SSH_AUTH_SOCK=/tmp/ssh-K2rFA4oDjCcT/agent.11 11:57:03 SSH_AGENT_PID=16 11:57:03 Running ssh-add (command line suppressed) 11:57:03 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-597@tmp/private_key_5303362919129000293.key (/w/workspace/dgexfoundry_device-sdk-go_PR-597@tmp/private_key_5303362919129000293.key) 11:57:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:57:04 + git describe --exact-match --tags HEAD 11:57:04 fatal: No names found, cannot describe anything. [Pipeline] } 11:57:04 $ docker exec --env ******** --env ******** 2bef31c3d17bc484aac78b2734310c4c8a6c91ae504e33809b2983f68604f69a ssh-agent -k 11:57:04 unset SSH_AUTH_SOCK; 11:57:04 unset SSH_AGENT_PID; 11:57:04 echo Agent pid 16 killed; 11:57:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 11:57:04 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 11:57:04 This usually means this commit has not been tagged. [Pipeline] sshagent 11:57:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:57:04 [ssh-agent] Looking for ssh-agent implementation... 11:57:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:57:05 $ docker exec 2bef31c3d17bc484aac78b2734310c4c8a6c91ae504e33809b2983f68604f69a ssh-agent 11:57:05 SSH_AUTH_SOCK=/tmp/ssh-Pj1BL0XrwS0U/agent.46 11:57:05 SSH_AGENT_PID=51 11:57:05 Running ssh-add (command line suppressed) 11:57:05 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-597@tmp/private_key_4683337904542636891.key (/w/workspace/dgexfoundry_device-sdk-go_PR-597@tmp/private_key_4683337904542636891.key) 11:57:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:57:05 + git semver init 11:57:05 # -> Open(): unable to determine branch for HEAD 11:57:05 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-597/.git 11:57:05 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-597 11:57:05 # $SEMVER_REMOTE_NAME = origin 11:57:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:57:05 # $SEMVER_USER_NAME = edgex-jenkins 11:57:05 # $SEMVER_BRANCH = PR-597 11:57:05 # $SEMVER_TEMP = /tmp/semver-291190198 11:57:05 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 11:57:06 # '/tmp/semver-291190198' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-597/.semver' 11:57:06 # -> Force: false 11:57:06 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-597/.semver [Pipeline] } 11:57:06 $ docker exec --env ******** --env ******** 2bef31c3d17bc484aac78b2734310c4c8a6c91ae504e33809b2983f68604f69a ssh-agent -k 11:57:06 unset SSH_AUTH_SOCK; 11:57:06 unset SSH_AGENT_PID; 11:57:06 echo Agent pid 51 killed; 11:57:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:57:07 + git semver [Pipeline] } 11:57:07 $ docker stop --time=1 2bef31c3d17bc484aac78b2734310c4c8a6c91ae504e33809b2983f68604f69a 11:57:08 $ docker rm -f 2bef31c3d17bc484aac78b2734310c4c8a6c91ae504e33809b2983f68604f69a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 11:57:09 Stashed 39 file(s) [Pipeline] echo 11:57:09 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 11:57:09 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 11:57:25 Still waiting to schedule task 11:57:25 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-987’ 11:57:25 Still waiting to schedule task 11:57:25 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 11:59:32 Running on prd-ubuntu18.04-docker-arm64-4c-16g-988 in /w/workspace/dgexfoundry_device-sdk-go_PR-597 [Pipeline] { [Pipeline] ws 11:59:32 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 11:59:37 using credential edgex-jenkins-ssh 11:59:37 Cloning the remote Git repository 11:59:37 Cloning with configured refspecs honoured and without tags 11:59:37 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 11:59:37 > git init /w/workspace/device-sdk-go/1 # timeout=10 11:59:37 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 11:59:37 > git --version # timeout=10 11:59:37 > git --version # 'git version 2.17.1' 11:59:37 using GIT_SSH to set credentials SSH Credentials for GitHub 11:59:37 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/597/head:refs/remotes/origin/PR-597 +refs/heads/master:refs/remotes/origin/master # timeout=10 11:59:38 Fetching without tags 11:59:38 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 11:59:38 > git config --add remote.origin.fetch +refs/pull/597/head:refs/remotes/origin/PR-597 # timeout=10 11:59:38 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 11:59:38 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 11:59:38 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 11:59:38 using GIT_SSH to set credentials SSH Credentials for GitHub 11:59:38 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/597/head:refs/remotes/origin/PR-597 +refs/heads/master:refs/remotes/origin/master # timeout=10 11:59:39 Merging remotes/origin/master commit 0cafa7decaaa0dab3b86f836c2c615e8e839d11b into PR head commit 8abd212e869fd2d2ba741e99488e8920e7bfc8fc 11:59:39 Merge succeeded, producing 8abd212e869fd2d2ba741e99488e8920e7bfc8fc 11:59:39 Checking out Revision 8abd212e869fd2d2ba741e99488e8920e7bfc8fc (PR-597) 11:59:39 > git config core.sparsecheckout # timeout=10 11:59:39 > git checkout -f 8abd212e869fd2d2ba741e99488e8920e7bfc8fc # timeout=10 11:59:39 > git remote # timeout=10 11:59:39 > git config --get remote.origin.url # timeout=10 11:59:39 using GIT_SSH to set credentials SSH Credentials for GitHub 11:59:39 > git merge 0cafa7decaaa0dab3b86f836c2c615e8e839d11b # timeout=10 11:59:39 > git rev-parse HEAD^{commit} # timeout=10 11:59:39 > git config core.sparsecheckout # timeout=10 11:59:39 > git checkout -f 8abd212e869fd2d2ba741e99488e8920e7bfc8fc # timeout=10 11:59:43 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts" 11:59:43 > git --version # timeout=10 11:59:43 > git --version # 'git version 2.17.1' 11:59:43 fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 11:59:45 ========================================================= 11:59:45 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 11:59:45 ========================================================= [Pipeline] isUnix [Pipeline] sh 11:59:46 + 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 . 11:59:47 Sending build context to Docker daemon 3.171MB 11:59:47 Step 1/8 : ARG BASE=golang:1.15-alpine 11:59:47 Step 2/8 : FROM ${BASE} 11:59:47 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 11:59:47 b538f80385f9: Pulling fs layer 11:59:47 74f711af9a0d: Pulling fs layer 11:59:47 99f96fe45779: Pulling fs layer 11:59:47 8529a6b9a6be: Pulling fs layer 11:59:47 45590311c82a: Pulling fs layer 11:59:47 69ca0ff8b7b3: Pulling fs layer 11:59:47 209524e5b208: Pulling fs layer 11:59:47 45590311c82a: Waiting 11:59:47 69ca0ff8b7b3: Waiting 11:59:47 209524e5b208: Waiting 11:59:47 8529a6b9a6be: Waiting 11:59:47 99f96fe45779: Verifying Checksum 11:59:47 74f711af9a0d: Verifying Checksum 11:59:47 74f711af9a0d: Download complete 11:59:47 69ca0ff8b7b3: Verifying Checksum 11:59:47 69ca0ff8b7b3: Download complete 11:59:48 b538f80385f9: Verifying Checksum 11:59:48 b538f80385f9: Download complete 11:59:48 b538f80385f9: Pull complete 11:59:49 74f711af9a0d: Pull complete 11:59:49 99f96fe45779: Pull complete 11:59:51 209524e5b208: Verifying Checksum 11:59:51 209524e5b208: Download complete 11:59:52 8529a6b9a6be: Verifying Checksum 11:59:52 8529a6b9a6be: Download complete 12:00:02 8529a6b9a6be: Pull complete 12:00:02 45590311c82a: Pull complete 12:00:03 69ca0ff8b7b3: Pull complete 12:00:03 Running on prd-centos7-docker-4c-2g-989 in /w/workspace/dgexfoundry_device-sdk-go_PR-597 [Pipeline] { [Pipeline] ws 12:00:03 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 12:00:06 using credential edgex-jenkins-ssh 12:00:06 Cloning the remote Git repository 12:00:06 Cloning with configured refspecs honoured and without tags 12:00:07 Fetching without tags 12:00:06 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 12:00:06 > git init /w/workspace/device-sdk-go/1 # timeout=10 12:00:06 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 12:00:06 > git --version # timeout=10 12:00:06 > git --version # 'git version 2.16.5' 12:00:06 using GIT_SSH to set credentials SSH Credentials for GitHub 12:00:06 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/597/head:refs/remotes/origin/PR-597 +refs/heads/master:refs/remotes/origin/master # timeout=10 12:00:07 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 12:00:07 > git config --add remote.origin.fetch +refs/pull/597/head:refs/remotes/origin/PR-597 # timeout=10 12:00:07 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 12:00:07 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 12:00:07 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 12:00:07 using GIT_SSH to set credentials SSH Credentials for GitHub 12:00:07 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/597/head:refs/remotes/origin/PR-597 +refs/heads/master:refs/remotes/origin/master # timeout=10 12:00:07 209524e5b208: Pull complete 12:00:07 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 12:00:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 12:00:07 ---> 5bddaf1c2fca 12:00:07 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 12:00:07 Merging remotes/origin/master commit 0cafa7decaaa0dab3b86f836c2c615e8e839d11b into PR head commit 8abd212e869fd2d2ba741e99488e8920e7bfc8fc 12:00:07 Merge succeeded, producing 8abd212e869fd2d2ba741e99488e8920e7bfc8fc 12:00:07 Checking out Revision 8abd212e869fd2d2ba741e99488e8920e7bfc8fc (PR-597) 12:00:07 > git config core.sparsecheckout # timeout=10 12:00:07 > git checkout -f 8abd212e869fd2d2ba741e99488e8920e7bfc8fc # timeout=10 12:00:07 > git remote # timeout=10 12:00:07 > git config --get remote.origin.url # timeout=10 12:00:07 using GIT_SSH to set credentials SSH Credentials for GitHub 12:00:07 > git merge 0cafa7decaaa0dab3b86f836c2c615e8e839d11b # timeout=10 12:00:07 > git rev-parse HEAD^{commit} # timeout=10 12:00:07 > git config core.sparsecheckout # timeout=10 12:00:07 > git checkout -f 8abd212e869fd2d2ba741e99488e8920e7bfc8fc # timeout=10 12:00:10 ---> Running in e502a9aa3b23 12:00:10 Removing intermediate container e502a9aa3b23 12:00:10 ---> 4deb58698781 12:00:10 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:00:10 ---> Running in a5d3816f13e1 12:00:11 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts" 12:00:11 > git --version # timeout=10 12:00:11 > git --version # 'git version 2.16.5' 12:00:11 fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 12:00:12 Removing intermediate container a5d3816f13e1 12:00:12 ---> 159001a579f4 12:00:12 Step 5/8 : RUN apk add --no-cache make git 12:00:12 ========================================================= 12:00:12 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 12:00:12 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:00:13 ---> Running in eb8f18cf1013 12:00:13 + 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 . 12:00:13 Sending build context to Docker daemon 3.171MB 12:00:13 Step 1/8 : ARG BASE=golang:1.15-alpine 12:00:13 Step 2/8 : FROM ${BASE} 12:00:13 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 12:00:13 df20fa9351a1: Pulling fs layer 12:00:13 ed8968b2872e: Pulling fs layer 12:00:13 a92cc7c5fd73: Pulling fs layer 12:00:13 e871e8e8d7a9: Pulling fs layer 12:00:13 e73272ec9a57: Pulling fs layer 12:00:13 1e910a182e73: Pulling fs layer 12:00:13 4e634b169226: Pulling fs layer 12:00:13 e871e8e8d7a9: Waiting 12:00:13 e73272ec9a57: Waiting 12:00:13 1e910a182e73: Waiting 12:00:13 4e634b169226: Waiting 12:00:14 a92cc7c5fd73: Verifying Checksum 12:00:14 a92cc7c5fd73: Download complete 12:00:14 ed8968b2872e: Verifying Checksum 12:00:14 ed8968b2872e: Download complete 12:00:14 e73272ec9a57: Verifying Checksum 12:00:14 e73272ec9a57: Download complete 12:00:14 1e910a182e73: Verifying Checksum 12:00:14 1e910a182e73: Download complete 12:00:14 df20fa9351a1: Verifying Checksum 12:00:14 df20fa9351a1: Download complete 12:00:14 df20fa9351a1: Pull complete 12:00:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:00:14 ed8968b2872e: Pull complete 12:00:14 a92cc7c5fd73: Pull complete 12:00:15 4e634b169226: Verifying Checksum 12:00:15 4e634b169226: Download complete 12:00:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:00:16 e871e8e8d7a9: Verifying Checksum 12:00:16 e871e8e8d7a9: Download complete 12:00:18 OK: 142 MiB in 39 packages 12:00:19 Removing intermediate container eb8f18cf1013 12:00:19 ---> 50749bb442a5 12:00:19 Step 6/8 : WORKDIR /device-sdk-go 12:00:19 ---> Running in 0fc6a0cea3b9 12:00:20 Removing intermediate container 0fc6a0cea3b9 12:00:20 ---> 7b2d2f48c7e8 12:00:20 Step 7/8 : COPY . . 12:00:21 ---> 9fa048536b74 12:00:21 Step 8/8 : RUN go mod download 12:00:21 ---> Running in 418dae72f3a3 12:00:21 e871e8e8d7a9: Pull complete 12:00:21 e73272ec9a57: Pull complete 12:00:21 1e910a182e73: Pull complete 12:00:27 4e634b169226: Pull complete 12:00:27 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 12:00:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 12:00:27 ---> f7629b54cfaa 12:00:27 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 12:00:27 ---> Running in 8d1d9fe805db 12:00:27 Removing intermediate container 8d1d9fe805db 12:00:27 ---> 5509e5e48d85 12:00:27 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:00:27 ---> Running in ce8efddb6ad4 12:00:28 Removing intermediate container ce8efddb6ad4 12:00:28 ---> c843e87de11a 12:00:28 Step 5/8 : RUN apk add --no-cache make git 12:00:28 ---> Running in c1feeb39163b 12:00:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:00:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:00:30 OK: 166 MiB in 39 packages 12:00:31 Removing intermediate container c1feeb39163b 12:00:31 ---> b5beb356888f 12:00:31 Step 6/8 : WORKDIR /device-sdk-go 12:00:31 ---> Running in 86ef89206bb3 12:00:31 Removing intermediate container 86ef89206bb3 12:00:31 ---> 6dde63b1a84a 12:00:31 Step 7/8 : COPY . . 12:00:32 ---> 881abf4a1d96 12:00:32 Step 8/8 : RUN go mod download 12:00:32 ---> Running in daae1ff8e6a0 12:00:43 Removing intermediate container 418dae72f3a3 12:00:43 ---> ccfdaca5991a 12:00:43 Successfully built ccfdaca5991a 12:00:43 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 12:00:44 + docker inspect -f . ci-base-image-arm64 12:00:44 . [Pipeline] withDockerContainer 12:00:44 prd-ubuntu18.04-docker-arm64-4c-16g-988 does not seem to be running inside a container 12:00:44 $ 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 ******** ci-base-image-arm64 cat 12:00:46 $ docker top b1f13684e2864c3e78139c1d841d87c9abfee7db420578706206c32b97759fba -eo pid,comm [Pipeline] { [Pipeline] sh 12:00:47 + go version 12:00:47 go version go1.15.2 linux/arm64 [Pipeline] } 12:00:48 $ docker stop --time=1 b1f13684e2864c3e78139c1d841d87c9abfee7db420578706206c32b97759fba 12:00:49 $ docker rm -f b1f13684e2864c3e78139c1d841d87c9abfee7db420578706206c32b97759fba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 12:00:50 Removing intermediate container daae1ff8e6a0 12:00:50 ---> a87b35980639 12:00:50 Successfully built a87b35980639 12:00:50 Successfully tagged ci-base-image-x86_64:latest [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:00:51 + docker inspect -f . ci-base-image-x86_64 12:00:51 . [Pipeline] withDockerContainer 12:00:51 prd-centos7-docker-4c-2g-989 does not seem to be running inside a container 12:00:51 + docker inspect -f . ci-base-image-arm64 12:00:51 . 12:00:51 $ 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 ******** ci-base-image-x86_64 cat 12:00:52 $ docker top aeabaaf57e0be54efbed419f6ff4bccdfca1973fcea159b3c17b8e6b0497d844 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer 12:00:52 prd-ubuntu18.04-docker-arm64-4c-16g-988 does not seem to be running inside a container 12:00:52 $ 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 ******** ci-base-image-arm64 cat 12:00:54 $ docker top eed0978a0528afbe589ab95cb5ec12db72d19450527be20136bd34d1d907e818 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 12:00:55 + go version 12:00:55 go version go1.15.2 linux/amd64 [Pipeline] } 12:00:55 $ docker stop --time=1 aeabaaf57e0be54efbed419f6ff4bccdfca1973fcea159b3c17b8e6b0497d844 12:00:56 + make test 12:00:56 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 12:00:57 $ docker rm -f aeabaaf57e0be54efbed419f6ff4bccdfca1973fcea159b3c17b8e6b0497d844 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:00:58 + docker inspect -f . ci-base-image-x86_64 12:00:58 . [Pipeline] withDockerContainer 12:00:58 prd-centos7-docker-4c-2g-989 does not seem to be running inside a container 12:00:58 $ 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 ******** ci-base-image-x86_64 cat 12:00:59 $ docker top 2fd9e8eab14ef7eb65494408f89e8b021dcc8e2b8d69b99af32b4b72bb4d2c61 -eo pid,comm [Pipeline] { [Pipeline] sh 12:01:00 + make test 12:01:00 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 12:01:06 ? github.com/edgexfoundry/device-sdk-go [no test files] 12:01:16 # github.com/edgexfoundry/device-sdk-go/internal/transformer 12:01:16 internal/transformer/transformresult.go:604:57: cannot use "github.com/edgexfoundry/go-mod-core-contracts/models".Disabled (type string) as type operating.UpdateRequest in argument to common.DeviceClient.UpdateOpStateByName 12:01:17 FAIL github.com/edgexfoundry/device-sdk-go/internal/autoevent [build failed] 12:01:17 # github.com/edgexfoundry/device-sdk-go/internal/transformer [github.com/edgexfoundry/device-sdk-go/internal/transformer.test] 12:01:17 internal/transformer/transformresult.go:604: cannot use "github.com/edgexfoundry/go-mod-core-contracts/models".Disabled (type string) as type operating.UpdateRequest in argument to common.DeviceClient.UpdateOpStateByName 12:01:18 # github.com/edgexfoundry/device-sdk-go/internal/cache [github.com/edgexfoundry/device-sdk-go/internal/cache.test] 12:01:18 internal/cache/devices_test.go:25:22: cannot use &mock.DeviceClientMock literal (type *mock.DeviceClientMock) as type metadata.DeviceClient in assignment: 12:01:18 *mock.DeviceClientMock does not implement metadata.DeviceClient (wrong type for UpdateAdminState method) 12:01:18 have UpdateAdminState(context.Context, string, string) error 12:01:18 want UpdateAdminState(context.Context, string, admin.UpdateRequest) error 12:01:18 internal/cache/init_test.go:23:22: cannot use &mock.DeviceClientMock literal (type *mock.DeviceClientMock) as type metadata.DeviceClient in assignment: 12:01:18 *mock.DeviceClientMock does not implement metadata.DeviceClient (wrong type for UpdateAdminState method) 12:01:18 have UpdateAdminState(context.Context, string, string) error 12:01:18 want UpdateAdminState(context.Context, string, admin.UpdateRequest) error 12:01:18 FAIL github.com/edgexfoundry/device-sdk-go/internal/cache [build failed] 12:01:18 ? github.com/edgexfoundry/device-sdk-go [no test files] 12:01:50 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.034s coverage: 8.6% of statements 12:01:50 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.028s coverage: 21.7% of statements 12:01:50 FAIL github.com/edgexfoundry/device-sdk-go/internal/controller [build failed] 12:01:50 FAIL github.com/edgexfoundry/device-sdk-go/internal/handler [build failed] 12:01:50 FAIL github.com/edgexfoundry/device-sdk-go/internal/transformer [build failed] 12:01:50 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.241s coverage: 68.9% of statements 12:01:50 make: *** [Makefile:32: test] Error 2 [Pipeline] } 12:01:50 $ docker stop --time=1 2fd9e8eab14ef7eb65494408f89e8b021dcc8e2b8d69b99af32b4b72bb4d2c61 12:01:50 # github.com/edgexfoundry/device-sdk-go/internal/transformer 12:01:50 internal/transformer/transformresult.go:604:57: cannot use "github.com/edgexfoundry/go-mod-core-contracts/models".Disabled (type string) as type operating.UpdateRequest in argument to common.DeviceClient.UpdateOpStateByName 12:01:50 # github.com/edgexfoundry/device-sdk-go/internal/cache [github.com/edgexfoundry/device-sdk-go/internal/cache.test] 12:01:50 internal/cache/devices_test.go:25:22: cannot use &mock.DeviceClientMock literal (type *mock.DeviceClientMock) as type metadata.DeviceClient in assignment: 12:01:50 *mock.DeviceClientMock does not implement metadata.DeviceClient (wrong type for UpdateAdminState method) 12:01:50 have UpdateAdminState(context.Context, string, string) error 12:01:50 want UpdateAdminState(context.Context, string, admin.UpdateRequest) error 12:01:50 internal/cache/init_test.go:23:22: cannot use &mock.DeviceClientMock literal (type *mock.DeviceClientMock) as type metadata.DeviceClient in assignment: 12:01:50 *mock.DeviceClientMock does not implement metadata.DeviceClient (wrong type for UpdateAdminState method) 12:01:50 have UpdateAdminState(context.Context, string, string) error 12:01:50 want UpdateAdminState(context.Context, string, admin.UpdateRequest) error 12:01:51 FAIL github.com/edgexfoundry/device-sdk-go/internal/autoevent [build failed] 12:01:51 FAIL github.com/edgexfoundry/device-sdk-go/internal/cache [build failed] 12:01:51 $ docker rm -f 2fd9e8eab14ef7eb65494408f89e8b021dcc8e2b8d69b99af32b4b72bb4d2c61 [Pipeline] // withDockerContainer [Pipeline] } 12:01:52 # github.com/edgexfoundry/device-sdk-go/internal/transformer [github.com/edgexfoundry/device-sdk-go/internal/transformer.test] 12:01:52 internal/transformer/transformresult.go:604: cannot use "github.com/edgexfoundry/go-mod-core-contracts/models".Disabled (type string) as type operating.UpdateRequest in argument to common.DeviceClient.UpdateOpStateByName [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] } 12:01:54 Failed in branch amd64 12:02:24 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.056s coverage: 8.6% of statements 12:02:24 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.048s coverage: 21.7% of statements 12:02:24 FAIL github.com/edgexfoundry/device-sdk-go/internal/controller [build failed] 12:02:24 FAIL github.com/edgexfoundry/device-sdk-go/internal/handler [build failed] 12:02:24 FAIL github.com/edgexfoundry/device-sdk-go/internal/transformer [build failed] 12:02:24 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.628s coverage: 68.9% of statements 12:02:24 make: *** [Makefile:32: test] Error 2 [Pipeline] } 12:02:24 $ docker stop --time=1 eed0978a0528afbe589ab95cb5ec12db72d19450527be20136bd34d1d907e818 12:02:26 $ docker rm -f eed0978a0528afbe589ab95cb5ec12db72d19450527be20136bd34d1d907e818 [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] } 12:02:29 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 12:02:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 12:02:35 ---> package-listing.sh 12:02:35 ++ facter osfamily 12:02:35 ++ tr '[:upper:]' '[:lower:]' 12:02:35 + OS_FAMILY=redhat 12:02:35 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-597 12:02:35 + START_PACKAGES=/tmp/packages_start.txt 12:02:35 + END_PACKAGES=/tmp/packages_end.txt 12:02:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:02:35 + PACKAGES=/tmp/packages_start.txt 12:02:35 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-597 ']' 12:02:35 + PACKAGES=/tmp/packages_end.txt 12:02:35 + case "${OS_FAMILY}" in 12:02:35 + rpm -qa 12:02:35 + sort 12:02:39 + '[' -f /tmp/packages_start.txt ']' 12:02:39 + '[' -f /tmp/packages_end.txt ']' 12:02:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:02:39 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-597 ']' 12:02:39 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-597/archives/ 12:02:39 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-597/archives/ [Pipeline] isUnix [Pipeline] sh 12:02:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:02:40 12:02:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 12:02:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:02:40 alpine: Pulling from edgex-lftools-log-publisher 12:02:40 df20fa9351a1: Pulling fs layer 12:02:40 36b3adc4ff6f: Pulling fs layer 12:02:40 8ad3a11d3b57: Pulling fs layer 12:02:40 46f8f816bc3b: Pulling fs layer 12:02:40 0dadc02b9964: Pulling fs layer 12:02:40 ce6a7cf60c04: Pulling fs layer 12:02:40 7a184a31f384: Pulling fs layer 12:02:40 0879bd2ef858: Pulling fs layer 12:02:40 0dadc02b9964: Waiting 12:02:40 ce6a7cf60c04: Waiting 12:02:40 7a184a31f384: Waiting 12:02:40 0879bd2ef858: Waiting 12:02:40 46f8f816bc3b: Waiting 12:02:40 36b3adc4ff6f: Verifying Checksum 12:02:40 36b3adc4ff6f: Download complete 12:02:40 46f8f816bc3b: Verifying Checksum 12:02:40 46f8f816bc3b: Download complete 12:02:41 df20fa9351a1: Verifying Checksum 12:02:41 ce6a7cf60c04: Verifying Checksum 12:02:41 ce6a7cf60c04: Download complete 12:02:41 7a184a31f384: Verifying Checksum 12:02:41 7a184a31f384: Download complete 12:02:41 0dadc02b9964: Verifying Checksum 12:02:41 0dadc02b9964: Download complete 12:02:41 8ad3a11d3b57: Verifying Checksum 12:02:41 8ad3a11d3b57: Download complete 12:02:41 df20fa9351a1: Pull complete 12:02:41 0879bd2ef858: Verifying Checksum 12:02:41 0879bd2ef858: Download complete 12:02:41 36b3adc4ff6f: Pull complete 12:02:42 8ad3a11d3b57: Pull complete 12:02:42 46f8f816bc3b: Pull complete 12:02:42 0dadc02b9964: Pull complete 12:02:42 ce6a7cf60c04: Pull complete 12:02:43 7a184a31f384: Pull complete 12:02:45 0879bd2ef858: Pull complete 12:02:45 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 12:02:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:02:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 12:02:45 prd-centos7-docker-4c-2g-987 does not seem to be running inside a container 12:02:46 $ 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-597 -v /w/workspace/dgexfoundry_device-sdk-go_PR-597:/w/workspace/dgexfoundry_device-sdk-go_PR-597:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-597@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-597@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 12:02:52 $ docker top bbe583e6d709f469c3b7cc24439d2c46d9d7e302019c694e39e5eddd2eae179e -eo pid,comm [Pipeline] { [Pipeline] sh 12:02:52 + mkdir -p /var/log/sa [Pipeline] sh 12:02:53 + ls /var/log/sa-host 12:02:53 + sadf -c /var/log/sa-host/sa05 12:02:53 file_magic: OK 12:02:53 HZ: Using current value: 100 12:02:53 file_header: OK 12:02:53 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 12:02:53 Statistics: 12:02:53 Hnuu...uuuununununu...Hnuu...uuuununununu... 12:02:53 File successfully converted to sysstat format version 12.2.1 12:02:53 + sadf -c /var/log/sa-host/sa23 12:02:53 file_magic: OK 12:02:53 HZ: Using current value: 100 12:02:53 file_header: OK 12:02:53 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 12:02:53 Statistics: 12:02:53 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 12:02:53 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:02:53 provisioning config files... 12:02:53 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-597@tmp/config1231732332017138239tmp [Pipeline] { [Pipeline] echo 12:02:53 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 12:02:53 ---> create-netrc.sh [Pipeline] echo 12:02:53 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 12:02:54 ---> logs-deploy.sh 12:02:54 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-597/1 12:02:54 INFO: archiving workspace using pattern(s): 12:02:55 Archives upload complete. 12:02:55 INFO: archiving logs to Nexus 12:02:56 ---> uname -a: 12:02:56 Linux bbe583e6d709 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 12:02:56 12:02:56 12:02:56 ---> lscpu: 12:02:56 Architecture: x86_64 12:02:56 CPU op-mode(s): 32-bit, 64-bit 12:02:56 Byte Order: Little Endian 12:02:56 Address sizes: 40 bits physical, 48 bits virtual 12:02:56 CPU(s): 4 12:02:56 On-line CPU(s) list: 0-3 12:02:56 Thread(s) per core: 1 12:02:56 Core(s) per socket: 1 12:02:56 Socket(s): 4 12:02:56 NUMA node(s): 1 12:02:56 Vendor ID: GenuineIntel 12:02:56 CPU family: 6 12:02:56 Model: 44 12:02:56 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 12:02:56 Stepping: 1 12:02:56 CPU MHz: 2933.438 12:02:56 BogoMIPS: 5866.87 12:02:56 Virtualization: VT-x 12:02:56 Hypervisor vendor: KVM 12:02:56 Virtualization type: full 12:02:56 L1d cache: 128 KiB 12:02:56 L1i cache: 128 KiB 12:02:56 L2 cache: 16 MiB 12:02:56 L3 cache: 64 MiB 12:02:56 NUMA node0 CPU(s): 0-3 12:02:56 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 12:02:56 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 12:02:56 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 12:02:56 Vulnerability Meltdown: Mitigation; PTI 12:02:56 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 12:02:56 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 12:02:56 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 12:02:56 Vulnerability Tsx async abort: Not affected 12:02:56 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 12:02:56 12:02:56 12:02:56 ---> nproc: 12:02:56 4 12:02:56 12:02:56 12:02:56 ---> df -h: 12:02:56 Filesystem Size Used Available Use% Mounted on 12:02:56 overlay 50.0G 7.0G 43.0G 14% / 12:02:56 tmpfs 64.0M 0 64.0M 0% /dev 12:02:56 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 12:02:56 shm 64.0M 0 64.0M 0% /dev/shm 12:02:56 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/resolv.conf 12:02:56 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hostname 12:02:56 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hosts 12:02:56 /dev/vda1 50.0G 7.0G 43.0G 14% /var/log/sa-host 12:02:56 /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-597 12:02:56 /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-597@tmp 12:02:56 12:02:56 12:02:56 ---> free -m: 12:02:56 total used free shared buff/cache available 12:02:56 Mem: 1837 663 132 0 1041 1065 12:02:56 Swap: 1023 0 1023 12:02:56 12:02:56 12:02:56 ---> ip addr: 12:02:56 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 12:02:56 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 12:02:56 inet 127.0.0.1/8 scope host lo 12:02:56 valid_lft forever preferred_lft forever 12:02:56 6: eth0@if7: mtu 1458 qdisc noqueue state UP 12:02:56 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 12:02:56 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 12:02:56 valid_lft forever preferred_lft forever 12:02:56 12:02:56 12:02:56 ---> sar -b -r -n DEV: 12:02:56 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/23/20 _x86_64_ (4 CPU) 12:02:56 12:02:56 11:55:55 LINUX RESTART (4 CPU) 12:02:56 12:02:56 11:57:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 12:02:56 11:58:01 14.48 4.33 10.15 0.00 999.63 502.43 0.00 12:02:56 11:59:01 0.33 0.00 0.33 0.00 0.00 4.91 0.00 12:02:56 12:00:01 0.27 0.00 0.27 0.00 0.00 3.50 0.00 12:02:56 12:01:01 0.25 0.02 0.23 0.00 0.13 2.83 0.00 12:02:56 12:02:01 0.52 0.12 0.40 0.00 2.13 7.56 0.00 12:02:56 Average: 3.17 0.89 2.28 0.00 200.41 104.26 0.00 12:02:56 12:02:56 11:57:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 12:02:56 11:58:01 162844 0 583072 30.99 2620 1133020 1092324 37.28 441864 1117260 20 12:02:56 11:59:01 167680 0 578228 30.73 2620 1133028 1064948 36.34 441408 1114104 8 12:02:56 12:00:01 166844 0 579060 30.78 2620 1133032 1065216 36.35 442320 1114100 8 12:02:56 12:01:01 162484 0 583420 31.01 2620 1133032 1067616 36.44 450596 1109436 8 12:02:56 12:02:01 163756 0 582004 30.93 2620 1133176 1065592 36.37 452348 1106924 8 12:02:56 Average: 164722 0 581157 30.89 2620 1133058 1071139 36.56 445707 1112365 10 12:02:56 12:02:56 11:57:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 12:02:56 11:58:01 eth0 43.37 34.13 46.89 39.59 0.00 0.00 0.00 0.00 12:02:56 11:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:02:56 11:58:01 docker0 7.37 4.66 1.05 18.37 0.00 0.00 0.00 0.00 12:02:56 11:59:01 eth0 0.80 0.08 0.07 0.01 0.00 0.00 0.00 0.00 12:02:56 11:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:02:56 11:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:02:56 12:00:01 eth0 0.93 0.47 0.32 0.21 0.00 0.00 0.00 0.00 12:02:56 12:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:02:56 12:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:02:56 12:01:01 eth0 0.40 0.38 0.26 0.21 0.00 0.00 0.00 0.00 12:02:56 12:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:02:56 12:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:02:56 12:02:01 eth0 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 12:02:56 12:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:02:56 12:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:02:56 Average: eth0 9.14 7.05 9.53 8.02 0.00 0.00 0.00 0.00 12:02:56 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:02:56 Average: docker0 1.48 0.93 0.21 3.67 0.00 0.00 0.00 0.00 12:02:56 12:02:56 12:02:56 ---> sar -P ALL: 12:02:56 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/23/20 _x86_64_ (4 CPU) 12:02:56 12:02:56 11:55:55 LINUX RESTART (4 CPU) 12:02:56 12:02:56 11:57:01 CPU %user %nice %system %iowait %steal %idle 12:02:56 11:58:01 all 1.75 0.00 0.93 0.18 0.01 97.14 12:02:56 11:58:01 0 1.59 0.00 0.99 0.32 0.00 97.11 12:02:56 11:58:01 1 1.65 0.00 1.07 0.02 0.02 97.24 12:02:56 11:58:01 2 1.52 0.00 0.80 0.30 0.02 97.36 12:02:56 11:58:01 3 2.24 0.00 0.85 0.07 0.02 96.83 12:02:56 11:59:01 all 0.17 0.00 0.05 0.00 0.00 99.78 12:02:56 11:59:01 0 0.05 0.00 0.05 0.00 0.00 99.90 12:02:56 11:59:01 1 0.55 0.00 0.07 0.00 0.00 99.38 12:02:56 11:59:01 2 0.05 0.00 0.05 0.00 0.00 99.90 12:02:56 11:59:01 3 0.03 0.00 0.02 0.00 0.00 99.95 12:02:56 12:00:01 all 0.09 0.00 0.04 0.00 0.00 99.87 12:02:56 12:00:01 0 0.05 0.00 0.02 0.00 0.00 99.93 12:02:56 12:00:01 1 0.17 0.00 0.03 0.00 0.00 99.80 12:02:56 12:00:01 2 0.07 0.00 0.07 0.00 0.00 99.87 12:02:56 12:00:01 3 0.07 0.00 0.03 0.00 0.00 99.90 12:02:56 12:01:01 all 0.16 0.00 0.05 0.00 0.00 99.79 12:02:56 12:01:01 0 0.05 0.00 0.07 0.00 0.00 99.88 12:02:56 12:01:01 1 0.20 0.00 0.03 0.00 0.00 99.77 12:02:56 12:01:01 2 0.37 0.00 0.05 0.00 0.00 99.58 12:02:56 12:01:01 3 0.03 0.00 0.03 0.00 0.00 99.93 12:02:56 12:02:01 all 0.17 0.00 0.09 0.00 0.00 99.74 12:02:56 12:02:01 0 0.03 0.00 0.23 0.00 0.00 99.73 12:02:56 12:02:01 1 0.03 0.00 0.05 0.00 0.00 99.92 12:02:56 12:02:01 2 0.55 0.00 0.03 0.00 0.00 99.42 12:02:56 12:02:01 3 0.05 0.00 0.05 0.00 0.00 99.90 12:02:56 Average: all 0.47 0.00 0.23 0.04 0.00 99.27 12:02:56 Average: 0 0.35 0.00 0.27 0.06 0.00 99.31 12:02:56 Average: 1 0.52 0.00 0.25 0.00 0.00 99.22 12:02:56 Average: 2 0.51 0.00 0.20 0.06 0.00 99.23 12:02:56 Average: 3 0.48 0.00 0.20 0.01 0.00 99.30 12:02:56 12:02:56 12:02:56