Pull request #152 opened 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 lranjbar for edgexfoundry/device-mqtt-go Obtained Jenkinsfile from bcd8d76c4d7f1ef35a94454f80ce9983db2bd147+de391997badefd51019ce0551674f6b8472580b5 (b4603c40dd962765370b46919614c1d0f6ba8b48) Running in Durability level: MAX_SURVIVABILITY 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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-152/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 > git --version # 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 ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-2625 in /w/workspace/gexfoundry_device-mqtt-go_PR-152 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Fetching without tags Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git > git init /w/workspace/gexfoundry_device-mqtt-go_PR-152 # 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/152/head:refs/remotes/origin/PR-152 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/152/head:refs/remotes/origin/PR-152 # 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/152/head:refs/remotes/origin/PR-152 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit de391997badefd51019ce0551674f6b8472580b5 into PR head commit bcd8d76c4d7f1ef35a94454f80ce9983db2bd147 Merge succeeded, producing bcd8d76c4d7f1ef35a94454f80ce9983db2bd147 Checking out Revision bcd8d76c4d7f1ef35a94454f80ce9983db2bd147 (PR-152) > git config core.sparsecheckout # timeout=10 > git checkout -f bcd8d76c4d7f1ef35a94454f80ce9983db2bd147 # 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 de391997badefd51019ce0551674f6b8472580b5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bcd8d76c4d7f1ef35a94454f80ce9983db2bd147 # timeout=10 Commit message: "Update VERSION for snap rebuild" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:25:19 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:25:19 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:25:19 ========================================================= 20:25:19 EdgeX Global Pipelines Version Info 20:25:19 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:25:21 ------------------- 20:25:21 stable info: 20:25:21 ------------------- 20:25:21 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:25:21 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 20:25:21 Message: update stable to v1.0.89 20:25:22 ------------------- 20:25:22 experimental info: 20:25:22 ------------------- 20:25:22 Commited By: **** collab-it+edgex@linuxfoundation.org 20:25:22 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 20:25:22 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 20:25:24 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:25:24 20:25:24 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:25:24 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:25:24 latest: Pulling from edgex-devops/git-semver 20:25:24 9123ac7c32f7: Pulling fs layer 20:25:24 b8cc5d1170e3: Pulling fs layer 20:25:24 2924cbbf6a41: Pulling fs layer 20:25:24 93b08a4f1073: Pulling fs layer 20:25:24 93b08a4f1073: Waiting 20:25:24 b8cc5d1170e3: Verifying Checksum 20:25:24 b8cc5d1170e3: Download complete 20:25:24 9123ac7c32f7: Verifying Checksum 20:25:24 9123ac7c32f7: Download complete 20:25:24 93b08a4f1073: Verifying Checksum 20:25:24 93b08a4f1073: Download complete 20:25:24 2924cbbf6a41: Verifying Checksum 20:25:24 2924cbbf6a41: Download complete 20:25:25 9123ac7c32f7: Pull complete 20:25:25 b8cc5d1170e3: Pull complete 20:25:26 2924cbbf6a41: Pull complete 20:25:26 93b08a4f1073: Pull complete 20:25:26 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 20:25:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:25:26 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:25:26 prd-centos7-docker-4c-2g-2625 does not seem to be running inside a container 20:25:26 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-152 -v /w/workspace/gexfoundry_device-mqtt-go_PR-152:/w/workspace/gexfoundry_device-mqtt-go_PR-152:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-152@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-152@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:25:28 $ docker top c9a59e15ae8ce2668d325baf92062777bd56b7368a0d48a5316c452e8102f42e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:25:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:25:29 [ssh-agent] Looking for ssh-agent implementation... 20:25:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:25:29 $ docker exec c9a59e15ae8ce2668d325baf92062777bd56b7368a0d48a5316c452e8102f42e ssh-agent 20:25:29 SSH_AUTH_SOCK=/tmp/ssh-3ONIAZEStCEv/agent.11 20:25:29 SSH_AGENT_PID=17 20:25:29 Running ssh-add (command line suppressed) 20:25:29 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-152@tmp/private_key_8718188987640551785.key (/w/workspace/gexfoundry_device-mqtt-go_PR-152@tmp/private_key_8718188987640551785.key) 20:25:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:25:29 + git describe --exact-match --tags HEAD 20:25:29 fatal: No names found, cannot describe anything. [Pipeline] } 20:25:30 $ docker exec --env ******** --env ******** c9a59e15ae8ce2668d325baf92062777bd56b7368a0d48a5316c452e8102f42e ssh-agent -k 20:25:30 unset SSH_AUTH_SOCK; 20:25:30 unset SSH_AGENT_PID; 20:25:30 echo Agent pid 17 killed; 20:25:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 20:25:30 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 20:25:30 This usually means this commit has not been tagged. [Pipeline] sshagent 20:25:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:25:30 [ssh-agent] Looking for ssh-agent implementation... 20:25:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:25:30 $ docker exec c9a59e15ae8ce2668d325baf92062777bd56b7368a0d48a5316c452e8102f42e ssh-agent 20:25:30 SSH_AUTH_SOCK=/tmp/ssh-dBkuSsx9ORqp/agent.46 20:25:30 SSH_AGENT_PID=52 20:25:30 Running ssh-add (command line suppressed) 20:25:30 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-152@tmp/private_key_8753575289511350204.key (/w/workspace/gexfoundry_device-mqtt-go_PR-152@tmp/private_key_8753575289511350204.key) 20:25:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:25:31 + git semver init 20:25:31 # -> Open(): unable to determine branch for HEAD 20:25:31 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-152/.git 20:25:31 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-152 20:25:31 # $SEMVER_REMOTE_NAME = origin 20:25:31 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:25:31 # $SEMVER_USER_NAME = edgex-jenkins 20:25:31 # $SEMVER_BRANCH = PR-152 20:25:31 # $SEMVER_TEMP = /tmp/semver-770695576 20:25:31 # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP 20:25:31 # '/tmp/semver-770695576' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-152/.semver' 20:25:31 # -> Force: false 20:25:31 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-152/.semver [Pipeline] } 20:25:31 $ docker exec --env ******** --env ******** c9a59e15ae8ce2668d325baf92062777bd56b7368a0d48a5316c452e8102f42e ssh-agent -k 20:25:31 unset SSH_AUTH_SOCK; 20:25:31 unset SSH_AGENT_PID; 20:25:31 echo Agent pid 52 killed; 20:25:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:25:32 + git semver [Pipeline] } 20:25:32 $ docker stop --time=1 c9a59e15ae8ce2668d325baf92062777bd56b7368a0d48a5316c452e8102f42e 20:25:33 $ docker rm -f c9a59e15ae8ce2668d325baf92062777bd56b7368a0d48a5316c452e8102f42e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 20:25:34 Stashed 28 file(s) [Pipeline] echo 20:25:34 [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 20:25:49 Still waiting to schedule task 20:25:49 Waiting for next available executor on ‘centos7-docker-4c-2g’ 20:25:49 Still waiting to schedule task 20:25:49 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 20:28:32 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2626 in /w/workspace/gexfoundry_device-mqtt-go_PR-152 [Pipeline] { [Pipeline] ws 20:28:33 Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout 20:28:38 using credential edgex-jenkins-ssh 20:28:38 Cloning the remote Git repository 20:28:38 Cloning with configured refspecs honoured and without tags 20:28:39 Fetching without tags 20:28:38 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 20:28:38 > git init /w/workspace/device-mqtt-go/1 # timeout=10 20:28:38 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 20:28:38 > git --version # timeout=10 20:28:38 using GIT_SSH to set credentials SSH Credentials for GitHub 20:28:38 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/152/head:refs/remotes/origin/PR-152 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:28:39 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 20:28:39 > git config --add remote.origin.fetch +refs/pull/152/head:refs/remotes/origin/PR-152 # timeout=10 20:28:39 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 20:28:39 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 20:28:39 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 20:28:39 using GIT_SSH to set credentials SSH Credentials for GitHub 20:28:39 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/152/head:refs/remotes/origin/PR-152 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:28:39 Merging remotes/origin/master commit de391997badefd51019ce0551674f6b8472580b5 into PR head commit bcd8d76c4d7f1ef35a94454f80ce9983db2bd147 20:28:40 Merge succeeded, producing bcd8d76c4d7f1ef35a94454f80ce9983db2bd147 20:28:40 Checking out Revision bcd8d76c4d7f1ef35a94454f80ce9983db2bd147 (PR-152) 20:28:39 > git config core.sparsecheckout # timeout=10 20:28:39 > git checkout -f bcd8d76c4d7f1ef35a94454f80ce9983db2bd147 # timeout=10 20:28:39 > git remote # timeout=10 20:28:39 > git config --get remote.origin.url # timeout=10 20:28:39 using GIT_SSH to set credentials SSH Credentials for GitHub 20:28:39 > git merge de391997badefd51019ce0551674f6b8472580b5 # timeout=10 20:28:39 > git rev-parse HEAD^{commit} # timeout=10 20:28:40 > git config core.sparsecheckout # timeout=10 20:28:40 > git checkout -f bcd8d76c4d7f1ef35a94454f80ce9983db2bd147 # timeout=10 20:28:44 Commit message: "Update VERSION for snap rebuild" 20:28:44 > git --version # timeout=10 20:28:44 fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 20:28:46 ========================================================= 20:28:46 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 20:28:46 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:28:47 + 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 . 20:28:48 Sending build context to Docker daemon 603.6kB 20:28:48 Step 1/8 : ARG BASE=golang:1.13-alpine 20:28:48 Step 2/8 : FROM ${BASE} 20:28:48 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:28:48 cde5963f3b93: Pulling fs layer 20:28:48 2a23fa8c16f7: Pulling fs layer 20:28:48 777b28850792: Pulling fs layer 20:28:48 8a11ddd9e578: Pulling fs layer 20:28:48 4cf88f913ddb: Pulling fs layer 20:28:48 1df406cf5192: Pulling fs layer 20:28:48 cd6300453558: Pulling fs layer 20:28:48 b9c365052c96: Pulling fs layer 20:28:48 a2d8cc88f415: Pulling fs layer 20:28:48 ea1d1ca13537: Pulling fs layer 20:28:48 3750a50a1c5e: Pulling fs layer 20:28:48 cd6300453558: Waiting 20:28:48 b9c365052c96: Waiting 20:28:48 a2d8cc88f415: Waiting 20:28:48 ea1d1ca13537: Waiting 20:28:48 8a11ddd9e578: Waiting 20:28:48 4cf88f913ddb: Waiting 20:28:48 3750a50a1c5e: Waiting 20:28:48 1df406cf5192: Waiting 20:28:48 777b28850792: Verifying Checksum 20:28:48 777b28850792: Download complete 20:28:48 2a23fa8c16f7: Download complete 20:28:48 4cf88f913ddb: Download complete 20:28:48 1df406cf5192: Verifying Checksum 20:28:48 1df406cf5192: Download complete 20:28:48 cde5963f3b93: Verifying Checksum 20:28:48 cde5963f3b93: Download complete 20:28:49 cde5963f3b93: Pull complete 20:28:50 2a23fa8c16f7: Pull complete 20:28:50 777b28850792: Pull complete 20:28:51 cd6300453558: Verifying Checksum 20:28:51 cd6300453558: Download complete 20:28:51 a2d8cc88f415: Download complete 20:28:52 ea1d1ca13537: Verifying Checksum 20:28:52 ea1d1ca13537: Download complete 20:28:52 3750a50a1c5e: Verifying Checksum 20:28:52 3750a50a1c5e: Download complete 20:28:53 b9c365052c96: Verifying Checksum 20:28:53 b9c365052c96: Download complete 20:28:53 8a11ddd9e578: Verifying Checksum 20:28:53 8a11ddd9e578: Download complete 20:29:01 Running on prd-centos7-docker-4c-2g-2627 in /w/workspace/gexfoundry_device-mqtt-go_PR-152 [Pipeline] { [Pipeline] ws 20:29:01 Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout 20:29:06 8a11ddd9e578: Pull complete 20:29:06 4cf88f913ddb: Pull complete 20:29:06 1df406cf5192: Pull complete 20:29:07 using credential edgex-jenkins-ssh 20:29:08 Cloning the remote Git repository 20:29:08 Cloning with configured refspecs honoured and without tags 20:29:08 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 20:29:08 > git init /w/workspace/device-mqtt-go/1 # timeout=10 20:29:08 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 20:29:08 > git --version # timeout=10 20:29:08 using GIT_SSH to set credentials SSH Credentials for GitHub 20:29:08 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/152/head:refs/remotes/origin/PR-152 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:29:09 Fetching without tags 20:29:09 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 20:29:09 > git config --add remote.origin.fetch +refs/pull/152/head:refs/remotes/origin/PR-152 # timeout=10 20:29:09 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 20:29:09 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 20:29:09 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 20:29:09 using GIT_SSH to set credentials SSH Credentials for GitHub 20:29:09 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/152/head:refs/remotes/origin/PR-152 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:29:10 cd6300453558: Pull complete 20:29:10 Merging remotes/origin/master commit de391997badefd51019ce0551674f6b8472580b5 into PR head commit bcd8d76c4d7f1ef35a94454f80ce9983db2bd147 20:29:10 Merge succeeded, producing bcd8d76c4d7f1ef35a94454f80ce9983db2bd147 20:29:10 Checking out Revision bcd8d76c4d7f1ef35a94454f80ce9983db2bd147 (PR-152) 20:29:10 > git config core.sparsecheckout # timeout=10 20:29:10 > git checkout -f bcd8d76c4d7f1ef35a94454f80ce9983db2bd147 # timeout=10 20:29:10 > git remote # timeout=10 20:29:10 > git config --get remote.origin.url # timeout=10 20:29:10 using GIT_SSH to set credentials SSH Credentials for GitHub 20:29:10 > git merge de391997badefd51019ce0551674f6b8472580b5 # timeout=10 20:29:10 > git rev-parse HEAD^{commit} # timeout=10 20:29:11 > git config core.sparsecheckout # timeout=10 20:29:11 > git checkout -f bcd8d76c4d7f1ef35a94454f80ce9983db2bd147 # timeout=10 20:29:15 Commit message: "Update VERSION for snap rebuild" 20:29:15 > git --version # timeout=10 20:29:15 fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] withEnv [Pipeline] { 20:29:15 b9c365052c96: Pull complete 20:29:15 a2d8cc88f415: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 20:29:16 ========================================================= 20:29:16 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 20:29:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:29:17 ea1d1ca13537: Pull complete 20:29:17 3750a50a1c5e: Pull complete 20:29:17 + 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 . 20:29:17 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 20:29:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 20:29:17 ---> 78745c68409d 20:29:17 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 20:29:18 Sending build context to Docker daemon 603.6kB 20:29:18 Step 1/8 : ARG BASE=golang:1.13-alpine 20:29:18 Step 2/8 : FROM ${BASE} 20:29:18 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 20:29:18 e6b0cf9c0882: Pulling fs layer 20:29:18 2848faf0eed1: Pulling fs layer 20:29:18 0f37312ad70f: Pulling fs layer 20:29:18 5788d62ee057: Pulling fs layer 20:29:18 0e6b1d234666: Pulling fs layer 20:29:18 bf5d7aec512f: Pulling fs layer 20:29:18 34c802a77dc8: Pulling fs layer 20:29:18 9eb99e56ec68: Pulling fs layer 20:29:18 27c7a5d97fbd: Pulling fs layer 20:29:18 5c102a31e300: Pulling fs layer 20:29:18 dcfb455df0a1: Pulling fs layer 20:29:18 34c802a77dc8: Waiting 20:29:18 5788d62ee057: Waiting 20:29:18 0e6b1d234666: Waiting 20:29:18 9eb99e56ec68: Waiting 20:29:18 27c7a5d97fbd: Waiting 20:29:18 bf5d7aec512f: Waiting 20:29:18 5c102a31e300: Waiting 20:29:18 dcfb455df0a1: Waiting 20:29:18 0f37312ad70f: Verifying Checksum 20:29:18 0f37312ad70f: Download complete 20:29:18 2848faf0eed1: Verifying Checksum 20:29:18 2848faf0eed1: Download complete 20:29:18 0e6b1d234666: Verifying Checksum 20:29:18 0e6b1d234666: Download complete 20:29:18 bf5d7aec512f: Verifying Checksum 20:29:18 bf5d7aec512f: Download complete 20:29:18 e6b0cf9c0882: Verifying Checksum 20:29:18 e6b0cf9c0882: Download complete 20:29:18 e6b0cf9c0882: Pull complete 20:29:19 2848faf0eed1: Pull complete 20:29:19 0f37312ad70f: Pull complete 20:29:20 34c802a77dc8: Verifying Checksum 20:29:20 34c802a77dc8: Download complete 20:29:20 27c7a5d97fbd: Verifying Checksum 20:29:20 27c7a5d97fbd: Download complete 20:29:20 9eb99e56ec68: Verifying Checksum 20:29:20 9eb99e56ec68: Download complete 20:29:21 5c102a31e300: Verifying Checksum 20:29:21 5c102a31e300: Download complete 20:29:21 dcfb455df0a1: Verifying Checksum 20:29:21 dcfb455df0a1: Download complete 20:29:21 5788d62ee057: Verifying Checksum 20:29:21 5788d62ee057: Download complete 20:29:23 ---> Running in a3e635464548 20:29:23 Removing intermediate container a3e635464548 20:29:23 ---> 54f301a80016 20:29:23 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:29:23 ---> Running in e6a863b01c0c 20:29:26 Removing intermediate container e6a863b01c0c 20:29:26 ---> 480947268283 20:29:26 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 20:29:26 ---> Running in 19fba88f2631 20:29:27 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 20:29:28 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 20:29:28 (1/18) Upgrading libgcc (9.2.0-r3 -> 9.2.0-r4) 20:29:28 (2/18) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) 20:29:28 (3/18) Installing libmagic (5.37-r1) 20:29:29 (4/18) Installing file (5.37-r1) 20:29:29 (5/18) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) 20:29:29 (6/18) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) 20:29:29 (7/18) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) 20:29:32 5788d62ee057: Pull complete 20:29:32 0e6b1d234666: Pull complete 20:29:32 bf5d7aec512f: Pull complete 20:29:35 34c802a77dc8: Pull complete 20:29:36 (8/18) Installing libc-dev (0.7.2-r0) 20:29:36 (9/18) Installing g++ (9.2.0-r4) 20:29:40 9eb99e56ec68: Pull complete 20:29:40 27c7a5d97fbd: Pull complete 20:29:41 (10/18) Installing fortify-headers (1.1-r0) 20:29:41 (11/18) Installing build-base (0.5-r1) 20:29:41 (12/18) Installing openssh-keygen (8.1_p1-r0) 20:29:41 (13/18) Installing libedit (20191211.3.1-r0) 20:29:41 (14/18) Installing openssh-client (8.1_p1-r0) 20:29:42 (15/18) Installing openssh-sftp-server (8.1_p1-r0) 20:29:42 (16/18) Installing openssh-server-common (8.1_p1-r0) 20:29:42 (17/18) Installing openssh-server (8.1_p1-r0) 20:29:42 5c102a31e300: Pull complete 20:29:42 dcfb455df0a1: Pull complete 20:29:42 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 20:29:42 (18/18) Installing openssh (8.1_p1-r0) 20:29:42 Executing busybox-1.31.1-r8.trigger 20:29:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 20:29:42 ---> 7c70fe431013 20:29:42 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 20:29:42 OK: 203 MiB in 52 packages 20:29:43 ---> Running in 139ba3ad65e9 20:29:43 Removing intermediate container 139ba3ad65e9 20:29:43 ---> fd4057cd7e8d 20:29:43 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:29:43 ---> Running in b3d881760970 20:29:45 Removing intermediate container b3d881760970 20:29:45 ---> cd7953431add 20:29:45 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 20:29:45 ---> Running in 6b37e6a4121c 20:29:46 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 20:29:47 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 20:29:47 (1/17) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) 20:29:48 (2/17) Installing libmagic (5.37-r1) 20:29:48 (3/17) Installing file (5.37-r1) 20:29:48 (4/17) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) 20:29:48 (5/17) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) 20:29:48 (6/17) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) 20:29:49 Removing intermediate container 19fba88f2631 20:29:49 ---> 9ac4b4e2a42d 20:29:49 Step 6/8 : WORKDIR /device-mqtt-go 20:29:49 ---> Running in 86fbcd711bc0 20:29:49 Removing intermediate container 86fbcd711bc0 20:29:49 ---> 967d4dc01480 20:29:49 Step 7/8 : COPY . . 20:29:50 ---> 64731edfc97f 20:29:50 Step 8/8 : RUN go mod download 20:29:51 ---> Running in 9659bfe828b5 20:29:53 go: finding github.com/BurntSushi/toml v0.3.1 20:29:53 go: finding github.com/OneOfOne/xxhash v1.2.6 20:29:53 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 20:29:53 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:29:53 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 20:29:53 go: finding github.com/bgentry/speakeasy v0.1.0 20:29:53 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 20:29:53 go: finding github.com/davecgh/go-spew v1.1.1 20:29:53 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 20:29:53 go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 20:29:53 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 20:29:53 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 20:29:53 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 20:29:53 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 20:29:53 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 20:29:53 go: finding github.com/fatih/color v1.7.0 20:29:53 go: finding github.com/fxamacker/cbor/v2 v2.2.0 20:29:53 go: finding github.com/go-kit/kit v0.8.0 20:29:53 go: finding github.com/go-logfmt/logfmt v0.4.0 20:29:53 go: finding github.com/go-stack/stack v1.8.0 20:29:53 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 20:29:53 go: finding github.com/google/uuid v1.1.1 20:29:53 go: finding github.com/gorilla/mux v1.7.1 20:29:53 go: finding github.com/hashicorp/consul/api v1.1.0 20:29:53 go: finding github.com/hashicorp/consul/sdk v0.1.1 20:29:53 go: finding github.com/hashicorp/errwrap v1.0.0 20:29:53 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 20:29:53 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 20:29:53 go: finding github.com/hashicorp/go-msgpack v0.5.3 20:29:53 go: finding github.com/hashicorp/go-multierror v1.0.0 20:29:53 go: finding github.com/hashicorp/go-rootcerts v1.0.0 20:29:53 go: finding github.com/hashicorp/go-sockaddr v1.0.0 20:29:53 go: finding github.com/hashicorp/go-syslog v1.0.0 20:29:53 go: finding github.com/hashicorp/go-uuid v1.0.1 20:29:53 go: finding github.com/hashicorp/go.net v0.0.1 20:29:53 go: finding github.com/hashicorp/golang-lru v0.5.0 20:29:53 go: finding github.com/hashicorp/logutils v1.0.0 20:29:54 go: finding github.com/hashicorp/mdns v1.0.0 20:29:54 go: finding github.com/hashicorp/memberlist v0.1.3 20:29:54 go: finding github.com/hashicorp/serf v0.8.2 20:29:54 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 20:29:54 go: finding github.com/kr/pretty v0.1.0 20:29:54 go: finding github.com/kr/pty v1.1.1 20:29:54 go: finding github.com/kr/text v0.1.0 20:29:54 go: finding github.com/mattn/go-colorable v0.0.9 20:29:54 go: finding github.com/mattn/go-isatty v0.0.3 20:29:54 go: finding github.com/miekg/dns v1.0.14 20:29:54 go: finding github.com/mitchellh/cli v1.0.0 20:29:54 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:29:54 go: finding github.com/mitchellh/copystructure v1.0.0 20:29:54 go: finding github.com/mitchellh/go-homedir v1.0.0 20:29:54 go: finding github.com/mitchellh/go-testing-interface v1.0.0 20:29:54 go: finding github.com/mitchellh/gox v0.4.0 20:29:54 go: finding github.com/mitchellh/iochan v1.0.0 20:29:54 go: finding github.com/mitchellh/mapstructure v1.1.2 20:29:54 go: finding github.com/mitchellh/reflectwalk v1.0.0 20:29:54 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 20:29:54 go: finding github.com/pelletier/go-toml v1.2.0 20:29:54 go: finding github.com/pkg/errors v0.8.1 20:29:54 go: finding github.com/pmezard/go-difflib v1.0.0 20:29:54 go: finding github.com/posener/complete v1.1.1 20:29:54 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 20:29:54 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 20:29:54 go: finding github.com/spf13/cast v1.3.0 20:29:54 go: finding github.com/stretchr/objx v0.1.0 20:29:54 go: finding github.com/stretchr/testify v1.5.1 20:29:54 go: finding github.com/ugorji/go v1.1.4 20:29:54 go: finding github.com/x448/float16 v0.8.4 20:29:54 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 20:29:54 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 20:29:54 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 20:29:54 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 20:29:54 go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 20:29:54 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 20:29:54 go: finding gopkg.in/yaml.v2 v2.2.8 20:29:58 (7/17) Installing libc-dev (0.7.2-r0) 20:29:58 (8/17) Installing g++ (9.2.0-r4) 20:30:04 Removing intermediate container 9659bfe828b5 20:30:04 ---> d05b34d91ff1 20:30:04 Successfully built d05b34d91ff1 20:30:04 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:30:05 + docker inspect -f . ci-base-image-arm64 20:30:05 . [Pipeline] withDockerContainer 20:30:05 prd-ubuntu18.04-docker-arm64-4c-16g-2626 does not seem to be running inside a container 20:30:05 (9/17) Installing fortify-headers (1.1-r0) 20:30:05 (10/17) Installing build-base (0.5-r1) 20:30:05 (11/17) Installing openssh-keygen (8.1_p1-r0) 20:30:05 (12/17) Installing libedit (20191211.3.1-r0) 20:30:05 (13/17) Installing openssh-client (8.1_p1-r0) 20:30:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:30:06 (14/17) Installing openssh-sftp-server (8.1_p1-r0) 20:30:06 (15/17) Installing openssh-server-common (8.1_p1-r0) 20:30:06 (16/17) Installing openssh-server (8.1_p1-r0) 20:30:06 (17/17) Installing openssh (8.1_p1-r0) 20:30:06 Executing busybox-1.31.1-r8.trigger 20:30:06 OK: 214 MiB in 52 packages 20:30:07 $ docker top d0f0ee069354d9bcaeaddb1ddb79553d277b25b7801663d4f83ab155745d8727 -eo pid,comm [Pipeline] { [Pipeline] sh 20:30:09 + go version 20:30:09 go version go1.13.5 linux/arm64 [Pipeline] sh 20:30:10 + make test 20:30:10 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 20:30:10 Removing intermediate container 6b37e6a4121c 20:30:10 ---> acbaf1d47144 20:30:10 Step 6/8 : WORKDIR /device-mqtt-go 20:30:10 ---> Running in 8bf962a26951 20:30:10 Removing intermediate container 8bf962a26951 20:30:10 ---> c69324d05ca3 20:30:10 Step 7/8 : COPY . . 20:30:11 ? github.com/edgexfoundry/device-mqtt-go [no test files] 20:30:11 ---> 83a16f81ffb8 20:30:11 Step 8/8 : RUN go mod download 20:30:11 ---> Running in 9cc542e15e9f 20:30:13 go: finding github.com/BurntSushi/toml v0.3.1 20:30:13 go: finding github.com/OneOfOne/xxhash v1.2.6 20:30:13 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 20:30:13 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:30:13 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 20:30:13 go: finding github.com/bgentry/speakeasy v0.1.0 20:30:13 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 20:30:13 go: finding github.com/davecgh/go-spew v1.1.1 20:30:13 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 20:30:13 go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 20:30:13 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 20:30:13 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 20:30:13 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 20:30:13 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 20:30:13 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 20:30:13 go: finding github.com/fatih/color v1.7.0 20:30:13 go: finding github.com/fxamacker/cbor/v2 v2.2.0 20:30:13 go: finding github.com/go-kit/kit v0.8.0 20:30:13 go: finding github.com/go-logfmt/logfmt v0.4.0 20:30:13 go: finding github.com/go-stack/stack v1.8.0 20:30:14 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 20:30:14 go: finding github.com/google/uuid v1.1.1 20:30:14 go: finding github.com/gorilla/mux v1.7.1 20:30:14 go: finding github.com/hashicorp/consul/api v1.1.0 20:30:14 go: finding github.com/hashicorp/consul/sdk v0.1.1 20:30:14 go: finding github.com/hashicorp/errwrap v1.0.0 20:30:14 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 20:30:14 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 20:30:14 go: finding github.com/hashicorp/go-msgpack v0.5.3 20:30:14 go: finding github.com/hashicorp/go-multierror v1.0.0 20:30:14 go: finding github.com/hashicorp/go-rootcerts v1.0.0 20:30:14 go: finding github.com/hashicorp/go-sockaddr v1.0.0 20:30:14 go: finding github.com/hashicorp/go-syslog v1.0.0 20:30:14 go: finding github.com/hashicorp/go-uuid v1.0.1 20:30:14 go: finding github.com/hashicorp/go.net v0.0.1 20:30:14 go: finding github.com/hashicorp/golang-lru v0.5.0 20:30:14 go: finding github.com/hashicorp/logutils v1.0.0 20:30:14 go: finding github.com/hashicorp/mdns v1.0.0 20:30:14 go: finding github.com/hashicorp/memberlist v0.1.3 20:30:14 go: finding github.com/hashicorp/serf v0.8.2 20:30:14 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 20:30:14 go: finding github.com/kr/pretty v0.1.0 20:30:14 go: finding github.com/kr/pty v1.1.1 20:30:14 go: finding github.com/kr/text v0.1.0 20:30:14 go: finding github.com/mattn/go-colorable v0.0.9 20:30:14 go: finding github.com/mattn/go-isatty v0.0.3 20:30:14 go: finding github.com/miekg/dns v1.0.14 20:30:14 go: finding github.com/mitchellh/cli v1.0.0 20:30:14 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:30:14 go: finding github.com/mitchellh/copystructure v1.0.0 20:30:14 go: finding github.com/mitchellh/go-homedir v1.0.0 20:30:14 go: finding github.com/mitchellh/go-testing-interface v1.0.0 20:30:14 go: finding github.com/mitchellh/gox v0.4.0 20:30:14 go: finding github.com/mitchellh/iochan v1.0.0 20:30:14 go: finding github.com/mitchellh/mapstructure v1.1.2 20:30:14 go: finding github.com/mitchellh/reflectwalk v1.0.0 20:30:14 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 20:30:14 go: finding github.com/pelletier/go-toml v1.2.0 20:30:14 go: finding github.com/pkg/errors v0.8.1 20:30:15 go: finding github.com/pmezard/go-difflib v1.0.0 20:30:15 go: finding github.com/posener/complete v1.1.1 20:30:15 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 20:30:15 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 20:30:15 go: finding github.com/spf13/cast v1.3.0 20:30:15 go: finding github.com/stretchr/objx v0.1.0 20:30:15 go: finding github.com/stretchr/testify v1.5.1 20:30:15 go: finding github.com/ugorji/go v1.1.4 20:30:15 go: finding github.com/x448/float16 v0.8.4 20:30:15 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 20:30:15 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 20:30:15 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 20:30:15 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 20:30:15 go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 20:30:15 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 20:30:15 go: finding gopkg.in/yaml.v2 v2.2.8 20:30:23 Removing intermediate container 9cc542e15e9f 20:30:23 ---> 126ef2c8ab50 20:30:23 Successfully built 126ef2c8ab50 20:30: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 20:30:25 + docker inspect -f . ci-base-image-x86_64 20:30:25 . [Pipeline] withDockerContainer 20:30:25 prd-centos7-docker-4c-2g-2627 does not seem to be running inside a container 20:30:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:30:27 $ docker top 58beed6c6a0ea4899666aeeed3ee0325f5f628d49191fecc41d9630cabd3db04 -eo pid,comm [Pipeline] { [Pipeline] sh 20:30:27 + go version 20:30:27 go version go1.13.5 linux/amd64 [Pipeline] sh 20:30:28 + make test 20:30:28 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 20:30:30 ? github.com/edgexfoundry/device-mqtt-go [no test files] 20:30:43 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 20:30:43 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.029s coverage: 28.3% of statements 20:30:43 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 20:30:43 CGO_ENABLED=0 GO111MODULE=on go vet ./... 20:30:49 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 20:30:49 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.009s coverage: 28.3% of statements 20:30:49 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 20:30:49 CGO_ENABLED=0 GO111MODULE=on go vet ./... 20:30:50 gofmt -l . 20:30:50 ["`gofmt -l .`" = ""] 20:30:50 ./bin/test-attribution-txt.sh 20:30:50 ./bin/test-go-mod-tidy.sh [Pipeline] stash 20:30:51 Stashed 1 file(s) [Pipeline] } 20:30:51 $ docker stop --time=1 d0f0ee069354d9bcaeaddb1ddb79553d277b25b7801663d4f83ab155745d8727 20:30:53 gofmt -l . 20:30:53 ["`gofmt -l .`" = ""] 20:30:53 ./bin/test-attribution-txt.sh 20:30:53 $ docker rm -f d0f0ee069354d9bcaeaddb1ddb79553d277b25b7801663d4f83ab155745d8727 20:30:54 ./bin/test-go-mod-tidy.sh [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] stash 20:30:54 Warning: overwriting stash ‘coverage-report’ [Pipeline] script [Pipeline] { 20:30:54 Stashed 1 file(s) [Pipeline] sh [Pipeline] } 20:30:55 $ docker stop --time=1 58beed6c6a0ea4899666aeeed3ee0325f5f628d49191fecc41d9630cabd3db04 20:30:55 + sudo chown -R jenkins:jenkins . 20:30:57 $ docker rm -f 58beed6c6a0ea4899666aeeed3ee0325f5f628d49191fecc41d9630cabd3db04 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { 20:30:58 + ls -al . 20:30:58 total 132 20:30:58 drwxrwxr-x 9 jenkins jenkins 4096 Jun 11 20:30 . 20:30:58 drwxrwxr-x 4 jenkins jenkins 4096 Jun 11 20:28 .. 20:30:58 -rw-rw-r-- 1 jenkins jenkins 140 Jun 11 20:28 .dockerignore 20:30:58 drwxrwxr-x 8 jenkins jenkins 4096 Jun 11 20:28 .git 20:30:58 -rw-rw-r-- 1 jenkins jenkins 328 Jun 11 20:28 .gitignore 20:30:58 drwxrwxr-x 3 jenkins jenkins 4096 Jun 11 20:28 .semver 20:30:58 -rw-rw-r-- 1 jenkins jenkins 4678 Jun 11 20:28 Attribution.txt 20:30:58 -rw-rw-r-- 1 jenkins jenkins 1776 Jun 11 20:28 Dockerfile 20:30:58 -rw-rw-r-- 1 jenkins jenkins 953 Jun 11 20:28 Dockerfile.build 20:30:58 -rw-rw-r-- 1 jenkins jenkins 700 Jun 11 20:28 Jenkinsfile 20:30:58 -rw-rw-r-- 1 jenkins jenkins 11340 Jun 11 20:28 LICENSE 20:30:58 -rw-rw-r-- 1 jenkins jenkins 902 Jun 11 20:28 Makefile 20:30:58 -rw-rw-r-- 1 jenkins jenkins 444 Jun 11 20:28 README.md 20:30:58 -rw-rw-r-- 1 jenkins jenkins 5 Jun 11 20:25 VERSION 20:30:58 drwxrwxr-x 2 jenkins jenkins 4096 Jun 11 20:28 bin 20:30:58 drwxrwxr-x 3 jenkins jenkins 4096 Jun 11 20:28 cmd 20:30:58 -rw-r--r-- 1 jenkins jenkins 18939 Jun 11 20:30 coverage.out 20:30:58 -rw-r--r-- 1 jenkins jenkins 510 Jun 11 20:30 go.mod 20:30:58 -rw-r--r-- 1 jenkins jenkins 13621 Jun 11 20:30 go.sum 20:30:58 drwxrwxr-x 3 jenkins jenkins 4096 Jun 11 20:28 internal 20:30:58 drwxrwxr-x 2 jenkins jenkins 4096 Jun 11 20:28 mock 20:30:58 drwxrwxr-x 4 jenkins jenkins 4096 Jun 11 20:28 snap 20:30:58 -rw-rw-r-- 1 jenkins jenkins 227 Jun 11 20:28 version.go [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 20:30:58 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:30: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=bcd8d76c4d7f1ef35a94454f80ce9983db2bd147 --label arch=arm64 --label version=0.0.0 . 20:30:59 + ls -al . 20:30:59 total 100 20:30:59 drwxrwxr-x. 9 jenkins jenkins 4096 Jun 11 20:30 . 20:30:59 drwxrwxr-x. 4 jenkins jenkins 28 Jun 11 20:29 .. 20:30:59 -rw-rw-r--. 1 jenkins jenkins 4678 Jun 11 20:29 Attribution.txt 20:30:59 drwxrwxr-x. 2 jenkins jenkins 87 Jun 11 20:29 bin 20:30:59 drwxrwxr-x. 3 jenkins jenkins 32 Jun 11 20:29 cmd 20:30:59 -rw-r--r--. 1 jenkins jenkins 18939 Jun 11 20:30 coverage.out 20:30:59 -rw-rw-r--. 1 jenkins jenkins 1776 Jun 11 20:29 Dockerfile 20:30:59 -rw-rw-r--. 1 jenkins jenkins 953 Jun 11 20:29 Dockerfile.build 20:30:59 -rw-rw-r--. 1 jenkins jenkins 140 Jun 11 20:29 .dockerignore 20:30:59 drwxrwxr-x. 8 jenkins jenkins 179 Jun 11 20:29 .git 20:30:59 -rw-rw-r--. 1 jenkins jenkins 328 Jun 11 20:29 .gitignore 20:30:59 -rw-r--r--. 1 jenkins jenkins 510 Jun 11 20:30 go.mod 20:30:59 -rw-r--r--. 1 jenkins jenkins 13621 Jun 11 20:30 go.sum 20:30:59 drwxrwxr-x. 3 jenkins jenkins 20 Jun 11 20:29 internal 20:30:59 -rw-rw-r--. 1 jenkins jenkins 700 Jun 11 20:29 Jenkinsfile 20:30:59 -rw-rw-r--. 1 jenkins jenkins 11340 Jun 11 20:29 LICENSE 20:30:59 -rw-rw-r--. 1 jenkins jenkins 902 Jun 11 20:29 Makefile 20:30:59 drwxrwxr-x. 2 jenkins jenkins 23 Jun 11 20:29 mock 20:30:59 -rw-rw-r--. 1 jenkins jenkins 444 Jun 11 20:29 README.md 20:30:59 drwxrwxr-x. 3 jenkins jenkins 58 Jun 11 20:29 .semver 20:30:59 drwxrwxr-x. 4 jenkins jenkins 54 Jun 11 20:29 snap 20:30:59 -rw-rw-r--. 1 jenkins jenkins 5 Jun 11 20:25 VERSION 20:30:59 -rw-rw-r--. 1 jenkins jenkins 227 Jun 11 20:29 version.go [Pipeline] isUnix [Pipeline] sh 20:30:59 Sending build context to Docker daemon 623.1kB 20:30:59 Step 1/21 : ARG BASE=golang:1.13-alpine 20:30:59 Step 2/21 : FROM ${BASE} AS builder 20:30:59 ---> d05b34d91ff1 20:30:59 Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 20:30:59 ---> Running in 9dd24c780e8d 20:30:59 + 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=bcd8d76c4d7f1ef35a94454f80ce9983db2bd147 --label arch=amd64 --label version=0.0.0 . 20:30:59 Sending build context to Docker daemon 623.1kB 20:30:59 Step 1/21 : ARG BASE=golang:1.13-alpine 20:30:59 Step 2/21 : FROM ${BASE} AS builder 20:30:59 ---> 126ef2c8ab50 20:30:59 Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 20:30:59 ---> Running in fd53be49f1a0 20:30:59 Removing intermediate container fd53be49f1a0 20:30:59 ---> 0bc6ed98fa98 20:30:59 Step 4/21 : ARG ALPINE_PKG_EXTRA="" 20:30:59 ---> Running in 700427ca998f 20:30:59 Removing intermediate container 9dd24c780e8d 20:30:59 ---> d847906b4e6c 20:30:59 Step 4/21 : ARG ALPINE_PKG_EXTRA="" 20:30:59 ---> Running in 1b1799f0ac30 20:31:00 Removing intermediate container 700427ca998f 20:31:00 ---> bc44337fbecd 20:31:00 Step 5/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:31:00 ---> Running in 6317a5dec917 20:31:00 Removing intermediate container 1b1799f0ac30 20:31:00 ---> 14fa9706fe68 20:31:00 Step 5/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:31:00 ---> Running in 1380c2383251 20:31:02 Removing intermediate container 6317a5dec917 20:31:02 ---> 91f9ea10813e 20:31:02 Step 6/21 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:31:02 ---> Running in 5fcd91a0185d 20:31:02 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 20:31:03 Removing intermediate container 1380c2383251 20:31:03 ---> b277698a8cb3 20:31:03 Step 6/21 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:31:03 ---> Running in 3ddadb3cd9a4 20:31:03 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 20:31:03 OK: 214 MiB in 52 packages 20:31:04 Removing intermediate container 5fcd91a0185d 20:31:04 ---> 5523596a7937 20:31:04 Step 7/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 20:31:04 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 20:31:04 ---> Running in 63b5e36378da 20:31:04 Removing intermediate container 63b5e36378da 20:31:04 ---> 0be69914db9c 20:31:04 Step 8/21 : COPY . . 20:31:05 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 20:31:05 ---> 55187559a975 20:31:05 Step 9/21 : ARG MAKE='make build' 20:31:05 ---> Running in 626ce2a54d46 20:31:05 OK: 203 MiB in 52 packages 20:31:05 Removing intermediate container 626ce2a54d46 20:31:05 ---> a8fb2a4cbd15 20:31:05 Step 10/21 : RUN $MAKE 20:31:05 ---> Running in 4100828ec34b 20:31:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 20:31:06 Removing intermediate container 3ddadb3cd9a4 20:31:06 ---> ae5e63117a45 20:31:06 Step 7/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 20:31:06 ---> Running in b39a5dcf7ff4 20:31:07 Removing intermediate container b39a5dcf7ff4 20:31:07 ---> 15d0614cf9d5 20:31:07 Step 8/21 : COPY . . 20:31:08 ---> a728fc274e97 20:31:08 Step 9/21 : ARG MAKE='make build' 20:31:08 ---> Running in e8b3b11f87ff 20:31:08 Removing intermediate container e8b3b11f87ff 20:31:08 ---> 3e6eef330dee 20:31:08 Step 10/21 : RUN $MAKE 20:31:08 ---> Running in e3eab02e554c 20:31:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 20:31:21 CGO_ENABLED=0 GO111MODULE=on go build ./... 20:31:25 Removing intermediate container 4100828ec34b 20:31:25 ---> 36dd183ad375 20:31:25 Step 11/21 : FROM alpine 20:31:25 latest: Pulling from library/alpine 20:31:25 df20fa9351a1: Pulling fs layer 20:31:25 df20fa9351a1: Verifying Checksum 20:31:25 df20fa9351a1: Download complete 20:31:25 df20fa9351a1: Pull complete 20:31:25 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 20:31:26 Status: Downloaded newer image for alpine:latest 20:31:26 ---> a24bb4013296 20:31:26 Step 12/21 : ENV APP_PORT=49982 20:31:26 ---> Running in 7340732c756f 20:31:26 Removing intermediate container 7340732c756f 20:31:26 ---> e318c79b3268 20:31:26 Step 13/21 : EXPOSE $APP_PORT 20:31:26 ---> Running in fe6f452a0437 20:31:26 Removing intermediate container fe6f452a0437 20:31:26 ---> 85592aedb6bb 20:31:26 Step 14/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 20:31:27 ---> ab74c9551e14 20:31:27 Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 20:31:27 ---> ecc855ea7a76 20:31:27 Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 20:31:28 ---> 5c2cad7bc182 20:31:28 Step 17/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 20:31:28 ---> Running in 4ed90ba5ca9f 20:31:28 Removing intermediate container 4ed90ba5ca9f 20:31:28 ---> 33a8a1f7cb5f 20:31:28 Step 18/21 : ENTRYPOINT ["/device-mqtt","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] 20:31:28 ---> Running in 6825ec4920ca 20:31:28 Removing intermediate container 6825ec4920ca 20:31:28 ---> 31e72efe4034 20:31:28 Step 19/21 : LABEL arch=amd64 20:31:28 ---> Running in a348f2fe2f48 20:31:29 Removing intermediate container a348f2fe2f48 20:31:29 ---> 3d0ebfde6f9b 20:31:29 Step 20/21 : LABEL git_sha=bcd8d76c4d7f1ef35a94454f80ce9983db2bd147 20:31:29 ---> Running in 335b292ef760 20:31:29 Removing intermediate container 335b292ef760 20:31:29 ---> 12acb62682e8 20:31:29 Step 21/21 : LABEL version=0.0.0 20:31:29 ---> Running in 373095aabfd9 20:31:29 Removing intermediate container 373095aabfd9 20:31:29 ---> 6cadbb7e13b0 20:31:29 [Warning] One or more build-args [ARCH] were not consumed 20:31:29 Successfully built 6cadbb7e13b0 20:31:29 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 20:31:30 ++ find /w/workspace/device-mqtt-go/1 20:31:30 ++ grep snapcraft.yaml 20:31:30 + grep -Po '^name: \K(.*)' /w/workspace/device-mqtt-go/1/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:31:31 provisioning config files... 20:31:31 copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/1@tmp/config5947267907468807311tmp [Pipeline] { [Pipeline] sh 20:31:31 + cp /w/workspace/device-mqtt-go/1@tmp/config5947267907468807311tmp /w/workspace/device-mqtt-go/1/edgex-snap-store-login [Pipeline] sh 20:31:31 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/1:/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 20:31:31 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 20:31:31 latest: Pulling from edgex-devops/edgex-snap-builder 20:31:31 5bed26d33875: Pulling fs layer 20:31:31 f11b29a9c730: Pulling fs layer 20:31:31 930bda195c84: Pulling fs layer 20:31:31 78bf9a5ad49e: Pulling fs layer 20:31:31 e5fbee5a4b0d: Pulling fs layer 20:31:31 f452fca78f88: Pulling fs layer 20:31:31 7417ef92027a: Pulling fs layer 20:31:31 2af5c49d270b: Pulling fs layer 20:31:31 df9c3bdbc40a: Pulling fs layer 20:31:31 78bf9a5ad49e: Waiting 20:31:31 f452fca78f88: Waiting 20:31:31 7417ef92027a: Waiting 20:31:31 2af5c49d270b: Waiting 20:31:31 df9c3bdbc40a: Waiting 20:31:31 930bda195c84: Verifying Checksum 20:31:31 930bda195c84: Download complete 20:31:31 f11b29a9c730: Download complete 20:31:32 78bf9a5ad49e: Verifying Checksum 20:31:32 78bf9a5ad49e: Download complete 20:31:32 f452fca78f88: Download complete 20:31:32 7417ef92027a: Download complete 20:31:32 2af5c49d270b: Download complete 20:31:32 df9c3bdbc40a: Verifying Checksum 20:31:32 df9c3bdbc40a: Download complete 20:31:32 5bed26d33875: Verifying Checksum 20:31:32 5bed26d33875: Download complete 20:31:36 5bed26d33875: Pull complete 20:31:36 f11b29a9c730: Pull complete 20:31:37 CGO_ENABLED=0 GO111MODULE=on go build ./... 20:31:38 e5fbee5a4b0d: Verifying Checksum 20:31:38 e5fbee5a4b0d: Download complete 20:31:38 930bda195c84: Pull complete 20:31:38 78bf9a5ad49e: Pull complete 20:31:47 Removing intermediate container e3eab02e554c 20:31:47 ---> 0550e3ecd8e6 20:31:47 Step 11/21 : FROM alpine 20:31:47 latest: Pulling from library/alpine 20:31:47 b538f80385f9: Pulling fs layer 20:31:47 b538f80385f9: Verifying Checksum 20:31:47 b538f80385f9: Download complete 20:31:48 b538f80385f9: Pull complete 20:31:48 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 20:31:48 Status: Downloaded newer image for alpine:latest 20:31:48 ---> 62ee0e9f8440 20:31:48 Step 12/21 : ENV APP_PORT=49982 20:31:48 ---> Running in f072ad665344 20:31:48 Removing intermediate container f072ad665344 20:31:48 ---> 162244595411 20:31:48 Step 13/21 : EXPOSE $APP_PORT 20:31:48 ---> Running in 103d67f945f4 20:31:49 Removing intermediate container 103d67f945f4 20:31:49 ---> 47109ac4a448 20:31:49 Step 14/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 20:31:50 ---> 78d1d114dd1b 20:31:50 Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 20:31:51 ---> 32fc048a72c7 20:31:51 Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 20:31:52 ---> e781744835c6 20:31:52 Step 17/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 20:31:52 ---> Running in 900560d93629 20:31:52 Removing intermediate container 900560d93629 20:31:52 ---> 620e62014cb0 20:31:52 Step 18/21 : ENTRYPOINT ["/device-mqtt","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] 20:31:52 ---> Running in 406c2c0ede3a 20:31:53 Removing intermediate container 406c2c0ede3a 20:31:53 ---> fa805cbdd55c 20:31:53 Step 19/21 : LABEL arch=arm64 20:31:53 ---> Running in 4935013f8f01 20:31:54 Removing intermediate container 4935013f8f01 20:31:54 ---> fd180ce06be0 20:31:54 Step 20/21 : LABEL git_sha=bcd8d76c4d7f1ef35a94454f80ce9983db2bd147 20:31:54 ---> Running in a1e14dbb9a5d 20:31:54 Removing intermediate container a1e14dbb9a5d 20:31:54 ---> d9429dd91c4e 20:31:54 Step 21/21 : LABEL version=0.0.0 20:31:54 ---> Running in a53ea27c7a12 20:31:54 Removing intermediate container a53ea27c7a12 20:31:54 ---> 7017b581e8f5 20:31:54 [Warning] One or more build-args [ARCH] were not consumed 20:31:54 Successfully built 7017b581e8f5 20:31:55 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 20:31:56 + find /w/workspace/device-mqtt-go/1 20:31:56 + grep snapcraft.yaml 20:31:56 + grep -Po ^name: \K(.*) /w/workspace/device-mqtt-go/1/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:31:56 provisioning config files... 20:31:56 copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/1@tmp/config3920842512234652724tmp [Pipeline] { [Pipeline] sh 20:31:56 + cp /w/workspace/device-mqtt-go/1@tmp/config3920842512234652724tmp /w/workspace/device-mqtt-go/1/edgex-snap-store-login [Pipeline] sh 20:31:57 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/1:/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 20:31:57 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally 20:31:57 latest: Pulling from edgex-devops/edgex-snap-builder-arm64 20:31:57 b2f61026a351: Pulling fs layer 20:31:57 5538fb30c42c: Pulling fs layer 20:31:57 f0b05810781a: Pulling fs layer 20:31:57 0180a33352d6: Pulling fs layer 20:31:57 e7604b0c0f53: Pulling fs layer 20:31:57 db689cb83ae0: Pulling fs layer 20:31:57 6138af208834: Pulling fs layer 20:31:57 007c8e8c5d63: Pulling fs layer 20:31:57 4f7a387c642f: Pulling fs layer 20:31:57 db689cb83ae0: Waiting 20:31:57 6138af208834: Waiting 20:31:57 0180a33352d6: Waiting 20:31:57 e7604b0c0f53: Waiting 20:31:57 007c8e8c5d63: Waiting 20:31:57 4f7a387c642f: Waiting 20:31:57 5538fb30c42c: Download complete 20:31:57 f0b05810781a: Download complete 20:31:57 0180a33352d6: Verifying Checksum 20:31:57 0180a33352d6: Download complete 20:31:57 db689cb83ae0: Download complete 20:31:57 6138af208834: Verifying Checksum 20:31:57 6138af208834: Download complete 20:31:57 007c8e8c5d63: Download complete 20:31:57 4f7a387c642f: Verifying Checksum 20:31:58 b2f61026a351: Verifying Checksum 20:31:58 b2f61026a351: Download complete 20:32:00 b2f61026a351: Pull complete 20:32:01 5538fb30c42c: Pull complete 20:32:01 f0b05810781a: Pull complete 20:32:02 0180a33352d6: Pull complete 20:32:04 e7604b0c0f53: Verifying Checksum 20:32:04 e7604b0c0f53: Download complete 20:32:05 e5fbee5a4b0d: Pull complete 20:32:05 f452fca78f88: Pull complete 20:32:05 7417ef92027a: Pull complete 20:32:05 2af5c49d270b: Pull complete 20:32:05 df9c3bdbc40a: Pull complete 20:32:05 Digest: sha256:329b7ca3c147263d7a6122d30aca7e6f18adc9017ce870f1638d2965d7494739 20:32:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 20:32:08 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 20:32:08 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 20:32:08 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 20:32:09 Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 20:32:09 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [958 kB] 20:32:09 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [20.3 kB] 20:32:09 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1253 kB] 20:32:09 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [66.4 kB] 20:32:09 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1392 kB] 20:32:09 Get:10 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9092 B] 20:32:09 Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [861 kB] 20:32:09 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [80.7 kB] 20:32:10 Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8158 B] 20:32:10 Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] 20:32:10 Fetched 4909 kB in 2s (2245 kB/s) 20:32:12 Reading package lists... 20:32:17 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 20:32:19 Reading package lists... 20:32:20 Building dependency tree... 20:32:20 Reading state information... 20:32:20 The following packages were automatically installed and are no longer required: 20:32:20 libjq1 liblzo2-2 libonig4 20:32:20 Use 'sudo apt autoremove' to remove them. 20:32:20 Suggested packages: 20:32:20 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 20:32:20 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc 20:32:20 keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc 20:32:20 libterm-readline-gnu-perl | libterm-readline-perl-perl 20:32:20 The following NEW packages will be installed: 20:32:20 curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl 20:32:20 libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 20:32:20 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase 20:32:20 openssh-client patch perl perl-modules-5.26 xauth 20:32:20 0 upgraded, 27 newly installed, 0 to remove and 10 not upgraded. 20:32:20 Need to get 14.7 MB of archives. 20:32:20 After this operation, 89.5 MB of additional disk space will be used. 20:32:20 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxau6 amd64 1:1.0.8-1 [8376 B] 20:32:21 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 20:32:21 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB] 20:32:21 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB] 20:32:21 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] 20:32:21 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.2 [569 kB] 20:32:21 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB] 20:32:21 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 20:32:22 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 20:32:22 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 20:32:22 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] 20:32:22 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] 20:32:22 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 20:32:22 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 20:32:22 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 20:32:22 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 20:32:22 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.3 [1088 kB] 20:32:22 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B] 20:32:22 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 20:32:22 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB] 20:32:22 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.8 [159 kB] 20:32:22 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.8 [213 kB] 20:32:22 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 20:32:22 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 20:32:22 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 20:32:23 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 20:32:23 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 20:32:23 debconf: delaying package configuration, since apt-utils is not installed 20:32:23 Fetched 14.7 MB in 2s (5945 kB/s) 20:32:23 Selecting previously unselected package libxau6:amd64. 20:32:23 (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.) 20:32:23 Preparing to unpack .../00-libxau6_1%3a1.0.8-1_amd64.deb ... 20:32:23 Unpacking libxau6:amd64 (1:1.0.8-1) ... 20:32:23 Selecting previously unselected package libbsd0:amd64. 20:32:23 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 20:32:23 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 20:32:23 Selecting previously unselected package libxdmcp6:amd64. 20:32:23 Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_amd64.deb ... 20:32:23 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... 20:32:24 Selecting previously unselected package libxcb1:amd64. 20:32:24 Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_amd64.deb ... 20:32:24 Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ... 20:32:24 Selecting previously unselected package libx11-data. 20:32:24 Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... 20:32:24 Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... 20:32:24 Selecting previously unselected package libx11-6:amd64. 20:32:24 Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_amd64.deb ... 20:32:24 Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... 20:32:24 Selecting previously unselected package libxext6:amd64. 20:32:24 Preparing to unpack .../06-libxext6_2%3a1.3.3-1_amd64.deb ... 20:32:24 Unpacking libxext6:amd64 (2:1.3.3-1) ... 20:32:24 Selecting previously unselected package perl-modules-5.26. 20:32:24 Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 20:32:24 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 20:32:27 Selecting previously unselected package libgdbm5:amd64. 20:32:27 Preparing to unpack .../08-libgdbm5_1.14.1-6_amd64.deb ... 20:32:27 Unpacking libgdbm5:amd64 (1.14.1-6) ... 20:32:27 Selecting previously unselected package libgdbm-compat4:amd64. 20:32:27 Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_amd64.deb ... 20:32:27 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 20:32:27 Selecting previously unselected package libperl5.26:amd64. 20:32:27 Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... 20:32:27 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 20:32:28 Selecting previously unselected package perl. 20:32:28 Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_amd64.deb ... 20:32:28 Unpacking perl (5.26.1-6ubuntu0.3) ... 20:32:28 Selecting previously unselected package less. 20:32:28 Preparing to unpack .../12-less_487-0.1_amd64.deb ... 20:32:28 Unpacking less (487-0.1) ... 20:32:28 Selecting previously unselected package libexpat1:amd64. 20:32:28 Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 20:32:28 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 20:32:28 Selecting previously unselected package netbase. 20:32:28 Preparing to unpack .../14-netbase_5.4_all.deb ... 20:32:28 Unpacking netbase (5.4) ... 20:32:29 Selecting previously unselected package libedit2:amd64. 20:32:29 Preparing to unpack .../15-libedit2_3.1-20170329-1_amd64.deb ... 20:32:29 Unpacking libedit2:amd64 (3.1-20170329-1) ... 20:32:29 Selecting previously unselected package libssl1.0.0:amd64. 20:32:29 Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb ... 20:32:29 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... 20:32:29 Selecting previously unselected package libxmuu1:amd64. 20:32:29 Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_amd64.deb ... 20:32:29 Unpacking libxmuu1:amd64 (2:1.1.2-2) ... 20:32:29 Selecting previously unselected package openssh-client. 20:32:29 Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 20:32:29 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 20:32:29 Selecting previously unselected package xauth. 20:32:29 Preparing to unpack .../19-xauth_1%3a1.0.10-1_amd64.deb ... 20:32:29 Unpacking xauth (1:1.0.10-1) ... 20:32:30 Selecting previously unselected package curl. 20:32:30 Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_amd64.deb ... 20:32:30 Unpacking curl (7.58.0-2ubuntu3.8) ... 20:32:30 Selecting previously unselected package libcurl3-gnutls:amd64. 20:32:30 Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_amd64.deb ... 20:32:30 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... 20:32:30 Selecting previously unselected package liberror-perl. 20:32:30 Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... 20:32:30 Unpacking liberror-perl (0.17025-1) ... 20:32:30 Selecting previously unselected package git-man. 20:32:30 Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 20:32:30 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 20:32:30 Selecting previously unselected package git. 20:32:30 Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 20:32:30 Unpacking git (1:2.17.1-1ubuntu0.7) ... 20:32:31 Selecting previously unselected package make. 20:32:31 Preparing to unpack .../25-make_4.1-9.1ubuntu1_amd64.deb ... 20:32:31 Unpacking make (4.1-9.1ubuntu1) ... 20:32:31 Selecting previously unselected package patch. 20:32:31 Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_amd64.deb ... 20:32:31 Unpacking patch (2.7.6-2ubuntu1.1) ... 20:32:31 Setting up libedit2:amd64 (3.1-20170329-1) ... 20:32:31 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 20:32:31 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 20:32:31 Setting up less (487-0.1) ... 20:32:31 Setting up make (4.1-9.1ubuntu1) ... 20:32:31 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... 20:32:32 Setting up curl (7.58.0-2ubuntu3.8) ... 20:32:32 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... 20:32:32 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 20:32:32 Setting up libgdbm5:amd64 (1.14.1-6) ... 20:32:32 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 20:32:32 Setting up patch (2.7.6-2ubuntu1.1) ... 20:32:32 Setting up libxdmcp6:amd64 (1:1.1.2-3) ... 20:32:32 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 20:32:32 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 20:32:32 Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... 20:32:32 Setting up libxau6:amd64 (1:1.0.8-1) ... 20:32:32 Setting up netbase (5.4) ... 20:32:32 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 20:32:32 Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ... 20:32:32 Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... 20:32:32 Setting up libxmuu1:amd64 (2:1.1.2-2) ... 20:32:32 Setting up perl (5.26.1-6ubuntu0.3) ... 20:32:32 Setting up libxext6:amd64 (2:1.3.3-1) ... 20:32:32 Setting up liberror-perl (0.17025-1) ... 20:32:32 Setting up xauth (1:1.0.10-1) ... 20:32:32 Setting up git (1:2.17.1-1ubuntu0.7) ... 20:32:32 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:32:36 curl set to automatically installed. 20:32:36 git set to automatically installed. 20:32:36 git-man set to automatically installed. 20:32:36 less set to automatically installed. 20:32:36 libbsd0 set to automatically installed. 20:32:36 libcurl3-gnutls set to automatically installed. 20:32:36 libedit2 set to automatically installed. 20:32:36 liberror-perl set to automatically installed. 20:32:36 libexpat1 set to automatically installed. 20:32:36 libgdbm-compat4 set to automatically installed. 20:32:36 libgdbm5 set to automatically installed. 20:32:36 libperl5.26 set to automatically installed. 20:32:36 libssl1.0.0 set to automatically installed. 20:32:36 libx11-6 set to automatically installed. 20:32:36 libx11-data set to automatically installed. 20:32:36 libxau6 set to automatically installed. 20:32:36 libxcb1 set to automatically installed. 20:32:36 libxdmcp6 set to automatically installed. 20:32:36 libxext6 set to automatically installed. 20:32:36 libxmuu1 set to automatically installed. 20:32:36 make set to automatically installed. 20:32:36 netbase set to automatically installed. 20:32:36 openssh-client set to automatically installed. 20:32:36 patch set to automatically installed. 20:32:36 perl set to automatically installed. 20:32:36 perl-modules-5.26 set to automatically installed. 20:32:36 xauth set to automatically installed. 20:32:36 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 20:32:36 Please ensure the environment is properly setup before continuing. 20:32:36 Ignore this message if the appropriate measures have already been taken 20:32:37 e7604b0c0f53: Pull complete 20:32:37 db689cb83ae0: Pull complete 20:32:37 6138af208834: Pull complete 20:32:37 007c8e8c5d63: Pull complete 20:32:37 4f7a387c642f: Pull complete 20:32:37 Digest: sha256:95de001a4645667c7ff44d03fa3a86afcf7622caf7559cdf0345329f515671b4 20:32:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 20:32:37 Pulling go 20:32:38 'device-mqtt' has dependencies that need to be staged: go 20:32:38 Skipping pull go (already ran) 20:32:38 Building go 20:32:38 % Total % Received % Xferd Average Speed Time Time Time Current 20:32:38 Dload Upload Total Spent Left Speed 20:32:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 114M 0 243k 0 0 1548k 0 0:01:15 --:--:-- 0:01:15 1548k 35 114M 35 40.4M 0 0 34.2M 0 0:00:03 0:00:01 0:00:02 34.2M 88 114M 88 101M 0 0 47.2M 0 0:00:02 0:00:02 --:--:-- 47.2M 100 114M 100 114M 0 0 48.6M 0 0:00:02 0:00:02 --:--:-- 48.6M 20:32:41 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 20:32:41 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 20:32:41 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 20:32:41 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 20:32:41 go1.13.5.linux-amd64.tar.gz: OK 20:32:41 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1192 B] 20:32:41 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1233 kB] 20:32:42 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [879 kB] 20:32:42 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3737 B] 20:32:42 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [7827 B] 20:32:42 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] 20:32:42 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [606 kB] 20:32:42 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [756 kB] 20:32:43 Fetched 3747 kB in 3s (1489 kB/s) 20:32:47 Reading package lists... 20:32:52 Staging go 20:32:53 Pulling device-mqtt 20:32:54 Skipping build go (already ran) 20:32:54 Building device-mqtt 20:32:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 20:32:56 go: downloading github.com/spf13/cast v1.3.0 20:32:56 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 20:32:56 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.1 20:32:56 go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 20:32:56 go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 20:32:56 go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 20:32:56 go: extracting github.com/spf13/cast v1.3.0 20:32:56 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.1 20:32:56 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 20:32:56 go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 20:32:56 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.31 20:32:56 go: downloading github.com/google/uuid v1.1.1 20:32:56 go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 20:32:56 go: downloading github.com/pkg/errors v0.8.1 20:32:56 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.31 20:32:56 go: extracting github.com/google/uuid v1.1.1 20:32:56 go: extracting github.com/pkg/errors v0.8.1 20:32:56 go: downloading github.com/go-kit/kit v0.8.0 20:32:56 go: downloading github.com/gorilla/mux v1.7.1 20:32:56 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 20:32:56 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 20:32:56 go: downloading gopkg.in/yaml.v2 v2.2.8 20:32:56 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 20:32:56 go: downloading github.com/OneOfOne/xxhash v1.2.6 20:32:56 go: extracting github.com/OneOfOne/xxhash v1.2.6 20:32:56 go: extracting gopkg.in/yaml.v2 v2.2.8 20:32:56 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 20:32:56 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 20:32:56 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 20:32:56 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 20:32:56 go: extracting github.com/gorilla/mux v1.7.1 20:32:56 go: downloading github.com/hashicorp/consul/api v1.1.0 20:32:56 go: downloading github.com/BurntSushi/toml v0.3.1 20:32:56 go: downloading github.com/pelletier/go-toml v1.2.0 20:32:56 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:32:56 go: extracting github.com/pelletier/go-toml v1.2.0 20:32:56 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:32:56 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 20:32:56 go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 20:32:56 go: extracting github.com/go-kit/kit v0.8.0 20:32:56 go: downloading github.com/mitchellh/copystructure v1.0.0 20:32:56 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 20:32:56 go: downloading github.com/mitchellh/mapstructure v1.1.2 20:32:56 go: extracting github.com/BurntSushi/toml v0.3.1 20:32:56 go: extracting github.com/hashicorp/consul/api v1.1.0 20:32:56 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 20:32:56 go: downloading github.com/x448/float16 v0.8.4 20:32:56 go: extracting github.com/mitchellh/copystructure v1.0.0 20:32:56 go: downloading github.com/mitchellh/reflectwalk v1.0.0 20:32:56 go: extracting github.com/mitchellh/mapstructure v1.1.2 20:32:56 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 20:32:56 go: downloading github.com/hashicorp/serf v0.8.2 20:32:56 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 20:32:56 go: extracting github.com/x448/float16 v0.8.4 20:32:56 go: extracting github.com/mitchellh/reflectwalk v1.0.0 20:32:56 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 20:32:56 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 20:32:56 go: downloading github.com/go-logfmt/logfmt v0.4.0 20:32:56 go: extracting github.com/hashicorp/serf v0.8.2 20:32:56 go: extracting github.com/go-logfmt/logfmt v0.4.0 20:32:56 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:32:57 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:32:57 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 20:32:57 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 20:32:57 go: downloading github.com/hashicorp/golang-lru v0.5.0 20:32:57 go: extracting github.com/hashicorp/golang-lru v0.5.0 20:32:57 go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 20:32:57 go: finding github.com/gorilla/mux v1.7.1 20:32:57 go: finding github.com/OneOfOne/xxhash v1.2.6 20:32:57 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 20:32:57 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 20:32:57 go: finding github.com/google/uuid v1.1.1 20:32:57 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 20:32:57 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 20:32:57 go: finding github.com/fxamacker/cbor/v2 v2.2.0 20:32:57 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 20:32:57 go: finding gopkg.in/yaml.v2 v2.2.8 20:32:57 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 20:32:57 go: finding github.com/BurntSushi/toml v0.3.1 20:32:57 go: finding github.com/go-kit/kit v0.8.0 20:32:57 go: finding github.com/pkg/errors v0.8.1 20:32:57 go: finding github.com/hashicorp/consul/api v1.1.0 20:32:57 go: finding github.com/x448/float16 v0.8.4 20:32:57 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 20:32:57 go: finding github.com/pelletier/go-toml v1.2.0 20:32:57 go: finding github.com/go-logfmt/logfmt v0.4.0 20:32:57 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 20:32:57 go: finding github.com/hashicorp/go-rootcerts v1.0.0 20:32:57 go: finding github.com/hashicorp/serf v0.8.2 20:32:57 go: finding github.com/mitchellh/mapstructure v1.1.2 20:32:57 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:32:57 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:32:57 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 20:32:57 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 20:32:57 go: finding github.com/mitchellh/copystructure v1.0.0 20:32:58 go: finding github.com/hashicorp/golang-lru v0.5.0 20:32:58 go: finding github.com/mitchellh/reflectwalk v1.0.0 20:32:58 go: finding github.com/spf13/cast v1.3.0 20:32:58 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 20:32: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 20:33:05 Reading package lists... 20:33:05 Building dependency tree... 20:33:05 Reading state information... 20:33:05 The following packages were automatically installed and are no longer required: 20:33:05 libjq1 liblzo2-2 libonig4 20:33:05 Use 'sudo apt autoremove' to remove them. 20:33:05 Suggested packages: 20:33:05 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 20:33:05 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc 20:33:05 keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc 20:33:05 libterm-readline-gnu-perl | libterm-readline-perl-perl 20:33:06 The following NEW packages will be installed: 20:33:06 curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl 20:33:06 libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 20:33:06 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase 20:33:06 openssh-client patch perl perl-modules-5.26 xauth 20:33:06 0 upgraded, 27 newly installed, 0 to remove and 10 not upgraded. 20:33:06 Need to get 12.9 MB of archives. 20:33:06 After this operation, 84.2 MB of additional disk space will be used. 20:33:06 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxau6 arm64 1:1.0.8-1 [7590 B] 20:33:06 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbsd0 arm64 0.8.7-1ubuntu0.1 [36.6 kB] 20:33:06 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxdmcp6 arm64 1:1.1.2-3 [9694 B] 20:33:06 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxcb1 arm64 1.13-2~ubuntu18.04 [37.3 kB] 20:33:07 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] 20:33:07 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-6 arm64 2:1.6.4-3ubuntu0.2 [521 kB] 20:33:07 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxext6 arm64 2:1.3.3-1 [25.4 kB] 20:33:07 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 20:33:07 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] 20:33:07 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] 20:33:07 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] 20:33:08 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] 20:33:08 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] 20:33:08 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.2 [69.3 kB] 20:33:08 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] 20:33:08 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libedit2 arm64 3.1-20170329-1 [63.4 kB] 20:33:08 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libssl1.0.0 arm64 1.0.2n-1ubuntu5.3 [723 kB] 20:33:08 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxmuu1 arm64 2:1.1.2-2 [9502 B] 20:33:08 Get:19 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssh-client arm64 1:7.6p1-4ubuntu0.3 [527 kB] 20:33:08 Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xauth arm64 1:1.0.10-1 [22.4 kB] 20:33:08 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.8 [152 kB] 20:33:08 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.8 [179 kB] 20:33:08 Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] 20:33:08 Get:24 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 20:33:08 Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] 20:33:09 Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] 20:33:09 Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] 20:33:09 debconf: delaying package configuration, since apt-utils is not installed 20:33:09 Fetched 12.9 MB in 3s (4401 kB/s) 20:33:09 Selecting previously unselected package libxau6:arm64. 20:33: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.) 20:33:09 Preparing to unpack .../00-libxau6_1%3a1.0.8-1_arm64.deb ... 20:33:09 Unpacking libxau6:arm64 (1:1.0.8-1) ... 20:33:10 Selecting previously unselected package libbsd0:arm64. 20:33:10 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_arm64.deb ... 20:33:10 Unpacking libbsd0:arm64 (0.8.7-1ubuntu0.1) ... 20:33:10 Selecting previously unselected package libxdmcp6:arm64. 20:33:10 Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_arm64.deb ... 20:33:10 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... 20:33:10 Selecting previously unselected package libxcb1:arm64. 20:33:10 Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_arm64.deb ... 20:33:10 Unpacking libxcb1:arm64 (1.13-2~ubuntu18.04) ... 20:33:10 Selecting previously unselected package libx11-data. 20:33:10 Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... 20:33:10 Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... 20:33:10 Selecting previously unselected package libx11-6:arm64. 20:33:10 Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_arm64.deb ... 20:33:10 Unpacking libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... 20:33:11 Selecting previously unselected package libxext6:arm64. 20:33:11 Preparing to unpack .../06-libxext6_2%3a1.3.3-1_arm64.deb ... 20:33:11 Unpacking libxext6:arm64 (2:1.3.3-1) ... 20:33:11 Selecting previously unselected package perl-modules-5.26. 20:33:11 Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 20:33:11 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 20:33:12 Selecting previously unselected package libgdbm5:arm64. 20:33:12 Preparing to unpack .../08-libgdbm5_1.14.1-6_arm64.deb ... 20:33:12 Unpacking libgdbm5:arm64 (1.14.1-6) ... 20:33:12 Selecting previously unselected package libgdbm-compat4:arm64. 20:33:12 Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_arm64.deb ... 20:33:12 Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... 20:33:13 Selecting previously unselected package libperl5.26:arm64. 20:33:13 Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... 20:33:13 Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 20:33:14 Selecting previously unselected package perl. 20:33:14 Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_arm64.deb ... 20:33:14 Unpacking perl (5.26.1-6ubuntu0.3) ... 20:33:14 Selecting previously unselected package less. 20:33:14 Preparing to unpack .../12-less_487-0.1_arm64.deb ... 20:33:14 Unpacking less (487-0.1) ... 20:33:14 Selecting previously unselected package libexpat1:arm64. 20:33:14 Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_arm64.deb ... 20:33:14 Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.2) ... 20:33:14 Selecting previously unselected package netbase. 20:33:14 Preparing to unpack .../14-netbase_5.4_all.deb ... 20:33:14 Unpacking netbase (5.4) ... 20:33:14 Selecting previously unselected package libedit2:arm64. 20:33:14 Preparing to unpack .../15-libedit2_3.1-20170329-1_arm64.deb ... 20:33:14 Unpacking libedit2:arm64 (3.1-20170329-1) ... 20:33:14 Selecting previously unselected package libssl1.0.0:arm64. 20:33:14 Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_arm64.deb ... 20:33:14 Unpacking libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... 20:33:15 Selecting previously unselected package libxmuu1:arm64. 20:33:15 Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_arm64.deb ... 20:33:15 Unpacking libxmuu1:arm64 (2:1.1.2-2) ... 20:33:15 Selecting previously unselected package openssh-client. 20:33:15 Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_arm64.deb ... 20:33:15 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 20:33:15 Selecting previously unselected package xauth. 20:33:15 Preparing to unpack .../19-xauth_1%3a1.0.10-1_arm64.deb ... 20:33:15 Unpacking xauth (1:1.0.10-1) ... 20:33:15 Selecting previously unselected package curl. 20:33:15 Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_arm64.deb ... 20:33:15 Unpacking curl (7.58.0-2ubuntu3.8) ... 20:33:15 Selecting previously unselected package libcurl3-gnutls:arm64. 20:33:15 Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_arm64.deb ... 20:33:15 Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... 20:33:16 Selecting previously unselected package liberror-perl. 20:33:16 Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... 20:33:16 Unpacking liberror-perl (0.17025-1) ... 20:33:16 Selecting previously unselected package git-man. 20:33:16 Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 20:33:16 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 20:33:16 Selecting previously unselected package git. 20:33:16 Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... 20:33:16 Unpacking git (1:2.17.1-1ubuntu0.7) ... 20:33:17 CGO_ENABLED=0 GO111MODULE=on go build ./... 20:33:17 Selecting previously unselected package make. 20:33:17 Preparing to unpack .../25-make_4.1-9.1ubuntu1_arm64.deb ... 20:33:17 Unpacking make (4.1-9.1ubuntu1) ... 20:33:17 Selecting previously unselected package patch. 20:33:17 Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_arm64.deb ... 20:33:17 Unpacking patch (2.7.6-2ubuntu1.1) ... 20:33:17 Setting up libedit2:arm64 (3.1-20170329-1) ... 20:33:18 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 20:33:18 Setting up libexpat1:arm64 (2.2.5-3ubuntu0.2) ... 20:33:18 Setting up less (487-0.1) ... 20:33:18 Setting up make (4.1-9.1ubuntu1) ... 20:33:18 Setting up libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... 20:33:18 Setting up curl (7.58.0-2ubuntu3.8) ... 20:33:18 Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... 20:33:18 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 20:33:18 Setting up libgdbm5:arm64 (1.14.1-6) ... 20:33:18 Setting up libbsd0:arm64 (0.8.7-1ubuntu0.1) ... 20:33:18 Setting up patch (2.7.6-2ubuntu1.1) ... 20:33:18 Setting up libxdmcp6:arm64 (1:1.1.2-3) ... 20:33:18 Setting up libgdbm-compat4:arm64 (1.14.1-6) ... 20:33:18 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 20:33:19 Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... 20:33:19 Setting up libxau6:arm64 (1:1.0.8-1) ... 20:33:19 Setting up netbase (5.4) ... 20:33:19 Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 20:33:19 Setting up libxcb1:arm64 (1.13-2~ubuntu18.04) ... 20:33:19 Setting up libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... 20:33:19 Setting up libxmuu1:arm64 (2:1.1.2-2) ... 20:33:19 Setting up perl (5.26.1-6ubuntu0.3) ... 20:33:19 Setting up libxext6:arm64 (2:1.3.3-1) ... 20:33:19 Setting up liberror-perl (0.17025-1) ... 20:33:19 Setting up xauth (1:1.0.10-1) ... 20:33:20 Setting up git (1:2.17.1-1ubuntu0.7) ... 20:33:20 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:33:23 Skipping stage go (already ran) 20:33:23 Staging device-mqtt 20:33:25 Priming go 20:33:26 Priming device-mqtt 20:33:26 curl set to automatically installed. 20:33:26 git set to automatically installed. 20:33:26 git-man set to automatically installed. 20:33:26 less set to automatically installed. 20:33:26 libbsd0 set to automatically installed. 20:33:26 libcurl3-gnutls set to automatically installed. 20:33:26 libedit2 set to automatically installed. 20:33:26 liberror-perl set to automatically installed. 20:33:26 libexpat1 set to automatically installed. 20:33:26 libgdbm-compat4 set to automatically installed. 20:33:26 libgdbm5 set to automatically installed. 20:33:26 libperl5.26 set to automatically installed. 20:33:26 libssl1.0.0 set to automatically installed. 20:33:26 libx11-6 set to automatically installed. 20:33:26 libx11-data set to automatically installed. 20:33:26 libxau6 set to automatically installed. 20:33:26 libxcb1 set to automatically installed. 20:33:26 libxdmcp6 set to automatically installed. 20:33:26 libxext6 set to automatically installed. 20:33:26 libxmuu1 set to automatically installed. 20:33:26 make set to automatically installed. 20:33:26 netbase set to automatically installed. 20:33:26 openssh-client set to automatically installed. 20:33:26 patch set to automatically installed. 20:33:26 perl set to automatically installed. 20:33:26 perl-modules-5.26 set to automatically installed. 20:33:26 xauth set to automatically installed. 20:33:26 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 20:33:26 Please ensure the environment is properly setup before continuing. 20:33:26 Ignore this message if the appropriate measures have already been taken 20:33:26 Pulling go 20:33:27 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 20:33:27 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 20:33:27 Determining the version from the project repo (version-script). 20:33:27 The version has been set to '0.0.0-20200611+bcd8d76' 20:33:27 Snapping 'edgex-device-mqtt' ... 20:33:30 20:33:30 Snapped edgex-device-mqtt_0.0.0-20200611+bcd8d76_amd64.snap 20:33:30 'device-mqtt' has dependencies that need to be staged: go 20:33:30 Skipping pull go (already ran) 20:33:30 Building go 20:33:30 % Total % Received % Xferd Average Speed Time Time Time Current 20:33:30 Dload Upload Total Spent Left Speed [Pipeline] } 20:33:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } 20:33:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 93.0M 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 42 93.0M 42 39.4M 0 0 36.3M 0 0:00:02 0:00:01 0:00:01 36.3M 87 93.0M 87 81.7M 0 0 39.3M 0 0:00:02 0:00:02 --:--:-- 39.3M 100 93.0M 100 93.0M 0 0 39.8M 0 0:00:02 0:00:02 --:--:-- 39.8M [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 20:33:33 go1.13.5.linux-arm64.tar.gz: OK 20:33:51 Staging go 20:33:52 Pulling device-mqtt 20:33:56 Skipping build go (already ran) 20:33:56 Building device-mqtt 20:33:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 20:33:56 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.1 20:33:56 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 20:33:56 go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 20:33:56 go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 20:33:56 go: downloading github.com/spf13/cast v1.3.0 20:33:56 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.1 20:33:56 go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 20:33:56 go: extracting github.com/spf13/cast v1.3.0 20:33:56 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 20:33:56 go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 20:33:56 go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 20:33:56 go: downloading github.com/gorilla/mux v1.7.1 20:33:56 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.31 20:33:56 go: extracting github.com/gorilla/mux v1.7.1 20:33:56 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.31 20:33:56 go: downloading github.com/go-kit/kit v0.8.0 20:33:57 go: downloading github.com/pkg/errors v0.8.1 20:33:57 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 20:33:57 go: downloading github.com/OneOfOne/xxhash v1.2.6 20:33:57 go: downloading gopkg.in/yaml.v2 v2.2.8 20:33:57 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 20:33:57 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 20:33:57 go: extracting github.com/pkg/errors v0.8.1 20:33:57 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 20:33:57 go: downloading github.com/pelletier/go-toml v1.2.0 20:33:57 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 20:33:57 go: extracting gopkg.in/yaml.v2 v2.2.8 20:33:57 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 20:33:57 go: extracting github.com/OneOfOne/xxhash v1.2.6 20:33:57 go: downloading github.com/google/uuid v1.1.1 20:33:57 go: extracting github.com/pelletier/go-toml v1.2.0 20:33:57 go: downloading github.com/BurntSushi/toml v0.3.1 20:33:57 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 20:33:57 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 20:33:57 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:33:57 go: downloading github.com/hashicorp/consul/api v1.1.0 20:33:57 go: extracting github.com/google/uuid v1.1.1 20:33:57 go: extracting github.com/BurntSushi/toml v0.3.1 20:33:57 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:33:57 go: downloading github.com/x448/float16 v0.8.4 20:33:57 go: downloading github.com/mitchellh/copystructure v1.0.0 20:33:57 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 20:33:57 go: downloading github.com/mitchellh/mapstructure v1.1.2 20:33:57 go: extracting github.com/mitchellh/copystructure v1.0.0 20:33:57 go: downloading github.com/mitchellh/reflectwalk v1.0.0 20:33:57 go: extracting github.com/x448/float16 v0.8.4 20:33:57 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 20:33:57 go: extracting github.com/hashicorp/consul/api v1.1.0 20:33:57 go: extracting github.com/mitchellh/mapstructure v1.1.2 20:33:57 go: extracting github.com/mitchellh/reflectwalk v1.0.0 20:33:57 go: extracting github.com/go-kit/kit v0.8.0 20:33:57 go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 20:33:57 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 20:33:57 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 20:33:57 go: downloading github.com/hashicorp/serf v0.8.2 20:33:57 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 20:33:57 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 20:33:57 go: extracting github.com/hashicorp/serf v0.8.2 20:33:57 go: downloading github.com/go-logfmt/logfmt v0.4.0 20:33:57 go: extracting github.com/go-logfmt/logfmt v0.4.0 20:33:57 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:33:57 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:33:57 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 20:33:57 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 20:33:57 go: downloading github.com/hashicorp/golang-lru v0.5.0 20:33:57 go: extracting github.com/hashicorp/golang-lru v0.5.0 20:33:57 go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 20:33:57 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 20:33:57 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 20:33:57 go: finding github.com/spf13/cast v1.3.0 20:33:57 go: finding github.com/gorilla/mux v1.7.1 20:33:57 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 20:33:57 go: finding github.com/fxamacker/cbor/v2 v2.2.0 20:33:57 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 20:33:57 go: finding github.com/OneOfOne/xxhash v1.2.6 20:33:57 go: finding github.com/go-kit/kit v0.8.0 20:33:57 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 20:33:57 go: finding github.com/google/uuid v1.1.1 20:33:57 go: finding github.com/x448/float16 v0.8.4 20:33:57 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 20:33:57 go: finding github.com/go-logfmt/logfmt v0.4.0 20:33:57 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 20:33:57 go: finding gopkg.in/yaml.v2 v2.2.8 20:33:58 go: finding github.com/BurntSushi/toml v0.3.1 20:33:58 go: finding github.com/pkg/errors v0.8.1 20:33:58 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 20:33:58 go: finding github.com/hashicorp/consul/api v1.1.0 20:33:58 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 20:33:58 go: finding github.com/pelletier/go-toml v1.2.0 20:33:58 go: finding github.com/hashicorp/go-rootcerts v1.0.0 20:33:58 go: finding github.com/hashicorp/serf v0.8.2 20:33:58 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:33:58 go: finding github.com/mitchellh/mapstructure v1.1.2 20:33:58 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:33:58 go: finding github.com/mitchellh/copystructure v1.0.0 20:33:58 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 20:33:58 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 20:33:58 go: finding github.com/mitchellh/reflectwalk v1.0.0 20:33:58 go: finding github.com/hashicorp/golang-lru v0.5.0 20:34:25 CGO_ENABLED=0 GO111MODULE=on go build ./... 20:34:43 Skipping stage go (already ran) 20:34:43 Staging device-mqtt 20:34:46 Priming go 20:34:49 Priming device-mqtt 20:34:51 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 20:34:51 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 20:34:51 Determining the version from the project repo (version-script). 20:34:51 The version has been set to '0.0.0-20200611+bcd8d76' 20:34:51 Snapping 'edgex-device-mqtt' ... 20:34:55 20:34:55 Snapped edgex-device-mqtt_0.0.0-20200611+bcd8d76_arm64.snap [Pipeline] } 20:34:57 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 20:34:59 provisioning config files... 20:34:59 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-152@tmp/config2325685726866098551tmp [Pipeline] { [Pipeline] sh 20:34:59 + curl -s https://codecov.io/bash 20:34:59 + bash -s - -t @/w/workspace/gexfoundry_device-mqtt-go_PR-152@tmp/config2325685726866098551tmp 20:34:59 20:34:59 _____ _ 20:34:59 / ____| | | 20:34:59 | | ___ __| | ___ ___ _____ __ 20:34:59 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:34:59 | |___| (_) | (_| | __/ (_| (_) \ V / 20:34:59 \_____\___/ \__,_|\___|\___\___/ \_/ 20:34:59 Bash-20200602-f809a24 20:34:59 20:34:59 20:34:59 ==> Jenkins CI detected. 20:34:59 project root: . 20:34:59 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:34:59 ==> Running gcov in . (disable via -X gcov) 20:34:59 ==> Python coveragepy not found 20:34:59 ==> Searching for coverage reports in: 20:34:59 + . 20:34:59 -> Found 1 reports 20:34:59 ==> Detecting git/mercurial file structure 20:34:59 ==> Reading reports 20:34:59 + ./coverage.out bytes=18939 20:34:59 ==> Appending adjustments 20:34:59 https://docs.codecov.io/docs/fixing-reports 20:34:59 + Found adjustments 20:34:59 ==> Gzipping contents 20:34:59 ==> Uploading reports 20:34:59 url: https://codecov.io 20:34:59 query: branch=PR-152&commit=bcd8d76c4d7f1ef35a94454f80ce9983db2bd147&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-152%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=152&job= 20:34:59 -> Pinging Codecov 20:34:59 https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=PR-152&commit=bcd8d76c4d7f1ef35a94454f80ce9983db2bd147&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-152%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=152&job= 20:35:00 -> Uploading 20:35:01 -> View reports at https://codecov.io/github/edgexfoundry/device-mqtt-go/commit/bcd8d76c4d7f1ef35a94454f80ce9983db2bd147 [Pipeline] } 20:35:01 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 20:35:02 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:35:03 ---> package-listing.sh 20:35:03 ++ facter osfamily 20:35:03 ++ tr '[:upper:]' '[:lower:]' 20:35:03 + OS_FAMILY=redhat 20:35:03 + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-152 20:35:03 + START_PACKAGES=/tmp/packages_start.txt 20:35:03 + END_PACKAGES=/tmp/packages_end.txt 20:35:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:35:03 + PACKAGES=/tmp/packages_start.txt 20:35:03 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-152 ']' 20:35:03 + PACKAGES=/tmp/packages_end.txt 20:35:03 + case "${OS_FAMILY}" in 20:35:03 + rpm -qa 20:35:03 + sort 20:35:07 + '[' -f /tmp/packages_start.txt ']' 20:35:07 + '[' -f /tmp/packages_end.txt ']' 20:35:07 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:35:07 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-152 ']' 20:35:07 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-152/archives/ 20:35:07 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-152/archives/ [Pipeline] isUnix [Pipeline] sh 20:35:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:35:07 20:35:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:35:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:35:08 alpine: Pulling from edgex-lftools-log-publisher 20:35:08 c9b1b535fdd9: Pulling fs layer 20:35:08 2cc5ad85d9ab: Pulling fs layer 20:35:08 756a868c4378: Pulling fs layer 20:35:08 444b2fc9a129: Pulling fs layer 20:35:08 ea15f1150254: Pulling fs layer 20:35:08 41b27a9f41bf: Pulling fs layer 20:35:08 28c525ee5125: Pulling fs layer 20:35:08 094b1ea09ed8: Pulling fs layer 20:35:08 138eaada9080: Pulling fs layer 20:35:08 0622d0fa9048: Pulling fs layer 20:35:08 444b2fc9a129: Waiting 20:35:08 ea15f1150254: Waiting 20:35:08 41b27a9f41bf: Waiting 20:35:08 28c525ee5125: Waiting 20:35:08 0622d0fa9048: Waiting 20:35:08 138eaada9080: Waiting 20:35:08 094b1ea09ed8: Waiting 20:35:08 2cc5ad85d9ab: Verifying Checksum 20:35:08 444b2fc9a129: Verifying Checksum 20:35:08 444b2fc9a129: Download complete 20:35:08 c9b1b535fdd9: Verifying Checksum 20:35:08 ea15f1150254: Verifying Checksum 20:35:08 ea15f1150254: Download complete 20:35:08 28c525ee5125: Verifying Checksum 20:35:08 28c525ee5125: Download complete 20:35:08 756a868c4378: Download complete 20:35:08 138eaada9080: Verifying Checksum 20:35:08 138eaada9080: Download complete 20:35:08 0622d0fa9048: Verifying Checksum 20:35:08 0622d0fa9048: Download complete 20:35:08 c9b1b535fdd9: Pull complete 20:35:08 094b1ea09ed8: Verifying Checksum 20:35:08 094b1ea09ed8: Download complete 20:35:09 2cc5ad85d9ab: Pull complete 20:35:09 41b27a9f41bf: Verifying Checksum 20:35:09 41b27a9f41bf: Download complete 20:35:10 756a868c4378: Pull complete 20:35:10 444b2fc9a129: Pull complete 20:35:11 ea15f1150254: Pull complete 20:35:15 41b27a9f41bf: Pull complete 20:35:15 28c525ee5125: Pull complete 20:35:17 094b1ea09ed8: Pull complete 20:35:18 138eaada9080: Pull complete 20:35:18 0622d0fa9048: Pull complete 20:35:18 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 20:35:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:35:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:35:18 prd-centos7-docker-4c-2g-2625 does not seem to be running inside a container 20:35:18 $ 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-152 -v /w/workspace/gexfoundry_device-mqtt-go_PR-152:/w/workspace/gexfoundry_device-mqtt-go_PR-152:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-152@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-152@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 20:35:22 $ docker top 830a9f80c66ef475570a3e5d84dd932326eaac9aafac0f2d9d73db9492f1483a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:35:22 provisioning config files... 20:35:22 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-152@tmp/config8732924376768164136tmp [Pipeline] { [Pipeline] echo 20:35:22 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:35:23 ---> create-netrc.sh [Pipeline] echo 20:35:23 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:35:23 ---> logs-deploy.sh 20:35:23 + ARCHIVE_ARTIFACTS= 20:35:23 + LOGS_SERVER=https://logs.edgexfoundry.org 20:35:23 + '[' https://logs.edgexfoundry.org == None ']' 20:35:23 + NEXUS_URL=https://nexus.edgexfoundry.org 20:35:23 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-152/1 20:35:23 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-mqtt-go/job/PR-152/1/ 20:35:23 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-152/1 /w/workspace/gexfoundry_device-mqtt-go_PR-152 20:35:24 Archives upload complete. 20:35:24 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-152/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-mqtt-go/job/PR-152/1/