Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ad194bc803dc916884c38fead828e9a39ff73581 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 be3c330340c18bb7ab85087afff7d7ed2ee420c0 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 be3c330340c18bb7ab85087afff7d7ed2ee420c0 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 be3c330340c18bb7ab85087afff7d7ed2ee420c0 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f be3c330340c18bb7ab85087afff7d7ed2ee420c0 # timeout=10 Commit message: "Merge pull request #211 from ernestojeda/fix-docker-image-push-with-namespace" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-snmp-go, goVersion:1.13] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-snmp-go-settings PROJECT: device-snmp-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-snmp-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-569 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 ad194bc803dc916884c38fead828e9a39ff73581 (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 ad194bc803dc916884c38fead828e9a39ff73581 # timeout=10 Commit message: "Merge pull request #56 from hahattan/issue-54/55" > git rev-list --no-walk f4258dd5ce188e27982a4ce32d4fe9ebb57e3cd6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-22T10:12:35.769Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-22T10:12:35.970Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-22T10:12:36.047Z] ========================================================= [2020-07-22T10:12:36.047Z] EdgeX Global Pipelines Version Info [2020-07-22T10:12:36.047Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-22T10:12:39.844Z] ------------------- [2020-07-22T10:12:39.844Z] stable info: [2020-07-22T10:12:39.844Z] ------------------- [2020-07-22T10:12:39.844Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-22T10:12:39.844Z] Commit SHA: be3c330340c18bb7ab85087afff7d7ed2ee420c0 [2020-07-22T10:12:39.844Z] Message: update stable to v1.0.99 [2020-07-22T10:12:42.038Z] ------------------- [2020-07-22T10:12:42.038Z] experimental info: [2020-07-22T10:12:42.038Z] ------------------- [2020-07-22T10:12:42.038Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-22T10:12:42.038Z] Commit SHA: 78d567e8c35819a45e10bd2b75e1138b16507148 [2020-07-22T10:12:42.038Z] Message: update experimental to v1.0.101 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:12:44.125Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-22T10:12:44.805Z] [2020-07-22T10:12:44.805Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:12:45.245Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-22T10:12:45.563Z] latest: Pulling from edgex-devops/git-semver [2020-07-22T10:12:45.563Z] 31603596830f: Pulling fs layer [2020-07-22T10:12:45.563Z] 2a8b12db71e7: Pulling fs layer [2020-07-22T10:12:45.563Z] 6ca5941a6612: Pulling fs layer [2020-07-22T10:12:45.563Z] ecc8261a40a4: Pulling fs layer [2020-07-22T10:12:45.563Z] ecc8261a40a4: Waiting [2020-07-22T10:12:45.563Z] 2a8b12db71e7: Verifying Checksum [2020-07-22T10:12:45.563Z] 2a8b12db71e7: Download complete [2020-07-22T10:12:45.865Z] 31603596830f: Verifying Checksum [2020-07-22T10:12:45.865Z] 31603596830f: Download complete [2020-07-22T10:12:45.865Z] ecc8261a40a4: Verifying Checksum [2020-07-22T10:12:45.865Z] ecc8261a40a4: Download complete [2020-07-22T10:12:45.865Z] 6ca5941a6612: Verifying Checksum [2020-07-22T10:12:45.865Z] 6ca5941a6612: Download complete [2020-07-22T10:12:46.482Z] 31603596830f: Pull complete [2020-07-22T10:12:47.180Z] 2a8b12db71e7: Pull complete [2020-07-22T10:12:49.336Z] 6ca5941a6612: Pull complete [2020-07-22T10:12:50.374Z] ecc8261a40a4: Pull complete [2020-07-22T10:12:50.374Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-22T10:12:50.374Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-22T10:12:50.374Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-22T10:12:50.766Z] prd-centos7-docker-4c-2g-569 does not seem to be running inside a container [2020-07-22T10:12:50.975Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-22T10:12:54.900Z] $ docker top 9ac276551172dbe08e07a329888b419cbeb482425161b39b7a9c4043c3428fe0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-22T10:12:55.684Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-22T10:12:55.684Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-22T10:12:56.973Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-22T10:12:56.982Z] $ docker exec 9ac276551172dbe08e07a329888b419cbeb482425161b39b7a9c4043c3428fe0 ssh-agent [2020-07-22T10:12:57.621Z] SSH_AUTH_SOCK=/tmp/ssh-aHFEnboed6Is/agent.13 [2020-07-22T10:12:57.621Z] SSH_AGENT_PID=18 [2020-07-22T10:12:57.652Z] Running ssh-add (command line suppressed) [2020-07-22T10:12:58.074Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_3203949593980154761.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_3203949593980154761.key) [2020-07-22T10:12:58.371Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-22T10:12:59.246Z] + git describe --exact-match --tags HEAD [2020-07-22T10:12:59.246Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-22T10:13:00.175Z] $ docker exec --env ******** --env ******** 9ac276551172dbe08e07a329888b419cbeb482425161b39b7a9c4043c3428fe0 ssh-agent -k [2020-07-22T10:13:00.616Z] unset SSH_AUTH_SOCK; [2020-07-22T10:13:00.625Z] unset SSH_AGENT_PID; [2020-07-22T10:13:00.625Z] echo Agent pid 18 killed; [2020-07-22T10:13:00.833Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-22T10:13:00.918Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-22T10:13:00.918Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-22T10:13:00.999Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-22T10:13:00.999Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-22T10:13:01.961Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-22T10:13:01.973Z] $ docker exec 9ac276551172dbe08e07a329888b419cbeb482425161b39b7a9c4043c3428fe0 ssh-agent [2020-07-22T10:13:02.640Z] SSH_AUTH_SOCK=/tmp/ssh-9IWJCuEvFGzH/agent.49 [2020-07-22T10:13:02.640Z] SSH_AGENT_PID=55 [2020-07-22T10:13:02.663Z] Running ssh-add (command line suppressed) [2020-07-22T10:13:03.222Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_208253159685944142.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_208253159685944142.key) [2020-07-22T10:13:03.547Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-22T10:13:04.366Z] + git semver init [2020-07-22T10:13:04.366Z] # -> Open(): unable to determine branch for HEAD [2020-07-22T10:13:04.366Z] # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git [2020-07-22T10:13:04.366Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master [2020-07-22T10:13:04.366Z] # $SEMVER_REMOTE_NAME = origin [2020-07-22T10:13:04.366Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-22T10:13:04.366Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-22T10:13:04.366Z] # $SEMVER_BRANCH = master [2020-07-22T10:13:04.366Z] # $SEMVER_TEMP = /tmp/semver-862137495 [2020-07-22T10:13:04.366Z] # git clone --branch semver git@github.com:edgexfoundry/device-snmp-go.git $SEMVER_TEMP [2020-07-22T10:13:04.993Z] # '/tmp/semver-862137495' -> '/w/workspace/gexfoundry_device-snmp-go_master/.semver' [2020-07-22T10:13:04.993Z] # -> Force: false [2020-07-22T10:13:04.993Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver [Pipeline] } [2020-07-22T10:13:05.018Z] $ docker exec --env ******** --env ******** 9ac276551172dbe08e07a329888b419cbeb482425161b39b7a9c4043c3428fe0 ssh-agent -k [2020-07-22T10:13:05.437Z] unset SSH_AUTH_SOCK; [2020-07-22T10:13:05.440Z] unset SSH_AGENT_PID; [2020-07-22T10:13:05.441Z] echo Agent pid 55 killed; [2020-07-22T10:13:05.633Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-22T10:13:06.484Z] + git semver [Pipeline] } [2020-07-22T10:13:06.513Z] $ docker stop --time=1 9ac276551172dbe08e07a329888b419cbeb482425161b39b7a9c4043c3428fe0 [2020-07-22T10:13:08.818Z] $ docker rm -f 9ac276551172dbe08e07a329888b419cbeb482425161b39b7a9c4043c3428fe0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-22T10:13:11.502Z] Stashed 18 file(s) [Pipeline] echo [2020-07-22T10:13:11.504Z] [edgeXSemver] initialized semver on version 1.2.2-dev.2 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-07-22T10:13:26.726Z] Still waiting to schedule task [2020-07-22T10:13:26.726Z] ‘prd-centos7-docker-4c-2g-572’ is offline [2020-07-22T10:13:26.728Z] Still waiting to schedule task [2020-07-22T10:13:26.728Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-570’ [2020-07-22T10:15:20.452Z] Running on prd-centos7-docker-4c-2g-576 in /w/workspace/gexfoundry_device-snmp-go_master [Pipeline] { [Pipeline] ws [2020-07-22T10:15:20.491Z] Running in /w/workspace/device-snmp-go/10 [Pipeline] { [Pipeline] checkout [2020-07-22T10:15:23.338Z] using credential edgex-jenkins-ssh [2020-07-22T10:15:23.380Z] Cloning the remote Git repository [2020-07-22T10:15:23.380Z] Cloning with configured refspecs honoured and without tags [2020-07-22T10:15:23.408Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2020-07-22T10:15:23.469Z] > git init /w/workspace/device-snmp-go/10 # timeout=10 [2020-07-22T10:15:23.521Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2020-07-22T10:15:23.521Z] > git --version # timeout=10 [2020-07-22T10:15:23.528Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-22T10:15:23.554Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-22T10:15:24.050Z] Fetching without tags [2020-07-22T10:15:24.434Z] Checking out Revision ad194bc803dc916884c38fead828e9a39ff73581 (master) [2020-07-22T10:15:24.024Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2020-07-22T10:15:24.033Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-22T10:15:24.045Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2020-07-22T10:15:24.055Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2020-07-22T10:15:24.055Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-22T10:15:24.059Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-22T10:15:24.444Z] > git config core.sparsecheckout # timeout=10 [2020-07-22T10:15:24.449Z] > git checkout -f ad194bc803dc916884c38fead828e9a39ff73581 # timeout=10 [2020-07-22T10:15:28.024Z] Commit message: "Merge pull request #56 from hahattan/issue-54/55" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-22T10:15:28.664Z] ========================================================= [2020-07-22T10:15:28.664Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-22T10:15:28.664Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:15:29.171Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-07-22T10:15:29.435Z] Sending build context to Docker daemon 342kB [2020-07-22T10:15:29.435Z] Step 1/10 : ARG BASE=golang:1.13-alpine [2020-07-22T10:15:29.435Z] Step 2/10 : FROM ${BASE} [2020-07-22T10:15:29.435Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-22T10:15:29.435Z] df20fa9351a1: Pulling fs layer [2020-07-22T10:15:29.435Z] ed8968b2872e: Pulling fs layer [2020-07-22T10:15:29.435Z] a92cc7c5fd73: Pulling fs layer [2020-07-22T10:15:29.435Z] 2dd03ba5bac4: Pulling fs layer [2020-07-22T10:15:29.435Z] 1e091d79d1de: Pulling fs layer [2020-07-22T10:15:29.435Z] 481702a1767f: Pulling fs layer [2020-07-22T10:15:29.435Z] f64a6f60c768: Pulling fs layer [2020-07-22T10:15:29.435Z] e78d2573fc39: Pulling fs layer [2020-07-22T10:15:29.435Z] e876d2f968b6: Pulling fs layer [2020-07-22T10:15:29.435Z] ce8a83651883: Pulling fs layer [2020-07-22T10:15:29.435Z] 07967f4d0e4b: Pulling fs layer [2020-07-22T10:15:29.435Z] 2dd03ba5bac4: Waiting [2020-07-22T10:15:29.435Z] 1e091d79d1de: Waiting [2020-07-22T10:15:29.435Z] 481702a1767f: Waiting [2020-07-22T10:15:29.435Z] f64a6f60c768: Waiting [2020-07-22T10:15:29.435Z] ce8a83651883: Waiting [2020-07-22T10:15:29.435Z] 07967f4d0e4b: Waiting [2020-07-22T10:15:29.435Z] e78d2573fc39: Waiting [2020-07-22T10:15:29.435Z] e876d2f968b6: Waiting [2020-07-22T10:15:29.709Z] a92cc7c5fd73: Verifying Checksum [2020-07-22T10:15:29.709Z] a92cc7c5fd73: Download complete [2020-07-22T10:15:29.709Z] ed8968b2872e: Verifying Checksum [2020-07-22T10:15:29.709Z] ed8968b2872e: Download complete [2020-07-22T10:15:29.709Z] 1e091d79d1de: Verifying Checksum [2020-07-22T10:15:29.709Z] 1e091d79d1de: Download complete [2020-07-22T10:15:29.709Z] 481702a1767f: Verifying Checksum [2020-07-22T10:15:29.709Z] 481702a1767f: Download complete [2020-07-22T10:15:29.709Z] df20fa9351a1: Verifying Checksum [2020-07-22T10:15:29.709Z] df20fa9351a1: Download complete [2020-07-22T10:15:29.979Z] df20fa9351a1: Pull complete [2020-07-22T10:15:30.573Z] f64a6f60c768: Verifying Checksum [2020-07-22T10:15:30.573Z] f64a6f60c768: Download complete [2020-07-22T10:15:30.844Z] e876d2f968b6: Download complete [2020-07-22T10:15:31.431Z] ce8a83651883: Verifying Checksum [2020-07-22T10:15:31.431Z] ce8a83651883: Download complete [2020-07-22T10:15:31.431Z] 2dd03ba5bac4: Verifying Checksum [2020-07-22T10:15:31.431Z] 2dd03ba5bac4: Download complete [2020-07-22T10:15:31.431Z] e78d2573fc39: Verifying Checksum [2020-07-22T10:15:31.431Z] e78d2573fc39: Download complete [2020-07-22T10:15:31.431Z] 07967f4d0e4b: Verifying Checksum [2020-07-22T10:15:31.431Z] 07967f4d0e4b: Download complete [2020-07-22T10:15:32.005Z] ed8968b2872e: Pull complete [2020-07-22T10:15:32.266Z] a92cc7c5fd73: Pull complete [2020-07-22T10:15:37.564Z] 2dd03ba5bac4: Pull complete [2020-07-22T10:15:37.564Z] 1e091d79d1de: Pull complete [2020-07-22T10:15:37.564Z] 481702a1767f: Pull complete [2020-07-22T10:15:41.775Z] f64a6f60c768: Pull complete [2020-07-22T10:15:45.078Z] e78d2573fc39: Pull complete [2020-07-22T10:15:45.078Z] e876d2f968b6: Pull complete [2020-07-22T10:15:46.021Z] ce8a83651883: Pull complete [2020-07-22T10:15:46.282Z] 07967f4d0e4b: Pull complete [2020-07-22T10:15:46.282Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-22T10:15:46.282Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-22T10:15:46.282Z] ---> 5d7c900382c6 [2020-07-22T10:15:46.282Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-07-22T10:15:48.208Z] ---> Running in 0a50443f3c41 [2020-07-22T10:15:48.208Z] Removing intermediate container 0a50443f3c41 [2020-07-22T10:15:48.208Z] ---> 26569a08cf8a [2020-07-22T10:15:48.208Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-07-22T10:15:48.208Z] ---> Running in 77bef01ae265 [2020-07-22T10:15:48.208Z] Removing intermediate container 77bef01ae265 [2020-07-22T10:15:48.208Z] ---> 2e3de06ede06 [2020-07-22T10:15:48.208Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' [2020-07-22T10:15:48.476Z] ---> Running in df9ddec1c556 [2020-07-22T10:15:48.476Z] Removing intermediate container df9ddec1c556 [2020-07-22T10:15:48.476Z] ---> 6696011a9708 [2020-07-22T10:15:48.476Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T10:15:48.476Z] ---> Running in d0efccf15659 [2020-07-22T10:15:49.880Z] Removing intermediate container d0efccf15659 [2020-07-22T10:15:49.880Z] ---> e660b9de35b1 [2020-07-22T10:15:49.880Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-07-22T10:15:49.880Z] ---> Running in c6994610d608 [2020-07-22T10:15:50.826Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-22T10:15:51.399Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-22T10:15:51.660Z] OK: 166 MiB in 39 packages [2020-07-22T10:15:52.236Z] Removing intermediate container c6994610d608 [2020-07-22T10:15:52.236Z] ---> 2f661d83f5c5 [2020-07-22T10:15:52.236Z] Step 8/10 : WORKDIR /device-snmp-go [2020-07-22T10:15:52.236Z] ---> Running in cb85ab30d245 [2020-07-22T10:15:52.236Z] Removing intermediate container cb85ab30d245 [2020-07-22T10:15:52.236Z] ---> dcc4af673ef6 [2020-07-22T10:15:52.236Z] Step 9/10 : COPY . . [2020-07-22T10:15:52.815Z] ---> 68c56dd79d5b [2020-07-22T10:15:52.815Z] Step 10/10 : RUN go mod download [2020-07-22T10:15:52.815Z] ---> Running in c632891cf790 [2020-07-22T10:15:54.736Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-22T10:15:54.736Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-07-22T10:15:54.736Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-22T10:15:54.736Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-22T10:15:54.736Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-22T10:15:54.736Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-22T10:15:54.736Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-22T10:15:54.736Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-22T10:15:54.736Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-07-22T10:15:54.997Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-22T10:15:54.997Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-22T10:15:54.997Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-22T10:15:54.997Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-22T10:15:54.997Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-22T10:15:54.997Z] go: finding github.com/fatih/color v1.7.0 [2020-07-22T10:15:54.997Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-22T10:15:54.997Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-22T10:15:54.997Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-22T10:15:54.997Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-22T10:15:54.997Z] go: finding github.com/golang/mock v1.2.0 [2020-07-22T10:15:54.997Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-22T10:15:55.257Z] go: finding github.com/google/uuid v1.1.0 [2020-07-22T10:15:55.257Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-22T10:15:55.257Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-22T10:15:55.257Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-22T10:15:55.257Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-22T10:15:55.257Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-22T10:15:55.257Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-22T10:15:55.257Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-22T10:15:55.257Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-22T10:15:55.257Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-22T10:15:55.257Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-22T10:15:55.257Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-22T10:15:55.518Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-22T10:15:55.518Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-22T10:15:55.518Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-22T10:15:55.518Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-22T10:15:55.518Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-22T10:15:55.518Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-22T10:15:55.518Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-22T10:15:55.518Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-22T10:15:55.518Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-22T10:15:55.518Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-22T10:15:55.518Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-22T10:15:55.518Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-22T10:15:55.778Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-22T10:15:55.778Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-22T10:15:55.778Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-22T10:15:55.778Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-22T10:15:55.778Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-22T10:15:55.778Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-22T10:15:55.778Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-22T10:15:55.778Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-22T10:15:55.778Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-22T10:15:55.778Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-22T10:15:55.778Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-22T10:15:55.778Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-22T10:15:56.038Z] go: finding github.com/posener/complete v1.1.1 [2020-07-22T10:15:56.038Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-22T10:15:56.038Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-22T10:15:56.038Z] go: finding github.com/soniah/gosnmp v1.21.0 [2020-07-22T10:15:56.038Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-22T10:15:56.038Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-22T10:15:56.038Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-22T10:15:56.038Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-22T10:15:56.038Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-07-22T10:15:56.038Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-07-22T10:15:56.038Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-22T10:15:56.299Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-07-22T10:15:56.299Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-07-22T10:15:56.299Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-22T10:15:57.425Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-575 in /w/workspace/gexfoundry_device-snmp-go_master [Pipeline] { [Pipeline] ws [2020-07-22T10:15:57.464Z] Running in /w/workspace/device-snmp-go/10 [Pipeline] { [Pipeline] checkout [2020-07-22T10:16:02.731Z] using credential edgex-jenkins-ssh [2020-07-22T10:16:02.775Z] Cloning the remote Git repository [2020-07-22T10:16:02.775Z] Cloning with configured refspecs honoured and without tags [2020-07-22T10:16:02.910Z] Removing intermediate container c632891cf790 [2020-07-22T10:16:02.910Z] ---> 4e0b2b8197df [2020-07-22T10:16:02.910Z] Successfully built 4e0b2b8197df [2020-07-22T10:16:02.910Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:16:03.479Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-22T10:16:03.479Z] . [Pipeline] withDockerContainer [2020-07-22T10:16:03.575Z] prd-centos7-docker-4c-2g-576 does not seem to be running inside a container [2020-07-22T10:16:03.625Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/10 -v /w/workspace/device-snmp-go/10:/w/workspace/device-snmp-go/10:rw,z -v /w/workspace/device-snmp-go/10@tmp:/w/workspace/device-snmp-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-07-22T10:16:02.823Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2020-07-22T10:16:02.930Z] > git init /w/workspace/device-snmp-go/10 # timeout=10 [2020-07-22T10:16:03.009Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2020-07-22T10:16:03.009Z] > git --version # timeout=10 [2020-07-22T10:16:03.031Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-22T10:16:03.099Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-22T10:16:04.381Z] Fetching without tags [2020-07-22T10:16:04.717Z] $ docker top 280ddf1cec130fafdfba1470a7886a251cb442c89ec41b894e23aea32a9293b1 -eo pid,comm [2020-07-22T10:16:04.858Z] Checking out Revision ad194bc803dc916884c38fead828e9a39ff73581 (master) [Pipeline] { [Pipeline] sh [2020-07-22T10:16:04.306Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2020-07-22T10:16:04.323Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-22T10:16:04.354Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2020-07-22T10:16:04.390Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2020-07-22T10:16:04.391Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-22T10:16:04.403Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-22T10:16:04.875Z] > git config core.sparsecheckout # timeout=10 [2020-07-22T10:16:04.895Z] > git checkout -f ad194bc803dc916884c38fead828e9a39ff73581 # timeout=10 [2020-07-22T10:16:05.303Z] + go version [2020-07-22T10:16:05.303Z] go version go1.13.13 linux/amd64 [Pipeline] sh [2020-07-22T10:16:05.703Z] + make test [2020-07-22T10:16:05.703Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-07-22T10:16:06.662Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2020-07-22T10:16:09.232Z] Commit message: "Merge pull request #56 from hahattan/issue-54/55" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-22T10:16:10.064Z] ========================================================= [2020-07-22T10:16:10.065Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-22T10:16:10.065Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:16:11.142Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-07-22T10:16:11.748Z] Sending build context to Docker daemon 342kB [2020-07-22T10:16:12.023Z] Step 1/10 : ARG BASE=golang:1.13-alpine [2020-07-22T10:16:12.023Z] Step 2/10 : FROM ${BASE} [2020-07-22T10:16:12.312Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-22T10:16:12.312Z] b538f80385f9: Pulling fs layer [2020-07-22T10:16:12.312Z] 74f711af9a0d: Pulling fs layer [2020-07-22T10:16:12.312Z] 99f96fe45779: Pulling fs layer [2020-07-22T10:16:12.312Z] fd7a069fd194: Pulling fs layer [2020-07-22T10:16:12.312Z] fd7a069fd194: Waiting [2020-07-22T10:16:12.312Z] 66aa3694b03b: Pulling fs layer [2020-07-22T10:16:12.312Z] 170f70906a0f: Pulling fs layer [2020-07-22T10:16:12.312Z] ad7c5574e4b9: Pulling fs layer [2020-07-22T10:16:12.312Z] e772456be8f7: Pulling fs layer [2020-07-22T10:16:12.312Z] c890913d741a: Pulling fs layer [2020-07-22T10:16:12.312Z] 2480fcc9aa5a: Pulling fs layer [2020-07-22T10:16:12.312Z] 09adf4765672: Pulling fs layer [2020-07-22T10:16:12.312Z] 66aa3694b03b: Waiting [2020-07-22T10:16:12.312Z] 170f70906a0f: Waiting [2020-07-22T10:16:12.312Z] ad7c5574e4b9: Waiting [2020-07-22T10:16:12.312Z] e772456be8f7: Waiting [2020-07-22T10:16:12.312Z] c890913d741a: Waiting [2020-07-22T10:16:12.312Z] 2480fcc9aa5a: Waiting [2020-07-22T10:16:12.312Z] 09adf4765672: Waiting [2020-07-22T10:16:12.312Z] 99f96fe45779: Verifying Checksum [2020-07-22T10:16:12.312Z] 99f96fe45779: Download complete [2020-07-22T10:16:12.312Z] 74f711af9a0d: Verifying Checksum [2020-07-22T10:16:12.312Z] 74f711af9a0d: Download complete [2020-07-22T10:16:12.312Z] 66aa3694b03b: Verifying Checksum [2020-07-22T10:16:12.312Z] 66aa3694b03b: Download complete [2020-07-22T10:16:12.312Z] b538f80385f9: Verifying Checksum [2020-07-22T10:16:12.312Z] b538f80385f9: Download complete [2020-07-22T10:16:13.300Z] b538f80385f9: Pull complete [2020-07-22T10:16:13.905Z] 74f711af9a0d: Pull complete [2020-07-22T10:16:14.185Z] 99f96fe45779: Pull complete [2020-07-22T10:16:16.293Z] ad7c5574e4b9: Verifying Checksum [2020-07-22T10:16:16.293Z] ad7c5574e4b9: Download complete [2020-07-22T10:16:16.293Z] c890913d741a: Verifying Checksum [2020-07-22T10:16:16.293Z] c890913d741a: Download complete [2020-07-22T10:16:16.805Z] ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] [2020-07-22T10:16:16.806Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.004s coverage: 0.0% of statements [2020-07-22T10:16:16.806Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-07-22T10:16:17.377Z] gofmt -l . [2020-07-22T10:16:17.378Z] [ "`gofmt -l .`" = "" ] [2020-07-22T10:16:17.378Z] ./bin/test-attribution-txt.sh [2020-07-22T10:16:17.735Z] e772456be8f7: Verifying Checksum [2020-07-22T10:16:17.735Z] e772456be8f7: Download complete [2020-07-22T10:16:18.010Z] 09adf4765672: Verifying Checksum [2020-07-22T10:16:18.010Z] 09adf4765672: Download complete [2020-07-22T10:16:18.010Z] 2480fcc9aa5a: Verifying Checksum [2020-07-22T10:16:18.010Z] 2480fcc9aa5a: Download complete [2020-07-22T10:16:18.050Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-07-22T10:16:18.614Z] fd7a069fd194: Verifying Checksum [2020-07-22T10:16:18.614Z] fd7a069fd194: Download complete [2020-07-22T10:16:18.661Z] Stashed 1 file(s) [Pipeline] } [2020-07-22T10:16:18.667Z] $ docker stop --time=1 280ddf1cec130fafdfba1470a7886a251cb442c89ec41b894e23aea32a9293b1 [2020-07-22T10:16:20.916Z] $ docker rm -f 280ddf1cec130fafdfba1470a7886a251cb442c89ec41b894e23aea32a9293b1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-22T10:16:22.135Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-07-22T10:16:22.431Z] + ls -al . [2020-07-22T10:16:22.431Z] total 104 [2020-07-22T10:16:22.431Z] drwxrwxr-x. 9 jenkins jenkins 4096 Jul 22 10:16 . [2020-07-22T10:16:22.431Z] drwxrwxr-x. 4 jenkins jenkins 30 Jul 22 10:15 .. [2020-07-22T10:16:22.431Z] -rw-rw-r--. 1 jenkins jenkins 4910 Jul 22 10:15 Attribution.txt [2020-07-22T10:16:22.431Z] drwxrwxr-x. 2 jenkins jenkins 87 Jul 22 10:15 bin [2020-07-22T10:16:22.431Z] drwxrwxr-x. 3 jenkins jenkins 32 Jul 22 10:15 cmd [2020-07-22T10:16:22.431Z] -rw-r--r--. 1 jenkins jenkins 8493 Jul 22 10:16 coverage.out [2020-07-22T10:16:22.431Z] -rw-rw-r--. 1 jenkins jenkins 994 Jul 22 10:15 Dockerfile [2020-07-22T10:16:22.431Z] -rw-rw-r--. 1 jenkins jenkins 409 Jul 22 10:15 Dockerfile.build [2020-07-22T10:16:22.431Z] -rw-rw-r--. 1 jenkins jenkins 6 Jul 22 10:15 .dockerignore [2020-07-22T10:16:22.431Z] drwxrwxr-x. 8 jenkins jenkins 162 Jul 22 10:15 .git [2020-07-22T10:16:22.431Z] drwxrwxr-x. 2 jenkins jenkins 38 Jul 22 10:15 .github [2020-07-22T10:16:22.431Z] -rw-rw-r--. 1 jenkins jenkins 272 Jul 22 10:15 .gitignore [2020-07-22T10:16:22.431Z] -rw-r--r--. 1 jenkins jenkins 203 Jul 22 10:16 go.mod [2020-07-22T10:16:22.431Z] -rw-r--r--. 1 jenkins jenkins 12704 Jul 22 10:16 go.sum [2020-07-22T10:16:22.431Z] drwxrwxr-x. 3 jenkins jenkins 20 Jul 22 10:15 internal [2020-07-22T10:16:22.431Z] -rw-rw-r--. 1 jenkins jenkins 678 Jul 22 10:15 Jenkinsfile [2020-07-22T10:16:22.431Z] -rw-rw-r--. 1 jenkins jenkins 11340 Jul 22 10:15 LICENSE [2020-07-22T10:16:22.431Z] -rw-rw-r--. 1 jenkins jenkins 937 Jul 22 10:15 Makefile [2020-07-22T10:16:22.431Z] drwxrwxr-x. 2 jenkins jenkins 84 Jul 22 10:15 profiles [2020-07-22T10:16:22.431Z] -rw-rw-r--. 1 jenkins jenkins 12398 Jul 22 10:15 README.md [2020-07-22T10:16:22.431Z] drwxrwxr-x. 3 jenkins jenkins 61 Jul 22 10:15 .semver [2020-07-22T10:16:22.431Z] -rw-rw-r--. 1 jenkins jenkins 11 Jul 22 10:13 VERSION [2020-07-22T10:16:22.431Z] -rw-rw-r--. 1 jenkins jenkins 209 Jul 22 10:15 version.go [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:16:22.736Z] + 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=ad194bc803dc916884c38fead828e9a39ff73581 --label arch=amd64 --label version=1.2.2-dev.2 . [2020-07-22T10:16:22.736Z] Sending build context to Docker daemon 351.2kB [2020-07-22T10:16:22.736Z] Step 1/25 : ARG BASE=golang:1.13-alpine [2020-07-22T10:16:22.736Z] Step 2/25 : FROM ${BASE} AS builder [2020-07-22T10:16:22.736Z] ---> 4e0b2b8197df [2020-07-22T10:16:22.736Z] Step 3/25 : ARG MAKE='make build' [2020-07-22T10:16:22.998Z] ---> Running in 06b77914f160 [2020-07-22T10:16:22.998Z] Removing intermediate container 06b77914f160 [2020-07-22T10:16:22.998Z] ---> 803733e689d8 [2020-07-22T10:16:22.998Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git" [2020-07-22T10:16:22.998Z] ---> Running in 9aa821cdd42c [2020-07-22T10:16:23.262Z] Removing intermediate container 9aa821cdd42c [2020-07-22T10:16:23.262Z] ---> dd4f49398005 [2020-07-22T10:16:23.262Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2020-07-22T10:16:23.262Z] ---> Running in 63f789f14293 [2020-07-22T10:16:23.524Z] Removing intermediate container 63f789f14293 [2020-07-22T10:16:23.524Z] ---> ef456f0cf297 [2020-07-22T10:16:23.524Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T10:16:23.524Z] ---> Running in e64c9070ab86 [2020-07-22T10:16:24.467Z] Removing intermediate container e64c9070ab86 [2020-07-22T10:16:24.467Z] ---> 99fe6fb91952 [2020-07-22T10:16:24.467Z] Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-07-22T10:16:24.467Z] ---> Running in cfe849dbe6d3 [2020-07-22T10:16:24.729Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-22T10:16:25.302Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-22T10:16:25.874Z] OK: 166 MiB in 39 packages [2020-07-22T10:16:26.136Z] Removing intermediate container cfe849dbe6d3 [2020-07-22T10:16:26.136Z] ---> 810da474625a [2020-07-22T10:16:26.136Z] Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-snmp-go [2020-07-22T10:16:26.136Z] ---> Running in ad12418226f4 [2020-07-22T10:16:26.136Z] Removing intermediate container ad12418226f4 [2020-07-22T10:16:26.136Z] ---> 15fe1aeea568 [2020-07-22T10:16:26.136Z] Step 9/25 : COPY go.mod . [2020-07-22T10:16:26.397Z] ---> efcc52767a4f [2020-07-22T10:16:26.397Z] Step 10/25 : COPY Makefile . [2020-07-22T10:16:26.665Z] ---> 54374d35bf9c [2020-07-22T10:16:26.665Z] Step 11/25 : RUN make update [2020-07-22T10:16:26.665Z] ---> Running in a8b9790193a4 [2020-07-22T10:16:27.237Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-07-22T10:16:27.809Z] Removing intermediate container a8b9790193a4 [2020-07-22T10:16:27.809Z] ---> c809cfba8f59 [2020-07-22T10:16:27.809Z] Step 12/25 : COPY . . [2020-07-22T10:16:28.390Z] ---> fb10f0034013 [2020-07-22T10:16:28.390Z] Step 13/25 : RUN ${MAKE} [2020-07-22T10:16:28.390Z] ---> Running in fe3b4e18b4b0 [2020-07-22T10:16:28.966Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=1.2.2-dev.2" -o cmd/device-snmp-go ./cmd [2020-07-22T10:16:31.032Z] fd7a069fd194: Pull complete [2020-07-22T10:16:31.032Z] 66aa3694b03b: Pull complete [2020-07-22T10:16:31.032Z] 170f70906a0f: Pull complete [2020-07-22T10:16:33.679Z] ad7c5574e4b9: Pull complete [2020-07-22T10:16:37.189Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-07-22T10:16:39.089Z] e772456be8f7: Pull complete [2020-07-22T10:16:39.089Z] c890913d741a: Pull complete [2020-07-22T10:16:40.495Z] Removing intermediate container fe3b4e18b4b0 [2020-07-22T10:16:40.495Z] ---> 0753edabc6e1 [2020-07-22T10:16:40.495Z] Step 14/25 : FROM alpine [2020-07-22T10:16:41.068Z] latest: Pulling from library/alpine [2020-07-22T10:16:41.068Z] df20fa9351a1: Already exists [2020-07-22T10:16:41.068Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-22T10:16:41.068Z] Status: Downloaded newer image for alpine:latest [2020-07-22T10:16:41.068Z] ---> a24bb4013296 [2020-07-22T10:16:41.068Z] Step 15/25 : ENV APP_PORT=49993 [2020-07-22T10:16:41.072Z] 2480fcc9aa5a: Pull complete [2020-07-22T10:16:41.332Z] ---> Running in 39b7909b3828 [2020-07-22T10:16:41.332Z] Removing intermediate container 39b7909b3828 [2020-07-22T10:16:41.332Z] ---> e46a8e90639a [2020-07-22T10:16:41.332Z] Step 16/25 : EXPOSE $APP_PORT [2020-07-22T10:16:41.332Z] ---> Running in 17fee1617734 [2020-07-22T10:16:41.346Z] 09adf4765672: Pull complete [2020-07-22T10:16:41.594Z] Removing intermediate container 17fee1617734 [2020-07-22T10:16:41.594Z] ---> 18e3961178aa [2020-07-22T10:16:41.594Z] Step 17/25 : ENV DEVICE_PORT=161 [2020-07-22T10:16:41.594Z] ---> Running in 9a0156aa0ef6 [2020-07-22T10:16:41.619Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-22T10:16:41.619Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-22T10:16:41.619Z] ---> 2248a725d1cf [2020-07-22T10:16:41.619Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-07-22T10:16:41.857Z] Removing intermediate container 9a0156aa0ef6 [2020-07-22T10:16:41.857Z] ---> 94b7b12672d9 [2020-07-22T10:16:41.857Z] Step 18/25 : EXPOSE $DEVICE_PORT [2020-07-22T10:16:41.857Z] ---> Running in bf96ba1adb3a [2020-07-22T10:16:42.123Z] Removing intermediate container bf96ba1adb3a [2020-07-22T10:16:42.123Z] ---> 8a9b5a058721 [2020-07-22T10:16:42.123Z] Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/cmd / [2020-07-22T10:16:42.385Z] ---> 174baa153956 [2020-07-22T10:16:42.385Z] Step 20/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/Attribution.txt / [2020-07-22T10:16:42.647Z] ---> 93aa2339d3a0 [2020-07-22T10:16:42.647Z] Step 21/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/LICENSE / [2020-07-22T10:16:42.913Z] ---> ffb155bf905c [2020-07-22T10:16:42.913Z] Step 22/25 : ENTRYPOINT ["/device-snmp-go","--cp=consul://edgex-core-consul:8500","--confdir=/res","--registry"] [2020-07-22T10:16:42.913Z] ---> Running in 091c127f435b [2020-07-22T10:16:43.175Z] Removing intermediate container 091c127f435b [2020-07-22T10:16:43.175Z] ---> e7c75fd15645 [2020-07-22T10:16:43.176Z] Step 23/25 : LABEL arch=amd64 [2020-07-22T10:16:43.176Z] ---> Running in d637e2b47fad [2020-07-22T10:16:43.437Z] Removing intermediate container d637e2b47fad [2020-07-22T10:16:43.437Z] ---> 99c882807d6b [2020-07-22T10:16:43.437Z] Step 24/25 : LABEL git_sha=ad194bc803dc916884c38fead828e9a39ff73581 [2020-07-22T10:16:43.437Z] ---> Running in 841f6f10b1f4 [2020-07-22T10:16:43.699Z] Removing intermediate container 841f6f10b1f4 [2020-07-22T10:16:43.699Z] ---> 9dcec67649b7 [2020-07-22T10:16:43.699Z] Step 25/25 : LABEL version=1.2.2-dev.2 [2020-07-22T10:16:43.699Z] ---> Running in 752a21ff08e7 [2020-07-22T10:16:43.699Z] Removing intermediate container 752a21ff08e7 [2020-07-22T10:16:43.699Z] ---> 59eea74db3d3 [2020-07-22T10:16:43.699Z] [Warning] One or more build-args [ARCH] were not consumed [2020-07-22T10:16:43.699Z] Successfully built 59eea74db3d3 [2020-07-22T10:16:43.699Z] 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-07-22T10:16:44.048Z] provisioning config files... [2020-07-22T10:16:44.083Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/10@tmp/config8597223290783449287tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-07-22T10:16:44.425Z] nexus3.edgexfoundry.org:10001 [2020-07-22T10:16:44.425Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-22T10:16:44.687Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-22T10:16:44.687Z] Configure a credential helper to remove this warning. See [2020-07-22T10:16:44.687Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-22T10:16:44.687Z] [2020-07-22T10:16:44.687Z] Login Succeeded [2020-07-22T10:16:44.687Z] nexus3.edgexfoundry.org:10002 [2020-07-22T10:16:44.687Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-22T10:16:44.687Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-22T10:16:44.687Z] Configure a credential helper to remove this warning. See [2020-07-22T10:16:44.687Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-22T10:16:44.687Z] [2020-07-22T10:16:44.687Z] Login Succeeded [2020-07-22T10:16:44.687Z] nexus3.edgexfoundry.org:10003 [2020-07-22T10:16:44.948Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-22T10:16:44.948Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-22T10:16:44.948Z] Configure a credential helper to remove this warning. See [2020-07-22T10:16:44.948Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-22T10:16:44.949Z] [2020-07-22T10:16:44.949Z] Login Succeeded [2020-07-22T10:16:44.949Z] nexus3.edgexfoundry.org:10004 [2020-07-22T10:16:44.949Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-22T10:16:45.210Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-22T10:16:45.210Z] Configure a credential helper to remove this warning. See [2020-07-22T10:16:45.210Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-22T10:16:45.210Z] [2020-07-22T10:16:45.210Z] Login Succeeded [2020-07-22T10:16:45.210Z] docker.io [2020-07-22T10:16:45.210Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-22T10:16:45.471Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-22T10:16:45.471Z] Configure a credential helper to remove this warning. See [2020-07-22T10:16:45.471Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-22T10:16:45.471Z] [2020-07-22T10:16:45.471Z] Login Succeeded [Pipeline] } [2020-07-22T10:16:45.480Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-22T10:16:45.639Z] [edgeXDocker.push] Tagging docker image docker-device-snmp-go with the following tags: [2020-07-22T10:16:45.640Z] ad194bc803dc916884c38fead828e9a39ff73581 [2020-07-22T10:16:45.640Z] latest [2020-07-22T10:16:45.640Z] 1.2.2-dev.2 [2020-07-22T10:16:45.640Z] ad194bc803dc916884c38fead828e9a39ff73581-1.2.2-dev.2 [2020-07-22T10:16:45.640Z] master [2020-07-22T10:16:45.640Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:16:46.080Z] + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:ad194bc803dc916884c38fead828e9a39ff73581 [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:16:46.374Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:ad194bc803dc916884c38fead828e9a39ff73581 [2020-07-22T10:16:46.374Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] [2020-07-22T10:16:46.374Z] 065e97390cf4: Preparing [2020-07-22T10:16:46.374Z] 7defec39cd19: Preparing [2020-07-22T10:16:46.374Z] 2d202cba310e: Preparing [2020-07-22T10:16:46.374Z] 50644c29ef5a: Preparing [2020-07-22T10:16:46.374Z] 50644c29ef5a: Layer already exists [2020-07-22T10:16:46.374Z] 7defec39cd19: Pushed [2020-07-22T10:16:46.374Z] 065e97390cf4: Pushed [2020-07-22T10:16:47.019Z] ---> Running in 7750b90aa1f5 [2020-07-22T10:16:47.019Z] Removing intermediate container 7750b90aa1f5 [2020-07-22T10:16:47.019Z] ---> c75d7e7dc400 [2020-07-22T10:16:47.019Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-07-22T10:16:47.019Z] ---> Running in c92550a6d136 [2020-07-22T10:16:47.019Z] Removing intermediate container c92550a6d136 [2020-07-22T10:16:47.019Z] ---> b8fd65680254 [2020-07-22T10:16:47.019Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' [2020-07-22T10:16:47.293Z] ---> Running in f515df500bb7 [2020-07-22T10:16:47.322Z] 2d202cba310e: Pushed [2020-07-22T10:16:47.582Z] ad194bc803dc916884c38fead828e9a39ff73581: digest: sha256:466a2757c27936c275b667e01485e3d37f9ece450c6406ba1d486c5ac6fba550 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:16:47.887Z] + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:latest [2020-07-22T10:16:47.891Z] Removing intermediate container f515df500bb7 [2020-07-22T10:16:47.891Z] ---> cecac1ea9caf [2020-07-22T10:16:47.891Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T10:16:47.891Z] ---> Running in e2a578e830f6 [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:16:48.183Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:latest [2020-07-22T10:16:48.184Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] [2020-07-22T10:16:48.184Z] 065e97390cf4: Preparing [2020-07-22T10:16:48.184Z] 7defec39cd19: Preparing [2020-07-22T10:16:48.184Z] 2d202cba310e: Preparing [2020-07-22T10:16:48.184Z] 50644c29ef5a: Preparing [2020-07-22T10:16:48.184Z] 2d202cba310e: Layer already exists [2020-07-22T10:16:48.184Z] 065e97390cf4: Layer already exists [2020-07-22T10:16:48.184Z] 50644c29ef5a: Layer already exists [2020-07-22T10:16:48.184Z] 7defec39cd19: Layer already exists [2020-07-22T10:16:48.184Z] latest: digest: sha256:466a2757c27936c275b667e01485e3d37f9ece450c6406ba1d486c5ac6fba550 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:16:48.482Z] + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1.2.2-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:16:48.785Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1.2.2-dev.2 [2020-07-22T10:16:48.785Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] [2020-07-22T10:16:48.785Z] 065e97390cf4: Preparing [2020-07-22T10:16:48.785Z] 7defec39cd19: Preparing [2020-07-22T10:16:48.785Z] 2d202cba310e: Preparing [2020-07-22T10:16:48.785Z] 50644c29ef5a: Preparing [2020-07-22T10:16:48.785Z] 065e97390cf4: Layer already exists [2020-07-22T10:16:48.785Z] 2d202cba310e: Layer already exists [2020-07-22T10:16:48.785Z] 50644c29ef5a: Layer already exists [2020-07-22T10:16:48.785Z] 7defec39cd19: Layer already exists [2020-07-22T10:16:48.785Z] 1.2.2-dev.2: digest: sha256:466a2757c27936c275b667e01485e3d37f9ece450c6406ba1d486c5ac6fba550 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:16:49.085Z] + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:ad194bc803dc916884c38fead828e9a39ff73581-1.2.2-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:16:49.380Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:ad194bc803dc916884c38fead828e9a39ff73581-1.2.2-dev.2 [2020-07-22T10:16:49.380Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] [2020-07-22T10:16:49.380Z] 065e97390cf4: Preparing [2020-07-22T10:16:49.380Z] 7defec39cd19: Preparing [2020-07-22T10:16:49.380Z] 2d202cba310e: Preparing [2020-07-22T10:16:49.380Z] 50644c29ef5a: Preparing [2020-07-22T10:16:49.380Z] 50644c29ef5a: Layer already exists [2020-07-22T10:16:49.380Z] 065e97390cf4: Layer already exists [2020-07-22T10:16:49.380Z] 2d202cba310e: Layer already exists [2020-07-22T10:16:49.380Z] 7defec39cd19: Layer already exists [2020-07-22T10:16:49.380Z] ad194bc803dc916884c38fead828e9a39ff73581-1.2.2-dev.2: digest: sha256:466a2757c27936c275b667e01485e3d37f9ece450c6406ba1d486c5ac6fba550 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:16:49.679Z] + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:master [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:16:49.974Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:master [2020-07-22T10:16:49.974Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] [2020-07-22T10:16:49.974Z] 065e97390cf4: Preparing [2020-07-22T10:16:49.974Z] 7defec39cd19: Preparing [2020-07-22T10:16:49.974Z] 2d202cba310e: Preparing [2020-07-22T10:16:49.974Z] 50644c29ef5a: Preparing [2020-07-22T10:16:49.974Z] 7defec39cd19: Layer already exists [2020-07-22T10:16:49.974Z] 2d202cba310e: Layer already exists [2020-07-22T10:16:49.974Z] 50644c29ef5a: Layer already exists [2020-07-22T10:16:49.974Z] 065e97390cf4: Layer already exists [2020-07-22T10:16:49.974Z] master: digest: sha256:466a2757c27936c275b667e01485e3d37f9ece450c6406ba1d486c5ac6fba550 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-22T10:16:50.160Z] ===================================================== [Pipeline] echo [2020-07-22T10:16:50.199Z] taggedImages: [2020-07-22T10:16:50.199Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:ad194bc803dc916884c38fead828e9a39ff73581 [2020-07-22T10:16:50.199Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:latest [2020-07-22T10:16:50.199Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1.2.2-dev.2 [2020-07-22T10:16:50.199Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:ad194bc803dc916884c38fead828e9a39ff73581-1.2.2-dev.2 [2020-07-22T10:16:50.199Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-07-22T10:16:50.508Z] Removing intermediate container e2a578e830f6 [2020-07-22T10:16:50.508Z] ---> d25c5a347593 [2020-07-22T10:16:50.508Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [2020-07-22T10:16:50.785Z] ---> Running in 3adbe93dbe6a [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-07-22T10:16:52.234Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-22T10:16:52.824Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-22T10:16:53.795Z] OK: 142 MiB in 39 packages [2020-07-22T10:16:54.771Z] Removing intermediate container 3adbe93dbe6a [2020-07-22T10:16:54.771Z] ---> dcfc44864cc3 [2020-07-22T10:16:54.771Z] Step 8/10 : WORKDIR /device-snmp-go [2020-07-22T10:16:54.771Z] ---> Running in ab0ac2060a61 [2020-07-22T10:16:55.371Z] Removing intermediate container ab0ac2060a61 [2020-07-22T10:16:55.371Z] ---> 91c5e5ad98a4 [2020-07-22T10:16:55.371Z] Step 9/10 : COPY . . [2020-07-22T10:16:56.351Z] ---> 1b1253c18f10 [2020-07-22T10:16:56.351Z] Step 10/10 : RUN go mod download [2020-07-22T10:16:56.351Z] ---> Running in b5dcc6489c53 [2020-07-22T10:16:58.955Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-22T10:16:58.955Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-07-22T10:16:58.955Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-22T10:16:58.955Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-22T10:16:58.955Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-22T10:16:58.955Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-22T10:16:59.226Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-22T10:16:59.226Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-22T10:16:59.226Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-07-22T10:16:59.226Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-22T10:16:59.226Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-22T10:16:59.226Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-22T10:16:59.226Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-22T10:16:59.226Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-22T10:16:59.226Z] go: finding github.com/fatih/color v1.7.0 [2020-07-22T10:16:59.226Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-22T10:16:59.226Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-22T10:16:59.494Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-22T10:16:59.495Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-22T10:16:59.495Z] go: finding github.com/golang/mock v1.2.0 [2020-07-22T10:16:59.495Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-22T10:16:59.495Z] go: finding github.com/google/uuid v1.1.0 [2020-07-22T10:16:59.495Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-22T10:16:59.495Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-22T10:16:59.495Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-22T10:16:59.495Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-22T10:16:59.495Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-22T10:16:59.495Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-22T10:16:59.764Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-22T10:16:59.764Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-22T10:16:59.764Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-22T10:16:59.764Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-22T10:16:59.764Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-22T10:16:59.764Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-22T10:16:59.764Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-22T10:16:59.764Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-22T10:16:59.764Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-22T10:16:59.764Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-22T10:16:59.764Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-22T10:16:59.764Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-22T10:17:00.035Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-22T10:17:00.035Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-22T10:17:00.035Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-22T10:17:00.035Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-22T10:17:00.035Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-22T10:17:00.035Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-22T10:17:00.035Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-22T10:17:00.035Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-22T10:17:00.035Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-22T10:17:00.035Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-22T10:17:00.035Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-22T10:17:00.305Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-22T10:17:00.305Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-22T10:17:00.305Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-22T10:17:00.305Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-22T10:17:00.305Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-22T10:17:00.305Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-22T10:17:00.305Z] go: finding github.com/posener/complete v1.1.1 [2020-07-22T10:17:00.305Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-22T10:17:00.305Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-22T10:17:00.305Z] go: finding github.com/soniah/gosnmp v1.21.0 [2020-07-22T10:17:00.305Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-22T10:17:00.577Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-22T10:17:00.577Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-22T10:17:00.577Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-22T10:17:00.577Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-07-22T10:17:00.577Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-07-22T10:17:00.577Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-22T10:17:00.577Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-07-22T10:17:00.577Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-07-22T10:17:00.577Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-22T10:17:10.724Z] Removing intermediate container b5dcc6489c53 [2020-07-22T10:17:10.724Z] ---> 32a9ecf0e016 [2020-07-22T10:17:10.724Z] Successfully built 32a9ecf0e016 [2020-07-22T10:17:10.724Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:17:11.393Z] + docker inspect -f . ci-base-image-arm64 [2020-07-22T10:17:11.393Z] . [Pipeline] withDockerContainer [2020-07-22T10:17:11.667Z] prd-ubuntu18.04-docker-arm64-4c-16g-575 does not seem to be running inside a container [2020-07-22T10:17:11.741Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/10 -v /w/workspace/device-snmp-go/10:/w/workspace/device-snmp-go/10:rw,z -v /w/workspace/device-snmp-go/10@tmp:/w/workspace/device-snmp-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-07-22T10:17:13.615Z] $ docker top 933171cf13007e943e19a5c8ab2add22271d50eeaccba70e1a536c7ddcf67070 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-22T10:17:15.005Z] + go version [2020-07-22T10:17:15.005Z] go version go1.13.13 linux/arm64 [Pipeline] sh [2020-07-22T10:17:16.045Z] + make test [2020-07-22T10:17:16.045Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-07-22T10:17:17.023Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2020-07-22T10:17:49.389Z] ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] [2020-07-22T10:17:49.389Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.017s coverage: 0.0% of statements [2020-07-22T10:17:49.389Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-07-22T10:17:50.819Z] gofmt -l . [2020-07-22T10:17:50.819Z] [ "`gofmt -l .`" = "" ] [2020-07-22T10:17:50.819Z] ./bin/test-attribution-txt.sh [2020-07-22T10:17:51.414Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-07-22T10:17:52.058Z] Warning: overwriting stash ‘coverage-report’ [2020-07-22T10:17:52.512Z] Stashed 1 file(s) [Pipeline] } [2020-07-22T10:17:52.516Z] $ docker stop --time=1 933171cf13007e943e19a5c8ab2add22271d50eeaccba70e1a536c7ddcf67070 [2020-07-22T10:17:54.684Z] $ docker rm -f 933171cf13007e943e19a5c8ab2add22271d50eeaccba70e1a536c7ddcf67070 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-22T10:17:55.803Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-07-22T10:17:56.131Z] + ls -al . [2020-07-22T10:17:56.131Z] total 136 [2020-07-22T10:17:56.131Z] drwxrwxr-x 9 jenkins jenkins 4096 Jul 22 10:17 . [2020-07-22T10:17:56.131Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 22 10:16 .. [2020-07-22T10:17:56.131Z] -rw-rw-r-- 1 jenkins jenkins 6 Jul 22 10:16 .dockerignore [2020-07-22T10:17:56.131Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 22 10:16 .git [2020-07-22T10:17:56.131Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 22 10:16 .github [2020-07-22T10:17:56.131Z] -rw-rw-r-- 1 jenkins jenkins 272 Jul 22 10:16 .gitignore [2020-07-22T10:17:56.131Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 22 10:16 .semver [2020-07-22T10:17:56.131Z] -rw-rw-r-- 1 jenkins jenkins 4910 Jul 22 10:16 Attribution.txt [2020-07-22T10:17:56.131Z] -rw-rw-r-- 1 jenkins jenkins 994 Jul 22 10:16 Dockerfile [2020-07-22T10:17:56.131Z] -rw-rw-r-- 1 jenkins jenkins 409 Jul 22 10:16 Dockerfile.build [2020-07-22T10:17:56.131Z] -rw-rw-r-- 1 jenkins jenkins 678 Jul 22 10:16 Jenkinsfile [2020-07-22T10:17:56.131Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jul 22 10:16 LICENSE [2020-07-22T10:17:56.131Z] -rw-rw-r-- 1 jenkins jenkins 937 Jul 22 10:16 Makefile [2020-07-22T10:17:56.131Z] -rw-rw-r-- 1 jenkins jenkins 12398 Jul 22 10:16 README.md [2020-07-22T10:17:56.131Z] -rw-rw-r-- 1 jenkins jenkins 11 Jul 22 10:13 VERSION [2020-07-22T10:17:56.131Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 22 10:16 bin [2020-07-22T10:17:56.131Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 22 10:16 cmd [2020-07-22T10:17:56.131Z] -rw-r--r-- 1 jenkins jenkins 8493 Jul 22 10:17 coverage.out [2020-07-22T10:17:56.131Z] -rw-r--r-- 1 jenkins jenkins 203 Jul 22 10:17 go.mod [2020-07-22T10:17:56.131Z] -rw-r--r-- 1 jenkins jenkins 12704 Jul 22 10:17 go.sum [2020-07-22T10:17:56.131Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 22 10:16 internal [2020-07-22T10:17:56.131Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 22 10:16 profiles [2020-07-22T10:17:56.131Z] -rw-rw-r-- 1 jenkins jenkins 209 Jul 22 10:16 version.go [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:17:56.468Z] + 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=ad194bc803dc916884c38fead828e9a39ff73581 --label arch=arm64 --label version=1.2.2-dev.2 . [2020-07-22T10:17:56.771Z] Sending build context to Docker daemon 351.2kB [2020-07-22T10:17:57.058Z] Step 1/25 : ARG BASE=golang:1.13-alpine [2020-07-22T10:17:57.058Z] Step 2/25 : FROM ${BASE} AS builder [2020-07-22T10:17:57.058Z] ---> 32a9ecf0e016 [2020-07-22T10:17:57.058Z] Step 3/25 : ARG MAKE='make build' [2020-07-22T10:17:57.058Z] ---> Running in 8d08765721af [2020-07-22T10:17:57.717Z] Removing intermediate container 8d08765721af [2020-07-22T10:17:57.717Z] ---> 9c6f07eca8e5 [2020-07-22T10:17:57.717Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git" [2020-07-22T10:17:57.717Z] ---> Running in f5ec8c8de3ed [2020-07-22T10:17:58.330Z] Removing intermediate container f5ec8c8de3ed [2020-07-22T10:17:58.330Z] ---> 9d170171a70b [2020-07-22T10:17:58.330Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2020-07-22T10:17:58.330Z] ---> Running in 832c8dcd269c [2020-07-22T10:17:58.943Z] Removing intermediate container 832c8dcd269c [2020-07-22T10:17:58.943Z] ---> 9f54e445e11a [2020-07-22T10:17:58.943Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T10:17:58.943Z] ---> Running in 6da402ece588 [2020-07-22T10:18:01.554Z] Removing intermediate container 6da402ece588 [2020-07-22T10:18:01.554Z] ---> 895c38a0ac6a [2020-07-22T10:18:01.554Z] Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-07-22T10:18:01.554Z] ---> Running in f70003763186 [2020-07-22T10:18:02.978Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-22T10:18:03.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-22T10:18:04.219Z] OK: 142 MiB in 39 packages [2020-07-22T10:18:05.644Z] Removing intermediate container f70003763186 [2020-07-22T10:18:05.644Z] ---> 984ca9dc7b8a [2020-07-22T10:18:05.644Z] Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-snmp-go [2020-07-22T10:18:05.644Z] ---> Running in 48417d32a403 [2020-07-22T10:18:06.236Z] Removing intermediate container 48417d32a403 [2020-07-22T10:18:06.236Z] ---> 812579309874 [2020-07-22T10:18:06.236Z] Step 9/25 : COPY go.mod . [2020-07-22T10:18:06.829Z] ---> c23c2363a68c [2020-07-22T10:18:06.829Z] Step 10/25 : COPY Makefile . [2020-07-22T10:18:07.429Z] ---> 223bffdf4c87 [2020-07-22T10:18:07.429Z] Step 11/25 : RUN make update [2020-07-22T10:18:07.704Z] ---> Running in 1578a7c34207 [2020-07-22T10:18:09.135Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-07-22T10:18:10.116Z] Removing intermediate container 1578a7c34207 [2020-07-22T10:18:10.116Z] ---> dc609b907f98 [2020-07-22T10:18:10.116Z] Step 12/25 : COPY . . [2020-07-22T10:18:11.090Z] ---> d08c4d8ca8ed [2020-07-22T10:18:11.090Z] Step 13/25 : RUN ${MAKE} [2020-07-22T10:18:11.090Z] ---> Running in 2e488d40ad61 [2020-07-22T10:18:12.519Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=1.2.2-dev.2" -o cmd/device-snmp-go ./cmd [2020-07-22T10:18:39.325Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-07-22T10:18:42.692Z] Removing intermediate container 2e488d40ad61 [2020-07-22T10:18:42.692Z] ---> 764ff5c8eef2 [2020-07-22T10:18:42.692Z] Step 14/25 : FROM alpine [2020-07-22T10:18:42.963Z] latest: Pulling from library/alpine [2020-07-22T10:18:42.963Z] b538f80385f9: Already exists [2020-07-22T10:18:43.235Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-22T10:18:43.235Z] Status: Downloaded newer image for alpine:latest [2020-07-22T10:18:43.235Z] ---> 62ee0e9f8440 [2020-07-22T10:18:43.235Z] Step 15/25 : ENV APP_PORT=49993 [2020-07-22T10:18:43.235Z] ---> Running in 18d910d20410 [2020-07-22T10:18:43.826Z] Removing intermediate container 18d910d20410 [2020-07-22T10:18:43.826Z] ---> 4cf9a8855c01 [2020-07-22T10:18:43.826Z] Step 16/25 : EXPOSE $APP_PORT [2020-07-22T10:18:43.826Z] ---> Running in d80f5b8f093d [2020-07-22T10:18:44.419Z] Removing intermediate container d80f5b8f093d [2020-07-22T10:18:44.419Z] ---> 7b052670c9f6 [2020-07-22T10:18:44.419Z] Step 17/25 : ENV DEVICE_PORT=161 [2020-07-22T10:18:44.419Z] ---> Running in 2823a78523b2 [2020-07-22T10:18:44.691Z] Removing intermediate container 2823a78523b2 [2020-07-22T10:18:44.691Z] ---> 4269069286ad [2020-07-22T10:18:44.691Z] Step 18/25 : EXPOSE $DEVICE_PORT [2020-07-22T10:18:44.965Z] ---> Running in fc73d4b432a3 [2020-07-22T10:18:45.237Z] Removing intermediate container fc73d4b432a3 [2020-07-22T10:18:45.237Z] ---> 32deddd47442 [2020-07-22T10:18:45.237Z] Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/cmd / [2020-07-22T10:18:46.670Z] ---> fe63e2581254 [2020-07-22T10:18:46.670Z] Step 20/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/Attribution.txt / [2020-07-22T10:18:47.264Z] ---> 8065d5ddd390 [2020-07-22T10:18:47.264Z] Step 21/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/LICENSE / [2020-07-22T10:18:47.861Z] ---> 0a15dcf61e50 [2020-07-22T10:18:47.861Z] Step 22/25 : ENTRYPOINT ["/device-snmp-go","--cp=consul://edgex-core-consul:8500","--confdir=/res","--registry"] [2020-07-22T10:18:48.135Z] ---> Running in 6c3103e375f2 [2020-07-22T10:18:48.405Z] Removing intermediate container 6c3103e375f2 [2020-07-22T10:18:48.405Z] ---> 23804defb29d [2020-07-22T10:18:48.405Z] Step 23/25 : LABEL arch=arm64 [2020-07-22T10:18:48.677Z] ---> Running in e660eb8185da [2020-07-22T10:18:48.948Z] Removing intermediate container e660eb8185da [2020-07-22T10:18:48.948Z] ---> 19962ba4d444 [2020-07-22T10:18:48.948Z] Step 24/25 : LABEL git_sha=ad194bc803dc916884c38fead828e9a39ff73581 [2020-07-22T10:18:49.224Z] ---> Running in 2492326da08e [2020-07-22T10:18:49.500Z] Removing intermediate container 2492326da08e [2020-07-22T10:18:49.500Z] ---> 671707a8c873 [2020-07-22T10:18:49.500Z] Step 25/25 : LABEL version=1.2.2-dev.2 [2020-07-22T10:18:49.772Z] ---> Running in 6672a5630738 [2020-07-22T10:18:50.044Z] Removing intermediate container 6672a5630738 [2020-07-22T10:18:50.044Z] ---> 2b359a8f4289 [2020-07-22T10:18:50.044Z] [Warning] One or more build-args [ARCH] were not consumed [2020-07-22T10:18:50.044Z] Successfully built 2b359a8f4289 [2020-07-22T10:18:50.313Z] 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-07-22T10:18:50.711Z] provisioning config files... [2020-07-22T10:18:50.755Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/10@tmp/config41911332993881924tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-07-22T10:18:51.134Z] nexus3.edgexfoundry.org:10001 [2020-07-22T10:18:51.406Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-22T10:18:51.683Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-22T10:18:51.683Z] Configure a credential helper to remove this warning. See [2020-07-22T10:18:51.683Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-22T10:18:51.683Z] [2020-07-22T10:18:51.683Z] Login Succeeded [2020-07-22T10:18:51.683Z] nexus3.edgexfoundry.org:10002 [2020-07-22T10:18:51.952Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-22T10:18:52.224Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-22T10:18:52.224Z] Configure a credential helper to remove this warning. See [2020-07-22T10:18:52.224Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-22T10:18:52.224Z] [2020-07-22T10:18:52.224Z] Login Succeeded [2020-07-22T10:18:52.224Z] nexus3.edgexfoundry.org:10003 [2020-07-22T10:18:52.494Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-22T10:18:52.765Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-22T10:18:52.766Z] Configure a credential helper to remove this warning. See [2020-07-22T10:18:52.766Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-22T10:18:52.766Z] [2020-07-22T10:18:52.766Z] Login Succeeded [2020-07-22T10:18:52.766Z] nexus3.edgexfoundry.org:10004 [2020-07-22T10:18:53.357Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-22T10:18:53.357Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-22T10:18:53.357Z] Configure a credential helper to remove this warning. See [2020-07-22T10:18:53.357Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-22T10:18:53.357Z] [2020-07-22T10:18:53.357Z] Login Succeeded [2020-07-22T10:18:53.357Z] docker.io [2020-07-22T10:18:53.629Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-22T10:18:54.218Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-22T10:18:54.218Z] Configure a credential helper to remove this warning. See [2020-07-22T10:18:54.218Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-22T10:18:54.218Z] [2020-07-22T10:18:54.218Z] Login Succeeded [Pipeline] } [2020-07-22T10:18:54.233Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-22T10:18:54.429Z] [edgeXDocker.push] Tagging docker image docker-device-snmp-go-arm64 with the following tags: [2020-07-22T10:18:54.429Z] ad194bc803dc916884c38fead828e9a39ff73581 [2020-07-22T10:18:54.429Z] latest [2020-07-22T10:18:54.429Z] 1.2.2-dev.2 [2020-07-22T10:18:54.429Z] ad194bc803dc916884c38fead828e9a39ff73581-1.2.2-dev.2 [2020-07-22T10:18:54.429Z] master [2020-07-22T10:18:54.429Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:18:54.908Z] + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:ad194bc803dc916884c38fead828e9a39ff73581 [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:18:55.242Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:ad194bc803dc916884c38fead828e9a39ff73581 [2020-07-22T10:18:55.242Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] [2020-07-22T10:18:55.242Z] f7c6289da2d4: Preparing [2020-07-22T10:18:55.242Z] 708d9b24388d: Preparing [2020-07-22T10:18:55.242Z] 069a522c8542: Preparing [2020-07-22T10:18:55.242Z] e2f13739ad41: Preparing [2020-07-22T10:18:55.516Z] e2f13739ad41: Layer already exists [2020-07-22T10:18:55.516Z] f7c6289da2d4: Pushed [2020-07-22T10:18:55.516Z] 708d9b24388d: Pushed [2020-07-22T10:18:58.121Z] 069a522c8542: Pushed [2020-07-22T10:18:58.121Z] ad194bc803dc916884c38fead828e9a39ff73581: digest: sha256:5cd1252d4ed5a295c97cac0dc9189623a80c54b977226bff1c15ce57fc4b39bd size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:18:58.451Z] + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:18:58.779Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:latest [2020-07-22T10:18:58.779Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] [2020-07-22T10:18:58.779Z] f7c6289da2d4: Preparing [2020-07-22T10:18:58.779Z] 708d9b24388d: Preparing [2020-07-22T10:18:58.779Z] 069a522c8542: Preparing [2020-07-22T10:18:58.779Z] e2f13739ad41: Preparing [2020-07-22T10:18:58.780Z] 069a522c8542: Layer already exists [2020-07-22T10:18:58.780Z] e2f13739ad41: Layer already exists [2020-07-22T10:18:58.780Z] 708d9b24388d: Layer already exists [2020-07-22T10:18:58.780Z] f7c6289da2d4: Layer already exists [2020-07-22T10:18:59.049Z] latest: digest: sha256:5cd1252d4ed5a295c97cac0dc9189623a80c54b977226bff1c15ce57fc4b39bd size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:18:59.379Z] + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1.2.2-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:18:59.710Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1.2.2-dev.2 [2020-07-22T10:18:59.710Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] [2020-07-22T10:18:59.710Z] f7c6289da2d4: Preparing [2020-07-22T10:18:59.710Z] 708d9b24388d: Preparing [2020-07-22T10:18:59.710Z] 069a522c8542: Preparing [2020-07-22T10:18:59.710Z] e2f13739ad41: Preparing [2020-07-22T10:18:59.710Z] 069a522c8542: Layer already exists [2020-07-22T10:18:59.710Z] 708d9b24388d: Layer already exists [2020-07-22T10:18:59.710Z] f7c6289da2d4: Layer already exists [2020-07-22T10:18:59.711Z] e2f13739ad41: Layer already exists [2020-07-22T10:18:59.982Z] 1.2.2-dev.2: digest: sha256:5cd1252d4ed5a295c97cac0dc9189623a80c54b977226bff1c15ce57fc4b39bd size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:19:00.315Z] + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:ad194bc803dc916884c38fead828e9a39ff73581-1.2.2-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:19:00.649Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:ad194bc803dc916884c38fead828e9a39ff73581-1.2.2-dev.2 [2020-07-22T10:19:00.650Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] [2020-07-22T10:19:00.650Z] f7c6289da2d4: Preparing [2020-07-22T10:19:00.650Z] 708d9b24388d: Preparing [2020-07-22T10:19:00.650Z] 069a522c8542: Preparing [2020-07-22T10:19:00.650Z] e2f13739ad41: Preparing [2020-07-22T10:19:00.650Z] 069a522c8542: Layer already exists [2020-07-22T10:19:00.650Z] 708d9b24388d: Layer already exists [2020-07-22T10:19:00.650Z] f7c6289da2d4: Layer already exists [2020-07-22T10:19:00.650Z] e2f13739ad41: Layer already exists [2020-07-22T10:19:00.650Z] ad194bc803dc916884c38fead828e9a39ff73581-1.2.2-dev.2: digest: sha256:5cd1252d4ed5a295c97cac0dc9189623a80c54b977226bff1c15ce57fc4b39bd size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:19:01.266Z] + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:19:01.601Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:master [2020-07-22T10:19:01.601Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] [2020-07-22T10:19:01.601Z] f7c6289da2d4: Preparing [2020-07-22T10:19:01.601Z] 708d9b24388d: Preparing [2020-07-22T10:19:01.601Z] 069a522c8542: Preparing [2020-07-22T10:19:01.601Z] e2f13739ad41: Preparing [2020-07-22T10:19:01.601Z] 069a522c8542: Layer already exists [2020-07-22T10:19:01.601Z] f7c6289da2d4: Layer already exists [2020-07-22T10:19:01.601Z] e2f13739ad41: Layer already exists [2020-07-22T10:19:01.601Z] 708d9b24388d: Layer already exists [2020-07-22T10:19:01.871Z] master: digest: sha256:5cd1252d4ed5a295c97cac0dc9189623a80c54b977226bff1c15ce57fc4b39bd size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-22T10:19:02.080Z] ===================================================== [Pipeline] echo [2020-07-22T10:19:02.123Z] taggedImages: [2020-07-22T10:19:02.123Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:ad194bc803dc916884c38fead828e9a39ff73581 [2020-07-22T10:19:02.123Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:latest [2020-07-22T10:19:02.123Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1.2.2-dev.2 [2020-07-22T10:19:02.123Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:ad194bc803dc916884c38fead828e9a39ff73581-1.2.2-dev.2 [2020-07-22T10:19:02.123Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-07-22T10:19:03.444Z] provisioning config files... [2020-07-22T10:19:03.457Z] copy managed file [device-snmp-go-codecov-token] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config4567112130700915752tmp [Pipeline] { [Pipeline] sh [2020-07-22T10:19:03.824Z] + bash -s - -t @/w/workspace/gexfoundry_device-snmp-go_master@tmp/config4567112130700915752tmp [2020-07-22T10:19:03.824Z] + curl -s https://codecov.io/bash [Pipeline] } [2020-07-22T10:19:04.113Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-07-22T10:19:04.421Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-07-22T10:19:04.422Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-07-22T10:19:04.462Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:19:04.808Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-22T10:19:04.808Z] [2020-07-22T10:19:04.808Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:19:05.161Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-22T10:19:05.161Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-07-22T10:19:05.161Z] cbdbe7a5bc2a: Pulling fs layer [2020-07-22T10:19:05.161Z] 408f87550127: Pulling fs layer [2020-07-22T10:19:05.161Z] fe522b08c979: Pulling fs layer [2020-07-22T10:19:05.161Z] 221eaa008020: Pulling fs layer [2020-07-22T10:19:05.161Z] 2a4607e5d6b9: Pulling fs layer [2020-07-22T10:19:05.161Z] 8f79b27c4fd2: Pulling fs layer [2020-07-22T10:19:05.161Z] e5c8dbe1645b: Pulling fs layer [2020-07-22T10:19:05.161Z] 23e8b3b47431: Pulling fs layer [2020-07-22T10:19:05.161Z] 5c568d65a230: Pulling fs layer [2020-07-22T10:19:05.161Z] 8f79b27c4fd2: Waiting [2020-07-22T10:19:05.161Z] e5c8dbe1645b: Waiting [2020-07-22T10:19:05.161Z] 221eaa008020: Waiting [2020-07-22T10:19:05.161Z] 2a4607e5d6b9: Waiting [2020-07-22T10:19:05.161Z] 23e8b3b47431: Waiting [2020-07-22T10:19:05.161Z] 5c568d65a230: Waiting [2020-07-22T10:19:05.161Z] fe522b08c979: Verifying Checksum [2020-07-22T10:19:05.161Z] fe522b08c979: Download complete [2020-07-22T10:19:05.161Z] 408f87550127: Download complete [2020-07-22T10:19:05.161Z] 2a4607e5d6b9: Verifying Checksum [2020-07-22T10:19:05.161Z] 2a4607e5d6b9: Download complete [2020-07-22T10:19:05.161Z] 8f79b27c4fd2: Verifying Checksum [2020-07-22T10:19:05.161Z] 8f79b27c4fd2: Download complete [2020-07-22T10:19:05.161Z] cbdbe7a5bc2a: Verifying Checksum [2020-07-22T10:19:05.161Z] cbdbe7a5bc2a: Download complete [2020-07-22T10:19:05.775Z] e5c8dbe1645b: Verifying Checksum [2020-07-22T10:19:05.775Z] e5c8dbe1645b: Download complete [2020-07-22T10:19:06.078Z] cbdbe7a5bc2a: Pull complete [2020-07-22T10:19:06.428Z] 23e8b3b47431: Verifying Checksum [2020-07-22T10:19:06.428Z] 23e8b3b47431: Download complete [2020-07-22T10:19:06.712Z] 5c568d65a230: Verifying Checksum [2020-07-22T10:19:06.712Z] 5c568d65a230: Download complete [2020-07-22T10:19:06.985Z] 408f87550127: Pull complete [2020-07-22T10:19:07.256Z] fe522b08c979: Pull complete [2020-07-22T10:19:07.521Z] 221eaa008020: Verifying Checksum [2020-07-22T10:19:07.521Z] 221eaa008020: Download complete [2020-07-22T10:19:26.451Z] 221eaa008020: Pull complete [2020-07-22T10:19:26.451Z] 2a4607e5d6b9: Pull complete [2020-07-22T10:19:26.451Z] 8f79b27c4fd2: Pull complete [2020-07-22T10:19:31.269Z] e5c8dbe1645b: Pull complete [2020-07-22T10:19:37.562Z] 23e8b3b47431: Pull complete [2020-07-22T10:19:43.581Z] 5c568d65a230: Pull complete [2020-07-22T10:19:43.581Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-07-22T10:19:43.581Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-22T10:19:43.581Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-07-22T10:19:44.290Z] prd-centos7-docker-4c-2g-569 does not seem to be running inside a container [2020-07-22T10:19:44.455Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/gexfoundry_device-snmp-go_master:/ws -w /ws --entrypoint= -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-07-22T10:19:46.874Z] $ docker top 8835d527f397feeb4fb5624979a20d6697ba8e6526047d4ef823f4b22e6e247b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-22T10:19:48.393Z] + snyk monitor '--org=edgex-jenkins' [2020-07-22T10:20:04.221Z] [2020-07-22T10:20:04.221Z] Monitoring /w/workspace/gexfoundry_device-snmp-go_master (github.com/edgexfoundry/device-snmp-go)... [2020-07-22T10:20:04.221Z] [2020-07-22T10:20:04.221Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/c76919d0-7345-4304-8954-aa03851194a6/history/be714e6f-a764-4e22-b81a-2e2bcbe2494d [2020-07-22T10:20:04.221Z] [2020-07-22T10:20:04.221Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-07-22T10:20:04.221Z] [2020-07-22T10:20:04.221Z] [Pipeline] } [2020-07-22T10:20:04.278Z] $ docker stop --time=1 8835d527f397feeb4fb5624979a20d6697ba8e6526047d4ef823f4b22e6e247b [2020-07-22T10:20:06.694Z] $ docker rm -f 8835d527f397feeb4fb5624979a20d6697ba8e6526047d4ef823f4b22e6e247b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:20:07.892Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T10:20:07.892Z] [2020-07-22T10:20:07.892Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:20:08.285Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T10:20:08.285Z] latest: Pulling from edgex-devops/edgex-klar [2020-07-22T10:20:08.285Z] e7c96db7181b: Pulling fs layer [2020-07-22T10:20:08.285Z] 1868ca2cb446: Pulling fs layer [2020-07-22T10:20:08.285Z] 136be5d0fe8e: Pulling fs layer [2020-07-22T10:20:08.285Z] 894bfe63afcb: Pulling fs layer [2020-07-22T10:20:08.285Z] 894bfe63afcb: Waiting [2020-07-22T10:20:08.285Z] 1868ca2cb446: Verifying Checksum [2020-07-22T10:20:08.285Z] 1868ca2cb446: Download complete [2020-07-22T10:20:08.285Z] 136be5d0fe8e: Verifying Checksum [2020-07-22T10:20:08.285Z] 136be5d0fe8e: Download complete [2020-07-22T10:20:08.568Z] e7c96db7181b: Verifying Checksum [2020-07-22T10:20:08.568Z] e7c96db7181b: Download complete [2020-07-22T10:20:08.568Z] 894bfe63afcb: Verifying Checksum [2020-07-22T10:20:08.568Z] 894bfe63afcb: Download complete [2020-07-22T10:20:09.182Z] e7c96db7181b: Pull complete [2020-07-22T10:20:09.182Z] 1868ca2cb446: Pull complete [2020-07-22T10:20:09.775Z] 136be5d0fe8e: Pull complete [2020-07-22T10:20:10.039Z] 894bfe63afcb: Pull complete [2020-07-22T10:20:10.039Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-07-22T10:20:10.039Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T10:20:10.039Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-07-22T10:20:10.185Z] prd-centos7-docker-4c-2g-569 does not seem to be running inside a container [2020-07-22T10:20:10.273Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-22T10:20:11.739Z] $ docker top 6d20cd710955a41b73332fb3e4fb783f5bc26aeaaddb6a0d03bdb8bb67e5fcbb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T10:20:12.436Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-snmp-go:ad194bc803dc916884c38fead828e9a39ff73581 [2020-07-22T10:20:12.436Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T10:20:16.861Z] $ docker stop --time=1 6d20cd710955a41b73332fb3e4fb783f5bc26aeaaddb6a0d03bdb8bb67e5fcbb [2020-07-22T10:20:18.397Z] $ docker rm -f 6d20cd710955a41b73332fb3e4fb783f5bc26aeaaddb6a0d03bdb8bb67e5fcbb [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:20:18.966Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T10:20:18.966Z] . [Pipeline] withDockerContainer [2020-07-22T10:20:19.116Z] prd-centos7-docker-4c-2g-569 does not seem to be running inside a container [2020-07-22T10:20:19.224Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-22T10:20:20.238Z] $ docker top d1159475aec3a1dd693bdca43cc5737e82bf306d67bb5f9667c803fd7c543dd4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T10:20:21.221Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-snmp-go:ad194bc803dc916884c38fead828e9a39ff73581 [2020-07-22T10:20:21.221Z] + tee [2020-07-22T10:20:21.221Z] clair timeout 1m0s [2020-07-22T10:20:21.221Z] docker timeout: 1m0s [2020-07-22T10:20:21.221Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T10:20:21.952Z] $ docker stop --time=1 d1159475aec3a1dd693bdca43cc5737e82bf306d67bb5f9667c803fd7c543dd4 [2020-07-22T10:20:23.708Z] $ docker rm -f d1159475aec3a1dd693bdca43cc5737e82bf306d67bb5f9667c803fd7c543dd4 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-22T10:20:24.411Z] + mkdir -p /w/workspace/gexfoundry_device-snmp-go_master/clair-reports [Pipeline] echo [2020-07-22T10:20:24.429Z] Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-snmp-go_master/clair-reports/clair_results_docker-device-snmp-go_ad194bc803dc916884c38fead828e9a39ff73581.html [Pipeline] writeFile [Pipeline] step [2020-07-22T10:20:24.482Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:20:24.994Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T10:20:24.994Z] . [Pipeline] withDockerContainer [2020-07-22T10:20:25.383Z] prd-centos7-docker-4c-2g-569 does not seem to be running inside a container [2020-07-22T10:20:25.727Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-22T10:20:26.835Z] $ docker top 9ee977d5fe7acdaf4e483da4056502627a70643775f722f2a72f01fe619d17f7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T10:20:27.450Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:ad194bc803dc916884c38fead828e9a39ff73581 [2020-07-22T10:20:27.450Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T10:20:31.855Z] $ docker stop --time=1 9ee977d5fe7acdaf4e483da4056502627a70643775f722f2a72f01fe619d17f7 [2020-07-22T10:20:33.413Z] $ docker rm -f 9ee977d5fe7acdaf4e483da4056502627a70643775f722f2a72f01fe619d17f7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:20:33.991Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T10:20:33.991Z] . [Pipeline] withDockerContainer [2020-07-22T10:20:34.187Z] prd-centos7-docker-4c-2g-569 does not seem to be running inside a container [2020-07-22T10:20:34.272Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-22T10:20:35.672Z] $ docker top 9be24a73e530ad000732c2007e49d18b7dfc145e36d87491593d012929876710 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T10:20:36.321Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:ad194bc803dc916884c38fead828e9a39ff73581 [2020-07-22T10:20:36.321Z] + tee [2020-07-22T10:20:36.321Z] clair timeout 1m0s [2020-07-22T10:20:36.321Z] docker timeout: 1m0s [2020-07-22T10:20:36.321Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T10:20:37.409Z] $ docker stop --time=1 9be24a73e530ad000732c2007e49d18b7dfc145e36d87491593d012929876710 [2020-07-22T10:20:39.274Z] $ docker rm -f 9be24a73e530ad000732c2007e49d18b7dfc145e36d87491593d012929876710 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-22T10:20:39.958Z] + mkdir -p /w/workspace/gexfoundry_device-snmp-go_master/clair-reports [Pipeline] echo [2020-07-22T10:20:39.999Z] Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-snmp-go_master/clair-reports/clair_results_docker-device-snmp-go-arm64_ad194bc803dc916884c38fead828e9a39ff73581.html [Pipeline] writeFile [Pipeline] step [2020-07-22T10:20:40.073Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:20:41.166Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-22T10:20:41.166Z] . [Pipeline] withDockerContainer [2020-07-22T10:20:41.367Z] prd-centos7-docker-4c-2g-569 does not seem to be running inside a container [2020-07-22T10:20:41.442Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-22T10:20:42.669Z] $ docker top f8c951985be2b3fd93d1bfdfec286dbc5dfabdc1f15a9d65681bd91b7124b1e3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-22T10:20:43.020Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-22T10:20:43.020Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-22T10:20:43.684Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-22T10:20:43.689Z] $ docker exec f8c951985be2b3fd93d1bfdfec286dbc5dfabdc1f15a9d65681bd91b7124b1e3 ssh-agent [2020-07-22T10:20:44.003Z] SSH_AUTH_SOCK=/tmp/ssh-RrVJ55thF35O/agent.11 [2020-07-22T10:20:44.003Z] SSH_AGENT_PID=16 [2020-07-22T10:20:44.016Z] Running ssh-add (command line suppressed) [2020-07-22T10:20:44.274Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_24497467806514196.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_24497467806514196.key) [2020-07-22T10:20:44.404Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-22T10:20:44.766Z] + git semver tag [2020-07-22T10:20:45.030Z] # -> Open(): unable to determine branch for HEAD [2020-07-22T10:20:45.030Z] # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git [2020-07-22T10:20:45.030Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master [2020-07-22T10:20:45.030Z] # $SEMVER_REMOTE_NAME = origin [2020-07-22T10:20:45.030Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-22T10:20:45.030Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-22T10:20:45.030Z] # $SEMVER_BRANCH = master [2020-07-22T10:20:45.030Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver [2020-07-22T10:20:45.030Z] # ad194bc803dc916884c38fead828e9a39ff73581 HEAD [2020-07-22T10:20:45.030Z] # -> Force: false [2020-07-22T10:20:45.297Z] # c936018cda34960e1fc721c0dd68e25782e5232c refs/tags/v1.2.2-dev.2 [Pipeline] } [2020-07-22T10:20:45.322Z] $ docker exec --env ******** --env ******** f8c951985be2b3fd93d1bfdfec286dbc5dfabdc1f15a9d65681bd91b7124b1e3 ssh-agent -k [2020-07-22T10:20:45.521Z] unset SSH_AUTH_SOCK; [2020-07-22T10:20:45.521Z] unset SSH_AGENT_PID; [2020-07-22T10:20:45.521Z] echo Agent pid 16 killed; [2020-07-22T10:20:45.619Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-22T10:20:46.090Z] + git semver [Pipeline] } [2020-07-22T10:20:46.108Z] $ docker stop --time=1 f8c951985be2b3fd93d1bfdfec286dbc5dfabdc1f15a9d65681bd91b7124b1e3 [2020-07-22T10:20:47.863Z] $ docker rm -f f8c951985be2b3fd93d1bfdfec286dbc5dfabdc1f15a9d65681bd91b7124b1e3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:20:48.549Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-22T10:20:48.549Z] [2020-07-22T10:20:48.549Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:20:48.944Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-22T10:20:48.944Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-07-22T10:20:48.944Z] ab5ef0e58194: Pulling fs layer [2020-07-22T10:20:48.944Z] 9712f1f96733: Pulling fs layer [2020-07-22T10:20:48.944Z] 63f879dbbcfc: Pulling fs layer [2020-07-22T10:20:48.944Z] 0d9ebad4ef96: Pulling fs layer [2020-07-22T10:20:48.944Z] e9a5061849ea: Pulling fs layer [2020-07-22T10:20:48.944Z] d747dcd14b5f: Pulling fs layer [2020-07-22T10:20:48.944Z] 2de7ff778b66: Pulling fs layer [2020-07-22T10:20:48.944Z] 0d9ebad4ef96: Waiting [2020-07-22T10:20:48.944Z] e9a5061849ea: Waiting [2020-07-22T10:20:48.944Z] d747dcd14b5f: Waiting [2020-07-22T10:20:48.944Z] 2de7ff778b66: Waiting [2020-07-22T10:20:48.944Z] 9712f1f96733: Verifying Checksum [2020-07-22T10:20:48.944Z] 9712f1f96733: Download complete [2020-07-22T10:20:50.440Z] 63f879dbbcfc: Verifying Checksum [2020-07-22T10:20:50.440Z] 63f879dbbcfc: Download complete [2020-07-22T10:20:50.735Z] e9a5061849ea: Verifying Checksum [2020-07-22T10:20:50.735Z] e9a5061849ea: Download complete [2020-07-22T10:20:50.735Z] d747dcd14b5f: Verifying Checksum [2020-07-22T10:20:50.735Z] d747dcd14b5f: Download complete [2020-07-22T10:20:50.735Z] 0d9ebad4ef96: Verifying Checksum [2020-07-22T10:20:50.735Z] 0d9ebad4ef96: Download complete [2020-07-22T10:20:51.017Z] ab5ef0e58194: Verifying Checksum [2020-07-22T10:20:51.017Z] ab5ef0e58194: Download complete [2020-07-22T10:20:51.017Z] 2de7ff778b66: Verifying Checksum [2020-07-22T10:20:51.017Z] 2de7ff778b66: Download complete [2020-07-22T10:21:01.325Z] ab5ef0e58194: Pull complete [2020-07-22T10:21:01.325Z] 9712f1f96733: Pull complete [2020-07-22T10:21:03.985Z] 63f879dbbcfc: Pull complete [2020-07-22T10:21:16.504Z] 0d9ebad4ef96: Pull complete [2020-07-22T10:21:18.489Z] e9a5061849ea: Pull complete [2020-07-22T10:21:18.764Z] d747dcd14b5f: Pull complete [2020-07-22T10:21:23.206Z] 2de7ff778b66: Pull complete [2020-07-22T10:21:23.206Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-07-22T10:21:23.206Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-22T10:21:23.206Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-07-22T10:21:23.739Z] prd-centos7-docker-4c-2g-569 does not seem to be running inside a container [2020-07-22T10:21:23.883Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-07-22T10:21:26.966Z] $ docker top 7840bcfbd1a23ea2ff37f58c0a3796f2c23c79233f947d3457f0510669f9eef2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-07-22T10:21:27.295Z] provisioning config files... [2020-07-22T10:21:27.307Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config4406986068460380716tmp [2020-07-22T10:21:27.335Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config2209544953014487513tmp [2020-07-22T10:21:27.353Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config7853398428993579443tmp [Pipeline] { [Pipeline] echo [2020-07-22T10:21:27.400Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-22T10:21:27.718Z] ---> sigul-configuration.sh [2020-07-22T10:21:27.987Z] gpg: directory `/root/.gnupg' created [2020-07-22T10:21:27.987Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-07-22T10:21:27.987Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-07-22T10:21:27.987Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-07-22T10:21:27.987Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-07-22T10:21:27.987Z] gpg: CAST5 encrypted data [2020-07-22T10:21:27.987Z] gpg: encrypted with 1 passphrase [2020-07-22T10:21:27.987Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-07-22T10:21:28.571Z] + mkdir /home/jenkins [2020-07-22T10:21:28.571Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-07-22T10:21:28.882Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-07-22T10:21:28.934Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-22T10:21:29.476Z] ---> sigul-install.sh [2020-07-22T10:21:37.813Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-07-22T10:21:38.125Z] + git tag --list [2020-07-22T10:21:38.125Z] v1.2.2-dev.2 [Pipeline] sh [2020-07-22T10:21:38.836Z] + lftools sign git-tag v1.2.2-dev.2 [2020-07-22T10:21:40.812Z] Signing Git tag with Sigul... [2020-07-22T10:21:40.812Z] Signing v1.2.2-dev.2 [Pipeline] echo [2020-07-22T10:21:42.232Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-22T10:21:42.860Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-07-22T10:21:42.873Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-07-22T10:21:42.952Z] $ docker stop --time=1 7840bcfbd1a23ea2ff37f58c0a3796f2c23c79233f947d3457f0510669f9eef2 [2020-07-22T10:21:45.081Z] $ docker rm -f 7840bcfbd1a23ea2ff37f58c0a3796f2c23c79233f947d3457f0510669f9eef2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:21:45.880Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-22T10:21:45.880Z] . [Pipeline] withDockerContainer [2020-07-22T10:21:46.017Z] prd-centos7-docker-4c-2g-569 does not seem to be running inside a container [2020-07-22T10:21:46.139Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-22T10:21:47.251Z] $ docker top 42a432ce2a87afd94b63d86dc752e32bf0450869884dc24ef41dfbc541e35620 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-22T10:21:47.619Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-22T10:21:47.619Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-22T10:21:48.058Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-22T10:21:48.062Z] $ docker exec 42a432ce2a87afd94b63d86dc752e32bf0450869884dc24ef41dfbc541e35620 ssh-agent [2020-07-22T10:21:48.374Z] SSH_AUTH_SOCK=/tmp/ssh-p3fLV6yWBVTf/agent.12 [2020-07-22T10:21:48.374Z] SSH_AGENT_PID=18 [2020-07-22T10:21:48.384Z] Running ssh-add (command line suppressed) [2020-07-22T10:21:48.594Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_179401898478594659.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_179401898478594659.key) [2020-07-22T10:21:48.668Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-22T10:21:49.324Z] + git semver bump pre [2020-07-22T10:21:49.324Z] # -> Open(): unable to determine branch for HEAD [2020-07-22T10:21:49.324Z] # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git [2020-07-22T10:21:49.324Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master [2020-07-22T10:21:49.324Z] # $SEMVER_REMOTE_NAME = origin [2020-07-22T10:21:49.324Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-22T10:21:49.324Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-22T10:21:49.324Z] # $SEMVER_BRANCH = master [2020-07-22T10:21:49.324Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver [2020-07-22T10:21:49.324Z] 1.2.2-dev.3 [Pipeline] } [2020-07-22T10:21:49.353Z] $ docker exec --env ******** --env ******** 42a432ce2a87afd94b63d86dc752e32bf0450869884dc24ef41dfbc541e35620 ssh-agent -k [2020-07-22T10:21:49.547Z] unset SSH_AUTH_SOCK; [2020-07-22T10:21:49.547Z] unset SSH_AGENT_PID; [2020-07-22T10:21:49.547Z] echo Agent pid 18 killed; [2020-07-22T10:21:49.609Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-22T10:21:50.060Z] + git semver [Pipeline] } [2020-07-22T10:21:50.075Z] $ docker stop --time=1 42a432ce2a87afd94b63d86dc752e32bf0450869884dc24ef41dfbc541e35620 [2020-07-22T10:21:51.694Z] $ docker rm -f 42a432ce2a87afd94b63d86dc752e32bf0450869884dc24ef41dfbc541e35620 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:21:52.279Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-22T10:21:52.279Z] . [Pipeline] withDockerContainer [2020-07-22T10:21:52.459Z] prd-centos7-docker-4c-2g-569 does not seem to be running inside a container [2020-07-22T10:21:52.519Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-22T10:21:53.842Z] $ docker top 8038aeddc11af68590c4bddf3ef14f84c801878d80cd908e785ef78980d42916 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-22T10:21:54.157Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-22T10:21:54.157Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-22T10:21:54.472Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-22T10:21:54.476Z] $ docker exec 8038aeddc11af68590c4bddf3ef14f84c801878d80cd908e785ef78980d42916 ssh-agent [2020-07-22T10:21:54.711Z] SSH_AUTH_SOCK=/tmp/ssh-fXYsyW7xLqaG/agent.11 [2020-07-22T10:21:54.711Z] SSH_AGENT_PID=16 [2020-07-22T10:21:54.720Z] Running ssh-add (command line suppressed) [2020-07-22T10:21:54.919Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_2404205477800266914.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_2404205477800266914.key) [2020-07-22T10:21:55.039Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-22T10:21:55.392Z] + git semver push [2020-07-22T10:21:55.392Z] # -> Open(): unable to determine branch for HEAD [2020-07-22T10:21:55.392Z] # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git [2020-07-22T10:21:55.392Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master [2020-07-22T10:21:55.392Z] # $SEMVER_REMOTE_NAME = origin [2020-07-22T10:21:55.392Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-22T10:21:55.392Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-22T10:21:55.392Z] # $SEMVER_BRANCH = master [2020-07-22T10:21:55.392Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver [Pipeline] } [2020-07-22T10:22:02.015Z] $ docker exec --env ******** --env ******** 8038aeddc11af68590c4bddf3ef14f84c801878d80cd908e785ef78980d42916 ssh-agent -k [2020-07-22T10:22:02.228Z] unset SSH_AUTH_SOCK; [2020-07-22T10:22:02.229Z] unset SSH_AGENT_PID; [2020-07-22T10:22:02.229Z] echo Agent pid 16 killed; [2020-07-22T10:22:02.323Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-22T10:22:02.764Z] + git semver [Pipeline] } [2020-07-22T10:22:02.781Z] $ docker stop --time=1 8038aeddc11af68590c4bddf3ef14f84c801878d80cd908e785ef78980d42916 [2020-07-22T10:22:04.220Z] $ docker rm -f 8038aeddc11af68590c4bddf3ef14f84c801878d80cd908e785ef78980d42916 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-07-22T10:22:05.043Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-22T10:22:05.951Z] ---> package-listing.sh [2020-07-22T10:22:05.951Z] ++ facter osfamily [2020-07-22T10:22:05.951Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-22T10:22:06.220Z] + OS_FAMILY=redhat [2020-07-22T10:22:06.220Z] + workspace=/w/workspace/gexfoundry_device-snmp-go_master [2020-07-22T10:22:06.220Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-22T10:22:06.220Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-22T10:22:06.220Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-22T10:22:06.220Z] + PACKAGES=/tmp/packages_start.txt [2020-07-22T10:22:06.220Z] + '[' /w/workspace/gexfoundry_device-snmp-go_master ']' [2020-07-22T10:22:06.220Z] + PACKAGES=/tmp/packages_end.txt [2020-07-22T10:22:06.220Z] + case "${OS_FAMILY}" in [2020-07-22T10:22:06.220Z] + rpm -qa [2020-07-22T10:22:06.220Z] + sort [2020-07-22T10:22:14.391Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-22T10:22:14.391Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-22T10:22:14.391Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-22T10:22:14.391Z] + '[' /w/workspace/gexfoundry_device-snmp-go_master ']' [2020-07-22T10:22:14.391Z] + mkdir -p /w/workspace/gexfoundry_device-snmp-go_master/archives/ [2020-07-22T10:22:14.391Z] + 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-07-22T10:22:14.815Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-22T10:22:15.090Z] [2020-07-22T10:22:15.090Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:22:15.432Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-22T10:22:15.432Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-22T10:22:15.432Z] c9b1b535fdd9: Pulling fs layer [2020-07-22T10:22:15.432Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-22T10:22:15.432Z] 756a868c4378: Pulling fs layer [2020-07-22T10:22:15.432Z] 444b2fc9a129: Pulling fs layer [2020-07-22T10:22:15.432Z] ea15f1150254: Pulling fs layer [2020-07-22T10:22:15.432Z] 41b27a9f41bf: Pulling fs layer [2020-07-22T10:22:15.432Z] 28c525ee5125: Pulling fs layer [2020-07-22T10:22:15.432Z] 094b1ea09ed8: Pulling fs layer [2020-07-22T10:22:15.432Z] 138eaada9080: Pulling fs layer [2020-07-22T10:22:15.432Z] 0622d0fa9048: Pulling fs layer [2020-07-22T10:22:15.432Z] 41b27a9f41bf: Waiting [2020-07-22T10:22:15.432Z] 28c525ee5125: Waiting [2020-07-22T10:22:15.432Z] 094b1ea09ed8: Waiting [2020-07-22T10:22:15.432Z] 138eaada9080: Waiting [2020-07-22T10:22:15.432Z] 0622d0fa9048: Waiting [2020-07-22T10:22:15.432Z] 444b2fc9a129: Waiting [2020-07-22T10:22:15.432Z] ea15f1150254: Waiting [2020-07-22T10:22:15.432Z] 2cc5ad85d9ab: Download complete [2020-07-22T10:22:15.432Z] 444b2fc9a129: Verifying Checksum [2020-07-22T10:22:15.432Z] 444b2fc9a129: Download complete [2020-07-22T10:22:15.432Z] c9b1b535fdd9: Verifying Checksum [2020-07-22T10:22:15.432Z] c9b1b535fdd9: Download complete [2020-07-22T10:22:15.701Z] ea15f1150254: Verifying Checksum [2020-07-22T10:22:15.701Z] ea15f1150254: Download complete [2020-07-22T10:22:15.701Z] 28c525ee5125: Download complete [2020-07-22T10:22:16.346Z] 756a868c4378: Verifying Checksum [2020-07-22T10:22:16.346Z] 756a868c4378: Download complete [2020-07-22T10:22:16.346Z] 138eaada9080: Verifying Checksum [2020-07-22T10:22:16.346Z] 138eaada9080: Download complete [2020-07-22T10:22:16.346Z] 094b1ea09ed8: Verifying Checksum [2020-07-22T10:22:16.346Z] 094b1ea09ed8: Download complete [2020-07-22T10:22:16.346Z] 0622d0fa9048: Verifying Checksum [2020-07-22T10:22:16.346Z] 0622d0fa9048: Download complete [2020-07-22T10:22:16.945Z] c9b1b535fdd9: Pull complete [2020-07-22T10:22:17.383Z] 41b27a9f41bf: Verifying Checksum [2020-07-22T10:22:17.383Z] 41b27a9f41bf: Download complete [2020-07-22T10:22:17.772Z] 2cc5ad85d9ab: Pull complete [2020-07-22T10:22:21.225Z] 756a868c4378: Pull complete [2020-07-22T10:22:21.225Z] 444b2fc9a129: Pull complete [2020-07-22T10:22:21.813Z] ea15f1150254: Pull complete [2020-07-22T10:22:28.553Z] 41b27a9f41bf: Pull complete [2020-07-22T10:22:28.553Z] 28c525ee5125: Pull complete [2020-07-22T10:22:33.026Z] 094b1ea09ed8: Pull complete [2020-07-22T10:22:33.646Z] 138eaada9080: Pull complete [2020-07-22T10:22:33.916Z] 0622d0fa9048: Pull complete [2020-07-22T10:22:33.916Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-22T10:22:34.198Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-22T10:22:34.198Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-22T10:22:34.833Z] prd-centos7-docker-4c-2g-569 does not seem to be running inside a container [2020-07-22T10:22:34.999Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-07-22T10:22:39.028Z] $ docker top 7c0125843cc9c4ac75d2c84a56f2dfc5a540ea6b0700b00a365686baf5e0d40d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-22T10:22:39.333Z] provisioning config files... [2020-07-22T10:22:39.347Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config36791334164848854tmp [Pipeline] { [Pipeline] echo [2020-07-22T10:22:39.437Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-22T10:22:39.737Z] ---> create-netrc.sh [Pipeline] echo [2020-07-22T10:22:40.023Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-22T10:22:40.341Z] ---> logs-deploy.sh [2020-07-22T10:22:40.341Z] + ARCHIVE_ARTIFACTS= [2020-07-22T10:22:40.341Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-22T10:22:40.341Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-22T10:22:40.341Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-22T10:22:40.341Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/master/10 [2020-07-22T10:22:40.341Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-snmp-go/job/master/10/ [2020-07-22T10:22:40.341Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/master/10 /w/workspace/gexfoundry_device-snmp-go_master [2020-07-22T10:22:42.310Z] Archives upload complete. [2020-07-22T10:22:42.310Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/master/10 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-snmp-go/job/master/10/