Pull request #651 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from e2f5233bcdabedf9add171cb3cf618e8de7cdcdb+490a96143ed88d263d0e9894a43bf3751025c41b (a1cc31a5c637b778c0a3dcfd61af8d85b673712e) 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-ssh2262643943071229135.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision db16f8292de5a0132d944c4e76ede2ca4f84da27 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh2493581443114353072.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision db16f8292de5a0132d944c4e76ede2ca4f84da27 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-core-contracts/branches/PR-651/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-651/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh8041368206539471176.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-651/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh4191785141899262098.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision db16f8292de5a0132d944c4e76ede2ca4f84da27 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f db16f8292de5a0132d944c4e76ede2ca4f84da27 # timeout=10 Commit message: "Merge pull request #343 from ernestojeda/pipeline-optimizations" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh7983047704559256565.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-core-contracts/branches/PR-651/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-651/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh7440657192226984237.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 98bb157299c17168c94e81a7dba3d05dc38b0f72 # timeout=10 Commit message: "Docs: Add example Jenkinsfile to documentation" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object db16f8292de5a0132d944c4e76ede2ca4f84da27 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-2785’ is offline Running on prd-centos7-docker-4c-2g-3296 in /w/workspace/dry_go-mod-core-contracts_PR-651 [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-651 # 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-651@tmp/jenkins-gitclient-ssh4194807953469086234.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 490a96143ed88d263d0e9894a43bf3751025c41b into PR head commit e2f5233bcdabedf9add171cb3cf618e8de7cdcdb Merge succeeded, producing e2f5233bcdabedf9add171cb3cf618e8de7cdcdb Checking out Revision e2f5233bcdabedf9add171cb3cf618e8de7cdcdb (PR-651) > 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-651@tmp/jenkins-gitclient-ssh2183430595237522028.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/651/head:refs/remotes/origin/PR-651 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e2f5233bcdabedf9add171cb3cf618e8de7cdcdb # 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-651@tmp/jenkins-gitclient-ssh5921251453362895943.key > git merge 490a96143ed88d263d0e9894a43bf3751025c41b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e2f5233bcdabedf9add171cb3cf618e8de7cdcdb # timeout=10 Commit message: "build(deps): bump github.com/google/uuid from 1.2.0 to 1.3.0" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object db16f8292de5a0132d944c4e76ede2ca4f84da27 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:05:49 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:05:50 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:05:50 ========================================================= 21:05:50 EdgeX Global Pipelines Version Info 21:05:50 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:05:51 ------------------- 21:05:51 stable info: 21:05:51 ------------------- 21:05:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:05:51 Commit SHA: db16f8292de5a0132d944c4e76ede2ca4f84da27 21:05:51 Message: update stable to v1.0.197 21:05:52 ------------------- 21:05:52 experimental info: 21:05:52 ------------------- 21:05:52 Commited By: **** collab-it+edgex@linuxfoundation.org 21:05:52 Commit SHA: db16f8292de5a0132d944c4e76ede2ca4f84da27 21:05:52 Message: update experimental to v1.0.197 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:05:52 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 21:05:52 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 21:05:52 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:05:52 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:05:52 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:05:53 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 21:05:53 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:05:53 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 21:05:53 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:05:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:05:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:05:53 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-core-contracts [Pipeline] echo 21:05:53 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:05:53 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:05:53 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 21:05:53 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 21:05:53 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:05:53 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:05:53 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:05:53 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:05:53 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 21:05:53 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 21:05:54 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 21:05:54 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 21:05:54 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 21:05:54 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:05:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-651 [Pipeline] echo 21:05:54 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-651 [Pipeline] echo 21:05:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-651 [Pipeline] echo 21:05:54 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e2f5233bcdabedf9add171cb3cf618e8de7cdcdb [Pipeline] echo 21:05:54 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e2f5233 [Pipeline] echo 21:05:54 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:05:55 + git log --format=format:%s -1 e2f5233bcdabedf9add171cb3cf618e8de7cdcdb [Pipeline] echo 21:05:55 GIT_COMMIT: e2f5233bcdabedf9add171cb3cf618e8de7cdcdb, Commit Message: build(deps): bump github.com/google/uuid from 1.2.0 to 1.3.0 [Pipeline] echo 21:05:55 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 21:05:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:05:56 21:05:56 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:05:57 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:05:57 latest: Pulling from edgex-devops/git-semver 21:05:57 31603596830f: Pulling fs layer 21:05:57 b6dc333f4379: Pulling fs layer 21:05:57 3d9ef1400e77: Pulling fs layer 21:05:57 fd332fbdc1db: Pulling fs layer 21:05:57 fd332fbdc1db: Waiting 21:05:57 b6dc333f4379: Verifying Checksum 21:05:57 b6dc333f4379: Download complete 21:05:57 31603596830f: Verifying Checksum 21:05:57 31603596830f: Download complete 21:05:58 fd332fbdc1db: Verifying Checksum 21:05:58 fd332fbdc1db: Download complete 21:05:58 31603596830f: Pull complete 21:05:58 b6dc333f4379: Pull complete 21:05:58 3d9ef1400e77: Verifying Checksum 21:05:58 3d9ef1400e77: Download complete 21:05:58 3d9ef1400e77: Pull complete 21:05:58 fd332fbdc1db: Pull complete 21:05:58 Digest: sha256:db6b30291b918ea2df8875cce3ed97fb48fa491dcbf862453db6614bc0bd4782 21:05:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:05:58 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:05:59 prd-centos7-docker-4c-2g-3296 does not seem to be running inside a container 21:05:59 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-651 -v /w/workspace/dry_go-mod-core-contracts_PR-651:/w/workspace/dry_go-mod-core-contracts_PR-651:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-651@tmp:/w/workspace/dry_go-mod-core-contracts_PR-651@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:05:59 $ docker top 29be8fd8752e01ab27c2ac38b0a1a13044a01616311e420e3954d00964a2079e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:06:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:06:00 [ssh-agent] Looking for ssh-agent implementation... 21:06:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:06:00 $ docker exec 29be8fd8752e01ab27c2ac38b0a1a13044a01616311e420e3954d00964a2079e ssh-agent 21:06:00 SSH_AUTH_SOCK=/tmp/ssh-o92BsQJvicT1/agent.14 21:06:00 SSH_AGENT_PID=20 21:06:00 Running ssh-add (command line suppressed) 21:06:00 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-651@tmp/private_key_5753231033013847051.key (/w/workspace/dry_go-mod-core-contracts_PR-651@tmp/private_key_5753231033013847051.key) 21:06:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:06:00 + git tag --points-at HEAD [Pipeline] } 21:06:00 $ docker exec --env ******** --env ******** 29be8fd8752e01ab27c2ac38b0a1a13044a01616311e420e3954d00964a2079e ssh-agent -k 21:06:00 unset SSH_AUTH_SOCK; 21:06:00 unset SSH_AGENT_PID; 21:06:00 echo Agent pid 20 killed; 21:06:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:06:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:06:00 [ssh-agent] Looking for ssh-agent implementation... 21:06:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:06:01 $ docker exec 29be8fd8752e01ab27c2ac38b0a1a13044a01616311e420e3954d00964a2079e ssh-agent 21:06:01 SSH_AUTH_SOCK=/tmp/ssh-VcX0yBHlTQRH/agent.53 21:06:01 SSH_AGENT_PID=59 21:06:01 Running ssh-add (command line suppressed) 21:06:01 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-651@tmp/private_key_5755172463706689087.key (/w/workspace/dry_go-mod-core-contracts_PR-651@tmp/private_key_5755172463706689087.key) 21:06:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:06:01 + git semver init 21:06:01 # -> Open(): unable to determine branch for HEAD 21:06:01 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-651/.git 21:06:01 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-651 21:06:01 # $SEMVER_REMOTE_NAME = origin 21:06:01 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:06:01 # $SEMVER_USER_NAME = edgex-jenkins 21:06:01 # $SEMVER_BRANCH = PR-651 21:06:01 # $SEMVER_TEMP = /tmp/semver-003358525 21:06:01 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 21:06:02 # '/tmp/semver-003358525' -> '/w/workspace/dry_go-mod-core-contracts_PR-651/.semver' 21:06:02 # -> Force: false 21:06:02 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-651/.semver [Pipeline] } 21:06:02 $ docker exec --env ******** --env ******** 29be8fd8752e01ab27c2ac38b0a1a13044a01616311e420e3954d00964a2079e ssh-agent -k 21:06:02 unset SSH_AUTH_SOCK; 21:06:02 unset SSH_AGENT_PID; 21:06:02 echo Agent pid 59 killed; 21:06:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:06:03 + git semver [Pipeline] } 21:06:03 $ docker stop --time=1 29be8fd8752e01ab27c2ac38b0a1a13044a01616311e420e3954d00964a2079e 21:06:04 $ docker rm -f 29be8fd8752e01ab27c2ac38b0a1a13044a01616311e420e3954d00964a2079e [Pipeline] // withDockerContainer [Pipeline] sh 21:06:05 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:06:05 Stashed 1 file(s) [Pipeline] echo 21:06:05 [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:06:21 Still waiting to schedule task 21:06:21 Waiting for next available executor on ‘centos7-docker-4c-2g’ 21:06:21 Still waiting to schedule task 21:06:21 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 21:08:29 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3297 in /w/workspace/dry_go-mod-core-contracts_PR-651 [Pipeline] { [Pipeline] ws 21:08:30 Running in /w/workspace/go-mod-core-contracts/1 [Pipeline] { [Pipeline] checkout 21:08:30 Selected Git installation does not exist. Using Default 21:08:30 The recommended git tool is: NONE 21:08:35 using credential edgex-jenkins-ssh 21:08:35 Cloning the remote Git repository 21:08:35 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 21:08:35 > git init /w/workspace/go-mod-core-contracts/1 # timeout=10 21:08:36 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 21:08:36 > git --version # timeout=10 21:08:36 > git --version # 'git version 2.17.1' 21:08:36 using GIT_SSH to set credentials SSH Credentials for GitHub 21:08:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:08:37 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 21:08:37 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:08:37 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 21:08:37 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 21:08:37 using GIT_SSH to set credentials SSH Credentials for GitHub 21:08:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/651/head:refs/remotes/origin/PR-651 +refs/heads/main:refs/remotes/origin/main # timeout=10 21:08:38 Merging remotes/origin/main commit 490a96143ed88d263d0e9894a43bf3751025c41b into PR head commit e2f5233bcdabedf9add171cb3cf618e8de7cdcdb 21:08:38 Merge succeeded, producing e2f5233bcdabedf9add171cb3cf618e8de7cdcdb 21:08:38 Checking out Revision e2f5233bcdabedf9add171cb3cf618e8de7cdcdb (PR-651) 21:08:38 > git config core.sparsecheckout # timeout=10 21:08:38 > git checkout -f e2f5233bcdabedf9add171cb3cf618e8de7cdcdb # timeout=10 21:08:38 > git remote # timeout=10 21:08:38 > git config --get remote.origin.url # timeout=10 21:08:38 using GIT_SSH to set credentials SSH Credentials for GitHub 21:08:38 > git merge 490a96143ed88d263d0e9894a43bf3751025c41b # timeout=10 21:08:38 > git rev-parse HEAD^{commit} # timeout=10 21:08:38 > git config core.sparsecheckout # timeout=10 21:08:38 > git checkout -f e2f5233bcdabedf9add171cb3cf618e8de7cdcdb # timeout=10 21:08:42 Commit message: "build(deps): bump github.com/google/uuid from 1.2.0 to 1.3.0" 21:08:42 > git --version # timeout=10 21:08:42 > git --version # 'git version 2.17.1' 21:08:42 fatal: bad object db16f8292de5a0132d944c4e76ede2ca4f84da27 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 21:08:44 ========================================================= 21:08:44 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 21:08:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:08:44 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 21:08:46 Sending build context to Docker daemon 2.913MB 21:08:46 Step 1/7 : ARG BASE=golang:1.16-alpine 21:08:46 Step 2/7 : FROM ${BASE} 21:08:46 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:08:46 595b0fe564bb: Pulling fs layer 21:08:46 24495759ef45: Pulling fs layer 21:08:46 d148012ef14d: Pulling fs layer 21:08:46 cb65c68fc2e2: Pulling fs layer 21:08:46 093eec477d81: Pulling fs layer 21:08:46 a6d5b2bbb924: Pulling fs layer 21:08:46 2446dc1eb7d3: Pulling fs layer 21:08:46 596795e73e0f: Pulling fs layer 21:08:46 cb65c68fc2e2: Waiting 21:08:46 093eec477d81: Waiting 21:08:46 a6d5b2bbb924: Waiting 21:08:46 2446dc1eb7d3: Waiting 21:08:46 596795e73e0f: Waiting 21:08:46 d148012ef14d: Download complete 21:08:46 24495759ef45: Verifying Checksum 21:08:46 24495759ef45: Download complete 21:08:47 093eec477d81: Verifying Checksum 21:08:47 093eec477d81: Download complete 21:08:47 a6d5b2bbb924: Verifying Checksum 21:08:47 a6d5b2bbb924: Download complete 21:08:47 2446dc1eb7d3: Download complete 21:08:47 595b0fe564bb: Download complete 21:08:47 595b0fe564bb: Pull complete 21:08:48 24495759ef45: Pull complete 21:08:48 d148012ef14d: Pull complete 21:08:50 596795e73e0f: Verifying Checksum 21:08:50 596795e73e0f: Download complete 21:08:51 cb65c68fc2e2: Verifying Checksum 21:08:51 cb65c68fc2e2: Download complete 21:09:01 cb65c68fc2e2: Pull complete 21:09:01 093eec477d81: Pull complete 21:09:01 a6d5b2bbb924: Pull complete 21:09:02 2446dc1eb7d3: Pull complete 21:09:06 596795e73e0f: Pull complete 21:09:06 Digest: sha256:8fdc37217a1dd7593ea05f088b02ef5bfb3cd8d6ab6705c4f2c080891875b7a0 21:09:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 21:09:06 ---> d9e956139c92 21:09:06 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:09:08 ---> Running in 0915f99b848b 21:09:09 Removing intermediate container 0915f99b848b 21:09:09 ---> 993f9d058acb 21:09:09 Step 4/7 : RUN apk add bash 21:09:09 ---> Running in 621c775eefad 21:09:11 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 21:09:11 Running on prd-centos7-docker-4c-2g-3298 in /w/workspace/dry_go-mod-core-contracts_PR-651 [Pipeline] { [Pipeline] ws 21:09:11 Running in /w/workspace/go-mod-core-contracts/1 [Pipeline] { [Pipeline] checkout 21:09:11 Selected Git installation does not exist. Using Default 21:09:11 The recommended git tool is: NONE 21:09:12 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 21:09:13 OK: 138 MiB in 40 packages 21:09:14 Removing intermediate container 621c775eefad 21:09:14 ---> 92804f9cc3ca 21:09:14 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 21:09:14 ---> Running in cf200d5ea971 21:09:15 using credential edgex-jenkins-ssh 21:09:15 Cloning the remote Git repository 21:09:15 Removing intermediate container cf200d5ea971 21:09:15 ---> d58ea7effcf7 21:09:15 Step 6/7 : COPY go.mod . 21:09:15 ---> 585823f3a152 21:09:15 Step 7/7 : RUN go mod download 21:09:16 ---> Running in f24c7fdcdd5b 21:09:15 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 21:09:15 > git init /w/workspace/go-mod-core-contracts/1 # timeout=10 21:09:15 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 21:09:15 > git --version # timeout=10 21:09:15 > git --version # 'git version 2.24.4' 21:09:15 using GIT_SSH to set credentials SSH Credentials for GitHub 21:09:15 [INFO] Currently running in a labeled security context 21:09:15 [INFO] Currently SELinux is 'enforcing' on the host 21:09:15 > /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-core-contracts/1@tmp/jenkins-gitclient-ssh5954062437925118944.key 21:09:15 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:09:16 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 21:09:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:09:16 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 21:09:16 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 21:09:16 using GIT_SSH to set credentials SSH Credentials for GitHub 21:09:16 [INFO] Currently running in a labeled security context 21:09:16 [INFO] Currently SELinux is 'enforcing' on the host 21:09:16 > /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-core-contracts/1@tmp/jenkins-gitclient-ssh7042830397527285610.key 21:09:16 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/651/head:refs/remotes/origin/PR-651 +refs/heads/main:refs/remotes/origin/main # timeout=10 21:09:16 Merging remotes/origin/main commit 490a96143ed88d263d0e9894a43bf3751025c41b into PR head commit e2f5233bcdabedf9add171cb3cf618e8de7cdcdb 21:09:16 Merge succeeded, producing e2f5233bcdabedf9add171cb3cf618e8de7cdcdb 21:09:16 Checking out Revision e2f5233bcdabedf9add171cb3cf618e8de7cdcdb (PR-651) 21:09:16 > git config core.sparsecheckout # timeout=10 21:09:16 > git checkout -f e2f5233bcdabedf9add171cb3cf618e8de7cdcdb # timeout=10 21:09:16 > git remote # timeout=10 21:09:16 > git config --get remote.origin.url # timeout=10 21:09:16 using GIT_SSH to set credentials SSH Credentials for GitHub 21:09:16 [INFO] Currently running in a labeled security context 21:09:16 [INFO] Currently SELinux is 'enforcing' on the host 21:09:16 > /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-core-contracts/1@tmp/jenkins-gitclient-ssh1093553887551126490.key 21:09:16 > git merge 490a96143ed88d263d0e9894a43bf3751025c41b # timeout=10 21:09:16 > git rev-parse HEAD^{commit} # timeout=10 21:09:16 > git config core.sparsecheckout # timeout=10 21:09:16 > git checkout -f e2f5233bcdabedf9add171cb3cf618e8de7cdcdb # timeout=10 21:09:20 Commit message: "build(deps): bump github.com/google/uuid from 1.2.0 to 1.3.0" 21:09:20 > git --version # timeout=10 21:09:20 > git --version # 'git version 2.24.4' 21:09:20 fatal: bad object db16f8292de5a0132d944c4e76ede2ca4f84da27 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 21:09:21 ========================================================= 21:09:21 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 21:09:21 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:09:21 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 21:09:21 Sending build context to Docker daemon 2.914MB 21:09:21 Step 1/7 : ARG BASE=golang:1.16-alpine 21:09:21 Step 2/7 : FROM ${BASE} 21:09:22 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 21:09:22 540db60ca938: Pulling fs layer 21:09:22 adcc1eea9eea: Pulling fs layer 21:09:22 4c4ab2625f07: Pulling fs layer 21:09:22 0773c198feca: Pulling fs layer 21:09:22 345f892a5656: Pulling fs layer 21:09:22 4796506630df: Pulling fs layer 21:09:22 cc55df3e53f1: Pulling fs layer 21:09:22 4d027b6c602c: Pulling fs layer 21:09:22 449e75d2c14e: Pulling fs layer 21:09:22 0773c198feca: Waiting 21:09:22 345f892a5656: Waiting 21:09:22 4796506630df: Waiting 21:09:22 cc55df3e53f1: Waiting 21:09:22 4d027b6c602c: Waiting 21:09:22 449e75d2c14e: Waiting 21:09:22 4c4ab2625f07: Verifying Checksum 21:09:22 4c4ab2625f07: Download complete 21:09:22 adcc1eea9eea: Verifying Checksum 21:09:22 adcc1eea9eea: Download complete 21:09:22 345f892a5656: Verifying Checksum 21:09:22 345f892a5656: Download complete 21:09:22 4796506630df: Verifying Checksum 21:09:22 4796506630df: Download complete 21:09:22 cc55df3e53f1: Verifying Checksum 21:09:22 cc55df3e53f1: Download complete 21:09:22 540db60ca938: Verifying Checksum 21:09:22 540db60ca938: Download complete 21:09:22 540db60ca938: Pull complete 21:09:22 adcc1eea9eea: Pull complete 21:09:22 4c4ab2625f07: Pull complete 21:09:24 4d027b6c602c: Verifying Checksum 21:09:24 4d027b6c602c: Download complete 21:09:26 449e75d2c14e: Verifying Checksum 21:09:26 449e75d2c14e: Download complete 21:09:27 0773c198feca: Verifying Checksum 21:09:27 0773c198feca: Download complete 21:09:30 0773c198feca: Pull complete 21:09:30 345f892a5656: Pull complete 21:09:30 4796506630df: Pull complete 21:09:30 cc55df3e53f1: Pull complete 21:09:30 4d027b6c602c: Pull complete 21:09:32 449e75d2c14e: Pull complete 21:09:32 Digest: sha256:a2fa0993ec4462abfc92311096d2e43e803cda49eb027de246ea451416b7a8a8 21:09:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 21:09:32 ---> 0d28375d9b5b 21:09:32 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:09:33 ---> Running in 94308ec9dfe7 21:09:33 Removing intermediate container 94308ec9dfe7 21:09:33 ---> 30f2d6a6c154 21:09:33 Step 4/7 : RUN apk add bash 21:09:34 ---> Running in c73805082022 21:09:34 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 21:09:35 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 21:09:35 OK: 149 MiB in 40 packages 21:09:35 Removing intermediate container c73805082022 21:09:35 ---> 4bf7572b4437 21:09:35 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 21:09:35 ---> Running in b7c6dd1b4657 21:09:36 Removing intermediate container b7c6dd1b4657 21:09:36 ---> 55ab09ec880c 21:09:36 Step 6/7 : COPY go.mod . 21:09:36 ---> 0225c295806f 21:09:36 Step 7/7 : RUN go mod download 21:09:36 ---> Running in 82de31dc2ff1 21:10:08 Removing intermediate container 82de31dc2ff1 21:10:08 ---> 4d42eb19f1e8 21:10:08 Successfully built 4d42eb19f1e8 21:10:08 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:10:08 + docker inspect -f . ci-base-image-x86_64 21:10:08 . [Pipeline] withDockerContainer 21:10:08 prd-centos7-docker-4c-2g-3298 does not seem to be running inside a container 21:10:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/1 -v /w/workspace/go-mod-core-contracts/1:/w/workspace/go-mod-core-contracts/1:rw,z -v /w/workspace/go-mod-core-contracts/1@tmp:/w/workspace/go-mod-core-contracts/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:10:09 $ docker top d93fbd040aae0b3b2084acd9fe5829219bb777b638e5d9d34c19ef951dd48e6c -eo pid,comm [Pipeline] { [Pipeline] sh 21:10:09 + go version 21:10:09 go version go1.16.5 linux/amd64 [Pipeline] } 21:10:09 $ docker stop --time=1 d93fbd040aae0b3b2084acd9fe5829219bb777b638e5d9d34c19ef951dd48e6c 21:10:11 $ docker rm -f d93fbd040aae0b3b2084acd9fe5829219bb777b638e5d9d34c19ef951dd48e6c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:10:11 + docker inspect -f . ci-base-image-x86_64 21:10:11 . [Pipeline] withDockerContainer 21:10:12 prd-centos7-docker-4c-2g-3298 does not seem to be running inside a container 21:10:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/1 -v /w/workspace/go-mod-core-contracts/1:/w/workspace/go-mod-core-contracts/1:rw,z -v /w/workspace/go-mod-core-contracts/1@tmp:/w/workspace/go-mod-core-contracts/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:10:12 $ docker top 73685690dd1bd6a1ccb2754653b7724106036366e9425f2b6537f48623feddba -eo pid,comm [Pipeline] { [Pipeline] sh 21:10:12 + go mod tidy [Pipeline] sh 21:10:13 + make test 21:10:13 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 21:10:13 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 21:10:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.054s coverage: 83.5% of statements 21:10:24 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 21:10:24 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 21:10:24 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces/mocks [no test files] 21:10:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.020s coverage: 26.3% of statements 21:10:24 ? github.com/edgexfoundry/go-mod-core-contracts/v2/common [no test files] 21:10:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.009s coverage: 47.2% of statements 21:10:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.008s coverage: 90.0% of statements 21:10:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.026s coverage: 86.2% of statements 21:10:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.005s coverage: 59.5% of statements 21:10:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.002s coverage: 35.5% of statements 21:10:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.006s coverage: 49.4% of statements 21:10:25 CGO_ENABLED=0 GO111MODULE=on go vet ./... 21:10:29 gofmt -l . 21:10:29 [ "`gofmt -l .`" = "" ] [Pipeline] } 21:10:30 $ docker stop --time=1 73685690dd1bd6a1ccb2754653b7724106036366e9425f2b6537f48623feddba 21:10:31 $ docker rm -f 73685690dd1bd6a1ccb2754653b7724106036366e9425f2b6537f48623feddba [Pipeline] // withDockerContainer [Pipeline] sh 21:10:31 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:10:32 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:10:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:10:33 21:10:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 21:10:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:10:34 latest: Pulling from edgex-lftools-log-publisher 21:10:34 b4d181a07f80: Pulling fs layer 21:10:34 a1111a8f2ec3: Pulling fs layer 21:10:34 ed53099fbce6: Pulling fs layer 21:10:34 dc539afda2c1: Pulling fs layer 21:10:34 77bc0d833cb6: Pulling fs layer 21:10:34 9065ff56babe: Pulling fs layer 21:10:34 d287ab97295c: Pulling fs layer 21:10:34 dc539afda2c1: Waiting 21:10:34 77bc0d833cb6: Waiting 21:10:34 9065ff56babe: Waiting 21:10:34 d287ab97295c: Waiting 21:10:34 a1111a8f2ec3: Verifying Checksum 21:10:34 a1111a8f2ec3: Download complete 21:10:34 dc539afda2c1: Verifying Checksum 21:10:34 dc539afda2c1: Download complete 21:10:34 77bc0d833cb6: Verifying Checksum 21:10:34 77bc0d833cb6: Download complete 21:10:34 9065ff56babe: Verifying Checksum 21:10:34 9065ff56babe: Download complete 21:10:34 ed53099fbce6: Verifying Checksum 21:10:34 ed53099fbce6: Download complete 21:10:35 b4d181a07f80: Verifying Checksum 21:10:35 b4d181a07f80: Download complete 21:10:36 b4d181a07f80: Pull complete 21:10:37 a1111a8f2ec3: Pull complete 21:10:37 ed53099fbce6: Pull complete 21:10:37 dc539afda2c1: Pull complete 21:10:37 77bc0d833cb6: Pull complete 21:10:37 9065ff56babe: Pull complete 21:10:38 Removing intermediate container f24c7fdcdd5b 21:10:38 ---> dc0144825c8b 21:10:38 Successfully built dc0144825c8b 21:10:38 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:10:38 + docker inspect -f . ci-base-image-arm64 21:10:38 . [Pipeline] withDockerContainer 21:10:39 prd-ubuntu18.04-docker-arm64-4c-16g-3297 does not seem to be running inside a container 21:10:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/1 -v /w/workspace/go-mod-core-contracts/1:/w/workspace/go-mod-core-contracts/1:rw,z -v /w/workspace/go-mod-core-contracts/1@tmp:/w/workspace/go-mod-core-contracts/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:10:39 d287ab97295c: Verifying Checksum 21:10:39 d287ab97295c: Download complete 21:10:40 $ docker top 7761c8422c0d978e487a1930bec0ccb3b345aa54c28d093e2d201b9827e9d3a6 -eo pid,comm [Pipeline] { [Pipeline] sh 21:10:42 + go version 21:10:42 go version go1.16.5 linux/arm64 [Pipeline] } 21:10:42 $ docker stop --time=1 7761c8422c0d978e487a1930bec0ccb3b345aa54c28d093e2d201b9827e9d3a6 21:10:43 d287ab97295c: Pull complete 21:10:43 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 21:10:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:10:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:10:43 $ docker rm -f 7761c8422c0d978e487a1930bec0ccb3b345aa54c28d093e2d201b9827e9d3a6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withDockerContainer 21:10:44 prd-centos7-docker-4c-2g-3298 does not seem to be running inside a container 21:10: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-core-contracts/1 -v /w/workspace/go-mod-core-contracts/1:/w/workspace/go-mod-core-contracts/1:rw,z -v /w/workspace/go-mod-core-contracts/1@tmp:/w/workspace/go-mod-core-contracts/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 21:10:46 $ docker top 28fc6fe8c534e7c0960cc4004284f3bb14e0a055f48475d979c02b9398e9e612 -eo pid,comm [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] libraryResource [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix 21:10:47 ---> job-cost.sh 21:10:47 lf-activate-venv: SKIPPING 21:10:47 INFO: No Stack... [Pipeline] sh 21:10:48 + docker inspect -f . ci-base-image-arm64 21:10:48 . [Pipeline] withDockerContainer 21:10:48 prd-ubuntu18.04-docker-arm64-4c-16g-3297 does not seem to be running inside a container 21:10:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/1 -v /w/workspace/go-mod-core-contracts/1:/w/workspace/go-mod-core-contracts/1:rw,z -v /w/workspace/go-mod-core-contracts/1@tmp:/w/workspace/go-mod-core-contracts/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:10:48 INFO: Retrieving Pricing Info for: v3-standard-2 21:10:49 INFO: Archiving Costs 21:10:50 $ docker top 88ae0dc66630526d452f21408e48298fd59cce784be1717bb3516598c38b6271 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 21:10:51 + cat /w/workspace/go-mod-core-contracts/1/archives/cost.csv 21:10:51 + cut -d, -f6 [Pipeline] lock 21:10:51 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-651-1-stack-cost] 21:10:51 Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-651-1-stack-cost] did not exist. Created. 21:10:51 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-651-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:10:51 + go mod tidy 21:10:51 + echo total: 0.05999999865889549 [Pipeline] stash 21:10:51 Stashed 1 file(s) [Pipeline] } 21:10:51 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-651-1-stack-cost] [Pipeline] // lock [Pipeline] } 21:10:51 $ docker stop --time=1 28fc6fe8c534e7c0960cc4004284f3bb14e0a055f48475d979c02b9398e9e612 21:10:52 $ docker rm -f 28fc6fe8c534e7c0960cc4004284f3bb14e0a055f48475d979c02b9398e9e612 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:10:53 + make test 21:10:53 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 21:10:54 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 21:11:27 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.381s coverage: 83.5% of statements 21:11:27 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 21:11:27 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 21:11:27 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces/mocks [no test files] 21:11:27 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.061s coverage: 26.3% of statements 21:11:27 ? github.com/edgexfoundry/go-mod-core-contracts/v2/common [no test files] 21:11:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.082s coverage: 47.2% of statements 21:11:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.092s coverage: 90.0% of statements 21:11:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.277s coverage: 86.2% of statements 21:11:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.058s coverage: 59.5% of statements 21:11:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.013s coverage: 35.5% of statements 21:11:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.034s coverage: 49.4% of statements 21:11:32 CGO_ENABLED=0 GO111MODULE=on go vet ./... 21:11:50 gofmt -l . 21:11:50 [ "`gofmt -l .`" = "" ] [Pipeline] } 21:11:50 $ docker stop --time=1 88ae0dc66630526d452f21408e48298fd59cce784be1717bb3516598c38b6271 21:11:52 $ docker rm -f 88ae0dc66630526d452f21408e48298fd59cce784be1717bb3516598c38b6271 [Pipeline] // withDockerContainer [Pipeline] sh 21:11:53 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:11:53 Warning: overwriting stash ‘coverage-report’ 21:11:54 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:11:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:11:55 21:11:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 21:11:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:11:56 arm64: Pulling from edgex-lftools-log-publisher 21:11:56 448f6bf000e3: Pulling fs layer 21:11:56 f757da607395: Pulling fs layer 21:11:56 05883995daec: Pulling fs layer 21:11:56 8603b9c90790: Pulling fs layer 21:11:56 1560dd03e051: Pulling fs layer 21:11:56 27f5ce0e4adf: Pulling fs layer 21:11:56 c2d8d7efcc4b: Pulling fs layer 21:11:56 8603b9c90790: Waiting 21:11:56 1560dd03e051: Waiting 21:11:56 27f5ce0e4adf: Waiting 21:11:56 c2d8d7efcc4b: Waiting 21:11:56 f757da607395: Verifying Checksum 21:11:56 8603b9c90790: Verifying Checksum 21:11:56 8603b9c90790: Download complete 21:11:57 1560dd03e051: Verifying Checksum 21:11:57 1560dd03e051: Download complete 21:11:57 27f5ce0e4adf: Verifying Checksum 21:11:57 27f5ce0e4adf: Download complete 21:11:57 05883995daec: Verifying Checksum 21:11:57 05883995daec: Download complete 21:11:57 448f6bf000e3: Verifying Checksum 21:11:57 448f6bf000e3: Download complete 21:12:01 c2d8d7efcc4b: Verifying Checksum 21:12:01 c2d8d7efcc4b: Download complete 21:12:01 448f6bf000e3: Pull complete 21:12:02 f757da607395: Pull complete 21:12:03 05883995daec: Pull complete 21:12:04 8603b9c90790: Pull complete 21:12:05 1560dd03e051: Pull complete 21:12:05 27f5ce0e4adf: Pull complete 21:12:20 c2d8d7efcc4b: Pull complete 21:12:20 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 21:12:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:12:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 21:12:20 prd-ubuntu18.04-docker-arm64-4c-16g-3297 does not seem to be running inside a container 21:12:20 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/go-mod-core-contracts/1 -v /w/workspace/go-mod-core-contracts/1:/w/workspace/go-mod-core-contracts/1:rw,z -v /w/workspace/go-mod-core-contracts/1@tmp:/w/workspace/go-mod-core-contracts/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 21:12:24 $ docker top 7b422fa46e10ad0df210a160758a721a89889401955cdf194328ae00db1849c2 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:12:25 ---> job-cost.sh 21:12:25 lf-activate-venv: SKIPPING 21:12:25 INFO: No Stack... 21:12:26 INFO: Retrieving Pricing Info for: v2-standard-4 21:12:27 INFO: Archiving Costs [Pipeline] sh 21:12:27 + cat /w/workspace/go-mod-core-contracts/1/archives/cost.csv 21:12:27 + cut -d, -f6 [Pipeline] lock 21:12:27 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-651-1-stack-cost] 21:12:27 Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-651-1-stack-cost] did not exist. Created. 21:12:27 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-651-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:12:28 /w/workspace/go-mod-core-contracts/1@tmp/durable-4be1cf1b/script.sh: 1: /w/workspace/go-mod-core-contracts/1@tmp/durable-4be1cf1b/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 21:12:29 + echo total: 0.18000000715255737 [Pipeline] stash 21:12:29 Warning: overwriting stash ‘stack-cost’ 21:12:29 Stashed 1 file(s) [Pipeline] } 21:12:29 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-651-1-stack-cost] [Pipeline] // lock [Pipeline] } 21:12:29 $ docker stop --time=1 7b422fa46e10ad0df210a160758a721a89889401955cdf194328ae00db1849c2 21:12:31 $ docker rm -f 7b422fa46e10ad0df210a160758a721a89889401955cdf194328ae00db1849c2 [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:12:32 provisioning config files... 21:12:32 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-651@tmp/config2718416498801704735tmp [Pipeline] { [Pipeline] sh 21:12:33 + set +x 21:12:33 + curl -s https://codecov.io/bash 21:12:33 + bash -s -- 21:12:33 21:12:33 _____ _ 21:12:33 / ____| | | 21:12:33 | | ___ __| | ___ ___ _____ __ 21:12:33 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:12:33 | |___| (_) | (_| | __/ (_| (_) \ V / 21:12:33 \_____\___/ \__,_|\___|\___\___/ \_/ 21:12:33 Bash-1.0.5 21:12:33 21:12:33 21:12:33 ==> git version 2.24.4 found 21:12:33 ==> 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:12:33 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 21:12:33 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 21:12:33 ==> Jenkins CI detected. 21:12:33 project root: . 21:12:33 --> token set from env 21:12:33 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:12:33 ==> Running gcov in . (disable via -X gcov) 21:12:33 ==> Python coveragepy not found 21:12:33 ==> Searching for coverage reports in: 21:12:33 + . 21:12:33 -> Found 1 reports 21:12:33 ==> Detecting git/mercurial file structure 21:12:33 ==> Reading reports 21:12:33 + ./coverage.out bytes=101674 21:12:33 ==> Appending adjustments 21:12:33 https://docs.codecov.io/docs/fixing-reports 21:12:34 + Found adjustments 21:12:34 ==> Gzipping contents 21:12:34 16K /tmp/codecov.hTEmaf.gz 21:12:34 ==> Uploading reports 21:12:34 url: https://codecov.io 21:12:34 query: branch=PR-651&commit=e2f5233bcdabedf9add171cb3cf618e8de7cdcdb&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-651%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=651&job=&cmd_args= 21:12:34 -> Pinging Codecov 21:12:34 https://codecov.io/upload/v4?package=bash-1.0.5&token=&package=bash-1.0.5&token=ed6cf6b4-2a06-43fb-b229-bfa3e55f90ff&branch=PR-651&commit=e2f5233bcdabedf9add171cb3cf618e8de7cdcdb&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-651%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=651&job=&cmd_args= 21:12:34 -> Uploading to 21:12:34 https://storage.googleapis.com/codecov/v4/raw/2021-07-19/71470A77251A30514AAF9C0BB2E5B6CE/e2f5233bcdabedf9add171cb3cf618e8de7cdcdb/6dcddeea-722a-4717-9ee0-008c8968fa58.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210719%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210719T211234Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=dcc71aa0f13f06d9cd4e35fb5ae43d091ba944bf7ce362b9ebb271e195ae89f1 21:12:34 % Total % Received % Xferd Average Speed Time Time Time Current 21:12:34 Dload Upload Total Spent Left Speed 21:12:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15199 0 0 100 15199 0 36339 --:--:-- --:--:-- --:--:-- 36274 21:12:34 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/e2f5233bcdabedf9add171cb3cf618e8de7cdcdb [Pipeline] } 21:12:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 21:12:37 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:12:38 ---> package-listing.sh 21:12:38 ++ facter osfamily 21:12:38 ++ tr '[:upper:]' '[:lower:]' 21:12:38 + OS_FAMILY=redhat 21:12:38 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-651 21:12:38 + START_PACKAGES=/tmp/packages_start.txt 21:12:38 + END_PACKAGES=/tmp/packages_end.txt 21:12:38 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:12:38 + PACKAGES=/tmp/packages_start.txt 21:12:38 + '[' /w/workspace/dry_go-mod-core-contracts_PR-651 ']' 21:12:38 + PACKAGES=/tmp/packages_end.txt 21:12:38 + case "${OS_FAMILY}" in 21:12:38 + rpm -qa 21:12:38 + sort 21:12:39 + '[' -f /tmp/packages_start.txt ']' 21:12:39 + '[' -f /tmp/packages_end.txt ']' 21:12:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:12:39 + '[' /w/workspace/dry_go-mod-core-contracts_PR-651 ']' 21:12:39 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-651/archives/ 21:12:39 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-651/archives/ [Pipeline] echo 21:12:39 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-651/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:12:39 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:12:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:12:40 21:12:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 21:12:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:12:40 latest: Pulling from edgex-lftools-log-publisher 21:12:40 b4d181a07f80: Pulling fs layer 21:12:40 a1111a8f2ec3: Pulling fs layer 21:12:40 ed53099fbce6: Pulling fs layer 21:12:40 dc539afda2c1: Pulling fs layer 21:12:40 77bc0d833cb6: Pulling fs layer 21:12:40 9065ff56babe: Pulling fs layer 21:12:40 d287ab97295c: Pulling fs layer 21:12:40 dc539afda2c1: Waiting 21:12:40 77bc0d833cb6: Waiting 21:12:40 9065ff56babe: Waiting 21:12:40 d287ab97295c: Waiting 21:12:40 a1111a8f2ec3: Verifying Checksum 21:12:40 a1111a8f2ec3: Download complete 21:12:41 dc539afda2c1: Verifying Checksum 21:12:41 dc539afda2c1: Download complete 21:12:41 77bc0d833cb6: Verifying Checksum 21:12:41 77bc0d833cb6: Download complete 21:12:41 ed53099fbce6: Verifying Checksum 21:12:41 ed53099fbce6: Download complete 21:12:41 9065ff56babe: Verifying Checksum 21:12:41 9065ff56babe: Download complete 21:12:42 b4d181a07f80: Download complete 21:12:43 b4d181a07f80: Pull complete 21:12:43 a1111a8f2ec3: Pull complete 21:12:44 ed53099fbce6: Pull complete 21:12:44 dc539afda2c1: Pull complete 21:12:44 77bc0d833cb6: Pull complete 21:12:44 9065ff56babe: Pull complete 21:12:45 d287ab97295c: Verifying Checksum 21:12:45 d287ab97295c: Download complete 21:12:50 d287ab97295c: Pull complete 21:12:50 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 21:12:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:12:50 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 21:12:50 prd-centos7-docker-4c-2g-3296 does not seem to be running inside a container 21:12:50 $ 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-651/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-651 -v /w/workspace/dry_go-mod-core-contracts_PR-651:/w/workspace/dry_go-mod-core-contracts_PR-651:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-651@tmp:/w/workspace/dry_go-mod-core-contracts_PR-651@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 21:12:52 $ docker top caf89be7bf026ff3022cdf0c2f2ca5848109c27de3e73652bdd58c7b1822b2ad -eo pid,comm [Pipeline] { [Pipeline] sh 21:12:53 + touch /tmp/pre-build-complete [Pipeline] sh 21:12:53 + mkdir -p /var/log/sysstat [Pipeline] sh 21:12:53 + ls /var/log/sa-host 21:12:53 + sadf -c /var/log/sa-host/sa05 21:12:53 file_magic: OK 21:12:53 HZ: Using current value: 100 21:12:53 file_header: OK 21:12:53 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 21:12:53 Statistics: 21:12:53 Hnuu...uuuununununu...Hnuu...uuuununununu... 21:12:53 File successfully converted to sysstat format version 12.0.3 21:12:53 + sadf -c /var/log/sa-host/sa19 21:12:53 file_magic: OK 21:12:53 HZ: Using current value: 100 21:12:53 file_header: OK 21:12:53 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 21:12:53 Statistics: 21:12:53 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:12:53 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:12:54 provisioning config files... 21:12:54 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-651@tmp/config4100058230893935250tmp [Pipeline] { [Pipeline] echo 21:12:54 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:12:54 ---> create-netrc.sh [Pipeline] } 21:12:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 21:12:55 ---> python-tools-install.sh [Pipeline] echo 21:12:55 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:12:55 ---> sudo-logs.sh 21:12:55 Archiving 'sudo' log.. 21:12:55 sudo: unable to resolve host prd-centos7-docker-4c-2g-3296.vexxhost.local: Name or service not known 21:12:55 sudo: unable to resolve host prd-centos7-docker-4c-2g-3296.vexxhost.local: Name or service not known [Pipeline] unstash [Pipeline] echo 21:12:55 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:12:56 ---> job-cost.sh 21:12:56 lf-activate-venv: SKIPPING 21:12:56 DEBUG: total: 0.18000000715255737 21:12:56 INFO: Retrieving Stack Cost... 21:12:57 INFO: Retrieving Pricing Info for: v3-standard-2 21:12:57 INFO: Archiving Costs [Pipeline] echo 21:12:57 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:12:57 ---> logs-deploy.sh 21:12:57 lf-activate-venv: SKIPPING 21:12:57 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-651/1 21:12:57 INFO: archiving workspace using pattern(s): 21:12:58 Archives upload complete. 21:12:58 INFO: archiving logs to Nexus 21:12:59 ---> uname -a: 21:12:59 Linux prd-centos7-docker-4c-2g-3296.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 GNU/Linux 21:12:59 21:12:59 21:12:59 ---> lscpu: 21:12:59 Architecture: x86_64 21:12:59 CPU op-mode(s): 32-bit, 64-bit 21:12:59 Byte Order: Little Endian 21:12:59 Address sizes: 40 bits physical, 48 bits virtual 21:12:59 CPU(s): 2 21:12:59 On-line CPU(s) list: 0,1 21:12:59 Thread(s) per core: 1 21:12:59 Core(s) per socket: 1 21:12:59 Socket(s): 2 21:12:59 NUMA node(s): 1 21:12:59 Vendor ID: AuthenticAMD 21:12:59 CPU family: 23 21:12:59 Model: 49 21:12:59 Model name: AMD EPYC-Rome Processor 21:12:59 Stepping: 0 21:12:59 CPU MHz: 2799.996 21:12:59 BogoMIPS: 5599.99 21:12:59 Virtualization: AMD-V 21:12:59 Hypervisor vendor: KVM 21:12:59 Virtualization type: full 21:12:59 L1d cache: 32K 21:12:59 L1i cache: 32K 21:12:59 L2 cache: 512K 21:12:59 L3 cache: 16384K 21:12:59 NUMA node0 CPU(s): 0,1 21:12:59 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities 21:12:59 21:12:59 21:12:59 ---> nproc: 21:12:59 2 21:12:59 21:12:59 21:12:59 ---> df -h: 21:12:59 Filesystem Size Used Avail Use% Mounted on 21:12:59 overlay 40G 7.7G 33G 20% / 21:12:59 tmpfs 64M 0 64M 0% /dev 21:12:59 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 21:12:59 shm 64M 0 64M 0% /dev/shm 21:12:59 /dev/vda1 40G 7.7G 33G 20% /facter-os 21:12:59 21:12:59 21:12:59 ---> sar -b -r -n DEV: 21:12:59 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 07/19/21 _x86_64_ (2 CPU) 21:12:59 21:12:59 21:05:10 LINUX RESTART (2 CPU) 21:12:59 21:12:59 21:06:01 tps rtps wtps bread/s bwrtn/s 21:12:59 21:07:01 7.76 0.18 7.58 23.18 345.95 21:12:59 21:08:01 0.33 0.00 0.33 0.00 5.91 21:12:59 21:09:01 0.35 0.00 0.35 0.00 5.70 21:12:59 21:10:01 0.17 0.00 0.17 0.00 1.92 21:12:59 21:11:02 0.38 0.00 0.38 0.00 5.35 21:12:59 21:12:01 0.32 0.00 0.32 0.00 3.98 21:12:59 Average: 1.56 0.03 1.53 3.88 61.65 21:12:59 21:12:59 21:06:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:12:59 21:07:01 5463980 0 805132 10.05 2620 1737208 1246720 13.76 576328 1568112 20 21:12:59 21:08:01 5466180 0 802924 10.03 2620 1737216 1203724 13.29 578384 1564500 16 21:12:59 21:09:01 5466004 0 803100 10.03 2620 1737216 1203840 13.29 581404 1561944 8 21:12:59 21:10:01 5464824 0 804272 10.04 2620 1737224 1203888 13.29 582564 1561944 8 21:12:59 21:11:02 5465880 0 803208 10.03 2620 1737232 1203720 13.29 577508 1567296 16 21:12:59 21:12:01 5465108 0 803980 10.04 2620 1737232 1203600 13.29 578148 1567296 12 21:12:59 Average: 5465329 0 803769 10.04 2620 1737221 1210915 13.37 579056 1565182 13 21:12:59 21:12:59 21:06:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:12:59 21:07:01 eth0 17.50 16.37 37.00 6.03 0.00 0.00 0.00 0.00 21:12:59 21:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:59 21:07:01 docker0 9.49 6.24 2.34 26.60 0.00 0.00 0.00 0.00 21:12:59 21:08:01 eth0 4.51 1.92 3.19 0.13 0.00 0.00 0.00 0.00 21:12:59 21:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:59 21:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:59 21:09:01 eth0 1.00 0.30 0.32 0.20 0.00 0.00 0.00 0.00 21:12:59 21:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:59 21:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:59 21:10:01 eth0 0.50 0.23 0.27 0.19 0.00 0.00 0.00 0.00 21:12:59 21:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:59 21:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:59 21:11:02 eth0 0.37 0.28 0.15 0.08 0.00 0.00 0.00 0.00 21:12:59 21:11:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:59 21:11:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:59 21:12:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:12:59 21:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:59 21:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:59 Average: eth0 4.01 3.21 6.84 1.11 0.00 0.00 0.00 0.00 21:12:59 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:59 Average: docker0 1.59 1.04 0.39 4.45 0.00 0.00 0.00 0.00 21:12:59 21:12:59 21:12:59 ---> sar -P ALL: 21:12:59 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 07/19/21 _x86_64_ (2 CPU) 21:12:59 21:12:59 21:05:10 LINUX RESTART (2 CPU) 21:12:59 21:12:59 21:06:01 CPU %user %nice %system %iowait %steal %idle 21:12:59 21:07:01 all 0.87 0.00 0.42 0.03 0.03 98.65 21:12:59 21:07:01 0 0.69 0.00 0.33 0.02 0.02 98.94 21:12:59 21:07:01 1 1.05 0.00 0.50 0.05 0.03 98.36 21:12:59 21:08:01 all 0.31 0.00 0.04 0.00 0.03 99.62 21:12:59 21:08:01 0 0.08 0.00 0.05 0.00 0.03 99.83 21:12:59 21:08:01 1 0.53 0.00 0.03 0.00 0.02 99.42 21:12:59 21:09:01 all 0.13 0.00 0.04 0.00 0.03 99.81 21:12:59 21:09:01 0 0.22 0.00 0.03 0.00 0.03 99.72 21:12:59 21:09:01 1 0.03 0.00 0.05 0.00 0.02 99.90 21:12:59 21:10:01 all 0.23 0.00 0.03 0.00 0.03 99.72 21:12:59 21:10:01 0 0.07 0.00 0.03 0.00 0.03 99.87 21:12:59 21:10:01 1 0.38 0.00 0.03 0.00 0.02 99.57 21:12:59 21:11:02 all 0.26 0.00 0.08 0.00 0.03 99.62 21:12:59 21:11:02 0 0.07 0.00 0.12 0.00 0.05 99.77 21:12:59 21:11:02 1 0.45 0.00 0.05 0.00 0.02 99.48 21:12:59 21:12:01 all 0.26 0.00 0.03 0.00 0.02 99.69 21:12:59 21:12:01 0 0.07 0.00 0.03 0.00 0.03 99.86 21:12:59 21:12:01 1 0.46 0.00 0.03 0.00 0.00 99.51 21:12:59 Average: all 0.34 0.00 0.11 0.01 0.03 99.52 21:12:59 Average: 0 0.20 0.00 0.10 0.00 0.03 99.66 21:12:59 Average: 1 0.49 0.00 0.12 0.01 0.02 99.37 21:12:59 21:12:59 21:12:59