Pull request #655 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 731224d1c67c906ae6e61751f6cc877dbd923480+591b2f269ee4961f9507fe09c3b083e2eaefa9d9 (26a6706980e942f59e4081851991a07850b08c88) 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 > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh4628770547183295956.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision db16f8292de5a0132d944c4e76ede2ca4f84da27 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 > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh934240228266324732.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 db16f8292de5a0132d944c4e76ede2ca4f84da27 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-655/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 > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-core-contracts/branches/PR-655/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh6734598463621348715.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 > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-core-contracts/branches/PR-655/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh7334965817679404049.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision db16f8292de5a0132d944c4e76ede2ca4f84da27 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f db16f8292de5a0132d944c4e76ede2ca4f84da27 # timeout=10 Commit message: "Merge pull request #343 from ernestojeda/pipeline-optimizations" > 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 > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh1262325731055552974.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 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-655/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 > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-core-contracts/branches/PR-655/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh2826073231833847914.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 98bb157299c17168c94e81a7dba3d05dc38b0f72 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 98bb157299c17168c94e81a7dba3d05dc38b0f72 # timeout=10 Commit message: "Docs: Add example Jenkinsfile to documentation" > 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 db16f8292de5a0132d944c4e76ede2ca4f84da27 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-223 in /w/workspace/dry_go-mod-core-contracts_PR-655 [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-655 # 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 > /usr/bin/chcon --type=ssh_home_t /w/workspace/dry_go-mod-core-contracts_PR-655@tmp/jenkins-gitclient-ssh2289178054465534807.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 591b2f269ee4961f9507fe09c3b083e2eaefa9d9 into PR head commit 731224d1c67c906ae6e61751f6cc877dbd923480 Merge succeeded, producing 731224d1c67c906ae6e61751f6cc877dbd923480 Checking out Revision 731224d1c67c906ae6e61751f6cc877dbd923480 (PR-655) > 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 > /usr/bin/chcon --type=ssh_home_t /w/workspace/dry_go-mod-core-contracts_PR-655@tmp/jenkins-gitclient-ssh1307560558101602266.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/655/head:refs/remotes/origin/PR-655 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 731224d1c67c906ae6e61751f6cc877dbd923480 # 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 > /usr/bin/chcon --type=ssh_home_t /w/workspace/dry_go-mod-core-contracts_PR-655@tmp/jenkins-gitclient-ssh4374163190962562607.key > git merge 591b2f269ee4961f9507fe09c3b083e2eaefa9d9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 731224d1c67c906ae6e61751f6cc877dbd923480 # timeout=10 Commit message: "build(deps): bump github.com/go-playground/validator/v10" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object db16f8292de5a0132d944c4e76ede2ca4f84da27 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:05:16 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:05:16 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:05:17 ========================================================= 21:05:17 EdgeX Global Pipelines Version Info 21:05:17 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:05:18 ------------------- 21:05:18 stable info: 21:05:18 ------------------- 21:05:18 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:05:18 Commit SHA: db16f8292de5a0132d944c4e76ede2ca4f84da27 21:05:18 Message: update stable to v1.0.197 21:05:18 ------------------- 21:05:18 experimental info: 21:05:18 ------------------- 21:05:18 Commited By: **** collab-it+edgex@linuxfoundation.org 21:05:18 Commit SHA: db16f8292de5a0132d944c4e76ede2ca4f84da27 21:05:18 Message: update experimental to v1.0.197 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:05:19 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 21:05:19 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 21:05:19 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:05:19 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:05:19 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:05:19 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 21:05:19 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:05:19 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 21:05:19 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:05:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:05:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:05:19 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-core-contracts [Pipeline] echo 21:05:19 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:05:20 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:05:20 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 21:05:20 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 21:05:20 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:05:20 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:05:20 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:05:20 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:05:20 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 21:05:20 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 21:05:20 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 21:05:20 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 21:05:20 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 21:05:20 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:05:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-655 [Pipeline] echo 21:05:20 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-655 [Pipeline] echo 21:05:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-655 [Pipeline] echo 21:05:21 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 731224d1c67c906ae6e61751f6cc877dbd923480 [Pipeline] echo 21:05:21 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 731224d [Pipeline] echo 21:05:21 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:05:21 + git log --format=format:%s -1 731224d1c67c906ae6e61751f6cc877dbd923480 [Pipeline] echo 21:05:21 GIT_COMMIT: 731224d1c67c906ae6e61751f6cc877dbd923480, Commit Message: build(deps): bump github.com/go-playground/validator/v10 [Pipeline] echo 21:05:21 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 21:05:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:05:23 21:05:23 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:05:23 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:05:23 latest: Pulling from edgex-devops/git-semver 21:05:23 31603596830f: Pulling fs layer 21:05:23 b6dc333f4379: Pulling fs layer 21:05:23 3d9ef1400e77: Pulling fs layer 21:05:23 fd332fbdc1db: Pulling fs layer 21:05:23 fd332fbdc1db: Waiting 21:05:23 31603596830f: Verifying Checksum 21:05:23 b6dc333f4379: Verifying Checksum 21:05:23 b6dc333f4379: Download complete 21:05:23 31603596830f: Pull complete 21:05:23 b6dc333f4379: Pull complete 21:05:24 fd332fbdc1db: Verifying Checksum 21:05:24 fd332fbdc1db: Download complete 21:05:24 3d9ef1400e77: Verifying Checksum 21:05:24 3d9ef1400e77: Download complete 21:05:24 3d9ef1400e77: Pull complete 21:05:24 fd332fbdc1db: Pull complete 21:05:24 Digest: sha256:db6b30291b918ea2df8875cce3ed97fb48fa491dcbf862453db6614bc0bd4782 21:05:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:05:24 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:05:24 prd-centos7-docker-4c-2g-223 does not seem to be running inside a container 21:05:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-655 -v /w/workspace/dry_go-mod-core-contracts_PR-655:/w/workspace/dry_go-mod-core-contracts_PR-655:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-655@tmp:/w/workspace/dry_go-mod-core-contracts_PR-655@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:05:25 $ docker top e63b85e0060f8598d18c10ff0ebca3654b741fc71226f84996f276cb356ab3f5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:05:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:05:26 [ssh-agent] Looking for ssh-agent implementation... 21:05:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:05:26 $ docker exec e63b85e0060f8598d18c10ff0ebca3654b741fc71226f84996f276cb356ab3f5 ssh-agent 21:05:26 SSH_AUTH_SOCK=/tmp/ssh-FExFf3NvaTx3/agent.13 21:05:26 SSH_AGENT_PID=20 21:05:26 Running ssh-add (command line suppressed) 21:05:26 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-655@tmp/private_key_1141794961733976278.key (/w/workspace/dry_go-mod-core-contracts_PR-655@tmp/private_key_1141794961733976278.key) 21:05:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:05:26 + git tag --points-at HEAD [Pipeline] } 21:05:26 $ docker exec --env ******** --env ******** e63b85e0060f8598d18c10ff0ebca3654b741fc71226f84996f276cb356ab3f5 ssh-agent -k 21:05:26 unset SSH_AUTH_SOCK; 21:05:26 unset SSH_AGENT_PID; 21:05:26 echo Agent pid 20 killed; 21:05:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:05:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:05:27 [ssh-agent] Looking for ssh-agent implementation... 21:05:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:05:27 $ docker exec e63b85e0060f8598d18c10ff0ebca3654b741fc71226f84996f276cb356ab3f5 ssh-agent 21:05:27 SSH_AUTH_SOCK=/tmp/ssh-uDpTYAvu5Dt6/agent.53 21:05:27 SSH_AGENT_PID=60 21:05:27 Running ssh-add (command line suppressed) 21:05:27 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-655@tmp/private_key_7285346007422799942.key (/w/workspace/dry_go-mod-core-contracts_PR-655@tmp/private_key_7285346007422799942.key) 21:05:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:05:27 + git semver init 21:05:27 # -> Open(): unable to determine branch for HEAD 21:05:27 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-655/.git 21:05:27 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-655 21:05:27 # $SEMVER_REMOTE_NAME = origin 21:05:27 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:05:27 # $SEMVER_USER_NAME = edgex-jenkins 21:05:27 # $SEMVER_BRANCH = PR-655 21:05:27 # $SEMVER_TEMP = /tmp/semver-496466141 21:05:27 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 21:05:28 # '/tmp/semver-496466141' -> '/w/workspace/dry_go-mod-core-contracts_PR-655/.semver' 21:05:28 # -> Force: false 21:05:28 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-655/.semver [Pipeline] } 21:05:28 $ docker exec --env ******** --env ******** e63b85e0060f8598d18c10ff0ebca3654b741fc71226f84996f276cb356ab3f5 ssh-agent -k 21:05:28 unset SSH_AUTH_SOCK; 21:05:28 unset SSH_AGENT_PID; 21:05:28 echo Agent pid 60 killed; 21:05:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:05:29 + git semver [Pipeline] } 21:05:29 $ docker stop --time=1 e63b85e0060f8598d18c10ff0ebca3654b741fc71226f84996f276cb356ab3f5 21:05:30 $ docker rm -f e63b85e0060f8598d18c10ff0ebca3654b741fc71226f84996f276cb356ab3f5 [Pipeline] // withDockerContainer [Pipeline] sh 21:05:31 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:05:31 Stashed 1 file(s) [Pipeline] echo 21:05:31 [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 21:05:47 Still waiting to schedule task 21:05:47 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-223’ 21:05:47 Still waiting to schedule task 21:05:47 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 21:07:55 Running on prd-ubuntu18.04-docker-arm64-4c-16g-224 in /w/workspace/dry_go-mod-core-contracts_PR-655 [Pipeline] { [Pipeline] ws 21:07:56 Running in /w/workspace/go-mod-core-contracts/1 [Pipeline] { [Pipeline] checkout 21:07:56 Selected Git installation does not exist. Using Default 21:07:56 The recommended git tool is: NONE 21:08:02 using credential edgex-jenkins-ssh 21:08:02 Cloning the remote Git repository 21:08:02 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 21:08:02 > git init /w/workspace/go-mod-core-contracts/1 # timeout=10 21:08:02 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 21:08:02 > git --version # timeout=10 21:08:02 > git --version # 'git version 2.17.1' 21:08:02 using GIT_SSH to set credentials SSH Credentials for GitHub 21:08:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:08:05 Merging remotes/origin/main commit 591b2f269ee4961f9507fe09c3b083e2eaefa9d9 into PR head commit 731224d1c67c906ae6e61751f6cc877dbd923480 21:08:04 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 21:08:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:08:04 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 21:08:04 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 21:08:04 using GIT_SSH to set credentials SSH Credentials for GitHub 21:08:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/655/head:refs/remotes/origin/PR-655 +refs/heads/main:refs/remotes/origin/main # timeout=10 21:08:05 > git config core.sparsecheckout # timeout=10 21:08:05 > git checkout -f 731224d1c67c906ae6e61751f6cc877dbd923480 # timeout=10 21:08:05 Merge succeeded, producing 731224d1c67c906ae6e61751f6cc877dbd923480 21:08:05 Checking out Revision 731224d1c67c906ae6e61751f6cc877dbd923480 (PR-655) 21:08:05 > git remote # timeout=10 21:08:05 > git config --get remote.origin.url # timeout=10 21:08:05 using GIT_SSH to set credentials SSH Credentials for GitHub 21:08:05 > git merge 591b2f269ee4961f9507fe09c3b083e2eaefa9d9 # timeout=10 21:08:05 > git rev-parse HEAD^{commit} # timeout=10 21:08:05 > git config core.sparsecheckout # timeout=10 21:08:05 > git checkout -f 731224d1c67c906ae6e61751f6cc877dbd923480 # timeout=10 21:08:09 Commit message: "build(deps): bump github.com/go-playground/validator/v10" 21:08:09 > git --version # timeout=10 21:08:09 > git --version # 'git version 2.17.1' 21:08:09 fatal: bad object db16f8292de5a0132d944c4e76ede2ca4f84da27 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 21:08:10 ========================================================= 21:08:10 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 21:08:10 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:08:11 + 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 . 21:08:12 Sending build context to Docker daemon 2.934MB 21:08:12 Step 1/7 : ARG BASE=golang:1.16-alpine 21:08:12 Step 2/7 : FROM ${BASE} 21:08:13 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:08:13 595b0fe564bb: Pulling fs layer 21:08:13 24495759ef45: Pulling fs layer 21:08:13 d148012ef14d: Pulling fs layer 21:08:13 cb65c68fc2e2: Pulling fs layer 21:08:13 093eec477d81: Pulling fs layer 21:08:13 a6d5b2bbb924: Pulling fs layer 21:08:13 2446dc1eb7d3: Pulling fs layer 21:08:13 596795e73e0f: Pulling fs layer 21:08:13 cb65c68fc2e2: Waiting 21:08:13 2446dc1eb7d3: Waiting 21:08:13 093eec477d81: Waiting 21:08:13 a6d5b2bbb924: Waiting 21:08:13 596795e73e0f: Waiting 21:08:13 d148012ef14d: Verifying Checksum 21:08:13 d148012ef14d: Download complete 21:08:13 24495759ef45: Verifying Checksum 21:08:13 24495759ef45: Download complete 21:08:13 093eec477d81: Verifying Checksum 21:08:13 093eec477d81: Download complete 21:08:13 a6d5b2bbb924: Download complete 21:08:13 2446dc1eb7d3: Verifying Checksum 21:08:13 2446dc1eb7d3: Download complete 21:08:13 595b0fe564bb: Verifying Checksum 21:08:13 595b0fe564bb: Download complete 21:08:14 595b0fe564bb: Pull complete 21:08:15 24495759ef45: Pull complete 21:08:15 d148012ef14d: Pull complete 21:08:16 596795e73e0f: Download complete 21:08:17 cb65c68fc2e2: Verifying Checksum 21:08:17 cb65c68fc2e2: Download complete 21:08:18 Running on prd-centos7-docker-4c-2g-225 in /w/workspace/dry_go-mod-core-contracts_PR-655 [Pipeline] { [Pipeline] ws 21:08:18 Running in /w/workspace/go-mod-core-contracts/1 [Pipeline] { [Pipeline] checkout 21:08:18 Selected Git installation does not exist. Using Default 21:08:18 The recommended git tool is: NONE 21:08:21 using credential edgex-jenkins-ssh 21:08:21 Cloning the remote Git repository 21:08:20 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 21:08:21 > git init /w/workspace/go-mod-core-contracts/1 # timeout=10 21:08:21 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 21:08:21 > git --version # timeout=10 21:08:21 > git --version # 'git version 2.24.4' 21:08:21 using GIT_SSH to set credentials SSH Credentials for GitHub 21:08:21 [INFO] Currently running in a labeled security context 21:08:21 [INFO] Currently SELinux is 'enforcing' on the host 21:08:21 > /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-core-contracts/1@tmp/jenkins-gitclient-ssh102099394926552279.key 21:08:21 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:08:23 Merging remotes/origin/main commit 591b2f269ee4961f9507fe09c3b083e2eaefa9d9 into PR head commit 731224d1c67c906ae6e61751f6cc877dbd923480 21:08:21 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 21:08:21 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:08:21 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 21:08:22 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 21:08:22 using GIT_SSH to set credentials SSH Credentials for GitHub 21:08:22 [INFO] Currently running in a labeled security context 21:08:22 [INFO] Currently SELinux is 'enforcing' on the host 21:08:22 > /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-core-contracts/1@tmp/jenkins-gitclient-ssh7779946734094751380.key 21:08:22 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/655/head:refs/remotes/origin/PR-655 +refs/heads/main:refs/remotes/origin/main # timeout=10 21:08:22 > git config core.sparsecheckout # timeout=10 21:08:23 Merge succeeded, producing 731224d1c67c906ae6e61751f6cc877dbd923480 21:08:23 Checking out Revision 731224d1c67c906ae6e61751f6cc877dbd923480 (PR-655) 21:08:22 > git checkout -f 731224d1c67c906ae6e61751f6cc877dbd923480 # timeout=10 21:08:22 > git remote # timeout=10 21:08:22 > git config --get remote.origin.url # timeout=10 21:08:22 using GIT_SSH to set credentials SSH Credentials for GitHub 21:08:22 [INFO] Currently running in a labeled security context 21:08:22 [INFO] Currently SELinux is 'enforcing' on the host 21:08:22 > /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-core-contracts/1@tmp/jenkins-gitclient-ssh1067512536208087807.key 21:08:22 > git merge 591b2f269ee4961f9507fe09c3b083e2eaefa9d9 # timeout=10 21:08:22 > git rev-parse HEAD^{commit} # timeout=10 21:08:22 > git config core.sparsecheckout # timeout=10 21:08:22 > git checkout -f 731224d1c67c906ae6e61751f6cc877dbd923480 # timeout=10 21:08:26 Commit message: "build(deps): bump github.com/go-playground/validator/v10" 21:08:26 > git --version # timeout=10 21:08:26 > git --version # 'git version 2.24.4' 21:08:26 fatal: bad object db16f8292de5a0132d944c4e76ede2ca4f84da27 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 21:08:27 ========================================================= 21:08:27 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 21:08:27 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:08:27 cb65c68fc2e2: Pull complete 21:08:28 + 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 . 21:08:28 Sending build context to Docker daemon 2.935MB 21:08:28 Step 1/7 : ARG BASE=golang:1.16-alpine 21:08:28 Step 2/7 : FROM ${BASE} 21:08:28 093eec477d81: Pull complete 21:08:28 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 21:08:28 540db60ca938: Pulling fs layer 21:08:28 adcc1eea9eea: Pulling fs layer 21:08:28 4c4ab2625f07: Pulling fs layer 21:08:28 0773c198feca: Pulling fs layer 21:08:28 345f892a5656: Pulling fs layer 21:08:28 4796506630df: Pulling fs layer 21:08:28 cc55df3e53f1: Pulling fs layer 21:08:28 4d027b6c602c: Pulling fs layer 21:08:28 449e75d2c14e: Pulling fs layer 21:08:28 4796506630df: Waiting 21:08:28 cc55df3e53f1: Waiting 21:08:28 4d027b6c602c: Waiting 21:08:28 449e75d2c14e: Waiting 21:08:28 0773c198feca: Waiting 21:08:28 345f892a5656: Waiting 21:08:28 4c4ab2625f07: Verifying Checksum 21:08:28 4c4ab2625f07: Download complete 21:08:28 adcc1eea9eea: Verifying Checksum 21:08:28 adcc1eea9eea: Download complete 21:08:28 345f892a5656: Verifying Checksum 21:08:28 345f892a5656: Download complete 21:08:28 4796506630df: Download complete 21:08:28 a6d5b2bbb924: Pull complete 21:08:28 cc55df3e53f1: Verifying Checksum 21:08:28 cc55df3e53f1: Download complete 21:08:28 540db60ca938: Verifying Checksum 21:08:28 540db60ca938: Download complete 21:08:28 2446dc1eb7d3: Pull complete 21:08:28 540db60ca938: Pull complete 21:08:28 adcc1eea9eea: Pull complete 21:08:28 4c4ab2625f07: Pull complete 21:08:29 4d027b6c602c: Verifying Checksum 21:08:29 4d027b6c602c: Download complete 21:08:31 449e75d2c14e: Verifying Checksum 21:08:31 449e75d2c14e: Download complete 21:08:32 0773c198feca: Verifying Checksum 21:08:32 0773c198feca: Download complete 21:08:33 596795e73e0f: Pull complete 21:08:33 Digest: sha256:8fdc37217a1dd7593ea05f088b02ef5bfb3cd8d6ab6705c4f2c080891875b7a0 21:08:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 21:08:33 ---> d9e956139c92 21:08:33 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:08:35 0773c198feca: Pull complete 21:08:35 345f892a5656: Pull complete 21:08:36 4796506630df: Pull complete 21:08:36 cc55df3e53f1: Pull complete 21:08:36 4d027b6c602c: Pull complete 21:08:36 ---> Running in ff9701bb1414 21:08:36 Removing intermediate container ff9701bb1414 21:08:36 ---> 00a350acca1a 21:08:36 Step 4/7 : RUN apk add bash 21:08:36 ---> Running in 0403f529300f 21:08:38 449e75d2c14e: Pull complete 21:08:38 Digest: sha256:a2fa0993ec4462abfc92311096d2e43e803cda49eb027de246ea451416b7a8a8 21:08:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 21:08:38 ---> 0d28375d9b5b 21:08:38 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:08:38 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 21:08:39 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 21:08:39 ---> Running in 3a9be5e7d72c 21:08:40 Removing intermediate container 3a9be5e7d72c 21:08:40 ---> 42bcaae093f5 21:08:40 Step 4/7 : RUN apk add bash 21:08:40 ---> Running in 67e0b6981122 21:08:40 OK: 138 MiB in 40 packages 21:08:40 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 21:08:41 Removing intermediate container 0403f529300f 21:08:41 ---> 7e3f351b920e 21:08:41 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 21:08:41 ---> Running in 25e22f051b45 21:08:41 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 21:08:42 Removing intermediate container 25e22f051b45 21:08:42 ---> ae4147e200c7 21:08:42 Step 6/7 : COPY go.mod . 21:08:42 ---> 4756cd34ea3f 21:08:42 Step 7/7 : RUN go mod download 21:08:43 ---> Running in 74333b3afe31 21:08:43 OK: 149 MiB in 40 packages 21:08:43 Removing intermediate container 67e0b6981122 21:08:43 ---> b3c8c0cb7707 21:08:43 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 21:08:43 ---> Running in 01b8813f5a60 21:08:43 Removing intermediate container 01b8813f5a60 21:08:43 ---> 7ce03fb2a405 21:08:43 Step 6/7 : COPY go.mod . 21:08:43 ---> b4e25e7858fd 21:08:43 Step 7/7 : RUN go mod download 21:08:43 ---> Running in 086b280b0301 21:09:16 Removing intermediate container 086b280b0301 21:09:16 ---> 3ddf33fd625b 21:09:16 Successfully built 3ddf33fd625b 21:09:16 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:09:16 + docker inspect -f . ci-base-image-x86_64 21:09:16 . [Pipeline] withDockerContainer 21:09:16 prd-centos7-docker-4c-2g-225 does not seem to be running inside a container 21:09:16 $ 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 ******** -e ******** ci-base-image-x86_64 cat 21:09:17 $ docker top fc3f9b4a0d37da2821d0b406f816e6343f457280677e7d343bb589ec9d598a6b -eo pid,comm [Pipeline] { [Pipeline] sh 21:09:17 + go version 21:09:17 go version go1.16.5 linux/amd64 [Pipeline] } 21:09:17 $ docker stop --time=1 fc3f9b4a0d37da2821d0b406f816e6343f457280677e7d343bb589ec9d598a6b 21:09:18 $ docker rm -f fc3f9b4a0d37da2821d0b406f816e6343f457280677e7d343bb589ec9d598a6b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:09:19 + docker inspect -f . ci-base-image-x86_64 21:09:19 . [Pipeline] withDockerContainer 21:09:19 prd-centos7-docker-4c-2g-225 does not seem to be running inside a container 21:09:19 $ 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 ******** -e ******** ci-base-image-x86_64 cat 21:09:20 $ docker top d322f76d3c8b42c84a78d2b01c878b58aeec40129aec1bc25a99b0e131d289ac -eo pid,comm [Pipeline] { [Pipeline] sh 21:09:20 + go mod tidy [Pipeline] sh 21:09:21 + make test 21:09:21 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 21:09:21 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 21:09:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.066s coverage: 83.5% of statements 21:09:31 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 21:09:31 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 21:09:31 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces/mocks [no test files] 21:09:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.005s coverage: 26.3% of statements 21:09:31 ? github.com/edgexfoundry/go-mod-core-contracts/v2/common [no test files] 21:09:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.014s coverage: 46.9% of statements 21:09:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.007s coverage: 90.0% of statements 21:09:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.026s coverage: 86.2% of statements 21:09:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.005s coverage: 59.5% of statements 21:09:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.007s coverage: 36.1% of statements 21:09:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.006s coverage: 49.4% of statements 21:09:34 CGO_ENABLED=0 GO111MODULE=on go vet ./... 21:09:39 gofmt -l . 21:09:39 [ "`gofmt -l .`" = "" ] [Pipeline] } 21:09:39 $ docker stop --time=1 d322f76d3c8b42c84a78d2b01c878b58aeec40129aec1bc25a99b0e131d289ac 21:09:41 $ docker rm -f d322f76d3c8b42c84a78d2b01c878b58aeec40129aec1bc25a99b0e131d289ac [Pipeline] // withDockerContainer [Pipeline] sh 21:09:41 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:09:41 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 [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:09:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:09:43 21:09:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 21:09:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:09:43 latest: Pulling from edgex-lftools-log-publisher 21:09:43 b4d181a07f80: Pulling fs layer 21:09:43 a1111a8f2ec3: Pulling fs layer 21:09:43 ed53099fbce6: Pulling fs layer 21:09:43 dc539afda2c1: Pulling fs layer 21:09:43 77bc0d833cb6: Pulling fs layer 21:09:43 9065ff56babe: Pulling fs layer 21:09:43 d287ab97295c: Pulling fs layer 21:09:43 dc539afda2c1: Waiting 21:09:43 77bc0d833cb6: Waiting 21:09:43 9065ff56babe: Waiting 21:09:43 d287ab97295c: Waiting 21:09:44 a1111a8f2ec3: Verifying Checksum 21:09:44 a1111a8f2ec3: Download complete 21:09:44 dc539afda2c1: Verifying Checksum 21:09:44 dc539afda2c1: Download complete 21:09:44 77bc0d833cb6: Verifying Checksum 21:09:44 77bc0d833cb6: Download complete 21:09:44 9065ff56babe: Verifying Checksum 21:09:44 9065ff56babe: Download complete 21:09:44 ed53099fbce6: Verifying Checksum 21:09:44 ed53099fbce6: Download complete 21:09:45 b4d181a07f80: Verifying Checksum 21:09:45 b4d181a07f80: Download complete 21:09:46 b4d181a07f80: Pull complete 21:09:46 a1111a8f2ec3: Pull complete 21:09:47 ed53099fbce6: Pull complete 21:09:47 dc539afda2c1: Pull complete 21:09:47 77bc0d833cb6: Pull complete 21:09:47 9065ff56babe: Pull complete 21:09:48 d287ab97295c: Verifying Checksum 21:09:48 d287ab97295c: Download complete 21:09:53 d287ab97295c: Pull complete 21:09:53 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 21:09:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:09:53 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 21:09:53 prd-centos7-docker-4c-2g-225 does not seem to be running inside a container 21:09:53 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 21:09:55 $ docker top 373fec61f9943583de3097b2c1bea40d003a00d93627adf95101f42bb5da9cfb -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:09:56 ---> job-cost.sh 21:09:56 lf-activate-venv: SKIPPING 21:09:56 INFO: No Stack... 21:09:57 INFO: Retrieving Pricing Info for: v3-standard-2 21:09:57 INFO: Archiving Costs [Pipeline] sh 21:09:57 + cat /w/workspace/go-mod-core-contracts/1/archives/cost.csv 21:09:57 + cut -d, -f6 [Pipeline] lock 21:09:58 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-655-1-stack-cost] 21:09:58 Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-655-1-stack-cost] did not exist. Created. 21:09:58 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-655-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:09:58 + echo total: 0.05999999865889549 [Pipeline] stash 21:09:58 Stashed 1 file(s) [Pipeline] } 21:09:58 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-655-1-stack-cost] [Pipeline] // lock [Pipeline] } 21:09:58 $ docker stop --time=1 373fec61f9943583de3097b2c1bea40d003a00d93627adf95101f42bb5da9cfb 21:09:59 $ docker rm -f 373fec61f9943583de3097b2c1bea40d003a00d93627adf95101f42bb5da9cfb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:10:04 Removing intermediate container 74333b3afe31 21:10:04 ---> 9276fe9293b2 21:10:04 Successfully built 9276fe9293b2 21:10:04 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:10:05 + docker inspect -f . ci-base-image-arm64 21:10:05 . [Pipeline] withDockerContainer 21:10:05 prd-ubuntu18.04-docker-arm64-4c-16g-224 does not seem to be running inside a container 21:10:06 $ 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 21:10:07 $ docker top 0d7aa3db16691a1dfa0013ce74078f5cb50187fb7c3cf4879a2a78586801900d -eo pid,comm [Pipeline] { [Pipeline] sh 21:10:08 + go version 21:10:08 go version go1.16.5 linux/arm64 [Pipeline] } 21:10:08 $ docker stop --time=1 0d7aa3db16691a1dfa0013ce74078f5cb50187fb7c3cf4879a2a78586801900d 21:10:10 $ docker rm -f 0d7aa3db16691a1dfa0013ce74078f5cb50187fb7c3cf4879a2a78586801900d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:10:11 + docker inspect -f . ci-base-image-arm64 21:10:11 . [Pipeline] withDockerContainer 21:10:12 prd-ubuntu18.04-docker-arm64-4c-16g-224 does not seem to be running inside a container 21:10: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 21:10:13 $ docker top b782f8a676dcd1345da7656ae258cf9eb745ecd80296b28ff8b6b149b122964f -eo pid,comm [Pipeline] { [Pipeline] sh 21:10:14 + go mod tidy [Pipeline] sh 21:10:16 + make test 21:10:16 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 21:10:17 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 21:10:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.404s coverage: 83.5% of statements 21:10:49 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 21:10:49 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 21:10:49 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces/mocks [no test files] 21:10:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.036s coverage: 26.3% of statements 21:10:49 ? github.com/edgexfoundry/go-mod-core-contracts/v2/common [no test files] 21:10:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.155s coverage: 46.9% of statements 21:10:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.078s coverage: 90.0% of statements 21:10:53 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.279s coverage: 86.2% of statements 21:10:53 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.038s coverage: 59.5% of statements 21:10:53 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.020s coverage: 36.1% of statements 21:10:53 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.034s coverage: 49.4% of statements 21:10:54 CGO_ENABLED=0 GO111MODULE=on go vet ./... 21:11:16 gofmt -l . 21:11:16 [ "`gofmt -l .`" = "" ] [Pipeline] } 21:11:16 $ docker stop --time=1 b782f8a676dcd1345da7656ae258cf9eb745ecd80296b28ff8b6b149b122964f 21:11:18 $ docker rm -f b782f8a676dcd1345da7656ae258cf9eb745ecd80296b28ff8b6b149b122964f [Pipeline] // withDockerContainer [Pipeline] sh 21:11:19 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:11:19 Warning: overwriting stash ‘coverage-report’ 21:11:20 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] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:11:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:11:21 21:11:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 21:11:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:11:22 arm64: Pulling from edgex-lftools-log-publisher 21:11:22 448f6bf000e3: Pulling fs layer 21:11:22 f757da607395: Pulling fs layer 21:11:22 05883995daec: Pulling fs layer 21:11:22 8603b9c90790: Pulling fs layer 21:11:22 1560dd03e051: Pulling fs layer 21:11:22 27f5ce0e4adf: Pulling fs layer 21:11:22 c2d8d7efcc4b: Pulling fs layer 21:11:22 1560dd03e051: Waiting 21:11:22 27f5ce0e4adf: Waiting 21:11:22 c2d8d7efcc4b: Waiting 21:11:22 8603b9c90790: Waiting 21:11:22 f757da607395: Verifying Checksum 21:11:22 f757da607395: Download complete 21:11:22 8603b9c90790: Verifying Checksum 21:11:22 8603b9c90790: Download complete 21:11:22 1560dd03e051: Verifying Checksum 21:11:22 1560dd03e051: Download complete 21:11:22 27f5ce0e4adf: Download complete 21:11:23 05883995daec: Verifying Checksum 21:11:23 05883995daec: Download complete 21:11:24 448f6bf000e3: Verifying Checksum 21:11:24 448f6bf000e3: Download complete 21:11:26 c2d8d7efcc4b: Verifying Checksum 21:11:26 c2d8d7efcc4b: Download complete 21:11:27 448f6bf000e3: Pull complete 21:11:28 f757da607395: Pull complete 21:11:29 05883995daec: Pull complete 21:11:29 8603b9c90790: Pull complete 21:11:31 1560dd03e051: Pull complete 21:11:31 27f5ce0e4adf: Pull complete 21:11:46 c2d8d7efcc4b: Pull complete 21:11:46 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 21:11:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:11:46 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 21:11:47 prd-ubuntu18.04-docker-arm64-4c-16g-224 does not seem to be running inside a container 21:11:47 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 21:11:51 $ docker top 95c8a2a10d081ff81ea530d8c9c4247b3e2c765b3754a252f0c5567d315cccc9 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:11:52 ---> job-cost.sh 21:11:52 lf-activate-venv: SKIPPING 21:11:52 INFO: No Stack... 21:11:53 INFO: Retrieving Pricing Info for: v2-standard-4 21:11:53 INFO: Archiving Costs [Pipeline] sh 21:11:54 + cat /w/workspace/go-mod-core-contracts/1/archives/cost.csv 21:11:54 + cut -d, -f6 [Pipeline] lock 21:11:54 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-655-1-stack-cost] 21:11:54 Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-655-1-stack-cost] did not exist. Created. 21:11:54 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-655-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:11:55 /w/workspace/go-mod-core-contracts/1@tmp/durable-b5bbebe8/script.sh: 1: /w/workspace/go-mod-core-contracts/1@tmp/durable-b5bbebe8/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 21:11:55 + echo total: 0.18000000715255737 [Pipeline] stash 21:11:55 Warning: overwriting stash ‘stack-cost’ 21:11:56 Stashed 1 file(s) [Pipeline] } 21:11:56 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-655-1-stack-cost] [Pipeline] // lock [Pipeline] } 21:11:56 $ docker stop --time=1 95c8a2a10d081ff81ea530d8c9c4247b3e2c765b3754a252f0c5567d315cccc9 21:11:57 $ docker rm -f 95c8a2a10d081ff81ea530d8c9c4247b3e2c765b3754a252f0c5567d315cccc9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [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 21:11:59 provisioning config files... 21:11:59 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-655@tmp/config8546876930181496646tmp [Pipeline] { [Pipeline] sh 21:11:59 + set +x 21:11:59 + curl -s https://codecov.io/bash 21:11:59 + bash -s -- 21:11:59 21:11:59 _____ _ 21:11:59 / ____| | | 21:11:59 | | ___ __| | ___ ___ _____ __ 21:11:59 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:11:59 | |___| (_) | (_| | __/ (_| (_) \ V / 21:11:59 \_____\___/ \__,_|\___|\___\___/ \_/ 21:11:59 Bash-1.0.6 21:11:59 21:11:59 21:11:59 ==> git version 2.24.4 found 21:11:59 ==> 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 21:11:59 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 21:11:59 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 21:11:59 ==> Jenkins CI detected. 21:11:59 current dir:  /w/workspace/dry_go-mod-core-contracts_PR-655 21:11:59 project root: . 21:11:59 --> token set from env 21:12:00 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:12:00 ==> Running gcov in . (disable via -X gcov) 21:12:00 ==> Python coveragepy not found 21:12:00 ==> Searching for coverage reports in: 21:12:00 + . 21:12:00 -> Found 1 reports 21:12:00 ==> Detecting git/mercurial file structure 21:12:00 ==> Reading reports 21:12:00 + ./coverage.out bytes=101588 21:12:00 ==> Appending adjustments 21:12:00 https://docs.codecov.io/docs/fixing-reports 21:12:00 + Found adjustments 21:12:00 ==> Gzipping contents 21:12:00 16K /tmp/codecov.0E0SZe.gz 21:12:00 ==> Uploading reports 21:12:00 url: https://codecov.io 21:12:00 query: branch=PR-655&commit=731224d1c67c906ae6e61751f6cc877dbd923480&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-655%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=655&job=&cmd_args= 21:12:00 -> Pinging Codecov 21:12:00 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=ed6cf6b4-2a06-43fb-b229-bfa3e55f90ff&branch=PR-655&commit=731224d1c67c906ae6e61751f6cc877dbd923480&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-655%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=655&job=&cmd_args= 21:12:00 -> Uploading to 21:12:00 https://storage.googleapis.com/codecov/v4/raw/2021-07-26/71470A77251A30514AAF9C0BB2E5B6CE/731224d1c67c906ae6e61751f6cc877dbd923480/863b5294-81e3-4d5f-b6a7-225b09825cef.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210726%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210726T211200Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8176ced4aaece06219681cfe521722b613abe1e726a0a715557edd8f41a194b2 21:12:00 % Total % Received % Xferd Average Speed Time Time Time Current 21:12:00 Dload Upload Total Spent Left Speed 21:12:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15254 0 0 100 15254 0 32571 --:--:-- --:--:-- --:--:-- 32594 21:12:01 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/731224d1c67c906ae6e61751f6cc877dbd923480 [Pipeline] } 21:12:01 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 21:12:04 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:12:05 ---> package-listing.sh 21:12:05 ++ facter osfamily 21:12:05 ++ tr '[:upper:]' '[:lower:]' 21:12:05 + OS_FAMILY=redhat 21:12:05 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-655 21:12:05 + START_PACKAGES=/tmp/packages_start.txt 21:12:05 + END_PACKAGES=/tmp/packages_end.txt 21:12:05 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:12:05 + PACKAGES=/tmp/packages_start.txt 21:12:05 + '[' /w/workspace/dry_go-mod-core-contracts_PR-655 ']' 21:12:05 + PACKAGES=/tmp/packages_end.txt 21:12:05 + case "${OS_FAMILY}" in 21:12:05 + rpm -qa 21:12:05 + sort 21:12:06 + '[' -f /tmp/packages_start.txt ']' 21:12:06 + '[' -f /tmp/packages_end.txt ']' 21:12:06 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:12:06 + '[' /w/workspace/dry_go-mod-core-contracts_PR-655 ']' 21:12:06 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-655/archives/ 21:12:06 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-655/archives/ [Pipeline] echo 21:12:06 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-655/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:12:06 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:12:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:12:07 21:12:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 21:12:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:12:07 latest: Pulling from edgex-lftools-log-publisher 21:12:07 b4d181a07f80: Pulling fs layer 21:12:07 a1111a8f2ec3: Pulling fs layer 21:12:07 ed53099fbce6: Pulling fs layer 21:12:07 dc539afda2c1: Pulling fs layer 21:12:07 77bc0d833cb6: Pulling fs layer 21:12:07 9065ff56babe: Pulling fs layer 21:12:07 d287ab97295c: Pulling fs layer 21:12:07 dc539afda2c1: Waiting 21:12:07 77bc0d833cb6: Waiting 21:12:07 9065ff56babe: Waiting 21:12:07 d287ab97295c: Waiting 21:12:07 a1111a8f2ec3: Verifying Checksum 21:12:07 a1111a8f2ec3: Download complete 21:12:07 dc539afda2c1: Verifying Checksum 21:12:07 dc539afda2c1: Download complete 21:12:08 77bc0d833cb6: Verifying Checksum 21:12:08 77bc0d833cb6: Download complete 21:12:08 9065ff56babe: Download complete 21:12:08 ed53099fbce6: Verifying Checksum 21:12:08 ed53099fbce6: Download complete 21:12:09 b4d181a07f80: Verifying Checksum 21:12:09 b4d181a07f80: Download complete 21:12:10 b4d181a07f80: Pull complete 21:12:10 a1111a8f2ec3: Pull complete 21:12:11 ed53099fbce6: Pull complete 21:12:11 dc539afda2c1: Pull complete 21:12:11 77bc0d833cb6: Pull complete 21:12:11 9065ff56babe: Pull complete 21:12:13 d287ab97295c: Verifying Checksum 21:12:13 d287ab97295c: Download complete 21:12:18 d287ab97295c: Pull complete 21:12:18 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 21:12:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:12:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 21:12:18 prd-centos7-docker-4c-2g-223 does not seem to be running inside a container 21:12:18 $ 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-655/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-655 -v /w/workspace/dry_go-mod-core-contracts_PR-655:/w/workspace/dry_go-mod-core-contracts_PR-655:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-655@tmp:/w/workspace/dry_go-mod-core-contracts_PR-655@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 21:12:21 $ docker top d22d360b81518ce106d2eac0ba3c3cd5187e8a78d2638bdc61474e66cde518b1 -eo pid,comm [Pipeline] { [Pipeline] sh 21:12:21 + touch /tmp/pre-build-complete [Pipeline] sh 21:12:22 + mkdir -p /var/log/sysstat [Pipeline] sh 21:12:22 + ls /var/log/sa-host 21:12:22 + sadf -c /var/log/sa-host/sa05 21:12:22 file_magic: OK 21:12:22 HZ: Using current value: 100 21:12:22 file_header: OK 21:12:22 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 21:12:22 Statistics: 21:12:22 Hnuu...uuuununununu...Hnuu...uuuununununu... 21:12:22 File successfully converted to sysstat format version 12.0.3 21:12:22 + sadf -c /var/log/sa-host/sa26 21:12:22 file_magic: OK 21:12:22 HZ: Using current value: 100 21:12:22 file_header: OK 21:12:22 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 21:12:22 Statistics: 21:12:22 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:12:22 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:12:23 provisioning config files... 21:12:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-655@tmp/config6161486399804045731tmp [Pipeline] { [Pipeline] echo 21:12:23 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:12:23 ---> create-netrc.sh [Pipeline] } 21:12:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 21:12:24 ---> python-tools-install.sh [Pipeline] echo 21:12:24 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:12:24 ---> sudo-logs.sh 21:12:24 Archiving 'sudo' log.. 21:12:24 sudo: unable to resolve host prd-centos7-docker-4c-2g-223.vexxhost.local: Name or service not known 21:12:24 sudo: unable to resolve host prd-centos7-docker-4c-2g-223.vexxhost.local: Name or service not known [Pipeline] unstash [Pipeline] echo 21:12:24 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:12:24 ---> job-cost.sh 21:12:24 lf-activate-venv: SKIPPING 21:12:24 DEBUG: total: 0.18000000715255737 21:12:24 INFO: Retrieving Stack Cost... 21:12:25 INFO: Retrieving Pricing Info for: v3-standard-2 21:12:26 INFO: Archiving Costs [Pipeline] echo 21:12:26 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:12:26 ---> logs-deploy.sh 21:12:26 lf-activate-venv: SKIPPING 21:12:26 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-655/1 21:12:26 INFO: archiving workspace using pattern(s): 21:12:27 Archives upload complete. 21:12:27 INFO: archiving logs to Nexus 21:12:28 ---> uname -a: 21:12:28 Linux prd-centos7-docker-4c-2g-223.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 GNU/Linux 21:12:28 21:12:28 21:12:28 ---> lscpu: 21:12:28 Architecture: x86_64 21:12:28 CPU op-mode(s): 32-bit, 64-bit 21:12:28 Byte Order: Little Endian 21:12:28 Address sizes: 40 bits physical, 48 bits virtual 21:12:28 CPU(s): 2 21:12:28 On-line CPU(s) list: 0,1 21:12:28 Thread(s) per core: 1 21:12:28 Core(s) per socket: 1 21:12:28 Socket(s): 2 21:12:28 NUMA node(s): 1 21:12:28 Vendor ID: AuthenticAMD 21:12:28 CPU family: 23 21:12:28 Model: 49 21:12:28 Model name: AMD EPYC-Rome Processor 21:12:28 Stepping: 0 21:12:28 CPU MHz: 2799.996 21:12:28 BogoMIPS: 5599.99 21:12:28 Virtualization: AMD-V 21:12:28 Hypervisor vendor: KVM 21:12:28 Virtualization type: full 21:12:28 L1d cache: 32K 21:12:28 L1i cache: 32K 21:12:28 L2 cache: 512K 21:12:28 L3 cache: 16384K 21:12:28 NUMA node0 CPU(s): 0,1 21:12:28 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 perfctr_core retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities 21:12:28 21:12:28 21:12:28 ---> nproc: 21:12:28 2 21:12:28 21:12:28 21:12:28 ---> df -h: 21:12:28 Filesystem Size Used Avail Use% Mounted on 21:12:28 overlay 40G 7.7G 33G 20% / 21:12:28 tmpfs 64M 0 64M 0% /dev 21:12:28 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 21:12:28 shm 64M 0 64M 0% /dev/shm 21:12:28 /dev/vda1 40G 7.7G 33G 20% /facter-os 21:12:28 21:12:28 21:12:28 ---> sar -b -r -n DEV: 21:12:28 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 07/26/21 _x86_64_ (2 CPU) 21:12:28 21:12:28 21:04:35 LINUX RESTART (2 CPU) 21:12:28 21:12:28 21:05:01 tps rtps wtps bread/s bwrtn/s 21:12:28 21:06:01 115.20 16.16 99.03 5476.14 5905.28 21:12:28 21:07:01 1.65 0.00 1.65 0.00 36.94 21:12:28 21:08:01 0.48 0.00 0.48 0.00 7.58 21:12:28 21:09:01 0.22 0.00 0.22 0.00 4.10 21:12:28 21:10:01 0.32 0.00 0.32 0.00 5.30 21:12:28 21:11:01 0.35 0.00 0.35 0.00 5.18 21:12:28 21:12:01 0.35 0.03 0.32 3.73 5.58 21:12:28 Average: 16.95 2.32 14.63 783.25 853.29 21:12:28 21:12:28 21:05:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:12:28 21:06:01 5457284 0 811684 10.13 2620 1737344 1282228 14.16 588900 1561672 132 21:12:28 21:07:01 5466848 0 802116 10.02 2620 1737348 1196508 13.21 581180 1561632 20 21:12:28 21:08:01 5468216 0 800748 10.00 2620 1737348 1196704 13.21 578952 1563536 16 21:12:28 21:09:01 5466056 0 802900 10.03 2620 1737356 1196752 13.21 580412 1563536 16 21:12:28 21:10:01 5468044 0 800908 10.00 2620 1737360 1196500 13.21 576532 1566048 8 21:12:28 21:11:01 5466284 0 802664 10.02 2620 1737364 1196584 13.21 578032 1566048 8 21:12:28 21:12:01 5462116 0 806584 10.07 2620 1737612 1198068 13.23 580900 1566128 148 21:12:28 Average: 5464978 0 803943 10.04 2620 1737390 1209049 13.35 580701 1564086 50 21:12:28 21:12:28 21:05:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:12:28 21:06:01 eth0 634.23 383.04 1041.69 84.10 0.00 0.00 0.00 0.00 21:12:28 21:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:28 21:06:01 docker0 17.78 12.07 2.98 27.21 0.00 0.00 0.00 0.00 21:12:28 21:07:01 eth0 4.73 1.98 3.20 0.13 0.00 0.00 0.00 0.00 21:12:28 21:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:28 21:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:28 21:08:01 eth0 0.95 0.38 0.32 0.17 0.00 0.00 0.00 0.00 21:12:28 21:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:28 21:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:28 21:09:01 eth0 0.58 0.42 0.28 0.24 0.00 0.00 0.00 0.00 21:12:28 21:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:28 21:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:28 21:10:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:12:28 21:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:28 21:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:28 21:11:01 eth0 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 21:12:28 21:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:28 21:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:28 21:12:01 eth0 5.83 3.80 4.96 1.91 0.00 0.00 0.00 0.00 21:12:28 21:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:28 21:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:28 Average: eth0 92.42 55.73 150.15 12.38 0.00 0.00 0.00 0.00 21:12:28 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:28 Average: docker0 2.54 1.73 0.43 3.89 0.00 0.00 0.00 0.00 21:12:28 21:12:28 21:12:28 ---> sar -P ALL: 21:12:28 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 07/26/21 _x86_64_ (2 CPU) 21:12:28 21:12:28 21:04:35 LINUX RESTART (2 CPU) 21:12:28 21:12:28 21:05:01 CPU %user %nice %system %iowait %steal %idle 21:12:28 21:06:01 all 14.19 0.00 3.25 2.72 0.07 79.76 21:12:28 21:06:01 0 14.71 0.00 3.43 1.98 0.07 79.82 21:12:28 21:06:01 1 13.69 0.00 3.08 3.46 0.07 79.71 21:12:28 21:07:01 all 0.18 0.00 0.08 0.00 0.02 99.72 21:12:28 21:07:01 0 0.28 0.00 0.12 0.00 0.03 99.56 21:12:28 21:07:01 1 0.08 0.00 0.05 0.00 0.00 99.87 21:12:28 21:08:01 all 0.24 0.00 0.04 0.00 0.03 99.69 21:12:28 21:08:01 0 0.13 0.00 0.05 0.00 0.02 99.80 21:12:28 21:08:01 1 0.35 0.00 0.03 0.00 0.03 99.58 21:12:28 21:09:01 all 0.22 0.00 0.04 0.00 0.02 99.72 21:12:28 21:09:01 0 0.07 0.00 0.03 0.00 0.02 99.88 21:12:28 21:09:01 1 0.37 0.00 0.05 0.00 0.02 99.57 21:12:28 21:10:01 all 0.21 0.00 0.04 0.00 0.02 99.73 21:12:28 21:10:01 0 0.05 0.00 0.03 0.00 0.03 99.88 21:12:28 21:10:01 1 0.37 0.00 0.05 0.00 0.00 99.58 21:12:28 21:11:01 all 0.18 0.00 0.04 0.00 0.02 99.77 21:12:28 21:11:01 0 0.03 0.00 0.03 0.00 0.02 99.92 21:12:28 21:11:01 1 0.32 0.00 0.05 0.00 0.02 99.62 21:12:28 21:12:01 all 0.75 0.00 0.38 0.00 0.02 98.85 21:12:28 21:12:01 0 0.77 0.00 0.52 0.00 0.02 98.70 21:12:28 21:12:01 1 0.74 0.00 0.25 0.00 0.02 99.00 21:12:28 Average: all 2.24 0.00 0.54 0.38 0.03 96.81 21:12:28 Average: 0 2.24 0.00 0.59 0.28 0.03 96.87 21:12:28 Average: 1 2.23 0.00 0.50 0.48 0.02 96.76 21:12:28 21:12:28 21:12:28