Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f8f17c2013d07295decc13e984e4b5973bc1f0af Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 370697454611dc68c0596e0d0a50477a8de841a8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-snmp-go, goVersion:1.13] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-snmp-go-settings PROJECT: device-snmp-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-snmp-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-2704 in /w/workspace/gexfoundry_device-snmp-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-snmp-go.git > git init /w/workspace/gexfoundry_device-snmp-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git > git --version # timeout=10 Fetching without tags Checking out Revision f8f17c2013d07295decc13e984e4b5973bc1f0af (master) using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f8f17c2013d07295decc13e984e4b5973bc1f0af # timeout=10 Commit message: "Merge pull request #52 from tonyespy/update-sdk-122" > git rev-list --no-walk 487d1e200739801f0616c5be157f423f7b0b3302 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-12T05:33:24.377Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-12T05:33:24.512Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-12T05:33:24.560Z] ========================================================= [2020-06-12T05:33:24.560Z] EdgeX Global Pipelines Version Info [2020-06-12T05:33:24.560Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-12T05:33:26.873Z] ------------------- [2020-06-12T05:33:26.873Z] stable info: [2020-06-12T05:33:26.873Z] ------------------- [2020-06-12T05:33:26.873Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-12T05:33:26.873Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-12T05:33:26.873Z] Message: update stable to v1.0.89 [2020-06-12T05:33:27.897Z] ------------------- [2020-06-12T05:33:27.897Z] experimental info: [2020-06-12T05:33:27.897Z] ------------------- [2020-06-12T05:33:27.897Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-12T05:33:27.898Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-12T05:33:27.898Z] Message: update experimental to v1.0.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:33:29.695Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-12T05:33:29.971Z] [2020-06-12T05:33:29.971Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:33:30.528Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-12T05:33:30.528Z] latest: Pulling from edgex-devops/git-semver [2020-06-12T05:33:30.528Z] 9123ac7c32f7: Pulling fs layer [2020-06-12T05:33:30.528Z] b8cc5d1170e3: Pulling fs layer [2020-06-12T05:33:30.528Z] 2924cbbf6a41: Pulling fs layer [2020-06-12T05:33:30.528Z] 93b08a4f1073: Pulling fs layer [2020-06-12T05:33:30.528Z] 93b08a4f1073: Waiting [2020-06-12T05:33:30.806Z] b8cc5d1170e3: Download complete [2020-06-12T05:33:30.806Z] 9123ac7c32f7: Verifying Checksum [2020-06-12T05:33:30.806Z] 9123ac7c32f7: Download complete [2020-06-12T05:33:31.071Z] 93b08a4f1073: Verifying Checksum [2020-06-12T05:33:31.072Z] 93b08a4f1073: Download complete [2020-06-12T05:33:31.072Z] 2924cbbf6a41: Verifying Checksum [2020-06-12T05:33:31.072Z] 2924cbbf6a41: Download complete [2020-06-12T05:33:31.337Z] 9123ac7c32f7: Pull complete [2020-06-12T05:33:31.337Z] b8cc5d1170e3: Pull complete [2020-06-12T05:33:32.771Z] 2924cbbf6a41: Pull complete [2020-06-12T05:33:33.033Z] 93b08a4f1073: Pull complete [2020-06-12T05:33:33.033Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-12T05:33:33.033Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-12T05:33:33.033Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-12T05:33:33.253Z] prd-centos7-docker-4c-2g-2704 does not seem to be running inside a container [2020-06-12T05:33:33.341Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-12T05:33:35.621Z] $ docker top 701f8b757989e5ab3da96b895a79a46f051cbc8a9fc260c767974afa88d1858d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-12T05:33:35.872Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-12T05:33:35.872Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-12T05:33:36.140Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-12T05:33:36.142Z] $ docker exec 701f8b757989e5ab3da96b895a79a46f051cbc8a9fc260c767974afa88d1858d ssh-agent [2020-06-12T05:33:36.388Z] SSH_AUTH_SOCK=/tmp/ssh-ZCgXBc0c4nMT/agent.12 [2020-06-12T05:33:36.388Z] SSH_AGENT_PID=17 [2020-06-12T05:33:36.427Z] Running ssh-add (command line suppressed) [2020-06-12T05:33:36.581Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_637524749747435930.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_637524749747435930.key) [2020-06-12T05:33:36.658Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-12T05:33:37.031Z] + git describe --exact-match --tags HEAD [2020-06-12T05:33:37.031Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-12T05:33:37.326Z] $ docker exec --env ******** --env ******** 701f8b757989e5ab3da96b895a79a46f051cbc8a9fc260c767974afa88d1858d ssh-agent -k [2020-06-12T05:33:37.491Z] unset SSH_AUTH_SOCK; [2020-06-12T05:33:37.492Z] unset SSH_AGENT_PID; [2020-06-12T05:33:37.493Z] echo Agent pid 17 killed; [2020-06-12T05:33:37.548Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-12T05:33:37.588Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-12T05:33:37.588Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-12T05:33:37.634Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-12T05:33:37.634Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-12T05:33:37.855Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-12T05:33:37.858Z] $ docker exec 701f8b757989e5ab3da96b895a79a46f051cbc8a9fc260c767974afa88d1858d ssh-agent [2020-06-12T05:33:38.066Z] SSH_AUTH_SOCK=/tmp/ssh-BA67FCgQrV95/agent.46 [2020-06-12T05:33:38.066Z] SSH_AGENT_PID=51 [2020-06-12T05:33:38.074Z] Running ssh-add (command line suppressed) [2020-06-12T05:33:38.266Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_9149404783286755714.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_9149404783286755714.key) [2020-06-12T05:33:38.352Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-12T05:33:38.736Z] + git semver init [2020-06-12T05:33:38.736Z] # -> Open(): unable to determine branch for HEAD [2020-06-12T05:33:38.736Z] # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git [2020-06-12T05:33:38.736Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master [2020-06-12T05:33:38.736Z] # $SEMVER_REMOTE_NAME = origin [2020-06-12T05:33:38.736Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-12T05:33:38.736Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-12T05:33:38.736Z] # $SEMVER_BRANCH = master [2020-06-12T05:33:38.736Z] # $SEMVER_TEMP = /tmp/semver-493700394 [2020-06-12T05:33:38.736Z] # git clone --branch semver git@github.com:edgexfoundry/device-snmp-go.git $SEMVER_TEMP [2020-06-12T05:33:39.339Z] # '/tmp/semver-493700394' -> '/w/workspace/gexfoundry_device-snmp-go_master/.semver' [2020-06-12T05:33:39.339Z] # -> Force: false [2020-06-12T05:33:39.339Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver [Pipeline] } [2020-06-12T05:33:39.351Z] $ docker exec --env ******** --env ******** 701f8b757989e5ab3da96b895a79a46f051cbc8a9fc260c767974afa88d1858d ssh-agent -k [2020-06-12T05:33:39.493Z] unset SSH_AUTH_SOCK; [2020-06-12T05:33:39.493Z] unset SSH_AGENT_PID; [2020-06-12T05:33:39.493Z] echo Agent pid 51 killed; [2020-06-12T05:33:39.570Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-12T05:33:39.964Z] + git semver [Pipeline] } [2020-06-12T05:33:39.996Z] $ docker stop --time=1 701f8b757989e5ab3da96b895a79a46f051cbc8a9fc260c767974afa88d1858d [2020-06-12T05:33:41.658Z] $ docker rm -f 701f8b757989e5ab3da96b895a79a46f051cbc8a9fc260c767974afa88d1858d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-12T05:33:42.838Z] Stashed 34 file(s) [Pipeline] echo [2020-06-12T05:33:42.841Z] [edgeXSemver] initialized semver on version 1.2.1-dev.1 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-06-12T05:33:58.025Z] Still waiting to schedule task [2020-06-12T05:33:58.025Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-2704’ [2020-06-12T05:33:58.026Z] Still waiting to schedule task [2020-06-12T05:33:58.026Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-06-12T05:36:23.612Z] Running on prd-centos7-docker-4c-2g-2705 in /w/workspace/gexfoundry_device-snmp-go_master [Pipeline] { [Pipeline] ws [2020-06-12T05:36:23.638Z] Running in /w/workspace/device-snmp-go/7 [Pipeline] { [Pipeline] checkout [2020-06-12T05:36:26.388Z] using credential edgex-jenkins-ssh [2020-06-12T05:36:26.419Z] Cloning the remote Git repository [2020-06-12T05:36:26.419Z] Cloning with configured refspecs honoured and without tags [2020-06-12T05:36:26.139Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2020-06-12T05:36:26.222Z] > git init /w/workspace/device-snmp-go/7 # timeout=10 [2020-06-12T05:36:26.276Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2020-06-12T05:36:26.276Z] > git --version # timeout=10 [2020-06-12T05:36:26.285Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-12T05:36:26.321Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-12T05:36:27.190Z] Fetching without tags [2020-06-12T05:36:27.642Z] Checking out Revision f8f17c2013d07295decc13e984e4b5973bc1f0af (master) [2020-06-12T05:36:26.898Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2020-06-12T05:36:26.905Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-12T05:36:26.919Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2020-06-12T05:36:26.932Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2020-06-12T05:36:26.932Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-12T05:36:26.936Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-12T05:36:27.425Z] > git config core.sparsecheckout # timeout=10 [2020-06-12T05:36:27.455Z] > git checkout -f f8f17c2013d07295decc13e984e4b5973bc1f0af # timeout=10 [2020-06-12T05:36:31.221Z] Commit message: "Merge pull request #52 from tonyespy/update-sdk-122" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-12T05:36:32.211Z] ========================================================= [2020-06-12T05:36:32.211Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-06-12T05:36:32.211Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:36:32.856Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-06-12T05:36:33.431Z] Sending build context to Docker daemon 366.6kB [2020-06-12T05:36:33.431Z] Step 1/10 : ARG BASE=golang:1.13-alpine [2020-06-12T05:36:33.431Z] Step 2/10 : FROM ${BASE} [2020-06-12T05:36:33.695Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-06-12T05:36:33.695Z] e6b0cf9c0882: Pulling fs layer [2020-06-12T05:36:33.695Z] 2848faf0eed1: Pulling fs layer [2020-06-12T05:36:33.695Z] 0f37312ad70f: Pulling fs layer [2020-06-12T05:36:33.695Z] 5788d62ee057: Pulling fs layer [2020-06-12T05:36:33.695Z] 0e6b1d234666: Pulling fs layer [2020-06-12T05:36:33.695Z] bf5d7aec512f: Pulling fs layer [2020-06-12T05:36:33.695Z] 34c802a77dc8: Pulling fs layer [2020-06-12T05:36:33.695Z] 9eb99e56ec68: Pulling fs layer [2020-06-12T05:36:33.695Z] 27c7a5d97fbd: Pulling fs layer [2020-06-12T05:36:33.695Z] 5c102a31e300: Pulling fs layer [2020-06-12T05:36:33.695Z] dcfb455df0a1: Pulling fs layer [2020-06-12T05:36:33.695Z] 5788d62ee057: Waiting [2020-06-12T05:36:33.695Z] 27c7a5d97fbd: Waiting [2020-06-12T05:36:33.695Z] 0e6b1d234666: Waiting [2020-06-12T05:36:33.695Z] 5c102a31e300: Waiting [2020-06-12T05:36:33.695Z] bf5d7aec512f: Waiting [2020-06-12T05:36:33.695Z] dcfb455df0a1: Waiting [2020-06-12T05:36:33.695Z] 34c802a77dc8: Waiting [2020-06-12T05:36:33.695Z] 9eb99e56ec68: Waiting [2020-06-12T05:36:33.695Z] 0f37312ad70f: Verifying Checksum [2020-06-12T05:36:33.695Z] 0f37312ad70f: Download complete [2020-06-12T05:36:33.695Z] 2848faf0eed1: Verifying Checksum [2020-06-12T05:36:33.695Z] 2848faf0eed1: Download complete [2020-06-12T05:36:33.695Z] 0e6b1d234666: Verifying Checksum [2020-06-12T05:36:33.695Z] 0e6b1d234666: Download complete [2020-06-12T05:36:33.695Z] bf5d7aec512f: Verifying Checksum [2020-06-12T05:36:33.695Z] bf5d7aec512f: Download complete [2020-06-12T05:36:33.695Z] e6b0cf9c0882: Verifying Checksum [2020-06-12T05:36:33.695Z] e6b0cf9c0882: Download complete [2020-06-12T05:36:33.962Z] e6b0cf9c0882: Pull complete [2020-06-12T05:36:34.576Z] 34c802a77dc8: Verifying Checksum [2020-06-12T05:36:34.576Z] 34c802a77dc8: Download complete [2020-06-12T05:36:34.576Z] 27c7a5d97fbd: Verifying Checksum [2020-06-12T05:36:34.576Z] 27c7a5d97fbd: Download complete [2020-06-12T05:36:34.847Z] 5c102a31e300: Verifying Checksum [2020-06-12T05:36:34.847Z] 5c102a31e300: Download complete [2020-06-12T05:36:35.113Z] dcfb455df0a1: Verifying Checksum [2020-06-12T05:36:35.113Z] dcfb455df0a1: Download complete [2020-06-12T05:36:35.113Z] 5788d62ee057: Verifying Checksum [2020-06-12T05:36:35.113Z] 5788d62ee057: Download complete [2020-06-12T05:36:35.376Z] 9eb99e56ec68: Download complete [2020-06-12T05:36:36.321Z] 2848faf0eed1: Pull complete [2020-06-12T05:36:36.321Z] 0f37312ad70f: Pull complete [2020-06-12T05:36:41.626Z] 5788d62ee057: Pull complete [2020-06-12T05:36:41.890Z] 0e6b1d234666: Pull complete [2020-06-12T05:36:41.890Z] bf5d7aec512f: Pull complete [2020-06-12T05:36:48.496Z] 34c802a77dc8: Pull complete [2020-06-12T05:36:51.061Z] 9eb99e56ec68: Pull complete [2020-06-12T05:36:51.061Z] 27c7a5d97fbd: Pull complete [2020-06-12T05:36:52.008Z] 5c102a31e300: Pull complete [2020-06-12T05:36:52.008Z] dcfb455df0a1: Pull complete [2020-06-12T05:36:52.008Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-06-12T05:36:52.008Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-06-12T05:36:52.270Z] ---> 7c70fe431013 [2020-06-12T05:36:52.270Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-06-12T05:36:53.656Z] ---> Running in 460ef3737985 [2020-06-12T05:36:53.656Z] Removing intermediate container 460ef3737985 [2020-06-12T05:36:53.656Z] ---> 98a8511b8839 [2020-06-12T05:36:53.656Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-06-12T05:36:53.656Z] ---> Running in d245ef1cb118 [2020-06-12T05:36:53.924Z] Removing intermediate container d245ef1cb118 [2020-06-12T05:36:53.924Z] ---> 067a0e3a6bc4 [2020-06-12T05:36:53.924Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' [2020-06-12T05:36:53.924Z] ---> Running in 18d5f2c698d8 [2020-06-12T05:36:54.187Z] Removing intermediate container 18d5f2c698d8 [2020-06-12T05:36:54.187Z] ---> ccc7fa1db53f [2020-06-12T05:36:54.187Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-12T05:36:54.187Z] ---> Running in cec4f78bde05 [2020-06-12T05:36:55.576Z] Removing intermediate container cec4f78bde05 [2020-06-12T05:36:55.576Z] ---> d1348b184c26 [2020-06-12T05:36:55.576Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-12T05:36:55.576Z] ---> Running in 43f3a3c40226 [2020-06-12T05:36:56.518Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-12T05:36:57.461Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-12T05:36:57.720Z] OK: 143 MiB in 39 packages [2020-06-12T05:36:58.295Z] Removing intermediate container 43f3a3c40226 [2020-06-12T05:36:58.295Z] ---> c84db2c8f7ad [2020-06-12T05:36:58.295Z] Step 8/10 : WORKDIR /device-snmp-go [2020-06-12T05:36:58.295Z] ---> Running in 988326f069c5 [2020-06-12T05:36:58.295Z] Removing intermediate container 988326f069c5 [2020-06-12T05:36:58.295Z] ---> 5a792a874f94 [2020-06-12T05:36:58.295Z] Step 9/10 : COPY . . [2020-06-12T05:36:59.237Z] ---> 78b27cdf181b [2020-06-12T05:36:59.237Z] Step 10/10 : RUN go mod download [2020-06-12T05:36:59.237Z] ---> Running in a0ad0c117d8d [2020-06-12T05:37:01.148Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-12T05:37:01.148Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-12T05:37:01.148Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-12T05:37:01.148Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-12T05:37:01.148Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-12T05:37:01.148Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-12T05:37:01.148Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-12T05:37:01.148Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-12T05:37:01.148Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-12T05:37:01.148Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-12T05:37:01.148Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-12T05:37:01.148Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-12T05:37:01.148Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-12T05:37:01.148Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-12T05:37:01.148Z] go: finding github.com/fatih/color v1.7.0 [2020-06-12T05:37:01.148Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-12T05:37:01.148Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-12T05:37:01.148Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-12T05:37:01.148Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-12T05:37:01.408Z] go: finding github.com/golang/mock v1.2.0 [2020-06-12T05:37:01.408Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-12T05:37:01.408Z] go: finding github.com/google/uuid v1.1.0 [2020-06-12T05:37:01.408Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-12T05:37:01.408Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-12T05:37:01.408Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-12T05:37:01.408Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-12T05:37:01.408Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-12T05:37:01.408Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-12T05:37:01.408Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-12T05:37:01.408Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-12T05:37:01.683Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-12T05:37:01.683Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-12T05:37:01.683Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-12T05:37:01.683Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-12T05:37:01.683Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-12T05:37:01.683Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-12T05:37:01.683Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-12T05:37:01.683Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-12T05:37:01.683Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-12T05:37:01.944Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-12T05:37:01.944Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-12T05:37:01.944Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-12T05:37:01.944Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-12T05:37:01.944Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-12T05:37:01.944Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-12T05:37:01.944Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-12T05:37:01.944Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-12T05:37:02.204Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-12T05:37:02.204Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-12T05:37:02.204Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-12T05:37:02.204Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-12T05:37:02.204Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-12T05:37:02.204Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-12T05:37:02.204Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-12T05:37:02.204Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-12T05:37:02.204Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-12T05:37:02.204Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-12T05:37:02.204Z] go: finding github.com/posener/complete v1.1.1 [2020-06-12T05:37:02.464Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-12T05:37:02.464Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-12T05:37:02.464Z] go: finding github.com/soniah/gosnmp v1.21.0 [2020-06-12T05:37:02.464Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-12T05:37:02.464Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-12T05:37:02.464Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-12T05:37:02.464Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-12T05:37:02.464Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-12T05:37:02.464Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-06-12T05:37:02.726Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-12T05:37:02.726Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-12T05:37:02.726Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-12T05:37:02.726Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-12T05:37:10.875Z] Removing intermediate container a0ad0c117d8d [2020-06-12T05:37:10.875Z] ---> f643ebe88e1b [2020-06-12T05:37:10.875Z] Successfully built f643ebe88e1b [2020-06-12T05:37:10.875Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:37:11.454Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-12T05:37:11.455Z] . [Pipeline] withDockerContainer [2020-06-12T05:37:11.550Z] prd-centos7-docker-4c-2g-2705 does not seem to be running inside a container [2020-06-12T05:37:11.596Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/7 -v /w/workspace/device-snmp-go/7:/w/workspace/device-snmp-go/7:rw,z -v /w/workspace/device-snmp-go/7@tmp:/w/workspace/device-snmp-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-06-12T05:37:12.753Z] $ docker top be407f3d565ebdcd4277da98fb17a913ad06fdeaee7d28a625dacca377ee43db -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-12T05:37:13.192Z] + go version [2020-06-12T05:37:13.192Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-06-12T05:37:13.504Z] + make test [2020-06-12T05:37:13.504Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-06-12T05:37:14.081Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2020-06-12T05:37:24.218Z] ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] [2020-06-12T05:37:24.218Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.005s coverage: 0.0% of statements [2020-06-12T05:37:24.218Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-12T05:37:25.181Z] gofmt -l . [2020-06-12T05:37:25.181Z] [ "`gofmt -l .`" = "" ] [2020-06-12T05:37:25.181Z] ./bin/test-attribution-txt.sh [2020-06-12T05:37:25.753Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-06-12T05:37:26.250Z] Stashed 1 file(s) [Pipeline] } [2020-06-12T05:37:26.268Z] $ docker stop --time=1 be407f3d565ebdcd4277da98fb17a913ad06fdeaee7d28a625dacca377ee43db [2020-06-12T05:37:28.402Z] $ docker rm -f be407f3d565ebdcd4277da98fb17a913ad06fdeaee7d28a625dacca377ee43db [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2020-06-12T05:37:29.256Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2706 in /w/workspace/gexfoundry_device-snmp-go_master [Pipeline] { [Pipeline] sh [Pipeline] ws [2020-06-12T05:37:30.177Z] Running in /w/workspace/device-snmp-go/7 [Pipeline] { [Pipeline] checkout [2020-06-12T05:37:30.410Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-12T05:37:30.704Z] + ls -al . [2020-06-12T05:37:30.704Z] total 104 [2020-06-12T05:37:30.704Z] drwxrwxr-x. 8 jenkins jenkins 4096 Jun 12 05:37 . [2020-06-12T05:37:30.704Z] drwxrwxr-x. 4 jenkins jenkins 28 Jun 12 05:36 .. [2020-06-12T05:37:30.704Z] -rw-rw-r--. 1 jenkins jenkins 4910 Jun 12 05:36 Attribution.txt [2020-06-12T05:37:30.704Z] drwxrwxr-x. 2 jenkins jenkins 87 Jun 12 05:36 bin [2020-06-12T05:37:30.704Z] drwxrwxr-x. 3 jenkins jenkins 32 Jun 12 05:36 cmd [2020-06-12T05:37:30.704Z] -rw-r--r--. 1 jenkins jenkins 8493 Jun 12 05:37 coverage.out [2020-06-12T05:37:30.704Z] -rw-rw-r--. 1 jenkins jenkins 994 Jun 12 05:36 Dockerfile [2020-06-12T05:37:30.704Z] -rw-rw-r--. 1 jenkins jenkins 409 Jun 12 05:36 Dockerfile.build [2020-06-12T05:37:30.704Z] -rw-rw-r--. 1 jenkins jenkins 6 Jun 12 05:36 .dockerignore [2020-06-12T05:37:30.704Z] drwxrwxr-x. 8 jenkins jenkins 162 Jun 12 05:36 .git [2020-06-12T05:37:30.704Z] -rw-rw-r--. 1 jenkins jenkins 272 Jun 12 05:36 .gitignore [2020-06-12T05:37:30.704Z] -rw-r--r--. 1 jenkins jenkins 203 Jun 12 05:37 go.mod [2020-06-12T05:37:30.704Z] -rw-r--r--. 1 jenkins jenkins 12704 Jun 12 05:37 go.sum [2020-06-12T05:37:30.704Z] drwxrwxr-x. 3 jenkins jenkins 20 Jun 12 05:36 internal [2020-06-12T05:37:30.704Z] -rw-rw-r--. 1 jenkins jenkins 678 Jun 12 05:36 Jenkinsfile [2020-06-12T05:37:30.704Z] -rw-rw-r--. 1 jenkins jenkins 11340 Jun 12 05:36 LICENSE [2020-06-12T05:37:30.704Z] -rw-rw-r--. 1 jenkins jenkins 937 Jun 12 05:36 Makefile [2020-06-12T05:37:30.704Z] drwxrwxr-x. 2 jenkins jenkins 84 Jun 12 05:36 profiles [2020-06-12T05:37:30.704Z] -rw-rw-r--. 1 jenkins jenkins 12398 Jun 12 05:36 README.md [2020-06-12T05:37:30.704Z] drwxrwxr-x. 3 jenkins jenkins 61 Jun 12 05:36 .semver [2020-06-12T05:37:30.704Z] -rw-rw-r--. 1 jenkins jenkins 11 Jun 12 05:33 VERSION [2020-06-12T05:37:30.704Z] -rw-rw-r--. 1 jenkins jenkins 209 Jun 12 05:36 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:37:31.008Z] + 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=f8f17c2013d07295decc13e984e4b5973bc1f0af --label arch=amd64 --label version=1.2.1-dev.1 . [2020-06-12T05:37:31.008Z] Sending build context to Docker daemon 375.8kB [2020-06-12T05:37:31.008Z] Step 1/25 : ARG BASE=golang:1.13-alpine [2020-06-12T05:37:31.008Z] Step 2/25 : FROM ${BASE} AS builder [2020-06-12T05:37:31.008Z] ---> f643ebe88e1b [2020-06-12T05:37:31.008Z] Step 3/25 : ARG MAKE='make build' [2020-06-12T05:37:31.268Z] ---> Running in 56b85c0d02c5 [2020-06-12T05:37:31.268Z] Removing intermediate container 56b85c0d02c5 [2020-06-12T05:37:31.268Z] ---> d04c4075a8db [2020-06-12T05:37:31.268Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git" [2020-06-12T05:37:31.530Z] ---> Running in 4110c3b847e8 [2020-06-12T05:37:31.530Z] Removing intermediate container 4110c3b847e8 [2020-06-12T05:37:31.530Z] ---> 06bf35bcd6ba [2020-06-12T05:37:31.530Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2020-06-12T05:37:31.530Z] ---> Running in a4a35610bdbe [2020-06-12T05:37:31.792Z] Removing intermediate container a4a35610bdbe [2020-06-12T05:37:31.792Z] ---> d14da2a83e9a [2020-06-12T05:37:31.792Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-12T05:37:31.792Z] ---> Running in 39c7de4b839a [2020-06-12T05:37:32.736Z] Removing intermediate container 39c7de4b839a [2020-06-12T05:37:32.736Z] ---> 94ef389d4207 [2020-06-12T05:37:32.736Z] Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-12T05:37:32.736Z] ---> Running in 71524464edb7 [2020-06-12T05:37:32.998Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-12T05:37:33.943Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-12T05:37:34.205Z] OK: 143 MiB in 39 packages [2020-06-12T05:37:34.465Z] Removing intermediate container 71524464edb7 [2020-06-12T05:37:34.465Z] ---> 49427e0e4103 [2020-06-12T05:37:34.465Z] Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-snmp-go [2020-06-12T05:37:34.727Z] ---> Running in 92371f2f99e7 [2020-06-12T05:37:34.727Z] Removing intermediate container 92371f2f99e7 [2020-06-12T05:37:34.727Z] ---> f6a23d177570 [2020-06-12T05:37:34.727Z] Step 9/25 : COPY go.mod . [2020-06-12T05:37:34.989Z] ---> e36b5c06cd2c [2020-06-12T05:37:34.989Z] Step 10/25 : COPY Makefile . [2020-06-12T05:37:35.143Z] using credential edgex-jenkins-ssh [2020-06-12T05:37:35.178Z] Cloning the remote Git repository [2020-06-12T05:37:35.178Z] Cloning with configured refspecs honoured and without tags [2020-06-12T05:37:35.250Z] ---> eb8ec97fffd3 [2020-06-12T05:37:35.250Z] Step 11/25 : RUN make update [2020-06-12T05:37:35.250Z] ---> Running in eeca735625aa [2020-06-12T05:37:35.512Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-06-12T05:37:36.086Z] Removing intermediate container eeca735625aa [2020-06-12T05:37:36.086Z] ---> 6f6e54e2299b [2020-06-12T05:37:36.086Z] Step 12/25 : COPY . . [2020-06-12T05:37:36.207Z] Fetching without tags [2020-06-12T05:37:35.247Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2020-06-12T05:37:35.364Z] > git init /w/workspace/device-snmp-go/7 # timeout=10 [2020-06-12T05:37:35.439Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2020-06-12T05:37:35.440Z] > git --version # timeout=10 [2020-06-12T05:37:35.463Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-12T05:37:35.544Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-12T05:37:36.142Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2020-06-12T05:37:36.160Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-12T05:37:36.192Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2020-06-12T05:37:36.223Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2020-06-12T05:37:36.223Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-12T05:37:36.236Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-12T05:37:36.672Z] ---> 75f66617d897 [2020-06-12T05:37:36.672Z] Step 13/25 : RUN ${MAKE} [2020-06-12T05:37:36.672Z] ---> Running in 2498bffeb63a [2020-06-12T05:37:36.717Z] Checking out Revision f8f17c2013d07295decc13e984e4b5973bc1f0af (master) [2020-06-12T05:37:37.243Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=1.2.1-dev.1" -o cmd/device-snmp-go ./cmd [2020-06-12T05:37:36.736Z] > git config core.sparsecheckout # timeout=10 [2020-06-12T05:37:36.764Z] > git checkout -f f8f17c2013d07295decc13e984e4b5973bc1f0af # timeout=10 [2020-06-12T05:37:41.289Z] Commit message: "Merge pull request #52 from tonyespy/update-sdk-122" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-12T05:37:42.077Z] ========================================================= [2020-06-12T05:37:42.077Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-12T05:37:42.077Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:37:43.134Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-06-12T05:37:43.752Z] Sending build context to Docker daemon 366.6kB [2020-06-12T05:37:44.036Z] Step 1/10 : ARG BASE=golang:1.13-alpine [2020-06-12T05:37:44.036Z] Step 2/10 : FROM ${BASE} [2020-06-12T05:37:44.315Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-06-12T05:37:44.315Z] cde5963f3b93: Pulling fs layer [2020-06-12T05:37:44.315Z] 2a23fa8c16f7: Pulling fs layer [2020-06-12T05:37:44.315Z] 777b28850792: Pulling fs layer [2020-06-12T05:37:44.315Z] 8a11ddd9e578: Pulling fs layer [2020-06-12T05:37:44.315Z] 4cf88f913ddb: Pulling fs layer [2020-06-12T05:37:44.315Z] 1df406cf5192: Pulling fs layer [2020-06-12T05:37:44.315Z] cd6300453558: Pulling fs layer [2020-06-12T05:37:44.315Z] b9c365052c96: Pulling fs layer [2020-06-12T05:37:44.315Z] a2d8cc88f415: Pulling fs layer [2020-06-12T05:37:44.315Z] ea1d1ca13537: Pulling fs layer [2020-06-12T05:37:44.315Z] 3750a50a1c5e: Pulling fs layer [2020-06-12T05:37:44.315Z] 8a11ddd9e578: Waiting [2020-06-12T05:37:44.315Z] 4cf88f913ddb: Waiting [2020-06-12T05:37:44.315Z] 1df406cf5192: Waiting [2020-06-12T05:37:44.315Z] cd6300453558: Waiting [2020-06-12T05:37:44.315Z] b9c365052c96: Waiting [2020-06-12T05:37:44.315Z] a2d8cc88f415: Waiting [2020-06-12T05:37:44.315Z] ea1d1ca13537: Waiting [2020-06-12T05:37:44.315Z] 3750a50a1c5e: Waiting [2020-06-12T05:37:44.315Z] 777b28850792: Verifying Checksum [2020-06-12T05:37:44.315Z] 777b28850792: Download complete [2020-06-12T05:37:44.315Z] 2a23fa8c16f7: Verifying Checksum [2020-06-12T05:37:44.315Z] 2a23fa8c16f7: Download complete [2020-06-12T05:37:44.315Z] 4cf88f913ddb: Verifying Checksum [2020-06-12T05:37:44.315Z] 4cf88f913ddb: Download complete [2020-06-12T05:37:44.315Z] 1df406cf5192: Verifying Checksum [2020-06-12T05:37:44.315Z] 1df406cf5192: Download complete [2020-06-12T05:37:44.315Z] cde5963f3b93: Verifying Checksum [2020-06-12T05:37:44.315Z] cde5963f3b93: Download complete [2020-06-12T05:37:45.308Z] cde5963f3b93: Pull complete [2020-06-12T05:37:45.454Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-12T05:37:45.939Z] 2a23fa8c16f7: Pull complete [2020-06-12T05:37:46.576Z] 777b28850792: Pull complete [2020-06-12T05:37:46.852Z] cd6300453558: Verifying Checksum [2020-06-12T05:37:46.852Z] cd6300453558: Download complete [2020-06-12T05:37:46.852Z] a2d8cc88f415: Download complete [2020-06-12T05:37:47.842Z] ea1d1ca13537: Verifying Checksum [2020-06-12T05:37:47.842Z] ea1d1ca13537: Download complete [2020-06-12T05:37:48.448Z] 3750a50a1c5e: Download complete [2020-06-12T05:37:48.726Z] b9c365052c96: Verifying Checksum [2020-06-12T05:37:48.726Z] b9c365052c96: Download complete [2020-06-12T05:37:49.700Z] Removing intermediate container 2498bffeb63a [2020-06-12T05:37:49.700Z] ---> 03e589b2bc58 [2020-06-12T05:37:49.700Z] Step 14/25 : FROM alpine [2020-06-12T05:37:49.960Z] latest: Pulling from library/alpine [2020-06-12T05:37:49.960Z] df20fa9351a1: Pulling fs layer [2020-06-12T05:37:50.170Z] 8a11ddd9e578: Verifying Checksum [2020-06-12T05:37:50.170Z] 8a11ddd9e578: Download complete [2020-06-12T05:37:50.221Z] df20fa9351a1: Download complete [2020-06-12T05:37:50.482Z] df20fa9351a1: Pull complete [2020-06-12T05:37:50.482Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-12T05:37:50.482Z] Status: Downloaded newer image for alpine:latest [2020-06-12T05:37:50.482Z] ---> a24bb4013296 [2020-06-12T05:37:50.482Z] Step 15/25 : ENV APP_PORT=49993 [2020-06-12T05:37:50.482Z] ---> Running in 498b21a5c537 [2020-06-12T05:37:50.743Z] Removing intermediate container 498b21a5c537 [2020-06-12T05:37:50.743Z] ---> 6b738c2b39f7 [2020-06-12T05:37:50.743Z] Step 16/25 : EXPOSE $APP_PORT [2020-06-12T05:37:50.743Z] ---> Running in 34af223b4ffe [2020-06-12T05:37:50.743Z] Removing intermediate container 34af223b4ffe [2020-06-12T05:37:50.743Z] ---> d852c7a273b9 [2020-06-12T05:37:50.743Z] Step 17/25 : ENV DEVICE_PORT=161 [2020-06-12T05:37:51.004Z] ---> Running in b2618a97c020 [2020-06-12T05:37:51.004Z] Removing intermediate container b2618a97c020 [2020-06-12T05:37:51.004Z] ---> d8be24531863 [2020-06-12T05:37:51.004Z] Step 18/25 : EXPOSE $DEVICE_PORT [2020-06-12T05:37:51.004Z] ---> Running in b4a53505b336 [2020-06-12T05:37:51.265Z] Removing intermediate container b4a53505b336 [2020-06-12T05:37:51.265Z] ---> fa5a766bc34f [2020-06-12T05:37:51.265Z] Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/cmd / [2020-06-12T05:37:51.838Z] ---> 890677fa2082 [2020-06-12T05:37:51.838Z] Step 20/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/Attribution.txt / [2020-06-12T05:37:51.838Z] ---> b7bcc8f59e56 [2020-06-12T05:37:51.838Z] Step 21/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/LICENSE / [2020-06-12T05:37:52.100Z] ---> fc6b90c94e76 [2020-06-12T05:37:52.100Z] Step 22/25 : ENTRYPOINT ["/device-snmp-go","--cp=consul://edgex-core-consul:8500","--confdir=/res","--registry"] [2020-06-12T05:37:52.100Z] ---> Running in cb7a0ad17257 [2020-06-12T05:37:52.361Z] Removing intermediate container cb7a0ad17257 [2020-06-12T05:37:52.361Z] ---> bd5f420caa91 [2020-06-12T05:37:52.361Z] Step 23/25 : LABEL arch=amd64 [2020-06-12T05:37:52.361Z] ---> Running in d5ff94e39ea3 [2020-06-12T05:37:52.622Z] Removing intermediate container d5ff94e39ea3 [2020-06-12T05:37:52.622Z] ---> ecea20d5672f [2020-06-12T05:37:52.622Z] Step 24/25 : LABEL git_sha=f8f17c2013d07295decc13e984e4b5973bc1f0af [2020-06-12T05:37:52.622Z] ---> Running in 94a09ac44b88 [2020-06-12T05:37:52.622Z] Removing intermediate container 94a09ac44b88 [2020-06-12T05:37:52.622Z] ---> 6e66bebb9bc5 [2020-06-12T05:37:52.622Z] Step 25/25 : LABEL version=1.2.1-dev.1 [2020-06-12T05:37:52.882Z] ---> Running in 5469983d0bb4 [2020-06-12T05:37:52.882Z] Removing intermediate container 5469983d0bb4 [2020-06-12T05:37:52.882Z] ---> dc85588d3c8c [2020-06-12T05:37:52.882Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-12T05:37:52.882Z] Successfully built dc85588d3c8c [2020-06-12T05:37:52.882Z] Successfully tagged docker-device-snmp-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-06-12T05:37:53.129Z] provisioning config files... [2020-06-12T05:37:53.167Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/7@tmp/config1529125079134785519tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-06-12T05:37:53.493Z] nexus3.edgexfoundry.org:10001 [2020-06-12T05:37:53.494Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-12T05:37:53.757Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-12T05:37:53.757Z] Configure a credential helper to remove this warning. See [2020-06-12T05:37:53.757Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-12T05:37:53.757Z] [2020-06-12T05:37:53.757Z] Login Succeeded [2020-06-12T05:37:53.757Z] nexus3.edgexfoundry.org:10002 [2020-06-12T05:37:53.757Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-12T05:37:53.757Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-12T05:37:53.757Z] Configure a credential helper to remove this warning. See [2020-06-12T05:37:53.757Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-12T05:37:53.757Z] [2020-06-12T05:37:53.757Z] Login Succeeded [2020-06-12T05:37:53.757Z] nexus3.edgexfoundry.org:10003 [2020-06-12T05:37:54.017Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-12T05:37:54.017Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-12T05:37:54.017Z] Configure a credential helper to remove this warning. See [2020-06-12T05:37:54.017Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-12T05:37:54.017Z] [2020-06-12T05:37:54.017Z] Login Succeeded [2020-06-12T05:37:54.017Z] nexus3.edgexfoundry.org:10004 [2020-06-12T05:37:54.017Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-12T05:37:54.277Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-12T05:37:54.277Z] Configure a credential helper to remove this warning. See [2020-06-12T05:37:54.277Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-12T05:37:54.277Z] [2020-06-12T05:37:54.277Z] Login Succeeded [2020-06-12T05:37:54.277Z] docker.io [2020-06-12T05:37:54.277Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-12T05:37:54.537Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-12T05:37:54.537Z] Configure a credential helper to remove this warning. See [2020-06-12T05:37:54.537Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-12T05:37:54.537Z] [2020-06-12T05:37:54.537Z] Login Succeeded [Pipeline] } [2020-06-12T05:37:54.546Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-12T05:37:54.652Z] [edgeXDocker.push] Tagging docker image docker-device-snmp-go with the following tags: [2020-06-12T05:37:54.652Z] f8f17c2013d07295decc13e984e4b5973bc1f0af [2020-06-12T05:37:54.652Z] latest [2020-06-12T05:37:54.652Z] 1.2.1-dev.1 [2020-06-12T05:37:54.652Z] f8f17c2013d07295decc13e984e4b5973bc1f0af-1.2.1-dev.1 [2020-06-12T05:37:54.652Z] master [2020-06-12T05:37:54.652Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:37:55.051Z] + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:f8f17c2013d07295decc13e984e4b5973bc1f0af [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:37:55.346Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:f8f17c2013d07295decc13e984e4b5973bc1f0af [2020-06-12T05:37:55.346Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] [2020-06-12T05:37:55.346Z] b13aeaa8e66e: Preparing [2020-06-12T05:37:55.346Z] 091859ab0805: Preparing [2020-06-12T05:37:55.346Z] a23d0f0ebf6e: Preparing [2020-06-12T05:37:55.346Z] 50644c29ef5a: Preparing [2020-06-12T05:37:55.346Z] 50644c29ef5a: Layer already exists [2020-06-12T05:37:55.346Z] b13aeaa8e66e: Pushed [2020-06-12T05:37:55.346Z] 091859ab0805: Pushed [2020-06-12T05:37:56.292Z] a23d0f0ebf6e: Pushed [2020-06-12T05:37:56.553Z] f8f17c2013d07295decc13e984e4b5973bc1f0af: digest: sha256:b4822c838ec02b66567124eb4da80334286daea948e6c693697a1f051c287f0e size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:37:56.853Z] + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:latest [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:37:57.146Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:latest [2020-06-12T05:37:57.146Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] [2020-06-12T05:37:57.146Z] b13aeaa8e66e: Preparing [2020-06-12T05:37:57.146Z] 091859ab0805: Preparing [2020-06-12T05:37:57.146Z] a23d0f0ebf6e: Preparing [2020-06-12T05:37:57.146Z] 50644c29ef5a: Preparing [2020-06-12T05:37:57.146Z] a23d0f0ebf6e: Layer already exists [2020-06-12T05:37:57.146Z] b13aeaa8e66e: Layer already exists [2020-06-12T05:37:57.146Z] 091859ab0805: Layer already exists [2020-06-12T05:37:57.146Z] 50644c29ef5a: Layer already exists [2020-06-12T05:37:57.146Z] latest: digest: sha256:b4822c838ec02b66567124eb4da80334286daea948e6c693697a1f051c287f0e size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:37:57.448Z] + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1.2.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:37:57.744Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1.2.1-dev.1 [2020-06-12T05:37:57.744Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] [2020-06-12T05:37:57.744Z] b13aeaa8e66e: Preparing [2020-06-12T05:37:57.744Z] 091859ab0805: Preparing [2020-06-12T05:37:57.744Z] a23d0f0ebf6e: Preparing [2020-06-12T05:37:57.744Z] 50644c29ef5a: Preparing [2020-06-12T05:37:57.744Z] a23d0f0ebf6e: Layer already exists [2020-06-12T05:37:57.744Z] 091859ab0805: Layer already exists [2020-06-12T05:37:57.744Z] b13aeaa8e66e: Layer already exists [2020-06-12T05:37:57.744Z] 50644c29ef5a: Layer already exists [2020-06-12T05:37:57.744Z] 1.2.1-dev.1: digest: sha256:b4822c838ec02b66567124eb4da80334286daea948e6c693697a1f051c287f0e size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:37:58.053Z] + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:f8f17c2013d07295decc13e984e4b5973bc1f0af-1.2.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:37:58.350Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:f8f17c2013d07295decc13e984e4b5973bc1f0af-1.2.1-dev.1 [2020-06-12T05:37:58.350Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] [2020-06-12T05:37:58.350Z] b13aeaa8e66e: Preparing [2020-06-12T05:37:58.350Z] 091859ab0805: Preparing [2020-06-12T05:37:58.350Z] a23d0f0ebf6e: Preparing [2020-06-12T05:37:58.350Z] 50644c29ef5a: Preparing [2020-06-12T05:37:58.350Z] b13aeaa8e66e: Layer already exists [2020-06-12T05:37:58.350Z] 50644c29ef5a: Layer already exists [2020-06-12T05:37:58.350Z] 091859ab0805: Layer already exists [2020-06-12T05:37:58.350Z] a23d0f0ebf6e: Layer already exists [2020-06-12T05:37:58.350Z] f8f17c2013d07295decc13e984e4b5973bc1f0af-1.2.1-dev.1: digest: sha256:b4822c838ec02b66567124eb4da80334286daea948e6c693697a1f051c287f0e size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:37:58.653Z] + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:master [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:37:58.945Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:master [2020-06-12T05:37:58.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] [2020-06-12T05:37:58.945Z] b13aeaa8e66e: Preparing [2020-06-12T05:37:58.945Z] 091859ab0805: Preparing [2020-06-12T05:37:58.945Z] a23d0f0ebf6e: Preparing [2020-06-12T05:37:58.945Z] 50644c29ef5a: Preparing [2020-06-12T05:37:58.945Z] b13aeaa8e66e: Layer already exists [2020-06-12T05:37:58.945Z] 091859ab0805: Layer already exists [2020-06-12T05:37:58.945Z] a23d0f0ebf6e: Layer already exists [2020-06-12T05:37:58.945Z] 50644c29ef5a: Layer already exists [2020-06-12T05:37:58.945Z] master: digest: sha256:b4822c838ec02b66567124eb4da80334286daea948e6c693697a1f051c287f0e size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-06-12T05:38:02.600Z] 8a11ddd9e578: Pull complete [2020-06-12T05:38:02.600Z] 4cf88f913ddb: Pull complete [2020-06-12T05:38:02.600Z] 1df406cf5192: Pull complete [2020-06-12T05:38:06.940Z] cd6300453558: Pull complete [2020-06-12T05:38:11.258Z] b9c365052c96: Pull complete [2020-06-12T05:38:11.531Z] a2d8cc88f415: Pull complete [2020-06-12T05:38:13.531Z] ea1d1ca13537: Pull complete [2020-06-12T05:38:13.804Z] 3750a50a1c5e: Pull complete [2020-06-12T05:38:14.077Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-06-12T05:38:14.077Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-12T05:38:14.077Z] ---> 78745c68409d [2020-06-12T05:38:14.077Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-06-12T05:38:18.405Z] ---> Running in 599fc4e90f9b [2020-06-12T05:38:18.405Z] Removing intermediate container 599fc4e90f9b [2020-06-12T05:38:18.405Z] ---> 6cd615cebb94 [2020-06-12T05:38:18.405Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-06-12T05:38:18.405Z] ---> Running in 8f3858c11ade [2020-06-12T05:38:18.680Z] Removing intermediate container 8f3858c11ade [2020-06-12T05:38:18.680Z] ---> 0ae5447f112c [2020-06-12T05:38:18.680Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' [2020-06-12T05:38:18.680Z] ---> Running in d43119cf7548 [2020-06-12T05:38:19.277Z] Removing intermediate container d43119cf7548 [2020-06-12T05:38:19.277Z] ---> cb8ab3cce864 [2020-06-12T05:38:19.277Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-12T05:38:19.277Z] ---> Running in c20ba294ca04 [2020-06-12T05:38:21.890Z] Removing intermediate container c20ba294ca04 [2020-06-12T05:38:21.890Z] ---> 328c5e031f47 [2020-06-12T05:38:21.890Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-12T05:38:22.172Z] ---> Running in 97d6adab1b59 [2020-06-12T05:38:23.612Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-12T05:38:24.202Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-12T05:38:24.797Z] OK: 125 MiB in 39 packages [2020-06-12T05:38:25.770Z] Removing intermediate container 97d6adab1b59 [2020-06-12T05:38:25.770Z] ---> fc5222fa4be1 [2020-06-12T05:38:25.770Z] Step 8/10 : WORKDIR /device-snmp-go [2020-06-12T05:38:26.042Z] ---> Running in d4ad3526db39 [2020-06-12T05:38:26.634Z] Removing intermediate container d4ad3526db39 [2020-06-12T05:38:26.634Z] ---> bf48d61d626a [2020-06-12T05:38:26.634Z] Step 9/10 : COPY . . [2020-06-12T05:38:27.239Z] ---> ae353b261dec [2020-06-12T05:38:27.239Z] Step 10/10 : RUN go mod download [2020-06-12T05:38:27.510Z] ---> Running in e4641731413f [2020-06-12T05:38:30.133Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-12T05:38:30.133Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-12T05:38:30.133Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-12T05:38:30.133Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-12T05:38:30.133Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-12T05:38:30.133Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-12T05:38:30.133Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-12T05:38:30.133Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-12T05:38:30.133Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-12T05:38:30.133Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-12T05:38:30.133Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-12T05:38:30.133Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-12T05:38:30.133Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-12T05:38:30.133Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-12T05:38:30.133Z] go: finding github.com/fatih/color v1.7.0 [2020-06-12T05:38:30.133Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-12T05:38:30.133Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-12T05:38:30.133Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-12T05:38:30.133Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-12T05:38:30.133Z] go: finding github.com/golang/mock v1.2.0 [2020-06-12T05:38:30.133Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-12T05:38:30.133Z] go: finding github.com/google/uuid v1.1.0 [2020-06-12T05:38:30.133Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-12T05:38:30.133Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-12T05:38:30.133Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-12T05:38:30.134Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-12T05:38:30.134Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-12T05:38:30.134Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-12T05:38:30.134Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-12T05:38:30.134Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-12T05:38:30.134Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-12T05:38:30.134Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-12T05:38:30.134Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-12T05:38:30.134Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-12T05:38:30.134Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-12T05:38:30.134Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-12T05:38:30.134Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-12T05:38:30.134Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-12T05:38:30.134Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-12T05:38:30.134Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-12T05:38:30.134Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-12T05:38:30.134Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-12T05:38:30.134Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-12T05:38:30.134Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-12T05:38:30.134Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-12T05:38:30.134Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-12T05:38:30.134Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-12T05:38:30.408Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-12T05:38:30.408Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-12T05:38:30.408Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-12T05:38:30.408Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-12T05:38:30.408Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-12T05:38:30.408Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-12T05:38:30.408Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-12T05:38:30.408Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-12T05:38:30.408Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-12T05:38:30.408Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-12T05:38:30.408Z] go: finding github.com/posener/complete v1.1.1 [2020-06-12T05:38:30.408Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-12T05:38:30.408Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-12T05:38:30.408Z] go: finding github.com/soniah/gosnmp v1.21.0 [2020-06-12T05:38:30.408Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-12T05:38:30.408Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-12T05:38:30.408Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-12T05:38:30.408Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-12T05:38:30.408Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-12T05:38:30.408Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-06-12T05:38:30.408Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-12T05:38:30.408Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-12T05:38:30.408Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-12T05:38:30.408Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-12T05:38:40.596Z] Removing intermediate container e4641731413f [2020-06-12T05:38:40.596Z] ---> 2642d64c0b4e [2020-06-12T05:38:40.596Z] Successfully built 2642d64c0b4e [2020-06-12T05:38:40.596Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:38:41.172Z] + docker inspect -f . ci-base-image-arm64 [2020-06-12T05:38:41.172Z] . [Pipeline] withDockerContainer [2020-06-12T05:38:41.456Z] prd-ubuntu18.04-docker-arm64-4c-16g-2706 does not seem to be running inside a container [2020-06-12T05:38:41.539Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/7 -v /w/workspace/device-snmp-go/7:/w/workspace/device-snmp-go/7:rw,z -v /w/workspace/device-snmp-go/7@tmp:/w/workspace/device-snmp-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-06-12T05:38:43.439Z] $ docker top 911d87ef9ace4ddbd99512570c0f4033589629d07ef0880e7103498cc4c1af33 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-12T05:38:44.814Z] + go version [2020-06-12T05:38:44.814Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-06-12T05:38:45.861Z] + make test [2020-06-12T05:38:45.861Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-06-12T05:38:46.848Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2020-06-12T05:39:19.218Z] ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] [2020-06-12T05:39:19.218Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.017s coverage: 0.0% of statements [2020-06-12T05:39:19.218Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-12T05:39:21.194Z] gofmt -l . [2020-06-12T05:39:21.194Z] [ "`gofmt -l .`" = "" ] [2020-06-12T05:39:21.194Z] ./bin/test-attribution-txt.sh [2020-06-12T05:39:21.467Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-06-12T05:39:22.106Z] Warning: overwriting stash ‘coverage-report’ [2020-06-12T05:39:22.490Z] Stashed 1 file(s) [Pipeline] } [2020-06-12T05:39:22.491Z] $ docker stop --time=1 911d87ef9ace4ddbd99512570c0f4033589629d07ef0880e7103498cc4c1af33 [2020-06-12T05:39:24.737Z] $ docker rm -f 911d87ef9ace4ddbd99512570c0f4033589629d07ef0880e7103498cc4c1af33 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-12T05:39:25.752Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-12T05:39:26.117Z] + ls -al . [2020-06-12T05:39:26.117Z] total 132 [2020-06-12T05:39:26.117Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 12 05:39 . [2020-06-12T05:39:26.117Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 12 05:37 .. [2020-06-12T05:39:26.117Z] -rw-rw-r-- 1 jenkins jenkins 6 Jun 12 05:37 .dockerignore [2020-06-12T05:39:26.117Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 12 05:37 .git [2020-06-12T05:39:26.117Z] -rw-rw-r-- 1 jenkins jenkins 272 Jun 12 05:37 .gitignore [2020-06-12T05:39:26.117Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 12 05:37 .semver [2020-06-12T05:39:26.117Z] -rw-rw-r-- 1 jenkins jenkins 4910 Jun 12 05:37 Attribution.txt [2020-06-12T05:39:26.117Z] -rw-rw-r-- 1 jenkins jenkins 994 Jun 12 05:37 Dockerfile [2020-06-12T05:39:26.117Z] -rw-rw-r-- 1 jenkins jenkins 409 Jun 12 05:37 Dockerfile.build [2020-06-12T05:39:26.117Z] -rw-rw-r-- 1 jenkins jenkins 678 Jun 12 05:37 Jenkinsfile [2020-06-12T05:39:26.117Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jun 12 05:37 LICENSE [2020-06-12T05:39:26.117Z] -rw-rw-r-- 1 jenkins jenkins 937 Jun 12 05:37 Makefile [2020-06-12T05:39:26.117Z] -rw-rw-r-- 1 jenkins jenkins 12398 Jun 12 05:37 README.md [2020-06-12T05:39:26.117Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 12 05:33 VERSION [2020-06-12T05:39:26.117Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 12 05:37 bin [2020-06-12T05:39:26.117Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 12 05:37 cmd [2020-06-12T05:39:26.118Z] -rw-r--r-- 1 jenkins jenkins 8493 Jun 12 05:39 coverage.out [2020-06-12T05:39:26.118Z] -rw-r--r-- 1 jenkins jenkins 203 Jun 12 05:39 go.mod [2020-06-12T05:39:26.118Z] -rw-r--r-- 1 jenkins jenkins 12704 Jun 12 05:39 go.sum [2020-06-12T05:39:26.118Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 12 05:37 internal [2020-06-12T05:39:26.118Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 12 05:37 profiles [2020-06-12T05:39:26.118Z] -rw-rw-r-- 1 jenkins jenkins 209 Jun 12 05:37 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:39:26.464Z] + 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=f8f17c2013d07295decc13e984e4b5973bc1f0af --label arch=arm64 --label version=1.2.1-dev.1 . [2020-06-12T05:39:26.739Z] Sending build context to Docker daemon 375.8kB [2020-06-12T05:39:26.739Z] Step 1/25 : ARG BASE=golang:1.13-alpine [2020-06-12T05:39:26.739Z] Step 2/25 : FROM ${BASE} AS builder [2020-06-12T05:39:26.739Z] ---> 2642d64c0b4e [2020-06-12T05:39:26.739Z] Step 3/25 : ARG MAKE='make build' [2020-06-12T05:39:27.013Z] ---> Running in 8ec576d22a04 [2020-06-12T05:39:27.610Z] Removing intermediate container 8ec576d22a04 [2020-06-12T05:39:27.610Z] ---> b1ecd55df50e [2020-06-12T05:39:27.610Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git" [2020-06-12T05:39:27.610Z] ---> Running in 660fc139a5fa [2020-06-12T05:39:28.210Z] Removing intermediate container 660fc139a5fa [2020-06-12T05:39:28.210Z] ---> f7f47fac0e19 [2020-06-12T05:39:28.210Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2020-06-12T05:39:28.210Z] ---> Running in 9487667a3287 [2020-06-12T05:39:28.483Z] Removing intermediate container 9487667a3287 [2020-06-12T05:39:28.483Z] ---> 13d518b15bba [2020-06-12T05:39:28.483Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-12T05:39:28.755Z] ---> Running in 63ac12f3c176 [2020-06-12T05:39:31.381Z] Removing intermediate container 63ac12f3c176 [2020-06-12T05:39:31.381Z] ---> 35a97f507d02 [2020-06-12T05:39:31.381Z] Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-12T05:39:31.381Z] ---> Running in 099ba208df37 [2020-06-12T05:39:32.819Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-12T05:39:33.417Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-12T05:39:34.012Z] OK: 125 MiB in 39 packages [2020-06-12T05:39:35.005Z] Removing intermediate container 099ba208df37 [2020-06-12T05:39:35.005Z] ---> 460ad9cc45e9 [2020-06-12T05:39:35.005Z] Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-snmp-go [2020-06-12T05:39:35.278Z] ---> Running in 0e47096abc6f [2020-06-12T05:39:35.552Z] Removing intermediate container 0e47096abc6f [2020-06-12T05:39:35.552Z] ---> 25cd37403884 [2020-06-12T05:39:35.552Z] Step 9/25 : COPY go.mod . [2020-06-12T05:39:36.528Z] ---> a5658bf8b869 [2020-06-12T05:39:36.528Z] Step 10/25 : COPY Makefile . [2020-06-12T05:39:37.124Z] ---> c2626a555dbe [2020-06-12T05:39:37.124Z] Step 11/25 : RUN make update [2020-06-12T05:39:37.124Z] ---> Running in 18571df47cbd [2020-06-12T05:39:38.565Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-06-12T05:39:39.555Z] Removing intermediate container 18571df47cbd [2020-06-12T05:39:39.555Z] ---> 8eb6e6d6d2a0 [2020-06-12T05:39:39.555Z] Step 12/25 : COPY . . [2020-06-12T05:39:40.553Z] ---> e97501348590 [2020-06-12T05:39:40.553Z] Step 13/25 : RUN ${MAKE} [2020-06-12T05:39:40.553Z] ---> Running in 3b0f4a51682f [2020-06-12T05:39:42.003Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=1.2.1-dev.1" -o cmd/device-snmp-go ./cmd [2020-06-12T05:40:08.830Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-12T05:40:14.219Z] Removing intermediate container 3b0f4a51682f [2020-06-12T05:40:14.219Z] ---> a00b4ec4a2a5 [2020-06-12T05:40:14.219Z] Step 14/25 : FROM alpine [2020-06-12T05:40:14.219Z] latest: Pulling from library/alpine [2020-06-12T05:40:14.219Z] b538f80385f9: Pulling fs layer [2020-06-12T05:40:14.219Z] b538f80385f9: Verifying Checksum [2020-06-12T05:40:14.219Z] b538f80385f9: Download complete [2020-06-12T05:40:14.814Z] b538f80385f9: Pull complete [2020-06-12T05:40:14.814Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-12T05:40:14.814Z] Status: Downloaded newer image for alpine:latest [2020-06-12T05:40:14.814Z] ---> 62ee0e9f8440 [2020-06-12T05:40:14.814Z] Step 15/25 : ENV APP_PORT=49993 [2020-06-12T05:40:15.093Z] ---> Running in 38dcac65b0b4 [2020-06-12T05:40:15.364Z] Removing intermediate container 38dcac65b0b4 [2020-06-12T05:40:15.364Z] ---> 0f44addfcd86 [2020-06-12T05:40:15.364Z] Step 16/25 : EXPOSE $APP_PORT [2020-06-12T05:40:15.638Z] ---> Running in 86301ff6c317 [2020-06-12T05:40:15.911Z] Removing intermediate container 86301ff6c317 [2020-06-12T05:40:15.912Z] ---> c4d9d7239d92 [2020-06-12T05:40:15.912Z] Step 17/25 : ENV DEVICE_PORT=161 [2020-06-12T05:40:16.184Z] ---> Running in 9f8fb4401448 [2020-06-12T05:40:16.458Z] Removing intermediate container 9f8fb4401448 [2020-06-12T05:40:16.458Z] ---> 5dc205611f36 [2020-06-12T05:40:16.458Z] Step 18/25 : EXPOSE $DEVICE_PORT [2020-06-12T05:40:16.750Z] ---> Running in 42fa78a0e175 [2020-06-12T05:40:17.024Z] Removing intermediate container 42fa78a0e175 [2020-06-12T05:40:17.024Z] ---> df06e90700f3 [2020-06-12T05:40:17.024Z] Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/cmd / [2020-06-12T05:40:18.458Z] ---> 5b1b4f118cc1 [2020-06-12T05:40:18.458Z] Step 20/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/Attribution.txt / [2020-06-12T05:40:19.431Z] ---> d849ab8fae21 [2020-06-12T05:40:19.431Z] Step 21/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/LICENSE / [2020-06-12T05:40:20.023Z] ---> 32681b37e5b2 [2020-06-12T05:40:20.023Z] Step 22/25 : ENTRYPOINT ["/device-snmp-go","--cp=consul://edgex-core-consul:8500","--confdir=/res","--registry"] [2020-06-12T05:40:20.298Z] ---> Running in 53a171c9e60a [2020-06-12T05:40:20.569Z] Removing intermediate container 53a171c9e60a [2020-06-12T05:40:20.569Z] ---> cdcd6d6233ca [2020-06-12T05:40:20.569Z] Step 23/25 : LABEL arch=arm64 [2020-06-12T05:40:20.842Z] ---> Running in b6ab3153f609 [2020-06-12T05:40:21.116Z] Removing intermediate container b6ab3153f609 [2020-06-12T05:40:21.116Z] ---> 7ed3c002b5f0 [2020-06-12T05:40:21.116Z] Step 24/25 : LABEL git_sha=f8f17c2013d07295decc13e984e4b5973bc1f0af [2020-06-12T05:40:21.396Z] ---> Running in 16d682858ba2 [2020-06-12T05:40:21.670Z] Removing intermediate container 16d682858ba2 [2020-06-12T05:40:21.670Z] ---> 2b84102c484b [2020-06-12T05:40:21.670Z] Step 25/25 : LABEL version=1.2.1-dev.1 [2020-06-12T05:40:21.942Z] ---> Running in c90d19badf64 [2020-06-12T05:40:22.213Z] Removing intermediate container c90d19badf64 [2020-06-12T05:40:22.213Z] ---> 5dac2b121d3c [2020-06-12T05:40:22.213Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-12T05:40:22.213Z] Successfully built 5dac2b121d3c [2020-06-12T05:40:22.213Z] 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 [2020-06-12T05:40:22.407Z] provisioning config files... [2020-06-12T05:40:22.452Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/7@tmp/config7574461029969858920tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-06-12T05:40:22.834Z] nexus3.edgexfoundry.org:10001 [2020-06-12T05:40:23.110Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-12T05:40:23.383Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-12T05:40:23.383Z] Configure a credential helper to remove this warning. See [2020-06-12T05:40:23.383Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-12T05:40:23.383Z] [2020-06-12T05:40:23.383Z] Login Succeeded [2020-06-12T05:40:23.383Z] nexus3.edgexfoundry.org:10002 [2020-06-12T05:40:23.655Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-12T05:40:23.940Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-12T05:40:23.940Z] Configure a credential helper to remove this warning. See [2020-06-12T05:40:23.940Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-12T05:40:23.940Z] [2020-06-12T05:40:23.940Z] Login Succeeded [2020-06-12T05:40:23.940Z] nexus3.edgexfoundry.org:10003 [2020-06-12T05:40:24.214Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-12T05:40:24.488Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-12T05:40:24.488Z] Configure a credential helper to remove this warning. See [2020-06-12T05:40:24.488Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-12T05:40:24.488Z] [2020-06-12T05:40:24.488Z] Login Succeeded [2020-06-12T05:40:24.488Z] nexus3.edgexfoundry.org:10004 [2020-06-12T05:40:24.766Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-12T05:40:25.039Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-12T05:40:25.039Z] Configure a credential helper to remove this warning. See [2020-06-12T05:40:25.039Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-12T05:40:25.039Z] [2020-06-12T05:40:25.039Z] Login Succeeded [2020-06-12T05:40:25.039Z] docker.io [2020-06-12T05:40:25.635Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-12T05:40:25.909Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-12T05:40:25.909Z] Configure a credential helper to remove this warning. See [2020-06-12T05:40:25.909Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-12T05:40:25.909Z] [2020-06-12T05:40:25.909Z] Login Succeeded [Pipeline] } [2020-06-12T05:40:25.928Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-12T05:40:26.074Z] [edgeXDocker.push] Tagging docker image docker-device-snmp-go-arm64 with the following tags: [2020-06-12T05:40:26.074Z] f8f17c2013d07295decc13e984e4b5973bc1f0af [2020-06-12T05:40:26.074Z] latest [2020-06-12T05:40:26.074Z] 1.2.1-dev.1 [2020-06-12T05:40:26.074Z] f8f17c2013d07295decc13e984e4b5973bc1f0af-1.2.1-dev.1 [2020-06-12T05:40:26.074Z] master [2020-06-12T05:40:26.074Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:40:26.622Z] + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:f8f17c2013d07295decc13e984e4b5973bc1f0af [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:40:26.975Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:f8f17c2013d07295decc13e984e4b5973bc1f0af [2020-06-12T05:40:26.975Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] [2020-06-12T05:40:26.975Z] 0bc4f458d2b3: Preparing [2020-06-12T05:40:26.975Z] 83f53e241acc: Preparing [2020-06-12T05:40:26.975Z] cdccef99c625: Preparing [2020-06-12T05:40:26.976Z] e2f13739ad41: Preparing [2020-06-12T05:40:27.265Z] e2f13739ad41: Layer already exists [2020-06-12T05:40:27.265Z] 0bc4f458d2b3: Pushed [2020-06-12T05:40:27.265Z] 83f53e241acc: Pushed [2020-06-12T05:40:29.896Z] cdccef99c625: Pushed [2020-06-12T05:40:30.171Z] f8f17c2013d07295decc13e984e4b5973bc1f0af: digest: sha256:1abe7e89d4da3d75793382a9dc1b2f8a70d77507db5e0d771471c04990cb43fd size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:40:30.522Z] + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:40:30.864Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:latest [2020-06-12T05:40:30.864Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] [2020-06-12T05:40:30.864Z] 0bc4f458d2b3: Preparing [2020-06-12T05:40:30.864Z] 83f53e241acc: Preparing [2020-06-12T05:40:30.864Z] cdccef99c625: Preparing [2020-06-12T05:40:30.864Z] e2f13739ad41: Preparing [2020-06-12T05:40:30.864Z] cdccef99c625: Layer already exists [2020-06-12T05:40:30.864Z] e2f13739ad41: Layer already exists [2020-06-12T05:40:30.864Z] 83f53e241acc: Layer already exists [2020-06-12T05:40:30.864Z] 0bc4f458d2b3: Layer already exists [2020-06-12T05:40:31.137Z] latest: digest: sha256:1abe7e89d4da3d75793382a9dc1b2f8a70d77507db5e0d771471c04990cb43fd size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:40:31.490Z] + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1.2.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:40:31.830Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1.2.1-dev.1 [2020-06-12T05:40:31.830Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] [2020-06-12T05:40:31.830Z] 0bc4f458d2b3: Preparing [2020-06-12T05:40:31.830Z] 83f53e241acc: Preparing [2020-06-12T05:40:31.830Z] cdccef99c625: Preparing [2020-06-12T05:40:31.830Z] e2f13739ad41: Preparing [2020-06-12T05:40:31.830Z] e2f13739ad41: Layer already exists [2020-06-12T05:40:31.830Z] cdccef99c625: Layer already exists [2020-06-12T05:40:31.830Z] 0bc4f458d2b3: Layer already exists [2020-06-12T05:40:31.830Z] 83f53e241acc: Layer already exists [2020-06-12T05:40:31.830Z] 1.2.1-dev.1: digest: sha256:1abe7e89d4da3d75793382a9dc1b2f8a70d77507db5e0d771471c04990cb43fd size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:40:32.453Z] + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:f8f17c2013d07295decc13e984e4b5973bc1f0af-1.2.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:40:32.797Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:f8f17c2013d07295decc13e984e4b5973bc1f0af-1.2.1-dev.1 [2020-06-12T05:40:32.797Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] [2020-06-12T05:40:32.797Z] 0bc4f458d2b3: Preparing [2020-06-12T05:40:32.797Z] 83f53e241acc: Preparing [2020-06-12T05:40:32.797Z] cdccef99c625: Preparing [2020-06-12T05:40:32.797Z] e2f13739ad41: Preparing [2020-06-12T05:40:32.797Z] e2f13739ad41: Layer already exists [2020-06-12T05:40:32.797Z] 0bc4f458d2b3: Layer already exists [2020-06-12T05:40:32.797Z] cdccef99c625: Layer already exists [2020-06-12T05:40:32.797Z] 83f53e241acc: Layer already exists [2020-06-12T05:40:33.074Z] f8f17c2013d07295decc13e984e4b5973bc1f0af-1.2.1-dev.1: digest: sha256:1abe7e89d4da3d75793382a9dc1b2f8a70d77507db5e0d771471c04990cb43fd size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:40:33.418Z] + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:40:33.760Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:master [2020-06-12T05:40:33.760Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] [2020-06-12T05:40:33.760Z] 0bc4f458d2b3: Preparing [2020-06-12T05:40:33.760Z] 83f53e241acc: Preparing [2020-06-12T05:40:33.760Z] cdccef99c625: Preparing [2020-06-12T05:40:33.760Z] e2f13739ad41: Preparing [2020-06-12T05:40:33.760Z] cdccef99c625: Layer already exists [2020-06-12T05:40:33.760Z] 83f53e241acc: Layer already exists [2020-06-12T05:40:33.760Z] 0bc4f458d2b3: Layer already exists [2020-06-12T05:40:33.760Z] e2f13739ad41: Layer already exists [2020-06-12T05:40:34.034Z] master: digest: sha256:1abe7e89d4da3d75793382a9dc1b2f8a70d77507db5e0d771471c04990cb43fd size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-06-12T05:40:34.959Z] provisioning config files... [2020-06-12T05:40:35.063Z] copy managed file [device-snmp-go-codecov-token] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config6303079564549108574tmp [Pipeline] { [Pipeline] sh [2020-06-12T05:40:35.520Z] + bash -s - -t @/w/workspace/gexfoundry_device-snmp-go_master@tmp/config6303079564549108574tmp [2020-06-12T05:40:35.520Z] + curl -s https://codecov.io/bash [2020-06-12T05:40:35.812Z] [2020-06-12T05:40:35.812Z] _____ _ [2020-06-12T05:40:35.812Z] / ____| | | [2020-06-12T05:40:35.812Z] | | ___ __| | ___ ___ _____ __ [2020-06-12T05:40:35.812Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-06-12T05:40:35.812Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-06-12T05:40:35.812Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-06-12T05:40:35.812Z] Bash-20200602-f809a24 [2020-06-12T05:40:35.812Z] [2020-06-12T05:40:35.812Z] [2020-06-12T05:40:35.812Z] ==> Jenkins CI detected. [2020-06-12T05:40:35.812Z] project root: . [2020-06-12T05:40:35.812Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-06-12T05:40:35.812Z] ==> Running gcov in . (disable via -X gcov) [2020-06-12T05:40:35.812Z] ==> Python coveragepy not found [2020-06-12T05:40:35.812Z] ==> Searching for coverage reports in: [2020-06-12T05:40:35.812Z] + . [2020-06-12T05:40:35.812Z] -> Found 1 reports [2020-06-12T05:40:35.812Z] ==> Detecting git/mercurial file structure [2020-06-12T05:40:36.117Z] ==> Reading reports [2020-06-12T05:40:36.117Z] + ./coverage.out bytes=8493 [2020-06-12T05:40:36.117Z] ==> Appending adjustments [2020-06-12T05:40:36.117Z] https://docs.codecov.io/docs/fixing-reports [2020-06-12T05:40:36.117Z] + Found adjustments [2020-06-12T05:40:36.117Z] ==> Gzipping contents [2020-06-12T05:40:36.117Z] ==> Uploading reports [2020-06-12T05:40:36.117Z] url: https://codecov.io [2020-06-12T05:40:36.117Z] query: branch=master&commit=f8f17c2013d07295decc13e984e4b5973bc1f0af&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2Fmaster%2F7%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=&job= [2020-06-12T05:40:36.117Z] -> Pinging Codecov [2020-06-12T05:40:36.117Z] https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=master&commit=f8f17c2013d07295decc13e984e4b5973bc1f0af&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2Fmaster%2F7%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=&job= [2020-06-12T05:40:36.708Z] -> Uploading [2020-06-12T05:40:37.666Z] -> View reports at https://codecov.io/github/edgexfoundry/device-snmp-go/commit/f8f17c2013d07295decc13e984e4b5973bc1f0af [Pipeline] } [2020-06-12T05:40:37.677Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-06-12T05:40:38.114Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-06-12T05:40:38.115Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-06-12T05:40:38.144Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:40:38.486Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-12T05:40:38.759Z] [2020-06-12T05:40:38.759Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:40:39.145Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-12T05:40:39.145Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-06-12T05:40:39.145Z] cbdbe7a5bc2a: Pulling fs layer [2020-06-12T05:40:39.145Z] 408f87550127: Pulling fs layer [2020-06-12T05:40:39.145Z] fe522b08c979: Pulling fs layer [2020-06-12T05:40:39.145Z] 221eaa008020: Pulling fs layer [2020-06-12T05:40:39.145Z] 2a4607e5d6b9: Pulling fs layer [2020-06-12T05:40:39.145Z] 8f79b27c4fd2: Pulling fs layer [2020-06-12T05:40:39.145Z] e5c8dbe1645b: Pulling fs layer [2020-06-12T05:40:39.145Z] 23e8b3b47431: Pulling fs layer [2020-06-12T05:40:39.145Z] 5c568d65a230: Pulling fs layer [2020-06-12T05:40:39.145Z] 2a4607e5d6b9: Waiting [2020-06-12T05:40:39.145Z] 8f79b27c4fd2: Waiting [2020-06-12T05:40:39.145Z] e5c8dbe1645b: Waiting [2020-06-12T05:40:39.145Z] 23e8b3b47431: Waiting [2020-06-12T05:40:39.145Z] 5c568d65a230: Waiting [2020-06-12T05:40:39.145Z] 221eaa008020: Waiting [2020-06-12T05:40:39.145Z] fe522b08c979: Verifying Checksum [2020-06-12T05:40:39.145Z] fe522b08c979: Download complete [2020-06-12T05:40:39.145Z] 408f87550127: Verifying Checksum [2020-06-12T05:40:39.145Z] 408f87550127: Download complete [2020-06-12T05:40:39.671Z] 2a4607e5d6b9: Verifying Checksum [2020-06-12T05:40:39.671Z] 2a4607e5d6b9: Download complete [2020-06-12T05:40:39.671Z] 8f79b27c4fd2: Verifying Checksum [2020-06-12T05:40:39.672Z] 8f79b27c4fd2: Download complete [2020-06-12T05:40:39.672Z] cbdbe7a5bc2a: Verifying Checksum [2020-06-12T05:40:39.672Z] cbdbe7a5bc2a: Download complete [2020-06-12T05:40:40.459Z] cbdbe7a5bc2a: Pull complete [2020-06-12T05:40:40.459Z] 408f87550127: Pull complete [2020-06-12T05:40:40.912Z] fe522b08c979: Pull complete [2020-06-12T05:40:41.219Z] e5c8dbe1645b: Verifying Checksum [2020-06-12T05:40:41.219Z] e5c8dbe1645b: Download complete [2020-06-12T05:40:43.443Z] 23e8b3b47431: Verifying Checksum [2020-06-12T05:40:43.443Z] 23e8b3b47431: Download complete [2020-06-12T05:40:44.245Z] 5c568d65a230: Verifying Checksum [2020-06-12T05:40:44.245Z] 5c568d65a230: Download complete [2020-06-12T05:40:44.548Z] 221eaa008020: Verifying Checksum [2020-06-12T05:40:44.548Z] 221eaa008020: Download complete [2020-06-12T05:40:54.936Z] 221eaa008020: Pull complete [2020-06-12T05:40:54.936Z] 2a4607e5d6b9: Pull complete [2020-06-12T05:40:55.239Z] 8f79b27c4fd2: Pull complete [2020-06-12T05:40:57.835Z] e5c8dbe1645b: Pull complete [2020-06-12T05:41:01.207Z] 23e8b3b47431: Pull complete [2020-06-12T05:41:03.882Z] 5c568d65a230: Pull complete [2020-06-12T05:41:03.882Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-06-12T05:41:03.882Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-12T05:41:03.882Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-06-12T05:41:04.670Z] prd-centos7-docker-4c-2g-2704 does not seem to be running inside a container [2020-06-12T05:41:04.812Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-06-12T05:41:06.237Z] $ docker top ea4271755ada8f3c422ee1e195b2c0849cfdb140a61193cf72d19254f59408a3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-12T05:41:06.810Z] + snyk monitor '--org=edgex-jenkins' [2020-06-12T05:41:25.168Z] [2020-06-12T05:41:25.168Z] Monitoring /w/workspace/gexfoundry_device-snmp-go_master (github.com/edgexfoundry/device-snmp-go)... [2020-06-12T05:41:25.168Z] [2020-06-12T05:41:25.168Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/c76919d0-7345-4304-8954-aa03851194a6/history/abbee10e-412b-40bd-9f5e-eb12cff640d0 [2020-06-12T05:41:25.168Z] [2020-06-12T05:41:25.168Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-06-12T05:41:25.168Z] [2020-06-12T05:41:26.125Z] [Pipeline] } [2020-06-12T05:41:26.144Z] $ docker stop --time=1 ea4271755ada8f3c422ee1e195b2c0849cfdb140a61193cf72d19254f59408a3 [2020-06-12T05:41:28.548Z] $ docker rm -f ea4271755ada8f3c422ee1e195b2c0849cfdb140a61193cf72d19254f59408a3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:41:29.499Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-12T05:41:29.499Z] [2020-06-12T05:41:29.499Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:41:29.935Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-12T05:41:29.935Z] latest: Pulling from edgex-devops/edgex-klar [2020-06-12T05:41:29.935Z] e7c96db7181b: Pulling fs layer [2020-06-12T05:41:29.935Z] 1868ca2cb446: Pulling fs layer [2020-06-12T05:41:29.935Z] 136be5d0fe8e: Pulling fs layer [2020-06-12T05:41:29.935Z] 894bfe63afcb: Pulling fs layer [2020-06-12T05:41:29.935Z] 894bfe63afcb: Waiting [2020-06-12T05:41:29.935Z] 1868ca2cb446: Verifying Checksum [2020-06-12T05:41:29.935Z] 1868ca2cb446: Download complete [2020-06-12T05:41:29.935Z] 136be5d0fe8e: Verifying Checksum [2020-06-12T05:41:29.935Z] 136be5d0fe8e: Download complete [2020-06-12T05:41:30.208Z] e7c96db7181b: Verifying Checksum [2020-06-12T05:41:30.208Z] e7c96db7181b: Download complete [2020-06-12T05:41:30.208Z] 894bfe63afcb: Verifying Checksum [2020-06-12T05:41:30.208Z] 894bfe63afcb: Download complete [2020-06-12T05:41:30.476Z] e7c96db7181b: Pull complete [2020-06-12T05:41:30.771Z] 1868ca2cb446: Pull complete [2020-06-12T05:41:31.053Z] 136be5d0fe8e: Pull complete [2020-06-12T05:41:31.640Z] 894bfe63afcb: Pull complete [2020-06-12T05:41:31.640Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-06-12T05:41:31.640Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-12T05:41:31.640Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-06-12T05:41:31.958Z] prd-centos7-docker-4c-2g-2704 does not seem to be running inside a container [2020-06-12T05:41:32.039Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-12T05:41:33.230Z] $ docker top 26bfa4641b65f1f71d7a098d2aa48e711bc96bb85dd46d92245a5c7b603198db -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-12T05:41:33.876Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-snmp-go:f8f17c2013d07295decc13e984e4b5973bc1f0af [2020-06-12T05:41:33.876Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-12T05:41:38.232Z] $ docker stop --time=1 26bfa4641b65f1f71d7a098d2aa48e711bc96bb85dd46d92245a5c7b603198db [2020-06-12T05:41:39.651Z] $ docker rm -f 26bfa4641b65f1f71d7a098d2aa48e711bc96bb85dd46d92245a5c7b603198db [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:41:40.118Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-12T05:41:40.118Z] . [Pipeline] withDockerContainer [2020-06-12T05:41:40.236Z] prd-centos7-docker-4c-2g-2704 does not seem to be running inside a container [2020-06-12T05:41:40.284Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-12T05:41:41.170Z] $ docker top 9f56df53b33a1635d71922a77dd9e1905c2eb6efbe3178c4b68b8a4cf551e45e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-12T05:41:42.039Z] + tee [2020-06-12T05:41:42.040Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-snmp-go:f8f17c2013d07295decc13e984e4b5973bc1f0af [2020-06-12T05:41:42.040Z] clair timeout 1m0s [2020-06-12T05:41:42.040Z] docker timeout: 1m0s [2020-06-12T05:41:42.040Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-12T05:41:42.690Z] $ docker stop --time=1 9f56df53b33a1635d71922a77dd9e1905c2eb6efbe3178c4b68b8a4cf551e45e [2020-06-12T05:41:44.201Z] $ docker rm -f 9f56df53b33a1635d71922a77dd9e1905c2eb6efbe3178c4b68b8a4cf551e45e [Pipeline] // withDockerContainer [Pipeline] sh [2020-06-12T05:41:44.672Z] + mkdir -p /w/workspace/gexfoundry_device-snmp-go_master/clair-reports [Pipeline] echo [2020-06-12T05:41:44.685Z] Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-snmp-go_master/clair-reports/clair_results_docker-device-snmp-go_f8f17c2013d07295decc13e984e4b5973bc1f0af.html [Pipeline] writeFile [Pipeline] step [2020-06-12T05:41:44.715Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:41:45.403Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-12T05:41:45.403Z] . [Pipeline] withDockerContainer [2020-06-12T05:41:45.665Z] prd-centos7-docker-4c-2g-2704 does not seem to be running inside a container [2020-06-12T05:41:45.753Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-12T05:41:46.777Z] $ docker top f4a188f022bf070dfa12610215046722385b21ef82ecd914a7c5f2b9d3d7d39c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-12T05:41:47.415Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:f8f17c2013d07295decc13e984e4b5973bc1f0af [2020-06-12T05:41:47.415Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-12T05:41:50.858Z] $ docker stop --time=1 f4a188f022bf070dfa12610215046722385b21ef82ecd914a7c5f2b9d3d7d39c [2020-06-12T05:41:52.280Z] $ docker rm -f f4a188f022bf070dfa12610215046722385b21ef82ecd914a7c5f2b9d3d7d39c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:41:52.790Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-12T05:41:52.790Z] . [Pipeline] withDockerContainer [2020-06-12T05:41:52.914Z] prd-centos7-docker-4c-2g-2704 does not seem to be running inside a container [2020-06-12T05:41:52.973Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-12T05:41:53.786Z] $ docker top 334f72102603e35fc9ed59c6a450b8bc26cbe93570b14fd4d7a029540fa77a7f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-12T05:41:54.278Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:f8f17c2013d07295decc13e984e4b5973bc1f0af [2020-06-12T05:41:54.278Z] + tee [2020-06-12T05:41:54.278Z] clair timeout 1m0s [2020-06-12T05:41:54.278Z] docker timeout: 1m0s [2020-06-12T05:41:54.278Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-12T05:41:54.932Z] $ docker stop --time=1 334f72102603e35fc9ed59c6a450b8bc26cbe93570b14fd4d7a029540fa77a7f [2020-06-12T05:41:56.437Z] $ docker rm -f 334f72102603e35fc9ed59c6a450b8bc26cbe93570b14fd4d7a029540fa77a7f [Pipeline] // withDockerContainer [Pipeline] sh [2020-06-12T05:41:56.997Z] + mkdir -p /w/workspace/gexfoundry_device-snmp-go_master/clair-reports [Pipeline] echo [2020-06-12T05:41:57.123Z] Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-snmp-go_master/clair-reports/clair_results_docker-device-snmp-go-arm64_f8f17c2013d07295decc13e984e4b5973bc1f0af.html [Pipeline] writeFile [Pipeline] step [2020-06-12T05:41:57.180Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:41:57.892Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-12T05:41:57.892Z] . [Pipeline] withDockerContainer [2020-06-12T05:41:58.057Z] prd-centos7-docker-4c-2g-2704 does not seem to be running inside a container [2020-06-12T05:41:58.194Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-12T05:41:59.141Z] $ docker top c3b21ab8cdd73ee391bbf509b3f34fa529a6c39f8a2f6368964131817314ac59 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-12T05:41:59.385Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-12T05:41:59.385Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-12T05:41:59.712Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-12T05:41:59.714Z] $ docker exec c3b21ab8cdd73ee391bbf509b3f34fa529a6c39f8a2f6368964131817314ac59 ssh-agent [2020-06-12T05:41:59.944Z] SSH_AUTH_SOCK=/tmp/ssh-rZPUYt17kGSw/agent.11 [2020-06-12T05:41:59.944Z] SSH_AGENT_PID=16 [2020-06-12T05:41:59.954Z] Running ssh-add (command line suppressed) [2020-06-12T05:42:00.145Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_5459904997884617361.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_5459904997884617361.key) [2020-06-12T05:42:00.216Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-12T05:42:00.590Z] + git semver tag [2020-06-12T05:42:00.860Z] # -> Open(): unable to determine branch for HEAD [2020-06-12T05:42:00.860Z] # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git [2020-06-12T05:42:00.860Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master [2020-06-12T05:42:00.860Z] # $SEMVER_REMOTE_NAME = origin [2020-06-12T05:42:00.860Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-12T05:42:00.860Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-12T05:42:00.860Z] # $SEMVER_BRANCH = master [2020-06-12T05:42:00.860Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver [2020-06-12T05:42:00.860Z] # f8f17c2013d07295decc13e984e4b5973bc1f0af HEAD [2020-06-12T05:42:00.860Z] # -> Force: false [2020-06-12T05:42:00.860Z] # 97cd426111c32c1e8c1858f1e06b7c8c5c154ee0 refs/tags/v1.2.1-dev.1 [Pipeline] } [2020-06-12T05:42:00.877Z] $ docker exec --env ******** --env ******** c3b21ab8cdd73ee391bbf509b3f34fa529a6c39f8a2f6368964131817314ac59 ssh-agent -k [2020-06-12T05:42:01.292Z] unset SSH_AUTH_SOCK; [2020-06-12T05:42:01.293Z] unset SSH_AGENT_PID; [2020-06-12T05:42:01.293Z] echo Agent pid 16 killed; [2020-06-12T05:42:01.418Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-12T05:42:01.900Z] + git semver [Pipeline] } [2020-06-12T05:42:02.229Z] $ docker stop --time=1 c3b21ab8cdd73ee391bbf509b3f34fa529a6c39f8a2f6368964131817314ac59 [2020-06-12T05:42:03.732Z] $ docker rm -f c3b21ab8cdd73ee391bbf509b3f34fa529a6c39f8a2f6368964131817314ac59 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:42:04.329Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-12T05:42:04.329Z] [2020-06-12T05:42:04.329Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:42:04.702Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-12T05:42:04.998Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-06-12T05:42:04.998Z] ab5ef0e58194: Pulling fs layer [2020-06-12T05:42:04.998Z] 9712f1f96733: Pulling fs layer [2020-06-12T05:42:04.998Z] 63f879dbbcfc: Pulling fs layer [2020-06-12T05:42:04.998Z] 0d9ebad4ef96: Pulling fs layer [2020-06-12T05:42:04.998Z] e9a5061849ea: Pulling fs layer [2020-06-12T05:42:04.998Z] d747dcd14b5f: Pulling fs layer [2020-06-12T05:42:04.998Z] 2de7ff778b66: Pulling fs layer [2020-06-12T05:42:04.998Z] e9a5061849ea: Waiting [2020-06-12T05:42:04.998Z] d747dcd14b5f: Waiting [2020-06-12T05:42:04.998Z] 2de7ff778b66: Waiting [2020-06-12T05:42:04.998Z] 0d9ebad4ef96: Waiting [2020-06-12T05:42:04.998Z] 9712f1f96733: Verifying Checksum [2020-06-12T05:42:04.998Z] 9712f1f96733: Download complete [2020-06-12T05:42:06.088Z] 63f879dbbcfc: Verifying Checksum [2020-06-12T05:42:06.088Z] 63f879dbbcfc: Download complete [2020-06-12T05:42:06.875Z] e9a5061849ea: Verifying Checksum [2020-06-12T05:42:06.876Z] e9a5061849ea: Download complete [2020-06-12T05:42:06.876Z] d747dcd14b5f: Verifying Checksum [2020-06-12T05:42:06.876Z] d747dcd14b5f: Download complete [2020-06-12T05:42:06.876Z] 0d9ebad4ef96: Verifying Checksum [2020-06-12T05:42:06.876Z] 0d9ebad4ef96: Download complete [2020-06-12T05:42:07.159Z] 2de7ff778b66: Verifying Checksum [2020-06-12T05:42:07.159Z] 2de7ff778b66: Download complete [2020-06-12T05:42:07.159Z] ab5ef0e58194: Verifying Checksum [2020-06-12T05:42:07.159Z] ab5ef0e58194: Download complete [2020-06-12T05:42:14.029Z] ab5ef0e58194: Pull complete [2020-06-12T05:42:14.029Z] 9712f1f96733: Pull complete [2020-06-12T05:42:16.670Z] 63f879dbbcfc: Pull complete [2020-06-12T05:42:29.390Z] 0d9ebad4ef96: Pull complete [2020-06-12T05:42:29.981Z] e9a5061849ea: Pull complete [2020-06-12T05:42:30.858Z] d747dcd14b5f: Pull complete [2020-06-12T05:42:33.416Z] 2de7ff778b66: Pull complete [2020-06-12T05:42:33.416Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-06-12T05:42:33.416Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-12T05:42:33.416Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-06-12T05:42:33.703Z] prd-centos7-docker-4c-2g-2704 does not seem to be running inside a container [2020-06-12T05:42:33.851Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-06-12T05:42:37.959Z] $ docker top 90070dfdbc6387430b7fe32b979c2b6ddcd623cb0d204e08221979e2c03f3632 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-06-12T05:42:38.185Z] provisioning config files... [2020-06-12T05:42:38.205Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config8300788471308024465tmp [2020-06-12T05:42:38.227Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config4555028337874794900tmp [2020-06-12T05:42:38.249Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config3257350094962917137tmp [Pipeline] { [Pipeline] echo [2020-06-12T05:42:38.296Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-12T05:42:39.129Z] ---> sigul-configuration.sh [2020-06-12T05:42:39.129Z] gpg: directory `/root/.gnupg' created [2020-06-12T05:42:39.129Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-06-12T05:42:39.129Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-06-12T05:42:39.129Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-06-12T05:42:39.129Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-06-12T05:42:39.129Z] gpg: CAST5 encrypted data [2020-06-12T05:42:39.424Z] gpg: encrypted with 1 passphrase [2020-06-12T05:42:39.424Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-06-12T05:42:40.236Z] + mkdir /home/jenkins [2020-06-12T05:42:40.236Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-06-12T05:42:40.625Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-06-12T05:42:40.651Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-12T05:42:41.451Z] ---> sigul-install.sh [2020-06-12T05:42:49.718Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-06-12T05:42:50.029Z] + git tag --list [2020-06-12T05:42:50.029Z] v1.2.1-dev.1 [Pipeline] sh [2020-06-12T05:42:50.417Z] + lftools sign git-tag v1.2.1-dev.1 [2020-06-12T05:42:52.391Z] Signing Git tag with Sigul... [2020-06-12T05:42:52.391Z] Signing v1.2.1-dev.1 [Pipeline] echo [2020-06-12T05:42:53.386Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-12T05:42:54.128Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-06-12T05:42:54.141Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-06-12T05:42:54.260Z] $ docker stop --time=1 90070dfdbc6387430b7fe32b979c2b6ddcd623cb0d204e08221979e2c03f3632 [2020-06-12T05:42:56.541Z] $ docker rm -f 90070dfdbc6387430b7fe32b979c2b6ddcd623cb0d204e08221979e2c03f3632 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:42:57.251Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-12T05:42:57.251Z] . [Pipeline] withDockerContainer [2020-06-12T05:42:57.410Z] prd-centos7-docker-4c-2g-2704 does not seem to be running inside a container [2020-06-12T05:42:57.547Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-12T05:42:58.443Z] $ docker top 24c0edc2845979f4308d7b353af56f2b23a3a11e011ac7b7b609793f1639a489 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-12T05:42:58.817Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-12T05:42:58.817Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-12T05:42:59.586Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-12T05:42:59.592Z] $ docker exec 24c0edc2845979f4308d7b353af56f2b23a3a11e011ac7b7b609793f1639a489 ssh-agent [2020-06-12T05:43:00.058Z] SSH_AUTH_SOCK=/tmp/ssh-ZwxGvM6wIYCe/agent.12 [2020-06-12T05:43:00.058Z] SSH_AGENT_PID=18 [2020-06-12T05:43:00.078Z] Running ssh-add (command line suppressed) [2020-06-12T05:43:00.319Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_3448076441079692764.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_3448076441079692764.key) [2020-06-12T05:43:00.400Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-12T05:43:01.069Z] + git semver bump pre [2020-06-12T05:43:01.069Z] # -> Open(): unable to determine branch for HEAD [2020-06-12T05:43:01.069Z] # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git [2020-06-12T05:43:01.069Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master [2020-06-12T05:43:01.069Z] # $SEMVER_REMOTE_NAME = origin [2020-06-12T05:43:01.069Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-12T05:43:01.069Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-12T05:43:01.069Z] # $SEMVER_BRANCH = master [2020-06-12T05:43:01.069Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver [2020-06-12T05:43:01.069Z] 1.2.1-dev.2 [Pipeline] } [2020-06-12T05:43:01.111Z] $ docker exec --env ******** --env ******** 24c0edc2845979f4308d7b353af56f2b23a3a11e011ac7b7b609793f1639a489 ssh-agent -k [2020-06-12T05:43:01.695Z] unset SSH_AUTH_SOCK; [2020-06-12T05:43:01.695Z] unset SSH_AGENT_PID; [2020-06-12T05:43:01.695Z] echo Agent pid 18 killed; [2020-06-12T05:43:01.836Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-12T05:43:02.605Z] + git semver [Pipeline] } [2020-06-12T05:43:02.629Z] $ docker stop --time=1 24c0edc2845979f4308d7b353af56f2b23a3a11e011ac7b7b609793f1639a489 [2020-06-12T05:43:04.178Z] $ docker rm -f 24c0edc2845979f4308d7b353af56f2b23a3a11e011ac7b7b609793f1639a489 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:43:04.747Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-12T05:43:04.747Z] . [Pipeline] withDockerContainer [2020-06-12T05:43:04.938Z] prd-centos7-docker-4c-2g-2704 does not seem to be running inside a container [2020-06-12T05:43:05.029Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-12T05:43:06.265Z] $ docker top 7133d0229d75d74bb2d0cc797cc63c07dddf58fb6656120d70e76cdbe2a8a7e2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-12T05:43:06.522Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-12T05:43:06.522Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-12T05:43:06.871Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-12T05:43:06.874Z] $ docker exec 7133d0229d75d74bb2d0cc797cc63c07dddf58fb6656120d70e76cdbe2a8a7e2 ssh-agent [2020-06-12T05:43:07.110Z] SSH_AUTH_SOCK=/tmp/ssh-XjgZ94ZuSDa4/agent.11 [2020-06-12T05:43:07.110Z] SSH_AGENT_PID=17 [2020-06-12T05:43:07.126Z] Running ssh-add (command line suppressed) [2020-06-12T05:43:07.421Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_3535134832510130840.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_3535134832510130840.key) [2020-06-12T05:43:07.605Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-12T05:43:08.414Z] + git semver push [2020-06-12T05:43:08.414Z] # -> Open(): unable to determine branch for HEAD [2020-06-12T05:43:08.414Z] # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git [2020-06-12T05:43:08.414Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master [2020-06-12T05:43:08.414Z] # $SEMVER_REMOTE_NAME = origin [2020-06-12T05:43:08.414Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-12T05:43:08.414Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-12T05:43:08.414Z] # $SEMVER_BRANCH = master [2020-06-12T05:43:08.414Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver [Pipeline] } [2020-06-12T05:43:15.101Z] $ docker exec --env ******** --env ******** 7133d0229d75d74bb2d0cc797cc63c07dddf58fb6656120d70e76cdbe2a8a7e2 ssh-agent -k [2020-06-12T05:43:15.252Z] unset SSH_AUTH_SOCK; [2020-06-12T05:43:15.252Z] unset SSH_AGENT_PID; [2020-06-12T05:43:15.252Z] echo Agent pid 17 killed; [2020-06-12T05:43:15.324Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-12T05:43:15.724Z] + git semver [Pipeline] } [2020-06-12T05:43:15.737Z] $ docker stop --time=1 7133d0229d75d74bb2d0cc797cc63c07dddf58fb6656120d70e76cdbe2a8a7e2 [2020-06-12T05:43:17.214Z] $ docker rm -f 7133d0229d75d74bb2d0cc797cc63c07dddf58fb6656120d70e76cdbe2a8a7e2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-06-12T05:43:17.989Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-12T05:43:18.573Z] ---> package-listing.sh [2020-06-12T05:43:18.573Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-12T05:43:18.573Z] ++ facter osfamily [2020-06-12T05:43:18.840Z] + OS_FAMILY=redhat [2020-06-12T05:43:18.840Z] + workspace=/w/workspace/gexfoundry_device-snmp-go_master [2020-06-12T05:43:18.840Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-12T05:43:18.840Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-12T05:43:18.840Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-12T05:43:18.840Z] + PACKAGES=/tmp/packages_start.txt [2020-06-12T05:43:18.840Z] + '[' /w/workspace/gexfoundry_device-snmp-go_master ']' [2020-06-12T05:43:18.840Z] + PACKAGES=/tmp/packages_end.txt [2020-06-12T05:43:18.840Z] + case "${OS_FAMILY}" in [2020-06-12T05:43:18.840Z] + rpm -qa [2020-06-12T05:43:18.840Z] + sort [2020-06-12T05:43:23.092Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-12T05:43:23.092Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-12T05:43:23.092Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-12T05:43:23.092Z] + '[' /w/workspace/gexfoundry_device-snmp-go_master ']' [2020-06-12T05:43:23.092Z] + mkdir -p /w/workspace/gexfoundry_device-snmp-go_master/archives/ [2020-06-12T05:43:23.092Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-snmp-go_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:43:23.761Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-12T05:43:24.026Z] [2020-06-12T05:43:24.026Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:43:24.381Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-12T05:43:24.381Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-12T05:43:24.381Z] c9b1b535fdd9: Pulling fs layer [2020-06-12T05:43:24.381Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-12T05:43:24.381Z] 756a868c4378: Pulling fs layer [2020-06-12T05:43:24.381Z] 444b2fc9a129: Pulling fs layer [2020-06-12T05:43:24.381Z] ea15f1150254: Pulling fs layer [2020-06-12T05:43:24.381Z] 41b27a9f41bf: Pulling fs layer [2020-06-12T05:43:24.381Z] 28c525ee5125: Pulling fs layer [2020-06-12T05:43:24.381Z] 094b1ea09ed8: Pulling fs layer [2020-06-12T05:43:24.381Z] 138eaada9080: Pulling fs layer [2020-06-12T05:43:24.381Z] 0622d0fa9048: Pulling fs layer [2020-06-12T05:43:24.381Z] 444b2fc9a129: Waiting [2020-06-12T05:43:24.381Z] ea15f1150254: Waiting [2020-06-12T05:43:24.381Z] 41b27a9f41bf: Waiting [2020-06-12T05:43:24.381Z] 28c525ee5125: Waiting [2020-06-12T05:43:24.381Z] 094b1ea09ed8: Waiting [2020-06-12T05:43:24.381Z] 138eaada9080: Waiting [2020-06-12T05:43:24.381Z] 0622d0fa9048: Waiting [2020-06-12T05:43:24.381Z] 2cc5ad85d9ab: Verifying Checksum [2020-06-12T05:43:24.381Z] 2cc5ad85d9ab: Download complete [2020-06-12T05:43:24.381Z] 444b2fc9a129: Download complete [2020-06-12T05:43:24.670Z] c9b1b535fdd9: Verifying Checksum [2020-06-12T05:43:24.670Z] c9b1b535fdd9: Download complete [2020-06-12T05:43:24.670Z] ea15f1150254: Verifying Checksum [2020-06-12T05:43:24.670Z] ea15f1150254: Download complete [2020-06-12T05:43:24.670Z] 28c525ee5125: Verifying Checksum [2020-06-12T05:43:24.670Z] 28c525ee5125: Download complete [2020-06-12T05:43:25.375Z] 756a868c4378: Verifying Checksum [2020-06-12T05:43:25.375Z] 756a868c4378: Download complete [2020-06-12T05:43:25.375Z] c9b1b535fdd9: Pull complete [2020-06-12T05:43:25.679Z] 138eaada9080: Verifying Checksum [2020-06-12T05:43:25.679Z] 138eaada9080: Download complete [2020-06-12T05:43:25.679Z] 0622d0fa9048: Verifying Checksum [2020-06-12T05:43:25.679Z] 0622d0fa9048: Download complete [2020-06-12T05:43:25.679Z] 094b1ea09ed8: Verifying Checksum [2020-06-12T05:43:25.679Z] 094b1ea09ed8: Download complete [2020-06-12T05:43:26.281Z] 2cc5ad85d9ab: Pull complete [2020-06-12T05:43:26.281Z] 41b27a9f41bf: Verifying Checksum [2020-06-12T05:43:26.281Z] 41b27a9f41bf: Download complete [2020-06-12T05:43:28.423Z] 756a868c4378: Pull complete [2020-06-12T05:43:28.785Z] 444b2fc9a129: Pull complete [2020-06-12T05:43:29.089Z] ea15f1150254: Pull complete [2020-06-12T05:43:34.562Z] 41b27a9f41bf: Pull complete [2020-06-12T05:43:34.831Z] 28c525ee5125: Pull complete [2020-06-12T05:43:38.218Z] 094b1ea09ed8: Pull complete [2020-06-12T05:43:38.804Z] 138eaada9080: Pull complete [2020-06-12T05:43:38.804Z] 0622d0fa9048: Pull complete [2020-06-12T05:43:38.804Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-12T05:43:38.804Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-12T05:43:38.804Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-12T05:43:39.279Z] prd-centos7-docker-4c-2g-2704 does not seem to be running inside a container [2020-06-12T05:43:39.347Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-06-12T05:43:42.026Z] $ docker top bda9070f3721865e53f932f71ce2c543281e90463a6e92d4dd3ed6303df52c1e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-12T05:43:42.313Z] provisioning config files... [2020-06-12T05:43:42.334Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config2748134768102700779tmp [Pipeline] { [Pipeline] echo [2020-06-12T05:43:42.375Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-12T05:43:42.694Z] ---> create-netrc.sh [Pipeline] echo [2020-06-12T05:43:42.707Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-12T05:43:43.010Z] ---> logs-deploy.sh [2020-06-12T05:43:43.010Z] + ARCHIVE_ARTIFACTS= [2020-06-12T05:43:43.010Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-12T05:43:43.011Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-12T05:43:43.011Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-12T05:43:43.011Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/master/7 [2020-06-12T05:43:43.011Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-snmp-go/job/master/7/ [2020-06-12T05:43:43.011Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/master/7 /w/workspace/gexfoundry_device-snmp-go_master [2020-06-12T05:43:44.956Z] Archives upload complete. [2020-06-12T05:43:44.956Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/master/7 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-snmp-go/job/master/7/