cloudxxx8 commented: recheck 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 jamesrgregg for edgexfoundry/device-mqtt-go Obtained Jenkinsfile from 50e33cb2b46c045d80a0cb2ee24d1baea883fe93+f040f91db28658e22aee59e3eddee7a4993b8cd8 (ad21afe3936a113bdfb5e766e2decfccbb3e735b) 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-mqtt-go, goVersion:1.13, buildSnap:true] ========================================================= [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-mqtt-go-settings PROJECT: device-mqtt-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-mqtt-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: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3500’ Running on prd-centos7-docker-4c-2g-3505 in /w/workspace/gexfoundry_device-mqtt-go_PR-153 [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-mqtt-go.git > git init /w/workspace/gexfoundry_device-mqtt-go_PR-153 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-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-mqtt-go.git +refs/pull/153/head:refs/remotes/origin/PR-153 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit f040f91db28658e22aee59e3eddee7a4993b8cd8 into PR head commit 50e33cb2b46c045d80a0cb2ee24d1baea883fe93 Merge succeeded, producing 50e33cb2b46c045d80a0cb2ee24d1baea883fe93 Checking out Revision 50e33cb2b46c045d80a0cb2ee24d1baea883fe93 (PR-153) > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/153/head:refs/remotes/origin/PR-153 # 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-mqtt-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/153/head:refs/remotes/origin/PR-153 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 50e33cb2b46c045d80a0cb2ee24d1baea883fe93 # 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 f040f91db28658e22aee59e3eddee7a4993b8cd8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 50e33cb2b46c045d80a0cb2ee24d1baea883fe93 # timeout=10 Commit message: "docs: Add standard PR template" > git rev-list --no-walk 50e33cb2b46c045d80a0cb2ee24d1baea883fe93 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:24:48 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:24:48 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:24:48 ========================================================= 05:24:48 EdgeX Global Pipelines Version Info 05:24:48 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:24:50 ------------------- 05:24:50 stable info: 05:24:50 ------------------- 05:24:50 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:24:50 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 05:24:50 Message: update stable to v1.0.89 05:24:51 ------------------- 05:24:51 experimental info: 05:24:51 ------------------- 05:24:51 Commited By: **** collab-it+edgex@linuxfoundation.org 05:24:51 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 05:24:51 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 05:24:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:24:53 05:24:53 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 05:24:53 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:24:54 latest: Pulling from edgex-devops/git-semver 05:24:54 9123ac7c32f7: Pulling fs layer 05:24:54 b8cc5d1170e3: Pulling fs layer 05:24:54 2924cbbf6a41: Pulling fs layer 05:24:54 93b08a4f1073: Pulling fs layer 05:24:54 93b08a4f1073: Waiting 05:24:54 b8cc5d1170e3: Download complete 05:24:54 9123ac7c32f7: Verifying Checksum 05:24:54 9123ac7c32f7: Download complete 05:24:54 2924cbbf6a41: Verifying Checksum 05:24:54 2924cbbf6a41: Download complete 05:24:54 9123ac7c32f7: Pull complete 05:24:54 93b08a4f1073: Verifying Checksum 05:24:54 93b08a4f1073: Download complete 05:24:54 b8cc5d1170e3: Pull complete 05:24:56 2924cbbf6a41: Pull complete 05:24:56 93b08a4f1073: Pull complete 05:24:56 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 05:24:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:24:56 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 05:24:56 prd-centos7-docker-4c-2g-3505 does not seem to be running inside a container 05:24:57 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-153 -v /w/workspace/gexfoundry_device-mqtt-go_PR-153:/w/workspace/gexfoundry_device-mqtt-go_PR-153:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-153@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:24:59 $ docker top 59d0d5b21a96856a36643b2fb820e39c4d8fea6d894725d6e744ce459c052e0b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:24:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:24:59 [ssh-agent] Looking for ssh-agent implementation... 05:25:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:25:00 $ docker exec 59d0d5b21a96856a36643b2fb820e39c4d8fea6d894725d6e744ce459c052e0b ssh-agent 05:25:00 SSH_AUTH_SOCK=/tmp/ssh-XUHJD3LNumK6/agent.11 05:25:00 SSH_AGENT_PID=16 05:25:00 Running ssh-add (command line suppressed) 05:25:00 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-153@tmp/private_key_5843917966962802406.key (/w/workspace/gexfoundry_device-mqtt-go_PR-153@tmp/private_key_5843917966962802406.key) 05:25:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:25:01 + git describe --exact-match --tags HEAD 05:25:01 fatal: No names found, cannot describe anything. [Pipeline] } 05:25:01 $ docker exec --env ******** --env ******** 59d0d5b21a96856a36643b2fb820e39c4d8fea6d894725d6e744ce459c052e0b ssh-agent -k 05:25:01 unset SSH_AUTH_SOCK; 05:25:01 unset SSH_AGENT_PID; 05:25:01 echo Agent pid 16 killed; 05:25:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 05:25:02 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 05:25:02 This usually means this commit has not been tagged. [Pipeline] sshagent 05:25:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:25:02 [ssh-agent] Looking for ssh-agent implementation... 05:25:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:25:02 $ docker exec 59d0d5b21a96856a36643b2fb820e39c4d8fea6d894725d6e744ce459c052e0b ssh-agent 05:25:02 SSH_AUTH_SOCK=/tmp/ssh-tIKlM6Xu4mRw/agent.44 05:25:02 SSH_AGENT_PID=49 05:25:02 Running ssh-add (command line suppressed) 05:25:02 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-153@tmp/private_key_1054336946332130059.key (/w/workspace/gexfoundry_device-mqtt-go_PR-153@tmp/private_key_1054336946332130059.key) 05:25:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:25:03 + git semver init 05:25:03 # -> Open(): unable to determine branch for HEAD 05:25:03 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-153/.git 05:25:03 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-153 05:25:03 # $SEMVER_REMOTE_NAME = origin 05:25:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:25:03 # $SEMVER_USER_NAME = edgex-jenkins 05:25:03 # $SEMVER_BRANCH = PR-153 05:25:03 # $SEMVER_TEMP = /tmp/semver-715675161 05:25:03 # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP 05:25:03 # '/tmp/semver-715675161' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-153/.semver' 05:25:03 # -> Force: false 05:25:03 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-153/.semver [Pipeline] } 05:25:03 $ docker exec --env ******** --env ******** 59d0d5b21a96856a36643b2fb820e39c4d8fea6d894725d6e744ce459c052e0b ssh-agent -k 05:25:04 unset SSH_AUTH_SOCK; 05:25:04 unset SSH_AGENT_PID; 05:25:04 echo Agent pid 49 killed; 05:25:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:25:04 + git semver [Pipeline] } 05:25:04 $ docker stop --time=1 59d0d5b21a96856a36643b2fb820e39c4d8fea6d894725d6e744ce459c052e0b 05:25:06 $ docker rm -f 59d0d5b21a96856a36643b2fb820e39c4d8fea6d894725d6e744ce459c052e0b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 05:25:07 Stashed 30 file(s) [Pipeline] echo 05:25:07 [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 05:25:22 Still waiting to schedule task 05:25:22 Waiting for next available executor on ‘centos7-docker-4c-2g’ 05:25:22 Still waiting to schedule task 05:25:22 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 05:27:17 Running on prd-centos7-docker-4c-2g-3506 in /w/workspace/gexfoundry_device-mqtt-go_PR-153 [Pipeline] { [Pipeline] ws 05:27:17 Running in /w/workspace/device-mqtt-go/2 [Pipeline] { [Pipeline] checkout 05:27:20 using credential edgex-jenkins-ssh 05:27:20 Cloning the remote Git repository 05:27:20 Cloning with configured refspecs honoured and without tags 05:27:20 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 05:27:21 > git init /w/workspace/device-mqtt-go/2 # timeout=10 05:27:22 Fetching without tags 05:27:21 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 05:27:21 > git --version # timeout=10 05:27:21 using GIT_SSH to set credentials SSH Credentials for GitHub 05:27:21 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/153/head:refs/remotes/origin/PR-153 +refs/heads/master:refs/remotes/origin/master # timeout=10 05:27:22 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 05:27:22 > git config --add remote.origin.fetch +refs/pull/153/head:refs/remotes/origin/PR-153 # timeout=10 05:27:22 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 05:27:22 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 05:27:22 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 05:27:22 using GIT_SSH to set credentials SSH Credentials for GitHub 05:27:22 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/153/head:refs/remotes/origin/PR-153 +refs/heads/master:refs/remotes/origin/master # timeout=10 05:27:22 Merging remotes/origin/master commit f040f91db28658e22aee59e3eddee7a4993b8cd8 into PR head commit 50e33cb2b46c045d80a0cb2ee24d1baea883fe93 05:27:22 Merge succeeded, producing 50e33cb2b46c045d80a0cb2ee24d1baea883fe93 05:27:22 Checking out Revision 50e33cb2b46c045d80a0cb2ee24d1baea883fe93 (PR-153) 05:27:22 > git config core.sparsecheckout # timeout=10 05:27:22 > git checkout -f 50e33cb2b46c045d80a0cb2ee24d1baea883fe93 # timeout=10 05:27:22 > git remote # timeout=10 05:27:22 > git config --get remote.origin.url # timeout=10 05:27:22 using GIT_SSH to set credentials SSH Credentials for GitHub 05:27:22 > git merge f040f91db28658e22aee59e3eddee7a4993b8cd8 # timeout=10 05:27:22 > git rev-parse HEAD^{commit} # timeout=10 05:27:22 > git config core.sparsecheckout # timeout=10 05:27:22 > git checkout -f 50e33cb2b46c045d80a0cb2ee24d1baea883fe93 # timeout=10 05:27:26 Commit message: "docs: Add standard PR template" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 05:27:27 ========================================================= 05:27:27 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 05:27:27 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:27:27 + 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 . 05:27:28 Sending build context to Docker daemon 617.5kB 05:27:28 Step 1/8 : ARG BASE=golang:1.13-alpine 05:27:28 Step 2/8 : FROM ${BASE} 05:27:28 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 05:27:28 e6b0cf9c0882: Pulling fs layer 05:27:28 2848faf0eed1: Pulling fs layer 05:27:28 0f37312ad70f: Pulling fs layer 05:27:28 5788d62ee057: Pulling fs layer 05:27:28 0e6b1d234666: Pulling fs layer 05:27:28 bf5d7aec512f: Pulling fs layer 05:27:28 34c802a77dc8: Pulling fs layer 05:27:28 9eb99e56ec68: Pulling fs layer 05:27:28 27c7a5d97fbd: Pulling fs layer 05:27:28 5c102a31e300: Pulling fs layer 05:27:28 dcfb455df0a1: Pulling fs layer 05:27:28 34c802a77dc8: Waiting 05:27:28 9eb99e56ec68: Waiting 05:27:28 5c102a31e300: Waiting 05:27:28 dcfb455df0a1: Waiting 05:27:28 5788d62ee057: Waiting 05:27:28 0e6b1d234666: Waiting 05:27:28 27c7a5d97fbd: Waiting 05:27:28 bf5d7aec512f: Waiting 05:27:28 0f37312ad70f: Verifying Checksum 05:27:28 0f37312ad70f: Download complete 05:27:28 2848faf0eed1: Verifying Checksum 05:27:28 2848faf0eed1: Download complete 05:27:28 0e6b1d234666: Verifying Checksum 05:27:28 0e6b1d234666: Download complete 05:27:28 bf5d7aec512f: Download complete 05:27:28 e6b0cf9c0882: Verifying Checksum 05:27:28 e6b0cf9c0882: Download complete 05:27:29 e6b0cf9c0882: Pull complete 05:27:29 2848faf0eed1: Pull complete 05:27:29 34c802a77dc8: Verifying Checksum 05:27:29 34c802a77dc8: Download complete 05:27:29 27c7a5d97fbd: Verifying Checksum 05:27:29 27c7a5d97fbd: Download complete 05:27:30 5c102a31e300: Verifying Checksum 05:27:30 5c102a31e300: Download complete 05:27:30 dcfb455df0a1: Verifying Checksum 05:27:30 dcfb455df0a1: Download complete 05:27:30 0f37312ad70f: Pull complete 05:27:30 9eb99e56ec68: Verifying Checksum 05:27:30 9eb99e56ec68: Download complete 05:27:31 5788d62ee057: Verifying Checksum 05:27:31 5788d62ee057: Download complete 05:27:37 5788d62ee057: Pull complete 05:27:37 0e6b1d234666: Pull complete 05:27:37 bf5d7aec512f: Pull complete 05:27:43 34c802a77dc8: Pull complete 05:27:45 9eb99e56ec68: Pull complete 05:27:45 27c7a5d97fbd: Pull complete 05:27:46 5c102a31e300: Pull complete 05:27:46 dcfb455df0a1: Pull complete 05:27:46 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 05:27:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 05:27:46 ---> 7c70fe431013 05:27:46 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 05:27:47 ---> Running in 54cfb4e9cb92 05:27:47 Removing intermediate container 54cfb4e9cb92 05:27:47 ---> e2cdf8e82ebe 05:27:47 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:27:47 ---> Running in 97cd2be5737a 05:27:49 Removing intermediate container 97cd2be5737a 05:27:49 ---> 60a6697fd5bc 05:27:49 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 05:27:49 ---> Running in db99ed3f1b6b 05:27:49 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 05:27:50 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 05:27:51 (1/17) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) 05:27:51 (2/17) Installing libmagic (5.37-r1) 05:27:51 (3/17) Installing file (5.37-r1) 05:27:51 (4/17) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) 05:27:51 (5/17) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) 05:27:51 (6/17) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) 05:28:00 (7/17) Installing libc-dev (0.7.2-r0) 05:28:00 (8/17) Installing g++ (9.2.0-r4) 05:28:05 (9/17) Installing fortify-headers (1.1-r0) 05:28:05 (10/17) Installing build-base (0.5-r1) 05:28:05 (11/17) Installing openssh-keygen (8.1_p1-r0) 05:28:05 (12/17) Installing libedit (20191211.3.1-r0) 05:28:05 (13/17) Installing openssh-client (8.1_p1-r0) 05:28:05 (14/17) Installing openssh-sftp-server (8.1_p1-r0) 05:28:05 (15/17) Installing openssh-server-common (8.1_p1-r0) 05:28:05 (16/17) Installing openssh-server (8.1_p1-r0) 05:28:05 (17/17) Installing openssh (8.1_p1-r0) 05:28:05 Executing busybox-1.31.1-r8.trigger 05:28:05 OK: 214 MiB in 52 packages 05:28:09 Removing intermediate container db99ed3f1b6b 05:28:09 ---> e32d4a96903d 05:28:09 Step 6/8 : WORKDIR /device-mqtt-go 05:28:09 ---> Running in 939086447c8c 05:28:09 Removing intermediate container 939086447c8c 05:28:09 ---> f866735fe5bf 05:28:09 Step 7/8 : COPY . . 05:28:10 ---> 7cef3b19e898 05:28:10 Step 8/8 : RUN go mod download 05:28:10 ---> Running in 8604a52451af 05:28:13 go: finding github.com/BurntSushi/toml v0.3.1 05:28:13 go: finding github.com/OneOfOne/xxhash v1.2.6 05:28:13 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 05:28:13 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 05:28:13 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 05:28:13 go: finding github.com/bgentry/speakeasy v0.1.0 05:28:13 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 05:28:13 go: finding github.com/davecgh/go-spew v1.1.1 05:28:13 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 05:28:13 go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 05:28:13 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 05:28:13 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 05:28:13 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 05:28:13 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 05:28:13 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 05:28:13 go: finding github.com/fatih/color v1.7.0 05:28:13 go: finding github.com/fxamacker/cbor/v2 v2.2.0 05:28:13 go: finding github.com/go-kit/kit v0.8.0 05:28:13 go: finding github.com/go-logfmt/logfmt v0.4.0 05:28:13 go: finding github.com/go-stack/stack v1.8.0 05:28:13 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 05:28:13 go: finding github.com/google/uuid v1.1.1 05:28:13 go: finding github.com/gorilla/mux v1.7.1 05:28:13 go: finding github.com/hashicorp/consul/api v1.1.0 05:28:13 go: finding github.com/hashicorp/consul/sdk v0.1.1 05:28:13 go: finding github.com/hashicorp/errwrap v1.0.0 05:28:13 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 05:28:13 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 05:28:13 go: finding github.com/hashicorp/go-msgpack v0.5.3 05:28:13 go: finding github.com/hashicorp/go-multierror v1.0.0 05:28:13 go: finding github.com/hashicorp/go-rootcerts v1.0.0 05:28:13 go: finding github.com/hashicorp/go-sockaddr v1.0.0 05:28:13 go: finding github.com/hashicorp/go-syslog v1.0.0 05:28:13 go: finding github.com/hashicorp/go-uuid v1.0.1 05:28:13 go: finding github.com/hashicorp/go.net v0.0.1 05:28:13 go: finding github.com/hashicorp/golang-lru v0.5.0 05:28:13 go: finding github.com/hashicorp/logutils v1.0.0 05:28:13 go: finding github.com/hashicorp/mdns v1.0.0 05:28:13 go: finding github.com/hashicorp/memberlist v0.1.3 05:28:13 go: finding github.com/hashicorp/serf v0.8.2 05:28:13 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 05:28:13 go: finding github.com/kr/pretty v0.1.0 05:28:13 go: finding github.com/kr/pty v1.1.1 05:28:13 go: finding github.com/kr/text v0.1.0 05:28:13 go: finding github.com/mattn/go-colorable v0.0.9 05:28:13 go: finding github.com/mattn/go-isatty v0.0.3 05:28:13 go: finding github.com/miekg/dns v1.0.14 05:28:13 go: finding github.com/mitchellh/cli v1.0.0 05:28:13 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 05:28:13 go: finding github.com/mitchellh/copystructure v1.0.0 05:28:13 go: finding github.com/mitchellh/go-homedir v1.0.0 05:28:13 go: finding github.com/mitchellh/go-testing-interface v1.0.0 05:28:13 go: finding github.com/mitchellh/gox v0.4.0 05:28:13 go: finding github.com/mitchellh/iochan v1.0.0 05:28:13 go: finding github.com/mitchellh/mapstructure v1.1.2 05:28:13 go: finding github.com/mitchellh/reflectwalk v1.0.0 05:28:13 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 05:28:13 go: finding github.com/pelletier/go-toml v1.2.0 05:28:13 go: finding github.com/pkg/errors v0.8.1 05:28:13 go: finding github.com/pmezard/go-difflib v1.0.0 05:28:13 go: finding github.com/posener/complete v1.1.1 05:28:13 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 05:28:13 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 05:28:13 go: finding github.com/spf13/cast v1.3.0 05:28:13 go: finding github.com/stretchr/objx v0.1.0 05:28:13 go: finding github.com/stretchr/testify v1.5.1 05:28:13 go: finding github.com/ugorji/go v1.1.4 05:28:13 go: finding github.com/x448/float16 v0.8.4 05:28:13 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 05:28:13 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 05:28:13 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 05:28:13 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 05:28:13 go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 05:28:13 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 05:28:13 go: finding gopkg.in/yaml.v2 v2.2.8 05:28:23 Removing intermediate container 8604a52451af 05:28:23 ---> 5625fcc6a884 05:28:23 Successfully built 5625fcc6a884 05:28:23 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 05:28:24 + docker inspect -f . ci-base-image-x86_64 05:28:24 . [Pipeline] withDockerContainer 05:28:24 prd-centos7-docker-4c-2g-3506 does not seem to be running inside a container 05:28:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/2 -v /w/workspace/device-mqtt-go/2:/w/workspace/device-mqtt-go/2:rw,z -v /w/workspace/device-mqtt-go/2@tmp:/w/workspace/device-mqtt-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 ******** ci-base-image-x86_64 cat 05:28:25 $ docker top 228ad054f67414b33e619fbb79ff80a0c37c5884ab6115649dba914ef6e53e41 -eo pid,comm [Pipeline] { [Pipeline] sh 05:28:25 + go version 05:28:25 go version go1.13.5 linux/amd64 [Pipeline] sh 05:28:26 + make test 05:28:26 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 05:28:27 ? github.com/edgexfoundry/device-mqtt-go [no test files] 05:28:39 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 05:28:39 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.009s coverage: 28.3% of statements 05:28:39 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 05:28:39 CGO_ENABLED=0 GO111MODULE=on go vet ./... 05:28:40 gofmt -l . 05:28:41 ["`gofmt -l .`" = ""] 05:28:41 ./bin/test-attribution-txt.sh 05:28:42 ./bin/test-go-mod-tidy.sh [Pipeline] stash 05:28:42 Stashed 1 file(s) [Pipeline] } 05:28:42 $ docker stop --time=1 228ad054f67414b33e619fbb79ff80a0c37c5884ab6115649dba914ef6e53e41 05:28:44 $ docker rm -f 228ad054f67414b33e619fbb79ff80a0c37c5884ab6115649dba914ef6e53e41 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 05:28:46 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:28:46 + ls -al . 05:28:46 total 100 05:28:46 drwxrwxr-x. 10 jenkins jenkins 4096 Jun 18 05:28 . 05:28:46 drwxrwxr-x. 4 jenkins jenkins 28 Jun 18 05:27 .. 05:28:46 -rw-rw-r--. 1 jenkins jenkins 4678 Jun 18 05:27 Attribution.txt 05:28:46 drwxrwxr-x. 2 jenkins jenkins 87 Jun 18 05:27 bin 05:28:46 drwxrwxr-x. 3 jenkins jenkins 32 Jun 18 05:27 cmd 05:28:46 -rw-r--r--. 1 jenkins jenkins 18939 Jun 18 05:28 coverage.out 05:28:46 -rw-rw-r--. 1 jenkins jenkins 1776 Jun 18 05:27 Dockerfile 05:28:46 -rw-rw-r--. 1 jenkins jenkins 953 Jun 18 05:27 Dockerfile.build 05:28:46 -rw-rw-r--. 1 jenkins jenkins 140 Jun 18 05:27 .dockerignore 05:28:46 drwxrwxr-x. 8 jenkins jenkins 179 Jun 18 05:27 .git 05:28:46 drwxrwxr-x. 2 jenkins jenkins 38 Jun 18 05:27 .github 05:28:46 -rw-rw-r--. 1 jenkins jenkins 328 Jun 18 05:27 .gitignore 05:28:46 -rw-r--r--. 1 jenkins jenkins 510 Jun 18 05:28 go.mod 05:28:46 -rw-r--r--. 1 jenkins jenkins 13621 Jun 18 05:28 go.sum 05:28:46 drwxrwxr-x. 3 jenkins jenkins 20 Jun 18 05:27 internal 05:28:46 -rw-rw-r--. 1 jenkins jenkins 700 Jun 18 05:27 Jenkinsfile 05:28:46 -rw-rw-r--. 1 jenkins jenkins 11340 Jun 18 05:27 LICENSE 05:28:46 -rw-rw-r--. 1 jenkins jenkins 902 Jun 18 05:27 Makefile 05:28:46 drwxrwxr-x. 2 jenkins jenkins 23 Jun 18 05:27 mock 05:28:46 -rw-rw-r--. 1 jenkins jenkins 444 Jun 18 05:27 README.md 05:28:46 drwxrwxr-x. 3 jenkins jenkins 58 Jun 18 05:27 .semver 05:28:46 drwxrwxr-x. 4 jenkins jenkins 54 Jun 18 05:27 snap 05:28:46 -rw-rw-r--. 1 jenkins jenkins 5 Jun 18 05:25 VERSION 05:28:46 -rw-rw-r--. 1 jenkins jenkins 227 Jun 18 05:27 version.go [Pipeline] isUnix [Pipeline] sh 05:28:47 + docker build -t docker-device-mqtt-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=50e33cb2b46c045d80a0cb2ee24d1baea883fe93 --label arch=amd64 --label version=0.0.0 . 05:28:47 Sending build context to Docker daemon 636.9kB 05:28:47 Step 1/21 : ARG BASE=golang:1.13-alpine 05:28:47 Step 2/21 : FROM ${BASE} AS builder 05:28:47 ---> 5625fcc6a884 05:28:47 Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 05:28:47 ---> Running in 8291f537fdb9 05:28:47 Removing intermediate container 8291f537fdb9 05:28:47 ---> c718cb17c036 05:28:47 Step 4/21 : ARG ALPINE_PKG_EXTRA="" 05:28:47 ---> Running in 7ed955f903bf 05:28:47 Removing intermediate container 7ed955f903bf 05:28:47 ---> 3f1271af34ca 05:28:47 Step 5/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:28:47 ---> Running in 856e1ee8f2ff 05:28:48 Removing intermediate container 856e1ee8f2ff 05:28:48 ---> 86b696627456 05:28:48 Step 6/21 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:28:48 ---> Running in d714ecc1879a 05:28:49 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 05:28:49 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 05:28:50 OK: 214 MiB in 52 packages 05:28:51 Removing intermediate container d714ecc1879a 05:28:51 ---> 2041ca5e5721 05:28:51 Step 7/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 05:28:51 ---> Running in 9d71d6bc082e 05:28:51 Removing intermediate container 9d71d6bc082e 05:28:51 ---> 9b52506d9bc2 05:28:51 Step 8/21 : COPY . . 05:28:51 ---> dad683b0857d 05:28:51 Step 9/21 : ARG MAKE='make build' 05:28:51 ---> Running in ea3ea2141667 05:28:51 Removing intermediate container ea3ea2141667 05:28:51 ---> 3681255db436 05:28:51 Step 10/21 : RUN $MAKE 05:28:51 ---> Running in 3248c1ef2aa3 05:28:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 05:29:02 CGO_ENABLED=0 GO111MODULE=on go build ./... 05:29:07 Removing intermediate container 3248c1ef2aa3 05:29:07 ---> 315092623287 05:29:07 Step 11/21 : FROM alpine 05:29:07 latest: Pulling from library/alpine 05:29:07 df20fa9351a1: Pulling fs layer 05:29:07 df20fa9351a1: Verifying Checksum 05:29:07 df20fa9351a1: Download complete 05:29:07 df20fa9351a1: Pull complete 05:29:07 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 05:29:07 Status: Downloaded newer image for alpine:latest 05:29:07 ---> a24bb4013296 05:29:07 Step 12/21 : ENV APP_PORT=49982 05:29:07 ---> Running in 68b3770fe1b9 05:29:07 Removing intermediate container 68b3770fe1b9 05:29:07 ---> 964c30a5d216 05:29:07 Step 13/21 : EXPOSE $APP_PORT 05:29:07 ---> Running in 1f0cfc03d61d 05:29:08 Removing intermediate container 1f0cfc03d61d 05:29:08 ---> ac086d1539b6 05:29:08 Step 14/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 05:29:08 ---> 56306886ebf5 05:29:08 Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 05:29:08 ---> 97483ccf4858 05:29:08 Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 05:29:08 ---> 6789b1202866 05:29:08 Step 17/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 05:29:09 ---> Running in 460e14213723 05:29:09 Removing intermediate container 460e14213723 05:29:09 ---> b5dd7f28911c 05:29:09 Step 18/21 : ENTRYPOINT ["/device-mqtt","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] 05:29:09 ---> Running in 9eda63505b41 05:29:09 Removing intermediate container 9eda63505b41 05:29:09 ---> 0c94291943a7 05:29:09 Step 19/21 : LABEL arch=amd64 05:29:09 ---> Running in fb9a005e9e7e 05:29:09 Removing intermediate container fb9a005e9e7e 05:29:09 ---> 1f301b3ef5d9 05:29:09 Step 20/21 : LABEL git_sha=50e33cb2b46c045d80a0cb2ee24d1baea883fe93 05:29:09 ---> Running in 3b10fd329b62 05:29:09 Removing intermediate container 3b10fd329b62 05:29:09 ---> 2ac80055e6e7 05:29:09 Step 21/21 : LABEL version=0.0.0 05:29:09 ---> Running in 1450e4ded426 05:29:09 Removing intermediate container 1450e4ded426 05:29:09 ---> c01ed911a7e4 05:29:09 [Warning] One or more build-args [ARCH] were not consumed 05:29:09 Successfully built c01ed911a7e4 05:29:09 Successfully tagged docker-device-mqtt-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) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh 05:29:10 ++ find /w/workspace/device-mqtt-go/2 05:29:10 ++ grep snapcraft.yaml 05:29:10 + grep -Po '^name: \K(.*)' /w/workspace/device-mqtt-go/2/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:29:10 provisioning config files... 05:29:10 copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/2@tmp/config1771201645617641790tmp [Pipeline] { [Pipeline] sh 05:29:11 + cp /w/workspace/device-mqtt-go/2@tmp/config1771201645617641790tmp /w/workspace/device-mqtt-go/2/edgex-snap-store-login [Pipeline] sh 05:29:11 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/2:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 05:29:11 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 05:29:11 latest: Pulling from edgex-devops/edgex-snap-builder 05:29:11 5bed26d33875: Pulling fs layer 05:29:11 f11b29a9c730: Pulling fs layer 05:29:11 930bda195c84: Pulling fs layer 05:29:11 78bf9a5ad49e: Pulling fs layer 05:29:11 e5fbee5a4b0d: Pulling fs layer 05:29:11 f452fca78f88: Pulling fs layer 05:29:11 7417ef92027a: Pulling fs layer 05:29:11 2af5c49d270b: Pulling fs layer 05:29:11 df9c3bdbc40a: Pulling fs layer 05:29:11 e5fbee5a4b0d: Waiting 05:29:11 f452fca78f88: Waiting 05:29:11 7417ef92027a: Waiting 05:29:11 2af5c49d270b: Waiting 05:29:11 df9c3bdbc40a: Waiting 05:29:11 78bf9a5ad49e: Waiting 05:29:11 930bda195c84: Verifying Checksum 05:29:11 930bda195c84: Download complete 05:29:11 f11b29a9c730: Download complete 05:29:11 78bf9a5ad49e: Verifying Checksum 05:29:11 78bf9a5ad49e: Download complete 05:29:11 f452fca78f88: Verifying Checksum 05:29:11 f452fca78f88: Download complete 05:29:11 7417ef92027a: Verifying Checksum 05:29:11 7417ef92027a: Download complete 05:29:11 2af5c49d270b: Download complete 05:29:11 df9c3bdbc40a: Verifying Checksum 05:29:11 df9c3bdbc40a: Download complete 05:29:12 5bed26d33875: Download complete 05:29:15 5bed26d33875: Pull complete 05:29:15 f11b29a9c730: Pull complete 05:29:15 930bda195c84: Pull complete 05:29:16 e5fbee5a4b0d: Verifying Checksum 05:29:16 e5fbee5a4b0d: Download complete 05:29:16 78bf9a5ad49e: Pull complete 05:29:38 e5fbee5a4b0d: Pull complete 05:29:38 f452fca78f88: Pull complete 05:29:38 7417ef92027a: Pull complete 05:29:38 2af5c49d270b: Pull complete 05:29:38 df9c3bdbc40a: Pull complete 05:29:38 Digest: sha256:329b7ca3c147263d7a6122d30aca7e6f18adc9017ce870f1638d2965d7494739 05:29:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 05:29:39 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 05:29:39 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 05:29:39 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 05:29:39 Get:4 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9092 B] 05:29:40 Get:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 05:29:40 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [960 kB] 05:29:40 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [20.3 kB] 05:29:40 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1253 kB] 05:29:40 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [861 kB] 05:29:40 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1397 kB] 05:29:40 Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [66.4 kB] 05:29:40 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [80.7 kB] 05:29:40 Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8158 B] 05:29:40 Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] 05:29:40 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3507 in /w/workspace/gexfoundry_device-mqtt-go_PR-153 [Pipeline] { [Pipeline] ws 05:29:41 Running in /w/workspace/device-mqtt-go/2 [Pipeline] { [Pipeline] checkout 05:29:41 Fetched 4917 kB in 2s (2357 kB/s) 05:29:42 Reading package lists... 05:29:45 using credential edgex-jenkins-ssh 05:29:45 Cloning the remote Git repository 05:29:45 Cloning with configured refspecs honoured and without tags 05:29:46 Installing build dependencies: curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase openssh-client patch perl perl-modules-5.26 xauth 05:29:45 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 05:29:45 > git init /w/workspace/device-mqtt-go/2 # timeout=10 05:29:46 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 05:29:46 > git --version # timeout=10 05:29:46 using GIT_SSH to set credentials SSH Credentials for GitHub 05:29:46 Fetching without tags 05:29:46 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/153/head:refs/remotes/origin/PR-153 +refs/heads/master:refs/remotes/origin/master # timeout=10 05:29:46 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 05:29:46 > git config --add remote.origin.fetch +refs/pull/153/head:refs/remotes/origin/PR-153 # timeout=10 05:29:46 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 05:29:46 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 05:29:46 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 05:29:46 using GIT_SSH to set credentials SSH Credentials for GitHub 05:29:46 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/153/head:refs/remotes/origin/PR-153 +refs/heads/master:refs/remotes/origin/master # timeout=10 05:29:47 Merging remotes/origin/master commit f040f91db28658e22aee59e3eddee7a4993b8cd8 into PR head commit 50e33cb2b46c045d80a0cb2ee24d1baea883fe93 05:29:47 Merge succeeded, producing 50e33cb2b46c045d80a0cb2ee24d1baea883fe93 05:29:47 Checking out Revision 50e33cb2b46c045d80a0cb2ee24d1baea883fe93 (PR-153) 05:29:47 Reading package lists... 05:29:47 Building dependency tree... 05:29:47 Reading state information... 05:29:48 The following packages were automatically installed and are no longer required: 05:29:48 libjq1 liblzo2-2 libonig4 05:29:48 Use 'sudo apt autoremove' to remove them. 05:29:48 Suggested packages: 05:29:48 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 05:29:48 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc 05:29:48 keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc 05:29:48 libterm-readline-gnu-perl | libterm-readline-perl-perl 05:29:48 The following NEW packages will be installed: 05:29:48 curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl 05:29:48 libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 05:29:48 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase 05:29:48 openssh-client patch perl perl-modules-5.26 xauth 05:29:48 0 upgraded, 27 newly installed, 0 to remove and 10 not upgraded. 05:29:48 Need to get 14.7 MB of archives. 05:29:48 After this operation, 89.5 MB of additional disk space will be used. 05:29:48 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxau6 amd64 1:1.0.8-1 [8376 B] 05:29:47 > git config core.sparsecheckout # timeout=10 05:29:47 > git checkout -f 50e33cb2b46c045d80a0cb2ee24d1baea883fe93 # timeout=10 05:29:47 > git remote # timeout=10 05:29:47 > git config --get remote.origin.url # timeout=10 05:29:47 using GIT_SSH to set credentials SSH Credentials for GitHub 05:29:47 > git merge f040f91db28658e22aee59e3eddee7a4993b8cd8 # timeout=10 05:29:47 > git rev-parse HEAD^{commit} # timeout=10 05:29:47 > git config core.sparsecheckout # timeout=10 05:29:47 > git checkout -f 50e33cb2b46c045d80a0cb2ee24d1baea883fe93 # timeout=10 05:29:48 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 05:29:48 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB] 05:29:48 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB] 05:29:49 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] 05:29:49 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.2 [569 kB] 05:29:49 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB] 05:29:49 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 05:29:49 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 05:29:49 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 05:29:49 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] 05:29:50 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] 05:29:50 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 05:29:50 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 05:29:50 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 05:29:50 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 05:29:50 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.3 [1088 kB] 05:29:50 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B] 05:29:50 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 05:29:50 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB] 05:29:50 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.8 [159 kB] 05:29:50 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.8 [213 kB] 05:29:50 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 05:29:50 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 05:29:50 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 05:29:50 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 05:29:50 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 05:29:50 debconf: delaying package configuration, since apt-utils is not installed 05:29:50 Fetched 14.7 MB in 2s (6479 kB/s) 05:29:51 Selecting previously unselected package libxau6:amd64. 05:29:51 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4637 files and directories currently installed.) 05:29:51 Preparing to unpack .../00-libxau6_1%3a1.0.8-1_amd64.deb ... 05:29:51 Unpacking libxau6:amd64 (1:1.0.8-1) ... 05:29:51 Selecting previously unselected package libbsd0:amd64. 05:29:51 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 05:29:51 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 05:29:51 Selecting previously unselected package libxdmcp6:amd64. 05:29:51 Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_amd64.deb ... 05:29:51 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... 05:29:51 Selecting previously unselected package libxcb1:amd64. 05:29:51 Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_amd64.deb ... 05:29:51 Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ... 05:29:51 Selecting previously unselected package libx11-data. 05:29:51 Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... 05:29:51 Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... 05:29:51 Commit message: "docs: Add standard PR template" 05:29:52 Selecting previously unselected package libx11-6:amd64. 05:29:52 Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_amd64.deb ... 05:29:52 Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... 05:29:52 Selecting previously unselected package libxext6:amd64. 05:29:52 Preparing to unpack .../06-libxext6_2%3a1.3.3-1_amd64.deb ... 05:29:52 Unpacking libxext6:amd64 (2:1.3.3-1) ... [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script 05:29:52 Selecting previously unselected package perl-modules-5.26. 05:29:52 Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 05:29:52 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [Pipeline] { [Pipeline] unstash [Pipeline] echo 05:29:52 ========================================================= 05:29:52 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 05:29:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:29:53 + 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 . 05:29:54 Sending build context to Docker daemon 617.5kB 05:29:54 Step 1/8 : ARG BASE=golang:1.13-alpine 05:29:54 Step 2/8 : FROM ${BASE} 05:29:54 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:29:54 cde5963f3b93: Pulling fs layer 05:29:54 2a23fa8c16f7: Pulling fs layer 05:29:54 777b28850792: Pulling fs layer 05:29:54 8a11ddd9e578: Pulling fs layer 05:29:54 4cf88f913ddb: Pulling fs layer 05:29:54 1df406cf5192: Pulling fs layer 05:29:54 cd6300453558: Pulling fs layer 05:29:54 b9c365052c96: Pulling fs layer 05:29:54 a2d8cc88f415: Pulling fs layer 05:29:54 ea1d1ca13537: Pulling fs layer 05:29:54 3750a50a1c5e: Pulling fs layer 05:29:54 1df406cf5192: Waiting 05:29:54 cd6300453558: Waiting 05:29:54 b9c365052c96: Waiting 05:29:54 a2d8cc88f415: Waiting 05:29:54 ea1d1ca13537: Waiting 05:29:54 3750a50a1c5e: Waiting 05:29:54 8a11ddd9e578: Waiting 05:29:54 4cf88f913ddb: Waiting 05:29:54 777b28850792: Verifying Checksum 05:29:54 777b28850792: Download complete 05:29:54 2a23fa8c16f7: Verifying Checksum 05:29:54 2a23fa8c16f7: Download complete 05:29:54 4cf88f913ddb: Verifying Checksum 05:29:54 4cf88f913ddb: Download complete 05:29:54 1df406cf5192: Verifying Checksum 05:29:54 1df406cf5192: Download complete 05:29:54 cde5963f3b93: Verifying Checksum 05:29:54 cde5963f3b93: Download complete 05:29:54 Selecting previously unselected package libgdbm5:amd64. 05:29:54 Preparing to unpack .../08-libgdbm5_1.14.1-6_amd64.deb ... 05:29:54 Unpacking libgdbm5:amd64 (1.14.1-6) ... 05:29:55 Selecting previously unselected package libgdbm-compat4:amd64. 05:29:55 Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_amd64.deb ... 05:29:55 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 05:29:55 Selecting previously unselected package libperl5.26:amd64. 05:29:55 Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... 05:29:55 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 05:29:55 cde5963f3b93: Pull complete 05:29:56 2a23fa8c16f7: Pull complete 05:29:56 Selecting previously unselected package perl. 05:29:56 Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_amd64.deb ... 05:29:56 Unpacking perl (5.26.1-6ubuntu0.3) ... 05:29:56 777b28850792: Pull complete 05:29:56 Selecting previously unselected package less. 05:29:56 Preparing to unpack .../12-less_487-0.1_amd64.deb ... 05:29:56 Unpacking less (487-0.1) ... 05:29:56 Selecting previously unselected package libexpat1:amd64. 05:29:56 Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 05:29:56 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 05:29:56 Selecting previously unselected package netbase. 05:29:56 Preparing to unpack .../14-netbase_5.4_all.deb ... 05:29:56 Unpacking netbase (5.4) ... 05:29:56 cd6300453558: Verifying Checksum 05:29:56 cd6300453558: Download complete 05:29:56 a2d8cc88f415: Download complete 05:29:57 Selecting previously unselected package libedit2:amd64. 05:29:57 Preparing to unpack .../15-libedit2_3.1-20170329-1_amd64.deb ... 05:29:57 Unpacking libedit2:amd64 (3.1-20170329-1) ... 05:29:57 Selecting previously unselected package libssl1.0.0:amd64. 05:29:57 Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb ... 05:29:57 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... 05:29:57 Selecting previously unselected package libxmuu1:amd64. 05:29:57 Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_amd64.deb ... 05:29:57 Unpacking libxmuu1:amd64 (2:1.1.2-2) ... 05:29:57 Selecting previously unselected package openssh-client. 05:29:57 Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 05:29:57 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 05:29:57 Selecting previously unselected package xauth. 05:29:57 Preparing to unpack .../19-xauth_1%3a1.0.10-1_amd64.deb ... 05:29:57 Unpacking xauth (1:1.0.10-1) ... 05:29:57 Selecting previously unselected package curl. 05:29:57 Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_amd64.deb ... 05:29:57 Unpacking curl (7.58.0-2ubuntu3.8) ... 05:29:57 Selecting previously unselected package libcurl3-gnutls:amd64. 05:29:57 Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_amd64.deb ... 05:29:57 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... 05:29:57 Selecting previously unselected package liberror-perl. 05:29:57 Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... 05:29:57 Unpacking liberror-perl (0.17025-1) ... 05:29:57 Selecting previously unselected package git-man. 05:29:57 Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 05:29:57 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 05:29:57 Selecting previously unselected package git. 05:29:57 Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 05:29:58 Unpacking git (1:2.17.1-1ubuntu0.7) ... 05:29:58 ea1d1ca13537: Verifying Checksum 05:29:58 ea1d1ca13537: Download complete 05:29:58 3750a50a1c5e: Verifying Checksum 05:29:58 3750a50a1c5e: Download complete 05:29:58 Selecting previously unselected package make. 05:29:58 Preparing to unpack .../25-make_4.1-9.1ubuntu1_amd64.deb ... 05:29:58 Unpacking make (4.1-9.1ubuntu1) ... 05:29:58 Selecting previously unselected package patch. 05:29:58 Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_amd64.deb ... 05:29:58 Unpacking patch (2.7.6-2ubuntu1.1) ... 05:29:58 Setting up libedit2:amd64 (3.1-20170329-1) ... 05:29:58 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 05:29:58 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 05:29:58 b9c365052c96: Verifying Checksum 05:29:58 b9c365052c96: Download complete 05:29:59 Setting up less (487-0.1) ... 05:29:59 Setting up make (4.1-9.1ubuntu1) ... 05:29:59 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... 05:29:59 Setting up curl (7.58.0-2ubuntu3.8) ... 05:29:59 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... 05:29:59 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 05:29:59 Setting up libgdbm5:amd64 (1.14.1-6) ... 05:29:59 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 05:29:59 Setting up patch (2.7.6-2ubuntu1.1) ... 05:29:59 Setting up libxdmcp6:amd64 (1:1.1.2-3) ... 05:29:59 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 05:29:59 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 05:29:59 Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... 05:29:59 Setting up libxau6:amd64 (1:1.0.8-1) ... 05:29:59 Setting up netbase (5.4) ... 05:29:59 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 05:29:59 Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ... 05:29:59 Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... 05:29:59 Setting up libxmuu1:amd64 (2:1.1.2-2) ... 05:29:59 Setting up perl (5.26.1-6ubuntu0.3) ... 05:29:59 Setting up libxext6:amd64 (2:1.3.3-1) ... 05:29:59 Setting up liberror-perl (0.17025-1) ... 05:29:59 Setting up xauth (1:1.0.10-1) ... 05:30:00 Setting up git (1:2.17.1-1ubuntu0.7) ... 05:30:00 Processing triggers for libc-bin (2.27-3ubuntu1) ... 05:30:00 8a11ddd9e578: Verifying Checksum 05:30:00 8a11ddd9e578: Download complete 05:30:02 curl set to automatically installed. 05:30:02 git set to automatically installed. 05:30:02 git-man set to automatically installed. 05:30:02 less set to automatically installed. 05:30:02 libbsd0 set to automatically installed. 05:30:02 libcurl3-gnutls set to automatically installed. 05:30:02 libedit2 set to automatically installed. 05:30:02 liberror-perl set to automatically installed. 05:30:02 libexpat1 set to automatically installed. 05:30:02 libgdbm-compat4 set to automatically installed. 05:30:02 libgdbm5 set to automatically installed. 05:30:02 libperl5.26 set to automatically installed. 05:30:02 libssl1.0.0 set to automatically installed. 05:30:02 libx11-6 set to automatically installed. 05:30:02 libx11-data set to automatically installed. 05:30:02 libxau6 set to automatically installed. 05:30:02 libxcb1 set to automatically installed. 05:30:02 libxdmcp6 set to automatically installed. 05:30:02 libxext6 set to automatically installed. 05:30:02 libxmuu1 set to automatically installed. 05:30:02 make set to automatically installed. 05:30:02 netbase set to automatically installed. 05:30:02 openssh-client set to automatically installed. 05:30:02 patch set to automatically installed. 05:30:02 perl set to automatically installed. 05:30:02 perl-modules-5.26 set to automatically installed. 05:30:02 xauth set to automatically installed. 05:30:02 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 05:30:02 Please ensure the environment is properly setup before continuing. 05:30:02 Ignore this message if the appropriate measures have already been taken 05:30:03 Pulling go 05:30:04 'device-mqtt' has dependencies that need to be staged: go 05:30:04 Skipping pull go (already ran) 05:30:04 Building go 05:30:04 % Total % Received % Xferd Average Speed Time Time Time Current 05:30:04 Dload Upload Total Spent Left Speed 05:30:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 45 114M 45 51.7M 0 0 52.5M 0 0:00:02 --:--:-- 0:00:02 52.5M 100 114M 100 114M 0 0 63.3M 0 0:00:01 0:00:01 --:--:-- 63.3M 05:30:07 go1.13.5.linux-amd64.tar.gz: OK 05:30:12 8a11ddd9e578: Pull complete 05:30:12 4cf88f913ddb: Pull complete 05:30:12 1df406cf5192: Pull complete 05:30:15 Staging go 05:30:15 Pulling device-mqtt 05:30:16 Skipping build go (already ran) 05:30:16 Building device-mqtt 05:30:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 05:30:17 cd6300453558: Pull complete 05:30:17 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 05:30:17 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.2 05:30:17 go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 05:30:17 go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 05:30:17 go: downloading github.com/spf13/cast v1.3.0 05:30:17 go: extracting github.com/spf13/cast v1.3.0 05:30:17 go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 05:30:17 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 05:30:17 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.2 05:30:17 go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 05:30:17 go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 05:30:17 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 05:30:17 go: downloading github.com/google/uuid v1.1.1 05:30:17 go: downloading github.com/go-kit/kit v0.8.0 05:30:17 go: downloading github.com/gorilla/mux v1.7.1 05:30:17 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.33 05:30:17 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.33 05:30:17 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 05:30:17 go: extracting github.com/gorilla/mux v1.7.1 05:30:17 go: extracting github.com/google/uuid v1.1.1 05:30:17 go: downloading github.com/x448/float16 v0.8.4 05:30:17 go: downloading gopkg.in/yaml.v2 v2.2.8 05:30:17 go: downloading github.com/OneOfOne/xxhash v1.2.6 05:30:17 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 05:30:17 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 05:30:17 go: extracting github.com/go-kit/kit v0.8.0 05:30:17 go: extracting github.com/OneOfOne/xxhash v1.2.6 05:30:17 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 05:30:17 go: extracting github.com/x448/float16 v0.8.4 05:30:17 go: downloading github.com/pkg/errors v0.8.1 05:30:17 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 05:30:17 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 05:30:17 go: downloading github.com/pelletier/go-toml v1.2.0 05:30:17 go: downloading github.com/BurntSushi/toml v0.3.1 05:30:17 go: extracting gopkg.in/yaml.v2 v2.2.8 05:30:17 go: downloading github.com/hashicorp/consul/api v1.1.0 05:30:17 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 05:30:17 go: extracting github.com/pkg/errors v0.8.1 05:30:17 go: extracting github.com/pelletier/go-toml v1.2.0 05:30:17 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 05:30:17 go: extracting github.com/BurntSushi/toml v0.3.1 05:30:17 go: extracting github.com/hashicorp/consul/api v1.1.0 05:30:17 go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 05:30:17 go: downloading github.com/go-logfmt/logfmt v0.4.0 05:30:17 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 05:30:17 go: downloading github.com/mitchellh/mapstructure v1.1.2 05:30:17 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 05:30:17 go: downloading github.com/mitchellh/copystructure v1.0.0 05:30:17 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 05:30:17 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 05:30:17 go: downloading github.com/hashicorp/serf v0.8.2 05:30:17 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 05:30:17 go: extracting github.com/mitchellh/copystructure v1.0.0 05:30:17 go: downloading github.com/mitchellh/reflectwalk v1.0.0 05:30:17 go: extracting github.com/go-logfmt/logfmt v0.4.0 05:30:17 go: extracting github.com/mitchellh/mapstructure v1.1.2 05:30:17 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 05:30:17 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 05:30:17 go: extracting github.com/mitchellh/reflectwalk v1.0.0 05:30:17 go: extracting github.com/hashicorp/serf v0.8.2 05:30:17 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 05:30:18 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 05:30:18 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 05:30:19 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 05:30:19 go: downloading github.com/hashicorp/golang-lru v0.5.0 05:30:19 go: extracting github.com/hashicorp/golang-lru v0.5.0 05:30:19 go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 05:30:19 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 05:30:19 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 05:30:19 go: finding github.com/spf13/cast v1.3.0 05:30:19 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 05:30:19 go: finding github.com/gorilla/mux v1.7.1 05:30:19 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 05:30:19 go: finding github.com/fxamacker/cbor/v2 v2.2.0 05:30:19 go: finding github.com/OneOfOne/xxhash v1.2.6 05:30:19 go: finding github.com/go-kit/kit v0.8.0 05:30:19 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 05:30:19 go: finding github.com/google/uuid v1.1.1 05:30:19 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 05:30:19 go: finding github.com/x448/float16 v0.8.4 05:30:19 go: finding github.com/go-logfmt/logfmt v0.4.0 05:30:19 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 05:30:19 go: finding gopkg.in/yaml.v2 v2.2.8 05:30:19 go: finding github.com/BurntSushi/toml v0.3.1 05:30:19 go: finding github.com/pkg/errors v0.8.1 05:30:19 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 05:30:19 go: finding github.com/hashicorp/consul/api v1.1.0 05:30:19 go: finding github.com/pelletier/go-toml v1.2.0 05:30:19 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 05:30:19 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 05:30:19 go: finding github.com/mitchellh/copystructure v1.0.0 05:30:19 go: finding github.com/hashicorp/go-rootcerts v1.0.0 05:30:19 go: finding github.com/mitchellh/mapstructure v1.1.2 05:30:19 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 05:30:19 go: finding github.com/mitchellh/reflectwalk v1.0.0 05:30:19 go: finding github.com/hashicorp/serf v0.8.2 05:30:19 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 05:30:19 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 05:30:19 go: finding github.com/hashicorp/golang-lru v0.5.0 05:30:21 b9c365052c96: Pull complete 05:30:21 a2d8cc88f415: Pull complete 05:30:23 ea1d1ca13537: Pull complete 05:30:24 3750a50a1c5e: Pull complete 05:30:24 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 05:30:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 05:30:24 ---> 78745c68409d 05:30:24 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 05:30:29 ---> Running in 7984e079dc7c 05:30:29 Removing intermediate container 7984e079dc7c 05:30:29 ---> 90529571816b 05:30:29 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:30:29 ---> Running in a2fd9f04ee79 05:30:31 CGO_ENABLED=0 GO111MODULE=on go build ./... 05:30:32 Removing intermediate container a2fd9f04ee79 05:30:32 ---> 2c6f8389309b 05:30:32 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 05:30:32 ---> Running in 33c39da5d4a6 05:30:33 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 05:30:34 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 05:30:34 (1/18) Upgrading libgcc (9.2.0-r3 -> 9.2.0-r4) 05:30:34 (2/18) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) 05:30:35 (3/18) Installing libmagic (5.37-r1) 05:30:35 (4/18) Installing file (5.37-r1) 05:30:35 (5/18) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) 05:30:35 (6/18) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) 05:30:35 (7/18) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) 05:30:36 Skipping stage go (already ran) 05:30:36 Staging device-mqtt 05:30:36 Priming go 05:30:37 Priming device-mqtt 05:30:38 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 05:30:38 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 05:30:38 Determining the version from the project repo (version-script). 05:30:38 The version has been set to '0.0.0-20200618+50e33cb' 05:30:38 Snapping 'edgex-device-mqtt' ... 05:30:39 05:30:39 Snapped edgex-device-mqtt_0.0.0-20200618+50e33cb_amd64.snap 05:30:40 (8/18) Installing libc-dev (0.7.2-r0) 05:30:40 (9/18) Installing g++ (9.2.0-r4) [Pipeline] } 05:30:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 05:30:45 (10/18) Installing fortify-headers (1.1-r0) 05:30:45 (11/18) Installing build-base (0.5-r1) 05:30:45 (12/18) Installing openssh-keygen (8.1_p1-r0) 05:30:45 (13/18) Installing libedit (20191211.3.1-r0) 05:30:45 (14/18) Installing openssh-client (8.1_p1-r0) 05:30:46 (15/18) Installing openssh-sftp-server (8.1_p1-r0) 05:30:46 (16/18) Installing openssh-server-common (8.1_p1-r0) 05:30:46 (17/18) Installing openssh-server (8.1_p1-r0) 05:30:46 (18/18) Installing openssh (8.1_p1-r0) 05:30:46 Executing busybox-1.31.1-r8.trigger 05:30:46 OK: 203 MiB in 52 packages 05:30:53 Removing intermediate container 33c39da5d4a6 05:30:53 ---> adb26e10eeee 05:30:53 Step 6/8 : WORKDIR /device-mqtt-go 05:30:53 ---> Running in 7caefb39106b 05:30:53 Removing intermediate container 7caefb39106b 05:30:53 ---> 43552b4291cd 05:30:53 Step 7/8 : COPY . . 05:30:54 ---> 61ae68ebabc6 05:30:54 Step 8/8 : RUN go mod download 05:30:54 ---> Running in eddd7f942247 05:30:57 go: finding github.com/BurntSushi/toml v0.3.1 05:30:57 go: finding github.com/OneOfOne/xxhash v1.2.6 05:30:57 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 05:30:57 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 05:30:57 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 05:30:57 go: finding github.com/bgentry/speakeasy v0.1.0 05:30:57 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 05:30:57 go: finding github.com/davecgh/go-spew v1.1.1 05:30:57 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 05:30:57 go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 05:30:57 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 05:30:57 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 05:30:57 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 05:30:57 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 05:30:57 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 05:30:57 go: finding github.com/fatih/color v1.7.0 05:30:57 go: finding github.com/fxamacker/cbor/v2 v2.2.0 05:30:57 go: finding github.com/go-kit/kit v0.8.0 05:30:57 go: finding github.com/go-logfmt/logfmt v0.4.0 05:30:57 go: finding github.com/go-stack/stack v1.8.0 05:30:57 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 05:30:57 go: finding github.com/google/uuid v1.1.1 05:30:57 go: finding github.com/gorilla/mux v1.7.1 05:30:57 go: finding github.com/hashicorp/consul/api v1.1.0 05:30:57 go: finding github.com/hashicorp/consul/sdk v0.1.1 05:30:57 go: finding github.com/hashicorp/errwrap v1.0.0 05:30:57 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 05:30:57 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 05:30:57 go: finding github.com/hashicorp/go-msgpack v0.5.3 05:30:57 go: finding github.com/hashicorp/go-multierror v1.0.0 05:30:57 go: finding github.com/hashicorp/go-rootcerts v1.0.0 05:30:57 go: finding github.com/hashicorp/go-sockaddr v1.0.0 05:30:57 go: finding github.com/hashicorp/go-syslog v1.0.0 05:30:57 go: finding github.com/hashicorp/go-uuid v1.0.1 05:30:57 go: finding github.com/hashicorp/go.net v0.0.1 05:30:57 go: finding github.com/hashicorp/golang-lru v0.5.0 05:30:57 go: finding github.com/hashicorp/logutils v1.0.0 05:30:57 go: finding github.com/hashicorp/mdns v1.0.0 05:30:57 go: finding github.com/hashicorp/memberlist v0.1.3 05:30:57 go: finding github.com/hashicorp/serf v0.8.2 05:30:57 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 05:30:57 go: finding github.com/kr/pretty v0.1.0 05:30:57 go: finding github.com/kr/pty v1.1.1 05:30:57 go: finding github.com/kr/text v0.1.0 05:30:57 go: finding github.com/mattn/go-colorable v0.0.9 05:30:57 go: finding github.com/mattn/go-isatty v0.0.3 05:30:57 go: finding github.com/miekg/dns v1.0.14 05:30:57 go: finding github.com/mitchellh/cli v1.0.0 05:30:57 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 05:30:57 go: finding github.com/mitchellh/copystructure v1.0.0 05:30:57 go: finding github.com/mitchellh/go-homedir v1.0.0 05:30:57 go: finding github.com/mitchellh/go-testing-interface v1.0.0 05:30:57 go: finding github.com/mitchellh/gox v0.4.0 05:30:57 go: finding github.com/mitchellh/iochan v1.0.0 05:30:57 go: finding github.com/mitchellh/mapstructure v1.1.2 05:30:57 go: finding github.com/mitchellh/reflectwalk v1.0.0 05:30:57 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 05:30:57 go: finding github.com/pelletier/go-toml v1.2.0 05:30:57 go: finding github.com/pkg/errors v0.8.1 05:30:57 go: finding github.com/pmezard/go-difflib v1.0.0 05:30:57 go: finding github.com/posener/complete v1.1.1 05:30:57 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 05:30:57 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 05:30:57 go: finding github.com/spf13/cast v1.3.0 05:30:57 go: finding github.com/stretchr/objx v0.1.0 05:30:57 go: finding github.com/stretchr/testify v1.5.1 05:30:57 go: finding github.com/ugorji/go v1.1.4 05:30:58 go: finding github.com/x448/float16 v0.8.4 05:30:58 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 05:30:58 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 05:30:58 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 05:30:58 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 05:30:58 go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 05:30:58 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 05:30:58 go: finding gopkg.in/yaml.v2 v2.2.8 05:31:08 Removing intermediate container eddd7f942247 05:31:08 ---> 0f561e338ebc 05:31:08 Successfully built 0f561e338ebc 05:31:08 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:31:08 + docker inspect -f . ci-base-image-arm64 05:31:08 . [Pipeline] withDockerContainer 05:31:09 prd-ubuntu18.04-docker-arm64-4c-16g-3507 does not seem to be running inside a container 05:31:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/2 -v /w/workspace/device-mqtt-go/2:/w/workspace/device-mqtt-go/2:rw,z -v /w/workspace/device-mqtt-go/2@tmp:/w/workspace/device-mqtt-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 ******** ci-base-image-arm64 cat 05:31:10 $ docker top 2014b341ace78fcfa2f450d1202dd97fbaacfa4dc398431a8aaac6af3bba0f65 -eo pid,comm [Pipeline] { [Pipeline] sh 05:31:12 + go version 05:31:12 go version go1.13.5 linux/arm64 [Pipeline] sh 05:31:13 + make test 05:31:13 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 05:31:14 ? github.com/edgexfoundry/device-mqtt-go [no test files] 05:31:46 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 05:31:46 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.030s coverage: 28.3% of statements 05:31:46 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 05:31:47 CGO_ENABLED=0 GO111MODULE=on go vet ./... 05:31:53 gofmt -l . 05:31:53 ["`gofmt -l .`" = ""] 05:31:53 ./bin/test-attribution-txt.sh 05:31:54 ./bin/test-go-mod-tidy.sh [Pipeline] stash 05:31:54 Warning: overwriting stash ‘coverage-report’ 05:31:55 Stashed 1 file(s) [Pipeline] } 05:31:54 $ docker stop --time=1 2014b341ace78fcfa2f450d1202dd97fbaacfa4dc398431a8aaac6af3bba0f65 05:31:57 $ docker rm -f 2014b341ace78fcfa2f450d1202dd97fbaacfa4dc398431a8aaac6af3bba0f65 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 05:31:58 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:31:58 + ls -al . 05:31:58 total 136 05:31:58 drwxrwxr-x 10 jenkins jenkins 4096 Jun 18 05:31 . 05:31:58 drwxrwxr-x 4 jenkins jenkins 4096 Jun 18 05:29 .. 05:31:58 -rw-rw-r-- 1 jenkins jenkins 140 Jun 18 05:29 .dockerignore 05:31:58 drwxrwxr-x 8 jenkins jenkins 4096 Jun 18 05:29 .git 05:31:58 drwxrwxr-x 2 jenkins jenkins 4096 Jun 18 05:29 .github 05:31:58 -rw-rw-r-- 1 jenkins jenkins 328 Jun 18 05:29 .gitignore 05:31:58 drwxrwxr-x 3 jenkins jenkins 4096 Jun 18 05:29 .semver 05:31:58 -rw-rw-r-- 1 jenkins jenkins 4678 Jun 18 05:29 Attribution.txt 05:31:58 -rw-rw-r-- 1 jenkins jenkins 1776 Jun 18 05:29 Dockerfile 05:31:58 -rw-rw-r-- 1 jenkins jenkins 953 Jun 18 05:29 Dockerfile.build 05:31:58 -rw-rw-r-- 1 jenkins jenkins 700 Jun 18 05:29 Jenkinsfile 05:31:58 -rw-rw-r-- 1 jenkins jenkins 11340 Jun 18 05:29 LICENSE 05:31:58 -rw-rw-r-- 1 jenkins jenkins 902 Jun 18 05:29 Makefile 05:31:58 -rw-rw-r-- 1 jenkins jenkins 444 Jun 18 05:29 README.md 05:31:58 -rw-rw-r-- 1 jenkins jenkins 5 Jun 18 05:25 VERSION 05:31:58 drwxrwxr-x 2 jenkins jenkins 4096 Jun 18 05:29 bin 05:31:58 drwxrwxr-x 3 jenkins jenkins 4096 Jun 18 05:29 cmd 05:31:58 -rw-r--r-- 1 jenkins jenkins 18939 Jun 18 05:31 coverage.out 05:31:58 -rw-r--r-- 1 jenkins jenkins 510 Jun 18 05:31 go.mod 05:31:58 -rw-r--r-- 1 jenkins jenkins 13621 Jun 18 05:31 go.sum 05:31:58 drwxrwxr-x 3 jenkins jenkins 4096 Jun 18 05:29 internal 05:31:58 drwxrwxr-x 2 jenkins jenkins 4096 Jun 18 05:29 mock 05:31:58 drwxrwxr-x 4 jenkins jenkins 4096 Jun 18 05:29 snap 05:31:58 -rw-rw-r-- 1 jenkins jenkins 227 Jun 18 05:29 version.go [Pipeline] isUnix [Pipeline] sh 05:31:58 + docker build -t docker-device-mqtt-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=50e33cb2b46c045d80a0cb2ee24d1baea883fe93 --label arch=arm64 --label version=0.0.0 . 05:31:59 Sending build context to Docker daemon 636.9kB 05:31:59 Step 1/21 : ARG BASE=golang:1.13-alpine 05:31:59 Step 2/21 : FROM ${BASE} AS builder 05:31:59 ---> 0f561e338ebc 05:31:59 Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 05:31:59 ---> Running in d6a8a873a50b 05:32:00 Removing intermediate container d6a8a873a50b 05:32:00 ---> 7f916e4fdad0 05:32:00 Step 4/21 : ARG ALPINE_PKG_EXTRA="" 05:32:00 ---> Running in a10ec91555fa 05:32:00 Removing intermediate container a10ec91555fa 05:32:00 ---> ec4d0d6dcc87 05:32:00 Step 5/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:32:01 ---> Running in 182590330d42 05:32:03 Removing intermediate container 182590330d42 05:32:03 ---> 2d9414fc6c72 05:32:03 Step 6/21 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:32:03 ---> Running in 1c4e758c6730 05:32:05 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 05:32:05 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 05:32:06 OK: 203 MiB in 52 packages 05:32:07 Removing intermediate container 1c4e758c6730 05:32:07 ---> bdfbbb01bf6b 05:32:07 Step 7/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 05:32:07 ---> Running in 716e746c8904 05:32:07 Removing intermediate container 716e746c8904 05:32:07 ---> 7d2e25bb7f30 05:32:07 Step 8/21 : COPY . . 05:32:08 ---> 0247f182a352 05:32:08 Step 9/21 : ARG MAKE='make build' 05:32:09 ---> Running in 31e753a31f54 05:32:09 Removing intermediate container 31e753a31f54 05:32:09 ---> a112eb6091d1 05:32:09 Step 10/21 : RUN $MAKE 05:32:09 ---> Running in 3f111057c8dc 05:32:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 05:32:37 CGO_ENABLED=0 GO111MODULE=on go build ./... 05:32:46 Removing intermediate container 3f111057c8dc 05:32:46 ---> 5b7360f906c0 05:32:46 Step 11/21 : FROM alpine 05:32:46 latest: Pulling from library/alpine 05:32:46 b538f80385f9: Pulling fs layer 05:32:46 b538f80385f9: Verifying Checksum 05:32:46 b538f80385f9: Download complete 05:32:46 b538f80385f9: Pull complete 05:32:46 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 05:32:46 Status: Downloaded newer image for alpine:latest 05:32:46 ---> 62ee0e9f8440 05:32:46 Step 12/21 : ENV APP_PORT=49982 05:32:46 ---> Running in a51b13121bcf 05:32:47 Removing intermediate container a51b13121bcf 05:32:47 ---> 9a2c7fbef493 05:32:47 Step 13/21 : EXPOSE $APP_PORT 05:32:47 ---> Running in 626b6bdc6e9d 05:32:47 Removing intermediate container 626b6bdc6e9d 05:32:47 ---> c752fdf09ea5 05:32:47 Step 14/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 05:32:49 ---> fbe7b982bc6e 05:32:49 Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 05:32:49 ---> 1fd7114cf75f 05:32:49 Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 05:32:50 ---> a00eac872fed 05:32:50 Step 17/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 05:32:50 ---> Running in da47ba901ac5 05:32:51 Removing intermediate container da47ba901ac5 05:32:51 ---> 2358b0a856a5 05:32:51 Step 18/21 : ENTRYPOINT ["/device-mqtt","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] 05:32:51 ---> Running in 2e2fd879e9cc 05:32:51 Removing intermediate container 2e2fd879e9cc 05:32:51 ---> 6c8179f3a978 05:32:51 Step 19/21 : LABEL arch=arm64 05:32:51 ---> Running in cf5669dd2723 05:32:52 Removing intermediate container cf5669dd2723 05:32:52 ---> 7ed57af53e3b 05:32:52 Step 20/21 : LABEL git_sha=50e33cb2b46c045d80a0cb2ee24d1baea883fe93 05:32:52 ---> Running in 104d0055eaac 05:32:53 Removing intermediate container 104d0055eaac 05:32:53 ---> b9480244b751 05:32:53 Step 21/21 : LABEL version=0.0.0 05:32:53 ---> Running in d41d40db99c1 05:32:53 Removing intermediate container d41d40db99c1 05:32:53 ---> 9b710f392693 05:32:53 [Warning] One or more build-args [ARCH] were not consumed 05:32:53 Successfully built 9b710f392693 05:32:53 Successfully tagged docker-device-mqtt-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) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh 05:32:54 + find /w/workspace/device-mqtt-go/2 05:32:54 + grep snapcraft.yaml 05:32:54 + grep -Po ^name: \K(.*) /w/workspace/device-mqtt-go/2/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:32:54 provisioning config files... 05:32:54 copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/2@tmp/config1466330182711367867tmp [Pipeline] { [Pipeline] sh 05:32:54 + cp /w/workspace/device-mqtt-go/2@tmp/config1466330182711367867tmp /w/workspace/device-mqtt-go/2/edgex-snap-store-login [Pipeline] sh 05:32:55 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/2:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 05:32:55 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally 05:32:55 latest: Pulling from edgex-devops/edgex-snap-builder-arm64 05:32:55 b2f61026a351: Pulling fs layer 05:32:55 5538fb30c42c: Pulling fs layer 05:32:55 f0b05810781a: Pulling fs layer 05:32:55 0180a33352d6: Pulling fs layer 05:32:55 e7604b0c0f53: Pulling fs layer 05:32:55 db689cb83ae0: Pulling fs layer 05:32:55 6138af208834: Pulling fs layer 05:32:55 007c8e8c5d63: Pulling fs layer 05:32:55 4f7a387c642f: Pulling fs layer 05:32:55 db689cb83ae0: Waiting 05:32:55 6138af208834: Waiting 05:32:55 007c8e8c5d63: Waiting 05:32:55 4f7a387c642f: Waiting 05:32:55 0180a33352d6: Waiting 05:32:55 e7604b0c0f53: Waiting 05:32:55 f0b05810781a: Verifying Checksum 05:32:55 f0b05810781a: Download complete 05:32:55 5538fb30c42c: Verifying Checksum 05:32:55 5538fb30c42c: Download complete 05:32:55 0180a33352d6: Verifying Checksum 05:32:55 0180a33352d6: Download complete 05:32:55 db689cb83ae0: Verifying Checksum 05:32:55 6138af208834: Verifying Checksum 05:32:55 6138af208834: Download complete 05:32:55 007c8e8c5d63: Download complete 05:32:55 4f7a387c642f: Download complete 05:32:55 b2f61026a351: Verifying Checksum 05:32:55 b2f61026a351: Download complete 05:32:59 b2f61026a351: Pull complete 05:32:59 5538fb30c42c: Pull complete 05:32:59 f0b05810781a: Pull complete 05:32:59 0180a33352d6: Pull complete 05:33:02 e7604b0c0f53: Verifying Checksum 05:33:02 e7604b0c0f53: Download complete 05:33:34 e7604b0c0f53: Pull complete 05:33:34 db689cb83ae0: Pull complete 05:33:34 6138af208834: Pull complete 05:33:34 007c8e8c5d63: Pull complete 05:33:34 4f7a387c642f: Pull complete 05:33:34 Digest: sha256:95de001a4645667c7ff44d03fa3a86afcf7622caf7559cdf0345329f515671b4 05:33:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 05:33:40 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 05:33:40 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 05:33:40 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 05:33:40 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 05:33:40 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1239 kB] 05:33:41 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1192 B] 05:33:41 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [880 kB] 05:33:41 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3737 B] 05:33:41 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [7827 B] 05:33:41 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] 05:33:41 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [756 kB] 05:33:41 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [608 kB] 05:33:42 Fetched 3756 kB in 3s (1313 kB/s) 05:33:46 Reading package lists... 05:33:59 Installing build dependencies: curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase openssh-client patch perl perl-modules-5.26 xauth 05:34:03 Reading package lists... 05:34:03 Building dependency tree... 05:34:03 Reading state information... 05:34:04 The following packages were automatically installed and are no longer required: 05:34:04 libjq1 liblzo2-2 libonig4 05:34:04 Use 'sudo apt autoremove' to remove them. 05:34:04 Suggested packages: 05:34:04 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 05:34:04 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc 05:34:04 keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc 05:34:04 libterm-readline-gnu-perl | libterm-readline-perl-perl 05:34:04 The following NEW packages will be installed: 05:34:04 curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl 05:34:04 libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 05:34:04 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase 05:34:04 openssh-client patch perl perl-modules-5.26 xauth 05:34:05 0 upgraded, 27 newly installed, 0 to remove and 10 not upgraded. 05:34:05 Need to get 12.9 MB of archives. 05:34:05 After this operation, 84.2 MB of additional disk space will be used. 05:34:05 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxau6 arm64 1:1.0.8-1 [7590 B] 05:34:05 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbsd0 arm64 0.8.7-1ubuntu0.1 [36.6 kB] 05:34:05 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxdmcp6 arm64 1:1.1.2-3 [9694 B] 05:34:05 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxcb1 arm64 1.13-2~ubuntu18.04 [37.3 kB] 05:34:05 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] 05:34:05 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-6 arm64 2:1.6.4-3ubuntu0.2 [521 kB] 05:34:06 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxext6 arm64 2:1.3.3-1 [25.4 kB] 05:34:06 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 05:34:07 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] 05:34:07 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] 05:34:07 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] 05:34:07 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] 05:34:07 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] 05:34:07 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.2 [69.3 kB] 05:34:07 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] 05:34:07 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libedit2 arm64 3.1-20170329-1 [63.4 kB] 05:34:07 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libssl1.0.0 arm64 1.0.2n-1ubuntu5.3 [723 kB] 05:34:08 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxmuu1 arm64 2:1.1.2-2 [9502 B] 05:34:08 Get:19 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssh-client arm64 1:7.6p1-4ubuntu0.3 [527 kB] 05:34:08 Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xauth arm64 1:1.0.10-1 [22.4 kB] 05:34:08 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.8 [152 kB] 05:34:08 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.8 [179 kB] 05:34:08 Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] 05:34:08 Get:24 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 05:34:08 Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] 05:34:08 Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] 05:34:08 Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] 05:34:09 debconf: delaying package configuration, since apt-utils is not installed 05:34:09 Fetched 12.9 MB in 4s (3446 kB/s) 05:34:09 Selecting previously unselected package libxau6:arm64. 05:34:09 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4630 files and directories currently installed.) 05:34:09 Preparing to unpack .../00-libxau6_1%3a1.0.8-1_arm64.deb ... 05:34:09 Unpacking libxau6:arm64 (1:1.0.8-1) ... 05:34:09 Selecting previously unselected package libbsd0:arm64. 05:34:09 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_arm64.deb ... 05:34:09 Unpacking libbsd0:arm64 (0.8.7-1ubuntu0.1) ... 05:34:09 Selecting previously unselected package libxdmcp6:arm64. 05:34:09 Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_arm64.deb ... 05:34:09 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... 05:34:09 Selecting previously unselected package libxcb1:arm64. 05:34:09 Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_arm64.deb ... 05:34:09 Unpacking libxcb1:arm64 (1.13-2~ubuntu18.04) ... 05:34:09 Selecting previously unselected package libx11-data. 05:34:09 Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... 05:34:09 Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... 05:34:10 Selecting previously unselected package libx11-6:arm64. 05:34:10 Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_arm64.deb ... 05:34:10 Unpacking libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... 05:34:10 Selecting previously unselected package libxext6:arm64. 05:34:10 Preparing to unpack .../06-libxext6_2%3a1.3.3-1_arm64.deb ... 05:34:10 Unpacking libxext6:arm64 (2:1.3.3-1) ... 05:34:10 Selecting previously unselected package perl-modules-5.26. 05:34:10 Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 05:34:10 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 05:34:12 Selecting previously unselected package libgdbm5:arm64. 05:34:12 Preparing to unpack .../08-libgdbm5_1.14.1-6_arm64.deb ... 05:34:12 Unpacking libgdbm5:arm64 (1.14.1-6) ... 05:34:12 Selecting previously unselected package libgdbm-compat4:arm64. 05:34:12 Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_arm64.deb ... 05:34:12 Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... 05:34:12 Selecting previously unselected package libperl5.26:arm64. 05:34:12 Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... 05:34:12 Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 05:34:13 Selecting previously unselected package perl. 05:34:13 Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_arm64.deb ... 05:34:13 Unpacking perl (5.26.1-6ubuntu0.3) ... 05:34:13 Selecting previously unselected package less. 05:34:13 Preparing to unpack .../12-less_487-0.1_arm64.deb ... 05:34:13 Unpacking less (487-0.1) ... 05:34:13 Selecting previously unselected package libexpat1:arm64. 05:34:13 Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_arm64.deb ... 05:34:13 Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.2) ... 05:34:14 Selecting previously unselected package netbase. 05:34:14 Preparing to unpack .../14-netbase_5.4_all.deb ... 05:34:14 Unpacking netbase (5.4) ... 05:34:14 Selecting previously unselected package libedit2:arm64. 05:34:14 Preparing to unpack .../15-libedit2_3.1-20170329-1_arm64.deb ... 05:34:14 Unpacking libedit2:arm64 (3.1-20170329-1) ... 05:34:14 Selecting previously unselected package libssl1.0.0:arm64. 05:34:14 Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_arm64.deb ... 05:34:14 Unpacking libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... 05:34:14 Selecting previously unselected package libxmuu1:arm64. 05:34:14 Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_arm64.deb ... 05:34:14 Unpacking libxmuu1:arm64 (2:1.1.2-2) ... 05:34:14 Selecting previously unselected package openssh-client. 05:34:14 Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_arm64.deb ... 05:34:14 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 05:34:15 Selecting previously unselected package xauth. 05:34:15 Preparing to unpack .../19-xauth_1%3a1.0.10-1_arm64.deb ... 05:34:15 Unpacking xauth (1:1.0.10-1) ... 05:34:15 Selecting previously unselected package curl. 05:34:15 Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_arm64.deb ... 05:34:15 Unpacking curl (7.58.0-2ubuntu3.8) ... 05:34:15 Selecting previously unselected package libcurl3-gnutls:arm64. 05:34:15 Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_arm64.deb ... 05:34:15 Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... 05:34:15 Selecting previously unselected package liberror-perl. 05:34:15 Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... 05:34:15 Unpacking liberror-perl (0.17025-1) ... 05:34:15 Selecting previously unselected package git-man. 05:34:15 Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 05:34:15 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 05:34:15 Selecting previously unselected package git. 05:34:15 Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... 05:34:16 Unpacking git (1:2.17.1-1ubuntu0.7) ... 05:34:17 Selecting previously unselected package make. 05:34:17 Preparing to unpack .../25-make_4.1-9.1ubuntu1_arm64.deb ... 05:34:17 Unpacking make (4.1-9.1ubuntu1) ... 05:34:17 Selecting previously unselected package patch. 05:34:17 Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_arm64.deb ... 05:34:17 Unpacking patch (2.7.6-2ubuntu1.1) ... 05:34:17 Setting up libedit2:arm64 (3.1-20170329-1) ... 05:34:17 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 05:34:17 Setting up libexpat1:arm64 (2.2.5-3ubuntu0.2) ... 05:34:17 Setting up less (487-0.1) ... 05:34:18 Setting up make (4.1-9.1ubuntu1) ... 05:34:18 Setting up libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... 05:34:18 Setting up curl (7.58.0-2ubuntu3.8) ... 05:34:18 Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... 05:34:18 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 05:34:18 Setting up libgdbm5:arm64 (1.14.1-6) ... 05:34:18 Setting up libbsd0:arm64 (0.8.7-1ubuntu0.1) ... 05:34:18 Setting up patch (2.7.6-2ubuntu1.1) ... 05:34:18 Setting up libxdmcp6:arm64 (1:1.1.2-3) ... 05:34:18 Setting up libgdbm-compat4:arm64 (1.14.1-6) ... 05:34:18 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 05:34:19 Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... 05:34:19 Setting up libxau6:arm64 (1:1.0.8-1) ... 05:34:19 Setting up netbase (5.4) ... 05:34:19 Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 05:34:19 Setting up libxcb1:arm64 (1.13-2~ubuntu18.04) ... 05:34:19 Setting up libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... 05:34:19 Setting up libxmuu1:arm64 (2:1.1.2-2) ... 05:34:19 Setting up perl (5.26.1-6ubuntu0.3) ... 05:34:19 Setting up libxext6:arm64 (2:1.3.3-1) ... 05:34:19 Setting up liberror-perl (0.17025-1) ... 05:34:19 Setting up xauth (1:1.0.10-1) ... 05:34:19 Setting up git (1:2.17.1-1ubuntu0.7) ... 05:34:19 Processing triggers for libc-bin (2.27-3ubuntu1) ... 05:34:26 curl set to automatically installed. 05:34:26 git set to automatically installed. 05:34:26 git-man set to automatically installed. 05:34:26 less set to automatically installed. 05:34:26 libbsd0 set to automatically installed. 05:34:26 libcurl3-gnutls set to automatically installed. 05:34:26 libedit2 set to automatically installed. 05:34:26 liberror-perl set to automatically installed. 05:34:26 libexpat1 set to automatically installed. 05:34:26 libgdbm-compat4 set to automatically installed. 05:34:26 libgdbm5 set to automatically installed. 05:34:26 libperl5.26 set to automatically installed. 05:34:26 libssl1.0.0 set to automatically installed. 05:34:26 libx11-6 set to automatically installed. 05:34:26 libx11-data set to automatically installed. 05:34:26 libxau6 set to automatically installed. 05:34:26 libxcb1 set to automatically installed. 05:34:26 libxdmcp6 set to automatically installed. 05:34:26 libxext6 set to automatically installed. 05:34:26 libxmuu1 set to automatically installed. 05:34:26 make set to automatically installed. 05:34:26 netbase set to automatically installed. 05:34:26 openssh-client set to automatically installed. 05:34:26 patch set to automatically installed. 05:34:26 perl set to automatically installed. 05:34:26 perl-modules-5.26 set to automatically installed. 05:34:26 xauth set to automatically installed. 05:34:26 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 05:34:26 Please ensure the environment is properly setup before continuing. 05:34:26 Ignore this message if the appropriate measures have already been taken 05:34:26 Pulling go 05:34:29 'device-mqtt' has dependencies that need to be staged: go 05:34:29 Skipping pull go (already ran) 05:34:29 Building go 05:34:29 % Total % Received % Xferd Average Speed Time Time Time Current 05:34:29 Dload Upload Total Spent Left Speed 05:34:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 6 93.0M 6 6415k 0 0 26.6M 0 0:00:03 --:--:-- 0:00:03 26.5M 67 93.0M 67 62.8M 0 0 51.0M 0 0:00:01 0:00:01 --:--:-- 51.0M 100 93.0M 100 93.0M 0 0 52.9M 0 0:00:01 0:00:01 --:--:-- 52.9M 05:34:32 go1.13.5.linux-arm64.tar.gz: OK 05:34:50 Staging go 05:34:52 Pulling device-mqtt 05:34:54 Skipping build go (already ran) 05:34:54 Building device-mqtt 05:34:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 05:34:55 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.2 05:34:55 go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 05:34:55 go: downloading github.com/spf13/cast v1.3.0 05:34:55 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 05:34:55 go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 05:34:55 go: extracting github.com/spf13/cast v1.3.0 05:34:55 go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 05:34:55 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.2 05:34:55 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 05:34:55 go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 05:34:55 go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 05:34:55 go: downloading github.com/gorilla/mux v1.7.1 05:34:55 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.33 05:34:55 go: downloading github.com/google/uuid v1.1.1 05:34:55 go: downloading github.com/go-kit/kit v0.8.0 05:34:55 go: extracting github.com/gorilla/mux v1.7.1 05:34:55 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.33 05:34:55 go: extracting github.com/google/uuid v1.1.1 05:34:55 go: downloading github.com/pkg/errors v0.8.1 05:34:55 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 05:34:55 go: downloading github.com/OneOfOne/xxhash v1.2.6 05:34:55 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 05:34:55 go: extracting github.com/pkg/errors v0.8.1 05:34:55 go: downloading gopkg.in/yaml.v2 v2.2.8 05:34:55 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 05:34:55 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 05:34:56 go: downloading github.com/pelletier/go-toml v1.2.0 05:34:56 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 05:34:56 go: extracting github.com/OneOfOne/xxhash v1.2.6 05:34:56 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 05:34:56 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 05:34:56 go: downloading github.com/hashicorp/consul/api v1.1.0 05:34:56 go: downloading github.com/BurntSushi/toml v0.3.1 05:34:56 go: extracting gopkg.in/yaml.v2 v2.2.8 05:34:56 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 05:34:56 go: extracting github.com/pelletier/go-toml v1.2.0 05:34:56 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 05:34:56 go: downloading github.com/mitchellh/copystructure v1.0.0 05:34:56 go: extracting github.com/go-kit/kit v0.8.0 05:34:56 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 05:34:56 go: downloading github.com/mitchellh/mapstructure v1.1.2 05:34:56 go: extracting github.com/BurntSushi/toml v0.3.1 05:34:56 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 05:34:56 go: extracting github.com/mitchellh/copystructure v1.0.0 05:34:56 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 05:34:56 go: extracting github.com/hashicorp/consul/api v1.1.0 05:34:56 go: extracting github.com/mitchellh/mapstructure v1.1.2 05:34:56 go: downloading github.com/mitchellh/reflectwalk v1.0.0 05:34:56 go: downloading github.com/x448/float16 v0.8.4 05:34:56 go: extracting github.com/mitchellh/reflectwalk v1.0.0 05:34:56 go: extracting github.com/x448/float16 v0.8.4 05:34:56 go: downloading github.com/hashicorp/serf v0.8.2 05:34:56 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 05:34:56 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 05:34:56 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 05:34:56 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 05:34:56 go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 05:34:56 go: extracting github.com/hashicorp/serf v0.8.2 05:34:56 go: downloading github.com/go-logfmt/logfmt v0.4.0 05:34:56 go: extracting github.com/go-logfmt/logfmt v0.4.0 05:34:56 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 05:34:56 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 05:34:56 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 05:34:56 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 05:34:56 go: downloading github.com/hashicorp/golang-lru v0.5.0 05:34:56 go: extracting github.com/hashicorp/golang-lru v0.5.0 05:34:56 go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 05:34:56 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 05:34:56 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 05:34:57 go: finding github.com/spf13/cast v1.3.0 05:34:57 go: finding github.com/gorilla/mux v1.7.1 05:34:57 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 05:34:57 go: finding github.com/fxamacker/cbor/v2 v2.2.0 05:34:57 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 05:34:57 go: finding github.com/OneOfOne/xxhash v1.2.6 05:34:57 go: finding github.com/go-kit/kit v0.8.0 05:34:57 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 05:34:57 go: finding github.com/google/uuid v1.1.1 05:34:57 go: finding github.com/x448/float16 v0.8.4 05:34:57 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 05:34:57 go: finding github.com/go-logfmt/logfmt v0.4.0 05:34:57 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 05:34:57 go: finding gopkg.in/yaml.v2 v2.2.8 05:34:57 go: finding github.com/BurntSushi/toml v0.3.1 05:34:57 go: finding github.com/pkg/errors v0.8.1 05:34:57 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 05:34:57 go: finding github.com/hashicorp/consul/api v1.1.0 05:34:57 go: finding github.com/pelletier/go-toml v1.2.0 05:34:57 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 05:34:57 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 05:34:57 go: finding github.com/hashicorp/go-rootcerts v1.0.0 05:34:57 go: finding github.com/hashicorp/serf v0.8.2 05:34:57 go: finding github.com/mitchellh/mapstructure v1.1.2 05:34:57 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 05:34:57 go: finding github.com/mitchellh/copystructure v1.0.0 05:34:57 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 05:34:57 go: finding github.com/mitchellh/reflectwalk v1.0.0 05:34:57 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 05:34:57 go: finding github.com/hashicorp/golang-lru v0.5.0 05:35:24 CGO_ENABLED=0 GO111MODULE=on go build ./... 05:35:42 Skipping stage go (already ran) 05:35:42 Staging device-mqtt 05:35:42 Priming go 05:35:46 Priming device-mqtt 05:35:48 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 05:35:48 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 05:35:48 Determining the version from the project repo (version-script). 05:35:48 The version has been set to '0.0.0-20200618+50e33cb' 05:35:48 Snapping 'edgex-device-mqtt' ... 05:35:52 05:35:52 Snapped edgex-device-mqtt_0.0.0-20200618+50e33cb_arm64.snap [Pipeline] } 05:35:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [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 05:35:55 provisioning config files... 05:35:55 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-153@tmp/config700182626376559787tmp [Pipeline] { [Pipeline] sh 05:35:56 + bash -s - -t @/w/workspace/gexfoundry_device-mqtt-go_PR-153@tmp/config700182626376559787tmp 05:35:56 + curl -s https://codecov.io/bash 05:35:56 05:35:56 _____ _ 05:35:56 / ____| | | 05:35:56 | | ___ __| | ___ ___ _____ __ 05:35:56 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:35:56 | |___| (_) | (_| | __/ (_| (_) \ V / 05:35:56 \_____\___/ \__,_|\___|\___\___/ \_/ 05:35:56 Bash-20200602-f809a24 05:35:56 05:35:56 05:35:56 ==> Jenkins CI detected. 05:35:56 project root: . 05:35:56 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:35:56 ==> Running gcov in . (disable via -X gcov) 05:35:56 ==> Python coveragepy not found 05:35:56 ==> Searching for coverage reports in: 05:35:56 + . 05:35:56 -> Found 1 reports 05:35:56 ==> Detecting git/mercurial file structure 05:35:56 ==> Reading reports 05:35:56 + ./coverage.out bytes=18939 05:35:56 ==> Appending adjustments 05:35:56 https://docs.codecov.io/docs/fixing-reports 05:35:56 + Found adjustments 05:35:56 ==> Gzipping contents 05:35:56 ==> Uploading reports 05:35:56 url: https://codecov.io 05:35:56 query: branch=PR-153&commit=50e33cb2b46c045d80a0cb2ee24d1baea883fe93&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-153%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=153&job= 05:35:56 -> Pinging Codecov 05:35:56 https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=PR-153&commit=50e33cb2b46c045d80a0cb2ee24d1baea883fe93&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-153%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=153&job= 05:35:57 -> Uploading 05:35:57 -> View reports at https://codecov.io/github/edgexfoundry/device-mqtt-go/commit/50e33cb2b46c045d80a0cb2ee24d1baea883fe93 [Pipeline] } 05:35:57 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 05:35:58 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:35:59 ---> package-listing.sh 05:35:59 ++ facter osfamily 05:35:59 ++ tr '[:upper:]' '[:lower:]' 05:35:59 + OS_FAMILY=redhat 05:35:59 + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-153 05:35:59 + START_PACKAGES=/tmp/packages_start.txt 05:35:59 + END_PACKAGES=/tmp/packages_end.txt 05:35:59 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:35:59 + PACKAGES=/tmp/packages_start.txt 05:35:59 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-153 ']' 05:35:59 + PACKAGES=/tmp/packages_end.txt 05:35:59 + case "${OS_FAMILY}" in 05:35:59 + sort 05:35:59 + rpm -qa 05:36:05 + '[' -f /tmp/packages_start.txt ']' 05:36:05 + '[' -f /tmp/packages_end.txt ']' 05:36:05 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:36:05 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-153 ']' 05:36:05 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-153/archives/ 05:36:05 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-153/archives/ [Pipeline] isUnix [Pipeline] sh 05:36:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:36:06 05:36:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 05:36:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:36:06 alpine: Pulling from edgex-lftools-log-publisher 05:36:06 c9b1b535fdd9: Pulling fs layer 05:36:06 2cc5ad85d9ab: Pulling fs layer 05:36:06 756a868c4378: Pulling fs layer 05:36:06 444b2fc9a129: Pulling fs layer 05:36:06 ea15f1150254: Pulling fs layer 05:36:06 41b27a9f41bf: Pulling fs layer 05:36:06 28c525ee5125: Pulling fs layer 05:36:06 094b1ea09ed8: Pulling fs layer 05:36:06 138eaada9080: Pulling fs layer 05:36:06 0622d0fa9048: Pulling fs layer 05:36:06 41b27a9f41bf: Waiting 05:36:06 28c525ee5125: Waiting 05:36:06 094b1ea09ed8: Waiting 05:36:06 138eaada9080: Waiting 05:36:06 0622d0fa9048: Waiting 05:36:06 444b2fc9a129: Waiting 05:36:06 2cc5ad85d9ab: Download complete 05:36:06 444b2fc9a129: Verifying Checksum 05:36:06 444b2fc9a129: Download complete 05:36:06 c9b1b535fdd9: Verifying Checksum 05:36:06 c9b1b535fdd9: Download complete 05:36:06 ea15f1150254: Verifying Checksum 05:36:06 ea15f1150254: Download complete 05:36:07 28c525ee5125: Verifying Checksum 05:36:07 28c525ee5125: Download complete 05:36:07 756a868c4378: Verifying Checksum 05:36:07 756a868c4378: Download complete 05:36:07 c9b1b535fdd9: Pull complete 05:36:08 138eaada9080: Verifying Checksum 05:36:08 138eaada9080: Download complete 05:36:08 094b1ea09ed8: Verifying Checksum 05:36:08 094b1ea09ed8: Download complete 05:36:08 2cc5ad85d9ab: Pull complete 05:36:08 0622d0fa9048: Download complete 05:36:09 41b27a9f41bf: Verifying Checksum 05:36:09 41b27a9f41bf: Download complete 05:36:10 756a868c4378: Pull complete 05:36:10 444b2fc9a129: Pull complete 05:36:11 ea15f1150254: Pull complete 05:36:15 41b27a9f41bf: Pull complete 05:36:15 28c525ee5125: Pull complete 05:36:20 094b1ea09ed8: Pull complete 05:36:20 138eaada9080: Pull complete 05:36:20 0622d0fa9048: Pull complete 05:36:20 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 05:36:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:36:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 05:36:20 prd-centos7-docker-4c-2g-3505 does not seem to be running inside a container 05:36:20 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/gexfoundry_device-mqtt-go_PR-153 -v /w/workspace/gexfoundry_device-mqtt-go_PR-153:/w/workspace/gexfoundry_device-mqtt-go_PR-153:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-153@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-153@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 05:36:24 $ docker top e0e7038c3bfa68fbcd47bf79d85fe34dfa6e31ab5b773d9fa03aa1ac97344a49 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:36:24 provisioning config files... 05:36:24 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-153@tmp/config5755696570928375518tmp [Pipeline] { [Pipeline] echo 05:36:24 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:36:25 ---> create-netrc.sh [Pipeline] echo 05:36:25 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:36:25 ---> logs-deploy.sh 05:36:25 + ARCHIVE_ARTIFACTS= 05:36:25 + LOGS_SERVER=https://logs.edgexfoundry.org 05:36:25 + '[' https://logs.edgexfoundry.org == None ']' 05:36:25 + NEXUS_URL=https://nexus.edgexfoundry.org 05:36:25 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-153/2 05:36:25 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-mqtt-go/job/PR-153/2/ 05:36:25 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-153/2 /w/workspace/gexfoundry_device-mqtt-go_PR-153 05:36:27 Archives upload complete. 05:36:27 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-153/2 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-mqtt-go/job/PR-153/2/ 05:36:28 ---> uname -a: 05:36:28 Linux e0e7038c3bfa 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 05:36:28 05:36:28 05:36:28 ---> lscpu: 05:36:28 Architecture: x86_64 05:36:28 CPU op-mode(s): 32-bit, 64-bit 05:36:28 Byte Order: Little Endian 05:36:28 Address sizes: 40 bits physical, 48 bits virtual 05:36:28 CPU(s): 4 05:36:28 On-line CPU(s) list: 0-3 05:36:28 Thread(s) per core: 1 05:36:28 Core(s) per socket: 1 05:36:28 Socket(s): 4 05:36:28 NUMA node(s): 1 05:36:28 Vendor ID: GenuineIntel 05:36:28 CPU family: 6 05:36:28 Model: 44 05:36:28 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 05:36:28 Stepping: 1 05:36:28 CPU MHz: 2933.438 05:36:28 BogoMIPS: 5866.87 05:36:28 Virtualization: VT-x 05:36:28 Hypervisor vendor: KVM 05:36:28 Virtualization type: full 05:36:28 L1d cache: 128 KiB 05:36:28 L1i cache: 128 KiB 05:36:28 L2 cache: 16 MiB 05:36:28 L3 cache: 64 MiB 05:36:28 NUMA node0 CPU(s): 0-3 05:36:28 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 05:36:28 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 05:36:28 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 05:36:28 Vulnerability Meltdown: Mitigation; PTI 05:36:28 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:36:28 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 05:36:28 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 05:36:28 Vulnerability Tsx async abort: Not affected 05:36:28 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 05:36:28 05:36:28