Started by user ernesto-ojeda Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f5adf63aa6c1255066cf3357490e8370fcd65461 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Examining edgexfoundry/edgex-global-pipelines Attempting to resolve stable as a branch Attempting to resolve stable as a tag Resolved stable as tag stable at revision e7e7c7fb44d8ca5be541bf88e0d3575ac65047a0 using credential edgex-jenkins-access-pat > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 Checking out Revision e7e7c7fb44d8ca5be541bf88e0d3575ac65047a0 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e7e7c7fb44d8ca5be541bf88e0d3575ac65047a0 # timeout=10 Commit message: "Merge pull request #157 from ernestojeda/clean-snap-name" > 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 [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-bootstrap, 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-bootstrap-settings PROJECT: go-mod-bootstrap 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-bootstrap 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-5301 in /w/workspace/xfoundry_go-mod-bootstrap_master [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 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git > git init /w/workspace/xfoundry_go-mod-bootstrap_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.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-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision f5adf63aa6c1255066cf3357490e8370fcd65461 (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # 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-bootstrap.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f5adf63aa6c1255066cf3357490e8370fcd65461 # timeout=10 Commit message: "Merge pull request #70 from lenny-intel/Uppercase" > git rev-list --no-walk f5adf63aa6c1255066cf3357490e8370fcd65461 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:08:49 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:08:49 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:08:49 ========================================================= 17:08:49 EdgeX Global Pipelines Version Info 17:08:49 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:08:51 ------------------- 17:08:51 stable info: 17:08:51 ------------------- 17:08:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:08:51 Commit SHA: 824d4d37602b19f8c5aab127669a8744686ab6c4 17:08:51 Message: update stable to v1.0.73 17:08:51 ------------------- 17:08:51 experimental info: 17:08:51 ------------------- 17:08:51 Commited By: **** collab-it+edgex@linuxfoundation.org 17:08:51 Commit SHA: 824d4d37602b19f8c5aab127669a8744686ab6c4 17:08:51 Message: update experimental to v1.0.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 17:08:53 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:08:53 17:08:53 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:08:54 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:08:54 latest: Pulling from edgex-devops/git-semver 17:08:54 9123ac7c32f7: Pulling fs layer 17:08:54 b8cc5d1170e3: Pulling fs layer 17:08:54 2924cbbf6a41: Pulling fs layer 17:08:54 93b08a4f1073: Pulling fs layer 17:08:54 93b08a4f1073: Waiting 17:08:54 b8cc5d1170e3: Download complete 17:08:54 9123ac7c32f7: Verifying Checksum 17:08:54 9123ac7c32f7: Download complete 17:08:54 93b08a4f1073: Verifying Checksum 17:08:54 93b08a4f1073: Download complete 17:08:54 2924cbbf6a41: Verifying Checksum 17:08:54 2924cbbf6a41: Download complete 17:08:54 9123ac7c32f7: Pull complete 17:08:54 b8cc5d1170e3: Pull complete 17:08:55 2924cbbf6a41: Pull complete 17:08:55 93b08a4f1073: Pull complete 17:08:55 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 17:08:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:08:55 prd-centos7-docker-4c-2g-5301 does not seem to be running inside a container 17:08:55 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:08:56 $ docker top bdfc590fd29d2142ebffc770a2e44e46285a3e80026b4e54fb1aa0afc703f779 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:08:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:08:56 [ssh-agent] Looking for ssh-agent implementation... 17:08:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:08:56 $ docker exec bdfc590fd29d2142ebffc770a2e44e46285a3e80026b4e54fb1aa0afc703f779 ssh-agent 17:08:56 SSH_AUTH_SOCK=/tmp/ssh-0OWfHZFVOOQY/agent.14 17:08:56 SSH_AGENT_PID=21 17:08:56 Running ssh-add (command line suppressed) 17:08:57 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3137529689071145345.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3137529689071145345.key) 17:08:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:08:57 + git describe --exact-match --tags HEAD 17:08:57 fatal: No names found, cannot describe anything. [Pipeline] } 17:08:57 $ docker exec --env ******** --env ******** bdfc590fd29d2142ebffc770a2e44e46285a3e80026b4e54fb1aa0afc703f779 ssh-agent -k 17:08:57 unset SSH_AUTH_SOCK; 17:08:57 unset SSH_AGENT_PID; 17:08:57 echo Agent pid 21 killed; 17:08:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 17:08:57 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 17:08:57 This usually means this commit has not been tagged. [Pipeline] sshagent 17:08:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:08:57 [ssh-agent] Looking for ssh-agent implementation... 17:08:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:08:58 $ docker exec bdfc590fd29d2142ebffc770a2e44e46285a3e80026b4e54fb1aa0afc703f779 ssh-agent 17:08:58 SSH_AUTH_SOCK=/tmp/ssh-BuMgm41GKCAK/agent.57 17:08:58 SSH_AGENT_PID=63 17:08:58 Running ssh-add (command line suppressed) 17:08:58 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8032249893363626723.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8032249893363626723.key) 17:08:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:08:58 + git semver init 17:08:58 # -> Open(): unable to determine branch for HEAD 17:08:58 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 17:08:58 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 17:08:58 # $SEMVER_REMOTE_NAME = origin 17:08:58 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:08:58 # $SEMVER_USER_NAME = edgex-jenkins 17:08:58 # $SEMVER_BRANCH = master 17:08:58 # $SEMVER_TEMP = /tmp/semver-404070525 17:08:58 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 17:08:59 # '/tmp/semver-404070525' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' 17:08:59 # -> Force: false 17:08:59 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 17:08:59 $ docker exec --env ******** --env ******** bdfc590fd29d2142ebffc770a2e44e46285a3e80026b4e54fb1aa0afc703f779 ssh-agent -k 17:08:59 unset SSH_AUTH_SOCK; 17:08:59 unset SSH_AGENT_PID; 17:08:59 echo Agent pid 63 killed; 17:08:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:08:59 + git semver [Pipeline] } 17:08:59 $ docker stop --time=1 bdfc590fd29d2142ebffc770a2e44e46285a3e80026b4e54fb1aa0afc703f779 17:09:01 $ docker rm -f bdfc590fd29d2142ebffc770a2e44e46285a3e80026b4e54fb1aa0afc703f779 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 17:09:01 Stashed 38 file(s) [Pipeline] echo 17:09:01 [edgeXSemver] initialized semver on version 0.0.30 [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 17:09:17 Still waiting to schedule task 17:09:17 Waiting for next available executor on ‘centos7-docker-4c-2g’ 17:09:17 Still waiting to schedule task 17:09:17 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 17:11:06 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5302 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 17:11:06 Running in /w/workspace/go-mod-bootstrap/32 [Pipeline] { [Pipeline] checkout 17:11:07 Running on prd-centos7-docker-4c-2g-5304 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 17:11:07 Running in /w/workspace/go-mod-bootstrap/32 [Pipeline] { [Pipeline] checkout 17:11:12 using credential edgex-jenkins-ssh 17:11:12 Cloning the remote Git repository 17:11:12 Cloning with configured refspecs honoured and without tags 17:11:11 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 17:11:11 > git init /w/workspace/go-mod-bootstrap/32 # timeout=10 17:11:11 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 17:11:11 > git --version # timeout=10 17:11:11 using GIT_SSH to set credentials SSH Credentials for GitHub 17:11:11 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:11:12 Fetching without tags 17:11:13 using credential edgex-jenkins-ssh 17:11:13 Cloning the remote Git repository 17:11:13 Cloning with configured refspecs honoured and without tags 17:11:13 Checking out Revision f5adf63aa6c1255066cf3357490e8370fcd65461 (master) 17:11:13 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 17:11:13 > git init /w/workspace/go-mod-bootstrap/32 # timeout=10 17:11:12 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 17:11:12 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 17:11:12 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 17:11:12 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 17:11:12 using GIT_SSH to set credentials SSH Credentials for GitHub 17:11:12 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:11:12 > git config core.sparsecheckout # timeout=10 17:11:12 > git checkout -f f5adf63aa6c1255066cf3357490e8370fcd65461 # timeout=10 17:11:14 Fetching without tags 17:11:13 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 17:11:13 > git --version # timeout=10 17:11:13 using GIT_SSH to set credentials SSH Credentials for GitHub 17:11:13 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:11:14 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 17:11:14 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 17:11:14 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 17:11:14 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 17:11:14 using GIT_SSH to set credentials SSH Credentials for GitHub 17:11:14 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:11:14 Checking out Revision f5adf63aa6c1255066cf3357490e8370fcd65461 (master) 17:11:14 > git config core.sparsecheckout # timeout=10 17:11:14 > git checkout -f f5adf63aa6c1255066cf3357490e8370fcd65461 # timeout=10 17:11:17 Commit message: "Merge pull request #70 from lenny-intel/Uppercase" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 17:11:17 ========================================================= 17:11:17 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 17:11:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:11:18 + 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 . 17:11:18 Sending build context to Docker daemon 554kB 17:11:18 Step 1/8 : ARG BASE=golang:1.13-alpine 17:11:18 Step 2/8 : FROM ${BASE} 17:11:19 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 17:11:19 e6b0cf9c0882: Pulling fs layer 17:11:19 2848faf0eed1: Pulling fs layer 17:11:19 0f37312ad70f: Pulling fs layer 17:11:19 5788d62ee057: Pulling fs layer 17:11:19 0e6b1d234666: Pulling fs layer 17:11:19 bf5d7aec512f: Pulling fs layer 17:11:19 34c802a77dc8: Pulling fs layer 17:11:19 9eb99e56ec68: Pulling fs layer 17:11:19 27c7a5d97fbd: Pulling fs layer 17:11:19 5c102a31e300: Pulling fs layer 17:11:19 dcfb455df0a1: Pulling fs layer 17:11:19 34c802a77dc8: Waiting 17:11:19 5788d62ee057: Waiting 17:11:19 9eb99e56ec68: Waiting 17:11:19 5c102a31e300: Waiting 17:11:19 0e6b1d234666: Waiting 17:11:19 dcfb455df0a1: Waiting 17:11:19 27c7a5d97fbd: Waiting 17:11:19 bf5d7aec512f: Waiting 17:11:19 0f37312ad70f: Verifying Checksum 17:11:19 0f37312ad70f: Download complete 17:11:19 2848faf0eed1: Verifying Checksum 17:11:19 2848faf0eed1: Download complete 17:11:19 0e6b1d234666: Verifying Checksum 17:11:19 0e6b1d234666: Download complete 17:11:19 bf5d7aec512f: Verifying Checksum 17:11:19 bf5d7aec512f: Download complete 17:11:19 e6b0cf9c0882: Download complete 17:11:19 Commit message: "Merge pull request #70 from lenny-intel/Uppercase" 17:11:19 e6b0cf9c0882: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 17:11:19 34c802a77dc8: Download complete 17:11:19 27c7a5d97fbd: Verifying Checksum [Pipeline] script [Pipeline] { [Pipeline] unstash 17:11:20 2848faf0eed1: Pull complete [Pipeline] echo 17:11:20 ========================================================= 17:11:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 17:11:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:11:20 5c102a31e300: Verifying Checksum 17:11:20 5c102a31e300: Download complete 17:11:20 0f37312ad70f: Pull complete 17:11:20 dcfb455df0a1: Verifying Checksum 17:11:20 dcfb455df0a1: Download complete 17:11:21 5788d62ee057: Verifying Checksum 17:11:21 5788d62ee057: Download complete 17:11:21 9eb99e56ec68: Verifying Checksum 17:11:21 9eb99e56ec68: Download complete 17:11:21 + 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 . 17:11:22 Sending build context to Docker daemon 554kB 17:11:22 Step 1/8 : ARG BASE=golang:1.13-alpine 17:11:22 Step 2/8 : FROM ${BASE} 17:11:22 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:11:22 cde5963f3b93: Pulling fs layer 17:11:22 2a23fa8c16f7: Pulling fs layer 17:11:22 777b28850792: Pulling fs layer 17:11:22 8a11ddd9e578: Pulling fs layer 17:11:22 4cf88f913ddb: Pulling fs layer 17:11:22 1df406cf5192: Pulling fs layer 17:11:22 cd6300453558: Pulling fs layer 17:11:22 b9c365052c96: Pulling fs layer 17:11:22 a2d8cc88f415: Pulling fs layer 17:11:22 ea1d1ca13537: Pulling fs layer 17:11:22 3750a50a1c5e: Pulling fs layer 17:11:22 8a11ddd9e578: Waiting 17:11:22 1df406cf5192: Waiting 17:11:22 cd6300453558: Waiting 17:11:22 b9c365052c96: Waiting 17:11:22 4cf88f913ddb: Waiting 17:11:22 ea1d1ca13537: Waiting 17:11:22 a2d8cc88f415: Waiting 17:11:22 3750a50a1c5e: Waiting 17:11:22 777b28850792: Verifying Checksum 17:11:22 777b28850792: Download complete 17:11:22 2a23fa8c16f7: Verifying Checksum 17:11:22 2a23fa8c16f7: Download complete 17:11:22 4cf88f913ddb: Verifying Checksum 17:11:22 4cf88f913ddb: Download complete 17:11:22 1df406cf5192: Verifying Checksum 17:11:22 1df406cf5192: Download complete 17:11:22 cde5963f3b93: Verifying Checksum 17:11:22 cde5963f3b93: Download complete 17:11:24 cde5963f3b93: Pull complete 17:11:25 2a23fa8c16f7: Pull complete 17:11:25 777b28850792: Pull complete 17:11:27 cd6300453558: Verifying Checksum 17:11:27 cd6300453558: Download complete 17:11:27 a2d8cc88f415: Verifying Checksum 17:11:27 a2d8cc88f415: Download complete 17:11:27 5788d62ee057: Pull complete 17:11:27 0e6b1d234666: Pull complete 17:11:27 bf5d7aec512f: Pull complete 17:11:30 ea1d1ca13537: Verifying Checksum 17:11:30 ea1d1ca13537: Download complete 17:11:30 3750a50a1c5e: Download complete 17:11:31 34c802a77dc8: Pull complete 17:11:32 b9c365052c96: Verifying Checksum 17:11:32 b9c365052c96: Download complete 17:11:34 8a11ddd9e578: Download complete 17:11:36 9eb99e56ec68: Pull complete 17:11:36 27c7a5d97fbd: Pull complete 17:11:36 5c102a31e300: Pull complete 17:11:36 dcfb455df0a1: Pull complete 17:11:36 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 17:11:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 17:11:36 ---> 7c70fe431013 17:11:36 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:11:36 ---> Running in 8ca35fe8426f 17:11:36 Removing intermediate container 8ca35fe8426f 17:11:36 ---> 192b5ba59971 17:11:36 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:11:36 ---> Running in 3ffa29d82fef 17:11:37 Removing intermediate container 3ffa29d82fef 17:11:37 ---> 3c10a9ca373a 17:11:37 Step 5/8 : RUN apk add --update --no-cache git make 17:11:38 ---> Running in 7655249fabce 17:11:38 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 17:11:39 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 17:11:39 OK: 143 MiB in 39 packages 17:11:40 Removing intermediate container 7655249fabce 17:11:40 ---> 385b0d42be50 17:11:40 Step 6/8 : WORKDIR /build 17:11:40 ---> Running in 6e3fe843a596 17:11:40 Removing intermediate container 6e3fe843a596 17:11:40 ---> d524021c3d2c 17:11:40 Step 7/8 : COPY go.mod . 17:11:40 ---> ff7be527edac 17:11:40 Step 8/8 : RUN go mod download 17:11:40 ---> Running in 5037af31a3ec 17:11:42 go: finding github.com/BurntSushi/toml v0.3.1 17:11:42 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 17:11:42 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:11:42 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 17:11:42 go: finding github.com/bgentry/speakeasy v0.1.0 17:11:42 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 17:11:42 go: finding github.com/davecgh/go-spew v1.1.1 17:11:42 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 17:11:42 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.34 17:11:42 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 17:11:42 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 17:11:42 go: finding github.com/fatih/color v1.7.0 17:11:42 go: finding github.com/go-kit/kit v0.8.0 17:11:42 go: finding github.com/go-logfmt/logfmt v0.4.0 17:11:42 go: finding github.com/go-stack/stack v1.8.0 17:11:42 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 17:11:42 go: finding github.com/google/uuid v1.1.0 17:11:42 go: finding github.com/gorilla/mux v1.7.1 17:11:42 go: finding github.com/hashicorp/consul/api v1.1.0 17:11:42 go: finding github.com/hashicorp/consul/sdk v0.1.1 17:11:42 go: finding github.com/hashicorp/errwrap v1.0.0 17:11:42 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 17:11:42 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 17:11:42 go: finding github.com/hashicorp/go-msgpack v0.5.3 17:11:42 go: finding github.com/hashicorp/go-multierror v1.0.0 17:11:42 go: finding github.com/hashicorp/go-rootcerts v1.0.0 17:11:42 go: finding github.com/hashicorp/go-sockaddr v1.0.0 17:11:42 go: finding github.com/hashicorp/go-syslog v1.0.0 17:11:42 go: finding github.com/hashicorp/go-uuid v1.0.1 17:11:42 go: finding github.com/hashicorp/go.net v0.0.1 17:11:42 go: finding github.com/hashicorp/golang-lru v0.5.0 17:11:42 go: finding github.com/hashicorp/logutils v1.0.0 17:11:42 go: finding github.com/hashicorp/mdns v1.0.0 17:11:42 go: finding github.com/hashicorp/memberlist v0.1.3 17:11:42 go: finding github.com/hashicorp/serf v0.8.2 17:11:42 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 17:11:42 go: finding github.com/mattn/go-colorable v0.0.9 17:11:42 go: finding github.com/mattn/go-isatty v0.0.3 17:11:42 go: finding github.com/miekg/dns v1.0.14 17:11:43 go: finding github.com/mitchellh/cli v1.0.0 17:11:43 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:11:43 go: finding github.com/mitchellh/copystructure v1.0.0 17:11:43 go: finding github.com/mitchellh/go-homedir v1.0.0 17:11:43 go: finding github.com/mitchellh/go-testing-interface v1.0.0 17:11:43 go: finding github.com/mitchellh/gox v0.4.0 17:11:43 go: finding github.com/mitchellh/iochan v1.0.0 17:11:43 go: finding github.com/mitchellh/mapstructure v1.1.2 17:11:43 go: finding github.com/mitchellh/reflectwalk v1.0.0 17:11:43 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 17:11:43 go: finding github.com/pelletier/go-toml v1.2.0 17:11:43 go: finding github.com/pkg/errors v0.8.1 17:11:43 go: finding github.com/pmezard/go-difflib v1.0.0 17:11:43 go: finding github.com/posener/complete v1.1.1 17:11:43 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 17:11:43 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 17:11:43 go: finding github.com/stretchr/objx v0.1.0 17:11:43 go: finding github.com/stretchr/testify v1.5.1 17:11:43 go: finding github.com/ugorji/go v1.1.4 17:11:43 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 17:11:43 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 17:11:43 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 17:11:43 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 17:11:43 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 17:11:43 go: finding gopkg.in/yaml.v2 v2.2.8 17:11:47 8a11ddd9e578: Pull complete 17:11:47 4cf88f913ddb: Pull complete 17:11:47 1df406cf5192: Pull complete 17:11:47 Removing intermediate container 5037af31a3ec 17:11:47 ---> 9d940c83191a 17:11:47 Successfully built 9d940c83191a 17:11:47 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:11:48 + docker inspect -f . ci-base-image-x86_64 17:11:48 . [Pipeline] withDockerContainer 17:11:48 prd-centos7-docker-4c-2g-5304 does not seem to be running inside a container 17:11:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/32 -v /w/workspace/go-mod-bootstrap/32:/w/workspace/go-mod-bootstrap/32:rw,z -v /w/workspace/go-mod-bootstrap/32@tmp:/w/workspace/go-mod-bootstrap/32@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 ******** ci-base-image-x86_64 cat 17:11:49 $ docker top eb4be4e897fe66eee152d906a0a976dae72a8cc12059b62d087fc107bc4dc004 -eo pid,comm [Pipeline] { [Pipeline] sh 17:11:49 + go version 17:11:49 go version go1.13.5 linux/amd64 [Pipeline] sh 17:11:50 + make test 17:11:50 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:11:50 cd6300453558: Pull complete 17:11:54 b9c365052c96: Pull complete 17:11:55 a2d8cc88f415: Pull complete 17:11:57 ea1d1ca13537: Pull complete 17:11:57 3750a50a1c5e: Pull complete 17:11:57 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 17:11:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 17:11:57 ---> 78745c68409d 17:11:57 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:12:00 ---> Running in 2232dd01ba04 17:12:01 Removing intermediate container 2232dd01ba04 17:12:01 ---> 76658a674964 17:12:01 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:12:01 ---> Running in 185676ed7a62 17:12:04 Removing intermediate container 185676ed7a62 17:12:04 ---> ef156e90db0e 17:12:04 Step 5/8 : RUN apk add --update --no-cache git make 17:12:04 ---> Running in fbaf92cf4f26 17:12:04 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 17:12:05 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 17:12:05 OK: 125 MiB in 39 packages 17:12:07 Removing intermediate container fbaf92cf4f26 17:12:07 ---> f02b01df878c 17:12:07 Step 6/8 : WORKDIR /build 17:12:07 ---> Running in 81403fbb816c 17:12:07 Removing intermediate container 81403fbb816c 17:12:07 ---> 06962f5973ba 17:12:07 Step 7/8 : COPY go.mod . 17:12:08 ---> 439fd1980f5f 17:12:08 Step 8/8 : RUN go mod download 17:12:08 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] 17:12:08 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.019s coverage: 50.8% of statements 17:12:08 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] 17:12:08 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.019s coverage: 84.2% of statements 17:12:08 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] 17:12:08 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] 17:12:08 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] 17:12:08 ---> Running in f8bbaae34825 17:12:10 go: finding github.com/BurntSushi/toml v0.3.1 17:12:10 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 17:12:10 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:12:10 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 17:12:10 go: finding github.com/bgentry/speakeasy v0.1.0 17:12:10 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 17:12:10 go: finding github.com/davecgh/go-spew v1.1.1 17:12:10 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 17:12:10 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.34 17:12:10 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 17:12:10 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 17:12:10 go: finding github.com/fatih/color v1.7.0 17:12:10 go: finding github.com/go-kit/kit v0.8.0 17:12:10 go: finding github.com/go-logfmt/logfmt v0.4.0 17:12:10 go: finding github.com/go-stack/stack v1.8.0 17:12:10 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 17:12:10 go: finding github.com/google/uuid v1.1.0 17:12:10 go: finding github.com/gorilla/mux v1.7.1 17:12:10 go: finding github.com/hashicorp/consul/api v1.1.0 17:12:10 go: finding github.com/hashicorp/consul/sdk v0.1.1 17:12:10 go: finding github.com/hashicorp/errwrap v1.0.0 17:12:10 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 17:12:10 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 17:12:10 go: finding github.com/hashicorp/go-msgpack v0.5.3 17:12:10 go: finding github.com/hashicorp/go-multierror v1.0.0 17:12:10 go: finding github.com/hashicorp/go-rootcerts v1.0.0 17:12:10 go: finding github.com/hashicorp/go-sockaddr v1.0.0 17:12:10 go: finding github.com/hashicorp/go-syslog v1.0.0 17:12:10 go: finding github.com/hashicorp/go-uuid v1.0.1 17:12:10 go: finding github.com/hashicorp/go.net v0.0.1 17:12:10 go: finding github.com/hashicorp/golang-lru v0.5.0 17:12:10 go: finding github.com/hashicorp/logutils v1.0.0 17:12:10 go: finding github.com/hashicorp/mdns v1.0.0 17:12:10 go: finding github.com/hashicorp/memberlist v0.1.3 17:12:10 go: finding github.com/hashicorp/serf v0.8.2 17:12:10 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 17:12:10 go: finding github.com/mattn/go-colorable v0.0.9 17:12:10 go: finding github.com/mattn/go-isatty v0.0.3 17:12:10 go: finding github.com/miekg/dns v1.0.14 17:12:10 go: finding github.com/mitchellh/cli v1.0.0 17:12:10 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:12:10 go: finding github.com/mitchellh/copystructure v1.0.0 17:12:10 go: finding github.com/mitchellh/go-homedir v1.0.0 17:12:10 go: finding github.com/mitchellh/go-testing-interface v1.0.0 17:12:10 go: finding github.com/mitchellh/gox v0.4.0 17:12:11 go: finding github.com/mitchellh/iochan v1.0.0 17:12:11 go: finding github.com/mitchellh/mapstructure v1.1.2 17:12:11 go: finding github.com/mitchellh/reflectwalk v1.0.0 17:12:11 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 17:12:11 go: finding github.com/pelletier/go-toml v1.2.0 17:12:11 go: finding github.com/pkg/errors v0.8.1 17:12:11 go: finding github.com/pmezard/go-difflib v1.0.0 17:12:11 go: finding github.com/posener/complete v1.1.1 17:12:11 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 17:12:11 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 17:12:11 go: finding github.com/stretchr/objx v0.1.0 17:12:11 go: finding github.com/stretchr/testify v1.5.1 17:12:11 go: finding github.com/ugorji/go v1.1.4 17:12:11 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 17:12:11 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 17:12:11 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 17:12:11 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 17:12:11 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 17:12:11 go: finding gopkg.in/yaml.v2 v2.2.8 17:12:14 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.015s coverage: 100.0% of statements 17:12:14 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] 17:12:14 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] 17:12:14 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] 17:12:14 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.008s coverage: 48.9% of statements 17:12:14 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] 17:12:14 ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] 17:12:14 ok github.com/edgexfoundry/go-mod-bootstrap/di 0.005s coverage: 91.3% of statements 17:12:14 CGO_ENABLED=0 GO111MODULE=on go vet ./... 17:12:16 gofmt -l . 17:12:16 [ "`gofmt -l .`" = "" ] [Pipeline] stash 17:12:16 Stashed 1 file(s) [Pipeline] } 17:12:16 $ docker stop --time=1 eb4be4e897fe66eee152d906a0a976dae72a8cc12059b62d087fc107bc4dc004 17:12:18 $ docker rm -f eb4be4e897fe66eee152d906a0a976dae72a8cc12059b62d087fc107bc4dc004 [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] } 17:12:19 Removing intermediate container f8bbaae34825 17:12:19 ---> 6f996cb0ee8d 17:12:19 Successfully built 6f996cb0ee8d 17:12:19 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:12:20 + docker inspect -f . ci-base-image-arm64 17:12:20 . [Pipeline] withDockerContainer 17:12:20 prd-ubuntu18.04-docker-arm64-4c-16g-5302 does not seem to be running inside a container 17:12:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/32 -v /w/workspace/go-mod-bootstrap/32:/w/workspace/go-mod-bootstrap/32:rw,z -v /w/workspace/go-mod-bootstrap/32@tmp:/w/workspace/go-mod-bootstrap/32@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 ******** ci-base-image-arm64 cat 17:12:22 $ docker top 7720c316eed7ddffa2f3d05db4abe2f5523f6021e0af1227cc0396b02a38ad1b -eo pid,comm [Pipeline] { [Pipeline] sh 17:12:23 + go version 17:12:23 go version go1.13.5 linux/arm64 [Pipeline] sh 17:12:24 + make test 17:12:24 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:13:11 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] 17:13:11 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.061s coverage: 50.8% of statements 17:13:11 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] 17:13:11 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.015s coverage: 84.2% of statements 17:13:11 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] 17:13:11 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] 17:13:11 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] 17:13:12 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.046s coverage: 100.0% of statements 17:13:12 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] 17:13:12 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] 17:13:12 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] 17:13:12 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.025s coverage: 48.9% of statements 17:13:12 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] 17:13:12 ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] 17:13:12 ok github.com/edgexfoundry/go-mod-bootstrap/di 0.024s coverage: 91.3% of statements 17:13:12 CGO_ENABLED=0 GO111MODULE=on go vet ./... 17:13:19 gofmt -l . 17:13:19 [ "`gofmt -l .`" = "" ] [Pipeline] stash 17:13:19 Warning: overwriting stash ‘coverage-report’ 17:13:19 Stashed 1 file(s) [Pipeline] } 17:13:19 $ docker stop --time=1 7720c316eed7ddffa2f3d05db4abe2f5523f6021e0af1227cc0396b02a38ad1b 17:13:21 $ docker rm -f 7720c316eed7ddffa2f3d05db4abe2f5523f6021e0af1227cc0396b02a38ad1b [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 17:13:23 provisioning config files... 17:13:23 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config5353530707899887100tmp [Pipeline] { [Pipeline] sh 17:13:24 + curl -s https://codecov.io/bash 17:13:24 + bash -s - -t @/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config5353530707899887100tmp 17:13:24 17:13:24 _____ _ 17:13:24 / ____| | | 17:13:24 | | ___ __| | ___ ___ _____ __ 17:13:24 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:13:24 | |___| (_) | (_| | __/ (_| (_) \ V / 17:13:24 \_____\___/ \__,_|\___|\___\___/ \_/ 17:13:24 Bash-tbd 17:13:24 17:13:24 17:13:24 ==> Jenkins CI detected. 17:13:24 project root: . 17:13:24 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:13:24 ==> Running gcov in . (disable via -X gcov) 17:13:24 ==> Python coveragepy not found 17:13:24 ==> Searching for coverage reports in: 17:13:24 + . 17:13:24 -> Found 1 reports 17:13:24 ==> Detecting git/mercurial file structure 17:13:24 ==> Reading reports 17:13:24 + ./coverage.out bytes=20062 17:13:24 ==> Appending adjustments 17:13:24 http://docs.codecov.io/docs/fixing-reports 17:13:24 + Found adjustments 17:13:24 ==> Gzipping contents 17:13:24 ==> Uploading reports 17:13:24 url: https://codecov.io 17:13:24 query: branch=master&commit=f5adf63aa6c1255066cf3357490e8370fcd65461&build=32&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F32%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job= 17:13:24 -> Pinging Codecov 17:13:24 https://codecov.io/upload/v4?package=bash-tbd&token=secret&branch=master&commit=f5adf63aa6c1255066cf3357490e8370fcd65461&build=32&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F32%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job= 17:13:24 -> Uploading 17:13:25 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/f5adf63aa6c1255066cf3357490e8370fcd65461 [Pipeline] } 17:13:25 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 17:13:25 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 17:13:25 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 17:13:25 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:13:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 17:13:25 17:13:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 [Pipeline] isUnix [Pipeline] sh 17:13:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 17:13:26 1.217.3: Pulling from edgex-devops/edgex-snyk-go 17:13:26 e6b0cf9c0882: Pulling fs layer 17:13:26 2848faf0eed1: Pulling fs layer 17:13:26 0f37312ad70f: Pulling fs layer 17:13:26 7d08f2745646: Pulling fs layer 17:13:26 4c9f31393084: Pulling fs layer 17:13:26 eb21ddb83652: Pulling fs layer 17:13:26 345998794f6b: Pulling fs layer 17:13:26 97a711d68925: Pulling fs layer 17:13:26 7c8476c1cb00: Pulling fs layer 17:13:26 7d08f2745646: Waiting 17:13:26 4c9f31393084: Waiting 17:13:26 eb21ddb83652: Waiting 17:13:26 345998794f6b: Waiting 17:13:26 7c8476c1cb00: Waiting 17:13:26 97a711d68925: Waiting 17:13:26 0f37312ad70f: Download complete 17:13:26 2848faf0eed1: Verifying Checksum 17:13:26 2848faf0eed1: Download complete 17:13:26 4c9f31393084: Verifying Checksum 17:13:26 4c9f31393084: Download complete 17:13:26 eb21ddb83652: Verifying Checksum 17:13:26 eb21ddb83652: Download complete 17:13:26 e6b0cf9c0882: Verifying Checksum 17:13:26 e6b0cf9c0882: Download complete 17:13:26 345998794f6b: Verifying Checksum 17:13:26 345998794f6b: Download complete 17:13:26 e6b0cf9c0882: Pull complete 17:13:26 2848faf0eed1: Pull complete 17:13:27 7c8476c1cb00: Verifying Checksum 17:13:27 7c8476c1cb00: Download complete 17:13:27 97a711d68925: Download complete 17:13:27 0f37312ad70f: Pull complete 17:13:27 7d08f2745646: Verifying Checksum 17:13:27 7d08f2745646: Download complete 17:13:33 7d08f2745646: Pull complete 17:13:33 4c9f31393084: Pull complete 17:13:33 eb21ddb83652: Pull complete 17:13:35 345998794f6b: Pull complete 17:13:38 97a711d68925: Pull complete 17:13:38 7c8476c1cb00: Pull complete 17:13:38 Digest: sha256:607726e52887638313664f8405ebf6c5c0cb4d7cb27150ffbb2671548f966c96 17:13:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 [Pipeline] withDockerContainer 17:13:38 prd-centos7-docker-4c-2g-5301 does not seem to be running inside a container 17:13:38 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/xfoundry_go-mod-bootstrap_master:/ws -w /ws --entrypoint= -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 cat 17:13:39 $ docker top 08b269584ef587f464fe6962c2a75ca46908f59a66687c7e5aab8220ba105de6 -eo pid,comm [Pipeline] { [Pipeline] sh 17:13:40 + snyk monitor '--org=edgex-jenkins' 17:13:44 17:13:44 Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master... 17:13:44 17:13:44 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/19a98e22-83c3-4df2-becf-4316f070fd80/history/be4de17a-60ed-4222-8b10-1f48246bda65 17:13:44 17:13:44 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:13:44 17:13:44 [Pipeline] } 17:13:44 $ docker stop --time=1 08b269584ef587f464fe6962c2a75ca46908f59a66687c7e5aab8220ba105de6 17:13:45 $ docker rm -f 08b269584ef587f464fe6962c2a75ca46908f59a66687c7e5aab8220ba105de6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 17:13:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:13:46 . [Pipeline] withDockerContainer 17:13:46 prd-centos7-docker-4c-2g-5301 does not seem to be running inside a container 17:13:46 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:13:47 $ docker top 479d47cd56ba00b91e7edb16e5926ae3cc355676cf38188a7b1485f5908897fd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:13:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:13:47 [ssh-agent] Looking for ssh-agent implementation... 17:13:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:13:47 $ docker exec 479d47cd56ba00b91e7edb16e5926ae3cc355676cf38188a7b1485f5908897fd ssh-agent 17:13:47 SSH_AUTH_SOCK=/tmp/ssh-sqRrjtXWVdoR/agent.14 17:13:47 SSH_AGENT_PID=21 17:13:47 Running ssh-add (command line suppressed) 17:13:48 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_5372861034029495167.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_5372861034029495167.key) 17:13:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:13:48 + git semver tag 17:13:48 # -> Open(): unable to determine branch for HEAD 17:13:48 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 17:13:48 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 17:13:48 # $SEMVER_REMOTE_NAME = origin 17:13:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:13:48 # $SEMVER_USER_NAME = edgex-jenkins 17:13:48 # $SEMVER_BRANCH = master 17:13:48 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 17:13:48 # f5adf63aa6c1255066cf3357490e8370fcd65461 HEAD 17:13:48 # -> Force: false 17:13:48 # b00125e36692c9e6267670d901043ee476cc55ea refs/tags/v0.0.30 [Pipeline] } 17:13:48 $ docker exec --env ******** --env ******** 479d47cd56ba00b91e7edb16e5926ae3cc355676cf38188a7b1485f5908897fd ssh-agent -k 17:13:48 unset SSH_AUTH_SOCK; 17:13:48 unset SSH_AGENT_PID; 17:13:48 echo Agent pid 21 killed; 17:13:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:13:49 + git semver [Pipeline] } 17:13:49 $ docker stop --time=1 479d47cd56ba00b91e7edb16e5926ae3cc355676cf38188a7b1485f5908897fd 17:13:50 $ docker rm -f 479d47cd56ba00b91e7edb16e5926ae3cc355676cf38188a7b1485f5908897fd [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 17:13:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:13:51 17:13:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 17:13:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:13:51 0.23.1-centos7: Pulling from edgex-lftools 17:13:51 ab5ef0e58194: Pulling fs layer 17:13:51 9712f1f96733: Pulling fs layer 17:13:51 63f879dbbcfc: Pulling fs layer 17:13:51 0d9ebad4ef96: Pulling fs layer 17:13:51 e9a5061849ea: Pulling fs layer 17:13:51 d747dcd14b5f: Pulling fs layer 17:13:51 2de7ff778b66: Pulling fs layer 17:13:51 e9a5061849ea: Waiting 17:13:51 0d9ebad4ef96: Waiting 17:13:51 9712f1f96733: Verifying Checksum 17:13:51 9712f1f96733: Download complete 17:13:51 63f879dbbcfc: Verifying Checksum 17:13:51 63f879dbbcfc: Download complete 17:13:51 e9a5061849ea: Verifying Checksum 17:13:51 e9a5061849ea: Download complete 17:13:52 d747dcd14b5f: Verifying Checksum 17:13:52 d747dcd14b5f: Download complete 17:13:52 0d9ebad4ef96: Verifying Checksum 17:13:52 0d9ebad4ef96: Download complete 17:13:52 2de7ff778b66: Verifying Checksum 17:13:52 2de7ff778b66: Download complete 17:13:52 ab5ef0e58194: Verifying Checksum 17:13:52 ab5ef0e58194: Download complete 17:13:57 ab5ef0e58194: Pull complete 17:13:57 9712f1f96733: Pull complete 17:13:59 63f879dbbcfc: Pull complete 17:14:06 0d9ebad4ef96: Pull complete 17:14:06 e9a5061849ea: Pull complete 17:14:06 d747dcd14b5f: Pull complete 17:14:11 2de7ff778b66: Pull complete 17:14:11 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:14:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 17:14:11 prd-centos7-docker-4c-2g-5301 does not seem to be running inside a container 17:14:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 17:14:12 $ docker top 423ff41cfffbfac4628fd5447175f2c51bda091873bda7e9a785fe376a366d05 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:14:12 provisioning config files... 17:14:12 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config8974273399947529616tmp 17:14:12 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config6774387137102672321tmp 17:14:12 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config6143367777913095829tmp [Pipeline] { [Pipeline] echo 17:14:12 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:14:13 ---> sigul-configuration.sh 17:14:13 gpg: directory `/root/.gnupg' created 17:14:13 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:14:13 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:14:13 gpg: keyring `/root/.gnupg/secring.gpg' created 17:14:13 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:14:13 gpg: CAST5 encrypted data 17:14:13 gpg: encrypted with 1 passphrase 17:14:13 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:14:13 + mkdir /home/jenkins 17:14:13 + mkdir /home/jenkins/sigul [Pipeline] sh 17:14:14 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 17:14:14 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:14:14 ---> sigul-install.sh 17:14:22 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 17:14:22 + git tag --list 17:14:22 v0.0.30 [Pipeline] sh 17:14:23 + lftools sign git-tag v0.0.30 17:14:23 Signing Git tag with Sigul... 17:14:23 Signing v0.0.30 [Pipeline] echo 17:14:24 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:14:25 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:14:25 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:14:25 $ docker stop --time=1 423ff41cfffbfac4628fd5447175f2c51bda091873bda7e9a785fe376a366d05 17:14:26 $ docker rm -f 423ff41cfffbfac4628fd5447175f2c51bda091873bda7e9a785fe376a366d05 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 17:14:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:14:27 . [Pipeline] withDockerContainer 17:14:27 prd-centos7-docker-4c-2g-5301 does not seem to be running inside a container 17:14:27 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:14:28 $ docker top f85859286704dfdf793b3fb32c85192a80af4765b16aa5b4c827b564d2947a24 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:14:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:14:28 [ssh-agent] Looking for ssh-agent implementation... 17:14:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:14:28 $ docker exec f85859286704dfdf793b3fb32c85192a80af4765b16aa5b4c827b564d2947a24 ssh-agent 17:14:28 SSH_AUTH_SOCK=/tmp/ssh-AV38UPxAQa3z/agent.14 17:14:28 SSH_AGENT_PID=21 17:14:28 Running ssh-add (command line suppressed) 17:14:28 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3261064665887691570.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3261064665887691570.key) 17:14:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:14:29 + git semver bump patch 17:14:29 # -> Open(): unable to determine branch for HEAD 17:14:29 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 17:14:29 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 17:14:29 # $SEMVER_REMOTE_NAME = origin 17:14:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:14:29 # $SEMVER_USER_NAME = edgex-jenkins 17:14:29 # $SEMVER_BRANCH = master 17:14:29 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 17:14:29 0.0.31 [Pipeline] } 17:14:29 $ docker exec --env ******** --env ******** f85859286704dfdf793b3fb32c85192a80af4765b16aa5b4c827b564d2947a24 ssh-agent -k 17:14:29 unset SSH_AUTH_SOCK; 17:14:29 unset SSH_AGENT_PID; 17:14:29 echo Agent pid 21 killed; 17:14:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:14:29 + git semver [Pipeline] } 17:14:29 $ docker stop --time=1 f85859286704dfdf793b3fb32c85192a80af4765b16aa5b4c827b564d2947a24 17:14:31 $ docker rm -f f85859286704dfdf793b3fb32c85192a80af4765b16aa5b4c827b564d2947a24 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 17:14:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:14:31 . [Pipeline] withDockerContainer 17:14:31 prd-centos7-docker-4c-2g-5301 does not seem to be running inside a container 17:14:31 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:14:32 $ docker top 13ceaffa43bb5c387481798d0c058997f2d8227a5381819266e7899e78b31397 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:14:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:14:32 [ssh-agent] Looking for ssh-agent implementation... 17:14:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:14:32 $ docker exec 13ceaffa43bb5c387481798d0c058997f2d8227a5381819266e7899e78b31397 ssh-agent 17:14:33 SSH_AUTH_SOCK=/tmp/ssh-COsbD1HMFRTt/agent.15 17:14:33 SSH_AGENT_PID=21 17:14:33 Running ssh-add (command line suppressed) 17:14:33 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4913259368737463099.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4913259368737463099.key) 17:14:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:14:33 + git semver push 17:14:33 # -> Open(): unable to determine branch for HEAD 17:14:33 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 17:14:33 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 17:14:33 # $SEMVER_REMOTE_NAME = origin 17:14:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:14:33 # $SEMVER_USER_NAME = edgex-jenkins 17:14:33 # $SEMVER_BRANCH = master 17:14:33 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 17:14:40 $ docker exec --env ******** --env ******** 13ceaffa43bb5c387481798d0c058997f2d8227a5381819266e7899e78b31397 ssh-agent -k 17:14:40 unset SSH_AUTH_SOCK; 17:14:40 unset SSH_AGENT_PID; 17:14:40 echo Agent pid 21 killed; 17:14:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:14:40 + git semver [Pipeline] } 17:14:40 $ docker stop --time=1 13ceaffa43bb5c387481798d0c058997f2d8227a5381819266e7899e78b31397 17:14:42 $ docker rm -f 13ceaffa43bb5c387481798d0c058997f2d8227a5381819266e7899e78b31397 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 17:14:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:14:43 ---> package-listing.sh 17:14:43 ++ facter osfamily 17:14:43 ++ tr '[:upper:]' '[:lower:]' 17:14:43 + OS_FAMILY=redhat 17:14:43 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master 17:14:43 + START_PACKAGES=/tmp/packages_start.txt 17:14:43 + END_PACKAGES=/tmp/packages_end.txt 17:14:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:14:43 + PACKAGES=/tmp/packages_start.txt 17:14:43 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 17:14:43 + PACKAGES=/tmp/packages_end.txt 17:14:43 + case "${OS_FAMILY}" in 17:14:43 + rpm -qa 17:14:43 + sort 17:14:47 + '[' -f /tmp/packages_start.txt ']' 17:14:47 + '[' -f /tmp/packages_end.txt ']' 17:14:47 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:14:47 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 17:14:47 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ 17:14:47 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [Pipeline] isUnix [Pipeline] sh 17:14:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:14:48 17:14:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:14:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:14:48 alpine: Pulling from edgex-lftools-log-publisher 17:14:48 c9b1b535fdd9: Pulling fs layer 17:14:48 2cc5ad85d9ab: Pulling fs layer 17:14:48 756a868c4378: Pulling fs layer 17:14:48 444b2fc9a129: Pulling fs layer 17:14:48 ea15f1150254: Pulling fs layer 17:14:48 41b27a9f41bf: Pulling fs layer 17:14:48 28c525ee5125: Pulling fs layer 17:14:48 094b1ea09ed8: Pulling fs layer 17:14:48 138eaada9080: Pulling fs layer 17:14:48 0622d0fa9048: Pulling fs layer 17:14:48 ea15f1150254: Waiting 17:14:48 41b27a9f41bf: Waiting 17:14:48 28c525ee5125: Waiting 17:14:48 094b1ea09ed8: Waiting 17:14:48 138eaada9080: Waiting 17:14:48 0622d0fa9048: Waiting 17:14:48 444b2fc9a129: Waiting 17:14:48 2cc5ad85d9ab: Download complete 17:14:48 444b2fc9a129: Verifying Checksum 17:14:48 444b2fc9a129: Download complete 17:14:48 c9b1b535fdd9: Verifying Checksum 17:14:48 c9b1b535fdd9: Download complete 17:14:48 ea15f1150254: Download complete 17:14:48 28c525ee5125: Download complete 17:14:48 c9b1b535fdd9: Pull complete 17:14:48 756a868c4378: Download complete 17:14:48 138eaada9080: Verifying Checksum 17:14:49 138eaada9080: Download complete 17:14:49 0622d0fa9048: Verifying Checksum 17:14:49 0622d0fa9048: Download complete 17:14:49 094b1ea09ed8: Verifying Checksum 17:14:49 094b1ea09ed8: Download complete 17:14:49 41b27a9f41bf: Verifying Checksum 17:14:49 41b27a9f41bf: Download complete 17:14:50 2cc5ad85d9ab: Pull complete 17:14:51 756a868c4378: Pull complete 17:14:51 444b2fc9a129: Pull complete 17:14:52 ea15f1150254: Pull complete 17:14:57 41b27a9f41bf: Pull complete 17:14:57 28c525ee5125: Pull complete 17:14:59 094b1ea09ed8: Pull complete 17:14:59 138eaada9080: Pull complete 17:14:59 0622d0fa9048: Pull complete 17:14:59 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 17:14:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:14:59 prd-centos7-docker-4c-2g-5301 does not seem to be running inside a container 17:14:59 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:15:01 $ docker top f961995cd9d055a0614b3f9aa71e2626f3ba4ec72490f85796255eee0e812775 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:15:01 provisioning config files... 17:15:01 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config3747610148494079174tmp [Pipeline] { [Pipeline] echo 17:15:01 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:15:01 ---> create-netrc.sh [Pipeline] echo 17:15:01 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:15:01 ---> logs-deploy.sh 17:15:01 + ARCHIVE_ARTIFACTS= 17:15:01 + LOGS_SERVER=https://logs.edgexfoundry.org 17:15:01 + '[' https://logs.edgexfoundry.org == None ']' 17:15:01 + NEXUS_URL=https://nexus.edgexfoundry.org 17:15:01 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/32 17:15:01 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-bootstrap/job/master/32/ 17:15:01 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/32 /w/workspace/xfoundry_go-mod-bootstrap_master 17:15:02 Archives upload complete. 17:15:03 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/32 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-bootstrap/job/master/32/ 17:15:04 ---> uname -a: 17:15:04 Linux f961995cd9d0 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 Linux 17:15:04 17:15:04 17:15:04 ---> lscpu: 17:15:04 Architecture: x86_64 17:15:04 CPU op-mode(s): 32-bit, 64-bit 17:15:04 Byte Order: Little Endian 17:15:04 Address sizes: 40 bits physical, 48 bits virtual 17:15:04 CPU(s): 4 17:15:04 On-line CPU(s) list: 0-3 17:15:04 Thread(s) per core: 1 17:15:04 Core(s) per socket: 1 17:15:04 Socket(s): 4 17:15:04 NUMA node(s): 1 17:15:04 Vendor ID: GenuineIntel 17:15:04 CPU family: 6 17:15:04 Model: 44 17:15:04 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:15:04 Stepping: 1 17:15:04 CPU MHz: 2933.438 17:15:04 BogoMIPS: 5866.87 17:15:04 Virtualization: VT-x 17:15:04 Hypervisor vendor: KVM 17:15:04 Virtualization type: full 17:15:04 L1d cache: 128 KiB 17:15:04 L1i cache: 128 KiB 17:15:04 L2 cache: 16 MiB 17:15:04 L3 cache: 64 MiB 17:15:04 NUMA node0 CPU(s): 0-3 17:15:04 Vulnerability L1tf: Mitigation; PTE Inversion; VMX SMT disabled, L1D conditional cache flushes 17:15:04 Vulnerability Meltdown: Mitigation; PTI 17:15:04 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:15:04 Vulnerability Spectre v1: Mitigation; Load fences, __user pointer sanitization 17:15:04 Vulnerability Spectre v2: Mitigation; Full retpoline 17:15:04 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 17:15:04 17:15:04 17:15:04 ---> nproc: 17:15:04 4 17:15:04 17:15:04 17:15:04 ---> df -h: 17:15:04 Filesystem Size Used Available Use% Mounted on 17:15:04 overlay 50.0G 7.5G 42.5G 15% / 17:15:04 tmpfs 64.0M 0 64.0M 0% /dev 17:15:04 tmpfs 919.1M 0 919.1M 0% /sys/fs/cgroup 17:15:04 shm 64.0M 0 64.0M 0% /dev/shm 17:15:04 /dev/vda1 50.0G 7.5G 42.5G 15% /etc/resolv.conf 17:15:04 /dev/vda1 50.0G 7.5G 42.5G 15% /etc/hostname 17:15:04 /dev/vda1 50.0G 7.5G 42.5G 15% /etc/hosts 17:15:04 /dev/vda1 50.0G 7.5G 42.5G 15% /var/log/sa 17:15:04 /dev/vda1 50.0G 7.5G 42.5G 15% /w/workspace/xfoundry_go-mod-bootstrap_master 17:15:04 /dev/vda1 50.0G 7.5G 42.5G 15% /w/workspace/xfoundry_go-mod-bootstrap_master@tmp 17:15:04 17:15:04 17:15:04 ---> free -m: 17:15:04 total used free shared buff/cache available 17:15:04 Mem: 1838 737 83 0 1017 1035 17:15:04 Swap: 1023 1 1022 17:15:04 17:15:04 17:15:04 ---> ip addr: 17:15:04 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:15:04 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:15:04 inet 127.0.0.1/8 scope host lo 17:15:04 valid_lft forever preferred_lft forever 17:15:04 16: eth0@if17: mtu 1458 qdisc noqueue state UP 17:15:04 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 17:15:04 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 17:15:04 valid_lft forever preferred_lft forever 17:15:04 17:15:04 17:15:04 ---> sar -b -r -n DEV: 17:15:04 Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 04/21/20 _x86_64_ (4 CPU) 17:15:04 17:15:04 17:08:09 LINUX RESTART 17:15:04 17:15:04 17:09:01 tps rtps wtps bread/s bwrtn/s 17:15:04 17:10:01 10.96 1.55 9.41 71.29 2137.64 17:15:04 17:11:01 2.53 0.00 2.53 0.00 86.88 17:15:04 17:12:01 0.37 0.00 0.37 0.00 4.93 17:15:04 17:13:01 0.30 0.00 0.30 0.00 3.75 17:15:04 17:14:01 255.12 121.82 133.30 4673.29 46996.50 17:15:04 17:15:01 218.69 82.79 135.91 5588.41 32852.67 17:15:04 Average: 81.49 34.44 47.05 1725.06 13711.18 17:15:04 17:15:04 17:09:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:15:04 17:10:01 103172 1779132 94.52 2620 1235708 950452 32.43 442936 1171576 20 17:15:04 17:11:01 109404 1772900 94.19 2620 1235712 909904 31.05 438720 1170388 16 17:15:04 17:12:01 109128 1773176 94.20 2620 1235724 909988 31.05 439148 1170396 8 17:15:04 17:13:01 110632 1771672 94.12 2620 1235724 909700 31.04 437600 1170388 12 17:15:04 17:14:01 74180 1808124 96.06 2620 1155316 1119656 38.20 549428 1024608 72048 17:15:04 17:15:01 128428 1753876 93.18 2396 1039720 1001604 34.17 572232 891952 54320 17:15:04 Average: 105824 1776480 94.38 2583 1189651 966884 32.99 480011 1099885 21071 17:15:04 17:15:04 17:09:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 17:15:04 17:10:01 eth0 6.73 5.00 4.81 8.57 0.00 0.00 0.00 17:15:04 17:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:15:04 17:10:01 docker0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 17:15:04 17:11:01 eth0 2.85 1.02 1.73 0.25 0.00 0.00 0.00 17:15:04 17:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:15:04 17:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:15:04 17:12:01 eth0 0.42 0.33 0.26 0.20 0.00 0.00 0.00 17:15:04 17:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:15:04 17:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:15:04 17:13:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 17:15:04 17:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:15:04 17:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:15:04 17:14:01 eth0 268.59 224.98 6694.73 29.38 0.00 0.00 0.00 17:15:04 17:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:15:04 17:14:01 docker0 18.27 14.08 2.08 42.87 0.00 0.00 0.00 17:15:04 17:15:01 eth0 228.30 184.67 2640.85 84.25 0.00 0.00 0.00 17:15:04 17:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:15:04 17:15:01 vethd2b623d 0.00 0.10 0.00 0.01 0.00 0.00 0.00 17:15:04 17:15:01 docker0 71.87 75.26 5.79 298.88 0.00 0.00 0.00 17:15:04 Average: eth0 84.66 69.48 1561.67 20.45 0.00 0.00 0.00 17:15:04 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:15:04 Average: vethd2b623d 0.00 0.02 0.00 0.00 0.00 0.00 0.00 17:15:04 Average: docker0 11.97 12.54 0.96 49.79 0.00 0.00 0.00 17:15:04 17:15:04 17:15:04 ---> sar -P ALL: 17:15:04 Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 04/21/20 _x86_64_ (4 CPU) 17:15:04 17:15:04 17:08:09 LINUX RESTART 17:15:04 17:15:04 17:09:01 CPU %user %nice %system %iowait %steal %idle 17:15:04 17:10:01 all 0.50 0.00 0.12 0.00 0.00 99.37 17:15:04 17:10:01 0 0.40 0.00 0.12 0.00 0.00 99.48 17:15:04 17:10:01 1 0.70 0.00 0.17 0.00 0.02 99.12 17:15:04 17:10:01 2 0.55 0.00 0.10 0.00 0.00 99.35 17:15:04 17:10:01 3 0.37 0.00 0.10 0.00 0.00 99.53 17:15:04 17:11:01 all 0.15 0.00 0.08 0.00 0.01 99.75 17:15:04 17:11:01 0 0.08 0.00 0.05 0.00 0.00 99.87 17:15:04 17:11:01 1 0.13 0.00 0.12 0.00 0.02 99.73 17:15:04 17:11:01 2 0.30 0.00 0.12 0.00 0.00 99.58 17:15:04 17:11:01 3 0.07 0.00 0.05 0.00 0.00 99.88 17:15:04 17:12:01 all 0.07 0.00 0.04 0.00 0.00 99.89 17:15:04 17:12:01 0 0.05 0.00 0.03 0.00 0.00 99.92 17:15:04 17:12:01 1 0.08 0.00 0.05 0.00 0.00 99.87 17:15:04 17:12:01 2 0.05 0.00 0.03 0.00 0.00 99.92 17:15:04 17:12:01 3 0.08 0.00 0.05 0.00 0.00 99.87 17:15:04 17:13:01 all 0.16 0.00 0.03 0.00 0.00 99.81 17:15:04 17:13:01 0 0.35 0.00 0.03 0.00 0.00 99.62 17:15:04 17:13:01 1 0.03 0.00 0.02 0.00 0.00 99.95 17:15:04 17:13:01 2 0.22 0.00 0.02 0.00 0.00 99.77 17:15:04 17:13:01 3 0.07 0.00 0.05 0.00 0.02 99.87 17:15:04 17:14:01 all 12.35 0.00 6.54 3.13 0.03 77.95 17:15:04 17:14:01 0 12.38 0.00 6.53 3.44 0.03 77.61 17:15:04 17:14:01 1 12.81 0.00 6.41 2.38 0.02 78.38 17:15:04 17:14:01 2 11.99 0.00 5.86 2.27 0.05 79.84 17:15:04 17:14:01 3 12.22 0.00 7.35 4.44 0.02 75.98 17:15:04 17:15:01 all 11.10 0.00 5.92 4.34 0.03 78.61 17:15:04 17:15:01 0 15.07 0.00 6.20 7.91 0.02 70.80 17:15:04 17:15:01 1 9.92 0.00 5.47 1.72 0.02 82.88 17:15:04 17:15:01 2 9.73 0.00 5.89 3.99 0.03 80.36 17:15:04 17:15:01 3 9.70 0.00 6.08 3.77 0.03 80.42 17:15:04 Average: all 4.03 0.00 2.11 1.24 0.01 92.61 17:15:04 Average: 0 4.70 0.00 2.15 1.88 0.01 91.26 17:15:04 Average: 1 3.93 0.00 2.03 0.68 0.01 93.35 17:15:04 Average: 2 3.78 0.00 1.99 1.03 0.01 93.18 17:15:04 Average: 3 3.73 0.00 2.26 1.36 0.01 92.64 17:15:04 17:15:04 17:15:04