Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4797aad57e7c6cfe306703c550a125a3a1cab149 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 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-5421’ Running on prd-centos7-docker-4c-2g-5424 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 Fetching 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 > 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 Checking out Revision 4797aad57e7c6cfe306703c550a125a3a1cab149 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4797aad57e7c6cfe306703c550a125a3a1cab149 # timeout=10 Commit message: "Merge pull request #82 from lenny-intel/NoClientMonitor" > git rev-list --no-walk de90581497902aa69bacc01f7e4382d2d48d1cc0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-07T04:51:40.899Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-07T04:51:41.010Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-07T04:51:41.054Z] ========================================================= [2020-07-07T04:51:41.054Z] EdgeX Global Pipelines Version Info [2020-07-07T04:51:41.054Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-07T04:51:42.461Z] ------------------- [2020-07-07T04:51:42.461Z] stable info: [2020-07-07T04:51:42.461Z] ------------------- [2020-07-07T04:51:42.461Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-07T04:51:42.461Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-07-07T04:51:42.461Z] Message: update stable to v1.0.89 [2020-07-07T04:51:43.404Z] ------------------- [2020-07-07T04:51:43.404Z] experimental info: [2020-07-07T04:51:43.404Z] ------------------- [2020-07-07T04:51:43.404Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-07T04:51:43.404Z] Commit SHA: 7744a3213dafb6d3e78ec00dd64947819713210d [2020-07-07T04:51:43.404Z] Message: update experimental to v1.0.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-07-07T04:51:44.993Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-07T04:51:44.993Z] [2020-07-07T04:51:44.993Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-07T04:51:45.313Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-07T04:51:45.313Z] latest: Pulling from edgex-devops/git-semver [2020-07-07T04:51:45.313Z] 9123ac7c32f7: Pulling fs layer [2020-07-07T04:51:45.313Z] b8cc5d1170e3: Pulling fs layer [2020-07-07T04:51:45.313Z] 2924cbbf6a41: Pulling fs layer [2020-07-07T04:51:45.313Z] 93b08a4f1073: Pulling fs layer [2020-07-07T04:51:45.313Z] 93b08a4f1073: Waiting [2020-07-07T04:51:45.313Z] b8cc5d1170e3: Verifying Checksum [2020-07-07T04:51:45.313Z] b8cc5d1170e3: Download complete [2020-07-07T04:51:45.313Z] 9123ac7c32f7: Verifying Checksum [2020-07-07T04:51:45.313Z] 9123ac7c32f7: Download complete [2020-07-07T04:51:45.574Z] 2924cbbf6a41: Verifying Checksum [2020-07-07T04:51:45.574Z] 2924cbbf6a41: Download complete [2020-07-07T04:51:45.574Z] 93b08a4f1073: Download complete [2020-07-07T04:51:45.574Z] 9123ac7c32f7: Pull complete [2020-07-07T04:51:45.837Z] b8cc5d1170e3: Pull complete [2020-07-07T04:51:46.411Z] 2924cbbf6a41: Pull complete [2020-07-07T04:51:46.672Z] 93b08a4f1073: Pull complete [2020-07-07T04:51:46.672Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-07-07T04:51:46.935Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-07T04:51:46.935Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-07T04:51:47.037Z] prd-centos7-docker-4c-2g-5424 does not seem to be running inside a container [2020-07-07T04:51:47.080Z] $ 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 [2020-07-07T04:51:49.209Z] $ docker top 1864d165f5db3f196c32281452be1f22cca128ef4a2cf4f54461d75fe9106161 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-07T04:51:49.377Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-07T04:51:49.377Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-07T04:51:49.595Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-07T04:51:49.603Z] $ docker exec 1864d165f5db3f196c32281452be1f22cca128ef4a2cf4f54461d75fe9106161 ssh-agent [2020-07-07T04:51:49.775Z] SSH_AUTH_SOCK=/tmp/ssh-c2r3JPzUINFJ/agent.12 [2020-07-07T04:51:49.775Z] SSH_AGENT_PID=17 [2020-07-07T04:51:49.785Z] Running ssh-add (command line suppressed) [2020-07-07T04:51:49.905Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4721420875507197421.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4721420875507197421.key) [2020-07-07T04:51:49.951Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-07T04:51:50.258Z] + git describe --exact-match --tags HEAD [2020-07-07T04:51:50.258Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-07T04:51:50.321Z] $ docker exec --env ******** --env ******** 1864d165f5db3f196c32281452be1f22cca128ef4a2cf4f54461d75fe9106161 ssh-agent -k [2020-07-07T04:51:50.501Z] unset SSH_AUTH_SOCK; [2020-07-07T04:51:50.501Z] unset SSH_AGENT_PID; [2020-07-07T04:51:50.501Z] echo Agent pid 17 killed; [2020-07-07T04:51:50.562Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-07T04:51:50.605Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-07T04:51:50.605Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-07T04:51:50.653Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-07T04:51:50.653Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-07T04:51:50.838Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-07T04:51:50.845Z] $ docker exec 1864d165f5db3f196c32281452be1f22cca128ef4a2cf4f54461d75fe9106161 ssh-agent [2020-07-07T04:51:50.992Z] SSH_AUTH_SOCK=/tmp/ssh-dGX0IDOodSgi/agent.46 [2020-07-07T04:51:50.992Z] SSH_AGENT_PID=51 [2020-07-07T04:51:50.997Z] Running ssh-add (command line suppressed) [2020-07-07T04:51:51.117Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8178415310799754733.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8178415310799754733.key) [2020-07-07T04:51:51.157Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-07T04:51:51.459Z] + git semver init [2020-07-07T04:51:51.460Z] # -> Open(): unable to determine branch for HEAD [2020-07-07T04:51:51.460Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-07-07T04:51:51.460Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-07-07T04:51:51.460Z] # $SEMVER_REMOTE_NAME = origin [2020-07-07T04:51:51.460Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-07T04:51:51.460Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-07T04:51:51.460Z] # $SEMVER_BRANCH = master [2020-07-07T04:51:51.460Z] # $SEMVER_TEMP = /tmp/semver-979098060 [2020-07-07T04:51:51.460Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP [2020-07-07T04:51:51.720Z] # '/tmp/semver-979098060' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' [2020-07-07T04:51:51.720Z] # -> Force: false [2020-07-07T04:51:51.720Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2020-07-07T04:51:51.734Z] $ docker exec --env ******** --env ******** 1864d165f5db3f196c32281452be1f22cca128ef4a2cf4f54461d75fe9106161 ssh-agent -k [2020-07-07T04:51:51.842Z] unset SSH_AUTH_SOCK; [2020-07-07T04:51:51.842Z] unset SSH_AGENT_PID; [2020-07-07T04:51:51.842Z] echo Agent pid 51 killed; [2020-07-07T04:51:51.881Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-07T04:51:52.244Z] + git semver [Pipeline] } [2020-07-07T04:51:52.265Z] $ docker stop --time=1 1864d165f5db3f196c32281452be1f22cca128ef4a2cf4f54461d75fe9106161 [2020-07-07T04:51:54.000Z] $ docker rm -f 1864d165f5db3f196c32281452be1f22cca128ef4a2cf4f54461d75fe9106161 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-07T04:51:54.470Z] Stashed 43 file(s) [Pipeline] echo [2020-07-07T04:51:54.472Z] [edgeXSemver] initialized semver on version 0.0.35 [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 [2020-07-07T04:52:09.628Z] Still waiting to schedule task [2020-07-07T04:52:09.628Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-07-07T04:52:09.629Z] Still waiting to schedule task [2020-07-07T04:52:09.630Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-07-07T04:54:43.439Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5427 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2020-07-07T04:54:43.464Z] Running in /w/workspace/go-mod-bootstrap/37 [Pipeline] { [Pipeline] checkout [2020-07-07T04:54:48.555Z] using credential edgex-jenkins-ssh [2020-07-07T04:54:48.591Z] Cloning the remote Git repository [2020-07-07T04:54:48.591Z] Cloning with configured refspecs honoured and without tags [2020-07-07T04:54:49.685Z] Fetching without tags [2020-07-07T04:54:48.654Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-07-07T04:54:48.764Z] > git init /w/workspace/go-mod-bootstrap/37 # timeout=10 [2020-07-07T04:54:48.836Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-07-07T04:54:48.837Z] > git --version # timeout=10 [2020-07-07T04:54:48.862Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-07T04:54:48.941Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-07T04:54:49.605Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-07-07T04:54:49.629Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-07T04:54:49.660Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-07-07T04:54:50.191Z] Checking out Revision 4797aad57e7c6cfe306703c550a125a3a1cab149 (master) [2020-07-07T04:54:49.702Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-07-07T04:54:49.703Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-07T04:54:49.718Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-07T04:54:50.216Z] > git config core.sparsecheckout # timeout=10 [2020-07-07T04:54:50.232Z] > git checkout -f 4797aad57e7c6cfe306703c550a125a3a1cab149 # timeout=10 [2020-07-07T04:54:54.980Z] Commit message: "Merge pull request #82 from lenny-intel/NoClientMonitor" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-07T04:54:55.811Z] ========================================================= [2020-07-07T04:54:55.811Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-07T04:54:55.811Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-07T04:54:56.925Z] + 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 . [2020-07-07T04:54:57.800Z] Running on prd-centos7-docker-4c-2g-5428 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2020-07-07T04:54:57.826Z] Running in /w/workspace/go-mod-bootstrap/37 [Pipeline] { [Pipeline] checkout [2020-07-07T04:54:57.909Z] Sending build context to Docker daemon 596kB [2020-07-07T04:54:57.909Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-07T04:54:57.909Z] Step 2/8 : FROM ${BASE} [2020-07-07T04:54:58.195Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-07T04:54:58.195Z] cde5963f3b93: Pulling fs layer [2020-07-07T04:54:58.195Z] 2a23fa8c16f7: Pulling fs layer [2020-07-07T04:54:58.195Z] 777b28850792: Pulling fs layer [2020-07-07T04:54:58.195Z] 8a11ddd9e578: Pulling fs layer [2020-07-07T04:54:58.195Z] 4cf88f913ddb: Pulling fs layer [2020-07-07T04:54:58.195Z] 1df406cf5192: Pulling fs layer [2020-07-07T04:54:58.195Z] cd6300453558: Pulling fs layer [2020-07-07T04:54:58.195Z] b9c365052c96: Pulling fs layer [2020-07-07T04:54:58.195Z] a2d8cc88f415: Pulling fs layer [2020-07-07T04:54:58.195Z] ea1d1ca13537: Pulling fs layer [2020-07-07T04:54:58.195Z] 3750a50a1c5e: Pulling fs layer [2020-07-07T04:54:58.195Z] cd6300453558: Waiting [2020-07-07T04:54:58.195Z] b9c365052c96: Waiting [2020-07-07T04:54:58.195Z] a2d8cc88f415: Waiting [2020-07-07T04:54:58.195Z] ea1d1ca13537: Waiting [2020-07-07T04:54:58.195Z] 8a11ddd9e578: Waiting [2020-07-07T04:54:58.195Z] 3750a50a1c5e: Waiting [2020-07-07T04:54:58.195Z] 4cf88f913ddb: Waiting [2020-07-07T04:54:58.195Z] 1df406cf5192: Waiting [2020-07-07T04:54:58.195Z] 777b28850792: Download complete [2020-07-07T04:54:58.195Z] 2a23fa8c16f7: Verifying Checksum [2020-07-07T04:54:58.195Z] 2a23fa8c16f7: Download complete [2020-07-07T04:54:58.195Z] 4cf88f913ddb: Verifying Checksum [2020-07-07T04:54:58.195Z] 4cf88f913ddb: Download complete [2020-07-07T04:54:58.195Z] 1df406cf5192: Verifying Checksum [2020-07-07T04:54:58.195Z] 1df406cf5192: Download complete [2020-07-07T04:54:58.195Z] cde5963f3b93: Verifying Checksum [2020-07-07T04:54:58.195Z] cde5963f3b93: Download complete [2020-07-07T04:54:59.690Z] cde5963f3b93: Pull complete [2020-07-07T04:55:00.291Z] 2a23fa8c16f7: Pull complete [2020-07-07T04:55:00.571Z] cd6300453558: Verifying Checksum [2020-07-07T04:55:00.571Z] cd6300453558: Download complete [2020-07-07T04:55:00.571Z] a2d8cc88f415: Verifying Checksum [2020-07-07T04:55:00.571Z] a2d8cc88f415: Download complete [2020-07-07T04:55:00.844Z] 777b28850792: Pull complete [2020-07-07T04:55:01.049Z] using credential edgex-jenkins-ssh [2020-07-07T04:55:01.078Z] Cloning the remote Git repository [2020-07-07T04:55:01.078Z] Cloning with configured refspecs honoured and without tags [2020-07-07T04:55:01.126Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-07-07T04:55:01.213Z] > git init /w/workspace/go-mod-bootstrap/37 # timeout=10 [2020-07-07T04:55:01.375Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-07-07T04:55:01.375Z] > git --version # timeout=10 [2020-07-07T04:55:01.383Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-07T04:55:01.414Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-07T04:55:02.281Z] ea1d1ca13537: Verifying Checksum [2020-07-07T04:55:02.281Z] ea1d1ca13537: Download complete [2020-07-07T04:55:02.491Z] Fetching without tags [2020-07-07T04:55:02.557Z] 3750a50a1c5e: Verifying Checksum [2020-07-07T04:55:02.557Z] 3750a50a1c5e: Download complete [2020-07-07T04:55:02.436Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-07-07T04:55:02.449Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-07T04:55:02.479Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-07-07T04:55:02.494Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-07-07T04:55:02.495Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-07T04:55:02.500Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-07T04:55:03.994Z] b9c365052c96: Verifying Checksum [2020-07-07T04:55:03.994Z] b9c365052c96: Download complete [2020-07-07T04:55:04.052Z] Checking out Revision 4797aad57e7c6cfe306703c550a125a3a1cab149 (master) [2020-07-07T04:55:04.590Z] 8a11ddd9e578: Verifying Checksum [2020-07-07T04:55:04.590Z] 8a11ddd9e578: Download complete [2020-07-07T04:55:04.065Z] > git config core.sparsecheckout # timeout=10 [2020-07-07T04:55:04.081Z] > git checkout -f 4797aad57e7c6cfe306703c550a125a3a1cab149 # timeout=10 [2020-07-07T04:55:07.876Z] Commit message: "Merge pull request #82 from lenny-intel/NoClientMonitor" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-07T04:55:08.479Z] ========================================================= [2020-07-07T04:55:08.480Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-07T04:55:08.480Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-07T04:55:09.182Z] + 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 . [2020-07-07T04:55:09.445Z] Sending build context to Docker daemon 596kB [2020-07-07T04:55:09.445Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-07T04:55:09.445Z] Step 2/8 : FROM ${BASE} [2020-07-07T04:55:09.718Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-07T04:55:09.718Z] e6b0cf9c0882: Pulling fs layer [2020-07-07T04:55:09.718Z] 2848faf0eed1: Pulling fs layer [2020-07-07T04:55:09.718Z] 0f37312ad70f: Pulling fs layer [2020-07-07T04:55:09.718Z] 5788d62ee057: Pulling fs layer [2020-07-07T04:55:09.718Z] 0e6b1d234666: Pulling fs layer [2020-07-07T04:55:09.718Z] bf5d7aec512f: Pulling fs layer [2020-07-07T04:55:09.718Z] 34c802a77dc8: Pulling fs layer [2020-07-07T04:55:09.718Z] 9eb99e56ec68: Pulling fs layer [2020-07-07T04:55:09.718Z] 27c7a5d97fbd: Pulling fs layer [2020-07-07T04:55:09.718Z] 5c102a31e300: Pulling fs layer [2020-07-07T04:55:09.718Z] dcfb455df0a1: Pulling fs layer [2020-07-07T04:55:09.718Z] 34c802a77dc8: Waiting [2020-07-07T04:55:09.718Z] 5788d62ee057: Waiting [2020-07-07T04:55:09.718Z] 9eb99e56ec68: Waiting [2020-07-07T04:55:09.718Z] 27c7a5d97fbd: Waiting [2020-07-07T04:55:09.718Z] 5c102a31e300: Waiting [2020-07-07T04:55:09.718Z] 0e6b1d234666: Waiting [2020-07-07T04:55:09.718Z] dcfb455df0a1: Waiting [2020-07-07T04:55:09.718Z] bf5d7aec512f: Waiting [2020-07-07T04:55:09.718Z] 0f37312ad70f: Verifying Checksum [2020-07-07T04:55:09.718Z] 0f37312ad70f: Download complete [2020-07-07T04:55:09.718Z] 2848faf0eed1: Verifying Checksum [2020-07-07T04:55:09.718Z] 2848faf0eed1: Download complete [2020-07-07T04:55:09.718Z] 0e6b1d234666: Download complete [2020-07-07T04:55:09.718Z] bf5d7aec512f: Verifying Checksum [2020-07-07T04:55:09.718Z] bf5d7aec512f: Download complete [2020-07-07T04:55:09.718Z] e6b0cf9c0882: Verifying Checksum [2020-07-07T04:55:09.718Z] e6b0cf9c0882: Download complete [2020-07-07T04:55:10.327Z] e6b0cf9c0882: Pull complete [2020-07-07T04:55:10.639Z] 2848faf0eed1: Pull complete [2020-07-07T04:55:10.916Z] 34c802a77dc8: Verifying Checksum [2020-07-07T04:55:10.916Z] 34c802a77dc8: Download complete [2020-07-07T04:55:10.916Z] 27c7a5d97fbd: Verifying Checksum [2020-07-07T04:55:10.916Z] 27c7a5d97fbd: Download complete [2020-07-07T04:55:11.973Z] 5788d62ee057: Verifying Checksum [2020-07-07T04:55:11.973Z] 5788d62ee057: Download complete [2020-07-07T04:55:11.973Z] dcfb455df0a1: Verifying Checksum [2020-07-07T04:55:11.973Z] dcfb455df0a1: Download complete [2020-07-07T04:55:11.973Z] 9eb99e56ec68: Verifying Checksum [2020-07-07T04:55:11.973Z] 9eb99e56ec68: Download complete [2020-07-07T04:55:11.973Z] 5c102a31e300: Download complete [2020-07-07T04:55:12.240Z] 0f37312ad70f: Pull complete [2020-07-07T04:55:16.997Z] 8a11ddd9e578: Pull complete [2020-07-07T04:55:16.997Z] 4cf88f913ddb: Pull complete [2020-07-07T04:55:16.997Z] 1df406cf5192: Pull complete [2020-07-07T04:55:20.564Z] 5788d62ee057: Pull complete [2020-07-07T04:55:20.564Z] 0e6b1d234666: Pull complete [2020-07-07T04:55:20.564Z] bf5d7aec512f: Pull complete [2020-07-07T04:55:21.311Z] cd6300453558: Pull complete [2020-07-07T04:55:24.827Z] 34c802a77dc8: Pull complete [2020-07-07T04:55:25.624Z] b9c365052c96: Pull complete [2020-07-07T04:55:25.624Z] a2d8cc88f415: Pull complete [2020-07-07T04:55:27.624Z] ea1d1ca13537: Pull complete [2020-07-07T04:55:28.227Z] 3750a50a1c5e: Pull complete [2020-07-07T04:55:28.227Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-07-07T04:55:28.227Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-07T04:55:28.227Z] ---> 78745c68409d [2020-07-07T04:55:28.227Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-07T04:55:29.102Z] 9eb99e56ec68: Pull complete [2020-07-07T04:55:29.102Z] 27c7a5d97fbd: Pull complete [2020-07-07T04:55:30.536Z] 5c102a31e300: Pull complete [2020-07-07T04:55:30.800Z] dcfb455df0a1: Pull complete [2020-07-07T04:55:30.800Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-07-07T04:55:30.800Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-07T04:55:30.800Z] ---> 7c70fe431013 [2020-07-07T04:55:30.800Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-07T04:55:32.722Z] ---> Running in cf5c369a8c65 [2020-07-07T04:55:32.722Z] Removing intermediate container cf5c369a8c65 [2020-07-07T04:55:32.722Z] ---> 51204c4c90c0 [2020-07-07T04:55:32.722Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-07T04:55:32.722Z] ---> Running in 7eceabd94ecc [2020-07-07T04:55:33.655Z] ---> Running in 10692cf528f4 [2020-07-07T04:55:33.655Z] Removing intermediate container 10692cf528f4 [2020-07-07T04:55:33.655Z] ---> 73b7ae46862b [2020-07-07T04:55:33.655Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-07T04:55:33.930Z] ---> Running in 1f51f5ad169e [2020-07-07T04:55:34.113Z] Removing intermediate container 7eceabd94ecc [2020-07-07T04:55:34.113Z] ---> fe67835a153c [2020-07-07T04:55:34.113Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-07-07T04:55:34.113Z] ---> Running in 97639c723253 [2020-07-07T04:55:35.069Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-07-07T04:55:36.021Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-07-07T04:55:36.573Z] Removing intermediate container 1f51f5ad169e [2020-07-07T04:55:36.573Z] ---> ab3bcfcba192 [2020-07-07T04:55:36.573Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-07-07T04:55:36.612Z] OK: 143 MiB in 39 packages [2020-07-07T04:55:36.849Z] ---> Running in c12950bbe129 [2020-07-07T04:55:37.189Z] Removing intermediate container 97639c723253 [2020-07-07T04:55:37.189Z] ---> 911b3c374fa9 [2020-07-07T04:55:37.189Z] Step 6/8 : WORKDIR /build [2020-07-07T04:55:37.189Z] ---> Running in 39706973dd60 [2020-07-07T04:55:37.463Z] Removing intermediate container 39706973dd60 [2020-07-07T04:55:37.463Z] ---> a5180d2b9ce6 [2020-07-07T04:55:37.463Z] Step 7/8 : COPY go.mod . [2020-07-07T04:55:37.739Z] ---> c1abc4179cb8 [2020-07-07T04:55:37.739Z] Step 8/8 : RUN go mod download [2020-07-07T04:55:37.739Z] ---> Running in df8b1ff31ac0 [2020-07-07T04:55:38.295Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-07-07T04:55:39.275Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-07-07T04:55:40.254Z] OK: 125 MiB in 39 packages [2020-07-07T04:55:40.303Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-07T04:55:40.303Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-07T04:55:40.303Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-07T04:55:40.303Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-07T04:55:40.303Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-07T04:55:40.303Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-07T04:55:40.303Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-07T04:55:40.303Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-07T04:55:40.574Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.34 [2020-07-07T04:55:40.574Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-07T04:55:40.574Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-07T04:55:40.574Z] go: finding github.com/fatih/color v1.7.0 [2020-07-07T04:55:40.574Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-07T04:55:40.574Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-07T04:55:40.574Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-07T04:55:40.574Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-07T04:55:40.574Z] go: finding github.com/google/uuid v1.1.0 [2020-07-07T04:55:40.574Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-07T04:55:40.574Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-07T04:55:40.836Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-07T04:55:40.836Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-07T04:55:40.836Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-07T04:55:40.836Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-07T04:55:40.836Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-07T04:55:40.836Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-07T04:55:40.836Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-07T04:55:40.836Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-07T04:55:40.836Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-07T04:55:40.836Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-07T04:55:40.836Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-07T04:55:41.099Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-07T04:55:41.099Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-07T04:55:41.099Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-07T04:55:41.099Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-07T04:55:41.099Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-07T04:55:41.099Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-07T04:55:41.099Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-07T04:55:41.099Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-07T04:55:41.099Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-07T04:55:41.099Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-07T04:55:41.364Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-07T04:55:41.364Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-07T04:55:41.364Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-07T04:55:41.364Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-07T04:55:41.364Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-07T04:55:41.364Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-07T04:55:41.364Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-07T04:55:41.364Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-07T04:55:41.364Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-07T04:55:41.364Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-07T04:55:41.364Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-07T04:55:41.659Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-07T04:55:41.659Z] go: finding github.com/posener/complete v1.1.1 [2020-07-07T04:55:41.659Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-07T04:55:41.659Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-07T04:55:41.659Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-07T04:55:41.659Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-07T04:55:41.659Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-07T04:55:41.659Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-07-07T04:55:41.659Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-07-07T04:55:41.659Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-07T04:55:41.659Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-07-07T04:55:41.692Z] Removing intermediate container c12950bbe129 [2020-07-07T04:55:41.692Z] ---> 9760762d81a9 [2020-07-07T04:55:41.692Z] Step 6/8 : WORKDIR /build [2020-07-07T04:55:41.692Z] ---> Running in a092c6fcffb7 [2020-07-07T04:55:41.963Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-07-07T04:55:41.963Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-07T04:55:41.970Z] Removing intermediate container a092c6fcffb7 [2020-07-07T04:55:41.970Z] ---> 0c13496be46f [2020-07-07T04:55:41.970Z] Step 7/8 : COPY go.mod . [2020-07-07T04:55:42.950Z] ---> 958917d3c4fd [2020-07-07T04:55:42.950Z] Step 8/8 : RUN go mod download [2020-07-07T04:55:42.950Z] ---> Running in 84da50f0ee72 [2020-07-07T04:55:45.570Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-07T04:55:45.843Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-07T04:55:45.843Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-07T04:55:45.843Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-07T04:55:45.843Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-07T04:55:45.843Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-07T04:55:45.843Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-07T04:55:45.843Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-07T04:55:45.843Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.34 [2020-07-07T04:55:45.843Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-07T04:55:45.843Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-07T04:55:45.843Z] go: finding github.com/fatih/color v1.7.0 [2020-07-07T04:55:46.115Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-07T04:55:46.115Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-07T04:55:46.115Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-07T04:55:46.115Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-07T04:55:46.115Z] go: finding github.com/google/uuid v1.1.0 [2020-07-07T04:55:46.115Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-07T04:55:46.115Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-07T04:55:46.115Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-07T04:55:46.115Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-07T04:55:46.115Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-07T04:55:46.115Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-07T04:55:46.390Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-07T04:55:46.390Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-07T04:55:46.390Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-07T04:55:46.390Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-07T04:55:46.390Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-07T04:55:46.390Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-07T04:55:46.390Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-07T04:55:46.390Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-07T04:55:46.390Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-07T04:55:46.390Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-07T04:55:46.662Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-07T04:55:46.662Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-07T04:55:46.662Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-07T04:55:46.662Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-07T04:55:46.662Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-07T04:55:46.662Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-07T04:55:46.662Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-07T04:55:46.662Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-07T04:55:46.662Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-07T04:55:46.662Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-07T04:55:46.662Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-07T04:55:46.933Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-07T04:55:46.933Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-07T04:55:46.933Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-07T04:55:46.933Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-07T04:55:46.933Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-07T04:55:46.933Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-07T04:55:46.933Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-07T04:55:46.933Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-07T04:55:46.933Z] go: finding github.com/posener/complete v1.1.1 [2020-07-07T04:55:46.933Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-07T04:55:46.933Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-07T04:55:47.204Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-07T04:55:47.204Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-07T04:55:47.204Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-07T04:55:47.204Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-07-07T04:55:47.204Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-07-07T04:55:47.204Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-07T04:55:47.204Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-07-07T04:55:47.204Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-07-07T04:55:47.479Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-07T04:55:50.236Z] Removing intermediate container df8b1ff31ac0 [2020-07-07T04:55:50.236Z] ---> fada8b3982d8 [2020-07-07T04:55:50.236Z] Successfully built fada8b3982d8 [2020-07-07T04:55:50.236Z] 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 [2020-07-07T04:55:50.722Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-07T04:55:50.990Z] . [Pipeline] withDockerContainer [2020-07-07T04:55:51.128Z] prd-centos7-docker-4c-2g-5428 does not seem to be running inside a container [2020-07-07T04:55:51.186Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/37 -v /w/workspace/go-mod-bootstrap/37:/w/workspace/go-mod-bootstrap/37:rw,z -v /w/workspace/go-mod-bootstrap/37@tmp:/w/workspace/go-mod-bootstrap/37@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 [2020-07-07T04:55:52.443Z] $ docker top 713b4bab7d6110ef9e53228a0078ed0f31e34acec91260d5bedaca6a262194ce -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-07T04:55:53.004Z] + go version [2020-07-07T04:55:53.004Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-07-07T04:55:53.324Z] + make test [2020-07-07T04:55:53.324Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-07-07T04:55:57.695Z] Removing intermediate container 84da50f0ee72 [2020-07-07T04:55:57.695Z] ---> b51ddec77508 [2020-07-07T04:55:57.695Z] Successfully built b51ddec77508 [2020-07-07T04:55:57.695Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-07T04:55:58.289Z] + docker inspect -f . ci-base-image-arm64 [2020-07-07T04:55:58.289Z] . [Pipeline] withDockerContainer [2020-07-07T04:55:58.599Z] prd-ubuntu18.04-docker-arm64-4c-16g-5427 does not seem to be running inside a container [2020-07-07T04:55:58.698Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/37 -v /w/workspace/go-mod-bootstrap/37:/w/workspace/go-mod-bootstrap/37:rw,z -v /w/workspace/go-mod-bootstrap/37@tmp:/w/workspace/go-mod-bootstrap/37@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 [2020-07-07T04:56:00.604Z] $ docker top b42869b4a370309d11afd63f18b2408c25e70bb56e21900b58d2906fa3e36c81 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-07T04:56:02.006Z] + go version [2020-07-07T04:56:02.006Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-07-07T04:56:03.069Z] + make test [2020-07-07T04:56:03.069Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-07-07T04:56:15.660Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] [2020-07-07T04:56:17.085Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.011s coverage: 50.4% of statements [2020-07-07T04:56:17.085Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] [2020-07-07T04:56:17.085Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.022s coverage: 84.2% of statements [2020-07-07T04:56:17.085Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] [2020-07-07T04:56:17.085Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] [2020-07-07T04:56:17.085Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] [2020-07-07T04:56:25.270Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.018s coverage: 100.0% of statements [2020-07-07T04:56:25.270Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] [2020-07-07T04:56:25.270Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] [2020-07-07T04:56:25.270Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] [2020-07-07T04:56:25.270Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.008s coverage: 48.9% of statements [2020-07-07T04:56:25.270Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] [2020-07-07T04:56:25.270Z] ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] [2020-07-07T04:56:25.270Z] ok github.com/edgexfoundry/go-mod-bootstrap/di 0.011s coverage: 91.3% of statements [2020-07-07T04:56:25.270Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-07-07T04:56:27.266Z] gofmt -l . [2020-07-07T04:56:27.266Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-07-07T04:56:27.596Z] Stashed 1 file(s) [Pipeline] } [2020-07-07T04:56:27.602Z] $ docker stop --time=1 713b4bab7d6110ef9e53228a0078ed0f31e34acec91260d5bedaca6a262194ce [2020-07-07T04:56:29.256Z] $ docker rm -f 713b4bab7d6110ef9e53228a0078ed0f31e34acec91260d5bedaca6a262194ce [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] } [2020-07-07T04:56:50.095Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] [2020-07-07T04:56:50.095Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.042s coverage: 50.4% of statements [2020-07-07T04:56:50.095Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] [2020-07-07T04:56:50.095Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.046s coverage: 84.2% of statements [2020-07-07T04:56:50.095Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] [2020-07-07T04:56:50.095Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] [2020-07-07T04:56:50.095Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] [2020-07-07T04:56:52.699Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.058s coverage: 100.0% of statements [2020-07-07T04:56:52.699Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] [2020-07-07T04:56:52.699Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] [2020-07-07T04:56:52.699Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] [2020-07-07T04:56:52.699Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.028s coverage: 48.9% of statements [2020-07-07T04:56:52.699Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] [2020-07-07T04:56:52.699Z] ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] [2020-07-07T04:56:52.699Z] ok github.com/edgexfoundry/go-mod-bootstrap/di 0.048s coverage: 91.3% of statements [2020-07-07T04:56:53.293Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-07-07T04:57:00.013Z] gofmt -l . [2020-07-07T04:57:00.013Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-07-07T04:57:00.031Z] Warning: overwriting stash ‘coverage-report’ [2020-07-07T04:57:00.488Z] Stashed 1 file(s) [Pipeline] } [2020-07-07T04:57:00.493Z] $ docker stop --time=1 b42869b4a370309d11afd63f18b2408c25e70bb56e21900b58d2906fa3e36c81 [2020-07-07T04:57:02.559Z] $ docker rm -f b42869b4a370309d11afd63f18b2408c25e70bb56e21900b58d2906fa3e36c81 [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 [2020-07-07T04:57:03.942Z] provisioning config files... [2020-07-07T04:57:03.955Z] copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config2666783741742377742tmp [Pipeline] { [Pipeline] sh [2020-07-07T04:57:04.282Z] + curl -s https://codecov.io/bash [2020-07-07T04:57:04.282Z] + bash -s - -t @/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config2666783741742377742tmp [Pipeline] } [2020-07-07T04:57:04.552Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-07-07T04:57:04.898Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-07-07T04:57:04.900Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-07-07T04:57:04.941Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-07T04:57:05.253Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-07T04:57:05.253Z] [2020-07-07T04:57:05.253Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-07-07T04:57:05.571Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-07T04:57:05.572Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-07-07T04:57:05.572Z] cbdbe7a5bc2a: Pulling fs layer [2020-07-07T04:57:05.572Z] 408f87550127: Pulling fs layer [2020-07-07T04:57:05.572Z] fe522b08c979: Pulling fs layer [2020-07-07T04:57:05.572Z] 221eaa008020: Pulling fs layer [2020-07-07T04:57:05.572Z] 2a4607e5d6b9: Pulling fs layer [2020-07-07T04:57:05.572Z] 8f79b27c4fd2: Pulling fs layer [2020-07-07T04:57:05.572Z] e5c8dbe1645b: Pulling fs layer [2020-07-07T04:57:05.572Z] 23e8b3b47431: Pulling fs layer [2020-07-07T04:57:05.572Z] 5c568d65a230: Pulling fs layer [2020-07-07T04:57:05.572Z] e5c8dbe1645b: Waiting [2020-07-07T04:57:05.572Z] 221eaa008020: Waiting [2020-07-07T04:57:05.572Z] 2a4607e5d6b9: Waiting [2020-07-07T04:57:05.572Z] 8f79b27c4fd2: Waiting [2020-07-07T04:57:05.572Z] 23e8b3b47431: Waiting [2020-07-07T04:57:05.572Z] 5c568d65a230: Waiting [2020-07-07T04:57:05.572Z] fe522b08c979: Verifying Checksum [2020-07-07T04:57:05.572Z] fe522b08c979: Download complete [2020-07-07T04:57:05.572Z] 408f87550127: Download complete [2020-07-07T04:57:05.572Z] 2a4607e5d6b9: Download complete [2020-07-07T04:57:05.572Z] 8f79b27c4fd2: Download complete [2020-07-07T04:57:05.572Z] cbdbe7a5bc2a: Verifying Checksum [2020-07-07T04:57:05.572Z] cbdbe7a5bc2a: Download complete [2020-07-07T04:57:05.845Z] e5c8dbe1645b: Verifying Checksum [2020-07-07T04:57:05.845Z] e5c8dbe1645b: Download complete [2020-07-07T04:57:06.136Z] cbdbe7a5bc2a: Pull complete [2020-07-07T04:57:06.416Z] 23e8b3b47431: Verifying Checksum [2020-07-07T04:57:06.416Z] 23e8b3b47431: Download complete [2020-07-07T04:57:06.416Z] 408f87550127: Pull complete [2020-07-07T04:57:06.684Z] fe522b08c979: Pull complete [2020-07-07T04:57:06.684Z] 5c568d65a230: Verifying Checksum [2020-07-07T04:57:07.260Z] 221eaa008020: Verifying Checksum [2020-07-07T04:57:07.260Z] 221eaa008020: Download complete [2020-07-07T04:57:12.580Z] 221eaa008020: Pull complete [2020-07-07T04:57:12.580Z] 2a4607e5d6b9: Pull complete [2020-07-07T04:57:12.580Z] 8f79b27c4fd2: Pull complete [2020-07-07T04:57:14.497Z] e5c8dbe1645b: Pull complete [2020-07-07T04:57:17.809Z] 23e8b3b47431: Pull complete [2020-07-07T04:57:18.384Z] 5c568d65a230: Pull complete [2020-07-07T04:57:18.646Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-07-07T04:57:18.646Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-07T04:57:18.646Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-07-07T04:57:18.778Z] prd-centos7-docker-4c-2g-5424 does not seem to be running inside a container [2020-07-07T04:57:18.820Z] $ 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.317.0 cat [2020-07-07T04:57:19.510Z] $ docker top 51c162bc09f87fc347c7e0da91ae1b1b2f64744370b13d4c8dd660adf1acf2b2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-07T04:57:19.929Z] + snyk monitor '--org=edgex-jenkins' [2020-07-07T04:57:32.158Z] [2020-07-07T04:57:32.158Z] Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap)... [2020-07-07T04:57:32.158Z] [2020-07-07T04:57:32.158Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/19a98e22-83c3-4df2-becf-4316f070fd80/history/3490c9f8-1e64-46c4-9c10-9bfd6b14e052 [2020-07-07T04:57:32.158Z] [2020-07-07T04:57:32.158Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-07-07T04:57:32.158Z] [2020-07-07T04:57:33.097Z] [Pipeline] } [2020-07-07T04:57:33.112Z] $ docker stop --time=1 51c162bc09f87fc347c7e0da91ae1b1b2f64744370b13d4c8dd660adf1acf2b2 [2020-07-07T04:57:35.079Z] $ docker rm -f 51c162bc09f87fc347c7e0da91ae1b1b2f64744370b13d4c8dd660adf1acf2b2 [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 [2020-07-07T04:57:35.904Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-07T04:57:35.904Z] . [Pipeline] withDockerContainer [2020-07-07T04:57:35.991Z] prd-centos7-docker-4c-2g-5424 does not seem to be running inside a container [2020-07-07T04:57:36.034Z] $ 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 [2020-07-07T04:57:36.766Z] $ docker top 209ed6c781955754f442cf505ff08bde794bc379cbf82d0214422971cbd55dab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-07T04:57:36.959Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-07T04:57:36.959Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-07T04:57:37.159Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-07T04:57:37.166Z] $ docker exec 209ed6c781955754f442cf505ff08bde794bc379cbf82d0214422971cbd55dab ssh-agent [2020-07-07T04:57:37.329Z] SSH_AUTH_SOCK=/tmp/ssh-mjPJkY4HIlMO/agent.11 [2020-07-07T04:57:37.329Z] SSH_AGENT_PID=16 [2020-07-07T04:57:37.336Z] Running ssh-add (command line suppressed) [2020-07-07T04:57:37.460Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1189624712533287396.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1189624712533287396.key) [2020-07-07T04:57:37.504Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-07T04:57:37.812Z] + git semver tag [2020-07-07T04:57:37.812Z] # -> Open(): unable to determine branch for HEAD [2020-07-07T04:57:37.812Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-07-07T04:57:37.812Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-07-07T04:57:37.812Z] # $SEMVER_REMOTE_NAME = origin [2020-07-07T04:57:37.812Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-07T04:57:37.812Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-07T04:57:37.812Z] # $SEMVER_BRANCH = master [2020-07-07T04:57:37.812Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2020-07-07T04:57:37.812Z] # 4797aad57e7c6cfe306703c550a125a3a1cab149 HEAD [2020-07-07T04:57:37.812Z] # -> Force: false [2020-07-07T04:57:37.812Z] # 40482970d39babed6447e36795ba91dd7e289f6e refs/tags/v0.0.35 [Pipeline] } [2020-07-07T04:57:37.828Z] $ docker exec --env ******** --env ******** 209ed6c781955754f442cf505ff08bde794bc379cbf82d0214422971cbd55dab ssh-agent -k [2020-07-07T04:57:37.953Z] unset SSH_AUTH_SOCK; [2020-07-07T04:57:37.953Z] unset SSH_AGENT_PID; [2020-07-07T04:57:37.953Z] echo Agent pid 16 killed; [2020-07-07T04:57:38.000Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-07T04:57:38.367Z] + git semver [Pipeline] } [2020-07-07T04:57:38.386Z] $ docker stop --time=1 209ed6c781955754f442cf505ff08bde794bc379cbf82d0214422971cbd55dab [2020-07-07T04:57:39.725Z] $ docker rm -f 209ed6c781955754f442cf505ff08bde794bc379cbf82d0214422971cbd55dab [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-07-07T04:57:40.268Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-07T04:57:40.268Z] [2020-07-07T04:57:40.268Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-07-07T04:57:40.591Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-07T04:57:40.591Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-07-07T04:57:40.591Z] ab5ef0e58194: Pulling fs layer [2020-07-07T04:57:40.591Z] 9712f1f96733: Pulling fs layer [2020-07-07T04:57:40.591Z] 63f879dbbcfc: Pulling fs layer [2020-07-07T04:57:40.591Z] 0d9ebad4ef96: Pulling fs layer [2020-07-07T04:57:40.591Z] e9a5061849ea: Pulling fs layer [2020-07-07T04:57:40.591Z] d747dcd14b5f: Pulling fs layer [2020-07-07T04:57:40.591Z] 2de7ff778b66: Pulling fs layer [2020-07-07T04:57:40.591Z] e9a5061849ea: Waiting [2020-07-07T04:57:40.591Z] d747dcd14b5f: Waiting [2020-07-07T04:57:40.591Z] 2de7ff778b66: Waiting [2020-07-07T04:57:40.591Z] 9712f1f96733: Verifying Checksum [2020-07-07T04:57:40.591Z] 9712f1f96733: Download complete [2020-07-07T04:57:41.197Z] 63f879dbbcfc: Verifying Checksum [2020-07-07T04:57:41.197Z] 63f879dbbcfc: Download complete [2020-07-07T04:57:41.462Z] e9a5061849ea: Verifying Checksum [2020-07-07T04:57:41.462Z] e9a5061849ea: Download complete [2020-07-07T04:57:41.462Z] d747dcd14b5f: Verifying Checksum [2020-07-07T04:57:41.462Z] d747dcd14b5f: Download complete [2020-07-07T04:57:41.462Z] 0d9ebad4ef96: Verifying Checksum [2020-07-07T04:57:41.462Z] 0d9ebad4ef96: Download complete [2020-07-07T04:57:41.462Z] ab5ef0e58194: Verifying Checksum [2020-07-07T04:57:41.462Z] ab5ef0e58194: Download complete [2020-07-07T04:57:41.723Z] 2de7ff778b66: Verifying Checksum [2020-07-07T04:57:41.723Z] 2de7ff778b66: Download complete [2020-07-07T04:57:45.945Z] ab5ef0e58194: Pull complete [2020-07-07T04:57:45.945Z] 9712f1f96733: Pull complete [2020-07-07T04:57:48.495Z] 63f879dbbcfc: Pull complete [2020-07-07T04:57:56.646Z] 0d9ebad4ef96: Pull complete [2020-07-07T04:57:57.222Z] e9a5061849ea: Pull complete [2020-07-07T04:57:57.222Z] d747dcd14b5f: Pull complete [2020-07-07T04:58:00.528Z] 2de7ff778b66: Pull complete [2020-07-07T04:58:00.528Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-07-07T04:58:00.528Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-07T04:58:00.528Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-07-07T04:58:00.682Z] prd-centos7-docker-4c-2g-5424 does not seem to be running inside a container [2020-07-07T04:58:00.725Z] $ 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 [2020-07-07T04:58:05.017Z] $ docker top 455b98be405fc028f7132ca01e670dd62093ea7da93c6a84aae26d374938cd00 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-07-07T04:58:05.175Z] provisioning config files... [2020-07-07T04:58:05.190Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config287509553027970111tmp [2020-07-07T04:58:05.218Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config2388350272331783185tmp [2020-07-07T04:58:05.298Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config8036964387526793899tmp [Pipeline] { [Pipeline] echo [2020-07-07T04:58:05.335Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-07T04:58:05.640Z] ---> sigul-configuration.sh [2020-07-07T04:58:05.640Z] gpg: directory `/root/.gnupg' created [2020-07-07T04:58:05.640Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-07-07T04:58:05.640Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-07-07T04:58:05.640Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-07-07T04:58:05.640Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-07-07T04:58:05.640Z] gpg: CAST5 encrypted data [2020-07-07T04:58:05.900Z] gpg: encrypted with 1 passphrase [2020-07-07T04:58:05.900Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-07-07T04:58:06.192Z] + mkdir /home/jenkins [2020-07-07T04:58:06.192Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-07-07T04:58:06.491Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-07-07T04:58:06.500Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-07T04:58:06.793Z] ---> sigul-install.sh [2020-07-07T04:58:11.008Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-07-07T04:58:11.302Z] + git tag --list [2020-07-07T04:58:11.302Z] v0.0.35 [Pipeline] sh [2020-07-07T04:58:11.597Z] + lftools sign git-tag v0.0.35 [2020-07-07T04:58:12.982Z] Signing Git tag with Sigul... [2020-07-07T04:58:12.982Z] Signing v0.0.35 [Pipeline] echo [2020-07-07T04:58:13.930Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-07T04:58:14.217Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-07-07T04:58:14.225Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-07-07T04:58:14.275Z] $ docker stop --time=1 455b98be405fc028f7132ca01e670dd62093ea7da93c6a84aae26d374938cd00 [2020-07-07T04:58:16.172Z] $ docker rm -f 455b98be405fc028f7132ca01e670dd62093ea7da93c6a84aae26d374938cd00 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-07-07T04:58:16.755Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-07T04:58:16.756Z] . [Pipeline] withDockerContainer [2020-07-07T04:58:16.848Z] prd-centos7-docker-4c-2g-5424 does not seem to be running inside a container [2020-07-07T04:58:16.894Z] $ 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 [2020-07-07T04:58:17.509Z] $ docker top ef2504d4ade5956e6929e1795c0e24152dce2e61a6e246853d59d6f547ac802e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-07T04:58:17.687Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-07T04:58:17.687Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-07T04:58:17.872Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-07T04:58:17.878Z] $ docker exec ef2504d4ade5956e6929e1795c0e24152dce2e61a6e246853d59d6f547ac802e ssh-agent [2020-07-07T04:58:18.049Z] SSH_AUTH_SOCK=/tmp/ssh-0guvfgAjDCxu/agent.12 [2020-07-07T04:58:18.049Z] SSH_AGENT_PID=17 [2020-07-07T04:58:18.055Z] Running ssh-add (command line suppressed) [2020-07-07T04:58:18.189Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1173558271441868367.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1173558271441868367.key) [2020-07-07T04:58:18.241Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-07T04:58:18.547Z] + git semver bump patch [2020-07-07T04:58:18.547Z] # -> Open(): unable to determine branch for HEAD [2020-07-07T04:58:18.547Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-07-07T04:58:18.547Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-07-07T04:58:18.547Z] # $SEMVER_REMOTE_NAME = origin [2020-07-07T04:58:18.547Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-07T04:58:18.547Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-07T04:58:18.547Z] # $SEMVER_BRANCH = master [2020-07-07T04:58:18.547Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2020-07-07T04:58:18.547Z] 0.0.36 [Pipeline] } [2020-07-07T04:58:18.561Z] $ docker exec --env ******** --env ******** ef2504d4ade5956e6929e1795c0e24152dce2e61a6e246853d59d6f547ac802e ssh-agent -k [2020-07-07T04:58:18.677Z] unset SSH_AUTH_SOCK; [2020-07-07T04:58:18.677Z] unset SSH_AGENT_PID; [2020-07-07T04:58:18.677Z] echo Agent pid 17 killed; [2020-07-07T04:58:18.727Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-07T04:58:19.088Z] + git semver [Pipeline] } [2020-07-07T04:58:19.105Z] $ docker stop --time=1 ef2504d4ade5956e6929e1795c0e24152dce2e61a6e246853d59d6f547ac802e [2020-07-07T04:58:20.457Z] $ docker rm -f ef2504d4ade5956e6929e1795c0e24152dce2e61a6e246853d59d6f547ac802e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-07T04:58:20.943Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-07T04:58:20.943Z] . [Pipeline] withDockerContainer [2020-07-07T04:58:21.042Z] prd-centos7-docker-4c-2g-5424 does not seem to be running inside a container [2020-07-07T04:58:21.088Z] $ 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 [2020-07-07T04:58:21.772Z] $ docker top 78634ed1a39a7b79f2f622f5268f2be06e7922781888611d006a006dda8270b5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-07T04:58:22.023Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-07T04:58:22.023Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-07T04:58:22.232Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-07T04:58:22.239Z] $ docker exec 78634ed1a39a7b79f2f622f5268f2be06e7922781888611d006a006dda8270b5 ssh-agent [2020-07-07T04:58:22.428Z] SSH_AUTH_SOCK=/tmp/ssh-QCrHAZYkwbV7/agent.11 [2020-07-07T04:58:22.428Z] SSH_AGENT_PID=16 [2020-07-07T04:58:22.435Z] Running ssh-add (command line suppressed) [2020-07-07T04:58:22.563Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1882700658308106079.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1882700658308106079.key) [2020-07-07T04:58:22.615Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-07T04:58:22.925Z] + git semver push [2020-07-07T04:58:22.925Z] # -> Open(): unable to determine branch for HEAD [2020-07-07T04:58:22.925Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-07-07T04:58:22.925Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-07-07T04:58:22.925Z] # $SEMVER_REMOTE_NAME = origin [2020-07-07T04:58:22.925Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-07T04:58:22.925Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-07T04:58:22.925Z] # $SEMVER_BRANCH = master [2020-07-07T04:58:22.925Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2020-07-07T04:58:29.531Z] $ docker exec --env ******** --env ******** 78634ed1a39a7b79f2f622f5268f2be06e7922781888611d006a006dda8270b5 ssh-agent -k [2020-07-07T04:58:29.665Z] unset SSH_AUTH_SOCK; [2020-07-07T04:58:29.665Z] unset SSH_AGENT_PID; [2020-07-07T04:58:29.665Z] echo Agent pid 16 killed; [2020-07-07T04:58:29.728Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-07T04:58:30.092Z] + git semver [Pipeline] } [2020-07-07T04:58:30.111Z] $ docker stop --time=1 78634ed1a39a7b79f2f622f5268f2be06e7922781888611d006a006dda8270b5 [2020-07-07T04:58:31.459Z] $ docker rm -f 78634ed1a39a7b79f2f622f5268f2be06e7922781888611d006a006dda8270b5 [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 [2020-07-07T04:58:32.105Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-07T04:58:32.667Z] ---> package-listing.sh [2020-07-07T04:58:32.667Z] ++ facter osfamily [2020-07-07T04:58:32.667Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-07T04:58:32.667Z] + OS_FAMILY=redhat [2020-07-07T04:58:32.667Z] + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master [2020-07-07T04:58:32.667Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-07T04:58:32.667Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-07T04:58:32.667Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-07T04:58:32.667Z] + PACKAGES=/tmp/packages_start.txt [2020-07-07T04:58:32.667Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2020-07-07T04:58:32.667Z] + PACKAGES=/tmp/packages_end.txt [2020-07-07T04:58:32.667Z] + case "${OS_FAMILY}" in [2020-07-07T04:58:32.667Z] + rpm -qa [2020-07-07T04:58:32.667Z] + sort [2020-07-07T04:58:36.881Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-07T04:58:36.881Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-07T04:58:36.881Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-07T04:58:36.881Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2020-07-07T04:58:36.881Z] + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [2020-07-07T04:58:36.881Z] + 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 [2020-07-07T04:58:37.489Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-07T04:58:37.489Z] [2020-07-07T04:58:37.489Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-07T04:58:37.815Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-07T04:58:37.815Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-07T04:58:37.815Z] c9b1b535fdd9: Pulling fs layer [2020-07-07T04:58:37.815Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-07T04:58:37.815Z] 756a868c4378: Pulling fs layer [2020-07-07T04:58:37.815Z] 444b2fc9a129: Pulling fs layer [2020-07-07T04:58:37.815Z] ea15f1150254: Pulling fs layer [2020-07-07T04:58:37.815Z] 41b27a9f41bf: Pulling fs layer [2020-07-07T04:58:37.815Z] 28c525ee5125: Pulling fs layer [2020-07-07T04:58:37.815Z] 094b1ea09ed8: Pulling fs layer [2020-07-07T04:58:37.815Z] 138eaada9080: Pulling fs layer [2020-07-07T04:58:37.815Z] 0622d0fa9048: Pulling fs layer [2020-07-07T04:58:37.815Z] 28c525ee5125: Waiting [2020-07-07T04:58:37.815Z] 41b27a9f41bf: Waiting [2020-07-07T04:58:37.815Z] 094b1ea09ed8: Waiting [2020-07-07T04:58:37.815Z] 138eaada9080: Waiting [2020-07-07T04:58:37.815Z] 444b2fc9a129: Waiting [2020-07-07T04:58:37.815Z] 0622d0fa9048: Waiting [2020-07-07T04:58:37.815Z] ea15f1150254: Waiting [2020-07-07T04:58:37.815Z] 2cc5ad85d9ab: Download complete [2020-07-07T04:58:37.815Z] 444b2fc9a129: Verifying Checksum [2020-07-07T04:58:37.815Z] 444b2fc9a129: Download complete [2020-07-07T04:58:37.815Z] c9b1b535fdd9: Verifying Checksum [2020-07-07T04:58:37.815Z] ea15f1150254: Verifying Checksum [2020-07-07T04:58:37.815Z] ea15f1150254: Download complete [2020-07-07T04:58:38.090Z] 28c525ee5125: Verifying Checksum [2020-07-07T04:58:38.090Z] 28c525ee5125: Download complete [2020-07-07T04:58:38.373Z] 756a868c4378: Verifying Checksum [2020-07-07T04:58:38.373Z] 756a868c4378: Download complete [2020-07-07T04:58:38.373Z] c9b1b535fdd9: Pull complete [2020-07-07T04:58:38.373Z] 138eaada9080: Verifying Checksum [2020-07-07T04:58:38.373Z] 138eaada9080: Download complete [2020-07-07T04:58:38.373Z] 0622d0fa9048: Verifying Checksum [2020-07-07T04:58:38.373Z] 0622d0fa9048: Download complete [2020-07-07T04:58:38.635Z] 094b1ea09ed8: Verifying Checksum [2020-07-07T04:58:38.635Z] 094b1ea09ed8: Download complete [2020-07-07T04:58:38.635Z] 2cc5ad85d9ab: Pull complete [2020-07-07T04:58:38.898Z] 41b27a9f41bf: Verifying Checksum [2020-07-07T04:58:38.898Z] 41b27a9f41bf: Download complete [2020-07-07T04:58:40.296Z] 756a868c4378: Pull complete [2020-07-07T04:58:40.296Z] 444b2fc9a129: Pull complete [2020-07-07T04:58:40.559Z] ea15f1150254: Pull complete [2020-07-07T04:58:44.776Z] 41b27a9f41bf: Pull complete [2020-07-07T04:58:44.776Z] 28c525ee5125: Pull complete [2020-07-07T04:58:46.697Z] 094b1ea09ed8: Pull complete [2020-07-07T04:58:46.957Z] 138eaada9080: Pull complete [2020-07-07T04:58:47.218Z] 0622d0fa9048: Pull complete [2020-07-07T04:58:47.218Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-07T04:58:47.218Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-07T04:58:47.218Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-07T04:58:47.417Z] prd-centos7-docker-4c-2g-5424 does not seem to be running inside a container [2020-07-07T04:58:47.517Z] $ 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 [2020-07-07T04:58:50.486Z] $ docker top 14fe73b491babceca762ca1608e4b9863167b2fa57e9484826a0dc203610768c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-07T04:58:50.725Z] provisioning config files... [2020-07-07T04:58:50.739Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config8583920763825189961tmp [Pipeline] { [Pipeline] echo [2020-07-07T04:58:50.770Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-07T04:58:51.066Z] ---> create-netrc.sh [Pipeline] echo [2020-07-07T04:58:51.076Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-07T04:58:51.367Z] ---> logs-deploy.sh [2020-07-07T04:58:51.367Z] + ARCHIVE_ARTIFACTS= [2020-07-07T04:58:51.367Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-07T04:58:51.367Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-07T04:58:51.367Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-07T04:58:51.367Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/37 [2020-07-07T04:58:51.367Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-bootstrap/job/master/37/ [2020-07-07T04:58:51.367Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/37 /w/workspace/xfoundry_go-mod-bootstrap_master [2020-07-07T04:58:52.751Z] Archives upload complete. [2020-07-07T04:58:52.751Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/37 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-bootstrap/job/master/37/ [2020-07-07T04:58:53.325Z] ---> uname -a: [2020-07-07T04:58:53.325Z] Linux 14fe73b491ba 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-07-07T04:58:53.325Z] [2020-07-07T04:58:53.325Z] [2020-07-07T04:58:53.325Z] ---> lscpu: [2020-07-07T04:58:53.325Z] Architecture: x86_64 [2020-07-07T04:58:53.325Z] CPU op-mode(s): 32-bit, 64-bit [2020-07-07T04:58:53.325Z] Byte Order: Little Endian [2020-07-07T04:58:53.326Z] Address sizes: 40 bits physical, 48 bits virtual [2020-07-07T04:58:53.326Z] CPU(s): 4 [2020-07-07T04:58:53.326Z] On-line CPU(s) list: 0-3 [2020-07-07T04:58:53.326Z] Thread(s) per core: 1 [2020-07-07T04:58:53.326Z] Core(s) per socket: 1 [2020-07-07T04:58:53.326Z] Socket(s): 4 [2020-07-07T04:58:53.326Z] NUMA node(s): 1 [2020-07-07T04:58:53.326Z] Vendor ID: GenuineIntel [2020-07-07T04:58:53.326Z] CPU family: 6 [2020-07-07T04:58:53.326Z] Model: 44 [2020-07-07T04:58:53.326Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-07-07T04:58:53.326Z] Stepping: 1 [2020-07-07T04:58:53.326Z] CPU MHz: 2933.442 [2020-07-07T04:58:53.326Z] BogoMIPS: 5866.88 [2020-07-07T04:58:53.326Z] Virtualization: VT-x [2020-07-07T04:58:53.326Z] Hypervisor vendor: KVM [2020-07-07T04:58:53.326Z] Virtualization type: full [2020-07-07T04:58:53.326Z] L1d cache: 128 KiB [2020-07-07T04:58:53.326Z] L1i cache: 128 KiB [2020-07-07T04:58:53.326Z] L2 cache: 16 MiB [2020-07-07T04:58:53.326Z] L3 cache: 64 MiB [2020-07-07T04:58:53.326Z] NUMA node0 CPU(s): 0-3 [2020-07-07T04:58:53.326Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-07-07T04:58:53.326Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-07-07T04:58:53.326Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-07-07T04:58:53.326Z] Vulnerability Meltdown: Mitigation; PTI [2020-07-07T04:58:53.326Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-07-07T04:58:53.326Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-07-07T04:58:53.326Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-07-07T04:58:53.326Z] Vulnerability Tsx async abort: Not affected [2020-07-07T04:58:53.326Z] 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 [2020-07-07T04:58:53.326Z] [2020-07-07T04:58:53.326Z] [2020-07-07T04:58:53.326Z] ---> nproc: [2020-07-07T04:58:53.326Z] 4 [2020-07-07T04:58:53.326Z] [2020-07-07T04:58:53.326Z] [2020-07-07T04:58:53.326Z] ---> df -h: [2020-07-07T04:58:53.326Z] Filesystem Size Used Available Use% Mounted on [2020-07-07T04:58:53.326Z] overlay 50.0G 8.5G 41.5G 17% / [2020-07-07T04:58:53.326Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-07-07T04:58:53.326Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-07-07T04:58:53.326Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-07-07T04:58:53.326Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf [2020-07-07T04:58:53.326Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname [2020-07-07T04:58:53.326Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts [2020-07-07T04:58:53.326Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa [2020-07-07T04:58:53.326Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/xfoundry_go-mod-bootstrap_master [2020-07-07T04:58:53.326Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/xfoundry_go-mod-bootstrap_master@tmp [2020-07-07T04:58:53.326Z] [2020-07-07T04:58:53.326Z] [2020-07-07T04:58:53.326Z] ---> free -m: [2020-07-07T04:58:53.326Z] total used free shared buff/cache available [2020-07-07T04:58:53.326Z] Mem: 1837 778 111 0 947 992 [2020-07-07T04:58:53.326Z] Swap: 1023 2 1021 [2020-07-07T04:58:53.326Z] [2020-07-07T04:58:53.326Z] [2020-07-07T04:58:53.326Z] ---> ip addr: [2020-07-07T04:58:53.326Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-07-07T04:58:53.326Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-07-07T04:58:53.326Z] inet 127.0.0.1/8 scope host lo [2020-07-07T04:58:53.326Z] valid_lft forever preferred_lft forever [2020-07-07T04:58:53.326Z] 16: eth0@if17: mtu 1458 qdisc noqueue state UP [2020-07-07T04:58:53.326Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-07-07T04:58:53.326Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-07-07T04:58:53.326Z] valid_lft forever preferred_lft forever [2020-07-07T04:58:53.326Z] [2020-07-07T04:58:53.326Z] [2020-07-07T04:58:53.326Z] ---> sar -b -r -n DEV: [2020-07-07T04:58:53.326Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/07/20 _x86_64_ (4 CPU) [2020-07-07T04:58:53.326Z] [2020-07-07T04:58:53.326Z] 04:50:54 LINUX RESTART [2020-07-07T04:58:53.326Z] [2020-07-07T04:58:53.326Z] 04:52:01 tps rtps wtps bread/s bwrtn/s [2020-07-07T04:58:53.326Z] 04:53:01 2.08 0.00 2.08 0.00 42.16 [2020-07-07T04:58:53.326Z] 04:54:02 0.37 0.00 0.37 0.00 5.95 [2020-07-07T04:58:53.326Z] 04:55:01 0.27 0.00 0.27 0.00 3.69 [2020-07-07T04:58:53.326Z] 04:56:01 0.23 0.00 0.23 0.00 2.70 [2020-07-07T04:58:53.326Z] 04:57:01 0.23 0.00 0.23 0.00 3.50 [2020-07-07T04:58:53.326Z] 04:58:01 374.04 193.64 180.40 8555.07 57427.32 [2020-07-07T04:58:53.326Z] Average: 63.09 32.39 30.70 1430.85 9614.46 [2020-07-07T04:58:53.326Z] [2020-07-07T04:58:53.326Z] 04:52:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-07-07T04:58:53.326Z] 04:53:01 164020 1717536 91.28 2620 1133604 1114932 38.05 452804 1105132 20 [2020-07-07T04:58:53.326Z] 04:54:02 168540 1713016 91.04 2620 1133608 1073492 36.64 450612 1103612 8 [2020-07-07T04:58:53.326Z] 04:55:01 168828 1712728 91.03 2620 1133616 1073424 36.63 450664 1103612 8 [2020-07-07T04:58:53.326Z] 04:56:01 167112 1714444 91.12 2620 1133616 1073556 36.64 460024 1095544 8 [2020-07-07T04:58:53.326Z] 04:57:01 168000 1713556 91.07 2620 1133624 1073448 36.63 461956 1093076 8 [2020-07-07T04:58:53.326Z] 04:58:01 117340 1764216 93.76 2076 1008532 1280784 43.71 565988 911156 43536 [2020-07-07T04:58:53.326Z] Average: 158973 1722583 91.55 2529 1112767 1114939 38.05 473675 1068689 7265 [2020-07-07T04:58:53.326Z] [2020-07-07T04:58:53.326Z] 04:52:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-07-07T04:58:53.326Z] 04:53:01 eth0 9.61 4.15 8.68 0.46 0.00 0.00 0.00 [2020-07-07T04:58:53.326Z] 04:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-07T04:58:53.326Z] 04:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-07T04:58:53.326Z] 04:54:02 eth0 1.32 0.35 0.33 0.20 0.00 0.00 0.00 [2020-07-07T04:58:53.326Z] 04:54:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-07T04:58:53.326Z] 04:54:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-07T04:58:53.326Z] 04:55:01 eth0 1.05 0.30 0.33 0.20 0.00 0.00 0.00 [2020-07-07T04:58:53.326Z] 04:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-07T04:58:53.326Z] 04:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-07T04:58:53.326Z] 04:56:01 eth0 0.47 0.42 0.29 0.21 0.00 0.00 0.00 [2020-07-07T04:58:53.326Z] 04:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-07T04:58:53.326Z] 04:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-07T04:58:53.326Z] 04:57:01 eth0 0.18 0.15 0.08 0.07 0.00 0.00 0.00 [2020-07-07T04:58:53.326Z] 04:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-07T04:58:53.326Z] 04:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-07T04:58:53.326Z] 04:58:01 eth0 305.41 204.93 7013.48 33.20 0.00 0.00 0.00 [2020-07-07T04:58:53.326Z] 04:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-07T04:58:53.326Z] 04:58:01 docker0 18.94 19.82 1.93 44.71 0.00 0.00 0.00 [2020-07-07T04:58:53.326Z] Average: eth0 53.19 35.17 1174.63 5.74 0.00 0.00 0.00 [2020-07-07T04:58:53.326Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-07T04:58:53.326Z] Average: docker0 3.17 3.31 0.32 7.48 0.00 0.00 0.00 [2020-07-07T04:58:53.326Z] [2020-07-07T04:58:53.326Z] [2020-07-07T04:58:53.326Z] ---> sar -P ALL: [2020-07-07T04:58:53.326Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/07/20 _x86_64_ (4 CPU) [2020-07-07T04:58:53.326Z] [2020-07-07T04:58:53.326Z] 04:50:54 LINUX RESTART [2020-07-07T04:58:53.326Z] [2020-07-07T04:58:53.326Z] 04:52:01 CPU %user %nice %system %iowait %steal %idle [2020-07-07T04:58:53.326Z] 04:53:01 all 0.30 0.00 0.06 0.00 0.00 99.64 [2020-07-07T04:58:53.326Z] 04:53:01 0 0.90 0.00 0.08 0.00 0.00 99.02 [2020-07-07T04:58:53.326Z] 04:53:01 1 0.15 0.00 0.05 0.00 0.00 99.80 [2020-07-07T04:58:53.326Z] 04:53:01 2 0.08 0.00 0.07 0.00 0.00 99.85 [2020-07-07T04:58:53.326Z] 04:53:01 3 0.08 0.00 0.05 0.00 0.00 99.87 [2020-07-07T04:58:53.326Z] 04:54:02 all 0.15 0.00 0.03 0.00 0.00 99.82 [2020-07-07T04:58:53.326Z] 04:54:02 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-07-07T04:58:53.326Z] 04:54:02 1 0.05 0.00 0.02 0.00 0.00 99.93 [2020-07-07T04:58:53.326Z] 04:54:02 2 0.05 0.00 0.02 0.00 0.00 99.93 [2020-07-07T04:58:53.326Z] 04:54:02 3 0.43 0.00 0.02 0.00 0.00 99.55 [2020-07-07T04:58:53.326Z] 04:55:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2020-07-07T04:58:53.326Z] 04:55:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-07-07T04:58:53.326Z] 04:55:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2020-07-07T04:58:53.326Z] 04:55:01 2 0.05 0.00 0.02 0.00 0.00 99.93 [2020-07-07T04:58:53.326Z] 04:55:01 3 0.51 0.00 0.03 0.00 0.00 99.46 [2020-07-07T04:58:53.326Z] 04:56:01 all 0.14 0.00 0.03 0.00 0.00 99.82 [2020-07-07T04:58:53.326Z] 04:56:01 0 0.08 0.00 0.02 0.00 0.00 99.90 [2020-07-07T04:58:53.326Z] 04:56:01 1 0.08 0.00 0.07 0.00 0.02 99.83 [2020-07-07T04:58:53.326Z] 04:56:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2020-07-07T04:58:53.326Z] 04:56:01 3 0.40 0.00 0.03 0.00 0.00 99.57 [2020-07-07T04:58:53.326Z] 04:57:01 all 0.08 0.00 0.10 0.00 0.00 99.82 [2020-07-07T04:58:53.326Z] 04:57:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-07-07T04:58:53.326Z] 04:57:01 1 0.03 0.00 0.30 0.00 0.00 99.67 [2020-07-07T04:58:53.326Z] 04:57:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2020-07-07T04:58:53.326Z] 04:57:01 3 0.20 0.00 0.03 0.00 0.00 99.77 [2020-07-07T04:58:53.326Z] 04:58:01 all 14.43 0.00 9.27 3.67 0.05 72.58 [2020-07-07T04:58:53.326Z] 04:58:01 0 14.10 0.00 8.91 1.40 0.07 75.52 [2020-07-07T04:58:53.326Z] 04:58:01 1 14.03 0.00 9.22 2.69 0.02 74.04 [2020-07-07T04:58:53.326Z] 04:58:01 2 14.86 0.00 8.76 7.45 0.08 68.85 [2020-07-07T04:58:53.326Z] 04:58:01 3 14.75 0.00 10.14 3.15 0.03 71.93 [2020-07-07T04:58:53.326Z] Average: all 2.51 0.00 1.57 0.60 0.01 95.31 [2020-07-07T04:58:53.326Z] Average: 0 2.49 0.00 1.50 0.23 0.01 95.77 [2020-07-07T04:58:53.326Z] Average: 1 2.38 0.00 1.60 0.44 0.01 95.57 [2020-07-07T04:58:53.326Z] Average: 2 2.48 0.00 1.47 1.23 0.01 94.81 [2020-07-07T04:58:53.326Z] Average: 3 2.69 0.00 1.69 0.52 0.01 95.09 [2020-07-07T04:58:53.326Z] [2020-07-07T04:58:53.326Z] [2020-07-07T04:58:53.326Z]