Pull request #628 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 02e15b8c7f216d4af99e550946e7c2b91bcc16c7+ee4e77d140d7735096b288c512b5d361ec350fc2 (d02c53bbdf7f47ae341c945a2176ed8afc050982) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh7032958016233651986.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 9d0281235b943b7ad605f650702698f9078b2862 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh6070850295586794938.key > 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 9d0281235b943b7ad605f650702698f9078b2862 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-core-contracts/branches/PR-628/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-core-contracts/branches/PR-628/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh7883537533615214583.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-core-contracts/branches/PR-628/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh1313033420483231232.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh7998962035665587625.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-core-contracts/branches/PR-628/workspace@libs/lf-pipelines # timeout=10 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-core-contracts/branches/PR-628/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh985755729991938798.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 9d0281235b943b7ad605f650702698f9078b2862 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:pre] ========================================================= [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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: 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: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-builder-2c-1g-307’ doesn’t have label ‘centos7-docker-4c-2g’ ‘prd-centos7-docker-4c-2g-1140’ is offline ‘prd-centos7-docker-4c-2g-309’ is offline Running on prd-centos7-docker-4c-2g-1143 in /w/workspace/dry_go-mod-core-contracts_PR-628 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE 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-628 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/dry_go-mod-core-contracts_PR-628@tmp/jenkins-gitclient-ssh6073210263232928430.key > git fetch --tags --force --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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/dry_go-mod-core-contracts_PR-628@tmp/jenkins-gitclient-ssh6243305054717501553.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/628/head:refs/remotes/origin/PR-628 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit ee4e77d140d7735096b288c512b5d361ec350fc2 into PR head commit 02e15b8c7f216d4af99e550946e7c2b91bcc16c7 Merge succeeded, producing 02e15b8c7f216d4af99e550946e7c2b91bcc16c7 Checking out Revision 02e15b8c7f216d4af99e550946e7c2b91bcc16c7 (PR-628) > git config core.sparsecheckout # timeout=10 > git checkout -f 02e15b8c7f216d4af99e550946e7c2b91bcc16c7 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/dry_go-mod-core-contracts_PR-628@tmp/jenkins-gitclient-ssh426953733294356315.key > git merge ee4e77d140d7735096b288c512b5d361ec350fc2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 02e15b8c7f216d4af99e550946e7c2b91bcc16c7 # timeout=10 Commit message: "build(deps): bump github.com/fxamacker/cbor/v2 from 2.2.0 to 2.3.0" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object 9d0281235b943b7ad605f650702698f9078b2862 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:41:13 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:41:14 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:41:14 ========================================================= 05:41:14 EdgeX Global Pipelines Version Info 05:41:14 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:41:17 ------------------- 05:41:17 stable info: 05:41:17 ------------------- 05:41:17 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:41:17 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 05:41:17 Message: update stable to v1.0.192 05:41:22 ------------------- 05:41:22 experimental info: 05:41:22 ------------------- 05:41:22 Commited By: **** collab-it+edgex@linuxfoundation.org 05:41:22 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 05:41:22 Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:41:22 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 05:41:22 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 05:41:22 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:41:22 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:41:22 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:41:22 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 05:41:22 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 05:41:22 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 05:41:22 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 05:41:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:41:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:41:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-core-contracts [Pipeline] echo 05:41:23 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:41:23 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:41:23 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 05:41:23 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 05:41:27 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 05:41:27 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 05:41:27 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:41:27 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:41:27 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 05:41:27 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 05:41:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 05:41:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 05:41:27 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 05:41:28 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 05:41:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-628 [Pipeline] echo 05:41:28 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-628 [Pipeline] echo 05:41:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-628 [Pipeline] echo 05:41:28 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 02e15b8c7f216d4af99e550946e7c2b91bcc16c7 [Pipeline] echo 05:41:28 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 02e15b8 [Pipeline] echo 05:41:28 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:41:31 + git log --format=format:%s -1 02e15b8c7f216d4af99e550946e7c2b91bcc16c7 [Pipeline] echo 05:41:31 GIT_COMMIT: 02e15b8c7f216d4af99e550946e7c2b91bcc16c7, Commit Message: build(deps): bump github.com/fxamacker/cbor/v2 from 2.2.0 to 2.3.0 [Pipeline] echo 05:41:31 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 05:41:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:41:32 05:41:32 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 05:41:32 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:41:32 latest: Pulling from edgex-devops/git-semver 05:41:32 31603596830f: Pulling fs layer 05:41:32 54011a49482f: Pulling fs layer 05:41:32 a6820b24f6d8: Pulling fs layer 05:41:32 f581987b2513: Pulling fs layer 05:41:32 f581987b2513: Waiting 05:41:32 54011a49482f: Verifying Checksum 05:41:32 54011a49482f: Download complete 05:41:34 31603596830f: Verifying Checksum 05:41:34 31603596830f: Download complete 05:41:34 f581987b2513: Verifying Checksum 05:41:34 f581987b2513: Download complete 05:41:34 31603596830f: Pull complete 05:41:34 a6820b24f6d8: Verifying Checksum 05:41:34 a6820b24f6d8: Download complete 05:41:34 54011a49482f: Pull complete 05:41:34 a6820b24f6d8: Pull complete 05:41:34 f581987b2513: Pull complete 05:41:34 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 05:41:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:41:34 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 05:41:35 prd-centos7-docker-4c-2g-1143 does not seem to be running inside a container 05:41:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-628 -v /w/workspace/dry_go-mod-core-contracts_PR-628:/w/workspace/dry_go-mod-core-contracts_PR-628:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-628@tmp:/w/workspace/dry_go-mod-core-contracts_PR-628@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:41:36 $ docker top ff98b141802f0710b004ad8c1f0b1768c724268f9ba3b7a8f82f14752578a70c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:41:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:41:36 [ssh-agent] Looking for ssh-agent implementation... 05:41:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:41:36 $ docker exec ff98b141802f0710b004ad8c1f0b1768c724268f9ba3b7a8f82f14752578a70c ssh-agent 05:41:36 SSH_AUTH_SOCK=/tmp/ssh-T6LRzUoHlImR/agent.14 05:41:36 SSH_AGENT_PID=20 05:41:36 Running ssh-add (command line suppressed) 05:41:36 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-628@tmp/private_key_6368683298728153289.key (/w/workspace/dry_go-mod-core-contracts_PR-628@tmp/private_key_6368683298728153289.key) 05:41:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:41:40 + git tag --points-at HEAD [Pipeline] } 05:41:40 $ docker exec --env ******** --env ******** ff98b141802f0710b004ad8c1f0b1768c724268f9ba3b7a8f82f14752578a70c ssh-agent -k 05:41:40 unset SSH_AUTH_SOCK; 05:41:40 unset SSH_AGENT_PID; 05:41:40 echo Agent pid 20 killed; 05:41:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:41:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:41:40 [ssh-agent] Looking for ssh-agent implementation... 05:41:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:41:41 $ docker exec ff98b141802f0710b004ad8c1f0b1768c724268f9ba3b7a8f82f14752578a70c ssh-agent 05:41:41 SSH_AUTH_SOCK=/tmp/ssh-wxDnVr0ay7Dg/agent.52 05:41:41 SSH_AGENT_PID=58 05:41:41 Running ssh-add (command line suppressed) 05:41:41 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-628@tmp/private_key_7513538925905984747.key (/w/workspace/dry_go-mod-core-contracts_PR-628@tmp/private_key_7513538925905984747.key) 05:41:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:41:41 + git semver init 05:41:41 # -> Open(): unable to determine branch for HEAD 05:41:41 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-628/.git 05:41:41 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-628 05:41:41 # $SEMVER_REMOTE_NAME = origin 05:41:41 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:41:41 # $SEMVER_USER_NAME = edgex-jenkins 05:41:41 # $SEMVER_BRANCH = PR-628 05:41:41 # $SEMVER_TEMP = /tmp/semver-099274850 05:41:41 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 05:41:45 # '/tmp/semver-099274850' -> '/w/workspace/dry_go-mod-core-contracts_PR-628/.semver' 05:41:45 # -> Force: false 05:41:45 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-628/.semver [Pipeline] } 05:41:45 $ docker exec --env ******** --env ******** ff98b141802f0710b004ad8c1f0b1768c724268f9ba3b7a8f82f14752578a70c ssh-agent -k 05:41:45 unset SSH_AUTH_SOCK; 05:41:45 unset SSH_AGENT_PID; 05:41:45 echo Agent pid 58 killed; 05:41:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:41:46 + git semver [Pipeline] } 05:41:46 $ docker stop --time=1 ff98b141802f0710b004ad8c1f0b1768c724268f9ba3b7a8f82f14752578a70c 05:41:50 $ docker rm -f ff98b141802f0710b004ad8c1f0b1768c724268f9ba3b7a8f82f14752578a70c [Pipeline] // withDockerContainer [Pipeline] sh 05:41:51 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:41:53 Stashed 1 file(s) [Pipeline] echo 05:41:53 [edgeXSemver]: initialized semver on 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 05:42:11 Still waiting to schedule task 05:42:11 ‘prd-centos7-builder-2c-1g-307’ doesn’t have label ‘centos7-docker-4c-2g’ 05:42:11 ‘prd-centos7-docker-4c-2g-1138’ is offline 05:42:11 ‘prd-centos7-docker-4c-2g-1145’ is offline 05:42:11 ‘prd-centos7-docker-4c-2g-1147’ is offline 05:42:11 ‘prd-centos7-docker-4c-2g-309’ is offline 05:42:11 ‘prd-ubuntu18.04-docker-arm64-4c-16g-1142’ doesn’t have label ‘centos7-docker-4c-2g’ 05:42:11 Still waiting to schedule task 05:42:11 ‘prd-centos7-builder-2c-1g-307’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ 05:42:11 ‘prd-centos7-docker-4c-2g-1138’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ 05:42:11 ‘prd-centos7-docker-4c-2g-1145’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ 05:42:11 ‘prd-centos7-docker-4c-2g-1147’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ 05:42:11 ‘prd-centos7-docker-4c-2g-309’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ 05:42:11 ‘prd-ubuntu18.04-docker-arm64-4c-16g-1142’ is offline 05:43:36 Running on prd-centos7-docker-4c-2g-1150 in /w/workspace/dry_go-mod-core-contracts_PR-628 [Pipeline] { [Pipeline] ws 05:43:36 Running in /w/workspace/go-mod-core-contracts/1 [Pipeline] { [Pipeline] checkout 05:43:36 Selected Git installation does not exist. Using Default 05:43:36 The recommended git tool is: NONE 05:43:43 using credential edgex-jenkins-ssh 05:43:43 Cloning the remote Git repository 05:43:43 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 05:43:43 > git init /w/workspace/go-mod-core-contracts/1 # timeout=10 05:43:43 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 05:43:43 > git --version # timeout=10 05:43:43 > git --version # 'git version 2.24.4' 05:43:43 using GIT_SSH to set credentials SSH Credentials for GitHub 05:43:44 [INFO] Currently running in a labeled security context 05:43:44 [INFO] Currently SELinux is 'enforcing' on the host 05:43:44 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-core-contracts/1@tmp/jenkins-gitclient-ssh8686927355339656017.key 05:43:44 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:43:45 Merging remotes/origin/master commit ee4e77d140d7735096b288c512b5d361ec350fc2 into PR head commit 02e15b8c7f216d4af99e550946e7c2b91bcc16c7 05:43:45 Merge succeeded, producing 02e15b8c7f216d4af99e550946e7c2b91bcc16c7 05:43:45 Checking out Revision 02e15b8c7f216d4af99e550946e7c2b91bcc16c7 (PR-628) 05:43:45 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 05:43:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:43:45 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 05:43:45 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 05:43:45 using GIT_SSH to set credentials SSH Credentials for GitHub 05:43:45 [INFO] Currently running in a labeled security context 05:43:45 [INFO] Currently SELinux is 'enforcing' on the host 05:43:45 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-core-contracts/1@tmp/jenkins-gitclient-ssh860621430292098083.key 05:43:45 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/628/head:refs/remotes/origin/PR-628 +refs/heads/master:refs/remotes/origin/master # timeout=10 05:43:45 > git config core.sparsecheckout # timeout=10 05:43:45 > git checkout -f 02e15b8c7f216d4af99e550946e7c2b91bcc16c7 # timeout=10 05:43:45 > git remote # timeout=10 05:43:45 > git config --get remote.origin.url # timeout=10 05:43:45 using GIT_SSH to set credentials SSH Credentials for GitHub 05:43:45 [INFO] Currently running in a labeled security context 05:43:45 [INFO] Currently SELinux is 'enforcing' on the host 05:43:45 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-core-contracts/1@tmp/jenkins-gitclient-ssh354340650505489105.key 05:43:45 > git merge ee4e77d140d7735096b288c512b5d361ec350fc2 # timeout=10 05:43:45 > git rev-parse HEAD^{commit} # timeout=10 05:43:45 > git config core.sparsecheckout # timeout=10 05:43:45 > git checkout -f 02e15b8c7f216d4af99e550946e7c2b91bcc16c7 # timeout=10 05:43:52 Commit message: "build(deps): bump github.com/fxamacker/cbor/v2 from 2.2.0 to 2.3.0" 05:43:52 > git --version # timeout=10 05:43:52 > git --version # 'git version 2.24.4' 05:43:52 fatal: bad object 9d0281235b943b7ad605f650702698f9078b2862 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:43:53 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 05:43:54 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:43:56 + sudo service docker restart 05:43:56 + true 05:43:56 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 05:44:17 ========================================================= 05:44:17 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 05:44:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:44:17 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 05:44:20 Sending build context to Docker daemon 3.287MB 05:44:20 Step 1/7 : ARG BASE=golang:1.16-alpine 05:44:20 Step 2/7 : FROM ${BASE} 05:44:20 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 05:44:20 540db60ca938: Pulling fs layer 05:44:20 adcc1eea9eea: Pulling fs layer 05:44:20 4c4ab2625f07: Pulling fs layer 05:44:20 0510c868ecb4: Pulling fs layer 05:44:20 afea3b2eda06: Pulling fs layer 05:44:20 7809a108b3ef: Pulling fs layer 05:44:20 f706445af74f: Pulling fs layer 05:44:20 0510c868ecb4: Waiting 05:44:20 afea3b2eda06: Waiting 05:44:20 7809a108b3ef: Waiting 05:44:20 f706445af74f: Waiting 05:44:20 4c4ab2625f07: Verifying Checksum 05:44:20 4c4ab2625f07: Download complete 05:44:20 adcc1eea9eea: Verifying Checksum 05:44:20 adcc1eea9eea: Download complete 05:44:20 afea3b2eda06: Verifying Checksum 05:44:20 afea3b2eda06: Download complete 05:44:20 7809a108b3ef: Verifying Checksum 05:44:20 7809a108b3ef: Download complete 05:44:20 540db60ca938: Verifying Checksum 05:44:20 540db60ca938: Download complete 05:44:20 540db60ca938: Pull complete 05:44:20 adcc1eea9eea: Pull complete 05:44:20 4c4ab2625f07: Pull complete 05:44:20 f706445af74f: Verifying Checksum 05:44:20 f706445af74f: Download complete 05:44:20 0510c868ecb4: Verifying Checksum 05:44:20 0510c868ecb4: Download complete 05:44:24 0510c868ecb4: Pull complete 05:44:26 afea3b2eda06: Pull complete 05:44:26 7809a108b3ef: Pull complete 05:44:26 f706445af74f: Pull complete 05:44:26 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 05:44:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 05:44:26 ---> b068be0155e3 05:44:26 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 05:44:43 ---> Running in 7d9c50b52ef4 05:44:43 Removing intermediate container 7d9c50b52ef4 05:44:43 ---> 4a218feff306 05:44:43 Step 4/7 : RUN apk add bash 05:44:43 ---> Running in 5ba4c31ace0a 05:44:44 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 05:44:45 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 05:44:47 OK: 149 MiB in 40 packages 05:44:47 Removing intermediate container 5ba4c31ace0a 05:44:47 ---> 74d175aec0da 05:44:47 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 05:44:47 ---> Running in 1eda520b260b 05:44:47 Removing intermediate container 1eda520b260b 05:44:47 ---> 2aaf9d2535cc 05:44:47 Step 6/7 : COPY go.mod . 05:44:47 ---> 661f99a85a19 05:44:47 Step 7/7 : RUN go mod download 05:44:47 ---> Running in 5b7568312ea4 05:45:02 Removing intermediate container 5b7568312ea4 05:45:02 ---> 51e09d3c5ccb 05:45:02 Successfully built 51e09d3c5ccb 05:45:02 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 05:45:02 + docker inspect -f . ci-base-image-x86_64 05:45:02 . [Pipeline] withDockerContainer 05:45:05 prd-centos7-docker-4c-2g-1150 does not seem to be running inside a container 05:45:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/1 -v /w/workspace/go-mod-core-contracts/1:/w/workspace/go-mod-core-contracts/1:rw,z -v /w/workspace/go-mod-core-contracts/1@tmp:/w/workspace/go-mod-core-contracts/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:45:06 $ docker top a5f1cdf666db87a47159509ecda9c2ce5bd258bb75719c5dbf225e77d7fe2744 -eo pid,comm [Pipeline] { [Pipeline] sh 05:45:06 + go version 05:45:06 go version go1.16.3 linux/amd64 [Pipeline] } 05:45:06 $ docker stop --time=1 a5f1cdf666db87a47159509ecda9c2ce5bd258bb75719c5dbf225e77d7fe2744 05:45:07 $ docker rm -f a5f1cdf666db87a47159509ecda9c2ce5bd258bb75719c5dbf225e77d7fe2744 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:45:12 + docker inspect -f . ci-base-image-x86_64 05:45:12 . [Pipeline] withDockerContainer 05:45:12 prd-centos7-docker-4c-2g-1150 does not seem to be running inside a container 05:45:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/1 -v /w/workspace/go-mod-core-contracts/1:/w/workspace/go-mod-core-contracts/1:rw,z -v /w/workspace/go-mod-core-contracts/1@tmp:/w/workspace/go-mod-core-contracts/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:45:12 $ docker top 8516733db32925902664ac24f62ca5c8bd1c50c624881d56daeff0e423ddb98a -eo pid,comm [Pipeline] { [Pipeline] sh 05:45:16 + go mod tidy [Pipeline] sh 05:45:17 + make test 05:45:17 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 05:45:24 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 05:45:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.011s coverage: 85.7% of statements 05:45:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.006s coverage: 100.0% of statements 05:45:24 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1154 in /w/workspace/dry_go-mod-core-contracts_PR-628 [Pipeline] { [Pipeline] ws 05:45:24 Running in /w/workspace/go-mod-core-contracts/1 [Pipeline] { [Pipeline] checkout 05:45:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.005s coverage: 45.4% of statements 05:45:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.004s coverage: 77.8% of statements 05:45:24 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 05:45:25 Selected Git installation does not exist. Using Default 05:45:25 The recommended git tool is: NONE 05:45:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.006s coverage: 26.3% of statements 05:45:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.010s coverage: 14.7% of statements 05:45:27 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.011s coverage: 100.0% of statements 05:45:27 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.010s coverage: 91.8% of statements 05:45:27 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 05:45:27 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 05:45:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.005s coverage: 100.0% of statements 05:45:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.005s coverage: 35.5% of statements 05:45:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.014s coverage: 63.0% of statements 05:45:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.007s coverage: 26.3% of statements 05:45:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.002s coverage: 15.4% of statements 05:45:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.019s coverage: 15.4% of statements 05:45:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.005s coverage: 14.3% of statements 05:45:31 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 05:45:31 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients [no test files] 05:45:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.056s coverage: 83.3% of statements 05:45:32 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 05:45:32 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 05:45:32 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 05:45:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.008s coverage: 45.4% of statements 05:45:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.007s coverage: 90.0% of statements 05:45:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.042s coverage: 86.3% of statements 05:45:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.007s coverage: 60.5% of statements 05:45:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.006s coverage: 58.2% of statements 05:45:36 CGO_ENABLED=0 GO111MODULE=on go vet ./... 05:45:37 using credential edgex-jenkins-ssh 05:45:37 Cloning the remote Git repository 05:45:37 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 05:45:37 > git init /w/workspace/go-mod-core-contracts/1 # timeout=10 05:45:37 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 05:45:37 > git --version # timeout=10 05:45:37 > git --version # 'git version 2.17.1' 05:45:37 using GIT_SSH to set credentials SSH Credentials for GitHub 05:45:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:45:39 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 05:45:39 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:45:42 gofmt -l . 05:45:42 [ "`gofmt -l .`" = "" ] [Pipeline] } 05:45:42 $ docker stop --time=1 8516733db32925902664ac24f62ca5c8bd1c50c624881d56daeff0e423ddb98a 05:45:43 Merging remotes/origin/master commit ee4e77d140d7735096b288c512b5d361ec350fc2 into PR head commit 02e15b8c7f216d4af99e550946e7c2b91bcc16c7 05:45:42 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 05:45:42 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 05:45:42 using GIT_SSH to set credentials SSH Credentials for GitHub 05:45:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/628/head:refs/remotes/origin/PR-628 +refs/heads/master:refs/remotes/origin/master # timeout=10 05:45:43 > git config core.sparsecheckout # timeout=10 05:45:43 > git checkout -f 02e15b8c7f216d4af99e550946e7c2b91bcc16c7 # timeout=10 05:45:43 > git remote # timeout=10 05:45:43 Merge succeeded, producing 02e15b8c7f216d4af99e550946e7c2b91bcc16c7 05:45:43 Checking out Revision 02e15b8c7f216d4af99e550946e7c2b91bcc16c7 (PR-628) 05:45:43 > git config --get remote.origin.url # timeout=10 05:45:43 using GIT_SSH to set credentials SSH Credentials for GitHub 05:45:43 > git merge ee4e77d140d7735096b288c512b5d361ec350fc2 # timeout=10 05:45:43 > git rev-parse HEAD^{commit} # timeout=10 05:45:43 > git config core.sparsecheckout # timeout=10 05:45:43 > git checkout -f 02e15b8c7f216d4af99e550946e7c2b91bcc16c7 # timeout=10 05:45:47 $ docker rm -f 8516733db32925902664ac24f62ca5c8bd1c50c624881d56daeff0e423ddb98a [Pipeline] // withDockerContainer [Pipeline] sh 05:45:48 + sudo chown -R jenkins:jenkins . 05:45:48 Commit message: "build(deps): bump github.com/fxamacker/cbor/v2 from 2.2.0 to 2.3.0" [Pipeline] stash 05:45:48 > git --version # timeout=10 05:45:48 > git --version # 'git version 2.17.1' 05:45:48 fatal: bad object 9d0281235b943b7ad605f650702698f9078b2862 05:45:48 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] stage [Pipeline] { (Prep) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] script [Pipeline] { [Pipeline] // stage [Pipeline] sh [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource 05:45:52 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [Pipeline] sh 05:45:52 ---> job-cost.sh 05:45:52 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-NWrA 05:45:53 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:45:53 + true 05:45:53 + sudo service docker restart 05:46:10 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [Pipeline] unstash [Pipeline] echo 05:46:14 ========================================================= 05:46:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 05:46:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:46:16 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 05:46:16 Sending build context to Docker daemon 3.286MB 05:46:16 Step 1/7 : ARG BASE=golang:1.16-alpine 05:46:16 Step 2/7 : FROM ${BASE} 05:46:16 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:46:16 595b0fe564bb: Pulling fs layer 05:46:16 7186ed65a4f7: Pulling fs layer 05:46:16 316046926c0a: Pulling fs layer 05:46:16 4ebd0625c992: Pulling fs layer 05:46:16 207e8628e3a3: Pulling fs layer 05:46:16 c791037a9be2: Pulling fs layer 05:46:16 ffd874e62e21: Pulling fs layer 05:46:16 4ebd0625c992: Waiting 05:46:16 207e8628e3a3: Waiting 05:46:16 ffd874e62e21: Waiting 05:46:16 c791037a9be2: Waiting 05:46:16 316046926c0a: Verifying Checksum 05:46:16 316046926c0a: Download complete 05:46:16 7186ed65a4f7: Verifying Checksum 05:46:16 7186ed65a4f7: Download complete 05:46:16 207e8628e3a3: Verifying Checksum 05:46:16 207e8628e3a3: Download complete 05:46:16 c791037a9be2: Verifying Checksum 05:46:16 c791037a9be2: Download complete 05:46:16 595b0fe564bb: Verifying Checksum 05:46:16 595b0fe564bb: Download complete 05:46:17 595b0fe564bb: Pull complete 05:46:19 7186ed65a4f7: Pull complete 05:46:19 316046926c0a: Pull complete 05:46:19 ffd874e62e21: Verifying Checksum 05:46:19 ffd874e62e21: Download complete 05:46:20 4ebd0625c992: Verifying Checksum 05:46:20 4ebd0625c992: Download complete 05:46:24 lf-activate-venv(): INFO: Adding /tmp/venv-NWrA/bin to PATH 05:46:24 INFO: No Stack... 05:46:24 INFO: Retrieving Pricing Info for: v3-standard-2 05:46:24 INFO: Archiving Costs [Pipeline] sh 05:46:24 + cat /w/workspace/go-mod-core-contracts/1/archives/cost.csv 05:46:24 + cut -d, -f6 [Pipeline] lock 05:46:24 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-628-1-stack-cost] 05:46:24 Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-628-1-stack-cost] did not exist. Created. 05:46:24 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-628-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:46:25 + echo total: 0.05999999865889549 [Pipeline] stash 05:46:27 Stashed 1 file(s) [Pipeline] } 05:46:27 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-628-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 05:46:31 4ebd0625c992: Pull complete 05:46:31 207e8628e3a3: Pull complete 05:46:33 c791037a9be2: Pull complete 05:46:36 ffd874e62e21: Pull complete 05:46:36 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 05:46:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 05:46:36 ---> cfc18b08335c 05:46:36 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 05:46:39 ---> Running in ced0067d7205 05:46:39 Removing intermediate container ced0067d7205 05:46:39 ---> 4593afe35d81 05:46:39 Step 4/7 : RUN apk add bash 05:46:39 ---> Running in 197aa343c2a7 05:46:39 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 05:46:40 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 05:46:42 OK: 138 MiB in 40 packages 05:46:43 Removing intermediate container 197aa343c2a7 05:46:43 ---> 6526e09d43be 05:46:43 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 05:46:43 ---> Running in 2bb8d365072e 05:46:46 Removing intermediate container 2bb8d365072e 05:46:46 ---> 1bd835bd97cd 05:46:46 Step 6/7 : COPY go.mod . 05:46:46 ---> 83a59f4f30fa 05:46:46 Step 7/7 : RUN go mod download 05:46:46 ---> Running in f160610011fa 05:47:03 Removing intermediate container f160610011fa 05:47:03 ---> 61667290dbd3 05:47:03 Successfully built 61667290dbd3 05:47:03 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 05:47:03 + docker inspect -f . ci-base-image-arm64 05:47:03 . [Pipeline] withDockerContainer 05:47:04 prd-ubuntu18.04-docker-arm64-4c-16g-1154 does not seem to be running inside a container 05:47:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/1 -v /w/workspace/go-mod-core-contracts/1:/w/workspace/go-mod-core-contracts/1:rw,z -v /w/workspace/go-mod-core-contracts/1@tmp:/w/workspace/go-mod-core-contracts/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:47:06 $ docker top 31a9fb77d55ad67f6e31c30b2716e3c579b269d943f00b9d907702659635ad81 -eo pid,comm [Pipeline] { [Pipeline] sh 05:47:07 + go version 05:47:07 go version go1.16.3 linux/arm64 [Pipeline] } 05:47:07 $ docker stop --time=1 31a9fb77d55ad67f6e31c30b2716e3c579b269d943f00b9d907702659635ad81 05:47:09 $ docker rm -f 31a9fb77d55ad67f6e31c30b2716e3c579b269d943f00b9d907702659635ad81 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:47:12 + docker inspect -f . ci-base-image-arm64 05:47:12 . [Pipeline] withDockerContainer 05:47:12 prd-ubuntu18.04-docker-arm64-4c-16g-1154 does not seem to be running inside a container 05:47:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/1 -v /w/workspace/go-mod-core-contracts/1:/w/workspace/go-mod-core-contracts/1:rw,z -v /w/workspace/go-mod-core-contracts/1@tmp:/w/workspace/go-mod-core-contracts/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:47:14 $ docker top a4d982bac367a1c455850d87623cdbcc9b55c2f06e0631d39ad6cf770032a357 -eo pid,comm [Pipeline] { [Pipeline] sh 05:47:15 + go mod tidy [Pipeline] sh 05:47:16 + make test 05:47:16 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 05:47:44 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 05:47:45 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.047s coverage: 85.7% of statements 05:47:45 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.036s coverage: 100.0% of statements 05:47:45 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.062s coverage: 45.4% of statements 05:47:46 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.075s coverage: 77.8% of statements 05:47:46 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 05:47:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.032s coverage: 26.3% of statements 05:47:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.090s coverage: 14.7% of statements 05:47:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.047s coverage: 100.0% of statements 05:47:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.069s coverage: 91.8% of statements 05:47:49 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 05:47:49 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 05:47:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.044s coverage: 100.0% of statements 05:47:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.044s coverage: 35.5% of statements 05:47:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.073s coverage: 63.0% of statements 05:47:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.022s coverage: 26.3% of statements 05:47:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.012s coverage: 15.4% of statements 05:47:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.027s coverage: 15.4% of statements 05:47:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.030s coverage: 14.3% of statements 05:47:56 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 05:47:56 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients [no test files] 05:48:05 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.408s coverage: 83.3% of statements 05:48:05 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 05:48:05 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 05:48:05 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 05:48:05 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.130s coverage: 45.4% of statements 05:48:05 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.079s coverage: 90.0% of statements 05:48:05 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.264s coverage: 86.3% of statements 05:48:05 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.040s coverage: 60.5% of statements 05:48:05 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.034s coverage: 58.2% of statements 05:48:05 CGO_ENABLED=0 GO111MODULE=on go vet ./... 05:48:31 gofmt -l . 05:48:31 [ "`gofmt -l .`" = "" ] [Pipeline] } 05:48:31 $ docker stop --time=1 a4d982bac367a1c455850d87623cdbcc9b55c2f06e0631d39ad6cf770032a357 05:48:33 $ docker rm -f a4d982bac367a1c455850d87623cdbcc9b55c2f06e0631d39ad6cf770032a357 [Pipeline] // withDockerContainer [Pipeline] sh 05:48:36 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:48:36 Warning: overwriting stash ‘coverage-report’ 05:48:37 Stashed 1 file(s) [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 Post stage [Pipeline] libraryResource [Pipeline] sh 05:48:38 ---> job-cost.sh 05:48:38 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-EQXE 05:49:30 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 05:51:01 lf-activate-venv(): INFO: Adding /tmp/venv-EQXE/bin to PATH 05:51:01 INFO: No Stack... 05:51:01 INFO: Retrieving Pricing Info for: v2-standard-4 05:51:01 INFO: Archiving Costs [Pipeline] sh 05:51:02 + cat /w/workspace/go-mod-core-contracts/1/archives/cost.csv 05:51:02 + cut -d, -f6 [Pipeline] lock 05:51:02 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-628-1-stack-cost] 05:51:02 Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-628-1-stack-cost] did not exist. Created. 05:51:02 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-628-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:51:02 /w/workspace/go-mod-core-contracts/1@tmp/durable-a409e934/script.sh: 1: /w/workspace/go-mod-core-contracts/1@tmp/durable-a409e934/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 05:51:03 + echo total: 0.18000000715255737 [Pipeline] stash 05:51:03 Warning: overwriting stash ‘stack-cost’ 05:51:03 Stashed 1 file(s) [Pipeline] } 05:51:03 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-628-1-stack-cost] [Pipeline] // lock [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] configFileProvider 05:51:06 provisioning config files... 05:51:06 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-628@tmp/config657610183724002400tmp [Pipeline] { [Pipeline] sh 05:51:06 + set +x 05:51:06 + curl -s https://codecov.io/bash 05:51:06 + bash -s -- 05:51:06 05:51:06 _____ _ 05:51:06 / ____| | | 05:51:06 | | ___ __| | ___ ___ _____ __ 05:51:06 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:51:06 | |___| (_) | (_| | __/ (_| (_) \ V / 05:51:06 \_____\___/ \__,_|\___|\___\___/ \_/ 05:51:06 Bash-1.0.3 05:51:06 05:51:06 05:51:06 ==> git version 2.24.4 found 05:51:06 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 05:51:06 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 05:51:06 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 05:51:06 ==> Jenkins CI detected. 05:51:06 project root: . 05:51:06 --> token set from env 05:51:06 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:51:06 ==> Running gcov in . (disable via -X gcov) 05:51:06 ==> Python coveragepy not found 05:51:06 ==> Searching for coverage reports in: 05:51:06 + . 05:51:06 -> Found 1 reports 05:51:06 ==> Detecting git/mercurial file structure 05:51:06 ==> Reading reports 05:51:06 + ./coverage.out bytes=185394 05:51:06 ==> Appending adjustments 05:51:06 https://docs.codecov.io/docs/fixing-reports 05:51:07 + Found adjustments 05:51:07 ==> Gzipping contents 05:51:07 28K /tmp/codecov.VEooxW.gz 05:51:07 ==> Uploading reports 05:51:07 url: https://codecov.io 05:51:07 query: branch=PR-628&commit=02e15b8c7f216d4af99e550946e7c2b91bcc16c7&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-628%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=628&job=&cmd_args= 05:51:07 -> Pinging Codecov 05:51:07 https://codecov.io/upload/v4?package=bash-1.0.3&token=secret&branch=PR-628&commit=02e15b8c7f216d4af99e550946e7c2b91bcc16c7&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-628%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=628&job=&cmd_args= 05:51:08 -> Uploading to 05:51:08 https://storage.googleapis.com/codecov/v4/raw/2021-05-31/71470A77251A30514AAF9C0BB2E5B6CE/02e15b8c7f216d4af99e550946e7c2b91bcc16c7/10a50ffd-9b37-44c0-b75e-f47cb24e4907.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210531%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210531T055108Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=16a05bb1f14dddc345235c6899c56d6bd4aabe0315d567ba75ff31dcf3d3ce42 05:51:08 % Total % Received % Xferd Average Speed Time Time Time Current 05:51:08 Dload Upload Total Spent Left Speed 05:51:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 27076 0 0 100 27076 0 63979 --:--:-- --:--:-- --:--:-- 63858 100 27076 0 0 100 27076 0 63955 --:--:-- --:--:-- --:--:-- 63858 05:51:08 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/02e15b8c7f216d4af99e550946e7c2b91bcc16c7 [Pipeline] } 05:51:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency 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 05:51:12 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:51:13 ---> package-listing.sh 05:51:13 ++ facter osfamily 05:51:13 ++ tr '[:upper:]' '[:lower:]' 05:51:13 + OS_FAMILY=redhat 05:51:13 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-628 05:51:13 + START_PACKAGES=/tmp/packages_start.txt 05:51:13 + END_PACKAGES=/tmp/packages_end.txt 05:51:13 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:51:13 + PACKAGES=/tmp/packages_start.txt 05:51:13 + '[' /w/workspace/dry_go-mod-core-contracts_PR-628 ']' 05:51:13 + PACKAGES=/tmp/packages_end.txt 05:51:13 + case "${OS_FAMILY}" in 05:51:13 + rpm -qa 05:51:13 + sort 05:51:14 + '[' -f /tmp/packages_start.txt ']' 05:51:14 + '[' -f /tmp/packages_end.txt ']' 05:51:14 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:51:14 + '[' /w/workspace/dry_go-mod-core-contracts_PR-628 ']' 05:51:14 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-628/archives/ 05:51:14 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-628/archives/ [Pipeline] echo 05:51:14 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_PR-628/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:51:14 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 05:51:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:51:14 05:51:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 05:51:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:51:15 alpine: Pulling from edgex-lftools-log-publisher 05:51:15 df20fa9351a1: Pulling fs layer 05:51:15 36b3adc4ff6f: Pulling fs layer 05:51:15 8ad3a11d3b57: Pulling fs layer 05:51:15 46f8f816bc3b: Pulling fs layer 05:51:15 93b61091891f: Pulling fs layer 05:51:15 93b9cdb0e59b: Pulling fs layer 05:51:15 5e14af77c1be: Pulling fs layer 05:51:15 01666e4c0597: Pulling fs layer 05:51:15 aa168da1d23b: Pulling fs layer 05:51:15 46f8f816bc3b: Waiting 05:51:15 93b61091891f: Waiting 05:51:15 93b9cdb0e59b: Waiting 05:51:15 5e14af77c1be: Waiting 05:51:15 01666e4c0597: Waiting 05:51:15 aa168da1d23b: Waiting 05:51:15 36b3adc4ff6f: Verifying Checksum 05:51:15 36b3adc4ff6f: Download complete 05:51:15 46f8f816bc3b: Verifying Checksum 05:51:15 46f8f816bc3b: Download complete 05:51:15 df20fa9351a1: Verifying Checksum 05:51:15 df20fa9351a1: Download complete 05:51:15 93b9cdb0e59b: Verifying Checksum 05:51:15 93b9cdb0e59b: Download complete 05:51:15 5e14af77c1be: Verifying Checksum 05:51:15 5e14af77c1be: Download complete 05:51:15 01666e4c0597: Verifying Checksum 05:51:15 01666e4c0597: Download complete 05:51:15 93b61091891f: Verifying Checksum 05:51:15 93b61091891f: Download complete 05:51:15 df20fa9351a1: Pull complete 05:51:15 8ad3a11d3b57: Verifying Checksum 05:51:15 8ad3a11d3b57: Download complete 05:51:15 36b3adc4ff6f: Pull complete 05:51:16 8ad3a11d3b57: Pull complete 05:51:16 46f8f816bc3b: Pull complete 05:51:18 93b61091891f: Pull complete 05:51:18 93b9cdb0e59b: Pull complete 05:51:18 5e14af77c1be: Pull complete 05:51:18 01666e4c0597: Pull complete 05:51:18 aa168da1d23b: Verifying Checksum 05:51:18 aa168da1d23b: Download complete 05:51:21 aa168da1d23b: Pull complete 05:51:21 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 05:51:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:51:21 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 05:51:21 prd-centos7-docker-4c-2g-1143 does not seem to be running inside a container 05:51:21 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_PR-628/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_PR-628 -v /w/workspace/dry_go-mod-core-contracts_PR-628:/w/workspace/dry_go-mod-core-contracts_PR-628:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-628@tmp:/w/workspace/dry_go-mod-core-contracts_PR-628@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 05:51:25 $ docker top 1d48db86e063e36762b01e2cd6cd8e14807ad19b069a61e93aaa08632b5ff3be -eo pid,comm [Pipeline] { [Pipeline] sh 05:51:26 + touch /tmp/pre-build-complete [Pipeline] sh 05:51:26 + mkdir -p /var/log/sa [Pipeline] sh 05:51:28 + ls /var/log/sa-host 05:51:28 + sadf -c /var/log/sa-host/sa05 05:51:28 file_magic: OK 05:51:28 HZ: Using current value: 100 05:51:28 file_header: OK 05:51:28 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 05:51:28 Statistics: 05:51:28 Hnuu...uuuununununu...Hnuu...uuuununununu... 05:51:28 File successfully converted to sysstat format version 12.2.1 05:51:28 + sadf -c /var/log/sa-host/sa31 05:51:28 file_magic: OK 05:51:28 HZ: Using current value: 100 05:51:28 file_header: OK 05:51:28 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 05:51:28 Statistics: 05:51:28 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 05:51:28 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:51:28 provisioning config files... 05:51:29 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-628@tmp/config5306068484559449548tmp [Pipeline] { [Pipeline] echo 05:51:29 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:51:29 ---> create-netrc.sh [Pipeline] } 05:51:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 05:51:29 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 05:51:29 ---> python-tools-install.sh [Pipeline] echo 05:51:29 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:51:30 ---> sudo-logs.sh 05:51:30 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:51:30 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:51:32 ---> job-cost.sh 05:51:32 lf-activate-venv: SKIPPING 05:51:32 DEBUG: total: 0.18000000715255737 05:51:32 INFO: Retrieving Stack Cost... 05:51:32 INFO: Retrieving Pricing Info for: v3-standard-2 05:51:32 INFO: Archiving Costs [Pipeline] echo 05:51:32 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:51:32 ---> logs-deploy.sh 05:51:32 lf-activate-venv: SKIPPING 05:51:32 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-628/1 05:51:32 INFO: archiving workspace using pattern(s): 05:51:33 Archives upload complete. 05:51:33 INFO: archiving logs to Nexus 05:51:34 ---> uname -a: 05:51:34 Linux prd-centos7-docker-4c-2g-1143.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 Linux 05:51:34 05:51:34 05:51:34 ---> lscpu: 05:51:34 Architecture: x86_64 05:51:34 CPU op-mode(s): 32-bit, 64-bit 05:51:34 Byte Order: Little Endian 05:51:34 Address sizes: 40 bits physical, 48 bits virtual 05:51:34 CPU(s): 2 05:51:34 On-line CPU(s) list: 0,1 05:51:34 Thread(s) per core: 1 05:51:34 Core(s) per socket: 1 05:51:34 Socket(s): 2 05:51:34 NUMA node(s): 1 05:51:34 Vendor ID: AuthenticAMD 05:51:34 CPU family: 23 05:51:34 Model: 49 05:51:34 Model name: AMD EPYC-Rome Processor 05:51:34 Stepping: 0 05:51:34 CPU MHz: 2800.000 05:51:34 BogoMIPS: 5600.00 05:51:34 Virtualization: AMD-V 05:51:34 Hypervisor vendor: KVM 05:51:34 Virtualization type: full 05:51:34 L1d cache: 64 KiB 05:51:34 L1i cache: 64 KiB 05:51:34 L2 cache: 1 MiB 05:51:34 L3 cache: 32 MiB 05:51:34 NUMA node0 CPU(s): 0,1 05:51:34 Vulnerability Itlb multihit: Not affected 05:51:34 Vulnerability L1tf: Not affected 05:51:34 Vulnerability Mds: Not affected 05:51:34 Vulnerability Meltdown: Not affected 05:51:34 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:51:34 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 05:51:34 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 05:51:34 Vulnerability Srbds: Not affected 05:51:34 Vulnerability Tsx async abort: Not affected 05:51:34 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 arat npt nrip_save umip spec_ctrl intel_stibp 05:51:34 05:51:34 05:51:34 ---> nproc: 05:51:34 2 05:51:34 05:51:34 05:51:34 ---> df -h: 05:51:34 Filesystem Size Used Available Use% Mounted on 05:51:34 overlay 40.0G 7.6G 32.4G 19% / 05:51:34 tmpfs 64.0M 0 64.0M 0% /dev 05:51:34 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 05:51:34 shm 64.0M 0 64.0M 0% /dev/shm 05:51:34 /dev/vda1 40.0G 7.6G 32.4G 19% /facter-os 05:51:34 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/resolv.conf 05:51:34 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/hostname 05:51:34 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/hosts 05:51:34 /dev/vda1 40.0G 7.6G 32.4G 19% /run/cloud-init/result.json 05:51:34 /dev/vda1 40.0G 7.6G 32.4G 19% /w/workspace/dry_go-mod-core-contracts_PR-628 05:51:34 /dev/vda1 40.0G 7.6G 32.4G 19% /w/workspace/dry_go-mod-core-contracts_PR-628@tmp 05:51:34 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/sa-host 05:51:34 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/secure 05:51:34 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/auth.log 05:51:34 05:51:34 05:51:34 ---> free -m: 05:51:34 total used free shared buff/cache available 05:51:34 Mem: 7821 929 4793 0 2098 6714 05:51:34 Swap: 1023 0 1023 05:51:34 05:51:34 05:51:34 ---> ip addr: 05:51:34 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 05:51:34 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 05:51:34 inet 127.0.0.1/8 scope host lo 05:51:34 valid_lft forever preferred_lft forever 05:51:34 inet6 ::1/128 scope host 05:51:34 valid_lft forever preferred_lft forever 05:51:34 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 05:51:34 link/ether fa:16:3e:13:78:1d brd ff:ff:ff:ff:ff:ff 05:51:34 inet 10.30.122.24/23 brd 10.30.123.255 scope global dynamic eth0 05:51:34 valid_lft 85740sec preferred_lft 85740sec 05:51:34 inet6 fe80::f816:3eff:fe13:781d/64 scope link 05:51:34 valid_lft forever preferred_lft forever 05:51:34 3: docker0: mtu 1500 qdisc noqueue state DOWN 05:51:34 link/ether 02:42:90:00:15:4d brd ff:ff:ff:ff:ff:ff 05:51:34 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 05:51:34 valid_lft forever preferred_lft forever 05:51:34 inet6 fe80::42:90ff:fe00:154d/64 scope link 05:51:34 valid_lft forever preferred_lft forever 05:51:34 05:51:34 05:51:34 ---> sar -b -r -n DEV: 05:51:34 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 05/31/21 _x86_64_ (2 CPU) 05:51:34 05:51:34 05:40:23 LINUX RESTART (2 CPU) 05:51:34 05:51:34 05:41:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 05:51:34 05:42:01 85.81 4.06 81.75 0.00 2765.77 3760.92 0.00 05:51:34 05:43:01 1.83 0.00 1.83 0.00 0.00 38.43 0.00 05:51:34 05:44:01 0.22 0.00 0.22 0.00 0.00 3.27 0.00 05:51:34 05:45:01 0.35 0.00 0.35 0.00 0.00 5.65 0.00 05:51:34 05:46:01 0.23 0.00 0.23 0.00 0.00 3.18 0.00 05:51:34 05:47:01 0.32 0.00 0.32 0.00 0.00 5.08 0.00 05:51:34 05:48:01 0.18 0.00 0.18 0.00 0.00 3.13 0.00 05:51:34 05:49:01 0.22 0.00 0.22 0.00 0.00 2.32 0.00 05:51:34 05:50:01 0.28 0.00 0.28 0.00 0.00 3.07 0.00 05:51:34 05:51:01 0.20 0.00 0.20 0.00 0.00 2.70 0.00 05:51:34 Average: 8.97 0.41 8.56 0.00 276.69 382.93 0.00 05:51:34 05:51:34 05:41:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 05:51:34 05:42:01 5463436 0 801712 10.01 2620 1741164 1300552 14.36 572168 1570964 132 05:51:34 05:43:01 5474088 0 791056 9.88 2620 1741168 1217640 13.44 563384 1570920 16 05:51:34 05:44:01 5474220 0 790920 9.88 2620 1741172 1215632 13.42 559840 1574648 8 05:51:34 05:45:01 5472820 0 792312 9.89 2620 1741180 1215704 13.42 561872 1574648 12 05:51:34 05:46:01 5472936 0 792188 9.89 2620 1741188 1215672 13.42 560496 1575392 20 05:51:34 05:47:01 5472304 0 792820 9.90 2620 1741188 1215780 13.42 559580 1576888 20 05:51:34 05:48:01 5474120 0 790996 9.88 2620 1741196 1198984 13.24 558364 1576888 16 05:51:34 05:49:01 5464888 0 800224 9.99 2620 1741200 1198984 13.24 567700 1576888 8 05:51:34 05:50:01 5464816 0 800296 9.99 2620 1741200 1198984 13.24 569292 1575476 16 05:51:34 05:51:01 5461292 0 803812 10.04 2620 1741208 1199140 13.24 572992 1575320 12 05:51:34 Average: 5469492 0 795634 9.93 2620 1741186 1217707 13.44 564569 1574803 26 05:51:34 05:51:34 05:41:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 05:51:34 05:42:01 eth0 342.59 242.51 712.37 60.59 0.00 0.00 0.00 0.00 05:51:34 05:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:51:34 05:42:01 docker0 8.18 6.18 2.17 24.79 0.00 0.00 0.00 0.00 05:51:34 05:43:01 eth0 2.72 0.50 0.73 0.37 0.00 0.00 0.00 0.00 05:51:34 05:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:51:34 05:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:51:34 05:44:01 eth0 3.27 0.48 0.79 0.39 0.00 0.00 0.00 0.00 05:51:34 05:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:51:34 05:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:51:34 05:45:01 eth0 3.33 1.08 1.24 0.79 0.00 0.00 0.00 0.00 05:51:34 05:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:51:34 05:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:51:34 05:46:01 eth0 3.55 0.62 0.92 0.49 0.00 0.00 0.00 0.00 05:51:34 05:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:51:34 05:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:51:34 05:47:01 eth0 2.72 1.42 1.60 1.18 0.00 0.00 0.00 0.00 05:51:34 05:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:51:34 05:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:51:34 05:48:01 eth0 0.15 0.07 0.01 0.01 0.00 0.00 0.00 0.00 05:51:34 05:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:51:34 05:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:51:34 05:49:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:51:34 05:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:51:34 05:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:51:34 05:50:01 eth0 1.02 0.08 0.08 0.01 0.00 0.00 0.00 0.00 05:51:34 05:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:51:34 05:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:51:34 05:51:01 eth0 1.48 0.38 0.44 0.24 0.00 0.00 0.00 0.00 05:51:34 05:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:51:34 05:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:51:34 Average: eth0 36.11 24.73 71.85 6.41 0.00 0.00 0.00 0.00 05:51:34 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:51:34 Average: docker0 0.82 0.62 0.22 2.48 0.00 0.00 0.00 0.00 05:51:34 05:51:34 05:51:34 ---> sar -P ALL: 05:51:34 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 05/31/21 _x86_64_ (2 CPU) 05:51:34 05:51:34 05:40:23 LINUX RESTART (2 CPU) 05:51:34 05:51:34 05:41:01 CPU %user %nice %system %iowait %steal %idle 05:51:34 05:42:01 all 7.73 0.00 2.40 2.21 0.04 87.61 05:51:34 05:42:01 0 7.89 0.00 2.23 1.12 0.03 88.73 05:51:34 05:42:01 1 7.58 0.00 2.58 3.30 0.05 86.49 05:51:34 05:43:01 all 0.15 0.00 0.06 0.00 0.03 99.77 05:51:34 05:43:01 0 0.23 0.00 0.05 0.00 0.02 99.70 05:51:34 05:43:01 1 0.07 0.00 0.07 0.00 0.03 99.83 05:51:34 05:44:01 all 0.16 0.00 0.08 0.00 0.03 99.74 05:51:34 05:44:01 0 0.22 0.00 0.07 0.00 0.02 99.70 05:51:34 05:44:01 1 0.10 0.00 0.08 0.00 0.03 99.78 05:51:34 05:45:01 all 0.08 0.00 0.04 0.01 0.03 99.85 05:51:34 05:45:01 0 0.07 0.00 0.03 0.00 0.02 99.88 05:51:34 05:45:01 1 0.08 0.00 0.05 0.02 0.03 99.82 05:51:34 05:46:01 all 0.14 0.00 0.09 0.00 0.02 99.75 05:51:34 05:46:01 0 0.07 0.00 0.10 0.00 0.00 99.83 05:51:34 05:46:01 1 0.22 0.00 0.08 0.00 0.03 99.67 05:51:34 05:47:01 all 0.24 0.00 0.06 0.00 0.02 99.68 05:51:34 05:47:01 0 0.05 0.00 0.05 0.00 0.02 99.88 05:51:34 05:47:01 1 0.43 0.00 0.07 0.00 0.02 99.48 05:51:34 05:48:01 all 0.16 0.00 0.03 0.00 0.02 99.79 05:51:34 05:48:01 0 0.03 0.00 0.02 0.00 0.02 99.93 05:51:34 05:48:01 1 0.28 0.00 0.05 0.00 0.02 99.65 05:51:34 05:49:01 all 0.18 0.00 0.04 0.00 0.02 99.76 05:51:34 05:49:01 0 0.03 0.00 0.03 0.00 0.02 99.92 05:51:34 05:49:01 1 0.33 0.00 0.05 0.00 0.02 99.60 05:51:34 05:50:01 all 0.22 0.00 0.04 0.00 0.02 99.72 05:51:34 05:50:01 0 0.05 0.00 0.05 0.00 0.02 99.88 05:51:34 05:50:01 1 0.38 0.00 0.03 0.00 0.02 99.57 05:51:34 05:51:01 all 0.17 0.00 0.04 0.00 0.03 99.77 05:51:34 05:51:01 0 0.05 0.00 0.05 0.00 0.03 99.87 05:51:34 05:51:01 1 0.28 0.00 0.03 0.00 0.02 99.67 05:51:34 Average: all 0.91 0.00 0.29 0.22 0.02 98.56 05:51:34 Average: 0 0.86 0.00 0.26 0.11 0.02 98.75 05:51:34 Average: 1 0.97 0.00 0.31 0.33 0.03 98.37 05:51:34 05:51:34 05:51:34