Pull request #49 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-snmp-go Obtained Jenkinsfile from 2df6a388d86acf306cadada7b0d82092b6ea7bbe+2a2498c9bbadf04898195d37569b88cc82665a53 (ecbe2efad43f7b93cc6ae1031fb00abe594e3108) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Examining edgexfoundry/edgex-global-pipelines Attempting to resolve stable as a branch Attempting to resolve stable as a tag Resolved stable as tag stable at revision 15fd3b164e5ad1b9cc2bd09e6423de8f412b6a0d using credential edgex-jenkins-access-pat > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 Checking out Revision 15fd3b164e5ad1b9cc2bd09e6423de8f412b6a0d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 15fd3b164e5ad1b9cc2bd09e6423de8f412b6a0d # timeout=10 Commit message: "Merge pull request #173 from ernestojeda/bugfix-did-change-prev" > 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 [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-6459 in /w/workspace/dgexfoundry_device-snmp-go_PR-49 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-snmp-go.git Fetching without tags Merging remotes/origin/master commit 2a2498c9bbadf04898195d37569b88cc82665a53 into PR head commit 2df6a388d86acf306cadada7b0d82092b6ea7bbe > git init /w/workspace/dgexfoundry_device-snmp-go_PR-49 # 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/pull/49/head:refs/remotes/origin/PR-49 +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/pull/49/head:refs/remotes/origin/PR-49 # 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/pull/49/head:refs/remotes/origin/PR-49 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merge succeeded, producing 2df6a388d86acf306cadada7b0d82092b6ea7bbe Checking out Revision 2df6a388d86acf306cadada7b0d82092b6ea7bbe (PR-49) > git config core.sparsecheckout # timeout=10 > git checkout -f 2df6a388d86acf306cadada7b0d82092b6ea7bbe # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 2a2498c9bbadf04898195d37569b88cc82665a53 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2df6a388d86acf306cadada7b0d82092b6ea7bbe # timeout=10 Commit message: "refactor: upgrade SDK to v1.2.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-04-28T08:33:41.849Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-04-28T08:33:42.046Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-04-28T08:33:42.125Z] ========================================================= [2020-04-28T08:33:42.125Z] EdgeX Global Pipelines Version Info [2020-04-28T08:33:42.125Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 6cbb7bff062e751609f5520d3ffbff3f7b224b09 # timeout=10 [2020-04-28T08:33:43.531Z] ------------------- [2020-04-28T08:33:43.531Z] stable info: [2020-04-28T08:33:43.531Z] ------------------- [2020-04-28T08:33:43.531Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-04-28T08:33:43.531Z] Commit SHA: 997776a94285dd80d478e4f0c197496148fdc64f [2020-04-28T08:33:43.531Z] Message: update stable to v1.0.86 [2020-04-28T08:33:44.099Z] ------------------- [2020-04-28T08:33:44.099Z] experimental info: [2020-04-28T08:33:44.099Z] ------------------- [2020-04-28T08:33:44.099Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-04-28T08:33:44.099Z] Commit SHA: 045109fa9a4f6df2e4fd24e75fafac08edbb033d [2020-04-28T08:33:44.099Z] Message: update experimental to v1.0.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-04-28T08:33:46.181Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-04-28T08:33:46.440Z] [2020-04-28T08:33:46.440Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-04-28T08:33:46.782Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-04-28T08:33:46.782Z] latest: Pulling from edgex-devops/git-semver [2020-04-28T08:33:46.782Z] 9123ac7c32f7: Pulling fs layer [2020-04-28T08:33:46.782Z] b8cc5d1170e3: Pulling fs layer [2020-04-28T08:33:46.782Z] 2924cbbf6a41: Pulling fs layer [2020-04-28T08:33:46.782Z] 93b08a4f1073: Pulling fs layer [2020-04-28T08:33:46.782Z] 93b08a4f1073: Waiting [2020-04-28T08:33:46.782Z] b8cc5d1170e3: Verifying Checksum [2020-04-28T08:33:46.782Z] b8cc5d1170e3: Download complete [2020-04-28T08:33:46.782Z] 9123ac7c32f7: Verifying Checksum [2020-04-28T08:33:46.782Z] 9123ac7c32f7: Download complete [2020-04-28T08:33:47.043Z] 93b08a4f1073: Verifying Checksum [2020-04-28T08:33:47.043Z] 93b08a4f1073: Download complete [2020-04-28T08:33:47.043Z] 2924cbbf6a41: Download complete [2020-04-28T08:33:47.043Z] 9123ac7c32f7: Pull complete [2020-04-28T08:33:47.305Z] b8cc5d1170e3: Pull complete [2020-04-28T08:33:47.874Z] 2924cbbf6a41: Pull complete [2020-04-28T08:33:48.133Z] 93b08a4f1073: Pull complete [2020-04-28T08:33:48.133Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-04-28T08:33:48.133Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-04-28T08:33:48.257Z] prd-centos7-docker-4c-2g-6459 does not seem to be running inside a container [2020-04-28T08:33:48.302Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-snmp-go_PR-49 -v /w/workspace/dgexfoundry_device-snmp-go_PR-49:/w/workspace/dgexfoundry_device-snmp-go_PR-49:rw,z -v /w/workspace/dgexfoundry_device-snmp-go_PR-49@tmp:/w/workspace/dgexfoundry_device-snmp-go_PR-49@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-04-28T08:33:48.931Z] $ docker top e6a75902dd36d891079fcf63dfc7be837094ba59de69a2b5876c1653eea0ee33 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-04-28T08:33:49.230Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-04-28T08:33:49.230Z] [ssh-agent] Looking for ssh-agent implementation... [2020-04-28T08:33:49.445Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-04-28T08:33:49.452Z] $ docker exec e6a75902dd36d891079fcf63dfc7be837094ba59de69a2b5876c1653eea0ee33 ssh-agent [2020-04-28T08:33:49.631Z] SSH_AUTH_SOCK=/tmp/ssh-bmosaHc1oo8K/agent.14 [2020-04-28T08:33:49.631Z] SSH_AGENT_PID=21 [2020-04-28T08:33:49.640Z] Running ssh-add (command line suppressed) [2020-04-28T08:33:49.780Z] Identity added: /w/workspace/dgexfoundry_device-snmp-go_PR-49@tmp/private_key_6659325969650253276.key (/w/workspace/dgexfoundry_device-snmp-go_PR-49@tmp/private_key_6659325969650253276.key) [2020-04-28T08:33:49.829Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-04-28T08:33:50.208Z] + git describe --exact-match --tags HEAD [2020-04-28T08:33:50.208Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-04-28T08:33:50.263Z] $ docker exec --env ******** --env ******** e6a75902dd36d891079fcf63dfc7be837094ba59de69a2b5876c1653eea0ee33 ssh-agent -k [2020-04-28T08:33:50.393Z] unset SSH_AUTH_SOCK; [2020-04-28T08:33:50.393Z] unset SSH_AGENT_PID; [2020-04-28T08:33:50.393Z] echo Agent pid 21 killed; [2020-04-28T08:33:50.432Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-04-28T08:33:50.498Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-04-28T08:33:50.498Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-04-28T08:33:50.583Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-04-28T08:33:50.583Z] [ssh-agent] Looking for ssh-agent implementation... [2020-04-28T08:33:50.760Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-04-28T08:33:50.765Z] $ docker exec e6a75902dd36d891079fcf63dfc7be837094ba59de69a2b5876c1653eea0ee33 ssh-agent [2020-04-28T08:33:50.952Z] SSH_AUTH_SOCK=/tmp/ssh-oi3HnNKsLZUh/agent.56 [2020-04-28T08:33:50.952Z] SSH_AGENT_PID=62 [2020-04-28T08:33:50.959Z] Running ssh-add (command line suppressed) [2020-04-28T08:33:51.096Z] Identity added: /w/workspace/dgexfoundry_device-snmp-go_PR-49@tmp/private_key_5071421518987499430.key (/w/workspace/dgexfoundry_device-snmp-go_PR-49@tmp/private_key_5071421518987499430.key) [2020-04-28T08:33:51.144Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-04-28T08:33:51.484Z] + git semver init [2020-04-28T08:33:51.484Z] # -> Open(): unable to determine branch for HEAD [2020-04-28T08:33:51.484Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-snmp-go_PR-49/.git [2020-04-28T08:33:51.484Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-snmp-go_PR-49 [2020-04-28T08:33:51.484Z] # $SEMVER_REMOTE_NAME = origin [2020-04-28T08:33:51.484Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-04-28T08:33:51.484Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-04-28T08:33:51.484Z] # $SEMVER_BRANCH = PR-49 [2020-04-28T08:33:51.484Z] # $SEMVER_TEMP = /tmp/semver-176526672 [2020-04-28T08:33:51.485Z] # git clone --branch semver git@github.com:edgexfoundry/device-snmp-go.git $SEMVER_TEMP [2020-04-28T08:33:51.743Z] # '/tmp/semver-176526672' -> '/w/workspace/dgexfoundry_device-snmp-go_PR-49/.semver' [2020-04-28T08:33:51.743Z] # -> Force: false [2020-04-28T08:33:51.743Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-snmp-go_PR-49/.semver [Pipeline] } [2020-04-28T08:33:51.754Z] $ docker exec --env ******** --env ******** e6a75902dd36d891079fcf63dfc7be837094ba59de69a2b5876c1653eea0ee33 ssh-agent -k [2020-04-28T08:33:51.893Z] unset SSH_AUTH_SOCK; [2020-04-28T08:33:51.894Z] unset SSH_AGENT_PID; [2020-04-28T08:33:51.894Z] echo Agent pid 62 killed; [2020-04-28T08:33:51.940Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-04-28T08:33:52.374Z] + git semver [Pipeline] } [2020-04-28T08:33:52.389Z] $ docker stop --time=1 e6a75902dd36d891079fcf63dfc7be837094ba59de69a2b5876c1653eea0ee33 [2020-04-28T08:33:53.721Z] $ docker rm -f e6a75902dd36d891079fcf63dfc7be837094ba59de69a2b5876c1653eea0ee33 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-04-28T08:33:54.381Z] Stashed 35 file(s) [Pipeline] echo [2020-04-28T08:33:54.383Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-04-28T08:34:09.608Z] Still waiting to schedule task [2020-04-28T08:34:09.609Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-04-28T08:34:09.610Z] Still waiting to schedule task [2020-04-28T08:34:09.610Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-6457’ is offline [2020-04-28T08:35:53.238Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-6460 in /w/workspace/dgexfoundry_device-snmp-go_PR-49 [Pipeline] { [Pipeline] ws [2020-04-28T08:35:53.273Z] Running in /w/workspace/device-snmp-go/2 [Pipeline] { [Pipeline] checkout [2020-04-28T08:35:59.175Z] using credential edgex-jenkins-ssh [2020-04-28T08:35:59.658Z] Cloning the remote Git repository [2020-04-28T08:35:59.658Z] Cloning with configured refspecs honoured and without tags [2020-04-28T08:35:59.722Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2020-04-28T08:36:00.791Z] Fetching without tags [2020-04-28T08:35:59.833Z] > git init /w/workspace/device-snmp-go/2 # timeout=10 [2020-04-28T08:35:59.921Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2020-04-28T08:35:59.922Z] > git --version # timeout=10 [2020-04-28T08:35:59.949Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-28T08:36:00.024Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/49/head:refs/remotes/origin/PR-49 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-28T08:36:00.644Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2020-04-28T08:36:00.684Z] > git config --add remote.origin.fetch +refs/pull/49/head:refs/remotes/origin/PR-49 # timeout=10 [2020-04-28T08:36:00.719Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-28T08:36:00.757Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2020-04-28T08:36:00.798Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2020-04-28T08:36:00.799Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-28T08:36:00.815Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/49/head:refs/remotes/origin/PR-49 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-28T08:36:01.343Z] Merging remotes/origin/master commit 2a2498c9bbadf04898195d37569b88cc82665a53 into PR head commit 2df6a388d86acf306cadada7b0d82092b6ea7bbe [2020-04-28T08:36:01.685Z] Merge succeeded, producing 2df6a388d86acf306cadada7b0d82092b6ea7bbe [2020-04-28T08:36:01.686Z] Checking out Revision 2df6a388d86acf306cadada7b0d82092b6ea7bbe (PR-49) [2020-04-28T08:36:01.358Z] > git config core.sparsecheckout # timeout=10 [2020-04-28T08:36:01.390Z] > git checkout -f 2df6a388d86acf306cadada7b0d82092b6ea7bbe # timeout=10 [2020-04-28T08:36:01.477Z] > git remote # timeout=10 [2020-04-28T08:36:01.513Z] > git config --get remote.origin.url # timeout=10 [2020-04-28T08:36:01.534Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-28T08:36:01.545Z] > git merge 2a2498c9bbadf04898195d37569b88cc82665a53 # timeout=10 [2020-04-28T08:36:01.567Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-04-28T08:36:01.689Z] > git config core.sparsecheckout # timeout=10 [2020-04-28T08:36:01.746Z] > git checkout -f 2df6a388d86acf306cadada7b0d82092b6ea7bbe # timeout=10 [2020-04-28T08:36:05.593Z] Running on prd-centos7-docker-4c-2g-6461 in /w/workspace/dgexfoundry_device-snmp-go_PR-49 [Pipeline] { [Pipeline] ws [2020-04-28T08:36:05.642Z] Running in /w/workspace/device-snmp-go/2 [Pipeline] { [Pipeline] checkout [2020-04-28T08:36:06.381Z] Commit message: "refactor: upgrade SDK to v1.2.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-04-28T08:36:07.346Z] ========================================================= [2020-04-28T08:36:07.346Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-04-28T08:36:07.346Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-04-28T08:36:08.064Z] using credential edgex-jenkins-ssh [2020-04-28T08:36:08.120Z] Cloning the remote Git repository [2020-04-28T08:36:08.120Z] Cloning with configured refspecs honoured and without tags [2020-04-28T08:36:08.462Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-04-28T08:36:08.871Z] Fetching without tags [2020-04-28T08:36:09.063Z] Sending build context to Docker daemon 356.9kB [2020-04-28T08:36:09.063Z] Step 1/10 : ARG BASE=golang:1.13-alpine [2020-04-28T08:36:09.063Z] Step 2/10 : FROM ${BASE} [2020-04-28T08:36:08.148Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2020-04-28T08:36:08.195Z] > git init /w/workspace/device-snmp-go/2 # timeout=10 [2020-04-28T08:36:08.381Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2020-04-28T08:36:08.382Z] > git --version # timeout=10 [2020-04-28T08:36:08.389Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-28T08:36:08.414Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/49/head:refs/remotes/origin/PR-49 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-28T08:36:08.833Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2020-04-28T08:36:08.843Z] > git config --add remote.origin.fetch +refs/pull/49/head:refs/remotes/origin/PR-49 # timeout=10 [2020-04-28T08:36:08.849Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-28T08:36:08.860Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2020-04-28T08:36:08.872Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2020-04-28T08:36:08.872Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-28T08:36:08.884Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/49/head:refs/remotes/origin/PR-49 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-28T08:36:09.290Z] Merging remotes/origin/master commit 2a2498c9bbadf04898195d37569b88cc82665a53 into PR head commit 2df6a388d86acf306cadada7b0d82092b6ea7bbe [2020-04-28T08:36:09.391Z] Merge succeeded, producing 2df6a388d86acf306cadada7b0d82092b6ea7bbe [2020-04-28T08:36:09.391Z] Checking out Revision 2df6a388d86acf306cadada7b0d82092b6ea7bbe (PR-49) [2020-04-28T08:36:09.650Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-04-28T08:36:09.650Z] cde5963f3b93: Pulling fs layer [2020-04-28T08:36:09.650Z] 2a23fa8c16f7: Pulling fs layer [2020-04-28T08:36:09.650Z] 777b28850792: Pulling fs layer [2020-04-28T08:36:09.650Z] 8a11ddd9e578: Pulling fs layer [2020-04-28T08:36:09.650Z] 4cf88f913ddb: Pulling fs layer [2020-04-28T08:36:09.650Z] 1df406cf5192: Pulling fs layer [2020-04-28T08:36:09.650Z] cd6300453558: Pulling fs layer [2020-04-28T08:36:09.650Z] b9c365052c96: Pulling fs layer [2020-04-28T08:36:09.650Z] a2d8cc88f415: Pulling fs layer [2020-04-28T08:36:09.650Z] ea1d1ca13537: Pulling fs layer [2020-04-28T08:36:09.650Z] 3750a50a1c5e: Pulling fs layer [2020-04-28T08:36:09.650Z] 8a11ddd9e578: Waiting [2020-04-28T08:36:09.650Z] b9c365052c96: Waiting [2020-04-28T08:36:09.650Z] 4cf88f913ddb: Waiting [2020-04-28T08:36:09.650Z] a2d8cc88f415: Waiting [2020-04-28T08:36:09.650Z] 1df406cf5192: Waiting [2020-04-28T08:36:09.650Z] ea1d1ca13537: Waiting [2020-04-28T08:36:09.650Z] cd6300453558: Waiting [2020-04-28T08:36:09.650Z] 3750a50a1c5e: Waiting [2020-04-28T08:36:09.650Z] 777b28850792: Verifying Checksum [2020-04-28T08:36:09.650Z] 777b28850792: Download complete [2020-04-28T08:36:09.650Z] 2a23fa8c16f7: Verifying Checksum [2020-04-28T08:36:09.650Z] 2a23fa8c16f7: Download complete [2020-04-28T08:36:09.650Z] 4cf88f913ddb: Verifying Checksum [2020-04-28T08:36:09.650Z] 4cf88f913ddb: Download complete [2020-04-28T08:36:09.650Z] 1df406cf5192: Verifying Checksum [2020-04-28T08:36:09.650Z] 1df406cf5192: Download complete [2020-04-28T08:36:09.920Z] cde5963f3b93: Verifying Checksum [2020-04-28T08:36:09.920Z] cde5963f3b93: Download complete [2020-04-28T08:36:09.301Z] > git config core.sparsecheckout # timeout=10 [2020-04-28T08:36:09.308Z] > git checkout -f 2df6a388d86acf306cadada7b0d82092b6ea7bbe # timeout=10 [2020-04-28T08:36:09.345Z] > git remote # timeout=10 [2020-04-28T08:36:09.349Z] > git config --get remote.origin.url # timeout=10 [2020-04-28T08:36:09.355Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-28T08:36:09.359Z] > git merge 2a2498c9bbadf04898195d37569b88cc82665a53 # timeout=10 [2020-04-28T08:36:09.376Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-04-28T08:36:09.391Z] > git config core.sparsecheckout # timeout=10 [2020-04-28T08:36:09.406Z] > git checkout -f 2df6a388d86acf306cadada7b0d82092b6ea7bbe # timeout=10 [2020-04-28T08:36:10.896Z] cde5963f3b93: Pull complete [2020-04-28T08:36:11.486Z] 2a23fa8c16f7: Pull complete [2020-04-28T08:36:11.757Z] 777b28850792: Pull complete [2020-04-28T08:36:13.178Z] Commit message: "refactor: upgrade SDK to v1.2.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2020-04-28T08:36:13.731Z] cd6300453558: Verifying Checksum [2020-04-28T08:36:13.731Z] cd6300453558: Download complete [Pipeline] unstash [Pipeline] echo [2020-04-28T08:36:13.934Z] ========================================================= [2020-04-28T08:36:13.934Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-04-28T08:36:13.934Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-04-28T08:36:14.006Z] a2d8cc88f415: Verifying Checksum [2020-04-28T08:36:14.006Z] a2d8cc88f415: Download complete [2020-04-28T08:36:14.582Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-04-28T08:36:14.582Z] Sending build context to Docker daemon 356.9kB [2020-04-28T08:36:14.582Z] Step 1/10 : ARG BASE=golang:1.13-alpine [2020-04-28T08:36:14.582Z] Step 2/10 : FROM ${BASE} [2020-04-28T08:36:14.844Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-04-28T08:36:14.844Z] e6b0cf9c0882: Pulling fs layer [2020-04-28T08:36:14.844Z] 2848faf0eed1: Pulling fs layer [2020-04-28T08:36:14.844Z] 0f37312ad70f: Pulling fs layer [2020-04-28T08:36:14.844Z] 5788d62ee057: Pulling fs layer [2020-04-28T08:36:14.844Z] 0e6b1d234666: Pulling fs layer [2020-04-28T08:36:14.844Z] bf5d7aec512f: Pulling fs layer [2020-04-28T08:36:14.844Z] 34c802a77dc8: Pulling fs layer [2020-04-28T08:36:14.844Z] 9eb99e56ec68: Pulling fs layer [2020-04-28T08:36:14.844Z] 27c7a5d97fbd: Pulling fs layer [2020-04-28T08:36:14.844Z] 5c102a31e300: Pulling fs layer [2020-04-28T08:36:14.844Z] dcfb455df0a1: Pulling fs layer [2020-04-28T08:36:14.844Z] 34c802a77dc8: Waiting [2020-04-28T08:36:14.844Z] 9eb99e56ec68: Waiting [2020-04-28T08:36:14.844Z] 5788d62ee057: Waiting [2020-04-28T08:36:14.844Z] 0e6b1d234666: Waiting [2020-04-28T08:36:14.844Z] bf5d7aec512f: Waiting [2020-04-28T08:36:14.844Z] 27c7a5d97fbd: Waiting [2020-04-28T08:36:14.844Z] 5c102a31e300: Waiting [2020-04-28T08:36:14.844Z] dcfb455df0a1: Waiting [2020-04-28T08:36:14.844Z] 0f37312ad70f: Verifying Checksum [2020-04-28T08:36:14.844Z] 0f37312ad70f: Download complete [2020-04-28T08:36:14.844Z] 2848faf0eed1: Verifying Checksum [2020-04-28T08:36:14.844Z] 2848faf0eed1: Download complete [2020-04-28T08:36:14.844Z] 0e6b1d234666: Verifying Checksum [2020-04-28T08:36:14.844Z] 0e6b1d234666: Download complete [2020-04-28T08:36:14.844Z] bf5d7aec512f: Verifying Checksum [2020-04-28T08:36:14.844Z] bf5d7aec512f: Download complete [2020-04-28T08:36:14.844Z] e6b0cf9c0882: Verifying Checksum [2020-04-28T08:36:14.844Z] e6b0cf9c0882: Download complete [2020-04-28T08:36:15.109Z] e6b0cf9c0882: Pull complete [2020-04-28T08:36:15.370Z] 2848faf0eed1: Pull complete [2020-04-28T08:36:15.370Z] 0f37312ad70f: Pull complete [2020-04-28T08:36:15.948Z] 34c802a77dc8: Verifying Checksum [2020-04-28T08:36:15.948Z] 34c802a77dc8: Download complete [2020-04-28T08:36:16.218Z] 27c7a5d97fbd: Verifying Checksum [2020-04-28T08:36:16.218Z] 27c7a5d97fbd: Download complete [2020-04-28T08:36:16.593Z] ea1d1ca13537: Verifying Checksum [2020-04-28T08:36:16.593Z] ea1d1ca13537: Download complete [2020-04-28T08:36:16.593Z] 3750a50a1c5e: Download complete [2020-04-28T08:36:16.819Z] 5788d62ee057: Verifying Checksum [2020-04-28T08:36:16.819Z] 5788d62ee057: Download complete [2020-04-28T08:36:16.819Z] 5c102a31e300: Verifying Checksum [2020-04-28T08:36:16.819Z] 5c102a31e300: Download complete [2020-04-28T08:36:16.819Z] dcfb455df0a1: Verifying Checksum [2020-04-28T08:36:16.819Z] dcfb455df0a1: Download complete [2020-04-28T08:36:17.082Z] 9eb99e56ec68: Verifying Checksum [2020-04-28T08:36:17.082Z] 9eb99e56ec68: Download complete [2020-04-28T08:36:19.941Z] b9c365052c96: Verifying Checksum [2020-04-28T08:36:19.941Z] b9c365052c96: Download complete [2020-04-28T08:36:20.527Z] 8a11ddd9e578: Verifying Checksum [2020-04-28T08:36:20.527Z] 8a11ddd9e578: Download complete [2020-04-28T08:36:23.664Z] 5788d62ee057: Pull complete [2020-04-28T08:36:23.664Z] 0e6b1d234666: Pull complete [2020-04-28T08:36:23.664Z] bf5d7aec512f: Pull complete [2020-04-28T08:36:30.242Z] 34c802a77dc8: Pull complete [2020-04-28T08:36:32.907Z] 8a11ddd9e578: Pull complete [2020-04-28T08:36:32.907Z] 4cf88f913ddb: Pull complete [2020-04-28T08:36:33.177Z] 1df406cf5192: Pull complete [2020-04-28T08:36:33.537Z] 9eb99e56ec68: Pull complete [2020-04-28T08:36:33.537Z] 27c7a5d97fbd: Pull complete [2020-04-28T08:36:34.116Z] 5c102a31e300: Pull complete [2020-04-28T08:36:34.375Z] dcfb455df0a1: Pull complete [2020-04-28T08:36:34.375Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-04-28T08:36:34.375Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-04-28T08:36:34.375Z] ---> 7c70fe431013 [2020-04-28T08:36:34.375Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-04-28T08:36:34.632Z] ---> Running in 521b3606e675 [2020-04-28T08:36:34.632Z] Removing intermediate container 521b3606e675 [2020-04-28T08:36:34.632Z] ---> 801d02a6fa83 [2020-04-28T08:36:34.632Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-04-28T08:36:34.632Z] ---> Running in b7b995ee4e71 [2020-04-28T08:36:34.891Z] Removing intermediate container b7b995ee4e71 [2020-04-28T08:36:34.891Z] ---> 8bc8c01f535c [2020-04-28T08:36:34.891Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' [2020-04-28T08:36:34.891Z] ---> Running in 4ef30c7ae25f [2020-04-28T08:36:34.891Z] Removing intermediate container 4ef30c7ae25f [2020-04-28T08:36:34.891Z] ---> 9573a711d64d [2020-04-28T08:36:34.891Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-04-28T08:36:34.891Z] ---> Running in 3d3007c9fcee [2020-04-28T08:36:35.829Z] Removing intermediate container 3d3007c9fcee [2020-04-28T08:36:35.829Z] ---> 1958f8baf0c4 [2020-04-28T08:36:35.829Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-04-28T08:36:35.829Z] ---> Running in 59807823549e [2020-04-28T08:36:36.765Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-04-28T08:36:37.337Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-04-28T08:36:37.596Z] OK: 143 MiB in 39 packages [2020-04-28T08:36:38.164Z] Removing intermediate container 59807823549e [2020-04-28T08:36:38.164Z] ---> 04181048e252 [2020-04-28T08:36:38.164Z] Step 8/10 : WORKDIR /device-snmp-go [2020-04-28T08:36:38.164Z] ---> Running in c459483804cf [2020-04-28T08:36:38.164Z] Removing intermediate container c459483804cf [2020-04-28T08:36:38.164Z] ---> 47f2d81b8322 [2020-04-28T08:36:38.164Z] Step 9/10 : COPY . . [2020-04-28T08:36:38.423Z] ---> 489ae273ebb2 [2020-04-28T08:36:38.423Z] Step 10/10 : RUN go mod download [2020-04-28T08:36:38.423Z] ---> Running in 84131f9b8a6b [2020-04-28T08:36:38.539Z] cd6300453558: Pull complete [2020-04-28T08:36:40.329Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-04-28T08:36:40.329Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-04-28T08:36:40.329Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-04-28T08:36:40.329Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-04-28T08:36:40.329Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-04-28T08:36:40.329Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-04-28T08:36:40.329Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-04-28T08:36:40.329Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-04-28T08:36:40.329Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.0 [2020-04-28T08:36:40.329Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.30 [2020-04-28T08:36:40.329Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-04-28T08:36:40.329Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.54 [2020-04-28T08:36:40.329Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-04-28T08:36:40.329Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-04-28T08:36:40.329Z] go: finding github.com/fatih/color v1.7.0 [2020-04-28T08:36:40.329Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-04-28T08:36:40.329Z] go: finding github.com/go-kit/kit v0.8.0 [2020-04-28T08:36:40.329Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-04-28T08:36:40.329Z] go: finding github.com/go-stack/stack v1.8.0 [2020-04-28T08:36:40.329Z] go: finding github.com/golang/mock v1.2.0 [2020-04-28T08:36:40.329Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-04-28T08:36:40.329Z] go: finding github.com/google/uuid v1.1.0 [2020-04-28T08:36:40.329Z] go: finding github.com/gorilla/mux v1.7.1 [2020-04-28T08:36:40.329Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-04-28T08:36:40.329Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-04-28T08:36:40.329Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-04-28T08:36:40.329Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-04-28T08:36:40.329Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-04-28T08:36:40.329Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-04-28T08:36:40.329Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-04-28T08:36:40.329Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-04-28T08:36:40.329Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-04-28T08:36:40.329Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-04-28T08:36:40.329Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-04-28T08:36:40.329Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-04-28T08:36:40.329Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-04-28T08:36:40.329Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-04-28T08:36:40.589Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-04-28T08:36:40.589Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-04-28T08:36:40.589Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-04-28T08:36:40.589Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-04-28T08:36:40.589Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-04-28T08:36:40.589Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-04-28T08:36:40.589Z] go: finding github.com/miekg/dns v1.0.14 [2020-04-28T08:36:40.589Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-04-28T08:36:40.589Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-04-28T08:36:40.589Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-04-28T08:36:40.589Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-04-28T08:36:40.589Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-04-28T08:36:40.589Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-04-28T08:36:40.589Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-04-28T08:36:40.589Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-04-28T08:36:40.589Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-04-28T08:36:40.589Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-04-28T08:36:40.589Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-04-28T08:36:40.589Z] go: finding github.com/pkg/errors v0.8.1 [2020-04-28T08:36:40.589Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-04-28T08:36:40.850Z] go: finding github.com/posener/complete v1.1.1 [2020-04-28T08:36:40.850Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-04-28T08:36:40.850Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-04-28T08:36:40.850Z] go: finding github.com/soniah/gosnmp v1.21.0 [2020-04-28T08:36:40.850Z] go: finding github.com/stretchr/objx v0.1.0 [2020-04-28T08:36:40.850Z] go: finding github.com/stretchr/testify v1.5.1 [2020-04-28T08:36:40.850Z] go: finding github.com/ugorji/go v1.1.4 [2020-04-28T08:36:40.850Z] go: finding github.com/x448/float16 v0.8.4 [2020-04-28T08:36:40.850Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-04-28T08:36:40.850Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-04-28T08:36:40.850Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-04-28T08:36:40.850Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-04-28T08:36:40.850Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-04-28T08:36:40.850Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-04-28T08:36:42.820Z] b9c365052c96: Pull complete [2020-04-28T08:36:43.087Z] a2d8cc88f415: Pull complete [2020-04-28T08:36:45.029Z] ea1d1ca13537: Pull complete [2020-04-28T08:36:45.295Z] 3750a50a1c5e: Pull complete [2020-04-28T08:36:45.565Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-04-28T08:36:45.565Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-04-28T08:36:45.565Z] ---> 78745c68409d [2020-04-28T08:36:45.565Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-04-28T08:36:46.144Z] Removing intermediate container 84131f9b8a6b [2020-04-28T08:36:46.144Z] ---> 48796960baf5 [2020-04-28T08:36:46.144Z] Successfully built 48796960baf5 [2020-04-28T08:36:46.144Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-04-28T08:36:46.757Z] + docker inspect -f . ci-base-image-x86_64 [2020-04-28T08:36:46.757Z] . [Pipeline] withDockerContainer [2020-04-28T08:36:46.934Z] prd-centos7-docker-4c-2g-6461 does not seem to be running inside a container [2020-04-28T08:36:46.992Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/2 -v /w/workspace/device-snmp-go/2:/w/workspace/device-snmp-go/2:rw,z -v /w/workspace/device-snmp-go/2@tmp:/w/workspace/device-snmp-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-04-28T08:36:47.905Z] $ docker top 3e2ac972ab179268547240df0b942bfd52e649e282e3775976675a6816166c71 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-04-28T08:36:48.383Z] + go version [2020-04-28T08:36:48.383Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-04-28T08:36:48.681Z] + make test [2020-04-28T08:36:48.681Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-04-28T08:36:48.922Z] ---> Running in e71fd6219ecf [2020-04-28T08:36:48.922Z] Removing intermediate container e71fd6219ecf [2020-04-28T08:36:48.922Z] ---> 7998c1c18892 [2020-04-28T08:36:48.922Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-04-28T08:36:49.189Z] ---> Running in 89748d9af447 [2020-04-28T08:36:49.251Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2020-04-28T08:36:49.456Z] Removing intermediate container 89748d9af447 [2020-04-28T08:36:49.456Z] ---> 84a4107a70cf [2020-04-28T08:36:49.456Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' [2020-04-28T08:36:49.724Z] ---> Running in 9ac18fccf0c0 [2020-04-28T08:36:49.992Z] Removing intermediate container 9ac18fccf0c0 [2020-04-28T08:36:49.992Z] ---> e683618640ba [2020-04-28T08:36:49.992Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-04-28T08:36:50.259Z] ---> Running in 77d17473251c [2020-04-28T08:36:52.205Z] Removing intermediate container 77d17473251c [2020-04-28T08:36:52.205Z] ---> 1ee8ce0b0bc8 [2020-04-28T08:36:52.205Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-04-28T08:36:52.476Z] ---> Running in 7b7ec71e916b [2020-04-28T08:36:53.442Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-04-28T08:36:54.022Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-04-28T08:36:54.611Z] OK: 125 MiB in 39 packages [2020-04-28T08:36:55.578Z] Removing intermediate container 7b7ec71e916b [2020-04-28T08:36:55.578Z] ---> 4bc66007d60e [2020-04-28T08:36:55.578Z] Step 8/10 : WORKDIR /device-snmp-go [2020-04-28T08:36:55.845Z] ---> Running in 512588e9846a [2020-04-28T08:36:56.112Z] Removing intermediate container 512588e9846a [2020-04-28T08:36:56.112Z] ---> aa67f621b316 [2020-04-28T08:36:56.112Z] Step 9/10 : COPY . . [2020-04-28T08:36:56.698Z] ---> 9619288cbdb6 [2020-04-28T08:36:56.698Z] Step 10/10 : RUN go mod download [2020-04-28T08:36:56.965Z] ---> Running in 67dadccf6372 [2020-04-28T08:36:58.923Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-04-28T08:36:58.923Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-04-28T08:36:58.923Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-04-28T08:36:58.923Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-04-28T08:36:58.923Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-04-28T08:36:58.923Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-04-28T08:36:58.923Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-04-28T08:36:58.923Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-04-28T08:36:58.923Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.0 [2020-04-28T08:36:58.923Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.30 [2020-04-28T08:36:58.923Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-04-28T08:36:58.923Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.54 [2020-04-28T08:36:58.923Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-04-28T08:36:58.923Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-04-28T08:36:58.923Z] go: finding github.com/fatih/color v1.7.0 [2020-04-28T08:36:58.923Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-04-28T08:36:58.923Z] go: finding github.com/go-kit/kit v0.8.0 [2020-04-28T08:36:59.189Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-04-28T08:36:59.189Z] go: finding github.com/go-stack/stack v1.8.0 [2020-04-28T08:36:59.189Z] go: finding github.com/golang/mock v1.2.0 [2020-04-28T08:36:59.189Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-04-28T08:36:59.189Z] go: finding github.com/google/uuid v1.1.0 [2020-04-28T08:36:59.189Z] go: finding github.com/gorilla/mux v1.7.1 [2020-04-28T08:36:59.189Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-04-28T08:36:59.189Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-04-28T08:36:59.189Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-04-28T08:36:59.189Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-04-28T08:36:59.189Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-04-28T08:36:59.189Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-04-28T08:36:59.189Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-04-28T08:36:59.189Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-04-28T08:36:59.189Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-04-28T08:36:59.189Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-04-28T08:36:59.189Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-04-28T08:36:59.189Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-04-28T08:36:59.455Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-04-28T08:36:59.455Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-04-28T08:36:59.455Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-04-28T08:36:59.455Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-04-28T08:36:59.455Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-04-28T08:36:59.455Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-04-28T08:36:59.455Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-04-28T08:36:59.455Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-04-28T08:36:59.455Z] go: finding github.com/miekg/dns v1.0.14 [2020-04-28T08:36:59.455Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-04-28T08:36:59.455Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-04-28T08:36:59.455Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-04-28T08:36:59.455Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-04-28T08:36:59.455Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-04-28T08:36:59.455Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-04-28T08:36:59.455Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-04-28T08:36:59.455Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-04-28T08:36:59.455Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-04-28T08:36:59.455Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-04-28T08:36:59.455Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-04-28T08:36:59.455Z] go: finding github.com/pkg/errors v0.8.1 [2020-04-28T08:36:59.455Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-04-28T08:36:59.455Z] go: finding github.com/posener/complete v1.1.1 [2020-04-28T08:36:59.455Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-04-28T08:36:59.455Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-04-28T08:36:59.455Z] go: finding github.com/soniah/gosnmp v1.21.0 [2020-04-28T08:36:59.723Z] go: finding github.com/stretchr/objx v0.1.0 [2020-04-28T08:36:59.723Z] go: finding github.com/stretchr/testify v1.5.1 [2020-04-28T08:36:59.723Z] go: finding github.com/ugorji/go v1.1.4 [2020-04-28T08:36:59.723Z] go: finding github.com/x448/float16 v0.8.4 [2020-04-28T08:36:59.723Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-04-28T08:36:59.723Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-04-28T08:36:59.723Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-04-28T08:36:59.723Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-04-28T08:36:59.723Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-04-28T08:36:59.723Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-04-28T08:37:01.562Z] ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] [2020-04-28T08:37:01.562Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.006s coverage: 0.0% of statements [2020-04-28T08:37:01.562Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-04-28T08:37:02.133Z] gofmt -l . [2020-04-28T08:37:02.133Z] [ "`gofmt -l .`" = "" ] [2020-04-28T08:37:02.133Z] ./bin/test-attribution-txt.sh [2020-04-28T08:37:02.701Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-04-28T08:37:03.381Z] Stashed 1 file(s) [Pipeline] } [2020-04-28T08:37:03.383Z] $ docker stop --time=1 3e2ac972ab179268547240df0b942bfd52e649e282e3775976675a6816166c71 [2020-04-28T08:37:04.874Z] $ docker rm -f 3e2ac972ab179268547240df0b942bfd52e649e282e3775976675a6816166c71 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-04-28T08:37:06.217Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-04-28T08:37:06.507Z] + ls -al . [2020-04-28T08:37:06.507Z] total 104 [2020-04-28T08:37:06.507Z] drwxrwxr-x. 8 jenkins jenkins 4096 Apr 28 08:37 . [2020-04-28T08:37:06.507Z] drwxrwxr-x. 4 jenkins jenkins 28 Apr 28 08:36 .. [2020-04-28T08:37:06.507Z] -rw-rw-r--. 1 jenkins jenkins 4910 Apr 28 08:36 Attribution.txt [2020-04-28T08:37:06.507Z] drwxrwxr-x. 2 jenkins jenkins 87 Apr 28 08:36 bin [2020-04-28T08:37:06.507Z] drwxrwxr-x. 3 jenkins jenkins 32 Apr 28 08:36 cmd [2020-04-28T08:37:06.507Z] -rw-r--r--. 1 jenkins jenkins 8493 Apr 28 08:36 coverage.out [2020-04-28T08:37:06.507Z] -rw-rw-r--. 1 jenkins jenkins 994 Apr 28 08:36 Dockerfile [2020-04-28T08:37:06.507Z] -rw-rw-r--. 1 jenkins jenkins 409 Apr 28 08:36 Dockerfile.build [2020-04-28T08:37:06.507Z] -rw-rw-r--. 1 jenkins jenkins 6 Apr 28 08:36 .dockerignore [2020-04-28T08:37:06.507Z] drwxrwxr-x. 8 jenkins jenkins 179 Apr 28 08:36 .git [2020-04-28T08:37:06.507Z] -rw-rw-r--. 1 jenkins jenkins 272 Apr 28 08:36 .gitignore [2020-04-28T08:37:06.507Z] -rw-r--r--. 1 jenkins jenkins 203 Apr 28 08:37 go.mod [2020-04-28T08:37:06.507Z] -rw-r--r--. 1 jenkins jenkins 12601 Apr 28 08:37 go.sum [2020-04-28T08:37:06.507Z] drwxrwxr-x. 3 jenkins jenkins 20 Apr 28 08:36 internal [2020-04-28T08:37:06.507Z] -rw-rw-r--. 1 jenkins jenkins 678 Apr 28 08:36 Jenkinsfile [2020-04-28T08:37:06.507Z] -rw-rw-r--. 1 jenkins jenkins 11340 Apr 28 08:36 LICENSE [2020-04-28T08:37:06.507Z] -rw-rw-r--. 1 jenkins jenkins 937 Apr 28 08:36 Makefile [2020-04-28T08:37:06.507Z] drwxrwxr-x. 2 jenkins jenkins 84 Apr 28 08:36 profiles [2020-04-28T08:37:06.507Z] -rw-rw-r--. 1 jenkins jenkins 12398 Apr 28 08:36 README.md [2020-04-28T08:37:06.507Z] drwxrwxr-x. 3 jenkins jenkins 74 Apr 28 08:36 .semver [2020-04-28T08:37:06.507Z] -rw-rw-r--. 1 jenkins jenkins 5 Apr 28 08:33 VERSION [2020-04-28T08:37:06.507Z] -rw-rw-r--. 1 jenkins jenkins 209 Apr 28 08:36 version.go [Pipeline] isUnix [Pipeline] sh [2020-04-28T08:37:06.802Z] + 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=2df6a388d86acf306cadada7b0d82092b6ea7bbe --label arch=amd64 --label version=0.0.0 . [2020-04-28T08:37:06.802Z] Sending build context to Docker daemon 366.1kB [2020-04-28T08:37:06.802Z] Step 1/25 : ARG BASE=golang:1.13-alpine [2020-04-28T08:37:06.802Z] Step 2/25 : FROM ${BASE} AS builder [2020-04-28T08:37:06.802Z] ---> 48796960baf5 [2020-04-28T08:37:06.802Z] Step 3/25 : ARG MAKE='make build' [2020-04-28T08:37:07.062Z] ---> Running in d4e628841566 [2020-04-28T08:37:07.062Z] Removing intermediate container d4e628841566 [2020-04-28T08:37:07.062Z] ---> 5295908b1c70 [2020-04-28T08:37:07.062Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git" [2020-04-28T08:37:07.062Z] ---> Running in 0dd1db423c8c [2020-04-28T08:37:07.320Z] Removing intermediate container 0dd1db423c8c [2020-04-28T08:37:07.320Z] ---> fede67dccb17 [2020-04-28T08:37:07.320Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2020-04-28T08:37:07.320Z] ---> Running in 515f8f04bc90 [2020-04-28T08:37:07.320Z] Removing intermediate container 515f8f04bc90 [2020-04-28T08:37:07.320Z] ---> e101a8200815 [2020-04-28T08:37:07.320Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-04-28T08:37:07.579Z] ---> Running in 3e5f6496d338 [2020-04-28T08:37:08.148Z] Removing intermediate container 3e5f6496d338 [2020-04-28T08:37:08.148Z] ---> e48ff8510a63 [2020-04-28T08:37:08.148Z] Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-04-28T08:37:08.148Z] ---> Running in e7d63d3d6861 [2020-04-28T08:37:08.406Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-04-28T08:37:09.340Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-04-28T08:37:09.340Z] OK: 143 MiB in 39 packages [2020-04-28T08:37:09.822Z] Removing intermediate container 67dadccf6372 [2020-04-28T08:37:09.822Z] ---> 7876fc22c33b [2020-04-28T08:37:09.822Z] Successfully built 7876fc22c33b [2020-04-28T08:37:09.822Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [2020-04-28T08:37:09.907Z] Removing intermediate container e7d63d3d6861 [2020-04-28T08:37:09.907Z] ---> 783cef97d189 [2020-04-28T08:37:09.907Z] Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-snmp-go [2020-04-28T08:37:09.907Z] ---> Running in afcc44cbb322 [2020-04-28T08:37:09.907Z] Removing intermediate container afcc44cbb322 [2020-04-28T08:37:09.907Z] ---> 42a81ffdbcb4 [2020-04-28T08:37:09.907Z] Step 9/25 : COPY go.mod . [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-04-28T08:37:10.165Z] ---> 344f57b28239 [2020-04-28T08:37:10.165Z] Step 10/25 : COPY Makefile . [2020-04-28T08:37:10.165Z] ---> 4e39b455ada1 [2020-04-28T08:37:10.165Z] Step 11/25 : RUN make update [2020-04-28T08:37:10.420Z] + docker inspect -f . ci-base-image-arm64 [2020-04-28T08:37:10.426Z] ---> Running in 05fe6ed67a09 [2020-04-28T08:37:10.685Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-04-28T08:37:10.685Z] . [Pipeline] withDockerContainer [2020-04-28T08:37:11.020Z] prd-ubuntu18.04-docker-arm64-4c-16g-6460 does not seem to be running inside a container [2020-04-28T08:37:11.101Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/2 -v /w/workspace/device-snmp-go/2:/w/workspace/device-snmp-go/2:rw,z -v /w/workspace/device-snmp-go/2@tmp:/w/workspace/device-snmp-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-04-28T08:37:11.258Z] Removing intermediate container 05fe6ed67a09 [2020-04-28T08:37:11.258Z] ---> 5656f1dfa467 [2020-04-28T08:37:11.258Z] Step 12/25 : COPY . . [2020-04-28T08:37:11.258Z] ---> 21a06fb6b881 [2020-04-28T08:37:11.258Z] Step 13/25 : RUN ${MAKE} [2020-04-28T08:37:11.258Z] ---> Running in 40ff54c55623 [2020-04-28T08:37:11.828Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=0.0.0" -o cmd/device-snmp-go ./cmd [2020-04-28T08:37:12.443Z] $ docker top 889a396c3d5607a8b3d78768d2f0ec8e918e267a286aab3148a0af1fbb1b08ea -eo pid,comm [Pipeline] { [Pipeline] sh [2020-04-28T08:37:13.485Z] + go version [2020-04-28T08:37:13.485Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-04-28T08:37:14.132Z] + make test [2020-04-28T08:37:14.132Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-04-28T08:37:15.095Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2020-04-28T08:37:21.877Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-04-28T08:37:25.175Z] Removing intermediate container 40ff54c55623 [2020-04-28T08:37:25.175Z] ---> af222f28c352 [2020-04-28T08:37:25.175Z] Step 14/25 : FROM alpine [2020-04-28T08:37:25.175Z] latest: Pulling from library/alpine [2020-04-28T08:37:25.175Z] cbdbe7a5bc2a: Pulling fs layer [2020-04-28T08:37:25.175Z] cbdbe7a5bc2a: Verifying Checksum [2020-04-28T08:37:25.175Z] cbdbe7a5bc2a: Download complete [2020-04-28T08:37:25.434Z] cbdbe7a5bc2a: Pull complete [2020-04-28T08:37:25.434Z] Digest: sha256:9a839e63dad54c3a6d1834e29692c8492d93f90c59c978c1ed79109ea4fb9a54 [2020-04-28T08:37:25.435Z] Status: Downloaded newer image for alpine:latest [2020-04-28T08:37:25.435Z] ---> f70734b6a266 [2020-04-28T08:37:25.435Z] Step 15/25 : ENV APP_PORT=49993 [2020-04-28T08:37:25.435Z] ---> Running in 42d037c062c3 [2020-04-28T08:37:25.693Z] Removing intermediate container 42d037c062c3 [2020-04-28T08:37:25.693Z] ---> 0f969f67bc45 [2020-04-28T08:37:25.693Z] Step 16/25 : EXPOSE $APP_PORT [2020-04-28T08:37:25.693Z] ---> Running in ec053d5b101e [2020-04-28T08:37:25.693Z] Removing intermediate container ec053d5b101e [2020-04-28T08:37:25.693Z] ---> be4c4dfc850b [2020-04-28T08:37:25.693Z] Step 17/25 : ENV DEVICE_PORT=161 [2020-04-28T08:37:25.952Z] ---> Running in bca1cac1ccb9 [2020-04-28T08:37:25.952Z] Removing intermediate container bca1cac1ccb9 [2020-04-28T08:37:25.952Z] ---> f37d3d5dc4d4 [2020-04-28T08:37:25.952Z] Step 18/25 : EXPOSE $DEVICE_PORT [2020-04-28T08:37:25.952Z] ---> Running in 7944e1f1fbc2 [2020-04-28T08:37:26.211Z] Removing intermediate container 7944e1f1fbc2 [2020-04-28T08:37:26.211Z] ---> 30ba751375f7 [2020-04-28T08:37:26.211Z] Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/cmd / [2020-04-28T08:37:26.471Z] ---> 29d2859919ed [2020-04-28T08:37:26.471Z] Step 20/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/Attribution.txt / [2020-04-28T08:37:26.734Z] ---> ce2c97691082 [2020-04-28T08:37:26.734Z] Step 21/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/LICENSE / [2020-04-28T08:37:26.993Z] ---> e6e0a951fecc [2020-04-28T08:37:26.993Z] Step 22/25 : ENTRYPOINT ["/device-snmp-go","--cp=consul://edgex-core-consul:8500","--confdir=/res","--registry"] [2020-04-28T08:37:26.993Z] ---> Running in 8b31a7610a5d [2020-04-28T08:37:26.993Z] Removing intermediate container 8b31a7610a5d [2020-04-28T08:37:26.993Z] ---> 5a4e684f381d [2020-04-28T08:37:26.993Z] Step 23/25 : LABEL arch=amd64 [2020-04-28T08:37:27.254Z] ---> Running in 25bfcd8162f4 [2020-04-28T08:37:27.254Z] Removing intermediate container 25bfcd8162f4 [2020-04-28T08:37:27.254Z] ---> a25ae74fead9 [2020-04-28T08:37:27.254Z] Step 24/25 : LABEL git_sha=2df6a388d86acf306cadada7b0d82092b6ea7bbe [2020-04-28T08:37:27.254Z] ---> Running in 40c5b6b021ca [2020-04-28T08:37:27.514Z] Removing intermediate container 40c5b6b021ca [2020-04-28T08:37:27.514Z] ---> 1ce206b856bb [2020-04-28T08:37:27.514Z] Step 25/25 : LABEL version=0.0.0 [2020-04-28T08:37:27.514Z] ---> Running in 73c9a8576cfc [2020-04-28T08:37:27.514Z] Removing intermediate container 73c9a8576cfc [2020-04-28T08:37:27.514Z] ---> 9c7be9652ab5 [2020-04-28T08:37:27.514Z] [Warning] One or more build-args [ARCH] were not consumed [2020-04-28T08:37:27.772Z] Successfully built 9c7be9652ab5 [2020-04-28T08:37:27.772Z] Successfully tagged docker-device-snmp-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-04-28T08:37:47.414Z] ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] [2020-04-28T08:37:47.414Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.018s coverage: 0.0% of statements [2020-04-28T08:37:47.414Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-04-28T08:37:49.372Z] gofmt -l . [2020-04-28T08:37:49.372Z] [ "`gofmt -l .`" = "" ] [2020-04-28T08:37:49.372Z] ./bin/test-attribution-txt.sh [2020-04-28T08:37:49.959Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-04-28T08:37:50.240Z] Warning: overwriting stash ‘coverage-report’ [2020-04-28T08:37:50.613Z] Stashed 1 file(s) [Pipeline] } [2020-04-28T08:37:50.622Z] $ docker stop --time=1 889a396c3d5607a8b3d78768d2f0ec8e918e267a286aab3148a0af1fbb1b08ea [2020-04-28T08:37:52.790Z] $ docker rm -f 889a396c3d5607a8b3d78768d2f0ec8e918e267a286aab3148a0af1fbb1b08ea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-04-28T08:37:54.074Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-04-28T08:37:54.394Z] + ls -al . [2020-04-28T08:37:54.394Z] total 132 [2020-04-28T08:37:54.394Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 28 08:37 . [2020-04-28T08:37:54.394Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 28 08:35 .. [2020-04-28T08:37:54.394Z] -rw-rw-r-- 1 jenkins jenkins 6 Apr 28 08:36 .dockerignore [2020-04-28T08:37:54.394Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 28 08:36 .git [2020-04-28T08:37:54.394Z] -rw-rw-r-- 1 jenkins jenkins 272 Apr 28 08:36 .gitignore [2020-04-28T08:37:54.394Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 28 08:36 .semver [2020-04-28T08:37:54.394Z] -rw-rw-r-- 1 jenkins jenkins 4910 Apr 28 08:36 Attribution.txt [2020-04-28T08:37:54.394Z] -rw-rw-r-- 1 jenkins jenkins 994 Apr 28 08:36 Dockerfile [2020-04-28T08:37:54.394Z] -rw-rw-r-- 1 jenkins jenkins 409 Apr 28 08:36 Dockerfile.build [2020-04-28T08:37:54.394Z] -rw-rw-r-- 1 jenkins jenkins 678 Apr 28 08:36 Jenkinsfile [2020-04-28T08:37:54.394Z] -rw-rw-r-- 1 jenkins jenkins 11340 Apr 28 08:36 LICENSE [2020-04-28T08:37:54.394Z] -rw-rw-r-- 1 jenkins jenkins 937 Apr 28 08:36 Makefile [2020-04-28T08:37:54.394Z] -rw-rw-r-- 1 jenkins jenkins 12398 Apr 28 08:36 README.md [2020-04-28T08:37:54.394Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 28 08:33 VERSION [2020-04-28T08:37:54.394Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 28 08:36 bin [2020-04-28T08:37:54.394Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 28 08:36 cmd [2020-04-28T08:37:54.394Z] -rw-r--r-- 1 jenkins jenkins 8493 Apr 28 08:37 coverage.out [2020-04-28T08:37:54.394Z] -rw-r--r-- 1 jenkins jenkins 203 Apr 28 08:37 go.mod [2020-04-28T08:37:54.394Z] -rw-r--r-- 1 jenkins jenkins 12601 Apr 28 08:37 go.sum [2020-04-28T08:37:54.394Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 28 08:36 internal [2020-04-28T08:37:54.394Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 28 08:36 profiles [2020-04-28T08:37:54.394Z] -rw-rw-r-- 1 jenkins jenkins 209 Apr 28 08:36 version.go [Pipeline] isUnix [Pipeline] sh [2020-04-28T08:37:54.719Z] + 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=2df6a388d86acf306cadada7b0d82092b6ea7bbe --label arch=arm64 --label version=0.0.0 . [2020-04-28T08:37:54.988Z] Sending build context to Docker daemon 366.1kB [2020-04-28T08:37:54.988Z] Step 1/25 : ARG BASE=golang:1.13-alpine [2020-04-28T08:37:54.988Z] Step 2/25 : FROM ${BASE} AS builder [2020-04-28T08:37:54.988Z] ---> 7876fc22c33b [2020-04-28T08:37:54.988Z] Step 3/25 : ARG MAKE='make build' [2020-04-28T08:37:55.256Z] ---> Running in 1d96bceca46c [2020-04-28T08:37:55.524Z] Removing intermediate container 1d96bceca46c [2020-04-28T08:37:55.524Z] ---> 756bcac4552a [2020-04-28T08:37:55.524Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git" [2020-04-28T08:37:55.792Z] ---> Running in 1f77d9b3e499 [2020-04-28T08:37:56.060Z] Removing intermediate container 1f77d9b3e499 [2020-04-28T08:37:56.060Z] ---> 759250155449 [2020-04-28T08:37:56.060Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2020-04-28T08:37:56.060Z] ---> Running in b35f037461b6 [2020-04-28T08:37:56.644Z] Removing intermediate container b35f037461b6 [2020-04-28T08:37:56.644Z] ---> 9a779db26497 [2020-04-28T08:37:56.644Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-04-28T08:37:56.644Z] ---> Running in 3f1907bbfeee [2020-04-28T08:37:58.594Z] Removing intermediate container 3f1907bbfeee [2020-04-28T08:37:58.594Z] ---> 8071637b14ce [2020-04-28T08:37:58.594Z] Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-04-28T08:37:58.594Z] ---> Running in 5bfa5b917b86 [2020-04-28T08:37:59.558Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-04-28T08:38:00.513Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-04-28T08:38:00.780Z] OK: 125 MiB in 39 packages [2020-04-28T08:38:01.740Z] Removing intermediate container 5bfa5b917b86 [2020-04-28T08:38:01.741Z] ---> b0a063e258dc [2020-04-28T08:38:01.741Z] Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-snmp-go [2020-04-28T08:38:02.007Z] ---> Running in bc60ca4167eb [2020-04-28T08:38:02.277Z] Removing intermediate container bc60ca4167eb [2020-04-28T08:38:02.277Z] ---> 347258eb98a3 [2020-04-28T08:38:02.277Z] Step 9/25 : COPY go.mod . [2020-04-28T08:38:02.859Z] ---> b27e7beefe61 [2020-04-28T08:38:02.859Z] Step 10/25 : COPY Makefile . [2020-04-28T08:38:03.443Z] ---> bfcaca53cd92 [2020-04-28T08:38:03.443Z] Step 11/25 : RUN make update [2020-04-28T08:38:03.443Z] ---> Running in 9a54bfdedcc1 [2020-04-28T08:38:04.403Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-04-28T08:38:05.361Z] Removing intermediate container 9a54bfdedcc1 [2020-04-28T08:38:05.361Z] ---> 62b0c3eeeaac [2020-04-28T08:38:05.361Z] Step 12/25 : COPY . . [2020-04-28T08:38:06.320Z] ---> ca8257012c68 [2020-04-28T08:38:06.320Z] Step 13/25 : RUN ${MAKE} [2020-04-28T08:38:06.320Z] ---> Running in 3cf6068ed654 [2020-04-28T08:38:07.281Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=0.0.0" -o cmd/device-snmp-go ./cmd [2020-04-28T08:38:34.009Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-04-28T08:38:37.369Z] Removing intermediate container 3cf6068ed654 [2020-04-28T08:38:37.369Z] ---> d8755528c3e0 [2020-04-28T08:38:37.369Z] Step 14/25 : FROM alpine [2020-04-28T08:38:37.637Z] latest: Pulling from library/alpine [2020-04-28T08:38:37.903Z] 29e5d40040c1: Pulling fs layer [2020-04-28T08:38:38.484Z] 29e5d40040c1: Download complete [2020-04-28T08:38:38.751Z] 29e5d40040c1: Pull complete [2020-04-28T08:38:38.751Z] Digest: sha256:9a839e63dad54c3a6d1834e29692c8492d93f90c59c978c1ed79109ea4fb9a54 [2020-04-28T08:38:38.751Z] Status: Downloaded newer image for alpine:latest [2020-04-28T08:38:38.751Z] ---> c20d2a9ab686 [2020-04-28T08:38:38.751Z] Step 15/25 : ENV APP_PORT=49993 [2020-04-28T08:38:39.021Z] ---> Running in 675ec1355d64 [2020-04-28T08:38:39.288Z] Removing intermediate container 675ec1355d64 [2020-04-28T08:38:39.288Z] ---> 16b89fedaf15 [2020-04-28T08:38:39.288Z] Step 16/25 : EXPOSE $APP_PORT [2020-04-28T08:38:39.554Z] ---> Running in 496881071f86 [2020-04-28T08:38:39.820Z] Removing intermediate container 496881071f86 [2020-04-28T08:38:39.820Z] ---> c91ca1105d87 [2020-04-28T08:38:39.820Z] Step 17/25 : ENV DEVICE_PORT=161 [2020-04-28T08:38:39.820Z] ---> Running in da87fee64f59 [2020-04-28T08:38:40.402Z] Removing intermediate container da87fee64f59 [2020-04-28T08:38:40.402Z] ---> d3c6fc5528ad [2020-04-28T08:38:40.402Z] Step 18/25 : EXPOSE $DEVICE_PORT [2020-04-28T08:38:40.402Z] ---> Running in a9c38ef7a982 [2020-04-28T08:38:40.671Z] Removing intermediate container a9c38ef7a982 [2020-04-28T08:38:40.671Z] ---> af1a0c830d98 [2020-04-28T08:38:40.671Z] Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/cmd / [2020-04-28T08:38:41.631Z] ---> c64a303df0a1 [2020-04-28T08:38:41.631Z] Step 20/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/Attribution.txt / [2020-04-28T08:38:42.215Z] ---> cee8f50505ee [2020-04-28T08:38:42.215Z] Step 21/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/LICENSE / [2020-04-28T08:38:42.798Z] ---> 3fa497a24896 [2020-04-28T08:38:42.798Z] Step 22/25 : ENTRYPOINT ["/device-snmp-go","--cp=consul://edgex-core-consul:8500","--confdir=/res","--registry"] [2020-04-28T08:38:42.798Z] ---> Running in 33784c359539 [2020-04-28T08:38:43.381Z] Removing intermediate container 33784c359539 [2020-04-28T08:38:43.381Z] ---> 489e66eedcc2 [2020-04-28T08:38:43.381Z] Step 23/25 : LABEL arch=arm64 [2020-04-28T08:38:43.381Z] ---> Running in e7e8de2df85b [2020-04-28T08:38:43.647Z] Removing intermediate container e7e8de2df85b [2020-04-28T08:38:43.647Z] ---> 414c978a92a9 [2020-04-28T08:38:43.647Z] Step 24/25 : LABEL git_sha=2df6a388d86acf306cadada7b0d82092b6ea7bbe [2020-04-28T08:38:43.913Z] ---> Running in c79d4a1fb4ea [2020-04-28T08:38:44.181Z] Removing intermediate container c79d4a1fb4ea [2020-04-28T08:38:44.181Z] ---> 15e8d55e7038 [2020-04-28T08:38:44.181Z] Step 25/25 : LABEL version=0.0.0 [2020-04-28T08:38:44.448Z] ---> Running in 27f951c6fd12 [2020-04-28T08:38:44.714Z] Removing intermediate container 27f951c6fd12 [2020-04-28T08:38:44.714Z] ---> 033811ff5650 [2020-04-28T08:38:44.714Z] [Warning] One or more build-args [ARCH] were not consumed [2020-04-28T08:38:44.714Z] Successfully built 033811ff5650 [2020-04-28T08:38:44.714Z] Successfully tagged docker-device-snmp-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-04-28T08:38:45.903Z] provisioning config files... [2020-04-28T08:38:45.913Z] copy managed file [device-snmp-go-codecov-token] to file:/w/workspace/dgexfoundry_device-snmp-go_PR-49@tmp/config4531224155975069350tmp [Pipeline] { [Pipeline] sh [2020-04-28T08:38:46.278Z] + curl -s https://codecov.io/bash [2020-04-28T08:38:46.278Z] + bash -s - -t @/w/workspace/dgexfoundry_device-snmp-go_PR-49@tmp/config4531224155975069350tmp [2020-04-28T08:38:46.537Z] [2020-04-28T08:38:46.537Z] _____ _ [2020-04-28T08:38:46.537Z] / ____| | | [2020-04-28T08:38:46.537Z] | | ___ __| | ___ ___ _____ __ [2020-04-28T08:38:46.537Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-04-28T08:38:46.537Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-04-28T08:38:46.537Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-04-28T08:38:46.537Z] Bash-tbd [2020-04-28T08:38:46.537Z] [2020-04-28T08:38:46.537Z] [2020-04-28T08:38:46.537Z] ==> Jenkins CI detected. [2020-04-28T08:38:46.537Z] project root: . [2020-04-28T08:38:46.537Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-04-28T08:38:46.537Z] ==> Running gcov in . (disable via -X gcov) [2020-04-28T08:38:46.537Z] ==> Python coveragepy not found [2020-04-28T08:38:46.537Z] ==> Searching for coverage reports in: [2020-04-28T08:38:46.537Z] + . [2020-04-28T08:38:46.537Z] -> Found 1 reports [2020-04-28T08:38:46.537Z] ==> Detecting git/mercurial file structure [2020-04-28T08:38:46.537Z] ==> Reading reports [2020-04-28T08:38:46.537Z] + ./coverage.out bytes=8493 [2020-04-28T08:38:46.537Z] ==> Appending adjustments [2020-04-28T08:38:46.537Z] http://docs.codecov.io/docs/fixing-reports [2020-04-28T08:38:46.537Z] + Found adjustments [2020-04-28T08:38:46.537Z] ==> Gzipping contents [2020-04-28T08:38:46.537Z] ==> Uploading reports [2020-04-28T08:38:46.537Z] url: https://codecov.io [2020-04-28T08:38:46.537Z] query: branch=PR-49&commit=2df6a388d86acf306cadada7b0d82092b6ea7bbe&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2FPR-49%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=49&job= [2020-04-28T08:38:46.537Z] -> Pinging Codecov [2020-04-28T08:38:46.537Z] https://codecov.io/upload/v4?package=bash-tbd&token=secret&branch=PR-49&commit=2df6a388d86acf306cadada7b0d82092b6ea7bbe&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2FPR-49%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=49&job= [2020-04-28T08:38:47.105Z] -> Uploading [2020-04-28T08:38:47.674Z] -> View reports at https://codecov.io/github/edgexfoundry/device-snmp-go/commit/2df6a388d86acf306cadada7b0d82092b6ea7bbe [Pipeline] } [2020-04-28T08:38:47.683Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-04-28T08:38:48.809Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-04-28T08:38:49.108Z] ---> package-listing.sh [2020-04-28T08:38:49.108Z] ++ facter osfamily [2020-04-28T08:38:49.108Z] ++ tr '[:upper:]' '[:lower:]' [2020-04-28T08:38:49.108Z] + OS_FAMILY=redhat [2020-04-28T08:38:49.108Z] + workspace=/w/workspace/dgexfoundry_device-snmp-go_PR-49 [2020-04-28T08:38:49.108Z] + START_PACKAGES=/tmp/packages_start.txt [2020-04-28T08:38:49.108Z] + END_PACKAGES=/tmp/packages_end.txt [2020-04-28T08:38:49.108Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-04-28T08:38:49.108Z] + PACKAGES=/tmp/packages_start.txt [2020-04-28T08:38:49.108Z] + '[' /w/workspace/dgexfoundry_device-snmp-go_PR-49 ']' [2020-04-28T08:38:49.108Z] + PACKAGES=/tmp/packages_end.txt [2020-04-28T08:38:49.108Z] + case "${OS_FAMILY}" in [2020-04-28T08:38:49.108Z] + rpm -qa [2020-04-28T08:38:49.108Z] + sort [2020-04-28T08:38:53.301Z] + '[' -f /tmp/packages_start.txt ']' [2020-04-28T08:38:53.301Z] + '[' -f /tmp/packages_end.txt ']' [2020-04-28T08:38:53.301Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-04-28T08:38:53.301Z] + '[' /w/workspace/dgexfoundry_device-snmp-go_PR-49 ']' [2020-04-28T08:38:53.301Z] + mkdir -p /w/workspace/dgexfoundry_device-snmp-go_PR-49/archives/ [2020-04-28T08:38:53.301Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-snmp-go_PR-49/archives/ [Pipeline] isUnix [Pipeline] sh [2020-04-28T08:38:53.673Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-04-28T08:38:53.673Z] [2020-04-28T08:38:53.673Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-04-28T08:38:54.022Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-04-28T08:38:54.022Z] alpine: Pulling from edgex-lftools-log-publisher [2020-04-28T08:38:54.022Z] c9b1b535fdd9: Pulling fs layer [2020-04-28T08:38:54.022Z] 2cc5ad85d9ab: Pulling fs layer [2020-04-28T08:38:54.022Z] 756a868c4378: Pulling fs layer [2020-04-28T08:38:54.022Z] 444b2fc9a129: Pulling fs layer [2020-04-28T08:38:54.022Z] ea15f1150254: Pulling fs layer [2020-04-28T08:38:54.022Z] 41b27a9f41bf: Pulling fs layer [2020-04-28T08:38:54.022Z] 28c525ee5125: Pulling fs layer [2020-04-28T08:38:54.022Z] 094b1ea09ed8: Pulling fs layer [2020-04-28T08:38:54.022Z] 138eaada9080: Pulling fs layer [2020-04-28T08:38:54.022Z] 0622d0fa9048: Pulling fs layer [2020-04-28T08:38:54.022Z] ea15f1150254: Waiting [2020-04-28T08:38:54.022Z] 41b27a9f41bf: Waiting [2020-04-28T08:38:54.022Z] 28c525ee5125: Waiting [2020-04-28T08:38:54.022Z] 094b1ea09ed8: Waiting [2020-04-28T08:38:54.022Z] 138eaada9080: Waiting [2020-04-28T08:38:54.022Z] 0622d0fa9048: Waiting [2020-04-28T08:38:54.022Z] 444b2fc9a129: Waiting [2020-04-28T08:38:54.022Z] 2cc5ad85d9ab: Download complete [2020-04-28T08:38:54.022Z] 444b2fc9a129: Download complete [2020-04-28T08:38:54.022Z] c9b1b535fdd9: Download complete [2020-04-28T08:38:54.022Z] ea15f1150254: Verifying Checksum [2020-04-28T08:38:54.022Z] ea15f1150254: Download complete [2020-04-28T08:38:54.293Z] 28c525ee5125: Verifying Checksum [2020-04-28T08:38:54.293Z] 28c525ee5125: Download complete [2020-04-28T08:38:54.557Z] c9b1b535fdd9: Pull complete [2020-04-28T08:38:54.557Z] 756a868c4378: Verifying Checksum [2020-04-28T08:38:54.557Z] 756a868c4378: Download complete [2020-04-28T08:38:54.557Z] 2cc5ad85d9ab: Pull complete [2020-04-28T08:38:54.557Z] 138eaada9080: Verifying Checksum [2020-04-28T08:38:54.557Z] 138eaada9080: Download complete [2020-04-28T08:38:54.825Z] 0622d0fa9048: Verifying Checksum [2020-04-28T08:38:54.825Z] 0622d0fa9048: Download complete [2020-04-28T08:38:54.825Z] 094b1ea09ed8: Verifying Checksum [2020-04-28T08:38:54.825Z] 094b1ea09ed8: Download complete [2020-04-28T08:38:55.395Z] 41b27a9f41bf: Verifying Checksum [2020-04-28T08:38:55.395Z] 41b27a9f41bf: Download complete [2020-04-28T08:38:56.332Z] 756a868c4378: Pull complete [2020-04-28T08:38:56.332Z] 444b2fc9a129: Pull complete [2020-04-28T08:38:56.590Z] ea15f1150254: Pull complete [2020-04-28T08:38:59.887Z] 41b27a9f41bf: Pull complete [2020-04-28T08:38:59.887Z] 28c525ee5125: Pull complete [2020-04-28T08:39:01.810Z] 094b1ea09ed8: Pull complete [2020-04-28T08:39:01.810Z] 138eaada9080: Pull complete [2020-04-28T08:39:02.745Z] 0622d0fa9048: Pull complete [2020-04-28T08:39:02.745Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-04-28T08:39:02.745Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-04-28T08:39:02.903Z] prd-centos7-docker-4c-2g-6459 does not seem to be running inside a container [2020-04-28T08:39:02.947Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/dgexfoundry_device-snmp-go_PR-49 -v /w/workspace/dgexfoundry_device-snmp-go_PR-49:/w/workspace/dgexfoundry_device-snmp-go_PR-49:rw,z -v /w/workspace/dgexfoundry_device-snmp-go_PR-49@tmp:/w/workspace/dgexfoundry_device-snmp-go_PR-49@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-04-28T08:39:03.490Z] $ docker top aacd06884732f1467b9802e8331efe3f46abf94777f409761dbaed85fc973d49 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-04-28T08:39:03.716Z] provisioning config files... [2020-04-28T08:39:03.728Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-snmp-go_PR-49@tmp/config4457801576682349455tmp [Pipeline] { [Pipeline] echo [2020-04-28T08:39:03.782Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-04-28T08:39:04.073Z] ---> create-netrc.sh [Pipeline] echo [2020-04-28T08:39:04.079Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-04-28T08:39:04.386Z] ---> logs-deploy.sh [2020-04-28T08:39:04.386Z] + ARCHIVE_ARTIFACTS= [2020-04-28T08:39:04.386Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-04-28T08:39:04.386Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-04-28T08:39:04.386Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-04-28T08:39:04.386Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/PR-49/2 [2020-04-28T08:39:04.386Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-snmp-go/job/PR-49/2/ [2020-04-28T08:39:04.386Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/PR-49/2 /w/workspace/dgexfoundry_device-snmp-go_PR-49 [2020-04-28T08:39:05.321Z] Archives upload complete. [2020-04-28T08:39:05.580Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/PR-49/2 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-snmp-go/job/PR-49/2/