Pull request #146 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 09b2ffdda73b8175ff769048f464209047f75e56+4f542d150f63fd84c4c4e03c791e07fdb7c9aef4 (d8a9f60ab5b88d957a402a040d160834f7c8daab) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Examining edgexfoundry/edgex-global-pipelines Attempting to resolve stable as a branch Attempting to resolve stable as a tag Resolved stable as tag stable at revision a8d5489117fb74ecf2babedeac9793ec80335c77 using credential edgex-jenkins-access-pat Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository https://github.com/edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-146/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/tags/stable:refs/tags/stable # timeout=10 > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 Checking out Revision a8d5489117fb74ecf2babedeac9793ec80335c77 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a8d5489117fb74ecf2babedeac9793ec80335c77 # timeout=10 Commit message: "Merge pull request #176 from soda480/US6232f" > 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 [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-8820 in /w/workspace/gexfoundry_device-mqtt-go_PR-146 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git > git init /w/workspace/gexfoundry_device-mqtt-go_PR-146 # 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/146/head:refs/remotes/origin/PR-146 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 4f542d150f63fd84c4c4e03c791e07fdb7c9aef4 into PR head commit 09b2ffdda73b8175ff769048f464209047f75e56 Merge succeeded, producing 09b2ffdda73b8175ff769048f464209047f75e56 Checking out Revision 09b2ffdda73b8175ff769048f464209047f75e56 (PR-146) > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/146/head:refs/remotes/origin/PR-146 # 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/146/head:refs/remotes/origin/PR-146 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 09b2ffdda73b8175ff769048f464209047f75e56 # 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 4f542d150f63fd84c4c4e03c791e07fdb7c9aef4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 09b2ffdda73b8175ff769048f464209047f75e56 # timeout=10 Commit message: "Add temp VERSION file to rebuild snap." First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object a8d5489117fb74ecf2babedeac9793ec80335c77 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:32:27 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:32:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:32:35 ========================================================= 17:32:35 EdgeX Global Pipelines Version Info 17:32:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:32:40 ------------------- 17:32:40 stable info: 17:32:40 ------------------- 17:32:40 Commited By: Emilio Reyes emilio.reyes@intel.com 17:32:40 Commit SHA: 045109fa9a4f6df2e4fd24e75fafac08edbb033d 17:32:40 Message: update stable to v1.0.87 17:32:40 ------------------- 17:32:40 experimental info: 17:32:40 ------------------- 17:32:40 Commited By: **** collab-it+edgex@linuxfoundation.org 17:32:40 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 17:32:40 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 17:32:48 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:32:49 17:32:49 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:32:49 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:32:50 latest: Pulling from edgex-devops/git-semver 17:32:50 9123ac7c32f7: Pulling fs layer 17:32:50 b8cc5d1170e3: Pulling fs layer 17:32:50 2924cbbf6a41: Pulling fs layer 17:32:50 93b08a4f1073: Pulling fs layer 17:32:50 93b08a4f1073: Waiting 17:32:50 b8cc5d1170e3: Verifying Checksum 17:32:50 b8cc5d1170e3: Download complete 17:32:50 9123ac7c32f7: Verifying Checksum 17:32:50 9123ac7c32f7: Download complete 17:32:50 93b08a4f1073: Verifying Checksum 17:32:50 93b08a4f1073: Download complete 17:32:50 2924cbbf6a41: Verifying Checksum 17:32:50 2924cbbf6a41: Download complete 17:32:54 9123ac7c32f7: Pull complete 17:32:54 b8cc5d1170e3: Pull complete 17:32:57 2924cbbf6a41: Pull complete 17:32:57 93b08a4f1073: Pull complete 17:32:57 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 17:32:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:32:57 prd-centos7-docker-4c-2g-8820 does not seem to be running inside a container 17:32:57 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-146 -v /w/workspace/gexfoundry_device-mqtt-go_PR-146:/w/workspace/gexfoundry_device-mqtt-go_PR-146:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-146@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:32:59 $ docker top c0151719e367b38bce4a98c7ec3246b5e6b11816a305de2f02e959d8130023af -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:33:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:33:01 [ssh-agent] Looking for ssh-agent implementation... 17:33:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:33:01 $ docker exec c0151719e367b38bce4a98c7ec3246b5e6b11816a305de2f02e959d8130023af ssh-agent 17:33:01 SSH_AUTH_SOCK=/tmp/ssh-augjI1Uv3Ua6/agent.15 17:33:01 SSH_AGENT_PID=22 17:33:01 Running ssh-add (command line suppressed) 17:33:01 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-146@tmp/private_key_2987696517165926027.key (/w/workspace/gexfoundry_device-mqtt-go_PR-146@tmp/private_key_2987696517165926027.key) 17:33:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:33:02 + git describe --exact-match --tags HEAD 17:33:02 fatal: No names found, cannot describe anything. [Pipeline] } 17:33:02 $ docker exec --env ******** --env ******** c0151719e367b38bce4a98c7ec3246b5e6b11816a305de2f02e959d8130023af ssh-agent -k 17:33:03 unset SSH_AUTH_SOCK; 17:33:03 unset SSH_AGENT_PID; 17:33:03 echo Agent pid 22 killed; 17:33:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 17:33:04 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 17:33:04 This usually means this commit has not been tagged. [Pipeline] sshagent 17:33:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:33:04 [ssh-agent] Looking for ssh-agent implementation... 17:33:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:33:05 $ docker exec c0151719e367b38bce4a98c7ec3246b5e6b11816a305de2f02e959d8130023af ssh-agent 17:33:05 SSH_AUTH_SOCK=/tmp/ssh-lNZaN4RnpoW0/agent.58 17:33:05 SSH_AGENT_PID=65 17:33:05 Running ssh-add (command line suppressed) 17:33:05 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-146@tmp/private_key_5280918307093900225.key (/w/workspace/gexfoundry_device-mqtt-go_PR-146@tmp/private_key_5280918307093900225.key) 17:33:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:33:06 + git semver init 17:33:06 # -> Open(): unable to determine branch for HEAD 17:33:06 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-146/.git 17:33:06 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-146 17:33:06 # $SEMVER_REMOTE_NAME = origin 17:33:06 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:33:06 # $SEMVER_USER_NAME = edgex-jenkins 17:33:06 # $SEMVER_BRANCH = PR-146 17:33:06 # $SEMVER_TEMP = /tmp/semver-957072443 17:33:06 # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP 17:33:07 # '/tmp/semver-957072443' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-146/.semver' 17:33:07 # -> Force: false 17:33:07 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-146/.semver [Pipeline] } 17:33:07 $ docker exec --env ******** --env ******** c0151719e367b38bce4a98c7ec3246b5e6b11816a305de2f02e959d8130023af ssh-agent -k 17:33:08 unset SSH_AUTH_SOCK; 17:33:08 unset SSH_AGENT_PID; 17:33:08 echo Agent pid 65 killed; 17:33:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:33:40 + git semver [Pipeline] } 17:33:40 $ docker stop --time=1 c0151719e367b38bce4a98c7ec3246b5e6b11816a305de2f02e959d8130023af 17:33:46 $ docker rm -f c0151719e367b38bce4a98c7ec3246b5e6b11816a305de2f02e959d8130023af [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 17:33:49 Stashed 25 file(s) [Pipeline] echo 17:33:50 [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 17:34:06 Still waiting to schedule task 17:34:06 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-8820’ 17:34:06 Still waiting to schedule task 17:34:06 ‘prd-ubuntu18.04-docker-arm64-4c-16g-8140’ is offline 17:37:49 Running on prd-ubuntu18.04-docker-arm64-4c-16g-8821 in /w/workspace/gexfoundry_device-mqtt-go_PR-146 [Pipeline] { [Pipeline] ws 17:37:49 Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout 17:37:54 using credential edgex-jenkins-ssh 17:37:55 Cloning the remote Git repository 17:37:55 Cloning with configured refspecs honoured and without tags 17:37:55 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 17:37:56 > git init /w/workspace/device-mqtt-go/1 # timeout=10 17:37:56 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 17:37:56 > git --version # timeout=10 17:37:56 using GIT_SSH to set credentials SSH Credentials for GitHub 17:37:56 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/146/head:refs/remotes/origin/PR-146 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:37:59 Fetching without tags 17:37:59 Merging remotes/origin/master commit 4f542d150f63fd84c4c4e03c791e07fdb7c9aef4 into PR head commit 09b2ffdda73b8175ff769048f464209047f75e56 17:37:59 Merge succeeded, producing 09b2ffdda73b8175ff769048f464209047f75e56 17:37:59 Checking out Revision 09b2ffdda73b8175ff769048f464209047f75e56 (PR-146) 17:37:59 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 17:37:59 > git config --add remote.origin.fetch +refs/pull/146/head:refs/remotes/origin/PR-146 # timeout=10 17:37:59 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 17:37:59 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 17:37:59 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 17:37:59 using GIT_SSH to set credentials SSH Credentials for GitHub 17:37:59 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/146/head:refs/remotes/origin/PR-146 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:37:59 > git config core.sparsecheckout # timeout=10 17:37:59 > git checkout -f 09b2ffdda73b8175ff769048f464209047f75e56 # timeout=10 17:37:59 > git remote # timeout=10 17:37:59 > git config --get remote.origin.url # timeout=10 17:37:59 using GIT_SSH to set credentials SSH Credentials for GitHub 17:37:59 > git merge 4f542d150f63fd84c4c4e03c791e07fdb7c9aef4 # timeout=10 17:37:59 > git rev-parse HEAD^{commit} # timeout=10 17:37:59 > git config core.sparsecheckout # timeout=10 17:37:59 > git checkout -f 09b2ffdda73b8175ff769048f464209047f75e56 # timeout=10 17:38:04 Commit message: "Add temp VERSION file to rebuild snap." 17:38:04 > git --version # timeout=10 17:38:04 fatal: bad object a8d5489117fb74ecf2babedeac9793ec80335c77 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 17:38:07 ========================================================= 17:38:07 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 17:38:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:38:08 + 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 . 17:38:10 Sending build context to Docker daemon 581.1kB 17:38:10 Step 1/8 : ARG BASE=golang:1.13-alpine 17:38:10 Step 2/8 : FROM ${BASE} 17:38:11 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:38:11 cde5963f3b93: Pulling fs layer 17:38:11 2a23fa8c16f7: Pulling fs layer 17:38:11 777b28850792: Pulling fs layer 17:38:11 8a11ddd9e578: Pulling fs layer 17:38:11 4cf88f913ddb: Pulling fs layer 17:38:11 1df406cf5192: Pulling fs layer 17:38:11 cd6300453558: Pulling fs layer 17:38:11 b9c365052c96: Pulling fs layer 17:38:11 a2d8cc88f415: Pulling fs layer 17:38:11 ea1d1ca13537: Pulling fs layer 17:38:11 3750a50a1c5e: Pulling fs layer 17:38:11 8a11ddd9e578: Waiting 17:38:11 4cf88f913ddb: Waiting 17:38:11 1df406cf5192: Waiting 17:38:11 ea1d1ca13537: Waiting 17:38:11 3750a50a1c5e: Waiting 17:38:11 a2d8cc88f415: Waiting 17:38:11 b9c365052c96: Waiting 17:38:11 777b28850792: Download complete 17:38:11 2a23fa8c16f7: Download complete 17:38:11 4cf88f913ddb: Verifying Checksum 17:38:11 4cf88f913ddb: Download complete 17:38:11 1df406cf5192: Download complete 17:38:11 cde5963f3b93: Verifying Checksum 17:38:12 cde5963f3b93: Pull complete 17:38:13 2a23fa8c16f7: Pull complete 17:38:13 777b28850792: Pull complete 17:38:15 cd6300453558: Verifying Checksum 17:38:15 cd6300453558: Download complete 17:38:15 a2d8cc88f415: Download complete 17:38:18 ea1d1ca13537: Verifying Checksum 17:38:18 ea1d1ca13537: Download complete 17:38:18 3750a50a1c5e: Download complete 17:38:20 b9c365052c96: Verifying Checksum 17:38:20 b9c365052c96: Download complete 17:38:22 8a11ddd9e578: Verifying Checksum 17:38:22 8a11ddd9e578: Download complete 17:38:35 8a11ddd9e578: Pull complete 17:38:35 4cf88f913ddb: Pull complete 17:38:35 1df406cf5192: Pull complete 17:38:40 cd6300453558: Pull complete 17:38:50 b9c365052c96: Pull complete 17:38:50 a2d8cc88f415: Pull complete 17:38:52 ea1d1ca13537: Pull complete 17:38:53 3750a50a1c5e: Pull complete 17:38:53 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 17:38:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 17:38:53 ---> 78745c68409d 17:38:53 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 17:39:15 ---> Running in c659ca4a8359 17:39:25 Removing intermediate container c659ca4a8359 17:39:25 ---> f5e94efa4560 17:39:25 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:39:33 ---> Running in 491b7b3919cf 17:39:41 Removing intermediate container 491b7b3919cf 17:39:41 ---> a761ae678c56 17:39:41 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 17:39:46 ---> Running in 86287decfdb8 17:39:47 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 17:39:49 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 17:39:50 (1/18) Upgrading libgcc (9.2.0-r3 -> 9.2.0-r4) 17:39:50 (2/18) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) 17:39:50 (3/18) Installing libmagic (5.37-r1) 17:39:51 (4/18) Installing file (5.37-r1) 17:39:51 (5/18) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) 17:39:51 (6/18) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) 17:39:51 (7/18) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) 17:40:02 Running on prd-centos7-docker-4c-2g-8822 in /w/workspace/gexfoundry_device-mqtt-go_PR-146 [Pipeline] { [Pipeline] ws 17:40:03 Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout 17:40:05 using credential edgex-jenkins-ssh 17:40:05 Cloning the remote Git repository 17:40:05 Cloning with configured refspecs honoured and without tags 17:40:05 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 17:40:05 > git init /w/workspace/device-mqtt-go/1 # timeout=10 17:40:08 Fetching without tags 17:40:08 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 17:40:08 > git --version # timeout=10 17:40:08 using GIT_SSH to set credentials SSH Credentials for GitHub 17:40:08 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/146/head:refs/remotes/origin/PR-146 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:40:08 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 17:40:08 > git config --add remote.origin.fetch +refs/pull/146/head:refs/remotes/origin/PR-146 # timeout=10 17:40:08 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 17:40:08 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 17:40:08 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 17:40:08 using GIT_SSH to set credentials SSH Credentials for GitHub 17:40:08 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/146/head:refs/remotes/origin/PR-146 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:40:09 Merging remotes/origin/master commit 4f542d150f63fd84c4c4e03c791e07fdb7c9aef4 into PR head commit 09b2ffdda73b8175ff769048f464209047f75e56 17:40:09 Merge succeeded, producing 09b2ffdda73b8175ff769048f464209047f75e56 17:40:09 Checking out Revision 09b2ffdda73b8175ff769048f464209047f75e56 (PR-146) 17:40:09 (8/18) Installing libc-dev (0.7.2-r0) 17:40:09 (9/18) Installing g++ (9.2.0-r4) 17:40:09 > git config core.sparsecheckout # timeout=10 17:40:09 > git checkout -f 09b2ffdda73b8175ff769048f464209047f75e56 # timeout=10 17:40:09 > git remote # timeout=10 17:40:09 > git config --get remote.origin.url # timeout=10 17:40:09 using GIT_SSH to set credentials SSH Credentials for GitHub 17:40:09 > git merge 4f542d150f63fd84c4c4e03c791e07fdb7c9aef4 # timeout=10 17:40:09 > git rev-parse HEAD^{commit} # timeout=10 17:40:09 > git config core.sparsecheckout # timeout=10 17:40:09 > git checkout -f 09b2ffdda73b8175ff769048f464209047f75e56 # timeout=10 17:40:18 (10/18) Installing fortify-headers (1.1-r0) 17:40:18 (11/18) Installing build-base (0.5-r1) 17:40:18 (12/18) Installing openssh-keygen (8.1_p1-r0) 17:40:18 (13/18) Installing libedit (20191211.3.1-r0) 17:40:18 (14/18) Installing openssh-client (8.1_p1-r0) 17:40:18 (15/18) Installing openssh-sftp-server (8.1_p1-r0) 17:40:18 (16/18) Installing openssh-server-common (8.1_p1-r0) 17:40:18 (17/18) Installing openssh-server (8.1_p1-r0) 17:40:18 (18/18) Installing openssh (8.1_p1-r0) 17:40:18 Executing busybox-1.31.1-r8.trigger 17:40:18 OK: 203 MiB in 52 packages 17:40:42 Commit message: "Add temp VERSION file to rebuild snap." 17:40:42 > git --version # timeout=10 17:40:42 fatal: bad object a8d5489117fb74ecf2babedeac9793ec80335c77 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 17:40:44 ========================================================= 17:40:44 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 17:40:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:40:45 + 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 . 17:40:45 Sending build context to Docker daemon 581.1kB 17:40:45 Step 1/8 : ARG BASE=golang:1.13-alpine 17:40:45 Step 2/8 : FROM ${BASE} 17:40:45 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 17:40:45 e6b0cf9c0882: Pulling fs layer 17:40:45 2848faf0eed1: Pulling fs layer 17:40:45 0f37312ad70f: Pulling fs layer 17:40:45 5788d62ee057: Pulling fs layer 17:40:45 0e6b1d234666: Pulling fs layer 17:40:45 bf5d7aec512f: Pulling fs layer 17:40:45 34c802a77dc8: Pulling fs layer 17:40:45 9eb99e56ec68: Pulling fs layer 17:40:45 27c7a5d97fbd: Pulling fs layer 17:40:45 5c102a31e300: Pulling fs layer 17:40:45 dcfb455df0a1: Pulling fs layer 17:40:45 5788d62ee057: Waiting 17:40:45 0e6b1d234666: Waiting 17:40:45 bf5d7aec512f: Waiting 17:40:45 34c802a77dc8: Waiting 17:40:45 9eb99e56ec68: Waiting 17:40:45 dcfb455df0a1: Waiting 17:40:45 27c7a5d97fbd: Waiting 17:40:45 5c102a31e300: Waiting 17:40:45 0f37312ad70f: Verifying Checksum 17:40:45 0f37312ad70f: Download complete 17:40:45 2848faf0eed1: Verifying Checksum 17:40:45 2848faf0eed1: Download complete 17:40:45 0e6b1d234666: Verifying Checksum 17:40:45 0e6b1d234666: Download complete 17:40:45 bf5d7aec512f: Download complete 17:40:45 e6b0cf9c0882: Download complete 17:40:45 34c802a77dc8: Verifying Checksum 17:40:45 34c802a77dc8: Download complete 17:40:46 27c7a5d97fbd: Verifying Checksum 17:40:46 27c7a5d97fbd: Download complete 17:40:46 5c102a31e300: Verifying Checksum 17:40:46 5c102a31e300: Download complete 17:40:46 dcfb455df0a1: Verifying Checksum 17:40:46 dcfb455df0a1: Download complete 17:40:47 5788d62ee057: Verifying Checksum 17:40:47 5788d62ee057: Download complete 17:40:47 9eb99e56ec68: Verifying Checksum 17:40:47 9eb99e56ec68: Download complete 17:40:50 Removing intermediate container 86287decfdb8 17:40:50 ---> a1bcfc06d2d1 17:40:50 Step 6/8 : WORKDIR /device-mqtt-go 17:40:51 e6b0cf9c0882: Pull complete 17:40:51 2848faf0eed1: Pull complete 17:40:52 0f37312ad70f: Pull complete 17:41:05 ---> Running in 2ee8b9aae289 17:41:38 5788d62ee057: Pull complete 17:41:38 0e6b1d234666: Pull complete 17:41:38 bf5d7aec512f: Pull complete 17:41:44 Removing intermediate container 2ee8b9aae289 17:41:44 ---> 5d1319de70d4 17:41:44 Step 7/8 : COPY . . 17:41:49 ---> 1ad671688791 17:41:49 Step 8/8 : RUN go mod download 17:41:54 ---> Running in 95560d4504ca 17:42:09 go: finding github.com/BurntSushi/toml v0.3.1 17:42:09 go: finding github.com/OneOfOne/xxhash v1.2.6 17:42:09 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 17:42:09 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:42:10 34c802a77dc8: Pull complete 17:42:17 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 17:42:17 go: finding github.com/bgentry/speakeasy v0.1.0 17:42:17 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 17:42:17 go: finding github.com/davecgh/go-spew v1.1.1 17:42:17 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 17:42:17 go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 17:42:17 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 17:42:20 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 17:42:20 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 17:42:22 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 17:42:22 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 17:42:25 9eb99e56ec68: Pull complete 17:42:25 27c7a5d97fbd: Pull complete 17:42:30 go: finding github.com/fatih/color v1.7.0 17:42:30 go: finding github.com/fxamacker/cbor/v2 v2.2.0 17:42:30 go: finding github.com/go-kit/kit v0.8.0 17:42:30 go: finding github.com/go-logfmt/logfmt v0.4.0 17:42:30 go: finding github.com/go-stack/stack v1.8.0 17:42:30 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 17:42:30 go: finding github.com/google/uuid v1.1.1 17:42:30 go: finding github.com/gorilla/mux v1.7.1 17:42:30 go: finding github.com/hashicorp/consul/api v1.1.0 17:42:30 go: finding github.com/hashicorp/consul/sdk v0.1.1 17:42:30 go: finding github.com/hashicorp/errwrap v1.0.0 17:42:31 5c102a31e300: Pull complete 17:42:31 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 17:42:31 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 17:42:31 go: finding github.com/hashicorp/go-msgpack v0.5.3 17:42:31 go: finding github.com/hashicorp/go-multierror v1.0.0 17:42:31 go: finding github.com/hashicorp/go-rootcerts v1.0.0 17:42:31 go: finding github.com/hashicorp/go-sockaddr v1.0.0 17:42:31 go: finding github.com/hashicorp/go-syslog v1.0.0 17:42:31 go: finding github.com/hashicorp/go-uuid v1.0.1 17:42:31 go: finding github.com/hashicorp/go.net v0.0.1 17:42:31 go: finding github.com/hashicorp/golang-lru v0.5.0 17:42:31 go: finding github.com/hashicorp/logutils v1.0.0 17:42:31 go: finding github.com/hashicorp/mdns v1.0.0 17:42:31 go: finding github.com/hashicorp/memberlist v0.1.3 17:42:31 go: finding github.com/hashicorp/serf v0.8.2 17:42:31 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 17:42:31 go: finding github.com/kr/pretty v0.1.0 17:42:31 go: finding github.com/kr/pty v1.1.1 17:42:31 go: finding github.com/kr/text v0.1.0 17:42:31 go: finding github.com/mattn/go-colorable v0.0.9 17:42:31 go: finding github.com/mattn/go-isatty v0.0.3 17:42:31 go: finding github.com/miekg/dns v1.0.14 17:42:31 go: finding github.com/mitchellh/cli v1.0.0 17:42:31 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:42:31 go: finding github.com/mitchellh/copystructure v1.0.0 17:42:31 go: finding github.com/mitchellh/go-homedir v1.0.0 17:42:31 go: finding github.com/mitchellh/go-testing-interface v1.0.0 17:42:31 go: finding github.com/mitchellh/gox v0.4.0 17:42:32 go: finding github.com/mitchellh/iochan v1.0.0 17:42:32 go: finding github.com/mitchellh/mapstructure v1.1.2 17:42:32 go: finding github.com/mitchellh/reflectwalk v1.0.0 17:42:32 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 17:42:32 go: finding github.com/pelletier/go-toml v1.2.0 17:42:32 go: finding github.com/pkg/errors v0.8.1 17:42:32 go: finding github.com/pmezard/go-difflib v1.0.0 17:42:32 go: finding github.com/posener/complete v1.1.1 17:42:32 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 17:42:32 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 17:42:32 go: finding github.com/spf13/cast v1.3.0 17:42:32 go: finding github.com/stretchr/objx v0.1.0 17:42:32 go: finding github.com/stretchr/testify v1.5.1 17:42:32 go: finding github.com/ugorji/go v1.1.4 17:42:32 go: finding github.com/x448/float16 v0.8.4 17:42:32 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 17:42:32 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 17:42:32 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 17:42:32 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 17:42:32 go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 17:42:32 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 17:42:32 go: finding gopkg.in/yaml.v2 v2.2.8 17:42:37 dcfb455df0a1: Pull complete 17:42:37 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 17:42:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 17:42:37 ---> 7c70fe431013 17:42:37 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 17:42:37 ---> Running in eb0de70b9392 17:42:45 Removing intermediate container eb0de70b9392 17:42:45 ---> 37a5da0e15ae 17:42:45 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:42:45 ---> Running in 0453fc171571 17:43:17 Removing intermediate container 0453fc171571 17:43:17 ---> 91c7462df958 17:43:17 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 17:43:17 ---> Running in f07ab31bf25e 17:43:17 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 17:43:18 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 17:43:18 (1/17) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) 17:43:18 (2/17) Installing libmagic (5.37-r1) 17:43:19 (3/17) Installing file (5.37-r1) 17:43:19 (4/17) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) 17:43:19 (5/17) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) 17:43:19 (6/17) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) 17:43:19 Removing intermediate container 95560d4504ca 17:43:19 ---> 03f79621c269 17:43:19 Successfully built 03f79621c269 17:43:22 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:43:23 + docker inspect -f . ci-base-image-arm64 17:43:23 . [Pipeline] withDockerContainer 17:43:24 prd-ubuntu18.04-docker-arm64-4c-16g-8821 does not seem to be running inside a container 17:43:24 $ 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 ******** ci-base-image-arm64 cat 17:43:31 (7/17) Installing libc-dev (0.7.2-r0) 17:43:31 (8/17) Installing g++ (9.2.0-r4) 17:43:56 $ docker top 050886fca92ae421570ce041bd30b45330ac0ca7cabca671867eb87250b01138 -eo pid,comm [Pipeline] { [Pipeline] sh 17:43:58 (9/17) Installing fortify-headers (1.1-r0) 17:43:58 (10/17) Installing build-base (0.5-r1) 17:43:58 (11/17) Installing openssh-keygen (8.1_p1-r0) 17:43:58 (12/17) Installing libedit (20191211.3.1-r0) 17:43:58 (13/17) Installing openssh-client (8.1_p1-r0) 17:43:58 (14/17) Installing openssh-sftp-server (8.1_p1-r0) 17:43:58 (15/17) Installing openssh-server-common (8.1_p1-r0) 17:43:58 (16/17) Installing openssh-server (8.1_p1-r0) 17:43:58 (17/17) Installing openssh (8.1_p1-r0) 17:43:58 Executing busybox-1.31.1-r8.trigger 17:43:58 OK: 214 MiB in 52 packages 17:43:58 + go version 17:43:58 go version go1.13.5 linux/arm64 [Pipeline] sh 17:43:59 + make test 17:43:59 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 17:44:00 ? github.com/edgexfoundry/device-mqtt-go [no test files] 17:44:13 Removing intermediate container f07ab31bf25e 17:44:13 ---> faac24876f76 17:44:13 Step 6/8 : WORKDIR /device-mqtt-go 17:44:13 ---> Running in 74293a037b95 17:44:14 Removing intermediate container 74293a037b95 17:44:14 ---> 7312f646a436 17:44:14 Step 7/8 : COPY . . 17:44:15 ---> c63e798a7eea 17:44:15 Step 8/8 : RUN go mod download 17:44:15 ---> Running in 28ffe45fe674 17:44:32 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 17:44:32 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.033s coverage: 29.8% of statements 17:44:32 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 17:44:33 CGO_ENABLED=0 GO111MODULE=on go vet ./... 17:44:39 gofmt -l . 17:44:39 ["`gofmt -l .`" = ""] 17:44:39 ./bin/test-attribution-txt.sh 17:44:46 ./bin/test-go-mod-tidy.sh [Pipeline] stash 17:44:46 Stashed 1 file(s) [Pipeline] } 17:44:46 $ docker stop --time=1 050886fca92ae421570ce041bd30b45330ac0ca7cabca671867eb87250b01138 17:45:04 $ docker rm -f 050886fca92ae421570ce041bd30b45330ac0ca7cabca671867eb87250b01138 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 17:45:09 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:45:09 + ls -al . 17:45:09 total 132 17:45:09 drwxrwxr-x 9 jenkins jenkins 4096 May 18 17:44 . 17:45:09 drwxrwxr-x 4 jenkins jenkins 4096 May 18 17:37 .. 17:45:09 -rw-rw-r-- 1 jenkins jenkins 140 May 18 17:37 .dockerignore 17:45:09 drwxrwxr-x 8 jenkins jenkins 4096 May 18 17:38 .git 17:45:09 -rw-rw-r-- 1 jenkins jenkins 328 May 18 17:37 .gitignore 17:45:09 drwxrwxr-x 3 jenkins jenkins 4096 May 18 17:38 .semver 17:45:09 -rw-rw-r-- 1 jenkins jenkins 4678 May 18 17:37 Attribution.txt 17:45:09 -rw-rw-r-- 1 jenkins jenkins 1776 May 18 17:37 Dockerfile 17:45:09 -rw-rw-r-- 1 jenkins jenkins 953 May 18 17:37 Dockerfile.build 17:45:09 -rw-rw-r-- 1 jenkins jenkins 700 May 18 17:37 Jenkinsfile 17:45:09 -rw-rw-r-- 1 jenkins jenkins 11340 May 18 17:37 LICENSE 17:45:09 -rw-rw-r-- 1 jenkins jenkins 902 May 18 17:37 Makefile 17:45:09 -rw-rw-r-- 1 jenkins jenkins 444 May 18 17:37 README.md 17:45:09 -rw-rw-r-- 1 jenkins jenkins 5 May 18 17:33 VERSION 17:45:09 drwxrwxr-x 2 jenkins jenkins 4096 May 18 17:37 bin 17:45:09 drwxrwxr-x 3 jenkins jenkins 4096 May 18 17:37 cmd 17:45:09 -rw-r--r-- 1 jenkins jenkins 18214 May 18 17:44 coverage.out 17:45:09 -rw-r--r-- 1 jenkins jenkins 510 May 18 17:44 go.mod 17:45:09 -rw-r--r-- 1 jenkins jenkins 13621 May 18 17:44 go.sum 17:45:09 drwxrwxr-x 3 jenkins jenkins 4096 May 18 17:37 internal 17:45:09 drwxrwxr-x 2 jenkins jenkins 4096 May 18 17:37 mock 17:45:09 drwxrwxr-x 4 jenkins jenkins 4096 May 18 17:37 snap 17:45:09 -rw-rw-r-- 1 jenkins jenkins 227 May 18 17:37 version.go [Pipeline] isUnix [Pipeline] sh 17:45:09 + 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=09b2ffdda73b8175ff769048f464209047f75e56 --label arch=arm64 --label version=0.0.0 . 17:45:10 Sending build context to Docker daemon 600.1kB 17:45:10 Step 1/21 : ARG BASE=golang:1.13-alpine 17:45:10 Step 2/21 : FROM ${BASE} AS builder 17:45:10 ---> 03f79621c269 17:45:10 Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 17:45:12 go: finding github.com/BurntSushi/toml v0.3.1 17:45:12 go: finding github.com/OneOfOne/xxhash v1.2.6 17:45:12 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 17:45:12 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:45:12 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 17:45:12 go: finding github.com/bgentry/speakeasy v0.1.0 17:45:12 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 17:45:12 go: finding github.com/davecgh/go-spew v1.1.1 17:45:12 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 17:45:12 go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 17:45:12 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 17:45:12 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 17:45:12 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 17:45:12 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 17:45:12 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 17:45:12 go: finding github.com/fatih/color v1.7.0 17:45:12 go: finding github.com/fxamacker/cbor/v2 v2.2.0 17:45:12 go: finding github.com/go-kit/kit v0.8.0 17:45:12 go: finding github.com/go-logfmt/logfmt v0.4.0 17:45:12 go: finding github.com/go-stack/stack v1.8.0 17:45:12 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 17:45:12 go: finding github.com/google/uuid v1.1.1 17:45:12 go: finding github.com/gorilla/mux v1.7.1 17:45:12 go: finding github.com/hashicorp/consul/api v1.1.0 17:45:12 go: finding github.com/hashicorp/consul/sdk v0.1.1 17:45:12 go: finding github.com/hashicorp/errwrap v1.0.0 17:45:12 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 17:45:12 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 17:45:12 go: finding github.com/hashicorp/go-msgpack v0.5.3 17:45:12 go: finding github.com/hashicorp/go-multierror v1.0.0 17:45:12 go: finding github.com/hashicorp/go-rootcerts v1.0.0 17:45:12 go: finding github.com/hashicorp/go-sockaddr v1.0.0 17:45:12 go: finding github.com/hashicorp/go-syslog v1.0.0 17:45:12 go: finding github.com/hashicorp/go-uuid v1.0.1 17:45:12 go: finding github.com/hashicorp/go.net v0.0.1 17:45:12 go: finding github.com/hashicorp/golang-lru v0.5.0 17:45:12 go: finding github.com/hashicorp/logutils v1.0.0 17:45:15 go: finding github.com/hashicorp/mdns v1.0.0 17:45:15 go: finding github.com/hashicorp/memberlist v0.1.3 17:45:15 go: finding github.com/hashicorp/serf v0.8.2 17:45:15 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 17:45:15 go: finding github.com/kr/pretty v0.1.0 17:45:15 go: finding github.com/kr/pty v1.1.1 17:45:15 go: finding github.com/kr/text v0.1.0 17:45:15 go: finding github.com/mattn/go-colorable v0.0.9 17:45:15 go: finding github.com/mattn/go-isatty v0.0.3 17:45:15 go: finding github.com/miekg/dns v1.0.14 17:45:15 go: finding github.com/mitchellh/cli v1.0.0 17:45:15 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:45:17 go: finding github.com/mitchellh/copystructure v1.0.0 17:45:17 go: finding github.com/mitchellh/go-homedir v1.0.0 17:45:17 go: finding github.com/mitchellh/go-testing-interface v1.0.0 17:45:17 go: finding github.com/mitchellh/gox v0.4.0 17:45:17 go: finding github.com/mitchellh/iochan v1.0.0 17:45:18 go: finding github.com/mitchellh/mapstructure v1.1.2 17:45:18 go: finding github.com/mitchellh/reflectwalk v1.0.0 17:45:18 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 17:45:18 go: finding github.com/pelletier/go-toml v1.2.0 17:45:18 go: finding github.com/pkg/errors v0.8.1 17:45:18 go: finding github.com/pmezard/go-difflib v1.0.0 17:45:18 go: finding github.com/posener/complete v1.1.1 17:45:18 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 17:45:18 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 17:45:18 go: finding github.com/spf13/cast v1.3.0 17:45:22 ---> Running in 3240b51944e4 17:45:24 go: finding github.com/stretchr/objx v0.1.0 17:45:24 go: finding github.com/stretchr/testify v1.5.1 17:45:24 go: finding github.com/ugorji/go v1.1.4 17:45:24 go: finding github.com/x448/float16 v0.8.4 17:45:24 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 17:45:24 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 17:45:24 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 17:45:24 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 17:45:24 go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 17:45:24 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 17:45:24 go: finding gopkg.in/yaml.v2 v2.2.8 17:45:34 Removing intermediate container 3240b51944e4 17:45:34 ---> e761261eab1e 17:45:34 Step 4/21 : ARG ALPINE_PKG_EXTRA="" 17:45:44 ---> Running in 73f1e6ee54e3 17:45:59 Removing intermediate container 73f1e6ee54e3 17:45:59 ---> 6ccfc6156562 17:45:59 Step 5/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:46:11 Removing intermediate container 28ffe45fe674 17:46:11 ---> 5706447baae1 17:46:11 Successfully built 5706447baae1 17:46:11 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 17:46:12 + docker inspect -f . ci-base-image-x86_64 17:46:12 . [Pipeline] withDockerContainer 17:46:12 prd-centos7-docker-4c-2g-8822 does not seem to be running inside a container 17:46:12 $ 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 ******** ci-base-image-x86_64 cat 17:46:21 ---> Running in 1a889c533383 17:46:28 $ docker top a652620ffdd9f1be228839fd3059dc7957ce2bf33c54c2320eca091a296064a7 -eo pid,comm [Pipeline] { [Pipeline] sh 17:46:29 + go version 17:46:29 go version go1.13.5 linux/amd64 [Pipeline] sh 17:46:29 + make test 17:46:29 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 17:46:44 ? github.com/edgexfoundry/device-mqtt-go [no test files] 17:46:54 Removing intermediate container 1a889c533383 17:46:54 ---> f9442ce2cb8d 17:46:54 Step 6/21 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:47:02 ---> Running in 8c8d123b644d 17:47:02 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 17:47:03 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 17:47:04 OK: 203 MiB in 52 packages 17:47:06 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 17:47:16 Removing intermediate container 8c8d123b644d 17:47:16 ---> d513f49e67a6 17:47:16 Step 7/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 17:47:16 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.009s coverage: 29.8% of statements 17:47:16 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 17:47:16 ---> Running in 6ecbf3dcb8a7 17:47:20 CGO_ENABLED=0 GO111MODULE=on go vet ./... 17:47:21 Removing intermediate container 6ecbf3dcb8a7 17:47:21 ---> 61ecb66421d9 17:47:21 Step 8/21 : COPY . . 17:47:21 gofmt -l . 17:47:21 ["`gofmt -l .`" = ""] 17:47:21 ./bin/test-attribution-txt.sh 17:47:26 ./bin/test-go-mod-tidy.sh 17:47:26 ---> 5a0b195f3cdd 17:47:26 Step 9/21 : ARG MAKE='make build' [Pipeline] stash 17:47:27 Warning: overwriting stash ‘coverage-report’ 17:47:29 ---> Running in c6a9c09603b7 17:47:29 Stashed 1 file(s) [Pipeline] } 17:47:29 $ docker stop --time=1 a652620ffdd9f1be228839fd3059dc7957ce2bf33c54c2320eca091a296064a7 17:47:44 Removing intermediate container c6a9c09603b7 17:47:44 ---> 49da3876e67e 17:47:44 Step 10/21 : RUN $MAKE 17:47:52 $ docker rm -f a652620ffdd9f1be228839fd3059dc7957ce2bf33c54c2320eca091a296064a7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { 17:47:54 ---> Running in e3937d38aed9 17:47: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 [Pipeline] sh 17:47:55 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:47:55 + ls -al . 17:47:55 total 100 17:47:55 drwxrwxr-x. 9 jenkins jenkins 4096 May 18 17:47 . 17:47:55 drwxrwxr-x. 4 jenkins jenkins 28 May 18 17:40 .. 17:47:55 -rw-rw-r--. 1 jenkins jenkins 4678 May 18 17:40 Attribution.txt 17:47:55 drwxrwxr-x. 2 jenkins jenkins 87 May 18 17:40 bin 17:47:55 drwxrwxr-x. 3 jenkins jenkins 32 May 18 17:40 cmd 17:47:55 -rw-r--r--. 1 jenkins jenkins 18214 May 18 17:47 coverage.out 17:47:55 -rw-rw-r--. 1 jenkins jenkins 1776 May 18 17:40 Dockerfile 17:47:55 -rw-rw-r--. 1 jenkins jenkins 953 May 18 17:40 Dockerfile.build 17:47:55 -rw-rw-r--. 1 jenkins jenkins 140 May 18 17:40 .dockerignore 17:47:55 drwxrwxr-x. 8 jenkins jenkins 179 May 18 17:40 .git 17:47:55 -rw-rw-r--. 1 jenkins jenkins 328 May 18 17:40 .gitignore 17:47:55 -rw-r--r--. 1 jenkins jenkins 510 May 18 17:47 go.mod 17:47:55 -rw-r--r--. 1 jenkins jenkins 13621 May 18 17:47 go.sum 17:47:55 drwxrwxr-x. 3 jenkins jenkins 20 May 18 17:40 internal 17:47:55 -rw-rw-r--. 1 jenkins jenkins 700 May 18 17:40 Jenkinsfile 17:47:55 -rw-rw-r--. 1 jenkins jenkins 11340 May 18 17:40 LICENSE 17:47:55 -rw-rw-r--. 1 jenkins jenkins 902 May 18 17:40 Makefile 17:47:55 drwxrwxr-x. 2 jenkins jenkins 23 May 18 17:40 mock 17:47:55 -rw-rw-r--. 1 jenkins jenkins 444 May 18 17:40 README.md 17:47:55 drwxrwxr-x. 3 jenkins jenkins 58 May 18 17:40 .semver 17:47:55 drwxrwxr-x. 4 jenkins jenkins 54 May 18 17:40 snap 17:47:55 -rw-rw-r--. 1 jenkins jenkins 5 May 18 17:33 VERSION 17:47:55 -rw-rw-r--. 1 jenkins jenkins 227 May 18 17:40 version.go [Pipeline] isUnix [Pipeline] sh 17:47:55 + 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=09b2ffdda73b8175ff769048f464209047f75e56 --label arch=amd64 --label version=0.0.0 . 17:47:56 Sending build context to Docker daemon 600.1kB 17:47:56 Step 1/21 : ARG BASE=golang:1.13-alpine 17:47:56 Step 2/21 : FROM ${BASE} AS builder 17:47:56 ---> 5706447baae1 17:47:56 Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 17:47:56 ---> Running in e49e6b4faeb2 17:48:00 Removing intermediate container e49e6b4faeb2 17:48:00 ---> 6a484009e89c 17:48:00 Step 4/21 : ARG ALPINE_PKG_EXTRA="" 17:48:00 ---> Running in 258c23883d46 17:48:00 Removing intermediate container 258c23883d46 17:48:00 ---> a8999c4807d7 17:48:00 Step 5/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:48:00 ---> Running in c72c69b2acaa 17:48:02 Removing intermediate container c72c69b2acaa 17:48:02 ---> c5f5c52e1366 17:48:02 Step 6/21 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:48:02 ---> Running in 0e13b6048e6c 17:48:05 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 17:48:06 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 17:48:08 OK: 214 MiB in 52 packages 17:48:30 Removing intermediate container 0e13b6048e6c 17:48:30 ---> 6f4ca95df384 17:48:30 Step 7/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 17:48:30 ---> Running in 6ddc10fd8e2c 17:48:30 Removing intermediate container 6ddc10fd8e2c 17:48:30 ---> 38a179d841f9 17:48:30 Step 8/21 : COPY . . 17:48:30 ---> 79adbe80f292 17:48:30 Step 9/21 : ARG MAKE='make build' 17:48:31 ---> Running in 99098028f583 17:48:33 CGO_ENABLED=0 GO111MODULE=on go build ./... 17:48:52 Removing intermediate container 99098028f583 17:48:52 ---> 58d0313d424c 17:48:52 Step 10/21 : RUN $MAKE 17:48:52 ---> Running in c06c0d44e065 17:48:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 17:49:12 Removing intermediate container e3937d38aed9 17:49:12 ---> 76f30c28a66c 17:49:12 Step 11/21 : FROM alpine 17:49:12 latest: Pulling from library/alpine 17:49:12 29e5d40040c1: Pulling fs layer 17:49:12 29e5d40040c1: Verifying Checksum 17:49:12 29e5d40040c1: Download complete 17:49:12 29e5d40040c1: Pull complete 17:49:12 Digest: sha256:9a839e63dad54c3a6d1834e29692c8492d93f90c59c978c1ed79109ea4fb9a54 17:49:12 Status: Downloaded newer image for alpine:latest 17:49:12 ---> c20d2a9ab686 17:49:12 Step 12/21 : ENV APP_PORT=49982 17:49:15 CGO_ENABLED=0 GO111MODULE=on go build ./... 17:49:30 ---> Running in 3542284ab7ee 17:49:32 Removing intermediate container 3542284ab7ee 17:49:32 ---> 2257d09365bc 17:49:32 Step 13/21 : EXPOSE $APP_PORT 17:49:47 ---> Running in f300dcac19c0 17:49:47 Removing intermediate container f300dcac19c0 17:49:47 ---> 722c821090bb 17:49:47 Step 14/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 17:49:53 Removing intermediate container c06c0d44e065 17:49:53 ---> 46398582966f 17:49:53 Step 11/21 : FROM alpine 17:49:53 latest: Pulling from library/alpine 17:49:53 cbdbe7a5bc2a: Pulling fs layer 17:49:53 cbdbe7a5bc2a: Verifying Checksum 17:49:53 cbdbe7a5bc2a: Download complete 17:49:53 cbdbe7a5bc2a: Pull complete 17:49:53 Digest: sha256:9a839e63dad54c3a6d1834e29692c8492d93f90c59c978c1ed79109ea4fb9a54 17:49:53 Status: Downloaded newer image for alpine:latest 17:49:53 ---> f70734b6a266 17:49:53 Step 12/21 : ENV APP_PORT=49982 17:49:53 ---> Running in 36b24e328f1d 17:49:53 Removing intermediate container 36b24e328f1d 17:49:53 ---> 4bb3fb8a84a9 17:49:53 Step 13/21 : EXPOSE $APP_PORT 17:49:53 ---> Running in d032d443bef2 17:49:53 Removing intermediate container d032d443bef2 17:49:53 ---> bd85f7ef9324 17:49:53 Step 14/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 17:49:53 ---> 3f96049ab11f 17:49:53 Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 17:49:53 ---> a35c06a2942b 17:49:53 Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 17:49:53 ---> 13c06d9d7cf3 17:49:53 Step 17/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 17:49:54 ---> Running in c430ee51220f 17:49:55 Removing intermediate container c430ee51220f 17:49:55 ---> 7862ca5213ed 17:49:55 Step 18/21 : ENTRYPOINT ["/device-mqtt","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] 17:49:55 ---> Running in 5522f71319e9 17:49:56 Removing intermediate container 5522f71319e9 17:49:56 ---> da9f1bd96d90 17:49:56 Step 19/21 : LABEL arch=amd64 17:49:56 ---> Running in f0082c8240fc 17:50:01 Removing intermediate container f0082c8240fc 17:50:01 ---> 7423275191dc 17:50:01 Step 20/21 : LABEL git_sha=09b2ffdda73b8175ff769048f464209047f75e56 17:50:01 ---> Running in a0be77a726c2 17:50:06 Removing intermediate container a0be77a726c2 17:50:06 ---> ebd35ce399c6 17:50:06 Step 21/21 : LABEL version=0.0.0 17:50:09 ---> d1f8cbeff8e9 17:50:09 Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 17:50:10 ---> 10163c1540ab 17:50:10 Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 17:50:12 ---> d452fa2b49fc 17:50:12 Step 17/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 17:50:22 ---> Running in abf89a4c72e1 17:50:23 Removing intermediate container abf89a4c72e1 17:50:23 ---> 1018a7ecdb8d 17:50:23 Step 18/21 : ENTRYPOINT ["/device-mqtt","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] 17:50:31 ---> Running in 8a45147ea07b 17:50:32 Removing intermediate container 8a45147ea07b 17:50:32 ---> a56fbc451df5 17:50:32 Step 19/21 : LABEL arch=arm64 17:50:32 ---> Running in 2cda7213548e 17:50:33 Removing intermediate container 2cda7213548e 17:50:33 ---> 255b637ad950 17:50:33 Step 20/21 : LABEL git_sha=09b2ffdda73b8175ff769048f464209047f75e56 17:50:34 ---> Running in 6bd7b4b2e24c 17:50:35 Removing intermediate container 6bd7b4b2e24c 17:50:35 ---> d2fbab6ff149 17:50:35 Step 21/21 : LABEL version=0.0.0 17:50:38 ---> Running in 486334f28da4 17:50:38 Removing intermediate container 486334f28da4 17:50:38 ---> e02be01d99eb 17:50:38 [Warning] One or more build-args [ARCH] were not consumed 17:50:38 Successfully built e02be01d99eb 17:50:38 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 17:50:41 ++ find /w/workspace/device-mqtt-go/1 17:50:41 ++ grep snapcraft.yaml 17:50:41 + grep -Po '^name: \K(.*)' /w/workspace/device-mqtt-go/1/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:50:42 provisioning config files... 17:50:42 copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/1@tmp/config7996819618578239931tmp [Pipeline] { [Pipeline] sh 17:50:42 + cp /w/workspace/device-mqtt-go/1@tmp/config7996819618578239931tmp /w/workspace/device-mqtt-go/1/edgex-snap-store-login [Pipeline] sh 17:50:43 + 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 17:50:43 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 17:50:43 latest: Pulling from edgex-devops/edgex-snap-builder 17:50:43 5bed26d33875: Pulling fs layer 17:50:43 f11b29a9c730: Pulling fs layer 17:50:43 930bda195c84: Pulling fs layer 17:50:43 78bf9a5ad49e: Pulling fs layer 17:50:43 e5fbee5a4b0d: Pulling fs layer 17:50:43 f452fca78f88: Pulling fs layer 17:50:43 7417ef92027a: Pulling fs layer 17:50:43 2af5c49d270b: Pulling fs layer 17:50:43 df9c3bdbc40a: Pulling fs layer 17:50:43 f452fca78f88: Waiting 17:50:43 2af5c49d270b: Waiting 17:50:43 df9c3bdbc40a: Waiting 17:50:43 7417ef92027a: Waiting 17:50:43 e5fbee5a4b0d: Waiting 17:50:43 f11b29a9c730: Verifying Checksum 17:50:43 f11b29a9c730: Download complete 17:50:43 930bda195c84: Verifying Checksum 17:50:43 930bda195c84: Download complete 17:50:43 78bf9a5ad49e: Verifying Checksum 17:50:43 78bf9a5ad49e: Download complete 17:50:43 f452fca78f88: Download complete 17:50:43 7417ef92027a: Verifying Checksum 17:50:43 7417ef92027a: Download complete 17:50:43 2af5c49d270b: Verifying Checksum 17:50:43 2af5c49d270b: Download complete 17:50:43 df9c3bdbc40a: Verifying Checksum 17:50:43 df9c3bdbc40a: Download complete 17:50:43 5bed26d33875: Verifying Checksum 17:50:43 5bed26d33875: Download complete 17:50:43 ---> Running in 6f692290f42b 17:50:44 Removing intermediate container 6f692290f42b 17:50:44 ---> 46629cbc2f34 17:50:44 [Warning] One or more build-args [ARCH] were not consumed 17:50:44 Successfully built 46629cbc2f34 17:50:44 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 17:50:45 + grep snapcraft.yaml 17:50:45 + find /w/workspace/device-mqtt-go/1 17:50:45 + grep -Po ^name: \K(.*) /w/workspace/device-mqtt-go/1/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:50:46 provisioning config files... 17:50:46 copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/1@tmp/config6289895793137591049tmp [Pipeline] { [Pipeline] sh 17:50:46 e5fbee5a4b0d: Download complete 17:50:46 + cp /w/workspace/device-mqtt-go/1@tmp/config6289895793137591049tmp /w/workspace/device-mqtt-go/1/edgex-snap-store-login [Pipeline] sh 17:50:47 + 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 17:50:47 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally 17:50:47 latest: Pulling from edgex-devops/edgex-snap-builder-arm64 17:50:47 b2f61026a351: Pulling fs layer 17:50:47 5538fb30c42c: Pulling fs layer 17:50:47 f0b05810781a: Pulling fs layer 17:50:47 0180a33352d6: Pulling fs layer 17:50:47 e7604b0c0f53: Pulling fs layer 17:50:47 db689cb83ae0: Pulling fs layer 17:50:47 6138af208834: Pulling fs layer 17:50:47 007c8e8c5d63: Pulling fs layer 17:50:47 4f7a387c642f: Pulling fs layer 17:50:47 db689cb83ae0: Waiting 17:50:47 6138af208834: Waiting 17:50:47 007c8e8c5d63: Waiting 17:50:47 0180a33352d6: Waiting 17:50:47 e7604b0c0f53: Waiting 17:50:47 4f7a387c642f: Waiting 17:50:47 f0b05810781a: Verifying Checksum 17:50:47 f0b05810781a: Download complete 17:50:47 5538fb30c42c: Verifying Checksum 17:50:47 5538fb30c42c: Download complete 17:50:47 0180a33352d6: Verifying Checksum 17:50:47 0180a33352d6: Download complete 17:50:47 db689cb83ae0: Verifying Checksum 17:50:47 db689cb83ae0: Download complete 17:50:47 6138af208834: Verifying Checksum 17:50:47 6138af208834: Download complete 17:50:47 007c8e8c5d63: Verifying Checksum 17:50:47 007c8e8c5d63: Download complete 17:50:47 4f7a387c642f: Verifying Checksum 17:50:47 4f7a387c642f: Download complete 17:50:49 b2f61026a351: Verifying Checksum 17:50:49 b2f61026a351: Download complete 17:50:54 b2f61026a351: Pull complete 17:50:55 5538fb30c42c: Pull complete 17:50:55 f0b05810781a: Pull complete 17:50:55 0180a33352d6: Pull complete 17:50:56 5bed26d33875: Pull complete 17:51:03 f11b29a9c730: Pull complete 17:51:04 930bda195c84: Pull complete 17:51:04 78bf9a5ad49e: Pull complete 17:51:13 e7604b0c0f53: Verifying Checksum 17:51:13 e7604b0c0f53: Download complete 17:52:00 e7604b0c0f53: Pull complete 17:52:04 db689cb83ae0: Pull complete 17:52:04 6138af208834: Pull complete 17:52:04 007c8e8c5d63: Pull complete 17:52:05 4f7a387c642f: Pull complete 17:52:05 Digest: sha256:95de001a4645667c7ff44d03fa3a86afcf7622caf7559cdf0345329f515671b4 17:52:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 17:52:23 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 17:52:23 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 17:52:23 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 17:52:23 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 17:52:24 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [861 kB] 17:52:24 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1224 kB] 17:52:24 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1192 B] 17:52:24 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3737 B] 17:52:24 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [7827 B] 17:52:24 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] 17:52:24 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [748 kB] 17:52:24 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [583 kB] 17:52:25 Fetched 3690 kB in 2s (1733 kB/s) 17:52:29 Reading package lists... 17:52:42 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 17:52:46 Reading package lists... 17:52:46 Building dependency tree... 17:52:46 Reading state information... 17:52:47 The following packages were automatically installed and are no longer required: 17:52:47 libjq1 liblzo2-2 libonig4 17:52:47 Use 'sudo apt autoremove' to remove them. 17:52:47 Suggested packages: 17:52:47 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 17:52:47 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc 17:52:47 keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc 17:52:47 libterm-readline-gnu-perl | libterm-readline-perl-perl 17:52:47 The following NEW packages will be installed: 17:52:47 curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl 17:52:47 libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 17:52:47 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase 17:52:47 openssh-client patch perl perl-modules-5.26 xauth 17:52:47 0 upgraded, 27 newly installed, 0 to remove and 6 not upgraded. 17:52:47 Need to get 12.9 MB of archives. 17:52:47 After this operation, 84.2 MB of additional disk space will be used. 17:52:47 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxau6 arm64 1:1.0.8-1 [7590 B] 17:52:47 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbsd0 arm64 0.8.7-1ubuntu0.1 [36.6 kB] 17:52:48 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxdmcp6 arm64 1:1.1.2-3 [9694 B] 17:52:48 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxcb1 arm64 1.13-2~ubuntu18.04 [37.3 kB] 17:52:48 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] 17:52:48 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-6 arm64 2:1.6.4-3ubuntu0.2 [521 kB] 17:52:48 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxext6 arm64 2:1.3.3-1 [25.4 kB] 17:52:48 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 17:52:48 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] 17:52:48 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] 17:52:48 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] 17:52:48 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] 17:52:48 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] 17:52:48 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.2 [69.3 kB] 17:52:48 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] 17:52:48 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libedit2 arm64 3.1-20170329-1 [63.4 kB] 17:52:48 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libssl1.0.0 arm64 1.0.2n-1ubuntu5.3 [723 kB] 17:52:48 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxmuu1 arm64 2:1.1.2-2 [9502 B] 17:52:48 Get:19 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssh-client arm64 1:7.6p1-4ubuntu0.3 [527 kB] 17:52:48 Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xauth arm64 1:1.0.10-1 [22.4 kB] 17:52:48 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.8 [152 kB] 17:52:48 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.8 [179 kB] 17:52:48 Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] 17:52:48 Get:24 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 17:52:48 Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] 17:52:48 Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] 17:52:48 Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] 17:52:51 debconf: delaying package configuration, since apt-utils is not installed 17:52:51 Fetched 12.9 MB in 1s (9384 kB/s) 17:52:52 Selecting previously unselected package libxau6:arm64. 17:52:52 (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.) 17:52:52 Preparing to unpack .../00-libxau6_1%3a1.0.8-1_arm64.deb ... 17:52:52 Unpacking libxau6:arm64 (1:1.0.8-1) ... 17:52:53 Selecting previously unselected package libbsd0:arm64. 17:52:53 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_arm64.deb ... 17:52:53 Unpacking libbsd0:arm64 (0.8.7-1ubuntu0.1) ... 17:52:55 Selecting previously unselected package libxdmcp6:arm64. 17:52:55 Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_arm64.deb ... 17:52:55 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... 17:52:55 Selecting previously unselected package libxcb1:arm64. 17:52:55 Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_arm64.deb ... 17:52:55 Unpacking libxcb1:arm64 (1.13-2~ubuntu18.04) ... 17:52:55 Selecting previously unselected package libx11-data. 17:52:55 Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... 17:52:55 Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... 17:52:56 Selecting previously unselected package libx11-6:arm64. 17:52:56 Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_arm64.deb ... 17:52:57 Unpacking libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... 17:52:57 Selecting previously unselected package libxext6:arm64. 17:52:57 Preparing to unpack .../06-libxext6_2%3a1.3.3-1_arm64.deb ... 17:52:57 Unpacking libxext6:arm64 (2:1.3.3-1) ... 17:52:58 Selecting previously unselected package perl-modules-5.26. 17:52:58 Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 17:52:58 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 17:53:04 Selecting previously unselected package libgdbm5:arm64. 17:53:04 Preparing to unpack .../08-libgdbm5_1.14.1-6_arm64.deb ... 17:53:04 Unpacking libgdbm5:arm64 (1.14.1-6) ... 17:53:04 Selecting previously unselected package libgdbm-compat4:arm64. 17:53:04 Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_arm64.deb ... 17:53:04 Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... 17:53:04 Selecting previously unselected package libperl5.26:arm64. 17:53:04 Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... 17:53:04 Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 17:53:06 Selecting previously unselected package perl. 17:53:06 Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_arm64.deb ... 17:53:06 Unpacking perl (5.26.1-6ubuntu0.3) ... 17:53:06 Selecting previously unselected package less. 17:53:06 Preparing to unpack .../12-less_487-0.1_arm64.deb ... 17:53:06 Unpacking less (487-0.1) ... 17:53:06 Selecting previously unselected package libexpat1:arm64. 17:53:06 Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_arm64.deb ... 17:53:06 Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.2) ... 17:53:07 Selecting previously unselected package netbase. 17:53:07 Preparing to unpack .../14-netbase_5.4_all.deb ... 17:53:07 Unpacking netbase (5.4) ... 17:53:07 Selecting previously unselected package libedit2:arm64. 17:53:07 Preparing to unpack .../15-libedit2_3.1-20170329-1_arm64.deb ... 17:53:07 Unpacking libedit2:arm64 (3.1-20170329-1) ... 17:53:07 Selecting previously unselected package libssl1.0.0:arm64. 17:53:07 Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_arm64.deb ... 17:53:07 Unpacking libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... 17:53:07 Selecting previously unselected package libxmuu1:arm64. 17:53:07 Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_arm64.deb ... 17:53:07 Unpacking libxmuu1:arm64 (2:1.1.2-2) ... 17:53:07 Selecting previously unselected package openssh-client. 17:53:07 Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_arm64.deb ... 17:53:07 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 17:53:08 Selecting previously unselected package xauth. 17:53:08 Preparing to unpack .../19-xauth_1%3a1.0.10-1_arm64.deb ... 17:53:08 Unpacking xauth (1:1.0.10-1) ... 17:53:08 Selecting previously unselected package curl. 17:53:08 Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_arm64.deb ... 17:53:08 Unpacking curl (7.58.0-2ubuntu3.8) ... 17:53:08 Selecting previously unselected package libcurl3-gnutls:arm64. 17:53:08 Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_arm64.deb ... 17:53:08 Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... 17:53:08 Selecting previously unselected package liberror-perl. 17:53:09 Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... 17:53:09 Unpacking liberror-perl (0.17025-1) ... 17:53:09 Selecting previously unselected package git-man. 17:53:09 Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 17:53:09 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 17:53:09 Selecting previously unselected package git. 17:53:09 Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... 17:53:09 Unpacking git (1:2.17.1-1ubuntu0.7) ... 17:53:11 Selecting previously unselected package make. 17:53:11 Preparing to unpack .../25-make_4.1-9.1ubuntu1_arm64.deb ... 17:53:11 Unpacking make (4.1-9.1ubuntu1) ... 17:53:11 Selecting previously unselected package patch. 17:53:11 Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_arm64.deb ... 17:53:11 Unpacking patch (2.7.6-2ubuntu1.1) ... 17:53:12 Setting up libedit2:arm64 (3.1-20170329-1) ... 17:53:12 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 17:53:12 Setting up libexpat1:arm64 (2.2.5-3ubuntu0.2) ... 17:53:12 Setting up less (487-0.1) ... 17:53:13 Setting up make (4.1-9.1ubuntu1) ... 17:53:13 Setting up libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... 17:53:13 Setting up curl (7.58.0-2ubuntu3.8) ... 17:53:13 Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... 17:53:13 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 17:53:13 Setting up libgdbm5:arm64 (1.14.1-6) ... 17:53:13 Setting up libbsd0:arm64 (0.8.7-1ubuntu0.1) ... 17:53:13 Setting up patch (2.7.6-2ubuntu1.1) ... 17:53:13 Setting up libxdmcp6:arm64 (1:1.1.2-3) ... 17:53:13 Setting up libgdbm-compat4:arm64 (1.14.1-6) ... 17:53:13 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 17:53:14 Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... 17:53:14 Setting up libxau6:arm64 (1:1.0.8-1) ... 17:53:14 Setting up netbase (5.4) ... 17:53:14 Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 17:53:14 Setting up libxcb1:arm64 (1.13-2~ubuntu18.04) ... 17:53:14 Setting up libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... 17:53:14 Setting up libxmuu1:arm64 (2:1.1.2-2) ... 17:53:14 Setting up perl (5.26.1-6ubuntu0.3) ... 17:53:14 Setting up libxext6:arm64 (2:1.3.3-1) ... 17:53:14 Setting up liberror-perl (0.17025-1) ... 17:53:14 Setting up xauth (1:1.0.10-1) ... 17:53:14 Setting up git (1:2.17.1-1ubuntu0.7) ... 17:53:15 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:53:20 curl set to automatically installed. 17:53:20 git set to automatically installed. 17:53:20 git-man set to automatically installed. 17:53:20 less set to automatically installed. 17:53:20 libbsd0 set to automatically installed. 17:53:20 libcurl3-gnutls set to automatically installed. 17:53:20 libedit2 set to automatically installed. 17:53:20 liberror-perl set to automatically installed. 17:53:20 libexpat1 set to automatically installed. 17:53:20 libgdbm-compat4 set to automatically installed. 17:53:20 libgdbm5 set to automatically installed. 17:53:20 libperl5.26 set to automatically installed. 17:53:20 libssl1.0.0 set to automatically installed. 17:53:20 libx11-6 set to automatically installed. 17:53:20 libx11-data set to automatically installed. 17:53:20 libxau6 set to automatically installed. 17:53:20 libxcb1 set to automatically installed. 17:53:20 libxdmcp6 set to automatically installed. 17:53:20 libxext6 set to automatically installed. 17:53:20 libxmuu1 set to automatically installed. 17:53:20 make set to automatically installed. 17:53:20 netbase set to automatically installed. 17:53:20 openssh-client set to automatically installed. 17:53:20 patch set to automatically installed. 17:53:20 perl set to automatically installed. 17:53:20 perl-modules-5.26 set to automatically installed. 17:53:20 xauth set to automatically installed. 17:53:20 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 17:53:20 Please ensure the environment is properly setup before continuing. 17:53:20 Ignore this message if the appropriate measures have already been taken 17:53:21 Pulling go 17:53:24 'device-mqtt' has dependencies that need to be staged: go 17:53:24 Skipping pull go (already ran) 17:53:24 Building go 17:53:24 % Total % Received % Xferd Average Speed Time Time Time Current 17:53:24 Dload Upload Total Spent Left Speed 17:53:25 e5fbee5a4b0d: Pull complete 17:53:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 29 93.0M 29 27.6M 0 0 40.4M 0 0:00:02 --:--:-- 0:00:02 40.4M 92 93.0M 92 86.3M 0 0 51.1M 0 0:00:01 0:00:01 --:--:-- 51.1M 100 93.0M 100 93.0M 0 0 51.5M 0 0:00:01 0:00:01 --:--:-- 51.5M 17:53:27 go1.13.5.linux-arm64.tar.gz: OK 17:53:32 f452fca78f88: Pull complete 17:53:45 Staging go 17:53:47 Pulling device-mqtt 17:53:50 Skipping build go (already ran) 17:53:50 Building device-mqtt 17:53:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 17:53:52 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.1 17:53:52 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 17:53:52 go: downloading github.com/spf13/cast v1.3.0 17:53:52 go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 17:53:52 go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 17:54:04 7417ef92027a: Pull complete 17:54:04 2af5c49d270b: Pull complete 17:54:04 df9c3bdbc40a: Pull complete 17:54:06 Digest: sha256:329b7ca3c147263d7a6122d30aca7e6f18adc9017ce870f1638d2965d7494739 17:54:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 17:54:14 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.1 17:54:14 go: downloading github.com/gorilla/mux v1.7.1 17:54:14 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.31 17:54:14 go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 17:54:14 go: extracting github.com/spf13/cast v1.3.0 17:54:14 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 17:54:14 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 17:54:14 go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 17:54:14 go: downloading github.com/google/uuid v1.1.1 17:54:14 go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 17:54:14 go: downloading github.com/OneOfOne/xxhash v1.2.6 17:54:14 go: downloading github.com/pkg/errors v0.8.1 17:54:14 go: extracting github.com/gorilla/mux v1.7.1 17:54:14 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.31 17:54:14 go: downloading github.com/go-kit/kit v0.8.0 17:54:14 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 17:54:14 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 17:54:16 go: extracting github.com/pkg/errors v0.8.1 17:54:16 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 17:54:16 go: extracting github.com/OneOfOne/xxhash v1.2.6 17:54:16 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 17:54:16 go: downloading github.com/pelletier/go-toml v1.2.0 17:54:16 go: extracting github.com/google/uuid v1.1.1 17:54:16 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 17:54:16 go: downloading github.com/BurntSushi/toml v0.3.1 17:54:16 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 17:54:16 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:54:16 go: downloading github.com/hashicorp/consul/api v1.1.0 17:54:16 go: downloading gopkg.in/yaml.v2 v2.2.8 17:54:16 go: extracting github.com/pelletier/go-toml v1.2.0 17:54:16 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:54:16 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 17:54:16 go: extracting github.com/BurntSushi/toml v0.3.1 17:54:16 go: downloading github.com/mitchellh/copystructure v1.0.0 17:54:16 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 17:54:16 go: extracting github.com/go-kit/kit v0.8.0 17:54:16 go: extracting gopkg.in/yaml.v2 v2.2.8 17:54:16 go: downloading github.com/mitchellh/mapstructure v1.1.2 17:54:16 go: downloading github.com/x448/float16 v0.8.4 17:54:16 go: extracting github.com/hashicorp/consul/api v1.1.0 17:54:16 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 17:54:16 go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 17:54:16 go: extracting github.com/mitchellh/copystructure v1.0.0 17:54:16 go: extracting github.com/x448/float16 v0.8.4 17:54:16 go: downloading github.com/mitchellh/reflectwalk v1.0.0 17:54:16 go: downloading github.com/go-logfmt/logfmt v0.4.0 17:54:16 go: extracting github.com/mitchellh/mapstructure v1.1.2 17:54:16 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 17:54:16 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 17:54:16 go: downloading github.com/hashicorp/serf v0.8.2 17:54:17 go: extracting github.com/mitchellh/reflectwalk v1.0.0 17:54:17 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 17:54:17 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 17:54:17 go: extracting github.com/go-logfmt/logfmt v0.4.0 17:54:17 go: extracting github.com/hashicorp/serf v0.8.2 17:54:17 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:54:18 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:54:18 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 17:54:18 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 17:54:18 go: downloading github.com/hashicorp/golang-lru v0.5.0 17:54:30 go: extracting github.com/hashicorp/golang-lru v0.5.0 17:54:30 go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 17:54:30 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 17:54:30 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 17:54:30 go: finding github.com/spf13/cast v1.3.0 17:54:30 go: finding github.com/gorilla/mux v1.7.1 17:54:30 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 17:54:30 go: finding github.com/fxamacker/cbor/v2 v2.2.0 17:54:30 go: finding github.com/OneOfOne/xxhash v1.2.6 17:54:30 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 17:54:30 go: finding github.com/go-kit/kit v0.8.0 17:54:30 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 17:54:30 go: finding github.com/google/uuid v1.1.1 17:54:30 go: finding github.com/x448/float16 v0.8.4 17:54:30 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 17:54:30 go: finding github.com/go-logfmt/logfmt v0.4.0 17:54:30 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 17:54:30 go: finding gopkg.in/yaml.v2 v2.2.8 17:54:30 go: finding github.com/pkg/errors v0.8.1 17:54:30 go: finding github.com/BurntSushi/toml v0.3.1 17:54:30 go: finding github.com/hashicorp/consul/api v1.1.0 17:54:30 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 17:54:30 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 17:54:30 go: finding github.com/pelletier/go-toml v1.2.0 17:54:30 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:54:30 go: finding github.com/hashicorp/go-rootcerts v1.0.0 17:54:30 go: finding github.com/mitchellh/copystructure v1.0.0 17:54:30 go: finding github.com/mitchellh/mapstructure v1.1.2 17:54:30 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 17:54:30 go: finding github.com/hashicorp/serf v0.8.2 17:54:30 go: finding github.com/mitchellh/reflectwalk v1.0.0 17:54:30 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:54:30 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 17:54:30 go: finding github.com/hashicorp/golang-lru v0.5.0 17:54:32 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 17:54:32 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 17:54:32 Get:3 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 17:54:32 Get:4 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 17:54:33 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1379 kB] 17:54:33 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [846 kB] 17:54:33 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1214 kB] 17:54:34 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [19.8 kB] 17:54:34 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [68.8 kB] 17:54:34 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [912 kB] 17:54:34 Get:11 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8158 B] 17:54:34 Get:12 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] 17:54:34 Get:13 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [52.4 kB] 17:54:34 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [8507 B] 17:54:34 Fetched 4769 kB in 3s (1734 kB/s) 17:54:35 Reading package lists... 17:54:41 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 17:54:41 Reading package lists... 17:54:42 Building dependency tree... 17:54:42 Reading state information... 17:54:42 The following packages were automatically installed and are no longer required: 17:54:42 libjq1 liblzo2-2 libonig4 17:54:42 Use 'sudo apt autoremove' to remove them. 17:54:42 Suggested packages: 17:54:42 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 17:54:42 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc 17:54:42 keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc 17:54:42 libterm-readline-gnu-perl | libterm-readline-perl-perl 17:54:42 The following NEW packages will be installed: 17:54:42 curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl 17:54:42 libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 17:54:42 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase 17:54:42 openssh-client patch perl perl-modules-5.26 xauth 17:54:42 0 upgraded, 27 newly installed, 0 to remove and 6 not upgraded. 17:54:42 Need to get 14.7 MB of archives. 17:54:42 After this operation, 89.5 MB of additional disk space will be used. 17:54:42 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxau6 amd64 1:1.0.8-1 [8376 B] 17:54:43 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 17:54:43 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB] 17:54:43 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB] 17:54:43 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] 17:54:43 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.2 [569 kB] 17:54:43 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB] 17:54:43 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 17:54:43 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 17:54:43 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 17:54:43 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] 17:54:43 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] 17:54:43 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 17:54:43 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 17:54:43 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 17:54:43 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 17:54:43 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.3 [1088 kB] 17:54:43 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B] 17:54:43 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 17:54:43 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB] 17:54:43 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.8 [159 kB] 17:54:43 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.8 [213 kB] 17:54:43 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 17:54:43 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 17:54:44 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 17:54:44 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 17:54:44 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 17:54:50 debconf: delaying package configuration, since apt-utils is not installed 17:54:50 Fetched 14.7 MB in 1s (10.8 MB/s) 17:54:50 Selecting previously unselected package libxau6:amd64. 17:54:50 (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.) 17:54:50 Preparing to unpack .../00-libxau6_1%3a1.0.8-1_amd64.deb ... 17:54:51 Unpacking libxau6:amd64 (1:1.0.8-1) ... 17:54:57 CGO_ENABLED=0 GO111MODULE=on go build ./... 17:55:03 Selecting previously unselected package libbsd0:amd64. 17:55:03 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 17:55:03 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 17:55:03 Selecting previously unselected package libxdmcp6:amd64. 17:55:03 Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_amd64.deb ... 17:55:03 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... 17:55:04 Selecting previously unselected package libxcb1:amd64. 17:55:04 Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_amd64.deb ... 17:55:04 Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ... 17:55:06 Selecting previously unselected package libx11-data. 17:55:06 Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... 17:55:08 Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... 17:55:19 Skipping stage go (already ran) 17:55:19 Staging device-mqtt 17:55:19 Priming go 17:55:22 Priming device-mqtt 17:55:26 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 17:55:26 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 17:55:26 Determining the version from the project repo (version-script). 17:55:26 The version has been set to '0.0.0-20200518+09b2ffd' 17:55:26 Snapping 'edgex-device-mqtt' ... 17:55:29 17:55:29 Snapped edgex-device-mqtt_0.0.0-20200518+09b2ffd_arm64.snap 17:55:29 Selecting previously unselected package libx11-6:amd64. 17:55:29 Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_amd64.deb ... 17:55:29 Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... 17:55:39 Selecting previously unselected package libxext6:amd64. 17:55:39 Preparing to unpack .../06-libxext6_2%3a1.3.3-1_amd64.deb ... 17:55:39 Unpacking libxext6:amd64 (2:1.3.3-1) ... [Pipeline] } 17:55:47 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] } 17:55:54 Selecting previously unselected package perl-modules-5.26. 17:55:54 Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 17:55:54 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 17:56:26 Selecting previously unselected package libgdbm5:amd64. 17:56:26 Preparing to unpack .../08-libgdbm5_1.14.1-6_amd64.deb ... 17:56:26 Unpacking libgdbm5:amd64 (1.14.1-6) ... 17:56:26 Selecting previously unselected package libgdbm-compat4:amd64. 17:56:26 Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_amd64.deb ... 17:56:26 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 17:56:26 Selecting previously unselected package libperl5.26:amd64. 17:56:26 Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... 17:56:26 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 17:56:41 Selecting previously unselected package perl. 17:56:41 Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_amd64.deb ... 17:56:41 Unpacking perl (5.26.1-6ubuntu0.3) ... 17:56:41 Selecting previously unselected package less. 17:56:41 Preparing to unpack .../12-less_487-0.1_amd64.deb ... 17:56:41 Unpacking less (487-0.1) ... 17:56:41 Selecting previously unselected package libexpat1:amd64. 17:56:41 Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 17:56:41 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 17:56:41 Selecting previously unselected package netbase. 17:56:41 Preparing to unpack .../14-netbase_5.4_all.deb ... 17:56:41 Unpacking netbase (5.4) ... 17:56:42 Selecting previously unselected package libedit2:amd64. 17:56:42 Preparing to unpack .../15-libedit2_3.1-20170329-1_amd64.deb ... 17:56:42 Unpacking libedit2:amd64 (3.1-20170329-1) ... 17:56:42 Selecting previously unselected package libssl1.0.0:amd64. 17:56:42 Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb ... 17:56:42 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... 17:56:42 Selecting previously unselected package libxmuu1:amd64. 17:56:42 Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_amd64.deb ... 17:56:42 Unpacking libxmuu1:amd64 (2:1.1.2-2) ... 17:56:43 Selecting previously unselected package openssh-client. 17:56:43 Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 17:56:43 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 17:56:45 Selecting previously unselected package xauth. 17:56:45 Preparing to unpack .../19-xauth_1%3a1.0.10-1_amd64.deb ... 17:56:45 Unpacking xauth (1:1.0.10-1) ... 17:56:46 Selecting previously unselected package curl. 17:56:46 Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_amd64.deb ... 17:56:46 Unpacking curl (7.58.0-2ubuntu3.8) ... 17:56:46 Selecting previously unselected package libcurl3-gnutls:amd64. 17:56:46 Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_amd64.deb ... 17:56:46 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... 17:56:54 Selecting previously unselected package liberror-perl. 17:56:54 Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... 17:56:54 Unpacking liberror-perl (0.17025-1) ... 17:56:54 Selecting previously unselected package git-man. 17:56:54 Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 17:56:54 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 17:56:55 Selecting previously unselected package git. 17:56:55 Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 17:56:56 Unpacking git (1:2.17.1-1ubuntu0.7) ... 17:57:00 Selecting previously unselected package make. 17:57:00 Preparing to unpack .../25-make_4.1-9.1ubuntu1_amd64.deb ... 17:57:00 Unpacking make (4.1-9.1ubuntu1) ... 17:57:00 Selecting previously unselected package patch. 17:57:00 Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_amd64.deb ... 17:57:00 Unpacking patch (2.7.6-2ubuntu1.1) ... 17:57:00 Setting up libedit2:amd64 (3.1-20170329-1) ... 17:57:00 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 17:57:00 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 17:57:00 Setting up less (487-0.1) ... 17:57:01 Setting up make (4.1-9.1ubuntu1) ... 17:57:01 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... 17:57:01 Setting up curl (7.58.0-2ubuntu3.8) ... 17:57:02 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... 17:57:02 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 17:57:02 Setting up libgdbm5:amd64 (1.14.1-6) ... 17:57:02 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 17:57:02 Setting up patch (2.7.6-2ubuntu1.1) ... 17:57:02 Setting up libxdmcp6:amd64 (1:1.1.2-3) ... 17:57:02 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 17:57:02 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 17:57:03 Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... 17:57:03 Setting up libxau6:amd64 (1:1.0.8-1) ... 17:57:03 Setting up netbase (5.4) ... 17:57:03 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 17:57:03 Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ... 17:57:03 Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... 17:57:03 Setting up libxmuu1:amd64 (2:1.1.2-2) ... 17:57:03 Setting up perl (5.26.1-6ubuntu0.3) ... 17:57:03 Setting up libxext6:amd64 (2:1.3.3-1) ... 17:57:03 Setting up liberror-perl (0.17025-1) ... 17:57:03 Setting up xauth (1:1.0.10-1) ... 17:57:04 Setting up git (1:2.17.1-1ubuntu0.7) ... 17:57:04 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:57:07 curl set to automatically installed. 17:57:07 git set to automatically installed. 17:57:07 git-man set to automatically installed. 17:57:07 less set to automatically installed. 17:57:07 libbsd0 set to automatically installed. 17:57:07 libcurl3-gnutls set to automatically installed. 17:57:07 libedit2 set to automatically installed. 17:57:07 liberror-perl set to automatically installed. 17:57:07 libexpat1 set to automatically installed. 17:57:07 libgdbm-compat4 set to automatically installed. 17:57:07 libgdbm5 set to automatically installed. 17:57:07 libperl5.26 set to automatically installed. 17:57:07 libssl1.0.0 set to automatically installed. 17:57:07 libx11-6 set to automatically installed. 17:57:07 libx11-data set to automatically installed. 17:57:07 libxau6 set to automatically installed. 17:57:07 libxcb1 set to automatically installed. 17:57:07 libxdmcp6 set to automatically installed. 17:57:07 libxext6 set to automatically installed. 17:57:07 libxmuu1 set to automatically installed. 17:57:07 make set to automatically installed. 17:57:07 netbase set to automatically installed. 17:57:07 openssh-client set to automatically installed. 17:57:07 patch set to automatically installed. 17:57:07 perl set to automatically installed. 17:57:07 perl-modules-5.26 set to automatically installed. 17:57:07 xauth set to automatically installed. 17:57:07 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 17:57:07 Please ensure the environment is properly setup before continuing. 17:57:07 Ignore this message if the appropriate measures have already been taken 17:57:07 Pulling go 17:57:08 'device-mqtt' has dependencies that need to be staged: go 17:57:08 Skipping pull go (already ran) 17:57:08 Building go 17:57:08 % Total % Received % Xferd Average Speed Time Time Time Current 17:57:08 Dload Upload Total Spent Left Speed 17:57:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 46 114M 46 52.9M 0 0 66.0M 0 0:00:01 --:--:-- 0:00:01 65.9M 100 114M 100 114M 0 0 81.4M 0 0:00:01 0:00:01 --:--:-- 81.4M 17:57:10 go1.13.5.linux-amd64.tar.gz: OK 17:57:56 Staging go 17:58:05 Pulling device-mqtt 17:58:06 Skipping build go (already ran) 17:58:06 Building device-mqtt 17:58:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 17:58:34 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 17:58:34 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.1 17:58:34 go: downloading github.com/spf13/cast v1.3.0 17:58:34 go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 17:58:34 go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 17:59:00 go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 17:59:00 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 17:59:00 go: extracting github.com/spf13/cast v1.3.0 17:59:00 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.1 17:59:00 go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 17:59:00 go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 17:59:00 go: downloading github.com/go-kit/kit v0.8.0 17:59:00 go: downloading github.com/google/uuid v1.1.1 17:59:00 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 17:59:00 go: downloading github.com/gorilla/mux v1.7.1 17:59:00 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.31 17:59:00 go: downloading gopkg.in/yaml.v2 v2.2.8 17:59:00 go: extracting github.com/google/uuid v1.1.1 17:59:00 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.31 17:59:00 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 17:59:00 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 17:59:00 go: downloading github.com/OneOfOne/xxhash v1.2.6 17:59:00 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 17:59:00 go: extracting github.com/gorilla/mux v1.7.1 17:59:00 go: downloading github.com/pkg/errors v0.8.1 17:59:00 go: downloading github.com/x448/float16 v0.8.4 17:59:00 go: extracting gopkg.in/yaml.v2 v2.2.8 17:59:00 go: downloading github.com/pelletier/go-toml v1.2.0 17:59:00 go: extracting github.com/go-kit/kit v0.8.0 17:59:00 go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 17:59:00 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 17:59:00 go: downloading github.com/BurntSushi/toml v0.3.1 17:59:01 go: extracting github.com/OneOfOne/xxhash v1.2.6 17:59:01 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 17:59:01 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 17:59:01 go: downloading github.com/go-logfmt/logfmt v0.4.0 17:59:01 go: downloading github.com/hashicorp/consul/api v1.1.0 17:59:02 go: extracting github.com/x448/float16 v0.8.4 17:59:02 go: extracting github.com/pkg/errors v0.8.1 17:59:02 go: extracting github.com/pelletier/go-toml v1.2.0 17:59:02 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 17:59:02 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:59:02 go: extracting github.com/BurntSushi/toml v0.3.1 17:59:04 go: extracting github.com/go-logfmt/logfmt v0.4.0 17:59:05 go: extracting github.com/hashicorp/consul/api v1.1.0 17:59:05 go: downloading github.com/hashicorp/serf v0.8.2 17:59:05 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 17:59:05 go: downloading github.com/mitchellh/mapstructure v1.1.2 17:59:05 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 17:59:06 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:59:06 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 17:59:06 go: downloading github.com/mitchellh/copystructure v1.0.0 17:59:06 go: extracting github.com/mitchellh/mapstructure v1.1.2 17:59:06 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 17:59:06 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 17:59:06 go: extracting github.com/hashicorp/serf v0.8.2 17:59:06 go: extracting github.com/mitchellh/copystructure v1.0.0 17:59:06 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 17:59:06 go: downloading github.com/mitchellh/reflectwalk v1.0.0 17:59:06 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:59:06 go: extracting github.com/mitchellh/reflectwalk v1.0.0 17:59:06 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:59:06 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 17:59:06 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 17:59:06 go: downloading github.com/hashicorp/golang-lru v0.5.0 17:59:06 go: extracting github.com/hashicorp/golang-lru v0.5.0 17:59:06 go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 17:59:06 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 17:59:06 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 17:59:06 go: finding github.com/spf13/cast v1.3.0 17:59:06 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 17:59:06 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 17:59:08 go: finding github.com/gorilla/mux v1.7.1 17:59:08 go: finding github.com/OneOfOne/xxhash v1.2.6 17:59:08 go: finding github.com/fxamacker/cbor/v2 v2.2.0 17:59:08 go: finding github.com/go-kit/kit v0.8.0 17:59:08 go: finding github.com/google/uuid v1.1.1 17:59:08 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 17:59:08 go: finding github.com/x448/float16 v0.8.4 17:59:08 go: finding github.com/go-logfmt/logfmt v0.4.0 17:59:08 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 17:59:08 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 17:59:08 go: finding github.com/BurntSushi/toml v0.3.1 17:59:08 go: finding gopkg.in/yaml.v2 v2.2.8 17:59:08 go: finding github.com/pkg/errors v0.8.1 17:59:08 go: finding github.com/hashicorp/consul/api v1.1.0 17:59:08 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 17:59:08 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 17:59:08 go: finding github.com/pelletier/go-toml v1.2.0 17:59:09 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:59:09 go: finding github.com/hashicorp/go-rootcerts v1.0.0 17:59:09 go: finding github.com/mitchellh/copystructure v1.0.0 17:59:09 go: finding github.com/mitchellh/mapstructure v1.1.2 17:59:09 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 17:59:09 go: finding github.com/hashicorp/serf v0.8.2 17:59:09 go: finding github.com/mitchellh/reflectwalk v1.0.0 17:59:09 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:59:09 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 17:59:09 go: finding github.com/hashicorp/golang-lru v0.5.0 17:59:47 CGO_ENABLED=0 GO111MODULE=on go build ./... 18:00:14 Skipping stage go (already ran) 18:00:14 Staging device-mqtt 18:00:14 Priming go 18:00:14 Priming device-mqtt 18:00:15 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 18:00:15 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 18:00:15 Determining the version from the project repo (version-script). 18:00:15 The version has been set to '0.0.0-20200518+09b2ffd' 18:00:16 Snapping 'edgex-device-mqtt' ... 18:00:17 18:00:17 Snapped edgex-device-mqtt_0.0.0-20200518+09b2ffd_amd64.snap [Pipeline] } 18:00:27 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 18:00:47 provisioning config files... 18:00:47 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-146@tmp/config1554048027983109062tmp [Pipeline] { [Pipeline] sh 18:00:48 + curl -s https://codecov.io/bash 18:00:48 + bash -s - -t @/w/workspace/gexfoundry_device-mqtt-go_PR-146@tmp/config1554048027983109062tmp 18:00:48 18:00:48 _____ _ 18:00:48 / ____| | | 18:00:48 | | ___ __| | ___ ___ _____ __ 18:00:48 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:00:48 | |___| (_) | (_| | __/ (_| (_) \ V / 18:00:48 \_____\___/ \__,_|\___|\___\___/ \_/ 18:00:48 Bash-20200430-d757c17 18:00:48 18:00:48 18:00:48 ==> Jenkins CI detected. 18:00:48 project root: . 18:00:48 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:00:48 ==> Running gcov in . (disable via -X gcov) 18:00:48 ==> Python coveragepy not found 18:00:48 ==> Searching for coverage reports in: 18:00:48 + . 18:00:48 -> Found 1 reports 18:00:48 ==> Detecting git/mercurial file structure 18:00:48 ==> Reading reports 18:00:48 + ./coverage.out bytes=18214 18:00:48 ==> Appending adjustments 18:00:48 https://docs.codecov.io/docs/fixing-reports 18:00:48 + Found adjustments 18:00:48 ==> Gzipping contents 18:00:48 ==> Uploading reports 18:00:48 url: https://codecov.io 18:00:48 query: branch=PR-146&commit=09b2ffdda73b8175ff769048f464209047f75e56&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-146%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=146&job= 18:00:48 -> Pinging Codecov 18:00:48 https://codecov.io/upload/v4?package=bash-20200430-d757c17&token=secret&branch=PR-146&commit=09b2ffdda73b8175ff769048f464209047f75e56&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-146%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=146&job= 18:00:49 -> Uploading 18:00:49 -> View reports at https://codecov.io/github/edgexfoundry/device-mqtt-go/commit/09b2ffdda73b8175ff769048f464209047f75e56 [Pipeline] } 18:00:50 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 18:00:54 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:00:55 ---> package-listing.sh 18:00:55 ++ tr '[:upper:]' '[:lower:]' 18:00:55 ++ facter osfamily 18:00:55 + OS_FAMILY=redhat 18:00:55 + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-146 18:00:55 + START_PACKAGES=/tmp/packages_start.txt 18:00:55 + END_PACKAGES=/tmp/packages_end.txt 18:00:55 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:00:55 + PACKAGES=/tmp/packages_start.txt 18:00:55 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-146 ']' 18:00:55 + PACKAGES=/tmp/packages_end.txt 18:00:55 + case "${OS_FAMILY}" in 18:00:55 + rpm -qa 18:00:55 + sort 18:01:07 + '[' -f /tmp/packages_start.txt ']' 18:01:07 + '[' -f /tmp/packages_end.txt ']' 18:01:07 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:01:07 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-146 ']' 18:01:07 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-146/archives/ 18:01:07 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-146/archives/ [Pipeline] isUnix [Pipeline] sh 18:01:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:01:30 18:01:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:01:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:01:31 alpine: Pulling from edgex-lftools-log-publisher 18:01:31 c9b1b535fdd9: Pulling fs layer 18:01:31 2cc5ad85d9ab: Pulling fs layer 18:01:31 756a868c4378: Pulling fs layer 18:01:31 444b2fc9a129: Pulling fs layer 18:01:31 ea15f1150254: Pulling fs layer 18:01:31 41b27a9f41bf: Pulling fs layer 18:01:31 28c525ee5125: Pulling fs layer 18:01:31 094b1ea09ed8: Pulling fs layer 18:01:31 138eaada9080: Pulling fs layer 18:01:31 0622d0fa9048: Pulling fs layer 18:01:31 444b2fc9a129: Waiting 18:01:31 ea15f1150254: Waiting 18:01:31 41b27a9f41bf: Waiting 18:01:31 28c525ee5125: Waiting 18:01:31 094b1ea09ed8: Waiting 18:01:31 138eaada9080: Waiting 18:01:31 0622d0fa9048: Waiting 18:01:31 2cc5ad85d9ab: Verifying Checksum 18:01:31 2cc5ad85d9ab: Download complete 18:01:31 444b2fc9a129: Verifying Checksum 18:01:31 444b2fc9a129: Download complete 18:01:32 c9b1b535fdd9: Verifying Checksum 18:01:32 c9b1b535fdd9: Download complete 18:01:32 ea15f1150254: Verifying Checksum 18:01:32 ea15f1150254: Download complete 18:01:32 28c525ee5125: Verifying Checksum 18:01:32 28c525ee5125: Download complete 18:01:32 c9b1b535fdd9: Pull complete 18:01:32 756a868c4378: Verifying Checksum 18:01:32 756a868c4378: Download complete 18:01:33 138eaada9080: Verifying Checksum 18:01:33 138eaada9080: Download complete 18:01:33 0622d0fa9048: Verifying Checksum 18:01:33 0622d0fa9048: Download complete 18:01:33 094b1ea09ed8: Verifying Checksum 18:01:33 094b1ea09ed8: Download complete 18:01:34 41b27a9f41bf: Verifying Checksum 18:01:34 41b27a9f41bf: Download complete 18:01:41 2cc5ad85d9ab: Pull complete 18:01:59 756a868c4378: Pull complete 18:01:59 444b2fc9a129: Pull complete 18:01:59 ea15f1150254: Pull complete 18:02:17 41b27a9f41bf: Pull complete 18:02:17 28c525ee5125: Pull complete 18:02:28 094b1ea09ed8: Pull complete 18:02:28 138eaada9080: Pull complete 18:02:28 0622d0fa9048: Pull complete 18:02:28 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 18:02:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:02:28 prd-centos7-docker-4c-2g-8820 does not seem to be running inside a container 18:02:29 $ 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-146 -v /w/workspace/gexfoundry_device-mqtt-go_PR-146:/w/workspace/gexfoundry_device-mqtt-go_PR-146:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-146@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:02:32 $ docker top 58068f648f04208b8095a45719149c7feae7f5b37411f505246116c52de99f78 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:02:49 provisioning config files... 18:02:49 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-146@tmp/config710834742406192248tmp [Pipeline] { [Pipeline] echo 18:02:49 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:02:50 ---> create-netrc.sh [Pipeline] echo 18:02:51 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:02:52 ---> logs-deploy.sh 18:02:52 + ARCHIVE_ARTIFACTS= 18:02:52 + LOGS_SERVER=https://logs.edgexfoundry.org 18:02:52 + '[' https://logs.edgexfoundry.org == None ']' 18:02:52 + NEXUS_URL=https://nexus.edgexfoundry.org 18:02:52 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-146/1 18:02:52 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-mqtt-go/job/PR-146/1/ 18:02:52 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-146/1 /w/workspace/gexfoundry_device-mqtt-go_PR-146 18:03:02 Archives upload complete. 18:03:02 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-146/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-mqtt-go/job/PR-146/1/ 18:03:03 ---> uname -a: 18:03:03 Linux 58068f648f04 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 Linux 18:03:03 18:03:03 18:03:03 ---> lscpu: 18:03:03 Architecture: x86_64 18:03:03 CPU op-mode(s): 32-bit, 64-bit 18:03:03 Byte Order: Little Endian 18:03:03 Address sizes: 40 bits physical, 48 bits virtual 18:03:03 CPU(s): 4 18:03:03 On-line CPU(s) list: 0-3 18:03:03 Thread(s) per core: 1 18:03:03 Core(s) per socket: 1 18:03:03 Socket(s): 4 18:03:03 NUMA node(s): 1 18:03:03 Vendor ID: GenuineIntel 18:03:03 CPU family: 6 18:03:03 Model: 44 18:03:03 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:03:03 Stepping: 1 18:03:03 CPU MHz: 2933.438 18:03:03 BogoMIPS: 5866.87 18:03:03 Virtualization: VT-x 18:03:03 Hypervisor vendor: KVM 18:03:03 Virtualization type: full 18:03:03 L1d cache: 128 KiB 18:03:03 L1i cache: 128 KiB 18:03:03 L2 cache: 16 MiB 18:03:03 L3 cache: 64 MiB 18:03:03 NUMA node0 CPU(s): 0-3 18:03:03 Vulnerability L1tf: Mitigation; PTE Inversion; VMX SMT disabled, L1D conditional cache flushes 18:03:03 Vulnerability Meltdown: Mitigation; PTI 18:03:03 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:03:03 Vulnerability Spectre v1: Mitigation; Load fences, __user pointer sanitization 18:03:03 Vulnerability Spectre v2: Mitigation; Full retpoline 18:03:03 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 18:03:03 18:03:03 18:03:03 ---> nproc: 18:03:03 4 18:03:03 18:03:03 18:03:03 ---> df -h: 18:03:03 Filesystem Size Used Available Use% Mounted on 18:03:03 overlay 50.0G 6.0G 44.0G 12% / 18:03:03 tmpfs 64.0M 0 64.0M 0% /dev 18:03:03 tmpfs 919.1M 0 919.1M 0% /sys/fs/cgroup 18:03:03 shm 64.0M 0 64.0M 0% /dev/shm 18:03:03 /dev/vda1 50.0G 6.0G 44.0G 12% /etc/resolv.conf 18:03:03 /dev/vda1 50.0G 6.0G 44.0G 12% /etc/hostname 18:03:03 /dev/vda1 50.0G 6.0G 44.0G 12% /etc/hosts 18:03:03 /dev/vda1 50.0G 6.0G 44.0G 12% /w/workspace/gexfoundry_device-mqtt-go_PR-146 18:03:03 /dev/vda1 50.0G 6.0G 44.0G 12% /w/workspace/gexfoundry_device-mqtt-go_PR-146@tmp 18:03:03 /dev/vda1 50.0G 6.0G 44.0G 12% /var/log/sa 18:03:03 18:03:03