cloudxxx8 commented: recheck Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Jenkins-Imposed API Limiter: Current quota for Github API usage has 4062 remaining (239 under budget). Next quota of 5000 in 57 min Jenkins-Imposed API Limiter: Current quota for Github API usage has 4057 remaining (234 under budget). Next quota of 5000 in 57 min Jenkins-Imposed API Limiter: Current quota for Github API usage has 4047 remaining (224 under budget). Next quota of 5000 in 57 min Connecting to https://api.github.com to check permissions of obtain list of cloudxxx8 for edgexfoundry/go-mod-core-contracts Obtained Jenkinsfile from 7eb258a754964cc3a56c346dcaa6fd832d2f4e82+9ed7be16d849faef73e281002eeec433bb10e1df (a8b491ef4df8a47aef536542dfb5890a7cee6961) 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > 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:go-mod-core-contracts, goVersion:1.13, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [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: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-43211 in /w/workspace/dry_go-mod-core-contracts_PR-288 [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/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_PR-288 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.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/go-mod-core-contracts.git +refs/pull/288/head:refs/remotes/origin/PR-288 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 9ed7be16d849faef73e281002eeec433bb10e1df into PR head commit 7eb258a754964cc3a56c346dcaa6fd832d2f4e82 Merge succeeded, producing 7eb258a754964cc3a56c346dcaa6fd832d2f4e82 Checking out Revision 7eb258a754964cc3a56c346dcaa6fd832d2f4e82 (PR-288) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/288/head:refs/remotes/origin/PR-288 # 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/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/288/head:refs/remotes/origin/PR-288 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7eb258a754964cc3a56c346dcaa6fd832d2f4e82 # 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 9ed7be16d849faef73e281002eeec433bb10e1df # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7eb258a754964cc3a56c346dcaa6fd832d2f4e82 # timeout=10 Commit message: "Event ID has to be UUID and pre-populated" > git rev-list --no-walk 7eb258a754964cc3a56c346dcaa6fd832d2f4e82 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:06:08 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:06:08 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:06:08 ========================================================= 03:06:08 EdgeX Global Pipelines Version Info 03:06:08 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:06:10 ------------------- 03:06:10 stable info: 03:06:10 ------------------- 03:06:10 Commited By: Emilio Reyes emilio.reyes@intel.com 03:06:10 Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 03:06:10 Message: update stable to v1.0.119 03:06:11 ------------------- 03:06:11 experimental info: 03:06:11 ------------------- 03:06:11 Commited By: **** collab-it+edgex@linuxfoundation.org 03:06:11 Commit SHA: 26a2d0761a2efda4215483e42b68dbac15e3db92 03:06:11 Message: update experimental to v1.0.121 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 03:06:11 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 03:06:11 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 03:06:12 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:06:12 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:06:12 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:06:12 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo 03:06:12 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:06:12 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo 03:06:12 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 03:06:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:06:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:06:12 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 03:06:13 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:06:13 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:06:13 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 03:06:13 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 03:06:13 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 03:06:13 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 03:06:13 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 03:06:13 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:06:13 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 03:06:14 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 03:06:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-288 [Pipeline] echo 03:06:14 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-288 [Pipeline] echo 03:06:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-288 [Pipeline] echo 03:06:14 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7eb258a754964cc3a56c346dcaa6fd832d2f4e82 [Pipeline] echo 03:06:14 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7eb258a [Pipeline] echo 03:06:14 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:06:15 + git log --format=format:%s -1 7eb258a754964cc3a56c346dcaa6fd832d2f4e82 [Pipeline] echo 03:06:15 GIT_COMMIT: 7eb258a754964cc3a56c346dcaa6fd832d2f4e82, Commit Message: Event ID has to be UUID and pre-populated [Pipeline] echo 03:06:15 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 03:06:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:06:16 03:06:16 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:06:16 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:06:16 latest: Pulling from edgex-devops/git-semver 03:06:16 31603596830f: Pulling fs layer 03:06:16 2a8b12db71e7: Pulling fs layer 03:06:16 6ca5941a6612: Pulling fs layer 03:06:16 ecc8261a40a4: Pulling fs layer 03:06:16 ecc8261a40a4: Waiting 03:06:16 2a8b12db71e7: Verifying Checksum 03:06:16 2a8b12db71e7: Download complete 03:06:17 31603596830f: Verifying Checksum 03:06:17 31603596830f: Download complete 03:06:17 ecc8261a40a4: Verifying Checksum 03:06:17 ecc8261a40a4: Download complete 03:06:17 6ca5941a6612: Verifying Checksum 03:06:17 6ca5941a6612: Download complete 03:06:17 31603596830f: Pull complete 03:06:17 2a8b12db71e7: Pull complete 03:06:18 6ca5941a6612: Pull complete 03:06:18 ecc8261a40a4: Pull complete 03:06:18 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:06:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:06:18 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:06:18 prd-centos7-docker-4c-2g-43211 does not seem to be running inside a container 03:06:18 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-288 -v /w/workspace/dry_go-mod-core-contracts_PR-288:/w/workspace/dry_go-mod-core-contracts_PR-288:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-288@tmp:/w/workspace/dry_go-mod-core-contracts_PR-288@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:06:21 $ docker top ce1c2984cc9bceed64066028d39007eb2fd87af9643073bf85a085d14f651c83 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:06:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:06:21 [ssh-agent] Looking for ssh-agent implementation... 03:06:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:06:21 $ docker exec ce1c2984cc9bceed64066028d39007eb2fd87af9643073bf85a085d14f651c83 ssh-agent 03:06:21 SSH_AUTH_SOCK=/tmp/ssh-xE1jmEaxKvER/agent.11 03:06:21 SSH_AGENT_PID=16 03:06:21 Running ssh-add (command line suppressed) 03:06:21 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-288@tmp/private_key_3074081729182755626.key (/w/workspace/dry_go-mod-core-contracts_PR-288@tmp/private_key_3074081729182755626.key) 03:06:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:06:22 + git describe --exact-match --tags HEAD 03:06:22 fatal: No names found, cannot describe anything. [Pipeline] } 03:06:22 $ docker exec --env ******** --env ******** ce1c2984cc9bceed64066028d39007eb2fd87af9643073bf85a085d14f651c83 ssh-agent -k 03:06:22 unset SSH_AUTH_SOCK; 03:06:22 unset SSH_AGENT_PID; 03:06:22 echo Agent pid 16 killed; 03:06:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 03:06:22 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 03:06:22 This usually means this commit has not been tagged. [Pipeline] sshagent 03:06:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:06:22 [ssh-agent] Looking for ssh-agent implementation... 03:06:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:06:22 $ docker exec ce1c2984cc9bceed64066028d39007eb2fd87af9643073bf85a085d14f651c83 ssh-agent 03:06:23 SSH_AUTH_SOCK=/tmp/ssh-mCbTBOD49CCa/agent.45 03:06:23 SSH_AGENT_PID=50 03:06:23 Running ssh-add (command line suppressed) 03:06:23 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-288@tmp/private_key_6447359272458410491.key (/w/workspace/dry_go-mod-core-contracts_PR-288@tmp/private_key_6447359272458410491.key) 03:06:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:06:23 + git semver init 03:06:23 # -> Open(): unable to determine branch for HEAD 03:06:23 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-288/.git 03:06:23 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-288 03:06:23 # $SEMVER_REMOTE_NAME = origin 03:06:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:06:23 # $SEMVER_USER_NAME = edgex-jenkins 03:06:23 # $SEMVER_BRANCH = PR-288 03:06:23 # $SEMVER_TEMP = /tmp/semver-047273546 03:06:23 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 03:06:24 # '/tmp/semver-047273546' -> '/w/workspace/dry_go-mod-core-contracts_PR-288/.semver' 03:06:24 # -> Force: false 03:06:24 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-288/.semver [Pipeline] } 03:06:24 $ docker exec --env ******** --env ******** ce1c2984cc9bceed64066028d39007eb2fd87af9643073bf85a085d14f651c83 ssh-agent -k 03:06:24 unset SSH_AUTH_SOCK; 03:06:24 unset SSH_AGENT_PID; 03:06:24 echo Agent pid 50 killed; 03:06:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:06:24 + git semver [Pipeline] } 03:06:24 $ docker stop --time=1 ce1c2984cc9bceed64066028d39007eb2fd87af9643073bf85a085d14f651c83 03:06:26 $ docker rm -f ce1c2984cc9bceed64066028d39007eb2fd87af9643073bf85a085d14f651c83 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 03:06:27 Stashed 94 file(s) [Pipeline] echo 03:06:27 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 03:06:27 Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 03:06:43 Still waiting to schedule task 03:06:43 Waiting for next available executor on ‘centos7-docker-4c-2g’ 03:06:43 Still waiting to schedule task 03:06:43 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 03:08:31 Running on prd-ubuntu18.04-docker-arm64-4c-16g-43213 in /w/workspace/dry_go-mod-core-contracts_PR-288 [Pipeline] { [Pipeline] ws 03:08:31 Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout 03:08:36 using credential edgex-jenkins-ssh 03:08:36 Cloning the remote Git repository 03:08:36 Cloning with configured refspecs honoured and without tags 03:08:36 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 03:08:36 > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 03:08:37 Fetching without tags 03:08:36 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 03:08:36 > git --version # timeout=10 03:08:36 > git --version # 'git version 2.17.1' 03:08:36 using GIT_SSH to set credentials SSH Credentials for GitHub 03:08:36 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/288/head:refs/remotes/origin/PR-288 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:08:37 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 03:08:37 > git config --add remote.origin.fetch +refs/pull/288/head:refs/remotes/origin/PR-288 # timeout=10 03:08:37 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 03:08:37 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 03:08:37 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 03:08:37 using GIT_SSH to set credentials SSH Credentials for GitHub 03:08:37 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/288/head:refs/remotes/origin/PR-288 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:08:38 Merging remotes/origin/master commit 9ed7be16d849faef73e281002eeec433bb10e1df into PR head commit 7eb258a754964cc3a56c346dcaa6fd832d2f4e82 03:08:38 Merge succeeded, producing 7eb258a754964cc3a56c346dcaa6fd832d2f4e82 03:08:38 Checking out Revision 7eb258a754964cc3a56c346dcaa6fd832d2f4e82 (PR-288) 03:08:38 > git config core.sparsecheckout # timeout=10 03:08:38 > git checkout -f 7eb258a754964cc3a56c346dcaa6fd832d2f4e82 # timeout=10 03:08:38 > git remote # timeout=10 03:08:38 > git config --get remote.origin.url # timeout=10 03:08:38 using GIT_SSH to set credentials SSH Credentials for GitHub 03:08:38 > git merge 9ed7be16d849faef73e281002eeec433bb10e1df # timeout=10 03:08:38 > git rev-parse HEAD^{commit} # timeout=10 03:08:38 > git config core.sparsecheckout # timeout=10 03:08:38 > git checkout -f 7eb258a754964cc3a56c346dcaa6fd832d2f4e82 # timeout=10 03:08:42 Commit message: "Event ID has to be UUID and pre-populated" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 03:08:44 ========================================================= 03:08:44 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 03:08:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:08:45 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 03:08:46 Sending build context to Docker daemon 2.231MB 03:08:46 Step 1/7 : ARG BASE=golang:1.13-alpine 03:08:46 Step 2/7 : FROM ${BASE} 03:08:46 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:08:46 b538f80385f9: Pulling fs layer 03:08:46 74f711af9a0d: Pulling fs layer 03:08:46 99f96fe45779: Pulling fs layer 03:08:46 fd7a069fd194: Pulling fs layer 03:08:46 66aa3694b03b: Pulling fs layer 03:08:46 170f70906a0f: Pulling fs layer 03:08:46 ad7c5574e4b9: Pulling fs layer 03:08:46 e772456be8f7: Pulling fs layer 03:08:46 c890913d741a: Pulling fs layer 03:08:46 2480fcc9aa5a: Pulling fs layer 03:08:46 09adf4765672: Pulling fs layer 03:08:46 fd7a069fd194: Waiting 03:08:46 66aa3694b03b: Waiting 03:08:46 170f70906a0f: Waiting 03:08:46 ad7c5574e4b9: Waiting 03:08:46 e772456be8f7: Waiting 03:08:46 c890913d741a: Waiting 03:08:46 2480fcc9aa5a: Waiting 03:08:46 09adf4765672: Waiting 03:08:46 99f96fe45779: Verifying Checksum 03:08:46 99f96fe45779: Download complete 03:08:46 74f711af9a0d: Download complete 03:08:46 66aa3694b03b: Download complete 03:08:46 170f70906a0f: Verifying Checksum 03:08:46 170f70906a0f: Download complete 03:08:46 b538f80385f9: Verifying Checksum 03:08:46 b538f80385f9: Download complete 03:08:47 b538f80385f9: Pull complete 03:08:47 74f711af9a0d: Pull complete 03:08:48 99f96fe45779: Pull complete 03:08:50 ad7c5574e4b9: Verifying Checksum 03:08:50 ad7c5574e4b9: Download complete 03:08:50 c890913d741a: Download complete 03:08:52 2480fcc9aa5a: Verifying Checksum 03:08:52 2480fcc9aa5a: Download complete 03:08:52 09adf4765672: Verifying Checksum 03:08:52 09adf4765672: Download complete 03:08:52 e772456be8f7: Verifying Checksum 03:08:52 e772456be8f7: Download complete 03:08:53 fd7a069fd194: Verifying Checksum 03:08:53 fd7a069fd194: Download complete 03:09:05 fd7a069fd194: Pull complete 03:09:06 66aa3694b03b: Pull complete 03:09:06 170f70906a0f: Pull complete 03:09:09 ad7c5574e4b9: Pull complete 03:09:15 e772456be8f7: Pull complete 03:09:15 c890913d741a: Pull complete 03:09:17 2480fcc9aa5a: Pull complete 03:09:17 09adf4765672: Pull complete 03:09:18 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 03:09:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 03:09:18 ---> 2248a725d1cf 03:09:18 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 03:09:22 ---> Running in 88a875b7550f 03:09:22 Removing intermediate container 88a875b7550f 03:09:22 ---> 99f3771ad5c9 03:09:22 Step 4/7 : RUN apk add bash 03:09:22 ---> Running in bc874629ca0b 03:09:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:09:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:09:26 Running on prd-centos7-docker-4c-2g-43214 in /w/workspace/dry_go-mod-core-contracts_PR-288 [Pipeline] { [Pipeline] ws 03:09:27 Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout 03:09:27 OK: 142 MiB in 39 packages 03:09:28 Removing intermediate container bc874629ca0b 03:09:28 ---> 3249f7db1195 03:09:28 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 03:09:28 ---> Running in 541da63732fb 03:09:29 Removing intermediate container 541da63732fb 03:09:29 ---> 297903595838 03:09:29 Step 6/7 : COPY go.mod . 03:09:29 using credential edgex-jenkins-ssh 03:09:29 Cloning the remote Git repository 03:09:29 Cloning with configured refspecs honoured and without tags 03:09:29 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 03:09:30 ---> 2eb94741320f 03:09:30 Step 7/7 : RUN go mod download 03:09:30 ---> Running in 766ed2a6989c 03:09:30 Fetching without tags 03:09:29 > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 03:09:29 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 03:09:29 > git --version # timeout=10 03:09:29 > git --version # 'git version 2.16.5' 03:09:29 using GIT_SSH to set credentials SSH Credentials for GitHub 03:09:29 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/288/head:refs/remotes/origin/PR-288 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:09:30 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 03:09:30 > git config --add remote.origin.fetch +refs/pull/288/head:refs/remotes/origin/PR-288 # timeout=10 03:09:30 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 03:09:30 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 03:09:30 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 03:09:30 using GIT_SSH to set credentials SSH Credentials for GitHub 03:09:30 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/288/head:refs/remotes/origin/PR-288 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:09:30 Merging remotes/origin/master commit 9ed7be16d849faef73e281002eeec433bb10e1df into PR head commit 7eb258a754964cc3a56c346dcaa6fd832d2f4e82 03:09:30 Merge succeeded, producing 7eb258a754964cc3a56c346dcaa6fd832d2f4e82 03:09:30 Checking out Revision 7eb258a754964cc3a56c346dcaa6fd832d2f4e82 (PR-288) 03:09:30 > git config core.sparsecheckout # timeout=10 03:09:30 > git checkout -f 7eb258a754964cc3a56c346dcaa6fd832d2f4e82 # timeout=10 03:09:30 > git remote # timeout=10 03:09:30 > git config --get remote.origin.url # timeout=10 03:09:30 using GIT_SSH to set credentials SSH Credentials for GitHub 03:09:30 > git merge 9ed7be16d849faef73e281002eeec433bb10e1df # timeout=10 03:09:30 > git rev-parse HEAD^{commit} # timeout=10 03:09:30 > git config core.sparsecheckout # timeout=10 03:09:30 > git checkout -f 7eb258a754964cc3a56c346dcaa6fd832d2f4e82 # timeout=10 03:09:32 go: finding github.com/davecgh/go-spew v1.1.0 03:09:32 go: finding github.com/fxamacker/cbor/v2 v2.2.0 03:09:32 go: finding github.com/go-kit/kit v0.8.0 03:09:32 go: finding github.com/go-logfmt/logfmt v0.4.0 03:09:32 go: finding github.com/go-playground/assert/v2 v2.0.1 03:09:32 go: finding github.com/go-playground/locales v0.13.0 03:09:32 go: finding github.com/go-playground/universal-translator v0.17.0 03:09:32 go: finding github.com/go-playground/validator/v10 v10.3.0 03:09:32 go: finding github.com/go-stack/stack v1.8.0 03:09:32 go: finding github.com/google/uuid v1.1.0 03:09:32 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 03:09:32 go: finding github.com/leodido/go-urn v1.2.0 03:09:32 go: finding github.com/pmezard/go-difflib v1.0.0 03:09:32 go: finding github.com/stretchr/objx v0.1.0 03:09:32 go: finding github.com/stretchr/testify v1.5.1 03:09:32 go: finding github.com/x448/float16 v0.8.4 03:09:32 go: finding golang.org/x/text v0.3.2 03:09:32 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 03:09:32 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 03:09:32 go: finding gopkg.in/yaml.v2 v2.2.8 03:09:34 Commit message: "Event ID has to be UUID and pre-populated" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 03:09:35 ========================================================= 03:09:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 03:09:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:09:36 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 03:09:36 Sending build context to Docker daemon 2.231MB 03:09:36 Step 1/7 : ARG BASE=golang:1.13-alpine 03:09:36 Step 2/7 : FROM ${BASE} 03:09:36 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 03:09:36 df20fa9351a1: Pulling fs layer 03:09:36 ed8968b2872e: Pulling fs layer 03:09:36 a92cc7c5fd73: Pulling fs layer 03:09:36 2dd03ba5bac4: Pulling fs layer 03:09:36 1e091d79d1de: Pulling fs layer 03:09:36 481702a1767f: Pulling fs layer 03:09:36 f64a6f60c768: Pulling fs layer 03:09:36 e78d2573fc39: Pulling fs layer 03:09:36 e876d2f968b6: Pulling fs layer 03:09:36 ce8a83651883: Pulling fs layer 03:09:36 07967f4d0e4b: Pulling fs layer 03:09:36 2dd03ba5bac4: Waiting 03:09:36 1e091d79d1de: Waiting 03:09:36 f64a6f60c768: Waiting 03:09:36 ce8a83651883: Waiting 03:09:36 07967f4d0e4b: Waiting 03:09:36 e78d2573fc39: Waiting 03:09:36 e876d2f968b6: Waiting 03:09:36 481702a1767f: Waiting 03:09:36 a92cc7c5fd73: Verifying Checksum 03:09:36 a92cc7c5fd73: Download complete 03:09:36 ed8968b2872e: Download complete 03:09:36 1e091d79d1de: Verifying Checksum 03:09:36 1e091d79d1de: Download complete 03:09:36 481702a1767f: Verifying Checksum 03:09:36 481702a1767f: Download complete 03:09:36 df20fa9351a1: Verifying Checksum 03:09:36 df20fa9351a1: Pull complete 03:09:37 ed8968b2872e: Pull complete 03:09:37 a92cc7c5fd73: Pull complete 03:09:39 f64a6f60c768: Verifying Checksum 03:09:39 f64a6f60c768: Download complete 03:09:39 e876d2f968b6: Verifying Checksum 03:09:39 e876d2f968b6: Download complete 03:09:40 ce8a83651883: Verifying Checksum 03:09:40 ce8a83651883: Download complete 03:09:40 07967f4d0e4b: Verifying Checksum 03:09:40 07967f4d0e4b: Download complete 03:09:40 e78d2573fc39: Download complete 03:09:41 2dd03ba5bac4: Verifying Checksum 03:09:41 2dd03ba5bac4: Download complete 03:09:45 Removing intermediate container 766ed2a6989c 03:09:45 ---> 08032ead89d8 03:09:45 Successfully built 08032ead89d8 03:09:45 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:09:45 + docker inspect -f . ci-base-image-arm64 03:09:45 . [Pipeline] withDockerContainer 03:09:46 prd-ubuntu18.04-docker-arm64-4c-16g-43213 does not seem to be running inside a container 03:09:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:09:47 2dd03ba5bac4: Pull complete 03:09:47 1e091d79d1de: Pull complete 03:09:47 481702a1767f: Pull complete 03:09:48 $ docker top 798ae2d569212f18bc4735edd8f32b431383b3c242934df26e17df1110f56fb8 -eo pid,comm [Pipeline] { [Pipeline] sh 03:09:49 + go version 03:09:49 go version go1.13.13 linux/arm64 [Pipeline] sh 03:09:50 + make test 03:09:50 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 03:09:52 f64a6f60c768: Pull complete 03:09:54 e78d2573fc39: Pull complete 03:09:54 e876d2f968b6: Pull complete 03:09:55 ce8a83651883: Pull complete 03:09:55 07967f4d0e4b: Pull complete 03:09:56 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 03:09:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 03:09:56 ---> 5d7c900382c6 03:09:56 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 03:09:58 ---> Running in e5acba45b1ab 03:09:58 Removing intermediate container e5acba45b1ab 03:09:58 ---> 77dc42eed1e0 03:09:58 Step 4/7 : RUN apk add bash 03:09:58 ---> Running in d02e44bb8c41 03:09:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:09:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:10:00 OK: 166 MiB in 39 packages 03:10:00 Removing intermediate container d02e44bb8c41 03:10:00 ---> 8a681ea8e121 03:10:00 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 03:10:01 ---> Running in e48e4f6a0425 03:10:01 Removing intermediate container e48e4f6a0425 03:10:01 ---> e2e410f0b544 03:10:01 Step 6/7 : COPY go.mod . 03:10:01 ---> 7662c41e76de 03:10:01 Step 7/7 : RUN go mod download 03:10:01 ---> Running in a0a43c2cbfb6 03:10:02 go: finding github.com/davecgh/go-spew v1.1.0 03:10:02 go: finding github.com/fxamacker/cbor/v2 v2.2.0 03:10:02 go: finding github.com/go-kit/kit v0.8.0 03:10:02 go: finding github.com/go-logfmt/logfmt v0.4.0 03:10:02 go: finding github.com/go-playground/assert/v2 v2.0.1 03:10:02 go: finding github.com/go-playground/locales v0.13.0 03:10:02 go: finding github.com/go-playground/universal-translator v0.17.0 03:10:02 go: finding github.com/go-playground/validator/v10 v10.3.0 03:10:02 go: finding github.com/go-stack/stack v1.8.0 03:10:02 go: finding github.com/google/uuid v1.1.0 03:10:02 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 03:10:02 go: finding github.com/leodido/go-urn v1.2.0 03:10:02 go: finding github.com/pmezard/go-difflib v1.0.0 03:10:02 go: finding github.com/stretchr/objx v0.1.0 03:10:02 go: finding github.com/stretchr/testify v1.5.1 03:10:03 go: finding github.com/x448/float16 v0.8.4 03:10:03 go: finding golang.org/x/text v0.3.2 03:10:03 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 03:10:03 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 03:10:03 go: finding gopkg.in/yaml.v2 v2.2.8 03:10:11 Removing intermediate container a0a43c2cbfb6 03:10:11 ---> 374388bed32a 03:10:11 Successfully built 374388bed32a 03:10:11 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:10:12 + docker inspect -f . ci-base-image-x86_64 03:10:12 . [Pipeline] withDockerContainer 03:10:12 prd-centos7-docker-4c-2g-43214 does not seem to be running inside a container 03:10:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:10:12 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 03:10:13 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.029s coverage: 85.7% of statements 03:10:13 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.057s coverage: 100.0% of statements 03:10:13 $ docker top 8b9d6945771c3a43154efb2ab319dd180eb1514e06ead3b9e2a9c3da91fdf2b7 -eo pid,comm [Pipeline] { 03:10:13 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.038s coverage: 45.4% of statements [Pipeline] sh 03:10:13 + go version 03:10:13 go version go1.13.13 linux/amd64 [Pipeline] sh 03:10:14 + make test 03:10:14 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 03:10:14 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.025s coverage: 77.8% of statements 03:10:14 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 03:10:14 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.036s coverage: 6.4% of statements 03:10:17 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.067s coverage: 14.7% of statements 03:10:17 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.023s coverage: 100.0% of statements 03:10:19 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.091s coverage: 91.8% of statements 03:10:19 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 03:10:19 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 03:10:19 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.033s coverage: 100.0% of statements 03:10:19 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.017s coverage: 45.9% of statements 03:10:20 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 03:10:21 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.024s coverage: 85.7% of statements 03:10:21 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.017s coverage: 100.0% of statements 03:10:21 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.013s coverage: 45.4% of statements 03:10:21 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.019s coverage: 77.8% of statements 03:10:21 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 03:10:22 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.005s coverage: 6.4% of statements 03:10:22 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.024s coverage: 14.7% of statements 03:10:22 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.006s coverage: 100.0% of statements 03:10:23 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.075s coverage: 91.8% of statements 03:10:23 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 03:10:23 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 03:10:23 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.021s coverage: 100.0% of statements 03:10:25 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.016s coverage: 45.9% of statements 03:10:25 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.217s coverage: 63.0% of statements 03:10:25 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.059s coverage: 26.3% of statements 03:10:25 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.057s coverage: 15.4% of statements 03:10:25 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.026s coverage: 15.4% of statements 03:10:25 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.013s coverage: 14.3% of statements 03:10:25 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 03:10:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.029s coverage: 31.7% of statements 03:10:27 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.058s coverage: 100.0% of statements 03:10:28 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.023s coverage: 63.0% of statements 03:10:28 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.018s coverage: 26.3% of statements 03:10:28 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.006s coverage: 15.4% of statements 03:10:28 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.008s coverage: 15.4% of statements 03:10:28 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.010s coverage: 14.3% of statements 03:10:28 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 03:10:28 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.008s coverage: 31.7% of statements 03:10:28 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.021s coverage: 100.0% of statements 03:10:28 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.017s coverage: 95.1% of statements 03:10:28 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.009s coverage: 100.0% of statements 03:10:28 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 03:10:28 CGO_ENABLED=0 GO111MODULE=on go vet ./... 03:10:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.075s coverage: 95.1% of statements 03:10:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.027s coverage: 100.0% of statements 03:10:29 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 03:10:29 CGO_ENABLED=0 GO111MODULE=on go vet ./... 03:10:30 gofmt -l . 03:10:30 [ "`gofmt -l .`" = "" ] [Pipeline] stash 03:10:30 Stashed 1 file(s) [Pipeline] } 03:10:30 $ docker stop --time=1 8b9d6945771c3a43154efb2ab319dd180eb1514e06ead3b9e2a9c3da91fdf2b7 03:10:33 $ docker rm -f 8b9d6945771c3a43154efb2ab319dd180eb1514e06ead3b9e2a9c3da91fdf2b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } 03:10:33 gofmt -l . 03:10:33 [ "`gofmt -l .`" = "" ] [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] stash 03:10:34 Warning: overwriting stash ‘coverage-report’ [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 03:10:35 Stashed 1 file(s) [Pipeline] } 03:10:35 $ docker stop --time=1 798ae2d569212f18bc4735edd8f32b431383b3c242934df26e17df1110f56fb8 03:10:37 $ docker rm -f 798ae2d569212f18bc4735edd8f32b431383b3c242934df26e17df1110f56fb8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 03:10:40 provisioning config files... 03:10:40 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-288@tmp/config8000489668540525849tmp [Pipeline] { [Pipeline] sh 03:10:40 + curl -s https://codecov.io/bash 03:10:40 + bash -s - -t @/w/workspace/dry_go-mod-core-contracts_PR-288@tmp/config8000489668540525849tmp [Pipeline] } 03:10:40 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 03:10:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:10:43 ---> package-listing.sh 03:10:43 ++ tr '[:upper:]' '[:lower:]' 03:10:43 ++ facter osfamily 03:10:43 + OS_FAMILY=redhat 03:10:43 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-288 03:10:43 + START_PACKAGES=/tmp/packages_start.txt 03:10:43 + END_PACKAGES=/tmp/packages_end.txt 03:10:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:10:43 + PACKAGES=/tmp/packages_start.txt 03:10:43 + '[' /w/workspace/dry_go-mod-core-contracts_PR-288 ']' 03:10:43 + PACKAGES=/tmp/packages_end.txt 03:10:43 + case "${OS_FAMILY}" in 03:10:43 + rpm -qa 03:10:43 + sort 03:10:48 + '[' -f /tmp/packages_start.txt ']' 03:10:48 + '[' -f /tmp/packages_end.txt ']' 03:10:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:10:48 + '[' /w/workspace/dry_go-mod-core-contracts_PR-288 ']' 03:10:48 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-288/archives/ 03:10:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-288/archives/ [Pipeline] isUnix [Pipeline] sh 03:10:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:10:49 03:10:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:10:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:10:49 alpine: Pulling from edgex-lftools-log-publisher 03:10:49 df20fa9351a1: Pulling fs layer 03:10:49 36b3adc4ff6f: Pulling fs layer 03:10:49 8ad3a11d3b57: Pulling fs layer 03:10:49 46f8f816bc3b: Pulling fs layer 03:10:49 0dadc02b9964: Pulling fs layer 03:10:49 ce6a7cf60c04: Pulling fs layer 03:10:49 7a184a31f384: Pulling fs layer 03:10:49 0879bd2ef858: Pulling fs layer 03:10:49 46f8f816bc3b: Waiting 03:10:49 0dadc02b9964: Waiting 03:10:49 ce6a7cf60c04: Waiting 03:10:49 7a184a31f384: Waiting 03:10:49 0879bd2ef858: Waiting 03:10:49 36b3adc4ff6f: Verifying Checksum 03:10:49 36b3adc4ff6f: Download complete 03:10:49 46f8f816bc3b: Verifying Checksum 03:10:49 46f8f816bc3b: Download complete 03:10:49 df20fa9351a1: Verifying Checksum 03:10:49 df20fa9351a1: Download complete 03:10:49 ce6a7cf60c04: Verifying Checksum 03:10:49 ce6a7cf60c04: Download complete 03:10:49 0dadc02b9964: Verifying Checksum 03:10:49 0dadc02b9964: Download complete 03:10:49 7a184a31f384: Verifying Checksum 03:10:49 7a184a31f384: Download complete 03:10:49 8ad3a11d3b57: Verifying Checksum 03:10:49 8ad3a11d3b57: Download complete 03:10:50 df20fa9351a1: Pull complete 03:10:50 0879bd2ef858: Verifying Checksum 03:10:50 0879bd2ef858: Download complete 03:10:50 36b3adc4ff6f: Pull complete 03:10:51 8ad3a11d3b57: Pull complete 03:10:51 46f8f816bc3b: Pull complete 03:10:51 0dadc02b9964: Pull complete 03:10:51 ce6a7cf60c04: Pull complete 03:10:51 7a184a31f384: Pull complete 03:10:54 0879bd2ef858: Pull complete 03:10:54 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 03:10:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:10:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:10:54 prd-centos7-docker-4c-2g-43211 does not seem to be running inside a container 03:10:54 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/dry_go-mod-core-contracts_PR-288 -v /w/workspace/dry_go-mod-core-contracts_PR-288:/w/workspace/dry_go-mod-core-contracts_PR-288:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-288@tmp:/w/workspace/dry_go-mod-core-contracts_PR-288@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 03:10:59 $ docker top eea39e82cd83e90ea3af63060f55ec5fb4b2b50b8af88793b77ecc03cd5194a3 -eo pid,comm [Pipeline] { [Pipeline] sh 03:11:00 + mkdir -p /var/log/sa [Pipeline] sh 03:11:00 + ls /var/log/sa-host 03:11:00 + sadf -c /var/log/sa-host/sa05 03:11:00 file_magic: OK 03:11:00 HZ: Using current value: 100 03:11:00 file_header: OK 03:11:00 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 03:11:00 Statistics: 03:11:00 Hnuu...uuuununununu...Hnuu...uuuununununu... 03:11:00 File successfully converted to sysstat format version 12.2.1 03:11:00 + sadf -c /var/log/sa-host/sa15 03:11:00 file_magic: OK 03:11:00 HZ: Using current value: 100 03:11:00 file_header: OK 03:11:00 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 03:11:00 Statistics: 03:11:00 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 03:11:00 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:11:00 provisioning config files... 03:11:00 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-288@tmp/config3048780551854739919tmp [Pipeline] { [Pipeline] echo 03:11:00 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:11:01 ---> create-netrc.sh [Pipeline] echo 03:11:01 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:11:01 ---> logs-deploy.sh 03:11:01 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-288/3 03:11:01 INFO: archiving workspace using pattern(s): 03:11:02 Archives upload complete. 03:11:02 INFO: archiving logs to Nexus 03:11:03 ---> uname -a: 03:11:03 Linux eea39e82cd83 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 03:11:03 03:11:03 03:11:03 ---> lscpu: 03:11:03 Architecture: x86_64 03:11:03 CPU op-mode(s): 32-bit, 64-bit 03:11:03 Byte Order: Little Endian 03:11:03 Address sizes: 40 bits physical, 48 bits virtual 03:11:03 CPU(s): 4 03:11:03 On-line CPU(s) list: 0-3 03:11:03 Thread(s) per core: 1 03:11:03 Core(s) per socket: 1 03:11:03 Socket(s): 4 03:11:03 NUMA node(s): 1 03:11:03 Vendor ID: GenuineIntel 03:11:03 CPU family: 6 03:11:03 Model: 44 03:11:03 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:11:03 Stepping: 1 03:11:03 CPU MHz: 2933.438 03:11:03 BogoMIPS: 5866.87 03:11:03 Virtualization: VT-x 03:11:03 Hypervisor vendor: KVM 03:11:03 Virtualization type: full 03:11:03 L1d cache: 128 KiB 03:11:03 L1i cache: 128 KiB 03:11:03 L2 cache: 16 MiB 03:11:03 L3 cache: 64 MiB 03:11:03 NUMA node0 CPU(s): 0-3 03:11:03 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 03:11:03 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 03:11:03 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 03:11:03 Vulnerability Meltdown: Mitigation; PTI 03:11:03 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:11:03 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 03:11:03 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 03:11:03 Vulnerability Tsx async abort: Not affected 03:11:03 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 03:11:03 03:11:03 03:11:03 ---> nproc: 03:11:03 4 03:11:03 03:11:03 03:11:03 ---> df -h: 03:11:03 Filesystem Size Used Available Use% Mounted on 03:11:03 overlay 50.0G 7.0G 43.0G 14% / 03:11:03 tmpfs 64.0M 0 64.0M 0% /dev 03:11:03 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 03:11:03 shm 64.0M 0 64.0M 0% /dev/shm 03:11:03 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/resolv.conf 03:11:03 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hostname 03:11:03 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hosts 03:11:03 /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/dry_go-mod-core-contracts_PR-288@tmp 03:11:03 /dev/vda1 50.0G 7.0G 43.0G 14% /var/log/sa-host 03:11:03 /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/dry_go-mod-core-contracts_PR-288 03:11:03 03:11:03 03:11:03 ---> free -m: 03:11:03 total used free shared buff/cache available 03:11:03 Mem: 1837 649 132 0 1055 1081 03:11:03 Swap: 1023 0 1023 03:11:03 03:11:03 03:11:03 ---> ip addr: 03:11:03 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 03:11:03 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:11:03 inet 127.0.0.1/8 scope host lo 03:11:03 valid_lft forever preferred_lft forever 03:11:03 6: eth0@if7: mtu 1458 qdisc noqueue state UP 03:11:03 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 03:11:03 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 03:11:03 valid_lft forever preferred_lft forever 03:11:03 03:11:03 03:11:03 ---> sar -b -r -n DEV: 03:11:03 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/15/20 _x86_64_ (4 CPU) 03:11:03 03:11:03 03:05:17 LINUX RESTART (4 CPU) 03:11:03 03:11:03 03:06:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:11:03 03:07:01 52.64 14.83 37.81 0.00 4731.68 2658.32 0.00 03:11:03 03:08:01 1.65 0.00 1.65 0.00 0.00 29.96 0.00 03:11:03 03:09:01 0.23 0.00 0.23 0.00 0.00 3.21 0.00 03:11:03 03:10:01 0.28 0.00 0.28 0.00 0.00 3.05 0.00 03:11:03 Average: 13.70 3.71 10.00 0.00 1183.26 673.83 0.00 03:11:03 03:11:03 03:06:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:11:03 03:07:01 175520 0 568324 30.21 2620 1135092 1112704 37.97 434928 1111412 20 03:11:03 03:08:01 179220 0 564620 30.01 2620 1135096 1073264 36.63 434784 1108492 8 03:11:03 03:09:01 176728 0 567104 30.14 2620 1135104 1073444 36.63 439856 1106556 16 03:11:03 03:10:01 175388 0 568440 30.21 2620 1135108 1073384 36.63 441708 1105980 16 03:11:03 Average: 176714 0 567122 30.14 2620 1135100 1083199 36.97 437819 1108110 15 03:11:03 03:11:03 03:06:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:11:03 03:07:01 eth0 219.96 164.81 568.28 65.26 0.00 0.00 0.00 0.00 03:11:03 03:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:03 03:07:01 docker0 4.46 3.40 0.92 10.64 0.00 0.00 0.00 0.00 03:11:03 03:08:01 eth0 0.73 0.05 0.06 0.00 0.00 0.00 0.00 0.00 03:11:03 03:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:03 03:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:03 03:09:01 eth0 0.88 0.43 0.35 0.21 0.00 0.00 0.00 0.00 03:11:03 03:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:03 03:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:03 03:10:01 eth0 0.65 0.30 0.28 0.17 0.00 0.00 0.00 0.00 03:11:03 03:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:03 03:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:03 Average: eth0 55.57 41.41 142.28 16.42 0.00 0.00 0.00 0.00 03:11:03 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:03 Average: docker0 1.12 0.85 0.23 2.66 0.00 0.00 0.00 0.00 03:11:03 03:11:03 03:11:03 ---> sar -P ALL: 03:11:03 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/15/20 _x86_64_ (4 CPU) 03:11:03 03:11:03 03:05:17 LINUX RESTART (4 CPU) 03:11:03 03:11:03 03:06:01 CPU %user %nice %system %iowait %steal %idle 03:11:03 03:07:01 all 5.06 0.00 2.26 1.67 0.02 91.00 03:11:03 03:07:01 0 4.70 0.00 2.78 2.21 0.02 90.29 03:11:03 03:07:01 1 4.75 0.00 2.16 3.15 0.03 89.90 03:11:03 03:07:01 2 5.51 0.00 2.01 0.94 0.02 91.53 03:11:03 03:07:01 3 5.28 0.00 2.09 0.37 0.00 92.26 03:11:03 03:08:01 all 0.17 0.00 0.04 0.00 0.00 99.79 03:11:03 03:08:01 0 0.53 0.00 0.03 0.00 0.00 99.43 03:11:03 03:08:01 1 0.05 0.00 0.03 0.00 0.00 99.92 03:11:03 03:08:01 2 0.05 0.00 0.07 0.00 0.00 99.88 03:11:03 03:08:01 3 0.05 0.00 0.03 0.00 0.00 99.92 03:11:03 03:09:01 all 0.14 0.00 0.04 0.00 0.00 99.81 03:11:03 03:09:01 0 0.03 0.00 0.02 0.00 0.00 99.95 03:11:03 03:09:01 1 0.05 0.00 0.03 0.00 0.00 99.92 03:11:03 03:09:01 2 0.43 0.00 0.07 0.00 0.02 99.48 03:11:03 03:09:01 3 0.05 0.00 0.05 0.00 0.00 99.90 03:11:03 03:10:01 all 0.16 0.00 0.03 0.00 0.00 99.80 03:11:03 03:10:01 0 0.02 0.00 0.02 0.00 0.02 99.95 03:11:03 03:10:01 1 0.05 0.00 0.07 0.00 0.00 99.88 03:11:03 03:10:01 2 0.52 0.00 0.02 0.00 0.00 99.47 03:11:03 03:10:01 3 0.05 0.00 0.03 0.00 0.00 99.92 03:11:03 Average: all 1.38 0.00 0.59 0.42 0.01 97.61 03:11:03 Average: 0 1.31 0.00 0.71 0.55 0.01 97.42 03:11:03 Average: 1 1.22 0.00 0.57 0.78 0.01 97.42 03:11:03 Average: 2 1.62 0.00 0.54 0.23 0.01 97.60 03:11:03 Average: 3 1.35 0.00 0.55 0.09 0.00 98.01 03:11:03 03:11:03 03:11:03