Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from dbf8a36c6ff36112bb028ee31d5f3d17415acaac Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Examining edgexfoundry/edgex-global-pipelines Attempting to resolve stable as a branch Attempting to resolve stable as a tag Resolved stable as tag stable at revision 15fd3b164e5ad1b9cc2bd09e6423de8f412b6a0d using credential edgex-jenkins-access-pat > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 Checking out Revision 15fd3b164e5ad1b9cc2bd09e6423de8f412b6a0d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 15fd3b164e5ad1b9cc2bd09e6423de8f412b6a0d # timeout=10 Commit message: "Merge pull request #173 from ernestojeda/bugfix-did-change-prev" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-snmp-go, goVersion:1.13] ========================================================= [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: device-snmp-go-settings PROJECT: device-snmp-go 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-device-snmp-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-6462 in /w/workspace/gexfoundry_device-snmp-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-snmp-go.git > git init /w/workspace/gexfoundry_device-snmp-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision dbf8a36c6ff36112bb028ee31d5f3d17415acaac (master) > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.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/device-snmp-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dbf8a36c6ff36112bb028ee31d5f3d17415acaac # timeout=10 Commit message: "Merge pull request #49 from hahattan/issue-48" > git rev-list --no-walk 2a2498c9bbadf04898195d37569b88cc82665a53 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:02:04 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:02:05 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:02:05 ========================================================= 09:02:05 EdgeX Global Pipelines Version Info 09:02:05 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:02:07 ------------------- 09:02:07 stable info: 09:02:07 ------------------- 09:02:07 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:02:07 Commit SHA: 997776a94285dd80d478e4f0c197496148fdc64f 09:02:07 Message: update stable to v1.0.86 09:02:07 ------------------- 09:02:07 experimental info: 09:02:07 ------------------- 09:02:07 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:02:07 Commit SHA: 045109fa9a4f6df2e4fd24e75fafac08edbb033d 09:02:07 Message: update experimental to v1.0.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 09:02:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:02:09 09:02:09 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:02:10 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:02:10 latest: Pulling from edgex-devops/git-semver 09:02:10 9123ac7c32f7: Pulling fs layer 09:02:10 b8cc5d1170e3: Pulling fs layer 09:02:10 2924cbbf6a41: Pulling fs layer 09:02:10 93b08a4f1073: Pulling fs layer 09:02:10 93b08a4f1073: Waiting 09:02:10 b8cc5d1170e3: Verifying Checksum 09:02:10 b8cc5d1170e3: Download complete 09:02:11 9123ac7c32f7: Download complete 09:02:11 9123ac7c32f7: Pull complete 09:02:11 93b08a4f1073: Verifying Checksum 09:02:11 93b08a4f1073: Download complete 09:02:11 b8cc5d1170e3: Pull complete 09:02:11 2924cbbf6a41: Download complete 09:02:12 2924cbbf6a41: Pull complete 09:02:13 93b08a4f1073: Pull complete 09:02:13 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 09:02:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:02:13 prd-centos7-docker-4c-2g-6462 does not seem to be running inside a container 09:02:13 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_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 09:02:14 $ docker top d3173ab9634cce588e83970bafc1f54bbb4a5ca12623afa6b3b20c2557648645 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:02:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:02:15 [ssh-agent] Looking for ssh-agent implementation... 09:02:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:02:15 $ docker exec d3173ab9634cce588e83970bafc1f54bbb4a5ca12623afa6b3b20c2557648645 ssh-agent 09:02:16 SSH_AUTH_SOCK=/tmp/ssh-7QZnu1Kc8eAO/agent.15 09:02:16 SSH_AGENT_PID=22 09:02:16 Running ssh-add (command line suppressed) 09:02:16 Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_8662530618845850080.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_8662530618845850080.key) 09:02:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:02:17 + git describe --exact-match --tags HEAD 09:02:17 fatal: No names found, cannot describe anything. [Pipeline] } 09:02:17 $ docker exec --env ******** --env ******** d3173ab9634cce588e83970bafc1f54bbb4a5ca12623afa6b3b20c2557648645 ssh-agent -k 09:02:18 unset SSH_AUTH_SOCK; 09:02:18 unset SSH_AGENT_PID; 09:02:18 echo Agent pid 22 killed; 09:02:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 09:02:18 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 09:02:18 This usually means this commit has not been tagged. [Pipeline] sshagent 09:02:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:02:18 [ssh-agent] Looking for ssh-agent implementation... 09:02:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:02:18 $ docker exec d3173ab9634cce588e83970bafc1f54bbb4a5ca12623afa6b3b20c2557648645 ssh-agent 09:02:18 SSH_AUTH_SOCK=/tmp/ssh-KEaxyeMNQ9rQ/agent.56 09:02:18 SSH_AGENT_PID=63 09:02:18 Running ssh-add (command line suppressed) 09:02:19 Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_8534201192305656116.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_8534201192305656116.key) 09:02:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:02:19 + git semver init 09:02:19 # -> Open(): unable to determine branch for HEAD 09:02:19 # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git 09:02:19 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master 09:02:19 # $SEMVER_REMOTE_NAME = origin 09:02:19 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:02:19 # $SEMVER_USER_NAME = edgex-jenkins 09:02:19 # $SEMVER_BRANCH = master 09:02:19 # $SEMVER_TEMP = /tmp/semver-020797011 09:02:19 # git clone --branch semver git@github.com:edgexfoundry/device-snmp-go.git $SEMVER_TEMP 09:02:20 # '/tmp/semver-020797011' -> '/w/workspace/gexfoundry_device-snmp-go_master/.semver' 09:02:20 # -> Force: false 09:02:20 # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver [Pipeline] } 09:02:20 $ docker exec --env ******** --env ******** d3173ab9634cce588e83970bafc1f54bbb4a5ca12623afa6b3b20c2557648645 ssh-agent -k 09:02:20 unset SSH_AUTH_SOCK; 09:02:20 unset SSH_AGENT_PID; 09:02:20 echo Agent pid 63 killed; 09:02:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:02:20 + git semver [Pipeline] } 09:02:20 $ docker stop --time=1 d3173ab9634cce588e83970bafc1f54bbb4a5ca12623afa6b3b20c2557648645 09:02:22 $ docker rm -f d3173ab9634cce588e83970bafc1f54bbb4a5ca12623afa6b3b20c2557648645 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 09:02:23 Stashed 31 file(s) [Pipeline] echo 09:02:23 [edgeXSemver] initialized semver on version 1.2.0-dev.4 [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 09:02:38 Still waiting to schedule task 09:02:38 Waiting for next available executor on ‘centos7-docker-4c-2g’ 09:02:38 Still waiting to schedule task 09:02:38 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 09:04:23 Running on prd-ubuntu18.04-docker-arm64-4c-16g-6463 in /w/workspace/gexfoundry_device-snmp-go_master [Pipeline] { [Pipeline] ws 09:04:23 Running in /w/workspace/device-snmp-go/5 [Pipeline] { [Pipeline] checkout 09:04:29 using credential edgex-jenkins-ssh 09:04:29 Cloning the remote Git repository 09:04:29 Cloning with configured refspecs honoured and without tags 09:04:29 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 09:04:29 > git init /w/workspace/device-snmp-go/5 # timeout=10 09:04:29 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 09:04:29 > git --version # timeout=10 09:04:29 using GIT_SSH to set credentials SSH Credentials for GitHub 09:04:30 Fetching without tags 09:04:29 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 09:04:30 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 09:04:30 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 09:04:30 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 09:04:30 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 09:04:30 using GIT_SSH to set credentials SSH Credentials for GitHub 09:04:30 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 09:04:31 Checking out Revision dbf8a36c6ff36112bb028ee31d5f3d17415acaac (master) 09:04:31 > git config core.sparsecheckout # timeout=10 09:04:31 > git checkout -f dbf8a36c6ff36112bb028ee31d5f3d17415acaac # timeout=10 09:04:35 Commit message: "Merge pull request #49 from hahattan/issue-48" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 09:04:37 ========================================================= 09:04:37 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 09:04:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:04:38 + 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 . 09:04:38 Sending build context to Docker daemon 348.7kB 09:04:39 Step 1/10 : ARG BASE=golang:1.13-alpine 09:04:39 Step 2/10 : FROM ${BASE} 09:04:39 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:04:39 cde5963f3b93: Pulling fs layer 09:04:39 2a23fa8c16f7: Pulling fs layer 09:04:39 777b28850792: Pulling fs layer 09:04:39 8a11ddd9e578: Pulling fs layer 09:04:39 4cf88f913ddb: Pulling fs layer 09:04:39 1df406cf5192: Pulling fs layer 09:04:39 cd6300453558: Pulling fs layer 09:04:39 b9c365052c96: Pulling fs layer 09:04:39 a2d8cc88f415: Pulling fs layer 09:04:39 ea1d1ca13537: Pulling fs layer 09:04:39 3750a50a1c5e: Pulling fs layer 09:04:39 8a11ddd9e578: Waiting 09:04:39 ea1d1ca13537: Waiting 09:04:39 a2d8cc88f415: Waiting 09:04:39 4cf88f913ddb: Waiting 09:04:39 1df406cf5192: Waiting 09:04:39 cd6300453558: Waiting 09:04:39 b9c365052c96: Waiting 09:04:39 3750a50a1c5e: Waiting 09:04:39 777b28850792: Download complete 09:04:39 2a23fa8c16f7: Verifying Checksum 09:04:39 4cf88f913ddb: Verifying Checksum 09:04:39 4cf88f913ddb: Download complete 09:04:39 1df406cf5192: Verifying Checksum 09:04:39 1df406cf5192: Download complete 09:04:39 cde5963f3b93: Download complete 09:04:40 cde5963f3b93: Pull complete 09:04:41 2a23fa8c16f7: Pull complete 09:04:41 777b28850792: Pull complete 09:04:44 cd6300453558: Verifying Checksum 09:04:44 cd6300453558: Download complete 09:04:44 a2d8cc88f415: Verifying Checksum 09:04:44 a2d8cc88f415: Download complete 09:04:46 ea1d1ca13537: Verifying Checksum 09:04:46 ea1d1ca13537: Download complete 09:04:46 3750a50a1c5e: Download complete 09:04:48 b9c365052c96: Verifying Checksum 09:04:48 b9c365052c96: Download complete 09:04:50 8a11ddd9e578: Verifying Checksum 09:04:50 8a11ddd9e578: Download complete 09:04:52 Running on prd-centos7-docker-4c-2g-6465 in /w/workspace/gexfoundry_device-snmp-go_master [Pipeline] { [Pipeline] ws 09:04:52 Running in /w/workspace/device-snmp-go/5 [Pipeline] { [Pipeline] checkout 09:04:54 using credential edgex-jenkins-ssh 09:04:54 Cloning the remote Git repository 09:04:54 Cloning with configured refspecs honoured and without tags 09:04:53 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 09:04:53 > git init /w/workspace/device-snmp-go/5 # timeout=10 09:04:53 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 09:04:53 > git --version # timeout=10 09:04:53 using GIT_SSH to set credentials SSH Credentials for GitHub 09:04:53 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 09:04:54 Fetching without tags 09:04:55 Checking out Revision dbf8a36c6ff36112bb028ee31d5f3d17415acaac (master) 09:04:54 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 09:04:54 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 09:04:54 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 09:04:54 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 09:04:54 using GIT_SSH to set credentials SSH Credentials for GitHub 09:04:54 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 09:04:54 > git config core.sparsecheckout # timeout=10 09:04:54 > git checkout -f dbf8a36c6ff36112bb028ee31d5f3d17415acaac # timeout=10 09:04:58 Commit message: "Merge pull request #49 from hahattan/issue-48" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 09:04:59 ========================================================= 09:04:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 09:04:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:05:00 + 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 . 09:05:00 Sending build context to Docker daemon 348.7kB 09:05:00 Step 1/10 : ARG BASE=golang:1.13-alpine 09:05:00 Step 2/10 : FROM ${BASE} 09:05:00 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 09:05:00 e6b0cf9c0882: Pulling fs layer 09:05:00 2848faf0eed1: Pulling fs layer 09:05:00 0f37312ad70f: Pulling fs layer 09:05:00 5788d62ee057: Pulling fs layer 09:05:00 0e6b1d234666: Pulling fs layer 09:05:00 bf5d7aec512f: Pulling fs layer 09:05:00 34c802a77dc8: Pulling fs layer 09:05:00 9eb99e56ec68: Pulling fs layer 09:05:00 27c7a5d97fbd: Pulling fs layer 09:05:00 5c102a31e300: Pulling fs layer 09:05:00 dcfb455df0a1: Pulling fs layer 09:05:00 5788d62ee057: Waiting 09:05:00 34c802a77dc8: Waiting 09:05:00 0e6b1d234666: Waiting 09:05:00 bf5d7aec512f: Waiting 09:05:00 5c102a31e300: Waiting 09:05:00 dcfb455df0a1: Waiting 09:05:00 27c7a5d97fbd: Waiting 09:05:00 9eb99e56ec68: Waiting 09:05:00 0f37312ad70f: Verifying Checksum 09:05:00 0f37312ad70f: Download complete 09:05:00 2848faf0eed1: Verifying Checksum 09:05:00 2848faf0eed1: Download complete 09:05:00 0e6b1d234666: Verifying Checksum 09:05:00 0e6b1d234666: Download complete 09:05:00 bf5d7aec512f: Verifying Checksum 09:05:00 bf5d7aec512f: Download complete 09:05:00 e6b0cf9c0882: Verifying Checksum 09:05:00 e6b0cf9c0882: Download complete 09:05:01 e6b0cf9c0882: Pull complete 09:05:01 34c802a77dc8: Verifying Checksum 09:05:01 34c802a77dc8: Download complete 09:05:01 27c7a5d97fbd: Verifying Checksum 09:05:01 27c7a5d97fbd: Download complete 09:05:02 2848faf0eed1: Pull complete 09:05:02 5c102a31e300: Download complete 09:05:02 dcfb455df0a1: Verifying Checksum 09:05:02 dcfb455df0a1: Download complete 09:05:02 9eb99e56ec68: Verifying Checksum 09:05:02 9eb99e56ec68: Download complete 09:05:02 8a11ddd9e578: Pull complete 09:05:02 4cf88f913ddb: Pull complete 09:05:02 1df406cf5192: Pull complete 09:05:02 5788d62ee057: Verifying Checksum 09:05:02 5788d62ee057: Download complete 09:05:03 0f37312ad70f: Pull complete 09:05:06 cd6300453558: Pull complete 09:05:08 5788d62ee057: Pull complete 09:05:08 0e6b1d234666: Pull complete 09:05:08 bf5d7aec512f: Pull complete 09:05:12 b9c365052c96: Pull complete 09:05:12 a2d8cc88f415: Pull complete 09:05:13 34c802a77dc8: Pull complete 09:05:14 ea1d1ca13537: Pull complete 09:05:14 3750a50a1c5e: Pull complete 09:05:14 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 09:05:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 09:05:14 ---> 78745c68409d 09:05:14 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 09:05:17 9eb99e56ec68: Pull complete 09:05:17 27c7a5d97fbd: Pull complete 09:05:17 5c102a31e300: Pull complete 09:05:18 dcfb455df0a1: Pull complete 09:05:18 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 09:05:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 09:05:18 ---> 7c70fe431013 09:05:18 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 09:05:18 ---> Running in d9a80d6363a0 09:05:18 Removing intermediate container d9a80d6363a0 09:05:18 ---> a5931a513156 09:05:18 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 09:05:18 ---> Running in b43d5058dcce 09:05:18 Removing intermediate container b43d5058dcce 09:05:18 ---> b0af0ef60a81 09:05:18 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' 09:05:18 ---> Running in c001f66c5526 09:05:18 Removing intermediate container c001f66c5526 09:05:18 ---> 70ddcf1125d5 09:05:18 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:05:19 ---> Running in 66400d451f44 09:05:19 Removing intermediate container 66400d451f44 09:05:19 ---> 0f7bb6643f3b 09:05:19 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 09:05:19 ---> Running in 3d353e425de1 09:05:19 ---> Running in 77d6ef8fb83d 09:05:19 Removing intermediate container 77d6ef8fb83d 09:05:19 ---> bda339cdffa4 09:05:19 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' 09:05:19 ---> Running in 30179da8dc95 09:05:20 Removing intermediate container 3d353e425de1 09:05:20 ---> 8456ab870887 09:05:20 Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:05:20 ---> Running in d147514d8ee0 09:05:20 Removing intermediate container 30179da8dc95 09:05:20 ---> ae48e27c8bdb 09:05:20 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:05:20 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 09:05:20 ---> Running in a4fcbfbc23f9 09:05:21 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 09:05:21 OK: 143 MiB in 39 packages 09:05:21 Removing intermediate container d147514d8ee0 09:05:21 ---> c719a4796ffd 09:05:21 Step 8/10 : WORKDIR /device-snmp-go 09:05:21 ---> Running in c2f9bb6ee624 09:05:22 Removing intermediate container c2f9bb6ee624 09:05:22 ---> a56c2867648f 09:05:22 Step 9/10 : COPY . . 09:05:22 ---> 1638b33f1451 09:05:22 Step 10/10 : RUN go mod download 09:05:22 ---> Running in 55e74a82ab4b 09:05:22 Removing intermediate container a4fcbfbc23f9 09:05:22 ---> ec8932ce3ce9 09:05:22 Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:05:22 ---> Running in b434896a48c4 09:05:23 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 09:05:24 go: finding github.com/BurntSushi/toml v0.3.1 09:05:24 go: finding github.com/OneOfOne/xxhash v1.2.6 09:05:24 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 09:05:24 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 09:05:24 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 09:05:24 go: finding github.com/bgentry/speakeasy v0.1.0 09:05:24 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 09:05:24 go: finding github.com/davecgh/go-spew v1.1.1 09:05:24 go: finding github.com/edgexfoundry/device-sdk-go v1.2.0 09:05:24 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.30 09:05:24 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 09:05:24 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.54 09:05:24 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 09:05:24 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 09:05:24 go: finding github.com/fatih/color v1.7.0 09:05:24 go: finding github.com/fxamacker/cbor/v2 v2.2.0 09:05:24 go: finding github.com/go-kit/kit v0.8.0 09:05:24 go: finding github.com/go-logfmt/logfmt v0.4.0 09:05:24 go: finding github.com/go-stack/stack v1.8.0 09:05:24 go: finding github.com/golang/mock v1.2.0 09:05:24 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 09:05:24 go: finding github.com/google/uuid v1.1.0 09:05:24 go: finding github.com/gorilla/mux v1.7.1 09:05:24 go: finding github.com/hashicorp/consul/api v1.1.0 09:05:24 go: finding github.com/hashicorp/consul/sdk v0.1.1 09:05:24 go: finding github.com/hashicorp/errwrap v1.0.0 09:05:24 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 09:05:24 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 09:05:24 go: finding github.com/hashicorp/go-msgpack v0.5.3 09:05:24 go: finding github.com/hashicorp/go-multierror v1.0.0 09:05:24 go: finding github.com/hashicorp/go-rootcerts v1.0.0 09:05:24 go: finding github.com/hashicorp/go-sockaddr v1.0.0 09:05:24 go: finding github.com/hashicorp/go-syslog v1.0.0 09:05:24 go: finding github.com/hashicorp/go-uuid v1.0.1 09:05:24 go: finding github.com/hashicorp/go.net v0.0.1 09:05:24 go: finding github.com/hashicorp/golang-lru v0.5.0 09:05:24 go: finding github.com/hashicorp/logutils v1.0.0 09:05:24 go: finding github.com/hashicorp/mdns v1.0.0 09:05:24 go: finding github.com/hashicorp/memberlist v0.1.3 09:05:24 go: finding github.com/hashicorp/serf v0.8.2 09:05:24 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 09:05:24 go: finding github.com/mattn/go-colorable v0.0.9 09:05:24 go: finding github.com/mattn/go-isatty v0.0.3 09:05:24 go: finding github.com/miekg/dns v1.0.14 09:05:24 go: finding github.com/mitchellh/cli v1.0.0 09:05:24 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 09:05:24 go: finding github.com/mitchellh/copystructure v1.0.0 09:05:24 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 09:05:24 go: finding github.com/mitchellh/go-homedir v1.0.0 09:05:24 go: finding github.com/mitchellh/go-testing-interface v1.0.0 09:05:24 go: finding github.com/mitchellh/gox v0.4.0 09:05:24 go: finding github.com/mitchellh/iochan v1.0.0 09:05:24 go: finding github.com/mitchellh/mapstructure v1.1.2 09:05:24 go: finding github.com/mitchellh/reflectwalk v1.0.0 09:05:24 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 09:05:24 go: finding github.com/pelletier/go-toml v1.2.0 09:05:24 go: finding github.com/pkg/errors v0.8.1 09:05:24 go: finding github.com/pmezard/go-difflib v1.0.0 09:05:24 go: finding github.com/posener/complete v1.1.1 09:05:24 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 09:05:24 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 09:05:24 go: finding github.com/soniah/gosnmp v1.21.0 09:05:24 go: finding github.com/stretchr/objx v0.1.0 09:05:24 go: finding github.com/stretchr/testify v1.5.1 09:05:24 go: finding github.com/ugorji/go v1.1.4 09:05:24 go: finding github.com/x448/float16 v0.8.4 09:05:24 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 09:05:24 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 09:05:24 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 09:05:24 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 09:05:24 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 09:05:24 go: finding gopkg.in/yaml.v2 v2.2.8 09:05:24 OK: 125 MiB in 39 packages 09:05:25 Removing intermediate container b434896a48c4 09:05:25 ---> d0ed26cdb6cc 09:05:25 Step 8/10 : WORKDIR /device-snmp-go 09:05:25 ---> Running in 5364eb3da062 09:05:26 Removing intermediate container 5364eb3da062 09:05:26 ---> 8a3847821e20 09:05:26 Step 9/10 : COPY . . 09:05:26 ---> bfd3f21df2cf 09:05:26 Step 10/10 : RUN go mod download 09:05:27 ---> Running in 2e2c5fab3c53 09:05:28 go: finding github.com/BurntSushi/toml v0.3.1 09:05:28 go: finding github.com/OneOfOne/xxhash v1.2.6 09:05:28 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 09:05:28 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 09:05:28 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 09:05:28 go: finding github.com/bgentry/speakeasy v0.1.0 09:05:28 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 09:05:28 go: finding github.com/davecgh/go-spew v1.1.1 09:05:28 go: finding github.com/edgexfoundry/device-sdk-go v1.2.0 09:05:28 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.30 09:05:28 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 09:05:28 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.54 09:05:28 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 09:05:28 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 09:05:28 go: finding github.com/fatih/color v1.7.0 09:05:28 go: finding github.com/fxamacker/cbor/v2 v2.2.0 09:05:28 go: finding github.com/go-kit/kit v0.8.0 09:05:28 go: finding github.com/go-logfmt/logfmt v0.4.0 09:05:28 go: finding github.com/go-stack/stack v1.8.0 09:05:28 go: finding github.com/golang/mock v1.2.0 09:05:28 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 09:05:28 go: finding github.com/google/uuid v1.1.0 09:05:28 go: finding github.com/gorilla/mux v1.7.1 09:05:28 go: finding github.com/hashicorp/consul/api v1.1.0 09:05:28 go: finding github.com/hashicorp/consul/sdk v0.1.1 09:05:28 go: finding github.com/hashicorp/errwrap v1.0.0 09:05:28 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 09:05:28 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 09:05:28 go: finding github.com/hashicorp/go-msgpack v0.5.3 09:05:28 go: finding github.com/hashicorp/go-multierror v1.0.0 09:05:28 go: finding github.com/hashicorp/go-rootcerts v1.0.0 09:05:28 go: finding github.com/hashicorp/go-sockaddr v1.0.0 09:05:28 go: finding github.com/hashicorp/go-syslog v1.0.0 09:05:28 go: finding github.com/hashicorp/go-uuid v1.0.1 09:05:28 go: finding github.com/hashicorp/go.net v0.0.1 09:05:28 go: finding github.com/hashicorp/golang-lru v0.5.0 09:05:28 go: finding github.com/hashicorp/logutils v1.0.0 09:05:29 go: finding github.com/hashicorp/mdns v1.0.0 09:05:29 go: finding github.com/hashicorp/memberlist v0.1.3 09:05:29 go: finding github.com/hashicorp/serf v0.8.2 09:05:29 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 09:05:29 go: finding github.com/mattn/go-colorable v0.0.9 09:05:29 go: finding github.com/mattn/go-isatty v0.0.3 09:05:29 go: finding github.com/miekg/dns v1.0.14 09:05:29 go: finding github.com/mitchellh/cli v1.0.0 09:05:29 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 09:05:29 go: finding github.com/mitchellh/copystructure v1.0.0 09:05:29 go: finding github.com/mitchellh/go-homedir v1.0.0 09:05:29 go: finding github.com/mitchellh/go-testing-interface v1.0.0 09:05:29 go: finding github.com/mitchellh/gox v0.4.0 09:05:29 go: finding github.com/mitchellh/iochan v1.0.0 09:05:29 go: finding github.com/mitchellh/mapstructure v1.1.2 09:05:29 go: finding github.com/mitchellh/reflectwalk v1.0.0 09:05:29 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 09:05:29 go: finding github.com/pelletier/go-toml v1.2.0 09:05:29 go: finding github.com/pkg/errors v0.8.1 09:05:29 go: finding github.com/pmezard/go-difflib v1.0.0 09:05:29 go: finding github.com/posener/complete v1.1.1 09:05:29 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 09:05:29 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 09:05:29 go: finding github.com/soniah/gosnmp v1.21.0 09:05:29 go: finding github.com/stretchr/objx v0.1.0 09:05:29 go: finding github.com/stretchr/testify v1.5.1 09:05:29 go: finding github.com/ugorji/go v1.1.4 09:05:29 go: finding github.com/x448/float16 v0.8.4 09:05:29 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 09:05:29 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 09:05:29 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 09:05:29 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 09:05:29 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 09:05:29 go: finding gopkg.in/yaml.v2 v2.2.8 09:05:29 Removing intermediate container 55e74a82ab4b 09:05:29 ---> 64d027a3bd8a 09:05:29 Successfully built 64d027a3bd8a 09:05:29 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 09:05:30 + docker inspect -f . ci-base-image-x86_64 09:05:30 . [Pipeline] withDockerContainer 09:05:30 prd-centos7-docker-4c-2g-6465 does not seem to be running inside a container 09:05:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/5 -v /w/workspace/device-snmp-go/5:/w/workspace/device-snmp-go/5:rw,z -v /w/workspace/device-snmp-go/5@tmp:/w/workspace/device-snmp-go/5@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 09:05:31 $ docker top 3bf461e32d950a59f5143016167f1890bda4171f9fc50f7f252df1f25f1cc86b -eo pid,comm [Pipeline] { [Pipeline] sh 09:05:31 + go version 09:05:31 go version go1.13.5 linux/amd64 [Pipeline] sh 09:05:32 + make test 09:05:32 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 09:05:32 ? github.com/edgexfoundry/device-snmp-go [no test files] 09:05:39 Removing intermediate container 2e2c5fab3c53 09:05:39 ---> 11634617a019 09:05:39 Successfully built 11634617a019 09:05:39 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:05:40 + docker inspect -f . ci-base-image-arm64 09:05:40 . [Pipeline] withDockerContainer 09:05:40 prd-ubuntu18.04-docker-arm64-4c-16g-6463 does not seem to be running inside a container 09:05:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/5 -v /w/workspace/device-snmp-go/5:/w/workspace/device-snmp-go/5:rw,z -v /w/workspace/device-snmp-go/5@tmp:/w/workspace/device-snmp-go/5@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 09:05:42 $ docker top 3ba83312bc468e9567cd4caa928243bddb74b408439df391e32d5b68f2e074e2 -eo pid,comm [Pipeline] { [Pipeline] sh 09:05:42 ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] 09:05:42 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.004s coverage: 0.0% of statements 09:05:42 CGO_ENABLED=0 GO111MODULE=on go vet ./... 09:05:43 + go version 09:05:43 go version go1.13.5 linux/arm64 [Pipeline] sh 09:05:43 gofmt -l . 09:05:43 + make test 09:05:43 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 09:05:44 [ "`gofmt -l .`" = "" ] 09:05:44 ./bin/test-attribution-txt.sh 09:05:44 ./bin/test-go-mod-tidy.sh [Pipeline] stash 09:05:44 ? github.com/edgexfoundry/device-snmp-go [no test files] 09:05:45 Stashed 1 file(s) [Pipeline] } 09:05:45 $ docker stop --time=1 3bf461e32d950a59f5143016167f1890bda4171f9fc50f7f252df1f25f1cc86b 09:05:46 $ docker rm -f 3bf461e32d950a59f5143016167f1890bda4171f9fc50f7f252df1f25f1cc86b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 09:05:48 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:05:48 + ls -al . 09:05:48 total 104 09:05:48 drwxrwxr-x. 8 jenkins jenkins 4096 Apr 28 09:05 . 09:05:48 drwxrwxr-x. 4 jenkins jenkins 28 Apr 28 09:04 .. 09:05:48 -rw-rw-r--. 1 jenkins jenkins 4910 Apr 28 09:04 Attribution.txt 09:05:48 drwxrwxr-x. 2 jenkins jenkins 87 Apr 28 09:04 bin 09:05:48 drwxrwxr-x. 3 jenkins jenkins 32 Apr 28 09:04 cmd 09:05:48 -rw-r--r--. 1 jenkins jenkins 8493 Apr 28 09:05 coverage.out 09:05:48 -rw-rw-r--. 1 jenkins jenkins 994 Apr 28 09:04 Dockerfile 09:05:48 -rw-rw-r--. 1 jenkins jenkins 409 Apr 28 09:04 Dockerfile.build 09:05:48 -rw-rw-r--. 1 jenkins jenkins 6 Apr 28 09:04 .dockerignore 09:05:48 drwxrwxr-x. 8 jenkins jenkins 162 Apr 28 09:04 .git 09:05:48 -rw-rw-r--. 1 jenkins jenkins 272 Apr 28 09:04 .gitignore 09:05:48 -rw-r--r--. 1 jenkins jenkins 203 Apr 28 09:05 go.mod 09:05:48 -rw-r--r--. 1 jenkins jenkins 12601 Apr 28 09:05 go.sum 09:05:48 drwxrwxr-x. 3 jenkins jenkins 20 Apr 28 09:04 internal 09:05:48 -rw-rw-r--. 1 jenkins jenkins 678 Apr 28 09:04 Jenkinsfile 09:05:48 -rw-rw-r--. 1 jenkins jenkins 11340 Apr 28 09:04 LICENSE 09:05:48 -rw-rw-r--. 1 jenkins jenkins 937 Apr 28 09:04 Makefile 09:05:48 drwxrwxr-x. 2 jenkins jenkins 84 Apr 28 09:04 profiles 09:05:48 -rw-rw-r--. 1 jenkins jenkins 12398 Apr 28 09:04 README.md 09:05:48 drwxrwxr-x. 3 jenkins jenkins 61 Apr 28 09:04 .semver 09:05:48 -rw-rw-r--. 1 jenkins jenkins 11 Apr 28 09:02 VERSION 09:05:48 -rw-rw-r--. 1 jenkins jenkins 209 Apr 28 09:04 version.go [Pipeline] isUnix [Pipeline] sh 09:05:48 + docker build -t docker-device-snmp-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=dbf8a36c6ff36112bb028ee31d5f3d17415acaac --label arch=amd64 --label version=1.2.0-dev.4 . 09:05:48 Sending build context to Docker daemon 357.9kB 09:05:48 Step 1/25 : ARG BASE=golang:1.13-alpine 09:05:48 Step 2/25 : FROM ${BASE} AS builder 09:05:48 ---> 64d027a3bd8a 09:05:48 Step 3/25 : ARG MAKE='make build' 09:05:48 ---> Running in 9bea98286706 09:05:48 Removing intermediate container 9bea98286706 09:05:48 ---> be140bada5ea 09:05:48 Step 4/25 : ARG ALPINE_PKG_BASE="make git" 09:05:48 ---> Running in dc7af0f4abee 09:05:49 Removing intermediate container dc7af0f4abee 09:05:49 ---> 925500915352 09:05:49 Step 5/25 : ARG ALPINE_PKG_EXTRA="" 09:05:49 ---> Running in aa9c35e629f8 09:05:49 Removing intermediate container aa9c35e629f8 09:05:49 ---> d6aa1371ec73 09:05:49 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:05:49 ---> Running in 79c472f94b1e 09:05:50 Removing intermediate container 79c472f94b1e 09:05:50 ---> d40ad6eff658 09:05:50 Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:05:50 ---> Running in 298700c349d6 09:05:50 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 09:05:51 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 09:05:51 OK: 143 MiB in 39 packages 09:05:51 Removing intermediate container 298700c349d6 09:05:51 ---> cce1bb1b78a9 09:05:51 Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-snmp-go 09:05:51 ---> Running in c44abafdc17c 09:05:51 Removing intermediate container c44abafdc17c 09:05:51 ---> 0a0a276307ed 09:05:51 Step 9/25 : COPY go.mod . 09:05:51 ---> 3e44299c55c8 09:05:51 Step 10/25 : COPY Makefile . 09:05:52 ---> e471dfc5a1b0 09:05:52 Step 11/25 : RUN make update 09:05:52 ---> Running in e6f809ccfc38 09:05:52 CGO_ENABLED=0 GO111MODULE=on go mod download 09:05:53 Removing intermediate container e6f809ccfc38 09:05:53 ---> bc2b6aa832df 09:05:53 Step 12/25 : COPY . . 09:05:53 ---> 9a4db652a5b0 09:05:53 Step 13/25 : RUN ${MAKE} 09:05:53 ---> Running in 0054e3fbedba 09:05:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=1.2.0-dev.4" -o cmd/device-snmp-go ./cmd 09:06:03 CGO_ENABLED=0 GO111MODULE=on go build ./... 09:06:05 Removing intermediate container 0054e3fbedba 09:06:05 ---> fa21e98a2184 09:06:05 Step 14/25 : FROM alpine 09:06:05 latest: Pulling from library/alpine 09:06:06 cbdbe7a5bc2a: Pulling fs layer 09:06:06 cbdbe7a5bc2a: Verifying Checksum 09:06:06 cbdbe7a5bc2a: Download complete 09:06:06 cbdbe7a5bc2a: Pull complete 09:06:06 Digest: sha256:9a839e63dad54c3a6d1834e29692c8492d93f90c59c978c1ed79109ea4fb9a54 09:06:06 Status: Downloaded newer image for alpine:latest 09:06:06 ---> f70734b6a266 09:06:06 Step 15/25 : ENV APP_PORT=49993 09:06:06 ---> Running in ecd2c99b6ce1 09:06:06 Removing intermediate container ecd2c99b6ce1 09:06:06 ---> 840616df832d 09:06:06 Step 16/25 : EXPOSE $APP_PORT 09:06:06 ---> Running in 46bcff328d8c 09:06:06 Removing intermediate container 46bcff328d8c 09:06:06 ---> 0d4c145f4560 09:06:06 Step 17/25 : ENV DEVICE_PORT=161 09:06:06 ---> Running in eea525725e9f 09:06:06 Removing intermediate container eea525725e9f 09:06:06 ---> 148dc6081020 09:06:06 Step 18/25 : EXPOSE $DEVICE_PORT 09:06:06 ---> Running in 4bc27e0235cb 09:06:07 Removing intermediate container 4bc27e0235cb 09:06:07 ---> a8e2a4395cef 09:06:07 Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/cmd / 09:06:07 ---> bf04f8a18b53 09:06:07 Step 20/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/Attribution.txt / 09:06:07 ---> 486205ac4a38 09:06:07 Step 21/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/LICENSE / 09:06:07 ---> 3978b0f5c2b3 09:06:07 Step 22/25 : ENTRYPOINT ["/device-snmp-go","--cp=consul://edgex-core-consul:8500","--confdir=/res","--registry"] 09:06:07 ---> Running in cd4ea5cbb3bd 09:06:07 Removing intermediate container cd4ea5cbb3bd 09:06:07 ---> a0ed54be2cd2 09:06:07 Step 23/25 : LABEL arch=amd64 09:06:08 ---> Running in a5094ce8f8ae 09:06:08 Removing intermediate container a5094ce8f8ae 09:06:08 ---> dd0acca4c3cb 09:06:08 Step 24/25 : LABEL git_sha=dbf8a36c6ff36112bb028ee31d5f3d17415acaac 09:06:08 ---> Running in c478e612d8b3 09:06:08 Removing intermediate container c478e612d8b3 09:06:08 ---> 1b9dbe960024 09:06:08 Step 25/25 : LABEL version=1.2.0-dev.4 09:06:08 ---> Running in 77216096e4c7 09:06:08 Removing intermediate container 77216096e4c7 09:06:08 ---> 73175d21a4a5 09:06:08 [Warning] One or more build-args [ARCH] were not consumed 09:06:08 Successfully built 73175d21a4a5 09:06:08 Successfully tagged docker-device-snmp-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:06:08 provisioning config files... 09:06:08 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/5@tmp/config4659426571090214531tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:06:09 nexus3.edgexfoundry.org:10001 09:06:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:06:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:06:09 Configure a credential helper to remove this warning. See 09:06:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:06:09 09:06:09 Login Succeeded 09:06:09 nexus3.edgexfoundry.org:10002 09:06:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:06:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:06:09 Configure a credential helper to remove this warning. See 09:06:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:06:09 09:06:09 Login Succeeded 09:06:09 nexus3.edgexfoundry.org:10003 09:06:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:06:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:06:10 Configure a credential helper to remove this warning. See 09:06:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:06:10 09:06:10 Login Succeeded 09:06:10 nexus3.edgexfoundry.org:10004 09:06:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:06:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:06:10 Configure a credential helper to remove this warning. See 09:06:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:06:10 09:06:10 Login Succeeded 09:06:10 docker.io 09:06:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:06:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:06:10 Configure a credential helper to remove this warning. See 09:06:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:06:10 09:06:10 Login Succeeded [Pipeline] } 09:06:10 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:06:10 [edgeXDocker.push] Tagging docker image docker-device-snmp-go with the following tags: 09:06:10 dbf8a36c6ff36112bb028ee31d5f3d17415acaac 09:06:10 latest 09:06:10 1.2.0-dev.4 09:06:10 dbf8a36c6ff36112bb028ee31d5f3d17415acaac-1.2.0-dev.4 09:06:10 master 09:06:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:06:11 + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:dbf8a36c6ff36112bb028ee31d5f3d17415acaac [Pipeline] isUnix [Pipeline] sh 09:06:11 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:dbf8a36c6ff36112bb028ee31d5f3d17415acaac 09:06:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] 09:06:11 16f0d91ae56e: Preparing 09:06:11 553c22608c14: Preparing 09:06:11 b7c1bc866a15: Preparing 09:06:11 3e207b409db3: Preparing 09:06:11 3e207b409db3: Layer already exists 09:06:11 553c22608c14: Pushed 09:06:11 16f0d91ae56e: Pushed 09:06:11 ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] 09:06:12 b7c1bc866a15: Pushed 09:06:12 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.017s coverage: 0.0% of statements 09:06:12 dbf8a36c6ff36112bb028ee31d5f3d17415acaac: digest: sha256:276c2249d5e86f0393253ff4ff837eeaaf95bbf29d3368871eec66f106657306 size: 1155 [Pipeline] isUnix [Pipeline] sh 09:06:12 CGO_ENABLED=0 GO111MODULE=on go vet ./... 09:06:13 + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:latest [Pipeline] isUnix [Pipeline] sh 09:06:13 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:latest 09:06:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] 09:06:13 16f0d91ae56e: Preparing 09:06:13 553c22608c14: Preparing 09:06:13 b7c1bc866a15: Preparing 09:06:13 3e207b409db3: Preparing 09:06:13 553c22608c14: Layer already exists 09:06:13 3e207b409db3: Layer already exists 09:06:13 16f0d91ae56e: Layer already exists 09:06:13 b7c1bc866a15: Layer already exists 09:06:13 latest: digest: sha256:276c2249d5e86f0393253ff4ff837eeaaf95bbf29d3368871eec66f106657306 size: 1155 [Pipeline] isUnix [Pipeline] sh 09:06:13 + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1.2.0-dev.4 [Pipeline] isUnix [Pipeline] sh 09:06:14 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1.2.0-dev.4 09:06:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] 09:06:14 16f0d91ae56e: Preparing 09:06:14 553c22608c14: Preparing 09:06:14 b7c1bc866a15: Preparing 09:06:14 3e207b409db3: Preparing 09:06:14 3e207b409db3: Layer already exists 09:06:14 16f0d91ae56e: Layer already exists 09:06:14 b7c1bc866a15: Layer already exists 09:06:14 553c22608c14: Layer already exists 09:06:14 1.2.0-dev.4: digest: sha256:276c2249d5e86f0393253ff4ff837eeaaf95bbf29d3368871eec66f106657306 size: 1155 [Pipeline] isUnix [Pipeline] sh 09:06:14 + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:dbf8a36c6ff36112bb028ee31d5f3d17415acaac-1.2.0-dev.4 [Pipeline] isUnix [Pipeline] sh 09:06:14 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:dbf8a36c6ff36112bb028ee31d5f3d17415acaac-1.2.0-dev.4 09:06:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] 09:06:14 16f0d91ae56e: Preparing 09:06:14 553c22608c14: Preparing 09:06:14 b7c1bc866a15: Preparing 09:06:14 3e207b409db3: Preparing 09:06:14 3e207b409db3: Layer already exists 09:06:14 16f0d91ae56e: Layer already exists 09:06:14 b7c1bc866a15: Layer already exists 09:06:14 553c22608c14: Layer already exists 09:06:14 dbf8a36c6ff36112bb028ee31d5f3d17415acaac-1.2.0-dev.4: digest: sha256:276c2249d5e86f0393253ff4ff837eeaaf95bbf29d3368871eec66f106657306 size: 1155 [Pipeline] isUnix [Pipeline] sh 09:06:14 + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:master [Pipeline] isUnix [Pipeline] sh 09:06:15 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:master 09:06:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] 09:06:15 16f0d91ae56e: Preparing 09:06:15 553c22608c14: Preparing 09:06:15 b7c1bc866a15: Preparing 09:06:15 3e207b409db3: Preparing 09:06:15 553c22608c14: Layer already exists 09:06:15 16f0d91ae56e: Layer already exists 09:06:15 b7c1bc866a15: Layer already exists 09:06:15 3e207b409db3: Layer already exists 09:06:15 master: digest: sha256:276c2249d5e86f0393253ff4ff837eeaaf95bbf29d3368871eec66f106657306 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [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] } 09:06:18 gofmt -l . 09:06:18 [ "`gofmt -l .`" = "" ] 09:06:18 ./bin/test-attribution-txt.sh 09:06:18 ./bin/test-go-mod-tidy.sh [Pipeline] stash 09:06:19 Warning: overwriting stash ‘coverage-report’ 09:06:19 Stashed 1 file(s) [Pipeline] } 09:06:19 $ docker stop --time=1 3ba83312bc468e9567cd4caa928243bddb74b408439df391e32d5b68f2e074e2 09:06:22 $ docker rm -f 3ba83312bc468e9567cd4caa928243bddb74b408439df391e32d5b68f2e074e2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 09:06:23 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:06:23 + ls -al . 09:06:23 total 132 09:06:23 drwxrwxr-x 8 jenkins jenkins 4096 Apr 28 09:06 . 09:06:23 drwxrwxr-x 4 jenkins jenkins 4096 Apr 28 09:04 .. 09:06:23 -rw-rw-r-- 1 jenkins jenkins 6 Apr 28 09:04 .dockerignore 09:06:23 drwxrwxr-x 8 jenkins jenkins 4096 Apr 28 09:04 .git 09:06:23 -rw-rw-r-- 1 jenkins jenkins 272 Apr 28 09:04 .gitignore 09:06:23 drwxrwxr-x 3 jenkins jenkins 4096 Apr 28 09:04 .semver 09:06:23 -rw-rw-r-- 1 jenkins jenkins 4910 Apr 28 09:04 Attribution.txt 09:06:23 -rw-rw-r-- 1 jenkins jenkins 994 Apr 28 09:04 Dockerfile 09:06:23 -rw-rw-r-- 1 jenkins jenkins 409 Apr 28 09:04 Dockerfile.build 09:06:23 -rw-rw-r-- 1 jenkins jenkins 678 Apr 28 09:04 Jenkinsfile 09:06:23 -rw-rw-r-- 1 jenkins jenkins 11340 Apr 28 09:04 LICENSE 09:06:23 -rw-rw-r-- 1 jenkins jenkins 937 Apr 28 09:04 Makefile 09:06:23 -rw-rw-r-- 1 jenkins jenkins 12398 Apr 28 09:04 README.md 09:06:23 -rw-rw-r-- 1 jenkins jenkins 11 Apr 28 09:02 VERSION 09:06:23 drwxrwxr-x 2 jenkins jenkins 4096 Apr 28 09:04 bin 09:06:23 drwxrwxr-x 3 jenkins jenkins 4096 Apr 28 09:04 cmd 09:06:23 -rw-r--r-- 1 jenkins jenkins 8493 Apr 28 09:06 coverage.out 09:06:23 -rw-r--r-- 1 jenkins jenkins 203 Apr 28 09:06 go.mod 09:06:23 -rw-r--r-- 1 jenkins jenkins 12601 Apr 28 09:06 go.sum 09:06:23 drwxrwxr-x 3 jenkins jenkins 4096 Apr 28 09:04 internal 09:06:23 drwxrwxr-x 2 jenkins jenkins 4096 Apr 28 09:04 profiles 09:06:23 -rw-rw-r-- 1 jenkins jenkins 209 Apr 28 09:04 version.go [Pipeline] isUnix [Pipeline] sh 09:06:24 + docker build -t docker-device-snmp-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=dbf8a36c6ff36112bb028ee31d5f3d17415acaac --label arch=arm64 --label version=1.2.0-dev.4 . 09:06:24 Sending build context to Docker daemon 357.9kB 09:06:24 Step 1/25 : ARG BASE=golang:1.13-alpine 09:06:24 Step 2/25 : FROM ${BASE} AS builder 09:06:24 ---> 11634617a019 09:06:24 Step 3/25 : ARG MAKE='make build' 09:06:24 ---> Running in 10040c868318 09:06:24 Removing intermediate container 10040c868318 09:06:24 ---> a0b450883148 09:06:24 Step 4/25 : ARG ALPINE_PKG_BASE="make git" 09:06:25 ---> Running in 40af05ee8419 09:06:25 Removing intermediate container 40af05ee8419 09:06:25 ---> cd6c72d907cd 09:06:25 Step 5/25 : ARG ALPINE_PKG_EXTRA="" 09:06:25 ---> Running in 07900e533977 09:06:25 Removing intermediate container 07900e533977 09:06:25 ---> 27000a94bc3d 09:06:25 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:06:26 ---> Running in 5ed3e54522e1 09:06:28 Removing intermediate container 5ed3e54522e1 09:06:28 ---> 7f9478cb1c2f 09:06:28 Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:06:28 ---> Running in 2f113401780e 09:06:28 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 09:06:29 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 09:06:29 OK: 125 MiB in 39 packages 09:06:31 Removing intermediate container 2f113401780e 09:06:31 ---> a622f610c1af 09:06:31 Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-snmp-go 09:06:31 ---> Running in ee0bab442496 09:06:31 Removing intermediate container ee0bab442496 09:06:31 ---> 5aadf018e1a1 09:06:31 Step 9/25 : COPY go.mod . 09:06:32 ---> 8e1dba277e47 09:06:32 Step 10/25 : COPY Makefile . 09:06:32 ---> 68e0676e7926 09:06:32 Step 11/25 : RUN make update 09:06:32 ---> Running in c9ff54e22a6d 09:06:33 CGO_ENABLED=0 GO111MODULE=on go mod download 09:06:34 Removing intermediate container c9ff54e22a6d 09:06:34 ---> b7af89113333 09:06:34 Step 12/25 : COPY . . 09:06:35 ---> 61c0f57ff251 09:06:35 Step 13/25 : RUN ${MAKE} 09:06:35 ---> Running in 52122cfec96d 09:06:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=1.2.0-dev.4" -o cmd/device-snmp-go ./cmd 09:07:03 CGO_ENABLED=0 GO111MODULE=on go build ./... 09:07:05 Removing intermediate container 52122cfec96d 09:07:05 ---> fea54b6ea4f2 09:07:05 Step 14/25 : FROM alpine 09:07:06 latest: Pulling from library/alpine 09:07:06 29e5d40040c1: Pulling fs layer 09:07:07 29e5d40040c1: Verifying Checksum 09:07:07 29e5d40040c1: Download complete 09:07:07 29e5d40040c1: Pull complete 09:07:07 Digest: sha256:9a839e63dad54c3a6d1834e29692c8492d93f90c59c978c1ed79109ea4fb9a54 09:07:07 Status: Downloaded newer image for alpine:latest 09:07:07 ---> c20d2a9ab686 09:07:07 Step 15/25 : ENV APP_PORT=49993 09:07:07 ---> Running in 26cb19cf36a7 09:07:08 Removing intermediate container 26cb19cf36a7 09:07:08 ---> 8326447c7eb3 09:07:08 Step 16/25 : EXPOSE $APP_PORT 09:07:08 ---> Running in cae9c96af7fe 09:07:08 Removing intermediate container cae9c96af7fe 09:07:08 ---> 85399ae82911 09:07:08 Step 17/25 : ENV DEVICE_PORT=161 09:07:08 ---> Running in 272b502e2b39 09:07:08 Removing intermediate container 272b502e2b39 09:07:08 ---> 1cbe6cee1631 09:07:08 Step 18/25 : EXPOSE $DEVICE_PORT 09:07:09 ---> Running in 99b9a8b0de1b 09:07:09 Removing intermediate container 99b9a8b0de1b 09:07:09 ---> 315fc6df0fb7 09:07:09 Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/cmd / 09:07:10 ---> 36ff3501c1c3 09:07:10 Step 20/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/Attribution.txt / 09:07:10 ---> 4096e33c0db1 09:07:10 Step 21/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/LICENSE / 09:07:11 ---> 90f7b57f1005 09:07:11 Step 22/25 : ENTRYPOINT ["/device-snmp-go","--cp=consul://edgex-core-consul:8500","--confdir=/res","--registry"] 09:07:11 ---> Running in d060889f5f6a 09:07:12 Removing intermediate container d060889f5f6a 09:07:12 ---> 05c9f7b753cc 09:07:12 Step 23/25 : LABEL arch=arm64 09:07:12 ---> Running in 1c2900bc7c88 09:07:12 Removing intermediate container 1c2900bc7c88 09:07:12 ---> ab2f30345de1 09:07:12 Step 24/25 : LABEL git_sha=dbf8a36c6ff36112bb028ee31d5f3d17415acaac 09:07:12 ---> Running in fe8a8a73adac 09:07:12 Removing intermediate container fe8a8a73adac 09:07:12 ---> 5641ca53dbd6 09:07:12 Step 25/25 : LABEL version=1.2.0-dev.4 09:07:12 ---> Running in 4e2fcd452da8 09:07:13 Removing intermediate container 4e2fcd452da8 09:07:13 ---> fdc0fce7d10b 09:07:13 [Warning] One or more build-args [ARCH] were not consumed 09:07:13 Successfully built fdc0fce7d10b 09:07:13 Successfully tagged docker-device-snmp-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:07:13 provisioning config files... 09:07:13 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/5@tmp/config6705100821486570841tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:07:14 nexus3.edgexfoundry.org:10001 09:07:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:07:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:07:15 Configure a credential helper to remove this warning. See 09:07:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:07:15 09:07:15 Login Succeeded 09:07:15 nexus3.edgexfoundry.org:10002 09:07:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:07:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:07:15 Configure a credential helper to remove this warning. See 09:07:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:07:15 09:07:15 Login Succeeded 09:07:15 nexus3.edgexfoundry.org:10003 09:07:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:07:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:07:16 Configure a credential helper to remove this warning. See 09:07:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:07:16 09:07:16 Login Succeeded 09:07:16 nexus3.edgexfoundry.org:10004 09:07:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:07:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:07:17 Configure a credential helper to remove this warning. See 09:07:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:07:17 09:07:17 Login Succeeded 09:07:17 docker.io 09:07:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:07:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:07:18 Configure a credential helper to remove this warning. See 09:07:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:07:18 09:07:18 Login Succeeded [Pipeline] } 09:07:18 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:07:18 [edgeXDocker.push] Tagging docker image docker-device-snmp-go-arm64 with the following tags: 09:07:18 dbf8a36c6ff36112bb028ee31d5f3d17415acaac 09:07:18 latest 09:07:18 1.2.0-dev.4 09:07:18 dbf8a36c6ff36112bb028ee31d5f3d17415acaac-1.2.0-dev.4 09:07:18 master 09:07:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:07:19 + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:dbf8a36c6ff36112bb028ee31d5f3d17415acaac [Pipeline] isUnix [Pipeline] sh 09:07:19 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:dbf8a36c6ff36112bb028ee31d5f3d17415acaac 09:07:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] 09:07:20 10c4350d4e6a: Preparing 09:07:20 2e1eef375835: Preparing 09:07:20 6aa4b75609eb: Preparing 09:07:20 678a0785e7d2: Preparing 09:07:20 678a0785e7d2: Layer already exists 09:07:20 10c4350d4e6a: Pushed 09:07:20 2e1eef375835: Pushed 09:07:22 6aa4b75609eb: Pushed 09:07:23 dbf8a36c6ff36112bb028ee31d5f3d17415acaac: digest: sha256:df0b977926ae41021ae43e7d182334c9dc6a74743a1654973cef69782f326520 size: 1155 [Pipeline] isUnix [Pipeline] sh 09:07:23 + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:07:24 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:latest 09:07:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] 09:07:24 10c4350d4e6a: Preparing 09:07:24 2e1eef375835: Preparing 09:07:24 6aa4b75609eb: Preparing 09:07:24 678a0785e7d2: Preparing 09:07:24 2e1eef375835: Layer already exists 09:07:24 6aa4b75609eb: Layer already exists 09:07:24 10c4350d4e6a: Layer already exists 09:07:24 678a0785e7d2: Layer already exists 09:07:24 latest: digest: sha256:df0b977926ae41021ae43e7d182334c9dc6a74743a1654973cef69782f326520 size: 1155 [Pipeline] isUnix [Pipeline] sh 09:07:24 + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1.2.0-dev.4 [Pipeline] isUnix [Pipeline] sh 09:07:25 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1.2.0-dev.4 09:07:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] 09:07:25 10c4350d4e6a: Preparing 09:07:25 2e1eef375835: Preparing 09:07:25 6aa4b75609eb: Preparing 09:07:25 678a0785e7d2: Preparing 09:07:25 10c4350d4e6a: Layer already exists 09:07:25 678a0785e7d2: Layer already exists 09:07:25 2e1eef375835: Layer already exists 09:07:25 6aa4b75609eb: Layer already exists 09:07:25 1.2.0-dev.4: digest: sha256:df0b977926ae41021ae43e7d182334c9dc6a74743a1654973cef69782f326520 size: 1155 [Pipeline] isUnix [Pipeline] sh 09:07:25 + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:dbf8a36c6ff36112bb028ee31d5f3d17415acaac-1.2.0-dev.4 [Pipeline] isUnix [Pipeline] sh 09:07:26 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:dbf8a36c6ff36112bb028ee31d5f3d17415acaac-1.2.0-dev.4 09:07:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] 09:07:26 10c4350d4e6a: Preparing 09:07:26 2e1eef375835: Preparing 09:07:26 6aa4b75609eb: Preparing 09:07:26 678a0785e7d2: Preparing 09:07:26 2e1eef375835: Layer already exists 09:07:26 678a0785e7d2: Layer already exists 09:07:26 10c4350d4e6a: Layer already exists 09:07:26 6aa4b75609eb: Layer already exists 09:07:26 dbf8a36c6ff36112bb028ee31d5f3d17415acaac-1.2.0-dev.4: digest: sha256:df0b977926ae41021ae43e7d182334c9dc6a74743a1654973cef69782f326520 size: 1155 [Pipeline] isUnix [Pipeline] sh 09:07:27 + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:master [Pipeline] isUnix [Pipeline] sh 09:07:27 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:master 09:07:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] 09:07:27 10c4350d4e6a: Preparing 09:07:27 2e1eef375835: Preparing 09:07:27 6aa4b75609eb: Preparing 09:07:27 678a0785e7d2: Preparing 09:07:27 2e1eef375835: Layer already exists 09:07:27 10c4350d4e6a: Layer already exists 09:07:27 678a0785e7d2: Layer already exists 09:07:27 6aa4b75609eb: Layer already exists 09:07:27 master: digest: sha256:df0b977926ae41021ae43e7d182334c9dc6a74743a1654973cef69782f326520 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [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 09:07:29 provisioning config files... 09:07:29 copy managed file [device-snmp-go-codecov-token] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config369020340965910446tmp [Pipeline] { [Pipeline] sh 09:07:29 + bash -s - -t @/w/workspace/gexfoundry_device-snmp-go_master@tmp/config369020340965910446tmp 09:07:29 + curl -s https://codecov.io/bash 09:07:29 09:07:29 _____ _ 09:07:29 / ____| | | 09:07:29 | | ___ __| | ___ ___ _____ __ 09:07:29 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:07:29 | |___| (_) | (_| | __/ (_| (_) \ V / 09:07:29 \_____\___/ \__,_|\___|\___\___/ \_/ 09:07:29 Bash-tbd 09:07:29 09:07:29 09:07:29 ==> Jenkins CI detected. 09:07:29 project root: . 09:07:29 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:07:29 ==> Running gcov in . (disable via -X gcov) 09:07:29 ==> Python coveragepy not found 09:07:29 ==> Searching for coverage reports in: 09:07:29 + . 09:07:29 -> Found 1 reports 09:07:29 ==> Detecting git/mercurial file structure 09:07:29 ==> Reading reports 09:07:29 + ./coverage.out bytes=8493 09:07:29 ==> Appending adjustments 09:07:29 http://docs.codecov.io/docs/fixing-reports 09:07:29 + Found adjustments 09:07:29 ==> Gzipping contents 09:07:29 ==> Uploading reports 09:07:29 url: https://codecov.io 09:07:29 query: branch=master&commit=dbf8a36c6ff36112bb028ee31d5f3d17415acaac&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2Fmaster%2F5%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=&job= 09:07:29 -> Pinging Codecov 09:07:29 https://codecov.io/upload/v4?package=bash-tbd&token=secret&branch=master&commit=dbf8a36c6ff36112bb028ee31d5f3d17415acaac&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2Fmaster%2F5%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=&job= 09:07:30 -> Uploading 09:07:30 -> View reports at https://codecov.io/github/edgexfoundry/device-snmp-go/commit/dbf8a36c6ff36112bb028ee31d5f3d17415acaac [Pipeline] } 09:07:30 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 09:07:31 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 09:07:31 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 09:07:31 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:07:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 09:07:31 09:07:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 [Pipeline] isUnix [Pipeline] sh 09:07:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 09:07:31 1.217.3: Pulling from edgex-devops/edgex-snyk-go 09:07:31 e6b0cf9c0882: Pulling fs layer 09:07:31 2848faf0eed1: Pulling fs layer 09:07:31 0f37312ad70f: Pulling fs layer 09:07:31 7d08f2745646: Pulling fs layer 09:07:31 4c9f31393084: Pulling fs layer 09:07:31 eb21ddb83652: Pulling fs layer 09:07:31 345998794f6b: Pulling fs layer 09:07:31 97a711d68925: Pulling fs layer 09:07:31 7c8476c1cb00: Pulling fs layer 09:07:31 eb21ddb83652: Waiting 09:07:31 345998794f6b: Waiting 09:07:31 97a711d68925: Waiting 09:07:31 7c8476c1cb00: Waiting 09:07:31 4c9f31393084: Waiting 09:07:31 7d08f2745646: Waiting 09:07:31 0f37312ad70f: Verifying Checksum 09:07:31 0f37312ad70f: Download complete 09:07:31 2848faf0eed1: Download complete 09:07:31 4c9f31393084: Verifying Checksum 09:07:31 4c9f31393084: Download complete 09:07:31 eb21ddb83652: Verifying Checksum 09:07:31 eb21ddb83652: Download complete 09:07:32 e6b0cf9c0882: Verifying Checksum 09:07:32 e6b0cf9c0882: Download complete 09:07:32 e6b0cf9c0882: Pull complete 09:07:32 345998794f6b: Verifying Checksum 09:07:32 345998794f6b: Download complete 09:07:32 2848faf0eed1: Pull complete 09:07:33 0f37312ad70f: Pull complete 09:07:33 7c8476c1cb00: Verifying Checksum 09:07:33 7c8476c1cb00: Download complete 09:07:34 97a711d68925: Verifying Checksum 09:07:34 97a711d68925: Download complete 09:07:34 7d08f2745646: Verifying Checksum 09:07:34 7d08f2745646: Download complete 09:07:42 7d08f2745646: Pull complete 09:07:42 4c9f31393084: Pull complete 09:07:42 eb21ddb83652: Pull complete 09:07:44 345998794f6b: Pull complete 09:07:48 97a711d68925: Pull complete 09:07:50 7c8476c1cb00: Pull complete 09:07:50 Digest: sha256:607726e52887638313664f8405ebf6c5c0cb4d7cb27150ffbb2671548f966c96 09:07:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 [Pipeline] withDockerContainer 09:07:50 prd-centos7-docker-4c-2g-6462 does not seem to be running inside a container 09:07:51 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/gexfoundry_device-snmp-go_master:/ws -w /ws --entrypoint= -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 cat 09:07:52 $ docker top 76aef4266565df34935b70aad8b3fee682301ec50627a98cd1bea4e3479bc849 -eo pid,comm [Pipeline] { [Pipeline] sh 09:07:52 + snyk monitor '--org=edgex-jenkins' 09:07:59 09:07:59 Monitoring /w/workspace/gexfoundry_device-snmp-go_master... 09:07:59 09:07:59 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/c76919d0-7345-4304-8954-aa03851194a6/history/80bb7ab4-5a55-4b3d-8ca0-49dbe1c9c090 09:07:59 09:07:59 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 09:07:59 09:07:59 [Pipeline] } 09:07:59 $ docker stop --time=1 76aef4266565df34935b70aad8b3fee682301ec50627a98cd1bea4e3479bc849 09:08:01 $ docker rm -f 76aef4266565df34935b70aad8b3fee682301ec50627a98cd1bea4e3479bc849 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:08:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:08:02 09:08:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 09:08:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:08:03 latest: Pulling from edgex-devops/edgex-klar 09:08:03 e7c96db7181b: Pulling fs layer 09:08:03 1868ca2cb446: Pulling fs layer 09:08:03 136be5d0fe8e: Pulling fs layer 09:08:03 894bfe63afcb: Pulling fs layer 09:08:03 894bfe63afcb: Waiting 09:08:03 1868ca2cb446: Verifying Checksum 09:08:03 1868ca2cb446: Download complete 09:08:03 136be5d0fe8e: Verifying Checksum 09:08:03 136be5d0fe8e: Download complete 09:08:03 e7c96db7181b: Download complete 09:08:03 894bfe63afcb: Verifying Checksum 09:08:03 894bfe63afcb: Download complete 09:08:03 e7c96db7181b: Pull complete 09:08:04 1868ca2cb446: Pull complete 09:08:04 136be5d0fe8e: Pull complete 09:08:04 894bfe63afcb: Pull complete 09:08:04 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 09:08:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 09:08:05 prd-centos7-docker-4c-2g-6462 does not seem to be running inside a container 09:08:05 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_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-devops/edgex-klar:latest cat 09:08:06 $ docker top 46e7214cde2c690fdd5e910fe3a4e1bf4424f2c24375c6837cd6982dc9886444 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:08:07 + tee 09:08:07 + /klar nexus3.edgexfoundry.org:10004/docker-device-snmp-go:dbf8a36c6ff36112bb028ee31d5f3d17415acaac [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:08:10 $ docker stop --time=1 46e7214cde2c690fdd5e910fe3a4e1bf4424f2c24375c6837cd6982dc9886444 09:08:12 $ docker rm -f 46e7214cde2c690fdd5e910fe3a4e1bf4424f2c24375c6837cd6982dc9886444 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 09:08:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:08:13 . [Pipeline] withDockerContainer 09:08:13 prd-centos7-docker-4c-2g-6462 does not seem to be running inside a container 09:08:13 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_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-devops/edgex-klar:latest cat 09:08:14 $ docker top d8618360606ce732e8b8c0ea104f3de2ec8ab65612259e192f0436297d8dc6ca -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:08:15 + /klar nexus3.edgexfoundry.org:10004/docker-device-snmp-go:dbf8a36c6ff36112bb028ee31d5f3d17415acaac 09:08:15 + tee 09:08:15 clair timeout 1m0s 09:08:15 docker timeout: 1m0s 09:08:15 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:08:16 $ docker stop --time=1 d8618360606ce732e8b8c0ea104f3de2ec8ab65612259e192f0436297d8dc6ca 09:08:18 $ docker rm -f d8618360606ce732e8b8c0ea104f3de2ec8ab65612259e192f0436297d8dc6ca [Pipeline] // withDockerContainer [Pipeline] sh 09:08:19 + mkdir -p /w/workspace/gexfoundry_device-snmp-go_master/clair-reports [Pipeline] echo 09:08:19 Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-snmp-go_master/clair-reports/clair_results_docker-device-snmp-go_dbf8a36c6ff36112bb028ee31d5f3d17415acaac.html [Pipeline] writeFile [Pipeline] step 09:08:19 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 09:08:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:08:19 . [Pipeline] withDockerContainer 09:08:20 prd-centos7-docker-4c-2g-6462 does not seem to be running inside a container 09:08:20 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_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-devops/edgex-klar:latest cat 09:08:21 $ docker top 7d7557384281a80c0aa4fe2e508b16240a76344c3e6dac0075121ba88a8b36e6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:08:22 + tee 09:08:22 + /klar nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:dbf8a36c6ff36112bb028ee31d5f3d17415acaac [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:08:26 $ docker stop --time=1 7d7557384281a80c0aa4fe2e508b16240a76344c3e6dac0075121ba88a8b36e6 09:08:28 $ docker rm -f 7d7557384281a80c0aa4fe2e508b16240a76344c3e6dac0075121ba88a8b36e6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 09:08:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:08:28 . [Pipeline] withDockerContainer 09:08:28 prd-centos7-docker-4c-2g-6462 does not seem to be running inside a container 09:08:28 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_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-devops/edgex-klar:latest cat 09:08:30 $ docker top 021470de287e783cc6625d7f5828143c34d3f8cdc2da0f9ed27e0e44e9917c4b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:08:31 + /klar nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:dbf8a36c6ff36112bb028ee31d5f3d17415acaac 09:08:31 + tee 09:08:31 clair timeout 1m0s 09:08:31 docker timeout: 1m0s 09:08:31 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:08:32 $ docker stop --time=1 021470de287e783cc6625d7f5828143c34d3f8cdc2da0f9ed27e0e44e9917c4b 09:08:34 $ docker rm -f 021470de287e783cc6625d7f5828143c34d3f8cdc2da0f9ed27e0e44e9917c4b [Pipeline] // withDockerContainer [Pipeline] sh 09:08:34 + mkdir -p /w/workspace/gexfoundry_device-snmp-go_master/clair-reports [Pipeline] echo 09:08:34 Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-snmp-go_master/clair-reports/clair_results_docker-device-snmp-go-arm64_dbf8a36c6ff36112bb028ee31d5f3d17415acaac.html [Pipeline] writeFile [Pipeline] step 09:08:34 Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 09:08:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:08:35 . [Pipeline] withDockerContainer 09:08:36 prd-centos7-docker-4c-2g-6462 does not seem to be running inside a container 09:08:36 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_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 09:08:37 $ docker top 3108c27eb0188ab643e5d2a7a5312d4faf6bcac710ef2445c5a9cff9a107afac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:08:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:08:38 [ssh-agent] Looking for ssh-agent implementation... 09:08:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:08:38 $ docker exec 3108c27eb0188ab643e5d2a7a5312d4faf6bcac710ef2445c5a9cff9a107afac ssh-agent 09:08:39 SSH_AUTH_SOCK=/tmp/ssh-lv8PAJys3Tl2/agent.14 09:08:39 SSH_AGENT_PID=21 09:08:39 Running ssh-add (command line suppressed) 09:08:39 Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_2718547328404783356.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_2718547328404783356.key) 09:08:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:08:40 + git semver tag 09:08:40 # -> Open(): unable to determine branch for HEAD 09:08:40 # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git 09:08:40 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master 09:08:40 # $SEMVER_REMOTE_NAME = origin 09:08:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:08:40 # $SEMVER_USER_NAME = edgex-jenkins 09:08:40 # $SEMVER_BRANCH = master 09:08:40 # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver 09:08:40 # dbf8a36c6ff36112bb028ee31d5f3d17415acaac HEAD 09:08:40 # -> Force: false 09:08:40 # 408779ef97d851931f51921f3b552dcf5bdce1b6 refs/tags/v1.2.0-dev.4 [Pipeline] } 09:08:40 $ docker exec --env ******** --env ******** 3108c27eb0188ab643e5d2a7a5312d4faf6bcac710ef2445c5a9cff9a107afac ssh-agent -k 09:08:40 unset SSH_AUTH_SOCK; 09:08:40 unset SSH_AGENT_PID; 09:08:40 echo Agent pid 21 killed; 09:08:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:08:41 + git semver [Pipeline] } 09:08:41 $ docker stop --time=1 3108c27eb0188ab643e5d2a7a5312d4faf6bcac710ef2445c5a9cff9a107afac 09:08:43 $ docker rm -f 3108c27eb0188ab643e5d2a7a5312d4faf6bcac710ef2445c5a9cff9a107afac [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 09:08:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:08:44 09:08:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 09:08:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:08:44 0.23.1-centos7: Pulling from edgex-lftools 09:08:44 ab5ef0e58194: Pulling fs layer 09:08:44 9712f1f96733: Pulling fs layer 09:08:44 63f879dbbcfc: Pulling fs layer 09:08:44 0d9ebad4ef96: Pulling fs layer 09:08:44 e9a5061849ea: Pulling fs layer 09:08:44 d747dcd14b5f: Pulling fs layer 09:08:44 2de7ff778b66: Pulling fs layer 09:08:44 0d9ebad4ef96: Waiting 09:08:44 d747dcd14b5f: Waiting 09:08:44 2de7ff778b66: Waiting 09:08:44 e9a5061849ea: Waiting 09:08:44 9712f1f96733: Verifying Checksum 09:08:44 9712f1f96733: Download complete 09:08:46 63f879dbbcfc: Verifying Checksum 09:08:46 63f879dbbcfc: Download complete 09:08:46 e9a5061849ea: Verifying Checksum 09:08:46 e9a5061849ea: Download complete 09:08:47 d747dcd14b5f: Verifying Checksum 09:08:47 d747dcd14b5f: Download complete 09:08:47 2de7ff778b66: Verifying Checksum 09:08:47 2de7ff778b66: Download complete 09:08:47 0d9ebad4ef96: Verifying Checksum 09:08:47 0d9ebad4ef96: Download complete 09:08:47 ab5ef0e58194: Verifying Checksum 09:08:47 ab5ef0e58194: Download complete 09:08:56 ab5ef0e58194: Pull complete 09:08:56 9712f1f96733: Pull complete 09:08:58 63f879dbbcfc: Pull complete 09:09:06 0d9ebad4ef96: Pull complete 09:09:07 e9a5061849ea: Pull complete 09:09:07 d747dcd14b5f: Pull complete 09:09:11 2de7ff778b66: Pull complete 09:09:11 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 09:09:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 09:09:11 prd-centos7-docker-4c-2g-6462 does not seem to be running inside a container 09:09:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_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 09:09:12 $ docker top 71a52d3cc1d69d69ae7255e0578692fc9e4224aac588c4e2a828960297e94d73 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 09:09:13 provisioning config files... 09:09:13 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config4056798561778582898tmp 09:09:13 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config4613133518122200739tmp 09:09:13 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config5997909187558682052tmp [Pipeline] { [Pipeline] echo 09:09:13 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 09:09:14 ---> sigul-configuration.sh 09:09:14 gpg: directory `/root/.gnupg' created 09:09:14 gpg: new configuration file `/root/.gnupg/gpg.conf' created 09:09:14 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 09:09:14 gpg: keyring `/root/.gnupg/secring.gpg' created 09:09:14 gpg: keyring `/root/.gnupg/pubring.gpg' created 09:09:14 gpg: CAST5 encrypted data 09:09:14 gpg: encrypted with 1 passphrase 09:09:14 gpg: WARNING: message was not integrity protected [Pipeline] sh 09:09:14 + mkdir /home/jenkins 09:09:14 + mkdir /home/jenkins/sigul [Pipeline] sh 09:09:15 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 09:09:15 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 09:09:15 ---> sigul-install.sh 09:09:21 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 09:09:21 + git tag --list 09:09:21 v1.2.0-dev.4 [Pipeline] sh 09:09:21 + lftools sign git-tag v1.2.0-dev.4 09:09:23 Signing Git tag with Sigul... 09:09:23 Signing v1.2.0-dev.4 [Pipeline] echo 09:09:24 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 09:09:24 ---> sigul-configuration-cleanup.sh [Pipeline] } 09:09:24 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 09:09:25 $ docker stop --time=1 71a52d3cc1d69d69ae7255e0578692fc9e4224aac588c4e2a828960297e94d73 09:09:26 $ docker rm -f 71a52d3cc1d69d69ae7255e0578692fc9e4224aac588c4e2a828960297e94d73 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 09:09:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:09:27 . [Pipeline] withDockerContainer 09:09:27 prd-centos7-docker-4c-2g-6462 does not seem to be running inside a container 09:09:27 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_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 09:09:28 $ docker top bf116bc22470333ba866db36d5ac78e99992e58e6e18962e70868bd45e2fa000 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:09:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:09:28 [ssh-agent] Looking for ssh-agent implementation... 09:09:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:09:29 $ docker exec bf116bc22470333ba866db36d5ac78e99992e58e6e18962e70868bd45e2fa000 ssh-agent 09:09:30 SSH_AUTH_SOCK=/tmp/ssh-aDeKN0qZCXC4/agent.15 09:09:30 SSH_AGENT_PID=22 09:09:30 Running ssh-add (command line suppressed) 09:09:30 Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_7782997094548603565.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_7782997094548603565.key) 09:09:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:09:31 + git semver bump pre 09:09:31 # -> Open(): unable to determine branch for HEAD 09:09:31 # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git 09:09:31 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master 09:09:31 # $SEMVER_REMOTE_NAME = origin 09:09:31 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:09:31 # $SEMVER_USER_NAME = edgex-jenkins 09:09:31 # $SEMVER_BRANCH = master 09:09:31 # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver 09:09:31 1.2.0-dev.5 [Pipeline] } 09:09:31 $ docker exec --env ******** --env ******** bf116bc22470333ba866db36d5ac78e99992e58e6e18962e70868bd45e2fa000 ssh-agent -k 09:09:31 unset SSH_AUTH_SOCK; 09:09:31 unset SSH_AGENT_PID; 09:09:31 echo Agent pid 22 killed; 09:09:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:09:32 + git semver [Pipeline] } 09:09:32 $ docker stop --time=1 bf116bc22470333ba866db36d5ac78e99992e58e6e18962e70868bd45e2fa000 09:09:33 $ docker rm -f bf116bc22470333ba866db36d5ac78e99992e58e6e18962e70868bd45e2fa000 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 09:09:34 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:09:34 . [Pipeline] withDockerContainer 09:09:34 prd-centos7-docker-4c-2g-6462 does not seem to be running inside a container 09:09:34 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_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 09:09:35 $ docker top b683cee946ef0fa5644f318428f36c9bbb30c9be226e21b6e75df62fe1161c09 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:09:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:09:35 [ssh-agent] Looking for ssh-agent implementation... 09:09:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:09:36 $ docker exec b683cee946ef0fa5644f318428f36c9bbb30c9be226e21b6e75df62fe1161c09 ssh-agent 09:09:36 SSH_AUTH_SOCK=/tmp/ssh-zqS6qfCBo7n2/agent.14 09:09:36 SSH_AGENT_PID=21 09:09:36 Running ssh-add (command line suppressed) 09:09:36 Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_8686185641528804774.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_8686185641528804774.key) 09:09:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:09:36 + git semver push 09:09:36 # -> Open(): unable to determine branch for HEAD 09:09:36 # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git 09:09:36 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master 09:09:36 # $SEMVER_REMOTE_NAME = origin 09:09:36 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:09:36 # $SEMVER_USER_NAME = edgex-jenkins 09:09:36 # $SEMVER_BRANCH = master 09:09:36 # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver [Pipeline] } 09:09:43 $ docker exec --env ******** --env ******** b683cee946ef0fa5644f318428f36c9bbb30c9be226e21b6e75df62fe1161c09 ssh-agent -k 09:09:43 unset SSH_AUTH_SOCK; 09:09:43 unset SSH_AGENT_PID; 09:09:43 echo Agent pid 21 killed; 09:09:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:09:44 + git semver [Pipeline] } 09:09:44 $ docker stop --time=1 b683cee946ef0fa5644f318428f36c9bbb30c9be226e21b6e75df62fe1161c09 09:09:45 $ docker rm -f b683cee946ef0fa5644f318428f36c9bbb30c9be226e21b6e75df62fe1161c09 [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 09:09:46 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:09:47 ---> package-listing.sh 09:09:47 ++ facter osfamily 09:09:47 ++ tr '[:upper:]' '[:lower:]' 09:09:47 + OS_FAMILY=redhat 09:09:47 + workspace=/w/workspace/gexfoundry_device-snmp-go_master 09:09:47 + START_PACKAGES=/tmp/packages_start.txt 09:09:47 + END_PACKAGES=/tmp/packages_end.txt 09:09:47 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:09:47 + PACKAGES=/tmp/packages_start.txt 09:09:47 + '[' /w/workspace/gexfoundry_device-snmp-go_master ']' 09:09:47 + PACKAGES=/tmp/packages_end.txt 09:09:47 + case "${OS_FAMILY}" in 09:09:47 + sort 09:09:47 + rpm -qa 09:09:52 + '[' -f /tmp/packages_start.txt ']' 09:09:52 + '[' -f /tmp/packages_end.txt ']' 09:09:52 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:09:52 + '[' /w/workspace/gexfoundry_device-snmp-go_master ']' 09:09:52 + mkdir -p /w/workspace/gexfoundry_device-snmp-go_master/archives/ 09:09:52 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-snmp-go_master/archives/ [Pipeline] isUnix [Pipeline] sh 09:09:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:09:53 09:09:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:09:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:09:54 alpine: Pulling from edgex-lftools-log-publisher 09:09:54 c9b1b535fdd9: Pulling fs layer 09:09:54 2cc5ad85d9ab: Pulling fs layer 09:09:54 756a868c4378: Pulling fs layer 09:09:54 444b2fc9a129: Pulling fs layer 09:09:54 ea15f1150254: Pulling fs layer 09:09:54 41b27a9f41bf: Pulling fs layer 09:09:54 28c525ee5125: Pulling fs layer 09:09:54 094b1ea09ed8: Pulling fs layer 09:09:54 138eaada9080: Pulling fs layer 09:09:54 0622d0fa9048: Pulling fs layer 09:09:54 444b2fc9a129: Waiting 09:09:54 ea15f1150254: Waiting 09:09:54 28c525ee5125: Waiting 09:09:54 138eaada9080: Waiting 09:09:54 094b1ea09ed8: Waiting 09:09:54 0622d0fa9048: Waiting 09:09:54 2cc5ad85d9ab: Verifying Checksum 09:09:54 2cc5ad85d9ab: Download complete 09:09:54 444b2fc9a129: Verifying Checksum 09:09:54 444b2fc9a129: Download complete 09:09:54 c9b1b535fdd9: Verifying Checksum 09:09:54 c9b1b535fdd9: Download complete 09:09:54 ea15f1150254: Verifying Checksum 09:09:54 ea15f1150254: Download complete 09:09:54 28c525ee5125: Verifying Checksum 09:09:54 28c525ee5125: Download complete 09:09:55 756a868c4378: Verifying Checksum 09:09:55 756a868c4378: Download complete 09:09:55 138eaada9080: Verifying Checksum 09:09:55 138eaada9080: Download complete 09:09:55 0622d0fa9048: Verifying Checksum 09:09:55 0622d0fa9048: Download complete 09:09:55 c9b1b535fdd9: Pull complete 09:09:55 094b1ea09ed8: Verifying Checksum 09:09:55 094b1ea09ed8: Download complete 09:09:56 2cc5ad85d9ab: Pull complete 09:09:56 41b27a9f41bf: Verifying Checksum 09:09:56 41b27a9f41bf: Download complete 09:09:58 756a868c4378: Pull complete 09:09:58 444b2fc9a129: Pull complete 09:09:58 ea15f1150254: Pull complete 09:10:04 41b27a9f41bf: Pull complete 09:10:04 28c525ee5125: Pull complete 09:10:07 094b1ea09ed8: Pull complete 09:10:07 138eaada9080: Pull complete 09:10:07 0622d0fa9048: Pull complete 09:10:07 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 09:10:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:10:08 prd-centos7-docker-4c-2g-6462 does not seem to be running inside a container 09:10:08 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_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 09:10:09 $ docker top 6951cb728a2d04e2eaa3f13b6347c5d5ecd0f4dbe4461d81985ac2c73b274838 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:10:10 provisioning config files... 09:10:10 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config2375524455423582130tmp [Pipeline] { [Pipeline] echo 09:10:10 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:10:11 ---> create-netrc.sh [Pipeline] echo 09:10:11 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:10:11 ---> logs-deploy.sh 09:10:11 + ARCHIVE_ARTIFACTS= 09:10:11 + LOGS_SERVER=https://logs.edgexfoundry.org 09:10:11 + '[' https://logs.edgexfoundry.org == None ']' 09:10:11 + NEXUS_URL=https://nexus.edgexfoundry.org 09:10:11 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/master/5 09:10:11 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-snmp-go/job/master/5/ 09:10:11 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/master/5 /w/workspace/gexfoundry_device-snmp-go_master 09:10:13 Archives upload complete. 09:10:14 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/master/5 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-snmp-go/job/master/5/ 09:10:15 ---> uname -a: 09:10:15 Linux 6951cb728a2d 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 Linux 09:10:15 09:10:15 09:10:15 ---> lscpu: 09:10:15 Architecture: x86_64 09:10:15 CPU op-mode(s): 32-bit, 64-bit 09:10:15 Byte Order: Little Endian 09:10:15 Address sizes: 40 bits physical, 48 bits virtual 09:10:15 CPU(s): 4 09:10:15 On-line CPU(s) list: 0-3 09:10:15 Thread(s) per core: 1 09:10:15 Core(s) per socket: 1 09:10:15 Socket(s): 4 09:10:15 NUMA node(s): 1 09:10:15 Vendor ID: GenuineIntel 09:10:15 CPU family: 6 09:10:15 Model: 44 09:10:15 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 09:10:15 Stepping: 1 09:10:15 CPU MHz: 2933.438 09:10:15 BogoMIPS: 5866.87 09:10:15 Virtualization: VT-x 09:10:15 Hypervisor vendor: KVM 09:10:15 Virtualization type: full 09:10:15 L1d cache: 128 KiB 09:10:15 L1i cache: 128 KiB 09:10:15 L2 cache: 16 MiB 09:10:15 L3 cache: 64 MiB 09:10:15 NUMA node0 CPU(s): 0-3 09:10:15 Vulnerability L1tf: Mitigation; PTE Inversion; VMX SMT disabled, L1D conditional cache flushes 09:10:15 Vulnerability Meltdown: Mitigation; PTI 09:10:15 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:10:15 Vulnerability Spectre v1: Mitigation; Load fences, __user pointer sanitization 09:10:15 Vulnerability Spectre v2: Mitigation; Full retpoline 09:10:15 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 09:10:15 09:10:15 09:10:15 ---> nproc: 09:10:15 4 09:10:15 09:10:15 09:10:15 ---> df -h: 09:10:15 Filesystem Size Used Available Use% Mounted on 09:10:15 overlay 50.0G 7.5G 42.5G 15% / 09:10:15 tmpfs 64.0M 0 64.0M 0% /dev 09:10:15 tmpfs 919.1M 0 919.1M 0% /sys/fs/cgroup 09:10:15 shm 64.0M 0 64.0M 0% /dev/shm 09:10:15 /dev/vda1 50.0G 7.5G 42.5G 15% /etc/resolv.conf 09:10:15 /dev/vda1 50.0G 7.5G 42.5G 15% /etc/hostname 09:10:15 /dev/vda1 50.0G 7.5G 42.5G 15% /etc/hosts 09:10:15 /dev/vda1 50.0G 7.5G 42.5G 15% /w/workspace/gexfoundry_device-snmp-go_master 09:10:15 /dev/vda1 50.0G 7.5G 42.5G 15% /w/workspace/gexfoundry_device-snmp-go_master@tmp 09:10:15 /dev/vda1 50.0G 7.5G 42.5G 15% /var/log/sa 09:10:15 09:10:15 09:10:15 ---> free -m: 09:10:15 total used free shared buff/cache available 09:10:15 Mem: 1838 745 82 0 1009 1026 09:10:15 Swap: 1023 1 1022 09:10:15 09:10:15 09:10:15 ---> ip addr: 09:10:15 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 09:10:15 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:10:15 inet 127.0.0.1/8 scope host lo 09:10:15 valid_lft forever preferred_lft forever 09:10:15 24: eth0@if25: mtu 1458 qdisc noqueue state UP 09:10:15 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 09:10:15 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 09:10:15 valid_lft forever preferred_lft forever 09:10:15 09:10:15 09:10:15 ---> sar -b -r -n DEV: 09:10:15 Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 04/28/20 _x86_64_ (4 CPU) 09:10:15 09:10:15 09:01:05 LINUX RESTART 09:10:15 09:10:15 09:02:01 tps rtps wtps bread/s bwrtn/s 09:10:15 09:03:01 35.74 8.07 27.66 2060.72 2275.18 09:10:15 09:04:01 4.13 0.00 4.13 0.00 128.72 09:10:15 09:05:01 0.43 0.00 0.43 0.00 4.85 09:10:15 09:06:01 0.70 0.00 0.70 0.00 9.19 09:10:15 09:07:01 0.75 0.00 0.75 0.00 9.83 09:10:15 09:08:01 197.07 108.67 88.40 3857.20 26442.57 09:10:15 09:09:01 95.44 13.88 81.56 595.84 22442.59 09:10:15 09:10:01 172.50 76.38 96.12 5062.80 19549.43 09:10:15 Average: 63.19 25.80 37.39 1441.32 8844.85 09:10:15 09:10:15 09:02:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:10:15 09:03:01 108560 1773744 94.23 2620 1226644 985564 33.63 433048 1174820 12 09:10:15 09:04:01 122540 1759764 93.49 2620 1226652 902508 30.79 424612 1173488 16 09:10:15 09:05:01 121276 1761028 93.56 2620 1226656 902736 30.80 425820 1173484 8 09:10:15 09:06:01 122884 1759420 93.47 2620 1226660 902424 30.79 426744 1170776 8 09:10:15 09:07:01 122576 1759728 93.49 2620 1226668 902588 30.80 427204 1170776 8 09:10:15 09:08:01 197572 1684732 89.50 2620 1111292 923040 31.49 450072 1043384 63200 09:10:15 09:09:01 65132 1817172 96.54 2620 1128820 1226544 41.85 591020 998580 72256 09:10:15 09:10:01 73660 1808644 96.09 2304 1065296 1233492 42.09 618580 905352 67324 09:10:15 Average: 116775 1765529 93.80 2581 1179836 997362 34.03 474638 1101333 25354 09:10:15 09:10:15 09:02:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 09:10:15 09:03:01 eth0 80.26 64.21 441.21 43.30 0.00 0.00 0.00 09:10:15 09:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:10:15 09:03:01 docker0 1.23 1.03 0.25 1.59 0.00 0.00 0.00 09:10:15 09:04:01 eth0 2.03 0.88 2.64 0.06 0.00 0.00 0.00 09:10:15 09:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:10:15 09:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:10:15 09:05:01 eth0 1.32 0.67 0.80 0.57 0.00 0.00 0.00 09:10:15 09:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:10:15 09:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:10:15 09:06:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 09:10:15 09:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:10:15 09:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:10:15 09:07:01 eth0 0.15 0.10 0.08 0.06 0.00 0.00 0.00 09:10:15 09:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:10:15 09:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:10:15 09:08:01 eth0 137.41 106.26 3545.29 16.51 0.00 0.00 0.00 09:10:15 09:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:10:15 09:08:01 docker0 22.81 18.13 2.69 49.54 0.00 0.00 0.00 09:10:15 09:09:01 eth0 150.07 123.23 3381.70 74.49 0.00 0.00 0.00 09:10:15 09:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:10:15 09:09:01 docker0 1.70 1.43 0.33 0.70 0.00 0.00 0.00 09:10:15 09:10:01 eth0 153.96 124.94 2536.23 67.93 0.00 0.00 0.00 09:10:15 09:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:10:15 09:10:01 docker0 19.34 20.11 1.18 124.70 0.00 0.00 0.00 09:10:15 Average: eth0 65.54 52.45 1237.04 25.31 0.00 0.00 0.00 09:10:15 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:10:15 Average: docker0 5.61 5.06 0.56 21.90 0.00 0.00 0.00 09:10:15 09:10:15 09:10:15 ---> sar -P ALL: 09:10:15 Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 04/28/20 _x86_64_ (4 CPU) 09:10:15 09:10:15 09:01:05 LINUX RESTART 09:10:15 09:10:15 09:02:01 CPU %user %nice %system %iowait %steal %idle 09:10:15 09:03:01 all 3.11 0.00 2.03 0.99 4.81 89.06 09:10:15 09:03:01 0 2.95 0.00 2.15 0.66 5.15 89.10 09:10:15 09:03:01 1 3.19 0.00 2.53 0.41 4.53 89.34 09:10:15 09:03:01 2 3.36 0.00 1.88 0.78 4.85 89.13 09:10:15 09:03:01 3 2.91 0.00 1.60 2.09 4.75 88.65 09:10:15 09:04:01 all 0.15 0.00 0.08 0.00 0.18 99.59 09:10:15 09:04:01 0 0.10 0.00 0.03 0.00 0.22 99.65 09:10:15 09:04:01 1 0.05 0.00 0.05 0.00 0.13 99.77 09:10:15 09:04:01 2 0.10 0.00 0.15 0.00 0.15 99.60 09:10:15 09:04:01 3 0.37 0.00 0.07 0.00 0.23 99.33 09:10:15 09:05:01 all 0.17 0.00 0.05 0.00 0.26 99.53 09:10:15 09:05:01 0 0.08 0.00 0.07 0.00 0.12 99.73 09:10:15 09:05:01 1 0.08 0.00 0.05 0.00 0.45 99.42 09:10:15 09:05:01 2 0.07 0.00 0.02 0.00 0.17 99.75 09:10:15 09:05:01 3 0.42 0.00 0.03 0.00 0.30 99.25 09:10:15 09:06:01 all 0.15 0.00 0.07 0.00 0.06 99.73 09:10:15 09:06:01 0 0.05 0.00 0.03 0.00 0.03 99.88 09:10:15 09:06:01 1 0.12 0.00 0.07 0.02 0.08 99.72 09:10:15 09:06:01 2 0.27 0.00 0.15 0.00 0.05 99.53 09:10:15 09:06:01 3 0.15 0.00 0.03 0.00 0.07 99.75 09:10:15 09:07:01 all 0.12 0.00 0.04 0.00 0.13 99.70 09:10:15 09:07:01 0 0.05 0.00 0.02 0.00 0.05 99.88 09:10:15 09:07:01 1 0.10 0.00 0.07 0.00 0.35 99.48 09:10:15 09:07:01 2 0.33 0.00 0.07 0.00 0.10 99.50 09:10:15 09:07:01 3 0.03 0.00 0.02 0.00 0.03 99.92 09:10:15 09:08:01 all 5.06 0.00 3.08 1.78 8.62 81.46 09:10:15 09:08:01 0 5.31 0.00 3.48 1.31 8.49 81.41 09:10:15 09:08:01 1 4.93 0.00 3.40 1.47 8.74 81.46 09:10:15 09:08:01 2 5.37 0.00 2.47 2.95 8.32 80.90 09:10:15 09:08:01 3 4.64 0.00 2.99 1.39 8.93 82.05 09:10:15 09:09:01 all 6.12 0.00 4.78 0.86 18.87 69.37 09:10:15 09:09:01 0 6.37 0.00 5.70 1.11 19.32 67.50 09:10:15 09:09:01 1 6.59 0.00 5.32 1.15 18.37 68.57 09:10:15 09:09:01 2 4.79 0.00 3.46 0.57 19.07 72.11 09:10:15 09:09:01 3 6.79 0.00 4.65 0.62 18.70 69.24 09:10:15 09:10:01 all 7.11 0.00 4.87 2.90 10.57 74.55 09:10:15 09:10:01 0 6.21 0.00 4.62 1.41 11.06 76.70 09:10:15 09:10:01 1 7.24 0.00 4.47 1.41 10.60 76.28 09:10:15 09:10:01 2 8.15 0.00 4.81 6.72 10.82 69.49 09:10:15 09:10:01 3 6.81 0.00 5.59 2.09 9.77 75.73 09:10:15 Average: all 2.77 0.00 1.89 0.81 5.53 89.00 09:10:15 Average: 0 2.66 0.00 2.03 0.56 5.63 89.12 09:10:15 Average: 1 2.81 0.00 2.02 0.56 5.49 89.12 09:10:15 Average: 2 2.82 0.00 1.64 1.36 5.57 88.62 09:10:15 Average: 3 2.78 0.00 1.88 0.77 5.42 89.15 09:10:15 09:10:15 09:10:15