Pull request #279 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of cloudxxx8 for edgexfoundry/go-mod-core-contracts Obtained Jenkinsfile from 128847742170e94ca2525d97b2ab5b1b8e93ff3e+55b81cd576c2e67c5a7de51c068d3f3d26919862 (7f8891c331695fbb7a9064a6dc9228163b1b747c) 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 ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-1726 in /w/workspace/dry_go-mod-core-contracts_PR-279 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Fetching without tags Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_PR-279 # 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/279/head:refs/remotes/origin/PR-279 +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 > git config --add remote.origin.fetch +refs/pull/279/head:refs/remotes/origin/PR-279 # 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/279/head:refs/remotes/origin/PR-279 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 55b81cd576c2e67c5a7de51c068d3f3d26919862 into PR head commit 128847742170e94ca2525d97b2ab5b1b8e93ff3e Merge succeeded, producing 128847742170e94ca2525d97b2ab5b1b8e93ff3e Checking out Revision 128847742170e94ca2525d97b2ab5b1b8e93ff3e (PR-279) > git config core.sparsecheckout # timeout=10 > git checkout -f 128847742170e94ca2525d97b2ab5b1b8e93ff3e # 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 55b81cd576c2e67c5a7de51c068d3f3d26919862 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 128847742170e94ca2525d97b2ab5b1b8e93ff3e # timeout=10 Commit message: "feat: new error mechanism for V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:03:32 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk ab5e47680f0be2778ae635ac4753dabba59be4cb # timeout=10 14:03:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:03:33 ========================================================= 14:03:33 EdgeX Global Pipelines Version Info 14:03:33 ========================================================= [Pipeline] libraryResource [Pipeline] sh 14:03:34 ------------------- 14:03:34 stable info: 14:03:34 ------------------- 14:03:34 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:03:34 Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 14:03:34 Message: update stable to v1.0.119 14:03:35 ------------------- 14:03:35 experimental info: 14:03:35 ------------------- 14:03:35 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:03:35 Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 14:03:35 Message: update experimental to v1.0.119 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 14:03:35 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 14:03:35 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 14:03:36 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 14:03:36 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 14:03:36 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 14:03:36 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo 14:03:36 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 14:03:36 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo 14:03:36 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 14:03:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 14:03:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 14:03:36 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 14:03:36 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 14:03:37 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 14:03:37 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 14:03:37 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 14:03:37 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 14:03:37 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 14:03:37 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 14:03:37 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 14:03:37 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 14:03:37 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 14:03:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-279 [Pipeline] echo 14:03:37 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-279 [Pipeline] echo 14:03:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-279 [Pipeline] echo 14:03:38 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 128847742170e94ca2525d97b2ab5b1b8e93ff3e [Pipeline] echo 14:03:38 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1288477 [Pipeline] echo 14:03:38 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:03:38 + git log --format=format:%s -1 128847742170e94ca2525d97b2ab5b1b8e93ff3e [Pipeline] echo 14:03:38 GIT_COMMIT: 128847742170e94ca2525d97b2ab5b1b8e93ff3e, Commit Message: feat: new error mechanism for V2 API [Pipeline] echo 14:03:38 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 14:03:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:03:39 14:03:39 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 14:03:40 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:03:40 latest: Pulling from edgex-devops/git-semver 14:03:40 31603596830f: Pulling fs layer 14:03:40 2a8b12db71e7: Pulling fs layer 14:03:40 6ca5941a6612: Pulling fs layer 14:03:40 ecc8261a40a4: Pulling fs layer 14:03:40 ecc8261a40a4: Waiting 14:03:40 2a8b12db71e7: Verifying Checksum 14:03:40 2a8b12db71e7: Download complete 14:03:40 31603596830f: Verifying Checksum 14:03:40 31603596830f: Download complete 14:03:40 ecc8261a40a4: Verifying Checksum 14:03:40 ecc8261a40a4: Download complete 14:03:40 6ca5941a6612: Verifying Checksum 14:03:40 6ca5941a6612: Download complete 14:03:40 31603596830f: Pull complete 14:03:41 2a8b12db71e7: Pull complete 14:03:42 6ca5941a6612: Pull complete 14:03:42 ecc8261a40a4: Pull complete 14:03:42 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 14:03:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:03:42 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 14:03:42 prd-centos7-docker-4c-2g-1726 does not seem to be running inside a container 14:03:42 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-279 -v /w/workspace/dry_go-mod-core-contracts_PR-279:/w/workspace/dry_go-mod-core-contracts_PR-279:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-279@tmp:/w/workspace/dry_go-mod-core-contracts_PR-279@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:03:44 $ docker top 48521a569fab1f65634ad5530b86a8d53cccbb6104cad4f59a45a6822807ebe7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:03:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:03:44 [ssh-agent] Looking for ssh-agent implementation... 14:03:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:03:44 $ docker exec 48521a569fab1f65634ad5530b86a8d53cccbb6104cad4f59a45a6822807ebe7 ssh-agent 14:03:45 SSH_AUTH_SOCK=/tmp/ssh-WlcWzk8M2WIa/agent.11 14:03:45 SSH_AGENT_PID=16 14:03:45 Running ssh-add (command line suppressed) 14:03:45 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-279@tmp/private_key_1467895963283512542.key (/w/workspace/dry_go-mod-core-contracts_PR-279@tmp/private_key_1467895963283512542.key) 14:03:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:03:45 + git describe --exact-match --tags HEAD 14:03:45 fatal: No names found, cannot describe anything. [Pipeline] } 14:03:45 $ docker exec --env ******** --env ******** 48521a569fab1f65634ad5530b86a8d53cccbb6104cad4f59a45a6822807ebe7 ssh-agent -k 14:03:46 unset SSH_AUTH_SOCK; 14:03:46 unset SSH_AGENT_PID; 14:03:46 echo Agent pid 16 killed; 14:03:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 14:03:46 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 14:03:46 This usually means this commit has not been tagged. [Pipeline] sshagent 14:03:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:03:46 [ssh-agent] Looking for ssh-agent implementation... 14:03:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:03:46 $ docker exec 48521a569fab1f65634ad5530b86a8d53cccbb6104cad4f59a45a6822807ebe7 ssh-agent 14:03:46 SSH_AUTH_SOCK=/tmp/ssh-01vomFpjYVcr/agent.45 14:03:46 SSH_AGENT_PID=50 14:03:46 Running ssh-add (command line suppressed) 14:03:46 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-279@tmp/private_key_2089302146109907738.key (/w/workspace/dry_go-mod-core-contracts_PR-279@tmp/private_key_2089302146109907738.key) 14:03:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:03:47 + git semver init 14:03:47 # -> Open(): unable to determine branch for HEAD 14:03:47 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-279/.git 14:03:47 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-279 14:03:47 # $SEMVER_REMOTE_NAME = origin 14:03:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:03:47 # $SEMVER_USER_NAME = edgex-jenkins 14:03:47 # $SEMVER_BRANCH = PR-279 14:03:47 # $SEMVER_TEMP = /tmp/semver-725825401 14:03:47 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 14:03:47 # '/tmp/semver-725825401' -> '/w/workspace/dry_go-mod-core-contracts_PR-279/.semver' 14:03:47 # -> Force: false 14:03:47 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-279/.semver [Pipeline] } 14:03:47 $ docker exec --env ******** --env ******** 48521a569fab1f65634ad5530b86a8d53cccbb6104cad4f59a45a6822807ebe7 ssh-agent -k 14:03:47 unset SSH_AUTH_SOCK; 14:03:47 unset SSH_AGENT_PID; 14:03:47 echo Agent pid 50 killed; 14:03:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:03:48 + git semver [Pipeline] } 14:03:48 $ docker stop --time=1 48521a569fab1f65634ad5530b86a8d53cccbb6104cad4f59a45a6822807ebe7 14:03:50 $ docker rm -f 48521a569fab1f65634ad5530b86a8d53cccbb6104cad4f59a45a6822807ebe7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 14:03:51 Stashed 91 file(s) [Pipeline] echo 14:03:51 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 14:03:51 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 14:04:06 Still waiting to schedule task 14:04:06 Waiting for next available executor on ‘centos7-docker-4c-2g’ 14:04:06 Still waiting to schedule task 14:04:06 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 14:06:04 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1728 in /w/workspace/dry_go-mod-core-contracts_PR-279 [Pipeline] { [Pipeline] ws 14:06:04 Running in /w/workspace/go-mod-core-contracts/6 [Pipeline] { [Pipeline] checkout 14:06:09 using credential edgex-jenkins-ssh 14:06:09 Cloning the remote Git repository 14:06:09 Cloning with configured refspecs honoured and without tags 14:06:09 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 14:06:10 > git init /w/workspace/go-mod-core-contracts/6 # timeout=10 14:06:10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 14:06:10 > git --version # timeout=10 14:06:10 > git --version # 'git version 2.17.1' 14:06:10 using GIT_SSH to set credentials SSH Credentials for GitHub 14:06:10 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/279/head:refs/remotes/origin/PR-279 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:06:11 Fetching without tags 14:06:11 Merging remotes/origin/master commit 55b81cd576c2e67c5a7de51c068d3f3d26919862 into PR head commit 128847742170e94ca2525d97b2ab5b1b8e93ff3e 14:06:11 Merge succeeded, producing 128847742170e94ca2525d97b2ab5b1b8e93ff3e 14:06:11 Checking out Revision 128847742170e94ca2525d97b2ab5b1b8e93ff3e (PR-279) 14:06:11 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 14:06:11 > git config --add remote.origin.fetch +refs/pull/279/head:refs/remotes/origin/PR-279 # timeout=10 14:06:11 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 14:06:11 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 14:06:11 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 14:06:11 using GIT_SSH to set credentials SSH Credentials for GitHub 14:06:11 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/279/head:refs/remotes/origin/PR-279 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:06:11 > git config core.sparsecheckout # timeout=10 14:06:11 > git checkout -f 128847742170e94ca2525d97b2ab5b1b8e93ff3e # timeout=10 14:06:11 > git remote # timeout=10 14:06:11 > git config --get remote.origin.url # timeout=10 14:06:11 using GIT_SSH to set credentials SSH Credentials for GitHub 14:06:11 > git merge 55b81cd576c2e67c5a7de51c068d3f3d26919862 # timeout=10 14:06:11 > git rev-parse HEAD^{commit} # timeout=10 14:06:11 > git config core.sparsecheckout # timeout=10 14:06:11 > git checkout -f 128847742170e94ca2525d97b2ab5b1b8e93ff3e # timeout=10 14:06:16 Commit message: "feat: new error mechanism for V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 14:06:17 ========================================================= 14:06:17 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 14:06:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:06:18 + 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 . 14:06:19 Sending build context to Docker daemon 2.196MB 14:06:19 Step 1/7 : ARG BASE=golang:1.13-alpine 14:06:19 Step 2/7 : FROM ${BASE} 14:06:19 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 14:06:19 b538f80385f9: Pulling fs layer 14:06:19 74f711af9a0d: Pulling fs layer 14:06:19 99f96fe45779: Pulling fs layer 14:06:19 fd7a069fd194: Pulling fs layer 14:06:19 66aa3694b03b: Pulling fs layer 14:06:19 170f70906a0f: Pulling fs layer 14:06:19 ad7c5574e4b9: Pulling fs layer 14:06:19 e772456be8f7: Pulling fs layer 14:06:19 c890913d741a: Pulling fs layer 14:06:19 2480fcc9aa5a: Pulling fs layer 14:06:19 09adf4765672: Pulling fs layer 14:06:19 ad7c5574e4b9: Waiting 14:06:19 e772456be8f7: Waiting 14:06:19 c890913d741a: Waiting 14:06:19 2480fcc9aa5a: Waiting 14:06:19 09adf4765672: Waiting 14:06:19 fd7a069fd194: Waiting 14:06:19 66aa3694b03b: Waiting 14:06:19 170f70906a0f: Waiting 14:06:19 99f96fe45779: Verifying Checksum 14:06:19 99f96fe45779: Download complete 14:06:19 66aa3694b03b: Verifying Checksum 14:06:19 66aa3694b03b: Download complete 14:06:19 170f70906a0f: Download complete 14:06:20 b538f80385f9: Verifying Checksum 14:06:20 b538f80385f9: Download complete 14:06:20 b538f80385f9: Pull complete 14:06:21 74f711af9a0d: Pull complete 14:06:22 99f96fe45779: Pull complete 14:06:22 ad7c5574e4b9: Verifying Checksum 14:06:22 ad7c5574e4b9: Download complete 14:06:22 c890913d741a: Download complete 14:06:24 2480fcc9aa5a: Verifying Checksum 14:06:24 2480fcc9aa5a: Download complete 14:06:24 09adf4765672: Verifying Checksum 14:06:24 e772456be8f7: Verifying Checksum 14:06:24 e772456be8f7: Download complete 14:06:25 fd7a069fd194: Verifying Checksum 14:06:25 fd7a069fd194: Download complete 14:06:38 fd7a069fd194: Pull complete 14:06:38 66aa3694b03b: Pull complete 14:06:38 170f70906a0f: Pull complete 14:06:41 ad7c5574e4b9: Pull complete 14:06:47 e772456be8f7: Pull complete 14:06:47 c890913d741a: Pull complete 14:06:48 Running on prd-centos7-docker-4c-2g-1729 in /w/workspace/dry_go-mod-core-contracts_PR-279 [Pipeline] { [Pipeline] ws 14:06:48 Running in /w/workspace/go-mod-core-contracts/6 [Pipeline] { [Pipeline] checkout 14:06:49 2480fcc9aa5a: Pull complete 14:06:49 09adf4765672: Pull complete 14:06:49 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 14:06:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 14:06:49 ---> 2248a725d1cf 14:06:49 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 14:06:51 using credential edgex-jenkins-ssh 14:06:51 Cloning the remote Git repository 14:06:51 Cloning with configured refspecs honoured and without tags 14:06:52 Fetching without tags 14:06:51 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 14:06:51 > git init /w/workspace/go-mod-core-contracts/6 # timeout=10 14:06:51 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 14:06:51 > git --version # timeout=10 14:06:51 > git --version # 'git version 2.16.5' 14:06:51 using GIT_SSH to set credentials SSH Credentials for GitHub 14:06:51 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/279/head:refs/remotes/origin/PR-279 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:06:52 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 14:06:52 > git config --add remote.origin.fetch +refs/pull/279/head:refs/remotes/origin/PR-279 # timeout=10 14:06:52 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 14:06:52 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 14:06:52 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 14:06:52 using GIT_SSH to set credentials SSH Credentials for GitHub 14:06:52 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/279/head:refs/remotes/origin/PR-279 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:06:52 Merging remotes/origin/master commit 55b81cd576c2e67c5a7de51c068d3f3d26919862 into PR head commit 128847742170e94ca2525d97b2ab5b1b8e93ff3e 14:06:52 Merge succeeded, producing 128847742170e94ca2525d97b2ab5b1b8e93ff3e 14:06:52 Checking out Revision 128847742170e94ca2525d97b2ab5b1b8e93ff3e (PR-279) 14:06:52 > git config core.sparsecheckout # timeout=10 14:06:52 > git checkout -f 128847742170e94ca2525d97b2ab5b1b8e93ff3e # timeout=10 14:06:52 > git remote # timeout=10 14:06:52 > git config --get remote.origin.url # timeout=10 14:06:52 using GIT_SSH to set credentials SSH Credentials for GitHub 14:06:52 > git merge 55b81cd576c2e67c5a7de51c068d3f3d26919862 # timeout=10 14:06:52 > git rev-parse HEAD^{commit} # timeout=10 14:06:52 > git config core.sparsecheckout # timeout=10 14:06:52 > git checkout -f 128847742170e94ca2525d97b2ab5b1b8e93ff3e # timeout=10 14:06:53 ---> Running in 3b8ad4c47154 14:06:54 Removing intermediate container 3b8ad4c47154 14:06:54 ---> 4c5efa1c312d 14:06:54 Step 4/7 : RUN apk add bash 14:06:54 ---> Running in 0af523b4b3ec 14:06:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:06:56 Commit message: "feat: new error mechanism for V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 14:06:57 ========================================================= 14:06:57 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 14:06:57 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:06:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:06:57 + 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 . 14:06:58 OK: 142 MiB in 39 packages 14:06:58 Sending build context to Docker daemon 2.196MB 14:06:58 Step 1/7 : ARG BASE=golang:1.13-alpine 14:06:58 Step 2/7 : FROM ${BASE} 14:06:58 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 14:06:58 df20fa9351a1: Pulling fs layer 14:06:58 ed8968b2872e: Pulling fs layer 14:06:58 a92cc7c5fd73: Pulling fs layer 14:06:58 2dd03ba5bac4: Pulling fs layer 14:06:58 1e091d79d1de: Pulling fs layer 14:06:58 481702a1767f: Pulling fs layer 14:06:58 f64a6f60c768: Pulling fs layer 14:06:58 e78d2573fc39: Pulling fs layer 14:06:58 e876d2f968b6: Pulling fs layer 14:06:58 ce8a83651883: Pulling fs layer 14:06:58 07967f4d0e4b: Pulling fs layer 14:06:58 f64a6f60c768: Waiting 14:06:58 e78d2573fc39: Waiting 14:06:58 e876d2f968b6: Waiting 14:06:58 ce8a83651883: Waiting 14:06:58 2dd03ba5bac4: Waiting 14:06:58 07967f4d0e4b: Waiting 14:06:58 1e091d79d1de: Waiting 14:06:58 481702a1767f: Waiting 14:06:58 a92cc7c5fd73: Verifying Checksum 14:06:58 a92cc7c5fd73: Download complete 14:06:58 ed8968b2872e: Verifying Checksum 14:06:58 ed8968b2872e: Download complete 14:06:58 1e091d79d1de: Verifying Checksum 14:06:58 1e091d79d1de: Download complete 14:06:58 481702a1767f: Verifying Checksum 14:06:58 481702a1767f: Download complete 14:06:58 df20fa9351a1: Download complete 14:06:59 df20fa9351a1: Pull complete 14:06:59 ed8968b2872e: Pull complete 14:06:59 a92cc7c5fd73: Pull complete 14:06:59 Removing intermediate container 0af523b4b3ec 14:06:59 ---> cd681e5dcf3a 14:06:59 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 14:06:59 ---> Running in b47165601ccf 14:06:59 Removing intermediate container b47165601ccf 14:06:59 ---> 8f6d77c2c7ce 14:06:59 Step 6/7 : COPY go.mod . 14:07:00 f64a6f60c768: Verifying Checksum 14:07:00 f64a6f60c768: Download complete 14:07:00 ---> fd636f15ea01 14:07:00 Step 7/7 : RUN go mod download 14:07:00 ---> Running in b00c6547452f 14:07:00 e876d2f968b6: Verifying Checksum 14:07:00 e876d2f968b6: Download complete 14:07:01 ce8a83651883: Verifying Checksum 14:07:01 ce8a83651883: Download complete 14:07:01 07967f4d0e4b: Verifying Checksum 14:07:01 07967f4d0e4b: Download complete 14:07:02 e78d2573fc39: Verifying Checksum 14:07:02 e78d2573fc39: Download complete 14:07:02 2dd03ba5bac4: Verifying Checksum 14:07:02 2dd03ba5bac4: Download complete 14:07:03 go: finding github.com/davecgh/go-spew v1.1.0 14:07:03 go: finding github.com/fxamacker/cbor/v2 v2.2.0 14:07:03 go: finding github.com/go-kit/kit v0.8.0 14:07:03 go: finding github.com/go-logfmt/logfmt v0.4.0 14:07:03 go: finding github.com/go-playground/assert/v2 v2.0.1 14:07:03 go: finding github.com/go-playground/locales v0.13.0 14:07:03 go: finding github.com/go-playground/universal-translator v0.17.0 14:07:03 go: finding github.com/go-playground/validator/v10 v10.3.0 14:07:03 go: finding github.com/go-stack/stack v1.8.0 14:07:03 go: finding github.com/google/uuid v1.1.0 14:07:03 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 14:07:03 go: finding github.com/leodido/go-urn v1.2.0 14:07:03 go: finding github.com/pmezard/go-difflib v1.0.0 14:07:03 go: finding github.com/stretchr/objx v0.1.0 14:07:03 go: finding github.com/stretchr/testify v1.5.1 14:07:03 go: finding github.com/x448/float16 v0.8.4 14:07:03 go: finding golang.org/x/text v0.3.2 14:07:03 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 14:07:03 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 14:07:03 go: finding gopkg.in/yaml.v2 v2.2.8 14:07:08 2dd03ba5bac4: Pull complete 14:07:08 1e091d79d1de: Pull complete 14:07:08 481702a1767f: Pull complete 14:07:13 f64a6f60c768: Pull complete 14:07:15 Removing intermediate container b00c6547452f 14:07:15 ---> 5f832a11427f 14:07:15 Successfully built 5f832a11427f 14:07:15 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:07:16 + docker inspect -f . ci-base-image-arm64 14:07:16 . [Pipeline] withDockerContainer 14:07:16 prd-ubuntu18.04-docker-arm64-4c-16g-1728 does not seem to be running inside a container 14:07:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/6 -v /w/workspace/go-mod-core-contracts/6:/w/workspace/go-mod-core-contracts/6:rw,z -v /w/workspace/go-mod-core-contracts/6@tmp:/w/workspace/go-mod-core-contracts/6@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 ******** ci-base-image-arm64 cat 14:07:17 e78d2573fc39: Pull complete 14:07:17 e876d2f968b6: Pull complete 14:07:18 ce8a83651883: Pull complete 14:07:18 07967f4d0e4b: Pull complete 14:07:18 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 14:07:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 14:07:18 ---> 5d7c900382c6 14:07:18 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 14:07:18 $ docker top 6f58bf56da9d67fde674acf8bae7f0324eb027f3ff55f715dc5a84b982c57fb2 -eo pid,comm [Pipeline] { [Pipeline] sh 14:07:19 ---> Running in 4f9977a914fb 14:07:19 Removing intermediate container 4f9977a914fb 14:07:19 ---> b736a8ca99e9 14:07:19 Step 4/7 : RUN apk add bash 14:07:19 ---> Running in 8bb6742108c8 14:07:20 + go version 14:07:20 go version go1.13.13 linux/arm64 [Pipeline] sh 14:07:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:07:21 + make test 14:07:21 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 14:07:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:07:22 OK: 166 MiB in 39 packages 14:07:22 Removing intermediate container 8bb6742108c8 14:07:22 ---> 688b99350d99 14:07:22 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 14:07:22 ---> Running in e06561743835 14:07:22 Removing intermediate container e06561743835 14:07:22 ---> 70d8b06fcf51 14:07:22 Step 6/7 : COPY go.mod . 14:07:22 ---> fd318a6e63ee 14:07:22 Step 7/7 : RUN go mod download 14:07:23 ---> Running in 9da04bfd93f8 14:07:24 go: finding github.com/davecgh/go-spew v1.1.0 14:07:24 go: finding github.com/fxamacker/cbor/v2 v2.2.0 14:07:24 go: finding github.com/go-kit/kit v0.8.0 14:07:24 go: finding github.com/go-logfmt/logfmt v0.4.0 14:07:24 go: finding github.com/go-playground/assert/v2 v2.0.1 14:07:24 go: finding github.com/go-playground/locales v0.13.0 14:07:24 go: finding github.com/go-playground/universal-translator v0.17.0 14:07:24 go: finding github.com/go-playground/validator/v10 v10.3.0 14:07:24 go: finding github.com/go-stack/stack v1.8.0 14:07:24 go: finding github.com/google/uuid v1.1.0 14:07:24 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 14:07:24 go: finding github.com/leodido/go-urn v1.2.0 14:07:24 go: finding github.com/pmezard/go-difflib v1.0.0 14:07:24 go: finding github.com/stretchr/objx v0.1.0 14:07:24 go: finding github.com/stretchr/testify v1.5.1 14:07:24 go: finding github.com/x448/float16 v0.8.4 14:07:24 go: finding golang.org/x/text v0.3.2 14:07:24 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 14:07:24 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 14:07:24 go: finding gopkg.in/yaml.v2 v2.2.8 14:07:32 Removing intermediate container 9da04bfd93f8 14:07:32 ---> e442ba4aff77 14:07:32 Successfully built e442ba4aff77 14:07:32 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 14:07:33 + docker inspect -f . ci-base-image-x86_64 14:07:33 . [Pipeline] withDockerContainer 14:07:33 prd-centos7-docker-4c-2g-1729 does not seem to be running inside a container 14:07:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/6 -v /w/workspace/go-mod-core-contracts/6:/w/workspace/go-mod-core-contracts/6:rw,z -v /w/workspace/go-mod-core-contracts/6@tmp:/w/workspace/go-mod-core-contracts/6@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 ******** ci-base-image-x86_64 cat 14:07:34 $ docker top 45f29f2b8e316ca780ae1cafa9ba13cb098698cda4de8f9de90dc3d4c1d6f47c -eo pid,comm [Pipeline] { [Pipeline] sh 14:07:35 + go version 14:07:35 go version go1.13.13 linux/amd64 [Pipeline] sh 14:07:35 + make test 14:07:35 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 14:07:42 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 14:07:43 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 14:07:43 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.015s coverage: 85.7% of statements 14:07:43 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.020s coverage: 100.0% of statements 14:07:43 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.090s coverage: 85.7% of statements 14:07:43 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.095s coverage: 100.0% of statements 14:07:44 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.015s coverage: 45.4% of statements 14:07:44 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.006s coverage: 77.8% of statements 14:07:44 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 14:07:44 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.022s coverage: 6.4% of statements 14:07:45 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.023s coverage: 14.7% of statements 14:07:45 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.008s coverage: 100.0% of statements 14:07:46 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.043s coverage: 45.4% of statements 14:07:46 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.031s coverage: 77.8% of statements 14:07:46 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 14:07:46 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.028s coverage: 6.4% of statements 14:07:46 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.023s coverage: 91.8% of statements 14:07:46 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 14:07:46 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 14:07:46 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.030s coverage: 100.0% of statements 14:07:47 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.073s coverage: 14.7% of statements 14:07:47 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.054s coverage: 100.0% of statements 14:07:49 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.017s coverage: 63.0% of statements 14:07:49 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.006s coverage: 26.3% of statements 14:07:49 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.011s coverage: 15.4% of statements 14:07:49 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.015s coverage: 15.4% of statements 14:07:49 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.006s coverage: 14.3% of statements 14:07:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2 0.018s coverage: 30.2% of statements 14:07:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.008s coverage: 31.7% of statements 14:07:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.007s coverage: 100.0% of statements 14:07:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.015s coverage: 95.1% of statements 14:07:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.008s coverage: 100.0% of statements 14:07:50 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 14:07:50 CGO_ENABLED=0 GO111MODULE=on go vet ./... 14:07:50 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.072s coverage: 91.8% of statements 14:07:50 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 14:07:50 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 14:07:50 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.053s coverage: 100.0% of statements 14:07:51 gofmt -l . 14:07:51 [ "`gofmt -l .`" = "" ] [Pipeline] stash 14:07:52 Stashed 1 file(s) [Pipeline] } 14:07:52 $ docker stop --time=1 45f29f2b8e316ca780ae1cafa9ba13cb098698cda4de8f9de90dc3d4c1d6f47c 14:07:54 $ docker rm -f 45f29f2b8e316ca780ae1cafa9ba13cb098698cda4de8f9de90dc3d4c1d6f47c [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 14:07:55 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.099s coverage: 63.0% of statements 14:07:55 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.043s coverage: 26.3% of statements 14:07:55 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.012s coverage: 15.4% of statements 14:07:55 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.049s coverage: 15.4% of statements 14:07:55 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.058s coverage: 14.3% of statements [Pipeline] } 14:07:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2 0.055s coverage: 30.2% of statements 14:07:58 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.032s coverage: 31.7% of statements 14:07:58 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.030s coverage: 100.0% of statements 14:07:59 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.065s coverage: 95.1% of statements 14:07:59 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.027s coverage: 100.0% of statements 14:07:59 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 14:08:00 CGO_ENABLED=0 GO111MODULE=on go vet ./... 14:08:04 gofmt -l . 14:08:04 [ "`gofmt -l .`" = "" ] [Pipeline] stash 14:08:05 Warning: overwriting stash ‘coverage-report’ 14:08:05 Stashed 1 file(s) [Pipeline] } 14:08:05 $ docker stop --time=1 6f58bf56da9d67fde674acf8bae7f0324eb027f3ff55f715dc5a84b982c57fb2 14:08:08 $ docker rm -f 6f58bf56da9d67fde674acf8bae7f0324eb027f3ff55f715dc5a84b982c57fb2 [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 14:08:10 provisioning config files... 14:08:10 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-279@tmp/config7682476224475909294tmp [Pipeline] { [Pipeline] sh 14:08:11 + curl -s https://codecov.io/bash 14:08:11 + bash -s - -t @/w/workspace/dry_go-mod-core-contracts_PR-279@tmp/config7682476224475909294tmp [Pipeline] } 14:10:32 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 14:10:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:10:35 ---> package-listing.sh 14:10:35 ++ facter osfamily 14:10:35 ++ tr '[:upper:]' '[:lower:]' 14:10:35 + OS_FAMILY=redhat 14:10:35 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-279 14:10:35 + START_PACKAGES=/tmp/packages_start.txt 14:10:35 + END_PACKAGES=/tmp/packages_end.txt 14:10:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:10:35 + PACKAGES=/tmp/packages_start.txt 14:10:35 + '[' /w/workspace/dry_go-mod-core-contracts_PR-279 ']' 14:10:35 + PACKAGES=/tmp/packages_end.txt 14:10:35 + case "${OS_FAMILY}" in 14:10:35 + rpm -qa 14:10:35 + sort 14:10:40 + '[' -f /tmp/packages_start.txt ']' 14:10:40 + '[' -f /tmp/packages_end.txt ']' 14:10:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:10:40 + '[' /w/workspace/dry_go-mod-core-contracts_PR-279 ']' 14:10:40 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-279/archives/ 14:10:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-279/archives/ [Pipeline] isUnix [Pipeline] sh 14:10:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:10:41 14:10:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 14:10:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:10:42 alpine: Pulling from edgex-lftools-log-publisher 14:10:42 df20fa9351a1: Pulling fs layer 14:10:42 36b3adc4ff6f: Pulling fs layer 14:10:42 8ad3a11d3b57: Pulling fs layer 14:10:42 46f8f816bc3b: Pulling fs layer 14:10:42 0dadc02b9964: Pulling fs layer 14:10:42 ce6a7cf60c04: Pulling fs layer 14:10:42 7a184a31f384: Pulling fs layer 14:10:42 0879bd2ef858: Pulling fs layer 14:10:42 0dadc02b9964: Waiting 14:10:42 7a184a31f384: Waiting 14:10:42 46f8f816bc3b: Waiting 14:10:42 0879bd2ef858: Waiting 14:10:42 ce6a7cf60c04: Waiting 14:10:42 36b3adc4ff6f: Verifying Checksum 14:10:42 36b3adc4ff6f: Download complete 14:10:42 46f8f816bc3b: Verifying Checksum 14:10:42 46f8f816bc3b: Download complete 14:10:42 df20fa9351a1: Verifying Checksum 14:10:42 df20fa9351a1: Download complete 14:10:42 ce6a7cf60c04: Verifying Checksum 14:10:42 ce6a7cf60c04: Download complete 14:10:42 7a184a31f384: Verifying Checksum 14:10:42 7a184a31f384: Download complete 14:10:42 0dadc02b9964: Verifying Checksum 14:10:42 0dadc02b9964: Download complete 14:10:42 8ad3a11d3b57: Download complete 14:10:42 df20fa9351a1: Pull complete 14:10:42 36b3adc4ff6f: Pull complete 14:10:42 0879bd2ef858: Verifying Checksum 14:10:42 0879bd2ef858: Download complete 14:10:43 8ad3a11d3b57: Pull complete 14:10:43 46f8f816bc3b: Pull complete 14:10:43 0dadc02b9964: Pull complete 14:10:44 ce6a7cf60c04: Pull complete 14:10:44 7a184a31f384: Pull complete 14:10:46 0879bd2ef858: Pull complete 14:10:46 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 14:10:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:10:46 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 14:10:46 prd-centos7-docker-4c-2g-1726 does not seem to be running inside a container 14:10:46 $ 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-279 -v /w/workspace/dry_go-mod-core-contracts_PR-279:/w/workspace/dry_go-mod-core-contracts_PR-279:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-279@tmp:/w/workspace/dry_go-mod-core-contracts_PR-279@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 14:10:52 $ docker top 6ccf89d03d30008faf9f88a944ae0f9226e731f29ea3549e35cab1b6cf291b63 -eo pid,comm [Pipeline] { [Pipeline] sh 14:10:52 + mkdir -p /var/log/sa [Pipeline] sh 14:10:53 + ls /var/log/sa-host 14:10:53 + sadf -c /var/log/sa-host/sa05 14:10:53 file_magic: OK 14:10:53 HZ: Using current value: 100 14:10:53 file_header: OK 14:10: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 14:10:53 Statistics: 14:10:53 Hnuu...uuuununununu...Hnuu...uuuununununu... 14:10:53 File successfully converted to sysstat format version 12.2.1 14:10:53 + sadf -c /var/log/sa-host/sa07 14:10:53 file_magic: OK 14:10:53 HZ: Using current value: 100 14:10:53 file_header: OK 14:10: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 14:10:53 Statistics: 14:10:53 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 14:10:53 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:10:53 provisioning config files... 14:10:53 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-279@tmp/config3369495300694025363tmp [Pipeline] { [Pipeline] echo 14:10:53 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:10:53 ---> create-netrc.sh [Pipeline] echo 14:10:53 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:10:53 ---> logs-deploy.sh 14:10:53 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-279/6 14:10:53 INFO: archiving workspace using pattern(s): 14:10:55 Archives upload complete. 14:10:55 INFO: archiving logs to Nexus 14:10:56 ---> uname -a: 14:10:56 Linux 6ccf89d03d30 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 14:10:56 14:10:56 14:10:56 ---> lscpu: 14:10:56 Architecture: x86_64 14:10:56 CPU op-mode(s): 32-bit, 64-bit 14:10:56 Byte Order: Little Endian 14:10:56 Address sizes: 40 bits physical, 48 bits virtual 14:10:56 CPU(s): 4 14:10:56 On-line CPU(s) list: 0-3 14:10:56 Thread(s) per core: 1 14:10:56 Core(s) per socket: 1 14:10:56 Socket(s): 4 14:10:56 NUMA node(s): 1 14:10:56 Vendor ID: GenuineIntel 14:10:56 CPU family: 6 14:10:56 Model: 44 14:10:56 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 14:10:56 Stepping: 1 14:10:56 CPU MHz: 2933.436 14:10:56 BogoMIPS: 5866.87 14:10:56 Virtualization: VT-x 14:10:56 Hypervisor vendor: KVM 14:10:56 Virtualization type: full 14:10:56 L1d cache: 128 KiB 14:10:56 L1i cache: 128 KiB 14:10:56 L2 cache: 16 MiB 14:10:56 L3 cache: 64 MiB 14:10:56 NUMA node0 CPU(s): 0-3 14:10:56 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 14:10:56 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 14:10:56 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 14:10:56 Vulnerability Meltdown: Mitigation; PTI 14:10:56 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 14:10:56 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 14:10:56 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 14:10:56 Vulnerability Tsx async abort: Not affected 14:10: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 14:10:56 14:10:56 14:10:56 ---> nproc: 14:10:56 4 14:10:56 14:10:56 14:10:56 ---> df -h: 14:10:56 Filesystem Size Used Available Use% Mounted on 14:10:56 overlay 50.0G 7.0G 43.0G 14% / 14:10:56 tmpfs 64.0M 0 64.0M 0% /dev 14:10:56 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 14:10:56 shm 64.0M 0 64.0M 0% /dev/shm 14:10:56 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/resolv.conf 14:10:56 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hostname 14:10:56 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hosts 14:10:56 /dev/vda1 50.0G 7.0G 43.0G 14% /var/log/sa-host 14:10:56 /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/dry_go-mod-core-contracts_PR-279 14:10:56 /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/dry_go-mod-core-contracts_PR-279@tmp 14:10:56 14:10:56 14:10:56 ---> free -m: 14:10:56 total used free shared buff/cache available 14:10:56 Mem: 1837 630 117 0 1089 1099 14:10:56 Swap: 1023 0 1023 14:10:56 14:10:56 14:10:56 ---> ip addr: 14:10:56 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 14:10:56 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 14:10:56 inet 127.0.0.1/8 scope host lo 14:10:56 valid_lft forever preferred_lft forever 14:10:56 6: eth0@if7: mtu 1458 qdisc noqueue state UP 14:10:56 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 14:10:56 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 14:10:56 valid_lft forever preferred_lft forever 14:10:56 14:10:56 14:10:56 ---> sar -b -r -n DEV: 14:10:56 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/07/20 _x86_64_ (4 CPU) 14:10:56 14:10:56 14:02:40 LINUX RESTART (4 CPU) 14:10:56 14:10:56 14:04:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 14:10:56 14:05:01 3.25 0.00 3.25 0.00 0.00 110.09 0.00 14:10:56 14:06:01 0.45 0.00 0.45 0.00 0.00 6.61 0.00 14:10:56 14:07:01 0.23 0.00 0.23 0.00 0.00 3.26 0.00 14:10:56 14:08:01 0.30 0.00 0.30 0.00 0.00 3.65 0.00 14:10:56 14:09:01 0.52 0.18 0.33 0.00 15.99 8.18 0.00 14:10:56 14:10:01 0.62 0.02 0.60 0.00 0.13 9.59 0.00 14:10:56 Average: 0.89 0.03 0.86 0.00 2.69 23.56 0.00 14:10:56 14:10:56 14:04:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 14:10:56 14:05:01 168320 0 552752 29.38 2620 1157864 1112204 37.96 399096 1153428 20 14:10:56 14:06:01 172804 0 548264 29.14 2620 1157868 1073140 36.62 399204 1149548 8 14:10:56 14:07:01 171464 0 549596 29.21 2620 1157876 1073392 36.63 400400 1149548 8 14:10:56 14:08:01 171896 0 549164 29.19 2620 1157876 1073140 36.62 407004 1142832 8 14:10:56 14:09:01 167040 0 553420 29.41 2620 1158476 1085912 37.06 410748 1143272 16 14:10:56 14:10:01 166736 0 553712 29.43 2620 1158488 1085900 37.06 410836 1143272 8 14:10:56 Average: 169710 0 551151 29.29 2620 1158075 1083948 36.99 404548 1146983 11 14:10:56 14:10:56 14:04:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 14:10:56 14:05:01 eth0 1.05 0.33 0.39 0.17 0.00 0.00 0.00 0.00 14:10:56 14:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:10:56 14:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:10:56 14:06:01 eth0 0.57 0.08 0.06 0.04 0.00 0.00 0.00 0.00 14:10:56 14:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:10:56 14:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:10:56 14:07:01 eth0 1.30 0.78 0.61 0.40 0.00 0.00 0.00 0.00 14:10:56 14:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:10:56 14:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:10:56 14:08:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 14:10:56 14:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:10:56 14:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:10:56 14:09:01 eth0 7.39 4.18 6.52 3.06 0.00 0.00 0.00 0.00 14:10:56 14:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:10:56 14:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:10:56 14:10:01 eth0 1.22 0.75 0.92 0.49 0.00 0.00 0.00 0.00 14:10:56 14:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:10:56 14:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:10:56 Average: eth0 1.94 1.04 1.42 0.69 0.00 0.00 0.00 0.00 14:10:56 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:10:56 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:10:56 14:10:56 14:10:56 ---> sar -P ALL: 14:10:56 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/07/20 _x86_64_ (4 CPU) 14:10:56 14:10:56 14:02:40 LINUX RESTART (4 CPU) 14:10:56 14:10:56 14:04:01 CPU %user %nice %system %iowait %steal %idle 14:10:56 14:05:01 all 0.17 0.00 0.05 0.00 0.00 99.78 14:10:56 14:05:01 0 0.48 0.00 0.05 0.00 0.00 99.47 14:10:56 14:05:01 1 0.08 0.00 0.08 0.00 0.02 99.82 14:10:56 14:05:01 2 0.07 0.00 0.03 0.00 0.00 99.90 14:10:56 14:05:01 3 0.05 0.00 0.02 0.00 0.00 99.93 14:10:56 14:06:01 all 0.16 0.00 0.04 0.00 0.01 99.78 14:10:56 14:06:01 0 0.50 0.00 0.02 0.00 0.02 99.47 14:10:56 14:06:01 1 0.07 0.00 0.08 0.00 0.02 99.83 14:10:56 14:06:01 2 0.07 0.00 0.03 0.00 0.02 99.88 14:10:56 14:06:01 3 0.02 0.00 0.03 0.00 0.00 99.95 14:10:56 14:07:01 all 0.18 0.00 0.03 0.00 0.00 99.79 14:10:56 14:07:01 0 0.48 0.00 0.02 0.00 0.00 99.50 14:10:56 14:07:01 1 0.13 0.00 0.07 0.00 0.00 99.80 14:10:56 14:07:01 2 0.08 0.00 0.02 0.00 0.00 99.90 14:10:56 14:07:01 3 0.02 0.00 0.02 0.00 0.00 99.97 14:10:56 14:08:01 all 0.15 0.00 0.05 0.00 0.00 99.80 14:10:56 14:08:01 0 0.50 0.00 0.07 0.00 0.00 99.43 14:10:56 14:08:01 1 0.00 0.00 0.03 0.00 0.00 99.97 14:10:56 14:08:01 2 0.07 0.00 0.07 0.00 0.00 99.87 14:10:56 14:08:01 3 0.03 0.00 0.03 0.00 0.02 99.92 14:10:56 14:09:01 all 0.28 0.00 0.12 0.00 0.01 99.59 14:10:56 14:09:01 0 0.42 0.00 0.23 0.00 0.00 99.35 14:10:56 14:09:01 1 0.22 0.00 0.08 0.02 0.02 99.67 14:10:56 14:09:01 2 0.27 0.00 0.08 0.00 0.02 99.63 14:10:56 14:09:01 3 0.23 0.00 0.07 0.00 0.00 99.70 14:10:56 14:10:01 all 0.16 0.00 0.05 0.00 0.00 99.79 14:10:56 14:10:01 0 0.02 0.00 0.07 0.00 0.00 99.92 14:10:56 14:10:01 1 0.52 0.00 0.03 0.00 0.00 99.45 14:10:56 14:10:01 2 0.05 0.00 0.07 0.00 0.00 99.88 14:10:56 14:10:01 3 0.05 0.00 0.05 0.00 0.00 99.90 14:10:56 Average: all 0.18 0.00 0.06 0.00 0.00 99.75 14:10:56 Average: 0 0.40 0.00 0.07 0.00 0.00 99.52 14:10:56 Average: 1 0.17 0.00 0.06 0.00 0.01 99.76 14:10:56 Average: 2 0.10 0.00 0.05 0.00 0.01 99.84 14:10:56 Average: 3 0.07 0.00 0.04 0.00 0.00 99.89 14:10:56 14:10:56 14:10:56