Pull request #94 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4c7e86e229cd63122b6fee837a90c7ade98d610e+72d6ee15e01cf87b5c269754a0cc3fbb8c076f62 (4d2935b8dde1906405aa2efaf842d2db6cd12452) 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 > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 85bea31ad76f85e2acd5a821f20c71e435d4ae12 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # 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 > 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 85bea31ad76f85e2acd5a821f20c71e435d4ae12 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-bootstrap/branches/PR-94/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 > 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 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 85bea31ad76f85e2acd5a821f20c71e435d4ae12 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 85bea31ad76f85e2acd5a821f20c71e435d4ae12 # timeout=10 Commit message: "Merge pull request #249 from ernestojeda/fix-build-artifact" > 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. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-bootstrap, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [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-bootstrap-settings PROJECT: go-mod-bootstrap USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-bootstrap 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: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1248 in /w/workspace/exfoundry_go-mod-bootstrap_PR-94 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git > git init /w/workspace/exfoundry_go-mod-bootstrap_PR-94 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 72d6ee15e01cf87b5c269754a0cc3fbb8c076f62 into PR head commit 4c7e86e229cd63122b6fee837a90c7ade98d610e Merge succeeded, producing 4c7e86e229cd63122b6fee837a90c7ade98d610e Checking out Revision 4c7e86e229cd63122b6fee837a90c7ade98d610e (PR-94) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.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-bootstrap.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/94/head:refs/remotes/origin/PR-94 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4c7e86e229cd63122b6fee837a90c7ade98d610e # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 72d6ee15e01cf87b5c269754a0cc3fbb8c076f62 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4c7e86e229cd63122b6fee837a90c7ade98d610e # timeout=10 Commit message: "build(deps): bump github.com/gorilla/mux from 1.7.1 to 1.8.0" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:49:26 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:49:27 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:49:27 ========================================================= 20:49:27 EdgeX Global Pipelines Version Info 20:49:27 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:49:28 ------------------- 20:49:28 stable info: 20:49:28 ------------------- 20:49:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:49:28 Commit SHA: 85bea31ad76f85e2acd5a821f20c71e435d4ae12 20:49:28 Message: update stable to v1.0.128 20:49:29 ------------------- 20:49:29 experimental info: 20:49:29 ------------------- 20:49:29 Commited By: **** collab-it+edgex@linuxfoundation.org 20:49:29 Commit SHA: db8a1d80b86ca0f96dca4d6027083ac3162e2a74 20:49:29 Message: update experimental to v1.0.129 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 20:49:30 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 20:49:30 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 20:49:30 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:49:30 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:49:31 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:49:31 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:49:31 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:49:31 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:49:31 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:49:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:49:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:49:32 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 20:49:32 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:49:32 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:49:32 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 20:49:32 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 20:49:32 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:49:33 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:49:33 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 20:49:33 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:49:33 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 20:49:33 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 20:49:33 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:49:33 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:49:33 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 20:49:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-94 [Pipeline] echo 20:49:34 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-94 [Pipeline] echo 20:49:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-94 [Pipeline] echo 20:49:34 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4c7e86e229cd63122b6fee837a90c7ade98d610e [Pipeline] echo 20:49:34 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4c7e86e [Pipeline] echo 20:49:34 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:49:35 + git log --format=format:%s -1 4c7e86e229cd63122b6fee837a90c7ade98d610e [Pipeline] echo 20:49:35 GIT_COMMIT: 4c7e86e229cd63122b6fee837a90c7ade98d610e, Commit Message: build(deps): bump github.com/gorilla/mux from 1.7.1 to 1.8.0 [Pipeline] echo 20:49:35 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 20:49:36 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:49:36 20:49:36 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:49:37 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:49:37 latest: Pulling from edgex-devops/git-semver 20:49:37 31603596830f: Pulling fs layer 20:49:37 2a8b12db71e7: Pulling fs layer 20:49:37 6ca5941a6612: Pulling fs layer 20:49:37 ecc8261a40a4: Pulling fs layer 20:49:37 ecc8261a40a4: Waiting 20:49:37 2a8b12db71e7: Verifying Checksum 20:49:37 2a8b12db71e7: Download complete 20:49:37 31603596830f: Verifying Checksum 20:49:37 31603596830f: Download complete 20:49:37 ecc8261a40a4: Verifying Checksum 20:49:37 ecc8261a40a4: Download complete 20:49:37 6ca5941a6612: Verifying Checksum 20:49:37 6ca5941a6612: Download complete 20:49:37 31603596830f: Pull complete 20:49:37 2a8b12db71e7: Pull complete 20:49:38 6ca5941a6612: Pull complete 20:49:38 ecc8261a40a4: Pull complete 20:49:38 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:49:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:49:38 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:49:39 prd-centos7-docker-4c-2g-1248 does not seem to be running inside a container 20:49:39 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-bootstrap_PR-94 -v /w/workspace/exfoundry_go-mod-bootstrap_PR-94:/w/workspace/exfoundry_go-mod-bootstrap_PR-94:rw,z -v /w/workspace/exfoundry_go-mod-bootstrap_PR-94@tmp:/w/workspace/exfoundry_go-mod-bootstrap_PR-94@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:49:41 $ docker top 38a45af6106a94dc7f72a783ebf4af9b56323cfb239f2c961aa4b5b63c5eb021 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:49:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:49:41 [ssh-agent] Looking for ssh-agent implementation... 20:49:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:49:41 $ docker exec 38a45af6106a94dc7f72a783ebf4af9b56323cfb239f2c961aa4b5b63c5eb021 ssh-agent 20:49:42 SSH_AUTH_SOCK=/tmp/ssh-IIbDjwqgp3H7/agent.11 20:49:42 SSH_AGENT_PID=16 20:49:42 Running ssh-add (command line suppressed) 20:49:42 Identity added: /w/workspace/exfoundry_go-mod-bootstrap_PR-94@tmp/private_key_7316576977560611702.key (/w/workspace/exfoundry_go-mod-bootstrap_PR-94@tmp/private_key_7316576977560611702.key) 20:49:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:49:42 + git describe --exact-match --tags HEAD 20:49:42 fatal: no tag exactly matches '4c7e86e229cd63122b6fee837a90c7ade98d610e' [Pipeline] } 20:49:42 $ docker exec --env ******** --env ******** 38a45af6106a94dc7f72a783ebf4af9b56323cfb239f2c961aa4b5b63c5eb021 ssh-agent -k 20:49:42 unset SSH_AUTH_SOCK; 20:49:42 unset SSH_AGENT_PID; 20:49:42 echo Agent pid 16 killed; 20:49:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 20:49:43 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 20:49:43 This usually means this commit has not been tagged. [Pipeline] sshagent 20:49:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:49:43 [ssh-agent] Looking for ssh-agent implementation... 20:49:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:49:43 $ docker exec 38a45af6106a94dc7f72a783ebf4af9b56323cfb239f2c961aa4b5b63c5eb021 ssh-agent 20:49:43 SSH_AUTH_SOCK=/tmp/ssh-qV8kZD6pXhz0/agent.44 20:49:43 SSH_AGENT_PID=49 20:49:43 Running ssh-add (command line suppressed) 20:49:43 Identity added: /w/workspace/exfoundry_go-mod-bootstrap_PR-94@tmp/private_key_3390913530776953113.key (/w/workspace/exfoundry_go-mod-bootstrap_PR-94@tmp/private_key_3390913530776953113.key) 20:49:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:49:44 + git semver init 20:49:44 # -> Open(): unable to determine branch for HEAD 20:49:44 # $GIT_DIR = /w/workspace/exfoundry_go-mod-bootstrap_PR-94/.git 20:49:44 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-bootstrap_PR-94 20:49:44 # $SEMVER_REMOTE_NAME = origin 20:49:44 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:49:44 # $SEMVER_USER_NAME = edgex-jenkins 20:49:44 # $SEMVER_BRANCH = PR-94 20:49:44 # $SEMVER_TEMP = /tmp/semver-866535693 20:49:44 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 20:49:44 # '/tmp/semver-866535693' -> '/w/workspace/exfoundry_go-mod-bootstrap_PR-94/.semver' 20:49:44 # -> Force: false 20:49:44 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-bootstrap_PR-94/.semver [Pipeline] } 20:49:44 $ docker exec --env ******** --env ******** 38a45af6106a94dc7f72a783ebf4af9b56323cfb239f2c961aa4b5b63c5eb021 ssh-agent -k 20:49:44 unset SSH_AUTH_SOCK; 20:49:44 unset SSH_AGENT_PID; 20:49:44 echo Agent pid 49 killed; 20:49:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:49:45 + git semver [Pipeline] } 20:49:45 $ docker stop --time=1 38a45af6106a94dc7f72a783ebf4af9b56323cfb239f2c961aa4b5b63c5eb021 20:49:46 $ docker rm -f 38a45af6106a94dc7f72a783ebf4af9b56323cfb239f2c961aa4b5b63c5eb021 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 20:49:47 Stashed 52 file(s) [Pipeline] echo 20:49:47 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 20:49:47 Archived original 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 20:50:03 Still waiting to schedule task 20:50:03 ‘prd-centos7-docker-4c-2g-1251’ is offline 20:50:03 Still waiting to schedule task 20:50:03 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1229’ 20:51:19 Running on prd-centos7-docker-4c-2g-1253 in /w/workspace/exfoundry_go-mod-bootstrap_PR-94 [Pipeline] { [Pipeline] ws 20:51:19 Running in /w/workspace/go-mod-bootstrap/1 [Pipeline] { [Pipeline] checkout 20:51:22 using credential edgex-jenkins-ssh 20:51:22 Cloning the remote Git repository 20:51:22 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 20:51:23 > git init /w/workspace/go-mod-bootstrap/1 # timeout=10 20:51:23 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 20:51:23 > git --version # timeout=10 20:51:23 > git --version # 'git version 2.16.5' 20:51:23 using GIT_SSH to set credentials SSH Credentials for GitHub 20:51:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:51:24 Merging remotes/origin/master commit 72d6ee15e01cf87b5c269754a0cc3fbb8c076f62 into PR head commit 4c7e86e229cd63122b6fee837a90c7ade98d610e 20:51:24 Merge succeeded, producing 4c7e86e229cd63122b6fee837a90c7ade98d610e 20:51:24 Checking out Revision 4c7e86e229cd63122b6fee837a90c7ade98d610e (PR-94) 20:51:23 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 20:51:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:51:23 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 20:51:23 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 20:51:23 using GIT_SSH to set credentials SSH Credentials for GitHub 20:51:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/94/head:refs/remotes/origin/PR-94 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:51:24 > git config core.sparsecheckout # timeout=10 20:51:24 > git checkout -f 4c7e86e229cd63122b6fee837a90c7ade98d610e # timeout=10 20:51:24 > git remote # timeout=10 20:51:24 > git config --get remote.origin.url # timeout=10 20:51:24 using GIT_SSH to set credentials SSH Credentials for GitHub 20:51:24 > git merge 72d6ee15e01cf87b5c269754a0cc3fbb8c076f62 # timeout=10 20:51:24 > git rev-parse HEAD^{commit} # timeout=10 20:51:24 > git config core.sparsecheckout # timeout=10 20:51:24 > git checkout -f 4c7e86e229cd63122b6fee837a90c7ade98d610e # timeout=10 20:51:27 Commit message: "build(deps): bump github.com/gorilla/mux from 1.7.1 to 1.8.0" 20:51:27 > git --version # timeout=10 20:51:27 > git --version # 'git version 2.16.5' 20:51:27 fatal: bad object 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 20:51:28 ========================================================= 20:51:28 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:51:28 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:51:29 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 20:51:29 Sending build context to Docker daemon 732.7kB 20:51:29 Step 1/8 : ARG BASE=golang:1.15-alpine 20:51:29 Step 2/8 : FROM ${BASE} 20:51:30 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:51:30 df20fa9351a1: Pulling fs layer 20:51:30 ed8968b2872e: Pulling fs layer 20:51:30 a92cc7c5fd73: Pulling fs layer 20:51:30 e871e8e8d7a9: Pulling fs layer 20:51:30 e73272ec9a57: Pulling fs layer 20:51:30 1e910a182e73: Pulling fs layer 20:51:30 4e634b169226: Pulling fs layer 20:51:30 e73272ec9a57: Waiting 20:51:30 1e910a182e73: Waiting 20:51:30 4e634b169226: Waiting 20:51:30 e871e8e8d7a9: Waiting 20:51:30 a92cc7c5fd73: Verifying Checksum 20:51:30 a92cc7c5fd73: Download complete 20:51:30 ed8968b2872e: Verifying Checksum 20:51:30 ed8968b2872e: Download complete 20:51:30 e73272ec9a57: Verifying Checksum 20:51:30 e73272ec9a57: Download complete 20:51:30 1e910a182e73: Verifying Checksum 20:51:30 1e910a182e73: Download complete 20:51:30 df20fa9351a1: Verifying Checksum 20:51:30 df20fa9351a1: Download complete 20:51:30 df20fa9351a1: Pull complete 20:51:30 ed8968b2872e: Pull complete 20:51:30 a92cc7c5fd73: Pull complete 20:51:31 4e634b169226: Verifying Checksum 20:51:31 4e634b169226: Download complete 20:51:32 e871e8e8d7a9: Verifying Checksum 20:51:32 e871e8e8d7a9: Download complete 20:51:37 e871e8e8d7a9: Pull complete 20:51:38 e73272ec9a57: Pull complete 20:51:38 1e910a182e73: Pull complete 20:51:43 4e634b169226: Pull complete 20:51:43 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 20:51:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:51:43 ---> f7629b54cfaa 20:51:43 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:51:43 ---> Running in 6fa1517e1b72 20:51:43 Removing intermediate container 6fa1517e1b72 20:51:43 ---> 50c88ea0956f 20:51:43 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:51:43 ---> Running in 9803549dd77f 20:51:44 Removing intermediate container 9803549dd77f 20:51:44 ---> 4aa46d812b7f 20:51:44 Step 5/8 : RUN apk add --update --no-cache git make 20:51:44 ---> Running in ee25a0203677 20:51:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:51:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:51:47 OK: 166 MiB in 39 packages 20:51:47 Removing intermediate container ee25a0203677 20:51:47 ---> ea7d8099232c 20:51:47 Step 6/8 : WORKDIR /build 20:51:48 ---> Running in ab14c30308bd 20:51:48 Removing intermediate container ab14c30308bd 20:51:48 ---> 8bbda5ed989e 20:51:48 Step 7/8 : COPY go.mod . 20:51:48 ---> 9edad43d5345 20:51:48 Step 8/8 : RUN go mod download 20:51:48 ---> Running in 696223e070c8 20:52:07 Removing intermediate container 696223e070c8 20:52:07 ---> b10b4632abad 20:52:07 Successfully built b10b4632abad 20:52:07 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:52:07 + docker inspect -f . ci-base-image-x86_64 20:52:07 . [Pipeline] withDockerContainer 20:52:07 prd-centos7-docker-4c-2g-1253 does not seem to be running inside a container 20:52:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/1 -v /w/workspace/go-mod-bootstrap/1:/w/workspace/go-mod-bootstrap/1:rw,z -v /w/workspace/go-mod-bootstrap/1@tmp:/w/workspace/go-mod-bootstrap/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 ******** ci-base-image-x86_64 cat 20:52:08 $ docker top 21a5f6c5e8de62b494a21ba496f18a6b7eb6f318176c921a049c0a21c3b2ca07 -eo pid,comm [Pipeline] { [Pipeline] sh 20:52:09 + go version 20:52:09 go version go1.15.2 linux/amd64 [Pipeline] } 20:52:09 $ docker stop --time=1 21a5f6c5e8de62b494a21ba496f18a6b7eb6f318176c921a049c0a21c3b2ca07 20:52:10 $ docker rm -f 21a5f6c5e8de62b494a21ba496f18a6b7eb6f318176c921a049c0a21c3b2ca07 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:52:11 + docker inspect -f . ci-base-image-x86_64 20:52:11 . [Pipeline] withDockerContainer 20:52:12 prd-centos7-docker-4c-2g-1253 does not seem to be running inside a container 20:52:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/1 -v /w/workspace/go-mod-bootstrap/1:/w/workspace/go-mod-bootstrap/1:rw,z -v /w/workspace/go-mod-bootstrap/1@tmp:/w/workspace/go-mod-bootstrap/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 ******** ci-base-image-x86_64 cat 20:52:13 $ docker top e387afcc953ef5023f3a562b1205a61a12e5674294be53de78c90e838b6fa5c5 -eo pid,comm [Pipeline] { [Pipeline] sh 20:52:13 + make test 20:52:13 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 20:52:26 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] 20:52:26 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.022s coverage: 9.0% of statements 20:52:26 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] 20:52:26 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.017s coverage: 95.8% of statements 20:52:26 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.010s coverage: 84.2% of statements 20:52:26 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] 20:52:26 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] 20:52:26 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] 20:52:32 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.020s coverage: 100.0% of statements 20:52:32 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] 20:52:32 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] 20:52:32 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] 20:52:32 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.006s coverage: 48.9% of statements 20:52:32 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] 20:52:32 ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] 20:52:32 ok github.com/edgexfoundry/go-mod-bootstrap/di 0.007s coverage: 91.3% of statements 20:52:32 CGO_ENABLED=0 GO111MODULE=on go vet ./... 20:52:34 gofmt -l . 20:52:34 [ "`gofmt -l .`" = "" ] [Pipeline] stash 20:52:34 Stashed 1 file(s) [Pipeline] } 20:52:34 $ docker stop --time=1 e387afcc953ef5023f3a562b1205a61a12e5674294be53de78c90e838b6fa5c5 20:52:37 $ docker rm -f e387afcc953ef5023f3a562b1205a61a12e5674294be53de78c90e838b6fa5c5 [Pipeline] // withDockerContainer [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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 20:53:53 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1266 in /w/workspace/exfoundry_go-mod-bootstrap_PR-94 [Pipeline] { [Pipeline] ws 20:53:54 Running in /w/workspace/go-mod-bootstrap/1 [Pipeline] { [Pipeline] checkout 20:54:01 using credential edgex-jenkins-ssh 20:54:01 Cloning the remote Git repository 20:54:01 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 20:54:01 > git init /w/workspace/go-mod-bootstrap/1 # timeout=10 20:54:01 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 20:54:01 > git --version # timeout=10 20:54:01 > git --version # 'git version 2.17.1' 20:54:01 using GIT_SSH to set credentials SSH Credentials for GitHub 20:54:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:54:03 Merging remotes/origin/master commit 72d6ee15e01cf87b5c269754a0cc3fbb8c076f62 into PR head commit 4c7e86e229cd63122b6fee837a90c7ade98d610e 20:54:02 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 20:54:02 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:54:02 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 20:54:02 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 20:54:02 using GIT_SSH to set credentials SSH Credentials for GitHub 20:54:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/94/head:refs/remotes/origin/PR-94 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:54:03 > git config core.sparsecheckout # timeout=10 20:54:03 > git checkout -f 4c7e86e229cd63122b6fee837a90c7ade98d610e # timeout=10 20:54:03 Merge succeeded, producing 4c7e86e229cd63122b6fee837a90c7ade98d610e 20:54:03 Checking out Revision 4c7e86e229cd63122b6fee837a90c7ade98d610e (PR-94) 20:54:03 > git remote # timeout=10 20:54:03 > git config --get remote.origin.url # timeout=10 20:54:03 using GIT_SSH to set credentials SSH Credentials for GitHub 20:54:03 > git merge 72d6ee15e01cf87b5c269754a0cc3fbb8c076f62 # timeout=10 20:54:03 > git rev-parse HEAD^{commit} # timeout=10 20:54:03 > git config core.sparsecheckout # timeout=10 20:54:03 > git checkout -f 4c7e86e229cd63122b6fee837a90c7ade98d610e # timeout=10 20:54:08 Commit message: "build(deps): bump github.com/gorilla/mux from 1.7.1 to 1.8.0" 20:54:08 > git --version # timeout=10 20:54:08 > git --version # 'git version 2.17.1' 20:54:08 fatal: bad object 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 20:54:09 ========================================================= 20:54:09 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 20:54:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:54:10 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 20:54:11 Sending build context to Docker daemon 732.7kB 20:54:11 Step 1/8 : ARG BASE=golang:1.15-alpine 20:54:11 Step 2/8 : FROM ${BASE} 20:54:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:54:12 b538f80385f9: Pulling fs layer 20:54:12 74f711af9a0d: Pulling fs layer 20:54:12 99f96fe45779: Pulling fs layer 20:54:12 8529a6b9a6be: Pulling fs layer 20:54:12 45590311c82a: Pulling fs layer 20:54:12 69ca0ff8b7b3: Pulling fs layer 20:54:12 209524e5b208: Pulling fs layer 20:54:12 8529a6b9a6be: Waiting 20:54:12 45590311c82a: Waiting 20:54:12 209524e5b208: Waiting 20:54:12 69ca0ff8b7b3: Waiting 20:54:12 99f96fe45779: Download complete 20:54:12 74f711af9a0d: Verifying Checksum 20:54:12 74f711af9a0d: Download complete 20:54:12 45590311c82a: Verifying Checksum 20:54:12 45590311c82a: Download complete 20:54:12 69ca0ff8b7b3: Download complete 20:54:12 b538f80385f9: Download complete 20:54:13 b538f80385f9: Pull complete 20:54:13 74f711af9a0d: Pull complete 20:54:13 99f96fe45779: Pull complete 20:54:14 209524e5b208: Verifying Checksum 20:54:14 209524e5b208: Download complete 20:54:15 8529a6b9a6be: Verifying Checksum 20:54:15 8529a6b9a6be: Download complete 20:54:26 8529a6b9a6be: Pull complete 20:54:26 45590311c82a: Pull complete 20:54:26 69ca0ff8b7b3: Pull complete 20:54:29 209524e5b208: Pull complete 20:54:29 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 20:54:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 20:54:29 ---> 5bddaf1c2fca 20:54:29 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:54:32 ---> Running in dadcf1339af5 20:54:32 Removing intermediate container dadcf1339af5 20:54:32 ---> eb49fae84af7 20:54:32 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:54:33 ---> Running in e7cae6939620 20:54:35 Removing intermediate container e7cae6939620 20:54:35 ---> d0e303a9de65 20:54:35 Step 5/8 : RUN apk add --update --no-cache git make 20:54:36 ---> Running in 30d1abafbb11 20:54:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:54:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:54:41 OK: 142 MiB in 39 packages 20:54:42 Removing intermediate container 30d1abafbb11 20:54:42 ---> 2b0383d73c98 20:54:42 Step 6/8 : WORKDIR /build 20:54:42 ---> Running in b52cfd1110f6 20:54:43 Removing intermediate container b52cfd1110f6 20:54:43 ---> 29ee05005fcd 20:54:43 Step 7/8 : COPY go.mod . 20:54:44 ---> 4a0e315fc1c3 20:54:44 Step 8/8 : RUN go mod download 20:54:44 ---> Running in 05d2f5b3f818 20:55:06 Removing intermediate container 05d2f5b3f818 20:55:06 ---> d2f83f5a563a 20:55:06 Successfully built d2f83f5a563a 20:55:06 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:55:07 + docker inspect -f . ci-base-image-arm64 20:55:07 . [Pipeline] withDockerContainer 20:55:07 prd-ubuntu18.04-docker-arm64-4c-16g-1266 does not seem to be running inside a container 20:55:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/1 -v /w/workspace/go-mod-bootstrap/1:/w/workspace/go-mod-bootstrap/1:rw,z -v /w/workspace/go-mod-bootstrap/1@tmp:/w/workspace/go-mod-bootstrap/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 ******** ci-base-image-arm64 cat 20:55:09 $ docker top 3f0526ea4c8489700802fa73998d0cae032e8855998b801b9f06510a86651434 -eo pid,comm [Pipeline] { [Pipeline] sh 20:55:11 + go version 20:55:11 go version go1.15.2 linux/arm64 [Pipeline] } 20:55:11 $ docker stop --time=1 3f0526ea4c8489700802fa73998d0cae032e8855998b801b9f06510a86651434 20:55:13 $ docker rm -f 3f0526ea4c8489700802fa73998d0cae032e8855998b801b9f06510a86651434 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:55:14 + docker inspect -f . ci-base-image-arm64 20:55:14 . [Pipeline] withDockerContainer 20:55:15 prd-ubuntu18.04-docker-arm64-4c-16g-1266 does not seem to be running inside a container 20:55:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/1 -v /w/workspace/go-mod-bootstrap/1:/w/workspace/go-mod-bootstrap/1:rw,z -v /w/workspace/go-mod-bootstrap/1@tmp:/w/workspace/go-mod-bootstrap/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 ******** ci-base-image-arm64 cat 20:55:17 $ docker top 0198ec17547bbd662c0b13e188395281d5946b86b101e9c216ca25529ae9f6d1 -eo pid,comm [Pipeline] { [Pipeline] sh 20:55:19 + make test 20:55:19 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 20:55:51 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] 20:55:51 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.024s coverage: 9.0% of statements 20:55:51 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] 20:55:52 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.034s coverage: 95.8% of statements 20:55:52 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.030s coverage: 84.2% of statements 20:55:52 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] 20:55:52 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] 20:55:52 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] 20:56:00 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.034s coverage: 100.0% of statements 20:56:00 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] 20:56:00 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] 20:56:00 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] 20:56:00 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.015s coverage: 48.9% of statements 20:56:00 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] 20:56:00 ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] 20:56:00 ok github.com/edgexfoundry/go-mod-bootstrap/di 0.011s coverage: 91.3% of statements 20:56:01 CGO_ENABLED=0 GO111MODULE=on go vet ./... 20:56:07 gofmt -l . 20:56:07 [ "`gofmt -l .`" = "" ] [Pipeline] stash 20:56:08 Warning: overwriting stash ‘coverage-report’ 20:56:09 Stashed 1 file(s) [Pipeline] } 20:56:09 $ docker stop --time=1 0198ec17547bbd662c0b13e188395281d5946b86b101e9c216ca25529ae9f6d1 20:56:11 $ docker rm -f 0198ec17547bbd662c0b13e188395281d5946b86b101e9c216ca25529ae9f6d1 [Pipeline] // withDockerContainer [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 [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] wrap 20:56:15 provisioning config files... 20:56:15 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/exfoundry_go-mod-bootstrap_PR-94@tmp/config854582217934665646tmp [Pipeline] { [Pipeline] sh 20:56:15 + curl -s https://codecov.io/bash 20:56:15 + bash -s - -t @/w/workspace/exfoundry_go-mod-bootstrap_PR-94@tmp/config854582217934665646tmp [Pipeline] } 20:56:16 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair 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 20:56:21 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:56:22 ---> package-listing.sh 20:56:22 ++ facter osfamily 20:56:22 ++ tr '[:upper:]' '[:lower:]' 20:56:22 + OS_FAMILY=redhat 20:56:22 + workspace=/w/workspace/exfoundry_go-mod-bootstrap_PR-94 20:56:22 + START_PACKAGES=/tmp/packages_start.txt 20:56:22 + END_PACKAGES=/tmp/packages_end.txt 20:56:22 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:56:22 + PACKAGES=/tmp/packages_start.txt 20:56:22 + '[' /w/workspace/exfoundry_go-mod-bootstrap_PR-94 ']' 20:56:22 + PACKAGES=/tmp/packages_end.txt 20:56:22 + case "${OS_FAMILY}" in 20:56:22 + rpm -qa 20:56:22 + sort 20:56:26 + '[' -f /tmp/packages_start.txt ']' 20:56:26 + '[' -f /tmp/packages_end.txt ']' 20:56:26 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:56:26 + '[' /w/workspace/exfoundry_go-mod-bootstrap_PR-94 ']' 20:56:26 + mkdir -p /w/workspace/exfoundry_go-mod-bootstrap_PR-94/archives/ 20:56:26 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_go-mod-bootstrap_PR-94/archives/ [Pipeline] isUnix [Pipeline] sh 20:56:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:56:27 20:56:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:56:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:56:27 alpine: Pulling from edgex-lftools-log-publisher 20:56:27 df20fa9351a1: Pulling fs layer 20:56:27 36b3adc4ff6f: Pulling fs layer 20:56:27 8ad3a11d3b57: Pulling fs layer 20:56:27 46f8f816bc3b: Pulling fs layer 20:56:27 0dadc02b9964: Pulling fs layer 20:56:27 ce6a7cf60c04: Pulling fs layer 20:56:27 7a184a31f384: Pulling fs layer 20:56:27 0879bd2ef858: Pulling fs layer 20:56:27 46f8f816bc3b: Waiting 20:56:27 0dadc02b9964: Waiting 20:56:27 ce6a7cf60c04: Waiting 20:56:27 7a184a31f384: Waiting 20:56:27 0879bd2ef858: Waiting 20:56:27 36b3adc4ff6f: Verifying Checksum 20:56:27 36b3adc4ff6f: Download complete 20:56:27 46f8f816bc3b: Verifying Checksum 20:56:27 46f8f816bc3b: Download complete 20:56:27 df20fa9351a1: Verifying Checksum 20:56:27 ce6a7cf60c04: Verifying Checksum 20:56:27 ce6a7cf60c04: Download complete 20:56:27 7a184a31f384: Download complete 20:56:27 0dadc02b9964: Verifying Checksum 20:56:27 0dadc02b9964: Download complete 20:56:28 8ad3a11d3b57: Verifying Checksum 20:56:28 8ad3a11d3b57: Download complete 20:56:28 df20fa9351a1: Pull complete 20:56:28 36b3adc4ff6f: Pull complete 20:56:28 0879bd2ef858: Verifying Checksum 20:56:28 0879bd2ef858: Download complete 20:56:28 8ad3a11d3b57: Pull complete 20:56:28 46f8f816bc3b: Pull complete 20:56:29 0dadc02b9964: Pull complete 20:56:29 ce6a7cf60c04: Pull complete 20:56:29 7a184a31f384: Pull complete 20:56:32 0879bd2ef858: Pull complete 20:56:32 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 20:56:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:56:32 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:56:32 prd-centos7-docker-4c-2g-1248 does not seem to be running inside a container 20:56:32 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/exfoundry_go-mod-bootstrap_PR-94 -v /w/workspace/exfoundry_go-mod-bootstrap_PR-94:/w/workspace/exfoundry_go-mod-bootstrap_PR-94:rw,z -v /w/workspace/exfoundry_go-mod-bootstrap_PR-94@tmp:/w/workspace/exfoundry_go-mod-bootstrap_PR-94@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 20:56:37 $ docker top 625c0fedbe9781317e8f26562fd34f4b9d4dd2fe38aea2c099cd6665c197ee0e -eo pid,comm [Pipeline] { [Pipeline] sh 20:56:37 + mkdir -p /var/log/sa [Pipeline] sh 20:56:38 + ls /var/log/sa-host 20:56:38 + sadf -c /var/log/sa-host/sa05 20:56:38 file_magic: OK 20:56:38 HZ: Using current value: 100 20:56:38 file_header: OK 20:56:38 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 20:56:38 Statistics: 20:56:38 Hnuu...uuuununununu...Hnuu...uuuununununu... 20:56:38 File successfully converted to sysstat format version 12.2.1 20:56:38 + sadf -c /var/log/sa-host/sa24 20:56:38 file_magic: OK 20:56:38 HZ: Using current value: 100 20:56:38 file_header: OK 20:56:38 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 20:56:38 Statistics: 20:56:38 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:56:38 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:56:38 provisioning config files... 20:56:38 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_go-mod-bootstrap_PR-94@tmp/config3812407212210658246tmp [Pipeline] { [Pipeline] echo 20:56:38 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:56:39 ---> create-netrc.sh [Pipeline] echo 20:56:39 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:56:39 ---> logs-deploy.sh 20:56:39 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-94/1 20:56:39 INFO: archiving workspace using pattern(s): 20:56:40 Archives upload complete. 20:56:40 INFO: archiving logs to Nexus 20:56:41 ---> uname -a: 20:56:41 Linux 625c0fedbe97 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 20:56:41 20:56:41 20:56:41 ---> lscpu: 20:56:41 Architecture: x86_64 20:56:41 CPU op-mode(s): 32-bit, 64-bit 20:56:41 Byte Order: Little Endian 20:56:41 Address sizes: 40 bits physical, 48 bits virtual 20:56:41 CPU(s): 4 20:56:41 On-line CPU(s) list: 0-3 20:56:41 Thread(s) per core: 1 20:56:41 Core(s) per socket: 1 20:56:41 Socket(s): 4 20:56:41 NUMA node(s): 1 20:56:41 Vendor ID: GenuineIntel 20:56:41 CPU family: 6 20:56:41 Model: 44 20:56:41 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:56:41 Stepping: 1 20:56:41 CPU MHz: 2933.442 20:56:41 BogoMIPS: 5866.88 20:56:41 Virtualization: VT-x 20:56:41 Hypervisor vendor: KVM 20:56:41 Virtualization type: full 20:56:41 L1d cache: 128 KiB 20:56:41 L1i cache: 128 KiB 20:56:41 L2 cache: 16 MiB 20:56:41 L3 cache: 64 MiB 20:56:41 NUMA node0 CPU(s): 0-3 20:56:41 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:56:41 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:56:41 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:56:41 Vulnerability Meltdown: Mitigation; PTI 20:56:41 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:56:41 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:56:41 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:56:41 Vulnerability Tsx async abort: Not affected 20:56:41 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 20:56:41 20:56:41 20:56:41 ---> nproc: 20:56:41 4 20:56:41 20:56:41 20:56:41 ---> df -h: 20:56:41 Filesystem Size Used Available Use% Mounted on 20:56:41 overlay 50.0G 6.9G 43.0G 14% / 20:56:41 tmpfs 64.0M 0 64.0M 0% /dev 20:56:41 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 20:56:41 shm 64.0M 0 64.0M 0% /dev/shm 20:56:41 /dev/vda1 50.0G 6.9G 43.0G 14% /etc/resolv.conf 20:56:41 /dev/vda1 50.0G 6.9G 43.0G 14% /etc/hostname 20:56:41 /dev/vda1 50.0G 6.9G 43.0G 14% /etc/hosts 20:56:41 /dev/vda1 50.0G 6.9G 43.0G 14% /var/log/sa-host 20:56:41 /dev/vda1 50.0G 6.9G 43.0G 14% /w/workspace/exfoundry_go-mod-bootstrap_PR-94 20:56:41 /dev/vda1 50.0G 6.9G 43.0G 14% /w/workspace/exfoundry_go-mod-bootstrap_PR-94@tmp 20:56:41 20:56:41 20:56:41 ---> free -m: 20:56:41 total used free shared buff/cache available 20:56:41 Mem: 1837 635 144 0 1057 1095 20:56:41 Swap: 1023 0 1023 20:56:41 20:56:41 20:56:41 ---> ip addr: 20:56:41 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 20:56:41 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:56:41 inet 127.0.0.1/8 scope host lo 20:56:41 valid_lft forever preferred_lft forever 20:56:41 6: eth0@if7: mtu 1458 qdisc noqueue state UP 20:56:41 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 20:56:41 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 20:56:41 valid_lft forever preferred_lft forever 20:56:41 20:56:41 20:56:41 ---> sar -b -r -n DEV: 20:56:41 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/24/20 _x86_64_ (4 CPU) 20:56:41 20:56:41 20:48:33 LINUX RESTART (4 CPU) 20:56:41 20:56:41 20:49:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:56:41 20:50:01 150.30 61.65 88.65 0.00 8112.38 40238.72 0.00 20:56:41 20:51:01 3.53 0.00 3.53 0.00 0.00 116.40 0.00 20:56:41 20:52:01 0.35 0.00 0.35 0.00 0.00 5.28 0.00 20:56:41 20:53:01 0.18 0.00 0.18 0.00 0.00 2.01 0.00 20:56:41 20:54:01 0.32 0.00 0.32 0.00 0.00 5.66 0.00 20:56:41 20:55:01 0.32 0.00 0.32 0.00 0.00 4.85 0.00 20:56:41 20:56:01 0.28 0.02 0.27 0.00 0.13 3.65 0.00 20:56:41 Average: 22.19 8.81 13.38 0.00 1159.56 5771.22 0.00 20:56:41 20:56:41 20:49:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:56:41 20:50:01 181620 0 554080 29.45 2620 1143236 1102128 37.61 416888 1123564 120 20:56:41 20:51:01 182552 0 553060 29.39 2620 1143324 1101772 37.60 417720 1122084 12 20:56:41 20:52:01 184104 0 551500 29.31 2620 1143332 1087444 37.11 418196 1120120 20 20:56:41 20:53:01 181080 0 554524 29.47 2620 1143332 1085424 37.04 422128 1119416 12 20:56:41 20:54:01 181332 0 554264 29.46 2620 1143340 1085544 37.05 433356 1108384 20 20:56:41 20:55:01 181572 0 554020 29.44 2620 1143344 1081520 36.91 433188 1108152 20 20:56:41 20:56:01 181664 0 553920 29.44 2620 1143352 1081596 36.91 433580 1108152 16 20:56:41 Average: 181989 0 553624 29.42 2620 1143323 1089347 37.18 425008 1115696 31 20:56:41 20:56:41 20:49:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:56:41 20:50:01 eth0 429.50 263.83 1044.80 89.90 0.00 0.00 0.00 0.00 20:56:41 20:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:41 20:50:01 docker0 1.63 1.35 0.39 2.91 0.00 0.00 0.00 0.00 20:56:41 20:51:01 eth0 1.96 0.53 0.63 0.34 0.00 0.00 0.00 0.00 20:56:41 20:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:41 20:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:41 20:52:01 eth0 5.56 0.50 0.95 0.42 0.00 0.00 0.00 0.00 20:56:41 20:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:41 20:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:41 20:53:01 eth0 5.54 0.67 0.95 0.41 0.00 0.00 0.00 0.00 20:56:41 20:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:41 20:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:41 20:54:01 eth0 7.86 1.43 2.08 1.18 0.00 0.00 0.00 0.00 20:56:41 20:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:41 20:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:41 20:55:01 eth0 4.81 1.38 1.69 1.08 0.00 0.00 0.00 0.00 20:56:41 20:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:41 20:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:41 20:56:01 eth0 1.25 0.52 0.57 0.36 0.00 0.00 0.00 0.00 20:56:41 20:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:41 20:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:41 Average: eth0 65.25 38.43 150.32 13.39 0.00 0.00 0.00 0.00 20:56:41 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:41 Average: docker0 0.23 0.19 0.06 0.42 0.00 0.00 0.00 0.00 20:56:41 20:56:41 20:56:41 ---> sar -P ALL: 20:56:41 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/24/20 _x86_64_ (4 CPU) 20:56:41 20:56:41 20:48:33 LINUX RESTART (4 CPU) 20:56:41 20:56:41 20:49:01 CPU %user %nice %system %iowait %steal %idle 20:56:41 20:50:01 all 16.50 0.00 8.94 5.48 0.21 68.87 20:56:41 20:50:01 0 16.86 0.00 9.78 3.57 0.22 69.58 20:56:41 20:50:01 1 17.20 0.00 7.74 4.92 0.22 69.92 20:56:41 20:50:01 2 15.91 0.00 9.76 5.61 0.15 68.56 20:56:41 20:50:01 3 16.04 0.00 8.47 7.81 0.24 67.44 20:56:41 20:51:01 all 0.18 0.00 0.06 0.00 0.08 99.68 20:56:41 20:51:01 0 0.05 0.00 0.03 0.00 0.03 99.88 20:56:41 20:51:01 1 0.07 0.00 0.08 0.00 0.15 99.70 20:56:41 20:51:01 2 0.53 0.00 0.07 0.00 0.12 99.28 20:56:41 20:51:01 3 0.07 0.00 0.05 0.00 0.02 99.87 20:56:41 20:52:01 all 0.18 0.00 0.05 0.00 0.03 99.73 20:56:41 20:52:01 0 0.05 0.00 0.03 0.00 0.02 99.90 20:56:41 20:52:01 1 0.18 0.00 0.05 0.00 0.07 99.70 20:56:41 20:52:01 2 0.45 0.00 0.10 0.00 0.02 99.43 20:56:41 20:52:01 3 0.05 0.00 0.03 0.00 0.02 99.90 20:56:41 20:53:01 all 0.15 0.00 0.05 0.00 0.10 99.70 20:56:41 20:53:01 0 0.07 0.00 0.07 0.00 0.15 99.72 20:56:41 20:53:01 1 0.08 0.00 0.03 0.00 0.10 99.78 20:56:41 20:53:01 2 0.42 0.00 0.05 0.00 0.13 99.40 20:56:41 20:53:01 3 0.02 0.00 0.05 0.00 0.03 99.90 20:56:41 20:54:01 all 0.20 0.00 0.09 0.00 0.07 99.64 20:56:41 20:54:01 0 0.10 0.00 0.07 0.00 0.12 99.72 20:56:41 20:54:01 1 0.52 0.00 0.05 0.00 0.03 99.40 20:56:41 20:54:01 2 0.13 0.00 0.03 0.00 0.08 99.75 20:56:41 20:54:01 3 0.07 0.00 0.20 0.00 0.05 99.68 20:56:41 20:55:01 all 0.13 0.00 0.07 0.00 0.01 99.80 20:56:41 20:55:01 0 0.13 0.00 0.05 0.00 0.02 99.80 20:56:41 20:55:01 1 0.15 0.00 0.07 0.00 0.02 99.77 20:56:41 20:55:01 2 0.18 0.00 0.08 0.00 0.02 99.72 20:56:41 20:55:01 3 0.03 0.00 0.07 0.00 0.00 99.90 20:56:41 20:56:01 all 0.18 0.00 0.03 0.00 0.02 99.77 20:56:41 20:56:01 0 0.08 0.00 0.05 0.00 0.05 99.82 20:56:41 20:56:01 1 0.05 0.00 0.03 0.00 0.02 99.90 20:56:41 20:56:01 2 0.55 0.00 0.03 0.00 0.00 99.42 20:56:41 20:56:01 3 0.03 0.00 0.02 0.00 0.02 99.93 20:56:41 Average: all 2.48 0.00 1.31 0.77 0.07 95.36 20:56:41 Average: 0 2.45 0.00 1.42 0.50 0.09 95.54 20:56:41 Average: 1 2.58 0.00 1.14 0.70 0.09 95.50 20:56:41 Average: 2 2.57 0.00 1.43 0.79 0.07 95.13 20:56:41 Average: 3 2.30 0.00 1.25 1.10 0.05 95.29 20:56:41 20:56:41 20:56:41