Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f4258dd5ce188e27982a4ce32d4fe9ebb57e3cd6 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 370697454611dc68c0596e0d0a50477a8de841a8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-snmp-go, goVersion:1.13] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-snmp-go-settings PROJECT: device-snmp-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-snmp-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3499 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 Fetching without tags Cloning repository git@github.com:edgexfoundry/device-snmp-go.git > git init /w/workspace/gexfoundry_device-snmp-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > 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 f4258dd5ce188e27982a4ce32d4fe9ebb57e3cd6 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f f4258dd5ce188e27982a4ce32d4fe9ebb57e3cd6 # timeout=10 Commit message: "Merge pull request #53 from jamesrgregg/update-pr-template" > git rev-list --no-walk f8f17c2013d07295decc13e984e4b5973bc1f0af # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:51:05 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:51:05 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:51:05 ========================================================= 04:51:05 EdgeX Global Pipelines Version Info 04:51:05 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:51:07 ------------------- 04:51:07 stable info: 04:51:07 ------------------- 04:51:07 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:51:07 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 04:51:07 Message: update stable to v1.0.89 04:51:08 ------------------- 04:51:08 experimental info: 04:51:08 ------------------- 04:51:08 Commited By: **** collab-it+edgex@linuxfoundation.org 04:51:08 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 04:51:08 Message: update experimental to v1.0.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 04:51:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:51:09 04:51:09 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:51:09 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:51:09 latest: Pulling from edgex-devops/git-semver 04:51:09 9123ac7c32f7: Pulling fs layer 04:51:09 b8cc5d1170e3: Pulling fs layer 04:51:09 2924cbbf6a41: Pulling fs layer 04:51:09 93b08a4f1073: Pulling fs layer 04:51:09 93b08a4f1073: Waiting 04:51:09 b8cc5d1170e3: Verifying Checksum 04:51:09 b8cc5d1170e3: Download complete 04:51:10 9123ac7c32f7: Verifying Checksum 04:51:10 9123ac7c32f7: Download complete 04:51:10 2924cbbf6a41: Verifying Checksum 04:51:10 2924cbbf6a41: Download complete 04:51:10 93b08a4f1073: Verifying Checksum 04:51:10 93b08a4f1073: Download complete 04:51:10 9123ac7c32f7: Pull complete 04:51:10 b8cc5d1170e3: Pull complete 04:51:11 2924cbbf6a41: Pull complete 04:51:11 93b08a4f1073: Pull complete 04:51:11 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 04:51:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:51:11 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:51:11 prd-centos7-docker-4c-2g-3499 does not seem to be running inside a container 04:51:11 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:51:13 $ docker top 9e571a83c072dbe5f52954a7bab04017121ae5e2be9ad363499351fe55b47687 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:51:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:51:14 [ssh-agent] Looking for ssh-agent implementation... 04:51:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:51:14 $ docker exec 9e571a83c072dbe5f52954a7bab04017121ae5e2be9ad363499351fe55b47687 ssh-agent 04:51:14 SSH_AUTH_SOCK=/tmp/ssh-wgXD5aYpOOmD/agent.12 04:51:14 SSH_AGENT_PID=17 04:51:14 Running ssh-add (command line suppressed) 04:51:14 Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_445720381595817959.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_445720381595817959.key) 04:51:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:51:15 + git describe --exact-match --tags HEAD 04:51:15 fatal: No names found, cannot describe anything. [Pipeline] } 04:51:15 $ docker exec --env ******** --env ******** 9e571a83c072dbe5f52954a7bab04017121ae5e2be9ad363499351fe55b47687 ssh-agent -k 04:51:15 unset SSH_AUTH_SOCK; 04:51:15 unset SSH_AGENT_PID; 04:51:15 echo Agent pid 17 killed; 04:51:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 04:51:15 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 04:51:15 This usually means this commit has not been tagged. [Pipeline] sshagent 04:51:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:51:15 [ssh-agent] Looking for ssh-agent implementation... 04:51:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:51:15 $ docker exec 9e571a83c072dbe5f52954a7bab04017121ae5e2be9ad363499351fe55b47687 ssh-agent 04:51:16 SSH_AUTH_SOCK=/tmp/ssh-ZJCqYug3q3gE/agent.45 04:51:16 SSH_AGENT_PID=50 04:51:16 Running ssh-add (command line suppressed) 04:51:16 Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_2299428176191126438.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_2299428176191126438.key) 04:51:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:51:16 + git semver init 04:51:16 # -> Open(): unable to determine branch for HEAD 04:51:16 # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git 04:51:16 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master 04:51:16 # $SEMVER_REMOTE_NAME = origin 04:51:16 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:51:16 # $SEMVER_USER_NAME = edgex-jenkins 04:51:16 # $SEMVER_BRANCH = master 04:51:16 # $SEMVER_TEMP = /tmp/semver-005384596 04:51:16 # git clone --branch semver git@github.com:edgexfoundry/device-snmp-go.git $SEMVER_TEMP 04:51:17 # '/tmp/semver-005384596' -> '/w/workspace/gexfoundry_device-snmp-go_master/.semver' 04:51:17 # -> Force: false 04:51:17 # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver [Pipeline] } 04:51:17 $ docker exec --env ******** --env ******** 9e571a83c072dbe5f52954a7bab04017121ae5e2be9ad363499351fe55b47687 ssh-agent -k 04:51:17 unset SSH_AUTH_SOCK; 04:51:17 unset SSH_AGENT_PID; 04:51:17 echo Agent pid 50 killed; 04:51:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:51:17 + git semver [Pipeline] } 04:51:17 $ docker stop --time=1 9e571a83c072dbe5f52954a7bab04017121ae5e2be9ad363499351fe55b47687 04:51:19 $ docker rm -f 9e571a83c072dbe5f52954a7bab04017121ae5e2be9ad363499351fe55b47687 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 04:51:19 Stashed 36 file(s) [Pipeline] echo 04:51:19 [edgeXSemver] initialized semver on version 1.2.2-dev.1 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 04:51:34 Still waiting to schedule task 04:51:34 ‘prd-centos7-docker-4c-2g-3500’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-2075’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3317’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3496’ doesn’t have label ‘centos7-docker-4c-2g’ 04:51:34 Still waiting to schedule task 04:51:34 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 04:53:14 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3502 in /w/workspace/gexfoundry_device-snmp-go_master [Pipeline] { [Pipeline] ws 04:53:14 Running in /w/workspace/device-snmp-go/9 [Pipeline] { [Pipeline] checkout 04:53:18 using credential edgex-jenkins-ssh 04:53:18 Cloning the remote Git repository 04:53:18 Cloning with configured refspecs honoured and without tags 04:53:18 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 04:53:19 > git init /w/workspace/device-snmp-go/9 # timeout=10 04:53:19 Fetching without tags 04:53:19 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 04:53:19 > git --version # timeout=10 04:53:19 using GIT_SSH to set credentials SSH Credentials for GitHub 04:53:19 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 04:53:19 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 04:53:19 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:53:19 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 04:53:19 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 04:53:19 using GIT_SSH to set credentials SSH Credentials for GitHub 04:53:19 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 04:53:20 Checking out Revision f4258dd5ce188e27982a4ce32d4fe9ebb57e3cd6 (master) 04:53:20 > git config core.sparsecheckout # timeout=10 04:53:20 > git checkout -f f4258dd5ce188e27982a4ce32d4fe9ebb57e3cd6 # timeout=10 04:53:24 Commit message: "Merge pull request #53 from jamesrgregg/update-pr-template" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 04:53:25 ========================================================= 04:53:25 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 04:53:25 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:53:26 + 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 . 04:53:27 Sending build context to Docker daemon 367.6kB 04:53:27 Step 1/10 : ARG BASE=golang:1.13-alpine 04:53:27 Step 2/10 : FROM ${BASE} 04:53:27 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:53:27 cde5963f3b93: Pulling fs layer 04:53:27 2a23fa8c16f7: Pulling fs layer 04:53:27 777b28850792: Pulling fs layer 04:53:27 8a11ddd9e578: Pulling fs layer 04:53:27 4cf88f913ddb: Pulling fs layer 04:53:27 1df406cf5192: Pulling fs layer 04:53:27 cd6300453558: Pulling fs layer 04:53:27 b9c365052c96: Pulling fs layer 04:53:27 a2d8cc88f415: Pulling fs layer 04:53:27 ea1d1ca13537: Pulling fs layer 04:53:27 3750a50a1c5e: Pulling fs layer 04:53:27 8a11ddd9e578: Waiting 04:53:27 4cf88f913ddb: Waiting 04:53:27 1df406cf5192: Waiting 04:53:27 cd6300453558: Waiting 04:53:27 b9c365052c96: Waiting 04:53:27 a2d8cc88f415: Waiting 04:53:27 ea1d1ca13537: Waiting 04:53:27 3750a50a1c5e: Waiting 04:53:27 777b28850792: Verifying Checksum 04:53:27 777b28850792: Download complete 04:53:27 2a23fa8c16f7: Verifying Checksum 04:53:27 2a23fa8c16f7: Download complete 04:53:27 4cf88f913ddb: Verifying Checksum 04:53:27 4cf88f913ddb: Download complete 04:53:27 1df406cf5192: Verifying Checksum 04:53:27 1df406cf5192: Download complete 04:53:27 cde5963f3b93: Download complete 04:53:28 cde5963f3b93: Pull complete 04:53:29 2a23fa8c16f7: Pull complete 04:53:29 777b28850792: Pull complete 04:53:29 cd6300453558: Verifying Checksum 04:53:29 cd6300453558: Download complete 04:53:29 a2d8cc88f415: Download complete 04:53:31 ea1d1ca13537: Verifying Checksum 04:53:31 ea1d1ca13537: Download complete 04:53:31 3750a50a1c5e: Verifying Checksum 04:53:31 3750a50a1c5e: Download complete 04:53:32 b9c365052c96: Verifying Checksum 04:53:32 b9c365052c96: Download complete 04:53:32 8a11ddd9e578: Download complete 04:53:45 8a11ddd9e578: Pull complete 04:53:45 4cf88f913ddb: Pull complete 04:53:45 1df406cf5192: Pull complete 04:53:49 cd6300453558: Pull complete 04:53:53 b9c365052c96: Pull complete 04:53:54 a2d8cc88f415: Pull complete 04:53:56 ea1d1ca13537: Pull complete 04:53:56 3750a50a1c5e: Pull complete 04:53:56 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 04:53:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 04:53:56 ---> 78745c68409d 04:53:56 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 04:54:02 ---> Running in daf91a9915c3 04:54:02 Removing intermediate container daf91a9915c3 04:54:02 ---> 5f44fc668d61 04:54:02 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 04:54:02 ---> Running in 756d13228e8f 04:54:02 Removing intermediate container 756d13228e8f 04:54:02 ---> 04ecf1d0c193 04:54:02 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' 04:54:02 ---> Running in b2843ead32ab 04:54:02 Removing intermediate container b2843ead32ab 04:54:02 ---> 3013a4273333 04:54:02 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:54:02 ---> Running in e339b4b16c6d 04:54:05 Removing intermediate container e339b4b16c6d 04:54:05 ---> edfba5e066d8 04:54:05 Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:54:05 ---> Running in 6c8970a81c37 04:54:06 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 04:54:07 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 04:54:08 OK: 125 MiB in 39 packages 04:54:09 Removing intermediate container 6c8970a81c37 04:54:09 ---> c778ac05b4c9 04:54:09 Step 8/10 : WORKDIR /device-snmp-go 04:54:09 ---> Running in 6f8fb3d5d20c 04:54:10 Removing intermediate container 6f8fb3d5d20c 04:54:10 ---> a4c4f062d033 04:54:10 Step 9/10 : COPY . . 04:54:10 ---> 2c40e74c05e8 04:54:10 Step 10/10 : RUN go mod download 04:54:11 ---> Running in 955b7ded21a9 04:54:12 Running on prd-centos7-docker-4c-2g-3503 in /w/workspace/gexfoundry_device-snmp-go_master [Pipeline] { [Pipeline] ws 04:54:12 Running in /w/workspace/device-snmp-go/9 [Pipeline] { [Pipeline] checkout 04:54:14 go: finding github.com/BurntSushi/toml v0.3.1 04:54:14 go: finding github.com/OneOfOne/xxhash v1.2.6 04:54:14 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:54:14 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:54:14 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:54:14 go: finding github.com/bgentry/speakeasy v0.1.0 04:54:14 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:54:14 go: finding github.com/davecgh/go-spew v1.1.1 04:54:14 go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 04:54:14 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 04:54:14 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:54:14 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:54:14 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 04:54:14 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:54:14 go: finding github.com/fatih/color v1.7.0 04:54:14 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:54:14 go: finding github.com/go-kit/kit v0.8.0 04:54:14 go: finding github.com/go-logfmt/logfmt v0.4.0 04:54:14 go: finding github.com/go-stack/stack v1.8.0 04:54:14 go: finding github.com/golang/mock v1.2.0 04:54:14 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:54:14 go: finding github.com/google/uuid v1.1.0 04:54:14 go: finding github.com/gorilla/mux v1.7.1 04:54:14 go: finding github.com/hashicorp/consul/api v1.1.0 04:54:14 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:54:14 go: finding github.com/hashicorp/errwrap v1.0.0 04:54:14 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:54:14 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:54:14 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:54:14 go: finding github.com/hashicorp/go-multierror v1.0.0 04:54:14 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:54:14 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:54:14 go: finding github.com/hashicorp/go-syslog v1.0.0 04:54:14 go: finding github.com/hashicorp/go-uuid v1.0.1 04:54:14 go: finding github.com/hashicorp/go.net v0.0.1 04:54:14 go: finding github.com/hashicorp/golang-lru v0.5.0 04:54:14 go: finding github.com/hashicorp/logutils v1.0.0 04:54:14 go: finding github.com/hashicorp/mdns v1.0.0 04:54:14 go: finding github.com/hashicorp/memberlist v0.1.3 04:54:14 go: finding github.com/hashicorp/serf v0.8.2 04:54:14 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:54:14 go: finding github.com/mattn/go-colorable v0.0.9 04:54:14 go: finding github.com/mattn/go-isatty v0.0.3 04:54:14 go: finding github.com/miekg/dns v1.0.14 04:54:14 go: finding github.com/mitchellh/cli v1.0.0 04:54:14 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:54:14 go: finding github.com/mitchellh/copystructure v1.0.0 04:54:14 go: finding github.com/mitchellh/go-homedir v1.0.0 04:54:14 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:54:14 go: finding github.com/mitchellh/gox v0.4.0 04:54:14 go: finding github.com/mitchellh/iochan v1.0.0 04:54:14 go: finding github.com/mitchellh/mapstructure v1.1.2 04:54:14 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:54:14 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:54:14 go: finding github.com/pelletier/go-toml v1.2.0 04:54:14 go: finding github.com/pkg/errors v0.8.1 04:54:14 go: finding github.com/pmezard/go-difflib v1.0.0 04:54:14 go: finding github.com/posener/complete v1.1.1 04:54:14 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:54:14 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:54:14 go: finding github.com/soniah/gosnmp v1.21.0 04:54:14 go: finding github.com/stretchr/objx v0.1.0 04:54:14 go: finding github.com/stretchr/testify v1.5.1 04:54:14 go: finding github.com/ugorji/go v1.1.4 04:54:14 go: finding github.com/x448/float16 v0.8.4 04:54:14 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 04:54:14 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 04:54:14 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:54:14 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 04:54:14 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 04:54:14 go: finding gopkg.in/yaml.v2 v2.2.8 04:54:15 using credential edgex-jenkins-ssh 04:54:15 Cloning the remote Git repository 04:54:15 Cloning with configured refspecs honoured and without tags 04:54:15 Fetching without tags 04:54:15 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 04:54:15 > git init /w/workspace/device-snmp-go/9 # timeout=10 04:54:15 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 04:54:15 > git --version # timeout=10 04:54:15 using GIT_SSH to set credentials SSH Credentials for GitHub 04:54:15 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 04:54:15 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 04:54:15 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:54:15 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 04:54:15 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 04:54:15 using GIT_SSH to set credentials SSH Credentials for GitHub 04:54:15 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 04:54:16 Checking out Revision f4258dd5ce188e27982a4ce32d4fe9ebb57e3cd6 (master) 04:54:16 > git config core.sparsecheckout # timeout=10 04:54:16 > git checkout -f f4258dd5ce188e27982a4ce32d4fe9ebb57e3cd6 # timeout=10 04:54:20 Commit message: "Merge pull request #53 from jamesrgregg/update-pr-template" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 04:54:20 ========================================================= 04:54:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 04:54:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:54:21 + 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 . 04:54:21 Sending build context to Docker daemon 367.6kB 04:54:21 Step 1/10 : ARG BASE=golang:1.13-alpine 04:54:21 Step 2/10 : FROM ${BASE} 04:54:21 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 04:54:21 e6b0cf9c0882: Pulling fs layer 04:54:21 2848faf0eed1: Pulling fs layer 04:54:21 0f37312ad70f: Pulling fs layer 04:54:21 5788d62ee057: Pulling fs layer 04:54:21 0e6b1d234666: Pulling fs layer 04:54:21 bf5d7aec512f: Pulling fs layer 04:54:21 34c802a77dc8: Pulling fs layer 04:54:21 9eb99e56ec68: Pulling fs layer 04:54:21 27c7a5d97fbd: Pulling fs layer 04:54:21 5c102a31e300: Pulling fs layer 04:54:21 dcfb455df0a1: Pulling fs layer 04:54:21 5788d62ee057: Waiting 04:54:21 0e6b1d234666: Waiting 04:54:21 bf5d7aec512f: Waiting 04:54:21 34c802a77dc8: Waiting 04:54:21 9eb99e56ec68: Waiting 04:54:21 27c7a5d97fbd: Waiting 04:54:21 5c102a31e300: Waiting 04:54:21 dcfb455df0a1: Waiting 04:54:21 0f37312ad70f: Verifying Checksum 04:54:21 0f37312ad70f: Download complete 04:54:21 2848faf0eed1: Verifying Checksum 04:54:21 2848faf0eed1: Download complete 04:54:21 0e6b1d234666: Verifying Checksum 04:54:21 0e6b1d234666: Download complete 04:54:21 bf5d7aec512f: Verifying Checksum 04:54:21 bf5d7aec512f: Download complete 04:54:21 e6b0cf9c0882: Verifying Checksum 04:54:21 e6b0cf9c0882: Download complete 04:54:22 e6b0cf9c0882: Pull complete 04:54:22 34c802a77dc8: Download complete 04:54:22 27c7a5d97fbd: Verifying Checksum 04:54:22 27c7a5d97fbd: Download complete 04:54:23 2848faf0eed1: Pull complete 04:54:23 5c102a31e300: Verifying Checksum 04:54:23 5c102a31e300: Download complete 04:54:23 dcfb455df0a1: Verifying Checksum 04:54:23 dcfb455df0a1: Download complete 04:54:23 0f37312ad70f: Pull complete 04:54:23 9eb99e56ec68: Verifying Checksum 04:54:23 9eb99e56ec68: Download complete 04:54:23 5788d62ee057: Verifying Checksum 04:54:23 5788d62ee057: Download complete 04:54:24 Removing intermediate container 955b7ded21a9 04:54:24 ---> d232b2ace34f 04:54:24 Successfully built d232b2ace34f 04:54:24 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:54:25 + docker inspect -f . ci-base-image-arm64 04:54:25 . [Pipeline] withDockerContainer 04:54:25 prd-ubuntu18.04-docker-arm64-4c-16g-3502 does not seem to be running inside a container 04:54:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/9 -v /w/workspace/device-snmp-go/9:/w/workspace/device-snmp-go/9:rw,z -v /w/workspace/device-snmp-go/9@tmp:/w/workspace/device-snmp-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:54:27 $ docker top b9760832f73718553c656e5e394a6e544c828998da79254603b098a721236856 -eo pid,comm [Pipeline] { [Pipeline] sh 04:54:29 + go version 04:54:29 go version go1.13.5 linux/arm64 [Pipeline] sh 04:54:30 + make test 04:54:30 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 04:54:31 ? github.com/edgexfoundry/device-snmp-go [no test files] 04:54:31 5788d62ee057: Pull complete 04:54:31 0e6b1d234666: Pull complete 04:54:31 bf5d7aec512f: Pull complete 04:54:35 34c802a77dc8: Pull complete 04:54:38 9eb99e56ec68: Pull complete 04:54:38 27c7a5d97fbd: Pull complete 04:54:39 5c102a31e300: Pull complete 04:54:39 dcfb455df0a1: Pull complete 04:54:39 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 04:54:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 04:54:39 ---> 7c70fe431013 04:54:39 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 04:54:41 ---> Running in 5206405c1a67 04:54:41 Removing intermediate container 5206405c1a67 04:54:41 ---> 5c3cd23abfd6 04:54:41 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 04:54:41 ---> Running in dff20670c265 04:54:41 Removing intermediate container dff20670c265 04:54:41 ---> 47a05fde92ba 04:54:41 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' 04:54:41 ---> Running in 84082d4f7a4a 04:54:42 Removing intermediate container 84082d4f7a4a 04:54:42 ---> 93ee1d6790e0 04:54:42 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:54:42 ---> Running in ba1b33ca96f0 04:54:43 Removing intermediate container ba1b33ca96f0 04:54:43 ---> 2707e38e4722 04:54:43 Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:54:43 ---> Running in 4eb752320a54 04:54:44 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 04:54:44 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 04:54:45 OK: 143 MiB in 39 packages 04:54:45 Removing intermediate container 4eb752320a54 04:54:45 ---> 939fbde1734a 04:54:45 Step 8/10 : WORKDIR /device-snmp-go 04:54:45 ---> Running in 7dfd6404abf6 04:54:45 Removing intermediate container 7dfd6404abf6 04:54:45 ---> 9732c61f0ba9 04:54:45 Step 9/10 : COPY . . 04:54:46 ---> b91b5f87c929 04:54:46 Step 10/10 : RUN go mod download 04:54:46 ---> Running in 54bdf5ddd6a8 04:54:48 go: finding github.com/BurntSushi/toml v0.3.1 04:54:48 go: finding github.com/OneOfOne/xxhash v1.2.6 04:54:48 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:54:48 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:54:48 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:54:48 go: finding github.com/bgentry/speakeasy v0.1.0 04:54:48 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:54:48 go: finding github.com/davecgh/go-spew v1.1.1 04:54:48 go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 04:54:48 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 04:54:48 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:54:48 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:54:48 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 04:54:48 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:54:48 go: finding github.com/fatih/color v1.7.0 04:54:48 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:54:48 go: finding github.com/go-kit/kit v0.8.0 04:54:48 go: finding github.com/go-logfmt/logfmt v0.4.0 04:54:48 go: finding github.com/go-stack/stack v1.8.0 04:54:48 go: finding github.com/golang/mock v1.2.0 04:54:48 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:54:48 go: finding github.com/google/uuid v1.1.0 04:54:48 go: finding github.com/gorilla/mux v1.7.1 04:54:48 go: finding github.com/hashicorp/consul/api v1.1.0 04:54:48 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:54:48 go: finding github.com/hashicorp/errwrap v1.0.0 04:54:48 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:54:48 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:54:48 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:54:48 go: finding github.com/hashicorp/go-multierror v1.0.0 04:54:48 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:54:48 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:54:48 go: finding github.com/hashicorp/go-syslog v1.0.0 04:54:48 go: finding github.com/hashicorp/go-uuid v1.0.1 04:54:48 go: finding github.com/hashicorp/go.net v0.0.1 04:54:48 go: finding github.com/hashicorp/golang-lru v0.5.0 04:54:48 go: finding github.com/hashicorp/logutils v1.0.0 04:54:48 go: finding github.com/hashicorp/mdns v1.0.0 04:54:48 go: finding github.com/hashicorp/memberlist v0.1.3 04:54:48 go: finding github.com/hashicorp/serf v0.8.2 04:54:48 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:54:48 go: finding github.com/mattn/go-colorable v0.0.9 04:54:48 go: finding github.com/mattn/go-isatty v0.0.3 04:54:48 go: finding github.com/miekg/dns v1.0.14 04:54:48 go: finding github.com/mitchellh/cli v1.0.0 04:54:48 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:54:48 go: finding github.com/mitchellh/copystructure v1.0.0 04:54:48 go: finding github.com/mitchellh/go-homedir v1.0.0 04:54:48 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:54:48 go: finding github.com/mitchellh/gox v0.4.0 04:54:48 go: finding github.com/mitchellh/iochan v1.0.0 04:54:48 go: finding github.com/mitchellh/mapstructure v1.1.2 04:54:48 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:54:48 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:54:48 go: finding github.com/pelletier/go-toml v1.2.0 04:54:48 go: finding github.com/pkg/errors v0.8.1 04:54:48 go: finding github.com/pmezard/go-difflib v1.0.0 04:54:48 go: finding github.com/posener/complete v1.1.1 04:54:48 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:54:48 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:54:48 go: finding github.com/soniah/gosnmp v1.21.0 04:54:48 go: finding github.com/stretchr/objx v0.1.0 04:54:48 go: finding github.com/stretchr/testify v1.5.1 04:54:48 go: finding github.com/ugorji/go v1.1.4 04:54:48 go: finding github.com/x448/float16 v0.8.4 04:54:48 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 04:54:48 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 04:54:48 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:54:48 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 04:54:48 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 04:54:48 go: finding gopkg.in/yaml.v2 v2.2.8 04:54:57 Removing intermediate container 54bdf5ddd6a8 04:54:57 ---> 5309096324c4 04:54:57 Successfully built 5309096324c4 04:54:57 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:54:57 + docker inspect -f . ci-base-image-x86_64 04:54:57 . [Pipeline] withDockerContainer 04:54:57 prd-centos7-docker-4c-2g-3503 does not seem to be running inside a container 04:54:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/9 -v /w/workspace/device-snmp-go/9:/w/workspace/device-snmp-go/9:rw,z -v /w/workspace/device-snmp-go/9@tmp:/w/workspace/device-snmp-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:54:57 ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] 04:54:58 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.016s coverage: 0.0% of statements 04:54:58 CGO_ENABLED=0 GO111MODULE=on go vet ./... 04:54:58 $ docker top 6f892aa67119f172ea3ddca5ec2db840b30f41215e234be5f8ffe374727279fd -eo pid,comm [Pipeline] { [Pipeline] sh 04:54:59 + go version 04:54:59 go version go1.13.5 linux/amd64 [Pipeline] sh 04:54:59 + make test 04:54:59 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 04:55:01 ? github.com/edgexfoundry/device-snmp-go [no test files] 04:55:05 gofmt -l . 04:55:05 [ "`gofmt -l .`" = "" ] 04:55:05 ./bin/test-attribution-txt.sh 04:55:05 ./bin/test-go-mod-tidy.sh [Pipeline] stash 04:55:05 Stashed 1 file(s) [Pipeline] } 04:55:05 $ docker stop --time=1 b9760832f73718553c656e5e394a6e544c828998da79254603b098a721236856 04:55:08 $ docker rm -f b9760832f73718553c656e5e394a6e544c828998da79254603b098a721236856 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:55:09 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:55:09 + ls -al . 04:55:09 total 136 04:55:09 drwxrwxr-x 9 jenkins jenkins 4096 Jun 18 04:55 . 04:55:09 drwxrwxr-x 4 jenkins jenkins 4096 Jun 18 04:53 .. 04:55:09 -rw-rw-r-- 1 jenkins jenkins 6 Jun 18 04:53 .dockerignore 04:55:09 drwxrwxr-x 8 jenkins jenkins 4096 Jun 18 04:53 .git 04:55:09 drwxrwxr-x 2 jenkins jenkins 4096 Jun 18 04:53 .github 04:55:09 -rw-rw-r-- 1 jenkins jenkins 272 Jun 18 04:53 .gitignore 04:55:09 drwxrwxr-x 3 jenkins jenkins 4096 Jun 18 04:53 .semver 04:55:09 -rw-rw-r-- 1 jenkins jenkins 4910 Jun 18 04:53 Attribution.txt 04:55:09 -rw-rw-r-- 1 jenkins jenkins 994 Jun 18 04:53 Dockerfile 04:55:09 -rw-rw-r-- 1 jenkins jenkins 409 Jun 18 04:53 Dockerfile.build 04:55:09 -rw-rw-r-- 1 jenkins jenkins 678 Jun 18 04:53 Jenkinsfile 04:55:09 -rw-rw-r-- 1 jenkins jenkins 11340 Jun 18 04:53 LICENSE 04:55:09 -rw-rw-r-- 1 jenkins jenkins 937 Jun 18 04:53 Makefile 04:55:09 -rw-rw-r-- 1 jenkins jenkins 12398 Jun 18 04:53 README.md 04:55:09 -rw-rw-r-- 1 jenkins jenkins 11 Jun 18 04:51 VERSION 04:55:09 drwxrwxr-x 2 jenkins jenkins 4096 Jun 18 04:53 bin 04:55:09 drwxrwxr-x 3 jenkins jenkins 4096 Jun 18 04:53 cmd 04:55:09 -rw-r--r-- 1 jenkins jenkins 8493 Jun 18 04:54 coverage.out 04:55:09 -rw-r--r-- 1 jenkins jenkins 203 Jun 18 04:55 go.mod 04:55:09 -rw-r--r-- 1 jenkins jenkins 12704 Jun 18 04:55 go.sum 04:55:09 drwxrwxr-x 3 jenkins jenkins 4096 Jun 18 04:53 internal 04:55:09 drwxrwxr-x 2 jenkins jenkins 4096 Jun 18 04:53 profiles 04:55:09 -rw-rw-r-- 1 jenkins jenkins 209 Jun 18 04:53 version.go [Pipeline] isUnix [Pipeline] sh 04:55:09 + 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=f4258dd5ce188e27982a4ce32d4fe9ebb57e3cd6 --label arch=arm64 --label version=1.2.2-dev.1 . 04:55:10 Sending build context to Docker daemon 376.8kB 04:55:10 Step 1/25 : ARG BASE=golang:1.13-alpine 04:55:10 Step 2/25 : FROM ${BASE} AS builder 04:55:10 ---> d232b2ace34f 04:55:10 Step 3/25 : ARG MAKE='make build' 04:55:10 ---> Running in fb6e856d9e6a 04:55:11 Removing intermediate container fb6e856d9e6a 04:55:11 ---> c8010ad7fab8 04:55:11 Step 4/25 : ARG ALPINE_PKG_BASE="make git" 04:55:11 ---> Running in a82472ad3b1c 04:55:11 Removing intermediate container a82472ad3b1c 04:55:11 ---> cc742769ed29 04:55:11 Step 5/25 : ARG ALPINE_PKG_EXTRA="" 04:55:11 ---> Running in 3fedca5a0957 04:55:12 Removing intermediate container 3fedca5a0957 04:55:12 ---> 484635b909cb 04:55:12 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:55:12 ---> Running in 71d2674886fe 04:55:13 ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] 04:55:13 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.005s coverage: 0.0% of statements 04:55:13 CGO_ENABLED=0 GO111MODULE=on go vet ./... 04:55:14 gofmt -l . 04:55:14 [ "`gofmt -l .`" = "" ] 04:55:14 ./bin/test-attribution-txt.sh 04:55:14 Removing intermediate container 71d2674886fe 04:55:14 ---> 8ad68de6fc90 04:55:14 Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:55:14 ---> Running in 70ba3267bb0c 04:55:15 ./bin/test-go-mod-tidy.sh [Pipeline] stash 04:55:15 Warning: overwriting stash ‘coverage-report’ 04:55:15 Stashed 1 file(s) [Pipeline] } 04:55:15 $ docker stop --time=1 6f892aa67119f172ea3ddca5ec2db840b30f41215e234be5f8ffe374727279fd 04:55:16 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 04:55:17 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 04:55:17 OK: 125 MiB in 39 packages 04:55:17 $ docker rm -f 6f892aa67119f172ea3ddca5ec2db840b30f41215e234be5f8ffe374727279fd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:55:18 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:55:18 + ls -al . 04:55:18 total 104 04:55:18 drwxrwxr-x. 9 jenkins jenkins 4096 Jun 18 04:55 . 04:55:18 drwxrwxr-x. 4 jenkins jenkins 28 Jun 18 04:54 .. 04:55:18 -rw-rw-r--. 1 jenkins jenkins 4910 Jun 18 04:54 Attribution.txt 04:55:18 drwxrwxr-x. 2 jenkins jenkins 87 Jun 18 04:54 bin 04:55:18 drwxrwxr-x. 3 jenkins jenkins 32 Jun 18 04:54 cmd 04:55:18 -rw-r--r--. 1 jenkins jenkins 8493 Jun 18 04:55 coverage.out 04:55:18 -rw-rw-r--. 1 jenkins jenkins 994 Jun 18 04:54 Dockerfile 04:55:18 -rw-rw-r--. 1 jenkins jenkins 409 Jun 18 04:54 Dockerfile.build 04:55:18 -rw-rw-r--. 1 jenkins jenkins 6 Jun 18 04:54 .dockerignore 04:55:18 drwxrwxr-x. 8 jenkins jenkins 162 Jun 18 04:54 .git 04:55:18 drwxrwxr-x. 2 jenkins jenkins 38 Jun 18 04:54 .github 04:55:18 -rw-rw-r--. 1 jenkins jenkins 272 Jun 18 04:54 .gitignore 04:55:18 -rw-r--r--. 1 jenkins jenkins 203 Jun 18 04:55 go.mod 04:55:18 -rw-r--r--. 1 jenkins jenkins 12704 Jun 18 04:55 go.sum 04:55:18 drwxrwxr-x. 3 jenkins jenkins 20 Jun 18 04:54 internal 04:55:18 -rw-rw-r--. 1 jenkins jenkins 678 Jun 18 04:54 Jenkinsfile 04:55:18 -rw-rw-r--. 1 jenkins jenkins 11340 Jun 18 04:54 LICENSE 04:55:18 -rw-rw-r--. 1 jenkins jenkins 937 Jun 18 04:54 Makefile 04:55:18 drwxrwxr-x. 2 jenkins jenkins 84 Jun 18 04:54 profiles 04:55:18 -rw-rw-r--. 1 jenkins jenkins 12398 Jun 18 04:54 README.md 04:55:18 drwxrwxr-x. 3 jenkins jenkins 61 Jun 18 04:54 .semver 04:55:18 -rw-rw-r--. 1 jenkins jenkins 11 Jun 18 04:51 VERSION 04:55:18 -rw-rw-r--. 1 jenkins jenkins 209 Jun 18 04:54 version.go [Pipeline] isUnix [Pipeline] sh 04:55:18 Removing intermediate container 70ba3267bb0c 04:55:18 ---> 55bd1aaa50a6 04:55:18 Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-snmp-go 04:55:18 ---> Running in cf3f51ed4699 04:55:19 + 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=f4258dd5ce188e27982a4ce32d4fe9ebb57e3cd6 --label arch=amd64 --label version=1.2.2-dev.1 . 04:55:19 Sending build context to Docker daemon 376.8kB 04:55:19 Step 1/25 : ARG BASE=golang:1.13-alpine 04:55:19 Step 2/25 : FROM ${BASE} AS builder 04:55:19 ---> 5309096324c4 04:55:19 Step 3/25 : ARG MAKE='make build' 04:55:19 Removing intermediate container cf3f51ed4699 04:55:19 ---> 39c450c35dca 04:55:19 Step 9/25 : COPY go.mod . 04:55:19 ---> Running in 0611b6bc4e27 04:55:19 Removing intermediate container 0611b6bc4e27 04:55:19 ---> 99759f4f41ca 04:55:19 Step 4/25 : ARG ALPINE_PKG_BASE="make git" 04:55:19 ---> Running in 51950e882792 04:55:19 Removing intermediate container 51950e882792 04:55:19 ---> c91825f6f863 04:55:19 Step 5/25 : ARG ALPINE_PKG_EXTRA="" 04:55:19 ---> Running in bdd674cbb5ef 04:55:19 ---> 01a918740d5a 04:55:19 Step 10/25 : COPY Makefile . 04:55:19 Removing intermediate container bdd674cbb5ef 04:55:19 ---> 5e0e4c52e3ee 04:55:19 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:55:19 ---> Running in 7083b7b30244 04:55:20 ---> ec7c06a67560 04:55:20 Step 11/25 : RUN make update 04:55:20 ---> Running in b5b1f600f160 04:55:20 Removing intermediate container 7083b7b30244 04:55:20 ---> 29bf2f0972fe 04:55:20 Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:55:20 ---> Running in 6107f12177bd 04:55:21 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 04:55:22 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 04:55:22 CGO_ENABLED=0 GO111MODULE=on go mod download 04:55:22 OK: 143 MiB in 39 packages 04:55:22 Removing intermediate container 6107f12177bd 04:55:22 ---> 886dd709a68e 04:55:22 Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-snmp-go 04:55:22 ---> Running in 1efb85cc59cb 04:55:23 Removing intermediate container 1efb85cc59cb 04:55:23 ---> df590a2f4c91 04:55:23 Step 9/25 : COPY go.mod . 04:55:23 Removing intermediate container b5b1f600f160 04:55:23 ---> 8ab27df9da6b 04:55:23 Step 12/25 : COPY . . 04:55:23 ---> f821c73fae07 04:55:23 Step 10/25 : COPY Makefile . 04:55:23 ---> bf7d647dea2d 04:55:23 Step 11/25 : RUN make update 04:55:23 ---> Running in 2908a2df2df1 04:55:23 CGO_ENABLED=0 GO111MODULE=on go mod download 04:55:24 ---> e3a1c181f036 04:55:24 Step 13/25 : RUN ${MAKE} 04:55:24 ---> Running in 123a36614423 04:55:24 Removing intermediate container 2908a2df2df1 04:55:24 ---> 9f40043b161d 04:55:24 Step 12/25 : COPY . . 04:55:25 ---> abd45257fcba 04:55:25 Step 13/25 : RUN ${MAKE} 04:55:25 ---> Running in 56ec5c89eaec 04:55:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=1.2.2-dev.1" -o cmd/device-snmp-go ./cmd 04:55:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=1.2.2-dev.1" -o cmd/device-snmp-go ./cmd 04:55:35 CGO_ENABLED=0 GO111MODULE=on go build ./... 04:55:39 Removing intermediate container 56ec5c89eaec 04:55:39 ---> 82768896ddf8 04:55:39 Step 14/25 : FROM alpine 04:55:39 latest: Pulling from library/alpine 04:55:39 df20fa9351a1: Pulling fs layer 04:55:39 df20fa9351a1: Verifying Checksum 04:55:39 df20fa9351a1: Download complete 04:55:39 df20fa9351a1: Pull complete 04:55:39 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:55:39 Status: Downloaded newer image for alpine:latest 04:55:39 ---> a24bb4013296 04:55:39 Step 15/25 : ENV APP_PORT=49993 04:55:40 ---> Running in ce6aa638e338 04:55:40 Removing intermediate container ce6aa638e338 04:55:40 ---> a5d2f900c8dd 04:55:40 Step 16/25 : EXPOSE $APP_PORT 04:55:40 ---> Running in 15ab33678feb 04:55:40 Removing intermediate container 15ab33678feb 04:55:40 ---> a85bb8010d5d 04:55:40 Step 17/25 : ENV DEVICE_PORT=161 04:55:40 ---> Running in 08e114311b96 04:55:40 Removing intermediate container 08e114311b96 04:55:40 ---> 8144c6b40168 04:55:40 Step 18/25 : EXPOSE $DEVICE_PORT 04:55:40 ---> Running in 38ec21ce8aa2 04:55:40 Removing intermediate container 38ec21ce8aa2 04:55:40 ---> e3190c6f86cf 04:55:40 Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/cmd / 04:55:41 ---> 993db3db4014 04:55:41 Step 20/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/Attribution.txt / 04:55:41 ---> 4a913ebc48f8 04:55:41 Step 21/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/LICENSE / 04:55:41 ---> bdb48b0eefea 04:55:41 Step 22/25 : ENTRYPOINT ["/device-snmp-go","--cp=consul://edgex-core-consul:8500","--confdir=/res","--registry"] 04:55:41 ---> Running in b30ee662ddc2 04:55:41 Removing intermediate container b30ee662ddc2 04:55:41 ---> 6ee3c1281236 04:55:41 Step 23/25 : LABEL arch=amd64 04:55:41 ---> Running in a035fe2c2abb 04:55:42 Removing intermediate container a035fe2c2abb 04:55:42 ---> c8a6c5489885 04:55:42 Step 24/25 : LABEL git_sha=f4258dd5ce188e27982a4ce32d4fe9ebb57e3cd6 04:55:42 ---> Running in 5367d7d77ab9 04:55:42 Removing intermediate container 5367d7d77ab9 04:55:42 ---> 5cd9e52bbc6c 04:55:42 Step 25/25 : LABEL version=1.2.2-dev.1 04:55:42 ---> Running in 8217952f1ea0 04:55:42 Removing intermediate container 8217952f1ea0 04:55:42 ---> f5c5b938d345 04:55:42 [Warning] One or more build-args [ARCH] were not consumed 04:55:42 Successfully built f5c5b938d345 04:55:42 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 04:55:42 provisioning config files... 04:55:42 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/9@tmp/config1318072395717014230tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:55:43 nexus3.edgexfoundry.org:10001 04:55:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:55:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:55:43 Configure a credential helper to remove this warning. See 04:55:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:55:43 04:55:43 Login Succeeded 04:55:43 nexus3.edgexfoundry.org:10002 04:55:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:55:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:55:43 Configure a credential helper to remove this warning. See 04:55:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:55:43 04:55:43 Login Succeeded 04:55:43 nexus3.edgexfoundry.org:10003 04:55:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:55:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:55:43 Configure a credential helper to remove this warning. See 04:55:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:55:43 04:55:43 Login Succeeded 04:55:43 nexus3.edgexfoundry.org:10004 04:55:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:55:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:55:43 Configure a credential helper to remove this warning. See 04:55:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:55:43 04:55:43 Login Succeeded 04:55:43 docker.io 04:55:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:55:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:55:44 Configure a credential helper to remove this warning. See 04:55:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:55:44 04:55:44 Login Succeeded [Pipeline] } 04:55:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:55:44 [edgeXDocker.push] Tagging docker image docker-device-snmp-go with the following tags: 04:55:44 f4258dd5ce188e27982a4ce32d4fe9ebb57e3cd6 04:55:44 latest 04:55:44 1.2.2-dev.1 04:55:44 f4258dd5ce188e27982a4ce32d4fe9ebb57e3cd6-1.2.2-dev.1 04:55:44 master 04:55:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:55:44 + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:f4258dd5ce188e27982a4ce32d4fe9ebb57e3cd6 [Pipeline] isUnix [Pipeline] sh 04:55:44 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:f4258dd5ce188e27982a4ce32d4fe9ebb57e3cd6 04:55:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] 04:55:44 7eece873f7cb: Preparing 04:55:44 8522a79603a1: Preparing 04:55:44 11c5f73d8959: Preparing 04:55:44 50644c29ef5a: Preparing 04:55:44 50644c29ef5a: Layer already exists 04:55:44 8522a79603a1: Pushed 04:55:44 7eece873f7cb: Pushed 04:55:46 11c5f73d8959: Pushed 04:55:46 f4258dd5ce188e27982a4ce32d4fe9ebb57e3cd6: digest: sha256:82cf152e61d94c3201315c7bd5b74b5dcb703c562f0e6083dc5cb8c18113891b size: 1155 [Pipeline] isUnix [Pipeline] sh 04:55:46 + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:latest [Pipeline] isUnix [Pipeline] sh 04:55:46 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:latest 04:55:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] 04:55:46 7eece873f7cb: Preparing 04:55:46 8522a79603a1: Preparing 04:55:46 11c5f73d8959: Preparing 04:55:46 50644c29ef5a: Preparing 04:55:46 8522a79603a1: Layer already exists 04:55:46 7eece873f7cb: Layer already exists 04:55:46 50644c29ef5a: Layer already exists 04:55:46 11c5f73d8959: Layer already exists 04:55:47 latest: digest: sha256:82cf152e61d94c3201315c7bd5b74b5dcb703c562f0e6083dc5cb8c18113891b size: 1155 [Pipeline] isUnix [Pipeline] sh 04:55:47 + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh 04:55:47 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1.2.2-dev.1 04:55:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] 04:55:47 7eece873f7cb: Preparing 04:55:47 8522a79603a1: Preparing 04:55:47 11c5f73d8959: Preparing 04:55:47 50644c29ef5a: Preparing 04:55:47 7eece873f7cb: Layer already exists 04:55:47 50644c29ef5a: Layer already exists 04:55:47 11c5f73d8959: Layer already exists 04:55:47 8522a79603a1: Layer already exists 04:55:47 1.2.2-dev.1: digest: sha256:82cf152e61d94c3201315c7bd5b74b5dcb703c562f0e6083dc5cb8c18113891b size: 1155 [Pipeline] isUnix [Pipeline] sh 04:55:48 + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:f4258dd5ce188e27982a4ce32d4fe9ebb57e3cd6-1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh 04:55:48 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:f4258dd5ce188e27982a4ce32d4fe9ebb57e3cd6-1.2.2-dev.1 04:55:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] 04:55:48 7eece873f7cb: Preparing 04:55:48 8522a79603a1: Preparing 04:55:48 11c5f73d8959: Preparing 04:55:48 50644c29ef5a: Preparing 04:55:48 7eece873f7cb: Layer already exists 04:55:48 50644c29ef5a: Layer already exists 04:55:48 8522a79603a1: Layer already exists 04:55:48 11c5f73d8959: Layer already exists 04:55:48 f4258dd5ce188e27982a4ce32d4fe9ebb57e3cd6-1.2.2-dev.1: digest: sha256:82cf152e61d94c3201315c7bd5b74b5dcb703c562f0e6083dc5cb8c18113891b size: 1155 [Pipeline] isUnix [Pipeline] sh 04:55:48 + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:master [Pipeline] isUnix [Pipeline] sh 04:55:49 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:master 04:55:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] 04:55:49 7eece873f7cb: Preparing 04:55:49 8522a79603a1: Preparing 04:55:49 11c5f73d8959: Preparing 04:55:49 50644c29ef5a: Preparing 04:55:49 7eece873f7cb: Layer already exists 04:55:49 8522a79603a1: Layer already exists 04:55:49 50644c29ef5a: Layer already exists 04:55:49 11c5f73d8959: Layer already exists 04:55:49 master: digest: sha256:82cf152e61d94c3201315c7bd5b74b5dcb703c562f0e6083dc5cb8c18113891b size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 04:55:52 CGO_ENABLED=0 GO111MODULE=on go build ./... 04:55:59 Removing intermediate container 123a36614423 04:55:59 ---> 84fb074b203f 04:55:59 Step 14/25 : FROM alpine 04:55:59 latest: Pulling from library/alpine 04:55:59 b538f80385f9: Pulling fs layer 04:55:59 b538f80385f9: Verifying Checksum 04:55:59 b538f80385f9: Pull complete 04:55:59 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:55:59 Status: Downloaded newer image for alpine:latest 04:55:59 ---> 62ee0e9f8440 04:55:59 Step 15/25 : ENV APP_PORT=49993 04:55:59 ---> Running in 1817e7ff8210 04:56:00 Removing intermediate container 1817e7ff8210 04:56:00 ---> 371c0bbd678b 04:56:00 Step 16/25 : EXPOSE $APP_PORT 04:56:00 ---> Running in 1aeca25323c2 04:56:00 Removing intermediate container 1aeca25323c2 04:56:00 ---> 18ab2f92e178 04:56:00 Step 17/25 : ENV DEVICE_PORT=161 04:56:00 ---> Running in 0143ff66e550 04:56:00 Removing intermediate container 0143ff66e550 04:56:00 ---> c57ae05722af 04:56:00 Step 18/25 : EXPOSE $DEVICE_PORT 04:56:01 ---> Running in 0f196fd9c6f5 04:56:01 Removing intermediate container 0f196fd9c6f5 04:56:01 ---> 89c036bdcb42 04:56:01 Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/cmd / 04:56:02 ---> 20a5e26ebdf3 04:56:02 Step 20/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/Attribution.txt / 04:56:03 ---> 7e501467c64f 04:56:03 Step 21/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/LICENSE / 04:56:04 ---> 91afe34b59c8 04:56:04 Step 22/25 : ENTRYPOINT ["/device-snmp-go","--cp=consul://edgex-core-consul:8500","--confdir=/res","--registry"] 04:56:04 ---> Running in 129cf7819316 04:56:04 Removing intermediate container 129cf7819316 04:56:04 ---> 97c8f5feedea 04:56:04 Step 23/25 : LABEL arch=arm64 04:56:04 ---> Running in 8c29c9f3cf97 04:56:05 Removing intermediate container 8c29c9f3cf97 04:56:05 ---> 9863539b50c8 04:56:05 Step 24/25 : LABEL git_sha=f4258dd5ce188e27982a4ce32d4fe9ebb57e3cd6 04:56:05 ---> Running in 8d7a5caefa2b 04:56:05 Removing intermediate container 8d7a5caefa2b 04:56:05 ---> ca465a1901b5 04:56:05 Step 25/25 : LABEL version=1.2.2-dev.1 04:56:05 ---> Running in 0ef94e290a9f 04:56:06 Removing intermediate container 0ef94e290a9f 04:56:06 ---> 30a66f0d58fb 04:56:06 [Warning] One or more build-args [ARCH] were not consumed 04:56:06 Successfully built 30a66f0d58fb 04:56:06 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 04:56:06 provisioning config files... 04:56:06 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/9@tmp/config1928642880588240521tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:56:06 nexus3.edgexfoundry.org:10001 04:56:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:56:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:56:07 Configure a credential helper to remove this warning. See 04:56:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:56:07 04:56:07 Login Succeeded 04:56:07 nexus3.edgexfoundry.org:10002 04:56:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:56:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:56:07 Configure a credential helper to remove this warning. See 04:56:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:56:07 04:56:07 Login Succeeded 04:56:07 nexus3.edgexfoundry.org:10003 04:56:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:56:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:56:08 Configure a credential helper to remove this warning. See 04:56:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:56:08 04:56:08 Login Succeeded 04:56:08 nexus3.edgexfoundry.org:10004 04:56:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:56:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:56:08 Configure a credential helper to remove this warning. See 04:56:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:56:08 04:56:08 Login Succeeded 04:56:08 docker.io 04:56:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:56:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:56:09 Configure a credential helper to remove this warning. See 04:56:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:56:09 04:56:09 Login Succeeded [Pipeline] } 04:56:09 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:56:09 [edgeXDocker.push] Tagging docker image docker-device-snmp-go-arm64 with the following tags: 04:56:09 f4258dd5ce188e27982a4ce32d4fe9ebb57e3cd6 04:56:09 latest 04:56:09 1.2.2-dev.1 04:56:09 f4258dd5ce188e27982a4ce32d4fe9ebb57e3cd6-1.2.2-dev.1 04:56:09 master 04:56:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:56:10 + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:f4258dd5ce188e27982a4ce32d4fe9ebb57e3cd6 [Pipeline] isUnix [Pipeline] sh 04:56:10 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:f4258dd5ce188e27982a4ce32d4fe9ebb57e3cd6 04:56:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] 04:56:10 4426484ac177: Preparing 04:56:10 7fdf81944b7e: Preparing 04:56:10 48f0de25ff2e: Preparing 04:56:10 e2f13739ad41: Preparing 04:56:11 e2f13739ad41: Layer already exists 04:56:11 4426484ac177: Pushed 04:56:11 7fdf81944b7e: Pushed 04:56:13 48f0de25ff2e: Pushed 04:56:13 f4258dd5ce188e27982a4ce32d4fe9ebb57e3cd6: digest: sha256:ad97e0a70bb3d7b7e205ddf1b976e09b03c4ad454e706a178ac48afcb939f53d size: 1155 [Pipeline] isUnix [Pipeline] sh 04:56:14 + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:56:14 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:latest 04:56:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] 04:56:14 4426484ac177: Preparing 04:56:14 7fdf81944b7e: Preparing 04:56:14 48f0de25ff2e: Preparing 04:56:14 e2f13739ad41: Preparing 04:56:14 4426484ac177: Layer already exists 04:56:14 48f0de25ff2e: Layer already exists 04:56:14 e2f13739ad41: Layer already exists 04:56:14 7fdf81944b7e: Layer already exists 04:56:14 latest: digest: sha256:ad97e0a70bb3d7b7e205ddf1b976e09b03c4ad454e706a178ac48afcb939f53d size: 1155 [Pipeline] isUnix [Pipeline] sh 04:56:15 + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh 04:56:15 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1.2.2-dev.1 04:56:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] 04:56:15 4426484ac177: Preparing 04:56:15 7fdf81944b7e: Preparing 04:56:15 48f0de25ff2e: Preparing 04:56:15 e2f13739ad41: Preparing 04:56:15 48f0de25ff2e: Layer already exists 04:56:15 4426484ac177: Layer already exists 04:56:15 e2f13739ad41: Layer already exists 04:56:15 7fdf81944b7e: Layer already exists 04:56:15 1.2.2-dev.1: digest: sha256:ad97e0a70bb3d7b7e205ddf1b976e09b03c4ad454e706a178ac48afcb939f53d size: 1155 [Pipeline] isUnix [Pipeline] sh 04:56:16 + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:f4258dd5ce188e27982a4ce32d4fe9ebb57e3cd6-1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh 04:56:16 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:f4258dd5ce188e27982a4ce32d4fe9ebb57e3cd6-1.2.2-dev.1 04:56:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] 04:56:16 4426484ac177: Preparing 04:56:16 7fdf81944b7e: Preparing 04:56:16 48f0de25ff2e: Preparing 04:56:16 e2f13739ad41: Preparing 04:56:16 4426484ac177: Layer already exists 04:56:16 7fdf81944b7e: Layer already exists 04:56:16 e2f13739ad41: Layer already exists 04:56:16 48f0de25ff2e: Layer already exists 04:56:16 f4258dd5ce188e27982a4ce32d4fe9ebb57e3cd6-1.2.2-dev.1: digest: sha256:ad97e0a70bb3d7b7e205ddf1b976e09b03c4ad454e706a178ac48afcb939f53d size: 1155 [Pipeline] isUnix [Pipeline] sh 04:56:17 + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:master [Pipeline] isUnix [Pipeline] sh 04:56:17 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:master 04:56:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] 04:56:17 4426484ac177: Preparing 04:56:17 7fdf81944b7e: Preparing 04:56:17 48f0de25ff2e: Preparing 04:56:17 e2f13739ad41: Preparing 04:56:17 4426484ac177: Layer already exists 04:56:17 e2f13739ad41: Layer already exists 04:56:17 48f0de25ff2e: Layer already exists 04:56:17 7fdf81944b7e: Layer already exists 04:56:17 master: digest: sha256:ad97e0a70bb3d7b7e205ddf1b976e09b03c4ad454e706a178ac48afcb939f53d size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 04:56:18 provisioning config files... 04:56:18 copy managed file [device-snmp-go-codecov-token] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config8178431809870222961tmp [Pipeline] { [Pipeline] sh 04:56:18 + curl -s https://codecov.io/bash 04:56:18 + bash -s - -t @/w/workspace/gexfoundry_device-snmp-go_master@tmp/config8178431809870222961tmp 04:56:18 04:56:18 _____ _ 04:56:18 / ____| | | 04:56:18 | | ___ __| | ___ ___ _____ __ 04:56:18 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:56:18 | |___| (_) | (_| | __/ (_| (_) \ V / 04:56:18 \_____\___/ \__,_|\___|\___\___/ \_/ 04:56:18 Bash-20200602-f809a24 04:56:18 04:56:18 04:56:18 ==> Jenkins CI detected. 04:56:18 project root: . 04:56:18 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:56:18 ==> Running gcov in . (disable via -X gcov) 04:56:18 ==> Python coveragepy not found 04:56:18 ==> Searching for coverage reports in: 04:56:18 + . 04:56:18 -> Found 1 reports 04:56:18 ==> Detecting git/mercurial file structure 04:56:18 ==> Reading reports 04:56:18 + ./coverage.out bytes=8493 04:56:18 ==> Appending adjustments 04:56:18 https://docs.codecov.io/docs/fixing-reports 04:56:18 + Found adjustments 04:56:18 ==> Gzipping contents 04:56:18 ==> Uploading reports 04:56:18 url: https://codecov.io 04:56:18 query: branch=master&commit=f4258dd5ce188e27982a4ce32d4fe9ebb57e3cd6&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2Fmaster%2F9%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=&job= 04:56:18 -> Pinging Codecov 04:56:18 https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=master&commit=f4258dd5ce188e27982a4ce32d4fe9ebb57e3cd6&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2Fmaster%2F9%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=&job= 04:56:20 -> Uploading 04:56:20 -> View reports at https://codecov.io/github/edgexfoundry/device-snmp-go/commit/f4258dd5ce188e27982a4ce32d4fe9ebb57e3cd6 [Pipeline] } 04:56:20 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 04:56:20 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 04:56:20 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 04:56:20 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:56:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 04:56:21 04:56:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 04:56:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 04:56:21 1.317.0: Pulling from edgex-devops/edgex-snyk-go 04:56:21 cbdbe7a5bc2a: Pulling fs layer 04:56:21 408f87550127: Pulling fs layer 04:56:21 fe522b08c979: Pulling fs layer 04:56:21 221eaa008020: Pulling fs layer 04:56:21 2a4607e5d6b9: Pulling fs layer 04:56:21 8f79b27c4fd2: Pulling fs layer 04:56:21 e5c8dbe1645b: Pulling fs layer 04:56:21 23e8b3b47431: Pulling fs layer 04:56:21 5c568d65a230: Pulling fs layer 04:56:21 23e8b3b47431: Waiting 04:56:21 8f79b27c4fd2: Waiting 04:56:21 5c568d65a230: Waiting 04:56:21 e5c8dbe1645b: Waiting 04:56:21 2a4607e5d6b9: Waiting 04:56:21 221eaa008020: Waiting 04:56:21 fe522b08c979: Verifying Checksum 04:56:21 fe522b08c979: Download complete 04:56:21 408f87550127: Verifying Checksum 04:56:21 408f87550127: Download complete 04:56:21 2a4607e5d6b9: Verifying Checksum 04:56:21 2a4607e5d6b9: Download complete 04:56:21 8f79b27c4fd2: Verifying Checksum 04:56:21 8f79b27c4fd2: Download complete 04:56:21 cbdbe7a5bc2a: Download complete 04:56:22 cbdbe7a5bc2a: Pull complete 04:56:22 e5c8dbe1645b: Verifying Checksum 04:56:22 e5c8dbe1645b: Download complete 04:56:22 408f87550127: Pull complete 04:56:22 23e8b3b47431: Verifying Checksum 04:56:22 23e8b3b47431: Download complete 04:56:22 fe522b08c979: Pull complete 04:56:22 5c568d65a230: Verifying Checksum 04:56:22 5c568d65a230: Download complete 04:56:23 221eaa008020: Verifying Checksum 04:56:23 221eaa008020: Download complete 04:56:30 221eaa008020: Pull complete 04:56:30 2a4607e5d6b9: Pull complete 04:56:30 8f79b27c4fd2: Pull complete 04:56:31 e5c8dbe1645b: Pull complete 04:56:35 23e8b3b47431: Pull complete 04:56:36 5c568d65a230: Pull complete 04:56:36 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 04:56:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 04:56:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 04:56:36 prd-centos7-docker-4c-2g-3499 does not seem to be running inside a container 04:56:36 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 04:56:37 $ docker top 6668183149af8b50fb0cfd052c3a8e8ede15af1c7b5c06979b30f54b39568569 -eo pid,comm [Pipeline] { [Pipeline] sh 04:56:38 + snyk monitor '--org=edgex-jenkins' 04:56:43 04:56:43 Monitoring /w/workspace/gexfoundry_device-snmp-go_master (github.com/edgexfoundry/device-snmp-go)... 04:56:43 04:56:43 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/c76919d0-7345-4304-8954-aa03851194a6/history/be981a43-d97e-4c8a-8072-3e1bb1421f58 04:56:43 04:56:43 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 04:56:43 04:56:43 04:56:43 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 04:56:43 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 04:56:43 $ docker stop --time=1 6668183149af8b50fb0cfd052c3a8e8ede15af1c7b5c06979b30f54b39568569 04:56:46 $ docker rm -f 6668183149af8b50fb0cfd052c3a8e8ede15af1c7b5c06979b30f54b39568569 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:56:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 04:56:47 04:56:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 04:56:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 04:56:47 latest: Pulling from edgex-devops/edgex-klar 04:56:47 e7c96db7181b: Pulling fs layer 04:56:47 1868ca2cb446: Pulling fs layer 04:56:47 136be5d0fe8e: Pulling fs layer 04:56:47 894bfe63afcb: Pulling fs layer 04:56:47 894bfe63afcb: Waiting 04:56:47 1868ca2cb446: Verifying Checksum 04:56:47 1868ca2cb446: Download complete 04:56:47 136be5d0fe8e: Verifying Checksum 04:56:47 136be5d0fe8e: Download complete 04:56:47 e7c96db7181b: Verifying Checksum 04:56:47 e7c96db7181b: Download complete 04:56:47 894bfe63afcb: Verifying Checksum 04:56:47 894bfe63afcb: Download complete 04:56:47 e7c96db7181b: Pull complete 04:56:48 1868ca2cb446: Pull complete 04:56:48 136be5d0fe8e: Pull complete 04:56:48 894bfe63afcb: Pull complete 04:56:48 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 04:56:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 04:56:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 04:56:48 prd-centos7-docker-4c-2g-3499 does not seem to be running inside a container 04:56:48 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 04:56:49 $ docker top c20999793d486ee528359d2b0afcc38a0bfa91c1798290515f46348261f995da -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:56:50 + /klar nexus3.edgexfoundry.org:10004/docker-device-snmp-go:f4258dd5ce188e27982a4ce32d4fe9ebb57e3cd6 04:56:50 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 04:56:53 $ docker stop --time=1 c20999793d486ee528359d2b0afcc38a0bfa91c1798290515f46348261f995da 04:56:55 $ docker rm -f c20999793d486ee528359d2b0afcc38a0bfa91c1798290515f46348261f995da [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 04:56:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 04:56:55 . [Pipeline] withDockerContainer 04:56:55 prd-centos7-docker-4c-2g-3499 does not seem to be running inside a container 04:56:55 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 04:56:56 $ docker top f01681a0a77ce162cb568875fa1e514b7c70758b389f7628a8223b70d1cc6552 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:56:56 + /klar nexus3.edgexfoundry.org:10004/docker-device-snmp-go:f4258dd5ce188e27982a4ce32d4fe9ebb57e3cd6 04:56:56 + tee 04:56:56 clair timeout 1m0s 04:56:56 docker timeout: 1m0s 04:56:56 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 04:56:57 $ docker stop --time=1 f01681a0a77ce162cb568875fa1e514b7c70758b389f7628a8223b70d1cc6552 04:56:58 $ docker rm -f f01681a0a77ce162cb568875fa1e514b7c70758b389f7628a8223b70d1cc6552 [Pipeline] // withDockerContainer [Pipeline] sh 04:56:59 + mkdir -p /w/workspace/gexfoundry_device-snmp-go_master/clair-reports [Pipeline] echo 04:56:59 Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-snmp-go_master/clair-reports/clair_results_docker-device-snmp-go_f4258dd5ce188e27982a4ce32d4fe9ebb57e3cd6.html [Pipeline] writeFile [Pipeline] step 04:56:59 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 04:56:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 04:56:59 . [Pipeline] withDockerContainer 04:56:59 prd-centos7-docker-4c-2g-3499 does not seem to be running inside a container 04:56:59 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 04:57:00 $ docker top f35b11c53a554b8c9404f9af287df91d80335347e76586e38d05317f88b95483 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:57:00 + /klar nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:f4258dd5ce188e27982a4ce32d4fe9ebb57e3cd6 04:57:00 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 04:57:03 $ docker stop --time=1 f35b11c53a554b8c9404f9af287df91d80335347e76586e38d05317f88b95483 04:57:05 $ docker rm -f f35b11c53a554b8c9404f9af287df91d80335347e76586e38d05317f88b95483 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 04:57:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 04:57:05 . [Pipeline] withDockerContainer 04:57:05 prd-centos7-docker-4c-2g-3499 does not seem to be running inside a container 04:57:05 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 04:57:06 $ docker top 8e838d887f49cb3ceaa565eb7b5f50df13755c045a5c95f265089f163ba07b34 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:57:07 + + /klartee nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:f4258dd5ce188e27982a4ce32d4fe9ebb57e3cd6 04:57:07 04:57:07 clair timeout 1m0s 04:57:07 docker timeout: 1m0s 04:57:07 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 04:57:07 $ docker stop --time=1 8e838d887f49cb3ceaa565eb7b5f50df13755c045a5c95f265089f163ba07b34 04:57:09 $ docker rm -f 8e838d887f49cb3ceaa565eb7b5f50df13755c045a5c95f265089f163ba07b34 [Pipeline] // withDockerContainer [Pipeline] sh 04:57:09 + mkdir -p /w/workspace/gexfoundry_device-snmp-go_master/clair-reports [Pipeline] echo 04:57:09 Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-snmp-go_master/clair-reports/clair_results_docker-device-snmp-go-arm64_f4258dd5ce188e27982a4ce32d4fe9ebb57e3cd6.html [Pipeline] writeFile [Pipeline] step 04:57:09 Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 04:57:10 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:57:10 . [Pipeline] withDockerContainer 04:57:10 prd-centos7-docker-4c-2g-3499 does not seem to be running inside a container 04:57:10 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:57:10 $ docker top c69ca86361500950ffa5d1413f452ec711bab2cb9445ebad4cc3bb8a0ea2c995 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:57:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:57:11 [ssh-agent] Looking for ssh-agent implementation... 04:57:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:57:11 $ docker exec c69ca86361500950ffa5d1413f452ec711bab2cb9445ebad4cc3bb8a0ea2c995 ssh-agent 04:57:11 SSH_AUTH_SOCK=/tmp/ssh-RugiNm0bhKvE/agent.11 04:57:11 SSH_AGENT_PID=17 04:57:11 Running ssh-add (command line suppressed) 04:57:11 Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_6843781184333115997.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_6843781184333115997.key) 04:57:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:57:12 + git semver tag 04:57:12 # -> Open(): unable to determine branch for HEAD 04:57:12 # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git 04:57:12 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master 04:57:12 # $SEMVER_REMOTE_NAME = origin 04:57:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:57:12 # $SEMVER_USER_NAME = edgex-jenkins 04:57:12 # $SEMVER_BRANCH = master 04:57:12 # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver 04:57:12 # f4258dd5ce188e27982a4ce32d4fe9ebb57e3cd6 HEAD 04:57:12 # -> Force: false 04:57:12 # e041dbbd3e4147cf9c44191eea402a9b6b52c1c2 refs/tags/v1.2.2-dev.1 [Pipeline] } 04:57:12 $ docker exec --env ******** --env ******** c69ca86361500950ffa5d1413f452ec711bab2cb9445ebad4cc3bb8a0ea2c995 ssh-agent -k 04:57:12 unset SSH_AUTH_SOCK; 04:57:12 unset SSH_AGENT_PID; 04:57:12 echo Agent pid 17 killed; 04:57:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:57:12 + git semver [Pipeline] } 04:57:12 $ docker stop --time=1 c69ca86361500950ffa5d1413f452ec711bab2cb9445ebad4cc3bb8a0ea2c995 04:57:13 $ docker rm -f c69ca86361500950ffa5d1413f452ec711bab2cb9445ebad4cc3bb8a0ea2c995 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 04:57:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:57:14 04:57:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 04:57:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:57:14 0.23.1-centos7: Pulling from edgex-lftools 04:57:14 ab5ef0e58194: Pulling fs layer 04:57:14 9712f1f96733: Pulling fs layer 04:57:14 63f879dbbcfc: Pulling fs layer 04:57:14 0d9ebad4ef96: Pulling fs layer 04:57:14 e9a5061849ea: Pulling fs layer 04:57:14 d747dcd14b5f: Pulling fs layer 04:57:14 2de7ff778b66: Pulling fs layer 04:57:14 e9a5061849ea: Waiting 04:57:14 d747dcd14b5f: Waiting 04:57:14 2de7ff778b66: Waiting 04:57:14 0d9ebad4ef96: Waiting 04:57:14 9712f1f96733: Verifying Checksum 04:57:14 9712f1f96733: Download complete 04:57:15 63f879dbbcfc: Verifying Checksum 04:57:15 63f879dbbcfc: Download complete 04:57:15 e9a5061849ea: Verifying Checksum 04:57:15 e9a5061849ea: Download complete 04:57:15 d747dcd14b5f: Verifying Checksum 04:57:15 d747dcd14b5f: Download complete 04:57:15 2de7ff778b66: Verifying Checksum 04:57:15 2de7ff778b66: Download complete 04:57:15 0d9ebad4ef96: Verifying Checksum 04:57:15 0d9ebad4ef96: Download complete 04:57:16 ab5ef0e58194: Verifying Checksum 04:57:16 ab5ef0e58194: Download complete 04:57:20 ab5ef0e58194: Pull complete 04:57:20 9712f1f96733: Pull complete 04:57:23 63f879dbbcfc: Pull complete 04:57:30 0d9ebad4ef96: Pull complete 04:57:31 e9a5061849ea: Pull complete 04:57:31 d747dcd14b5f: Pull complete 04:57:35 2de7ff778b66: Pull complete 04:57:35 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 04:57:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:57:35 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 04:57:35 prd-centos7-docker-4c-2g-3499 does not seem to be running inside a container 04:57:35 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 04:57:39 $ docker top f565a557aee4653caa55ef6bcb38161fb10a1bbd663089ee08968a33e89992f9 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 04:57:39 provisioning config files... 04:57:39 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config1781756491978720233tmp 04:57:39 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config5802056734946600137tmp 04:57:39 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config6867691685897198655tmp [Pipeline] { [Pipeline] echo 04:57:39 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 04:57:39 ---> sigul-configuration.sh 04:57:39 gpg: directory `/root/.gnupg' created 04:57:39 gpg: new configuration file `/root/.gnupg/gpg.conf' created 04:57:39 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 04:57:39 gpg: keyring `/root/.gnupg/secring.gpg' created 04:57:39 gpg: keyring `/root/.gnupg/pubring.gpg' created 04:57:39 gpg: CAST5 encrypted data 04:57:40 gpg: encrypted with 1 passphrase 04:57:40 gpg: WARNING: message was not integrity protected [Pipeline] sh 04:57:40 + mkdir /home/jenkins 04:57:40 + mkdir /home/jenkins/sigul [Pipeline] sh 04:57:40 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 04:57:40 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 04:57:41 ---> sigul-install.sh 04:57:46 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 04:57:46 + git tag --list 04:57:46 v1.2.2-dev.1 [Pipeline] sh 04:57:46 + lftools sign git-tag v1.2.2-dev.1 04:57:48 Signing Git tag with Sigul... 04:57:48 Signing v1.2.2-dev.1 [Pipeline] echo 04:57:49 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 04:57:49 ---> sigul-configuration-cleanup.sh [Pipeline] } 04:57:49 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 04:57:49 $ docker stop --time=1 f565a557aee4653caa55ef6bcb38161fb10a1bbd663089ee08968a33e89992f9 04:57:51 $ docker rm -f f565a557aee4653caa55ef6bcb38161fb10a1bbd663089ee08968a33e89992f9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 04:57:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:57:52 . [Pipeline] withDockerContainer 04:57:52 prd-centos7-docker-4c-2g-3499 does not seem to be running inside a container 04:57:52 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:57:52 $ docker top db0ffdaeb73270b04dd46736fd2037fd57da103b713cd410cc76e44d9339dd11 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:57:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:57:53 [ssh-agent] Looking for ssh-agent implementation... 04:57:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:57:53 $ docker exec db0ffdaeb73270b04dd46736fd2037fd57da103b713cd410cc76e44d9339dd11 ssh-agent 04:57:53 SSH_AUTH_SOCK=/tmp/ssh-xZTkPq5VV7aF/agent.11 04:57:53 SSH_AGENT_PID=17 04:57:53 Running ssh-add (command line suppressed) 04:57:53 Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_3193317971113264190.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_3193317971113264190.key) 04:57:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:57:54 + git semver bump pre 04:57:54 # -> Open(): unable to determine branch for HEAD 04:57:54 # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git 04:57:54 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master 04:57:54 # $SEMVER_REMOTE_NAME = origin 04:57:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:57:54 # $SEMVER_USER_NAME = edgex-jenkins 04:57:54 # $SEMVER_BRANCH = master 04:57:54 # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver 04:57:54 1.2.2-dev.2 [Pipeline] } 04:57:54 $ docker exec --env ******** --env ******** db0ffdaeb73270b04dd46736fd2037fd57da103b713cd410cc76e44d9339dd11 ssh-agent -k 04:57:54 unset SSH_AUTH_SOCK; 04:57:54 unset SSH_AGENT_PID; 04:57:54 echo Agent pid 17 killed; 04:57:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:57:54 + git semver [Pipeline] } 04:57:54 $ docker stop --time=1 db0ffdaeb73270b04dd46736fd2037fd57da103b713cd410cc76e44d9339dd11 04:57:55 $ docker rm -f db0ffdaeb73270b04dd46736fd2037fd57da103b713cd410cc76e44d9339dd11 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 04:57:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:57:56 . [Pipeline] withDockerContainer 04:57:56 prd-centos7-docker-4c-2g-3499 does not seem to be running inside a container 04:57:56 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:57:57 $ docker top 2082610edbaf0990dfe2bf1afd992c58949d15bbd981296f0dbfb2136527971f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:57:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:57:57 [ssh-agent] Looking for ssh-agent implementation... 04:57:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:57:57 $ docker exec 2082610edbaf0990dfe2bf1afd992c58949d15bbd981296f0dbfb2136527971f ssh-agent 04:57:57 SSH_AUTH_SOCK=/tmp/ssh-n5OPIYIn7ujh/agent.11 04:57:57 SSH_AGENT_PID=16 04:57:57 Running ssh-add (command line suppressed) 04:57:57 Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_7094173308610237497.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_7094173308610237497.key) 04:57:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:57:58 + git semver push 04:57:58 # -> Open(): unable to determine branch for HEAD 04:57:58 # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git 04:57:58 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master 04:57:58 # $SEMVER_REMOTE_NAME = origin 04:57:58 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:57:58 # $SEMVER_USER_NAME = edgex-jenkins 04:57:58 # $SEMVER_BRANCH = master 04:57:58 # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver [Pipeline] } 04:58:04 $ docker exec --env ******** --env ******** 2082610edbaf0990dfe2bf1afd992c58949d15bbd981296f0dbfb2136527971f ssh-agent -k 04:58:04 unset SSH_AUTH_SOCK; 04:58:04 unset SSH_AGENT_PID; 04:58:04 echo Agent pid 16 killed; 04:58:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:58:05 + git semver [Pipeline] } 04:58:05 $ docker stop --time=1 2082610edbaf0990dfe2bf1afd992c58949d15bbd981296f0dbfb2136527971f 04:58:06 $ docker rm -f 2082610edbaf0990dfe2bf1afd992c58949d15bbd981296f0dbfb2136527971f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 04:58:07 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:58:07 ---> package-listing.sh 04:58:07 ++ facter osfamily 04:58:07 ++ tr '[:upper:]' '[:lower:]' 04:58:07 + OS_FAMILY=redhat 04:58:07 + workspace=/w/workspace/gexfoundry_device-snmp-go_master 04:58:07 + START_PACKAGES=/tmp/packages_start.txt 04:58:07 + END_PACKAGES=/tmp/packages_end.txt 04:58:07 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:58:07 + PACKAGES=/tmp/packages_start.txt 04:58:07 + '[' /w/workspace/gexfoundry_device-snmp-go_master ']' 04:58:07 + PACKAGES=/tmp/packages_end.txt 04:58:07 + case "${OS_FAMILY}" in 04:58:07 + rpm -qa 04:58:07 + sort 04:58:11 + '[' -f /tmp/packages_start.txt ']' 04:58:11 + '[' -f /tmp/packages_end.txt ']' 04:58:11 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:58:11 + '[' /w/workspace/gexfoundry_device-snmp-go_master ']' 04:58:11 + mkdir -p /w/workspace/gexfoundry_device-snmp-go_master/archives/ 04:58:11 + 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 04:58:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:58:11 04:58:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:58:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:58:11 alpine: Pulling from edgex-lftools-log-publisher 04:58:11 c9b1b535fdd9: Pulling fs layer 04:58:11 2cc5ad85d9ab: Pulling fs layer 04:58:11 756a868c4378: Pulling fs layer 04:58:11 444b2fc9a129: Pulling fs layer 04:58:11 ea15f1150254: Pulling fs layer 04:58:11 41b27a9f41bf: Pulling fs layer 04:58:11 28c525ee5125: Pulling fs layer 04:58:11 094b1ea09ed8: Pulling fs layer 04:58:11 138eaada9080: Pulling fs layer 04:58:11 0622d0fa9048: Pulling fs layer 04:58:11 444b2fc9a129: Waiting 04:58:11 ea15f1150254: Waiting 04:58:11 41b27a9f41bf: Waiting 04:58:11 28c525ee5125: Waiting 04:58:11 094b1ea09ed8: Waiting 04:58:11 138eaada9080: Waiting 04:58:11 0622d0fa9048: Waiting 04:58:11 2cc5ad85d9ab: Verifying Checksum 04:58:11 2cc5ad85d9ab: Download complete 04:58:11 444b2fc9a129: Verifying Checksum 04:58:11 444b2fc9a129: Download complete 04:58:11 c9b1b535fdd9: Verifying Checksum 04:58:11 c9b1b535fdd9: Download complete 04:58:11 ea15f1150254: Verifying Checksum 04:58:11 ea15f1150254: Download complete 04:58:12 28c525ee5125: Verifying Checksum 04:58:12 28c525ee5125: Download complete 04:58:12 756a868c4378: Verifying Checksum 04:58:12 756a868c4378: Download complete 04:58:12 094b1ea09ed8: Verifying Checksum 04:58:12 094b1ea09ed8: Download complete 04:58:12 138eaada9080: Verifying Checksum 04:58:12 138eaada9080: Download complete 04:58:12 0622d0fa9048: Download complete 04:58:12 41b27a9f41bf: Verifying Checksum 04:58:12 41b27a9f41bf: Download complete 04:58:12 c9b1b535fdd9: Pull complete 04:58:13 2cc5ad85d9ab: Pull complete 04:58:15 756a868c4378: Pull complete 04:58:15 444b2fc9a129: Pull complete 04:58:15 ea15f1150254: Pull complete 04:58:20 41b27a9f41bf: Pull complete 04:58:20 28c525ee5125: Pull complete 04:58:22 094b1ea09ed8: Pull complete 04:58:22 138eaada9080: Pull complete 04:58:22 0622d0fa9048: Pull complete 04:58:22 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 04:58:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:58:22 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:58:23 prd-centos7-docker-4c-2g-3499 does not seem to be running inside a container 04:58:23 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:58:26 $ docker top 3e3e73e2381594cc65964f180427960b1d48b3d25bd9aa0831c38e1c7775c5e8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:58:26 provisioning config files... 04:58:26 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config1441392670097190654tmp [Pipeline] { [Pipeline] echo 04:58:26 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:58:26 ---> create-netrc.sh [Pipeline] echo 04:58:26 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:58:27 ---> logs-deploy.sh 04:58:27 + ARCHIVE_ARTIFACTS= 04:58:27 + LOGS_SERVER=https://logs.edgexfoundry.org 04:58:27 + '[' https://logs.edgexfoundry.org == None ']' 04:58:27 + NEXUS_URL=https://nexus.edgexfoundry.org 04:58:27 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/master/9 04:58:27 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-snmp-go/job/master/9/ 04:58:27 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/master/9 /w/workspace/gexfoundry_device-snmp-go_master 04:58:28 Archives upload complete. 04:58:28 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/master/9 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-snmp-go/job/master/9/