Pull request #275 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 difince for edgexfoundry/go-mod-core-contracts Obtained Jenkinsfile from bd8f8d19c20dbc7fadefa67ce3f28029a8a93a93+ea610856f072ced9ef63eed7b5c39c15fdf296c1 (9ca1951077a55a34ac3cc2bece523bb3be4808eb) 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 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 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 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 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 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 # timeout=10 Commit message: "Merge pull request #236 from ernestojeda/update-log-publish-steps" > 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-1270 in /w/workspace/dry_go-mod-core-contracts_PR-275 [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-275 # 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/275/head:refs/remotes/origin/PR-275 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/275/head:refs/remotes/origin/PR-275 # 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/275/head:refs/remotes/origin/PR-275 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit ea610856f072ced9ef63eed7b5c39c15fdf296c1 into PR head commit bd8f8d19c20dbc7fadefa67ce3f28029a8a93a93 Merge succeeded, producing bd8f8d19c20dbc7fadefa67ce3f28029a8a93a93 Checking out Revision bd8f8d19c20dbc7fadefa67ce3f28029a8a93a93 (PR-275) > git config core.sparsecheckout # timeout=10 > git checkout -f bd8f8d19c20dbc7fadefa67ce3f28029a8a93a93 # 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 ea610856f072ced9ef63eed7b5c39c15fdf296c1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bd8f8d19c20dbc7fadefa67ce3f28029a8a93a93 # timeout=10 Commit message: "Add Update method in DeviceServiceClient" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:27:14 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:27:14 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:27:14 ========================================================= 14:27:14 EdgeX Global Pipelines Version Info 14:27:14 ========================================================= [Pipeline] libraryResource [Pipeline] sh 14:27:16 ------------------- 14:27:16 stable info: 14:27:16 ------------------- 14:27:16 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:27:16 Commit SHA: 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 14:27:16 Message: update stable to v1.0.117 14:27:16 ------------------- 14:27:16 experimental info: 14:27:16 ------------------- 14:27:16 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:27:16 Commit SHA: 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 14:27:16 Message: update experimental to v1.0.117 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 14:27:17 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 14:27:17 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 14:27:17 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 14:27:17 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 14:27:17 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 14:27:17 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo 14:27:17 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 14:27:17 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo 14:27:18 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 14:27:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 14:27:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 14:27:18 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 14:27:18 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 14:27:18 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 14:27:18 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 14:27:18 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 14:27:18 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 14:27:18 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 14:27:18 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 14:27:18 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 14:27:19 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 14:27:19 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 14:27:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-275 [Pipeline] echo 14:27:19 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-275 [Pipeline] echo 14:27:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-275 [Pipeline] echo 14:27:19 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bd8f8d19c20dbc7fadefa67ce3f28029a8a93a93 [Pipeline] echo 14:27:19 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bd8f8d1 [Pipeline] echo 14:27:19 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:27:20 + git log --format=format:%s -1 bd8f8d19c20dbc7fadefa67ce3f28029a8a93a93 [Pipeline] echo 14:27:20 GIT_COMMIT: bd8f8d19c20dbc7fadefa67ce3f28029a8a93a93, Commit Message: Add Update method in DeviceServiceClient [Pipeline] echo 14:27:20 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 14:27:21 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:27:21 14:27:21 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 14:27:22 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:27:22 latest: Pulling from edgex-devops/git-semver 14:27:22 31603596830f: Pulling fs layer 14:27:22 2a8b12db71e7: Pulling fs layer 14:27:22 6ca5941a6612: Pulling fs layer 14:27:22 ecc8261a40a4: Pulling fs layer 14:27:22 ecc8261a40a4: Waiting 14:27:22 2a8b12db71e7: Verifying Checksum 14:27:22 2a8b12db71e7: Download complete 14:27:22 31603596830f: Verifying Checksum 14:27:22 31603596830f: Download complete 14:27:22 ecc8261a40a4: Verifying Checksum 14:27:22 ecc8261a40a4: Download complete 14:27:22 6ca5941a6612: Verifying Checksum 14:27:22 6ca5941a6612: Download complete 14:27:22 31603596830f: Pull complete 14:27:22 2a8b12db71e7: Pull complete 14:27:23 6ca5941a6612: Pull complete 14:27:24 ecc8261a40a4: Pull complete 14:27:24 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 14:27:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:27:24 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 14:27:24 prd-centos7-docker-4c-2g-1270 does not seem to be running inside a container 14:27:24 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-275 -v /w/workspace/dry_go-mod-core-contracts_PR-275:/w/workspace/dry_go-mod-core-contracts_PR-275:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-275@tmp:/w/workspace/dry_go-mod-core-contracts_PR-275@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:27:26 $ docker top 4a34c3d2a6a6d985c4481815a0c23b0d1f42ac19292147c968fcca2f5ae45795 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:27:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:27:26 [ssh-agent] Looking for ssh-agent implementation... 14:27:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:27:27 $ docker exec 4a34c3d2a6a6d985c4481815a0c23b0d1f42ac19292147c968fcca2f5ae45795 ssh-agent 14:27:27 SSH_AUTH_SOCK=/tmp/ssh-Zh6gPiI7IId3/agent.11 14:27:27 SSH_AGENT_PID=17 14:27:27 Running ssh-add (command line suppressed) 14:27:27 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-275@tmp/private_key_6617624649242721062.key (/w/workspace/dry_go-mod-core-contracts_PR-275@tmp/private_key_6617624649242721062.key) 14:27:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:27:27 + git describe --exact-match --tags HEAD 14:27:27 fatal: No names found, cannot describe anything. [Pipeline] } 14:27:27 $ docker exec --env ******** --env ******** 4a34c3d2a6a6d985c4481815a0c23b0d1f42ac19292147c968fcca2f5ae45795 ssh-agent -k 14:27:27 unset SSH_AUTH_SOCK; 14:27:27 unset SSH_AGENT_PID; 14:27:27 echo Agent pid 17 killed; 14:27:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 14:27:28 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 14:27:28 This usually means this commit has not been tagged. [Pipeline] sshagent 14:27:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:27:28 [ssh-agent] Looking for ssh-agent implementation... 14:27:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:27:28 $ docker exec 4a34c3d2a6a6d985c4481815a0c23b0d1f42ac19292147c968fcca2f5ae45795 ssh-agent 14:27:28 SSH_AUTH_SOCK=/tmp/ssh-6PzaJnABbQvf/agent.48 14:27:28 SSH_AGENT_PID=53 14:27:28 Running ssh-add (command line suppressed) 14:27:28 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-275@tmp/private_key_6719773364445609330.key (/w/workspace/dry_go-mod-core-contracts_PR-275@tmp/private_key_6719773364445609330.key) 14:27:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:27:29 + git semver init 14:27:29 # -> Open(): unable to determine branch for HEAD 14:27:29 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-275/.git 14:27:29 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-275 14:27:29 # $SEMVER_REMOTE_NAME = origin 14:27:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:27:29 # $SEMVER_USER_NAME = edgex-jenkins 14:27:29 # $SEMVER_BRANCH = PR-275 14:27:29 # $SEMVER_TEMP = /tmp/semver-932853492 14:27:29 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 14:27:29 # '/tmp/semver-932853492' -> '/w/workspace/dry_go-mod-core-contracts_PR-275/.semver' 14:27:29 # -> Force: false 14:27:29 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-275/.semver [Pipeline] } 14:27:29 $ docker exec --env ******** --env ******** 4a34c3d2a6a6d985c4481815a0c23b0d1f42ac19292147c968fcca2f5ae45795 ssh-agent -k 14:27:29 unset SSH_AUTH_SOCK; 14:27:29 unset SSH_AGENT_PID; 14:27:29 echo Agent pid 53 killed; 14:27:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:27:30 + git semver [Pipeline] } 14:27:30 $ docker stop --time=1 4a34c3d2a6a6d985c4481815a0c23b0d1f42ac19292147c968fcca2f5ae45795 14:27:32 $ docker rm -f 4a34c3d2a6a6d985c4481815a0c23b0d1f42ac19292147c968fcca2f5ae45795 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 14:27:33 Stashed 90 file(s) [Pipeline] echo 14:27:33 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 14:27:33 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:27:48 Still waiting to schedule task 14:27:48 Waiting for next available executor on ‘centos7-docker-4c-2g’ 14:27:48 Still waiting to schedule task 14:27:48 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 14:29:41 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1271 in /w/workspace/dry_go-mod-core-contracts_PR-275 [Pipeline] { [Pipeline] ws 14:29:41 Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout 14:29:46 using credential edgex-jenkins-ssh 14:29:46 Cloning the remote Git repository 14:29:46 Cloning with configured refspecs honoured and without tags 14:29:46 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 14:29:46 > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 14:29:47 Fetching without tags 14:29:46 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 14:29:46 > git --version # timeout=10 14:29:46 > git --version # 'git version 2.17.1' 14:29:46 using GIT_SSH to set credentials SSH Credentials for GitHub 14:29:46 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/275/head:refs/remotes/origin/PR-275 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:29:47 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 14:29:47 > git config --add remote.origin.fetch +refs/pull/275/head:refs/remotes/origin/PR-275 # timeout=10 14:29:47 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 14:29:47 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 14:29:47 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 14:29:47 using GIT_SSH to set credentials SSH Credentials for GitHub 14:29:47 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/275/head:refs/remotes/origin/PR-275 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:29:48 Merging remotes/origin/master commit ea610856f072ced9ef63eed7b5c39c15fdf296c1 into PR head commit bd8f8d19c20dbc7fadefa67ce3f28029a8a93a93 14:29:48 Merge succeeded, producing bd8f8d19c20dbc7fadefa67ce3f28029a8a93a93 14:29:48 Checking out Revision bd8f8d19c20dbc7fadefa67ce3f28029a8a93a93 (PR-275) 14:29:48 > git config core.sparsecheckout # timeout=10 14:29:48 > git checkout -f bd8f8d19c20dbc7fadefa67ce3f28029a8a93a93 # timeout=10 14:29:48 > git remote # timeout=10 14:29:48 > git config --get remote.origin.url # timeout=10 14:29:48 using GIT_SSH to set credentials SSH Credentials for GitHub 14:29:48 > git merge ea610856f072ced9ef63eed7b5c39c15fdf296c1 # timeout=10 14:29:48 > git rev-parse HEAD^{commit} # timeout=10 14:29:48 > git config core.sparsecheckout # timeout=10 14:29:48 > git checkout -f bd8f8d19c20dbc7fadefa67ce3f28029a8a93a93 # timeout=10 14:29:52 Commit message: "Add Update method in DeviceServiceClient" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 14:29:54 ========================================================= 14:29:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 14:29:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:29:55 + 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:29:56 Sending build context to Docker daemon 2.16MB 14:29:56 Step 1/7 : ARG BASE=golang:1.13-alpine 14:29:56 Step 2/7 : FROM ${BASE} 14:29:56 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 14:29:56 b538f80385f9: Pulling fs layer 14:29:56 74f711af9a0d: Pulling fs layer 14:29:56 99f96fe45779: Pulling fs layer 14:29:56 fd7a069fd194: Pulling fs layer 14:29:56 66aa3694b03b: Pulling fs layer 14:29:56 170f70906a0f: Pulling fs layer 14:29:56 ad7c5574e4b9: Pulling fs layer 14:29:56 e772456be8f7: Pulling fs layer 14:29:56 c890913d741a: Pulling fs layer 14:29:56 2480fcc9aa5a: Pulling fs layer 14:29:56 09adf4765672: Pulling fs layer 14:29:56 fd7a069fd194: Waiting 14:29:56 66aa3694b03b: Waiting 14:29:56 170f70906a0f: Waiting 14:29:56 ad7c5574e4b9: Waiting 14:29:56 e772456be8f7: Waiting 14:29:56 c890913d741a: Waiting 14:29:56 2480fcc9aa5a: Waiting 14:29:56 09adf4765672: Waiting 14:29:56 99f96fe45779: Verifying Checksum 14:29:56 99f96fe45779: Download complete 14:29:56 74f711af9a0d: Verifying Checksum 14:29:56 74f711af9a0d: Download complete 14:29:56 66aa3694b03b: Verifying Checksum 14:29:56 66aa3694b03b: Download complete 14:29:56 170f70906a0f: Verifying Checksum 14:29:56 170f70906a0f: Download complete 14:29:56 b538f80385f9: Verifying Checksum 14:29:56 b538f80385f9: Download complete 14:29:57 b538f80385f9: Pull complete 14:29:58 74f711af9a0d: Pull complete 14:29:58 99f96fe45779: Pull complete 14:29:59 ad7c5574e4b9: Verifying Checksum 14:29:59 ad7c5574e4b9: Download complete 14:29:59 c890913d741a: Download complete 14:30:01 2480fcc9aa5a: Verifying Checksum 14:30:01 2480fcc9aa5a: Download complete 14:30:01 09adf4765672: Verifying Checksum 14:30:01 09adf4765672: Download complete 14:30:02 e772456be8f7: Verifying Checksum 14:30:02 e772456be8f7: Download complete 14:30:02 fd7a069fd194: Verifying Checksum 14:30:02 fd7a069fd194: Download complete 14:30:15 fd7a069fd194: Pull complete 14:30:15 66aa3694b03b: Pull complete 14:30:15 170f70906a0f: Pull complete 14:30:17 ad7c5574e4b9: Pull complete 14:30:23 e772456be8f7: Pull complete 14:30:23 c890913d741a: Pull complete 14:30:25 2480fcc9aa5a: Pull complete 14:30:25 09adf4765672: Pull complete 14:30:25 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 14:30:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 14:30:25 ---> 2248a725d1cf 14:30:25 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 14:30:30 ---> Running in 5bd9d5468bda 14:30:30 Removing intermediate container 5bd9d5468bda 14:30:30 ---> 3d3050086aac 14:30:30 Step 4/7 : RUN apk add bash 14:30:30 ---> Running in 7c989c0c5be4 14:30:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:30:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:30:34 OK: 142 MiB in 39 packages 14:30:35 Removing intermediate container 7c989c0c5be4 14:30:35 ---> a317f96fc5c4 14:30:35 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 14:30:35 ---> Running in 153bf58801d4 14:30:35 Removing intermediate container 153bf58801d4 14:30:35 ---> d7a0cfce37c6 14:30:35 Step 6/7 : COPY go.mod . 14:30:36 Running on prd-centos7-docker-4c-2g-1272 in /w/workspace/dry_go-mod-core-contracts_PR-275 [Pipeline] { [Pipeline] ws 14:30:36 Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout 14:30:36 ---> a1b9b206f92f 14:30:36 Step 7/7 : RUN go mod download 14:30:36 ---> Running in d1c5cfdab959 14:30:39 go: finding github.com/davecgh/go-spew v1.1.0 14:30:39 go: finding github.com/fxamacker/cbor/v2 v2.2.0 14:30:39 go: finding github.com/go-kit/kit v0.8.0 14:30:39 go: finding github.com/go-logfmt/logfmt v0.4.0 14:30:39 go: finding github.com/go-playground/assert/v2 v2.0.1 14:30:39 go: finding github.com/go-playground/locales v0.13.0 14:30:39 go: finding github.com/go-playground/universal-translator v0.17.0 14:30:39 go: finding github.com/go-playground/validator/v10 v10.3.0 14:30:39 go: finding github.com/go-stack/stack v1.8.0 14:30:39 go: finding github.com/google/uuid v1.1.0 14:30:39 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 14:30:39 go: finding github.com/leodido/go-urn v1.2.0 14:30:39 go: finding github.com/pmezard/go-difflib v1.0.0 14:30:39 go: finding github.com/stretchr/objx v0.1.0 14:30:39 go: finding github.com/stretchr/testify v1.5.1 14:30:39 go: finding github.com/x448/float16 v0.8.4 14:30:39 go: finding golang.org/x/text v0.3.2 14:30:39 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 14:30:39 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 14:30:39 go: finding gopkg.in/yaml.v2 v2.2.8 14:30:45 using credential edgex-jenkins-ssh 14:30:45 Cloning the remote Git repository 14:30:45 Cloning with configured refspecs honoured and without tags 14:30:45 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 14:30:45 > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 14:30:45 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 14:30:45 > git --version # timeout=10 14:30:45 > git --version # 'git version 2.16.5' 14:30:45 using GIT_SSH to set credentials SSH Credentials for GitHub 14:30:45 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/275/head:refs/remotes/origin/PR-275 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:30:46 Fetching without tags 14:30:47 Merging remotes/origin/master commit ea610856f072ced9ef63eed7b5c39c15fdf296c1 into PR head commit bd8f8d19c20dbc7fadefa67ce3f28029a8a93a93 14:30:46 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 14:30:46 > git config --add remote.origin.fetch +refs/pull/275/head:refs/remotes/origin/PR-275 # timeout=10 14:30:46 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 14:30:46 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 14:30:46 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 14:30:46 using GIT_SSH to set credentials SSH Credentials for GitHub 14:30:46 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/275/head:refs/remotes/origin/PR-275 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:30:47 > git config core.sparsecheckout # timeout=10 14:30:47 > git checkout -f bd8f8d19c20dbc7fadefa67ce3f28029a8a93a93 # timeout=10 14:30:47 Merge succeeded, producing bd8f8d19c20dbc7fadefa67ce3f28029a8a93a93 14:30:47 Checking out Revision bd8f8d19c20dbc7fadefa67ce3f28029a8a93a93 (PR-275) 14:30:47 > git remote # timeout=10 14:30:47 > git config --get remote.origin.url # timeout=10 14:30:47 using GIT_SSH to set credentials SSH Credentials for GitHub 14:30:47 > git merge ea610856f072ced9ef63eed7b5c39c15fdf296c1 # timeout=10 14:30:47 > git rev-parse HEAD^{commit} # timeout=10 14:30:47 > git config core.sparsecheckout # timeout=10 14:30:47 > git checkout -f bd8f8d19c20dbc7fadefa67ce3f28029a8a93a93 # timeout=10 14:30:51 Removing intermediate container d1c5cfdab959 14:30:51 ---> af3cf384a062 14:30:51 Successfully built af3cf384a062 14:30:51 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 14:30:52 Commit message: "Add Update method in DeviceServiceClient" [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 14:30:52 + docker inspect -f . ci-base-image-arm64 14:30:52 . [Pipeline] withDockerContainer 14:30:53 prd-ubuntu18.04-docker-arm64-4c-16g-1271 does not seem to be running inside a container 14:30:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 14:30:54 $ docker top 16eae9ce7384dee5da86407243aec86333529d5ce9a90cd24c10552d0e864003 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 14:30:55 ========================================================= 14:30:55 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 14:30:55 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:30:56 + go version 14:30:56 go version go1.13.13 linux/arm64 [Pipeline] sh 14:30: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:30:57 + make test 14:30:57 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 14:30:57 Sending build context to Docker daemon 2.16MB 14:30:57 Step 1/7 : ARG BASE=golang:1.13-alpine 14:30:57 Step 2/7 : FROM ${BASE} 14:30:57 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 14:30:57 df20fa9351a1: Pulling fs layer 14:30:57 ed8968b2872e: Pulling fs layer 14:30:57 a92cc7c5fd73: Pulling fs layer 14:30:57 2dd03ba5bac4: Pulling fs layer 14:30:57 1e091d79d1de: Pulling fs layer 14:30:57 481702a1767f: Pulling fs layer 14:30:57 f64a6f60c768: Pulling fs layer 14:30:57 e78d2573fc39: Pulling fs layer 14:30:57 e876d2f968b6: Pulling fs layer 14:30:57 ce8a83651883: Pulling fs layer 14:30:57 07967f4d0e4b: Pulling fs layer 14:30:57 2dd03ba5bac4: Waiting 14:30:57 1e091d79d1de: Waiting 14:30:57 e78d2573fc39: Waiting 14:30:57 e876d2f968b6: Waiting 14:30:57 ce8a83651883: Waiting 14:30:57 07967f4d0e4b: Waiting 14:30:57 481702a1767f: Waiting 14:30:57 f64a6f60c768: Waiting 14:30:58 a92cc7c5fd73: Verifying Checksum 14:30:58 a92cc7c5fd73: Download complete 14:30:58 ed8968b2872e: Verifying Checksum 14:30:58 ed8968b2872e: Download complete 14:30:58 1e091d79d1de: Verifying Checksum 14:30:58 1e091d79d1de: Download complete 14:30:58 481702a1767f: Verifying Checksum 14:30:58 481702a1767f: Download complete 14:30:58 df20fa9351a1: Verifying Checksum 14:30:58 df20fa9351a1: Download complete 14:30:58 df20fa9351a1: Pull complete 14:30:59 ed8968b2872e: Pull complete 14:30:59 a92cc7c5fd73: Pull complete 14:30:59 f64a6f60c768: Verifying Checksum 14:30:59 f64a6f60c768: Download complete 14:30:59 e876d2f968b6: Verifying Checksum 14:30:59 e876d2f968b6: Download complete 14:31:01 e78d2573fc39: Verifying Checksum 14:31:01 e78d2573fc39: Download complete 14:31:01 2dd03ba5bac4: Verifying Checksum 14:31:01 2dd03ba5bac4: Download complete 14:31:01 07967f4d0e4b: Verifying Checksum 14:31:01 07967f4d0e4b: Download complete 14:31:01 ce8a83651883: Verifying Checksum 14:31:01 ce8a83651883: Download complete 14:31:11 2dd03ba5bac4: Pull complete 14:31:11 1e091d79d1de: Pull complete 14:31:12 481702a1767f: Pull complete 14:31:16 f64a6f60c768: Pull complete 14:31:19 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 14:31:19 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.059s coverage: 85.7% of statements 14:31:19 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.044s coverage: 100.0% of statements 14:31:20 e78d2573fc39: Pull complete 14:31:21 e876d2f968b6: Pull complete 14:31:21 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.042s coverage: 45.4% of statements 14:31:21 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.025s coverage: 77.8% of statements 14:31:21 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 14:31:22 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.034s coverage: 6.4% of statements 14:31:23 ce8a83651883: Pull complete 14:31:23 07967f4d0e4b: Pull complete 14:31:23 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 14:31:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 14:31:23 ---> 5d7c900382c6 14:31:23 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 14:31:23 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.048s coverage: 14.7% of statements 14:31:24 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.077s coverage: 100.0% of statements 14:31:24 ---> Running in 48356399d4a0 14:31:24 Removing intermediate container 48356399d4a0 14:31:24 ---> 613b4df1a72c 14:31:24 Step 4/7 : RUN apk add bash 14:31:25 ---> Running in b9b0b5b4812f 14:31:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:31:26 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.080s coverage: 91.8% of statements 14:31:26 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 14:31:26 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 14:31:26 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.025s coverage: 100.0% of statements 14:31:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:31:28 OK: 166 MiB in 39 packages 14:31:29 Removing intermediate container b9b0b5b4812f 14:31:29 ---> 880828683450 14:31:29 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 14:31:29 ---> Running in 2fcc64c30300 14:31:29 Removing intermediate container 2fcc64c30300 14:31:29 ---> 9cbfdef5ed50 14:31:29 Step 6/7 : COPY go.mod . 14:31:29 ---> 24f1c3bf8e98 14:31:29 Step 7/7 : RUN go mod download 14:31:29 ---> Running in 13a8456fd4d4 14:31:31 go: finding github.com/davecgh/go-spew v1.1.0 14:31:31 go: finding github.com/fxamacker/cbor/v2 v2.2.0 14:31:31 go: finding github.com/go-kit/kit v0.8.0 14:31:31 go: finding github.com/go-logfmt/logfmt v0.4.0 14:31:31 go: finding github.com/go-playground/assert/v2 v2.0.1 14:31:31 go: finding github.com/go-playground/locales v0.13.0 14:31:31 go: finding github.com/go-playground/universal-translator v0.17.0 14:31:31 go: finding github.com/go-playground/validator/v10 v10.3.0 14:31:32 go: finding github.com/go-stack/stack v1.8.0 14:31:32 go: finding github.com/google/uuid v1.1.0 14:31:32 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 14:31:32 go: finding github.com/leodido/go-urn v1.2.0 14:31:32 go: finding github.com/pmezard/go-difflib v1.0.0 14:31:32 go: finding github.com/stretchr/objx v0.1.0 14:31:32 go: finding github.com/stretchr/testify v1.5.1 14:31:32 go: finding github.com/x448/float16 v0.8.4 14:31:32 go: finding golang.org/x/text v0.3.2 14:31:32 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 14:31:32 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 14:31:32 go: finding gopkg.in/yaml.v2 v2.2.8 14:31:33 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.091s coverage: 62.6% of statements 14:31:33 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.058s coverage: 26.3% of statements 14:31:33 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.069s coverage: 15.4% of statements 14:31:33 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.041s coverage: 15.4% of statements 14:31:33 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.035s coverage: 14.3% of statements 14:31:33 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 14:31:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.074s coverage: 21.4% of statements 14:31:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.030s coverage: 100.0% of statements 14:31:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.073s coverage: 95.1% of statements 14:31:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.029s coverage: 100.0% of statements 14:31:35 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 14:31:36 CGO_ENABLED=0 GO111MODULE=on go vet ./... 14:31:39 gofmt -l . 14:31:40 [ "`gofmt -l .`" = "" ] [Pipeline] stash 14:31:41 Stashed 1 file(s) [Pipeline] } 14:31:41 $ docker stop --time=1 16eae9ce7384dee5da86407243aec86333529d5ce9a90cd24c10552d0e864003 14:31:42 Removing intermediate container 13a8456fd4d4 14:31:42 ---> 7414ab29fcf6 14:31:42 Successfully built 7414ab29fcf6 14:31:42 Successfully tagged ci-base-image-x86_64:latest 14:31:43 $ docker rm -f 16eae9ce7384dee5da86407243aec86333529d5ce9a90cd24c10552d0e864003 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] stage [Pipeline] { (Test) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) 14:31:45 + docker inspect -f . ci-base-image-x86_64 Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } 14:31:45 . [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] withDockerContainer 14:31:46 prd-centos7-docker-4c-2g-1272 does not seem to be running inside a container 14:31:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:31:47 $ docker top 132f0bfe4777d3eeacda9a4f3241f2516e9aa4a4cf61199ef2e2f9e456dc3b4d -eo pid,comm [Pipeline] { [Pipeline] // node [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] } 14:31:48 + go version 14:31:48 go version go1.13.13 linux/amd64 [Pipeline] sh 14:31:48 + make test 14:31:48 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 14:31:59 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 14:32:01 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.043s coverage: 85.7% of statements 14:32:01 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.038s coverage: 100.0% of statements 14:32:02 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.144s coverage: 45.4% of statements 14:32:02 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.037s coverage: 77.8% of statements 14:32:02 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 14:32:02 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.041s coverage: 6.4% of statements 14:32:04 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.062s coverage: 14.7% of statements 14:32:04 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.014s coverage: 100.0% of statements 14:32:05 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.051s coverage: 91.8% of statements 14:32:05 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 14:32:05 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 14:32:05 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.027s coverage: 100.0% of statements 14:32:08 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.051s coverage: 62.6% of statements 14:32:08 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.027s coverage: 26.3% of statements 14:32:08 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.047s coverage: 15.4% of statements 14:32:08 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.013s coverage: 15.4% of statements 14:32:08 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.019s coverage: 14.3% of statements 14:32:08 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 14:32:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.011s coverage: 21.4% of statements 14:32:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.050s coverage: 100.0% of statements 14:32:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.042s coverage: 95.1% of statements 14:32:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.014s coverage: 100.0% of statements 14:32:12 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 14:32:12 CGO_ENABLED=0 GO111MODULE=on go vet ./... 14:32:14 gofmt -l . 14:32:14 [ "`gofmt -l .`" = "" ] [Pipeline] stash 14:32:14 Warning: overwriting stash ‘coverage-report’ 14:32:15 Stashed 1 file(s) [Pipeline] } 14:32:15 $ docker stop --time=1 132f0bfe4777d3eeacda9a4f3241f2516e9aa4a4cf61199ef2e2f9e456dc3b4d 14:32:17 $ docker rm -f 132f0bfe4777d3eeacda9a4f3241f2516e9aa4a4cf61199ef2e2f9e456dc3b4d [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:32:19 provisioning config files... 14:32:19 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-275@tmp/config6133570379320660111tmp [Pipeline] { [Pipeline] sh 14:32:20 + curl -s https://codecov.io/bash 14:32:20 + bash -s - -t @/w/workspace/dry_go-mod-core-contracts_PR-275@tmp/config6133570379320660111tmp [Pipeline] } 14:34:41 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:34:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:34:44 ---> package-listing.sh 14:34:44 ++ facter osfamily 14:34:44 ++ tr '[:upper:]' '[:lower:]' 14:34:44 + OS_FAMILY=redhat 14:34:44 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-275 14:34:44 + START_PACKAGES=/tmp/packages_start.txt 14:34:44 + END_PACKAGES=/tmp/packages_end.txt 14:34:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:34:44 + PACKAGES=/tmp/packages_start.txt 14:34:44 + '[' /w/workspace/dry_go-mod-core-contracts_PR-275 ']' 14:34:44 + PACKAGES=/tmp/packages_end.txt 14:34:44 + case "${OS_FAMILY}" in 14:34:44 + rpm -qa 14:34:44 + sort 14:34:48 + '[' -f /tmp/packages_start.txt ']' 14:34:48 + '[' -f /tmp/packages_end.txt ']' 14:34:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:34:48 + '[' /w/workspace/dry_go-mod-core-contracts_PR-275 ']' 14:34:48 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-275/archives/ 14:34:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-275/archives/ [Pipeline] isUnix [Pipeline] sh 14:34:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:34:49 14:34:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 14:34:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:34:49 alpine: Pulling from edgex-lftools-log-publisher 14:34:49 df20fa9351a1: Pulling fs layer 14:34:49 36b3adc4ff6f: Pulling fs layer 14:34:49 8ad3a11d3b57: Pulling fs layer 14:34:49 46f8f816bc3b: Pulling fs layer 14:34:49 0dadc02b9964: Pulling fs layer 14:34:49 ce6a7cf60c04: Pulling fs layer 14:34:49 7a184a31f384: Pulling fs layer 14:34:49 0879bd2ef858: Pulling fs layer 14:34:49 0dadc02b9964: Waiting 14:34:49 ce6a7cf60c04: Waiting 14:34:49 7a184a31f384: Waiting 14:34:49 46f8f816bc3b: Waiting 14:34:49 0879bd2ef858: Waiting 14:34:49 36b3adc4ff6f: Verifying Checksum 14:34:49 36b3adc4ff6f: Download complete 14:34:49 46f8f816bc3b: Verifying Checksum 14:34:49 46f8f816bc3b: Download complete 14:34:49 df20fa9351a1: Verifying Checksum 14:34:49 df20fa9351a1: Download complete 14:34:49 ce6a7cf60c04: Verifying Checksum 14:34:49 ce6a7cf60c04: Download complete 14:34:49 0dadc02b9964: Verifying Checksum 14:34:49 0dadc02b9964: Download complete 14:34:49 7a184a31f384: Verifying Checksum 14:34:49 7a184a31f384: Download complete 14:34:50 8ad3a11d3b57: Verifying Checksum 14:34:50 8ad3a11d3b57: Download complete 14:34:50 df20fa9351a1: Pull complete 14:34:50 0879bd2ef858: Verifying Checksum 14:34:50 36b3adc4ff6f: Pull complete 14:34:51 8ad3a11d3b57: Pull complete 14:34:51 46f8f816bc3b: Pull complete 14:34:51 0dadc02b9964: Pull complete 14:34:51 ce6a7cf60c04: Pull complete 14:34:51 7a184a31f384: Pull complete 14:34:54 0879bd2ef858: Pull complete 14:34:54 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 14:34:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:34:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 14:34:54 prd-centos7-docker-4c-2g-1270 does not seem to be running inside a container 14:34: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-275 -v /w/workspace/dry_go-mod-core-contracts_PR-275:/w/workspace/dry_go-mod-core-contracts_PR-275:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-275@tmp:/w/workspace/dry_go-mod-core-contracts_PR-275@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 14:34:58 $ docker top d9c5836009a81c99bbb636f087fb0da321dab69e5ffc8c221b18e3862e317fbf -eo pid,comm [Pipeline] { [Pipeline] sh 14:34:59 + mkdir -p /var/log/sa [Pipeline] sh 14:34:59 + ls /var/log/sa-host 14:34:59 + sadf -c /var/log/sa-host/sa03 14:34:59 file_magic: OK 14:34:59 HZ: Using current value: 100 14:34:59 file_header: OK 14:34:59 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:34:59 Statistics: 14:34:59 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 14:34:59 File successfully converted to sysstat format version 12.2.1 14:34:59 + sadf -c /var/log/sa-host/sa05 14:34:59 file_magic: OK 14:34:59 HZ: Using current value: 100 14:34:59 file_header: OK 14:34:59 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:34:59 Statistics: 14:34:59 Hnuu...uuuununununu...Hnuu...uuuununununu... 14:34:59 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:34:59 provisioning config files... 14:34:59 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-275@tmp/config1583214796458267491tmp [Pipeline] { [Pipeline] echo 14:34:59 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:35:00 ---> create-netrc.sh [Pipeline] echo 14:35:00 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:35:00 ---> logs-deploy.sh 14:35:00 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-275/2 14:35:00 INFO: archiving workspace using pattern(s): 14:35:02 Archives upload complete. 14:35:02 INFO: archiving logs to Nexus 14:35:03 ---> uname -a: 14:35:03 Linux d9c5836009a8 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 14:35:03 14:35:03 14:35:03 ---> lscpu: 14:35:03 Architecture: x86_64 14:35:03 CPU op-mode(s): 32-bit, 64-bit 14:35:03 Byte Order: Little Endian 14:35:03 Address sizes: 40 bits physical, 48 bits virtual 14:35:03 CPU(s): 4 14:35:03 On-line CPU(s) list: 0-3 14:35:03 Thread(s) per core: 1 14:35:03 Core(s) per socket: 1 14:35:03 Socket(s): 4 14:35:03 NUMA node(s): 1 14:35:03 Vendor ID: GenuineIntel 14:35:03 CPU family: 6 14:35:03 Model: 44 14:35:03 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 14:35:03 Stepping: 1 14:35:03 CPU MHz: 2933.442 14:35:03 BogoMIPS: 5866.88 14:35:03 Virtualization: VT-x 14:35:03 Hypervisor vendor: KVM 14:35:03 Virtualization type: full 14:35:03 L1d cache: 128 KiB 14:35:03 L1i cache: 128 KiB 14:35:03 L2 cache: 16 MiB 14:35:03 L3 cache: 64 MiB 14:35:03 NUMA node0 CPU(s): 0-3 14:35:03 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 14:35:03 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 14:35:03 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 14:35:03 Vulnerability Meltdown: Mitigation; PTI 14:35:03 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 14:35:03 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 14:35:03 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 14:35:03 Vulnerability Tsx async abort: Not affected 14:35: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 14:35:03 14:35:03 14:35:03 ---> nproc: 14:35:03 4 14:35:03 14:35:03 14:35:03 ---> df -h: 14:35:03 Filesystem Size Used Available Use% Mounted on 14:35:03 overlay 50.0G 7.0G 43.0G 14% / 14:35:03 tmpfs 64.0M 0 64.0M 0% /dev 14:35:03 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 14:35:03 shm 64.0M 0 64.0M 0% /dev/shm 14:35:03 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/resolv.conf 14:35:03 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hostname 14:35:03 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hosts 14:35:03 /dev/vda1 50.0G 7.0G 43.0G 14% /var/log/sa-host 14:35:03 /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/dry_go-mod-core-contracts_PR-275 14:35:03 /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/dry_go-mod-core-contracts_PR-275@tmp 14:35:03 14:35:03 14:35:03 ---> free -m: 14:35:03 total used free shared buff/cache available 14:35:03 Mem: 1837 625 134 0 1077 1104 14:35:03 Swap: 1023 1 1022 14:35:03 14:35:03 14:35:03 ---> ip addr: 14:35:03 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 14:35:03 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 14:35:03 inet 127.0.0.1/8 scope host lo 14:35:03 valid_lft forever preferred_lft forever 14:35:03 6: eth0@if7: mtu 1458 qdisc noqueue state UP 14:35:03 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 14:35:03 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 14:35:03 valid_lft forever preferred_lft forever 14:35:03 14:35:03 14:35:03 ---> sar -b -r -n DEV: 14:35:03 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/03/20 _x86_64_ (4 CPU) 14:35:03 14:35:03 14:26:21 LINUX RESTART (4 CPU) 14:35:03 14:35:03 14:27:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 14:35:03 14:28:01 64.95 15.53 49.42 0.00 5020.33 5061.34 0.00 14:35:03 14:29:01 1.76 0.00 1.76 0.00 0.00 34.20 0.00 14:35:03 14:30:01 0.15 0.00 0.15 0.00 0.00 2.28 0.00 14:35:03 14:31:01 0.27 0.00 0.27 0.00 0.00 3.33 0.00 14:35:03 14:32:01 0.20 0.00 0.20 0.00 0.00 2.63 0.00 14:35:03 14:33:01 1.07 0.30 0.77 0.00 18.78 18.07 0.00 14:35:03 14:34:01 0.17 0.02 0.15 0.00 0.13 1.90 0.00 14:35:03 Average: 9.67 2.23 7.44 0.00 710.22 722.23 0.00 14:35:03 14:35:03 14:27:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 14:35:03 14:28:01 163488 0 549360 29.20 2620 1166088 1125256 38.40 384632 1172368 120 14:35:03 14:29:01 169852 0 542992 28.86 2620 1166092 1074212 36.66 382596 1168476 20 14:35:03 14:30:01 169232 0 543604 28.89 2620 1166100 1074416 36.67 383848 1168476 20 14:35:03 14:31:01 167560 0 545276 28.98 2620 1166100 1074460 36.67 385852 1167900 20 14:35:03 14:32:01 168284 0 544548 28.94 2620 1166104 1074212 36.66 393432 1159836 12 14:35:03 14:33:01 163652 0 548496 29.15 2620 1166788 1086484 37.08 397636 1160272 8 14:35:03 14:34:01 163612 0 548532 29.15 2620 1166792 1086804 37.09 397612 1160272 16 14:35:03 Average: 166526 0 546115 29.02 2620 1166295 1085121 37.03 389373 1165371 31 14:35:03 14:35:03 14:27:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 14:35:03 14:28:01 eth0 327.15 172.07 807.39 89.00 0.00 0.00 0.00 0.00 14:35:03 14:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:35:03 14:28:01 docker0 4.21 3.20 0.89 10.44 0.00 0.00 0.00 0.00 14:35:03 14:29:01 eth0 0.77 0.10 0.07 0.05 0.00 0.00 0.00 0.00 14:35:03 14:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:35:03 14:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:35:03 14:30:01 eth0 0.97 0.50 0.39 0.18 0.00 0.00 0.00 0.00 14:35:03 14:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:35:03 14:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:35:03 14:31:01 eth0 0.57 0.32 0.28 0.23 0.00 0.00 0.00 0.00 14:35:03 14:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:35:03 14:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:35:03 14:32:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 14:35:03 14:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:35:03 14:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:35:03 14:33:01 eth0 7.24 4.06 6.35 2.94 0.00 0.00 0.00 0.00 14:35:03 14:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:35:03 14:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:35:03 14:34:01 eth0 1.48 0.85 1.15 0.60 0.00 0.00 0.00 0.00 14:35:03 14:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:35:03 14:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:35:03 Average: eth0 47.70 25.10 114.97 13.12 0.00 0.00 0.00 0.00 14:35:03 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:35:03 Average: docker0 0.59 0.45 0.12 1.47 0.00 0.00 0.00 0.00 14:35:03 14:35:03 14:35:03 ---> sar -P ALL: 14:35:03 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/03/20 _x86_64_ (4 CPU) 14:35:03 14:35:03 14:26:21 LINUX RESTART (4 CPU) 14:35:03 14:35:03 14:27:01 CPU %user %nice %system %iowait %steal %idle 14:35:03 14:28:01 all 11.56 0.00 3.94 2.48 0.37 81.65 14:35:03 14:28:01 0 10.95 0.00 4.05 1.93 0.29 82.78 14:35:03 14:28:01 1 11.16 0.00 3.49 1.57 0.44 83.33 14:35:03 14:28:01 2 11.71 0.00 3.86 1.95 0.38 82.11 14:35:03 14:28:01 3 12.44 0.00 4.37 4.46 0.36 78.37 14:35:03 14:29:01 all 0.16 0.00 0.05 0.00 0.03 99.76 14:35:03 14:29:01 0 0.02 0.00 0.02 0.00 0.03 99.93 14:35:03 14:29:01 1 0.48 0.00 0.05 0.00 0.02 99.45 14:35:03 14:29:01 2 0.03 0.00 0.07 0.00 0.03 99.87 14:35:03 14:29:01 3 0.12 0.00 0.08 0.00 0.02 99.78 14:35:03 14:30:01 all 0.16 0.00 0.03 0.00 0.01 99.79 14:35:03 14:30:01 0 0.05 0.00 0.03 0.00 0.00 99.92 14:35:03 14:30:01 1 0.47 0.00 0.02 0.00 0.02 99.50 14:35:03 14:30:01 2 0.07 0.00 0.03 0.00 0.02 99.88 14:35:03 14:30:01 3 0.07 0.00 0.05 0.00 0.02 99.87 14:35:03 14:31:01 all 0.15 0.00 0.04 0.00 0.01 99.79 14:35:03 14:31:01 0 0.05 0.00 0.05 0.00 0.03 99.87 14:35:03 14:31:01 1 0.52 0.00 0.05 0.00 0.00 99.43 14:35:03 14:31:01 2 0.02 0.00 0.02 0.00 0.00 99.97 14:35:03 14:31:01 3 0.03 0.00 0.05 0.00 0.02 99.90 14:35:03 14:32:01 all 0.10 0.00 0.05 0.00 0.02 99.83 14:35:03 14:32:01 0 0.03 0.00 0.02 0.00 0.02 99.93 14:35:03 14:32:01 1 0.30 0.00 0.03 0.00 0.02 99.65 14:35:03 14:32:01 2 0.03 0.00 0.12 0.00 0.03 99.82 14:35:03 14:32:01 3 0.05 0.00 0.02 0.00 0.02 99.92 14:35:03 14:33:01 all 0.20 0.00 0.08 0.00 0.02 99.69 14:35:03 14:33:01 0 0.12 0.00 0.05 0.00 0.02 99.82 14:35:03 14:33:01 1 0.17 0.00 0.13 0.02 0.02 99.67 14:35:03 14:33:01 2 0.38 0.00 0.07 0.00 0.02 99.53 14:35:03 14:33:01 3 0.15 0.00 0.08 0.00 0.02 99.75 14:35:03 14:34:01 all 0.18 0.00 0.06 0.00 0.01 99.75 14:35:03 14:34:01 0 0.03 0.00 0.02 0.00 0.00 99.95 14:35:03 14:34:01 1 0.12 0.00 0.13 0.00 0.02 99.73 14:35:03 14:34:01 2 0.53 0.00 0.03 0.00 0.00 99.43 14:35:03 14:34:01 3 0.05 0.00 0.05 0.00 0.02 99.88 14:35:03 Average: all 1.76 0.00 0.60 0.35 0.07 97.24 14:35:03 Average: 0 1.57 0.00 0.59 0.27 0.05 97.51 14:35:03 Average: 1 1.86 0.00 0.55 0.22 0.07 97.30 14:35:03 Average: 2 1.79 0.00 0.59 0.27 0.07 97.28 14:35:03 Average: 3 1.80 0.00 0.66 0.62 0.06 96.86 14:35:03 14:35:03 14:35:03