Pull request #11 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jamesrgregg for edgexfoundry/go-mod-configuration Obtained Jenkinsfile from 98d848c5c88603d8eb3fbd47ec2adcfc49683651+c4aad0d7cc562e322f42994d51f4d4ee44b0aad9 (744322cbd26a7e5c3d9cadaebc488889b9c732db) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 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 370697454611dc68c0596e0d0a50477a8de841a8 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 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 370697454611dc68c0596e0d0a50477a8de841a8 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-11/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 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 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > 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 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, goVersion:1.13, 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.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-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 SEMVER_BUMP_LEVEL: patch GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3562’ is offline Running on prd-centos7-docker-4c-2g-3564 in /w/workspace/undry_go-mod-configuration_PR-11 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Fetching without tags Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git > git init /w/workspace/undry_go-mod-configuration_PR-11 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/pull/11/head:refs/remotes/origin/PR-11 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/11/head:refs/remotes/origin/PR-11 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/pull/11/head:refs/remotes/origin/PR-11 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit c4aad0d7cc562e322f42994d51f4d4ee44b0aad9 into PR head commit 98d848c5c88603d8eb3fbd47ec2adcfc49683651 Merge succeeded, producing 98d848c5c88603d8eb3fbd47ec2adcfc49683651 Checking out Revision 98d848c5c88603d8eb3fbd47ec2adcfc49683651 (PR-11) > git config core.sparsecheckout # timeout=10 > git checkout -f 98d848c5c88603d8eb3fbd47ec2adcfc49683651 # 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 c4aad0d7cc562e322f42994d51f4d4ee44b0aad9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 98d848c5c88603d8eb3fbd47ec2adcfc49683651 # timeout=10 Commit message: "docs: Update PR template to add dependencies question" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 13:42:32 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 13:42:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 13:42:33 ========================================================= 13:42:33 EdgeX Global Pipelines Version Info 13:42:33 ========================================================= [Pipeline] libraryResource [Pipeline] sh 13:42:35 ------------------- 13:42:35 stable info: 13:42:35 ------------------- 13:42:35 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 13:42:35 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 13:42:35 Message: update stable to v1.0.89 13:42:35 ------------------- 13:42:35 experimental info: 13:42:35 ------------------- 13:42:35 Commited By: **** collab-it+edgex@linuxfoundation.org 13:42:35 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 13:42:35 Message: update experimental to v1.0.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 13:42:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:42:37 13:42:37 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 13:42:38 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:42:38 latest: Pulling from edgex-devops/git-semver 13:42:38 9123ac7c32f7: Pulling fs layer 13:42:38 b8cc5d1170e3: Pulling fs layer 13:42:38 2924cbbf6a41: Pulling fs layer 13:42:38 93b08a4f1073: Pulling fs layer 13:42:38 93b08a4f1073: Waiting 13:42:38 b8cc5d1170e3: Verifying Checksum 13:42:38 b8cc5d1170e3: Download complete 13:42:38 9123ac7c32f7: Verifying Checksum 13:42:38 9123ac7c32f7: Download complete 13:42:38 93b08a4f1073: Verifying Checksum 13:42:38 93b08a4f1073: Download complete 13:42:38 2924cbbf6a41: Download complete 13:42:38 9123ac7c32f7: Pull complete 13:42:38 b8cc5d1170e3: Pull complete 13:42:39 2924cbbf6a41: Pull complete 13:42:39 93b08a4f1073: Pull complete 13:42:39 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 13:42:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:42:39 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 13:42:39 prd-centos7-docker-4c-2g-3564 does not seem to be running inside a container 13:42:39 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_go-mod-configuration_PR-11 -v /w/workspace/undry_go-mod-configuration_PR-11:/w/workspace/undry_go-mod-configuration_PR-11:rw,z -v /w/workspace/undry_go-mod-configuration_PR-11@tmp:/w/workspace/undry_go-mod-configuration_PR-11@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 13:42:41 $ docker top beb87138050a8ecab887be002dcb356bef2ee349e53f6ca7f0e01cc5012aaf64 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:42:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:42:41 [ssh-agent] Looking for ssh-agent implementation... 13:42:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:42:42 $ docker exec beb87138050a8ecab887be002dcb356bef2ee349e53f6ca7f0e01cc5012aaf64 ssh-agent 13:42:42 SSH_AUTH_SOCK=/tmp/ssh-FPL5Eiggv1Tn/agent.13 13:42:42 SSH_AGENT_PID=19 13:42:42 Running ssh-add (command line suppressed) 13:42:42 Identity added: /w/workspace/undry_go-mod-configuration_PR-11@tmp/private_key_5361740643528594303.key (/w/workspace/undry_go-mod-configuration_PR-11@tmp/private_key_5361740643528594303.key) 13:42:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:42:42 + git describe --exact-match --tags HEAD 13:42:42 fatal: No names found, cannot describe anything. [Pipeline] } 13:42:43 $ docker exec --env ******** --env ******** beb87138050a8ecab887be002dcb356bef2ee349e53f6ca7f0e01cc5012aaf64 ssh-agent -k 13:42:43 unset SSH_AUTH_SOCK; 13:42:43 unset SSH_AGENT_PID; 13:42:43 echo Agent pid 19 killed; 13:42:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 13:42:43 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 13:42:43 This usually means this commit has not been tagged. [Pipeline] sshagent 13:42:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:42:43 [ssh-agent] Looking for ssh-agent implementation... 13:42:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:42:43 $ docker exec beb87138050a8ecab887be002dcb356bef2ee349e53f6ca7f0e01cc5012aaf64 ssh-agent 13:42:43 SSH_AUTH_SOCK=/tmp/ssh-yagMbsUwthnJ/agent.47 13:42:43 SSH_AGENT_PID=52 13:42:43 Running ssh-add (command line suppressed) 13:42:43 Identity added: /w/workspace/undry_go-mod-configuration_PR-11@tmp/private_key_2073973569802637460.key (/w/workspace/undry_go-mod-configuration_PR-11@tmp/private_key_2073973569802637460.key) 13:42:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:42:44 + git semver init 13:42:44 # -> Open(): unable to determine branch for HEAD 13:42:44 # $GIT_DIR = /w/workspace/undry_go-mod-configuration_PR-11/.git 13:42:44 # $GIT_WORK_TREE = /w/workspace/undry_go-mod-configuration_PR-11 13:42:44 # $SEMVER_REMOTE_NAME = origin 13:42:44 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 13:42:44 # $SEMVER_USER_NAME = edgex-jenkins 13:42:44 # $SEMVER_BRANCH = PR-11 13:42:44 # $SEMVER_TEMP = /tmp/semver-830934709 13:42:44 # git clone --branch semver git@github.com:edgexfoundry/go-mod-configuration.git $SEMVER_TEMP 13:42:44 # '/tmp/semver-830934709' -> '/w/workspace/undry_go-mod-configuration_PR-11/.semver' 13:42:44 # -> Force: false 13:42:44 # $SEMVER_DIR = /w/workspace/undry_go-mod-configuration_PR-11/.semver [Pipeline] } 13:42:44 $ docker exec --env ******** --env ******** beb87138050a8ecab887be002dcb356bef2ee349e53f6ca7f0e01cc5012aaf64 ssh-agent -k 13:42:44 unset SSH_AUTH_SOCK; 13:42:44 unset SSH_AGENT_PID; 13:42:44 echo Agent pid 52 killed; 13:42:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:42:45 + git semver [Pipeline] } 13:42:45 $ docker stop --time=1 beb87138050a8ecab887be002dcb356bef2ee349e53f6ca7f0e01cc5012aaf64 13:42:46 $ docker rm -f beb87138050a8ecab887be002dcb356bef2ee349e53f6ca7f0e01cc5012aaf64 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 13:42:47 Stashed 17 file(s) [Pipeline] echo 13:42:47 [edgeXSemver] initialized semver on version 0.0.0 [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 13:43:02 Still waiting to schedule task 13:43:02 Waiting for next available executor on ‘centos7-docker-4c-2g’ 13:43:02 Still waiting to schedule task 13:43:02 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 13:44:35 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3565 in /w/workspace/undry_go-mod-configuration_PR-11 [Pipeline] { [Pipeline] ws 13:44:35 Running in /w/workspace/go-mod-configuration/1 [Pipeline] { [Pipeline] checkout 13:44:40 using credential edgex-jenkins-ssh 13:44:40 Cloning the remote Git repository 13:44:40 Cloning with configured refspecs honoured and without tags 13:44:40 Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git 13:44:41 > git init /w/workspace/go-mod-configuration/1 # timeout=10 13:44:41 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 13:44:41 > git --version # timeout=10 13:44:41 using GIT_SSH to set credentials SSH Credentials for GitHub 13:44:41 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/pull/11/head:refs/remotes/origin/PR-11 +refs/heads/master:refs/remotes/origin/master # timeout=10 13:44:41 Fetching without tags 13:44:42 Merging remotes/origin/master commit c4aad0d7cc562e322f42994d51f4d4ee44b0aad9 into PR head commit 98d848c5c88603d8eb3fbd47ec2adcfc49683651 13:44:42 Merge succeeded, producing 98d848c5c88603d8eb3fbd47ec2adcfc49683651 13:44:42 Checking out Revision 98d848c5c88603d8eb3fbd47ec2adcfc49683651 (PR-11) 13:44:41 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 13:44:41 > git config --add remote.origin.fetch +refs/pull/11/head:refs/remotes/origin/PR-11 # timeout=10 13:44:41 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 13:44:41 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 13:44:41 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 13:44:41 using GIT_SSH to set credentials SSH Credentials for GitHub 13:44:41 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/pull/11/head:refs/remotes/origin/PR-11 +refs/heads/master:refs/remotes/origin/master # timeout=10 13:44:42 > git config core.sparsecheckout # timeout=10 13:44:42 > git checkout -f 98d848c5c88603d8eb3fbd47ec2adcfc49683651 # timeout=10 13:44:42 > git remote # timeout=10 13:44:42 > git config --get remote.origin.url # timeout=10 13:44:42 using GIT_SSH to set credentials SSH Credentials for GitHub 13:44:42 > git merge c4aad0d7cc562e322f42994d51f4d4ee44b0aad9 # timeout=10 13:44:42 > git rev-parse HEAD^{commit} # timeout=10 13:44:42 > git config core.sparsecheckout # timeout=10 13:44:42 > git checkout -f 98d848c5c88603d8eb3fbd47ec2adcfc49683651 # timeout=10 13:44:47 Commit message: "docs: Update PR template to add dependencies question" 13:44:47 > git --version # timeout=10 13:44:47 fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 13:44:48 ========================================================= 13:44:48 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 13:44:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:44:49 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 13:44:50 Sending build context to Docker daemon 292.9kB 13:44:50 Step 1/7 : ARG BASE=golang:1.13-alpine 13:44:50 Step 2/7 : FROM ${BASE} 13:44:50 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 13:44:50 cde5963f3b93: Pulling fs layer 13:44:50 2a23fa8c16f7: Pulling fs layer 13:44:50 777b28850792: Pulling fs layer 13:44:50 8a11ddd9e578: Pulling fs layer 13:44:50 4cf88f913ddb: Pulling fs layer 13:44:50 1df406cf5192: Pulling fs layer 13:44:50 cd6300453558: Pulling fs layer 13:44:50 b9c365052c96: Pulling fs layer 13:44:50 a2d8cc88f415: Pulling fs layer 13:44:50 ea1d1ca13537: Pulling fs layer 13:44:50 3750a50a1c5e: Pulling fs layer 13:44:50 b9c365052c96: Waiting 13:44:50 a2d8cc88f415: Waiting 13:44:50 ea1d1ca13537: Waiting 13:44:50 3750a50a1c5e: Waiting 13:44:50 1df406cf5192: Waiting 13:44:50 4cf88f913ddb: Waiting 13:44:50 cd6300453558: Waiting 13:44:50 777b28850792: Download complete 13:44:50 2a23fa8c16f7: Verifying Checksum 13:44:50 2a23fa8c16f7: Download complete 13:44:50 4cf88f913ddb: Download complete 13:44:50 1df406cf5192: Verifying Checksum 13:44:50 1df406cf5192: Download complete 13:44:50 cde5963f3b93: Verifying Checksum 13:44:50 cde5963f3b93: Download complete 13:44:51 cde5963f3b93: Pull complete 13:44:51 2a23fa8c16f7: Pull complete 13:44:52 777b28850792: Pull complete 13:44:53 cd6300453558: Verifying Checksum 13:44:53 cd6300453558: Download complete 13:44:53 a2d8cc88f415: Verifying Checksum 13:44:53 a2d8cc88f415: Download complete 13:44:54 ea1d1ca13537: Verifying Checksum 13:44:54 ea1d1ca13537: Download complete 13:44:55 3750a50a1c5e: Verifying Checksum 13:44:55 3750a50a1c5e: Download complete 13:44:56 b9c365052c96: Verifying Checksum 13:44:56 b9c365052c96: Download complete 13:44:56 8a11ddd9e578: Verifying Checksum 13:44:56 8a11ddd9e578: Download complete 13:45:09 8a11ddd9e578: Pull complete 13:45:09 4cf88f913ddb: Pull complete 13:45:09 1df406cf5192: Pull complete 13:45:13 cd6300453558: Pull complete 13:45:17 b9c365052c96: Pull complete 13:45:17 a2d8cc88f415: Pull complete 13:45:19 ea1d1ca13537: Pull complete 13:45:20 3750a50a1c5e: Pull complete 13:45:20 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 13:45:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 13:45:20 ---> 78745c68409d 13:45:20 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 13:45:24 ---> Running in a65953fa559a 13:45:25 Removing intermediate container a65953fa559a 13:45:25 ---> eac08e3080e4 13:45:25 Step 4/7 : RUN apk add --update bash 13:45:25 ---> Running in 37b8b29ab8c7 13:45:27 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 13:45:28 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 13:45:29 OK: 125 MiB in 39 packages 13:45:30 Removing intermediate container 37b8b29ab8c7 13:45:30 ---> c715570bc159 13:45:30 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 13:45:30 ---> Running in 5bce5282625e 13:45:30 Removing intermediate container 5bce5282625e 13:45:30 ---> 39134fdc9f2c 13:45:30 Step 6/7 : COPY go.mod . 13:45:31 ---> f88476cdf3b2 13:45:31 Step 7/7 : RUN go mod download 13:45:31 ---> Running in b132531829b1 13:45:34 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 13:45:34 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 13:45:34 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 13:45:34 go: finding github.com/bgentry/speakeasy v0.1.0 13:45:34 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 13:45:34 go: finding github.com/davecgh/go-spew v1.1.1 13:45:34 go: finding github.com/fatih/color v1.7.0 13:45:34 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 13:45:34 go: finding github.com/hashicorp/consul/api v1.1.0 13:45:34 go: finding github.com/hashicorp/consul/sdk v0.1.1 13:45:34 go: finding github.com/hashicorp/errwrap v1.0.0 13:45:34 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 13:45:34 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 13:45:34 go: finding github.com/hashicorp/go-msgpack v0.5.3 13:45:34 go: finding github.com/hashicorp/go-multierror v1.0.0 13:45:34 go: finding github.com/hashicorp/go-rootcerts v1.0.0 13:45:34 go: finding github.com/hashicorp/go-sockaddr v1.0.0 13:45:34 go: finding github.com/hashicorp/go-syslog v1.0.0 13:45:34 go: finding github.com/hashicorp/go-uuid v1.0.1 13:45:34 go: finding github.com/hashicorp/go.net v0.0.1 13:45:34 go: finding github.com/hashicorp/golang-lru v0.5.0 13:45:34 go: finding github.com/hashicorp/logutils v1.0.0 13:45:34 go: finding github.com/hashicorp/mdns v1.0.0 13:45:34 go: finding github.com/hashicorp/memberlist v0.1.3 13:45:34 go: finding github.com/hashicorp/serf v0.8.2 13:45:34 go: finding github.com/mattn/go-colorable v0.0.9 13:45:34 go: finding github.com/mattn/go-isatty v0.0.3 13:45:34 go: finding github.com/miekg/dns v1.0.14 13:45:34 go: finding github.com/mitchellh/cli v1.0.0 13:45:34 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 13:45:34 go: finding github.com/mitchellh/copystructure v1.0.0 13:45:34 go: finding github.com/mitchellh/go-homedir v1.0.0 13:45:34 go: finding github.com/mitchellh/go-testing-interface v1.0.0 13:45:34 go: finding github.com/mitchellh/gox v0.4.0 13:45:34 go: finding github.com/mitchellh/iochan v1.0.0 13:45:34 go: finding github.com/mitchellh/mapstructure v1.1.2 13:45:34 go: finding github.com/mitchellh/reflectwalk v1.0.0 13:45:34 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 13:45:34 go: finding github.com/pelletier/go-toml v1.2.0 13:45:34 go: finding github.com/pkg/errors v0.8.1 13:45:34 go: finding github.com/pmezard/go-difflib v1.0.0 13:45:34 Running on prd-centos7-docker-4c-2g-3566 in /w/workspace/undry_go-mod-configuration_PR-11 [Pipeline] { [Pipeline] ws 13:45:34 Running in /w/workspace/go-mod-configuration/1 [Pipeline] { [Pipeline] checkout 13:45:34 go: finding github.com/posener/complete v1.1.1 13:45:34 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 13:45:34 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 13:45:34 go: finding github.com/stretchr/objx v0.1.0 13:45:34 go: finding github.com/stretchr/testify v1.5.1 13:45:34 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 13:45:34 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 13:45:34 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 13:45:34 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 13:45:34 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 13:45:35 go: finding gopkg.in/yaml.v2 v2.2.2 13:45:37 using credential edgex-jenkins-ssh 13:45:37 Cloning the remote Git repository 13:45:37 Cloning with configured refspecs honoured and without tags 13:45:37 Fetching without tags 13:45:37 Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git 13:45:37 > git init /w/workspace/go-mod-configuration/1 # timeout=10 13:45:37 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 13:45:37 > git --version # timeout=10 13:45:37 using GIT_SSH to set credentials SSH Credentials for GitHub 13:45:37 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/pull/11/head:refs/remotes/origin/PR-11 +refs/heads/master:refs/remotes/origin/master # timeout=10 13:45:37 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 13:45:37 > git config --add remote.origin.fetch +refs/pull/11/head:refs/remotes/origin/PR-11 # timeout=10 13:45:37 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 13:45:37 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 13:45:37 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 13:45:37 using GIT_SSH to set credentials SSH Credentials for GitHub 13:45:37 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/pull/11/head:refs/remotes/origin/PR-11 +refs/heads/master:refs/remotes/origin/master # timeout=10 13:45:38 Merging remotes/origin/master commit c4aad0d7cc562e322f42994d51f4d4ee44b0aad9 into PR head commit 98d848c5c88603d8eb3fbd47ec2adcfc49683651 13:45:38 Merge succeeded, producing 98d848c5c88603d8eb3fbd47ec2adcfc49683651 13:45:38 Checking out Revision 98d848c5c88603d8eb3fbd47ec2adcfc49683651 (PR-11) 13:45:38 > git config core.sparsecheckout # timeout=10 13:45:38 > git checkout -f 98d848c5c88603d8eb3fbd47ec2adcfc49683651 # timeout=10 13:45:38 > git remote # timeout=10 13:45:38 > git config --get remote.origin.url # timeout=10 13:45:38 using GIT_SSH to set credentials SSH Credentials for GitHub 13:45:38 > git merge c4aad0d7cc562e322f42994d51f4d4ee44b0aad9 # timeout=10 13:45:38 > git rev-parse HEAD^{commit} # timeout=10 13:45:38 > git config core.sparsecheckout # timeout=10 13:45:38 > git checkout -f 98d848c5c88603d8eb3fbd47ec2adcfc49683651 # timeout=10 13:45:41 Removing intermediate container b132531829b1 13:45:41 ---> cb7750d59421 13:45:41 Successfully built cb7750d59421 13:45:41 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script 13:45:41 Commit message: "docs: Update PR template to add dependencies question" [Pipeline] } 13:45:42 > git --version # timeout=10 13:45:42 fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 13:45:42 + docker inspect -f . ci-base-image-arm64 13:45:42 . [Pipeline] script [Pipeline] { [Pipeline] withDockerContainer 13:45:42 prd-ubuntu18.04-docker-arm64-4c-16g-3565 does not seem to be running inside a container 13:45:42 $ 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 ******** ci-base-image-arm64 cat 13:45:44 $ docker top 0ebb16232b376a06674a2a19188be12983c8765b863c42c13bfd05f6d56d5faa -eo pid,comm [Pipeline] { [Pipeline] unstash [Pipeline] sh [Pipeline] echo 13:45:45 ========================================================= 13:45:45 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 13:45:45 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:45:46 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 13:45:46 Sending build context to Docker daemon 292.9kB 13:45:46 Step 1/7 : ARG BASE=golang:1.13-alpine 13:45:46 Step 2/7 : FROM ${BASE} 13:45:46 + go version 13:45:46 go version go1.13.5 linux/arm64 [Pipeline] sh 13:45:46 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 13:45:46 e6b0cf9c0882: Pulling fs layer 13:45:46 2848faf0eed1: Pulling fs layer 13:45:46 0f37312ad70f: Pulling fs layer 13:45:46 5788d62ee057: Pulling fs layer 13:45:46 0e6b1d234666: Pulling fs layer 13:45:46 bf5d7aec512f: Pulling fs layer 13:45:46 34c802a77dc8: Pulling fs layer 13:45:46 9eb99e56ec68: Pulling fs layer 13:45:46 27c7a5d97fbd: Pulling fs layer 13:45:46 5c102a31e300: Pulling fs layer 13:45:46 dcfb455df0a1: Pulling fs layer 13:45:46 0e6b1d234666: Waiting 13:45:46 bf5d7aec512f: Waiting 13:45:46 34c802a77dc8: Waiting 13:45:46 9eb99e56ec68: Waiting 13:45:46 27c7a5d97fbd: Waiting 13:45:46 5c102a31e300: Waiting 13:45:46 dcfb455df0a1: Waiting 13:45:46 5788d62ee057: Waiting 13:45:46 0f37312ad70f: Verifying Checksum 13:45:46 0f37312ad70f: Download complete 13:45:46 2848faf0eed1: Verifying Checksum 13:45:46 2848faf0eed1: Download complete 13:45:46 0e6b1d234666: Download complete 13:45:46 bf5d7aec512f: Verifying Checksum 13:45:46 bf5d7aec512f: Download complete 13:45:46 e6b0cf9c0882: Verifying Checksum 13:45:46 e6b0cf9c0882: Download complete 13:45:46 e6b0cf9c0882: Pull complete 13:45:46 2848faf0eed1: Pull complete 13:45:47 0f37312ad70f: Pull complete 13:45:47 34c802a77dc8: Verifying Checksum 13:45:47 34c802a77dc8: Download complete 13:45:47 27c7a5d97fbd: Verifying Checksum 13:45:47 27c7a5d97fbd: Download complete 13:45:47 + make test 13:45:47 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 13:45:48 5c102a31e300: Verifying Checksum 13:45:48 5c102a31e300: Download complete 13:45:48 9eb99e56ec68: Verifying Checksum 13:45:48 9eb99e56ec68: Download complete 13:45:48 dcfb455df0a1: Verifying Checksum 13:45:48 dcfb455df0a1: Download complete 13:45:48 5788d62ee057: Verifying Checksum 13:45:54 5788d62ee057: Pull complete 13:45:54 0e6b1d234666: Pull complete 13:45:55 bf5d7aec512f: Pull complete 13:46:00 34c802a77dc8: Pull complete 13:46:03 9eb99e56ec68: Pull complete 13:46:03 27c7a5d97fbd: Pull complete 13:46:03 5c102a31e300: Pull complete 13:46:03 dcfb455df0a1: Pull complete 13:46:03 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 13:46:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 13:46:03 ---> 7c70fe431013 13:46:03 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 13:46:05 ---> Running in 714f7fa4ad7a 13:46:05 Removing intermediate container 714f7fa4ad7a 13:46:05 ---> 238a5e0f8a68 13:46:05 Step 4/7 : RUN apk add --update bash 13:46:05 ---> Running in 073156915ce5 13:46:06 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 13:46:07 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 13:46:08 OK: 143 MiB in 39 packages 13:46:08 Removing intermediate container 073156915ce5 13:46:08 ---> edd037752aaf 13:46:08 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 13:46:08 ---> Running in 77d66d314565 13:46:08 Removing intermediate container 77d66d314565 13:46:08 ---> bc4261e0202c 13:46:08 Step 6/7 : COPY go.mod . 13:46:08 ---> 5cf09fb23d5a 13:46:08 Step 7/7 : RUN go mod download 13:46:08 ---> Running in 9ca9cbc3b03d 13:46:10 ok github.com/edgexfoundry/go-mod-configuration/configuration 0.027s coverage: 85.7% of statements 13:46:10 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 13:46:10 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 13:46:10 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 13:46:10 go: finding github.com/bgentry/speakeasy v0.1.0 13:46:10 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 13:46:10 go: finding github.com/davecgh/go-spew v1.1.1 13:46:10 go: finding github.com/fatih/color v1.7.0 13:46:10 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 13:46:10 go: finding github.com/hashicorp/consul/api v1.1.0 13:46:10 go: finding github.com/hashicorp/consul/sdk v0.1.1 13:46:10 go: finding github.com/hashicorp/errwrap v1.0.0 13:46:10 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 13:46:10 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 13:46:10 go: finding github.com/hashicorp/go-msgpack v0.5.3 13:46:10 go: finding github.com/hashicorp/go-multierror v1.0.0 13:46:10 go: finding github.com/hashicorp/go-rootcerts v1.0.0 13:46:10 go: finding github.com/hashicorp/go-sockaddr v1.0.0 13:46:10 go: finding github.com/hashicorp/go-syslog v1.0.0 13:46:10 go: finding github.com/hashicorp/go-uuid v1.0.1 13:46:10 go: finding github.com/hashicorp/go.net v0.0.1 13:46:10 go: finding github.com/hashicorp/golang-lru v0.5.0 13:46:10 go: finding github.com/hashicorp/logutils v1.0.0 13:46:10 go: finding github.com/hashicorp/mdns v1.0.0 13:46:10 go: finding github.com/hashicorp/memberlist v0.1.3 13:46:10 go: finding github.com/hashicorp/serf v0.8.2 13:46:10 go: finding github.com/mattn/go-colorable v0.0.9 13:46:10 go: finding github.com/mattn/go-isatty v0.0.3 13:46:10 go: finding github.com/miekg/dns v1.0.14 13:46:10 go: finding github.com/mitchellh/cli v1.0.0 13:46:10 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 13:46:10 go: finding github.com/mitchellh/copystructure v1.0.0 13:46:10 go: finding github.com/mitchellh/go-homedir v1.0.0 13:46:10 go: finding github.com/mitchellh/go-testing-interface v1.0.0 13:46:10 go: finding github.com/mitchellh/gox v0.4.0 13:46:10 go: finding github.com/mitchellh/iochan v1.0.0 13:46:10 go: finding github.com/mitchellh/mapstructure v1.1.2 13:46:10 go: finding github.com/mitchellh/reflectwalk v1.0.0 13:46:10 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 13:46:11 go: finding github.com/pelletier/go-toml v1.2.0 13:46:11 go: finding github.com/pkg/errors v0.8.1 13:46:11 go: finding github.com/pmezard/go-difflib v1.0.0 13:46:11 go: finding github.com/posener/complete v1.1.1 13:46:11 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 13:46:11 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 13:46:11 go: finding github.com/stretchr/objx v0.1.0 13:46:11 go: finding github.com/stretchr/testify v1.5.1 13:46:11 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 13:46:11 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 13:46:11 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 13:46:11 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 13:46:11 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 13:46:11 go: finding gopkg.in/yaml.v2 v2.2.2 13:46:13 ok github.com/edgexfoundry/go-mod-configuration/internal/pkg/consul 2.629s coverage: 86.0% of statements 13:46:13 ok github.com/edgexfoundry/go-mod-configuration/pkg/types 0.015s coverage: 100.0% of statements 13:46:13 CGO_ENABLED=0 GO111MODULE=on go vet ./... 13:46:16 gofmt -l . 13:46:16 [ "`gofmt -l .`" = "" ] [Pipeline] stash 13:46:16 Stashed 1 file(s) [Pipeline] } 13:46:16 $ docker stop --time=1 0ebb16232b376a06674a2a19188be12983c8765b863c42c13bfd05f6d56d5faa 13:46:17 Removing intermediate container 9ca9cbc3b03d 13:46:17 ---> 042a73fb1f19 13:46:17 Successfully built 042a73fb1f19 13:46:17 Successfully tagged ci-base-image-x86_64:latest 13:46:18 $ docker rm -f 0ebb16232b376a06674a2a19188be12983c8765b863c42c13bfd05f6d56d5faa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] stage [Pipeline] { (Test) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } 13:46:20 + docker inspect -f . ci-base-image-x86_64 13:46:20 . [Pipeline] // stage [Pipeline] } [Pipeline] withDockerContainer 13:46:20 prd-centos7-docker-4c-2g-3566 does not seem to be running inside a container 13:46:20 $ 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 ******** ci-base-image-x86_64 cat 13:46:21 $ docker top 5b3f49ee472f20d5c35f84482f8cf706f91ff61c0238450c0cc2f4833a20c631 -eo pid,comm [Pipeline] { [Pipeline] // withEnv [Pipeline] } [Pipeline] sh [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 13:46:22 + go version 13:46:22 go version go1.13.5 linux/amd64 [Pipeline] sh 13:46:22 + make test 13:46:22 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 13:46:30 ok github.com/edgexfoundry/go-mod-configuration/configuration 0.006s coverage: 85.7% of statements 13:46:35 ok github.com/edgexfoundry/go-mod-configuration/internal/pkg/consul 3.549s coverage: 85.0% of statements 13:46:35 ok github.com/edgexfoundry/go-mod-configuration/pkg/types 0.004s coverage: 100.0% of statements 13:46:35 CGO_ENABLED=0 GO111MODULE=on go vet ./... 13:46:35 gofmt -l . 13:46:35 [ "`gofmt -l .`" = "" ] [Pipeline] stash 13:46:35 Warning: overwriting stash ‘coverage-report’ 13:46:36 Stashed 1 file(s) [Pipeline] } 13:46:36 $ docker stop --time=1 5b3f49ee472f20d5c35f84482f8cf706f91ff61c0238450c0cc2f4833a20c631 13:46:38 $ docker rm -f 5b3f49ee472f20d5c35f84482f8cf706f91ff61c0238450c0cc2f4833a20c631 [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 13:46:40 provisioning config files... 13:46:40 copy managed file [go-mod-configuration-codecov-token] to file:/w/workspace/undry_go-mod-configuration_PR-11@tmp/config372662894995421567tmp [Pipeline] { [Pipeline] sh 13:46:40 + curl -s https://codecov.io/bash 13:46:40 + bash -s - -t @/w/workspace/undry_go-mod-configuration_PR-11@tmp/config372662894995421567tmp 13:46:40 13:46:40 _____ _ 13:46:40 / ____| | | 13:46:40 | | ___ __| | ___ ___ _____ __ 13:46:40 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 13:46:40 | |___| (_) | (_| | __/ (_| (_) \ V / 13:46:40 \_____\___/ \__,_|\___|\___\___/ \_/ 13:46:40 Bash-20200602-f809a24 13:46:40 13:46:40 13:46:40 ==> Jenkins CI detected. 13:46:40 project root: . 13:46:40 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 13:46:40 ==> Running gcov in . (disable via -X gcov) 13:46:40 ==> Python coveragepy not found 13:46:40 ==> Searching for coverage reports in: 13:46:40 + . 13:46:40 -> Found 1 reports 13:46:40 ==> Detecting git/mercurial file structure 13:46:40 ==> Reading reports 13:46:40 + ./coverage.out bytes=13052 13:46:40 ==> Appending adjustments 13:46:40 https://docs.codecov.io/docs/fixing-reports 13:46:40 + Found adjustments 13:46:40 ==> Gzipping contents 13:46:40 ==> Uploading reports 13:46:40 url: https://codecov.io 13:46:40 query: branch=PR-11&commit=98d848c5c88603d8eb3fbd47ec2adcfc49683651&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2FPR-11%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=11&job= 13:46:41 -> Pinging Codecov 13:46:41 https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=PR-11&commit=98d848c5c88603d8eb3fbd47ec2adcfc49683651&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2FPR-11%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=11&job= 13:46:41 -> Uploading 13:46:42 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-configuration/commit/98d848c5c88603d8eb3fbd47ec2adcfc49683651 [Pipeline] } 13:46:42 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] { (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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 13:46:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:46:44 ---> package-listing.sh 13:46:44 ++ facter osfamily 13:46:44 ++ tr '[:upper:]' '[:lower:]' 13:46:44 + OS_FAMILY=redhat 13:46:44 + workspace=/w/workspace/undry_go-mod-configuration_PR-11 13:46:44 + START_PACKAGES=/tmp/packages_start.txt 13:46:44 + END_PACKAGES=/tmp/packages_end.txt 13:46:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:46:44 + PACKAGES=/tmp/packages_start.txt 13:46:44 + '[' /w/workspace/undry_go-mod-configuration_PR-11 ']' 13:46:44 + PACKAGES=/tmp/packages_end.txt 13:46:44 + case "${OS_FAMILY}" in 13:46:44 + rpm -qa 13:46:44 + sort 13:46:49 + '[' -f /tmp/packages_start.txt ']' 13:46:49 + '[' -f /tmp/packages_end.txt ']' 13:46:49 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:46:49 + '[' /w/workspace/undry_go-mod-configuration_PR-11 ']' 13:46:49 + mkdir -p /w/workspace/undry_go-mod-configuration_PR-11/archives/ 13:46:49 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_go-mod-configuration_PR-11/archives/ [Pipeline] isUnix [Pipeline] sh 13:46:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:46:49 13:46:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 13:46:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:46:50 alpine: Pulling from edgex-lftools-log-publisher 13:46:50 c9b1b535fdd9: Pulling fs layer 13:46:50 2cc5ad85d9ab: Pulling fs layer 13:46:50 756a868c4378: Pulling fs layer 13:46:50 444b2fc9a129: Pulling fs layer 13:46:50 ea15f1150254: Pulling fs layer 13:46:50 41b27a9f41bf: Pulling fs layer 13:46:50 28c525ee5125: Pulling fs layer 13:46:50 094b1ea09ed8: Pulling fs layer 13:46:50 138eaada9080: Pulling fs layer 13:46:50 0622d0fa9048: Pulling fs layer 13:46:50 28c525ee5125: Waiting 13:46:50 444b2fc9a129: Waiting 13:46:50 094b1ea09ed8: Waiting 13:46:50 138eaada9080: Waiting 13:46:50 41b27a9f41bf: Waiting 13:46:50 ea15f1150254: Waiting 13:46:50 2cc5ad85d9ab: Verifying Checksum 13:46:50 2cc5ad85d9ab: Download complete 13:46:50 444b2fc9a129: Verifying Checksum 13:46:50 444b2fc9a129: Download complete 13:46:50 c9b1b535fdd9: Verifying Checksum 13:46:50 c9b1b535fdd9: Download complete 13:46:50 ea15f1150254: Verifying Checksum 13:46:50 ea15f1150254: Download complete 13:46:50 28c525ee5125: Verifying Checksum 13:46:50 28c525ee5125: Download complete 13:46:50 756a868c4378: Verifying Checksum 13:46:50 756a868c4378: Download complete 13:46:50 c9b1b535fdd9: Pull complete 13:46:50 138eaada9080: Verifying Checksum 13:46:50 138eaada9080: Download complete 13:46:51 0622d0fa9048: Verifying Checksum 13:46:51 0622d0fa9048: Download complete 13:46:51 094b1ea09ed8: Verifying Checksum 13:46:51 094b1ea09ed8: Download complete 13:46:51 2cc5ad85d9ab: Pull complete 13:46:51 41b27a9f41bf: Verifying Checksum 13:46:51 41b27a9f41bf: Download complete 13:46:52 756a868c4378: Pull complete 13:46:52 444b2fc9a129: Pull complete 13:46:53 ea15f1150254: Pull complete 13:46:57 41b27a9f41bf: Pull complete 13:46:57 28c525ee5125: Pull complete 13:47:01 094b1ea09ed8: Pull complete 13:47:01 138eaada9080: Pull complete 13:47:01 0622d0fa9048: Pull complete 13:47:01 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 13:47:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:47:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 13:47:01 prd-centos7-docker-4c-2g-3564 does not seem to be running inside a container 13:47:01 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/undry_go-mod-configuration_PR-11 -v /w/workspace/undry_go-mod-configuration_PR-11:/w/workspace/undry_go-mod-configuration_PR-11:rw,z -v /w/workspace/undry_go-mod-configuration_PR-11@tmp:/w/workspace/undry_go-mod-configuration_PR-11@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 13:47:04 $ docker top 2637b7af55b8641a2098464f03aaf51a0f0c5a9eb76daa48b077d60e93f31b79 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:47:05 provisioning config files... 13:47:05 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_go-mod-configuration_PR-11@tmp/config4587329162063169472tmp [Pipeline] { [Pipeline] echo 13:47:05 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:47:05 ---> create-netrc.sh [Pipeline] echo 13:47:05 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:47:05 ---> logs-deploy.sh 13:47:05 + ARCHIVE_ARTIFACTS= 13:47:05 + LOGS_SERVER=https://logs.edgexfoundry.org 13:47:05 + '[' https://logs.edgexfoundry.org == None ']' 13:47:05 + NEXUS_URL=https://nexus.edgexfoundry.org 13:47:05 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-configuration/PR-11/1 13:47:05 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-configuration/job/PR-11/1/ 13:47:05 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-configuration/PR-11/1 /w/workspace/undry_go-mod-configuration_PR-11 13:47:07 Archives upload complete. 13:47:07 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-configuration/PR-11/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-configuration/job/PR-11/1/ 13:47:08 ---> uname -a: 13:47:08 Linux 2637b7af55b8 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 13:47:08 13:47:08 13:47:08 ---> lscpu: 13:47:08 Architecture: x86_64 13:47:08 CPU op-mode(s): 32-bit, 64-bit 13:47:08 Byte Order: Little Endian 13:47:08 Address sizes: 40 bits physical, 48 bits virtual 13:47:08 CPU(s): 4 13:47:08 On-line CPU(s) list: 0-3 13:47:08 Thread(s) per core: 1 13:47:08 Core(s) per socket: 1 13:47:08 Socket(s): 4 13:47:08 NUMA node(s): 1 13:47:08 Vendor ID: GenuineIntel 13:47:08 CPU family: 6 13:47:08 Model: 44 13:47:08 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 13:47:08 Stepping: 1 13:47:08 CPU MHz: 2933.436 13:47:08 BogoMIPS: 5866.87 13:47:08 Virtualization: VT-x 13:47:08 Hypervisor vendor: KVM 13:47:08 Virtualization type: full 13:47:08 L1d cache: 128 KiB 13:47:08 L1i cache: 128 KiB 13:47:08 L2 cache: 16 MiB 13:47:08 L3 cache: 64 MiB 13:47:08 NUMA node0 CPU(s): 0-3 13:47:08 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 13:47:08 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 13:47:08 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 13:47:08 Vulnerability Meltdown: Mitigation; PTI 13:47:08 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 13:47:08 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 13:47:08 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 13:47:08 Vulnerability Tsx async abort: Not affected 13:47:08 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 13:47:08 13:47:08 13:47:08 ---> nproc: 13:47:08 4 13:47:08 13:47:08 13:47:08 ---> df -h: 13:47:08 Filesystem Size Used Available Use% Mounted on 13:47:08 overlay 50.0G 7.2G 42.8G 14% / 13:47:08 tmpfs 64.0M 0 64.0M 0% /dev 13:47:08 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 13:47:08 shm 64.0M 0 64.0M 0% /dev/shm 13:47:08 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 13:47:08 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 13:47:08 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 13:47:08 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa 13:47:08 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/undry_go-mod-configuration_PR-11 13:47:08 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/undry_go-mod-configuration_PR-11@tmp 13:47:08 13:47:08 13:47:08 ---> free -m: 13:47:08 total used free shared buff/cache available 13:47:08 Mem: 1837 662 130 0 1044 1069 13:47:08 Swap: 1023 1 1022 13:47:08 13:47:08 13:47:08 ---> ip addr: 13:47:08 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 13:47:08 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 13:47:08 inet 127.0.0.1/8 scope host lo 13:47:08 valid_lft forever preferred_lft forever 13:47:08 6: eth0@if7: mtu 1458 qdisc noqueue state UP 13:47:08 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 13:47:08 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 13:47:08 valid_lft forever preferred_lft forever 13:47:08 13:47:08 13:47:08 ---> sar -b -r -n DEV: 13:47:08 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/18/20 _x86_64_ (4 CPU) 13:47:08 13:47:08 13:41:46 LINUX RESTART 13:47:08 13:47:08 13:43:01 tps rtps wtps bread/s bwrtn/s 13:47:08 13:44:01 1.88 0.00 1.88 0.00 39.76 13:47:08 13:45:01 0.43 0.00 0.43 0.00 6.21 13:47:08 13:46:01 0.40 0.00 0.40 0.00 5.33 13:47:08 13:47:01 142.61 97.90 44.71 5672.33 16978.09 13:47:08 Average: 36.33 24.48 11.86 1418.26 4257.88 13:47:08 13:47:08 13:43:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 13:47:08 13:44:01 170728 1710828 90.93 2620 1131036 1081244 36.90 439048 1113272 16 13:47:08 13:45:01 168280 1713276 91.06 2620 1131040 1081460 36.91 442612 1112796 8 13:47:08 13:46:01 167280 1714276 91.11 2620 1131048 1081496 36.91 442732 1112800 12 13:47:08 13:47:01 169880 1711676 90.97 2620 1082984 1091384 37.25 430052 1080480 83300 13:47:08 Average: 169042 1712514 91.02 2620 1119027 1083896 36.99 438611 1104837 20834 13:47:08 13:47:08 13:43:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 13:47:08 13:44:01 eth0 0.75 0.07 0.06 0.00 0.00 0.00 0.00 13:47:08 13:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:47:08 13:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:47:08 13:45:01 eth0 0.65 0.25 0.29 0.19 0.00 0.00 0.00 13:47:08 13:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:47:08 13:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:47:08 13:46:01 eth0 0.63 0.40 0.29 0.20 0.00 0.00 0.00 13:47:08 13:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:47:08 13:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:47:08 13:47:01 eth0 88.64 59.76 2332.39 11.34 0.00 0.00 0.00 13:47:08 13:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:47:08 13:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:47:08 Average: eth0 22.67 15.12 583.33 2.94 0.00 0.00 0.00 13:47:08 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:47:08 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:47:08 13:47:08 13:47:08 ---> sar -P ALL: 13:47:08 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/18/20 _x86_64_ (4 CPU) 13:47:08 13:47:08 13:41:46 LINUX RESTART 13:47:08 13:47:08 13:43:01 CPU %user %nice %system %iowait %steal %idle 13:47:08 13:44:01 all 0.16 0.00 0.06 0.00 0.02 99.75 13:47:08 13:44:01 0 0.03 0.00 0.03 0.00 0.02 99.92 13:47:08 13:44:01 1 0.03 0.00 0.07 0.00 0.00 99.90 13:47:08 13:44:01 2 0.05 0.00 0.05 0.00 0.05 99.85 13:47:08 13:44:01 3 0.52 0.00 0.07 0.00 0.05 99.37 13:47:08 13:45:01 all 0.17 0.00 0.03 0.00 0.02 99.79 13:47:08 13:45:01 0 0.03 0.00 0.03 0.00 0.00 99.93 13:47:08 13:45:01 1 0.05 0.00 0.03 0.00 0.02 99.90 13:47:08 13:45:01 2 0.07 0.00 0.03 0.00 0.00 99.90 13:47:08 13:45:01 3 0.53 0.00 0.03 0.00 0.03 99.40 13:47:08 13:46:01 all 0.16 0.00 0.03 0.00 0.01 99.80 13:47:08 13:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:47:08 13:46:01 1 0.03 0.00 0.03 0.00 0.00 99.93 13:47:08 13:46:01 2 0.05 0.00 0.02 0.00 0.03 99.90 13:47:08 13:46:01 3 0.52 0.00 0.03 0.00 0.02 99.43 13:47:08 13:47:01 all 5.52 0.00 3.14 1.82 0.32 89.20 13:47:08 13:47:01 0 5.40 0.00 2.78 2.06 0.27 89.50 13:47:08 13:47:01 1 4.71 0.00 3.40 0.77 0.34 90.78 13:47:08 13:47:01 2 4.94 0.00 3.56 1.31 0.32 89.87 13:47:08 13:47:01 3 7.05 0.00 2.80 3.12 0.35 86.68 13:47:08 Average: all 1.49 0.00 0.81 0.45 0.09 97.16 13:47:08 Average: 0 1.36 0.00 0.71 0.51 0.07 97.35 13:47:08 Average: 1 1.20 0.00 0.88 0.19 0.09 97.64 13:47:08 Average: 2 1.27 0.00 0.91 0.33 0.10 97.40 13:47:08 Average: 3 2.14 0.00 0.73 0.77 0.11 96.25 13:47:08 13:47:08 13:47:08