Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 39a3e63c7cfe59864ec1c67530e80d43079dc213 Running in Durability level: PERFORMANCE_OPTIMIZED 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 > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > 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 > 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 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 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-bootstrap, 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 ‘prd-centos7-docker-4c-2g-483’ is offline Running on prd-centos7-docker-4c-2g-484 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 > 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 Fetching without tags Checking out Revision 39a3e63c7cfe59864ec1c67530e80d43079dc213 (master) > 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 39a3e63c7cfe59864ec1c67530e80d43079dc213 # timeout=10 Commit message: "Merge pull request #84 from charles-knox-intel/config-listenandserve" > git rev-list --no-walk 4797aad57e7c6cfe306703c550a125a3a1cab149 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:08:52 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:08:52 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:08:52 ========================================================= 16:08:52 EdgeX Global Pipelines Version Info 16:08:52 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:08:54 ------------------- 16:08:54 stable info: 16:08:54 ------------------- 16:08:54 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:08:54 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 16:08:54 Message: update stable to v1.0.89 16:08:55 ------------------- 16:08:55 experimental info: 16:08:55 ------------------- 16:08:55 Commited By: **** collab-it+edgex@linuxfoundation.org 16:08:55 Commit SHA: f6ab21c320c462fae7a5b8fd747aea39c3187bc7 16:08:55 Message: update experimental to v1.0.96 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 16:08:57 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:08:57 16:08:57 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:08:58 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:08:58 latest: Pulling from edgex-devops/git-semver 16:08:58 9123ac7c32f7: Pulling fs layer 16:08:58 b8cc5d1170e3: Pulling fs layer 16:08:58 2924cbbf6a41: Pulling fs layer 16:08:58 93b08a4f1073: Pulling fs layer 16:08:58 93b08a4f1073: Waiting 16:08:58 b8cc5d1170e3: Verifying Checksum 16:08:58 b8cc5d1170e3: Download complete 16:08:58 9123ac7c32f7: Verifying Checksum 16:08:58 9123ac7c32f7: Download complete 16:08:58 93b08a4f1073: Verifying Checksum 16:08:58 93b08a4f1073: Download complete 16:08:58 2924cbbf6a41: Verifying Checksum 16:08:58 2924cbbf6a41: Download complete 16:08:58 9123ac7c32f7: Pull complete 16:08:59 b8cc5d1170e3: Pull complete 16:09:00 2924cbbf6a41: Pull complete 16:09:00 93b08a4f1073: Pull complete 16:09:01 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 16:09:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:09:01 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:09:01 prd-centos7-docker-4c-2g-484 does not seem to be running inside a container 16:09:01 $ 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 16:09:03 $ docker top 879d1ea19996bc65f4a589c497d1b448c36686416f5ebca2521a1d81732e112b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:09:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:09:04 [ssh-agent] Looking for ssh-agent implementation... 16:09:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:09:04 $ docker exec 879d1ea19996bc65f4a589c497d1b448c36686416f5ebca2521a1d81732e112b ssh-agent 16:09:05 SSH_AUTH_SOCK=/tmp/ssh-saKjoxsZuGH9/agent.12 16:09:05 SSH_AGENT_PID=17 16:09:05 Running ssh-add (command line suppressed) 16:09:05 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3276877660099539213.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3276877660099539213.key) 16:09:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:09:05 + git describe --exact-match --tags HEAD 16:09:05 fatal: No names found, cannot describe anything. [Pipeline] } 16:09:06 $ docker exec --env ******** --env ******** 879d1ea19996bc65f4a589c497d1b448c36686416f5ebca2521a1d81732e112b ssh-agent -k 16:09:06 unset SSH_AUTH_SOCK; 16:09:06 unset SSH_AGENT_PID; 16:09:06 echo Agent pid 17 killed; 16:09:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 16:09:06 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 16:09:06 This usually means this commit has not been tagged. [Pipeline] sshagent 16:09:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:09:06 [ssh-agent] Looking for ssh-agent implementation... 16:09:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:09:06 $ docker exec 879d1ea19996bc65f4a589c497d1b448c36686416f5ebca2521a1d81732e112b ssh-agent 16:09:07 SSH_AUTH_SOCK=/tmp/ssh-KInJHrZVYc0m/agent.47 16:09:07 SSH_AGENT_PID=52 16:09:07 Running ssh-add (command line suppressed) 16:09:07 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7635695715835316144.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7635695715835316144.key) 16:09:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:09:07 + git semver init 16:09:07 # -> Open(): unable to determine branch for HEAD 16:09:07 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 16:09:07 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 16:09:07 # $SEMVER_REMOTE_NAME = origin 16:09:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:09:07 # $SEMVER_USER_NAME = edgex-jenkins 16:09:07 # $SEMVER_BRANCH = master 16:09:07 # $SEMVER_TEMP = /tmp/semver-257662709 16:09:07 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 16:09:08 # '/tmp/semver-257662709' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' 16:09:08 # -> Force: false 16:09:08 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 16:09:08 $ docker exec --env ******** --env ******** 879d1ea19996bc65f4a589c497d1b448c36686416f5ebca2521a1d81732e112b ssh-agent -k 16:09:08 unset SSH_AUTH_SOCK; 16:09:08 unset SSH_AGENT_PID; 16:09:08 echo Agent pid 52 killed; 16:09:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:09:09 + git semver [Pipeline] } 16:09:09 $ docker stop --time=1 879d1ea19996bc65f4a589c497d1b448c36686416f5ebca2521a1d81732e112b 16:09:11 $ docker rm -f 879d1ea19996bc65f4a589c497d1b448c36686416f5ebca2521a1d81732e112b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 16:09:11 Stashed 44 file(s) [Pipeline] echo 16:09:11 [edgeXSemver] initialized semver on version 0.0.36 [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 16:09:27 Still waiting to schedule task 16:09:27 Waiting for next available executor on ‘centos7-docker-4c-2g’ 16:09:27 Still waiting to schedule task 16:09:27 ‘prd-ubuntu18.04-docker-arm64-4c-16g-5406’ is offline 16:11:00 Running on prd-ubuntu18.04-docker-arm64-4c-16g-485 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 16:11:00 Running in /w/workspace/go-mod-bootstrap/38 [Pipeline] { [Pipeline] checkout 16:11:05 using credential edgex-jenkins-ssh 16:11:05 Cloning the remote Git repository 16:11:05 Cloning with configured refspecs honoured and without tags 16:11:05 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 16:11:05 > git init /w/workspace/go-mod-bootstrap/38 # timeout=10 16:11:05 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 16:11:05 > git --version # timeout=10 16:11:05 using GIT_SSH to set credentials SSH Credentials for GitHub 16:11:06 Fetching without tags 16:11:06 Checking out Revision 39a3e63c7cfe59864ec1c67530e80d43079dc213 (master) 16:11:05 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:11:06 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 16:11:06 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 16:11:06 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 16:11:06 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 16:11:06 using GIT_SSH to set credentials SSH Credentials for GitHub 16:11:06 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:11:07 > git config core.sparsecheckout # timeout=10 16:11:07 > git checkout -f 39a3e63c7cfe59864ec1c67530e80d43079dc213 # timeout=10 16:11:11 Commit message: "Merge pull request #84 from charles-knox-intel/config-listenandserve" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:11:12 ========================================================= 16:11:12 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 16:11:12 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:11:13 + 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 . 16:11:14 Sending build context to Docker daemon 603.1kB 16:11:14 Step 1/8 : ARG BASE=golang:1.13-alpine 16:11:14 Step 2/8 : FROM ${BASE} 16:11:14 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:11:14 cde5963f3b93: Pulling fs layer 16:11:14 2a23fa8c16f7: Pulling fs layer 16:11:14 777b28850792: Pulling fs layer 16:11:14 8a11ddd9e578: Pulling fs layer 16:11:14 4cf88f913ddb: Pulling fs layer 16:11:14 1df406cf5192: Pulling fs layer 16:11:14 cd6300453558: Pulling fs layer 16:11:14 b9c365052c96: Pulling fs layer 16:11:14 a2d8cc88f415: Pulling fs layer 16:11:14 ea1d1ca13537: Pulling fs layer 16:11:14 3750a50a1c5e: Pulling fs layer 16:11:14 b9c365052c96: Waiting 16:11:14 8a11ddd9e578: Waiting 16:11:14 4cf88f913ddb: Waiting 16:11:14 1df406cf5192: Waiting 16:11:14 a2d8cc88f415: Waiting 16:11:14 ea1d1ca13537: Waiting 16:11:14 cd6300453558: Waiting 16:11:14 3750a50a1c5e: Waiting 16:11:14 777b28850792: Verifying Checksum 16:11:14 777b28850792: Download complete 16:11:14 2a23fa8c16f7: Verifying Checksum 16:11:14 2a23fa8c16f7: Download complete 16:11:14 4cf88f913ddb: Download complete 16:11:15 1df406cf5192: Verifying Checksum 16:11:15 1df406cf5192: Download complete 16:11:15 cde5963f3b93: Verifying Checksum 16:11:15 cde5963f3b93: Download complete 16:11:15 cde5963f3b93: Pull complete 16:11:16 2a23fa8c16f7: Pull complete 16:11:17 777b28850792: Pull complete 16:11:17 cd6300453558: Verifying Checksum 16:11:17 cd6300453558: Download complete 16:11:17 a2d8cc88f415: Download complete 16:11:19 ea1d1ca13537: Verifying Checksum 16:11:19 ea1d1ca13537: Download complete 16:11:19 3750a50a1c5e: Download complete 16:11:20 b9c365052c96: Verifying Checksum 16:11:20 b9c365052c96: Download complete 16:11:20 8a11ddd9e578: Verifying Checksum 16:11:20 8a11ddd9e578: Download complete 16:11:33 8a11ddd9e578: Pull complete 16:11:33 4cf88f913ddb: Pull complete 16:11:33 1df406cf5192: Pull complete 16:11:37 cd6300453558: Pull complete 16:11:41 b9c365052c96: Pull complete 16:11:41 a2d8cc88f415: Pull complete 16:11:43 ea1d1ca13537: Pull complete 16:11:43 3750a50a1c5e: Pull complete 16:11:43 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 16:11:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 16:11:43 ---> 78745c68409d 16:11:43 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:11:48 ---> Running in 48297d943c05 16:11:48 Removing intermediate container 48297d943c05 16:11:48 ---> 5401d71dc397 16:11:48 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:11:48 ---> Running in 2076df97601b 16:11:51 Removing intermediate container 2076df97601b 16:11:51 ---> 750626581023 16:11:51 Step 5/8 : RUN apk add --update --no-cache git make 16:11:51 ---> Running in 87da08fddcf6 16:11:52 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 16:11:53 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 16:11:54 OK: 125 MiB in 39 packages 16:11:55 Removing intermediate container 87da08fddcf6 16:11:55 ---> e7402281b219 16:11:55 Step 6/8 : WORKDIR /build 16:11:55 ---> Running in b64bb2a3fabb 16:11:56 Removing intermediate container b64bb2a3fabb 16:11:56 ---> 492aeaf96fb1 16:11:56 Step 7/8 : COPY go.mod . 16:11:56 ---> 74fc7265f1f4 16:11:56 Step 8/8 : RUN go mod download 16:11:56 ---> Running in 013f7497eb35 16:11:59 go: finding github.com/BurntSushi/toml v0.3.1 16:11:59 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 16:11:59 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 16:11:59 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 16:11:59 go: finding github.com/bgentry/speakeasy v0.1.0 16:11:59 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 16:11:59 go: finding github.com/davecgh/go-spew v1.1.1 16:11:59 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 16:11:59 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.34 16:11:59 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 16:11:59 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 16:11:59 go: finding github.com/fatih/color v1.7.0 16:11:59 go: finding github.com/go-kit/kit v0.8.0 16:11:59 go: finding github.com/go-logfmt/logfmt v0.4.0 16:11:59 go: finding github.com/go-stack/stack v1.8.0 16:11:59 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 16:11:59 go: finding github.com/google/uuid v1.1.0 16:11:59 go: finding github.com/gorilla/mux v1.7.1 16:11:59 go: finding github.com/hashicorp/consul/api v1.1.0 16:11:59 go: finding github.com/hashicorp/consul/sdk v0.1.1 16:11:59 go: finding github.com/hashicorp/errwrap v1.0.0 16:11:59 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 16:11:59 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 16:11:59 go: finding github.com/hashicorp/go-msgpack v0.5.3 16:11:59 go: finding github.com/hashicorp/go-multierror v1.0.0 16:11:59 go: finding github.com/hashicorp/go-rootcerts v1.0.0 16:11:59 go: finding github.com/hashicorp/go-sockaddr v1.0.0 16:11:59 go: finding github.com/hashicorp/go-syslog v1.0.0 16:12:00 go: finding github.com/hashicorp/go-uuid v1.0.1 16:12:00 go: finding github.com/hashicorp/go.net v0.0.1 16:12:00 go: finding github.com/hashicorp/golang-lru v0.5.0 16:12:00 go: finding github.com/hashicorp/logutils v1.0.0 16:12:00 go: finding github.com/hashicorp/mdns v1.0.0 16:12:00 go: finding github.com/hashicorp/memberlist v0.1.3 16:12:00 go: finding github.com/hashicorp/serf v0.8.2 16:12:00 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 16:12:00 go: finding github.com/mattn/go-colorable v0.0.9 16:12:00 go: finding github.com/mattn/go-isatty v0.0.3 16:12:00 go: finding github.com/miekg/dns v1.0.14 16:12:00 go: finding github.com/mitchellh/cli v1.0.0 16:12:00 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 16:12:00 go: finding github.com/mitchellh/copystructure v1.0.0 16:12:00 go: finding github.com/mitchellh/go-homedir v1.0.0 16:12:00 go: finding github.com/mitchellh/go-testing-interface v1.0.0 16:12:00 go: finding github.com/mitchellh/gox v0.4.0 16:12:00 go: finding github.com/mitchellh/iochan v1.0.0 16:12:00 go: finding github.com/mitchellh/mapstructure v1.1.2 16:12:00 go: finding github.com/mitchellh/reflectwalk v1.0.0 16:12:00 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 16:12:00 go: finding github.com/pelletier/go-toml v1.2.0 16:12:00 go: finding github.com/pkg/errors v0.8.1 16:12:00 go: finding github.com/pmezard/go-difflib v1.0.0 16:12:00 go: finding github.com/posener/complete v1.1.1 16:12:00 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 16:12:00 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 16:12:00 go: finding github.com/stretchr/objx v0.1.0 16:12:00 go: finding github.com/stretchr/testify v1.5.1 16:12:00 go: finding github.com/ugorji/go v1.1.4 16:12:00 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 16:12:00 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 16:12:00 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 16:12:00 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 16:12:00 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 16:12:00 go: finding gopkg.in/yaml.v2 v2.2.8 16:12:01 Running on prd-centos7-docker-4c-2g-486 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 16:12:01 Running in /w/workspace/go-mod-bootstrap/38 [Pipeline] { [Pipeline] checkout 16:12:03 using credential edgex-jenkins-ssh 16:12:03 Cloning the remote Git repository 16:12:03 Cloning with configured refspecs honoured and without tags 16:12:03 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 16:12:03 > git init /w/workspace/go-mod-bootstrap/38 # timeout=10 16:12:03 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 16:12:03 > git --version # timeout=10 16:12:03 using GIT_SSH to set credentials SSH Credentials for GitHub 16:12:03 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:12:04 Fetching without tags 16:12:05 Checking out Revision 39a3e63c7cfe59864ec1c67530e80d43079dc213 (master) 16:12:04 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 16:12:04 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 16:12:04 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 16:12:04 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 16:12:04 using GIT_SSH to set credentials SSH Credentials for GitHub 16:12:04 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:12:04 > git config core.sparsecheckout # timeout=10 16:12:04 > git checkout -f 39a3e63c7cfe59864ec1c67530e80d43079dc213 # timeout=10 16:12:08 Commit message: "Merge pull request #84 from charles-knox-intel/config-listenandserve" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:12:09 ========================================================= 16:12:09 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 16:12:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:12:10 + 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 . 16:12:10 Sending build context to Docker daemon 603.1kB 16:12:10 Step 1/8 : ARG BASE=golang:1.13-alpine 16:12:10 Step 2/8 : FROM ${BASE} 16:12:10 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 16:12:10 e6b0cf9c0882: Pulling fs layer 16:12:10 2848faf0eed1: Pulling fs layer 16:12:10 0f37312ad70f: Pulling fs layer 16:12:10 5788d62ee057: Pulling fs layer 16:12:10 0e6b1d234666: Pulling fs layer 16:12:10 bf5d7aec512f: Pulling fs layer 16:12:10 34c802a77dc8: Pulling fs layer 16:12:10 9eb99e56ec68: Pulling fs layer 16:12:10 27c7a5d97fbd: Pulling fs layer 16:12:10 5c102a31e300: Pulling fs layer 16:12:10 dcfb455df0a1: Pulling fs layer 16:12:10 34c802a77dc8: Waiting 16:12:10 9eb99e56ec68: Waiting 16:12:10 27c7a5d97fbd: Waiting 16:12:10 5788d62ee057: Waiting 16:12:10 5c102a31e300: Waiting 16:12:10 dcfb455df0a1: Waiting 16:12:10 bf5d7aec512f: Waiting 16:12:10 0f37312ad70f: Verifying Checksum 16:12:10 0f37312ad70f: Download complete 16:12:10 2848faf0eed1: Verifying Checksum 16:12:10 2848faf0eed1: Download complete 16:12:10 0e6b1d234666: Verifying Checksum 16:12:10 0e6b1d234666: Download complete 16:12:10 bf5d7aec512f: Verifying Checksum 16:12:10 bf5d7aec512f: Download complete 16:12:10 e6b0cf9c0882: Verifying Checksum 16:12:10 e6b0cf9c0882: Download complete 16:12:10 Removing intermediate container 013f7497eb35 16:12:10 ---> eff085784ef2 16:12:10 Successfully built eff085784ef2 16:12:10 Successfully tagged ci-base-image-arm64:latest 16:12:11 e6b0cf9c0882: Pull complete 16:12:11 34c802a77dc8: Verifying Checksum 16:12:11 34c802a77dc8: Download complete [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 16:12:11 27c7a5d97fbd: Download complete [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { 16:12:11 5c102a31e300: Verifying Checksum 16:12:11 5c102a31e300: Download complete [Pipeline] isUnix [Pipeline] sh 16:12:11 dcfb455df0a1: Verifying Checksum 16:12:11 dcfb455df0a1: Download complete 16:12:11 9eb99e56ec68: Download complete 16:12:11 5788d62ee057: Verifying Checksum 16:12:11 5788d62ee057: Download complete 16:12:11 + docker inspect -f . ci-base-image-arm64 16:12:11 . [Pipeline] withDockerContainer 16:12:12 prd-ubuntu18.04-docker-arm64-4c-16g-485 does not seem to be running inside a container 16:12:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/38 -v /w/workspace/go-mod-bootstrap/38:/w/workspace/go-mod-bootstrap/38:rw,z -v /w/workspace/go-mod-bootstrap/38@tmp:/w/workspace/go-mod-bootstrap/38@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 ******** ci-base-image-arm64 cat 16:12:12 2848faf0eed1: Pull complete 16:12:13 0f37312ad70f: Pull complete 16:12:13 $ docker top 15cd83cd6300d484df69c4c075ab8ad5d805fb71d11dd01db77a4ae275d6fad0 -eo pid,comm [Pipeline] { [Pipeline] sh 16:12:15 + go version 16:12:15 go version go1.13.5 linux/arm64 [Pipeline] sh 16:12:16 + make test 16:12:16 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:12:18 5788d62ee057: Pull complete 16:12:18 0e6b1d234666: Pull complete 16:12:18 bf5d7aec512f: Pull complete 16:12:24 34c802a77dc8: Pull complete 16:12:27 9eb99e56ec68: Pull complete 16:12:27 27c7a5d97fbd: Pull complete 16:12:28 5c102a31e300: Pull complete 16:12:28 dcfb455df0a1: Pull complete 16:12:28 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 16:12:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 16:12:28 ---> 7c70fe431013 16:12:28 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:12:29 ---> Running in eb1bc47426df 16:12:30 Removing intermediate container eb1bc47426df 16:12:30 ---> d126a06c4104 16:12:30 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:12:30 ---> Running in de4c50263a5a 16:12:31 Removing intermediate container de4c50263a5a 16:12:31 ---> 67ff71f4126f 16:12:31 Step 5/8 : RUN apk add --update --no-cache git make 16:12:31 ---> Running in 530a8dbc93bb 16:12:32 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 16:12:32 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 16:12:33 OK: 143 MiB in 39 packages 16:12:33 Removing intermediate container 530a8dbc93bb 16:12:33 ---> 914befb0cfbb 16:12:33 Step 6/8 : WORKDIR /build 16:12:33 ---> Running in f26a13986dc5 16:12:33 Removing intermediate container f26a13986dc5 16:12:33 ---> 5c513bc87ac6 16:12:33 Step 7/8 : COPY go.mod . 16:12:33 ---> 3ccf5e348509 16:12:33 Step 8/8 : RUN go mod download 16:12:34 ---> Running in aa5c96403176 16:12:36 go: finding github.com/BurntSushi/toml v0.3.1 16:12:36 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 16:12:36 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 16:12:36 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 16:12:36 go: finding github.com/bgentry/speakeasy v0.1.0 16:12:36 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 16:12:36 go: finding github.com/davecgh/go-spew v1.1.1 16:12:36 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 16:12:36 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.34 16:12:36 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 16:12:36 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 16:12:36 go: finding github.com/fatih/color v1.7.0 16:12:36 go: finding github.com/go-kit/kit v0.8.0 16:12:36 go: finding github.com/go-logfmt/logfmt v0.4.0 16:12:36 go: finding github.com/go-stack/stack v1.8.0 16:12:36 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 16:12:36 go: finding github.com/google/uuid v1.1.0 16:12:36 go: finding github.com/gorilla/mux v1.7.1 16:12:36 go: finding github.com/hashicorp/consul/api v1.1.0 16:12:36 go: finding github.com/hashicorp/consul/sdk v0.1.1 16:12:36 go: finding github.com/hashicorp/errwrap v1.0.0 16:12:36 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 16:12:36 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 16:12:36 go: finding github.com/hashicorp/go-msgpack v0.5.3 16:12:36 go: finding github.com/hashicorp/go-multierror v1.0.0 16:12:36 go: finding github.com/hashicorp/go-rootcerts v1.0.0 16:12:36 go: finding github.com/hashicorp/go-sockaddr v1.0.0 16:12:36 go: finding github.com/hashicorp/go-syslog v1.0.0 16:12:36 go: finding github.com/hashicorp/go-uuid v1.0.1 16:12:36 go: finding github.com/hashicorp/go.net v0.0.1 16:12:36 go: finding github.com/hashicorp/golang-lru v0.5.0 16:12:36 go: finding github.com/hashicorp/logutils v1.0.0 16:12:36 go: finding github.com/hashicorp/mdns v1.0.0 16:12:36 go: finding github.com/hashicorp/memberlist v0.1.3 16:12:36 go: finding github.com/hashicorp/serf v0.8.2 16:12:36 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 16:12:36 go: finding github.com/mattn/go-colorable v0.0.9 16:12:36 go: finding github.com/mattn/go-isatty v0.0.3 16:12:36 go: finding github.com/miekg/dns v1.0.14 16:12:36 go: finding github.com/mitchellh/cli v1.0.0 16:12:36 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 16:12:36 go: finding github.com/mitchellh/copystructure v1.0.0 16:12:36 go: finding github.com/mitchellh/go-homedir v1.0.0 16:12:36 go: finding github.com/mitchellh/go-testing-interface v1.0.0 16:12:36 go: finding github.com/mitchellh/gox v0.4.0 16:12:36 go: finding github.com/mitchellh/iochan v1.0.0 16:12:36 go: finding github.com/mitchellh/mapstructure v1.1.2 16:12:36 go: finding github.com/mitchellh/reflectwalk v1.0.0 16:12:36 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 16:12:36 go: finding github.com/pelletier/go-toml v1.2.0 16:12:36 go: finding github.com/pkg/errors v0.8.1 16:12:36 go: finding github.com/pmezard/go-difflib v1.0.0 16:12:36 go: finding github.com/posener/complete v1.1.1 16:12:36 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 16:12:36 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 16:12:37 go: finding github.com/stretchr/objx v0.1.0 16:12:37 go: finding github.com/stretchr/testify v1.5.1 16:12:37 go: finding github.com/ugorji/go v1.1.4 16:12:37 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 16:12:37 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 16:12:37 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 16:12:37 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 16:12:37 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 16:12:37 go: finding gopkg.in/yaml.v2 v2.2.8 16:12:43 Removing intermediate container aa5c96403176 16:12:43 ---> 7e06a68f1764 16:12:43 Successfully built 7e06a68f1764 16:12:43 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 16:12:44 + docker inspect -f . ci-base-image-x86_64 16:12:44 . [Pipeline] withDockerContainer 16:12:44 prd-centos7-docker-4c-2g-486 does not seem to be running inside a container 16:12:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/38 -v /w/workspace/go-mod-bootstrap/38:/w/workspace/go-mod-bootstrap/38:rw,z -v /w/workspace/go-mod-bootstrap/38@tmp:/w/workspace/go-mod-bootstrap/38@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 ******** ci-base-image-x86_64 cat 16:12:45 $ docker top baeef0bab0b80dca421d94bdf3911b95f32a712d5bc2be363cda3a6149b61db6 -eo pid,comm [Pipeline] { [Pipeline] sh 16:12:46 + go version 16:12:46 go version go1.13.5 linux/amd64 [Pipeline] sh 16:12:46 + make test 16:12:46 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:13:01 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] 16:13:01 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.009s coverage: 50.4% of statements 16:13:01 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] 16:13:01 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.006s coverage: 84.2% of statements 16:13:01 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] 16:13:01 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] 16:13:01 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] 16:13:03 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] 16:13:03 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.042s coverage: 50.4% of statements 16:13:03 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] 16:13:03 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.064s coverage: 84.2% of statements 16:13:03 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] 16:13:03 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] 16:13:03 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] 16:13:03 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.064s coverage: 100.0% of statements 16:13:03 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] 16:13:03 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] 16:13:03 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] 16:13:03 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.027s coverage: 48.9% of statements 16:13:03 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] 16:13:03 ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] 16:13:03 ok github.com/edgexfoundry/go-mod-bootstrap/di 0.035s coverage: 91.3% of statements 16:13:03 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:13:08 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.015s coverage: 100.0% of statements 16:13:08 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] 16:13:08 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] 16:13:08 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] 16:13:08 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.007s coverage: 48.9% of statements 16:13:08 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] 16:13:08 ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] 16:13:08 ok github.com/edgexfoundry/go-mod-bootstrap/di 0.009s coverage: 91.3% of statements 16:13:08 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:13:10 gofmt -l . 16:13:10 [ "`gofmt -l .`" = "" ] [Pipeline] stash 16:13:10 Stashed 1 file(s) [Pipeline] } 16:13:10 $ docker stop --time=1 baeef0bab0b80dca421d94bdf3911b95f32a712d5bc2be363cda3a6149b61db6 16:13:10 gofmt -l . 16:13:10 [ "`gofmt -l .`" = "" ] 16:13:11 $ docker rm -f baeef0bab0b80dca421d94bdf3911b95f32a712d5bc2be363cda3a6149b61db6 [Pipeline] // withDockerContainer [Pipeline] stash [Pipeline] } 16:13:12 Warning: overwriting stash ‘coverage-report’ [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 16:13:12 Stashed 1 file(s) [Pipeline] } 16:13:12 $ docker stop --time=1 15cd83cd6300d484df69c4c075ab8ad5d805fb71d11dd01db77a4ae275d6fad0 16:13:14 $ docker rm -f 15cd83cd6300d484df69c4c075ab8ad5d805fb71d11dd01db77a4ae275d6fad0 [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 "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 "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] } Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 16:13:18 provisioning config files... 16:13:18 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config6969072492051956113tmp [Pipeline] { [Pipeline] sh 16:13:18 + curl -s https://codecov.io/bash 16:13:18 + bash -s - -t @/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config6969072492051956113tmp [Pipeline] } 16:13:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 16:13:20 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 16:13:20 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 16:13:20 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:13:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 16:13:20 16:13:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 16:13:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 16:13:21 1.317.0: Pulling from edgex-devops/edgex-snyk-go 16:13:21 cbdbe7a5bc2a: Pulling fs layer 16:13:21 408f87550127: Pulling fs layer 16:13:21 fe522b08c979: Pulling fs layer 16:13:21 221eaa008020: Pulling fs layer 16:13:21 2a4607e5d6b9: Pulling fs layer 16:13:21 8f79b27c4fd2: Pulling fs layer 16:13:21 e5c8dbe1645b: Pulling fs layer 16:13:21 23e8b3b47431: Pulling fs layer 16:13:21 5c568d65a230: Pulling fs layer 16:13:21 221eaa008020: Waiting 16:13:21 e5c8dbe1645b: Waiting 16:13:21 2a4607e5d6b9: Waiting 16:13:21 23e8b3b47431: Waiting 16:13:21 5c568d65a230: Waiting 16:13:21 8f79b27c4fd2: Waiting 16:13:21 fe522b08c979: Verifying Checksum 16:13:21 fe522b08c979: Download complete 16:13:21 408f87550127: Verifying Checksum 16:13:21 408f87550127: Download complete 16:13:21 2a4607e5d6b9: Verifying Checksum 16:13:21 2a4607e5d6b9: Download complete 16:13:21 8f79b27c4fd2: Verifying Checksum 16:13:21 8f79b27c4fd2: Download complete 16:13:21 cbdbe7a5bc2a: Download complete 16:13:21 e5c8dbe1645b: Download complete 16:13:22 23e8b3b47431: Verifying Checksum 16:13:22 23e8b3b47431: Download complete 16:13:22 5c568d65a230: Verifying Checksum 16:13:22 5c568d65a230: Download complete 16:13:23 cbdbe7a5bc2a: Pull complete 16:13:24 221eaa008020: Verifying Checksum 16:13:24 221eaa008020: Download complete 16:13:24 408f87550127: Pull complete 16:13:24 fe522b08c979: Pull complete 16:13:36 221eaa008020: Pull complete 16:13:36 2a4607e5d6b9: Pull complete 16:13:36 8f79b27c4fd2: Pull complete 16:13:39 e5c8dbe1645b: Pull complete 16:13:43 23e8b3b47431: Pull complete 16:13:46 5c568d65a230: Pull complete 16:13:46 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 16:13:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 16:13:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 16:13:47 prd-centos7-docker-4c-2g-484 does not seem to be running inside a container 16:13:47 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 16:13:48 $ docker top f3e89b72f91ce258614a5ec43629cbe22e9294bf8eb000129184742c3eaf44bb -eo pid,comm [Pipeline] { [Pipeline] sh 16:13:49 + snyk monitor '--org=edgex-jenkins' 16:14:01 16:14:01 Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap)... 16:14:01 16:14:01 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/19a98e22-83c3-4df2-becf-4316f070fd80/history/7080bef0-f51f-474d-b7f6-1216dd01bf60 16:14:01 16:14:01 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:14:01 16:14:01 [Pipeline] } 16:14:01 $ docker stop --time=1 f3e89b72f91ce258614a5ec43629cbe22e9294bf8eb000129184742c3eaf44bb 16:14:04 $ docker rm -f f3e89b72f91ce258614a5ec43629cbe22e9294bf8eb000129184742c3eaf44bb [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 16:14:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:14:05 . [Pipeline] withDockerContainer 16:14:05 prd-centos7-docker-4c-2g-484 does not seem to be running inside a container 16:14:06 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:14:07 $ docker top 848973d80e5959c6537bd4ed49ac99f253c1586621a3dd44f487633a397f728a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:14:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:14:07 [ssh-agent] Looking for ssh-agent implementation... 16:14:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:14:07 $ docker exec 848973d80e5959c6537bd4ed49ac99f253c1586621a3dd44f487633a397f728a ssh-agent 16:14:08 SSH_AUTH_SOCK=/tmp/ssh-2ljTydeBy5HZ/agent.11 16:14:08 SSH_AGENT_PID=16 16:14:08 Running ssh-add (command line suppressed) 16:14:08 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6052749882104045256.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6052749882104045256.key) 16:14:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:14:08 + git semver tag 16:14:09 # -> Open(): unable to determine branch for HEAD 16:14:09 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 16:14:09 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 16:14:09 # $SEMVER_REMOTE_NAME = origin 16:14:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:14:09 # $SEMVER_USER_NAME = edgex-jenkins 16:14:09 # $SEMVER_BRANCH = master 16:14:09 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 16:14:09 # 39a3e63c7cfe59864ec1c67530e80d43079dc213 HEAD 16:14:09 # -> Force: false 16:14:09 # efc4b9cecc6dcd6be777c63a5acd2a737715866e refs/tags/v0.0.36 [Pipeline] } 16:14:09 $ docker exec --env ******** --env ******** 848973d80e5959c6537bd4ed49ac99f253c1586621a3dd44f487633a397f728a ssh-agent -k 16:14:09 unset SSH_AUTH_SOCK; 16:14:09 unset SSH_AGENT_PID; 16:14:09 echo Agent pid 16 killed; 16:14:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:14:10 + git semver [Pipeline] } 16:14:10 $ docker stop --time=1 848973d80e5959c6537bd4ed49ac99f253c1586621a3dd44f487633a397f728a 16:14:11 $ docker rm -f 848973d80e5959c6537bd4ed49ac99f253c1586621a3dd44f487633a397f728a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 16:14:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:14:12 16:14:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 16:14:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:14:12 0.23.1-centos7: Pulling from edgex-lftools 16:14:12 ab5ef0e58194: Pulling fs layer 16:14:12 9712f1f96733: Pulling fs layer 16:14:12 63f879dbbcfc: Pulling fs layer 16:14:12 0d9ebad4ef96: Pulling fs layer 16:14:12 e9a5061849ea: Pulling fs layer 16:14:12 d747dcd14b5f: Pulling fs layer 16:14:12 2de7ff778b66: Pulling fs layer 16:14:12 d747dcd14b5f: Waiting 16:14:12 2de7ff778b66: Waiting 16:14:12 0d9ebad4ef96: Waiting 16:14:12 e9a5061849ea: Waiting 16:14:12 9712f1f96733: Verifying Checksum 16:14:12 9712f1f96733: Download complete 16:14:14 63f879dbbcfc: Verifying Checksum 16:14:14 63f879dbbcfc: Download complete 16:14:14 e9a5061849ea: Verifying Checksum 16:14:14 e9a5061849ea: Download complete 16:14:14 d747dcd14b5f: Verifying Checksum 16:14:14 d747dcd14b5f: Download complete 16:14:14 0d9ebad4ef96: Verifying Checksum 16:14:14 0d9ebad4ef96: Download complete 16:14:14 ab5ef0e58194: Verifying Checksum 16:14:14 ab5ef0e58194: Download complete 16:14:14 2de7ff778b66: Verifying Checksum 16:14:14 2de7ff778b66: Download complete 16:14:23 ab5ef0e58194: Pull complete 16:14:23 9712f1f96733: Pull complete 16:14:25 63f879dbbcfc: Pull complete 16:14:37 0d9ebad4ef96: Pull complete 16:14:38 e9a5061849ea: Pull complete 16:14:38 d747dcd14b5f: Pull complete 16:14:43 2de7ff778b66: Pull complete 16:14:43 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:14:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:14:43 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 16:14:43 prd-centos7-docker-4c-2g-484 does not seem to be running inside a container 16:14:43 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 16:14:46 $ docker top 329e09361799d81306bfca1e63df587816428945b3d5740407356273b6b4dad2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:14:47 provisioning config files... 16:14:47 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config1359926348801092460tmp 16:14:47 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config7868737612457606732tmp 16:14:47 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config8196379514933047520tmp [Pipeline] { [Pipeline] echo 16:14:47 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:14:48 ---> sigul-configuration.sh 16:14:48 gpg: directory `/root/.gnupg' created 16:14:48 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:14:48 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:14:48 gpg: keyring `/root/.gnupg/secring.gpg' created 16:14:48 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:14:48 gpg: CAST5 encrypted data 16:14:48 gpg: encrypted with 1 passphrase 16:14:48 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:14:48 + mkdir /home/jenkins 16:14:48 + mkdir /home/jenkins/sigul [Pipeline] sh 16:14:49 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 16:14:49 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:14:49 ---> sigul-install.sh 16:14:56 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 16:14:56 + git tag --list 16:14:56 v0.0.36 [Pipeline] sh 16:14:56 + lftools sign git-tag v0.0.36 16:14:59 Signing Git tag with Sigul... 16:14:59 Signing v0.0.36 [Pipeline] echo 16:15:00 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:15:00 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:15:00 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:15:00 $ docker stop --time=1 329e09361799d81306bfca1e63df587816428945b3d5740407356273b6b4dad2 16:15:02 $ docker rm -f 329e09361799d81306bfca1e63df587816428945b3d5740407356273b6b4dad2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 16:15:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:15:03 . [Pipeline] withDockerContainer 16:15:03 prd-centos7-docker-4c-2g-484 does not seem to be running inside a container 16:15:03 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:15:04 $ docker top 58dfeee5e47231c44455e2326bfbc04c693add12cb57189fbb63834ee04db6d2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:15:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:15:05 [ssh-agent] Looking for ssh-agent implementation... 16:15:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:15:05 $ docker exec 58dfeee5e47231c44455e2326bfbc04c693add12cb57189fbb63834ee04db6d2 ssh-agent 16:15:05 SSH_AUTH_SOCK=/tmp/ssh-PQ4dkK7Zdpkb/agent.11 16:15:05 SSH_AGENT_PID=17 16:15:05 Running ssh-add (command line suppressed) 16:15:05 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7960269722960088729.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7960269722960088729.key) 16:15:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:15:06 + git semver bump patch 16:15:06 # -> Open(): unable to determine branch for HEAD 16:15:06 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 16:15:06 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 16:15:06 # $SEMVER_REMOTE_NAME = origin 16:15:06 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:15:06 # $SEMVER_USER_NAME = edgex-jenkins 16:15:06 # $SEMVER_BRANCH = master 16:15:06 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 16:15:06 0.0.37 [Pipeline] } 16:15:06 $ docker exec --env ******** --env ******** 58dfeee5e47231c44455e2326bfbc04c693add12cb57189fbb63834ee04db6d2 ssh-agent -k 16:15:06 unset SSH_AUTH_SOCK; 16:15:06 unset SSH_AGENT_PID; 16:15:06 echo Agent pid 17 killed; 16:15:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:15:07 + git semver [Pipeline] } 16:15:07 $ docker stop --time=1 58dfeee5e47231c44455e2326bfbc04c693add12cb57189fbb63834ee04db6d2 16:15:09 $ docker rm -f 58dfeee5e47231c44455e2326bfbc04c693add12cb57189fbb63834ee04db6d2 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 16:15:10 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:15:10 . [Pipeline] withDockerContainer 16:15:10 prd-centos7-docker-4c-2g-484 does not seem to be running inside a container 16:15:10 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:15:12 $ docker top e219cefd78ddfdd156fa987b68a0085470bc1b4135d926feec67a6fea1e0fb05 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:15:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:15:12 [ssh-agent] Looking for ssh-agent implementation... 16:15:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:15:12 $ docker exec e219cefd78ddfdd156fa987b68a0085470bc1b4135d926feec67a6fea1e0fb05 ssh-agent 16:15:13 SSH_AUTH_SOCK=/tmp/ssh-7Wz8dRh1FnyD/agent.12 16:15:13 SSH_AGENT_PID=17 16:15:13 Running ssh-add (command line suppressed) 16:15:13 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8909167724701451318.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8909167724701451318.key) 16:15:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:15:13 + git semver push 16:15:14 # -> Open(): unable to determine branch for HEAD 16:15:14 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 16:15:14 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 16:15:14 # $SEMVER_REMOTE_NAME = origin 16:15:14 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:15:14 # $SEMVER_USER_NAME = edgex-jenkins 16:15:14 # $SEMVER_BRANCH = master 16:15:14 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 16:15:20 $ docker exec --env ******** --env ******** e219cefd78ddfdd156fa987b68a0085470bc1b4135d926feec67a6fea1e0fb05 ssh-agent -k 16:15:21 unset SSH_AUTH_SOCK; 16:15:21 unset SSH_AGENT_PID; 16:15:21 echo Agent pid 17 killed; 16:15:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:15:21 + git semver [Pipeline] } 16:15:21 $ docker stop --time=1 e219cefd78ddfdd156fa987b68a0085470bc1b4135d926feec67a6fea1e0fb05 16:15:23 $ docker rm -f e219cefd78ddfdd156fa987b68a0085470bc1b4135d926feec67a6fea1e0fb05 [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 16:15:24 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:15:25 ---> package-listing.sh 16:15:25 ++ tr '[:upper:]' '[:lower:]' 16:15:25 ++ facter osfamily 16:15:25 + OS_FAMILY=redhat 16:15:25 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master 16:15:25 + START_PACKAGES=/tmp/packages_start.txt 16:15:25 + END_PACKAGES=/tmp/packages_end.txt 16:15:25 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:15:25 + PACKAGES=/tmp/packages_start.txt 16:15:25 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 16:15:25 + PACKAGES=/tmp/packages_end.txt 16:15:25 + case "${OS_FAMILY}" in 16:15:25 + rpm -qa 16:15:25 + sort 16:15:35 + '[' -f /tmp/packages_start.txt ']' 16:15:35 + '[' -f /tmp/packages_end.txt ']' 16:15:35 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:15:35 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 16:15:35 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ 16:15:35 + 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 16:15:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:15:36 16:15:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:15:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:15:36 alpine: Pulling from edgex-lftools-log-publisher 16:15:36 c9b1b535fdd9: Pulling fs layer 16:15:36 2cc5ad85d9ab: Pulling fs layer 16:15:36 756a868c4378: Pulling fs layer 16:15:36 444b2fc9a129: Pulling fs layer 16:15:36 ea15f1150254: Pulling fs layer 16:15:36 41b27a9f41bf: Pulling fs layer 16:15:36 28c525ee5125: Pulling fs layer 16:15:36 094b1ea09ed8: Pulling fs layer 16:15:36 138eaada9080: Pulling fs layer 16:15:36 0622d0fa9048: Pulling fs layer 16:15:36 41b27a9f41bf: Waiting 16:15:36 28c525ee5125: Waiting 16:15:36 094b1ea09ed8: Waiting 16:15:36 138eaada9080: Waiting 16:15:36 0622d0fa9048: Waiting 16:15:36 444b2fc9a129: Waiting 16:15:36 ea15f1150254: Waiting 16:15:36 2cc5ad85d9ab: Verifying Checksum 16:15:36 2cc5ad85d9ab: Download complete 16:15:36 444b2fc9a129: Verifying Checksum 16:15:36 444b2fc9a129: Download complete 16:15:36 c9b1b535fdd9: Verifying Checksum 16:15:36 c9b1b535fdd9: Download complete 16:15:37 ea15f1150254: Verifying Checksum 16:15:37 ea15f1150254: Download complete 16:15:37 28c525ee5125: Verifying Checksum 16:15:37 28c525ee5125: Download complete 16:15:38 756a868c4378: Verifying Checksum 16:15:38 756a868c4378: Download complete 16:15:38 138eaada9080: Verifying Checksum 16:15:38 138eaada9080: Download complete 16:15:39 094b1ea09ed8: Verifying Checksum 16:15:39 094b1ea09ed8: Download complete 16:15:39 c9b1b535fdd9: Pull complete 16:15:39 0622d0fa9048: Verifying Checksum 16:15:39 0622d0fa9048: Download complete 16:15:39 2cc5ad85d9ab: Pull complete 16:15:39 41b27a9f41bf: Verifying Checksum 16:15:39 41b27a9f41bf: Download complete 16:15:43 756a868c4378: Pull complete 16:15:43 444b2fc9a129: Pull complete 16:15:44 ea15f1150254: Pull complete 16:15:52 41b27a9f41bf: Pull complete 16:15:52 28c525ee5125: Pull complete 16:15:57 094b1ea09ed8: Pull complete 16:15:57 138eaada9080: Pull complete 16:15:58 0622d0fa9048: Pull complete 16:15:58 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 16:15:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:15:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:15:58 prd-centos7-docker-4c-2g-484 does not seem to be running inside a container 16:15:58 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:16:01 $ docker top 5d704f766340c27abcdeb2421bbc1a52706625c2494b33c042e34d00c716c4ac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:16:02 provisioning config files... 16:16:02 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config5808689141160954033tmp [Pipeline] { [Pipeline] echo 16:16:02 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:16:03 ---> create-netrc.sh [Pipeline] echo 16:16:03 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:16:03 ---> logs-deploy.sh 16:16:03 + ARCHIVE_ARTIFACTS= 16:16:03 + LOGS_SERVER=https://logs.edgexfoundry.org 16:16:03 + '[' https://logs.edgexfoundry.org == None ']' 16:16:03 + NEXUS_URL=https://nexus.edgexfoundry.org 16:16:03 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/38 16:16:03 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-bootstrap/job/master/38/ 16:16:03 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/38 /w/workspace/xfoundry_go-mod-bootstrap_master 16:16:06 Archives upload complete. 16:16:06 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/38 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-bootstrap/job/master/38/ 16:16:07 ---> uname -a: 16:16:07 Linux 5d704f766340 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 16:16:07 16:16:07 16:16:07 ---> lscpu: 16:16:07 Architecture: x86_64 16:16:07 CPU op-mode(s): 32-bit, 64-bit 16:16:07 Byte Order: Little Endian 16:16:07 Address sizes: 40 bits physical, 48 bits virtual 16:16:07 CPU(s): 4 16:16:07 On-line CPU(s) list: 0-3 16:16:07 Thread(s) per core: 1 16:16:07 Core(s) per socket: 1 16:16:07 Socket(s): 4 16:16:07 NUMA node(s): 1 16:16:07 Vendor ID: GenuineIntel 16:16:07 CPU family: 6 16:16:07 Model: 44 16:16:07 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:16:07 Stepping: 1 16:16:07 CPU MHz: 2933.438 16:16:07 BogoMIPS: 5866.87 16:16:07 Virtualization: VT-x 16:16:07 Hypervisor vendor: KVM 16:16:07 Virtualization type: full 16:16:07 L1d cache: 128 KiB 16:16:07 L1i cache: 128 KiB 16:16:07 L2 cache: 16 MiB 16:16:07 L3 cache: 64 MiB 16:16:07 NUMA node0 CPU(s): 0-3 16:16:07 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:16:07 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:16:07 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:16:07 Vulnerability Meltdown: Mitigation; PTI 16:16:07 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:16:07 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:16:07 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:16:07 Vulnerability Tsx async abort: Not affected 16:16:07 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 16:16:07 16:16:07 16:16:07 ---> nproc: 16:16:07 4 16:16:07 16:16:07 16:16:07 ---> df -h: 16:16:07 Filesystem Size Used Available Use% Mounted on 16:16:07 overlay 50.0G 8.5G 41.5G 17% / 16:16:07 tmpfs 64.0M 0 64.0M 0% /dev 16:16:07 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:16:07 shm 64.0M 0 64.0M 0% /dev/shm 16:16:07 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf 16:16:07 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname 16:16:07 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts 16:16:07 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa 16:16:07 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/xfoundry_go-mod-bootstrap_master 16:16:07 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/xfoundry_go-mod-bootstrap_master@tmp 16:16:07 16:16:07 16:16:07 ---> free -m: 16:16:07 total used free shared buff/cache available 16:16:07 Mem: 1837 781 117 0 937 985 16:16:07 Swap: 1023 3 1020 16:16:07 16:16:07 16:16:07 ---> ip addr: 16:16:07 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:16:07 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:16:07 inet 127.0.0.1/8 scope host lo 16:16:07 valid_lft forever preferred_lft forever 16:16:07 16: eth0@if17: mtu 1458 qdisc noqueue state UP 16:16:07 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 16:16:07 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 16:16:07 valid_lft forever preferred_lft forever 16:16:07 16:16:07 16:16:07 ---> sar -b -r -n DEV: 16:16:07 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/13/20 _x86_64_ (4 CPU) 16:16:07 16:16:07 16:07:48 LINUX RESTART 16:16:07 16:16:07 16:09:01 tps rtps wtps bread/s bwrtn/s 16:16:07 16:10:01 17.92 2.54 15.38 855.20 1938.87 16:16:07 16:11:01 0.32 0.00 0.32 0.00 4.46 16:16:07 16:12:01 0.27 0.00 0.27 0.00 2.69 16:16:07 16:13:01 0.25 0.00 0.25 0.00 3.63 16:16:07 16:14:02 227.61 148.86 78.75 6350.39 30646.83 16:16:07 16:15:01 217.98 79.15 138.83 4303.74 31126.11 16:16:07 16:16:01 138.65 55.73 82.93 4990.19 22451.72 16:16:07 Average: 85.84 40.81 45.03 2352.79 12267.26 16:16:07 16:16:07 16:09:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:16:07 16:10:01 170520 1711036 90.94 2620 1160008 1137168 38.81 406088 1143856 16 16:16:07 16:11:01 176396 1705160 90.62 2620 1160012 1072224 36.59 405540 1140440 20 16:16:07 16:12:01 176580 1704976 90.62 2620 1160020 1072248 36.59 405732 1140444 8 16:16:07 16:13:01 174988 1706568 90.70 2620 1160020 1072372 36.60 409748 1137864 8 16:16:07 16:14:02 136344 1745212 92.75 2620 1104392 1379480 47.08 531012 1009108 10932 16:16:07 16:15:01 114260 1767296 93.93 1528 993684 1457016 49.73 684528 790456 57676 16:16:07 16:16:01 112452 1769104 94.02 1072 935976 1920632 65.55 655940 808824 36 16:16:07 Average: 151649 1729907 91.94 2243 1096302 1301591 44.42 499798 1024427 9814 16:16:07 16:16:07 16:09:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 16:16:07 16:10:01 eth0 19.20 15.94 23.32 22.17 0.00 0.00 0.00 16:16:07 16:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:16:07 16:10:01 docker0 1.48 1.33 0.35 2.79 0.00 0.00 0.00 16:16:07 16:11:01 eth0 1.95 1.25 2.83 0.08 0.00 0.00 0.00 16:16:07 16:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:16:07 16:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:16:07 16:12:01 eth0 0.96 0.32 0.32 0.20 0.00 0.00 0.00 16:16:07 16:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:16:07 16:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:16:07 16:13:01 eth0 0.45 0.42 0.27 0.20 0.00 0.00 0.00 16:16:07 16:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:16:07 16:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:16:07 16:14:02 eth0 125.95 89.24 3814.01 16.65 0.00 0.00 0.00 16:16:07 16:14:02 vethd642007 19.30 20.07 2.27 45.20 0.00 0.00 0.00 16:16:07 16:14:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 16:16:07 16:14:02 docker0 20.78 21.26 2.35 47.97 0.00 0.00 0.00 16:16:07 16:15:01 veth09491ab 17.61 28.40 1.29 169.02 0.00 0.00 0.00 16:16:07 16:15:01 eth0 596.16 405.36 8404.39 175.04 0.00 0.00 0.00 16:16:07 16:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:16:07 16:15:01 docker0 17.61 28.26 1.04 169.01 0.00 0.00 0.00 16:16:07 16:16:01 vethb707197 0.00 0.03 0.00 0.00 0.00 0.00 0.00 16:16:07 16:16:01 eth0 107.78 74.70 2366.98 25.77 0.00 0.00 0.00 16:16:07 16:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:16:07 16:16:01 docker0 1.98 1.43 0.31 0.31 0.00 0.00 0.00 16:16:07 Average: vethb707197 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:16:07 Average: eth0 99.38 67.77 1522.39 28.34 0.00 0.00 0.00 16:16:07 Average: lo 0.02 0.02 0.00 0.00 0.00 0.00 0.00 16:16:07 Average: docker0 5.74 7.23 0.53 30.71 0.00 0.00 0.00 16:16:07 16:16:07