Pull request #81 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from c652d1a6fb9d13e2e30cd955c6eeff641c0b22d8+50935abdea306edce000b8fa07867e7510078a52 (483c2b1cfa8ef0603489ed21ae3e9def1df273ae) 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-ssh6418287753349880596.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-ssh798651366084186582.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-registry/branches/PR-81/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-registry/branches/PR-81/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh795645972904422400.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-registry/branches/PR-81/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh3841910829543568947.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-ssh1908025333069859918.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-registry/branches/PR-81/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-registry/branches/PR-81/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh2232635748105422397.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 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-registry, 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-registry-settings PROJECT: go-mod-registry 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-registry 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-1105 in /w/workspace/gexfoundry_go-mod-registry_PR-81 [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-registry.git > git init /w/workspace/gexfoundry_go-mod-registry_PR-81 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.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/gexfoundry_go-mod-registry_PR-81@tmp/jenkins-gitclient-ssh1471437598861721910.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 50935abdea306edce000b8fa07867e7510078a52 into PR head commit c652d1a6fb9d13e2e30cd955c6eeff641c0b22d8 Merge succeeded, producing c652d1a6fb9d13e2e30cd955c6eeff641c0b22d8 Checking out Revision c652d1a6fb9d13e2e30cd955c6eeff641c0b22d8 (PR-81) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.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-registry.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.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/gexfoundry_go-mod-registry_PR-81@tmp/jenkins-gitclient-ssh2905660252855971201.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/pull/81/head:refs/remotes/origin/PR-81 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c652d1a6fb9d13e2e30cd955c6eeff641c0b22d8 # 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/gexfoundry_go-mod-registry_PR-81@tmp/jenkins-gitclient-ssh6508394000713977952.key > git merge 50935abdea306edce000b8fa07867e7510078a52 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c652d1a6fb9d13e2e30cd955c6eeff641c0b22d8 # timeout=10 Commit message: "build(deps): Bump github.com/hashicorp/consul/api from 1.9.1 to 1.10.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 15:07:15 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:07:15 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:07:15 ========================================================= 15:07:15 EdgeX Global Pipelines Version Info 15:07:15 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:07:16 ------------------- 15:07:16 stable info: 15:07:16 ------------------- 15:07:16 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:07:16 Commit SHA: 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 15:07:16 Message: update stable to v1.0.205 15:07:17 ------------------- 15:07:17 experimental info: 15:07:17 ------------------- 15:07:17 Commited By: **** collab-it+edgex@linuxfoundation.org 15:07:17 Commit SHA: 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 15:07:17 Message: update experimental to v1.0.205 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:07:17 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-registry-settings [Pipeline] echo 15:07:17 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-registry [Pipeline] echo 15:07:17 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:07:17 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:07:17 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:07:17 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 15:07:18 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:07:18 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 15:07:18 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:07:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:07:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:07:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 15:07:18 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-registry [Pipeline] echo 15:07:18 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:07:18 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:07:18 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 15:07:18 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:07:18 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:07:18 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:07:18 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:07:18 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:07:19 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:07:19 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:07:19 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:07:19 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:07:19 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 15:07:19 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:07:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-81 [Pipeline] echo 15:07:19 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-81 [Pipeline] echo 15:07:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-81 [Pipeline] echo 15:07:19 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c652d1a6fb9d13e2e30cd955c6eeff641c0b22d8 [Pipeline] echo 15:07:19 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c652d1a [Pipeline] echo 15:07:19 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:07:20 + git log --format=format:%s -1 c652d1a6fb9d13e2e30cd955c6eeff641c0b22d8 [Pipeline] echo 15:07:20 GIT_COMMIT: c652d1a6fb9d13e2e30cd955c6eeff641c0b22d8, Commit Message: build(deps): Bump github.com/hashicorp/consul/api from 1.9.1 to 1.10.0 [Pipeline] echo 15:07:20 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:07:21 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:07:21 15:07:21 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:07:22 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:07:23 latest: Pulling from edgex-devops/git-semver 15:07:23 31603596830f: Pulling fs layer 15:07:23 04fac38145f0: Pulling fs layer 15:07:23 701f6daf10bf: Pulling fs layer 15:07:23 24f72da36158: Pulling fs layer 15:07:23 24f72da36158: Waiting 15:07:23 04fac38145f0: Verifying Checksum 15:07:23 04fac38145f0: Download complete 15:07:23 31603596830f: Verifying Checksum 15:07:23 31603596830f: Download complete 15:07:23 31603596830f: Pull complete 15:07:23 04fac38145f0: Pull complete 15:07:23 24f72da36158: Verifying Checksum 15:07:23 24f72da36158: Download complete 15:07:23 701f6daf10bf: Verifying Checksum 15:07:23 701f6daf10bf: Download complete 15:07:24 701f6daf10bf: Pull complete 15:07:24 24f72da36158: Pull complete 15:07:24 Digest: sha256:4df6d42b0a42de7465b316d5d101e9e577e29cf163494206da03a6bf8561ec42 15:07:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:07:24 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:07:24 prd-centos7-docker-4c-2g-1105 does not seem to be running inside a container 15:07:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-registry_PR-81 -v /w/workspace/gexfoundry_go-mod-registry_PR-81:/w/workspace/gexfoundry_go-mod-registry_PR-81:rw,z -v /w/workspace/gexfoundry_go-mod-registry_PR-81@tmp:/w/workspace/gexfoundry_go-mod-registry_PR-81@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 15:07:25 $ docker top 5d301fb0c24c653ca36668671f3cf70b108bfa55b7c9a0a6765a994a37f0e12a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:07:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:07:25 [ssh-agent] Looking for ssh-agent implementation... 15:07:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:07:25 $ docker exec 5d301fb0c24c653ca36668671f3cf70b108bfa55b7c9a0a6765a994a37f0e12a ssh-agent 15:07:25 SSH_AUTH_SOCK=/tmp/ssh-Jsc15E6M8rtk/agent.14 15:07:25 SSH_AGENT_PID=21 15:07:25 Running ssh-add (command line suppressed) 15:07:25 Identity added: /w/workspace/gexfoundry_go-mod-registry_PR-81@tmp/private_key_3713398788783178433.key (/w/workspace/gexfoundry_go-mod-registry_PR-81@tmp/private_key_3713398788783178433.key) 15:07:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:07:26 + git tag --points-at HEAD [Pipeline] } 15:07:26 $ docker exec --env ******** --env ******** 5d301fb0c24c653ca36668671f3cf70b108bfa55b7c9a0a6765a994a37f0e12a ssh-agent -k 15:07:26 unset SSH_AUTH_SOCK; 15:07:26 unset SSH_AGENT_PID; 15:07:26 echo Agent pid 21 killed; 15:07:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:07:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:07:26 [ssh-agent] Looking for ssh-agent implementation... 15:07:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:07:26 $ docker exec 5d301fb0c24c653ca36668671f3cf70b108bfa55b7c9a0a6765a994a37f0e12a ssh-agent 15:07:26 SSH_AUTH_SOCK=/tmp/ssh-wW77QVsCgeGA/agent.54 15:07:26 SSH_AGENT_PID=61 15:07:26 Running ssh-add (command line suppressed) 15:07:26 Identity added: /w/workspace/gexfoundry_go-mod-registry_PR-81@tmp/private_key_146231857361381771.key (/w/workspace/gexfoundry_go-mod-registry_PR-81@tmp/private_key_146231857361381771.key) 15:07:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:07:26 + git semver init 15:07:26 # -> Open(): unable to determine branch for HEAD 15:07:26 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-registry_PR-81/.git 15:07:26 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-registry_PR-81 15:07:26 # $SEMVER_REMOTE_NAME = origin 15:07:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:07:26 # $SEMVER_USER_NAME = edgex-jenkins 15:07:26 # $SEMVER_BRANCH = PR-81 15:07:26 # $SEMVER_TEMP = /tmp/semver-514831397 15:07:26 # git clone --branch semver git@github.com:edgexfoundry/go-mod-registry.git $SEMVER_TEMP 15:07:27 # '/tmp/semver-514831397' -> '/w/workspace/gexfoundry_go-mod-registry_PR-81/.semver' 15:07:27 # -> Force: false 15:07:27 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-registry_PR-81/.semver [Pipeline] } 15:07:27 $ docker exec --env ******** --env ******** 5d301fb0c24c653ca36668671f3cf70b108bfa55b7c9a0a6765a994a37f0e12a ssh-agent -k 15:07:27 unset SSH_AUTH_SOCK; 15:07:27 unset SSH_AGENT_PID; 15:07:27 echo Agent pid 61 killed; 15:07:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:07:28 + git semver [Pipeline] } 15:07:28 $ docker stop --time=1 5d301fb0c24c653ca36668671f3cf70b108bfa55b7c9a0a6765a994a37f0e12a 15:07:29 $ docker rm -f 5d301fb0c24c653ca36668671f3cf70b108bfa55b7c9a0a6765a994a37f0e12a [Pipeline] // withDockerContainer [Pipeline] sh 15:07:29 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:07:30 Stashed 1 file(s) [Pipeline] echo 15:07:30 [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 15:07:46 Still waiting to schedule task 15:07:46 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1105’ 15:07:46 Still waiting to schedule task 15:07:46 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 15:09:57 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1106 in /w/workspace/gexfoundry_go-mod-registry_PR-81 [Pipeline] { [Pipeline] ws 15:09:57 Running in /w/workspace/go-mod-registry/1 [Pipeline] { [Pipeline] checkout 15:09:57 Selected Git installation does not exist. Using Default 15:09:57 The recommended git tool is: NONE 15:10:03 using credential edgex-jenkins-ssh 15:10:03 Cloning the remote Git repository 15:10:03 Cloning repository git@github.com:edgexfoundry/go-mod-registry.git 15:10:03 > git init /w/workspace/go-mod-registry/1 # timeout=10 15:10:03 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 15:10:03 > git --version # timeout=10 15:10:03 > git --version # 'git version 2.17.1' 15:10:03 using GIT_SSH to set credentials SSH Credentials for GitHub 15:10:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:10:04 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 15:10:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:10:04 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 15:10:04 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 15:10:04 using GIT_SSH to set credentials SSH Credentials for GitHub 15:10:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/pull/81/head:refs/remotes/origin/PR-81 +refs/heads/main:refs/remotes/origin/main # timeout=10 15:10:05 Merging remotes/origin/main commit 50935abdea306edce000b8fa07867e7510078a52 into PR head commit c652d1a6fb9d13e2e30cd955c6eeff641c0b22d8 15:10:05 Merge succeeded, producing c652d1a6fb9d13e2e30cd955c6eeff641c0b22d8 15:10:05 Checking out Revision c652d1a6fb9d13e2e30cd955c6eeff641c0b22d8 (PR-81) 15:10:05 > git config core.sparsecheckout # timeout=10 15:10:05 > git checkout -f c652d1a6fb9d13e2e30cd955c6eeff641c0b22d8 # timeout=10 15:10:05 > git remote # timeout=10 15:10:05 > git config --get remote.origin.url # timeout=10 15:10:05 using GIT_SSH to set credentials SSH Credentials for GitHub 15:10:05 > git merge 50935abdea306edce000b8fa07867e7510078a52 # timeout=10 15:10:05 > git rev-parse HEAD^{commit} # timeout=10 15:10:05 > git config core.sparsecheckout # timeout=10 15:10:05 > git checkout -f c652d1a6fb9d13e2e30cd955c6eeff641c0b22d8 # timeout=10 15:10:09 Commit message: "build(deps): Bump github.com/hashicorp/consul/api from 1.9.1 to 1.10.0" 15:10:10 > git --version # timeout=10 15:10:10 > git --version # 'git version 2.17.1' 15:10:10 fatal: bad object 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 15:10:11 ========================================================= 15:10:11 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 15:10:11 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 15:10:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 15:10:13 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:10:13 595b0fe564bb: Pulling fs layer 15:10:13 24495759ef45: Pulling fs layer 15:10:13 d148012ef14d: Pulling fs layer 15:10:13 e90a11edd702: Pulling fs layer 15:10:13 d77568369979: Pulling fs layer 15:10:13 fc1c9f9a7f3b: Pulling fs layer 15:10:13 170f2ba95c9a: Pulling fs layer 15:10:13 97ac5df62f85: Pulling fs layer 15:10:13 d77568369979: Waiting 15:10:13 e90a11edd702: Waiting 15:10:13 fc1c9f9a7f3b: Waiting 15:10:13 170f2ba95c9a: Waiting 15:10:13 97ac5df62f85: Waiting 15:10:13 d148012ef14d: Verifying Checksum 15:10:13 d148012ef14d: Download complete 15:10:13 24495759ef45: Verifying Checksum 15:10:13 24495759ef45: Download complete 15:10:13 d77568369979: Verifying Checksum 15:10:13 d77568369979: Download complete 15:10:13 595b0fe564bb: Verifying Checksum 15:10:13 595b0fe564bb: Download complete 15:10:13 fc1c9f9a7f3b: Verifying Checksum 15:10:13 170f2ba95c9a: Verifying Checksum 15:10:13 170f2ba95c9a: Download complete 15:10:14 595b0fe564bb: Pull complete 15:10:14 24495759ef45: Pull complete 15:10:15 d148012ef14d: Pull complete 15:10:17 97ac5df62f85: Verifying Checksum 15:10:17 97ac5df62f85: Download complete 15:10:17 e90a11edd702: Verifying Checksum 15:10:17 e90a11edd702: Download complete 15:10:30 e90a11edd702: Pull complete 15:10:30 d77568369979: Pull complete 15:10:30 fc1c9f9a7f3b: Pull complete 15:10:30 170f2ba95c9a: Pull complete 15:10:35 97ac5df62f85: Pull complete 15:10:35 Digest: sha256:84204f9419e0e30039067cc16e8ccc9a99ccb3a3f51ea7567ddff3f7e64b8ba8 15:10:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 15:10:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [Pipeline] sh 15:10:36 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine ci-base-image-arm64 [Pipeline] isUnix [Pipeline] sh 15:10:37 + docker inspect -f . ci-base-image-arm64 15:10:37 . [Pipeline] withDockerContainer 15:10:37 prd-ubuntu18.04-docker-arm64-4c-16g-1106 does not seem to be running inside a container 15:10:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/1 -v /w/workspace/go-mod-registry/1:/w/workspace/go-mod-registry/1:rw,z -v /w/workspace/go-mod-registry/1@tmp:/w/workspace/go-mod-registry/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 15:10:42 $ docker top 7cd3bc67e42bbb1fbe35c94918172737064e7a28cfe371ea9a79aefb8c339063 -eo pid,comm [Pipeline] { [Pipeline] sh 15:10:43 + go version 15:10:43 go version go1.16.6 linux/arm64 [Pipeline] } 15:10:43 $ docker stop --time=1 7cd3bc67e42bbb1fbe35c94918172737064e7a28cfe371ea9a79aefb8c339063 15:10:45 $ docker rm -f 7cd3bc67e42bbb1fbe35c94918172737064e7a28cfe371ea9a79aefb8c339063 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:10:46 + docker inspect -f . ci-base-image-arm64 15:10:46 . [Pipeline] withDockerContainer 15:10:46 prd-ubuntu18.04-docker-arm64-4c-16g-1106 does not seem to be running inside a container 15:10:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/1 -v /w/workspace/go-mod-registry/1:/w/workspace/go-mod-registry/1:rw,z -v /w/workspace/go-mod-registry/1@tmp:/w/workspace/go-mod-registry/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 15:10:48 $ docker top 0fe9ae10bff65ff73bcd8f9e2c32f534a3ac4efd3c9706db0e2ae51169bbf072 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 15:10:49 + go mod tidy 15:10:56 Running on prd-centos7-docker-4c-2g-1107 in /w/workspace/gexfoundry_go-mod-registry_PR-81 [Pipeline] { [Pipeline] ws 15:10:56 Running in /w/workspace/go-mod-registry/1 [Pipeline] { [Pipeline] checkout 15:10:56 Selected Git installation does not exist. Using Default 15:10:56 The recommended git tool is: NONE 15:10:58 go: downloading github.com/stretchr/testify v1.7.0 15:10:58 go: downloading github.com/hashicorp/consul/api v1.10.0 15:10:58 go: downloading github.com/davecgh/go-spew v1.1.1 15:10:58 go: downloading github.com/pmezard/go-difflib v1.0.0 15:10:58 go: downloading github.com/stretchr/objx v0.1.0 15:10:58 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 15:10:58 go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 15:10:58 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 15:10:58 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 15:10:58 go: downloading github.com/hashicorp/go-hclog v0.12.0 15:10:58 go: downloading github.com/hashicorp/serf v0.9.5 15:10:58 go: downloading github.com/mitchellh/mapstructure v1.1.2 15:10:58 go: downloading github.com/hashicorp/consul/sdk v0.8.0 15:10:59 go: downloading github.com/hashicorp/go-uuid v1.0.1 15:10:59 go: downloading github.com/kr/pretty v0.2.0 15:10:59 go: downloading github.com/mitchellh/go-homedir v1.1.0 15:10:59 go: downloading github.com/pkg/errors v0.8.1 15:10:59 go: downloading github.com/fatih/color v1.9.0 15:11:00 go: downloading github.com/mattn/go-colorable v0.1.6 15:11:00 go: downloading github.com/mattn/go-isatty v0.0.12 15:11:00 go: downloading github.com/mitchellh/go-testing-interface v1.0.0 15:11:00 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 15:11:00 go: downloading github.com/kr/text v0.1.0 15:11:00 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:11:00 go: downloading github.com/hashicorp/go-msgpack v0.5.3 15:11:00 go: downloading github.com/hashicorp/memberlist v0.2.2 15:11:00 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 15:11:00 go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 15:11:00 go: downloading github.com/hashicorp/golang-lru v0.5.0 15:11:01 go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 15:11:01 go: downloading github.com/hashicorp/go-multierror v1.1.0 15:11:01 go: downloading github.com/hashicorp/go-sockaddr v1.0.0 15:11:01 go: downloading github.com/miekg/dns v1.1.26 15:11:01 go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 15:11:01 go: downloading github.com/hashicorp/errwrap v1.0.0 15:11:02 using credential edgex-jenkins-ssh 15:11:02 Cloning the remote Git repository 15:11:02 go: downloading golang.org/x/net v0.0.0-20190923162816-aa69164e4478 15:11:02 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 15:11:02 Cloning repository git@github.com:edgexfoundry/go-mod-registry.git 15:11:02 > git init /w/workspace/go-mod-registry/1 # timeout=10 15:11:02 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 15:11:02 > git --version # timeout=10 15:11:02 > git --version # 'git version 2.24.4' 15:11:02 using GIT_SSH to set credentials SSH Credentials for GitHub 15:11:02 [INFO] Currently running in a labeled security context 15:11:02 [INFO] Currently SELinux is 'enforcing' on the host 15:11:02 > /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-registry/1@tmp/jenkins-gitclient-ssh1048731461430246641.key 15:11:02 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] sh 15:11:04 + make test 15:11:04 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:11:05 Merging remotes/origin/main commit 50935abdea306edce000b8fa07867e7510078a52 into PR head commit c652d1a6fb9d13e2e30cd955c6eeff641c0b22d8 15:11:05 Merge succeeded, producing c652d1a6fb9d13e2e30cd955c6eeff641c0b22d8 15:11:05 Checking out Revision c652d1a6fb9d13e2e30cd955c6eeff641c0b22d8 (PR-81) 15:11:04 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 15:11:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:11:04 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 15:11:04 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 15:11:04 using GIT_SSH to set credentials SSH Credentials for GitHub 15:11:04 [INFO] Currently running in a labeled security context 15:11:04 [INFO] Currently SELinux is 'enforcing' on the host 15:11:04 > /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-registry/1@tmp/jenkins-gitclient-ssh7485314390204355273.key 15:11:04 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/pull/81/head:refs/remotes/origin/PR-81 +refs/heads/main:refs/remotes/origin/main # timeout=10 15:11:05 > git config core.sparsecheckout # timeout=10 15:11:05 > git checkout -f c652d1a6fb9d13e2e30cd955c6eeff641c0b22d8 # timeout=10 15:11:05 > git remote # timeout=10 15:11:05 > git config --get remote.origin.url # timeout=10 15:11:05 using GIT_SSH to set credentials SSH Credentials for GitHub 15:11:05 [INFO] Currently running in a labeled security context 15:11:05 [INFO] Currently SELinux is 'enforcing' on the host 15:11:05 > /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-registry/1@tmp/jenkins-gitclient-ssh6696012642575889793.key 15:11:05 > git merge 50935abdea306edce000b8fa07867e7510078a52 # timeout=10 15:11:05 > git rev-parse HEAD^{commit} # timeout=10 15:11:05 > git config core.sparsecheckout # timeout=10 15:11:05 > git checkout -f c652d1a6fb9d13e2e30cd955c6eeff641c0b22d8 # timeout=10 15:11:09 Commit message: "build(deps): Bump github.com/hashicorp/consul/api from 1.9.1 to 1.10.0" 15:11:09 > git --version # timeout=10 15:11:09 > git --version # 'git version 2.24.4' 15:11:09 fatal: bad object 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 15:11:10 ========================================================= 15:11:10 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 15:11:10 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 15:11:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 15:11:16 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 15:11:16 540db60ca938: Pulling fs layer 15:11:16 adcc1eea9eea: Pulling fs layer 15:11:16 4c4ab2625f07: Pulling fs layer 15:11:16 db62176df00c: Pulling fs layer 15:11:16 3b30891b0d05: Pulling fs layer 15:11:16 06b49ca38bd5: Pulling fs layer 15:11:16 c788192a36de: Pulling fs layer 15:11:16 a77e37c0d609: Pulling fs layer 15:11:16 c3185cebc471: Pulling fs layer 15:11:16 db62176df00c: Waiting 15:11:16 3b30891b0d05: Waiting 15:11:16 06b49ca38bd5: Waiting 15:11:16 c788192a36de: Waiting 15:11:16 a77e37c0d609: Waiting 15:11:16 c3185cebc471: Waiting 15:11:16 4c4ab2625f07: Verifying Checksum 15:11:16 4c4ab2625f07: Download complete 15:11:16 adcc1eea9eea: Verifying Checksum 15:11:16 adcc1eea9eea: Download complete 15:11:16 3b30891b0d05: Verifying Checksum 15:11:16 3b30891b0d05: Download complete 15:11:16 06b49ca38bd5: Verifying Checksum 15:11:16 06b49ca38bd5: Download complete 15:11:16 c788192a36de: Verifying Checksum 15:11:16 c788192a36de: Download complete 15:11:16 540db60ca938: Verifying Checksum 15:11:16 540db60ca938: Download complete 15:11:16 540db60ca938: Pull complete 15:11:16 adcc1eea9eea: Pull complete 15:11:16 4c4ab2625f07: Pull complete 15:11:17 a77e37c0d609: Verifying Checksum 15:11:17 a77e37c0d609: Download complete 15:11:32 c3185cebc471: Download complete 15:11:33 db62176df00c: Download complete 15:11:36 ok github.com/edgexfoundry/go-mod-registry/v2/internal/pkg/consul 2.095s coverage: 83.6% of statements 15:11:36 ? github.com/edgexfoundry/go-mod-registry/v2/pkg/types [no test files] 15:11:36 ok github.com/edgexfoundry/go-mod-registry/v2/registry 0.014s coverage: 85.7% of statements 15:11:36 ? github.com/edgexfoundry/go-mod-registry/v2/registry/mocks [no test files] 15:11:37 db62176df00c: Pull complete 15:11:37 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:11:37 3b30891b0d05: Pull complete 15:11:37 06b49ca38bd5: Pull complete 15:11:37 c788192a36de: Pull complete 15:11:37 a77e37c0d609: Pull complete 15:11:39 c3185cebc471: Pull complete 15:11:39 Digest: sha256:c22a6272cb0662d4dba1bb41e7658fbabc00c875dcca5b7a38fb264b4004f4bd 15:11:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 15:11:39 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] sh 15:11:40 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] sh 15:11:41 + docker inspect -f . ci-base-image-x86_64 15:11:41 . [Pipeline] withDockerContainer 15:11:41 prd-centos7-docker-4c-2g-1107 does not seem to be running inside a container 15:11:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/1 -v /w/workspace/go-mod-registry/1:/w/workspace/go-mod-registry/1:rw,z -v /w/workspace/go-mod-registry/1@tmp:/w/workspace/go-mod-registry/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 15:11:46 $ docker top 7e11a5d2a86e12649c070c203b4e80215822d2b3263854e6a77fe78ab325f523 -eo pid,comm [Pipeline] { [Pipeline] sh 15:11:46 + go version 15:11:46 go version go1.16.6 linux/amd64 [Pipeline] } 15:11:46 $ docker stop --time=1 7e11a5d2a86e12649c070c203b4e80215822d2b3263854e6a77fe78ab325f523 15:11:47 $ docker rm -f 7e11a5d2a86e12649c070c203b4e80215822d2b3263854e6a77fe78ab325f523 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:11:48 + docker inspect -f . ci-base-image-x86_64 15:11:48 . [Pipeline] withDockerContainer 15:11:48 prd-centos7-docker-4c-2g-1107 does not seem to be running inside a container 15:11:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/1 -v /w/workspace/go-mod-registry/1:/w/workspace/go-mod-registry/1:rw,z -v /w/workspace/go-mod-registry/1@tmp:/w/workspace/go-mod-registry/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 15:11:49 $ docker top 8ee6cd02aa48d421b063f017f7f723a68dcc861e8b0f702852661442a62f701c -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 15:11:49 + go mod tidy 15:11:50 go: downloading github.com/stretchr/testify v1.7.0 15:11:50 go: downloading github.com/hashicorp/consul/api v1.10.0 15:11:50 go: downloading github.com/davecgh/go-spew v1.1.1 15:11:50 go: downloading github.com/pmezard/go-difflib v1.0.0 15:11:50 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 15:11:50 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 15:11:50 go: downloading github.com/hashicorp/go-hclog v0.12.0 15:11:50 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 15:11:50 go: downloading github.com/hashicorp/serf v0.9.5 15:11:50 go: downloading github.com/mitchellh/mapstructure v1.1.2 15:11:50 go: downloading github.com/hashicorp/consul/sdk v0.8.0 15:11:50 go: downloading github.com/hashicorp/go-uuid v1.0.1 15:11:50 go: downloading github.com/stretchr/objx v0.1.0 15:11:50 go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 15:11:50 go: downloading github.com/mitchellh/go-homedir v1.1.0 15:11:50 go: downloading github.com/fatih/color v1.9.0 15:11:50 go: downloading github.com/mattn/go-colorable v0.1.6 15:11:50 go: downloading github.com/mattn/go-isatty v0.0.12 15:11:50 go: downloading github.com/pkg/errors v0.8.1 15:11:50 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:11:50 go: downloading github.com/hashicorp/go-msgpack v0.5.3 15:11:50 go: downloading github.com/hashicorp/memberlist v0.2.2 15:11:51 go: downloading github.com/kr/pretty v0.2.0 15:11:51 go: downloading github.com/mitchellh/go-testing-interface v1.0.0 15:11:51 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 15:11:51 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 15:11:51 go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 15:11:51 go: downloading github.com/kr/text v0.1.0 15:11:51 go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 15:11:51 go: downloading github.com/hashicorp/go-multierror v1.1.0 15:11:51 go: downloading github.com/hashicorp/go-sockaddr v1.0.0 15:11:51 go: downloading github.com/miekg/dns v1.1.26 15:11:51 go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 15:11:51 go: downloading github.com/hashicorp/golang-lru v0.5.0 15:11:51 go: downloading github.com/hashicorp/errwrap v1.0.0 15:11:51 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 15:11:51 go: downloading golang.org/x/net v0.0.0-20190923162816-aa69164e4478 [Pipeline] sh 15:11:52 + make test 15:11:52 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:11:59 gofmt -l . 15:11:59 [ "`gofmt -l .`" = "" ] [Pipeline] } 15:11:59 $ docker stop --time=1 0fe9ae10bff65ff73bcd8f9e2c32f534a3ac4efd3c9706db0e2ae51169bbf072 15:12:01 $ docker rm -f 0fe9ae10bff65ff73bcd8f9e2c32f534a3ac4efd3c9706db0e2ae51169bbf072 [Pipeline] // withDockerContainer [Pipeline] sh 15:12:02 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:12:03 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 15:12:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:12:04 15:12:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 15:12:05 ok github.com/edgexfoundry/go-mod-registry/v2/internal/pkg/consul 2.021s coverage: 83.6% of statements 15:12:05 ? github.com/edgexfoundry/go-mod-registry/v2/pkg/types [no test files] 15:12:05 ok github.com/edgexfoundry/go-mod-registry/v2/registry 0.005s coverage: 85.7% of statements 15:12:05 ? github.com/edgexfoundry/go-mod-registry/v2/registry/mocks [no test files] 15:12:05 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:12:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:12:05 arm64: Pulling from edgex-lftools-log-publisher 15:12:05 448f6bf000e3: Pulling fs layer 15:12:05 f757da607395: Pulling fs layer 15:12:05 05883995daec: Pulling fs layer 15:12:05 8603b9c90790: Pulling fs layer 15:12:05 1560dd03e051: Pulling fs layer 15:12:05 27f5ce0e4adf: Pulling fs layer 15:12:05 c2d8d7efcc4b: Pulling fs layer 15:12:05 8603b9c90790: Waiting 15:12:05 27f5ce0e4adf: Waiting 15:12:05 c2d8d7efcc4b: Waiting 15:12:05 1560dd03e051: Waiting 15:12:05 f757da607395: Verifying Checksum 15:12:05 f757da607395: Download complete 15:12:06 8603b9c90790: Verifying Checksum 15:12:06 8603b9c90790: Download complete 15:12:06 1560dd03e051: Verifying Checksum 15:12:06 1560dd03e051: Download complete 15:12:06 27f5ce0e4adf: Verifying Checksum 15:12:06 27f5ce0e4adf: Download complete 15:12:06 05883995daec: Verifying Checksum 15:12:06 05883995daec: Download complete 15:12:06 448f6bf000e3: Verifying Checksum 15:12:06 448f6bf000e3: Download complete 15:12:09 c2d8d7efcc4b: Verifying Checksum 15:12:09 c2d8d7efcc4b: Download complete 15:12:09 gofmt -l . 15:12:09 [ "`gofmt -l .`" = "" ] [Pipeline] } 15:12:09 $ docker stop --time=1 8ee6cd02aa48d421b063f017f7f723a68dcc861e8b0f702852661442a62f701c 15:12:10 448f6bf000e3: Pull complete 15:12:11 f757da607395: Pull complete 15:12:11 $ docker rm -f 8ee6cd02aa48d421b063f017f7f723a68dcc861e8b0f702852661442a62f701c [Pipeline] // withDockerContainer [Pipeline] sh 15:12:12 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:12:12 Warning: overwriting stash ‘coverage-report’ 15:12:12 05883995daec: Pull complete 15:12:12 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] } 15:12:13 8603b9c90790: Pull complete [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 15:12:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:12:13 15:12:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 15:12:14 1560dd03e051: Pull complete 15:12:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:12:14 latest: Pulling from edgex-lftools-log-publisher 15:12:14 b4d181a07f80: Pulling fs layer 15:12:14 a1111a8f2ec3: Pulling fs layer 15:12:14 ed53099fbce6: Pulling fs layer 15:12:14 dc539afda2c1: Pulling fs layer 15:12:14 77bc0d833cb6: Pulling fs layer 15:12:14 9065ff56babe: Pulling fs layer 15:12:14 d287ab97295c: Pulling fs layer 15:12:14 77bc0d833cb6: Waiting 15:12:14 9065ff56babe: Waiting 15:12:14 d287ab97295c: Waiting 15:12:14 dc539afda2c1: Waiting 15:12:14 27f5ce0e4adf: Pull complete 15:12:14 a1111a8f2ec3: Verifying Checksum 15:12:14 a1111a8f2ec3: Download complete 15:12:14 dc539afda2c1: Verifying Checksum 15:12:14 dc539afda2c1: Download complete 15:12:15 77bc0d833cb6: Verifying Checksum 15:12:15 77bc0d833cb6: Download complete 15:12:15 9065ff56babe: Verifying Checksum 15:12:15 9065ff56babe: Download complete 15:12:16 ed53099fbce6: Verifying Checksum 15:12:16 ed53099fbce6: Download complete 15:12:19 b4d181a07f80: Verifying Checksum 15:12:19 b4d181a07f80: Download complete 15:12:20 b4d181a07f80: Pull complete 15:12:20 a1111a8f2ec3: Pull complete 15:12:20 ed53099fbce6: Pull complete 15:12:20 dc539afda2c1: Pull complete 15:12:21 77bc0d833cb6: Pull complete 15:12:21 9065ff56babe: Pull complete 15:12:29 c2d8d7efcc4b: Pull complete 15:12:29 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 15:12:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:12:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 15:12:29 prd-ubuntu18.04-docker-arm64-4c-16g-1106 does not seem to be running inside a container 15:12:29 $ 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-registry/1 -v /w/workspace/go-mod-registry/1:/w/workspace/go-mod-registry/1:rw,z -v /w/workspace/go-mod-registry/1@tmp:/w/workspace/go-mod-registry/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 15:12:33 $ docker top 7155dca75f7056c5614f5d36c57aa056551c6f763644b7092edddfade511af8c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:12:35 ---> job-cost.sh 15:12:35 lf-activate-venv: SKIPPING 15:12:35 INFO: No Stack... 15:12:35 INFO: Retrieving Pricing Info for: v3-standard-4 15:12:36 INFO: Archiving Costs [Pipeline] sh 15:12:37 + cat /w/workspace/go-mod-registry/1/archives/cost.csv 15:12:37 + cut -d, -f6 [Pipeline] lock 15:12:37 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-registry-PR-81-1-stack-cost] 15:12:37 Resource [jenkins-edgexfoundry-go-mod-registry-PR-81-1-stack-cost] did not exist. Created. 15:12:37 Lock acquired on [jenkins-edgexfoundry-go-mod-registry-PR-81-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:12:38 + echo total: 0.10999999940395355 [Pipeline] stash 15:12:38 Stashed 1 file(s) [Pipeline] } 15:12:38 Lock released on resource [jenkins-edgexfoundry-go-mod-registry-PR-81-1-stack-cost] [Pipeline] // lock [Pipeline] } 15:12:38 $ docker stop --time=1 7155dca75f7056c5614f5d36c57aa056551c6f763644b7092edddfade511af8c 15:12:39 d287ab97295c: Verifying Checksum 15:12:39 d287ab97295c: Download complete 15:12:40 $ docker rm -f 7155dca75f7056c5614f5d36c57aa056551c6f763644b7092edddfade511af8c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 15:12:43 d287ab97295c: Pull complete 15:12:43 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 15:12:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:12:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 15:12:44 prd-centos7-docker-4c-2g-1107 does not seem to be running inside a container 15:12:44 $ 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-registry/1 -v /w/workspace/go-mod-registry/1:/w/workspace/go-mod-registry/1:rw,z -v /w/workspace/go-mod-registry/1@tmp:/w/workspace/go-mod-registry/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 15:12:46 $ docker top 5e22c84265addb01922cc48d2daf1674281dcb15ce6de0636498ac1293987ed5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:12:47 ---> job-cost.sh 15:12:47 lf-activate-venv: SKIPPING 15:12:47 INFO: No Stack... 15:12:48 INFO: Retrieving Pricing Info for: v3-standard-2 15:12:48 INFO: Archiving Costs [Pipeline] sh 15:12:48 + cat /w/workspace/go-mod-registry/1/archives/cost.csv 15:12:48 + cut -d, -f6 [Pipeline] lock 15:12:48 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-registry-PR-81-1-stack-cost] 15:12:48 Resource [jenkins-edgexfoundry-go-mod-registry-PR-81-1-stack-cost] did not exist. Created. 15:12:48 Lock acquired on [jenkins-edgexfoundry-go-mod-registry-PR-81-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:12:49 /w/workspace/go-mod-registry/1@tmp/durable-1d5496a5/script.sh: 1: /w/workspace/go-mod-registry/1@tmp/durable-1d5496a5/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 15:12:49 + echo total: 0.05999999865889549 [Pipeline] stash 15:12:49 Warning: overwriting stash ‘stack-cost’ 15:12:49 Stashed 1 file(s) [Pipeline] } 15:12:49 Lock released on resource [jenkins-edgexfoundry-go-mod-registry-PR-81-1-stack-cost] [Pipeline] // lock [Pipeline] } 15:12:49 $ docker stop --time=1 5e22c84265addb01922cc48d2daf1674281dcb15ce6de0636498ac1293987ed5 15:12:51 $ docker rm -f 5e22c84265addb01922cc48d2daf1674281dcb15ce6de0636498ac1293987ed5 [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 15:12:52 provisioning config files... 15:12:52 copy managed file [go-mod-registry-codecov-token] to file:/w/workspace/gexfoundry_go-mod-registry_PR-81@tmp/config1359725985524915502tmp [Pipeline] { [Pipeline] sh 15:12:52 + set +x 15:12:52 + bash -s -- 15:12:52 + curl -s https://codecov.io/bash 15:12:52 15:12:52 _____ _ 15:12:52 / ____| | | 15:12:52 | | ___ __| | ___ ___ _____ __ 15:12:52 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:12:52 | |___| (_) | (_| | __/ (_| (_) \ V / 15:12:52 \_____\___/ \__,_|\___|\___\___/ \_/ 15:12:52 Bash-1.0.6 15:12:52 15:12:52 15:12:52 ==> git version 2.24.4 found 15:12:52 ==> 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 15:12:52 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 15:12:52 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 15:12:52 ==> Jenkins CI detected. 15:12:52 current dir:  /w/workspace/gexfoundry_go-mod-registry_PR-81 15:12:52 project root: . 15:12:52 --> token set from env 15:12:53 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:12:53 ==> Running gcov in . (disable via -X gcov) 15:12:53 ==> Python coveragepy not found 15:12:53 ==> Searching for coverage reports in: 15:12:53 + . 15:12:53 -> Found 1 reports 15:12:53 ==> Detecting git/mercurial file structure 15:12:53 ==> Reading reports 15:12:53 + ./coverage.out bytes=10197 15:12:53 ==> Appending adjustments 15:12:53 https://docs.codecov.io/docs/fixing-reports 15:12:53 + Found adjustments 15:12:53 ==> Gzipping contents 15:12:53 4.0K /tmp/codecov.NDdHBM.gz 15:12:53 ==> Uploading reports 15:12:53 url: https://codecov.io 15:12:53 query: branch=PR-81&commit=c652d1a6fb9d13e2e30cd955c6eeff641c0b22d8&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-registry%2Fjob%2FPR-81%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-registry&service=jenkins&flags=&pr=81&job=&cmd_args= 15:12:53 -> Pinging Codecov 15:12:53 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=9ee36580-b4eb-4db0-b4c8-29f84f7b3278&branch=PR-81&commit=c652d1a6fb9d13e2e30cd955c6eeff641c0b22d8&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-registry%2Fjob%2FPR-81%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-registry&service=jenkins&flags=&pr=81&job=&cmd_args= 15:12:53 -> Uploading to 15:12:53 https://storage.googleapis.com/codecov/v4/raw/2021-08-30/05B643FFA8DEACB6C25F95B2D4D12284/c652d1a6fb9d13e2e30cd955c6eeff641c0b22d8/46a19a12-0281-46a7-8dcb-640316eb4db9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210830%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210830T151253Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d53507a503cbbf1a4b2cee68d28a483611146f0776ededf94e518b662b5b84e7 15:12:53 % Total % Received % Xferd Average Speed Time Time Time Current 15:12:53 Dload Upload Total Spent Left Speed 15:12:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1965 0 0 100 1965 0 5503 --:--:-- --:--:-- --:--:-- 5504 15:12:53 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-registry/commit/c652d1a6fb9d13e2e30cd955c6eeff641c0b22d8 [Pipeline] } 15:12:53 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 15:12:56 + '[' -d /w/workspace/gexfoundry_go-mod-registry_PR-81/archives ']' [Pipeline] libraryResource [Pipeline] sh 15:12:56 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:12:57 ---> package-listing.sh 15:12:57 ++ tr '[:upper:]' '[:lower:]' 15:12:57 ++ facter osfamily 15:12:57 + OS_FAMILY=redhat 15:12:57 + workspace=/w/workspace/gexfoundry_go-mod-registry_PR-81 15:12:57 + START_PACKAGES=/tmp/packages_start.txt 15:12:57 + END_PACKAGES=/tmp/packages_end.txt 15:12:57 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:12:57 + PACKAGES=/tmp/packages_start.txt 15:12:57 + '[' /w/workspace/gexfoundry_go-mod-registry_PR-81 ']' 15:12:57 + PACKAGES=/tmp/packages_end.txt 15:12:57 + case "${OS_FAMILY}" in 15:12:57 + rpm -qa 15:12:57 + sort 15:12:58 + '[' -f /tmp/packages_start.txt ']' 15:12:58 + '[' -f /tmp/packages_end.txt ']' 15:12:58 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:12:58 + '[' /w/workspace/gexfoundry_go-mod-registry_PR-81 ']' 15:12:58 + mkdir -p /w/workspace/gexfoundry_go-mod-registry_PR-81/archives/ 15:12:58 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-registry_PR-81/archives/ [Pipeline] echo 15:12:58 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/gexfoundry_go-mod-registry_PR-81/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:12:58 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:12:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:12:59 15:12:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 15:12:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:12:59 latest: Pulling from edgex-lftools-log-publisher 15:12:59 b4d181a07f80: Pulling fs layer 15:12:59 a1111a8f2ec3: Pulling fs layer 15:12:59 ed53099fbce6: Pulling fs layer 15:12:59 dc539afda2c1: Pulling fs layer 15:12:59 77bc0d833cb6: Pulling fs layer 15:12:59 9065ff56babe: Pulling fs layer 15:12:59 d287ab97295c: Pulling fs layer 15:12:59 77bc0d833cb6: Waiting 15:12:59 9065ff56babe: Waiting 15:12:59 d287ab97295c: Waiting 15:12:59 dc539afda2c1: Waiting 15:13:00 a1111a8f2ec3: Verifying Checksum 15:13:00 a1111a8f2ec3: Download complete 15:13:00 dc539afda2c1: Verifying Checksum 15:13:00 dc539afda2c1: Download complete 15:13:00 77bc0d833cb6: Verifying Checksum 15:13:00 77bc0d833cb6: Download complete 15:13:00 9065ff56babe: Verifying Checksum 15:13:00 9065ff56babe: Download complete 15:13:00 ed53099fbce6: Verifying Checksum 15:13:00 ed53099fbce6: Download complete 15:13:01 b4d181a07f80: Verifying Checksum 15:13:01 b4d181a07f80: Download complete 15:13:02 b4d181a07f80: Pull complete 15:13:02 a1111a8f2ec3: Pull complete 15:13:03 ed53099fbce6: Pull complete 15:13:03 dc539afda2c1: Pull complete 15:13:03 77bc0d833cb6: Pull complete 15:13:03 9065ff56babe: Pull complete 15:13:04 d287ab97295c: Verifying Checksum 15:13:04 d287ab97295c: Download complete 15:13:09 d287ab97295c: Pull complete 15:13:09 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 15:13:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:13:09 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 15:13:09 prd-centos7-docker-4c-2g-1105 does not seem to be running inside a container 15:13:09 $ 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/gexfoundry_go-mod-registry_PR-81/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_go-mod-registry_PR-81 -v /w/workspace/gexfoundry_go-mod-registry_PR-81:/w/workspace/gexfoundry_go-mod-registry_PR-81:rw,z -v /w/workspace/gexfoundry_go-mod-registry_PR-81@tmp:/w/workspace/gexfoundry_go-mod-registry_PR-81@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 15:13:11 $ docker top 5de8a662ac8b2852d962f630879ae1546fcb7a8de0ee267ba768d621b665e4c7 -eo pid,comm [Pipeline] { [Pipeline] sh 15:13:12 + touch /tmp/pre-build-complete [Pipeline] sh 15:13:12 + mkdir -p /var/log/sysstat [Pipeline] sh 15:13:12 + ls /var/log/sa-host 15:13:12 + sadf -c /var/log/sa-host/sa05 15:13:12 file_magic: OK 15:13:12 HZ: Using current value: 100 15:13:12 file_header: OK 15:13:12 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 15:13:12 Statistics: 15:13:12 Hnuu...uuuununununu...Hnuu...uuuununununu... 15:13:12 File successfully converted to sysstat format version 12.0.3 15:13:12 + sadf -c /var/log/sa-host/sa30 15:13:12 file_magic: OK 15:13:12 HZ: Using current value: 100 15:13:12 file_header: OK 15:13:12 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 15:13:12 Statistics: 15:13:12 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:13:12 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:13:13 provisioning config files... 15:13:13 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-registry_PR-81@tmp/config2831372404649627426tmp [Pipeline] { [Pipeline] echo 15:13:13 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:13:13 ---> create-netrc.sh [Pipeline] } 15:13:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 15:13:14 ---> python-tools-install.sh [Pipeline] echo 15:13:14 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:13:14 ---> sudo-logs.sh 15:13:14 Archiving 'sudo' log.. 15:13:14 sudo: unable to resolve host prd-centos7-docker-4c-2g-1105.vexxhost.local: Name or service not known 15:13:14 sudo: unable to resolve host prd-centos7-docker-4c-2g-1105.vexxhost.local: Name or service not known [Pipeline] unstash [Pipeline] echo 15:13:14 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:13:15 ---> job-cost.sh 15:13:15 lf-activate-venv: SKIPPING 15:13:15 DEBUG: total: 0.05999999865889549 15:13:15 INFO: Retrieving Stack Cost... 15:13:16 INFO: Retrieving Pricing Info for: v3-standard-2 15:13:16 INFO: Archiving Costs [Pipeline] echo 15:13:16 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:13:17 ---> logs-deploy.sh 15:13:17 lf-activate-venv: SKIPPING 15:13:17 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-registry/PR-81/1 15:13:17 INFO: archiving workspace using pattern(s): 15:13:17 Archives upload complete. 15:13:17 INFO: archiving logs to Nexus 15:13:18 ---> uname -a: 15:13:18 Linux prd-centos7-docker-4c-2g-1105.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 15:13:18 15:13:18 15:13:18 ---> lscpu: 15:13:18 Architecture: x86_64 15:13:18 CPU op-mode(s): 32-bit, 64-bit 15:13:18 Byte Order: Little Endian 15:13:18 Address sizes: 40 bits physical, 48 bits virtual 15:13:18 CPU(s): 2 15:13:18 On-line CPU(s) list: 0,1 15:13:18 Thread(s) per core: 1 15:13:18 Core(s) per socket: 1 15:13:18 Socket(s): 2 15:13:18 NUMA node(s): 1 15:13:18 Vendor ID: AuthenticAMD 15:13:18 CPU family: 23 15:13:18 Model: 49 15:13:18 Model name: AMD EPYC-Rome Processor 15:13:18 Stepping: 0 15:13:18 CPU MHz: 2799.998 15:13:18 BogoMIPS: 5599.99 15:13:18 Virtualization: AMD-V 15:13:18 Hypervisor vendor: KVM 15:13:18 Virtualization type: full 15:13:18 L1d cache: 32K 15:13:18 L1i cache: 32K 15:13:18 L2 cache: 512K 15:13:18 L3 cache: 16384K 15:13:18 NUMA node0 CPU(s): 0,1 15:13:18 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 15:13:18 15:13:18 15:13:18 ---> nproc: 15:13:18 2 15:13:18 15:13:18 15:13:18 ---> df -h: 15:13:18 Filesystem Size Used Avail Use% Mounted on 15:13:18 overlay 40G 7.7G 33G 20% / 15:13:18 tmpfs 64M 0 64M 0% /dev 15:13:18 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 15:13:18 shm 64M 0 64M 0% /dev/shm 15:13:18 /dev/vda1 40G 7.7G 33G 20% /facter-os 15:13:18 15:13:18 15:13:18 ---> sar -b -r -n DEV: 15:13:18 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 08/30/21 _x86_64_ (2 CPU) 15:13:18 15:13:18 15:06:35 LINUX RESTART (2 CPU) 15:13:18 15:13:18 15:07:01 tps rtps wtps bread/s bwrtn/s 15:13:18 15:08:01 95.00 7.06 87.95 3681.25 3996.80 15:13:18 15:09:02 1.80 0.00 1.80 0.00 34.38 15:13:18 15:10:01 0.27 0.00 0.27 0.00 2.93 15:13:18 15:11:01 0.27 0.00 0.27 0.00 3.88 15:13:18 15:12:01 0.28 0.00 0.28 0.00 3.00 15:13:18 15:13:01 0.83 0.13 0.70 13.73 8.76 15:13:18 Average: 16.46 1.20 15.26 617.78 677.09 15:13:18 15:13:18 15:07:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:13:18 15:08:01 5462816 0 812076 10.14 2620 1731428 1304304 14.40 583364 1562556 128 15:13:18 15:09:02 5477648 0 797232 9.95 2620 1731440 1207000 13.33 571596 1562520 8 15:13:18 15:10:01 5476364 0 798516 9.97 2620 1731440 1207240 13.33 575504 1559888 8 15:13:18 15:11:01 5474608 0 800264 9.99 2620 1731448 1207252 13.33 576900 1559888 16 15:13:18 15:12:01 5476372 0 798496 9.97 2620 1731452 1207000 13.33 568700 1566728 16 15:13:18 15:13:01 5382504 0 838448 10.47 2620 1785368 1389000 15.34 729044 1496520 53504 15:13:18 Average: 5458385 0 807505 10.08 2620 1740429 1253633 13.84 600851 1551350 8947 15:13:18 15:13:18 15:07:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:13:18 15:08:01 eth0 524.49 307.64 969.67 77.29 0.00 0.00 0.00 0.00 15:13:18 15:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:13:18 15:08:01 docker0 1.38 1.25 0.39 2.59 0.00 0.00 0.00 0.00 15:13:18 15:09:02 eth0 0.73 0.08 0.06 0.03 0.00 0.00 0.00 0.00 15:13:18 15:09:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:13:18 15:09:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:13:18 15:10:01 eth0 1.10 0.59 0.55 0.34 0.00 0.00 0.00 0.00 15:13:18 15:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:13:18 15:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:13:18 15:11:01 eth0 1.03 0.37 0.32 0.23 0.00 0.00 0.00 0.00 15:13:18 15:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:13:18 15:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:13:18 15:12:01 eth0 0.10 0.10 0.01 0.04 0.00 0.00 0.00 0.00 15:13:18 15:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:13:18 15:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:13:18 15:13:01 eth0 161.10 109.71 918.79 12.21 0.00 0.00 0.00 0.00 15:13:18 15:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:13:18 15:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:13:18 Average: eth0 115.11 69.96 315.82 15.07 0.00 0.00 0.00 0.00 15:13:18 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:13:18 Average: docker0 0.23 0.21 0.07 0.43 0.00 0.00 0.00 0.00 15:13:18 15:13:18 15:13:18 ---> sar -P ALL: 15:13:18 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 08/30/21 _x86_64_ (2 CPU) 15:13:18 15:13:18 15:06:35 LINUX RESTART (2 CPU) 15:13:18 15:13:18 15:07:01 CPU %user %nice %system %iowait %steal %idle 15:13:18 15:08:01 all 10.14 0.00 2.99 2.10 0.05 84.72 15:13:18 15:08:01 0 9.34 0.00 3.30 1.35 0.05 85.96 15:13:18 15:08:01 1 10.93 0.00 2.69 2.86 0.05 83.48 15:13:18 15:09:02 all 0.22 0.00 0.07 0.00 0.02 99.70 15:13:18 15:09:02 0 0.08 0.00 0.07 0.00 0.02 99.83 15:13:18 15:09:02 1 0.35 0.00 0.07 0.00 0.02 99.57 15:13:18 15:10:01 all 0.09 0.00 0.08 0.00 0.02 99.81 15:13:18 15:10:01 0 0.08 0.00 0.07 0.00 0.02 99.83 15:13:18 15:10:01 1 0.10 0.00 0.09 0.00 0.02 99.80 15:13:18 15:11:01 all 0.17 0.00 0.05 0.00 0.03 99.76 15:13:18 15:11:01 0 0.05 0.00 0.05 0.00 0.02 99.88 15:13:18 15:11:01 1 0.28 0.00 0.05 0.00 0.03 99.63 15:13:18 15:12:01 all 0.22 0.00 0.04 0.00 0.01 99.73 15:13:18 15:12:01 0 0.08 0.00 0.05 0.00 0.02 99.85 15:13:18 15:12:01 1 0.35 0.00 0.03 0.00 0.00 99.62 15:13:18 15:13:01 all 2.02 0.00 0.71 0.03 0.03 97.22 15:13:18 15:13:01 0 1.31 0.00 0.77 0.05 0.03 97.83 15:13:18 15:13:01 1 2.74 0.00 0.64 0.00 0.02 96.61 15:13:18 Average: all 2.12 0.00 0.65 0.35 0.02 96.86 15:13:18 Average: 0 1.80 0.00 0.71 0.23 0.03 97.23 15:13:18 Average: 1 2.43 0.00 0.59 0.47 0.02 96.49 15:13:18 15:13:18 15:13:18