Pull request #663 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from d80587bd42ebbd33d378349f813951e9a93d1152+291428ad45d91d2c212f30372c9ad9d0ed1c6280 (a6807e7ab23e0112ae2759040f7f084cdc7bd0e7) 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-ssh8588668487902964075.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 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-ssh4258447923799036620.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 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 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-663/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-663/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh6567151362314892303.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-663/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh7244807118764019181.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 # timeout=10 Commit message: "Merge pull request #353 from ernestojeda/go-mod-tidy-change" > 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-ssh1935954648349142136.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 9bc0e518fca0494fd51682b06eec2da29a326327 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-663/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-663/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh403908048907336959.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 9bc0e518fca0494fd51682b06eec2da29a326327 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc0e518fca0494fd51682b06eec2da29a326327 # timeout=10 Commit message: "Merge "Fix: Make archiveArtifacts overwriteable in lfJava"" > 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 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 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_BUILD_IMAGE_TARGET: builder 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-1695 in /w/workspace/dry_go-mod-core-contracts_PR-663 [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-663 # 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-663@tmp/jenkins-gitclient-ssh1284748483307946763.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 291428ad45d91d2c212f30372c9ad9d0ed1c6280 into PR head commit d80587bd42ebbd33d378349f813951e9a93d1152 Merge succeeded, producing d80587bd42ebbd33d378349f813951e9a93d1152 Checking out Revision d80587bd42ebbd33d378349f813951e9a93d1152 (PR-663) > 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-663@tmp/jenkins-gitclient-ssh1187304497773943500.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/663/head:refs/remotes/origin/PR-663 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d80587bd42ebbd33d378349f813951e9a93d1152 # 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-663@tmp/jenkins-gitclient-ssh3477195655980257463.key > git merge 291428ad45d91d2c212f30372c9ad9d0ed1c6280 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d80587bd42ebbd33d378349f813951e9a93d1152 # timeout=10 Commit message: "build(deps): bump github.com/go-kit/kit from 0.11.0 to 0.12.0" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:11:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:11:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:11:34 ========================================================= 21:11:34 EdgeX Global Pipelines Version Info 21:11:34 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:11:35 ------------------- 21:11:35 stable info: 21:11:35 ------------------- 21:11:35 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:11:35 Commit SHA: 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 21:11:35 Message: update stable to v1.0.205 21:11:35 ------------------- 21:11:35 experimental info: 21:11:35 ------------------- 21:11:35 Commited By: **** collab-it+edgex@linuxfoundation.org 21:11:35 Commit SHA: 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 21:11:35 Message: update experimental to v1.0.205 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:11:36 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 21:11:36 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 21:11:36 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:11:36 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:11:36 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:11:36 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 21:11:36 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:11:36 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 21:11:36 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:11:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:11:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:11:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 21:11:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-core-contracts [Pipeline] echo 21:11:38 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:11:38 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:11:38 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 21:11:38 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 21:11:38 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:11:38 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:11:39 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:11:39 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:11:39 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 21:11:39 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 21:11:39 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 21:11:39 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 21:11:39 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 21:11:39 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:11:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-663 [Pipeline] echo 21:11:39 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-663 [Pipeline] echo 21:11:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-663 [Pipeline] echo 21:11:39 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d80587bd42ebbd33d378349f813951e9a93d1152 [Pipeline] echo 21:11:39 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d80587b [Pipeline] echo 21:11:39 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:11:40 + git log --format=format:%s -1 d80587bd42ebbd33d378349f813951e9a93d1152 [Pipeline] echo 21:11:40 GIT_COMMIT: d80587bd42ebbd33d378349f813951e9a93d1152, Commit Message: build(deps): bump github.com/go-kit/kit from 0.11.0 to 0.12.0 [Pipeline] echo 21:11:40 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 21:11:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:11:43 21:11:43 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:11:43 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:11:43 latest: Pulling from edgex-devops/git-semver 21:11:43 31603596830f: Pulling fs layer 21:11:43 04fac38145f0: Pulling fs layer 21:11:43 701f6daf10bf: Pulling fs layer 21:11:43 24f72da36158: Pulling fs layer 21:11:43 24f72da36158: Waiting 21:11:43 04fac38145f0: Verifying Checksum 21:11:43 04fac38145f0: Download complete 21:11:43 31603596830f: Verifying Checksum 21:11:43 31603596830f: Download complete 21:11:44 31603596830f: Pull complete 21:11:44 24f72da36158: Verifying Checksum 21:11:44 24f72da36158: Download complete 21:11:44 04fac38145f0: Pull complete 21:11:44 701f6daf10bf: Verifying Checksum 21:11:44 701f6daf10bf: Download complete 21:11:45 701f6daf10bf: Pull complete 21:11:45 24f72da36158: Pull complete 21:11:45 Digest: sha256:4df6d42b0a42de7465b316d5d101e9e577e29cf163494206da03a6bf8561ec42 21:11:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:11:45 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:11:45 prd-centos7-docker-4c-2g-1695 does not seem to be running inside a container 21:11:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-663 -v /w/workspace/dry_go-mod-core-contracts_PR-663:/w/workspace/dry_go-mod-core-contracts_PR-663:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-663@tmp:/w/workspace/dry_go-mod-core-contracts_PR-663@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:10004/edgex-devops/git-semver:latest cat 21:11:46 $ docker top 1409a9ef85a0fc841bdd1b57115efe403550d911a909309d75101a2a83aa2ce6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:11:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:11:47 [ssh-agent] Looking for ssh-agent implementation... 21:11:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:11:47 $ docker exec 1409a9ef85a0fc841bdd1b57115efe403550d911a909309d75101a2a83aa2ce6 ssh-agent 21:11:48 SSH_AUTH_SOCK=/tmp/ssh-XwdSjvcChIQY/agent.13 21:11:48 SSH_AGENT_PID=20 21:11:48 Running ssh-add (command line suppressed) 21:11:48 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-663@tmp/private_key_8866198091489727977.key (/w/workspace/dry_go-mod-core-contracts_PR-663@tmp/private_key_8866198091489727977.key) 21:11:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:11:48 + git tag --points-at HEAD [Pipeline] } 21:11:48 $ docker exec --env ******** --env ******** 1409a9ef85a0fc841bdd1b57115efe403550d911a909309d75101a2a83aa2ce6 ssh-agent -k 21:11:48 unset SSH_AUTH_SOCK; 21:11:48 unset SSH_AGENT_PID; 21:11:48 echo Agent pid 20 killed; 21:11:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:11:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:11:48 [ssh-agent] Looking for ssh-agent implementation... 21:11:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:11:48 $ docker exec 1409a9ef85a0fc841bdd1b57115efe403550d911a909309d75101a2a83aa2ce6 ssh-agent 21:11:49 SSH_AUTH_SOCK=/tmp/ssh-AQtGYdbc1SSm/agent.52 21:11:49 SSH_AGENT_PID=58 21:11:49 Running ssh-add (command line suppressed) 21:11:49 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-663@tmp/private_key_8759498993589791260.key (/w/workspace/dry_go-mod-core-contracts_PR-663@tmp/private_key_8759498993589791260.key) 21:11:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:11:49 + git semver init 21:11:49 # -> Open(): unable to determine branch for HEAD 21:11:49 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-663/.git 21:11:49 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-663 21:11:49 # $SEMVER_REMOTE_NAME = origin 21:11:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:11:49 # $SEMVER_USER_NAME = edgex-jenkins 21:11:49 # $SEMVER_BRANCH = PR-663 21:11:49 # $SEMVER_TEMP = /tmp/semver-343175181 21:11:49 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 21:11:50 # '/tmp/semver-343175181' -> '/w/workspace/dry_go-mod-core-contracts_PR-663/.semver' 21:11:50 # -> Force: false 21:11:50 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-663/.semver [Pipeline] } 21:11:50 $ docker exec --env ******** --env ******** 1409a9ef85a0fc841bdd1b57115efe403550d911a909309d75101a2a83aa2ce6 ssh-agent -k 21:11:50 unset SSH_AUTH_SOCK; 21:11:50 unset SSH_AGENT_PID; 21:11:50 echo Agent pid 58 killed; 21:11:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:11:51 + git semver [Pipeline] } 21:11:51 $ docker stop --time=1 1409a9ef85a0fc841bdd1b57115efe403550d911a909309d75101a2a83aa2ce6 21:11:52 $ docker rm -f 1409a9ef85a0fc841bdd1b57115efe403550d911a909309d75101a2a83aa2ce6 [Pipeline] // withDockerContainer [Pipeline] sh 21:11:52 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:11:53 Stashed 1 file(s) [Pipeline] echo 21:11: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 21:12:09 Still waiting to schedule task 21:12:09 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1695’ 21:12:09 Still waiting to schedule task 21:12:09 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 21:14:45 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1696 in /w/workspace/dry_go-mod-core-contracts_PR-663 [Pipeline] { [Pipeline] ws 21:14:45 Running in /w/workspace/go-mod-core-contracts/1 [Pipeline] { [Pipeline] checkout 21:14:45 Running on prd-centos7-docker-4c-2g-1697 in /w/workspace/dry_go-mod-core-contracts_PR-663 [Pipeline] { [Pipeline] ws 21:14:45 Running in /w/workspace/go-mod-core-contracts/1 [Pipeline] { [Pipeline] checkout 21:14:45 Selected Git installation does not exist. Using Default 21:14:45 The recommended git tool is: NONE 21:14:46 Selected Git installation does not exist. Using Default 21:14:46 The recommended git tool is: NONE 21:14:52 using credential edgex-jenkins-ssh 21:14:52 Cloning the remote Git repository 21:14:51 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 21:14:51 > git init /w/workspace/go-mod-core-contracts/1 # timeout=10 21:14:51 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 21:14:51 > git --version # timeout=10 21:14:51 > git --version # 'git version 2.24.4' 21:14:51 using GIT_SSH to set credentials SSH Credentials for GitHub 21:14:51 [INFO] Currently running in a labeled security context 21:14:51 [INFO] Currently SELinux is 'enforcing' on the host 21:14:51 > /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-core-contracts/1@tmp/jenkins-gitclient-ssh6010130788629693604.key 21:14:51 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:14:53 Merging remotes/origin/main commit 291428ad45d91d2c212f30372c9ad9d0ed1c6280 into PR head commit d80587bd42ebbd33d378349f813951e9a93d1152 21:14:52 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 21:14:52 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:14:52 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 21:14:52 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 21:14:52 using GIT_SSH to set credentials SSH Credentials for GitHub 21:14:52 [INFO] Currently running in a labeled security context 21:14:52 [INFO] Currently SELinux is 'enforcing' on the host 21:14:52 > /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-core-contracts/1@tmp/jenkins-gitclient-ssh8677769451686691959.key 21:14:52 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/663/head:refs/remotes/origin/PR-663 +refs/heads/main:refs/remotes/origin/main # timeout=10 21:14:53 > git config core.sparsecheckout # timeout=10 21:14:53 > git checkout -f d80587bd42ebbd33d378349f813951e9a93d1152 # timeout=10 21:14:53 > git remote # timeout=10 21:14:53 > git config --get remote.origin.url # timeout=10 21:14:53 using GIT_SSH to set credentials SSH Credentials for GitHub 21:14:53 Merge succeeded, producing d80587bd42ebbd33d378349f813951e9a93d1152 21:14:53 Checking out Revision d80587bd42ebbd33d378349f813951e9a93d1152 (PR-663) 21:14:54 using credential edgex-jenkins-ssh 21:14:54 Cloning the remote Git repository 21:14:53 [INFO] Currently running in a labeled security context 21:14:53 [INFO] Currently SELinux is 'enforcing' on the host 21:14:53 > /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-core-contracts/1@tmp/jenkins-gitclient-ssh6828842245165708494.key 21:14:53 > git merge 291428ad45d91d2c212f30372c9ad9d0ed1c6280 # timeout=10 21:14:53 > git rev-parse HEAD^{commit} # timeout=10 21:14:53 > git config core.sparsecheckout # timeout=10 21:14:53 > git checkout -f d80587bd42ebbd33d378349f813951e9a93d1152 # timeout=10 21:14:54 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 21:14:54 > git init /w/workspace/go-mod-core-contracts/1 # timeout=10 21:14:54 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 21:14:54 > git --version # timeout=10 21:14:54 > git --version # 'git version 2.17.1' 21:14:54 using GIT_SSH to set credentials SSH Credentials for GitHub 21:14:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:14:59 Commit message: "build(deps): bump github.com/go-kit/kit from 0.11.0 to 0.12.0" 21:14:59 > git --version # timeout=10 21:14:59 > git --version # 'git version 2.24.4' 21:14:59 fatal: bad object 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 21:15:00 ========================================================= 21:15:00 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 21:15:00 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 21:15:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 21:15:01 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 21:15:01 540db60ca938: Pulling fs layer 21:15:01 adcc1eea9eea: Pulling fs layer 21:15:01 4c4ab2625f07: Pulling fs layer 21:15:01 db62176df00c: Pulling fs layer 21:15:01 3b30891b0d05: Pulling fs layer 21:15:01 06b49ca38bd5: Pulling fs layer 21:15:01 c788192a36de: Pulling fs layer 21:15:01 a77e37c0d609: Pulling fs layer 21:15:01 c3185cebc471: Pulling fs layer 21:15:01 3b30891b0d05: Waiting 21:15:01 06b49ca38bd5: Waiting 21:15:01 c788192a36de: Waiting 21:15:01 a77e37c0d609: Waiting 21:15:01 db62176df00c: Waiting 21:15:01 c3185cebc471: Waiting 21:15:01 4c4ab2625f07: Verifying Checksum 21:15:01 4c4ab2625f07: Download complete 21:15:01 adcc1eea9eea: Verifying Checksum 21:15:01 adcc1eea9eea: Download complete 21:15:01 3b30891b0d05: Verifying Checksum 21:15:01 3b30891b0d05: Download complete 21:15:01 06b49ca38bd5: Verifying Checksum 21:15:01 06b49ca38bd5: Download complete 21:15:01 540db60ca938: Verifying Checksum 21:15:01 c788192a36de: Verifying Checksum 21:15:01 c788192a36de: Download complete 21:15:01 540db60ca938: Pull complete 21:15:01 adcc1eea9eea: Pull complete 21:15:01 4c4ab2625f07: Pull complete 21:15:02 a77e37c0d609: Verifying Checksum 21:15:02 a77e37c0d609: Download complete 21:15:06 c3185cebc471: Verifying Checksum 21:15:06 c3185cebc471: Download complete 21:15:07 db62176df00c: Verifying Checksum 21:15:07 db62176df00c: Download complete 21:15:10 db62176df00c: Pull complete 21:15:10 3b30891b0d05: Pull complete 21:15:10 06b49ca38bd5: Pull complete 21:15:10 c788192a36de: Pull complete 21:15:10 a77e37c0d609: Pull complete 21:15:12 c3185cebc471: Pull complete 21:15:12 Digest: sha256:c22a6272cb0662d4dba1bb41e7658fbabc00c875dcca5b7a38fb264b4004f4bd 21:15:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 21:15:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] sh 21:15:12 Merging remotes/origin/main commit 291428ad45d91d2c212f30372c9ad9d0ed1c6280 into PR head commit d80587bd42ebbd33d378349f813951e9a93d1152 21:15:12 Merge succeeded, producing d80587bd42ebbd33d378349f813951e9a93d1152 21:15:12 Checking out Revision d80587bd42ebbd33d378349f813951e9a93d1152 (PR-663) 21:15:12 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] sh 21:15:11 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 21:15:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:15:11 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 21:15:11 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 21:15:11 using GIT_SSH to set credentials SSH Credentials for GitHub 21:15:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/663/head:refs/remotes/origin/PR-663 +refs/heads/main:refs/remotes/origin/main # timeout=10 21:15:12 > git config core.sparsecheckout # timeout=10 21:15:12 > git checkout -f d80587bd42ebbd33d378349f813951e9a93d1152 # timeout=10 21:15:12 > git remote # timeout=10 21:15:12 > git config --get remote.origin.url # timeout=10 21:15:12 using GIT_SSH to set credentials SSH Credentials for GitHub 21:15:12 > git merge 291428ad45d91d2c212f30372c9ad9d0ed1c6280 # timeout=10 21:15:12 > git rev-parse HEAD^{commit} # timeout=10 21:15:12 > git config core.sparsecheckout # timeout=10 21:15:12 > git checkout -f d80587bd42ebbd33d378349f813951e9a93d1152 # timeout=10 21:15:13 + docker inspect -f . ci-base-image-x86_64 21:15:13 . [Pipeline] withDockerContainer 21:15:13 prd-centos7-docker-4c-2g-1697 does not seem to be running inside a container 21:15:13 $ 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 ******** -e ******** ci-base-image-x86_64 cat 21:15:15 $ docker top 463ea9fcc978b309d0fe8b35fedd38300e6653237b114464e6318e3a2d47a784 -eo pid,comm [Pipeline] { [Pipeline] sh 21:15:17 + go version 21:15:17 go version go1.16.6 linux/amd64 [Pipeline] } 21:15:17 $ docker stop --time=1 463ea9fcc978b309d0fe8b35fedd38300e6653237b114464e6318e3a2d47a784 21:15:18 Commit message: "build(deps): bump github.com/go-kit/kit from 0.11.0 to 0.12.0" 21:15:18 > git --version # timeout=10 21:15:18 > git --version # 'git version 2.17.1' 21:15:18 fatal: bad object 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 21:15:18 $ docker rm -f 463ea9fcc978b309d0fe8b35fedd38300e6653237b114464e6318e3a2d47a784 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Test) [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] unstash 21:15:19 + docker inspect -f . ci-base-image-x86_64 21:15:19 . [Pipeline] withDockerContainer 21:15:19 prd-centos7-docker-4c-2g-1697 does not seem to be running inside a container 21:15: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 ******** -e ******** ci-base-image-x86_64 cat 21:15:20 $ docker top 7d406897b01e06e9259b660c79552c57921b65b77b0b6cff55ed6b8cc24f7079 -eo pid,comm [Pipeline] { [Pipeline] echo 21:15:20 ========================================================= 21:15:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 21:15:20 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [Pipeline] sh 21:15:20 + go mod tidy 21:15:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 21:15:23 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:15:23 595b0fe564bb: Pulling fs layer 21:15:23 24495759ef45: Pulling fs layer 21:15:23 d148012ef14d: Pulling fs layer 21:15:23 e90a11edd702: Pulling fs layer 21:15:23 d77568369979: Pulling fs layer 21:15:23 e90a11edd702: Waiting 21:15:23 fc1c9f9a7f3b: Pulling fs layer 21:15:23 d77568369979: Waiting 21:15:23 170f2ba95c9a: Pulling fs layer 21:15:23 97ac5df62f85: Pulling fs layer 21:15:23 fc1c9f9a7f3b: Waiting 21:15:23 170f2ba95c9a: Waiting 21:15:23 97ac5df62f85: Waiting 21:15:23 d148012ef14d: Verifying Checksum 21:15:23 d148012ef14d: Download complete 21:15:23 24495759ef45: Verifying Checksum 21:15:23 24495759ef45: Download complete 21:15:23 d77568369979: Verifying Checksum 21:15:23 d77568369979: Download complete 21:15:23 fc1c9f9a7f3b: Verifying Checksum 21:15:23 fc1c9f9a7f3b: Download complete 21:15:23 595b0fe564bb: Verifying Checksum 21:15:23 595b0fe564bb: Download complete 21:15:23 170f2ba95c9a: Verifying Checksum 21:15:23 170f2ba95c9a: Download complete 21:15:24 595b0fe564bb: Pull complete 21:15:25 24495759ef45: Pull complete 21:15:25 d148012ef14d: Pull complete 21:15:26 97ac5df62f85: Verifying Checksum 21:15:26 97ac5df62f85: Download complete 21:15:26 e90a11edd702: Verifying Checksum 21:15:26 e90a11edd702: Download complete 21:15:39 e90a11edd702: Pull complete 21:15:39 d77568369979: Pull complete 21:15:39 fc1c9f9a7f3b: Pull complete 21:15:39 170f2ba95c9a: Pull complete 21:15:44 97ac5df62f85: Pull complete 21:15:44 Digest: sha256:84204f9419e0e30039067cc16e8ccc9a99ccb3a3f51ea7567ddff3f7e64b8ba8 21:15:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 21:15:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [Pipeline] sh 21:15:46 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine ci-base-image-arm64 [Pipeline] isUnix [Pipeline] sh 21:15:47 + docker inspect -f . ci-base-image-arm64 21:15:47 . [Pipeline] withDockerContainer 21:15:47 go: downloading github.com/google/uuid v1.3.0 21:15:47 go: downloading github.com/fxamacker/cbor/v2 v2.3.0 21:15:47 go: downloading github.com/stretchr/testify v1.7.0 21:15:47 go: downloading github.com/go-kit/kit v0.12.0 21:15:47 go: downloading github.com/go-playground/validator/v10 v10.9.0 21:15:47 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b 21:15:47 go: downloading github.com/x448/float16 v0.8.4 21:15:47 go: downloading github.com/davecgh/go-spew v1.1.1 21:15:47 go: downloading github.com/pmezard/go-difflib v1.0.0 21:15:47 go: downloading github.com/go-playground/universal-translator v0.18.0 21:15:47 go: downloading github.com/leodido/go-urn v1.2.1 21:15:47 go: downloading golang.org/x/crypto v0.0.0-20210915214749-c084706c2272 21:15:47 go: downloading golang.org/x/text v0.3.7 21:15:47 go: downloading github.com/go-playground/assert/v2 v2.0.1 21:15:47 go: downloading github.com/go-playground/locales v0.14.0 21:15:47 go: downloading github.com/stretchr/objx v0.1.1 21:15:47 go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c 21:15:47 go: downloading github.com/go-kit/log v0.2.0 21:15:47 go: downloading golang.org/x/sys v0.0.0-20210917161153-d61c044b1678 21:15:47 go: downloading github.com/kr/pretty v0.3.0 21:15:47 go: downloading github.com/go-logfmt/logfmt v0.5.1 21:15:47 prd-ubuntu18.04-docker-arm64-4c-16g-1696 does not seem to be running inside a container 21:15:47 $ 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 ******** -e ******** ci-base-image-arm64 cat 21:15:47 go: downloading github.com/kr/text v0.2.0 21:15:47 go: downloading github.com/rogpeppe/go-internal v1.8.0 21:15:54 $ docker top f8a8394acd8d46a32d4e2e3b36ff9c99b42e71dc0b0d0a37d49bbfd97c96d911 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 21:15:54 + make test 21:15:54 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 21:15:55 + go version 21:15:55 go version go1.16.6 linux/arm64 [Pipeline] } 21:15:55 $ docker stop --time=1 f8a8394acd8d46a32d4e2e3b36ff9c99b42e71dc0b0d0a37d49bbfd97c96d911 21:15:55 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 21:15:57 $ docker rm -f f8a8394acd8d46a32d4e2e3b36ff9c99b42e71dc0b0d0a37d49bbfd97c96d911 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:15:58 + docker inspect -f . ci-base-image-arm64 21:15:58 . [Pipeline] withDockerContainer 21:15:58 prd-ubuntu18.04-docker-arm64-4c-16g-1696 does not seem to be running inside a container 21:15:58 $ 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 ******** -e ******** ci-base-image-arm64 cat 21:16:03 $ docker top c809936ef74ae546d0f1d21898b635b0a45c26970f1e8f31dc7e3d35c6efb117 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 21:16:04 + go mod tidy 21:16:05 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.078s coverage: 83.5% of statements 21:16:05 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 21:16:05 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 21:16:05 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces/mocks [no test files] 21:16:05 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.007s coverage: 26.3% of statements 21:16:05 ? github.com/edgexfoundry/go-mod-core-contracts/v2/common [no test files] 21:16:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.008s coverage: 46.9% of statements 21:16:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.015s coverage: 90.0% of statements 21:16:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.046s coverage: 86.2% of statements 21:16:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.010s coverage: 59.5% of statements 21:16:07 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.012s coverage: 36.1% of statements 21:16:07 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.006s coverage: 49.4% of statements 21:16:07 CGO_ENABLED=0 GO111MODULE=on go vet ./... 21:16:12 gofmt -l . 21:16:12 [ "`gofmt -l .`" = "" ] [Pipeline] } 21:16:14 $ docker stop --time=1 7d406897b01e06e9259b660c79552c57921b65b77b0b6cff55ed6b8cc24f7079 21:16:16 $ docker rm -f 7d406897b01e06e9259b660c79552c57921b65b77b0b6cff55ed6b8cc24f7079 [Pipeline] // withDockerContainer [Pipeline] sh 21:16:16 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:16:17 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:16:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:16:18 21:16:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 21:16:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:16:18 latest: Pulling from edgex-lftools-log-publisher 21:16:18 b4d181a07f80: Pulling fs layer 21:16:18 a1111a8f2ec3: Pulling fs layer 21:16:18 ed53099fbce6: Pulling fs layer 21:16:18 dc539afda2c1: Pulling fs layer 21:16:18 77bc0d833cb6: Pulling fs layer 21:16:18 9065ff56babe: Pulling fs layer 21:16:18 d287ab97295c: Pulling fs layer 21:16:18 dc539afda2c1: Waiting 21:16:18 77bc0d833cb6: Waiting 21:16:18 9065ff56babe: Waiting 21:16:18 d287ab97295c: Waiting 21:16:19 a1111a8f2ec3: Verifying Checksum 21:16:19 a1111a8f2ec3: Download complete 21:16:19 dc539afda2c1: Verifying Checksum 21:16:19 dc539afda2c1: Download complete 21:16:19 77bc0d833cb6: Verifying Checksum 21:16:19 77bc0d833cb6: Download complete 21:16:19 9065ff56babe: Verifying Checksum 21:16:19 9065ff56babe: Download complete 21:16:19 ed53099fbce6: Verifying Checksum 21:16:19 ed53099fbce6: Download complete 21:16:20 b4d181a07f80: Verifying Checksum 21:16:20 b4d181a07f80: Download complete 21:16:21 b4d181a07f80: Pull complete 21:16:21 a1111a8f2ec3: Pull complete 21:16:22 ed53099fbce6: Pull complete 21:16:22 dc539afda2c1: Pull complete 21:16:22 77bc0d833cb6: Pull complete 21:16:22 9065ff56babe: Pull complete 21:16:22 go: downloading github.com/google/uuid v1.3.0 21:16:22 go: downloading github.com/go-kit/kit v0.12.0 21:16:22 go: downloading github.com/stretchr/testify v1.7.0 21:16:22 go: downloading github.com/go-playground/validator/v10 v10.9.0 21:16:22 go: downloading github.com/fxamacker/cbor/v2 v2.3.0 21:16:22 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b 21:16:22 go: downloading github.com/davecgh/go-spew v1.1.1 21:16:22 go: downloading github.com/pmezard/go-difflib v1.0.0 21:16:22 go: downloading github.com/stretchr/objx v0.1.1 21:16:22 go: downloading github.com/x448/float16 v0.8.4 21:16:22 go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c 21:16:22 go: downloading github.com/go-playground/universal-translator v0.18.0 21:16:22 go: downloading github.com/leodido/go-urn v1.2.1 21:16:22 go: downloading golang.org/x/crypto v0.0.0-20210915214749-c084706c2272 21:16:22 go: downloading golang.org/x/text v0.3.7 21:16:22 go: downloading github.com/go-playground/assert/v2 v2.0.1 21:16:22 go: downloading github.com/go-playground/locales v0.14.0 21:16:24 d287ab97295c: Verifying Checksum 21:16:24 d287ab97295c: Download complete 21:16:24 go: downloading github.com/go-kit/log v0.2.0 21:16:24 go: downloading github.com/kr/pretty v0.3.0 21:16:24 go: downloading golang.org/x/sys v0.0.0-20210917161153-d61c044b1678 21:16:24 go: downloading github.com/kr/text v0.2.0 21:16:24 go: downloading github.com/rogpeppe/go-internal v1.8.0 21:16:24 go: downloading github.com/go-logfmt/logfmt v0.5.1 [Pipeline] sh 21:16:26 + make test 21:16:26 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 21:16:28 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 21:16:28 d287ab97295c: Pull complete 21:16:28 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 21:16:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:16:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 21:16:28 prd-centos7-docker-4c-2g-1697 does not seem to be running inside a container 21:16:28 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 21:16:31 $ docker top 63d5de59eab01dedf68c141d62af099ade0e9dd8643c1a37f38a98b76cf10705 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:16:33 ---> job-cost.sh 21:16:33 lf-activate-venv: SKIPPING 21:16:33 INFO: No Stack... 21:16:34 INFO: Retrieving Pricing Info for: v3-standard-2 21:16:35 INFO: Archiving Costs [Pipeline] sh 21:16:35 + cat /w/workspace/go-mod-core-contracts/1/archives/cost.csv 21:16:35 + cut -d, -f6 [Pipeline] lock 21:16:35 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-663-1-stack-cost] 21:16:35 Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-663-1-stack-cost] did not exist. Created. 21:16:35 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-663-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:16:36 + echo total: 0.05999999865889549 [Pipeline] stash 21:16:36 Stashed 1 file(s) [Pipeline] } 21:16:36 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-663-1-stack-cost] [Pipeline] // lock [Pipeline] } 21:16:36 $ docker stop --time=1 63d5de59eab01dedf68c141d62af099ade0e9dd8643c1a37f38a98b76cf10705 21:16:37 $ docker rm -f 63d5de59eab01dedf68c141d62af099ade0e9dd8643c1a37f38a98b76cf10705 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:17:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.407s coverage: 83.5% of statements 21:17:02 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 21:17:02 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 21:17:02 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces/mocks [no test files] 21:17:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.049s coverage: 26.3% of statements 21:17:02 ? github.com/edgexfoundry/go-mod-core-contracts/v2/common [no test files] 21:17:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.088s coverage: 46.9% of statements 21:17:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.044s coverage: 90.0% of statements 21:17:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.264s coverage: 86.2% of statements 21:17:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.048s coverage: 59.5% of statements 21:17:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.012s coverage: 36.1% of statements 21:17:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.034s coverage: 49.4% of statements 21:17:03 CGO_ENABLED=0 GO111MODULE=on go vet ./... 21:17:26 gofmt -l . 21:17:26 [ "`gofmt -l .`" = "" ] [Pipeline] } 21:17:26 $ docker stop --time=1 c809936ef74ae546d0f1d21898b635b0a45c26970f1e8f31dc7e3d35c6efb117 21:17:28 $ docker rm -f c809936ef74ae546d0f1d21898b635b0a45c26970f1e8f31dc7e3d35c6efb117 [Pipeline] // withDockerContainer [Pipeline] sh 21:17:31 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:17:31 Warning: overwriting stash ‘coverage-report’ 21:17:31 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:17:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:17:33 21:17:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 21:17:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:17:34 arm64: Pulling from edgex-lftools-log-publisher 21:17:34 448f6bf000e3: Pulling fs layer 21:17:34 f757da607395: Pulling fs layer 21:17:34 05883995daec: Pulling fs layer 21:17:34 8603b9c90790: Pulling fs layer 21:17:34 1560dd03e051: Pulling fs layer 21:17:34 27f5ce0e4adf: Pulling fs layer 21:17:34 c2d8d7efcc4b: Pulling fs layer 21:17:34 1560dd03e051: Waiting 21:17:34 27f5ce0e4adf: Waiting 21:17:34 c2d8d7efcc4b: Waiting 21:17:34 8603b9c90790: Waiting 21:17:34 f757da607395: Verifying Checksum 21:17:34 f757da607395: Download complete 21:17:34 8603b9c90790: Download complete 21:17:34 1560dd03e051: Verifying Checksum 21:17:34 1560dd03e051: Download complete 21:17:34 27f5ce0e4adf: Verifying Checksum 21:17:34 27f5ce0e4adf: Download complete 21:17:34 05883995daec: Download complete 21:17:35 448f6bf000e3: Verifying Checksum 21:17:35 448f6bf000e3: Download complete 21:17:38 c2d8d7efcc4b: Verifying Checksum 21:17:38 c2d8d7efcc4b: Download complete 21:17:38 448f6bf000e3: Pull complete 21:17:39 f757da607395: Pull complete 21:17:41 05883995daec: Pull complete 21:17:41 8603b9c90790: Pull complete 21:17:42 1560dd03e051: Pull complete 21:17:42 27f5ce0e4adf: Pull complete 21:17:58 c2d8d7efcc4b: Pull complete 21:17:58 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 21:17:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:17:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 21:17:58 prd-ubuntu18.04-docker-arm64-4c-16g-1696 does not seem to be running inside a container 21:17:58 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 21:18:03 $ docker top adb43bf8d8d41da3d88222d00fd87a4aa36a2d433e50f3e403d9bd08738abe67 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:18:05 ---> job-cost.sh 21:18:05 lf-activate-venv: SKIPPING 21:18:05 INFO: No Stack... 21:18:06 INFO: Retrieving Pricing Info for: v3-standard-4 21:18:07 INFO: Archiving Costs [Pipeline] sh 21:18:07 + cat+ cut -d, -f6 21:18:07 /w/workspace/go-mod-core-contracts/1/archives/cost.csv [Pipeline] lock 21:18:07 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-663-1-stack-cost] 21:18:07 Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-663-1-stack-cost] did not exist. Created. 21:18:07 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-663-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:18:08 /w/workspace/go-mod-core-contracts/1@tmp/durable-03ffc434/script.sh: 1: /w/workspace/go-mod-core-contracts/1@tmp/durable-03ffc434/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 21:18:09 + echo total: 0.10999999940395355 [Pipeline] stash 21:18:09 Warning: overwriting stash ‘stack-cost’ 21:18:09 Stashed 1 file(s) [Pipeline] } 21:18:09 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-663-1-stack-cost] [Pipeline] // lock [Pipeline] } 21:18:09 $ docker stop --time=1 adb43bf8d8d41da3d88222d00fd87a4aa36a2d433e50f3e403d9bd08738abe67 21:18:11 $ docker rm -f adb43bf8d8d41da3d88222d00fd87a4aa36a2d433e50f3e403d9bd08738abe67 [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:18:14 provisioning config files... 21:18:14 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-663@tmp/config6827619395127257430tmp [Pipeline] { [Pipeline] sh 21:18:14 + set +x 21:18:14 + curl -s https://codecov.io/bash 21:18:14 + bash -s -- 21:18:14 21:18:14 _____ _ 21:18:14 / ____| | | 21:18:14 | | ___ __| | ___ ___ _____ __ 21:18:14 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:18:14 | |___| (_) | (_| | __/ (_| (_) \ V / 21:18:14 \_____\___/ \__,_|\___|\___\___/ \_/ 21:18:14 Bash-1.0.6 21:18:14 21:18:14 21:18:14 ==> git version 2.24.4 found 21:18:14 ==> 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:18:14 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 21:18:14 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 21:18:14 ==> Jenkins CI detected. 21:18:14 current dir:  /w/workspace/dry_go-mod-core-contracts_PR-663 21:18:14 project root: . 21:18:14 --> token set from env 21:18:15 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:18:15 ==> Running gcov in . (disable via -X gcov) 21:18:15 ==> Python coveragepy not found 21:18:15 ==> Searching for coverage reports in: 21:18:15 + . 21:18:15 -> Found 1 reports 21:18:15 ==> Detecting git/mercurial file structure 21:18:15 ==> Reading reports 21:18:15 + ./coverage.out bytes=101588 21:18:15 ==> Appending adjustments 21:18:15 https://docs.codecov.io/docs/fixing-reports 21:18:15 + Found adjustments 21:18:15 ==> Gzipping contents 21:18:15 16K /tmp/codecov.jYyCRG.gz 21:18:15 ==> Uploading reports 21:18:15 url: https://codecov.io 21:18:15 query: branch=PR-663&commit=d80587bd42ebbd33d378349f813951e9a93d1152&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-663%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=663&job=&cmd_args= 21:18:15 -> Pinging Codecov 21:18:15 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=ed6cf6b4-2a06-43fb-b229-bfa3e55f90ff&branch=PR-663&commit=d80587bd42ebbd33d378349f813951e9a93d1152&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-663%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=663&job=&cmd_args= 21:18:16 -> Uploading to 21:18:16 https://storage.googleapis.com/codecov/v4/raw/2021-09-27/71470A77251A30514AAF9C0BB2E5B6CE/d80587bd42ebbd33d378349f813951e9a93d1152/8240acd5-82be-4815-a4de-07d6d9e2c633.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210927%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210927T211815Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=65b06e719340dd401683f3a8c19054c0bdd230057eb1b83bca59a20e846fb970 21:18:16 % Total % Received % Xferd Average Speed Time Time Time Current 21:18:16 Dload Upload Total Spent Left Speed 21:18:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 15210 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15210 0 0 100 15210 0 16476 --:--:-- --:--:-- --:--:-- 16461 21:18:17 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/d80587bd42ebbd33d378349f813951e9a93d1152 [Pipeline] } 21:18:17 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] sh 21:18:21 + '[' -d /w/workspace/dry_go-mod-core-contracts_PR-663/archives ']' [Pipeline] libraryResource [Pipeline] sh 21:18:21 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:18:22 ---> package-listing.sh 21:18:22 ++ facter osfamily 21:18:22 ++ tr '[:upper:]' '[:lower:]' 21:18:22 + OS_FAMILY=redhat 21:18:22 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-663 21:18:22 + START_PACKAGES=/tmp/packages_start.txt 21:18:22 + END_PACKAGES=/tmp/packages_end.txt 21:18:22 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:18:22 + PACKAGES=/tmp/packages_start.txt 21:18:22 + '[' /w/workspace/dry_go-mod-core-contracts_PR-663 ']' 21:18:22 + PACKAGES=/tmp/packages_end.txt 21:18:22 + case "${OS_FAMILY}" in 21:18:22 + sort 21:18:22 + rpm -qa 21:18:23 + '[' -f /tmp/packages_start.txt ']' 21:18:23 + '[' -f /tmp/packages_end.txt ']' 21:18:23 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:18:23 + '[' /w/workspace/dry_go-mod-core-contracts_PR-663 ']' 21:18:23 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-663/archives/ 21:18:23 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-663/archives/ [Pipeline] echo 21:18:23 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-663/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:18:23 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:18:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:18:24 21:18:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 21:18:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:18:24 latest: Pulling from edgex-lftools-log-publisher 21:18:24 b4d181a07f80: Pulling fs layer 21:18:24 a1111a8f2ec3: Pulling fs layer 21:18:24 ed53099fbce6: Pulling fs layer 21:18:24 dc539afda2c1: Pulling fs layer 21:18:24 77bc0d833cb6: Pulling fs layer 21:18:24 9065ff56babe: Pulling fs layer 21:18:24 d287ab97295c: Pulling fs layer 21:18:24 dc539afda2c1: Waiting 21:18:24 77bc0d833cb6: Waiting 21:18:24 9065ff56babe: Waiting 21:18:24 d287ab97295c: Waiting 21:18:25 a1111a8f2ec3: Verifying Checksum 21:18:25 a1111a8f2ec3: Download complete 21:18:25 dc539afda2c1: Verifying Checksum 21:18:25 dc539afda2c1: Download complete 21:18:25 77bc0d833cb6: Verifying Checksum 21:18:25 77bc0d833cb6: Download complete 21:18:25 9065ff56babe: Verifying Checksum 21:18:25 9065ff56babe: Download complete 21:18:25 ed53099fbce6: Verifying Checksum 21:18:25 ed53099fbce6: Download complete 21:18:26 b4d181a07f80: Verifying Checksum 21:18:26 b4d181a07f80: Download complete 21:18:27 b4d181a07f80: Pull complete 21:18:27 a1111a8f2ec3: Pull complete 21:18:28 ed53099fbce6: Pull complete 21:18:28 dc539afda2c1: Pull complete 21:18:28 77bc0d833cb6: Pull complete 21:18:28 9065ff56babe: Pull complete 21:18:31 d287ab97295c: Verifying Checksum 21:18:31 d287ab97295c: Download complete 21:18:35 d287ab97295c: Pull complete 21:18:35 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 21:18:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:18:35 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 21:18:35 prd-centos7-docker-4c-2g-1695 does not seem to be running inside a container 21:18:35 $ 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-663/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-663 -v /w/workspace/dry_go-mod-core-contracts_PR-663:/w/workspace/dry_go-mod-core-contracts_PR-663:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-663@tmp:/w/workspace/dry_go-mod-core-contracts_PR-663@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:18:37 $ docker top 982a772f4da3d52c67b23aeeaf86871f85377acaf222b6533cd3db0812736650 -eo pid,comm [Pipeline] { [Pipeline] sh 21:18:38 + touch /tmp/pre-build-complete [Pipeline] sh 21:18:38 + mkdir -p /var/log/sysstat [Pipeline] sh 21:18:38 + ls /var/log/sa-host 21:18:38 + sadf -c /var/log/sa-host/sa05 21:18:38 file_magic: OK 21:18:38 HZ: Using current value: 100 21:18:38 file_header: OK 21:18:38 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:18:38 Statistics: 21:18:38 Hnuu...uuuununununu...Hnuu...uuuununununu... 21:18:38 File successfully converted to sysstat format version 12.0.3 21:18:38 + sadf -c /var/log/sa-host/sa27 21:18:38 file_magic: OK 21:18:38 HZ: Using current value: 100 21:18:38 file_header: OK 21:18:38 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:18:38 Statistics: 21:18:38 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:18:38 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:18:41 provisioning config files... 21:18:41 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-663@tmp/config710006715181087693tmp [Pipeline] { [Pipeline] echo 21:18:41 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:18:41 ---> create-netrc.sh [Pipeline] } 21:18:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 21:18:42 ---> python-tools-install.sh [Pipeline] echo 21:18:42 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:18:42 ---> sudo-logs.sh 21:18:42 Archiving 'sudo' log.. 21:18:42 sudo: unable to resolve host prd-centos7-docker-4c-2g-1695.vexxhost.local: Name or service not known 21:18:42 sudo: unable to resolve host prd-centos7-docker-4c-2g-1695.vexxhost.local: Name or service not known [Pipeline] unstash [Pipeline] echo 21:18:42 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:18:42 ---> job-cost.sh 21:18:42 lf-activate-venv: SKIPPING 21:18:42 DEBUG: total: 0.10999999940395355 21:18:42 INFO: Retrieving Stack Cost... 21:18:43 INFO: Retrieving Pricing Info for: v3-standard-2 21:18:44 INFO: Archiving Costs [Pipeline] echo 21:18:44 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:18:44 ---> logs-deploy.sh 21:18:44 lf-activate-venv: SKIPPING 21:18:44 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-663/1 21:18:44 INFO: archiving workspace using pattern(s): 21:18:45 Archives upload complete. 21:18:45 INFO: archiving logs to Nexus 21:18:46 ---> uname -a: 21:18:46 Linux prd-centos7-docker-4c-2g-1695.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:18:46 21:18:46 21:18:46 ---> lscpu: 21:18:46 Architecture: x86_64 21:18:46 CPU op-mode(s): 32-bit, 64-bit 21:18:46 Byte Order: Little Endian 21:18:46 Address sizes: 40 bits physical, 48 bits virtual 21:18:46 CPU(s): 2 21:18:46 On-line CPU(s) list: 0,1 21:18:46 Thread(s) per core: 1 21:18:46 Core(s) per socket: 1 21:18:46 Socket(s): 2 21:18:46 NUMA node(s): 1 21:18:46 Vendor ID: AuthenticAMD 21:18:46 CPU family: 23 21:18:46 Model: 49 21:18:46 Model name: AMD EPYC-Rome Processor 21:18:46 Stepping: 0 21:18:46 CPU MHz: 2799.998 21:18:46 BogoMIPS: 5599.99 21:18:46 Virtualization: AMD-V 21:18:46 Hypervisor vendor: KVM 21:18:46 Virtualization type: full 21:18:46 L1d cache: 32K 21:18:46 L1i cache: 32K 21:18:46 L2 cache: 512K 21:18:46 L3 cache: 16384K 21:18:46 NUMA node0 CPU(s): 0,1 21:18:46 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:18:46 21:18:46 21:18:46 ---> nproc: 21:18:46 2 21:18:46 21:18:46 21:18:46 ---> df -h: 21:18:46 Filesystem Size Used Avail Use% Mounted on 21:18:46 overlay 40G 7.7G 33G 20% / 21:18:46 tmpfs 64M 0 64M 0% /dev 21:18:46 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 21:18:46 shm 64M 0 64M 0% /dev/shm 21:18:46 /dev/vda1 40G 7.7G 33G 20% /facter-os 21:18:46 21:18:46 21:18:46 ---> sar -b -r -n DEV: 21:18:46 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 09/27/21 _x86_64_ (2 CPU) 21:18:46 21:18:46 21:10:19 LINUX RESTART (2 CPU) 21:18:46 21:18:46 21:11:01 tps rtps wtps bread/s bwrtn/s 21:18:46 21:12:01 102.75 12.72 90.03 3818.18 4169.53 21:18:46 21:13:01 2.35 0.00 2.35 0.00 64.51 21:18:46 21:14:01 0.45 0.00 0.45 0.00 6.81 21:18:46 21:15:01 0.28 0.00 0.28 0.00 3.55 21:18:46 21:16:02 0.23 0.00 0.23 0.00 2.90 21:18:46 21:17:01 0.34 0.00 0.34 0.00 5.18 21:18:46 21:18:01 0.22 0.00 0.22 0.00 2.30 21:18:46 Average: 15.27 1.82 13.45 546.92 609.45 21:18:46 21:18:46 21:11:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:18:46 21:12:01 5455972 0 812804 10.15 2620 1737544 1166204 12.88 586320 1563512 140 21:18:46 21:13:01 5455852 0 812916 10.15 2620 1737552 1166108 12.87 587620 1563620 12 21:18:46 21:14:01 5470076 0 798688 9.97 2620 1737556 1066844 11.78 575564 1564040 8 21:18:46 21:15:01 5466872 0 801888 10.01 2620 1737560 1067328 11.78 577636 1564780 20 21:18:46 21:16:02 5468532 0 800224 9.99 2620 1737564 1067100 11.78 576280 1564780 16 21:18:46 21:17:01 5463496 0 805256 10.05 2620 1737568 1067220 11.78 575836 1570460 8 21:18:46 21:18:01 5455968 0 812780 10.15 2620 1737572 1067100 11.78 583068 1570460 20 21:18:46 Average: 5462395 0 806365 10.07 2620 1737559 1095415 12.09 580332 1565950 32 21:18:46 21:18:46 21:11:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:18:46 21:12:01 eth0 488.89 273.58 1039.46 76.85 0.00 0.00 0.00 0.00 21:18:46 21:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:18:46 21:12:01 docker0 11.09 7.69 2.62 27.41 0.00 0.00 0.00 0.00 21:18:46 21:13:01 eth0 1.02 0.35 2.03 0.02 0.00 0.00 0.00 0.00 21:18:46 21:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:18:46 21:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:18:46 21:14:01 eth0 0.57 0.08 0.06 0.01 0.00 0.00 0.00 0.00 21:18:46 21:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:18:46 21:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:18:46 21:15:01 eth0 1.02 0.32 0.32 0.20 0.00 0.00 0.00 0.00 21:18:46 21:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:18:46 21:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:18:46 21:16:02 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:18:46 21:16:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:18:46 21:16:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:18:46 21:17:01 eth0 0.32 0.22 0.15 0.07 0.00 0.00 0.00 0.00 21:18:46 21:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:18:46 21:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:18:46 21:18:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:18:46 21:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:18:46 21:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:18:46 Average: eth0 70.47 39.35 149.26 11.05 0.00 0.00 0.00 0.00 21:18:46 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:18:46 Average: docker0 1.59 1.10 0.38 3.93 0.00 0.00 0.00 0.00 21:18:46 21:18:46 21:18:46 ---> sar -P ALL: 21:18:46 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 09/27/21 _x86_64_ (2 CPU) 21:18:46 21:18:46 21:10:19 LINUX RESTART (2 CPU) 21:18:46 21:18:46 21:11:01 CPU %user %nice %system %iowait %steal %idle 21:18:46 21:12:01 all 12.40 0.00 3.31 2.13 0.06 82.10 21:18:46 21:12:01 0 12.39 0.00 3.81 2.57 0.05 81.18 21:18:46 21:12:01 1 12.40 0.00 2.82 1.69 0.07 83.02 21:18:46 21:13:01 all 0.27 0.00 0.09 0.00 0.02 99.62 21:18:46 21:13:01 0 0.18 0.00 0.08 0.00 0.02 99.72 21:18:46 21:13:01 1 0.35 0.00 0.10 0.00 0.02 99.53 21:18:46 21:14:01 all 0.24 0.00 0.08 0.00 0.01 99.67 21:18:46 21:14:01 0 0.23 0.00 0.08 0.00 0.02 99.67 21:18:46 21:14:01 1 0.25 0.00 0.07 0.00 0.00 99.68 21:18:46 21:15:01 all 0.20 0.00 0.05 0.00 0.02 99.73 21:18:46 21:15:01 0 0.28 0.00 0.05 0.00 0.00 99.67 21:18:46 21:15:01 1 0.12 0.00 0.05 0.00 0.03 99.80 21:18:46 21:16:02 all 0.25 0.00 0.05 0.00 0.01 99.69 21:18:46 21:16:02 0 0.07 0.00 0.07 0.00 0.02 99.85 21:18:46 21:16:02 1 0.43 0.00 0.03 0.00 0.00 99.53 21:18:46 21:17:01 all 0.23 0.00 0.06 0.00 0.01 99.70 21:18:46 21:17:01 0 0.05 0.00 0.07 0.00 0.00 99.88 21:18:46 21:17:01 1 0.41 0.00 0.05 0.00 0.02 99.52 21:18:46 21:18:01 all 0.20 0.00 0.05 0.00 0.03 99.72 21:18:46 21:18:01 0 0.05 0.00 0.07 0.00 0.03 99.85 21:18:46 21:18:01 1 0.35 0.00 0.03 0.00 0.02 99.60 21:18:46 Average: all 1.94 0.00 0.52 0.30 0.02 97.23 21:18:46 Average: 0 1.86 0.00 0.59 0.36 0.02 97.17 21:18:46 Average: 1 2.01 0.00 0.44 0.24 0.02 97.28 21:18:46 21:18:46 21:18:46