Pull request #303 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 hahattan for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at 63573b5d6735eb56f53f097030aff5f58f6cf442 rather than d6d903926b5642ab74df5b424237b2a8c17f3a03 Obtained Jenkinsfile from 63573b5d6735eb56f53f097030aff5f58f6cf442 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 85bea31ad76f85e2acd5a821f20c71e435d4ae12 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 85bea31ad76f85e2acd5a821f20c71e435d4ae12 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 85bea31ad76f85e2acd5a821f20c71e435d4ae12 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 85bea31ad76f85e2acd5a821f20c71e435d4ae12 # timeout=10 Commit message: "Merge pull request #249 from ernestojeda/fix-build-artifact" > 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. Loading library lf-pipelines@master Attempting to resolve master 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 -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 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:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-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 --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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:lfit/releng-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, 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.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: 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 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-1462 in /w/workspace/dry_go-mod-core-contracts_PR-303 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_PR-303 # 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 --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # 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/heads/*:refs/remotes/origin/* # 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 --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/303/head:refs/remotes/origin/PR-303 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 63573b5d6735eb56f53f097030aff5f58f6cf442 into PR head commit d6d903926b5642ab74df5b424237b2a8c17f3a03 Merge succeeded, producing d6d903926b5642ab74df5b424237b2a8c17f3a03 Checking out Revision d6d903926b5642ab74df5b424237b2a8c17f3a03 (PR-303) > git config core.sparsecheckout # timeout=10 > git checkout -f d6d903926b5642ab74df5b424237b2a8c17f3a03 # 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 63573b5d6735eb56f53f097030aff5f58f6cf442 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d6d903926b5642ab74df5b424237b2a8c17f3a03 # timeout=10 Commit message: "feat: add new error types for device SDK v2 API" First time build. Skipping changelog. > git rev-list --no-walk 84b66c2c6b53caf04ad92d95df2e2268b50ec5f4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:03:55 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:03:55 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:03:55 ========================================================= 06:03:55 EdgeX Global Pipelines Version Info 06:03:55 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:03:59 ------------------- 06:03:59 stable info: 06:03:59 ------------------- 06:03:59 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:03:59 Commit SHA: 85bea31ad76f85e2acd5a821f20c71e435d4ae12 06:03:59 Message: update stable to v1.0.128 06:04:01 ------------------- 06:04:01 experimental info: 06:04:01 ------------------- 06:04:01 Commited By: **** collab-it+edgex@linuxfoundation.org 06:04:01 Commit SHA: db8a1d80b86ca0f96dca4d6027083ac3162e2a74 06:04:01 Message: update experimental to v1.0.129 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 06:04:01 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 06:04:01 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 06:04:02 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:04:02 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:04:02 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:04:02 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:04:02 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:04:02 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:04:02 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:04:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:04:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:04:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 06:04:03 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:04:03 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:04:03 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 06:04:03 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 06:04:03 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:04:03 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:04:03 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 06:04:04 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:04:04 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 06:04:04 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 06:04:04 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:04:04 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:04:04 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 06:04:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-303 [Pipeline] echo 06:04:05 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-303 [Pipeline] echo 06:04:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-303 [Pipeline] echo 06:04:05 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d6d903926b5642ab74df5b424237b2a8c17f3a03 [Pipeline] echo 06:04:05 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d6d9039 [Pipeline] echo 06:04:05 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:04:06 + git log --format=format:%s -1 d6d903926b5642ab74df5b424237b2a8c17f3a03 [Pipeline] echo 06:04:06 GIT_COMMIT: d6d903926b5642ab74df5b424237b2a8c17f3a03, Commit Message: feat: add new error types for device SDK v2 API [Pipeline] echo 06:04:06 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:04:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:04:08 06:04:08 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:04:08 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:04:09 latest: Pulling from edgex-devops/git-semver 06:04:09 31603596830f: Pulling fs layer 06:04:09 2a8b12db71e7: Pulling fs layer 06:04:09 6ca5941a6612: Pulling fs layer 06:04:09 ecc8261a40a4: Pulling fs layer 06:04:09 ecc8261a40a4: Waiting 06:04:09 2a8b12db71e7: Verifying Checksum 06:04:09 2a8b12db71e7: Download complete 06:04:09 31603596830f: Verifying Checksum 06:04:09 31603596830f: Download complete 06:04:10 ecc8261a40a4: Verifying Checksum 06:04:10 ecc8261a40a4: Download complete 06:04:10 6ca5941a6612: Verifying Checksum 06:04:10 6ca5941a6612: Download complete 06:04:10 31603596830f: Pull complete 06:04:11 2a8b12db71e7: Pull complete 06:04:15 6ca5941a6612: Pull complete 06:04:16 ecc8261a40a4: Pull complete 06:04:16 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:04:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:04:16 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:04:16 prd-centos7-docker-4c-2g-1462 does not seem to be running inside a container 06:04:17 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-303 -v /w/workspace/dry_go-mod-core-contracts_PR-303:/w/workspace/dry_go-mod-core-contracts_PR-303:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-303@tmp:/w/workspace/dry_go-mod-core-contracts_PR-303@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:04:19 $ docker top 42150ab49f57080cd655f40184c130793a98122fbdbacbbad8ac937163df4d38 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:04:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:04:20 [ssh-agent] Looking for ssh-agent implementation... 06:04:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:04:21 $ docker exec 42150ab49f57080cd655f40184c130793a98122fbdbacbbad8ac937163df4d38 ssh-agent 06:04:21 SSH_AUTH_SOCK=/tmp/ssh-bx0ttVMfT4dF/agent.11 06:04:21 SSH_AGENT_PID=16 06:04:21 Running ssh-add (command line suppressed) 06:04:22 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-303@tmp/private_key_4054273941988176921.key (/w/workspace/dry_go-mod-core-contracts_PR-303@tmp/private_key_4054273941988176921.key) 06:04:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:04:23 + git describe --exact-match --tags HEAD 06:04:23 fatal: no tag exactly matches 'd6d903926b5642ab74df5b424237b2a8c17f3a03' [Pipeline] } 06:04:23 $ docker exec --env ******** --env ******** 42150ab49f57080cd655f40184c130793a98122fbdbacbbad8ac937163df4d38 ssh-agent -k 06:04:24 unset SSH_AUTH_SOCK; 06:04:24 unset SSH_AGENT_PID; 06:04:24 echo Agent pid 16 killed; 06:04:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 06:04:24 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 06:04:24 This usually means this commit has not been tagged. [Pipeline] sshagent 06:04:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:04:24 [ssh-agent] Looking for ssh-agent implementation... 06:04:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:04:25 $ docker exec 42150ab49f57080cd655f40184c130793a98122fbdbacbbad8ac937163df4d38 ssh-agent 06:04:26 SSH_AUTH_SOCK=/tmp/ssh-l6DKuRmwpV1w/agent.47 06:04:26 SSH_AGENT_PID=52 06:04:26 Running ssh-add (command line suppressed) 06:04:26 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-303@tmp/private_key_7101181794292698094.key (/w/workspace/dry_go-mod-core-contracts_PR-303@tmp/private_key_7101181794292698094.key) 06:04:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:04:27 + git semver init 06:04:27 # -> Open(): unable to determine branch for HEAD 06:04:27 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-303/.git 06:04:27 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-303 06:04:27 # $SEMVER_REMOTE_NAME = origin 06:04:27 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:04:27 # $SEMVER_USER_NAME = edgex-jenkins 06:04:27 # $SEMVER_BRANCH = PR-303 06:04:27 # $SEMVER_TEMP = /tmp/semver-907329841 06:04:27 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 06:04:28 # '/tmp/semver-907329841' -> '/w/workspace/dry_go-mod-core-contracts_PR-303/.semver' 06:04:28 # -> Force: false 06:04:28 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-303/.semver [Pipeline] } 06:04:28 $ docker exec --env ******** --env ******** 42150ab49f57080cd655f40184c130793a98122fbdbacbbad8ac937163df4d38 ssh-agent -k 06:04:29 unset SSH_AUTH_SOCK; 06:04:29 unset SSH_AGENT_PID; 06:04:29 echo Agent pid 52 killed; 06:04:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:04:30 + git semver [Pipeline] } 06:04:30 $ docker stop --time=1 42150ab49f57080cd655f40184c130793a98122fbdbacbbad8ac937163df4d38 06:04:31 $ docker rm -f 42150ab49f57080cd655f40184c130793a98122fbdbacbbad8ac937163df4d38 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 06:04:33 Stashed 99 file(s) [Pipeline] echo 06:04:33 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 06:04: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 06:04:49 Still waiting to schedule task 06:04:49 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1462’ 06:04:49 Still waiting to schedule task 06:04:49 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 06:06:41 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1464 in /w/workspace/dry_go-mod-core-contracts_PR-303 [Pipeline] { [Pipeline] ws 06:06:41 Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout 06:06:46 using credential edgex-jenkins-ssh 06:06:46 Cloning the remote Git repository 06:06:47 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 06:06:47 > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 06:06:47 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 06:06:47 > git --version # timeout=10 06:06:47 > git --version # 'git version 2.17.1' 06:06:47 using GIT_SSH to set credentials SSH Credentials for GitHub 06:06:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:06:48 Merging remotes/origin/master commit 63573b5d6735eb56f53f097030aff5f58f6cf442 into PR head commit d6d903926b5642ab74df5b424237b2a8c17f3a03 06:06:49 Merge succeeded, producing d6d903926b5642ab74df5b424237b2a8c17f3a03 06:06:49 Checking out Revision d6d903926b5642ab74df5b424237b2a8c17f3a03 (PR-303) 06:06:48 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 06:06:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:06:48 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 06:06:48 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 06:06:48 using GIT_SSH to set credentials SSH Credentials for GitHub 06:06:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/303/head:refs/remotes/origin/PR-303 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:06:48 > git config core.sparsecheckout # timeout=10 06:06:48 > git checkout -f d6d903926b5642ab74df5b424237b2a8c17f3a03 # timeout=10 06:06:49 > git remote # timeout=10 06:06:49 > git config --get remote.origin.url # timeout=10 06:06:49 using GIT_SSH to set credentials SSH Credentials for GitHub 06:06:49 > git merge 63573b5d6735eb56f53f097030aff5f58f6cf442 # timeout=10 06:06:49 > git rev-parse HEAD^{commit} # timeout=10 06:06:49 > git config core.sparsecheckout # timeout=10 06:06:49 > git checkout -f d6d903926b5642ab74df5b424237b2a8c17f3a03 # timeout=10 06:06:53 Commit message: "feat: add new error types for device SDK v2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:06:54 ========================================================= 06:06:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:06:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:06:56 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 06:06:57 Sending build context to Docker daemon 2.495MB 06:06:57 Step 1/7 : ARG BASE=golang:1.15-alpine 06:06:57 Step 2/7 : FROM ${BASE} 06:06:57 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:06:57 b538f80385f9: Pulling fs layer 06:06:57 74f711af9a0d: Pulling fs layer 06:06:57 99f96fe45779: Pulling fs layer 06:06:57 8529a6b9a6be: Pulling fs layer 06:06:57 45590311c82a: Pulling fs layer 06:06:57 69ca0ff8b7b3: Pulling fs layer 06:06:57 209524e5b208: Pulling fs layer 06:06:57 45590311c82a: Waiting 06:06:57 8529a6b9a6be: Waiting 06:06:57 69ca0ff8b7b3: Waiting 06:06:57 209524e5b208: Waiting 06:06:57 99f96fe45779: Download complete 06:06:57 74f711af9a0d: Verifying Checksum 06:06:57 74f711af9a0d: Download complete 06:06:57 45590311c82a: Download complete 06:06:57 69ca0ff8b7b3: Verifying Checksum 06:06:57 69ca0ff8b7b3: Download complete 06:06:58 b538f80385f9: Download complete 06:06:58 b538f80385f9: Pull complete 06:06:59 74f711af9a0d: Pull complete 06:06:59 99f96fe45779: Pull complete 06:07:00 209524e5b208: Verifying Checksum 06:07:00 209524e5b208: Download complete 06:07:01 8529a6b9a6be: Verifying Checksum 06:07:01 8529a6b9a6be: Download complete 06:07:11 8529a6b9a6be: Pull complete 06:07:11 45590311c82a: Pull complete 06:07:12 69ca0ff8b7b3: Pull complete 06:07:16 209524e5b208: Pull complete 06:07:16 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 06:07:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:07:16 ---> 5bddaf1c2fca 06:07:16 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 06:07:19 ---> Running in c855cff53bbf 06:07:19 Removing intermediate container c855cff53bbf 06:07:19 ---> 7b4a6690e67b 06:07:19 Step 4/7 : RUN apk add bash 06:07:19 ---> Running in 7ef528360ff4 06:07:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:07:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:07:23 OK: 142 MiB in 39 packages 06:07:24 Removing intermediate container 7ef528360ff4 06:07:24 ---> 5d45701ad40a 06:07:24 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 06:07:24 ---> Running in 94337b2a0748 06:07:24 Removing intermediate container 94337b2a0748 06:07:24 ---> feaccaee7468 06:07:24 Step 6/7 : COPY go.mod . 06:07:25 ---> 1965858aa1e3 06:07:25 Step 7/7 : RUN go mod download 06:07:25 ---> Running in 077ec8aea8d9 06:07:26 Running on prd-centos7-docker-4c-2g-1465 in /w/workspace/dry_go-mod-core-contracts_PR-303 [Pipeline] { [Pipeline] ws 06:07:26 Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout 06:07:30 using credential edgex-jenkins-ssh 06:07:30 Cloning the remote Git repository 06:07:30 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 06:07:30 > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 06:07:30 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 06:07:30 > git --version # timeout=10 06:07:30 > git --version # 'git version 2.16.5' 06:07:30 using GIT_SSH to set credentials SSH Credentials for GitHub 06:07:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:07:31 Merging remotes/origin/master commit 63573b5d6735eb56f53f097030aff5f58f6cf442 into PR head commit d6d903926b5642ab74df5b424237b2a8c17f3a03 06:07:31 Merge succeeded, producing d6d903926b5642ab74df5b424237b2a8c17f3a03 06:07:31 Checking out Revision d6d903926b5642ab74df5b424237b2a8c17f3a03 (PR-303) 06:07:30 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 06:07:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:07:30 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 06:07:30 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 06:07:30 using GIT_SSH to set credentials SSH Credentials for GitHub 06:07:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/303/head:refs/remotes/origin/PR-303 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:07:31 > git config core.sparsecheckout # timeout=10 06:07:31 > git checkout -f d6d903926b5642ab74df5b424237b2a8c17f3a03 # timeout=10 06:07:31 > git remote # timeout=10 06:07:31 > git config --get remote.origin.url # timeout=10 06:07:31 using GIT_SSH to set credentials SSH Credentials for GitHub 06:07:31 > git merge 63573b5d6735eb56f53f097030aff5f58f6cf442 # timeout=10 06:07:31 > git rev-parse HEAD^{commit} # timeout=10 06:07:31 > git config core.sparsecheckout # timeout=10 06:07:31 > git checkout -f d6d903926b5642ab74df5b424237b2a8c17f3a03 # timeout=10 06:07:35 Commit message: "feat: add new error types for device SDK v2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:07:35 ========================================================= 06:07:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:07:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:07:36 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 06:07:37 Sending build context to Docker daemon 2.495MB 06:07:37 Step 1/7 : ARG BASE=golang:1.15-alpine 06:07:37 Step 2/7 : FROM ${BASE} 06:07:37 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:07:37 df20fa9351a1: Pulling fs layer 06:07:37 ed8968b2872e: Pulling fs layer 06:07:37 a92cc7c5fd73: Pulling fs layer 06:07:37 e871e8e8d7a9: Pulling fs layer 06:07:37 e73272ec9a57: Pulling fs layer 06:07:37 1e910a182e73: Pulling fs layer 06:07:37 4e634b169226: Pulling fs layer 06:07:37 e73272ec9a57: Waiting 06:07:37 4e634b169226: Waiting 06:07:37 1e910a182e73: Waiting 06:07:37 e871e8e8d7a9: Waiting 06:07:37 a92cc7c5fd73: Verifying Checksum 06:07:37 a92cc7c5fd73: Download complete 06:07:37 ed8968b2872e: Download complete 06:07:37 e73272ec9a57: Verifying Checksum 06:07:37 e73272ec9a57: Download complete 06:07:37 1e910a182e73: Verifying Checksum 06:07:37 1e910a182e73: Download complete 06:07:37 df20fa9351a1: Verifying Checksum 06:07:37 df20fa9351a1: Download complete 06:07:37 df20fa9351a1: Pull complete 06:07:37 ed8968b2872e: Pull complete 06:07:37 a92cc7c5fd73: Pull complete 06:07:39 4e634b169226: Verifying Checksum 06:07:39 4e634b169226: Download complete 06:07:39 e871e8e8d7a9: Verifying Checksum 06:07:39 e871e8e8d7a9: Download complete 06:07:40 Removing intermediate container 077ec8aea8d9 06:07:40 ---> cb96aa1ab17a 06:07:40 Successfully built cb96aa1ab17a 06:07:40 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:07:41 + docker inspect -f . ci-base-image-arm64 06:07:41 . [Pipeline] withDockerContainer 06:07:41 prd-ubuntu18.04-docker-arm64-4c-16g-1464 does not seem to be running inside a container 06:07:41 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:07:43 $ docker top 097020623a97d5be5f5dfb5caf1e02c7cab87654157ee959122ba085d0647e40 -eo pid,comm [Pipeline] { [Pipeline] sh 06:07:44 + go version 06:07:44 go version go1.15.2 linux/arm64 [Pipeline] } 06:07:44 $ docker stop --time=1 097020623a97d5be5f5dfb5caf1e02c7cab87654157ee959122ba085d0647e40 06:07:45 e871e8e8d7a9: Pull complete 06:07:45 e73272ec9a57: Pull complete 06:07:45 1e910a182e73: Pull complete 06:07:46 $ docker rm -f 097020623a97d5be5f5dfb5caf1e02c7cab87654157ee959122ba085d0647e40 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:07:47 + docker inspect -f . ci-base-image-arm64 06:07:47 . [Pipeline] withDockerContainer 06:07:47 prd-ubuntu18.04-docker-arm64-4c-16g-1464 does not seem to be running inside a container 06:07:47 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:07:49 $ docker top fb07eec6f5a3fb7d0bcc8988b27e2459175739fe89d5007aef90758ad06176f8 -eo pid,comm [Pipeline] { [Pipeline] sh 06:07:50 4e634b169226: Pull complete 06:07:50 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 06:07:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:07:50 ---> f7629b54cfaa 06:07:50 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 06:07:50 + make test 06:07:50 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 06:07:50 ---> Running in 010930a09538 06:07:51 Removing intermediate container 010930a09538 06:07:51 ---> 7520174e859f 06:07:51 Step 4/7 : RUN apk add bash 06:07:51 ---> Running in c657f2c95400 06:07:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:07:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:07:53 OK: 166 MiB in 39 packages 06:07:53 Removing intermediate container c657f2c95400 06:07:53 ---> 99cc69f5ba74 06:07:53 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 06:07:53 ---> Running in f6c9d94462fd 06:07:54 Removing intermediate container f6c9d94462fd 06:07:54 ---> 4bf36cdacc0a 06:07:54 Step 6/7 : COPY go.mod . 06:07:54 ---> 37e16a9298b0 06:07:54 Step 7/7 : RUN go mod download 06:07:54 ---> Running in e294de17f18f 06:08:04 Removing intermediate container e294de17f18f 06:08:04 ---> 68a83c27ab9c 06:08:04 Successfully built 68a83c27ab9c 06:08:04 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:08:04 + docker inspect -f . ci-base-image-x86_64 06:08:04 . [Pipeline] withDockerContainer 06:08:04 prd-centos7-docker-4c-2g-1465 does not seem to be running inside a container 06:08:05 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:08:05 $ docker top 3fd20ace683ab42fa29820e5319de89289c15a03fece8496f8f979f3e2caba83 -eo pid,comm [Pipeline] { [Pipeline] sh 06:08:06 + go version 06:08:06 go version go1.15.2 linux/amd64 [Pipeline] } 06:08:06 $ docker stop --time=1 3fd20ace683ab42fa29820e5319de89289c15a03fece8496f8f979f3e2caba83 06:08:07 $ docker rm -f 3fd20ace683ab42fa29820e5319de89289c15a03fece8496f8f979f3e2caba83 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:08:08 + docker inspect -f . ci-base-image-x86_64 06:08:08 . [Pipeline] withDockerContainer 06:08:08 prd-centos7-docker-4c-2g-1465 does not seem to be running inside a container 06:08:08 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:08:09 $ docker top 97a86c5878d9e19c695787b857a1f3b4b59a83f8dd7ff7b481dc9ce0971b73d1 -eo pid,comm [Pipeline] { [Pipeline] sh 06:08:09 + make test 06:08:09 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 06:08:13 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 06:08:13 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.074s coverage: 85.7% of statements 06:08:13 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.063s coverage: 100.0% of statements 06:08:15 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.056s coverage: 45.4% of statements 06:08:15 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.033s coverage: 77.8% of statements 06:08:15 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 06:08:15 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.012s coverage: 6.4% of statements 06:08:16 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 06:08:16 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.013s coverage: 85.7% of statements 06:08:16 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.017s coverage: 100.0% of statements 06:08:16 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.018s coverage: 45.4% of statements 06:08:16 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.006s coverage: 77.8% of statements 06:08:16 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 06:08:16 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.010s coverage: 6.4% of statements 06:08:16 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.028s coverage: 14.7% of statements 06:08:17 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.012s coverage: 100.0% of statements 06:08:17 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.025s coverage: 91.8% of statements 06:08:17 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 06:08:17 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 06:08:17 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.004s coverage: 100.0% of statements 06:08:17 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.062s coverage: 14.7% of statements 06:08:17 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.026s coverage: 100.0% of statements 06:08:18 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.080s coverage: 91.8% of statements 06:08:18 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 06:08:18 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 06:08:18 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.021s coverage: 100.0% of statements 06:08:18 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.027s coverage: 50.0% of statements 06:08:19 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.005s coverage: 50.0% of statements 06:08:20 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.024s coverage: 63.0% of statements 06:08:20 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.044s coverage: 26.3% of statements 06:08:20 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.006s coverage: 15.4% of statements 06:08:20 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.020s coverage: 15.4% of statements 06:08:20 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.017s coverage: 14.3% of statements 06:08:20 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 06:08:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.040s coverage: 31.3% of statements 06:08:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.048s coverage: 100.0% of statements 06:08:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.015s coverage: 95.0% of statements 06:08:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.007s coverage: 100.0% of statements 06:08:20 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 06:08:20 CGO_ENABLED=0 GO111MODULE=on go vet ./... 06:08:21 gofmt -l . 06:08:21 [ "`gofmt -l .`" = "" ] [Pipeline] stash 06:08:22 Stashed 1 file(s) [Pipeline] } 06:08:22 $ docker stop --time=1 97a86c5878d9e19c695787b857a1f3b4b59a83f8dd7ff7b481dc9ce0971b73d1 06:08:24 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.100s coverage: 63.0% of statements 06:08:24 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.019s coverage: 26.3% of statements 06:08:24 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.048s coverage: 15.4% of statements 06:08:24 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.079s coverage: 15.4% of statements 06:08:24 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.031s coverage: 14.3% of statements 06:08:24 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 06:08:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.032s coverage: 31.3% of statements 06:08:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.035s coverage: 100.0% of statements 06:08:24 $ docker rm -f 97a86c5878d9e19c695787b857a1f3b4b59a83f8dd7ff7b481dc9ce0971b73d1 [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 06:08:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.060s coverage: 95.0% of statements 06:08:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.024s coverage: 100.0% of statements 06:08:25 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } 06:08:25 CGO_ENABLED=0 GO111MODULE=on go vet ./... [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 06:08:30 gofmt -l . 06:08:30 [ "`gofmt -l .`" = "" ] [Pipeline] stash 06:08:31 Warning: overwriting stash ‘coverage-report’ 06:08:32 Stashed 1 file(s) [Pipeline] } 06:08:32 $ docker stop --time=1 fb07eec6f5a3fb7d0bcc8988b27e2459175739fe89d5007aef90758ad06176f8 06:08:34 $ docker rm -f fb07eec6f5a3fb7d0bcc8988b27e2459175739fe89d5007aef90758ad06176f8 [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 06:08:37 provisioning config files... 06:08:37 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-303@tmp/config7189475737976887405tmp [Pipeline] { [Pipeline] sh 06:08:37 + curl -s https://codecov.io/bash 06:08:37 + bash -s - -t @/w/workspace/dry_go-mod-core-contracts_PR-303@tmp/config7189475737976887405tmp [Pipeline] } 06:08:37 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] { (Archive Prep) Stage "Archive Prep" 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 06:08:40 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:08:41 ---> package-listing.sh 06:08:41 ++ tr '[:upper:]' '[:lower:]' 06:08:41 ++ facter osfamily 06:08:41 + OS_FAMILY=redhat 06:08:41 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-303 06:08:41 + START_PACKAGES=/tmp/packages_start.txt 06:08:41 + END_PACKAGES=/tmp/packages_end.txt 06:08:41 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:08:41 + PACKAGES=/tmp/packages_start.txt 06:08:41 + '[' /w/workspace/dry_go-mod-core-contracts_PR-303 ']' 06:08:41 + PACKAGES=/tmp/packages_end.txt 06:08:41 + case "${OS_FAMILY}" in 06:08:41 + rpm -qa 06:08:41 + sort 06:08:47 + '[' -f /tmp/packages_start.txt ']' 06:08:47 + '[' -f /tmp/packages_end.txt ']' 06:08:47 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:08:47 + '[' /w/workspace/dry_go-mod-core-contracts_PR-303 ']' 06:08:47 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-303/archives/ 06:08:47 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-303/archives/ [Pipeline] isUnix [Pipeline] sh 06:08:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:08:48 06:08:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:08:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:08:48 alpine: Pulling from edgex-lftools-log-publisher 06:08:48 df20fa9351a1: Pulling fs layer 06:08:48 36b3adc4ff6f: Pulling fs layer 06:08:48 8ad3a11d3b57: Pulling fs layer 06:08:48 46f8f816bc3b: Pulling fs layer 06:08:48 0dadc02b9964: Pulling fs layer 06:08:48 ce6a7cf60c04: Pulling fs layer 06:08:48 7a184a31f384: Pulling fs layer 06:08:48 0879bd2ef858: Pulling fs layer 06:08:48 0dadc02b9964: Waiting 06:08:48 ce6a7cf60c04: Waiting 06:08:48 7a184a31f384: Waiting 06:08:48 0879bd2ef858: Waiting 06:08:48 46f8f816bc3b: Waiting 06:08:48 36b3adc4ff6f: Verifying Checksum 06:08:48 36b3adc4ff6f: Download complete 06:08:49 46f8f816bc3b: Download complete 06:08:49 df20fa9351a1: Verifying Checksum 06:08:49 df20fa9351a1: Download complete 06:08:49 ce6a7cf60c04: Verifying Checksum 06:08:49 ce6a7cf60c04: Download complete 06:08:49 0dadc02b9964: Verifying Checksum 06:08:49 0dadc02b9964: Download complete 06:08:49 7a184a31f384: Verifying Checksum 06:08:49 7a184a31f384: Download complete 06:08:49 df20fa9351a1: Pull complete 06:08:50 8ad3a11d3b57: Verifying Checksum 06:08:50 8ad3a11d3b57: Download complete 06:08:50 36b3adc4ff6f: Pull complete 06:08:52 8ad3a11d3b57: Pull complete 06:08:52 0879bd2ef858: Verifying Checksum 06:08:52 0879bd2ef858: Download complete 06:08:52 46f8f816bc3b: Pull complete 06:08:53 0dadc02b9964: Pull complete 06:08:53 ce6a7cf60c04: Pull complete 06:08:53 7a184a31f384: Pull complete 06:08:58 0879bd2ef858: Pull complete 06:08:58 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 06:08:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:08:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:08:58 prd-centos7-docker-4c-2g-1462 does not seem to be running inside a container 06:08:59 $ 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-303 -v /w/workspace/dry_go-mod-core-contracts_PR-303:/w/workspace/dry_go-mod-core-contracts_PR-303:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-303@tmp:/w/workspace/dry_go-mod-core-contracts_PR-303@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:09:02 $ docker top 9a6c22a4358c7da496f3e26a357b7298cb52fb27ad68d785deac314ae702dd14 -eo pid,comm [Pipeline] { [Pipeline] sh 06:09:03 + mkdir -p /var/log/sa [Pipeline] sh 06:09:03 + ls /var/log/sa-host 06:09:03 + sadf -c /var/log/sa-host/sa05 06:09:03 file_magic: OK 06:09:03 HZ: Using current value: 100 06:09:03 file_header: OK 06:09:03 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 06:09:03 Statistics: 06:09:03 Hnuu...uuuununununu...Hnuu...uuuununununu... 06:09:03 File successfully converted to sysstat format version 12.2.1 06:09:03 + sadf -c /var/log/sa-host/sa25 06:09:03 file_magic: OK 06:09:03 HZ: Using current value: 100 06:09:03 file_header: OK 06:09:03 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 06:09:03 Statistics: 06:09:03 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 06:09:03 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:09:04 provisioning config files... 06:09:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-303@tmp/config8855970149101844396tmp [Pipeline] { [Pipeline] echo 06:09:04 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:09:04 ---> create-netrc.sh [Pipeline] echo 06:09:04 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:09:04 ---> logs-deploy.sh 06:09:04 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-303/2 06:09:04 INFO: archiving workspace using pattern(s): 06:09:06 Archives upload complete. 06:09:07 INFO: archiving logs to Nexus 06:09:08 ---> uname -a: 06:09:08 Linux 9a6c22a4358c 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 06:09:08 06:09:08 06:09:08 ---> lscpu: 06:09:08 Architecture: x86_64 06:09:08 CPU op-mode(s): 32-bit, 64-bit 06:09:08 Byte Order: Little Endian 06:09:08 Address sizes: 40 bits physical, 48 bits virtual 06:09:08 CPU(s): 4 06:09:08 On-line CPU(s) list: 0-3 06:09:08 Thread(s) per core: 1 06:09:08 Core(s) per socket: 1 06:09:08 Socket(s): 4 06:09:08 NUMA node(s): 1 06:09:08 Vendor ID: GenuineIntel 06:09:08 CPU family: 6 06:09:08 Model: 44 06:09:08 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 06:09:08 Stepping: 1 06:09:08 CPU MHz: 2933.438 06:09:08 BogoMIPS: 5866.87 06:09:08 Virtualization: VT-x 06:09:08 Hypervisor vendor: KVM 06:09:08 Virtualization type: full 06:09:08 L1d cache: 128 KiB 06:09:08 L1i cache: 128 KiB 06:09:08 L2 cache: 16 MiB 06:09:08 L3 cache: 64 MiB 06:09:08 NUMA node0 CPU(s): 0-3 06:09:08 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 06:09:08 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 06:09:08 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 06:09:08 Vulnerability Meltdown: Mitigation; PTI 06:09:08 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:09:08 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:09:08 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:09:08 Vulnerability Tsx async abort: Not affected 06:09:08 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 06:09:08 06:09:08 06:09:08 ---> nproc: 06:09:08 4 06:09:08 06:09:08 06:09:08 ---> df -h: 06:09:08 Filesystem Size Used Available Use% Mounted on 06:09:08 overlay 50.0G 7.0G 43.0G 14% / 06:09:08 tmpfs 64.0M 0 64.0M 0% /dev 06:09:08 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 06:09:08 shm 64.0M 0 64.0M 0% /dev/shm 06:09:08 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/resolv.conf 06:09:08 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hostname 06:09:08 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hosts 06:09:08 /dev/vda1 50.0G 7.0G 43.0G 14% /var/log/sa-host 06:09:08 /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/dry_go-mod-core-contracts_PR-303 06:09:08 /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/dry_go-mod-core-contracts_PR-303@tmp 06:09:08 06:09:08 06:09:08 ---> free -m: 06:09:08 total used free shared buff/cache available 06:09:08 Mem: 1837 642 146 0 1048 1087 06:09:08 Swap: 1023 1 1022 06:09:08 06:09:08 06:09:08 ---> ip addr: 06:09:08 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 06:09:08 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:09:08 inet 127.0.0.1/8 scope host lo 06:09:08 valid_lft forever preferred_lft forever 06:09:08 6: eth0@if7: mtu 1458 qdisc noqueue state UP 06:09:08 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 06:09:08 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 06:09:08 valid_lft forever preferred_lft forever 06:09:08 06:09:08 06:09:08 ---> sar -b -r -n DEV: 06:09:08 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/25/20 _x86_64_ (4 CPU) 06:09:08 06:09:08 06:02:42 LINUX RESTART (4 CPU) 06:09:08 06:09:08 06:04:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:09:08 06:05:01 39.79 10.65 29.14 0.00 4459.46 2613.44 0.00 06:09:08 06:06:01 1.26 0.00 1.26 0.00 0.00 21.11 0.00 06:09:08 06:07:01 0.25 0.00 0.25 0.00 0.00 3.25 0.00 06:09:08 06:08:01 0.28 0.00 0.28 0.00 0.00 3.35 0.00 06:09:08 06:09:01 82.56 47.74 34.83 0.00 5410.98 6408.97 0.00 06:09:08 Average: 24.79 11.69 13.11 0.00 1966.76 1808.08 0.00 06:09:08 06:09:08 06:04:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:09:08 06:05:01 161152 0 574832 30.55 2620 1142952 1171560 39.98 432308 1124464 120 06:09:08 06:06:01 172520 0 563460 29.95 2620 1142956 1096788 37.43 425608 1121252 20 06:09:08 06:07:01 171588 0 564384 30.00 2620 1142964 1075428 36.70 427516 1120460 20 06:09:08 06:08:01 172024 0 563948 29.97 2620 1142964 1075440 36.70 435472 1112540 8 06:09:08 06:09:01 114348 0 633608 33.67 2620 1130980 1289260 44.00 451620 1121332 16 06:09:08 Average: 158326 0 580046 30.83 2620 1140563 1141695 38.96 434505 1120010 37 06:09:08 06:09:08 06:04:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:09:08 06:05:01 eth0 68.95 54.66 353.35 50.05 0.00 0.00 0.00 0.00 06:09:08 06:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:08 06:05:01 docker0 2.59 2.79 0.82 11.31 0.00 0.00 0.00 0.00 06:09:08 06:06:01 eth0 1.76 0.98 1.43 0.25 0.00 0.00 0.00 0.00 06:09:08 06:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:08 06:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:08 06:07:01 eth0 0.70 0.38 0.31 0.17 0.00 0.00 0.00 0.00 06:09:08 06:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:08 06:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:08 06:08:01 eth0 0.52 0.28 0.28 0.23 0.00 0.00 0.00 0.00 06:09:08 06:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:08 06:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:08 06:09:01 eth0 87.57 66.47 743.67 11.70 0.00 0.00 0.00 0.00 06:09:08 06:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:08 06:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:08 Average: eth0 31.79 24.47 219.46 12.36 0.00 0.00 0.00 0.00 06:09:08 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:08 Average: docker0 0.51 0.55 0.16 2.23 0.00 0.00 0.00 0.00 06:09:08 06:09:08 06:09:08 ---> sar -P ALL: 06:09:08 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/25/20 _x86_64_ (4 CPU) 06:09:08 06:09:08 06:02:42 LINUX RESTART (4 CPU) 06:09:08 06:09:08 06:04:02 CPU %user %nice %system %iowait %steal %idle 06:09:08 06:05:01 all 3.48 0.00 2.85 0.48 11.78 81.41 06:09:08 06:05:01 0 3.22 0.00 2.47 0.13 12.12 82.06 06:09:08 06:05:01 1 3.83 0.00 2.99 0.66 12.34 80.18 06:09:08 06:05:01 2 3.11 0.00 3.13 0.94 10.98 81.84 06:09:08 06:05:01 3 3.78 0.00 2.82 0.20 11.66 81.55 06:09:08 06:06:01 all 0.10 0.00 0.12 0.00 0.43 99.35 06:09:08 06:06:01 0 0.18 0.00 0.12 0.00 0.30 99.40 06:09:08 06:06:01 1 0.07 0.00 0.12 0.00 0.50 99.32 06:09:08 06:06:01 2 0.12 0.00 0.15 0.00 0.47 99.27 06:09:08 06:06:01 3 0.03 0.00 0.10 0.00 0.46 99.40 06:09:08 06:07:01 all 0.10 0.00 0.04 0.00 0.28 99.58 06:09:08 06:07:01 0 0.03 0.00 0.02 0.00 0.08 99.87 06:09:08 06:07:01 1 0.08 0.00 0.07 0.00 0.52 99.34 06:09:08 06:07:01 2 0.25 0.00 0.05 0.00 0.25 99.45 06:09:08 06:07:01 3 0.03 0.00 0.03 0.00 0.27 99.67 06:09:08 06:08:01 all 0.10 0.00 0.06 0.00 0.17 99.66 06:09:08 06:08:01 0 0.02 0.00 0.02 0.00 0.12 99.85 06:09:08 06:08:01 1 0.03 0.00 0.05 0.00 0.25 99.67 06:09:08 06:08:01 2 0.35 0.00 0.13 0.00 0.23 99.28 06:09:08 06:08:01 3 0.02 0.00 0.05 0.00 0.08 99.85 06:09:08 06:09:01 all 2.47 0.00 1.65 1.53 5.73 88.62 06:09:08 06:09:01 0 1.72 0.00 1.41 0.28 6.11 90.48 06:09:08 06:09:01 1 3.85 0.00 2.16 2.31 6.14 85.55 06:09:08 06:09:01 2 2.04 0.00 1.57 1.82 5.30 89.27 06:09:08 06:09:01 3 2.29 0.00 1.47 1.72 5.35 89.17 06:09:08 Average: all 1.26 0.00 0.95 0.40 3.70 93.69 06:09:08 Average: 0 1.05 0.00 0.82 0.08 3.79 94.26 06:09:08 Average: 1 1.58 0.00 1.08 0.59 3.97 92.78 06:09:08 Average: 2 1.18 0.00 1.01 0.55 3.46 93.80 06:09:08 Average: 3 1.23 0.00 0.90 0.38 3.58 93.90 06:09:08 06:09:08 06:09:08