Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 03464ffadf6f8b9068bcdea2569ab2e117b905af Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f3f382fce060f16c10d6f597981912fab355381a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f3f382fce060f16c10d6f597981912fab355381a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-snmp-go] ========================================================= [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.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-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 BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-9394 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 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 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 03464ffadf6f8b9068bcdea2569ab2e117b905af (master) > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 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 --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 03464ffadf6f8b9068bcdea2569ab2e117b905af # timeout=10 Commit message: "Merge pull request #68 from weichou1229/issue-67" > git rev-list --no-walk 848f2065905ad4eb93e9b774cef4a4ef5a1cd264 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:06:08 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:06:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:06:09 ========================================================= 03:06:09 EdgeX Global Pipelines Version Info 03:06:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:06:10 ------------------- 03:06:10 stable info: 03:06:10 ------------------- 03:06:10 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:06:10 Commit SHA: f3f382fce060f16c10d6f597981912fab355381a 03:06:10 Message: update stable to v1.0.148 03:06:11 ------------------- 03:06:11 experimental info: 03:06:11 ------------------- 03:06:11 Commited By: **** collab-it+edgex@linuxfoundation.org 03:06:11 Commit SHA: 14412ea6c559e203c60c6aec71a1cbd01eb2e17f 03:06:11 Message: update experimental to v1.0.152 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 03:06:12 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo 03:06:12 [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo 03:06:12 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:06:12 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:06:12 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:06:12 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 03:06:12 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:06:12 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 03:06:12 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 03:06:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:06:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:06:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-snmp-go [Pipeline] echo 03:06:13 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:06:13 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:06:13 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:06:13 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:06:13 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 03:06:14 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 03:06:14 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:06:14 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:06:14 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 03:06:14 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 03:06:14 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 03:06:14 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 03:06:14 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 03:06:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 03:06:15 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 03:06:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 03:06:15 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 03464ffadf6f8b9068bcdea2569ab2e117b905af [Pipeline] echo 03:06:15 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 03464ff [Pipeline] echo 03:06:15 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:06:16 + git log --format=format:%s -1 03464ffadf6f8b9068bcdea2569ab2e117b905af [Pipeline] echo 03:06:16 GIT_COMMIT: 03464ffadf6f8b9068bcdea2569ab2e117b905af, Commit Message: Merge pull request #68 from weichou1229/issue-67 [Pipeline] echo 03:06:16 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 03:06:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:06:17 03:06:17 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:06:17 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:06:17 latest: Pulling from edgex-devops/git-semver 03:06:17 31603596830f: Pulling fs layer 03:06:17 2a8b12db71e7: Pulling fs layer 03:06:17 6ca5941a6612: Pulling fs layer 03:06:17 ecc8261a40a4: Pulling fs layer 03:06:17 ecc8261a40a4: Waiting 03:06:17 2a8b12db71e7: Verifying Checksum 03:06:17 2a8b12db71e7: Download complete 03:06:17 31603596830f: Verifying Checksum 03:06:17 31603596830f: Download complete 03:06:17 ecc8261a40a4: Verifying Checksum 03:06:17 ecc8261a40a4: Download complete 03:06:17 6ca5941a6612: Verifying Checksum 03:06:17 6ca5941a6612: Download complete 03:06:18 31603596830f: Pull complete 03:06:18 2a8b12db71e7: Pull complete 03:06:19 6ca5941a6612: Pull complete 03:06:19 ecc8261a40a4: Pull complete 03:06:19 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:06:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:06:19 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:06:19 prd-centos7-docker-4c-2g-9394 does not seem to be running inside a container 03:06:19 $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:06:21 $ docker top 8db201669917ae7b5f745d665d1a1996e10177fa7dbad614c7c4b80d3b8b87c2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:06:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:06:22 [ssh-agent] Looking for ssh-agent implementation... 03:06:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:06:22 $ docker exec 8db201669917ae7b5f745d665d1a1996e10177fa7dbad614c7c4b80d3b8b87c2 ssh-agent 03:06:22 SSH_AUTH_SOCK=/tmp/ssh-bIuRIOzI31rN/agent.11 03:06:22 SSH_AGENT_PID=16 03:06:22 Running ssh-add (command line suppressed) 03:06:22 Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_4755170579354152388.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_4755170579354152388.key) 03:06:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:06:23 + git tag --points-at HEAD [Pipeline] } 03:06:23 $ docker exec --env ******** --env ******** 8db201669917ae7b5f745d665d1a1996e10177fa7dbad614c7c4b80d3b8b87c2 ssh-agent -k 03:06:23 unset SSH_AUTH_SOCK; 03:06:23 unset SSH_AGENT_PID; 03:06:23 echo Agent pid 16 killed; 03:06:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:06:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:06:23 [ssh-agent] Looking for ssh-agent implementation... 03:06:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:06:23 $ docker exec 8db201669917ae7b5f745d665d1a1996e10177fa7dbad614c7c4b80d3b8b87c2 ssh-agent 03:06:23 SSH_AUTH_SOCK=/tmp/ssh-JVumXFzqBEWB/agent.47 03:06:23 SSH_AGENT_PID=52 03:06:23 Running ssh-add (command line suppressed) 03:06:23 Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_3295137553718117808.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_3295137553718117808.key) 03:06:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:06:24 + git semver init 03:06:24 # -> Open(): unable to determine branch for HEAD 03:06:24 # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git 03:06:24 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master 03:06:24 # $SEMVER_REMOTE_NAME = origin 03:06:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:06:24 # $SEMVER_USER_NAME = edgex-jenkins 03:06:24 # $SEMVER_BRANCH = master 03:06:24 # $SEMVER_TEMP = /tmp/semver-953503305 03:06:24 # git clone --branch semver git@github.com:edgexfoundry/device-snmp-go.git $SEMVER_TEMP 03:06:24 # '/tmp/semver-953503305' -> '/w/workspace/gexfoundry_device-snmp-go_master/.semver' 03:06:24 # -> Force: false 03:06:24 # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver [Pipeline] } 03:06:24 $ docker exec --env ******** --env ******** 8db201669917ae7b5f745d665d1a1996e10177fa7dbad614c7c4b80d3b8b87c2 ssh-agent -k 03:06:24 unset SSH_AUTH_SOCK; 03:06:24 unset SSH_AGENT_PID; 03:06:24 echo Agent pid 52 killed; 03:06:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:06:25 + git semver [Pipeline] } 03:06:25 $ docker stop --time=1 8db201669917ae7b5f745d665d1a1996e10177fa7dbad614c7c4b80d3b8b87c2 03:06:26 $ docker rm -f 8db201669917ae7b5f745d665d1a1996e10177fa7dbad614c7c4b80d3b8b87c2 [Pipeline] // withDockerContainer [Pipeline] sh 03:06:27 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:06:27 Stashed 1 file(s) [Pipeline] echo 03:06:27 [edgeXSemver]: initialized semver on version 1.2.3-dev.5 [Pipeline] } [Pipeline] // script [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 03:06:43 Still waiting to schedule task 03:06:43 Waiting for next available executor on ‘centos7-docker-4c-2g’ 03:06:43 Still waiting to schedule task 03:06:43 ‘prd-centos7-docker-4c-2g-3642’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-9377’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-9383’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-9395’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-6371’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-9376’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-9396’ is offline 03:07:56 Running on prd-centos7-docker-4c-2g-9403 in /w/workspace/gexfoundry_device-snmp-go_master [Pipeline] { [Pipeline] ws 03:07:56 Running in /w/workspace/device-snmp-go/16 [Pipeline] { [Pipeline] checkout 03:07:59 using credential edgex-jenkins-ssh 03:07:59 Cloning the remote Git repository 03:07:59 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 03:07:59 > git init /w/workspace/device-snmp-go/16 # timeout=10 03:07:59 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 03:07:59 > git --version # timeout=10 03:07:59 > git --version # 'git version 2.16.5' 03:07:59 using GIT_SSH to set credentials SSH Credentials for GitHub 03:07:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:08:00 Checking out Revision 03464ffadf6f8b9068bcdea2569ab2e117b905af (master) 03:08:00 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 03:08:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:08:00 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 03:08:00 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 03:08:00 using GIT_SSH to set credentials SSH Credentials for GitHub 03:08:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 03:08:01 > git config core.sparsecheckout # timeout=10 03:08:01 > git checkout -f 03464ffadf6f8b9068bcdea2569ab2e117b905af # timeout=10 03:08:05 Commit message: "Merge pull request #68 from weichou1229/issue-67" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 03:08:06 ========================================================= 03:08:06 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 03:08:06 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:08:07 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 03:08:07 Sending build context to Docker daemon 301.6kB 03:08:07 Step 1/10 : ARG BASE=golang:1.15-alpine 03:08:07 Step 2/10 : FROM ${BASE} 03:08:07 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 03:08:07 df20fa9351a1: Pulling fs layer 03:08:07 ed8968b2872e: Pulling fs layer 03:08:07 a92cc7c5fd73: Pulling fs layer 03:08:07 e871e8e8d7a9: Pulling fs layer 03:08:07 e73272ec9a57: Pulling fs layer 03:08:07 1e910a182e73: Pulling fs layer 03:08:07 4e634b169226: Pulling fs layer 03:08:07 e73272ec9a57: Waiting 03:08:07 1e910a182e73: Waiting 03:08:07 4e634b169226: Waiting 03:08:07 e871e8e8d7a9: Waiting 03:08:07 a92cc7c5fd73: Verifying Checksum 03:08:07 a92cc7c5fd73: Download complete 03:08:07 ed8968b2872e: Verifying Checksum 03:08:07 ed8968b2872e: Download complete 03:08:07 e73272ec9a57: Verifying Checksum 03:08:07 e73272ec9a57: Download complete 03:08:07 1e910a182e73: Verifying Checksum 03:08:07 1e910a182e73: Download complete 03:08:07 df20fa9351a1: Download complete 03:08:07 df20fa9351a1: Pull complete 03:08:08 ed8968b2872e: Pull complete 03:08:08 a92cc7c5fd73: Pull complete 03:08:10 4e634b169226: Verifying Checksum 03:08:10 4e634b169226: Download complete 03:08:11 e871e8e8d7a9: Verifying Checksum 03:08:11 e871e8e8d7a9: Download complete 03:08:18 e871e8e8d7a9: Pull complete 03:08:18 e73272ec9a57: Pull complete 03:08:18 1e910a182e73: Pull complete 03:08:22 4e634b169226: Pull complete 03:08:22 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 03:08:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 03:08:22 ---> f7629b54cfaa 03:08:22 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 03:08:22 ---> Running in 60269c57f904 03:08:23 Removing intermediate container 60269c57f904 03:08:23 ---> 44042e4478d1 03:08:23 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 03:08:23 ---> Running in fc21c4805ef0 03:08:23 Removing intermediate container fc21c4805ef0 03:08:23 ---> 6a6463262296 03:08:23 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' 03:08:23 ---> Running in 837f0889473c 03:08:23 Removing intermediate container 837f0889473c 03:08:23 ---> 8a95ea61b80c 03:08:23 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:08:23 ---> Running in 47efb2aaeb23 03:08:24 Removing intermediate container 47efb2aaeb23 03:08:24 ---> 15107a51f274 03:08:24 Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:08:25 ---> Running in b9cf47e4e675 03:08:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:08:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:08:28 OK: 166 MiB in 39 packages 03:08:29 Removing intermediate container b9cf47e4e675 03:08:29 ---> 0bec1ee8c6da 03:08:29 Step 8/10 : WORKDIR /device-snmp-go 03:08:29 ---> Running in c9503f356bfa 03:08:29 Removing intermediate container c9503f356bfa 03:08:29 ---> 4da2c949d22e 03:08:29 Step 9/10 : COPY . . 03:08:30 ---> fe11dd058bc5 03:08:30 Step 10/10 : RUN go mod download 03:08:30 ---> Running in 80871499fb5d 03:08:52 Removing intermediate container 80871499fb5d 03:08:52 ---> f524fc99f839 03:08:52 Successfully built f524fc99f839 03:08:52 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 03:08:52 + docker inspect -f . ci-base-image-x86_64 03:08:52 . [Pipeline] withDockerContainer 03:08:52 prd-centos7-docker-4c-2g-9403 does not seem to be running inside a container 03:08:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/16 -v /w/workspace/device-snmp-go/16:/w/workspace/device-snmp-go/16:rw,z -v /w/workspace/device-snmp-go/16@tmp:/w/workspace/device-snmp-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:08:53 $ docker top 248b05bf0dc190b8b8ef088fa30239d9de17e32e51e57313d1abd781828bf923 -eo pid,comm [Pipeline] { [Pipeline] sh 03:08:54 + go version 03:08:54 go version go1.15.2 linux/amd64 [Pipeline] } 03:08:54 $ docker stop --time=1 248b05bf0dc190b8b8ef088fa30239d9de17e32e51e57313d1abd781828bf923 03:08:55 $ docker rm -f 248b05bf0dc190b8b8ef088fa30239d9de17e32e51e57313d1abd781828bf923 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 03:08:57 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:08:58 + ls -al . 03:08:58 total 76 03:08:58 drwxrwxr-x. 8 jenkins jenkins 4096 Oct 28 03:08 . 03:08:58 drwxrwxr-x. 4 jenkins jenkins 30 Oct 28 03:07 .. 03:08:58 -rw-rw-r--. 1 jenkins jenkins 5082 Oct 28 03:08 Attribution.txt 03:08:58 drwxrwxr-x. 2 jenkins jenkins 87 Oct 28 03:08 bin 03:08:58 drwxrwxr-x. 3 jenkins jenkins 32 Oct 28 03:08 cmd 03:08:58 -rw-rw-r--. 1 jenkins jenkins 1002 Oct 28 03:08 Dockerfile 03:08:58 -rw-rw-r--. 1 jenkins jenkins 409 Oct 28 03:08 Dockerfile.build 03:08:58 -rw-rw-r--. 1 jenkins jenkins 6 Oct 28 03:08 .dockerignore 03:08:58 drwxrwxr-x. 8 jenkins jenkins 162 Oct 28 03:08 .git 03:08:58 drwxrwxr-x. 2 jenkins jenkins 60 Oct 28 03:08 .github 03:08:58 -rw-rw-r--. 1 jenkins jenkins 272 Oct 28 03:08 .gitignore 03:08:58 -rw-rw-r--. 1 jenkins jenkins 210 Oct 28 03:08 go.mod 03:08:58 drwxrwxr-x. 3 jenkins jenkins 20 Oct 28 03:08 internal 03:08:58 -rw-rw-r--. 1 jenkins jenkins 656 Oct 28 03:08 Jenkinsfile 03:08:58 -rw-rw-r--. 1 jenkins jenkins 11340 Oct 28 03:08 LICENSE 03:08:58 -rw-rw-r--. 1 jenkins jenkins 937 Oct 28 03:08 Makefile 03:08:58 drwxrwxr-x. 2 jenkins jenkins 84 Oct 28 03:08 profiles 03:08:58 -rw-rw-r--. 1 jenkins jenkins 12398 Oct 28 03:08 README.md 03:08:58 -rw-rw-r--. 1 jenkins jenkins 11 Oct 28 03:06 VERSION 03:08:58 -rw-rw-r--. 1 jenkins jenkins 209 Oct 28 03:08 version.go [Pipeline] isUnix [Pipeline] sh 03:08:58 + 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=03464ffadf6f8b9068bcdea2569ab2e117b905af --label arch=amd64 --label version=1.2.3-dev.5 . 03:08:58 Sending build context to Docker daemon 301.6kB 03:08:58 Step 1/26 : ARG BASE=golang:1.15-alpine 03:08:58 Step 2/26 : FROM ${BASE} AS builder 03:08:58 ---> f524fc99f839 03:08:58 Step 3/26 : ARG MAKE='make build' 03:08:58 ---> Running in a51eec4b1e81 03:08:59 Removing intermediate container a51eec4b1e81 03:08:59 ---> ac0562ee5b09 03:08:59 Step 4/26 : ARG ALPINE_PKG_BASE="make git" 03:08:59 ---> Running in 7b94bb38617d 03:08:59 Removing intermediate container 7b94bb38617d 03:08:59 ---> ac879a2a5ecd 03:08:59 Step 5/26 : ARG ALPINE_PKG_EXTRA="" 03:08:59 ---> Running in d9f619d5aac1 03:08:59 Removing intermediate container d9f619d5aac1 03:08:59 ---> 0170858f09c7 03:08:59 Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:08:59 ---> Running in a730092361dc 03:09:00 Removing intermediate container a730092361dc 03:09:00 ---> 968a7e244623 03:09:00 Step 7/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:09:00 ---> Running in 78cc35188037 03:09:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:09:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:09:04 OK: 166 MiB in 39 packages 03:09:04 Removing intermediate container 78cc35188037 03:09:04 ---> 9415f51ebf36 03:09:04 Step 8/26 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-snmp-go 03:09:04 ---> Running in 5ed6d0f6e7a2 03:09:04 Removing intermediate container 5ed6d0f6e7a2 03:09:04 ---> 3078664c3191 03:09:04 Step 9/26 : COPY go.mod . 03:09:04 ---> 738aa3dc0d6a 03:09:04 Step 10/26 : COPY Makefile . 03:09:05 ---> e8be39ef6ca7 03:09:05 Step 11/26 : RUN make update 03:09:05 ---> Running in 9770289c4f07 03:09:05 CGO_ENABLED=0 GO111MODULE=on go mod download 03:09:06 Removing intermediate container 9770289c4f07 03:09:06 ---> 73f27c6d3e26 03:09:06 Step 12/26 : COPY . . 03:09:06 ---> bb595b4f11f4 03:09:06 Step 13/26 : RUN ${MAKE} 03:09:06 ---> Running in caa593889a7f 03:09:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=1.2.3-dev.5" -o cmd/device-snmp-go ./cmd 03:09:17 CGO_ENABLED=0 GO111MODULE=on go build ./... 03:09:17 Running on prd-ubuntu18.04-docker-arm64-4c-16g-9405 in /w/workspace/gexfoundry_device-snmp-go_master [Pipeline] { [Pipeline] ws 03:09:17 Running in /w/workspace/device-snmp-go/16 [Pipeline] { [Pipeline] checkout 03:09:20 Removing intermediate container caa593889a7f 03:09:20 ---> dc181adace31 03:09:20 Step 14/26 : FROM alpine 03:09:20 latest: Pulling from library/alpine 03:09:21 188c0c94c7c5: Pulling fs layer 03:09:21 188c0c94c7c5: Verifying Checksum 03:09:21 188c0c94c7c5: Download complete 03:09:21 188c0c94c7c5: Pull complete 03:09:21 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 03:09:21 Status: Downloaded newer image for alpine:latest 03:09:21 ---> d6e46aa2470d 03:09:21 Step 15/26 : ENV APP_PORT=49993 03:09:21 ---> Running in 50604b54ec10 03:09:21 Removing intermediate container 50604b54ec10 03:09:21 ---> 1efa034d97c3 03:09:21 Step 16/26 : EXPOSE $APP_PORT 03:09:21 ---> Running in 5b0f54b35de8 03:09:21 Removing intermediate container 5b0f54b35de8 03:09:21 ---> 800d7036f3f0 03:09:21 Step 17/26 : ENV DEVICE_PORT=161 03:09:21 ---> Running in a0920663917a 03:09:22 Removing intermediate container a0920663917a 03:09:22 ---> 8d58ef3ff726 03:09:22 Step 18/26 : EXPOSE $DEVICE_PORT 03:09:22 ---> Running in 2e929579f861 03:09:22 Removing intermediate container 2e929579f861 03:09:22 ---> c001524486bb 03:09:22 Step 19/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/cmd / 03:09:22 ---> 16eb562b1bfa 03:09:22 Step 20/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/Attribution.txt / 03:09:22 ---> 49c05eef4f0c 03:09:22 Step 21/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/LICENSE / 03:09:23 ---> fc7d95e0892d 03:09:23 Step 22/26 : ENTRYPOINT ["/device-snmp-go"] 03:09:23 ---> Running in 4c54272476ed 03:09:23 Removing intermediate container 4c54272476ed 03:09:23 ---> 5df4404ec605 03:09:23 Step 23/26 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 03:09:23 ---> Running in 835944699ed3 03:09:23 using credential edgex-jenkins-ssh 03:09:23 Cloning the remote Git repository 03:09:23 Removing intermediate container 835944699ed3 03:09:23 ---> 7238be057384 03:09:23 Step 24/26 : LABEL arch=amd64 03:09:23 ---> Running in 34d6c5bc4b4f 03:09:23 Removing intermediate container 34d6c5bc4b4f 03:09:23 ---> 986676f39e01 03:09:23 Step 25/26 : LABEL git_sha=03464ffadf6f8b9068bcdea2569ab2e117b905af 03:09:24 ---> Running in feebdbdc979c 03:09:24 Removing intermediate container feebdbdc979c 03:09:24 ---> 1b349adaaec5 03:09:24 Step 26/26 : LABEL version=1.2.3-dev.5 03:09:24 ---> Running in edd2ad227230 03:09:24 Removing intermediate container edd2ad227230 03:09:24 ---> ebb44579d62e 03:09:24 [Warning] One or more build-args [ARCH] were not consumed 03:09:24 Successfully built ebb44579d62e 03:09:24 Successfully tagged docker-device-snmp-go:latest [Pipeline] } 03:09:23 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 03:09:23 > git init /w/workspace/device-snmp-go/16 # timeout=10 03:09:24 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 03:09:24 > git --version # timeout=10 03:09:24 > git --version # 'git version 2.17.1' 03:09:24 using GIT_SSH to set credentials SSH Credentials for GitHub 03:09:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:09:24 provisioning config files... 03:09:24 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/16@tmp/config6853611521354492690tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:09:25 ---> docker-login.sh 03:09:25 nexus3.edgexfoundry.org:10001 03:09:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:09:25 Checking out Revision 03464ffadf6f8b9068bcdea2569ab2e117b905af (master) 03:09:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:09:25 Configure a credential helper to remove this warning. See 03:09:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:09:25 03:09:25 Login Succeeded 03:09:25 nexus3.edgexfoundry.org:10002 03:09:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:09:24 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 03:09:24 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:09:24 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 03:09:24 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 03:09:24 using GIT_SSH to set credentials SSH Credentials for GitHub 03:09:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 03:09:25 > git config core.sparsecheckout # timeout=10 03:09:25 > git checkout -f 03464ffadf6f8b9068bcdea2569ab2e117b905af # timeout=10 03:09:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:09:25 Configure a credential helper to remove this warning. See 03:09:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:09:25 03:09:25 Login Succeeded 03:09:25 nexus3.edgexfoundry.org:10003 03:09:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:09:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:09:25 Configure a credential helper to remove this warning. See 03:09:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:09:25 03:09:25 Login Succeeded 03:09:25 nexus3.edgexfoundry.org:10004 03:09:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:09:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:09:26 Configure a credential helper to remove this warning. See 03:09:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:09:26 03:09:26 Login Succeeded 03:09:26 docker.io 03:09:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:09:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:09:26 Configure a credential helper to remove this warning. See 03:09:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:09:26 03:09:26 Login Succeeded 03:09:26 ---> docker-login.sh ends [Pipeline] } 03:09:26 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:09:26 [edgeXDocker.push] Tagging docker image docker-device-snmp-go with the following tags: 03:09:26 03464ffadf6f8b9068bcdea2569ab2e117b905af 03:09:26 latest 03:09:26 1.2.3-dev.5 03:09:26 03464ffadf6f8b9068bcdea2569ab2e117b905af-1.2.3-dev.5 03:09:26 master 03:09:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:09:27 + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:03464ffadf6f8b9068bcdea2569ab2e117b905af [Pipeline] isUnix [Pipeline] sh 03:09:27 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:03464ffadf6f8b9068bcdea2569ab2e117b905af 03:09:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] 03:09:27 60cae760d2e0: Preparing 03:09:27 f0726fcf23ca: Preparing 03:09:27 ec7d0f636992: Preparing 03:09:27 ace0eda3e3be: Preparing 03:09:27 ace0eda3e3be: Layer already exists 03:09:27 60cae760d2e0: Pushed 03:09:27 f0726fcf23ca: Pushed 03:09:28 ec7d0f636992: Pushed 03:09:29 03464ffadf6f8b9068bcdea2569ab2e117b905af: digest: sha256:74417bef597f57737a89ab15bf7caea89a197e053085c17b04e0fae333b2785f size: 1155 [Pipeline] isUnix [Pipeline] sh 03:09:29 + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:latest [Pipeline] isUnix [Pipeline] sh 03:09:29 Commit message: "Merge pull request #68 from weichou1229/issue-67" 03:09:30 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:latest 03:09:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] [Pipeline] withEnv [Pipeline] { 03:09:30 60cae760d2e0: Preparing 03:09:30 f0726fcf23ca: Preparing 03:09:30 ec7d0f636992: Preparing 03:09:30 ace0eda3e3be: Preparing 03:09:30 ec7d0f636992: Layer already exists 03:09:30 ace0eda3e3be: Layer already exists 03:09:30 f0726fcf23ca: Layer already exists 03:09:30 60cae760d2e0: Layer already exists 03:09:30 latest: digest: sha256:74417bef597f57737a89ab15bf7caea89a197e053085c17b04e0fae333b2785f size: 1155 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] unstash 03:09:30 + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1.2.3-dev.5 [Pipeline] isUnix [Pipeline] sh [Pipeline] echo 03:09:31 ========================================================= 03:09:31 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 03:09:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:09:31 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1.2.3-dev.5 03:09:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] 03:09:31 60cae760d2e0: Preparing 03:09:31 f0726fcf23ca: Preparing 03:09:31 ec7d0f636992: Preparing 03:09:31 ace0eda3e3be: Preparing 03:09:31 f0726fcf23ca: Layer already exists 03:09:31 60cae760d2e0: Layer already exists 03:09:31 ace0eda3e3be: Layer already exists 03:09:31 ec7d0f636992: Layer already exists 03:09:31 1.2.3-dev.5: digest: sha256:74417bef597f57737a89ab15bf7caea89a197e053085c17b04e0fae333b2785f size: 1155 [Pipeline] isUnix [Pipeline] sh 03:09:31 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 03:09:31 + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:03464ffadf6f8b9068bcdea2569ab2e117b905af-1.2.3-dev.5 [Pipeline] isUnix [Pipeline] sh 03:09:32 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:03464ffadf6f8b9068bcdea2569ab2e117b905af-1.2.3-dev.5 03:09:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] 03:09:32 60cae760d2e0: Preparing 03:09:32 f0726fcf23ca: Preparing 03:09:32 ec7d0f636992: Preparing 03:09:32 ace0eda3e3be: Preparing 03:09:32 f0726fcf23ca: Layer already exists 03:09:32 ace0eda3e3be: Layer already exists 03:09:32 ec7d0f636992: Layer already exists 03:09:32 60cae760d2e0: Layer already exists 03:09:32 03464ffadf6f8b9068bcdea2569ab2e117b905af-1.2.3-dev.5: digest: sha256:74417bef597f57737a89ab15bf7caea89a197e053085c17b04e0fae333b2785f size: 1155 [Pipeline] isUnix [Pipeline] sh 03:09:32 + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:master [Pipeline] isUnix [Pipeline] sh 03:09:32 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:master 03:09:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] 03:09:32 60cae760d2e0: Preparing 03:09:32 f0726fcf23ca: Preparing 03:09:32 ec7d0f636992: Preparing 03:09:32 ace0eda3e3be: Preparing 03:09:32 60cae760d2e0: Layer already exists 03:09:32 f0726fcf23ca: Layer already exists 03:09:32 ace0eda3e3be: Layer already exists 03:09:32 ec7d0f636992: Layer already exists 03:09:32 master: digest: sha256:74417bef597f57737a89ab15bf7caea89a197e053085c17b04e0fae333b2785f size: 1155 [Pipeline] } 03:09:32 Sending build context to Docker daemon 301.6kB 03:09:32 Step 1/10 : ARG BASE=golang:1.15-alpine 03:09:32 Step 2/10 : FROM ${BASE} [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:09:33 ===================================================== [Pipeline] echo 03:09:33 taggedImages: 03:09:33 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:03464ffadf6f8b9068bcdea2569ab2e117b905af 03:09:33 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:latest 03:09:33 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1.2.3-dev.5 03:09:33 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:03464ffadf6f8b9068bcdea2569ab2e117b905af-1.2.3-dev.5 03:09:33 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:master [Pipeline] } [Pipeline] // script 03:09:33 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:09:33 b538f80385f9: Pulling fs layer 03:09:33 74f711af9a0d: Pulling fs layer 03:09:33 99f96fe45779: Pulling fs layer 03:09:33 8529a6b9a6be: Pulling fs layer 03:09:33 45590311c82a: Pulling fs layer 03:09:33 69ca0ff8b7b3: Pulling fs layer 03:09:33 8529a6b9a6be: Waiting 03:09:33 209524e5b208: Pulling fs layer 03:09:33 45590311c82a: Waiting 03:09:33 69ca0ff8b7b3: Waiting 03:09:33 209524e5b208: Waiting 03:09:33 99f96fe45779: Download complete 03:09:33 74f711af9a0d: Download complete 03:09:33 45590311c82a: Download complete 03:09:33 69ca0ff8b7b3: Verifying Checksum 03:09:33 69ca0ff8b7b3: Download complete 03:09:33 b538f80385f9: Verifying Checksum 03:09:33 b538f80385f9: Download complete [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv 03:09:33 b538f80385f9: Pull complete [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 03:09:34 74f711af9a0d: Pull complete 03:09:35 99f96fe45779: Pull complete 03:09:37 209524e5b208: Verifying Checksum 03:09:37 209524e5b208: Download complete 03:09:39 8529a6b9a6be: Verifying Checksum 03:09:39 8529a6b9a6be: Download complete 03:09:51 8529a6b9a6be: Pull complete 03:09:51 45590311c82a: Pull complete 03:09:51 69ca0ff8b7b3: Pull complete 03:09:53 209524e5b208: Pull complete 03:09:53 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 03:09:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 03:09:53 ---> 5bddaf1c2fca 03:09:53 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 03:09:57 ---> Running in e6c2a424c6b1 03:09:57 Removing intermediate container e6c2a424c6b1 03:09:57 ---> 1b3484fc7002 03:09:57 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 03:09:57 ---> Running in a0d56cb859e4 03:09:57 Removing intermediate container a0d56cb859e4 03:09:57 ---> da390bff9be8 03:09:57 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' 03:09:57 ---> Running in 96c804061447 03:09:58 Removing intermediate container 96c804061447 03:09:58 ---> f7b4f9fc62d9 03:09:58 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:09:58 ---> Running in 5cef1b330613 03:10:00 Removing intermediate container 5cef1b330613 03:10:00 ---> fb0a8a77aaa0 03:10:00 Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:10:01 ---> Running in a651a45b027a 03:10:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:10:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:10:06 OK: 142 MiB in 39 packages 03:10:07 Removing intermediate container a651a45b027a 03:10:07 ---> 5cd39b23b027 03:10:07 Step 8/10 : WORKDIR /device-snmp-go 03:10:07 ---> Running in d14d92ee3ba0 03:10:07 Removing intermediate container d14d92ee3ba0 03:10:07 ---> 9af70330faf8 03:10:07 Step 9/10 : COPY . . 03:10:08 ---> 23ec6debe7c0 03:10:08 Step 10/10 : RUN go mod download 03:10:08 ---> Running in e2926b6bfe93 03:10:35 Removing intermediate container e2926b6bfe93 03:10:35 ---> e9cd0ef90763 03:10:35 Successfully built e9cd0ef90763 03:10:35 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:10:35 + docker inspect -f . ci-base-image-arm64 03:10:35 . [Pipeline] withDockerContainer 03:10:36 prd-ubuntu18.04-docker-arm64-4c-16g-9405 does not seem to be running inside a container 03:10:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/16 -v /w/workspace/device-snmp-go/16:/w/workspace/device-snmp-go/16:rw,z -v /w/workspace/device-snmp-go/16@tmp:/w/workspace/device-snmp-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:10:38 $ docker top d6a164d841a6ec4d90e1c4b4c7c7901803d448b4bc44ea859dbdd05b66b98961 -eo pid,comm [Pipeline] { [Pipeline] sh 03:10:39 + go version 03:10:39 go version go1.15.2 linux/arm64 [Pipeline] } 03:10:39 $ docker stop --time=1 d6a164d841a6ec4d90e1c4b4c7c7901803d448b4bc44ea859dbdd05b66b98961 03:10:41 $ docker rm -f d6a164d841a6ec4d90e1c4b4c7c7901803d448b4bc44ea859dbdd05b66b98961 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 03:10:43 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:10:43 + ls -al . 03:10:43 total 104 03:10:43 drwxrwxr-x 8 jenkins jenkins 4096 Oct 28 03:09 . 03:10:43 drwxrwxr-x 4 jenkins jenkins 4096 Oct 28 03:09 .. 03:10:43 -rw-rw-r-- 1 jenkins jenkins 6 Oct 28 03:09 .dockerignore 03:10:43 drwxrwxr-x 8 jenkins jenkins 4096 Oct 28 03:09 .git 03:10:43 drwxrwxr-x 2 jenkins jenkins 4096 Oct 28 03:09 .github 03:10:43 -rw-rw-r-- 1 jenkins jenkins 272 Oct 28 03:09 .gitignore 03:10:43 -rw-rw-r-- 1 jenkins jenkins 5082 Oct 28 03:09 Attribution.txt 03:10:43 -rw-rw-r-- 1 jenkins jenkins 1002 Oct 28 03:09 Dockerfile 03:10:43 -rw-rw-r-- 1 jenkins jenkins 409 Oct 28 03:09 Dockerfile.build 03:10:43 -rw-rw-r-- 1 jenkins jenkins 656 Oct 28 03:09 Jenkinsfile 03:10:43 -rw-rw-r-- 1 jenkins jenkins 11340 Oct 28 03:09 LICENSE 03:10:43 -rw-rw-r-- 1 jenkins jenkins 937 Oct 28 03:09 Makefile 03:10:43 -rw-rw-r-- 1 jenkins jenkins 12398 Oct 28 03:09 README.md 03:10:43 -rw-rw-r-- 1 jenkins jenkins 11 Oct 28 03:06 VERSION 03:10:43 drwxrwxr-x 2 jenkins jenkins 4096 Oct 28 03:09 bin 03:10:43 drwxrwxr-x 3 jenkins jenkins 4096 Oct 28 03:09 cmd 03:10:43 -rw-rw-r-- 1 jenkins jenkins 210 Oct 28 03:09 go.mod 03:10:43 drwxrwxr-x 3 jenkins jenkins 4096 Oct 28 03:09 internal 03:10:43 drwxrwxr-x 2 jenkins jenkins 4096 Oct 28 03:09 profiles 03:10:43 -rw-rw-r-- 1 jenkins jenkins 209 Oct 28 03:09 version.go [Pipeline] isUnix [Pipeline] sh 03:10:44 + 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=03464ffadf6f8b9068bcdea2569ab2e117b905af --label arch=arm64 --label version=1.2.3-dev.5 . 03:10:44 Sending build context to Docker daemon 301.6kB 03:10:44 Step 1/26 : ARG BASE=golang:1.15-alpine 03:10:44 Step 2/26 : FROM ${BASE} AS builder 03:10:44 ---> e9cd0ef90763 03:10:44 Step 3/26 : ARG MAKE='make build' 03:10:44 ---> Running in a6576eaba42c 03:10:45 Removing intermediate container a6576eaba42c 03:10:45 ---> 7e8cf759b427 03:10:45 Step 4/26 : ARG ALPINE_PKG_BASE="make git" 03:10:45 ---> Running in 52c988f4d90b 03:10:45 Removing intermediate container 52c988f4d90b 03:10:45 ---> a37ea0be8157 03:10:45 Step 5/26 : ARG ALPINE_PKG_EXTRA="" 03:10:46 ---> Running in 9188999434df 03:10:46 Removing intermediate container 9188999434df 03:10:46 ---> d668b611310a 03:10:46 Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:10:46 ---> Running in 3c2b2b171e1c 03:10:49 Removing intermediate container 3c2b2b171e1c 03:10:49 ---> c4a1899d3b0a 03:10:49 Step 7/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:10:49 ---> Running in 3d58c448ec93 03:10:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:10:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:10:53 OK: 142 MiB in 39 packages 03:10:53 Removing intermediate container 3d58c448ec93 03:10:53 ---> 7304e8731ca6 03:10:53 Step 8/26 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-snmp-go 03:10:54 ---> Running in 5803a04b57f3 03:10:54 Removing intermediate container 5803a04b57f3 03:10:54 ---> 0bc5b78e3799 03:10:54 Step 9/26 : COPY go.mod . 03:10:55 ---> 3f5b287dfc7b 03:10:55 Step 10/26 : COPY Makefile . 03:10:56 ---> a338b534af86 03:10:56 Step 11/26 : RUN make update 03:10:56 ---> Running in 64fd12b22394 03:10:57 CGO_ENABLED=0 GO111MODULE=on go mod download 03:10:59 Removing intermediate container 64fd12b22394 03:10:59 ---> 681235027909 03:10:59 Step 12/26 : COPY . . 03:11:00 ---> 5da56e07f835 03:11:00 Step 13/26 : RUN ${MAKE} 03:11:00 ---> Running in 2837931ef754 03:11:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=1.2.3-dev.5" -o cmd/device-snmp-go ./cmd 03:11:28 CGO_ENABLED=0 GO111MODULE=on go build ./... 03:11:35 Removing intermediate container 2837931ef754 03:11:35 ---> a690363e51f5 03:11:35 Step 14/26 : FROM alpine 03:11:35 latest: Pulling from library/alpine 03:11:36 5f621e34cdf4: Pulling fs layer 03:11:36 5f621e34cdf4: Verifying Checksum 03:11:37 5f621e34cdf4: Pull complete 03:11:37 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 03:11:37 Status: Downloaded newer image for alpine:latest 03:11:37 ---> 2e77e061c27f 03:11:37 Step 15/26 : ENV APP_PORT=49993 03:11:37 ---> Running in b29b3f200a30 03:11:37 Removing intermediate container b29b3f200a30 03:11:37 ---> 10cd306b392a 03:11:37 Step 16/26 : EXPOSE $APP_PORT 03:11:38 ---> Running in fb9184174602 03:11:38 Removing intermediate container fb9184174602 03:11:38 ---> 74730f4a620d 03:11:38 Step 17/26 : ENV DEVICE_PORT=161 03:11:39 ---> Running in d5933ae10bdf 03:11:39 Removing intermediate container d5933ae10bdf 03:11:39 ---> ef38efe2d6c0 03:11:39 Step 18/26 : EXPOSE $DEVICE_PORT 03:11:39 ---> Running in 7dc78f1e290d 03:11:39 Removing intermediate container 7dc78f1e290d 03:11:39 ---> 50d9924d3cd8 03:11:39 Step 19/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/cmd / 03:11:41 ---> 9770b21fa207 03:11:41 Step 20/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/Attribution.txt / 03:11:42 ---> 2da2af616f90 03:11:42 Step 21/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/LICENSE / 03:11:42 ---> 1fea722fa975 03:11:42 Step 22/26 : ENTRYPOINT ["/device-snmp-go"] 03:11:42 ---> Running in 90f2ed81e3bc 03:11:43 Removing intermediate container 90f2ed81e3bc 03:11:43 ---> 96e07196b59c 03:11:43 Step 23/26 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 03:11:43 ---> Running in e0174fe7cef9 03:11:43 Removing intermediate container e0174fe7cef9 03:11:43 ---> 3d31047d654b 03:11:43 Step 24/26 : LABEL arch=arm64 03:11:43 ---> Running in 980b29c3847a 03:11:44 Removing intermediate container 980b29c3847a 03:11:44 ---> 4794a1504093 03:11:44 Step 25/26 : LABEL git_sha=03464ffadf6f8b9068bcdea2569ab2e117b905af 03:11:44 ---> Running in 57e6e4ddd3a8 03:11:44 Removing intermediate container 57e6e4ddd3a8 03:11:44 ---> 76975a9573c4 03:11:44 Step 26/26 : LABEL version=1.2.3-dev.5 03:11:45 ---> Running in 78ef67ee9e1b 03:11:45 Removing intermediate container 78ef67ee9e1b 03:11:45 ---> 4f942341ad1d 03:11:45 [Warning] One or more build-args [ARCH] were not consumed 03:11:45 Successfully built 4f942341ad1d 03:11:45 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 03:11:45 provisioning config files... 03:11:45 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/16@tmp/config5297554429977927706tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:11:46 ---> docker-login.sh 03:11:46 nexus3.edgexfoundry.org:10001 03:11:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:11:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:11:46 Configure a credential helper to remove this warning. See 03:11:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:11:46 03:11:46 Login Succeeded 03:11:46 nexus3.edgexfoundry.org:10002 03:11:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:11:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:11:47 Configure a credential helper to remove this warning. See 03:11:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:11:47 03:11:47 Login Succeeded 03:11:47 nexus3.edgexfoundry.org:10003 03:11:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:11:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:11:47 Configure a credential helper to remove this warning. See 03:11:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:11:47 03:11:47 Login Succeeded 03:11:47 nexus3.edgexfoundry.org:10004 03:11:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:11:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:11:48 Configure a credential helper to remove this warning. See 03:11:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:11:48 03:11:48 Login Succeeded 03:11:48 docker.io 03:11:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:11:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:11:48 Configure a credential helper to remove this warning. See 03:11:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:11:48 03:11:48 Login Succeeded 03:11:48 ---> docker-login.sh ends [Pipeline] } 03:11:48 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:11:49 [edgeXDocker.push] Tagging docker image docker-device-snmp-go-arm64 with the following tags: 03:11:49 03464ffadf6f8b9068bcdea2569ab2e117b905af 03:11:49 latest 03:11:49 1.2.3-dev.5 03:11:49 03464ffadf6f8b9068bcdea2569ab2e117b905af-1.2.3-dev.5 03:11:49 master 03:11:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:11:49 + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:03464ffadf6f8b9068bcdea2569ab2e117b905af [Pipeline] isUnix [Pipeline] sh 03:11:50 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:03464ffadf6f8b9068bcdea2569ab2e117b905af 03:11:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] 03:11:50 8e9d9ae72e40: Preparing 03:11:50 f67818d7dcc0: Preparing 03:11:50 be2dd9509d0b: Preparing 03:11:50 cd3761cfa1d9: Preparing 03:11:50 cd3761cfa1d9: Layer already exists 03:11:50 f67818d7dcc0: Pushed 03:11:50 8e9d9ae72e40: Pushed 03:11:53 be2dd9509d0b: Pushed 03:11:53 03464ffadf6f8b9068bcdea2569ab2e117b905af: digest: sha256:ce2ce45a12521d82ec801c363cb3e6f4e325df92c1cc1b996910bfc2a20a2885 size: 1155 [Pipeline] isUnix [Pipeline] sh 03:11:53 + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:11:53 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:latest 03:11:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] 03:11:53 8e9d9ae72e40: Preparing 03:11:53 f67818d7dcc0: Preparing 03:11:53 be2dd9509d0b: Preparing 03:11:53 cd3761cfa1d9: Preparing 03:11:53 be2dd9509d0b: Layer already exists 03:11:53 8e9d9ae72e40: Layer already exists 03:11:53 cd3761cfa1d9: Layer already exists 03:11:53 f67818d7dcc0: Layer already exists 03:11:54 latest: digest: sha256:ce2ce45a12521d82ec801c363cb3e6f4e325df92c1cc1b996910bfc2a20a2885 size: 1155 [Pipeline] isUnix [Pipeline] sh 03:11:54 + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1.2.3-dev.5 [Pipeline] isUnix [Pipeline] sh 03:11:54 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1.2.3-dev.5 03:11:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] 03:11:54 8e9d9ae72e40: Preparing 03:11:54 f67818d7dcc0: Preparing 03:11:54 be2dd9509d0b: Preparing 03:11:54 cd3761cfa1d9: Preparing 03:11:54 8e9d9ae72e40: Layer already exists 03:11:54 be2dd9509d0b: Layer already exists 03:11:54 cd3761cfa1d9: Layer already exists 03:11:54 f67818d7dcc0: Layer already exists 03:11:54 1.2.3-dev.5: digest: sha256:ce2ce45a12521d82ec801c363cb3e6f4e325df92c1cc1b996910bfc2a20a2885 size: 1155 [Pipeline] isUnix [Pipeline] sh 03:11:55 + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:03464ffadf6f8b9068bcdea2569ab2e117b905af-1.2.3-dev.5 [Pipeline] isUnix [Pipeline] sh 03:11:55 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:03464ffadf6f8b9068bcdea2569ab2e117b905af-1.2.3-dev.5 03:11:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] 03:11:55 8e9d9ae72e40: Preparing 03:11:55 f67818d7dcc0: Preparing 03:11:55 be2dd9509d0b: Preparing 03:11:55 cd3761cfa1d9: Preparing 03:11:55 8e9d9ae72e40: Layer already exists 03:11:55 f67818d7dcc0: Layer already exists 03:11:55 cd3761cfa1d9: Layer already exists 03:11:55 be2dd9509d0b: Layer already exists 03:11:55 03464ffadf6f8b9068bcdea2569ab2e117b905af-1.2.3-dev.5: digest: sha256:ce2ce45a12521d82ec801c363cb3e6f4e325df92c1cc1b996910bfc2a20a2885 size: 1155 [Pipeline] isUnix [Pipeline] sh 03:11:56 + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:master [Pipeline] isUnix [Pipeline] sh 03:11:56 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:master 03:11:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] 03:11:56 8e9d9ae72e40: Preparing 03:11:56 f67818d7dcc0: Preparing 03:11:56 be2dd9509d0b: Preparing 03:11:56 cd3761cfa1d9: Preparing 03:11:56 f67818d7dcc0: Layer already exists 03:11:56 cd3761cfa1d9: Layer already exists 03:11:56 8e9d9ae72e40: Layer already exists 03:11:56 be2dd9509d0b: Layer already exists 03:11:56 master: digest: sha256:ce2ce45a12521d82ec801c363cb3e6f4e325df92c1cc1b996910bfc2a20a2885 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:11:57 ===================================================== [Pipeline] echo 03:11:57 taggedImages: 03:11:57 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:03464ffadf6f8b9068bcdea2569ab2e117b905af 03:11:57 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:latest 03:11:57 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1.2.3-dev.5 03:11:57 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:03464ffadf6f8b9068bcdea2569ab2e117b905af-1.2.3-dev.5 03:11:57 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:master [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) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 03:11:58 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 03:11:58 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 03:11:58 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:11:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 03:11:59 03:11:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 03:11:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 03:11:59 1.317.0: Pulling from edgex-devops/edgex-snyk-go 03:11:59 cbdbe7a5bc2a: Pulling fs layer 03:11:59 408f87550127: Pulling fs layer 03:11:59 fe522b08c979: Pulling fs layer 03:11:59 221eaa008020: Pulling fs layer 03:11:59 2a4607e5d6b9: Pulling fs layer 03:11:59 8f79b27c4fd2: Pulling fs layer 03:11:59 e5c8dbe1645b: Pulling fs layer 03:11:59 23e8b3b47431: Pulling fs layer 03:11:59 5c568d65a230: Pulling fs layer 03:11:59 2a4607e5d6b9: Waiting 03:11:59 8f79b27c4fd2: Waiting 03:11:59 e5c8dbe1645b: Waiting 03:11:59 23e8b3b47431: Waiting 03:11:59 5c568d65a230: Waiting 03:11:59 221eaa008020: Waiting 03:11:59 fe522b08c979: Download complete 03:11:59 408f87550127: Download complete 03:11:59 2a4607e5d6b9: Verifying Checksum 03:11:59 2a4607e5d6b9: Download complete 03:11:59 8f79b27c4fd2: Download complete 03:11:59 cbdbe7a5bc2a: Verifying Checksum 03:12:00 cbdbe7a5bc2a: Pull complete 03:12:00 408f87550127: Pull complete 03:12:00 fe522b08c979: Pull complete 03:12:01 e5c8dbe1645b: Verifying Checksum 03:12:01 e5c8dbe1645b: Download complete 03:12:02 23e8b3b47431: Verifying Checksum 03:12:02 23e8b3b47431: Download complete 03:12:02 5c568d65a230: Verifying Checksum 03:12:02 5c568d65a230: Download complete 03:12:04 221eaa008020: Verifying Checksum 03:12:04 221eaa008020: Download complete 03:12:09 221eaa008020: Pull complete 03:12:09 2a4607e5d6b9: Pull complete 03:12:10 8f79b27c4fd2: Pull complete 03:12:12 e5c8dbe1645b: Pull complete 03:12:16 23e8b3b47431: Pull complete 03:12:17 5c568d65a230: Pull complete 03:12:17 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 03:12:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 03:12:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 03:12:17 prd-centos7-docker-4c-2g-9394 does not seem to be running inside a container 03:12:17 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 03:12:18 $ docker top f5e326a9269c22a0361dd633d3fb1fb2bfdc957144b2016b497fec2bde27c846 -eo pid,comm [Pipeline] { [Pipeline] sh 03:12:19 + snyk monitor '--org=edgex-jenkins' 03:12:25 03:12:25 Monitoring /w/workspace/gexfoundry_device-snmp-go_master (github.com/edgexfoundry/device-snmp-go)... 03:12:25 03:12:25 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/c76919d0-7345-4304-8954-aa03851194a6/history/f2b60ca8-6e97-4b86-8402-a870b3091a13 03:12:25 03:12:25 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 03:12:25 03:12:25 03:12:25 Snyk CLI supports Node.js 8 and higher. 03:12:25 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 03:12:25 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 03:12:25 03:12:25 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 03:12:25 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. 03:12:25 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 03:12:25 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 03:12:26 $ docker stop --time=1 f5e326a9269c22a0361dd633d3fb1fb2bfdc957144b2016b497fec2bde27c846 03:12:29 $ docker rm -f f5e326a9269c22a0361dd633d3fb1fb2bfdc957144b2016b497fec2bde27c846 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:12:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:12:30 03:12:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 03:12:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:12:31 latest: Pulling from edgex-devops/edgex-klar 03:12:31 e7c96db7181b: Pulling fs layer 03:12:31 1868ca2cb446: Pulling fs layer 03:12:31 136be5d0fe8e: Pulling fs layer 03:12:31 894bfe63afcb: Pulling fs layer 03:12:31 894bfe63afcb: Waiting 03:12:31 1868ca2cb446: Verifying Checksum 03:12:31 136be5d0fe8e: Verifying Checksum 03:12:31 136be5d0fe8e: Download complete 03:12:31 e7c96db7181b: Verifying Checksum 03:12:31 e7c96db7181b: Download complete 03:12:31 894bfe63afcb: Verifying Checksum 03:12:31 894bfe63afcb: Download complete 03:12:31 e7c96db7181b: Pull complete 03:12:31 1868ca2cb446: Pull complete 03:12:32 136be5d0fe8e: Pull complete 03:12:32 894bfe63afcb: Pull complete 03:12:32 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 03:12:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:12:32 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 03:12:32 prd-centos7-docker-4c-2g-9394 does not seem to be running inside a container 03:12:32 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 03:12:33 $ docker top ff335c41e2c862451b49e658886136f5f9ba8a020b038cbc077cfea67dc8ca52 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:33 + /klar nexus3.edgexfoundry.org:10004/docker-device-snmp-go:03464ffadf6f8b9068bcdea2569ab2e117b905af 03:12:33 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:12:37 $ docker stop --time=1 ff335c41e2c862451b49e658886136f5f9ba8a020b038cbc077cfea67dc8ca52 03:12:38 $ docker rm -f ff335c41e2c862451b49e658886136f5f9ba8a020b038cbc077cfea67dc8ca52 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 03:12:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:12:39 . [Pipeline] withDockerContainer 03:12:39 prd-centos7-docker-4c-2g-9394 does not seem to be running inside a container 03:12:39 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 03:12:40 $ docker top 7e93041b95cd69168d9fbfdbf9d237ad50ff119f6032d186669eeec69d4c9af5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:40 + /klar nexus3.edgexfoundry.org:10004/docker-device-snmp-go:03464ffadf6f8b9068bcdea2569ab2e117b905af 03:12:40 + tee 03:12:40 clair timeout 1m0s 03:12:40 docker timeout: 1m0s 03:12:40 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:12:41 $ docker stop --time=1 7e93041b95cd69168d9fbfdbf9d237ad50ff119f6032d186669eeec69d4c9af5 03:12:42 $ docker rm -f 7e93041b95cd69168d9fbfdbf9d237ad50ff119f6032d186669eeec69d4c9af5 [Pipeline] // withDockerContainer [Pipeline] sh 03:12:43 + mkdir -p /w/workspace/gexfoundry_device-snmp-go_master/clair-reports [Pipeline] echo 03:12:43 Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-snmp-go_master/clair-reports/clair_results_docker-device-snmp-go_03464ffadf6f8b9068bcdea2569ab2e117b905af.html [Pipeline] writeFile [Pipeline] step 03:12:43 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 03:12:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:12:43 . [Pipeline] withDockerContainer 03:12:44 prd-centos7-docker-4c-2g-9394 does not seem to be running inside a container 03:12:44 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 03:12:44 $ docker top 160b4710593143b246cf08a0d276fbde0897ad9d8cf98e0748d32417d78da0b3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:45 + /klar nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:03464ffadf6f8b9068bcdea2569ab2e117b905af 03:12:45 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:12:48 $ docker stop --time=1 160b4710593143b246cf08a0d276fbde0897ad9d8cf98e0748d32417d78da0b3 03:12:50 $ docker rm -f 160b4710593143b246cf08a0d276fbde0897ad9d8cf98e0748d32417d78da0b3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 03:12:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:12:50 . [Pipeline] withDockerContainer 03:12:50 prd-centos7-docker-4c-2g-9394 does not seem to be running inside a container 03:12:50 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 03:12:51 $ docker top 95de92bb1783cbf51cdaefb68b891973ab373908e14ce399fdeabb7e9f41902a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:52 + /klar nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:03464ffadf6f8b9068bcdea2569ab2e117b905af 03:12:52 + tee 03:12:52 clair timeout 1m0s 03:12:52 docker timeout: 1m0s 03:12:52 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:12:52 $ docker stop --time=1 95de92bb1783cbf51cdaefb68b891973ab373908e14ce399fdeabb7e9f41902a 03:12:54 $ docker rm -f 95de92bb1783cbf51cdaefb68b891973ab373908e14ce399fdeabb7e9f41902a [Pipeline] // withDockerContainer [Pipeline] sh 03:12:55 + mkdir -p /w/workspace/gexfoundry_device-snmp-go_master/clair-reports [Pipeline] echo 03:12:55 Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-snmp-go_master/clair-reports/clair_results_docker-device-snmp-go-arm64_03464ffadf6f8b9068bcdea2569ab2e117b905af.html [Pipeline] writeFile [Pipeline] step 03:12:55 Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:12:56 + git log --format=format:%s -1 03464ffadf6f8b9068bcdea2569ab2e117b905af [Pipeline] isUnix [Pipeline] sh 03:12:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:12:56 . [Pipeline] withDockerContainer 03:12:56 prd-centos7-docker-4c-2g-9394 does not seem to be running inside a container 03:12:57 $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:12:57 $ docker top f0666084c1fa1d4d68da13c836c158d57c67e92f299847aff1196611c3926a4e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:12:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:12:58 [ssh-agent] Looking for ssh-agent implementation... 03:12:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:12:58 $ docker exec f0666084c1fa1d4d68da13c836c158d57c67e92f299847aff1196611c3926a4e ssh-agent 03:12:58 SSH_AUTH_SOCK=/tmp/ssh-7AAlMm9ZmaWU/agent.12 03:12:58 SSH_AGENT_PID=17 03:12:58 Running ssh-add (command line suppressed) 03:12:58 Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_7866257418118819554.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_7866257418118819554.key) 03:12:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:12:59 + git semver tag 03:12:59 # -> Open(): unable to determine branch for HEAD 03:12:59 # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git 03:12:59 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master 03:12:59 # $SEMVER_REMOTE_NAME = origin 03:12:59 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:12:59 # $SEMVER_USER_NAME = edgex-jenkins 03:12:59 # $SEMVER_BRANCH = master 03:12:59 # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver 03:12:59 # 03464ffadf6f8b9068bcdea2569ab2e117b905af HEAD 03:12:59 # -> Force: false 03:12:59 # 5e2ee86a392c49221e75a39c08b32dc82023ec89 refs/tags/v1.2.3-dev.5 [Pipeline] } 03:12:59 $ docker exec --env ******** --env ******** f0666084c1fa1d4d68da13c836c158d57c67e92f299847aff1196611c3926a4e ssh-agent -k 03:12:59 unset SSH_AUTH_SOCK; 03:12:59 unset SSH_AGENT_PID; 03:12:59 echo Agent pid 17 killed; 03:12:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:12:59 + git semver [Pipeline] } 03:12:59 $ docker stop --time=1 f0666084c1fa1d4d68da13c836c158d57c67e92f299847aff1196611c3926a4e 03:13:01 $ docker rm -f f0666084c1fa1d4d68da13c836c158d57c67e92f299847aff1196611c3926a4e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 03:13:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:13:01 03:13:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 03:13:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:13:02 0.23.1-centos7: Pulling from edgex-lftools 03:13:02 ab5ef0e58194: Pulling fs layer 03:13:02 9712f1f96733: Pulling fs layer 03:13:02 63f879dbbcfc: Pulling fs layer 03:13:02 0d9ebad4ef96: Pulling fs layer 03:13:02 e9a5061849ea: Pulling fs layer 03:13:02 d747dcd14b5f: Pulling fs layer 03:13:02 2de7ff778b66: Pulling fs layer 03:13:02 0d9ebad4ef96: Waiting 03:13:02 e9a5061849ea: Waiting 03:13:02 d747dcd14b5f: Waiting 03:13:02 2de7ff778b66: Waiting 03:13:02 9712f1f96733: Verifying Checksum 03:13:02 9712f1f96733: Download complete 03:13:04 63f879dbbcfc: Verifying Checksum 03:13:04 63f879dbbcfc: Download complete 03:13:04 e9a5061849ea: Verifying Checksum 03:13:04 e9a5061849ea: Download complete 03:13:04 d747dcd14b5f: Verifying Checksum 03:13:04 d747dcd14b5f: Download complete 03:13:04 ab5ef0e58194: Download complete 03:13:04 2de7ff778b66: Verifying Checksum 03:13:04 2de7ff778b66: Download complete 03:13:05 0d9ebad4ef96: Verifying Checksum 03:13:05 0d9ebad4ef96: Download complete 03:13:09 ab5ef0e58194: Pull complete 03:13:09 9712f1f96733: Pull complete 03:13:11 63f879dbbcfc: Pull complete 03:13:18 0d9ebad4ef96: Pull complete 03:13:21 e9a5061849ea: Pull complete 03:13:21 d747dcd14b5f: Pull complete 03:13:23 2de7ff778b66: Pull complete 03:13:23 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 03:13:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:13:23 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 03:13:23 prd-centos7-docker-4c-2g-9394 does not seem to be running inside a container 03:13:23 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 03:13:27 $ docker top a46bc8eb5418f009d8d10d35ae3974f4fb37cef9362d3cb23ce48ba3b94fd7cd -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 03:13:27 provisioning config files... 03:13:27 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config5502350018387975690tmp 03:13:27 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config2985952725617467223tmp 03:13:27 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config1744295321137259166tmp [Pipeline] { [Pipeline] echo 03:13:27 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 03:13:27 ---> sigul-configuration.sh 03:13:27 gpg: directory `/root/.gnupg' created 03:13:27 gpg: new configuration file `/root/.gnupg/gpg.conf' created 03:13:27 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 03:13:27 gpg: keyring `/root/.gnupg/secring.gpg' created 03:13:27 gpg: keyring `/root/.gnupg/pubring.gpg' created 03:13:27 gpg: CAST5 encrypted data 03:13:28 gpg: encrypted with 1 passphrase 03:13:28 gpg: WARNING: message was not integrity protected [Pipeline] sh 03:13:28 + mkdir /home/jenkins 03:13:28 + mkdir /home/jenkins/sigul [Pipeline] sh 03:13:28 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 03:13:28 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 03:13:29 ---> sigul-install.sh 03:13:34 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 03:13:34 + git tag --list 03:13:34 1.0.0 03:13:34 v0.0.0 03:13:34 v1.1.0 03:13:34 v1.1.1 03:13:34 v1.2.0 03:13:34 v1.2.1 03:13:34 v1.2.2 03:13:34 v1.2.2-dev.1 03:13:34 v1.2.2-dev.2 03:13:34 v1.2.3-dev.1 03:13:34 v1.2.3-dev.2 03:13:34 v1.2.3-dev.3 03:13:34 v1.2.3-dev.4 03:13:34 v1.2.3-dev.5 [Pipeline] sh 03:13:34 + lftools sign git-tag v1.2.3-dev.5 03:13:36 Signing Git tag with Sigul... 03:13:36 Signing v1.2.3-dev.5 [Pipeline] echo 03:13:37 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 03:13:37 ---> sigul-configuration-cleanup.sh [Pipeline] } 03:13:37 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 03:13:37 $ docker stop --time=1 a46bc8eb5418f009d8d10d35ae3974f4fb37cef9362d3cb23ce48ba3b94fd7cd 03:13:39 $ docker rm -f a46bc8eb5418f009d8d10d35ae3974f4fb37cef9362d3cb23ce48ba3b94fd7cd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 03:13:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:13:40 . [Pipeline] withDockerContainer 03:13:40 prd-centos7-docker-4c-2g-9394 does not seem to be running inside a container 03:13:41 $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:13:41 $ docker top 569e74f095c5ed6b00c31d3889ae92fd960ab9c1da39fc61a6b03801d36f6b75 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:13:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:13:42 [ssh-agent] Looking for ssh-agent implementation... 03:13:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:13:42 $ docker exec 569e74f095c5ed6b00c31d3889ae92fd960ab9c1da39fc61a6b03801d36f6b75 ssh-agent 03:13:42 SSH_AUTH_SOCK=/tmp/ssh-iIQmrgBo1Avv/agent.11 03:13:42 SSH_AGENT_PID=16 03:13:42 Running ssh-add (command line suppressed) 03:13:42 Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_3810678163410381397.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_3810678163410381397.key) 03:13:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:13:43 + git semver bump pre 03:13:43 # -> Open(): unable to determine branch for HEAD 03:13:43 # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git 03:13:43 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master 03:13:43 # $SEMVER_REMOTE_NAME = origin 03:13:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:13:43 # $SEMVER_USER_NAME = edgex-jenkins 03:13:43 # $SEMVER_BRANCH = master 03:13:43 # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver 03:13:43 1.2.3-dev.6 [Pipeline] } 03:13:43 $ docker exec --env ******** --env ******** 569e74f095c5ed6b00c31d3889ae92fd960ab9c1da39fc61a6b03801d36f6b75 ssh-agent -k 03:13:43 unset SSH_AUTH_SOCK; 03:13:43 unset SSH_AGENT_PID; 03:13:43 echo Agent pid 16 killed; 03:13:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:13:44 + git semver [Pipeline] } 03:13:44 $ docker stop --time=1 569e74f095c5ed6b00c31d3889ae92fd960ab9c1da39fc61a6b03801d36f6b75 03:13:45 $ docker rm -f 569e74f095c5ed6b00c31d3889ae92fd960ab9c1da39fc61a6b03801d36f6b75 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 03:13:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:13:46 . [Pipeline] withDockerContainer 03:13:46 prd-centos7-docker-4c-2g-9394 does not seem to be running inside a container 03:13:46 $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:13:46 $ docker top 9e8f38910c555824e85a1ff590b93436821bf39d82314bc2238caf287957af54 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:13:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:13:47 [ssh-agent] Looking for ssh-agent implementation... 03:13:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:13:47 $ docker exec 9e8f38910c555824e85a1ff590b93436821bf39d82314bc2238caf287957af54 ssh-agent 03:13:47 SSH_AUTH_SOCK=/tmp/ssh-duE9G0Vd3hXK/agent.11 03:13:47 SSH_AGENT_PID=17 03:13:47 Running ssh-add (command line suppressed) 03:13:47 Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_8053150599702121145.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_8053150599702121145.key) 03:13:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:13:48 + git semver push 03:13:48 # -> Open(): unable to determine branch for HEAD 03:13:48 # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git 03:13:48 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master 03:13:48 # $SEMVER_REMOTE_NAME = origin 03:13:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:13:48 # $SEMVER_USER_NAME = edgex-jenkins 03:13:48 # $SEMVER_BRANCH = master 03:13:48 # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver [Pipeline] } 03:13:54 $ docker exec --env ******** --env ******** 9e8f38910c555824e85a1ff590b93436821bf39d82314bc2238caf287957af54 ssh-agent -k 03:13:55 unset SSH_AUTH_SOCK; 03:13:55 unset SSH_AGENT_PID; 03:13:55 echo Agent pid 17 killed; 03:13:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:13:55 + git semver [Pipeline] } 03:13:55 $ docker stop --time=1 9e8f38910c555824e85a1ff590b93436821bf39d82314bc2238caf287957af54 03:13:57 $ docker rm -f 9e8f38910c555824e85a1ff590b93436821bf39d82314bc2238caf287957af54 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 03:13:58 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:13:59 ---> package-listing.sh 03:13:59 ++ facter osfamily 03:13:59 ++ tr '[:upper:]' '[:lower:]' 03:13:59 + OS_FAMILY=redhat 03:13:59 + workspace=/w/workspace/gexfoundry_device-snmp-go_master 03:13:59 + START_PACKAGES=/tmp/packages_start.txt 03:13:59 + END_PACKAGES=/tmp/packages_end.txt 03:13:59 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:13:59 + PACKAGES=/tmp/packages_start.txt 03:13:59 + '[' /w/workspace/gexfoundry_device-snmp-go_master ']' 03:13:59 + PACKAGES=/tmp/packages_end.txt 03:13:59 + case "${OS_FAMILY}" in 03:13:59 + rpm -qa 03:13:59 + sort 03:14:03 + '[' -f /tmp/packages_start.txt ']' 03:14:03 + '[' -f /tmp/packages_end.txt ']' 03:14:03 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:14:03 + '[' /w/workspace/gexfoundry_device-snmp-go_master ']' 03:14:03 + mkdir -p /w/workspace/gexfoundry_device-snmp-go_master/archives/ 03:14:03 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-snmp-go_master/archives/ [Pipeline] echo 03:14:03 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-snmp-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:14:03 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 03:14:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:14:04 03:14:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:14:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:14:04 alpine: Pulling from edgex-lftools-log-publisher 03:14:04 df20fa9351a1: Pulling fs layer 03:14:04 36b3adc4ff6f: Pulling fs layer 03:14:04 8ad3a11d3b57: Pulling fs layer 03:14:04 46f8f816bc3b: Pulling fs layer 03:14:04 93b61091891f: Pulling fs layer 03:14:04 93b9cdb0e59b: Pulling fs layer 03:14:04 5e14af77c1be: Pulling fs layer 03:14:04 01666e4c0597: Pulling fs layer 03:14:04 aa168da1d23b: Pulling fs layer 03:14:04 46f8f816bc3b: Waiting 03:14:04 5e14af77c1be: Waiting 03:14:04 01666e4c0597: Waiting 03:14:04 aa168da1d23b: Waiting 03:14:04 93b9cdb0e59b: Waiting 03:14:04 93b61091891f: Waiting 03:14:04 36b3adc4ff6f: Download complete 03:14:04 46f8f816bc3b: Verifying Checksum 03:14:04 46f8f816bc3b: Download complete 03:14:04 df20fa9351a1: Verifying Checksum 03:14:04 df20fa9351a1: Download complete 03:14:04 93b9cdb0e59b: Verifying Checksum 03:14:04 93b9cdb0e59b: Download complete 03:14:04 5e14af77c1be: Verifying Checksum 03:14:04 5e14af77c1be: Download complete 03:14:04 93b61091891f: Download complete 03:14:04 01666e4c0597: Verifying Checksum 03:14:04 01666e4c0597: Download complete 03:14:05 df20fa9351a1: Pull complete 03:14:05 36b3adc4ff6f: Pull complete 03:14:05 8ad3a11d3b57: Verifying Checksum 03:14:05 8ad3a11d3b57: Download complete 03:14:06 8ad3a11d3b57: Pull complete 03:14:06 46f8f816bc3b: Pull complete 03:14:07 93b61091891f: Pull complete 03:14:07 93b9cdb0e59b: Pull complete 03:14:07 5e14af77c1be: Pull complete 03:14:08 aa168da1d23b: Verifying Checksum 03:14:08 aa168da1d23b: Download complete 03:14:08 01666e4c0597: Pull complete 03:14:14 aa168da1d23b: Pull complete 03:14:14 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 03:14:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:14:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:14:15 prd-centos7-docker-4c-2g-9394 does not seem to be running inside a container 03:14:15 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-snmp-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 03:14:18 $ docker top c84a66cd4c3ef172a184c7b769b2ff994f0f2bc838d61e8ddb6c1efffe75d7d9 -eo pid,comm [Pipeline] { [Pipeline] sh 03:14:19 + touch /tmp/pre-build-complete [Pipeline] sh 03:14:19 + mkdir -p /var/log/sa [Pipeline] sh 03:14:20 + ls /var/log/sa-host 03:14:20 + sadf -c /var/log/sa-host/sa05 03:14:20 file_magic: OK 03:14:20 HZ: Using current value: 100 03:14:20 file_header: OK 03:14:20 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 03:14:20 Statistics: 03:14:20 Hnuu...uuuununununu...Hnuu...uuuununununu... 03:14:20 File successfully converted to sysstat format version 12.2.1 03:14:20 + sadf -c /var/log/sa-host/sa28 03:14:20 file_magic: OK 03:14:20 HZ: Using current value: 100 03:14:20 file_header: OK 03:14:20 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 03:14:20 Statistics: 03:14:20 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 03:14:20 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:14:20 provisioning config files... 03:14:20 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config4717034003166051516tmp [Pipeline] { [Pipeline] echo 03:14:20 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:14:20 ---> create-netrc.sh [Pipeline] } 03:14:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 03:14:20 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 03:14:21 ---> python-tools-install.sh [Pipeline] echo 03:14:21 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:14:21 ---> sudo-logs.sh 03:14:21 Archiving 'sudo' log.. [Pipeline] echo 03:14:21 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:14:21 ---> job-cost.sh 03:14:21 lf-activate-venv: SKIPPING 03:14:21 INFO: No Stack... 03:14:23 INFO: Retrieving Pricing Info for: v1-standard-2 03:14:23 INFO: Archiving Costs [Pipeline] echo 03:14:23 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:14:23 ---> logs-deploy.sh 03:14:23 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/master/16 03:14:23 INFO: archiving workspace using pattern(s): 03:14:25 Archives upload complete. 03:14:25 INFO: archiving logs to Nexus 03:14:26 ---> uname -a: 03:14:26 Linux prd-centos7-docker-4c-2g-9394.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 03:14:26 03:14:26 03:14:26 ---> lscpu: 03:14:26 Architecture: x86_64 03:14:26 CPU op-mode(s): 32-bit, 64-bit 03:14:26 Byte Order: Little Endian 03:14:26 Address sizes: 40 bits physical, 48 bits virtual 03:14:26 CPU(s): 4 03:14:26 On-line CPU(s) list: 0-3 03:14:26 Thread(s) per core: 1 03:14:26 Core(s) per socket: 1 03:14:26 Socket(s): 4 03:14:26 NUMA node(s): 1 03:14:26 Vendor ID: GenuineIntel 03:14:26 CPU family: 6 03:14:26 Model: 44 03:14:26 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:14:26 Stepping: 1 03:14:26 CPU MHz: 2933.438 03:14:26 BogoMIPS: 5866.87 03:14:26 Virtualization: VT-x 03:14:26 Hypervisor vendor: KVM 03:14:26 Virtualization type: full 03:14:26 L1d cache: 128 KiB 03:14:26 L1i cache: 128 KiB 03:14:26 L2 cache: 16 MiB 03:14:26 L3 cache: 64 MiB 03:14:26 NUMA node0 CPU(s): 0-3 03:14:26 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 03:14:26 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 03:14:26 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 03:14:26 Vulnerability Meltdown: Mitigation; PTI 03:14:26 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:14:26 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 03:14:26 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 03:14:26 Vulnerability Tsx async abort: Not affected 03:14:26 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 03:14:26 03:14:26 03:14:26 ---> nproc: 03:14:26 4 03:14:26 03:14:26 03:14:26 ---> df -h: 03:14:26 Filesystem Size Used Available Use% Mounted on 03:14:26 overlay 50.0G 8.5G 41.5G 17% / 03:14:26 tmpfs 64.0M 0 64.0M 0% /dev 03:14:26 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 03:14:26 shm 64.0M 0 64.0M 0% /dev/shm 03:14:26 /dev/vda1 50.0G 8.5G 41.5G 17% /facter-os 03:14:26 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf 03:14:26 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname 03:14:26 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts 03:14:26 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/auth.log 03:14:26 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/gexfoundry_device-snmp-go_master 03:14:26 /dev/vda1 50.0G 8.5G 41.5G 17% /run/cloud-init/result.json 03:14:26 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/gexfoundry_device-snmp-go_master@tmp 03:14:26 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa-host 03:14:26 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/secure 03:14:26 03:14:26 03:14:26 ---> free -m: 03:14:26 total used free shared buff/cache available 03:14:26 Mem: 1837 794 147 0 895 978 03:14:26 Swap: 1023 2 1021 03:14:26 03:14:26 03:14:26 ---> ip addr: 03:14:26 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 03:14:26 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:14:26 inet 127.0.0.1/8 scope host lo 03:14:26 valid_lft forever preferred_lft forever 03:14:26 inet6 ::1/128 scope host 03:14:26 valid_lft forever preferred_lft forever 03:14:26 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 03:14:26 link/ether fa:16:3e:a4:4b:ce brd ff:ff:ff:ff:ff:ff 03:14:26 inet 10.30.122.190/23 brd 10.30.123.255 scope global dynamic eth0 03:14:26 valid_lft 85869sec preferred_lft 85869sec 03:14:26 inet6 fe80::f816:3eff:fea4:4bce/64 scope link 03:14:26 valid_lft forever preferred_lft forever 03:14:26 3: docker0: mtu 1500 qdisc noqueue state DOWN 03:14:26 link/ether 02:42:93:ac:2a:5f brd ff:ff:ff:ff:ff:ff 03:14:26 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 03:14:26 valid_lft forever preferred_lft forever 03:14:26 inet6 fe80::42:93ff:feac:2a5f/64 scope link 03:14:26 valid_lft forever preferred_lft forever 03:14:26 03:14:26 03:14:26 ---> sar -b -r -n DEV: 03:14:26 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/28/20 _x86_64_ (4 CPU) 03:14:26 03:14:26 03:05:15 LINUX RESTART (4 CPU) 03:14:26 03:14:26 03:06:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:14:26 03:07:01 51.96 14.67 37.29 0.00 4962.88 2559.55 0.00 03:14:26 03:08:01 1.53 0.00 1.53 0.00 0.00 23.53 0.00 03:14:26 03:09:01 0.28 0.00 0.28 0.00 0.00 4.01 0.00 03:14:26 03:10:01 0.23 0.00 0.23 0.00 0.00 2.96 0.00 03:14:26 03:11:01 0.25 0.00 0.25 0.00 0.00 3.30 0.00 03:14:26 03:12:01 1.37 0.00 1.37 0.00 0.00 26.44 0.00 03:14:26 03:13:01 247.97 135.77 112.20 0.00 7607.99 33657.74 0.00 03:14:26 03:14:02 227.93 105.24 122.69 0.00 7991.75 32698.35 0.00 03:14:26 Average: 66.48 31.98 34.50 0.00 2571.58 8626.98 0.00 03:14:26 03:14:26 03:06:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:14:26 03:07:01 149724 0 596504 31.70 2620 1132708 1120124 38.23 444656 1127420 12 03:14:26 03:08:01 154116 0 592104 31.47 2620 1132716 1094576 37.36 443884 1124668 8 03:14:26 03:09:01 154424 0 591792 31.45 2620 1132720 1093624 37.32 443824 1124644 8 03:14:26 03:10:01 153336 0 592880 31.51 2620 1132720 1093716 37.33 445888 1124152 8 03:14:26 03:11:01 154172 0 592036 31.47 2620 1132728 1082420 36.94 454052 1114908 8 03:14:26 03:12:01 73152 0 627024 33.32 2620 1178760 1282280 43.76 479048 1165688 111420 03:14:26 03:13:01 175272 0 651168 34.61 2596 1052520 1108604 37.83 546264 962988 48 03:14:26 03:14:02 111204 0 757040 40.23 1492 1011820 1140544 38.92 609668 873880 88 03:14:26 Average: 140675 0 625068 33.22 2476 1113336 1126986 38.46 483410 1077294 13950 03:14:26 03:14:26 03:06:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:14:26 03:07:01 eth0 226.82 149.64 556.84 62.31 0.00 0.00 0.00 0.00 03:14:26 03:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:14:26 03:07:01 docker0 1.13 1.03 0.23 1.75 0.00 0.00 0.00 0.00 03:14:26 03:08:01 eth0 4.10 1.07 1.32 0.78 0.00 0.00 0.00 0.00 03:14:26 03:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:14:26 03:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:14:26 03:09:01 eth0 2.73 0.50 0.70 0.40 0.00 0.00 0.00 0.00 03:14:26 03:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:14:26 03:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:14:26 03:10:01 eth0 1.13 0.50 0.55 0.39 0.00 0.00 0.00 0.00 03:14:26 03:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:14:26 03:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:14:26 03:11:01 eth0 0.30 0.13 0.09 0.04 0.00 0.00 0.00 0.00 03:14:26 03:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:14:26 03:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:14:26 03:12:01 eth0 220.56 197.84 1825.71 14.77 0.00 0.00 0.00 0.00 03:14:26 03:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:14:26 03:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:14:26 03:13:01 eth0 347.80 298.45 2347.73 97.73 0.00 0.00 0.00 0.00 03:14:26 03:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:14:26 03:13:01 docker0 32.82 32.19 3.51 160.11 0.00 0.00 0.00 0.00 03:14:26 03:14:02 eth0 474.82 393.15 3455.14 90.13 0.00 0.00 0.00 0.00 03:14:26 03:14:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:14:26 03:14:02 docker0 45.83 75.13 2.56 207.26 0.00 0.00 0.00 0.00 03:14:26 Average: eth0 159.85 130.22 1023.99 33.33 0.00 0.00 0.00 0.00 03:14:26 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:14:26 Average: docker0 9.98 13.55 0.79 46.17 0.00 0.00 0.00 0.00 03:14:26 03:14:26 03:14:26 ---> sar -P ALL: 03:14:26 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/28/20 _x86_64_ (4 CPU) 03:14:26 03:14:26 03:05:15 LINUX RESTART (4 CPU) 03:14:26 03:14:26 03:06:01 CPU %user %nice %system %iowait %steal %idle 03:14:26 03:07:01 all 5.08 0.00 2.69 1.79 0.01 90.43 03:14:26 03:07:01 0 5.49 0.00 3.02 0.27 0.00 91.22 03:14:26 03:07:01 1 4.88 0.00 2.57 1.64 0.02 90.89 03:14:26 03:07:01 2 4.56 0.00 2.63 0.37 0.00 92.44 03:14:26 03:07:01 3 5.40 0.00 2.53 4.90 0.02 87.15 03:14:26 03:08:01 all 0.21 0.00 0.05 0.00 0.01 99.74 03:14:26 03:08:01 0 0.05 0.00 0.03 0.00 0.00 99.92 03:14:26 03:08:01 1 0.17 0.00 0.07 0.00 0.00 99.77 03:14:26 03:08:01 2 0.07 0.00 0.05 0.00 0.02 99.87 03:14:26 03:08:01 3 0.55 0.00 0.03 0.00 0.02 99.40 03:14:26 03:09:01 all 0.40 0.00 0.03 0.00 0.00 99.56 03:14:26 03:09:01 0 0.55 0.00 0.03 0.00 0.00 99.42 03:14:26 03:09:01 1 0.07 0.00 0.05 0.00 0.02 99.87 03:14:26 03:09:01 2 0.15 0.00 0.03 0.00 0.00 99.82 03:14:26 03:09:01 3 0.85 0.00 0.02 0.00 0.00 99.13 03:14:26 03:10:01 all 0.15 0.00 0.02 0.00 0.00 99.82 03:14:26 03:10:01 0 0.03 0.00 0.02 0.00 0.00 99.95 03:14:26 03:10:01 1 0.05 0.00 0.03 0.00 0.00 99.92 03:14:26 03:10:01 2 0.52 0.00 0.03 0.00 0.00 99.45 03:14:26 03:10:01 3 0.02 0.00 0.02 0.00 0.00 99.97 03:14:26 03:11:01 all 0.17 0.00 0.04 0.00 0.00 99.79 03:14:26 03:11:01 0 0.07 0.00 0.02 0.00 0.00 99.92 03:14:26 03:11:01 1 0.03 0.00 0.03 0.00 0.00 99.93 03:14:26 03:11:01 2 0.55 0.00 0.07 0.00 0.00 99.38 03:14:26 03:11:01 3 0.03 0.00 0.03 0.00 0.00 99.93 03:14:26 03:12:01 all 0.86 0.00 0.61 0.00 0.00 98.53 03:14:26 03:12:01 0 1.10 0.00 1.05 0.00 0.00 97.84 03:14:26 03:12:01 1 1.07 0.00 0.50 0.02 0.00 98.41 03:14:26 03:12:01 2 0.69 0.00 0.52 0.00 0.00 98.80 03:14:26 03:12:01 3 0.57 0.00 0.37 0.00 0.00 99.06 03:14:26 03:13:01 all 10.88 0.00 8.23 2.21 0.03 78.65 03:14:26 03:13:01 0 11.54 0.00 8.42 1.52 0.03 78.49 03:14:26 03:13:01 1 10.60 0.00 8.39 2.50 0.03 78.47 03:14:26 03:13:01 2 11.33 0.00 8.93 2.96 0.03 76.74 03:14:26 03:13:01 3 10.05 0.00 7.16 1.84 0.03 80.91 03:14:26 03:14:02 all 11.84 0.00 9.04 3.01 0.06 76.04 03:14:26 03:14:02 0 10.87 0.00 8.96 4.18 0.05 75.93 03:14:26 03:14:02 1 10.35 0.00 9.01 1.33 0.08 79.23 03:14:26 03:14:02 2 11.51 0.00 8.71 2.92 0.03 76.83 03:14:26 03:14:02 3 14.62 0.00 9.49 3.63 0.07 72.18 03:14:26 Average: all 3.66 0.00 2.56 0.87 0.01 92.90 03:14:26 Average: 0 3.66 0.00 2.66 0.73 0.01 92.93 03:14:26 Average: 1 3.37 0.00 2.55 0.68 0.02 93.38 03:14:26 Average: 2 3.63 0.00 2.59 0.77 0.01 92.99 03:14:26 Average: 3 3.96 0.00 2.42 1.29 0.02 92.31 03:14:26 03:14:26 03:14:26