Pull request #16 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6a3837a2583f30a461cd8786b159224f6c18eb39+4d2dcc302aea349da7dddd1875c8995ac5d915d0 (3b99033b4e217c2d0d817627164b507d35943204) 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-configuration/branches/PR-16/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-configuration, 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-configuration-settings PROJECT: go-mod-configuration 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-configuration 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-1265 in /w/workspace/undry_go-mod-configuration_PR-16 [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-configuration.git > git init /w/workspace/undry_go-mod-configuration_PR-16 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.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-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.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-configuration.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/pull/16/head:refs/remotes/origin/PR-16 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 4d2dcc302aea349da7dddd1875c8995ac5d915d0 into PR head commit 6a3837a2583f30a461cd8786b159224f6c18eb39 Merge succeeded, producing 6a3837a2583f30a461cd8786b159224f6c18eb39 Checking out Revision 6a3837a2583f30a461cd8786b159224f6c18eb39 (PR-16) > git config core.sparsecheckout # timeout=10 > git checkout -f 6a3837a2583f30a461cd8786b159224f6c18eb39 # 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 4d2dcc302aea349da7dddd1875c8995ac5d915d0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6a3837a2583f30a461cd8786b159224f6c18eb39 # timeout=10 Commit message: "build(deps): Bump github.com/pelletier/go-toml from 1.2.0 to 1.8.1" 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:53:15 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:53:15 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:53:15 ========================================================= 20:53:15 EdgeX Global Pipelines Version Info 20:53:15 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:53:17 ------------------- 20:53:17 stable info: 20:53:17 ------------------- 20:53:17 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:53:17 Commit SHA: 85bea31ad76f85e2acd5a821f20c71e435d4ae12 20:53:17 Message: update stable to v1.0.128 20:53:18 ------------------- 20:53:18 experimental info: 20:53:18 ------------------- 20:53:18 Commited By: **** collab-it+edgex@linuxfoundation.org 20:53:18 Commit SHA: db8a1d80b86ca0f96dca4d6027083ac3162e2a74 20:53:18 Message: update experimental to v1.0.129 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 20:53:19 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-configuration-settings [Pipeline] echo 20:53:19 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-configuration [Pipeline] echo 20:53:20 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:53:20 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:53:20 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:53:20 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:53:21 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:53:21 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:53:21 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:53:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:53:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:53:22 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-configuration [Pipeline] echo 20:53:22 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:53:22 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:53:23 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 20:53:23 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 20:53:23 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:53:23 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:53:24 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 20:53:24 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:53:24 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 20:53:24 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 20:53:24 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:53:25 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:53:25 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 20:53:25 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-16 [Pipeline] echo 20:53:25 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-16 [Pipeline] echo 20:53:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-16 [Pipeline] echo 20:53:26 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6a3837a2583f30a461cd8786b159224f6c18eb39 [Pipeline] echo 20:53:26 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6a3837a [Pipeline] echo 20:53:26 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:53:28 + git log --format=format:%s -1 6a3837a2583f30a461cd8786b159224f6c18eb39 [Pipeline] echo 20:53:28 GIT_COMMIT: 6a3837a2583f30a461cd8786b159224f6c18eb39, Commit Message: build(deps): Bump github.com/pelletier/go-toml from 1.2.0 to 1.8.1 [Pipeline] echo 20:53:28 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 20:53:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:53:29 20:53:29 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:53:30 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:53:30 latest: Pulling from edgex-devops/git-semver 20:53:30 31603596830f: Pulling fs layer 20:53:30 2a8b12db71e7: Pulling fs layer 20:53:30 6ca5941a6612: Pulling fs layer 20:53:30 ecc8261a40a4: Pulling fs layer 20:53:30 ecc8261a40a4: Waiting 20:53:30 2a8b12db71e7: Download complete 20:53:30 31603596830f: Verifying Checksum 20:53:30 31603596830f: Download complete 20:53:30 ecc8261a40a4: Verifying Checksum 20:53:30 ecc8261a40a4: Download complete 20:53:30 6ca5941a6612: Verifying Checksum 20:53:30 6ca5941a6612: Download complete 20:53:30 31603596830f: Pull complete 20:53:31 2a8b12db71e7: Pull complete 20:53:32 6ca5941a6612: Pull complete 20:53:32 ecc8261a40a4: Pull complete 20:53:32 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:53:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:53:32 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:53:32 prd-centos7-docker-4c-2g-1265 does not seem to be running inside a container 20:53:32 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_go-mod-configuration_PR-16 -v /w/workspace/undry_go-mod-configuration_PR-16:/w/workspace/undry_go-mod-configuration_PR-16:rw,z -v /w/workspace/undry_go-mod-configuration_PR-16@tmp:/w/workspace/undry_go-mod-configuration_PR-16@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:53:34 $ docker top cfc62629e680288a6f365541ffea411ac39f25ab0f13c5113af1dcf23f082d6d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:53:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:53:35 [ssh-agent] Looking for ssh-agent implementation... 20:53:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:53:36 $ docker exec cfc62629e680288a6f365541ffea411ac39f25ab0f13c5113af1dcf23f082d6d ssh-agent 20:53:36 SSH_AUTH_SOCK=/tmp/ssh-gZqTUF1uaXmG/agent.11 20:53:36 SSH_AGENT_PID=17 20:53:36 Running ssh-add (command line suppressed) 20:53:36 Identity added: /w/workspace/undry_go-mod-configuration_PR-16@tmp/private_key_3473253602340476259.key (/w/workspace/undry_go-mod-configuration_PR-16@tmp/private_key_3473253602340476259.key) 20:53:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:53:37 + git describe --exact-match --tags HEAD 20:53:37 fatal: no tag exactly matches '6a3837a2583f30a461cd8786b159224f6c18eb39' [Pipeline] } 20:53:37 $ docker exec --env ******** --env ******** cfc62629e680288a6f365541ffea411ac39f25ab0f13c5113af1dcf23f082d6d ssh-agent -k 20:53:37 unset SSH_AUTH_SOCK; 20:53:37 unset SSH_AGENT_PID; 20:53:37 echo Agent pid 17 killed; 20:53:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 20:53:38 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 20:53:38 This usually means this commit has not been tagged. [Pipeline] sshagent 20:53:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:53:38 [ssh-agent] Looking for ssh-agent implementation... 20:53:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:53:38 $ docker exec cfc62629e680288a6f365541ffea411ac39f25ab0f13c5113af1dcf23f082d6d ssh-agent 20:53:38 SSH_AUTH_SOCK=/tmp/ssh-QcAHcrbS6ST8/agent.46 20:53:38 SSH_AGENT_PID=51 20:53:38 Running ssh-add (command line suppressed) 20:53:38 Identity added: /w/workspace/undry_go-mod-configuration_PR-16@tmp/private_key_5016106286420636770.key (/w/workspace/undry_go-mod-configuration_PR-16@tmp/private_key_5016106286420636770.key) 20:53:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:53:39 + git semver init 20:53:39 # -> Open(): unable to determine branch for HEAD 20:53:39 # $GIT_DIR = /w/workspace/undry_go-mod-configuration_PR-16/.git 20:53:39 # $GIT_WORK_TREE = /w/workspace/undry_go-mod-configuration_PR-16 20:53:39 # $SEMVER_REMOTE_NAME = origin 20:53:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:53:39 # $SEMVER_USER_NAME = edgex-jenkins 20:53:39 # $SEMVER_BRANCH = PR-16 20:53:39 # $SEMVER_TEMP = /tmp/semver-516825772 20:53:39 # git clone --branch semver git@github.com:edgexfoundry/go-mod-configuration.git $SEMVER_TEMP 20:53:40 # '/tmp/semver-516825772' -> '/w/workspace/undry_go-mod-configuration_PR-16/.semver' 20:53:40 # -> Force: false 20:53:40 # $SEMVER_DIR = /w/workspace/undry_go-mod-configuration_PR-16/.semver [Pipeline] } 20:53:40 $ docker exec --env ******** --env ******** cfc62629e680288a6f365541ffea411ac39f25ab0f13c5113af1dcf23f082d6d ssh-agent -k 20:53:40 unset SSH_AUTH_SOCK; 20:53:40 unset SSH_AGENT_PID; 20:53:40 echo Agent pid 51 killed; 20:53:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:53:41 + git semver [Pipeline] } 20:53:41 $ docker stop --time=1 cfc62629e680288a6f365541ffea411ac39f25ab0f13c5113af1dcf23f082d6d 20:53:42 $ docker rm -f cfc62629e680288a6f365541ffea411ac39f25ab0f13c5113af1dcf23f082d6d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 20:53:44 Stashed 19 file(s) [Pipeline] echo 20:53:44 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 20:53:44 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:54:00 Still waiting to schedule task 20:54:00 ‘prd-centos7-docker-4c-2g-1255’ is offline; ‘prd-centos7-docker-4c-2g-1276’ is offline; ‘prd-centos7-docker-4c-2g-1277’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1259’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1262’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1271’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1272’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1274’ doesn’t have label ‘centos7-docker-4c-2g’ 20:54:01 Still waiting to schedule task 20:54:01 ‘prd-centos7-docker-4c-2g-1255’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-1276’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-1277’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1259’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1262’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1271’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1272’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1274’ is offline 21:05:11 Running on prd-centos7-docker-4c-2g-1296 in /w/workspace/undry_go-mod-configuration_PR-16 [Pipeline] { [Pipeline] ws 21:05:11 Running in /w/workspace/go-mod-configuration/1 [Pipeline] { [Pipeline] checkout 21:05:17 using credential edgex-jenkins-ssh 21:05:17 Cloning the remote Git repository 21:05:18 Merging remotes/origin/master commit 4d2dcc302aea349da7dddd1875c8995ac5d915d0 into PR head commit 6a3837a2583f30a461cd8786b159224f6c18eb39 21:05:17 Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git 21:05:17 > git init /w/workspace/go-mod-configuration/1 # timeout=10 21:05:17 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 21:05:17 > git --version # timeout=10 21:05:17 > git --version # 'git version 2.16.5' 21:05:17 using GIT_SSH to set credentials SSH Credentials for GitHub 21:05:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:05:17 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 21:05:17 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:05:17 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 21:05:17 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 21:05:17 using GIT_SSH to set credentials SSH Credentials for GitHub 21:05:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/pull/16/head:refs/remotes/origin/PR-16 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:05:18 > git config core.sparsecheckout # timeout=10 21:05:18 > git checkout -f 6a3837a2583f30a461cd8786b159224f6c18eb39 # timeout=10 21:05:18 Merge succeeded, producing 6a3837a2583f30a461cd8786b159224f6c18eb39 21:05:18 Checking out Revision 6a3837a2583f30a461cd8786b159224f6c18eb39 (PR-16) 21:05:18 > git remote # timeout=10 21:05:18 > git config --get remote.origin.url # timeout=10 21:05:18 using GIT_SSH to set credentials SSH Credentials for GitHub 21:05:18 > git merge 4d2dcc302aea349da7dddd1875c8995ac5d915d0 # timeout=10 21:05:18 > git rev-parse HEAD^{commit} # timeout=10 21:05:18 > git config core.sparsecheckout # timeout=10 21:05:18 > git checkout -f 6a3837a2583f30a461cd8786b159224f6c18eb39 # timeout=10 21:05:22 Commit message: "build(deps): Bump github.com/pelletier/go-toml from 1.2.0 to 1.8.1" 21:05:22 > git --version # timeout=10 21:05:22 > git --version # 'git version 2.16.5' 21:05:22 fatal: bad object 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 21:05:23 ========================================================= 21:05:23 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:05:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:05:24 + 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 . 21:05:25 Sending build context to Docker daemon 254.5kB 21:05:25 Step 1/7 : ARG BASE=golang:1.15-alpine 21:05:25 Step 2/7 : FROM ${BASE} 21:05:26 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:05:26 df20fa9351a1: Pulling fs layer 21:05:26 ed8968b2872e: Pulling fs layer 21:05:26 a92cc7c5fd73: Pulling fs layer 21:05:26 e871e8e8d7a9: Pulling fs layer 21:05:26 e73272ec9a57: Pulling fs layer 21:05:26 1e910a182e73: Pulling fs layer 21:05:26 4e634b169226: Pulling fs layer 21:05:26 e871e8e8d7a9: Waiting 21:05:26 e73272ec9a57: Waiting 21:05:26 1e910a182e73: Waiting 21:05:26 4e634b169226: Waiting 21:05:26 a92cc7c5fd73: Download complete 21:05:28 ed8968b2872e: Download complete 21:05:29 df20fa9351a1: Verifying Checksum 21:05:29 df20fa9351a1: Download complete 21:05:29 e73272ec9a57: Verifying Checksum 21:05:29 e73272ec9a57: Download complete 21:05:29 df20fa9351a1: Pull complete 21:05:29 1e910a182e73: Verifying Checksum 21:05:29 1e910a182e73: Download complete 21:05:29 ed8968b2872e: Pull complete 21:05:29 a92cc7c5fd73: Pull complete 21:05:40 4e634b169226: Verifying Checksum 21:05:40 4e634b169226: Download complete 21:05:41 e871e8e8d7a9: Verifying Checksum 21:05:41 e871e8e8d7a9: Download complete 21:05:48 e871e8e8d7a9: Pull complete 21:05:48 e73272ec9a57: Pull complete 21:05:48 1e910a182e73: Pull complete 21:05:52 4e634b169226: Pull complete 21:05:52 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 21:05:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:05:52 ---> f7629b54cfaa 21:05:52 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 21:05:52 ---> Running in 660fc9be409c 21:05:52 Removing intermediate container 660fc9be409c 21:05:52 ---> d7df6775a0c7 21:05:52 Step 4/7 : RUN apk add --update bash 21:05:52 ---> Running in ae34208fce8a 21:05:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:05:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:05:56 OK: 166 MiB in 39 packages 21:05:56 Removing intermediate container ae34208fce8a 21:05:56 ---> c7559a4c7f25 21:05:56 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 21:05:56 ---> Running in 9aa96f0ba496 21:05:57 Removing intermediate container 9aa96f0ba496 21:05:57 ---> fbd72168fc26 21:05:57 Step 6/7 : COPY go.mod . 21:05:57 ---> 4e2a072b42f9 21:05:57 Step 7/7 : RUN go mod download 21:05:57 ---> Running in c6aa288a80d4 21:06:01 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1283 in /w/workspace/undry_go-mod-configuration_PR-16 [Pipeline] { [Pipeline] ws 21:06:01 Running in /w/workspace/go-mod-configuration/1 [Pipeline] { [Pipeline] checkout 21:06:07 Removing intermediate container c6aa288a80d4 21:06:07 ---> 9739cf141750 21:06:07 Successfully built 9739cf141750 21:06:07 Successfully tagged ci-base-image-x86_64:latest 21:06:07 using credential edgex-jenkins-ssh 21:06:07 Cloning the remote Git repository [Pipeline] isUnix [Pipeline] sh 21:06:08 + docker inspect -f . ci-base-image-x86_64 21:06:08 . [Pipeline] withDockerContainer 21:06:08 prd-centos7-docker-4c-2g-1296 does not seem to be running inside a container 21:06:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/1 -v /w/workspace/go-mod-configuration/1:/w/workspace/go-mod-configuration/1:rw,z -v /w/workspace/go-mod-configuration/1@tmp:/w/workspace/go-mod-configuration/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 21:06:07 Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git 21:06:07 > git init /w/workspace/go-mod-configuration/1 # timeout=10 21:06:08 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 21:06:08 > git --version # timeout=10 21:06:08 > git --version # 'git version 2.17.1' 21:06:08 using GIT_SSH to set credentials SSH Credentials for GitHub 21:06:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:06:09 $ docker top 1ac166e708b4918acd03934c289880865a784a5df91b4f3ac668baf47708d985 -eo pid,comm 21:06:09 Merging remotes/origin/master commit 4d2dcc302aea349da7dddd1875c8995ac5d915d0 into PR head commit 6a3837a2583f30a461cd8786b159224f6c18eb39 [Pipeline] { [Pipeline] sh 21:06:08 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 21:06:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:06:08 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 21:06:08 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 21:06:08 using GIT_SSH to set credentials SSH Credentials for GitHub 21:06:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/pull/16/head:refs/remotes/origin/PR-16 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:06:09 > git config core.sparsecheckout # timeout=10 21:06:09 > git checkout -f 6a3837a2583f30a461cd8786b159224f6c18eb39 # timeout=10 21:06:09 > git remote # timeout=10 21:06:09 Merge succeeded, producing 6a3837a2583f30a461cd8786b159224f6c18eb39 21:06:09 Checking out Revision 6a3837a2583f30a461cd8786b159224f6c18eb39 (PR-16) 21:06:09 + go version 21:06:09 go version go1.15.2 linux/amd64 [Pipeline] } 21:06:09 $ docker stop --time=1 1ac166e708b4918acd03934c289880865a784a5df91b4f3ac668baf47708d985 21:06:09 > git config --get remote.origin.url # timeout=10 21:06:09 using GIT_SSH to set credentials SSH Credentials for GitHub 21:06:09 > git merge 4d2dcc302aea349da7dddd1875c8995ac5d915d0 # timeout=10 21:06:09 > git rev-parse HEAD^{commit} # timeout=10 21:06:09 > git config core.sparsecheckout # timeout=10 21:06:09 > git checkout -f 6a3837a2583f30a461cd8786b159224f6c18eb39 # timeout=10 21:06:11 $ docker rm -f 1ac166e708b4918acd03934c289880865a784a5df91b4f3ac668baf47708d985 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:06:12 + docker inspect -f . ci-base-image-x86_64 21:06:12 . [Pipeline] withDockerContainer 21:06:12 prd-centos7-docker-4c-2g-1296 does not seem to be running inside a container 21:06:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/1 -v /w/workspace/go-mod-configuration/1:/w/workspace/go-mod-configuration/1:rw,z -v /w/workspace/go-mod-configuration/1@tmp:/w/workspace/go-mod-configuration/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 21:06:13 $ docker top fb0092833941e9f6d3210e9b89cff914802e05f6322612a101d414363e421f1d -eo pid,comm [Pipeline] { [Pipeline] sh 21:06:14 + make test 21:06:14 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 21:06:14 Commit message: "build(deps): Bump github.com/pelletier/go-toml from 1.2.0 to 1.8.1" 21:06:14 > git --version # timeout=10 21:06:14 > git --version # 'git version 2.17.1' 21:06:14 fatal: bad object 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 21:06:16 ========================================================= 21:06:16 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:06:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:06:17 + 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 . 21:06:18 Sending build context to Docker daemon 254.5kB 21:06:18 Step 1/7 : ARG BASE=golang:1.15-alpine 21:06:18 Step 2/7 : FROM ${BASE} 21:06:19 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:06:19 b538f80385f9: Pulling fs layer 21:06:19 74f711af9a0d: Pulling fs layer 21:06:19 99f96fe45779: Pulling fs layer 21:06:19 8529a6b9a6be: Pulling fs layer 21:06:19 45590311c82a: Pulling fs layer 21:06:19 69ca0ff8b7b3: Pulling fs layer 21:06:19 209524e5b208: Pulling fs layer 21:06:19 8529a6b9a6be: Waiting 21:06:19 45590311c82a: Waiting 21:06:19 69ca0ff8b7b3: Waiting 21:06:19 209524e5b208: Waiting 21:06:19 99f96fe45779: Verifying Checksum 21:06:19 99f96fe45779: Download complete 21:06:19 74f711af9a0d: Download complete 21:06:19 45590311c82a: Download complete 21:06:19 69ca0ff8b7b3: Download complete 21:06:20 b538f80385f9: Verifying Checksum 21:06:20 b538f80385f9: Download complete 21:06:21 b538f80385f9: Pull complete 21:06:21 74f711af9a0d: Pull complete 21:06:22 99f96fe45779: Pull complete 21:06:22 ok github.com/edgexfoundry/go-mod-configuration/configuration 0.013s coverage: 85.7% of statements 21:06:25 ok github.com/edgexfoundry/go-mod-configuration/internal/pkg/consul 2.548s coverage: 86.0% of statements 21:06:25 ok github.com/edgexfoundry/go-mod-configuration/pkg/types 0.012s coverage: 100.0% of statements 21:06:25 CGO_ENABLED=0 GO111MODULE=on go vet ./... 21:06:26 gofmt -l . 21:06:26 [ "`gofmt -l .`" = "" ] [Pipeline] stash 21:06:26 209524e5b208: Verifying Checksum 21:06:26 209524e5b208: Download complete 21:06:26 Stashed 1 file(s) [Pipeline] } 21:06:26 $ docker stop --time=1 fb0092833941e9f6d3210e9b89cff914802e05f6322612a101d414363e421f1d 21:06:28 $ docker rm -f fb0092833941e9f6d3210e9b89cff914802e05f6322612a101d414363e421f1d [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 21:06:30 8529a6b9a6be: Verifying Checksum 21:06:30 8529a6b9a6be: Download complete [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:06:41 8529a6b9a6be: Pull complete 21:06:41 45590311c82a: Pull complete 21:06:41 69ca0ff8b7b3: Pull complete 21:06:44 209524e5b208: Pull complete 21:06:44 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 21:06:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:06:44 ---> 5bddaf1c2fca 21:06:44 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 21:06:48 ---> Running in 59813da2078b 21:06:48 Removing intermediate container 59813da2078b 21:06:48 ---> af6776763578 21:06:48 Step 4/7 : RUN apk add --update bash 21:06:48 ---> Running in 3b22c068e445 21:06:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:06:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:06:58 OK: 142 MiB in 39 packages 21:06:58 Removing intermediate container 3b22c068e445 21:06:58 ---> aa973a3f94bb 21:06:58 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 21:06:58 ---> Running in e2685352eeee 21:06:59 Removing intermediate container e2685352eeee 21:06:59 ---> f791a3354f04 21:06:59 Step 6/7 : COPY go.mod . 21:07:00 ---> 21e70678981a 21:07:00 Step 7/7 : RUN go mod download 21:07:00 ---> Running in 25eee62b73b8 21:07:12 Removing intermediate container 25eee62b73b8 21:07:12 ---> c26b1e0b119f 21:07:12 Successfully built c26b1e0b119f 21:07:12 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:07:13 + docker inspect -f . ci-base-image-arm64 21:07:13 . [Pipeline] withDockerContainer 21:07:13 prd-ubuntu18.04-docker-arm64-4c-16g-1283 does not seem to be running inside a container 21:07:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/1 -v /w/workspace/go-mod-configuration/1:/w/workspace/go-mod-configuration/1:rw,z -v /w/workspace/go-mod-configuration/1@tmp:/w/workspace/go-mod-configuration/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 ******** ci-base-image-arm64 cat 21:07:16 $ docker top a14b79edadb6daf8fc854030a72fc9f77aeebd045e662a02ad0d81ae5374500b -eo pid,comm [Pipeline] { [Pipeline] sh 21:07:17 + go version 21:07:17 go version go1.15.2 linux/arm64 [Pipeline] } 21:07:17 $ docker stop --time=1 a14b79edadb6daf8fc854030a72fc9f77aeebd045e662a02ad0d81ae5374500b 21:07:19 $ docker rm -f a14b79edadb6daf8fc854030a72fc9f77aeebd045e662a02ad0d81ae5374500b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:07:21 + docker inspect -f . ci-base-image-arm64 21:07:21 . [Pipeline] withDockerContainer 21:07:21 prd-ubuntu18.04-docker-arm64-4c-16g-1283 does not seem to be running inside a container 21:07:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/1 -v /w/workspace/go-mod-configuration/1:/w/workspace/go-mod-configuration/1:rw,z -v /w/workspace/go-mod-configuration/1@tmp:/w/workspace/go-mod-configuration/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 ******** ci-base-image-arm64 cat 21:07:23 $ docker top f1463cf90057a76286be8465187d5b60770f7f0126004e1a0d482a09dc459bc1 -eo pid,comm [Pipeline] { [Pipeline] sh 21:07:24 + make test 21:07:24 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 21:07:57 ok github.com/edgexfoundry/go-mod-configuration/configuration 0.016s coverage: 85.7% of statements 21:07:57 ok github.com/edgexfoundry/go-mod-configuration/internal/pkg/consul 2.623s coverage: 86.0% of statements 21:07:57 ok github.com/edgexfoundry/go-mod-configuration/pkg/types 0.023s coverage: 100.0% of statements 21:07:57 CGO_ENABLED=0 GO111MODULE=on go vet ./... 21:08:00 gofmt -l . 21:08:00 [ "`gofmt -l .`" = "" ] [Pipeline] stash 21:08:00 Warning: overwriting stash ‘coverage-report’ 21:08:01 Stashed 1 file(s) [Pipeline] } 21:08:01 $ docker stop --time=1 f1463cf90057a76286be8465187d5b60770f7f0126004e1a0d482a09dc459bc1 21:08:04 $ docker rm -f f1463cf90057a76286be8465187d5b60770f7f0126004e1a0d482a09dc459bc1 [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 21:08:07 provisioning config files... 21:08:07 copy managed file [go-mod-configuration-codecov-token] to file:/w/workspace/undry_go-mod-configuration_PR-16@tmp/config6054011743054810290tmp [Pipeline] { [Pipeline] sh 21:08:08 + curl -s https://codecov.io/bash 21:08:08 + bash -s - -t @/w/workspace/undry_go-mod-configuration_PR-16@tmp/config6054011743054810290tmp [Pipeline] } 21:08:08 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 21:08:12 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:08:13 ---> package-listing.sh 21:08:13 ++ facter osfamily 21:08:13 ++ tr '[:upper:]' '[:lower:]' 21:08:13 + OS_FAMILY=redhat 21:08:13 + workspace=/w/workspace/undry_go-mod-configuration_PR-16 21:08:13 + START_PACKAGES=/tmp/packages_start.txt 21:08:13 + END_PACKAGES=/tmp/packages_end.txt 21:08:13 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:08:13 + PACKAGES=/tmp/packages_start.txt 21:08:13 + '[' /w/workspace/undry_go-mod-configuration_PR-16 ']' 21:08:13 + PACKAGES=/tmp/packages_end.txt 21:08:13 + case "${OS_FAMILY}" in 21:08:13 + rpm -qa 21:08:13 + sort 21:08:17 + '[' -f /tmp/packages_start.txt ']' 21:08:17 + '[' -f /tmp/packages_end.txt ']' 21:08:17 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:08:17 + '[' /w/workspace/undry_go-mod-configuration_PR-16 ']' 21:08:17 + mkdir -p /w/workspace/undry_go-mod-configuration_PR-16/archives/ 21:08:17 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_go-mod-configuration_PR-16/archives/ [Pipeline] isUnix [Pipeline] sh 21:08:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:08:18 21:08:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:08:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:08:18 alpine: Pulling from edgex-lftools-log-publisher 21:08:18 df20fa9351a1: Pulling fs layer 21:08:18 36b3adc4ff6f: Pulling fs layer 21:08:18 8ad3a11d3b57: Pulling fs layer 21:08:18 46f8f816bc3b: Pulling fs layer 21:08:18 0dadc02b9964: Pulling fs layer 21:08:18 ce6a7cf60c04: Pulling fs layer 21:08:18 7a184a31f384: Pulling fs layer 21:08:18 0879bd2ef858: Pulling fs layer 21:08:18 46f8f816bc3b: Waiting 21:08:18 0dadc02b9964: Waiting 21:08:18 ce6a7cf60c04: Waiting 21:08:18 7a184a31f384: Waiting 21:08:18 0879bd2ef858: Waiting 21:08:18 36b3adc4ff6f: Download complete 21:08:18 46f8f816bc3b: Download complete 21:08:18 df20fa9351a1: Verifying Checksum 21:08:18 df20fa9351a1: Download complete 21:08:19 ce6a7cf60c04: Verifying Checksum 21:08:19 ce6a7cf60c04: Download complete 21:08:19 0dadc02b9964: Verifying Checksum 21:08:19 0dadc02b9964: Download complete 21:08:19 7a184a31f384: Verifying Checksum 21:08:19 7a184a31f384: Download complete 21:08:19 8ad3a11d3b57: Verifying Checksum 21:08:19 8ad3a11d3b57: Download complete 21:08:19 df20fa9351a1: Pull complete 21:08:19 36b3adc4ff6f: Pull complete 21:08:19 0879bd2ef858: Verifying Checksum 21:08:19 0879bd2ef858: Download complete 21:08:20 8ad3a11d3b57: Pull complete 21:08:20 46f8f816bc3b: Pull complete 21:08:20 0dadc02b9964: Pull complete 21:08:21 ce6a7cf60c04: Pull complete 21:08:21 7a184a31f384: Pull complete 21:08:23 0879bd2ef858: Pull complete 21:08:23 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 21:08:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:08:23 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:08:23 prd-centos7-docker-4c-2g-1265 does not seem to be running inside a container 21:08:24 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/undry_go-mod-configuration_PR-16 -v /w/workspace/undry_go-mod-configuration_PR-16:/w/workspace/undry_go-mod-configuration_PR-16:rw,z -v /w/workspace/undry_go-mod-configuration_PR-16@tmp:/w/workspace/undry_go-mod-configuration_PR-16@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 21:08:27 $ docker top 0356f6e495207dbf5a6bf12e1ea40b1e9643a3ce1d77dbfdf04f5f75b5c9cc0e -eo pid,comm [Pipeline] { [Pipeline] sh 21:08:28 + mkdir -p /var/log/sa [Pipeline] sh 21:08:28 + ls /var/log/sa-host 21:08:28 + sadf -c /var/log/sa-host/sa05 21:08:28 file_magic: OK 21:08:28 HZ: Using current value: 100 21:08:28 file_header: OK 21:08:28 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:08:28 Statistics: 21:08:28 Hnuu...uuuununununu...Hnuu...uuuununununu... 21:08:28 File successfully converted to sysstat format version 12.2.1 21:08:28 + sadf -c /var/log/sa-host/sa24 21:08:28 file_magic: OK 21:08:28 HZ: Using current value: 100 21:08:28 file_header: OK 21:08:28 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:08:28 Statistics: 21:08:28 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:08:28 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:08:28 provisioning config files... 21:08:28 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_go-mod-configuration_PR-16@tmp/config7830811292072398799tmp [Pipeline] { [Pipeline] echo 21:08:28 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:08:29 ---> create-netrc.sh [Pipeline] echo 21:08:29 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:08:29 ---> logs-deploy.sh 21:08:29 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-configuration/PR-16/1 21:08:29 INFO: archiving workspace using pattern(s): 21:08:31 Archives upload complete. 21:08:31 INFO: archiving logs to Nexus 21:08:32 ---> uname -a: 21:08:32 Linux 0356f6e49520 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 21:08:32 21:08:32 21:08:32 ---> lscpu: 21:08:32 Architecture: x86_64 21:08:32 CPU op-mode(s): 32-bit, 64-bit 21:08:32 Byte Order: Little Endian 21:08:32 Address sizes: 40 bits physical, 48 bits virtual 21:08:32 CPU(s): 4 21:08:32 On-line CPU(s) list: 0-3 21:08:32 Thread(s) per core: 1 21:08:32 Core(s) per socket: 1 21:08:32 Socket(s): 4 21:08:32 NUMA node(s): 1 21:08:32 Vendor ID: GenuineIntel 21:08:32 CPU family: 6 21:08:32 Model: 44 21:08:32 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:08:32 Stepping: 1 21:08:32 CPU MHz: 2933.436 21:08:32 BogoMIPS: 5866.87 21:08:32 Virtualization: VT-x 21:08:32 Hypervisor vendor: KVM 21:08:32 Virtualization type: full 21:08:32 L1d cache: 128 KiB 21:08:32 L1i cache: 128 KiB 21:08:32 L2 cache: 16 MiB 21:08:32 L3 cache: 64 MiB 21:08:32 NUMA node0 CPU(s): 0-3 21:08:32 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:08:32 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:08:32 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:08:32 Vulnerability Meltdown: Mitigation; PTI 21:08:32 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:08:32 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:08:32 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:08:32 Vulnerability Tsx async abort: Not affected 21:08:32 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 21:08:32 21:08:32 21:08:32 ---> nproc: 21:08:32 4 21:08:32 21:08:32 21:08:32 ---> df -h: 21:08:32 Filesystem Size Used Available Use% Mounted on 21:08:32 overlay 50.0G 6.6G 43.4G 13% / 21:08:32 tmpfs 64.0M 0 64.0M 0% /dev 21:08:32 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:08:32 shm 64.0M 0 64.0M 0% /dev/shm 21:08:32 /dev/vda1 50.0G 6.6G 43.4G 13% /etc/resolv.conf 21:08:32 /dev/vda1 50.0G 6.6G 43.4G 13% /etc/hostname 21:08:32 /dev/vda1 50.0G 6.6G 43.4G 13% /etc/hosts 21:08:32 /dev/vda1 50.0G 6.6G 43.4G 13% /var/log/sa-host 21:08:32 /dev/vda1 50.0G 6.6G 43.4G 13% /w/workspace/undry_go-mod-configuration_PR-16 21:08:32 /dev/vda1 50.0G 6.6G 43.4G 13% /w/workspace/undry_go-mod-configuration_PR-16@tmp 21:08:32 21:08:32 21:08:32 ---> free -m: 21:08:32 total used free shared buff/cache available 21:08:32 Mem: 1837 667 140 0 1029 1063 21:08:32 Swap: 1023 1 1022 21:08:32 21:08:32 21:08:32 ---> ip addr: 21:08:32 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:08:32 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:08:32 inet 127.0.0.1/8 scope host lo 21:08:32 valid_lft forever preferred_lft forever 21:08:32 6: eth0@if7: mtu 1458 qdisc noqueue state UP 21:08:32 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 21:08:32 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 21:08:32 valid_lft forever preferred_lft forever 21:08:32 21:08:32 21:08:32 ---> sar -b -r -n DEV: 21:08:32 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) 21:08:32 21:08:32 20:52:13 LINUX RESTART (4 CPU) 21:08:32 21:08:32 20:53:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:08:32 20:54:02 56.53 15.93 40.60 0.00 5053.58 4671.41 0.00 21:08:32 20:55:01 1.61 0.00 1.61 0.00 0.00 32.61 0.00 21:08:32 20:56:01 0.38 0.00 0.38 0.00 0.00 5.18 0.00 21:08:32 20:57:01 0.28 0.00 0.28 0.00 0.00 4.03 0.00 21:08:32 20:58:01 0.20 0.00 0.20 0.00 0.00 2.90 0.00 21:08:32 20:59:01 0.33 0.00 0.33 0.00 0.00 4.45 0.00 21:08:32 21:00:01 0.27 0.02 0.25 0.00 0.13 2.70 0.00 21:08:32 21:01:01 0.22 0.02 0.20 0.00 0.13 1.65 0.00 21:08:32 21:02:01 0.48 0.12 0.37 0.00 2.13 5.96 0.00 21:08:32 21:03:01 0.25 0.00 0.25 0.00 0.00 2.58 0.00 21:08:32 21:04:01 0.20 0.00 0.20 0.00 0.00 1.75 0.00 21:08:32 21:05:01 0.17 0.00 0.17 0.00 0.00 1.62 0.00 21:08:32 21:06:01 0.20 0.00 0.20 0.00 0.00 1.90 0.00 21:08:32 21:07:01 0.30 0.00 0.30 0.00 0.00 3.80 0.00 21:08:32 21:08:01 0.92 0.20 0.72 0.00 6.26 14.01 0.00 21:08:32 Average: 4.16 1.09 3.08 0.00 338.30 317.83 0.00 21:08:32 21:08:32 20:53:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:08:32 20:54:02 172580 0 588812 31.29 2620 1117544 1139772 38.90 444452 1104848 128 21:08:32 20:55:01 177060 0 584328 31.06 2620 1117548 1104596 37.70 443116 1102284 20 21:08:32 20:56:01 179084 0 582296 30.95 2620 1117556 1089152 37.17 441816 1101916 20 21:08:32 20:57:01 178868 0 582512 30.96 2620 1117556 1080928 36.89 447180 1097056 16 21:08:32 20:58:01 179408 0 581968 30.93 2620 1117560 1080928 36.89 448056 1095936 8 21:08:32 20:59:01 179072 0 582296 30.95 2620 1117568 1081000 36.89 448692 1095936 8 21:08:32 21:00:01 179352 0 582008 30.93 2620 1117576 1080928 36.89 448324 1095936 8 21:08:32 21:01:01 178172 0 583180 30.99 2620 1117584 1083404 36.97 437860 1107072 8 21:08:32 21:02:01 178596 0 582612 30.96 2620 1117728 1081436 36.91 437356 1107148 12 21:08:32 21:03:01 178952 0 582252 30.95 2620 1117732 1081436 36.91 436532 1108012 8 21:08:32 21:04:01 175852 0 585352 31.11 2620 1117732 1081508 36.91 439960 1107572 8 21:08:32 21:05:01 176244 0 584952 31.09 2620 1117740 1081436 36.91 439348 1107572 12 21:08:32 21:06:01 175992 0 585200 31.10 2620 1117744 1081532 36.91 440004 1107572 20 21:08:32 21:07:01 175632 0 585556 31.12 2620 1117748 1081556 36.91 440140 1107572 8 21:08:32 21:08:01 175260 0 585896 31.14 2620 1117780 1081556 36.91 440340 1107116 12 21:08:32 Average: 177342 0 583948 31.04 2620 1117646 1087411 37.11 442212 1103570 20 21:08:32 21:08:32 20:53:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:08:32 20:54:02 eth0 265.67 175.50 811.75 75.94 0.00 0.00 0.00 0.00 21:08:32 20:54:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:32 20:54:02 docker0 0.75 0.68 0.14 0.69 0.00 0.00 0.00 0.00 21:08:32 20:55:01 eth0 4.76 1.22 1.58 0.99 0.00 0.00 0.00 0.00 21:08:32 20:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:32 20:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:32 20:56:01 eth0 1.18 0.47 0.56 0.39 0.00 0.00 0.00 0.00 21:08:32 20:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:32 20:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:32 20:57:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:08:32 20:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:32 20:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:32 20:58:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:08:32 20:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:32 20:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:32 20:59:01 eth0 0.38 0.30 0.17 0.08 0.00 0.00 0.00 0.00 21:08:32 20:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:32 20:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:32 21:00:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:08:32 21:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:32 21:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:32 21:01:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:08:32 21:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:32 21:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:32 21:02:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:08:32 21:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:32 21:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:32 21:03:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:08:32 21:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:32 21:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:32 21:04:01 eth0 0.45 0.32 0.30 0.08 0.00 0.00 0.00 0.00 21:08:32 21:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:32 21:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:32 21:05:01 eth0 12.08 0.10 1.08 0.01 0.00 0.00 0.00 0.00 21:08:32 21:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:32 21:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:32 21:06:01 eth0 3.46 0.30 0.59 0.20 0.00 0.00 0.00 0.00 21:08:32 21:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:32 21:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:32 21:07:01 eth0 1.90 1.00 1.07 0.78 0.00 0.00 0.00 0.00 21:08:32 21:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:32 21:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:32 21:08:01 eth0 0.35 0.15 0.09 0.07 0.00 0.00 0.00 0.00 21:08:32 21:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:32 21:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:32 Average: eth0 19.44 12.02 54.61 5.25 0.00 0.00 0.00 0.00 21:08:32 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:32 Average: docker0 0.05 0.05 0.01 0.05 0.00 0.00 0.00 0.00 21:08:32 21:08:32 21:08:32 ---> sar -P ALL: 21:08:32 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) 21:08:32 21:08:32 20:52:13 LINUX RESTART (4 CPU) 21:08:32 21:08:32 20:53:01 CPU %user %nice %system %iowait %steal %idle 21:08:32 20:54:02 all 9.67 0.00 3.50 1.78 1.11 83.93 21:08:32 20:54:02 0 10.78 0.00 3.28 0.27 0.98 84.69 21:08:32 20:54:02 1 9.72 0.00 4.17 2.97 1.16 81.98 21:08:32 20:54:02 2 9.09 0.00 3.52 2.37 1.07 83.96 21:08:32 20:54:02 3 9.08 0.00 3.04 1.52 1.23 85.12 21:08:32 20:55:01 all 0.19 0.00 0.13 0.00 0.17 99.52 21:08:32 20:55:01 0 0.08 0.00 0.12 0.00 0.14 99.66 21:08:32 20:55:01 1 0.12 0.00 0.17 0.00 0.29 99.42 21:08:32 20:55:01 2 0.49 0.00 0.08 0.00 0.15 99.27 21:08:32 20:55:01 3 0.05 0.00 0.15 0.00 0.08 99.71 21:08:32 20:56:01 all 0.11 0.00 0.03 0.00 0.14 99.72 21:08:32 20:56:01 0 0.02 0.00 0.03 0.00 0.05 99.90 21:08:32 20:56:01 1 0.07 0.00 0.05 0.00 0.20 99.68 21:08:32 20:56:01 2 0.33 0.00 0.03 0.00 0.23 99.40 21:08:32 20:56:01 3 0.02 0.00 0.02 0.00 0.07 99.90 21:08:32 20:57:01 all 0.17 0.00 0.04 0.00 0.03 99.76 21:08:32 20:57:01 0 0.05 0.00 0.02 0.00 0.02 99.92 21:08:32 20:57:01 1 0.10 0.00 0.07 0.00 0.05 99.78 21:08:32 20:57:01 2 0.52 0.00 0.05 0.00 0.05 99.38 21:08:32 20:57:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:08:32 20:58:01 all 0.15 0.00 0.06 0.00 0.01 99.78 21:08:32 20:58:01 0 0.03 0.00 0.03 0.00 0.02 99.92 21:08:32 20:58:01 1 0.22 0.00 0.05 0.00 0.02 99.72 21:08:32 20:58:01 2 0.35 0.00 0.13 0.00 0.00 99.52 21:08:32 20:58:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:08:32 20:59:01 all 0.11 0.00 0.04 0.00 0.00 99.85 21:08:32 20:59:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:08:32 20:59:01 1 0.35 0.00 0.07 0.00 0.00 99.58 21:08:32 20:59:01 2 0.05 0.00 0.03 0.00 0.00 99.92 21:08:32 20:59:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:08:32 21:00:01 all 0.04 0.00 0.03 0.00 0.00 99.93 21:08:32 21:00:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:08:32 21:00:01 1 0.07 0.00 0.03 0.00 0.00 99.90 21:08:32 21:00:01 2 0.05 0.00 0.02 0.00 0.00 99.93 21:08:32 21:00:01 3 0.03 0.00 0.03 0.00 0.02 99.92 21:08:32 21:01:01 all 0.10 0.00 0.04 0.00 0.01 99.85 21:08:32 21:01:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:08:32 21:01:01 1 0.35 0.00 0.08 0.00 0.02 99.55 21:08:32 21:01:01 2 0.03 0.00 0.03 0.00 0.02 99.92 21:08:32 21:01:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:08:32 21:02:01 all 0.15 0.00 0.04 0.00 0.00 99.81 21:08:32 21:02:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:08:32 21:02:01 1 0.53 0.00 0.03 0.00 0.00 99.43 21:08:32 21:02:01 2 0.03 0.00 0.05 0.00 0.00 99.92 21:08:32 21:02:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:08:32 21:03:01 all 0.13 0.00 0.03 0.00 0.00 99.83 21:08:32 21:03:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:08:32 21:03:01 1 0.45 0.00 0.07 0.00 0.02 99.47 21:08:32 21:03:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:08:32 21:03:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:08:32 21:04:01 all 0.12 0.00 0.03 0.00 0.00 99.85 21:08:32 21:04:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:08:32 21:04:01 1 0.40 0.00 0.07 0.00 0.02 99.52 21:08:32 21:04:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:08:32 21:04:01 3 0.03 0.00 0.00 0.00 0.00 99.97 21:08:32 21:08:32 21:04:01 CPU %user %nice %system %iowait %steal %idle 21:08:32 21:05:01 all 0.14 0.00 0.03 0.00 0.03 99.80 21:08:32 21:05:01 0 0.02 0.00 0.00 0.00 0.05 99.93 21:08:32 21:05:01 1 0.47 0.00 0.03 0.00 0.02 99.48 21:08:32 21:05:01 2 0.07 0.00 0.05 0.00 0.03 99.85 21:08:32 21:05:01 3 0.02 0.00 0.03 0.00 0.02 99.93 21:08:32 21:06:01 all 0.11 0.00 0.03 0.00 0.01 99.84 21:08:32 21:06:01 0 0.17 0.00 0.05 0.00 0.00 99.78 21:08:32 21:06:01 1 0.22 0.00 0.03 0.00 0.02 99.73 21:08:32 21:06:01 2 0.03 0.00 0.03 0.00 0.02 99.92 21:08:32 21:06:01 3 0.03 0.00 0.02 0.00 0.02 99.93 21:08:32 21:07:01 all 0.08 0.00 0.03 0.00 0.01 99.87 21:08:32 21:07:01 0 0.18 0.00 0.05 0.00 0.00 99.77 21:08:32 21:07:01 1 0.08 0.00 0.05 0.00 0.03 99.83 21:08:32 21:07:01 2 0.03 0.00 0.02 0.00 0.02 99.93 21:08:32 21:07:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:08:32 21:08:01 all 0.19 0.00 0.05 0.00 0.00 99.75 21:08:32 21:08:01 0 0.53 0.00 0.05 0.00 0.02 99.40 21:08:32 21:08:01 1 0.07 0.00 0.08 0.00 0.00 99.85 21:08:32 21:08:01 2 0.02 0.00 0.03 0.00 0.00 99.95 21:08:32 21:08:01 3 0.13 0.00 0.05 0.00 0.00 99.82 21:08:32 Average: all 0.76 0.00 0.27 0.12 0.10 98.75 21:08:32 Average: 0 0.79 0.00 0.25 0.02 0.08 98.86 21:08:32 Average: 1 0.87 0.00 0.33 0.20 0.12 98.47 21:08:32 Average: 2 0.74 0.00 0.27 0.16 0.10 98.73 21:08:32 Average: 3 0.63 0.00 0.23 0.10 0.09 98.95 21:08:32 21:08:32 21:08:32