Started by user Lisa Rashidi-Ranjbar 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 ‘prd-centos7-blackbox-4c-2g-2990’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-3027’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-2075’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3035 in /w/workspace/gexfoundry_device-snmp-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-snmp-go.git > git init /w/workspace/gexfoundry_device-snmp-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision f8f17c2013d07295decc13e984e4b5973bc1f0af (master) > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f8f17c2013d07295decc13e984e4b5973bc1f0af # timeout=10 Commit message: "Merge pull request #52 from tonyespy/update-sdk-122" > git rev-list --no-walk f8f17c2013d07295decc13e984e4b5973bc1f0af # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-15T15:39:49.909Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-15T15:39:50.026Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-15T15:39:50.073Z] ========================================================= [2020-06-15T15:39:50.073Z] EdgeX Global Pipelines Version Info [2020-06-15T15:39:50.073Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-15T15:39:51.537Z] ------------------- [2020-06-15T15:39:51.537Z] stable info: [2020-06-15T15:39:51.537Z] ------------------- [2020-06-15T15:39:51.537Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-15T15:39:51.537Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-15T15:39:51.537Z] Message: update stable to v1.0.89 [2020-06-15T15:39:52.484Z] ------------------- [2020-06-15T15:39:52.484Z] experimental info: [2020-06-15T15:39:52.484Z] ------------------- [2020-06-15T15:39:52.484Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-15T15:39:52.484Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-15T15:39:52.484Z] 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-15T15:39:53.664Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-15T15:39:53.924Z] [2020-06-15T15:39:53.924Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:39:54.250Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-15T15:39:54.250Z] latest: Pulling from edgex-devops/git-semver [2020-06-15T15:39:54.250Z] 9123ac7c32f7: Pulling fs layer [2020-06-15T15:39:54.250Z] b8cc5d1170e3: Pulling fs layer [2020-06-15T15:39:54.250Z] 2924cbbf6a41: Pulling fs layer [2020-06-15T15:39:54.250Z] 93b08a4f1073: Pulling fs layer [2020-06-15T15:39:54.250Z] 93b08a4f1073: Waiting [2020-06-15T15:39:54.250Z] b8cc5d1170e3: Verifying Checksum [2020-06-15T15:39:54.250Z] b8cc5d1170e3: Download complete [2020-06-15T15:39:54.250Z] 9123ac7c32f7: Verifying Checksum [2020-06-15T15:39:54.250Z] 9123ac7c32f7: Download complete [2020-06-15T15:39:54.512Z] 93b08a4f1073: Verifying Checksum [2020-06-15T15:39:54.512Z] 93b08a4f1073: Download complete [2020-06-15T15:39:54.512Z] 2924cbbf6a41: Verifying Checksum [2020-06-15T15:39:54.512Z] 2924cbbf6a41: Download complete [2020-06-15T15:39:54.776Z] 9123ac7c32f7: Pull complete [2020-06-15T15:39:54.776Z] b8cc5d1170e3: Pull complete [2020-06-15T15:39:55.358Z] 2924cbbf6a41: Pull complete [2020-06-15T15:39:55.619Z] 93b08a4f1073: Pull complete [2020-06-15T15:39:55.619Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-15T15:39:55.619Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-15T15:39:55.619Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-15T15:39:55.720Z] prd-centos7-docker-4c-2g-3035 does not seem to be running inside a container [2020-06-15T15:39:55.766Z] $ 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-15T15:39:57.804Z] $ docker top 1a1f9c53cee0e7de9179d9e5d52e68c6df317be59a12545c90e0e14a5d61e668 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-15T15:39:57.987Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-15T15:39:57.987Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-15T15:39:58.195Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-15T15:39:58.203Z] $ docker exec 1a1f9c53cee0e7de9179d9e5d52e68c6df317be59a12545c90e0e14a5d61e668 ssh-agent [2020-06-15T15:39:58.353Z] SSH_AUTH_SOCK=/tmp/ssh-xeLUXAMLWsQe/agent.12 [2020-06-15T15:39:58.353Z] SSH_AGENT_PID=17 [2020-06-15T15:39:58.364Z] Running ssh-add (command line suppressed) [2020-06-15T15:39:58.496Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_4834702254136593998.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_4834702254136593998.key) [2020-06-15T15:39:58.539Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-15T15:39:58.850Z] + git describe --exact-match --tags HEAD [2020-06-15T15:39:58.850Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-15T15:39:58.898Z] $ docker exec --env ******** --env ******** 1a1f9c53cee0e7de9179d9e5d52e68c6df317be59a12545c90e0e14a5d61e668 ssh-agent -k [2020-06-15T15:39:59.040Z] unset SSH_AUTH_SOCK; [2020-06-15T15:39:59.041Z] unset SSH_AGENT_PID; [2020-06-15T15:39:59.041Z] echo Agent pid 17 killed; [2020-06-15T15:39:59.077Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-15T15:39:59.115Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-15T15:39:59.115Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-15T15:39:59.162Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-15T15:39:59.162Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-15T15:39:59.320Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-15T15:39:59.329Z] $ docker exec 1a1f9c53cee0e7de9179d9e5d52e68c6df317be59a12545c90e0e14a5d61e668 ssh-agent [2020-06-15T15:39:59.480Z] SSH_AUTH_SOCK=/tmp/ssh-deoO0nNojdx9/agent.45 [2020-06-15T15:39:59.480Z] SSH_AGENT_PID=50 [2020-06-15T15:39:59.486Z] Running ssh-add (command line suppressed) [2020-06-15T15:39:59.600Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_6763177947829461090.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_6763177947829461090.key) [2020-06-15T15:39:59.643Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-15T15:39:59.958Z] + git semver init [2020-06-15T15:39:59.958Z] # -> Open(): unable to determine branch for HEAD [2020-06-15T15:39:59.958Z] # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git [2020-06-15T15:39:59.958Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master [2020-06-15T15:39:59.958Z] # $SEMVER_REMOTE_NAME = origin [2020-06-15T15:39:59.958Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-15T15:39:59.958Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-15T15:39:59.958Z] # $SEMVER_BRANCH = master [2020-06-15T15:39:59.958Z] # $SEMVER_TEMP = /tmp/semver-203398131 [2020-06-15T15:39:59.958Z] # git clone --branch semver git@github.com:edgexfoundry/device-snmp-go.git $SEMVER_TEMP [2020-06-15T15:40:00.531Z] # '/tmp/semver-203398131' -> '/w/workspace/gexfoundry_device-snmp-go_master/.semver' [2020-06-15T15:40:00.531Z] # -> Force: false [2020-06-15T15:40:00.531Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver [Pipeline] } [2020-06-15T15:40:00.548Z] $ docker exec --env ******** --env ******** 1a1f9c53cee0e7de9179d9e5d52e68c6df317be59a12545c90e0e14a5d61e668 ssh-agent -k [2020-06-15T15:40:00.662Z] unset SSH_AUTH_SOCK; [2020-06-15T15:40:00.662Z] unset SSH_AGENT_PID; [2020-06-15T15:40:00.662Z] echo Agent pid 50 killed; [2020-06-15T15:40:00.703Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-15T15:40:01.067Z] + git semver [Pipeline] } [2020-06-15T15:40:01.090Z] $ docker stop --time=1 1a1f9c53cee0e7de9179d9e5d52e68c6df317be59a12545c90e0e14a5d61e668 [2020-06-15T15:40:02.451Z] $ docker rm -f 1a1f9c53cee0e7de9179d9e5d52e68c6df317be59a12545c90e0e14a5d61e668 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-15T15:40:02.899Z] Stashed 36 file(s) [Pipeline] echo [2020-06-15T15:40:02.901Z] [edgeXSemver] initialized semver on version 1.2.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-15T15:40:18.077Z] Still waiting to schedule task [2020-06-15T15:40:18.077Z] ‘prd-centos7-blackbox-4c-2g-2990’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-3037’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-2075’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3036’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-06-15T15:40:18.080Z] Still waiting to schedule task [2020-06-15T15:40:18.081Z] ‘prd-centos7-blackbox-4c-2g-2990’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-3037’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-2075’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3036’ is offline [2020-06-15T15:41:40.117Z] Running on prd-centos7-docker-4c-2g-3045 in /w/workspace/gexfoundry_device-snmp-go_master [Pipeline] { [Pipeline] ws [2020-06-15T15:41:40.145Z] Running in /w/workspace/device-snmp-go/8 [Pipeline] { [Pipeline] checkout [2020-06-15T15:41:42.929Z] using credential edgex-jenkins-ssh [2020-06-15T15:41:42.964Z] Cloning the remote Git repository [2020-06-15T15:41:42.964Z] Cloning with configured refspecs honoured and without tags [2020-06-15T15:41:43.604Z] Fetching without tags [2020-06-15T15:41:42.991Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2020-06-15T15:41:43.055Z] > git init /w/workspace/device-snmp-go/8 # timeout=10 [2020-06-15T15:41:43.098Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2020-06-15T15:41:43.098Z] > git --version # timeout=10 [2020-06-15T15:41:43.104Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-15T15:41:43.135Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-15T15:41:43.574Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2020-06-15T15:41:43.579Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-15T15:41:43.595Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2020-06-15T15:41:43.608Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2020-06-15T15:41:43.608Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-15T15:41:43.615Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-15T15:41:44.013Z] Checking out Revision f8f17c2013d07295decc13e984e4b5973bc1f0af (master) [2020-06-15T15:41:44.020Z] > git config core.sparsecheckout # timeout=10 [2020-06-15T15:41:44.026Z] > git checkout -f f8f17c2013d07295decc13e984e4b5973bc1f0af # timeout=10 [2020-06-15T15:41:48.198Z] 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-15T15:41:48.825Z] ========================================================= [2020-06-15T15:41:48.825Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-06-15T15:41:48.825Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:41:49.520Z] + 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-15T15:41:49.785Z] Sending build context to Docker daemon 362.5kB [2020-06-15T15:41:49.785Z] Step 1/10 : ARG BASE=golang:1.13-alpine [2020-06-15T15:41:49.785Z] Step 2/10 : FROM ${BASE} [2020-06-15T15:41:50.051Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-06-15T15:41:50.051Z] e6b0cf9c0882: Pulling fs layer [2020-06-15T15:41:50.051Z] 2848faf0eed1: Pulling fs layer [2020-06-15T15:41:50.051Z] 0f37312ad70f: Pulling fs layer [2020-06-15T15:41:50.051Z] 5788d62ee057: Pulling fs layer [2020-06-15T15:41:50.051Z] 0e6b1d234666: Pulling fs layer [2020-06-15T15:41:50.051Z] bf5d7aec512f: Pulling fs layer [2020-06-15T15:41:50.051Z] 34c802a77dc8: Pulling fs layer [2020-06-15T15:41:50.051Z] 9eb99e56ec68: Pulling fs layer [2020-06-15T15:41:50.051Z] 27c7a5d97fbd: Pulling fs layer [2020-06-15T15:41:50.051Z] 5c102a31e300: Pulling fs layer [2020-06-15T15:41:50.051Z] dcfb455df0a1: Pulling fs layer [2020-06-15T15:41:50.051Z] 34c802a77dc8: Waiting [2020-06-15T15:41:50.051Z] 9eb99e56ec68: Waiting [2020-06-15T15:41:50.051Z] 5788d62ee057: Waiting [2020-06-15T15:41:50.051Z] 0e6b1d234666: Waiting [2020-06-15T15:41:50.051Z] bf5d7aec512f: Waiting [2020-06-15T15:41:50.051Z] 27c7a5d97fbd: Waiting [2020-06-15T15:41:50.051Z] 5c102a31e300: Waiting [2020-06-15T15:41:50.051Z] 0f37312ad70f: Verifying Checksum [2020-06-15T15:41:50.051Z] 0f37312ad70f: Download complete [2020-06-15T15:41:50.317Z] 2848faf0eed1: Download complete [2020-06-15T15:41:50.317Z] 0e6b1d234666: Download complete [2020-06-15T15:41:50.317Z] bf5d7aec512f: Download complete [2020-06-15T15:41:50.317Z] e6b0cf9c0882: Verifying Checksum [2020-06-15T15:41:50.317Z] e6b0cf9c0882: Download complete [2020-06-15T15:41:50.593Z] e6b0cf9c0882: Pull complete [2020-06-15T15:41:50.878Z] 2848faf0eed1: Pull complete [2020-06-15T15:41:50.878Z] 0f37312ad70f: Pull complete [2020-06-15T15:41:51.902Z] 34c802a77dc8: Verifying Checksum [2020-06-15T15:41:51.902Z] 34c802a77dc8: Download complete [2020-06-15T15:41:51.902Z] 27c7a5d97fbd: Verifying Checksum [2020-06-15T15:41:51.902Z] 27c7a5d97fbd: Download complete [2020-06-15T15:41:52.544Z] 9eb99e56ec68: Verifying Checksum [2020-06-15T15:41:52.544Z] 9eb99e56ec68: Download complete [2020-06-15T15:41:52.544Z] dcfb455df0a1: Verifying Checksum [2020-06-15T15:41:52.544Z] dcfb455df0a1: Download complete [2020-06-15T15:41:52.544Z] 5c102a31e300: Verifying Checksum [2020-06-15T15:41:52.544Z] 5c102a31e300: Download complete [2020-06-15T15:41:52.807Z] 5788d62ee057: Verifying Checksum [2020-06-15T15:41:52.807Z] 5788d62ee057: Download complete [2020-06-15T15:41:59.424Z] 5788d62ee057: Pull complete [2020-06-15T15:41:59.424Z] 0e6b1d234666: Pull complete [2020-06-15T15:41:59.424Z] bf5d7aec512f: Pull complete [2020-06-15T15:42:03.658Z] 34c802a77dc8: Pull complete [2020-06-15T15:42:06.998Z] 9eb99e56ec68: Pull complete [2020-06-15T15:42:06.998Z] 27c7a5d97fbd: Pull complete [2020-06-15T15:42:07.579Z] 5c102a31e300: Pull complete [2020-06-15T15:42:07.841Z] dcfb455df0a1: Pull complete [2020-06-15T15:42:07.841Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-06-15T15:42:07.841Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-06-15T15:42:07.841Z] ---> 7c70fe431013 [2020-06-15T15:42:07.841Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-06-15T15:42:09.769Z] ---> Running in 085c4ad55e52 [2020-06-15T15:42:09.769Z] Removing intermediate container 085c4ad55e52 [2020-06-15T15:42:09.769Z] ---> df0d97011848 [2020-06-15T15:42:09.769Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-06-15T15:42:09.769Z] ---> Running in e0e46e708ef6 [2020-06-15T15:42:09.769Z] Removing intermediate container e0e46e708ef6 [2020-06-15T15:42:09.769Z] ---> 9b8e8279d577 [2020-06-15T15:42:09.769Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' [2020-06-15T15:42:09.769Z] ---> Running in e28231e409e5 [2020-06-15T15:42:10.031Z] Removing intermediate container e28231e409e5 [2020-06-15T15:42:10.031Z] ---> 6d61323f0191 [2020-06-15T15:42:10.031Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-15T15:42:10.031Z] ---> Running in 8b717ebf991f [2020-06-15T15:42:11.426Z] Removing intermediate container 8b717ebf991f [2020-06-15T15:42:11.426Z] ---> 5ee33bc44436 [2020-06-15T15:42:11.426Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-15T15:42:11.426Z] ---> Running in 131aa641b0dc [2020-06-15T15:42:12.006Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-15T15:42:12.967Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-15T15:42:12.967Z] OK: 143 MiB in 39 packages [2020-06-15T15:42:13.546Z] Removing intermediate container 131aa641b0dc [2020-06-15T15:42:13.546Z] ---> e89d5cacdb34 [2020-06-15T15:42:13.546Z] Step 8/10 : WORKDIR /device-snmp-go [2020-06-15T15:42:13.546Z] ---> Running in ef101de4152a [2020-06-15T15:42:13.816Z] Removing intermediate container ef101de4152a [2020-06-15T15:42:13.816Z] ---> e20b83f1bc36 [2020-06-15T15:42:13.816Z] Step 9/10 : COPY . . [2020-06-15T15:42:14.394Z] ---> 056fc83c8723 [2020-06-15T15:42:14.394Z] Step 10/10 : RUN go mod download [2020-06-15T15:42:14.394Z] ---> Running in e19fbdc55812 [2020-06-15T15:42:16.334Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-15T15:42:16.334Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-15T15:42:16.334Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-15T15:42:16.334Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-15T15:42:16.334Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-15T15:42:16.334Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-15T15:42:16.334Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-15T15:42:16.334Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-15T15:42:16.334Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-15T15:42:16.334Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-15T15:42:16.334Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-15T15:42:16.334Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-15T15:42:16.334Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-15T15:42:16.334Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-15T15:42:16.334Z] go: finding github.com/fatih/color v1.7.0 [2020-06-15T15:42:16.334Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-15T15:42:16.334Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-15T15:42:16.334Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-15T15:42:16.334Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-15T15:42:16.334Z] go: finding github.com/golang/mock v1.2.0 [2020-06-15T15:42:16.334Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-15T15:42:16.334Z] go: finding github.com/google/uuid v1.1.0 [2020-06-15T15:42:16.334Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-15T15:42:16.334Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-15T15:42:16.334Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-15T15:42:16.334Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-15T15:42:16.334Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-15T15:42:16.334Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-15T15:42:16.334Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-15T15:42:16.334Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-15T15:42:16.334Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-15T15:42:16.334Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-15T15:42:16.334Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-15T15:42:16.334Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-15T15:42:16.334Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-15T15:42:16.334Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-15T15:42:16.334Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-15T15:42:16.334Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-15T15:42:16.334Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-15T15:42:16.334Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-15T15:42:16.334Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-15T15:42:16.335Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-15T15:42:16.335Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-15T15:42:16.335Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-15T15:42:16.335Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-15T15:42:16.335Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-15T15:42:16.335Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-15T15:42:16.335Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-15T15:42:16.335Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-15T15:42:16.335Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-15T15:42:16.335Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-15T15:42:16.335Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-15T15:42:16.335Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-15T15:42:16.335Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-15T15:42:16.335Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-15T15:42:16.335Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-15T15:42:16.335Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-15T15:42:16.600Z] go: finding github.com/posener/complete v1.1.1 [2020-06-15T15:42:16.600Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-15T15:42:16.600Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-15T15:42:16.600Z] go: finding github.com/soniah/gosnmp v1.21.0 [2020-06-15T15:42:16.600Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-15T15:42:16.600Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-15T15:42:16.600Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-15T15:42:16.600Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-15T15:42:16.600Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-15T15:42:16.600Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-06-15T15:42:16.600Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-15T15:42:16.600Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-15T15:42:16.600Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-15T15:42:16.600Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-15T15:42:24.777Z] Removing intermediate container e19fbdc55812 [2020-06-15T15:42:24.777Z] ---> 6dfd2fdd1ef3 [2020-06-15T15:42:24.777Z] Successfully built 6dfd2fdd1ef3 [2020-06-15T15:42:24.777Z] 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-15T15:42:25.292Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-15T15:42:25.292Z] . [Pipeline] withDockerContainer [2020-06-15T15:42:25.485Z] prd-centos7-docker-4c-2g-3045 does not seem to be running inside a container [2020-06-15T15:42:25.641Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/8 -v /w/workspace/device-snmp-go/8:/w/workspace/device-snmp-go/8:rw,z -v /w/workspace/device-snmp-go/8@tmp:/w/workspace/device-snmp-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-06-15T15:42:26.722Z] $ docker top a31f001e4933ca2c23d0d9338b01fc4328453871956e9d6d57661f0d036abe87 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-15T15:42:27.184Z] + go version [2020-06-15T15:42:27.184Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-06-15T15:42:27.486Z] + make test [2020-06-15T15:42:27.486Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-06-15T15:42:28.442Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2020-06-15T15:42:38.568Z] ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] [2020-06-15T15:42:38.568Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.005s coverage: 0.0% of statements [2020-06-15T15:42:38.568Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-15T15:42:40.526Z] gofmt -l . [2020-06-15T15:42:40.526Z] [ "`gofmt -l .`" = "" ] [2020-06-15T15:42:40.526Z] ./bin/test-attribution-txt.sh [2020-06-15T15:42:40.788Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-06-15T15:42:41.279Z] Stashed 1 file(s) [Pipeline] } [2020-06-15T15:42:41.284Z] $ docker stop --time=1 a31f001e4933ca2c23d0d9338b01fc4328453871956e9d6d57661f0d036abe87 [2020-06-15T15:42:43.493Z] $ docker rm -f a31f001e4933ca2c23d0d9338b01fc4328453871956e9d6d57661f0d036abe87 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-15T15:42:44.496Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-15T15:42:44.794Z] + ls -al . [2020-06-15T15:42:44.794Z] total 104 [2020-06-15T15:42:44.794Z] drwxrwxr-x. 8 jenkins jenkins 4096 Jun 15 15:42 . [2020-06-15T15:42:44.794Z] drwxrwxr-x. 4 jenkins jenkins 28 Jun 15 15:41 .. [2020-06-15T15:42:44.794Z] -rw-rw-r--. 1 jenkins jenkins 4910 Jun 15 15:41 Attribution.txt [2020-06-15T15:42:44.794Z] drwxrwxr-x. 2 jenkins jenkins 87 Jun 15 15:41 bin [2020-06-15T15:42:44.794Z] drwxrwxr-x. 3 jenkins jenkins 32 Jun 15 15:41 cmd [2020-06-15T15:42:44.794Z] -rw-r--r--. 1 jenkins jenkins 8493 Jun 15 15:42 coverage.out [2020-06-15T15:42:44.794Z] -rw-rw-r--. 1 jenkins jenkins 994 Jun 15 15:41 Dockerfile [2020-06-15T15:42:44.794Z] -rw-rw-r--. 1 jenkins jenkins 409 Jun 15 15:41 Dockerfile.build [2020-06-15T15:42:44.794Z] -rw-rw-r--. 1 jenkins jenkins 6 Jun 15 15:41 .dockerignore [2020-06-15T15:42:44.794Z] drwxrwxr-x. 8 jenkins jenkins 162 Jun 15 15:41 .git [2020-06-15T15:42:44.794Z] -rw-rw-r--. 1 jenkins jenkins 272 Jun 15 15:41 .gitignore [2020-06-15T15:42:44.794Z] -rw-r--r--. 1 jenkins jenkins 203 Jun 15 15:42 go.mod [2020-06-15T15:42:44.794Z] -rw-r--r--. 1 jenkins jenkins 12704 Jun 15 15:42 go.sum [2020-06-15T15:42:44.794Z] drwxrwxr-x. 3 jenkins jenkins 20 Jun 15 15:41 internal [2020-06-15T15:42:44.794Z] -rw-rw-r--. 1 jenkins jenkins 678 Jun 15 15:41 Jenkinsfile [2020-06-15T15:42:44.794Z] -rw-rw-r--. 1 jenkins jenkins 11340 Jun 15 15:41 LICENSE [2020-06-15T15:42:44.794Z] -rw-rw-r--. 1 jenkins jenkins 937 Jun 15 15:41 Makefile [2020-06-15T15:42:44.794Z] drwxrwxr-x. 2 jenkins jenkins 84 Jun 15 15:41 profiles [2020-06-15T15:42:44.794Z] -rw-rw-r--. 1 jenkins jenkins 12398 Jun 15 15:41 README.md [2020-06-15T15:42:44.794Z] drwxrwxr-x. 3 jenkins jenkins 61 Jun 15 15:41 .semver [2020-06-15T15:42:44.794Z] -rw-rw-r--. 1 jenkins jenkins 5 Jun 15 15:40 VERSION [2020-06-15T15:42:44.794Z] -rw-rw-r--. 1 jenkins jenkins 209 Jun 15 15:41 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:42:45.099Z] + 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 . [2020-06-15T15:42:45.099Z] Sending build context to Docker daemon 371.7kB [2020-06-15T15:42:45.361Z] Step 1/25 : ARG BASE=golang:1.13-alpine [2020-06-15T15:42:45.361Z] Step 2/25 : FROM ${BASE} AS builder [2020-06-15T15:42:45.361Z] ---> 6dfd2fdd1ef3 [2020-06-15T15:42:45.361Z] Step 3/25 : ARG MAKE='make build' [2020-06-15T15:42:45.361Z] ---> Running in b0dc9a4a5ef2 [2020-06-15T15:42:45.623Z] Removing intermediate container b0dc9a4a5ef2 [2020-06-15T15:42:45.623Z] ---> f06b2ef10e8c [2020-06-15T15:42:45.623Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git" [2020-06-15T15:42:45.623Z] ---> Running in a3f630d9e7e1 [2020-06-15T15:42:45.623Z] Removing intermediate container a3f630d9e7e1 [2020-06-15T15:42:45.623Z] ---> d747d81d50b3 [2020-06-15T15:42:45.623Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2020-06-15T15:42:45.887Z] ---> Running in a044daa30507 [2020-06-15T15:42:45.887Z] Removing intermediate container a044daa30507 [2020-06-15T15:42:45.887Z] ---> 7a40ce4ffb72 [2020-06-15T15:42:45.887Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-15T15:42:45.887Z] ---> Running in 0511e10b9292 [2020-06-15T15:42:46.841Z] Removing intermediate container 0511e10b9292 [2020-06-15T15:42:46.841Z] ---> 26a010d003f4 [2020-06-15T15:42:46.841Z] Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-15T15:42:46.841Z] ---> Running in e446a5e555d0 [2020-06-15T15:42:47.415Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-15T15:42:48.360Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-15T15:42:49.307Z] OK: 143 MiB in 39 packages [2020-06-15T15:42:49.569Z] Removing intermediate container e446a5e555d0 [2020-06-15T15:42:49.569Z] ---> 1aa1b4d3ad1b [2020-06-15T15:42:49.569Z] Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-snmp-go [2020-06-15T15:42:49.569Z] ---> Running in 9c2de26e0e8e [2020-06-15T15:42:49.835Z] Removing intermediate container 9c2de26e0e8e [2020-06-15T15:42:49.835Z] ---> a1a18c964662 [2020-06-15T15:42:49.835Z] Step 9/25 : COPY go.mod . [2020-06-15T15:42:49.835Z] ---> d18ddbce138e [2020-06-15T15:42:49.835Z] Step 10/25 : COPY Makefile . [2020-06-15T15:42:50.097Z] ---> e1b9e5911252 [2020-06-15T15:42:50.097Z] Step 11/25 : RUN make update [2020-06-15T15:42:50.097Z] ---> Running in 0d13665df892 [2020-06-15T15:42:50.671Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-06-15T15:42:50.935Z] Removing intermediate container 0d13665df892 [2020-06-15T15:42:50.935Z] ---> 1d58f0dcd5fb [2020-06-15T15:42:50.935Z] Step 12/25 : COPY . . [2020-06-15T15:42:51.880Z] ---> 61d79ec9a1f9 [2020-06-15T15:42:51.880Z] Step 13/25 : RUN ${MAKE} [2020-06-15T15:42:51.880Z] ---> Running in 7ed8e4a7a770 [2020-06-15T15:42:52.145Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=1.2.1" -o cmd/device-snmp-go ./cmd [2020-06-15T15:42:58.674Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3046 in /w/workspace/gexfoundry_device-snmp-go_master [Pipeline] { [Pipeline] ws [2020-06-15T15:42:58.700Z] Running in /w/workspace/device-snmp-go/8 [Pipeline] { [Pipeline] checkout [2020-06-15T15:43:00.347Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-15T15:43:03.663Z] Removing intermediate container 7ed8e4a7a770 [2020-06-15T15:43:03.663Z] ---> a97597cedd71 [2020-06-15T15:43:03.663Z] Step 14/25 : FROM alpine [2020-06-15T15:43:03.663Z] latest: Pulling from library/alpine [2020-06-15T15:43:03.925Z] df20fa9351a1: Pulling fs layer [2020-06-15T15:43:03.925Z] df20fa9351a1: Verifying Checksum [2020-06-15T15:43:03.925Z] df20fa9351a1: Download complete [2020-06-15T15:43:04.092Z] using credential edgex-jenkins-ssh [2020-06-15T15:43:04.124Z] Cloning the remote Git repository [2020-06-15T15:43:04.124Z] Cloning with configured refspecs honoured and without tags [2020-06-15T15:43:04.186Z] df20fa9351a1: Pull complete [2020-06-15T15:43:04.186Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-15T15:43:04.186Z] Status: Downloaded newer image for alpine:latest [2020-06-15T15:43:04.186Z] ---> a24bb4013296 [2020-06-15T15:43:04.186Z] Step 15/25 : ENV APP_PORT=49993 [2020-06-15T15:43:04.448Z] ---> Running in 59dfb5bfae2a [2020-06-15T15:43:04.448Z] Removing intermediate container 59dfb5bfae2a [2020-06-15T15:43:04.448Z] ---> 6936f7a0d21b [2020-06-15T15:43:04.448Z] Step 16/25 : EXPOSE $APP_PORT [2020-06-15T15:43:04.448Z] ---> Running in 4d38d95a9a62 [2020-06-15T15:43:04.709Z] Removing intermediate container 4d38d95a9a62 [2020-06-15T15:43:04.709Z] ---> c937f0448f8d [2020-06-15T15:43:04.709Z] Step 17/25 : ENV DEVICE_PORT=161 [2020-06-15T15:43:04.709Z] ---> Running in ef0f70dbb706 [2020-06-15T15:43:04.970Z] Removing intermediate container ef0f70dbb706 [2020-06-15T15:43:04.970Z] ---> b0ad6e4bf902 [2020-06-15T15:43:04.970Z] Step 18/25 : EXPOSE $DEVICE_PORT [2020-06-15T15:43:04.970Z] ---> Running in 6021da849498 [2020-06-15T15:43:04.970Z] Removing intermediate container 6021da849498 [2020-06-15T15:43:04.970Z] ---> be412559d37e [2020-06-15T15:43:04.970Z] Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/cmd / [2020-06-15T15:43:04.165Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2020-06-15T15:43:04.287Z] > git init /w/workspace/device-snmp-go/8 # timeout=10 [2020-06-15T15:43:04.365Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2020-06-15T15:43:04.367Z] > git --version # timeout=10 [2020-06-15T15:43:04.397Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-15T15:43:04.454Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-15T15:43:05.182Z] Fetching without tags [2020-06-15T15:43:05.541Z] ---> 50f4c9bbb5b6 [2020-06-15T15:43:05.541Z] Step 20/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/Attribution.txt / [2020-06-15T15:43:05.679Z] Checking out Revision f8f17c2013d07295decc13e984e4b5973bc1f0af (master) [2020-06-15T15:43:05.803Z] ---> a6f895cc5224 [2020-06-15T15:43:05.803Z] Step 21/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/LICENSE / [2020-06-15T15:43:06.064Z] ---> 11e562efe898 [2020-06-15T15:43:06.064Z] Step 22/25 : ENTRYPOINT ["/device-snmp-go","--cp=consul://edgex-core-consul:8500","--confdir=/res","--registry"] [2020-06-15T15:43:06.064Z] ---> Running in d5779c4e78f6 [2020-06-15T15:43:06.064Z] Removing intermediate container d5779c4e78f6 [2020-06-15T15:43:06.064Z] ---> 6207deaee40c [2020-06-15T15:43:06.064Z] Step 23/25 : LABEL arch=amd64 [2020-06-15T15:43:05.088Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2020-06-15T15:43:05.113Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-15T15:43:05.141Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2020-06-15T15:43:05.170Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2020-06-15T15:43:05.171Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-15T15:43:05.184Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-15T15:43:05.675Z] > git config core.sparsecheckout # timeout=10 [2020-06-15T15:43:05.691Z] > git checkout -f f8f17c2013d07295decc13e984e4b5973bc1f0af # timeout=10 [2020-06-15T15:43:06.325Z] ---> Running in 3e70c903fbde [2020-06-15T15:43:06.325Z] Removing intermediate container 3e70c903fbde [2020-06-15T15:43:06.325Z] ---> 2453c697ded6 [2020-06-15T15:43:06.325Z] Step 24/25 : LABEL git_sha=f8f17c2013d07295decc13e984e4b5973bc1f0af [2020-06-15T15:43:06.325Z] ---> Running in cbb1553ad1e4 [2020-06-15T15:43:06.586Z] Removing intermediate container cbb1553ad1e4 [2020-06-15T15:43:06.586Z] ---> 713f3ef3df3b [2020-06-15T15:43:06.586Z] Step 25/25 : LABEL version=1.2.1 [2020-06-15T15:43:06.586Z] ---> Running in d688c9580871 [2020-06-15T15:43:06.847Z] Removing intermediate container d688c9580871 [2020-06-15T15:43:06.847Z] ---> 6f5b90cc85f9 [2020-06-15T15:43:06.847Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-15T15:43:06.847Z] Successfully built 6f5b90cc85f9 [2020-06-15T15:43:06.847Z] 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-15T15:43:07.048Z] provisioning config files... [2020-06-15T15:43:07.085Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/8@tmp/config8767020168400227362tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-06-15T15:43:07.411Z] nexus3.edgexfoundry.org:10001 [2020-06-15T15:43:07.411Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-15T15:43:07.411Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-15T15:43:07.411Z] Configure a credential helper to remove this warning. See [2020-06-15T15:43:07.411Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-15T15:43:07.411Z] [2020-06-15T15:43:07.411Z] Login Succeeded [2020-06-15T15:43:07.411Z] nexus3.edgexfoundry.org:10002 [2020-06-15T15:43:07.672Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-15T15:43:07.672Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-15T15:43:07.672Z] Configure a credential helper to remove this warning. See [2020-06-15T15:43:07.673Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-15T15:43:07.673Z] [2020-06-15T15:43:07.673Z] Login Succeeded [2020-06-15T15:43:07.673Z] nexus3.edgexfoundry.org:10003 [2020-06-15T15:43:07.673Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-15T15:43:07.934Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-15T15:43:07.935Z] Configure a credential helper to remove this warning. See [2020-06-15T15:43:07.935Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-15T15:43:07.935Z] [2020-06-15T15:43:07.935Z] Login Succeeded [2020-06-15T15:43:07.935Z] nexus3.edgexfoundry.org:10004 [2020-06-15T15:43:07.935Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-15T15:43:07.935Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-15T15:43:07.935Z] Configure a credential helper to remove this warning. See [2020-06-15T15:43:07.935Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-15T15:43:07.935Z] [2020-06-15T15:43:07.935Z] Login Succeeded [2020-06-15T15:43:07.935Z] docker.io [2020-06-15T15:43:08.196Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-15T15:43:08.457Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-15T15:43:08.457Z] Configure a credential helper to remove this warning. See [2020-06-15T15:43:08.457Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-15T15:43:08.457Z] [2020-06-15T15:43:08.457Z] Login Succeeded [Pipeline] } [2020-06-15T15:43:08.467Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-15T15:43:08.573Z] [edgeXDocker.push] Tagging docker image docker-device-snmp-go with the following tags: [2020-06-15T15:43:08.573Z] f8f17c2013d07295decc13e984e4b5973bc1f0af [2020-06-15T15:43:08.573Z] latest [2020-06-15T15:43:08.573Z] 1.2.1 [2020-06-15T15:43:08.573Z] f8f17c2013d07295decc13e984e4b5973bc1f0af-1.2.1 [2020-06-15T15:43:08.573Z] master [2020-06-15T15:43:08.573Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:43:08.960Z] + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:f8f17c2013d07295decc13e984e4b5973bc1f0af [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:43:09.257Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:f8f17c2013d07295decc13e984e4b5973bc1f0af [2020-06-15T15:43:09.258Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] [2020-06-15T15:43:09.258Z] f191a89daab4: Preparing [2020-06-15T15:43:09.258Z] 26da5ea151f2: Preparing [2020-06-15T15:43:09.258Z] 91311ca06894: Preparing [2020-06-15T15:43:09.258Z] 50644c29ef5a: Preparing [2020-06-15T15:43:09.258Z] 50644c29ef5a: Layer already exists [2020-06-15T15:43:09.258Z] 26da5ea151f2: Pushed [2020-06-15T15:43:09.258Z] f191a89daab4: Pushed [2020-06-15T15:43:10.200Z] 91311ca06894: Pushed [2020-06-15T15:43:10.461Z] f8f17c2013d07295decc13e984e4b5973bc1f0af: digest: sha256:cedd6a2edf8b23105a29756768ca45732f824caeb237fe395e1971aefd98ca6f size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:43:10.504Z] Commit message: "Merge pull request #52 from tonyespy/update-sdk-122" [2020-06-15T15:43:10.770Z] + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:latest [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-06-15T15:43:11.087Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:latest [2020-06-15T15:43:11.087Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] [2020-06-15T15:43:11.087Z] f191a89daab4: Preparing [2020-06-15T15:43:11.087Z] 26da5ea151f2: Preparing [2020-06-15T15:43:11.087Z] 91311ca06894: Preparing [2020-06-15T15:43:11.087Z] 50644c29ef5a: Preparing [2020-06-15T15:43:11.087Z] 91311ca06894: Layer already exists [2020-06-15T15:43:11.087Z] 50644c29ef5a: Layer already exists [2020-06-15T15:43:11.087Z] f191a89daab4: Layer already exists [2020-06-15T15:43:11.087Z] 26da5ea151f2: Layer already exists [2020-06-15T15:43:11.087Z] latest: digest: sha256:cedd6a2edf8b23105a29756768ca45732f824caeb237fe395e1971aefd98ca6f size: 1155 [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2020-06-15T15:43:11.361Z] ========================================================= [2020-06-15T15:43:11.361Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-15T15:43:11.361Z] ========================================================= [2020-06-15T15:43:11.388Z] + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1.2.1 [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:43:12.348Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1.2.1 [2020-06-15T15:43:12.348Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] [2020-06-15T15:43:12.348Z] f191a89daab4: Preparing [2020-06-15T15:43:12.348Z] 26da5ea151f2: Preparing [2020-06-15T15:43:12.348Z] 91311ca06894: Preparing [2020-06-15T15:43:12.348Z] 50644c29ef5a: Preparing [2020-06-15T15:43:12.348Z] 50644c29ef5a: Layer already exists [2020-06-15T15:43:12.348Z] 26da5ea151f2: Layer already exists [2020-06-15T15:43:12.348Z] f191a89daab4: Layer already exists [2020-06-15T15:43:12.348Z] 91311ca06894: Layer already exists [2020-06-15T15:43:12.348Z] 1.2.1: digest: sha256:cedd6a2edf8b23105a29756768ca45732f824caeb237fe395e1971aefd98ca6f size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:43:12.382Z] + 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-15T15:43:12.654Z] + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:f8f17c2013d07295decc13e984e4b5973bc1f0af-1.2.1 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:43:12.950Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:f8f17c2013d07295decc13e984e4b5973bc1f0af-1.2.1 [2020-06-15T15:43:12.950Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] [2020-06-15T15:43:12.950Z] f191a89daab4: Preparing [2020-06-15T15:43:12.950Z] 26da5ea151f2: Preparing [2020-06-15T15:43:12.950Z] 91311ca06894: Preparing [2020-06-15T15:43:12.950Z] 50644c29ef5a: Preparing [2020-06-15T15:43:12.950Z] 50644c29ef5a: Layer already exists [2020-06-15T15:43:12.950Z] 26da5ea151f2: Layer already exists [2020-06-15T15:43:12.950Z] 91311ca06894: Layer already exists [2020-06-15T15:43:12.950Z] f191a89daab4: Layer already exists [2020-06-15T15:43:12.950Z] f8f17c2013d07295decc13e984e4b5973bc1f0af-1.2.1: digest: sha256:cedd6a2edf8b23105a29756768ca45732f824caeb237fe395e1971aefd98ca6f size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:43:13.251Z] + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:master [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:43:13.487Z] Sending build context to Docker daemon 362.5kB [2020-06-15T15:43:13.487Z] Step 1/10 : ARG BASE=golang:1.13-alpine [2020-06-15T15:43:13.487Z] Step 2/10 : FROM ${BASE} [2020-06-15T15:43:13.546Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:master [2020-06-15T15:43:13.546Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] [2020-06-15T15:43:13.546Z] f191a89daab4: Preparing [2020-06-15T15:43:13.546Z] 26da5ea151f2: Preparing [2020-06-15T15:43:13.546Z] 91311ca06894: Preparing [2020-06-15T15:43:13.546Z] 50644c29ef5a: Preparing [2020-06-15T15:43:13.546Z] 91311ca06894: Layer already exists [2020-06-15T15:43:13.546Z] 26da5ea151f2: Layer already exists [2020-06-15T15:43:13.546Z] f191a89daab4: Layer already exists [2020-06-15T15:43:13.546Z] 50644c29ef5a: Layer already exists [2020-06-15T15:43:13.546Z] master: digest: sha256:cedd6a2edf8b23105a29756768ca45732f824caeb237fe395e1971aefd98ca6f 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 [2020-06-15T15:43:13.767Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-06-15T15:43:14.052Z] cde5963f3b93: Pulling fs layer [2020-06-15T15:43:14.052Z] 2a23fa8c16f7: Pulling fs layer [2020-06-15T15:43:14.052Z] 777b28850792: Pulling fs layer [2020-06-15T15:43:14.052Z] 8a11ddd9e578: Pulling fs layer [2020-06-15T15:43:14.052Z] 4cf88f913ddb: Pulling fs layer [2020-06-15T15:43:14.052Z] 1df406cf5192: Pulling fs layer [2020-06-15T15:43:14.052Z] cd6300453558: Pulling fs layer [2020-06-15T15:43:14.052Z] b9c365052c96: Pulling fs layer [2020-06-15T15:43:14.052Z] a2d8cc88f415: Pulling fs layer [2020-06-15T15:43:14.052Z] ea1d1ca13537: Pulling fs layer [2020-06-15T15:43:14.052Z] 3750a50a1c5e: Pulling fs layer [2020-06-15T15:43:14.052Z] 4cf88f913ddb: Waiting [2020-06-15T15:43:14.052Z] 1df406cf5192: Waiting [2020-06-15T15:43:14.052Z] cd6300453558: Waiting [2020-06-15T15:43:14.052Z] b9c365052c96: Waiting [2020-06-15T15:43:14.052Z] a2d8cc88f415: Waiting [2020-06-15T15:43:14.052Z] ea1d1ca13537: Waiting [2020-06-15T15:43:14.052Z] 3750a50a1c5e: Waiting [2020-06-15T15:43:14.052Z] 8a11ddd9e578: Waiting [2020-06-15T15:43:14.052Z] 777b28850792: Verifying Checksum [2020-06-15T15:43:14.052Z] 777b28850792: Download complete [2020-06-15T15:43:14.052Z] 2a23fa8c16f7: Download complete [2020-06-15T15:43:14.052Z] 4cf88f913ddb: Download complete [2020-06-15T15:43:14.052Z] 1df406cf5192: Verifying Checksum [2020-06-15T15:43:14.052Z] 1df406cf5192: Download complete [2020-06-15T15:43:14.052Z] cde5963f3b93: Verifying Checksum [2020-06-15T15:43:14.052Z] cde5963f3b93: Download complete [2020-06-15T15:43:15.054Z] cde5963f3b93: Pull complete [2020-06-15T15:43:15.662Z] 2a23fa8c16f7: Pull complete [2020-06-15T15:43:15.955Z] 777b28850792: Pull complete [2020-06-15T15:43:16.562Z] cd6300453558: Verifying Checksum [2020-06-15T15:43:16.562Z] cd6300453558: Download complete [2020-06-15T15:43:16.562Z] a2d8cc88f415: Download complete [2020-06-15T15:43:18.601Z] ea1d1ca13537: Verifying Checksum [2020-06-15T15:43:18.601Z] ea1d1ca13537: Download complete [2020-06-15T15:43:18.601Z] 3750a50a1c5e: Verifying Checksum [2020-06-15T15:43:18.601Z] 3750a50a1c5e: Download complete [2020-06-15T15:43:19.212Z] b9c365052c96: Verifying Checksum [2020-06-15T15:43:19.212Z] b9c365052c96: Download complete [2020-06-15T15:43:19.497Z] 8a11ddd9e578: Verifying Checksum [2020-06-15T15:43:19.497Z] 8a11ddd9e578: Download complete [2020-06-15T15:43:31.917Z] 8a11ddd9e578: Pull complete [2020-06-15T15:43:31.917Z] 4cf88f913ddb: Pull complete [2020-06-15T15:43:31.917Z] 1df406cf5192: Pull complete [2020-06-15T15:43:35.301Z] cd6300453558: Pull complete [2020-06-15T15:43:39.591Z] b9c365052c96: Pull complete [2020-06-15T15:43:39.591Z] a2d8cc88f415: Pull complete [2020-06-15T15:43:41.571Z] ea1d1ca13537: Pull complete [2020-06-15T15:43:41.850Z] 3750a50a1c5e: Pull complete [2020-06-15T15:43:41.850Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-06-15T15:43:41.850Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-15T15:43:41.850Z] ---> 78745c68409d [2020-06-15T15:43:41.850Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-06-15T15:43:47.272Z] ---> Running in 9c7bfe4d2d75 [2020-06-15T15:43:47.272Z] Removing intermediate container 9c7bfe4d2d75 [2020-06-15T15:43:47.272Z] ---> fc867d63ae01 [2020-06-15T15:43:47.272Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-06-15T15:43:47.544Z] ---> Running in b3374e9bf8ba [2020-06-15T15:43:47.820Z] Removing intermediate container b3374e9bf8ba [2020-06-15T15:43:47.820Z] ---> ae6cee004849 [2020-06-15T15:43:47.820Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' [2020-06-15T15:43:48.098Z] ---> Running in d69bf92a9633 [2020-06-15T15:43:48.377Z] Removing intermediate container d69bf92a9633 [2020-06-15T15:43:48.377Z] ---> b6839b95974e [2020-06-15T15:43:48.377Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-15T15:43:48.652Z] ---> Running in 6db83bd326eb [2020-06-15T15:43:51.290Z] Removing intermediate container 6db83bd326eb [2020-06-15T15:43:51.290Z] ---> 27d56691b07e [2020-06-15T15:43:51.290Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-15T15:43:51.565Z] ---> Running in a1d1d5086d7d [2020-06-15T15:43:53.002Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-15T15:43:53.986Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-15T15:43:54.271Z] OK: 125 MiB in 39 packages [2020-06-15T15:43:55.712Z] Removing intermediate container a1d1d5086d7d [2020-06-15T15:43:55.712Z] ---> a7431eb0cd33 [2020-06-15T15:43:55.712Z] Step 8/10 : WORKDIR /device-snmp-go [2020-06-15T15:43:55.712Z] ---> Running in b2d1dc7c8b23 [2020-06-15T15:43:56.308Z] Removing intermediate container b2d1dc7c8b23 [2020-06-15T15:43:56.308Z] ---> 5d8257966a09 [2020-06-15T15:43:56.308Z] Step 9/10 : COPY . . [2020-06-15T15:43:57.339Z] ---> 0e17a9aa6a73 [2020-06-15T15:43:57.339Z] Step 10/10 : RUN go mod download [2020-06-15T15:43:57.339Z] ---> Running in f7c50438d23d [2020-06-15T15:43:59.955Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-15T15:43:59.955Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-15T15:43:59.955Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-15T15:43:59.955Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-15T15:43:59.955Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-15T15:43:59.955Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-15T15:43:59.955Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-15T15:43:59.955Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-15T15:43:59.955Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-15T15:43:59.955Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-15T15:43:59.955Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-15T15:43:59.955Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-15T15:43:59.955Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-15T15:43:59.955Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-15T15:43:59.955Z] go: finding github.com/fatih/color v1.7.0 [2020-06-15T15:43:59.955Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-15T15:43:59.955Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-15T15:43:59.955Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-15T15:43:59.955Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-15T15:43:59.955Z] go: finding github.com/golang/mock v1.2.0 [2020-06-15T15:43:59.955Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-15T15:43:59.955Z] go: finding github.com/google/uuid v1.1.0 [2020-06-15T15:43:59.955Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-15T15:43:59.955Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-15T15:43:59.955Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-15T15:43:59.955Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-15T15:44:00.229Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-15T15:44:00.229Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-15T15:44:00.229Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-15T15:44:00.229Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-15T15:44:00.229Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-15T15:44:00.229Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-15T15:44:00.229Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-15T15:44:00.229Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-15T15:44:00.229Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-15T15:44:00.229Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-15T15:44:00.229Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-15T15:44:00.229Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-15T15:44:00.229Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-15T15:44:00.229Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-15T15:44:00.229Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-15T15:44:00.229Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-15T15:44:00.229Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-15T15:44:00.229Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-15T15:44:00.229Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-15T15:44:00.229Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-15T15:44:00.229Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-15T15:44:00.229Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-15T15:44:00.229Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-15T15:44:00.229Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-15T15:44:00.229Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-15T15:44:00.229Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-15T15:44:00.229Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-15T15:44:00.507Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-15T15:44:00.507Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-15T15:44:00.507Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-15T15:44:00.507Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-15T15:44:00.507Z] go: finding github.com/posener/complete v1.1.1 [2020-06-15T15:44:00.507Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-15T15:44:00.507Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-15T15:44:00.507Z] go: finding github.com/soniah/gosnmp v1.21.0 [2020-06-15T15:44:00.507Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-15T15:44:00.507Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-15T15:44:00.507Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-15T15:44:00.507Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-15T15:44:00.507Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-15T15:44:00.507Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-06-15T15:44:00.507Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-15T15:44:00.507Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-15T15:44:00.507Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-15T15:44:00.507Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-15T15:44:10.668Z] Removing intermediate container f7c50438d23d [2020-06-15T15:44:10.668Z] ---> d123af4d4ed4 [2020-06-15T15:44:10.668Z] Successfully built d123af4d4ed4 [2020-06-15T15:44:10.668Z] 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-15T15:44:11.226Z] + docker inspect -f . ci-base-image-arm64 [2020-06-15T15:44:11.226Z] . [Pipeline] withDockerContainer [2020-06-15T15:44:11.523Z] prd-ubuntu18.04-docker-arm64-4c-16g-3046 does not seem to be running inside a container [2020-06-15T15:44:11.592Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/8 -v /w/workspace/device-snmp-go/8:/w/workspace/device-snmp-go/8:rw,z -v /w/workspace/device-snmp-go/8@tmp:/w/workspace/device-snmp-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-06-15T15:44:13.575Z] $ docker top 8f927c817a1c12852254a8a971a2b870beac41cb56f5a1d569bf156267d1c6e7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-15T15:44:14.994Z] + go version [2020-06-15T15:44:14.994Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-06-15T15:44:16.179Z] + make test [2020-06-15T15:44:16.179Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-06-15T15:44:17.168Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2020-06-15T15:44:49.572Z] ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] [2020-06-15T15:44:49.572Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.018s coverage: 0.0% of statements [2020-06-15T15:44:49.572Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-15T15:44:52.983Z] gofmt -l . [2020-06-15T15:44:52.983Z] [ "`gofmt -l .`" = "" ] [2020-06-15T15:44:52.983Z] ./bin/test-attribution-txt.sh [2020-06-15T15:44:53.581Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-06-15T15:44:54.197Z] Warning: overwriting stash ‘coverage-report’ [2020-06-15T15:44:54.626Z] Stashed 1 file(s) [Pipeline] } [2020-06-15T15:44:54.605Z] $ docker stop --time=1 8f927c817a1c12852254a8a971a2b870beac41cb56f5a1d569bf156267d1c6e7 [2020-06-15T15:44:56.977Z] $ docker rm -f 8f927c817a1c12852254a8a971a2b870beac41cb56f5a1d569bf156267d1c6e7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-15T15:44:58.123Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-15T15:44:58.731Z] + ls -al . [2020-06-15T15:44:58.731Z] total 132 [2020-06-15T15:44:58.731Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 15 15:44 . [2020-06-15T15:44:58.731Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 15 15:43 .. [2020-06-15T15:44:58.731Z] -rw-rw-r-- 1 jenkins jenkins 6 Jun 15 15:43 .dockerignore [2020-06-15T15:44:58.731Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 15 15:43 .git [2020-06-15T15:44:58.731Z] -rw-rw-r-- 1 jenkins jenkins 272 Jun 15 15:43 .gitignore [2020-06-15T15:44:58.731Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 15 15:43 .semver [2020-06-15T15:44:58.731Z] -rw-rw-r-- 1 jenkins jenkins 4910 Jun 15 15:43 Attribution.txt [2020-06-15T15:44:58.731Z] -rw-rw-r-- 1 jenkins jenkins 994 Jun 15 15:43 Dockerfile [2020-06-15T15:44:58.731Z] -rw-rw-r-- 1 jenkins jenkins 409 Jun 15 15:43 Dockerfile.build [2020-06-15T15:44:58.731Z] -rw-rw-r-- 1 jenkins jenkins 678 Jun 15 15:43 Jenkinsfile [2020-06-15T15:44:58.731Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jun 15 15:43 LICENSE [2020-06-15T15:44:58.731Z] -rw-rw-r-- 1 jenkins jenkins 937 Jun 15 15:43 Makefile [2020-06-15T15:44:58.731Z] -rw-rw-r-- 1 jenkins jenkins 12398 Jun 15 15:43 README.md [2020-06-15T15:44:58.731Z] -rw-rw-r-- 1 jenkins jenkins 5 Jun 15 15:40 VERSION [2020-06-15T15:44:58.731Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 15 15:43 bin [2020-06-15T15:44:58.731Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 15 15:43 cmd [2020-06-15T15:44:58.731Z] -rw-r--r-- 1 jenkins jenkins 8493 Jun 15 15:44 coverage.out [2020-06-15T15:44:58.731Z] -rw-r--r-- 1 jenkins jenkins 203 Jun 15 15:44 go.mod [2020-06-15T15:44:58.731Z] -rw-r--r-- 1 jenkins jenkins 12704 Jun 15 15:44 go.sum [2020-06-15T15:44:58.731Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 15 15:43 internal [2020-06-15T15:44:58.731Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 15 15:43 profiles [2020-06-15T15:44:58.731Z] -rw-rw-r-- 1 jenkins jenkins 209 Jun 15 15:43 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:44:59.081Z] + 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 . [2020-06-15T15:44:59.354Z] Sending build context to Docker daemon 371.7kB [2020-06-15T15:44:59.628Z] Step 1/25 : ARG BASE=golang:1.13-alpine [2020-06-15T15:44:59.628Z] Step 2/25 : FROM ${BASE} AS builder [2020-06-15T15:44:59.628Z] ---> d123af4d4ed4 [2020-06-15T15:44:59.628Z] Step 3/25 : ARG MAKE='make build' [2020-06-15T15:44:59.902Z] ---> Running in 8f235fbc592d [2020-06-15T15:45:00.500Z] Removing intermediate container 8f235fbc592d [2020-06-15T15:45:00.500Z] ---> 9b5ad1ed3db5 [2020-06-15T15:45:00.500Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git" [2020-06-15T15:45:00.500Z] ---> Running in ce885842944d [2020-06-15T15:45:01.096Z] Removing intermediate container ce885842944d [2020-06-15T15:45:01.096Z] ---> db4493aedeef [2020-06-15T15:45:01.096Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2020-06-15T15:45:01.096Z] ---> Running in 734f538126ac [2020-06-15T15:45:01.691Z] Removing intermediate container 734f538126ac [2020-06-15T15:45:01.691Z] ---> d86f8a57f308 [2020-06-15T15:45:01.691Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-15T15:45:01.691Z] ---> Running in 0a11adcf1dc6 [2020-06-15T15:45:04.309Z] Removing intermediate container 0a11adcf1dc6 [2020-06-15T15:45:04.309Z] ---> 56b2561b1a2a [2020-06-15T15:45:04.309Z] Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-15T15:45:04.583Z] ---> Running in a3904b7a3334 [2020-06-15T15:45:06.016Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-15T15:45:07.445Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-15T15:45:08.041Z] OK: 125 MiB in 39 packages [2020-06-15T15:45:09.478Z] Removing intermediate container a3904b7a3334 [2020-06-15T15:45:09.478Z] ---> 72d2af81f8fd [2020-06-15T15:45:09.478Z] Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-snmp-go [2020-06-15T15:45:09.478Z] ---> Running in d0a28ca3d278 [2020-06-15T15:45:10.071Z] Removing intermediate container d0a28ca3d278 [2020-06-15T15:45:10.071Z] ---> 015e7b64c4f6 [2020-06-15T15:45:10.071Z] Step 9/25 : COPY go.mod . [2020-06-15T15:45:11.052Z] ---> f581bb2be8a4 [2020-06-15T15:45:11.052Z] Step 10/25 : COPY Makefile . [2020-06-15T15:45:11.654Z] ---> 93e5740fbcc7 [2020-06-15T15:45:11.654Z] Step 11/25 : RUN make update [2020-06-15T15:45:11.931Z] ---> Running in 6080f3b7ac38 [2020-06-15T15:45:13.364Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-06-15T15:45:14.347Z] Removing intermediate container 6080f3b7ac38 [2020-06-15T15:45:14.347Z] ---> 1bc2638a00d8 [2020-06-15T15:45:14.347Z] Step 12/25 : COPY . . [2020-06-15T15:45:15.327Z] ---> c99d6faac774 [2020-06-15T15:45:15.327Z] Step 13/25 : RUN ${MAKE} [2020-06-15T15:45:15.604Z] ---> Running in 0af62a8915e9 [2020-06-15T15:45:17.045Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=1.2.1" -o cmd/device-snmp-go ./cmd [2020-06-15T15:45:43.893Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-15T15:45:50.600Z] Removing intermediate container 0af62a8915e9 [2020-06-15T15:45:50.600Z] ---> eda0c3bf7b60 [2020-06-15T15:45:50.600Z] Step 14/25 : FROM alpine [2020-06-15T15:45:50.600Z] latest: Pulling from library/alpine [2020-06-15T15:45:50.600Z] b538f80385f9: Pulling fs layer [2020-06-15T15:45:50.600Z] b538f80385f9: Verifying Checksum [2020-06-15T15:45:51.197Z] b538f80385f9: Pull complete [2020-06-15T15:45:51.475Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-15T15:45:51.475Z] Status: Downloaded newer image for alpine:latest [2020-06-15T15:45:51.475Z] ---> 62ee0e9f8440 [2020-06-15T15:45:51.475Z] Step 15/25 : ENV APP_PORT=49993 [2020-06-15T15:45:51.475Z] ---> Running in a016581546d4 [2020-06-15T15:45:52.085Z] Removing intermediate container a016581546d4 [2020-06-15T15:45:52.085Z] ---> e83f6ece4d6a [2020-06-15T15:45:52.085Z] Step 16/25 : EXPOSE $APP_PORT [2020-06-15T15:45:52.085Z] ---> Running in 516afbbf80a6 [2020-06-15T15:45:52.680Z] Removing intermediate container 516afbbf80a6 [2020-06-15T15:45:52.680Z] ---> ee76b43183f8 [2020-06-15T15:45:52.680Z] Step 17/25 : ENV DEVICE_PORT=161 [2020-06-15T15:45:52.956Z] ---> Running in 5124644889a7 [2020-06-15T15:45:53.235Z] Removing intermediate container 5124644889a7 [2020-06-15T15:45:53.235Z] ---> 136072f9dc6a [2020-06-15T15:45:53.235Z] Step 18/25 : EXPOSE $DEVICE_PORT [2020-06-15T15:45:53.505Z] ---> Running in 028d5dc76634 [2020-06-15T15:45:53.778Z] Removing intermediate container 028d5dc76634 [2020-06-15T15:45:53.778Z] ---> 45c921872b5c [2020-06-15T15:45:53.778Z] Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/cmd / [2020-06-15T15:45:55.214Z] ---> a4605d7aa9e6 [2020-06-15T15:45:55.214Z] Step 20/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/Attribution.txt / [2020-06-15T15:45:55.810Z] ---> e6a8d0b791eb [2020-06-15T15:45:55.810Z] Step 21/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/LICENSE / [2020-06-15T15:45:56.411Z] ---> 03c7f80e12ed [2020-06-15T15:45:56.411Z] Step 22/25 : ENTRYPOINT ["/device-snmp-go","--cp=consul://edgex-core-consul:8500","--confdir=/res","--registry"] [2020-06-15T15:45:56.684Z] ---> Running in fd6b7ed7c54c [2020-06-15T15:45:56.958Z] Removing intermediate container fd6b7ed7c54c [2020-06-15T15:45:56.958Z] ---> 8597233e61a3 [2020-06-15T15:45:56.958Z] Step 23/25 : LABEL arch=arm64 [2020-06-15T15:45:57.232Z] ---> Running in 9ee53d407947 [2020-06-15T15:45:57.829Z] Removing intermediate container 9ee53d407947 [2020-06-15T15:45:57.829Z] ---> f71baaab4ebe [2020-06-15T15:45:57.829Z] Step 24/25 : LABEL git_sha=f8f17c2013d07295decc13e984e4b5973bc1f0af [2020-06-15T15:45:57.829Z] ---> Running in 41a015fa5326 [2020-06-15T15:45:58.424Z] Removing intermediate container 41a015fa5326 [2020-06-15T15:45:58.424Z] ---> 0492a53bcd7a [2020-06-15T15:45:58.424Z] Step 25/25 : LABEL version=1.2.1 [2020-06-15T15:45:58.424Z] ---> Running in 47893589fda5 [2020-06-15T15:45:58.697Z] Removing intermediate container 47893589fda5 [2020-06-15T15:45:58.697Z] ---> cb23bb92e848 [2020-06-15T15:45:58.697Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-15T15:45:58.969Z] Successfully built cb23bb92e848 [2020-06-15T15:45:58.969Z] 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-15T15:45:59.161Z] provisioning config files... [2020-06-15T15:45:59.213Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/8@tmp/config3841335357031340907tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-06-15T15:45:59.633Z] nexus3.edgexfoundry.org:10001 [2020-06-15T15:46:00.228Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-15T15:46:00.501Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-15T15:46:00.501Z] Configure a credential helper to remove this warning. See [2020-06-15T15:46:00.501Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-15T15:46:00.501Z] [2020-06-15T15:46:00.501Z] Login Succeeded [2020-06-15T15:46:00.501Z] nexus3.edgexfoundry.org:10002 [2020-06-15T15:46:01.097Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-15T15:46:01.097Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-15T15:46:01.097Z] Configure a credential helper to remove this warning. See [2020-06-15T15:46:01.097Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-15T15:46:01.097Z] [2020-06-15T15:46:01.097Z] Login Succeeded [2020-06-15T15:46:01.097Z] nexus3.edgexfoundry.org:10003 [2020-06-15T15:46:01.375Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-15T15:46:01.654Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-15T15:46:01.654Z] Configure a credential helper to remove this warning. See [2020-06-15T15:46:01.654Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-15T15:46:01.654Z] [2020-06-15T15:46:01.654Z] Login Succeeded [2020-06-15T15:46:01.654Z] nexus3.edgexfoundry.org:10004 [2020-06-15T15:46:02.266Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-15T15:46:02.545Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-15T15:46:02.545Z] Configure a credential helper to remove this warning. See [2020-06-15T15:46:02.545Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-15T15:46:02.545Z] [2020-06-15T15:46:02.545Z] Login Succeeded [2020-06-15T15:46:02.545Z] docker.io [2020-06-15T15:46:02.817Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-15T15:46:03.412Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-15T15:46:03.413Z] Configure a credential helper to remove this warning. See [2020-06-15T15:46:03.413Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-15T15:46:03.413Z] [2020-06-15T15:46:03.413Z] Login Succeeded [Pipeline] } [2020-06-15T15:46:03.431Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-15T15:46:03.535Z] [edgeXDocker.push] Tagging docker image docker-device-snmp-go-arm64 with the following tags: [2020-06-15T15:46:03.535Z] f8f17c2013d07295decc13e984e4b5973bc1f0af [2020-06-15T15:46:03.535Z] latest [2020-06-15T15:46:03.535Z] 1.2.1 [2020-06-15T15:46:03.535Z] f8f17c2013d07295decc13e984e4b5973bc1f0af-1.2.1 [2020-06-15T15:46:03.535Z] master [2020-06-15T15:46:03.535Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:46:03.995Z] + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:f8f17c2013d07295decc13e984e4b5973bc1f0af [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:46:04.627Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:f8f17c2013d07295decc13e984e4b5973bc1f0af [2020-06-15T15:46:04.627Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] [2020-06-15T15:46:04.627Z] fd51612f378e: Preparing [2020-06-15T15:46:04.627Z] 8a0bdab24ab3: Preparing [2020-06-15T15:46:04.627Z] 2e72cc2eb450: Preparing [2020-06-15T15:46:04.627Z] e2f13739ad41: Preparing [2020-06-15T15:46:04.903Z] e2f13739ad41: Layer already exists [2020-06-15T15:46:04.903Z] fd51612f378e: Pushed [2020-06-15T15:46:04.903Z] 8a0bdab24ab3: Pushed [2020-06-15T15:46:07.530Z] 2e72cc2eb450: Pushed [2020-06-15T15:46:07.530Z] f8f17c2013d07295decc13e984e4b5973bc1f0af: digest: sha256:2de9ac6d5cbb98023ce172761e67673453f8910eb42231767f20d58b3cd3151a size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:46:08.163Z] + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:46:08.535Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:latest [2020-06-15T15:46:08.535Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] [2020-06-15T15:46:08.535Z] fd51612f378e: Preparing [2020-06-15T15:46:08.536Z] 8a0bdab24ab3: Preparing [2020-06-15T15:46:08.536Z] 2e72cc2eb450: Preparing [2020-06-15T15:46:08.536Z] e2f13739ad41: Preparing [2020-06-15T15:46:08.806Z] e2f13739ad41: Layer already exists [2020-06-15T15:46:08.806Z] 2e72cc2eb450: Layer already exists [2020-06-15T15:46:08.806Z] 8a0bdab24ab3: Layer already exists [2020-06-15T15:46:08.806Z] fd51612f378e: Layer already exists [2020-06-15T15:46:08.806Z] latest: digest: sha256:2de9ac6d5cbb98023ce172761e67673453f8910eb42231767f20d58b3cd3151a size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:46:09.149Z] + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1.2.1 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:46:09.483Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1.2.1 [2020-06-15T15:46:09.483Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] [2020-06-15T15:46:09.483Z] fd51612f378e: Preparing [2020-06-15T15:46:09.483Z] 8a0bdab24ab3: Preparing [2020-06-15T15:46:09.483Z] 2e72cc2eb450: Preparing [2020-06-15T15:46:09.483Z] e2f13739ad41: Preparing [2020-06-15T15:46:09.483Z] fd51612f378e: Layer already exists [2020-06-15T15:46:09.483Z] e2f13739ad41: Layer already exists [2020-06-15T15:46:09.483Z] 2e72cc2eb450: Layer already exists [2020-06-15T15:46:09.483Z] 8a0bdab24ab3: Layer already exists [2020-06-15T15:46:09.756Z] 1.2.1: digest: sha256:2de9ac6d5cbb98023ce172761e67673453f8910eb42231767f20d58b3cd3151a size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:46:10.101Z] + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:f8f17c2013d07295decc13e984e4b5973bc1f0af-1.2.1 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:46:10.446Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:f8f17c2013d07295decc13e984e4b5973bc1f0af-1.2.1 [2020-06-15T15:46:10.446Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] [2020-06-15T15:46:10.446Z] fd51612f378e: Preparing [2020-06-15T15:46:10.446Z] 8a0bdab24ab3: Preparing [2020-06-15T15:46:10.446Z] 2e72cc2eb450: Preparing [2020-06-15T15:46:10.446Z] e2f13739ad41: Preparing [2020-06-15T15:46:10.446Z] e2f13739ad41: Layer already exists [2020-06-15T15:46:10.446Z] 8a0bdab24ab3: Layer already exists [2020-06-15T15:46:10.446Z] fd51612f378e: Layer already exists [2020-06-15T15:46:10.446Z] 2e72cc2eb450: Layer already exists [2020-06-15T15:46:10.446Z] f8f17c2013d07295decc13e984e4b5973bc1f0af-1.2.1: digest: sha256:2de9ac6d5cbb98023ce172761e67673453f8910eb42231767f20d58b3cd3151a size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:46:11.067Z] + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:46:11.407Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:master [2020-06-15T15:46:11.407Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] [2020-06-15T15:46:11.407Z] fd51612f378e: Preparing [2020-06-15T15:46:11.407Z] 8a0bdab24ab3: Preparing [2020-06-15T15:46:11.407Z] 2e72cc2eb450: Preparing [2020-06-15T15:46:11.407Z] e2f13739ad41: Preparing [2020-06-15T15:46:11.407Z] fd51612f378e: Layer already exists [2020-06-15T15:46:11.407Z] e2f13739ad41: Layer already exists [2020-06-15T15:46:11.407Z] 8a0bdab24ab3: Layer already exists [2020-06-15T15:46:11.407Z] 2e72cc2eb450: Layer already exists [2020-06-15T15:46:11.679Z] master: digest: sha256:2de9ac6d5cbb98023ce172761e67673453f8910eb42231767f20d58b3cd3151a 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-15T15:46:12.422Z] provisioning config files... [2020-06-15T15:46:12.436Z] copy managed file [device-snmp-go-codecov-token] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config837261530612671068tmp [Pipeline] { [Pipeline] sh [2020-06-15T15:46:12.756Z] + curl -s https://codecov.io/bash [2020-06-15T15:46:12.756Z] + bash -s - -t @/w/workspace/gexfoundry_device-snmp-go_master@tmp/config837261530612671068tmp [2020-06-15T15:46:12.756Z] [2020-06-15T15:46:12.756Z] _____ _ [2020-06-15T15:46:12.756Z] / ____| | | [2020-06-15T15:46:12.756Z] | | ___ __| | ___ ___ _____ __ [2020-06-15T15:46:12.756Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-06-15T15:46:12.756Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-06-15T15:46:12.756Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-06-15T15:46:12.756Z] Bash-20200602-f809a24 [2020-06-15T15:46:12.756Z] [2020-06-15T15:46:12.756Z] [2020-06-15T15:46:13.018Z] ==> Jenkins CI detected. [2020-06-15T15:46:13.018Z] project root: . [2020-06-15T15:46:13.018Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-06-15T15:46:13.018Z] ==> Running gcov in . (disable via -X gcov) [2020-06-15T15:46:13.018Z] ==> Python coveragepy not found [2020-06-15T15:46:13.018Z] ==> Searching for coverage reports in: [2020-06-15T15:46:13.018Z] + . [2020-06-15T15:46:13.018Z] -> Found 1 reports [2020-06-15T15:46:13.018Z] ==> Detecting git/mercurial file structure [2020-06-15T15:46:13.018Z] ==> Reading reports [2020-06-15T15:46:13.018Z] + ./coverage.out bytes=8493 [2020-06-15T15:46:13.018Z] ==> Appending adjustments [2020-06-15T15:46:13.018Z] https://docs.codecov.io/docs/fixing-reports [2020-06-15T15:46:13.018Z] + Found adjustments [2020-06-15T15:46:13.018Z] ==> Gzipping contents [2020-06-15T15:46:13.018Z] ==> Uploading reports [2020-06-15T15:46:13.018Z] url: https://codecov.io [2020-06-15T15:46:13.018Z] query: branch=master&commit=f8f17c2013d07295decc13e984e4b5973bc1f0af&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2Fmaster%2F8%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=&job= [2020-06-15T15:46:13.018Z] -> Pinging Codecov [2020-06-15T15:46:13.018Z] https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=master&commit=f8f17c2013d07295decc13e984e4b5973bc1f0af&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2Fmaster%2F8%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=&job= [2020-06-15T15:46:13.594Z] -> Uploading [2020-06-15T15:46:14.538Z] -> View reports at https://codecov.io/github/edgexfoundry/device-snmp-go/commit/f8f17c2013d07295decc13e984e4b5973bc1f0af [Pipeline] } [2020-06-15T15:46:14.550Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-06-15T15:46:14.737Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-06-15T15:46:14.739Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-06-15T15:46:14.765Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:46:15.077Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-15T15:46:15.077Z] [2020-06-15T15:46:15.077Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:46:15.401Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-15T15:46:15.401Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-06-15T15:46:15.401Z] cbdbe7a5bc2a: Pulling fs layer [2020-06-15T15:46:15.401Z] 408f87550127: Pulling fs layer [2020-06-15T15:46:15.401Z] fe522b08c979: Pulling fs layer [2020-06-15T15:46:15.401Z] 221eaa008020: Pulling fs layer [2020-06-15T15:46:15.401Z] 2a4607e5d6b9: Pulling fs layer [2020-06-15T15:46:15.401Z] 8f79b27c4fd2: Pulling fs layer [2020-06-15T15:46:15.401Z] e5c8dbe1645b: Pulling fs layer [2020-06-15T15:46:15.401Z] 23e8b3b47431: Pulling fs layer [2020-06-15T15:46:15.401Z] 5c568d65a230: Pulling fs layer [2020-06-15T15:46:15.401Z] 2a4607e5d6b9: Waiting [2020-06-15T15:46:15.401Z] 8f79b27c4fd2: Waiting [2020-06-15T15:46:15.401Z] e5c8dbe1645b: Waiting [2020-06-15T15:46:15.401Z] 23e8b3b47431: Waiting [2020-06-15T15:46:15.401Z] 5c568d65a230: Waiting [2020-06-15T15:46:15.401Z] 221eaa008020: Waiting [2020-06-15T15:46:15.401Z] fe522b08c979: Verifying Checksum [2020-06-15T15:46:15.401Z] fe522b08c979: Download complete [2020-06-15T15:46:15.401Z] 408f87550127: Verifying Checksum [2020-06-15T15:46:15.401Z] 408f87550127: Download complete [2020-06-15T15:46:15.401Z] 2a4607e5d6b9: Verifying Checksum [2020-06-15T15:46:15.401Z] 2a4607e5d6b9: Download complete [2020-06-15T15:46:15.401Z] 8f79b27c4fd2: Verifying Checksum [2020-06-15T15:46:15.401Z] 8f79b27c4fd2: Download complete [2020-06-15T15:46:15.401Z] cbdbe7a5bc2a: Download complete [2020-06-15T15:46:15.675Z] cbdbe7a5bc2a: Pull complete [2020-06-15T15:46:15.946Z] 408f87550127: Pull complete [2020-06-15T15:46:15.946Z] e5c8dbe1645b: Verifying Checksum [2020-06-15T15:46:15.946Z] e5c8dbe1645b: Download complete [2020-06-15T15:46:16.226Z] fe522b08c979: Pull complete [2020-06-15T15:46:16.513Z] 23e8b3b47431: Verifying Checksum [2020-06-15T15:46:16.513Z] 23e8b3b47431: Download complete [2020-06-15T15:46:16.778Z] 5c568d65a230: Verifying Checksum [2020-06-15T15:46:16.778Z] 5c568d65a230: Download complete [2020-06-15T15:46:17.040Z] 221eaa008020: Verifying Checksum [2020-06-15T15:46:17.040Z] 221eaa008020: Download complete [2020-06-15T15:46:22.355Z] 221eaa008020: Pull complete [2020-06-15T15:46:22.355Z] 2a4607e5d6b9: Pull complete [2020-06-15T15:46:22.355Z] 8f79b27c4fd2: Pull complete [2020-06-15T15:46:24.276Z] e5c8dbe1645b: Pull complete [2020-06-15T15:46:28.496Z] 23e8b3b47431: Pull complete [2020-06-15T15:46:29.069Z] 5c568d65a230: Pull complete [2020-06-15T15:46:29.069Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-06-15T15:46:29.069Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-15T15:46:29.069Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-06-15T15:46:29.214Z] prd-centos7-docker-4c-2g-3035 does not seem to be running inside a container [2020-06-15T15:46:29.266Z] $ 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-15T15:46:29.998Z] $ docker top 331fe5777a7d906e1a6734e2ade773812fb90ab1aae4cf4c1246031611388ef8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-15T15:46:30.433Z] + snyk monitor '--org=edgex-jenkins' [2020-06-15T15:46:37.055Z] [2020-06-15T15:46:37.055Z] Monitoring /w/workspace/gexfoundry_device-snmp-go_master (github.com/edgexfoundry/device-snmp-go)... [2020-06-15T15:46:37.055Z] [2020-06-15T15:46:37.055Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/c76919d0-7345-4304-8954-aa03851194a6/history/29cde77e-e57b-49f4-b46c-e193d6e3d7c7 [2020-06-15T15:46:37.055Z] [2020-06-15T15:46:37.055Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-06-15T15:46:37.055Z] [2020-06-15T15:46:37.055Z] [Pipeline] } [2020-06-15T15:46:37.071Z] $ docker stop --time=1 331fe5777a7d906e1a6734e2ade773812fb90ab1aae4cf4c1246031611388ef8 [2020-06-15T15:46:39.611Z] $ docker rm -f 331fe5777a7d906e1a6734e2ade773812fb90ab1aae4cf4c1246031611388ef8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:46:40.366Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-15T15:46:40.366Z] [2020-06-15T15:46:40.366Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:46:40.683Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-15T15:46:40.683Z] latest: Pulling from edgex-devops/edgex-klar [2020-06-15T15:46:40.683Z] e7c96db7181b: Pulling fs layer [2020-06-15T15:46:40.683Z] 1868ca2cb446: Pulling fs layer [2020-06-15T15:46:40.683Z] 136be5d0fe8e: Pulling fs layer [2020-06-15T15:46:40.683Z] 894bfe63afcb: Pulling fs layer [2020-06-15T15:46:40.683Z] 894bfe63afcb: Waiting [2020-06-15T15:46:40.683Z] 1868ca2cb446: Verifying Checksum [2020-06-15T15:46:40.683Z] 1868ca2cb446: Download complete [2020-06-15T15:46:40.683Z] 136be5d0fe8e: Verifying Checksum [2020-06-15T15:46:40.683Z] 136be5d0fe8e: Download complete [2020-06-15T15:46:40.683Z] e7c96db7181b: Download complete [2020-06-15T15:46:40.683Z] 894bfe63afcb: Verifying Checksum [2020-06-15T15:46:40.683Z] 894bfe63afcb: Download complete [2020-06-15T15:46:40.944Z] e7c96db7181b: Pull complete [2020-06-15T15:46:40.944Z] 1868ca2cb446: Pull complete [2020-06-15T15:46:41.205Z] 136be5d0fe8e: Pull complete [2020-06-15T15:46:41.467Z] 894bfe63afcb: Pull complete [2020-06-15T15:46:41.467Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-06-15T15:46:41.467Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-15T15:46:41.467Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-06-15T15:46:41.560Z] prd-centos7-docker-4c-2g-3035 does not seem to be running inside a container [2020-06-15T15:46:41.604Z] $ 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-15T15:46:42.537Z] $ docker top c67bc4e6dc8632ded452b9cc2d5696e3e6a05096c860f0fb36633ccce301b923 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-15T15:46:42.965Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-snmp-go:f8f17c2013d07295decc13e984e4b5973bc1f0af [2020-06-15T15:46:42.965Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-15T15:46:46.357Z] $ docker stop --time=1 c67bc4e6dc8632ded452b9cc2d5696e3e6a05096c860f0fb36633ccce301b923 [2020-06-15T15:46:47.720Z] $ docker rm -f c67bc4e6dc8632ded452b9cc2d5696e3e6a05096c860f0fb36633ccce301b923 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:46:48.157Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-15T15:46:48.157Z] . [Pipeline] withDockerContainer [2020-06-15T15:46:48.258Z] prd-centos7-docker-4c-2g-3035 does not seem to be running inside a container [2020-06-15T15:46:48.315Z] $ 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-15T15:46:48.908Z] $ docker top bfeba5da06658623633406c125271aa13e6be07d3b6dfab1834bfb4c0a6e1155 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-15T15:46:49.366Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-snmp-go:f8f17c2013d07295decc13e984e4b5973bc1f0af [2020-06-15T15:46:49.366Z] + tee [2020-06-15T15:46:49.366Z] clair timeout 1m0s [2020-06-15T15:46:49.366Z] docker timeout: 1m0s [2020-06-15T15:46:49.366Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-15T15:46:50.024Z] $ docker stop --time=1 bfeba5da06658623633406c125271aa13e6be07d3b6dfab1834bfb4c0a6e1155 [2020-06-15T15:46:51.395Z] $ docker rm -f bfeba5da06658623633406c125271aa13e6be07d3b6dfab1834bfb4c0a6e1155 [Pipeline] // withDockerContainer [Pipeline] sh [2020-06-15T15:46:51.826Z] + mkdir -p /w/workspace/gexfoundry_device-snmp-go_master/clair-reports [Pipeline] echo [2020-06-15T15:46:51.839Z] 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-15T15:46:51.868Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:46:52.203Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-15T15:46:52.203Z] . [Pipeline] withDockerContainer [2020-06-15T15:46:52.311Z] prd-centos7-docker-4c-2g-3035 does not seem to be running inside a container [2020-06-15T15:46:52.359Z] $ 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-15T15:46:53.343Z] $ docker top e3342bc4c30249a02403c88af6fd5dff3fef7eb7846609fc0b374d0a728a2ca5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-15T15:46:53.810Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:f8f17c2013d07295decc13e984e4b5973bc1f0af [2020-06-15T15:46:53.810Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-15T15:46:57.194Z] $ docker stop --time=1 e3342bc4c30249a02403c88af6fd5dff3fef7eb7846609fc0b374d0a728a2ca5 [2020-06-15T15:46:58.622Z] $ docker rm -f e3342bc4c30249a02403c88af6fd5dff3fef7eb7846609fc0b374d0a728a2ca5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:46:59.060Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-15T15:46:59.060Z] . [Pipeline] withDockerContainer [2020-06-15T15:46:59.150Z] prd-centos7-docker-4c-2g-3035 does not seem to be running inside a container [2020-06-15T15:46:59.259Z] $ 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-15T15:46:59.932Z] $ docker top 23a00d50d3e08f7ef1f42de5d7a6f0a4d8fb824bd35b2bd2301bf22f9a86efe6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-15T15:47:00.454Z] + tee [2020-06-15T15:47:00.455Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:f8f17c2013d07295decc13e984e4b5973bc1f0af [2020-06-15T15:47:00.455Z] clair timeout 1m0s [2020-06-15T15:47:00.455Z] docker timeout: 1m0s [2020-06-15T15:47:00.455Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-15T15:47:01.087Z] $ docker stop --time=1 23a00d50d3e08f7ef1f42de5d7a6f0a4d8fb824bd35b2bd2301bf22f9a86efe6 [2020-06-15T15:47:02.450Z] $ docker rm -f 23a00d50d3e08f7ef1f42de5d7a6f0a4d8fb824bd35b2bd2301bf22f9a86efe6 [Pipeline] // withDockerContainer [Pipeline] sh [2020-06-15T15:47:02.871Z] + mkdir -p /w/workspace/gexfoundry_device-snmp-go_master/clair-reports [Pipeline] echo [2020-06-15T15:47:02.884Z] 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-15T15:47:02.914Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:47:03.468Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-15T15:47:03.468Z] . [Pipeline] withDockerContainer [2020-06-15T15:47:03.560Z] prd-centos7-docker-4c-2g-3035 does not seem to be running inside a container [2020-06-15T15:47:03.634Z] $ 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-15T15:47:04.275Z] $ docker top 631d7f9dc5fa3902753e7fa4460899c507da547bf1e5032f98ac684cec754fd6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-15T15:47:04.496Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-15T15:47:04.496Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-15T15:47:04.727Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-15T15:47:04.734Z] $ docker exec 631d7f9dc5fa3902753e7fa4460899c507da547bf1e5032f98ac684cec754fd6 ssh-agent [2020-06-15T15:47:04.915Z] SSH_AUTH_SOCK=/tmp/ssh-2HBGcL350tgd/agent.13 [2020-06-15T15:47:04.915Z] SSH_AGENT_PID=18 [2020-06-15T15:47:04.923Z] Running ssh-add (command line suppressed) [2020-06-15T15:47:05.100Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_1819178749766431368.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_1819178749766431368.key) [2020-06-15T15:47:05.161Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-15T15:47:05.472Z] + git semver tag [2020-06-15T15:47:05.472Z] # -> Open(): unable to determine branch for HEAD [2020-06-15T15:47:05.472Z] # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git [2020-06-15T15:47:05.472Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master [2020-06-15T15:47:05.472Z] # $SEMVER_REMOTE_NAME = origin [2020-06-15T15:47:05.472Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-15T15:47:05.472Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-15T15:47:05.472Z] # $SEMVER_BRANCH = master [2020-06-15T15:47:05.472Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver [2020-06-15T15:47:05.472Z] # f8f17c2013d07295decc13e984e4b5973bc1f0af HEAD [2020-06-15T15:47:05.733Z] # -> Force: false [2020-06-15T15:47:05.733Z] # dcbb58dd3db1f27246933dbaa9c50665efb5e001 refs/tags/v1.2.1 [Pipeline] } [2020-06-15T15:47:05.750Z] $ docker exec --env ******** --env ******** 631d7f9dc5fa3902753e7fa4460899c507da547bf1e5032f98ac684cec754fd6 ssh-agent -k [2020-06-15T15:47:05.877Z] unset SSH_AUTH_SOCK; [2020-06-15T15:47:05.877Z] unset SSH_AGENT_PID; [2020-06-15T15:47:05.877Z] echo Agent pid 18 killed; [2020-06-15T15:47:05.924Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-15T15:47:06.297Z] + git semver [Pipeline] } [2020-06-15T15:47:06.323Z] $ docker stop --time=1 631d7f9dc5fa3902753e7fa4460899c507da547bf1e5032f98ac684cec754fd6 [2020-06-15T15:47:07.663Z] $ docker rm -f 631d7f9dc5fa3902753e7fa4460899c507da547bf1e5032f98ac684cec754fd6 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:47:08.185Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-15T15:47:08.185Z] [2020-06-15T15:47:08.185Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:47:08.512Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-15T15:47:08.512Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-06-15T15:47:08.512Z] ab5ef0e58194: Pulling fs layer [2020-06-15T15:47:08.512Z] 9712f1f96733: Pulling fs layer [2020-06-15T15:47:08.512Z] 63f879dbbcfc: Pulling fs layer [2020-06-15T15:47:08.512Z] 0d9ebad4ef96: Pulling fs layer [2020-06-15T15:47:08.512Z] e9a5061849ea: Pulling fs layer [2020-06-15T15:47:08.512Z] d747dcd14b5f: Pulling fs layer [2020-06-15T15:47:08.512Z] 2de7ff778b66: Pulling fs layer [2020-06-15T15:47:08.512Z] e9a5061849ea: Waiting [2020-06-15T15:47:08.512Z] d747dcd14b5f: Waiting [2020-06-15T15:47:08.512Z] 2de7ff778b66: Waiting [2020-06-15T15:47:08.512Z] 0d9ebad4ef96: Waiting [2020-06-15T15:47:08.512Z] 9712f1f96733: Verifying Checksum [2020-06-15T15:47:08.512Z] 9712f1f96733: Download complete [2020-06-15T15:47:09.104Z] 63f879dbbcfc: Verifying Checksum [2020-06-15T15:47:09.104Z] 63f879dbbcfc: Download complete [2020-06-15T15:47:09.376Z] e9a5061849ea: Verifying Checksum [2020-06-15T15:47:09.376Z] e9a5061849ea: Download complete [2020-06-15T15:47:09.376Z] d747dcd14b5f: Verifying Checksum [2020-06-15T15:47:09.376Z] d747dcd14b5f: Download complete [2020-06-15T15:47:09.642Z] 0d9ebad4ef96: Verifying Checksum [2020-06-15T15:47:09.642Z] 0d9ebad4ef96: Download complete [2020-06-15T15:47:09.642Z] 2de7ff778b66: Verifying Checksum [2020-06-15T15:47:09.642Z] 2de7ff778b66: Download complete [2020-06-15T15:47:09.642Z] ab5ef0e58194: Verifying Checksum [2020-06-15T15:47:09.642Z] ab5ef0e58194: Download complete [2020-06-15T15:47:13.880Z] ab5ef0e58194: Pull complete [2020-06-15T15:47:13.880Z] 9712f1f96733: Pull complete [2020-06-15T15:47:16.441Z] 63f879dbbcfc: Pull complete [2020-06-15T15:47:23.054Z] 0d9ebad4ef96: Pull complete [2020-06-15T15:47:23.630Z] e9a5061849ea: Pull complete [2020-06-15T15:47:23.630Z] d747dcd14b5f: Pull complete [2020-06-15T15:47:27.842Z] 2de7ff778b66: Pull complete [2020-06-15T15:47:27.842Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-06-15T15:47:27.842Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-15T15:47:27.842Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-06-15T15:47:27.972Z] prd-centos7-docker-4c-2g-3035 does not seem to be running inside a container [2020-06-15T15:47:28.023Z] $ 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-15T15:47:31.412Z] $ docker top 074548c22a706fd1acc66b0ae3a57600012fbedd9f24c13d42c71b10f42243bb -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-06-15T15:47:31.557Z] provisioning config files... [2020-06-15T15:47:31.566Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config2579423558837157634tmp [2020-06-15T15:47:31.580Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config3675227541325225059tmp [2020-06-15T15:47:31.593Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config1248304064197366517tmp [Pipeline] { [Pipeline] echo [2020-06-15T15:47:31.621Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-15T15:47:31.916Z] ---> sigul-configuration.sh [2020-06-15T15:47:31.916Z] gpg: directory `/root/.gnupg' created [2020-06-15T15:47:31.916Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-06-15T15:47:31.916Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-06-15T15:47:31.916Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-06-15T15:47:31.916Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-06-15T15:47:31.916Z] gpg: CAST5 encrypted data [2020-06-15T15:47:32.177Z] gpg: encrypted with 1 passphrase [2020-06-15T15:47:32.177Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-06-15T15:47:32.470Z] + mkdir /home/jenkins [2020-06-15T15:47:32.470Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-06-15T15:47:32.765Z] + 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-15T15:47:32.776Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-15T15:47:33.070Z] ---> sigul-install.sh [2020-06-15T15:47:38.380Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-06-15T15:47:38.678Z] + git tag --list [2020-06-15T15:47:38.678Z] v1.2.1 [Pipeline] sh [2020-06-15T15:47:38.978Z] + lftools sign git-tag v1.2.1 [2020-06-15T15:47:40.365Z] Signing Git tag with Sigul... [2020-06-15T15:47:40.365Z] Signing v1.2.1 [Pipeline] echo [2020-06-15T15:47:41.317Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-15T15:47:41.607Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-06-15T15:47:41.617Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-06-15T15:47:41.667Z] $ docker stop --time=1 074548c22a706fd1acc66b0ae3a57600012fbedd9f24c13d42c71b10f42243bb [2020-06-15T15:47:43.544Z] $ docker rm -f 074548c22a706fd1acc66b0ae3a57600012fbedd9f24c13d42c71b10f42243bb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:47:44.102Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-15T15:47:44.102Z] . [Pipeline] withDockerContainer [2020-06-15T15:47:44.197Z] prd-centos7-docker-4c-2g-3035 does not seem to be running inside a container [2020-06-15T15:47:44.249Z] $ 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-15T15:47:44.810Z] $ docker top aa433f369e0a1db36fe9a3a159cd15a70e88c39e24eb9db508fda33c2716da8c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-15T15:47:44.990Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-15T15:47:44.990Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-15T15:47:45.168Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-15T15:47:45.175Z] $ docker exec aa433f369e0a1db36fe9a3a159cd15a70e88c39e24eb9db508fda33c2716da8c ssh-agent [2020-06-15T15:47:45.348Z] SSH_AUTH_SOCK=/tmp/ssh-z17RCOulFn0x/agent.12 [2020-06-15T15:47:45.348Z] SSH_AGENT_PID=17 [2020-06-15T15:47:45.372Z] Running ssh-add (command line suppressed) [2020-06-15T15:47:45.522Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_1053279456385159261.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_1053279456385159261.key) [2020-06-15T15:47:45.597Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-15T15:47:45.957Z] + git semver bump pre [2020-06-15T15:47:45.957Z] # -> Open(): unable to determine branch for HEAD [2020-06-15T15:47:45.957Z] # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git [2020-06-15T15:47:45.957Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master [2020-06-15T15:47:45.957Z] # $SEMVER_REMOTE_NAME = origin [2020-06-15T15:47:45.957Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-15T15:47:45.957Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-15T15:47:45.957Z] # $SEMVER_BRANCH = master [2020-06-15T15:47:45.957Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver [2020-06-15T15:47:45.957Z] 1.2.2-dev.1 [Pipeline] } [2020-06-15T15:47:45.973Z] $ docker exec --env ******** --env ******** aa433f369e0a1db36fe9a3a159cd15a70e88c39e24eb9db508fda33c2716da8c ssh-agent -k [2020-06-15T15:47:46.085Z] unset SSH_AUTH_SOCK; [2020-06-15T15:47:46.085Z] unset SSH_AGENT_PID; [2020-06-15T15:47:46.085Z] echo Agent pid 17 killed; [2020-06-15T15:47:46.130Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-15T15:47:46.514Z] + git semver [Pipeline] } [2020-06-15T15:47:46.534Z] $ docker stop --time=1 aa433f369e0a1db36fe9a3a159cd15a70e88c39e24eb9db508fda33c2716da8c [2020-06-15T15:47:47.879Z] $ docker rm -f aa433f369e0a1db36fe9a3a159cd15a70e88c39e24eb9db508fda33c2716da8c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:47:48.334Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-15T15:47:48.334Z] . [Pipeline] withDockerContainer [2020-06-15T15:47:48.439Z] prd-centos7-docker-4c-2g-3035 does not seem to be running inside a container [2020-06-15T15:47:48.492Z] $ 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-15T15:47:49.178Z] $ docker top 49c4b081c534fd6bec9daf21a8be860a014543b8525da5e6ec47be816b6cf6af -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-15T15:47:49.429Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-15T15:47:49.429Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-15T15:47:49.623Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-15T15:47:49.631Z] $ docker exec 49c4b081c534fd6bec9daf21a8be860a014543b8525da5e6ec47be816b6cf6af ssh-agent [2020-06-15T15:47:49.799Z] SSH_AUTH_SOCK=/tmp/ssh-pal8ze3MsIip/agent.12 [2020-06-15T15:47:49.799Z] SSH_AGENT_PID=17 [2020-06-15T15:47:49.806Z] Running ssh-add (command line suppressed) [2020-06-15T15:47:49.933Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_6023838795443022958.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_6023838795443022958.key) [2020-06-15T15:47:49.991Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-15T15:47:50.300Z] + git semver push [2020-06-15T15:47:50.301Z] # -> Open(): unable to determine branch for HEAD [2020-06-15T15:47:50.301Z] # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git [2020-06-15T15:47:50.301Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master [2020-06-15T15:47:50.301Z] # $SEMVER_REMOTE_NAME = origin [2020-06-15T15:47:50.301Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-15T15:47:50.301Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-15T15:47:50.301Z] # $SEMVER_BRANCH = master [2020-06-15T15:47:50.301Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver [2020-06-15T15:47:54.529Z] git-semver-push: object not found [Pipeline] } [2020-06-15T15:47:54.547Z] $ docker exec --env ******** --env ******** 49c4b081c534fd6bec9daf21a8be860a014543b8525da5e6ec47be816b6cf6af ssh-agent -k [2020-06-15T15:47:54.674Z] unset SSH_AUTH_SOCK; [2020-06-15T15:47:54.674Z] unset SSH_AGENT_PID; [2020-06-15T15:47:54.674Z] echo Agent pid 17 killed; [2020-06-15T15:47:54.719Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-15T15:47:54.811Z] $ docker stop --time=1 49c4b081c534fd6bec9daf21a8be860a014543b8525da5e6ec47be816b6cf6af [2020-06-15T15:47:56.151Z] $ docker rm -f 49c4b081c534fd6bec9daf21a8be860a014543b8525da5e6ec47be816b6cf6af [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-15T15:47:56.731Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-15T15:47:57.292Z] ---> package-listing.sh [2020-06-15T15:47:57.292Z] ++ facter osfamily [2020-06-15T15:47:57.292Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-15T15:47:57.292Z] + OS_FAMILY=redhat [2020-06-15T15:47:57.292Z] + workspace=/w/workspace/gexfoundry_device-snmp-go_master [2020-06-15T15:47:57.292Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-15T15:47:57.292Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-15T15:47:57.292Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-15T15:47:57.292Z] + PACKAGES=/tmp/packages_start.txt [2020-06-15T15:47:57.292Z] + '[' /w/workspace/gexfoundry_device-snmp-go_master ']' [2020-06-15T15:47:57.292Z] + PACKAGES=/tmp/packages_end.txt [2020-06-15T15:47:57.292Z] + case "${OS_FAMILY}" in [2020-06-15T15:47:57.292Z] + rpm -qa [2020-06-15T15:47:57.292Z] + sort [2020-06-15T15:48:00.599Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-15T15:48:00.599Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-15T15:48:00.599Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-15T15:48:00.599Z] + '[' /w/workspace/gexfoundry_device-snmp-go_master ']' [2020-06-15T15:48:00.599Z] + mkdir -p /w/workspace/gexfoundry_device-snmp-go_master/archives/ [2020-06-15T15:48:00.599Z] + 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-15T15:48:00.979Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-15T15:48:00.979Z] [2020-06-15T15:48:00.979Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:48:01.297Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-15T15:48:01.297Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-15T15:48:01.297Z] c9b1b535fdd9: Pulling fs layer [2020-06-15T15:48:01.297Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-15T15:48:01.297Z] 756a868c4378: Pulling fs layer [2020-06-15T15:48:01.297Z] 444b2fc9a129: Pulling fs layer [2020-06-15T15:48:01.297Z] ea15f1150254: Pulling fs layer [2020-06-15T15:48:01.297Z] 41b27a9f41bf: Pulling fs layer [2020-06-15T15:48:01.297Z] 28c525ee5125: Pulling fs layer [2020-06-15T15:48:01.297Z] 094b1ea09ed8: Pulling fs layer [2020-06-15T15:48:01.297Z] 138eaada9080: Pulling fs layer [2020-06-15T15:48:01.297Z] 0622d0fa9048: Pulling fs layer [2020-06-15T15:48:01.297Z] 444b2fc9a129: Waiting [2020-06-15T15:48:01.297Z] ea15f1150254: Waiting [2020-06-15T15:48:01.297Z] 41b27a9f41bf: Waiting [2020-06-15T15:48:01.297Z] 28c525ee5125: Waiting [2020-06-15T15:48:01.298Z] 094b1ea09ed8: Waiting [2020-06-15T15:48:01.298Z] 138eaada9080: Waiting [2020-06-15T15:48:01.298Z] 0622d0fa9048: Waiting [2020-06-15T15:48:01.298Z] 2cc5ad85d9ab: Verifying Checksum [2020-06-15T15:48:01.298Z] 2cc5ad85d9ab: Download complete [2020-06-15T15:48:01.298Z] 444b2fc9a129: Verifying Checksum [2020-06-15T15:48:01.298Z] 444b2fc9a129: Download complete [2020-06-15T15:48:01.298Z] c9b1b535fdd9: Verifying Checksum [2020-06-15T15:48:01.298Z] c9b1b535fdd9: Download complete [2020-06-15T15:48:01.298Z] ea15f1150254: Verifying Checksum [2020-06-15T15:48:01.298Z] ea15f1150254: Download complete [2020-06-15T15:48:01.569Z] 28c525ee5125: Verifying Checksum [2020-06-15T15:48:01.569Z] 28c525ee5125: Download complete [2020-06-15T15:48:01.834Z] 756a868c4378: Verifying Checksum [2020-06-15T15:48:01.834Z] 756a868c4378: Download complete [2020-06-15T15:48:01.834Z] 138eaada9080: Verifying Checksum [2020-06-15T15:48:01.834Z] 138eaada9080: Download complete [2020-06-15T15:48:01.834Z] 0622d0fa9048: Verifying Checksum [2020-06-15T15:48:01.834Z] 0622d0fa9048: Download complete [2020-06-15T15:48:01.834Z] 094b1ea09ed8: Verifying Checksum [2020-06-15T15:48:01.834Z] 094b1ea09ed8: Download complete [2020-06-15T15:48:02.407Z] 41b27a9f41bf: Verifying Checksum [2020-06-15T15:48:02.407Z] 41b27a9f41bf: Download complete [2020-06-15T15:48:02.668Z] c9b1b535fdd9: Pull complete [2020-06-15T15:48:02.929Z] 2cc5ad85d9ab: Pull complete [2020-06-15T15:48:04.326Z] 756a868c4378: Pull complete [2020-06-15T15:48:04.326Z] 444b2fc9a129: Pull complete [2020-06-15T15:48:04.587Z] ea15f1150254: Pull complete [2020-06-15T15:48:08.822Z] 41b27a9f41bf: Pull complete [2020-06-15T15:48:08.822Z] 28c525ee5125: Pull complete [2020-06-15T15:48:10.761Z] 094b1ea09ed8: Pull complete [2020-06-15T15:48:11.025Z] 138eaada9080: Pull complete [2020-06-15T15:48:11.286Z] 0622d0fa9048: Pull complete [2020-06-15T15:48:11.286Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-15T15:48:11.286Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-15T15:48:11.286Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-15T15:48:11.397Z] prd-centos7-docker-4c-2g-3035 does not seem to be running inside a container [2020-06-15T15:48:11.444Z] $ 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-15T15:48:14.868Z] $ docker top 8905a4474636cccee965a3649cd74e2f1b726ccd54b651b1c6ec3b1518720c7e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-15T15:48:15.062Z] provisioning config files... [2020-06-15T15:48:15.076Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config5136022644194760811tmp [Pipeline] { [Pipeline] echo [2020-06-15T15:48:15.109Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-15T15:48:15.407Z] ---> create-netrc.sh [Pipeline] echo [2020-06-15T15:48:15.416Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-15T15:48:15.709Z] ---> logs-deploy.sh [2020-06-15T15:48:15.709Z] + ARCHIVE_ARTIFACTS= [2020-06-15T15:48:15.709Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-15T15:48:15.709Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-15T15:48:15.709Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-15T15:48:15.709Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/master/8 [2020-06-15T15:48:15.709Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-snmp-go/job/master/8/ [2020-06-15T15:48:15.709Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/master/8 /w/workspace/gexfoundry_device-snmp-go_master [2020-06-15T15:48:16.657Z] Archives upload complete. [2020-06-15T15:48:16.919Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/master/8 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-snmp-go/job/master/8/