Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b72f034d41a4e7add9e1368711a8e2b22eb63515 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > 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 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ 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 BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre SNAP_CHANNEL: latest/edge BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-576 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 without tags Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision b72f034d41a4e7add9e1368711a8e2b22eb63515 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b72f034d41a4e7add9e1368711a8e2b22eb63515 # timeout=10 Commit message: "Merge pull request #58 from hahattan/attribution-cleanup" > git rev-list --no-walk ad194bc803dc916884c38fead828e9a39ff73581 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-28T11:15:58.748Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-28T11:15:59.016Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-28T11:15:59.107Z] ========================================================= [2020-08-28T11:15:59.107Z] EdgeX Global Pipelines Version Info [2020-08-28T11:15:59.107Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-28T11:16:00.525Z] ------------------- [2020-08-28T11:16:00.525Z] stable info: [2020-08-28T11:16:00.525Z] ------------------- [2020-08-28T11:16:00.525Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-28T11:16:00.525Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-28T11:16:00.526Z] Message: update stable to v1.0.106 [2020-08-28T11:16:01.469Z] ------------------- [2020-08-28T11:16:01.469Z] experimental info: [2020-08-28T11:16:01.469Z] ------------------- [2020-08-28T11:16:01.469Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-28T11:16:01.469Z] Commit SHA: e704329c986c85333370bdb08be78f377e1e8369 [2020-08-28T11:16:01.469Z] Message: update experimental to v1.0.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-28T11:16:03.881Z] + git log --format=format:%s -1 b72f034d41a4e7add9e1368711a8e2b22eb63515 [Pipeline] echo [2020-08-28T11:16:03.940Z] GIT_COMMIT: b72f034d41a4e7add9e1368711a8e2b22eb63515, Commit Message: Merge pull request #58 from hahattan/attribution-cleanup [Pipeline] echo [2020-08-28T11:16:04.031Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:16:04.908Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-28T11:16:05.170Z] [2020-08-28T11:16:05.170Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:16:05.519Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-28T11:16:05.519Z] latest: Pulling from edgex-devops/git-semver [2020-08-28T11:16:05.519Z] 31603596830f: Pulling fs layer [2020-08-28T11:16:05.519Z] 2a8b12db71e7: Pulling fs layer [2020-08-28T11:16:05.519Z] 6ca5941a6612: Pulling fs layer [2020-08-28T11:16:05.519Z] ecc8261a40a4: Pulling fs layer [2020-08-28T11:16:05.519Z] ecc8261a40a4: Waiting [2020-08-28T11:16:05.519Z] 2a8b12db71e7: Verifying Checksum [2020-08-28T11:16:05.519Z] 2a8b12db71e7: Download complete [2020-08-28T11:16:05.793Z] 31603596830f: Verifying Checksum [2020-08-28T11:16:05.793Z] 31603596830f: Download complete [2020-08-28T11:16:05.793Z] 6ca5941a6612: Verifying Checksum [2020-08-28T11:16:05.793Z] 6ca5941a6612: Download complete [2020-08-28T11:16:05.793Z] ecc8261a40a4: Verifying Checksum [2020-08-28T11:16:05.793Z] ecc8261a40a4: Download complete [2020-08-28T11:16:06.055Z] 31603596830f: Pull complete [2020-08-28T11:16:06.055Z] 2a8b12db71e7: Pull complete [2020-08-28T11:16:07.007Z] 6ca5941a6612: Pull complete [2020-08-28T11:16:07.268Z] ecc8261a40a4: Pull complete [2020-08-28T11:16:07.268Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-28T11:16:07.268Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-28T11:16:07.268Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-28T11:16:07.374Z] prd-centos7-docker-4c-2g-576 does not seem to be running inside a container [2020-08-28T11:16:07.419Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-28T11:16:09.215Z] $ docker top 62fbb5703cf680ddf0233ff2f6643900a531ef086b26fd1e900dc7aeea59f2d7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-28T11:16:09.555Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-28T11:16:09.555Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-28T11:16:09.781Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-28T11:16:09.787Z] $ docker exec 62fbb5703cf680ddf0233ff2f6643900a531ef086b26fd1e900dc7aeea59f2d7 ssh-agent [2020-08-28T11:16:09.949Z] SSH_AUTH_SOCK=/tmp/ssh-IHpCKjXJetib/agent.12 [2020-08-28T11:16:09.949Z] SSH_AGENT_PID=17 [2020-08-28T11:16:09.959Z] Running ssh-add (command line suppressed) [2020-08-28T11:16:10.119Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_1263949546631066443.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_1263949546631066443.key) [2020-08-28T11:16:10.169Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-28T11:16:10.528Z] + git describe --exact-match --tags HEAD [2020-08-28T11:16:10.528Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-28T11:16:10.612Z] $ docker exec --env ******** --env ******** 62fbb5703cf680ddf0233ff2f6643900a531ef086b26fd1e900dc7aeea59f2d7 ssh-agent -k [2020-08-28T11:16:10.727Z] unset SSH_AUTH_SOCK; [2020-08-28T11:16:10.727Z] unset SSH_AGENT_PID; [2020-08-28T11:16:10.727Z] echo Agent pid 17 killed; [2020-08-28T11:16:10.771Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-28T11:16:10.857Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-28T11:16:10.857Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-28T11:16:10.953Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-28T11:16:10.953Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-28T11:16:11.121Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-28T11:16:11.126Z] $ docker exec 62fbb5703cf680ddf0233ff2f6643900a531ef086b26fd1e900dc7aeea59f2d7 ssh-agent [2020-08-28T11:16:11.287Z] SSH_AUTH_SOCK=/tmp/ssh-HHOoULEttrYQ/agent.46 [2020-08-28T11:16:11.287Z] SSH_AGENT_PID=51 [2020-08-28T11:16:11.294Z] Running ssh-add (command line suppressed) [2020-08-28T11:16:11.414Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_8297949122518134548.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_8297949122518134548.key) [2020-08-28T11:16:11.459Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-28T11:16:11.787Z] + git semver init [2020-08-28T11:16:11.788Z] # -> Open(): unable to determine branch for HEAD [2020-08-28T11:16:11.788Z] # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git [2020-08-28T11:16:11.788Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master [2020-08-28T11:16:11.788Z] # $SEMVER_REMOTE_NAME = origin [2020-08-28T11:16:11.788Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-28T11:16:11.788Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-28T11:16:11.788Z] # $SEMVER_BRANCH = master [2020-08-28T11:16:11.788Z] # $SEMVER_TEMP = /tmp/semver-975268960 [2020-08-28T11:16:11.788Z] # git clone --branch semver git@github.com:edgexfoundry/device-snmp-go.git $SEMVER_TEMP [2020-08-28T11:16:12.049Z] # '/tmp/semver-975268960' -> '/w/workspace/gexfoundry_device-snmp-go_master/.semver' [2020-08-28T11:16:12.049Z] # -> Force: false [2020-08-28T11:16:12.049Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver [Pipeline] } [2020-08-28T11:16:12.063Z] $ docker exec --env ******** --env ******** 62fbb5703cf680ddf0233ff2f6643900a531ef086b26fd1e900dc7aeea59f2d7 ssh-agent -k [2020-08-28T11:16:12.182Z] unset SSH_AUTH_SOCK; [2020-08-28T11:16:12.182Z] unset SSH_AGENT_PID; [2020-08-28T11:16:12.182Z] echo Agent pid 51 killed; [2020-08-28T11:16:12.228Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-28T11:16:12.694Z] + git semver [Pipeline] } [2020-08-28T11:16:12.710Z] $ docker stop --time=1 62fbb5703cf680ddf0233ff2f6643900a531ef086b26fd1e900dc7aeea59f2d7 [2020-08-28T11:16:14.089Z] $ docker rm -f 62fbb5703cf680ddf0233ff2f6643900a531ef086b26fd1e900dc7aeea59f2d7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-28T11:16:14.749Z] Stashed 20 file(s) [Pipeline] echo [2020-08-28T11:16:14.751Z] [edgeXSemver] initialized semver on version 1.2.3-dev.1 [Pipeline] echo [2020-08-28T11:16:14.832Z] Archived original version: [1.2.3-dev.1] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-08-28T11:16:30.275Z] Still waiting to schedule task [2020-08-28T11:16:30.275Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-08-28T11:16:30.277Z] Still waiting to schedule task [2020-08-28T11:16:30.277Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-08-28T11:18:16.362Z] Running on prd-centos7-docker-4c-2g-580 in /w/workspace/gexfoundry_device-snmp-go_master [Pipeline] { [Pipeline] ws [2020-08-28T11:18:16.419Z] Running in /w/workspace/device-snmp-go/12 [Pipeline] { [Pipeline] checkout [2020-08-28T11:18:18.665Z] using credential edgex-jenkins-ssh [2020-08-28T11:18:18.772Z] Cloning the remote Git repository [2020-08-28T11:18:18.772Z] Cloning with configured refspecs honoured and without tags [2020-08-28T11:18:18.833Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2020-08-28T11:18:19.555Z] Fetching without tags [2020-08-28T11:18:18.903Z] > git init /w/workspace/device-snmp-go/12 # timeout=10 [2020-08-28T11:18:18.950Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2020-08-28T11:18:18.950Z] > git --version # timeout=10 [2020-08-28T11:18:18.958Z] > git --version # 'git version 2.16.5' [2020-08-28T11:18:18.958Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-28T11:18:18.985Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-28T11:18:19.533Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2020-08-28T11:18:19.541Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-28T11:18:19.554Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2020-08-28T11:18:19.564Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2020-08-28T11:18:19.564Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-28T11:18:19.568Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-28T11:18:20.006Z] Checking out Revision b72f034d41a4e7add9e1368711a8e2b22eb63515 (master) [2020-08-28T11:18:20.018Z] > git config core.sparsecheckout # timeout=10 [2020-08-28T11:18:20.026Z] > git checkout -f b72f034d41a4e7add9e1368711a8e2b22eb63515 # timeout=10 [2020-08-28T11:18:21.709Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-578 in /w/workspace/gexfoundry_device-snmp-go_master [Pipeline] { [Pipeline] ws [2020-08-28T11:18:21.755Z] Running in /w/workspace/device-snmp-go/12 [Pipeline] { [Pipeline] checkout [2020-08-28T11:18:23.611Z] Commit message: "Merge pull request #58 from hahattan/attribution-cleanup" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-28T11:18:24.295Z] ========================================================= [2020-08-28T11:18:24.295Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-28T11:18:24.295Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:18:25.110Z] + 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-08-28T11:18:25.374Z] Sending build context to Docker daemon 350.2kB [2020-08-28T11:18:25.374Z] Step 1/10 : ARG BASE=golang:1.13-alpine [2020-08-28T11:18:25.374Z] Step 2/10 : FROM ${BASE} [2020-08-28T11:18:25.646Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-28T11:18:25.646Z] df20fa9351a1: Pulling fs layer [2020-08-28T11:18:25.646Z] ed8968b2872e: Pulling fs layer [2020-08-28T11:18:25.646Z] a92cc7c5fd73: Pulling fs layer [2020-08-28T11:18:25.646Z] 2dd03ba5bac4: Pulling fs layer [2020-08-28T11:18:25.646Z] 1e091d79d1de: Pulling fs layer [2020-08-28T11:18:25.646Z] 481702a1767f: Pulling fs layer [2020-08-28T11:18:25.646Z] f64a6f60c768: Pulling fs layer [2020-08-28T11:18:25.646Z] e78d2573fc39: Pulling fs layer [2020-08-28T11:18:25.646Z] e876d2f968b6: Pulling fs layer [2020-08-28T11:18:25.646Z] ce8a83651883: Pulling fs layer [2020-08-28T11:18:25.646Z] 07967f4d0e4b: Pulling fs layer [2020-08-28T11:18:25.646Z] f64a6f60c768: Waiting [2020-08-28T11:18:25.646Z] e78d2573fc39: Waiting [2020-08-28T11:18:25.646Z] e876d2f968b6: Waiting [2020-08-28T11:18:25.646Z] ce8a83651883: Waiting [2020-08-28T11:18:25.646Z] 07967f4d0e4b: Waiting [2020-08-28T11:18:25.646Z] 2dd03ba5bac4: Waiting [2020-08-28T11:18:25.646Z] 1e091d79d1de: Waiting [2020-08-28T11:18:25.646Z] 481702a1767f: Waiting [2020-08-28T11:18:25.646Z] a92cc7c5fd73: Verifying Checksum [2020-08-28T11:18:25.646Z] a92cc7c5fd73: Download complete [2020-08-28T11:18:25.646Z] ed8968b2872e: Download complete [2020-08-28T11:18:25.646Z] 1e091d79d1de: Verifying Checksum [2020-08-28T11:18:25.646Z] 1e091d79d1de: Download complete [2020-08-28T11:18:25.646Z] 481702a1767f: Verifying Checksum [2020-08-28T11:18:25.646Z] 481702a1767f: Download complete [2020-08-28T11:18:25.646Z] df20fa9351a1: Verifying Checksum [2020-08-28T11:18:25.920Z] df20fa9351a1: Pull complete [2020-08-28T11:18:26.192Z] ed8968b2872e: Pull complete [2020-08-28T11:18:26.520Z] using credential edgex-jenkins-ssh [2020-08-28T11:18:26.572Z] Cloning the remote Git repository [2020-08-28T11:18:26.572Z] Cloning with configured refspecs honoured and without tags [2020-08-28T11:18:26.781Z] f64a6f60c768: Verifying Checksum [2020-08-28T11:18:26.781Z] f64a6f60c768: Download complete [2020-08-28T11:18:26.781Z] e876d2f968b6: Verifying Checksum [2020-08-28T11:18:26.781Z] e876d2f968b6: Download complete [2020-08-28T11:18:26.625Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2020-08-28T11:18:26.746Z] > git init /w/workspace/device-snmp-go/12 # timeout=10 [2020-08-28T11:18:27.061Z] a92cc7c5fd73: Pull complete [2020-08-28T11:18:27.337Z] 2dd03ba5bac4: Verifying Checksum [2020-08-28T11:18:27.337Z] 2dd03ba5bac4: Download complete [2020-08-28T11:18:27.605Z] 07967f4d0e4b: Verifying Checksum [2020-08-28T11:18:27.605Z] 07967f4d0e4b: Download complete [2020-08-28T11:18:27.605Z] e78d2573fc39: Verifying Checksum [2020-08-28T11:18:27.605Z] e78d2573fc39: Download complete [2020-08-28T11:18:27.605Z] ce8a83651883: Verifying Checksum [2020-08-28T11:18:27.605Z] ce8a83651883: Download complete [2020-08-28T11:18:27.606Z] Fetching without tags [2020-08-28T11:18:26.814Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2020-08-28T11:18:26.815Z] > git --version # timeout=10 [2020-08-28T11:18:26.829Z] > git --version # 'git version 2.17.1' [2020-08-28T11:18:26.831Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-28T11:18:26.897Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-28T11:18:27.543Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2020-08-28T11:18:27.561Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-28T11:18:27.596Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2020-08-28T11:18:27.621Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2020-08-28T11:18:27.622Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-28T11:18:27.634Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-28T11:18:28.134Z] Checking out Revision b72f034d41a4e7add9e1368711a8e2b22eb63515 (master) [2020-08-28T11:18:28.157Z] > git config core.sparsecheckout # timeout=10 [2020-08-28T11:18:28.169Z] > git checkout -f b72f034d41a4e7add9e1368711a8e2b22eb63515 # timeout=10 [2020-08-28T11:18:32.426Z] Commit message: "Merge pull request #58 from hahattan/attribution-cleanup" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-28T11:18:33.402Z] ========================================================= [2020-08-28T11:18:33.402Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-28T11:18:33.402Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:18:34.248Z] 2dd03ba5bac4: Pull complete [2020-08-28T11:18:34.248Z] 1e091d79d1de: Pull complete [2020-08-28T11:18:34.248Z] 481702a1767f: Pull complete [2020-08-28T11:18:34.291Z] + 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-08-28T11:18:35.283Z] Sending build context to Docker daemon 350.2kB [2020-08-28T11:18:35.283Z] Step 1/10 : ARG BASE=golang:1.13-alpine [2020-08-28T11:18:35.283Z] Step 2/10 : FROM ${BASE} [2020-08-28T11:18:35.559Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-28T11:18:35.559Z] b538f80385f9: Pulling fs layer [2020-08-28T11:18:35.559Z] 74f711af9a0d: Pulling fs layer [2020-08-28T11:18:35.559Z] 99f96fe45779: Pulling fs layer [2020-08-28T11:18:35.559Z] fd7a069fd194: Pulling fs layer [2020-08-28T11:18:35.559Z] 66aa3694b03b: Pulling fs layer [2020-08-28T11:18:35.559Z] 170f70906a0f: Pulling fs layer [2020-08-28T11:18:35.559Z] ad7c5574e4b9: Pulling fs layer [2020-08-28T11:18:35.559Z] e772456be8f7: Pulling fs layer [2020-08-28T11:18:35.559Z] c890913d741a: Pulling fs layer [2020-08-28T11:18:35.559Z] 2480fcc9aa5a: Pulling fs layer [2020-08-28T11:18:35.559Z] 09adf4765672: Pulling fs layer [2020-08-28T11:18:35.559Z] fd7a069fd194: Waiting [2020-08-28T11:18:35.559Z] ad7c5574e4b9: Waiting [2020-08-28T11:18:35.559Z] e772456be8f7: Waiting [2020-08-28T11:18:35.559Z] 66aa3694b03b: Waiting [2020-08-28T11:18:35.559Z] c890913d741a: Waiting [2020-08-28T11:18:35.559Z] 09adf4765672: Waiting [2020-08-28T11:18:35.559Z] 170f70906a0f: Waiting [2020-08-28T11:18:35.559Z] 2480fcc9aa5a: Waiting [2020-08-28T11:18:35.559Z] 99f96fe45779: Download complete [2020-08-28T11:18:35.559Z] 74f711af9a0d: Verifying Checksum [2020-08-28T11:18:35.560Z] 74f711af9a0d: Download complete [2020-08-28T11:18:35.560Z] 66aa3694b03b: Verifying Checksum [2020-08-28T11:18:35.560Z] 66aa3694b03b: Download complete [2020-08-28T11:18:35.560Z] 170f70906a0f: Download complete [2020-08-28T11:18:35.839Z] b538f80385f9: Verifying Checksum [2020-08-28T11:18:35.839Z] b538f80385f9: Download complete [2020-08-28T11:18:36.857Z] b538f80385f9: Pull complete [2020-08-28T11:18:37.466Z] 74f711af9a0d: Pull complete [2020-08-28T11:18:37.744Z] 99f96fe45779: Pull complete [2020-08-28T11:18:38.360Z] ad7c5574e4b9: Verifying Checksum [2020-08-28T11:18:38.360Z] ad7c5574e4b9: Download complete [2020-08-28T11:18:38.360Z] c890913d741a: Verifying Checksum [2020-08-28T11:18:38.360Z] c890913d741a: Download complete [2020-08-28T11:18:40.330Z] 2480fcc9aa5a: Verifying Checksum [2020-08-28T11:18:40.330Z] 2480fcc9aa5a: Download complete [2020-08-28T11:18:40.330Z] 09adf4765672: Download complete [2020-08-28T11:18:40.330Z] e772456be8f7: Verifying Checksum [2020-08-28T11:18:40.330Z] e772456be8f7: Download complete [2020-08-28T11:18:40.890Z] f64a6f60c768: Pull complete [2020-08-28T11:18:41.758Z] fd7a069fd194: Download complete [2020-08-28T11:18:43.491Z] e78d2573fc39: Pull complete [2020-08-28T11:18:43.491Z] e876d2f968b6: Pull complete [2020-08-28T11:18:44.445Z] ce8a83651883: Pull complete [2020-08-28T11:18:44.707Z] 07967f4d0e4b: Pull complete [2020-08-28T11:18:44.707Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-28T11:18:44.707Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-28T11:18:44.707Z] ---> 5d7c900382c6 [2020-08-28T11:18:44.707Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-08-28T11:18:46.633Z] ---> Running in 36bc5c522e20 [2020-08-28T11:18:46.633Z] Removing intermediate container 36bc5c522e20 [2020-08-28T11:18:46.633Z] ---> a163d6903355 [2020-08-28T11:18:46.633Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-08-28T11:18:46.633Z] ---> Running in 4ac7f3d2e4f2 [2020-08-28T11:18:46.895Z] Removing intermediate container 4ac7f3d2e4f2 [2020-08-28T11:18:46.895Z] ---> 71b1b65f50da [2020-08-28T11:18:46.895Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' [2020-08-28T11:18:46.895Z] ---> Running in 00b9e4084494 [2020-08-28T11:18:46.895Z] Removing intermediate container 00b9e4084494 [2020-08-28T11:18:46.895Z] ---> 9c417187543a [2020-08-28T11:18:46.895Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-28T11:18:47.159Z] ---> Running in c46043d0da01 [2020-08-28T11:18:48.558Z] Removing intermediate container c46043d0da01 [2020-08-28T11:18:48.558Z] ---> efa2781ac007 [2020-08-28T11:18:48.558Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-08-28T11:18:48.558Z] ---> Running in a7c5c7c86e98 [2020-08-28T11:18:49.136Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-28T11:18:50.083Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-28T11:18:50.665Z] OK: 166 MiB in 39 packages [2020-08-28T11:18:50.926Z] Removing intermediate container a7c5c7c86e98 [2020-08-28T11:18:50.926Z] ---> 3a05c86a9366 [2020-08-28T11:18:50.926Z] Step 8/10 : WORKDIR /device-snmp-go [2020-08-28T11:18:50.926Z] ---> Running in d6a2021915aa [2020-08-28T11:18:51.188Z] Removing intermediate container d6a2021915aa [2020-08-28T11:18:51.188Z] ---> 4c4e6b0a7fde [2020-08-28T11:18:51.188Z] Step 9/10 : COPY . . [2020-08-28T11:18:51.761Z] ---> d62769f03535 [2020-08-28T11:18:51.761Z] Step 10/10 : RUN go mod download [2020-08-28T11:18:51.761Z] ---> Running in ab0da05237d3 [2020-08-28T11:18:54.167Z] fd7a069fd194: Pull complete [2020-08-28T11:18:54.167Z] 66aa3694b03b: Pull complete [2020-08-28T11:18:54.167Z] 170f70906a0f: Pull complete [2020-08-28T11:18:55.083Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-28T11:18:55.083Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-28T11:18:55.083Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-28T11:18:55.083Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-28T11:18:55.083Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-28T11:18:55.083Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-28T11:18:55.083Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-28T11:18:55.083Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-28T11:18:55.083Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-28T11:18:55.345Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-28T11:18:55.345Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-28T11:18:55.345Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-28T11:18:55.345Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-28T11:18:55.606Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-28T11:18:55.606Z] go: finding github.com/fatih/color v1.7.0 [2020-08-28T11:18:55.606Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-28T11:18:55.606Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-28T11:18:55.606Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-28T11:18:55.606Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-28T11:18:55.868Z] go: finding github.com/golang/mock v1.2.0 [2020-08-28T11:18:55.868Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-28T11:18:55.868Z] go: finding github.com/google/uuid v1.1.0 [2020-08-28T11:18:55.868Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-28T11:18:55.868Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-28T11:18:55.868Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-28T11:18:55.868Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-28T11:18:56.129Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-28T11:18:56.129Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-28T11:18:56.129Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-28T11:18:56.129Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-28T11:18:56.129Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-28T11:18:56.129Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-28T11:18:56.391Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-28T11:18:56.391Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-28T11:18:56.391Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-28T11:18:56.391Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-28T11:18:56.391Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-28T11:18:56.391Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-28T11:18:56.655Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-28T11:18:56.655Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-28T11:18:56.655Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-28T11:18:56.655Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-28T11:18:56.655Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-28T11:18:56.655Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-28T11:18:56.806Z] ad7c5574e4b9: Pull complete [2020-08-28T11:18:56.916Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-28T11:18:56.916Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-28T11:18:56.916Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-28T11:18:56.916Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-28T11:18:56.916Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-28T11:18:56.916Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-28T11:18:57.182Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-28T11:18:57.182Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-28T11:18:57.182Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-28T11:18:57.182Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-28T11:18:57.182Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-28T11:18:57.182Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-28T11:18:57.182Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-28T11:18:57.445Z] go: finding github.com/posener/complete v1.1.1 [2020-08-28T11:18:57.445Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-28T11:18:57.445Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-28T11:18:57.445Z] go: finding github.com/soniah/gosnmp v1.21.0 [2020-08-28T11:18:57.445Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-28T11:18:57.445Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-28T11:18:57.707Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-28T11:18:57.707Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-28T11:18:57.707Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-08-28T11:18:57.707Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-08-28T11:18:57.707Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-28T11:18:57.970Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-08-28T11:18:57.970Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-28T11:18:57.970Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-28T11:19:02.228Z] e772456be8f7: Pull complete [2020-08-28T11:19:02.228Z] c890913d741a: Pull complete [2020-08-28T11:19:04.219Z] 2480fcc9aa5a: Pull complete [2020-08-28T11:19:04.495Z] 09adf4765672: Pull complete [2020-08-28T11:19:04.495Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-28T11:19:04.495Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-28T11:19:04.495Z] ---> 2248a725d1cf [2020-08-28T11:19:04.495Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-08-28T11:19:06.171Z] Removing intermediate container ab0da05237d3 [2020-08-28T11:19:06.171Z] ---> 4fb77144e577 [2020-08-28T11:19:06.171Z] Successfully built 4fb77144e577 [2020-08-28T11:19:06.171Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-28T11:19:08.913Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-28T11:19:09.215Z] + ls -al . [2020-08-28T11:19:09.215Z] total 76 [2020-08-28T11:19:09.215Z] drwxrwxr-x. 9 jenkins jenkins 4096 Aug 28 11:18 . [2020-08-28T11:19:09.215Z] drwxrwxr-x. 4 jenkins jenkins 30 Aug 28 11:18 .. [2020-08-28T11:19:09.215Z] -rw-rw-r--. 1 jenkins jenkins 4405 Aug 28 11:18 Attribution.txt [2020-08-28T11:19:09.215Z] drwxrwxr-x. 2 jenkins jenkins 87 Aug 28 11:18 bin [2020-08-28T11:19:09.215Z] drwxrwxr-x. 3 jenkins jenkins 32 Aug 28 11:18 cmd [2020-08-28T11:19:09.215Z] -rw-rw-r--. 1 jenkins jenkins 994 Aug 28 11:18 Dockerfile [2020-08-28T11:19:09.215Z] -rw-rw-r--. 1 jenkins jenkins 409 Aug 28 11:18 Dockerfile.build [2020-08-28T11:19:09.215Z] -rw-rw-r--. 1 jenkins jenkins 6 Aug 28 11:18 .dockerignore [2020-08-28T11:19:09.215Z] drwxrwxr-x. 8 jenkins jenkins 162 Aug 28 11:18 .git [2020-08-28T11:19:09.215Z] drwxrwxr-x. 2 jenkins jenkins 38 Aug 28 11:18 .github [2020-08-28T11:19:09.215Z] -rw-rw-r--. 1 jenkins jenkins 272 Aug 28 11:18 .gitignore [2020-08-28T11:19:09.215Z] -rw-rw-r--. 1 jenkins jenkins 203 Aug 28 11:18 go.mod [2020-08-28T11:19:09.215Z] drwxrwxr-x. 3 jenkins jenkins 20 Aug 28 11:18 internal [2020-08-28T11:19:09.215Z] -rw-rw-r--. 1 jenkins jenkins 678 Aug 28 11:18 Jenkinsfile [2020-08-28T11:19:09.215Z] -rw-rw-r--. 1 jenkins jenkins 11340 Aug 28 11:18 LICENSE [2020-08-28T11:19:09.215Z] -rw-rw-r--. 1 jenkins jenkins 937 Aug 28 11:18 Makefile [2020-08-28T11:19:09.215Z] drwxrwxr-x. 2 jenkins jenkins 84 Aug 28 11:18 profiles [2020-08-28T11:19:09.215Z] -rw-rw-r--. 1 jenkins jenkins 12398 Aug 28 11:18 README.md [2020-08-28T11:19:09.215Z] drwxrwxr-x. 3 jenkins jenkins 61 Aug 28 11:18 .semver [2020-08-28T11:19:09.215Z] -rw-rw-r--. 1 jenkins jenkins 11 Aug 28 11:16 VERSION [2020-08-28T11:19:09.215Z] -rw-rw-r--. 1 jenkins jenkins 209 Aug 28 11:18 version.go [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:19:09.603Z] + 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=b72f034d41a4e7add9e1368711a8e2b22eb63515 --label arch=amd64 --label version=1.2.3-dev.1 . [2020-08-28T11:19:09.603Z] Sending build context to Docker daemon 350.2kB [2020-08-28T11:19:09.603Z] Step 1/25 : ARG BASE=golang:1.13-alpine [2020-08-28T11:19:09.603Z] Step 2/25 : FROM ${BASE} AS builder [2020-08-28T11:19:09.603Z] ---> 4fb77144e577 [2020-08-28T11:19:09.603Z] Step 3/25 : ARG MAKE='make build' [2020-08-28T11:19:09.905Z] ---> Running in 874926493ef9 [2020-08-28T11:19:09.905Z] Removing intermediate container 874926493ef9 [2020-08-28T11:19:09.905Z] ---> f7d63cb04a4c [2020-08-28T11:19:09.905Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git" [2020-08-28T11:19:09.946Z] ---> Running in b64b7199ddca [2020-08-28T11:19:09.946Z] Removing intermediate container b64b7199ddca [2020-08-28T11:19:09.946Z] ---> 8724ea68e5a2 [2020-08-28T11:19:09.946Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-08-28T11:19:10.217Z] ---> Running in 24fd5f6d1d90 [2020-08-28T11:19:10.217Z] Removing intermediate container 24fd5f6d1d90 [2020-08-28T11:19:10.217Z] ---> c32e7ff5dd75 [2020-08-28T11:19:10.217Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2020-08-28T11:19:10.217Z] ---> Running in f59bd99d6540 [2020-08-28T11:19:10.219Z] ---> Running in 8004dd957a29 [2020-08-28T11:19:10.479Z] Removing intermediate container f59bd99d6540 [2020-08-28T11:19:10.479Z] ---> 7d3e4d7768d6 [2020-08-28T11:19:10.479Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-28T11:19:10.479Z] ---> Running in 0ff5bcf7c78e [2020-08-28T11:19:10.490Z] Removing intermediate container 8004dd957a29 [2020-08-28T11:19:10.490Z] ---> 52dbb2ecda7e [2020-08-28T11:19:10.490Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' [2020-08-28T11:19:10.766Z] ---> Running in 94375eef7956 [2020-08-28T11:19:11.039Z] Removing intermediate container 94375eef7956 [2020-08-28T11:19:11.039Z] ---> 4461ae06a0d5 [2020-08-28T11:19:11.039Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-28T11:19:11.309Z] ---> Running in 28c26f6bd38d [2020-08-28T11:19:12.407Z] Removing intermediate container 0ff5bcf7c78e [2020-08-28T11:19:12.407Z] ---> 9c3720cf99ad [2020-08-28T11:19:12.407Z] Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-08-28T11:19:12.407Z] ---> Running in 9cf84ba4c5e9 [2020-08-28T11:19:12.670Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-28T11:19:13.254Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-28T11:19:13.830Z] OK: 166 MiB in 39 packages [2020-08-28T11:19:13.929Z] Removing intermediate container 28c26f6bd38d [2020-08-28T11:19:13.929Z] ---> 4f44832fb09d [2020-08-28T11:19:13.929Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-08-28T11:19:13.929Z] ---> Running in 1bc6ebffd392 [2020-08-28T11:19:14.094Z] Removing intermediate container 9cf84ba4c5e9 [2020-08-28T11:19:14.094Z] ---> fbd97672d523 [2020-08-28T11:19:14.094Z] Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-snmp-go [2020-08-28T11:19:14.356Z] ---> Running in f138f89ea425 [2020-08-28T11:19:14.356Z] Removing intermediate container f138f89ea425 [2020-08-28T11:19:14.356Z] ---> 65832180c527 [2020-08-28T11:19:14.356Z] Step 9/25 : COPY go.mod . [2020-08-28T11:19:14.620Z] ---> 0b5dbd4e15ea [2020-08-28T11:19:14.620Z] Step 10/25 : COPY Makefile . [2020-08-28T11:19:14.882Z] ---> 6e40f105262c [2020-08-28T11:19:14.882Z] Step 11/25 : RUN make update [2020-08-28T11:19:14.882Z] ---> Running in 55188b158d67 [2020-08-28T11:19:15.367Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-28T11:19:15.470Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-08-28T11:19:15.962Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-28T11:19:16.042Z] Removing intermediate container 55188b158d67 [2020-08-28T11:19:16.043Z] ---> 43d5b552d071 [2020-08-28T11:19:16.043Z] Step 12/25 : COPY . . [2020-08-28T11:19:16.575Z] OK: 142 MiB in 39 packages [2020-08-28T11:19:16.623Z] ---> 0821178fa4ba [2020-08-28T11:19:16.623Z] Step 13/25 : RUN ${MAKE} [2020-08-28T11:19:16.623Z] ---> Running in 60a4a6abb24c [2020-08-28T11:19:17.198Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=1.2.3-dev.1" -o cmd/device-snmp-go ./cmd [2020-08-28T11:19:17.554Z] Removing intermediate container 1bc6ebffd392 [2020-08-28T11:19:17.554Z] ---> 3f86119e3550 [2020-08-28T11:19:17.554Z] Step 8/10 : WORKDIR /device-snmp-go [2020-08-28T11:19:17.828Z] ---> Running in 000dee27582c [2020-08-28T11:19:18.101Z] Removing intermediate container 000dee27582c [2020-08-28T11:19:18.101Z] ---> ddce010d05c4 [2020-08-28T11:19:18.101Z] Step 9/10 : COPY . . [2020-08-28T11:19:19.088Z] ---> 4181436f4c6f [2020-08-28T11:19:19.088Z] Step 10/10 : RUN go mod download [2020-08-28T11:19:19.088Z] ---> Running in 2a10f94b36e8 [2020-08-28T11:19:22.459Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-28T11:19:22.459Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-28T11:19:22.459Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-28T11:19:22.459Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-28T11:19:22.728Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-28T11:19:22.728Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-28T11:19:22.728Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-28T11:19:22.728Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-28T11:19:22.728Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-28T11:19:22.997Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-28T11:19:22.997Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-28T11:19:22.997Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-28T11:19:22.997Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-28T11:19:22.997Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-28T11:19:23.265Z] go: finding github.com/fatih/color v1.7.0 [2020-08-28T11:19:23.265Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-28T11:19:23.265Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-28T11:19:23.265Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-28T11:19:23.265Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-28T11:19:23.534Z] go: finding github.com/golang/mock v1.2.0 [2020-08-28T11:19:23.534Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-28T11:19:23.534Z] go: finding github.com/google/uuid v1.1.0 [2020-08-28T11:19:23.534Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-28T11:19:23.534Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-28T11:19:23.804Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-28T11:19:23.804Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-28T11:19:23.804Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-28T11:19:23.804Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-28T11:19:23.804Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-28T11:19:24.077Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-28T11:19:24.078Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-28T11:19:24.078Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-28T11:19:24.078Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-28T11:19:24.078Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-28T11:19:24.346Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-28T11:19:24.346Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-28T11:19:24.346Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-28T11:19:24.346Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-28T11:19:24.346Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-28T11:19:24.616Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-28T11:19:24.616Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-28T11:19:24.616Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-28T11:19:24.616Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-28T11:19:24.890Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-28T11:19:24.890Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-28T11:19:24.890Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-28T11:19:24.890Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-28T11:19:24.890Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-28T11:19:25.162Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-28T11:19:25.162Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-28T11:19:25.162Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-28T11:19:25.162Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-28T11:19:25.162Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-28T11:19:25.432Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-28T11:19:25.432Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-28T11:19:25.432Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-28T11:19:25.432Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-28T11:19:25.432Z] go: finding github.com/posener/complete v1.1.1 [2020-08-28T11:19:25.705Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-28T11:19:25.705Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-28T11:19:25.705Z] go: finding github.com/soniah/gosnmp v1.21.0 [2020-08-28T11:19:25.705Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-28T11:19:25.705Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-28T11:19:25.978Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-28T11:19:25.978Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-28T11:19:25.978Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-08-28T11:19:25.978Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-08-28T11:19:25.978Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-28T11:19:26.251Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-08-28T11:19:26.251Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-28T11:19:26.251Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-28T11:19:27.302Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-08-28T11:19:29.875Z] Removing intermediate container 60a4a6abb24c [2020-08-28T11:19:29.875Z] ---> c80ad1c7a982 [2020-08-28T11:19:29.875Z] Step 14/25 : FROM alpine [2020-08-28T11:19:29.875Z] latest: Pulling from library/alpine [2020-08-28T11:19:29.875Z] df20fa9351a1: Already exists [2020-08-28T11:19:30.136Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-28T11:19:30.136Z] Status: Downloaded newer image for alpine:latest [2020-08-28T11:19:30.136Z] ---> a24bb4013296 [2020-08-28T11:19:30.136Z] Step 15/25 : ENV APP_PORT=49993 [2020-08-28T11:19:30.136Z] ---> Running in 480b969bb717 [2020-08-28T11:19:30.398Z] Removing intermediate container 480b969bb717 [2020-08-28T11:19:30.398Z] ---> 3a33119f4176 [2020-08-28T11:19:30.398Z] Step 16/25 : EXPOSE $APP_PORT [2020-08-28T11:19:30.398Z] ---> Running in 48368574cb15 [2020-08-28T11:19:30.660Z] Removing intermediate container 48368574cb15 [2020-08-28T11:19:30.660Z] ---> b7adcdcb603d [2020-08-28T11:19:30.660Z] Step 17/25 : ENV DEVICE_PORT=161 [2020-08-28T11:19:30.660Z] ---> Running in 4513ee5eea07 [2020-08-28T11:19:30.922Z] Removing intermediate container 4513ee5eea07 [2020-08-28T11:19:30.922Z] ---> 56767626d8dc [2020-08-28T11:19:30.922Z] Step 18/25 : EXPOSE $DEVICE_PORT [2020-08-28T11:19:30.922Z] ---> Running in d768bf09370c [2020-08-28T11:19:30.922Z] Removing intermediate container d768bf09370c [2020-08-28T11:19:30.922Z] ---> 06dc9b673fab [2020-08-28T11:19:30.922Z] Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/cmd / [2020-08-28T11:19:31.499Z] ---> 98c28d8309d2 [2020-08-28T11:19:31.499Z] Step 20/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/Attribution.txt / [2020-08-28T11:19:32.444Z] ---> f31156c6059c [2020-08-28T11:19:32.444Z] Step 21/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/LICENSE / [2020-08-28T11:19:32.705Z] ---> 80dad9643a1e [2020-08-28T11:19:32.705Z] Step 22/25 : ENTRYPOINT ["/device-snmp-go","--cp=consul://edgex-core-consul:8500","--confdir=/res","--registry"] [2020-08-28T11:19:32.705Z] ---> Running in f683c3d7cc63 [2020-08-28T11:19:32.970Z] Removing intermediate container f683c3d7cc63 [2020-08-28T11:19:32.970Z] ---> 5f160dce86a0 [2020-08-28T11:19:32.970Z] Step 23/25 : LABEL arch=amd64 [2020-08-28T11:19:32.970Z] ---> Running in d3faa88a1202 [2020-08-28T11:19:33.232Z] Removing intermediate container d3faa88a1202 [2020-08-28T11:19:33.232Z] ---> 75dcbbcc8052 [2020-08-28T11:19:33.232Z] Step 24/25 : LABEL git_sha=b72f034d41a4e7add9e1368711a8e2b22eb63515 [2020-08-28T11:19:33.232Z] ---> Running in 7a9b7de85d74 [2020-08-28T11:19:33.232Z] Removing intermediate container 7a9b7de85d74 [2020-08-28T11:19:33.232Z] ---> 677c4735fda4 [2020-08-28T11:19:33.232Z] Step 25/25 : LABEL version=1.2.3-dev.1 [2020-08-28T11:19:33.494Z] ---> Running in d123fcd7d8eb [2020-08-28T11:19:33.494Z] Removing intermediate container d123fcd7d8eb [2020-08-28T11:19:33.494Z] ---> 339d1e92398d [2020-08-28T11:19:33.494Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-28T11:19:33.494Z] Successfully built 339d1e92398d [2020-08-28T11:19:33.494Z] 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-08-28T11:19:34.264Z] provisioning config files... [2020-08-28T11:19:34.307Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/12@tmp/config8172462181529879803tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-08-28T11:19:34.802Z] nexus3.edgexfoundry.org:10001 [2020-08-28T11:19:34.802Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-28T11:19:35.063Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-28T11:19:35.064Z] Configure a credential helper to remove this warning. See [2020-08-28T11:19:35.064Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-28T11:19:35.064Z] [2020-08-28T11:19:35.064Z] Login Succeeded [2020-08-28T11:19:35.064Z] nexus3.edgexfoundry.org:10002 [2020-08-28T11:19:35.064Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-28T11:19:35.064Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-28T11:19:35.064Z] Configure a credential helper to remove this warning. See [2020-08-28T11:19:35.064Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-28T11:19:35.064Z] [2020-08-28T11:19:35.064Z] Login Succeeded [2020-08-28T11:19:35.326Z] nexus3.edgexfoundry.org:10003 [2020-08-28T11:19:35.326Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-28T11:19:35.326Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-28T11:19:35.326Z] Configure a credential helper to remove this warning. See [2020-08-28T11:19:35.326Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-28T11:19:35.326Z] [2020-08-28T11:19:35.326Z] Login Succeeded [2020-08-28T11:19:35.326Z] nexus3.edgexfoundry.org:10004 [2020-08-28T11:19:35.589Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-28T11:19:35.589Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-28T11:19:35.589Z] Configure a credential helper to remove this warning. See [2020-08-28T11:19:35.589Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-28T11:19:35.589Z] [2020-08-28T11:19:35.589Z] Login Succeeded [2020-08-28T11:19:35.589Z] docker.io [2020-08-28T11:19:35.589Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-28T11:19:36.160Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-28T11:19:36.160Z] Configure a credential helper to remove this warning. See [2020-08-28T11:19:36.160Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-28T11:19:36.160Z] [2020-08-28T11:19:36.160Z] Login Succeeded [Pipeline] } [2020-08-28T11:19:36.169Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-28T11:19:36.370Z] [edgeXDocker.push] Tagging docker image docker-device-snmp-go with the following tags: [2020-08-28T11:19:36.370Z] b72f034d41a4e7add9e1368711a8e2b22eb63515 [2020-08-28T11:19:36.370Z] latest [2020-08-28T11:19:36.370Z] 1.2.3-dev.1 [2020-08-28T11:19:36.370Z] b72f034d41a4e7add9e1368711a8e2b22eb63515-1.2.3-dev.1 [2020-08-28T11:19:36.370Z] master [2020-08-28T11:19:36.370Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2020-08-28T11:19:36.453Z] Removing intermediate container 2a10f94b36e8 [2020-08-28T11:19:36.453Z] ---> 52aa3ba8d140 [2020-08-28T11:19:36.453Z] Successfully built 52aa3ba8d140 [2020-08-28T11:19:36.453Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2020-08-28T11:19:37.065Z] + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:b72f034d41a4e7add9e1368711a8e2b22eb63515 [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:19:37.444Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-28T11:19:37.521Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:b72f034d41a4e7add9e1368711a8e2b22eb63515 [2020-08-28T11:19:37.521Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] [2020-08-28T11:19:37.521Z] 4face4483802: Preparing [2020-08-28T11:19:37.521Z] f9e3ef6ddc68: Preparing [2020-08-28T11:19:37.521Z] d4049bcfbda3: Preparing [2020-08-28T11:19:37.521Z] 50644c29ef5a: Preparing [2020-08-28T11:19:37.521Z] 50644c29ef5a: Layer already exists [2020-08-28T11:19:37.521Z] f9e3ef6ddc68: Pushed [2020-08-28T11:19:37.521Z] 4face4483802: Pushed [2020-08-28T11:19:37.779Z] + ls -al . [2020-08-28T11:19:37.779Z] total 108 [2020-08-28T11:19:37.779Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 28 11:18 . [2020-08-28T11:19:37.779Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 28 11:18 .. [2020-08-28T11:19:37.779Z] -rw-rw-r-- 1 jenkins jenkins 6 Aug 28 11:18 .dockerignore [2020-08-28T11:19:37.779Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 28 11:18 .git [2020-08-28T11:19:37.779Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 28 11:18 .github [2020-08-28T11:19:37.779Z] -rw-rw-r-- 1 jenkins jenkins 272 Aug 28 11:18 .gitignore [2020-08-28T11:19:37.779Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 28 11:18 .semver [2020-08-28T11:19:37.779Z] -rw-rw-r-- 1 jenkins jenkins 4405 Aug 28 11:18 Attribution.txt [2020-08-28T11:19:37.779Z] -rw-rw-r-- 1 jenkins jenkins 994 Aug 28 11:18 Dockerfile [2020-08-28T11:19:37.779Z] -rw-rw-r-- 1 jenkins jenkins 409 Aug 28 11:18 Dockerfile.build [2020-08-28T11:19:37.779Z] -rw-rw-r-- 1 jenkins jenkins 678 Aug 28 11:18 Jenkinsfile [2020-08-28T11:19:37.779Z] -rw-rw-r-- 1 jenkins jenkins 11340 Aug 28 11:18 LICENSE [2020-08-28T11:19:37.779Z] -rw-rw-r-- 1 jenkins jenkins 937 Aug 28 11:18 Makefile [2020-08-28T11:19:37.779Z] -rw-rw-r-- 1 jenkins jenkins 12398 Aug 28 11:18 README.md [2020-08-28T11:19:37.779Z] -rw-rw-r-- 1 jenkins jenkins 11 Aug 28 11:16 VERSION [2020-08-28T11:19:37.779Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 28 11:18 bin [2020-08-28T11:19:37.779Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 28 11:18 cmd [2020-08-28T11:19:37.779Z] -rw-rw-r-- 1 jenkins jenkins 203 Aug 28 11:18 go.mod [2020-08-28T11:19:37.779Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 28 11:18 internal [2020-08-28T11:19:37.779Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 28 11:18 profiles [2020-08-28T11:19:37.779Z] -rw-rw-r-- 1 jenkins jenkins 209 Aug 28 11:18 version.go [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:19:38.131Z] + 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=b72f034d41a4e7add9e1368711a8e2b22eb63515 --label arch=arm64 --label version=1.2.3-dev.1 . [2020-08-28T11:19:38.403Z] Sending build context to Docker daemon 350.2kB [2020-08-28T11:19:38.403Z] Step 1/25 : ARG BASE=golang:1.13-alpine [2020-08-28T11:19:38.403Z] Step 2/25 : FROM ${BASE} AS builder [2020-08-28T11:19:38.403Z] ---> 52aa3ba8d140 [2020-08-28T11:19:38.403Z] Step 3/25 : ARG MAKE='make build' [2020-08-28T11:19:38.468Z] d4049bcfbda3: Pushed [2020-08-28T11:19:38.676Z] ---> Running in 0a6ca63b1918 [2020-08-28T11:19:38.728Z] b72f034d41a4e7add9e1368711a8e2b22eb63515: digest: sha256:365b52809b5f59ab44d190f13dca3ee261664aeacab81984e0b397200bdabd93 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:19:39.031Z] + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:latest [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:19:39.272Z] Removing intermediate container 0a6ca63b1918 [2020-08-28T11:19:39.272Z] ---> e2f1a3c20aac [2020-08-28T11:19:39.272Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git" [2020-08-28T11:19:39.272Z] ---> Running in 3a0314d6f4b1 [2020-08-28T11:19:39.329Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:latest [2020-08-28T11:19:39.329Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] [2020-08-28T11:19:39.329Z] 4face4483802: Preparing [2020-08-28T11:19:39.329Z] f9e3ef6ddc68: Preparing [2020-08-28T11:19:39.329Z] d4049bcfbda3: Preparing [2020-08-28T11:19:39.329Z] 50644c29ef5a: Preparing [2020-08-28T11:19:39.329Z] f9e3ef6ddc68: Layer already exists [2020-08-28T11:19:39.329Z] d4049bcfbda3: Layer already exists [2020-08-28T11:19:39.329Z] 50644c29ef5a: Layer already exists [2020-08-28T11:19:39.329Z] 4face4483802: Layer already exists [2020-08-28T11:19:39.329Z] latest: digest: sha256:365b52809b5f59ab44d190f13dca3ee261664aeacab81984e0b397200bdabd93 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:19:39.628Z] + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1.2.3-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:19:39.869Z] Removing intermediate container 3a0314d6f4b1 [2020-08-28T11:19:39.869Z] ---> 0f06c36e090d [2020-08-28T11:19:39.869Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2020-08-28T11:19:39.869Z] ---> Running in 7552a86b4904 [2020-08-28T11:19:39.928Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1.2.3-dev.1 [2020-08-28T11:19:39.928Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] [2020-08-28T11:19:39.928Z] 4face4483802: Preparing [2020-08-28T11:19:39.928Z] f9e3ef6ddc68: Preparing [2020-08-28T11:19:39.928Z] d4049bcfbda3: Preparing [2020-08-28T11:19:39.928Z] 50644c29ef5a: Preparing [2020-08-28T11:19:39.928Z] f9e3ef6ddc68: Layer already exists [2020-08-28T11:19:39.928Z] d4049bcfbda3: Layer already exists [2020-08-28T11:19:39.928Z] 4face4483802: Layer already exists [2020-08-28T11:19:39.928Z] 50644c29ef5a: Layer already exists [2020-08-28T11:19:39.928Z] 1.2.3-dev.1: digest: sha256:365b52809b5f59ab44d190f13dca3ee261664aeacab81984e0b397200bdabd93 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:19:40.233Z] + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:b72f034d41a4e7add9e1368711a8e2b22eb63515-1.2.3-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:19:40.466Z] Removing intermediate container 7552a86b4904 [2020-08-28T11:19:40.466Z] ---> 286b6e8afe0a [2020-08-28T11:19:40.466Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-28T11:19:40.466Z] ---> Running in 9dc49b91f7b2 [2020-08-28T11:19:40.535Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:b72f034d41a4e7add9e1368711a8e2b22eb63515-1.2.3-dev.1 [2020-08-28T11:19:40.535Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] [2020-08-28T11:19:40.535Z] 4face4483802: Preparing [2020-08-28T11:19:40.535Z] f9e3ef6ddc68: Preparing [2020-08-28T11:19:40.535Z] d4049bcfbda3: Preparing [2020-08-28T11:19:40.535Z] 50644c29ef5a: Preparing [2020-08-28T11:19:40.535Z] 50644c29ef5a: Layer already exists [2020-08-28T11:19:40.535Z] d4049bcfbda3: Layer already exists [2020-08-28T11:19:40.535Z] 4face4483802: Layer already exists [2020-08-28T11:19:40.535Z] f9e3ef6ddc68: Layer already exists [2020-08-28T11:19:40.535Z] b72f034d41a4e7add9e1368711a8e2b22eb63515-1.2.3-dev.1: digest: sha256:365b52809b5f59ab44d190f13dca3ee261664aeacab81984e0b397200bdabd93 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:19:40.844Z] + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:19:41.158Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:master [2020-08-28T11:19:41.158Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] [2020-08-28T11:19:41.158Z] 4face4483802: Preparing [2020-08-28T11:19:41.158Z] f9e3ef6ddc68: Preparing [2020-08-28T11:19:41.158Z] d4049bcfbda3: Preparing [2020-08-28T11:19:41.158Z] 50644c29ef5a: Preparing [2020-08-28T11:19:41.158Z] 50644c29ef5a: Layer already exists [2020-08-28T11:19:41.158Z] f9e3ef6ddc68: Layer already exists [2020-08-28T11:19:41.158Z] d4049bcfbda3: Layer already exists [2020-08-28T11:19:41.158Z] 4face4483802: Layer already exists [2020-08-28T11:19:41.158Z] master: digest: sha256:365b52809b5f59ab44d190f13dca3ee261664aeacab81984e0b397200bdabd93 size: 1154 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-28T11:19:41.371Z] ===================================================== [Pipeline] echo [2020-08-28T11:19:41.420Z] taggedImages: [2020-08-28T11:19:41.420Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:b72f034d41a4e7add9e1368711a8e2b22eb63515 [2020-08-28T11:19:41.420Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:latest [2020-08-28T11:19:41.420Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1.2.3-dev.1 [2020-08-28T11:19:41.420Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:b72f034d41a4e7add9e1368711a8e2b22eb63515-1.2.3-dev.1 [2020-08-28T11:19:41.420Z] - 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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-28T11:19:43.105Z] Removing intermediate container 9dc49b91f7b2 [2020-08-28T11:19:43.105Z] ---> f1b87988b333 [2020-08-28T11:19:43.105Z] Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-08-28T11:19:43.105Z] ---> Running in aa8c44e1548e [2020-08-28T11:19:44.535Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-28T11:19:45.128Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-28T11:19:45.724Z] OK: 142 MiB in 39 packages [2020-08-28T11:19:47.162Z] Removing intermediate container aa8c44e1548e [2020-08-28T11:19:47.162Z] ---> d162fbd27c8e [2020-08-28T11:19:47.162Z] Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-snmp-go [2020-08-28T11:19:47.162Z] ---> Running in 1a6d943faa03 [2020-08-28T11:19:47.443Z] Removing intermediate container 1a6d943faa03 [2020-08-28T11:19:47.443Z] ---> 6487332456e4 [2020-08-28T11:19:47.443Z] Step 9/25 : COPY go.mod . [2020-08-28T11:19:48.422Z] ---> 8f346231ab03 [2020-08-28T11:19:48.422Z] Step 10/25 : COPY Makefile . [2020-08-28T11:19:49.017Z] ---> eb6bb08a48e7 [2020-08-28T11:19:49.017Z] Step 11/25 : RUN make update [2020-08-28T11:19:49.017Z] ---> Running in 94c1ff3f9457 [2020-08-28T11:19:50.464Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-08-28T11:19:51.441Z] Removing intermediate container 94c1ff3f9457 [2020-08-28T11:19:51.441Z] ---> c6a70faf47d5 [2020-08-28T11:19:51.441Z] Step 12/25 : COPY . . [2020-08-28T11:19:52.422Z] ---> 4076dd0ac2f3 [2020-08-28T11:19:52.422Z] Step 13/25 : RUN ${MAKE} [2020-08-28T11:19:52.422Z] ---> Running in 00ec64515b32 [2020-08-28T11:19:53.856Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=1.2.3-dev.1" -o cmd/device-snmp-go ./cmd [2020-08-28T11:20:20.717Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-08-28T11:20:26.112Z] Removing intermediate container 00ec64515b32 [2020-08-28T11:20:26.112Z] ---> 2dd87421e6ce [2020-08-28T11:20:26.112Z] Step 14/25 : FROM alpine [2020-08-28T11:20:26.112Z] latest: Pulling from library/alpine [2020-08-28T11:20:26.112Z] b538f80385f9: Already exists [2020-08-28T11:20:26.112Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-28T11:20:26.112Z] Status: Downloaded newer image for alpine:latest [2020-08-28T11:20:26.112Z] ---> 62ee0e9f8440 [2020-08-28T11:20:26.112Z] Step 15/25 : ENV APP_PORT=49993 [2020-08-28T11:20:26.383Z] ---> Running in 190cd64d62ea [2020-08-28T11:20:26.668Z] Removing intermediate container 190cd64d62ea [2020-08-28T11:20:26.668Z] ---> 645d85b927e5 [2020-08-28T11:20:26.668Z] Step 16/25 : EXPOSE $APP_PORT [2020-08-28T11:20:26.941Z] ---> Running in e2474b52b956 [2020-08-28T11:20:27.214Z] Removing intermediate container e2474b52b956 [2020-08-28T11:20:27.214Z] ---> ee2c31f89d74 [2020-08-28T11:20:27.214Z] Step 17/25 : ENV DEVICE_PORT=161 [2020-08-28T11:20:27.488Z] ---> Running in 223ed5cb4398 [2020-08-28T11:20:27.759Z] Removing intermediate container 223ed5cb4398 [2020-08-28T11:20:27.759Z] ---> 48a3d0663b3e [2020-08-28T11:20:27.759Z] Step 18/25 : EXPOSE $DEVICE_PORT [2020-08-28T11:20:28.032Z] ---> Running in 84df112ab612 [2020-08-28T11:20:28.315Z] Removing intermediate container 84df112ab612 [2020-08-28T11:20:28.315Z] ---> abb1cafc88e4 [2020-08-28T11:20:28.315Z] Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/cmd / [2020-08-28T11:20:29.747Z] ---> fcdb9b90c7f4 [2020-08-28T11:20:29.747Z] Step 20/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/Attribution.txt / [2020-08-28T11:20:30.344Z] ---> 15ec8a63c298 [2020-08-28T11:20:30.344Z] Step 21/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/LICENSE / [2020-08-28T11:20:30.939Z] ---> 876b67d921f1 [2020-08-28T11:20:30.939Z] Step 22/25 : ENTRYPOINT ["/device-snmp-go","--cp=consul://edgex-core-consul:8500","--confdir=/res","--registry"] [2020-08-28T11:20:31.212Z] ---> Running in 736d22d3f040 [2020-08-28T11:20:31.485Z] Removing intermediate container 736d22d3f040 [2020-08-28T11:20:31.485Z] ---> 4b2b04b746d1 [2020-08-28T11:20:31.485Z] Step 23/25 : LABEL arch=arm64 [2020-08-28T11:20:31.758Z] ---> Running in 49d3f8b3c07b [2020-08-28T11:20:32.357Z] Removing intermediate container 49d3f8b3c07b [2020-08-28T11:20:32.357Z] ---> 48cd6df52c8f [2020-08-28T11:20:32.357Z] Step 24/25 : LABEL git_sha=b72f034d41a4e7add9e1368711a8e2b22eb63515 [2020-08-28T11:20:32.357Z] ---> Running in ff9185078c12 [2020-08-28T11:20:32.950Z] Removing intermediate container ff9185078c12 [2020-08-28T11:20:32.950Z] ---> eb39aacbdceb [2020-08-28T11:20:32.950Z] Step 25/25 : LABEL version=1.2.3-dev.1 [2020-08-28T11:20:32.950Z] ---> Running in 6679a21639f7 [2020-08-28T11:20:33.542Z] Removing intermediate container 6679a21639f7 [2020-08-28T11:20:33.542Z] ---> 3fe02f7b7e4f [2020-08-28T11:20:33.542Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-28T11:20:33.542Z] Successfully built 3fe02f7b7e4f [2020-08-28T11:20:33.542Z] 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-08-28T11:20:34.164Z] provisioning config files... [2020-08-28T11:20:34.221Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/12@tmp/config1903467624725120392tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-08-28T11:20:35.058Z] nexus3.edgexfoundry.org:10001 [2020-08-28T11:20:35.333Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-28T11:20:35.608Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-28T11:20:35.608Z] Configure a credential helper to remove this warning. See [2020-08-28T11:20:35.608Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-28T11:20:35.608Z] [2020-08-28T11:20:35.608Z] Login Succeeded [2020-08-28T11:20:35.608Z] nexus3.edgexfoundry.org:10002 [2020-08-28T11:20:35.879Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-28T11:20:36.151Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-28T11:20:36.151Z] Configure a credential helper to remove this warning. See [2020-08-28T11:20:36.151Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-28T11:20:36.151Z] [2020-08-28T11:20:36.151Z] Login Succeeded [2020-08-28T11:20:36.151Z] nexus3.edgexfoundry.org:10003 [2020-08-28T11:20:36.423Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-28T11:20:36.423Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-28T11:20:36.423Z] Configure a credential helper to remove this warning. See [2020-08-28T11:20:36.423Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-28T11:20:36.423Z] [2020-08-28T11:20:36.423Z] Login Succeeded [2020-08-28T11:20:36.698Z] nexus3.edgexfoundry.org:10004 [2020-08-28T11:20:36.971Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-28T11:20:36.971Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-28T11:20:36.971Z] Configure a credential helper to remove this warning. See [2020-08-28T11:20:36.971Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-28T11:20:36.971Z] [2020-08-28T11:20:36.971Z] Login Succeeded [2020-08-28T11:20:36.971Z] docker.io [2020-08-28T11:20:37.566Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-28T11:20:37.835Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-28T11:20:37.835Z] Configure a credential helper to remove this warning. See [2020-08-28T11:20:37.835Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-28T11:20:37.835Z] [2020-08-28T11:20:37.835Z] Login Succeeded [Pipeline] } [2020-08-28T11:20:37.852Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-28T11:20:38.067Z] [edgeXDocker.push] Tagging docker image docker-device-snmp-go-arm64 with the following tags: [2020-08-28T11:20:38.067Z] b72f034d41a4e7add9e1368711a8e2b22eb63515 [2020-08-28T11:20:38.067Z] latest [2020-08-28T11:20:38.067Z] 1.2.3-dev.1 [2020-08-28T11:20:38.067Z] b72f034d41a4e7add9e1368711a8e2b22eb63515-1.2.3-dev.1 [2020-08-28T11:20:38.067Z] master [2020-08-28T11:20:38.067Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:20:38.589Z] + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:b72f034d41a4e7add9e1368711a8e2b22eb63515 [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:20:38.926Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:b72f034d41a4e7add9e1368711a8e2b22eb63515 [2020-08-28T11:20:38.926Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] [2020-08-28T11:20:38.926Z] 1b281157baee: Preparing [2020-08-28T11:20:38.926Z] 7c5cf7462237: Preparing [2020-08-28T11:20:38.926Z] cf5e9a323a49: Preparing [2020-08-28T11:20:38.926Z] e2f13739ad41: Preparing [2020-08-28T11:20:39.203Z] e2f13739ad41: Layer already exists [2020-08-28T11:20:39.203Z] 1b281157baee: Pushed [2020-08-28T11:20:39.203Z] 7c5cf7462237: Pushed [2020-08-28T11:20:41.810Z] cf5e9a323a49: Pushed [2020-08-28T11:20:41.810Z] b72f034d41a4e7add9e1368711a8e2b22eb63515: digest: sha256:3ef9300eb81082e1d74db5ca8f555f48ba540ebd21264db06fbc9f9413b6b137 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:20:42.421Z] + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:20:42.760Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:latest [2020-08-28T11:20:42.760Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] [2020-08-28T11:20:42.760Z] 1b281157baee: Preparing [2020-08-28T11:20:42.760Z] 7c5cf7462237: Preparing [2020-08-28T11:20:42.760Z] cf5e9a323a49: Preparing [2020-08-28T11:20:42.760Z] e2f13739ad41: Preparing [2020-08-28T11:20:42.760Z] e2f13739ad41: Layer already exists [2020-08-28T11:20:42.760Z] cf5e9a323a49: Layer already exists [2020-08-28T11:20:42.760Z] 1b281157baee: Layer already exists [2020-08-28T11:20:42.760Z] 7c5cf7462237: Layer already exists [2020-08-28T11:20:43.034Z] latest: digest: sha256:3ef9300eb81082e1d74db5ca8f555f48ba540ebd21264db06fbc9f9413b6b137 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:20:43.376Z] + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1.2.3-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:20:43.721Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1.2.3-dev.1 [2020-08-28T11:20:43.721Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] [2020-08-28T11:20:43.721Z] 1b281157baee: Preparing [2020-08-28T11:20:43.721Z] 7c5cf7462237: Preparing [2020-08-28T11:20:43.721Z] cf5e9a323a49: Preparing [2020-08-28T11:20:43.721Z] e2f13739ad41: Preparing [2020-08-28T11:20:43.721Z] e2f13739ad41: Layer already exists [2020-08-28T11:20:43.721Z] 1b281157baee: Layer already exists [2020-08-28T11:20:43.721Z] 7c5cf7462237: Layer already exists [2020-08-28T11:20:43.721Z] cf5e9a323a49: Layer already exists [2020-08-28T11:20:43.991Z] 1.2.3-dev.1: digest: sha256:3ef9300eb81082e1d74db5ca8f555f48ba540ebd21264db06fbc9f9413b6b137 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:20:44.356Z] + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:b72f034d41a4e7add9e1368711a8e2b22eb63515-1.2.3-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:20:44.692Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:b72f034d41a4e7add9e1368711a8e2b22eb63515-1.2.3-dev.1 [2020-08-28T11:20:44.692Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] [2020-08-28T11:20:44.692Z] 1b281157baee: Preparing [2020-08-28T11:20:44.692Z] 7c5cf7462237: Preparing [2020-08-28T11:20:44.692Z] cf5e9a323a49: Preparing [2020-08-28T11:20:44.692Z] e2f13739ad41: Preparing [2020-08-28T11:20:44.692Z] 1b281157baee: Layer already exists [2020-08-28T11:20:44.692Z] 7c5cf7462237: Layer already exists [2020-08-28T11:20:44.692Z] cf5e9a323a49: Layer already exists [2020-08-28T11:20:44.692Z] e2f13739ad41: Layer already exists [2020-08-28T11:20:44.963Z] b72f034d41a4e7add9e1368711a8e2b22eb63515-1.2.3-dev.1: digest: sha256:3ef9300eb81082e1d74db5ca8f555f48ba540ebd21264db06fbc9f9413b6b137 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:20:45.303Z] + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:20:45.646Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:master [2020-08-28T11:20:45.646Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] [2020-08-28T11:20:45.646Z] 1b281157baee: Preparing [2020-08-28T11:20:45.646Z] 7c5cf7462237: Preparing [2020-08-28T11:20:45.646Z] cf5e9a323a49: Preparing [2020-08-28T11:20:45.646Z] e2f13739ad41: Preparing [2020-08-28T11:20:45.646Z] 1b281157baee: Layer already exists [2020-08-28T11:20:45.646Z] 7c5cf7462237: Layer already exists [2020-08-28T11:20:45.646Z] e2f13739ad41: Layer already exists [2020-08-28T11:20:45.646Z] cf5e9a323a49: Layer already exists [2020-08-28T11:20:45.916Z] master: digest: sha256:3ef9300eb81082e1d74db5ca8f555f48ba540ebd21264db06fbc9f9413b6b137 size: 1154 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-28T11:20:46.118Z] ===================================================== [Pipeline] echo [2020-08-28T11:20:46.168Z] taggedImages: [2020-08-28T11:20:46.168Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:b72f034d41a4e7add9e1368711a8e2b22eb63515 [2020-08-28T11:20:46.168Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:latest [2020-08-28T11:20:46.168Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1.2.3-dev.1 [2020-08-28T11:20:46.168Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:b72f034d41a4e7add9e1368711a8e2b22eb63515-1.2.3-dev.1 [2020-08-28T11:20:46.168Z] - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-08-28T11:20:47.942Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-08-28T11:20:47.944Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-08-28T11:20:47.994Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:20:48.332Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-28T11:20:48.332Z] [2020-08-28T11:20:48.332Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:20:48.677Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-28T11:20:48.678Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-08-28T11:20:48.678Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-28T11:20:48.678Z] 408f87550127: Pulling fs layer [2020-08-28T11:20:48.678Z] fe522b08c979: Pulling fs layer [2020-08-28T11:20:48.678Z] 221eaa008020: Pulling fs layer [2020-08-28T11:20:48.678Z] 2a4607e5d6b9: Pulling fs layer [2020-08-28T11:20:48.678Z] 8f79b27c4fd2: Pulling fs layer [2020-08-28T11:20:48.678Z] e5c8dbe1645b: Pulling fs layer [2020-08-28T11:20:48.678Z] 23e8b3b47431: Pulling fs layer [2020-08-28T11:20:48.678Z] 5c568d65a230: Pulling fs layer [2020-08-28T11:20:48.678Z] 8f79b27c4fd2: Waiting [2020-08-28T11:20:48.678Z] e5c8dbe1645b: Waiting [2020-08-28T11:20:48.678Z] 23e8b3b47431: Waiting [2020-08-28T11:20:48.678Z] 221eaa008020: Waiting [2020-08-28T11:20:48.678Z] fe522b08c979: Verifying Checksum [2020-08-28T11:20:48.678Z] fe522b08c979: Download complete [2020-08-28T11:20:48.678Z] 408f87550127: Verifying Checksum [2020-08-28T11:20:48.678Z] 408f87550127: Download complete [2020-08-28T11:20:48.678Z] 2a4607e5d6b9: Verifying Checksum [2020-08-28T11:20:48.678Z] 2a4607e5d6b9: Download complete [2020-08-28T11:20:48.678Z] cbdbe7a5bc2a: Verifying Checksum [2020-08-28T11:20:48.678Z] cbdbe7a5bc2a: Download complete [2020-08-28T11:20:48.678Z] 8f79b27c4fd2: Verifying Checksum [2020-08-28T11:20:48.678Z] 8f79b27c4fd2: Download complete [2020-08-28T11:20:48.942Z] e5c8dbe1645b: Verifying Checksum [2020-08-28T11:20:48.942Z] e5c8dbe1645b: Download complete [2020-08-28T11:20:49.213Z] cbdbe7a5bc2a: Pull complete [2020-08-28T11:20:49.485Z] 23e8b3b47431: Verifying Checksum [2020-08-28T11:20:49.485Z] 23e8b3b47431: Download complete [2020-08-28T11:20:49.746Z] 408f87550127: Pull complete [2020-08-28T11:20:49.746Z] 5c568d65a230: Verifying Checksum [2020-08-28T11:20:49.746Z] 5c568d65a230: Download complete [2020-08-28T11:20:49.746Z] fe522b08c979: Pull complete [2020-08-28T11:20:50.319Z] 221eaa008020: Verifying Checksum [2020-08-28T11:20:50.319Z] 221eaa008020: Download complete [2020-08-28T11:20:55.642Z] 221eaa008020: Pull complete [2020-08-28T11:20:55.642Z] 2a4607e5d6b9: Pull complete [2020-08-28T11:20:55.904Z] 8f79b27c4fd2: Pull complete [2020-08-28T11:20:58.452Z] e5c8dbe1645b: Pull complete [2020-08-28T11:21:01.769Z] 23e8b3b47431: Pull complete [2020-08-28T11:21:03.167Z] 5c568d65a230: Pull complete [2020-08-28T11:21:03.167Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-08-28T11:21:03.167Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-28T11:21:03.167Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-08-28T11:21:03.322Z] prd-centos7-docker-4c-2g-576 does not seem to be running inside a container [2020-08-28T11:21:03.369Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/gexfoundry_device-snmp-go_master:/ws -w /ws --entrypoint= -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-08-28T11:21:04.218Z] $ docker top 1aeb88e2603a8977698da18da823285347f78a8583b179afe4a1f12ddb59f15d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-28T11:21:04.732Z] + snyk monitor '--org=edgex-jenkins' [2020-08-28T11:21:17.050Z] [2020-08-28T11:21:17.051Z] Monitoring /w/workspace/gexfoundry_device-snmp-go_master (github.com/edgexfoundry/device-snmp-go)... [2020-08-28T11:21:17.051Z] [2020-08-28T11:21:17.051Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/c76919d0-7345-4304-8954-aa03851194a6/history/2284b32d-558a-48e7-adfc-ed00e1f4f404 [2020-08-28T11:21:17.051Z] [2020-08-28T11:21:17.051Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-08-28T11:21:17.051Z] [2020-08-28T11:21:17.051Z] [2020-08-28T11:21:17.051Z] Snyk CLI supports Node.js 8 and higher. [2020-08-28T11:21:17.051Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-08-28T11:21:17.051Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-08-28T11:21:17.051Z] [2020-08-28T11:21:17.051Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-08-28T11:21:17.051Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-08-28T11:21:17.051Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2020-08-28T11:21:17.051Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-08-28T11:21:17.068Z] $ docker stop --time=1 1aeb88e2603a8977698da18da823285347f78a8583b179afe4a1f12ddb59f15d [2020-08-28T11:21:19.172Z] $ docker rm -f 1aeb88e2603a8977698da18da823285347f78a8583b179afe4a1f12ddb59f15d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:21:20.226Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-28T11:21:20.226Z] [2020-08-28T11:21:20.226Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:21:20.589Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-28T11:21:20.589Z] latest: Pulling from edgex-devops/edgex-klar [2020-08-28T11:21:20.589Z] e7c96db7181b: Pulling fs layer [2020-08-28T11:21:20.589Z] 1868ca2cb446: Pulling fs layer [2020-08-28T11:21:20.589Z] 136be5d0fe8e: Pulling fs layer [2020-08-28T11:21:20.589Z] 894bfe63afcb: Pulling fs layer [2020-08-28T11:21:20.589Z] 894bfe63afcb: Waiting [2020-08-28T11:21:20.589Z] 1868ca2cb446: Download complete [2020-08-28T11:21:20.589Z] 136be5d0fe8e: Download complete [2020-08-28T11:21:20.589Z] e7c96db7181b: Verifying Checksum [2020-08-28T11:21:20.589Z] e7c96db7181b: Download complete [2020-08-28T11:21:20.589Z] 894bfe63afcb: Verifying Checksum [2020-08-28T11:21:20.589Z] 894bfe63afcb: Download complete [2020-08-28T11:21:20.850Z] e7c96db7181b: Pull complete [2020-08-28T11:21:21.112Z] 1868ca2cb446: Pull complete [2020-08-28T11:21:21.373Z] 136be5d0fe8e: Pull complete [2020-08-28T11:21:21.634Z] 894bfe63afcb: Pull complete [2020-08-28T11:21:21.634Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-08-28T11:21:21.634Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-28T11:21:21.634Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-08-28T11:21:21.735Z] prd-centos7-docker-4c-2g-576 does not seem to be running inside a container [2020-08-28T11:21:21.779Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-28T11:21:22.687Z] $ docker top e208fa2cb139648848f4b51fa482b10f556fbd20c13e65ded9bd8d7262745d21 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-28T11:21:23.245Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-snmp-go:b72f034d41a4e7add9e1368711a8e2b22eb63515 [2020-08-28T11:21:23.245Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-28T11:21:27.644Z] $ docker stop --time=1 e208fa2cb139648848f4b51fa482b10f556fbd20c13e65ded9bd8d7262745d21 [2020-08-28T11:21:29.025Z] $ docker rm -f e208fa2cb139648848f4b51fa482b10f556fbd20c13e65ded9bd8d7262745d21 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:21:29.484Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-28T11:21:29.484Z] . [Pipeline] withDockerContainer [2020-08-28T11:21:29.573Z] prd-centos7-docker-4c-2g-576 does not seem to be running inside a container [2020-08-28T11:21:29.613Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-28T11:21:30.219Z] $ docker top fb1e4cfc36a49d3b0ab37c6e9f0acd8ce8773db938b5a3b9773e9ab650a55c78 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-28T11:21:30.762Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-snmp-go:b72f034d41a4e7add9e1368711a8e2b22eb63515 [2020-08-28T11:21:30.762Z] + tee [2020-08-28T11:21:30.762Z] clair timeout 1m0s [2020-08-28T11:21:30.762Z] docker timeout: 1m0s [2020-08-28T11:21:30.762Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-28T11:21:31.439Z] $ docker stop --time=1 fb1e4cfc36a49d3b0ab37c6e9f0acd8ce8773db938b5a3b9773e9ab650a55c78 [2020-08-28T11:21:32.798Z] $ docker rm -f fb1e4cfc36a49d3b0ab37c6e9f0acd8ce8773db938b5a3b9773e9ab650a55c78 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-28T11:21:33.245Z] + mkdir -p /w/workspace/gexfoundry_device-snmp-go_master/clair-reports [Pipeline] echo [2020-08-28T11:21:33.258Z] Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-snmp-go_master/clair-reports/clair_results_docker-device-snmp-go_b72f034d41a4e7add9e1368711a8e2b22eb63515.html [Pipeline] writeFile [Pipeline] step [2020-08-28T11:21:33.312Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:21:33.650Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-28T11:21:33.650Z] . [Pipeline] withDockerContainer [2020-08-28T11:21:33.741Z] prd-centos7-docker-4c-2g-576 does not seem to be running inside a container [2020-08-28T11:21:33.782Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-28T11:21:34.626Z] $ docker top 2de0d8852f74b46345bc4b04f18e15155c98b819fe80db125fee785241dec84a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-28T11:21:35.136Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:b72f034d41a4e7add9e1368711a8e2b22eb63515 [2020-08-28T11:21:35.136Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-28T11:21:38.581Z] $ docker stop --time=1 2de0d8852f74b46345bc4b04f18e15155c98b819fe80db125fee785241dec84a [2020-08-28T11:21:39.924Z] $ docker rm -f 2de0d8852f74b46345bc4b04f18e15155c98b819fe80db125fee785241dec84a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:21:40.389Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-28T11:21:40.389Z] . [Pipeline] withDockerContainer [2020-08-28T11:21:40.479Z] prd-centos7-docker-4c-2g-576 does not seem to be running inside a container [2020-08-28T11:21:40.555Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-28T11:21:41.239Z] $ docker top 2ad22557b3710ff8667f2c28d35814324a62a3f42e147c9faab80dcb56daa93d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-28T11:21:41.817Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:b72f034d41a4e7add9e1368711a8e2b22eb63515 [2020-08-28T11:21:41.818Z] + tee [2020-08-28T11:21:41.818Z] clair timeout 1m0s [2020-08-28T11:21:41.818Z] docker timeout: 1m0s [2020-08-28T11:21:41.818Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-28T11:21:42.490Z] $ docker stop --time=1 2ad22557b3710ff8667f2c28d35814324a62a3f42e147c9faab80dcb56daa93d [2020-08-28T11:21:43.850Z] $ docker rm -f 2ad22557b3710ff8667f2c28d35814324a62a3f42e147c9faab80dcb56daa93d [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-28T11:21:44.302Z] + mkdir -p /w/workspace/gexfoundry_device-snmp-go_master/clair-reports [Pipeline] echo [2020-08-28T11:21:44.314Z] Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-snmp-go_master/clair-reports/clair_results_docker-device-snmp-go-arm64_b72f034d41a4e7add9e1368711a8e2b22eb63515.html [Pipeline] writeFile [Pipeline] step [2020-08-28T11:21:44.383Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:21:45.372Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-28T11:21:45.372Z] . [Pipeline] withDockerContainer [2020-08-28T11:21:45.480Z] prd-centos7-docker-4c-2g-576 does not seem to be running inside a container [2020-08-28T11:21:45.522Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-28T11:21:46.138Z] $ docker top 826c85a39c1a80e8e9996fd7580cced4e59c2ab7c43d7e89599c11e258421cc7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-28T11:21:46.415Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-28T11:21:46.415Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-28T11:21:46.622Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-28T11:21:46.628Z] $ docker exec 826c85a39c1a80e8e9996fd7580cced4e59c2ab7c43d7e89599c11e258421cc7 ssh-agent [2020-08-28T11:21:46.795Z] SSH_AUTH_SOCK=/tmp/ssh-vVeL2INU4plp/agent.11 [2020-08-28T11:21:46.795Z] SSH_AGENT_PID=17 [2020-08-28T11:21:46.802Z] Running ssh-add (command line suppressed) [2020-08-28T11:21:46.936Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_5506882702748911809.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_5506882702748911809.key) [2020-08-28T11:21:46.981Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-28T11:21:47.305Z] + git semver tag [2020-08-28T11:21:47.305Z] # -> Open(): unable to determine branch for HEAD [2020-08-28T11:21:47.305Z] # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git [2020-08-28T11:21:47.305Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master [2020-08-28T11:21:47.305Z] # $SEMVER_REMOTE_NAME = origin [2020-08-28T11:21:47.305Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-28T11:21:47.305Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-28T11:21:47.305Z] # $SEMVER_BRANCH = master [2020-08-28T11:21:47.305Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver [2020-08-28T11:21:47.305Z] # b72f034d41a4e7add9e1368711a8e2b22eb63515 HEAD [2020-08-28T11:21:47.305Z] # -> Force: false [2020-08-28T11:21:47.305Z] # c31e4ed8f9a0fdfaed8aefe71b3215b3a8fb8d98 refs/tags/v1.2.3-dev.1 [Pipeline] } [2020-08-28T11:21:47.318Z] $ docker exec --env ******** --env ******** 826c85a39c1a80e8e9996fd7580cced4e59c2ab7c43d7e89599c11e258421cc7 ssh-agent -k [2020-08-28T11:21:47.434Z] unset SSH_AUTH_SOCK; [2020-08-28T11:21:47.434Z] unset SSH_AGENT_PID; [2020-08-28T11:21:47.434Z] echo Agent pid 17 killed; [2020-08-28T11:21:47.477Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-28T11:21:47.922Z] + git semver [Pipeline] } [2020-08-28T11:21:47.940Z] $ docker stop --time=1 826c85a39c1a80e8e9996fd7580cced4e59c2ab7c43d7e89599c11e258421cc7 [2020-08-28T11:21:49.266Z] $ docker rm -f 826c85a39c1a80e8e9996fd7580cced4e59c2ab7c43d7e89599c11e258421cc7 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:21:49.840Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-28T11:21:49.840Z] [2020-08-28T11:21:49.840Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:21:50.178Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-28T11:21:50.178Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-08-28T11:21:50.178Z] ab5ef0e58194: Pulling fs layer [2020-08-28T11:21:50.178Z] 9712f1f96733: Pulling fs layer [2020-08-28T11:21:50.178Z] 63f879dbbcfc: Pulling fs layer [2020-08-28T11:21:50.178Z] 0d9ebad4ef96: Pulling fs layer [2020-08-28T11:21:50.178Z] e9a5061849ea: Pulling fs layer [2020-08-28T11:21:50.178Z] d747dcd14b5f: Pulling fs layer [2020-08-28T11:21:50.178Z] 2de7ff778b66: Pulling fs layer [2020-08-28T11:21:50.178Z] e9a5061849ea: Waiting [2020-08-28T11:21:50.178Z] d747dcd14b5f: Waiting [2020-08-28T11:21:50.178Z] 2de7ff778b66: Waiting [2020-08-28T11:21:50.178Z] 0d9ebad4ef96: Waiting [2020-08-28T11:21:50.178Z] 9712f1f96733: Verifying Checksum [2020-08-28T11:21:50.178Z] 9712f1f96733: Download complete [2020-08-28T11:21:50.765Z] 63f879dbbcfc: Verifying Checksum [2020-08-28T11:21:50.765Z] 63f879dbbcfc: Download complete [2020-08-28T11:21:51.040Z] e9a5061849ea: Verifying Checksum [2020-08-28T11:21:51.040Z] e9a5061849ea: Download complete [2020-08-28T11:21:51.040Z] d747dcd14b5f: Verifying Checksum [2020-08-28T11:21:51.040Z] d747dcd14b5f: Download complete [2020-08-28T11:21:51.303Z] 2de7ff778b66: Verifying Checksum [2020-08-28T11:21:51.303Z] 2de7ff778b66: Download complete [2020-08-28T11:21:51.303Z] 0d9ebad4ef96: Verifying Checksum [2020-08-28T11:21:51.303Z] 0d9ebad4ef96: Download complete [2020-08-28T11:21:51.303Z] ab5ef0e58194: Verifying Checksum [2020-08-28T11:21:51.303Z] ab5ef0e58194: Download complete [2020-08-28T11:21:54.616Z] ab5ef0e58194: Pull complete [2020-08-28T11:21:54.880Z] 9712f1f96733: Pull complete [2020-08-28T11:21:58.190Z] 63f879dbbcfc: Pull complete [2020-08-28T11:22:04.803Z] 0d9ebad4ef96: Pull complete [2020-08-28T11:22:06.723Z] e9a5061849ea: Pull complete [2020-08-28T11:22:06.723Z] d747dcd14b5f: Pull complete [2020-08-28T11:22:09.274Z] 2de7ff778b66: Pull complete [2020-08-28T11:22:09.274Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-08-28T11:22:09.274Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-28T11:22:09.274Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-08-28T11:22:09.447Z] prd-centos7-docker-4c-2g-576 does not seem to be running inside a container [2020-08-28T11:22:09.491Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-08-28T11:22:13.829Z] $ docker top 679d9f6b7595a98621ba4a4984e4a2671c9c4f1326196d705a85df9e72c12f30 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-08-28T11:22:14.038Z] provisioning config files... [2020-08-28T11:22:14.057Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config8056276720908503771tmp [2020-08-28T11:22:14.074Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config1506912662797446720tmp [2020-08-28T11:22:14.088Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config7768854238351751776tmp [Pipeline] { [Pipeline] echo [2020-08-28T11:22:14.146Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-28T11:22:14.447Z] ---> sigul-configuration.sh [2020-08-28T11:22:14.447Z] gpg: directory `/root/.gnupg' created [2020-08-28T11:22:14.447Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-08-28T11:22:14.447Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-08-28T11:22:14.447Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-08-28T11:22:14.447Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-08-28T11:22:14.447Z] gpg: CAST5 encrypted data [2020-08-28T11:22:14.708Z] gpg: encrypted with 1 passphrase [2020-08-28T11:22:14.708Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-08-28T11:22:15.005Z] + mkdir /home/jenkins [2020-08-28T11:22:15.005Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-08-28T11:22:15.301Z] + 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-08-28T11:22:15.312Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-28T11:22:15.605Z] ---> sigul-install.sh [2020-08-28T11:22:20.904Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-08-28T11:22:21.219Z] + git tag --list [2020-08-28T11:22:21.219Z] v1.2.3-dev.1 [Pipeline] sh [2020-08-28T11:22:21.550Z] + lftools sign git-tag v1.2.3-dev.1 [2020-08-28T11:22:22.941Z] Signing Git tag with Sigul... [2020-08-28T11:22:22.941Z] Signing v1.2.3-dev.1 [2020-08-28T11:22:23.511Z] Error: Authentication failed [Pipeline] echo [2020-08-28T11:22:23.521Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-28T11:22:23.813Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-08-28T11:22:23.821Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-08-28T11:22:23.913Z] $ docker stop --time=1 679d9f6b7595a98621ba4a4984e4a2671c9c4f1326196d705a85df9e72c12f30 [2020-08-28T11:22:25.873Z] $ docker rm -f 679d9f6b7595a98621ba4a4984e4a2671c9c4f1326196d705a85df9e72c12f30 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:22:26.735Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-28T11:22:26.735Z] . [Pipeline] withDockerContainer [2020-08-28T11:22:26.844Z] prd-centos7-docker-4c-2g-576 does not seem to be running inside a container [2020-08-28T11:22:26.894Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-28T11:22:27.575Z] $ docker top 7f0ac3a988bf3be5c1870a37753532dcc66b027b977404e7d0dfe90dc9f71e12 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-28T11:22:27.899Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-28T11:22:27.899Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-28T11:22:28.095Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-28T11:22:28.101Z] $ docker exec 7f0ac3a988bf3be5c1870a37753532dcc66b027b977404e7d0dfe90dc9f71e12 ssh-agent [2020-08-28T11:22:28.280Z] SSH_AUTH_SOCK=/tmp/ssh-iCdedo6fWG26/agent.12 [2020-08-28T11:22:28.280Z] SSH_AGENT_PID=17 [2020-08-28T11:22:28.289Z] Running ssh-add (command line suppressed) [2020-08-28T11:22:28.415Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_8288106204543381763.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_8288106204543381763.key) [2020-08-28T11:22:28.463Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-28T11:22:28.805Z] + git semver bump pre [2020-08-28T11:22:28.805Z] # -> Open(): unable to determine branch for HEAD [2020-08-28T11:22:28.805Z] # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git [2020-08-28T11:22:28.805Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master [2020-08-28T11:22:28.805Z] # $SEMVER_REMOTE_NAME = origin [2020-08-28T11:22:28.805Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-28T11:22:28.805Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-28T11:22:28.805Z] # $SEMVER_BRANCH = master [2020-08-28T11:22:28.805Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver [2020-08-28T11:22:28.805Z] 1.2.3-dev.2 [Pipeline] } [2020-08-28T11:22:28.818Z] $ docker exec --env ******** --env ******** 7f0ac3a988bf3be5c1870a37753532dcc66b027b977404e7d0dfe90dc9f71e12 ssh-agent -k [2020-08-28T11:22:28.937Z] unset SSH_AUTH_SOCK; [2020-08-28T11:22:28.937Z] unset SSH_AGENT_PID; [2020-08-28T11:22:28.937Z] echo Agent pid 17 killed; [2020-08-28T11:22:28.986Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-28T11:22:29.451Z] + git semver [Pipeline] } [2020-08-28T11:22:29.467Z] $ docker stop --time=1 7f0ac3a988bf3be5c1870a37753532dcc66b027b977404e7d0dfe90dc9f71e12 [2020-08-28T11:22:30.800Z] $ docker rm -f 7f0ac3a988bf3be5c1870a37753532dcc66b027b977404e7d0dfe90dc9f71e12 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:22:31.311Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-28T11:22:31.311Z] . [Pipeline] withDockerContainer [2020-08-28T11:22:31.408Z] prd-centos7-docker-4c-2g-576 does not seem to be running inside a container [2020-08-28T11:22:31.451Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-28T11:22:32.063Z] $ docker top 41ca9f831df3770033c1570922934f8a68bb2193eba3dfb6c38e014baf7a9fa8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-28T11:22:32.361Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-28T11:22:32.361Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-28T11:22:32.543Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-28T11:22:32.549Z] $ docker exec 41ca9f831df3770033c1570922934f8a68bb2193eba3dfb6c38e014baf7a9fa8 ssh-agent [2020-08-28T11:22:32.717Z] SSH_AUTH_SOCK=/tmp/ssh-NwmtViJRaAUd/agent.12 [2020-08-28T11:22:32.717Z] SSH_AGENT_PID=18 [2020-08-28T11:22:32.723Z] Running ssh-add (command line suppressed) [2020-08-28T11:22:32.849Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_8178094745066527158.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_8178094745066527158.key) [2020-08-28T11:22:32.905Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-28T11:22:33.241Z] + git semver push [2020-08-28T11:22:33.241Z] # -> Open(): unable to determine branch for HEAD [2020-08-28T11:22:33.241Z] # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git [2020-08-28T11:22:33.241Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master [2020-08-28T11:22:33.241Z] # $SEMVER_REMOTE_NAME = origin [2020-08-28T11:22:33.241Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-28T11:22:33.241Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-28T11:22:33.241Z] # $SEMVER_BRANCH = master [2020-08-28T11:22:33.241Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver [Pipeline] } [2020-08-28T11:22:39.844Z] $ docker exec --env ******** --env ******** 41ca9f831df3770033c1570922934f8a68bb2193eba3dfb6c38e014baf7a9fa8 ssh-agent -k [2020-08-28T11:22:39.983Z] unset SSH_AUTH_SOCK; [2020-08-28T11:22:39.983Z] unset SSH_AGENT_PID; [2020-08-28T11:22:39.984Z] echo Agent pid 18 killed; [2020-08-28T11:22:40.032Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-28T11:22:40.594Z] + git semver [Pipeline] } [2020-08-28T11:22:40.620Z] $ docker stop --time=1 41ca9f831df3770033c1570922934f8a68bb2193eba3dfb6c38e014baf7a9fa8 [2020-08-28T11:22:41.986Z] $ docker rm -f 41ca9f831df3770033c1570922934f8a68bb2193eba3dfb6c38e014baf7a9fa8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-08-28T11:22:43.360Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-28T11:22:43.923Z] ---> package-listing.sh [2020-08-28T11:22:43.923Z] ++ facter osfamily [2020-08-28T11:22:43.923Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-28T11:22:43.923Z] + OS_FAMILY=redhat [2020-08-28T11:22:43.923Z] + workspace=/w/workspace/gexfoundry_device-snmp-go_master [2020-08-28T11:22:43.923Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-28T11:22:43.923Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-28T11:22:43.923Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-28T11:22:43.923Z] + PACKAGES=/tmp/packages_start.txt [2020-08-28T11:22:43.923Z] + '[' /w/workspace/gexfoundry_device-snmp-go_master ']' [2020-08-28T11:22:43.923Z] + PACKAGES=/tmp/packages_end.txt [2020-08-28T11:22:43.923Z] + case "${OS_FAMILY}" in [2020-08-28T11:22:43.923Z] + rpm -qa [2020-08-28T11:22:43.923Z] + sort [2020-08-28T11:22:48.143Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-28T11:22:48.143Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-28T11:22:48.143Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-28T11:22:48.143Z] + '[' /w/workspace/gexfoundry_device-snmp-go_master ']' [2020-08-28T11:22:48.143Z] + mkdir -p /w/workspace/gexfoundry_device-snmp-go_master/archives/ [2020-08-28T11:22:48.143Z] + 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-08-28T11:22:48.742Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-28T11:22:48.742Z] [2020-08-28T11:22:48.742Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:22:49.083Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-28T11:22:49.083Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-28T11:22:49.083Z] c9b1b535fdd9: Pulling fs layer [2020-08-28T11:22:49.083Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-28T11:22:49.083Z] 756a868c4378: Pulling fs layer [2020-08-28T11:22:49.083Z] 444b2fc9a129: Pulling fs layer [2020-08-28T11:22:49.083Z] ea15f1150254: Pulling fs layer [2020-08-28T11:22:49.083Z] 41b27a9f41bf: Pulling fs layer [2020-08-28T11:22:49.083Z] 28c525ee5125: Pulling fs layer [2020-08-28T11:22:49.083Z] 094b1ea09ed8: Pulling fs layer [2020-08-28T11:22:49.083Z] 138eaada9080: Pulling fs layer [2020-08-28T11:22:49.083Z] 0622d0fa9048: Pulling fs layer [2020-08-28T11:22:49.083Z] 444b2fc9a129: Waiting [2020-08-28T11:22:49.083Z] 094b1ea09ed8: Waiting [2020-08-28T11:22:49.083Z] 138eaada9080: Waiting [2020-08-28T11:22:49.083Z] ea15f1150254: Waiting [2020-08-28T11:22:49.083Z] 0622d0fa9048: Waiting [2020-08-28T11:22:49.083Z] 28c525ee5125: Waiting [2020-08-28T11:22:49.083Z] 2cc5ad85d9ab: Download complete [2020-08-28T11:22:49.083Z] 444b2fc9a129: Verifying Checksum [2020-08-28T11:22:49.083Z] 444b2fc9a129: Download complete [2020-08-28T11:22:49.083Z] c9b1b535fdd9: Verifying Checksum [2020-08-28T11:22:49.083Z] c9b1b535fdd9: Download complete [2020-08-28T11:22:49.083Z] ea15f1150254: Download complete [2020-08-28T11:22:49.354Z] 28c525ee5125: Verifying Checksum [2020-08-28T11:22:49.354Z] 28c525ee5125: Download complete [2020-08-28T11:22:49.625Z] 756a868c4378: Verifying Checksum [2020-08-28T11:22:49.625Z] 756a868c4378: Download complete [2020-08-28T11:22:49.625Z] c9b1b535fdd9: Pull complete [2020-08-28T11:22:49.625Z] 138eaada9080: Verifying Checksum [2020-08-28T11:22:49.625Z] 138eaada9080: Download complete [2020-08-28T11:22:49.888Z] 0622d0fa9048: Verifying Checksum [2020-08-28T11:22:49.888Z] 0622d0fa9048: Download complete [2020-08-28T11:22:49.888Z] 094b1ea09ed8: Verifying Checksum [2020-08-28T11:22:49.888Z] 094b1ea09ed8: Download complete [2020-08-28T11:22:50.149Z] 41b27a9f41bf: Verifying Checksum [2020-08-28T11:22:50.149Z] 41b27a9f41bf: Download complete [2020-08-28T11:22:50.411Z] 2cc5ad85d9ab: Pull complete [2020-08-28T11:22:51.801Z] 756a868c4378: Pull complete [2020-08-28T11:22:51.801Z] 444b2fc9a129: Pull complete [2020-08-28T11:22:52.062Z] ea15f1150254: Pull complete [2020-08-28T11:22:56.290Z] 41b27a9f41bf: Pull complete [2020-08-28T11:22:56.290Z] 28c525ee5125: Pull complete [2020-08-28T11:22:58.218Z] 094b1ea09ed8: Pull complete [2020-08-28T11:22:58.480Z] 138eaada9080: Pull complete [2020-08-28T11:22:58.741Z] 0622d0fa9048: Pull complete [2020-08-28T11:22:58.741Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-28T11:22:58.741Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-28T11:22:58.741Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-28T11:22:58.882Z] prd-centos7-docker-4c-2g-576 does not seem to be running inside a container [2020-08-28T11:22:58.921Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-28T11:23:01.106Z] $ docker top bc3ac4d4c9067883e3dcddfe1412636c9b008b208143a137579b57cded470bfd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-28T11:23:01.373Z] provisioning config files... [2020-08-28T11:23:01.386Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config2438695666354064666tmp [Pipeline] { [Pipeline] echo [2020-08-28T11:23:01.458Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-28T11:23:01.766Z] ---> create-netrc.sh [Pipeline] echo [2020-08-28T11:23:01.780Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-28T11:23:02.071Z] ---> logs-deploy.sh [2020-08-28T11:23:02.071Z] + ARCHIVE_ARTIFACTS= [2020-08-28T11:23:02.071Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-28T11:23:02.071Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-28T11:23:02.071Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-28T11:23:02.071Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/master/12 [2020-08-28T11:23:02.071Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-snmp-go/job/master/12/ [2020-08-28T11:23:02.071Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/master/12 /w/workspace/gexfoundry_device-snmp-go_master [2020-08-28T11:23:03.015Z] Archives upload complete. [2020-08-28T11:23:03.275Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/master/12 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-snmp-go/job/master/12/