Pull request #152 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lranjbar for edgexfoundry/device-mqtt-go Obtained Jenkinsfile from dafb43ec76d71bbae9e0904ccde44c6677c4192f+de391997badefd51019ce0551674f6b8472580b5 (608a14c886091e88ba1ae4aada8c61a4105d2944) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 370697454611dc68c0596e0d0a50477a8de841a8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, goVersion:1.13, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-mqtt-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: true [Pipeline] node Running on prd-centos7-docker-4c-2g-2662 in /w/workspace/gexfoundry_device-mqtt-go_PR-152 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git > git init /w/workspace/gexfoundry_device-mqtt-go_PR-152 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Fetching without tags Merging remotes/origin/master commit de391997badefd51019ce0551674f6b8472580b5 into PR head commit dafb43ec76d71bbae9e0904ccde44c6677c4192f Merge succeeded, producing dafb43ec76d71bbae9e0904ccde44c6677c4192f Checking out Revision dafb43ec76d71bbae9e0904ccde44c6677c4192f (PR-152) > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/152/head:refs/remotes/origin/PR-152 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/152/head:refs/remotes/origin/PR-152 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/152/head:refs/remotes/origin/PR-152 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dafb43ec76d71bbae9e0904ccde44c6677c4192f # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge de391997badefd51019ce0551674f6b8472580b5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dafb43ec76d71bbae9e0904ccde44c6677c4192f # timeout=10 Commit message: "Update device-sdk-go: 1.2.2 Changes in this version of the SDK include: - fix timing issue w/consul which impacted startup time - ensure services listen on all network interfaces" > git rev-list --no-walk bcd8d76c4d7f1ef35a94454f80ce9983db2bd147 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:57:49 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:57:50 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:57:50 ========================================================= 22:57:50 EdgeX Global Pipelines Version Info 22:57:50 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:57:52 ------------------- 22:57:52 stable info: 22:57:52 ------------------- 22:57:52 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:57:52 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 22:57:52 Message: update stable to v1.0.89 22:57:52 ------------------- 22:57:52 experimental info: 22:57:52 ------------------- 22:57:52 Commited By: **** collab-it+edgex@linuxfoundation.org 22:57:52 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 22:57:52 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 22:57:53 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:57:54 22:57:54 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:57:54 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:57:54 latest: Pulling from edgex-devops/git-semver 22:57:54 9123ac7c32f7: Pulling fs layer 22:57:54 b8cc5d1170e3: Pulling fs layer 22:57:54 2924cbbf6a41: Pulling fs layer 22:57:54 93b08a4f1073: Pulling fs layer 22:57:54 93b08a4f1073: Waiting 22:57:54 b8cc5d1170e3: Verifying Checksum 22:57:54 b8cc5d1170e3: Download complete 22:57:54 9123ac7c32f7: Download complete 22:57:54 93b08a4f1073: Verifying Checksum 22:57:54 93b08a4f1073: Download complete 22:57:54 2924cbbf6a41: Verifying Checksum 22:57:54 2924cbbf6a41: Download complete 22:57:55 9123ac7c32f7: Pull complete 22:57:55 b8cc5d1170e3: Pull complete 22:57:56 2924cbbf6a41: Pull complete 22:57:56 93b08a4f1073: Pull complete 22:57:56 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 22:57:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:57:56 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:57:56 prd-centos7-docker-4c-2g-2662 does not seem to be running inside a container 22:57:57 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-152 -v /w/workspace/gexfoundry_device-mqtt-go_PR-152:/w/workspace/gexfoundry_device-mqtt-go_PR-152:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-152@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-152@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:57:58 $ docker top 009ca0d16a2233cd76877b2409264fa40e6c7d324b47f987a88f28f1297bf65f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:57:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:57:58 [ssh-agent] Looking for ssh-agent implementation... 22:57:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:57:59 $ docker exec 009ca0d16a2233cd76877b2409264fa40e6c7d324b47f987a88f28f1297bf65f ssh-agent 22:57:59 SSH_AUTH_SOCK=/tmp/ssh-pRRExg6crYKo/agent.11 22:57:59 SSH_AGENT_PID=16 22:57:59 Running ssh-add (command line suppressed) 22:57:59 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-152@tmp/private_key_3137588362476976032.key (/w/workspace/gexfoundry_device-mqtt-go_PR-152@tmp/private_key_3137588362476976032.key) 22:57:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:57:59 + git describe --exact-match --tags HEAD 22:57:59 fatal: No names found, cannot describe anything. [Pipeline] } 22:57:59 $ docker exec --env ******** --env ******** 009ca0d16a2233cd76877b2409264fa40e6c7d324b47f987a88f28f1297bf65f ssh-agent -k 22:57:59 unset SSH_AUTH_SOCK; 22:57:59 unset SSH_AGENT_PID; 22:57:59 echo Agent pid 16 killed; 22:57:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 22:58:00 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 22:58:00 This usually means this commit has not been tagged. [Pipeline] sshagent 22:58:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:58:00 [ssh-agent] Looking for ssh-agent implementation... 22:58:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:58:00 $ docker exec 009ca0d16a2233cd76877b2409264fa40e6c7d324b47f987a88f28f1297bf65f ssh-agent 22:58:00 SSH_AUTH_SOCK=/tmp/ssh-rkOWEpjYUGhI/agent.44 22:58:00 SSH_AGENT_PID=49 22:58:00 Running ssh-add (command line suppressed) 22:58:00 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-152@tmp/private_key_4303137029594085290.key (/w/workspace/gexfoundry_device-mqtt-go_PR-152@tmp/private_key_4303137029594085290.key) 22:58:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:58:00 + git semver init 22:58:00 # -> Open(): unable to determine branch for HEAD 22:58:00 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-152/.git 22:58:00 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-152 22:58:00 # $SEMVER_REMOTE_NAME = origin 22:58:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:58:00 # $SEMVER_USER_NAME = edgex-jenkins 22:58:00 # $SEMVER_BRANCH = PR-152 22:58:00 # $SEMVER_TEMP = /tmp/semver-662482243 22:58:00 # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP 22:58:01 # '/tmp/semver-662482243' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-152/.semver' 22:58:01 # -> Force: false 22:58:01 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-152/.semver [Pipeline] } 22:58:01 $ docker exec --env ******** --env ******** 009ca0d16a2233cd76877b2409264fa40e6c7d324b47f987a88f28f1297bf65f ssh-agent -k 22:58:01 unset SSH_AUTH_SOCK; 22:58:01 unset SSH_AGENT_PID; 22:58:01 echo Agent pid 49 killed; 22:58:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:58:02 + git semver [Pipeline] } 22:58:02 $ docker stop --time=1 009ca0d16a2233cd76877b2409264fa40e6c7d324b47f987a88f28f1297bf65f 22:58:03 $ docker rm -f 009ca0d16a2233cd76877b2409264fa40e6c7d324b47f987a88f28f1297bf65f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 22:58:03 Stashed 28 file(s) [Pipeline] echo 22:58:03 [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 22:58:04 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2659 in /w/workspace/gexfoundry_device-mqtt-go_PR-152 [Pipeline] { [Pipeline] ws 22:58:04 Running in /w/workspace/device-mqtt-go/2 [Pipeline] { [Pipeline] checkout 22:58:09 using credential edgex-jenkins-ssh 22:58:09 Cloning the remote Git repository 22:58:09 Cloning with configured refspecs honoured and without tags 22:58:09 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 22:58:10 > git init /w/workspace/device-mqtt-go/2 # timeout=10 22:58:10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 22:58:10 > git --version # timeout=10 22:58:10 using GIT_SSH to set credentials SSH Credentials for GitHub 22:58:10 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/152/head:refs/remotes/origin/PR-152 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:58:11 Fetching without tags 22:58:11 Merging remotes/origin/master commit de391997badefd51019ce0551674f6b8472580b5 into PR head commit dafb43ec76d71bbae9e0904ccde44c6677c4192f 22:58:11 Merge succeeded, producing dafb43ec76d71bbae9e0904ccde44c6677c4192f 22:58:11 Checking out Revision dafb43ec76d71bbae9e0904ccde44c6677c4192f (PR-152) 22:58:11 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 22:58:11 > git config --add remote.origin.fetch +refs/pull/152/head:refs/remotes/origin/PR-152 # timeout=10 22:58:11 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 22:58:11 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 22:58:11 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 22:58:11 using GIT_SSH to set credentials SSH Credentials for GitHub 22:58:11 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/152/head:refs/remotes/origin/PR-152 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:58:11 > git config core.sparsecheckout # timeout=10 22:58:11 > git checkout -f dafb43ec76d71bbae9e0904ccde44c6677c4192f # timeout=10 22:58:11 > git remote # timeout=10 22:58:11 > git config --get remote.origin.url # timeout=10 22:58:11 using GIT_SSH to set credentials SSH Credentials for GitHub 22:58:11 > git merge de391997badefd51019ce0551674f6b8472580b5 # timeout=10 22:58:11 > git rev-parse HEAD^{commit} # timeout=10 22:58:11 > git config core.sparsecheckout # timeout=10 22:58:11 > git checkout -f dafb43ec76d71bbae9e0904ccde44c6677c4192f # timeout=10 22:58:16 Commit message: "Update device-sdk-go: 1.2.2 Changes in this version of the SDK include: - fix timing issue w/consul which impacted startup time - ensure services listen on all network interfaces" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 22:58:17 ========================================================= 22:58:17 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 22:58:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:58:18 + 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 . 22:58:19 Still waiting to schedule task 22:58:19 Waiting for next available executor on ‘centos7-docker-4c-2g’ 22:58:19 Sending build context to Docker daemon 605.2kB 22:58:19 Step 1/8 : ARG BASE=golang:1.13-alpine 22:58:19 Step 2/8 : FROM ${BASE} 22:58:19 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:58:19 cde5963f3b93: Pulling fs layer 22:58:19 2a23fa8c16f7: Pulling fs layer 22:58:19 777b28850792: Pulling fs layer 22:58:19 8a11ddd9e578: Pulling fs layer 22:58:19 4cf88f913ddb: Pulling fs layer 22:58:19 1df406cf5192: Pulling fs layer 22:58:19 cd6300453558: Pulling fs layer 22:58:19 b9c365052c96: Pulling fs layer 22:58:19 a2d8cc88f415: Pulling fs layer 22:58:19 ea1d1ca13537: Pulling fs layer 22:58:19 3750a50a1c5e: Pulling fs layer 22:58:19 8a11ddd9e578: Waiting 22:58:19 4cf88f913ddb: Waiting 22:58:19 1df406cf5192: Waiting 22:58:19 cd6300453558: Waiting 22:58:19 b9c365052c96: Waiting 22:58:19 a2d8cc88f415: Waiting 22:58:19 ea1d1ca13537: Waiting 22:58:19 3750a50a1c5e: Waiting 22:58:19 777b28850792: Download complete 22:58:19 2a23fa8c16f7: Verifying Checksum 22:58:19 2a23fa8c16f7: Download complete 22:58:19 4cf88f913ddb: Verifying Checksum 22:58:20 1df406cf5192: Verifying Checksum 22:58:20 1df406cf5192: Download complete 22:58:20 cde5963f3b93: Download complete 22:58:20 cde5963f3b93: Pull complete 22:58:21 2a23fa8c16f7: Pull complete 22:58:22 777b28850792: Pull complete 22:58:22 cd6300453558: Verifying Checksum 22:58:22 cd6300453558: Download complete 22:58:22 a2d8cc88f415: Download complete 22:58:24 ea1d1ca13537: Verifying Checksum 22:58:24 ea1d1ca13537: Download complete 22:58:24 3750a50a1c5e: Verifying Checksum 22:58:24 3750a50a1c5e: Download complete 22:58:25 b9c365052c96: Verifying Checksum 22:58:25 b9c365052c96: Download complete 22:58:25 8a11ddd9e578: Download complete 22:58:38 8a11ddd9e578: Pull complete 22:58:38 4cf88f913ddb: Pull complete 22:58:38 1df406cf5192: Pull complete 22:58:41 cd6300453558: Pull complete 22:58:46 b9c365052c96: Pull complete 22:58:46 a2d8cc88f415: Pull complete 22:58:48 ea1d1ca13537: Pull complete 22:58:49 3750a50a1c5e: Pull complete 22:58:49 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 22:58:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 22:58:49 ---> 78745c68409d 22:58:49 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 22:58:54 ---> Running in f265e42de2b9 22:58:54 Removing intermediate container f265e42de2b9 22:58:54 ---> 7137a9aecb02 22:58:54 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:58:54 ---> Running in b980684c5a91 22:58:58 Removing intermediate container b980684c5a91 22:58:58 ---> 1f3afd6857d9 22:58:58 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 22:58:58 ---> Running in 4479aaf3dffa 22:58:59 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 22:59:00 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 22:59:00 (1/18) Upgrading libgcc (9.2.0-r3 -> 9.2.0-r4) 22:59:00 (2/18) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) 22:59:00 (3/18) Installing libmagic (5.37-r1) 22:59:01 (4/18) Installing file (5.37-r1) 22:59:01 (5/18) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) 22:59:01 (6/18) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) 22:59:01 (7/18) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) 22:59:05 (8/18) Installing libc-dev (0.7.2-r0) 22:59:05 (9/18) Installing g++ (9.2.0-r4) 22:59:09 (10/18) Installing fortify-headers (1.1-r0) 22:59:09 (11/18) Installing build-base (0.5-r1) 22:59:09 (12/18) Installing openssh-keygen (8.1_p1-r0) 22:59:09 (13/18) Installing libedit (20191211.3.1-r0) 22:59:09 (14/18) Installing openssh-client (8.1_p1-r0) 22:59:10 (15/18) Installing openssh-sftp-server (8.1_p1-r0) 22:59:10 (16/18) Installing openssh-server-common (8.1_p1-r0) 22:59:10 (17/18) Installing openssh-server (8.1_p1-r0) 22:59:10 (18/18) Installing openssh (8.1_p1-r0) 22:59:10 Executing busybox-1.31.1-r8.trigger 22:59:10 OK: 203 MiB in 52 packages 22:59:17 Removing intermediate container 4479aaf3dffa 22:59:17 ---> e2deea44356f 22:59:17 Step 6/8 : WORKDIR /device-mqtt-go 22:59:17 ---> Running in e0958d7c2059 22:59:18 Removing intermediate container e0958d7c2059 22:59:18 ---> cace834f50e6 22:59:18 Step 7/8 : COPY . . 22:59:19 ---> 8fbc65d6e130 22:59:19 Step 8/8 : RUN go mod download 22:59:19 ---> Running in bb3e3d237b55 22:59:22 go: finding github.com/BurntSushi/toml v0.3.1 22:59:22 go: finding github.com/OneOfOne/xxhash v1.2.6 22:59:22 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 22:59:22 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 22:59:22 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 22:59:22 go: finding github.com/bgentry/speakeasy v0.1.0 22:59:22 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 22:59:22 go: finding github.com/davecgh/go-spew v1.1.1 22:59:22 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 22:59:22 go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 22:59:22 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 22:59:22 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 22:59:22 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 22:59:22 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 22:59:22 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 22:59:22 go: finding github.com/fatih/color v1.7.0 22:59:22 go: finding github.com/fxamacker/cbor/v2 v2.2.0 22:59:22 go: finding github.com/go-kit/kit v0.8.0 22:59:22 go: finding github.com/go-logfmt/logfmt v0.4.0 22:59:22 go: finding github.com/go-stack/stack v1.8.0 22:59:22 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 22:59:22 go: finding github.com/google/uuid v1.1.1 22:59:22 go: finding github.com/gorilla/mux v1.7.1 22:59:22 go: finding github.com/hashicorp/consul/api v1.1.0 22:59:22 go: finding github.com/hashicorp/consul/sdk v0.1.1 22:59:22 go: finding github.com/hashicorp/errwrap v1.0.0 22:59:22 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 22:59:22 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 22:59:22 go: finding github.com/hashicorp/go-msgpack v0.5.3 22:59:22 go: finding github.com/hashicorp/go-multierror v1.0.0 22:59:22 go: finding github.com/hashicorp/go-rootcerts v1.0.0 22:59:22 go: finding github.com/hashicorp/go-sockaddr v1.0.0 22:59:22 go: finding github.com/hashicorp/go-syslog v1.0.0 22:59:22 go: finding github.com/hashicorp/go-uuid v1.0.1 22:59:22 go: finding github.com/hashicorp/go.net v0.0.1 22:59:22 go: finding github.com/hashicorp/golang-lru v0.5.0 22:59:22 go: finding github.com/hashicorp/logutils v1.0.0 22:59:22 go: finding github.com/hashicorp/mdns v1.0.0 22:59:22 go: finding github.com/hashicorp/memberlist v0.1.3 22:59:22 go: finding github.com/hashicorp/serf v0.8.2 22:59:22 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 22:59:22 go: finding github.com/kr/pretty v0.1.0 22:59:22 go: finding github.com/kr/pty v1.1.1 22:59:22 go: finding github.com/kr/text v0.1.0 22:59:22 go: finding github.com/mattn/go-colorable v0.0.9 22:59:22 go: finding github.com/mattn/go-isatty v0.0.3 22:59:22 go: finding github.com/miekg/dns v1.0.14 22:59:22 go: finding github.com/mitchellh/cli v1.0.0 22:59:22 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 22:59:22 go: finding github.com/mitchellh/copystructure v1.0.0 22:59:22 go: finding github.com/mitchellh/go-homedir v1.0.0 22:59:22 go: finding github.com/mitchellh/go-testing-interface v1.0.0 22:59:22 go: finding github.com/mitchellh/gox v0.4.0 22:59:22 go: finding github.com/mitchellh/iochan v1.0.0 22:59:22 go: finding github.com/mitchellh/mapstructure v1.1.2 22:59:22 go: finding github.com/mitchellh/reflectwalk v1.0.0 22:59:22 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 22:59:22 go: finding github.com/pelletier/go-toml v1.2.0 22:59:22 go: finding github.com/pkg/errors v0.8.1 22:59:22 go: finding github.com/pmezard/go-difflib v1.0.0 22:59:22 go: finding github.com/posener/complete v1.1.1 22:59:22 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 22:59:22 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 22:59:22 go: finding github.com/spf13/cast v1.3.0 22:59:22 go: finding github.com/stretchr/objx v0.1.0 22:59:22 go: finding github.com/stretchr/testify v1.5.1 22:59:22 go: finding github.com/ugorji/go v1.1.4 22:59:22 go: finding github.com/x448/float16 v0.8.4 22:59:22 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 22:59:22 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 22:59:22 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 22:59:22 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 22:59:22 go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 22:59:23 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 22:59:23 go: finding gopkg.in/yaml.v2 v2.2.8 22:59:35 Removing intermediate container bb3e3d237b55 22:59:35 ---> 97800a835ec8 22:59:35 Successfully built 97800a835ec8 22:59:35 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:59:36 + docker inspect -f . ci-base-image-arm64 22:59:36 . [Pipeline] withDockerContainer 22:59:36 prd-ubuntu18.04-docker-arm64-4c-16g-2659 does not seem to be running inside a container 22:59:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/2 -v /w/workspace/device-mqtt-go/2:/w/workspace/device-mqtt-go/2:rw,z -v /w/workspace/device-mqtt-go/2@tmp:/w/workspace/device-mqtt-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:59:38 $ docker top cafd3c181d204a7f0fd36a0dff0fdeb2c8d9e6e48bf7a33752634fd47224eeac -eo pid,comm [Pipeline] { [Pipeline] sh 22:59:40 + go version 22:59:40 go version go1.13.5 linux/arm64 [Pipeline] sh 22:59:41 + make test 22:59:41 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 22:59:42 ? github.com/edgexfoundry/device-mqtt-go [no test files] 23:00:21 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 23:00:21 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.026s coverage: 28.3% of statements 23:00:21 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 23:00:21 CGO_ENABLED=0 GO111MODULE=on go vet ./... 23:00:26 gofmt -l . 23:00:26 ["`gofmt -l .`" = ""] 23:00:26 ./bin/test-attribution-txt.sh 23:00:27 ./bin/test-go-mod-tidy.sh [Pipeline] stash 23:00:28 Stashed 1 file(s) [Pipeline] } 23:00:28 $ docker stop --time=1 cafd3c181d204a7f0fd36a0dff0fdeb2c8d9e6e48bf7a33752634fd47224eeac 23:00:30 $ docker rm -f cafd3c181d204a7f0fd36a0dff0fdeb2c8d9e6e48bf7a33752634fd47224eeac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 23:00:32 + sudo chown -R jenkins:jenkins . [Pipeline] sh 23:00:32 + ls -al . 23:00:32 total 132 23:00:32 drwxrwxr-x 9 jenkins jenkins 4096 Jun 11 23:00 . 23:00:32 drwxrwxr-x 4 jenkins jenkins 4096 Jun 11 22:58 .. 23:00:32 -rw-rw-r-- 1 jenkins jenkins 140 Jun 11 22:58 .dockerignore 23:00:32 drwxrwxr-x 8 jenkins jenkins 4096 Jun 11 22:58 .git 23:00:32 -rw-rw-r-- 1 jenkins jenkins 328 Jun 11 22:58 .gitignore 23:00:32 drwxrwxr-x 3 jenkins jenkins 4096 Jun 11 22:58 .semver 23:00:32 -rw-rw-r-- 1 jenkins jenkins 4678 Jun 11 22:58 Attribution.txt 23:00:32 -rw-rw-r-- 1 jenkins jenkins 1776 Jun 11 22:58 Dockerfile 23:00:32 -rw-rw-r-- 1 jenkins jenkins 953 Jun 11 22:58 Dockerfile.build 23:00:32 -rw-rw-r-- 1 jenkins jenkins 700 Jun 11 22:58 Jenkinsfile 23:00:32 -rw-rw-r-- 1 jenkins jenkins 11340 Jun 11 22:58 LICENSE 23:00:32 -rw-rw-r-- 1 jenkins jenkins 902 Jun 11 22:58 Makefile 23:00:32 -rw-rw-r-- 1 jenkins jenkins 444 Jun 11 22:58 README.md 23:00:32 -rw-rw-r-- 1 jenkins jenkins 5 Jun 11 22:58 VERSION 23:00:32 drwxrwxr-x 2 jenkins jenkins 4096 Jun 11 22:58 bin 23:00:32 drwxrwxr-x 3 jenkins jenkins 4096 Jun 11 22:58 cmd 23:00:32 -rw-r--r-- 1 jenkins jenkins 18939 Jun 11 23:00 coverage.out 23:00:32 -rw-r--r-- 1 jenkins jenkins 510 Jun 11 23:00 go.mod 23:00:32 -rw-r--r-- 1 jenkins jenkins 13621 Jun 11 23:00 go.sum 23:00:32 drwxrwxr-x 3 jenkins jenkins 4096 Jun 11 22:58 internal 23:00:32 drwxrwxr-x 2 jenkins jenkins 4096 Jun 11 22:58 mock 23:00:32 drwxrwxr-x 4 jenkins jenkins 4096 Jun 11 22:58 snap 23:00:32 -rw-rw-r-- 1 jenkins jenkins 227 Jun 11 22:58 version.go [Pipeline] isUnix [Pipeline] sh 23:00:32 + 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=dafb43ec76d71bbae9e0904ccde44c6677c4192f --label arch=arm64 --label version=0.0.0 . 23:00:33 Sending build context to Docker daemon 624.6kB 23:00:33 Step 1/21 : ARG BASE=golang:1.13-alpine 23:00:33 Step 2/21 : FROM ${BASE} AS builder 23:00:33 ---> 97800a835ec8 23:00:33 Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 23:00:33 ---> Running in dd6aa9ce3d73 23:00:33 Removing intermediate container dd6aa9ce3d73 23:00:33 ---> 496c4a25fb30 23:00:33 Step 4/21 : ARG ALPINE_PKG_EXTRA="" 23:00:34 ---> Running in fef83dfd1e31 23:00:34 Removing intermediate container fef83dfd1e31 23:00:34 ---> 1e0dffdb1455 23:00:34 Step 5/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:00:34 ---> Running in 61ce0327526f 23:00:38 Removing intermediate container 61ce0327526f 23:00:38 ---> e8e304f3e84b 23:00:38 Step 6/21 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:00:38 ---> Running in a661ab03eda1 23:00:40 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 23:00:40 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 23:00:41 OK: 203 MiB in 52 packages 23:00:42 Removing intermediate container a661ab03eda1 23:00:42 ---> 3a94c8f3c3ec 23:00:42 Step 7/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 23:00:43 ---> Running in 8019c8e6186d 23:00:43 Removing intermediate container 8019c8e6186d 23:00:43 ---> 26f524ca2dd2 23:00:43 Step 8/21 : COPY . . 23:00:44 ---> 478c3d3c57f1 23:00:44 Step 9/21 : ARG MAKE='make build' 23:00:44 ---> Running in 5c6e7c5ed0d9 23:00:45 Removing intermediate container 5c6e7c5ed0d9 23:00:45 ---> 820e29dd565b 23:00:45 Step 10/21 : RUN $MAKE 23:00:45 ---> Running in 5e85a226a7bc 23:00:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 23:01:19 CGO_ENABLED=0 GO111MODULE=on go build ./... 23:01:29 Removing intermediate container 5e85a226a7bc 23:01:29 ---> f8e9d562f8bd 23:01:29 Step 11/21 : FROM alpine 23:01:29 latest: Pulling from library/alpine 23:01:30 b538f80385f9: Pulling fs layer 23:01:31 b538f80385f9: Verifying Checksum 23:01:31 b538f80385f9: Download complete 23:01:32 b538f80385f9: Pull complete 23:01:32 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 23:01:32 Status: Downloaded newer image for alpine:latest 23:01:32 ---> 62ee0e9f8440 23:01:32 Step 12/21 : ENV APP_PORT=49982 23:01:32 ---> Running in 86426acb91c6 23:01:32 Removing intermediate container 86426acb91c6 23:01:32 ---> fffb1efa69c7 23:01:32 Step 13/21 : EXPOSE $APP_PORT 23:01:32 ---> Running in d74bce7293af 23:01:33 Removing intermediate container d74bce7293af 23:01:33 ---> 8f4e19821443 23:01:33 Step 14/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 23:01:34 ---> 3acae98832be 23:01:34 Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 23:01:35 ---> 36e7f3db9a50 23:01:35 Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 23:01:36 ---> 560afa09907a 23:01:36 Step 17/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 23:01:36 ---> Running in e31f3843475c 23:01:37 Removing intermediate container e31f3843475c 23:01:37 ---> 181e86d93787 23:01:37 Step 18/21 : ENTRYPOINT ["/device-mqtt","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] 23:01:37 ---> Running in 9c0563d276c5 23:01:37 Removing intermediate container 9c0563d276c5 23:01:37 ---> 8f782beda872 23:01:37 Step 19/21 : LABEL arch=arm64 23:01:38 ---> Running in 9a31e9535612 23:01:38 Removing intermediate container 9a31e9535612 23:01:38 ---> b7fad98ef103 23:01:38 Step 20/21 : LABEL git_sha=dafb43ec76d71bbae9e0904ccde44c6677c4192f 23:01:38 ---> Running in 9c47fd284632 23:01:39 Removing intermediate container 9c47fd284632 23:01:39 ---> 09b990c2ec8e 23:01:39 Step 21/21 : LABEL version=0.0.0 23:01:39 ---> Running in 2db1298ba57d 23:01:39 Removing intermediate container 2db1298ba57d 23:01:39 ---> 2360617a65cf 23:01:39 [Warning] One or more build-args [ARCH] were not consumed 23:01:39 Successfully built 2360617a65cf 23:01:39 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 23:01:40 + find /w/workspace/device-mqtt-go/2 23:01:40 + grep snapcraft.yaml 23:01:40 + grep -Po ^name: \K(.*) /w/workspace/device-mqtt-go/2/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:01:41 provisioning config files... 23:01:41 copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/2@tmp/config1490066067991080897tmp [Pipeline] { [Pipeline] sh 23:01:41 + cp /w/workspace/device-mqtt-go/2@tmp/config1490066067991080897tmp /w/workspace/device-mqtt-go/2/edgex-snap-store-login [Pipeline] sh 23:01:41 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/2:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 23:01:41 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally 23:01:42 latest: Pulling from edgex-devops/edgex-snap-builder-arm64 23:01:42 b2f61026a351: Pulling fs layer 23:01:42 5538fb30c42c: Pulling fs layer 23:01:42 f0b05810781a: Pulling fs layer 23:01:42 0180a33352d6: Pulling fs layer 23:01:42 e7604b0c0f53: Pulling fs layer 23:01:42 db689cb83ae0: Pulling fs layer 23:01:42 6138af208834: Pulling fs layer 23:01:42 007c8e8c5d63: Pulling fs layer 23:01:42 4f7a387c642f: Pulling fs layer 23:01:42 0180a33352d6: Waiting 23:01:42 e7604b0c0f53: Waiting 23:01:42 db689cb83ae0: Waiting 23:01:42 6138af208834: Waiting 23:01:42 007c8e8c5d63: Waiting 23:01:42 4f7a387c642f: Waiting 23:01:42 5538fb30c42c: Download complete 23:01:42 f0b05810781a: Download complete 23:01:42 0180a33352d6: Verifying Checksum 23:01:42 0180a33352d6: Download complete 23:01:42 db689cb83ae0: Verifying Checksum 23:01:42 db689cb83ae0: Download complete 23:01:42 6138af208834: Verifying Checksum 23:01:42 6138af208834: Download complete 23:01:42 007c8e8c5d63: Verifying Checksum 23:01:42 4f7a387c642f: Verifying Checksum 23:01:42 4f7a387c642f: Download complete 23:01:43 b2f61026a351: Download complete 23:01:46 b2f61026a351: Pull complete 23:01:46 5538fb30c42c: Pull complete 23:01:47 f0b05810781a: Pull complete 23:01:47 0180a33352d6: Pull complete 23:01:50 e7604b0c0f53: Verifying Checksum 23:01:50 e7604b0c0f53: Download complete 23:01:59 Running on prd-centos7-docker-4c-2g-2664 in /w/workspace/gexfoundry_device-mqtt-go_PR-152 [Pipeline] { [Pipeline] ws 23:01:59 Running in /w/workspace/device-mqtt-go/2 [Pipeline] { [Pipeline] checkout 23:02:02 using credential edgex-jenkins-ssh 23:02:02 Cloning the remote Git repository 23:02:02 Cloning with configured refspecs honoured and without tags 23:02:02 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 23:02:02 > git init /w/workspace/device-mqtt-go/2 # timeout=10 23:02:02 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 23:02:02 > git --version # timeout=10 23:02:02 using GIT_SSH to set credentials SSH Credentials for GitHub 23:02:02 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/152/head:refs/remotes/origin/PR-152 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:02:03 Fetching without tags 23:02:04 Merging remotes/origin/master commit de391997badefd51019ce0551674f6b8472580b5 into PR head commit dafb43ec76d71bbae9e0904ccde44c6677c4192f 23:02:04 Merge succeeded, producing dafb43ec76d71bbae9e0904ccde44c6677c4192f 23:02:04 Checking out Revision dafb43ec76d71bbae9e0904ccde44c6677c4192f (PR-152) 23:02:03 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 23:02:03 > git config --add remote.origin.fetch +refs/pull/152/head:refs/remotes/origin/PR-152 # timeout=10 23:02:03 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 23:02:03 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 23:02:03 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 23:02:03 using GIT_SSH to set credentials SSH Credentials for GitHub 23:02:03 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/152/head:refs/remotes/origin/PR-152 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:02:04 > git config core.sparsecheckout # timeout=10 23:02:04 > git checkout -f dafb43ec76d71bbae9e0904ccde44c6677c4192f # timeout=10 23:02:04 > git remote # timeout=10 23:02:04 > git config --get remote.origin.url # timeout=10 23:02:04 using GIT_SSH to set credentials SSH Credentials for GitHub 23:02:04 > git merge de391997badefd51019ce0551674f6b8472580b5 # timeout=10 23:02:04 > git rev-parse HEAD^{commit} # timeout=10 23:02:04 > git config core.sparsecheckout # timeout=10 23:02:04 > git checkout -f dafb43ec76d71bbae9e0904ccde44c6677c4192f # timeout=10 23:02:08 Commit message: "Update device-sdk-go: 1.2.2 Changes in this version of the SDK include: - fix timing issue w/consul which impacted startup time - ensure services listen on all network interfaces" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 23:02:08 ========================================================= 23:02:08 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 23:02:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:02:09 + 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 . 23:02:09 Sending build context to Docker daemon 605.2kB 23:02:09 Step 1/8 : ARG BASE=golang:1.13-alpine 23:02:09 Step 2/8 : FROM ${BASE} 23:02:10 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 23:02:10 e6b0cf9c0882: Pulling fs layer 23:02:10 2848faf0eed1: Pulling fs layer 23:02:10 0f37312ad70f: Pulling fs layer 23:02:10 5788d62ee057: Pulling fs layer 23:02:10 0e6b1d234666: Pulling fs layer 23:02:10 bf5d7aec512f: Pulling fs layer 23:02:10 34c802a77dc8: Pulling fs layer 23:02:10 9eb99e56ec68: Pulling fs layer 23:02:10 27c7a5d97fbd: Pulling fs layer 23:02:10 5c102a31e300: Pulling fs layer 23:02:10 dcfb455df0a1: Pulling fs layer 23:02:10 34c802a77dc8: Waiting 23:02:10 5788d62ee057: Waiting 23:02:10 9eb99e56ec68: Waiting 23:02:10 27c7a5d97fbd: Waiting 23:02:10 5c102a31e300: Waiting 23:02:10 dcfb455df0a1: Waiting 23:02:10 0e6b1d234666: Waiting 23:02:10 bf5d7aec512f: Waiting 23:02:10 0f37312ad70f: Verifying Checksum 23:02:10 0f37312ad70f: Download complete 23:02:10 2848faf0eed1: Download complete 23:02:10 0e6b1d234666: Download complete 23:02:10 bf5d7aec512f: Verifying Checksum 23:02:10 bf5d7aec512f: Download complete 23:02:10 e6b0cf9c0882: Verifying Checksum 23:02:10 e6b0cf9c0882: Download complete 23:02:10 e6b0cf9c0882: Pull complete 23:02:10 2848faf0eed1: Pull complete 23:02:10 0f37312ad70f: Pull complete 23:02:11 34c802a77dc8: Verifying Checksum 23:02:11 34c802a77dc8: Download complete 23:02:11 27c7a5d97fbd: Verifying Checksum 23:02:11 27c7a5d97fbd: Download complete 23:02:12 5c102a31e300: Verifying Checksum 23:02:12 5c102a31e300: Download complete 23:02:12 9eb99e56ec68: Verifying Checksum 23:02:12 9eb99e56ec68: Download complete 23:02:12 dcfb455df0a1: Verifying Checksum 23:02:12 dcfb455df0a1: Download complete 23:02:12 5788d62ee057: Verifying Checksum 23:02:12 5788d62ee057: Download complete 23:02:19 5788d62ee057: Pull complete 23:02:19 0e6b1d234666: Pull complete 23:02:19 bf5d7aec512f: Pull complete 23:02:22 e7604b0c0f53: Pull complete 23:02:22 db689cb83ae0: Pull complete 23:02:22 6138af208834: Pull complete 23:02:22 007c8e8c5d63: Pull complete 23:02:22 4f7a387c642f: Pull complete 23:02:22 Digest: sha256:95de001a4645667c7ff44d03fa3a86afcf7622caf7559cdf0345329f515671b4 23:02:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 23:02:23 34c802a77dc8: Pull complete 23:02:26 9eb99e56ec68: Pull complete 23:02:27 27c7a5d97fbd: Pull complete 23:02:28 5c102a31e300: Pull complete 23:02:28 dcfb455df0a1: Pull complete 23:02:28 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 23:02:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 23:02:28 ---> 7c70fe431013 23:02:28 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 23:02:29 ---> Running in 3c2d7098939b 23:02:29 Removing intermediate container 3c2d7098939b 23:02:29 ---> c51ee13c8c1c 23:02:29 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:02:29 ---> Running in 895bbd442132 23:02:30 Removing intermediate container 895bbd442132 23:02:30 ---> ceb5c7f19a82 23:02:30 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 23:02:30 ---> Running in 75c765c1f8d4 23:02:31 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 23:02:31 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 23:02:31 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 23:02:32 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 23:02:32 (1/17) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) 23:02:32 (2/17) Installing libmagic (5.37-r1) 23:02:32 (3/17) Installing file (5.37-r1) 23:02:32 (4/17) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) 23:02:32 (5/17) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) 23:02:33 (6/17) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) 23:02:35 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 23:02:39 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 23:02:41 (7/17) Installing libc-dev (0.7.2-r0) 23:02:41 (8/17) Installing g++ (9.2.0-r4) 23:02:44 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1233 kB] 23:02:45 (9/17) Installing fortify-headers (1.1-r0) 23:02:45 (10/17) Installing build-base (0.5-r1) 23:02:45 (11/17) Installing openssh-keygen (8.1_p1-r0) 23:02:45 (12/17) Installing libedit (20191211.3.1-r0) 23:02:45 (13/17) Installing openssh-client (8.1_p1-r0) 23:02:46 (14/17) Installing openssh-sftp-server (8.1_p1-r0) 23:02:46 (15/17) Installing openssh-server-common (8.1_p1-r0) 23:02:46 (16/17) Installing openssh-server (8.1_p1-r0) 23:02:46 (17/17) Installing openssh (8.1_p1-r0) 23:02:46 Executing busybox-1.31.1-r8.trigger 23:02:46 OK: 214 MiB in 52 packages 23:02:49 Removing intermediate container 75c765c1f8d4 23:02:49 ---> 01de4f84868a 23:02:49 Step 6/8 : WORKDIR /device-mqtt-go 23:02:49 ---> Running in e3e585a0b587 23:02:49 Removing intermediate container e3e585a0b587 23:02:49 ---> 596899220f70 23:02:49 Step 7/8 : COPY . . 23:02:50 ---> 161ad2eb9282 23:02:50 Step 8/8 : RUN go mod download 23:02:50 ---> Running in 67fdc971b04c 23:02:53 go: finding github.com/BurntSushi/toml v0.3.1 23:02:53 go: finding github.com/OneOfOne/xxhash v1.2.6 23:02:53 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 23:02:53 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 23:02:53 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 23:02:53 go: finding github.com/bgentry/speakeasy v0.1.0 23:02:53 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 23:02:53 go: finding github.com/davecgh/go-spew v1.1.1 23:02:53 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 23:02:53 go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 23:02:53 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 23:02:53 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 23:02:53 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 23:02:53 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 23:02:53 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 23:02:53 go: finding github.com/fatih/color v1.7.0 23:02:53 go: finding github.com/fxamacker/cbor/v2 v2.2.0 23:02:53 go: finding github.com/go-kit/kit v0.8.0 23:02:53 go: finding github.com/go-logfmt/logfmt v0.4.0 23:02:53 go: finding github.com/go-stack/stack v1.8.0 23:02:53 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 23:02:53 go: finding github.com/google/uuid v1.1.1 23:02:53 go: finding github.com/gorilla/mux v1.7.1 23:02:53 go: finding github.com/hashicorp/consul/api v1.1.0 23:02:53 go: finding github.com/hashicorp/consul/sdk v0.1.1 23:02:53 go: finding github.com/hashicorp/errwrap v1.0.0 23:02:53 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 23:02:53 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 23:02:53 go: finding github.com/hashicorp/go-msgpack v0.5.3 23:02:53 go: finding github.com/hashicorp/go-multierror v1.0.0 23:02:53 go: finding github.com/hashicorp/go-rootcerts v1.0.0 23:02:53 go: finding github.com/hashicorp/go-sockaddr v1.0.0 23:02:53 go: finding github.com/hashicorp/go-syslog v1.0.0 23:02:53 go: finding github.com/hashicorp/go-uuid v1.0.1 23:02:53 go: finding github.com/hashicorp/go.net v0.0.1 23:02:53 go: finding github.com/hashicorp/golang-lru v0.5.0 23:02:53 go: finding github.com/hashicorp/logutils v1.0.0 23:02:53 go: finding github.com/hashicorp/mdns v1.0.0 23:02:53 go: finding github.com/hashicorp/memberlist v0.1.3 23:02:53 go: finding github.com/hashicorp/serf v0.8.2 23:02:53 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 23:02:53 go: finding github.com/kr/pretty v0.1.0 23:02:53 go: finding github.com/kr/pty v1.1.1 23:02:53 go: finding github.com/kr/text v0.1.0 23:02:53 go: finding github.com/mattn/go-colorable v0.0.9 23:02:53 go: finding github.com/mattn/go-isatty v0.0.3 23:02:53 go: finding github.com/miekg/dns v1.0.14 23:02:53 go: finding github.com/mitchellh/cli v1.0.0 23:02:53 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 23:02:53 go: finding github.com/mitchellh/copystructure v1.0.0 23:02:53 go: finding github.com/mitchellh/go-homedir v1.0.0 23:02:54 go: finding github.com/mitchellh/go-testing-interface v1.0.0 23:02:54 go: finding github.com/mitchellh/gox v0.4.0 23:02:54 go: finding github.com/mitchellh/iochan v1.0.0 23:02:54 go: finding github.com/mitchellh/mapstructure v1.1.2 23:02:54 go: finding github.com/mitchellh/reflectwalk v1.0.0 23:02:54 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 23:02:54 go: finding github.com/pelletier/go-toml v1.2.0 23:02:54 go: finding github.com/pkg/errors v0.8.1 23:02:54 go: finding github.com/pmezard/go-difflib v1.0.0 23:02:54 go: finding github.com/posener/complete v1.1.1 23:02:54 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 23:02:54 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 23:02:54 go: finding github.com/spf13/cast v1.3.0 23:02:54 go: finding github.com/stretchr/objx v0.1.0 23:02:54 go: finding github.com/stretchr/testify v1.5.1 23:02:54 go: finding github.com/ugorji/go v1.1.4 23:02:54 go: finding github.com/x448/float16 v0.8.4 23:02:54 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 23:02:54 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 23:02:54 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 23:02:54 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 23:02:54 go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 23:02:54 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 23:02:54 go: finding gopkg.in/yaml.v2 v2.2.8 23:03:13 Removing intermediate container 67fdc971b04c 23:03:13 ---> 40adf4223ac2 23:03:13 Successfully built 40adf4223ac2 23:03:13 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 23:03:13 + docker inspect -f . ci-base-image-x86_64 23:03:13 . [Pipeline] withDockerContainer 23:03:13 prd-centos7-docker-4c-2g-2664 does not seem to be running inside a container 23:03:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/2 -v /w/workspace/device-mqtt-go/2:/w/workspace/device-mqtt-go/2:rw,z -v /w/workspace/device-mqtt-go/2@tmp:/w/workspace/device-mqtt-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:03:15 $ docker top 48481f335d0f2176e71851a69d76957bc1888f486b67f2f5368388640cf649a0 -eo pid,comm [Pipeline] { [Pipeline] sh 23:03:15 + go version 23:03:15 go version go1.13.5 linux/amd64 [Pipeline] sh 23:03:15 + make test 23:03:15 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 23:03:17 ? github.com/edgexfoundry/device-mqtt-go [no test files] 23:03:27 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 23:03:27 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.006s coverage: 28.3% of statements 23:03:27 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 23:03:27 CGO_ENABLED=0 GO111MODULE=on go vet ./... 23:03:30 gofmt -l . 23:03:30 ["`gofmt -l .`" = ""] 23:03:30 ./bin/test-attribution-txt.sh 23:03:30 ./bin/test-go-mod-tidy.sh [Pipeline] stash 23:03:30 Warning: overwriting stash ‘coverage-report’ 23:03:30 Stashed 1 file(s) [Pipeline] } 23:03:30 $ docker stop --time=1 48481f335d0f2176e71851a69d76957bc1888f486b67f2f5368388640cf649a0 23:03:33 $ docker rm -f 48481f335d0f2176e71851a69d76957bc1888f486b67f2f5368388640cf649a0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 23:03:33 + sudo chown -R jenkins:jenkins . [Pipeline] sh 23:03:34 + ls -al . 23:03:34 total 100 23:03:34 drwxrwxr-x. 9 jenkins jenkins 4096 Jun 11 23:03 . 23:03:34 drwxrwxr-x. 4 jenkins jenkins 28 Jun 11 23:02 .. 23:03:34 -rw-rw-r--. 1 jenkins jenkins 4678 Jun 11 23:02 Attribution.txt 23:03:34 drwxrwxr-x. 2 jenkins jenkins 87 Jun 11 23:02 bin 23:03:34 drwxrwxr-x. 3 jenkins jenkins 32 Jun 11 23:02 cmd 23:03:34 -rw-r--r--. 1 jenkins jenkins 18939 Jun 11 23:03 coverage.out 23:03:34 -rw-rw-r--. 1 jenkins jenkins 1776 Jun 11 23:02 Dockerfile 23:03:34 -rw-rw-r--. 1 jenkins jenkins 953 Jun 11 23:02 Dockerfile.build 23:03:34 -rw-rw-r--. 1 jenkins jenkins 140 Jun 11 23:02 .dockerignore 23:03:34 drwxrwxr-x. 8 jenkins jenkins 179 Jun 11 23:02 .git 23:03:34 -rw-rw-r--. 1 jenkins jenkins 328 Jun 11 23:02 .gitignore 23:03:34 -rw-r--r--. 1 jenkins jenkins 510 Jun 11 23:03 go.mod 23:03:34 -rw-r--r--. 1 jenkins jenkins 13621 Jun 11 23:03 go.sum 23:03:34 drwxrwxr-x. 3 jenkins jenkins 20 Jun 11 23:02 internal 23:03:34 -rw-rw-r--. 1 jenkins jenkins 700 Jun 11 23:02 Jenkinsfile 23:03:34 -rw-rw-r--. 1 jenkins jenkins 11340 Jun 11 23:02 LICENSE 23:03:34 -rw-rw-r--. 1 jenkins jenkins 902 Jun 11 23:02 Makefile 23:03:34 drwxrwxr-x. 2 jenkins jenkins 23 Jun 11 23:02 mock 23:03:34 -rw-rw-r--. 1 jenkins jenkins 444 Jun 11 23:02 README.md 23:03:34 drwxrwxr-x. 3 jenkins jenkins 58 Jun 11 23:02 .semver 23:03:34 drwxrwxr-x. 4 jenkins jenkins 54 Jun 11 23:02 snap 23:03:34 -rw-rw-r--. 1 jenkins jenkins 5 Jun 11 22:58 VERSION 23:03:34 -rw-rw-r--. 1 jenkins jenkins 227 Jun 11 23:02 version.go [Pipeline] isUnix [Pipeline] sh 23:03:34 + 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=dafb43ec76d71bbae9e0904ccde44c6677c4192f --label arch=amd64 --label version=0.0.0 . 23:03:34 Sending build context to Docker daemon 624.6kB 23:03:34 Step 1/21 : ARG BASE=golang:1.13-alpine 23:03:34 Step 2/21 : FROM ${BASE} AS builder 23:03:34 ---> 40adf4223ac2 23:03:34 Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 23:03:34 ---> Running in 1c510acb854f 23:03:34 Removing intermediate container 1c510acb854f 23:03:34 ---> ccb0cf92a126 23:03:34 Step 4/21 : ARG ALPINE_PKG_EXTRA="" 23:03:34 ---> Running in 6136ff7cac91 23:03:34 Removing intermediate container 6136ff7cac91 23:03:34 ---> 49008856cb89 23:03:34 Step 5/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:03:35 ---> Running in b7ec1b3ec6ce 23:03:35 Removing intermediate container b7ec1b3ec6ce 23:03:35 ---> 5771dcf94cbe 23:03:35 Step 6/21 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:03:35 ---> Running in 0c4a7be10937 23:03:36 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 23:03:36 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 23:03:37 OK: 214 MiB in 52 packages 23:03:37 Removing intermediate container 0c4a7be10937 23:03:37 ---> 3bc6eb038120 23:03:37 Step 7/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 23:03:37 ---> Running in 3937e1760a8f 23:03:37 Removing intermediate container 3937e1760a8f 23:03:37 ---> 2f15430674ad 23:03:37 Step 8/21 : COPY . . 23:03:38 ---> 1ccf37bfa2b3 23:03:38 Step 9/21 : ARG MAKE='make build' 23:03:38 ---> Running in ba9cf2b96c30 23:03:38 Removing intermediate container ba9cf2b96c30 23:03:38 ---> 1f379255cc6e 23:03:38 Step 10/21 : RUN $MAKE 23:03:38 ---> Running in ecf881d02328 23:03:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 23:03:49 CGO_ENABLED=0 GO111MODULE=on go build ./... 23:03:52 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1192 B] 23:03:52 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [879 kB] 23:03:54 Removing intermediate container ecf881d02328 23:03:54 ---> c1bf291659b5 23:03:54 Step 11/21 : FROM alpine 23:03:56 latest: Pulling from library/alpine 23:03:56 df20fa9351a1: Pulling fs layer 23:03:56 df20fa9351a1: Download complete 23:03:57 df20fa9351a1: Pull complete 23:03:57 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 23:03:57 Status: Downloaded newer image for alpine:latest 23:03:57 ---> a24bb4013296 23:03:57 Step 12/21 : ENV APP_PORT=49982 23:03:57 ---> Running in 54188aa2160d 23:03:57 Removing intermediate container 54188aa2160d 23:03:57 ---> 0c19c4900227 23:03:57 Step 13/21 : EXPOSE $APP_PORT 23:03:57 ---> Running in 6810487d436b 23:03:57 Removing intermediate container 6810487d436b 23:03:57 ---> 10ac8017f0dc 23:03:57 Step 14/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 23:03:58 ---> 9521eba9a174 23:03:58 Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 23:03:58 ---> 5902eb391f05 23:03:58 Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 23:03:58 ---> a34098a9c36b 23:03:58 Step 17/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 23:03:58 ---> Running in 96b9e7ef1ee2 23:03:58 Removing intermediate container 96b9e7ef1ee2 23:03:58 ---> e8776685a0fb 23:03:58 Step 18/21 : ENTRYPOINT ["/device-mqtt","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] 23:03:58 ---> Running in 4d36e63f39ce 23:03:59 Removing intermediate container 4d36e63f39ce 23:03:59 ---> 9567e171a809 23:03:59 Step 19/21 : LABEL arch=amd64 23:03:59 ---> Running in 368aa536477f 23:03:59 Removing intermediate container 368aa536477f 23:03:59 ---> 77db2b80ba34 23:03:59 Step 20/21 : LABEL git_sha=dafb43ec76d71bbae9e0904ccde44c6677c4192f 23:03:59 ---> Running in f0b7cecac7f7 23:03:59 Removing intermediate container f0b7cecac7f7 23:03:59 ---> 8b31a3e827f5 23:03:59 Step 21/21 : LABEL version=0.0.0 23:03:59 ---> Running in 8b1b0aa97af3 23:03:59 Removing intermediate container 8b1b0aa97af3 23:03:59 ---> 5eac11ebfd63 23:03:59 [Warning] One or more build-args [ARCH] were not consumed 23:03:59 Successfully built 5eac11ebfd63 23:03:59 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 23:04:00 ++ find /w/workspace/device-mqtt-go/2 23:04:00 ++ grep snapcraft.yaml 23:04:00 + grep -Po '^name: \K(.*)' /w/workspace/device-mqtt-go/2/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:04:00 provisioning config files... 23:04:00 copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/2@tmp/config6772866899008997456tmp [Pipeline] { [Pipeline] sh 23:04:00 + cp /w/workspace/device-mqtt-go/2@tmp/config6772866899008997456tmp /w/workspace/device-mqtt-go/2/edgex-snap-store-login [Pipeline] sh 23:04:01 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/2:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 23:04:01 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 23:04:01 latest: Pulling from edgex-devops/edgex-snap-builder 23:04:01 5bed26d33875: Pulling fs layer 23:04:01 f11b29a9c730: Pulling fs layer 23:04:01 930bda195c84: Pulling fs layer 23:04:01 78bf9a5ad49e: Pulling fs layer 23:04:01 e5fbee5a4b0d: Pulling fs layer 23:04:01 f452fca78f88: Pulling fs layer 23:04:01 7417ef92027a: Pulling fs layer 23:04:01 2af5c49d270b: Pulling fs layer 23:04:01 df9c3bdbc40a: Pulling fs layer 23:04:01 7417ef92027a: Waiting 23:04:01 2af5c49d270b: Waiting 23:04:01 78bf9a5ad49e: Waiting 23:04:01 df9c3bdbc40a: Waiting 23:04:01 f452fca78f88: Waiting 23:04:01 930bda195c84: Verifying Checksum 23:04:01 930bda195c84: Download complete 23:04:01 f11b29a9c730: Verifying Checksum 23:04:01 f11b29a9c730: Download complete 23:04:01 78bf9a5ad49e: Verifying Checksum 23:04:01 78bf9a5ad49e: Download complete 23:04:01 f452fca78f88: Download complete 23:04:01 7417ef92027a: Verifying Checksum 23:04:01 7417ef92027a: Download complete 23:04:01 2af5c49d270b: Verifying Checksum 23:04:01 2af5c49d270b: Download complete 23:04:01 df9c3bdbc40a: Verifying Checksum 23:04:01 df9c3bdbc40a: Download complete 23:04:01 5bed26d33875: Download complete 23:04:02 5bed26d33875: Pull complete 23:04:03 f11b29a9c730: Pull complete 23:04:03 930bda195c84: Pull complete 23:04:03 78bf9a5ad49e: Pull complete 23:04:04 e5fbee5a4b0d: Verifying Checksum 23:04:04 e5fbee5a4b0d: Download complete 23:04:26 e5fbee5a4b0d: Pull complete 23:04:26 f452fca78f88: Pull complete 23:04:26 7417ef92027a: Pull complete 23:04:26 2af5c49d270b: Pull complete 23:04:26 df9c3bdbc40a: Pull complete 23:04:26 Digest: sha256:329b7ca3c147263d7a6122d30aca7e6f18adc9017ce870f1638d2965d7494739 23:04:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 23:04:28 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 23:04:28 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 23:04:28 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 23:04:29 Get:4 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [861 kB] 23:04:30 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [958 kB] 23:04:30 Get:6 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 23:04:30 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1253 kB] 23:04:31 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9092 B] 23:04:31 Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [66.4 kB] 23:04:34 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [80.7 kB] 23:04:34 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1392 kB] 23:04:38 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [20.3 kB] 23:04:38 Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8158 B] 23:04:38 Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] 23:04:38 Fetched 4909 kB in 11s (450 kB/s) 23:04:40 Reading package lists... 23:04:44 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 23:04:45 Reading package lists... 23:04:46 Building dependency tree... 23:04:46 Reading state information... 23:04:46 The following packages were automatically installed and are no longer required: 23:04:46 libjq1 liblzo2-2 libonig4 23:04:46 Use 'sudo apt autoremove' to remove them. 23:04:46 Suggested packages: 23:04:46 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 23:04:46 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc 23:04:46 keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc 23:04:46 libterm-readline-gnu-perl | libterm-readline-perl-perl 23:04:46 The following NEW packages will be installed: 23:04:46 curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl 23:04:46 libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 23:04:46 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase 23:04:46 openssh-client patch perl perl-modules-5.26 xauth 23:04:46 0 upgraded, 27 newly installed, 0 to remove and 10 not upgraded. 23:04:46 Need to get 14.7 MB of archives. 23:04:46 After this operation, 89.5 MB of additional disk space will be used. 23:04:46 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxau6 amd64 1:1.0.8-1 [8376 B] 23:04:47 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 23:04:47 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB] 23:04:47 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB] 23:04:47 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] 23:04:48 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.2 [569 kB] 23:04:48 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3737 B] 23:04:48 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [7827 B] 23:04:48 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] 23:04:48 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [606 kB] 23:04:49 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB] 23:04:49 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 23:04:53 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 23:04:53 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 23:04:53 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] 23:04:59 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] 23:04:59 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 23:04:59 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 23:04:59 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 23:04:59 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 23:04:59 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.3 [1088 kB] 23:05:00 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B] 23:05:00 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 23:05:01 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB] 23:05:01 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.8 [159 kB] 23:05:01 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.8 [213 kB] 23:05:02 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 23:05:02 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 23:05:02 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 23:05:06 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 23:05:06 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 23:05:07 debconf: delaying package configuration, since apt-utils is not installed 23:05:07 Fetched 14.7 MB in 20s (733 kB/s) 23:05:07 Selecting previously unselected package libxau6:amd64. 23:05:07 (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.) 23:05:07 Preparing to unpack .../00-libxau6_1%3a1.0.8-1_amd64.deb ... 23:05:07 Unpacking libxau6:amd64 (1:1.0.8-1) ... 23:05:07 Selecting previously unselected package libbsd0:amd64. 23:05:07 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 23:05:07 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 23:05:07 Selecting previously unselected package libxdmcp6:amd64. 23:05:07 Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_amd64.deb ... 23:05:07 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... 23:05:07 Selecting previously unselected package libxcb1:amd64. 23:05:07 Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_amd64.deb ... 23:05:07 Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ... 23:05:07 Selecting previously unselected package libx11-data. 23:05:07 Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... 23:05:07 Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... 23:05:08 Selecting previously unselected package libx11-6:amd64. 23:05:08 Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_amd64.deb ... 23:05:08 Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... 23:05:08 Selecting previously unselected package libxext6:amd64. 23:05:08 Preparing to unpack .../06-libxext6_2%3a1.3.3-1_amd64.deb ... 23:05:08 Unpacking libxext6:amd64 (2:1.3.3-1) ... 23:05:08 Selecting previously unselected package perl-modules-5.26. 23:05:08 Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 23:05:08 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 23:05:10 Selecting previously unselected package libgdbm5:amd64. 23:05:10 Preparing to unpack .../08-libgdbm5_1.14.1-6_amd64.deb ... 23:05:10 Unpacking libgdbm5:amd64 (1.14.1-6) ... 23:05:10 Selecting previously unselected package libgdbm-compat4:amd64. 23:05:10 Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_amd64.deb ... 23:05:10 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 23:05:10 Selecting previously unselected package libperl5.26:amd64. 23:05:10 Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... 23:05:10 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 23:05:12 Selecting previously unselected package perl. 23:05:12 Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_amd64.deb ... 23:05:12 Unpacking perl (5.26.1-6ubuntu0.3) ... 23:05:12 Selecting previously unselected package less. 23:05:12 Preparing to unpack .../12-less_487-0.1_amd64.deb ... 23:05:12 Unpacking less (487-0.1) ... 23:05:12 Selecting previously unselected package libexpat1:amd64. 23:05:12 Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 23:05:12 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 23:05:12 Selecting previously unselected package netbase. 23:05:12 Preparing to unpack .../14-netbase_5.4_all.deb ... 23:05:12 Unpacking netbase (5.4) ... 23:05:12 Selecting previously unselected package libedit2:amd64. 23:05:12 Preparing to unpack .../15-libedit2_3.1-20170329-1_amd64.deb ... 23:05:12 Unpacking libedit2:amd64 (3.1-20170329-1) ... 23:05:12 Selecting previously unselected package libssl1.0.0:amd64. 23:05:12 Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb ... 23:05:12 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... 23:05:13 Selecting previously unselected package libxmuu1:amd64. 23:05:13 Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_amd64.deb ... 23:05:13 Unpacking libxmuu1:amd64 (2:1.1.2-2) ... 23:05:13 Selecting previously unselected package openssh-client. 23:05:13 Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 23:05:13 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 23:05:13 Selecting previously unselected package xauth. 23:05:13 Preparing to unpack .../19-xauth_1%3a1.0.10-1_amd64.deb ... 23:05:13 Unpacking xauth (1:1.0.10-1) ... 23:05:13 Selecting previously unselected package curl. 23:05:13 Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_amd64.deb ... 23:05:13 Unpacking curl (7.58.0-2ubuntu3.8) ... 23:05:13 Selecting previously unselected package libcurl3-gnutls:amd64. 23:05:13 Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_amd64.deb ... 23:05:13 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... 23:05:13 Selecting previously unselected package liberror-perl. 23:05:13 Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... 23:05:13 Unpacking liberror-perl (0.17025-1) ... 23:05:13 Selecting previously unselected package git-man. 23:05:13 Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 23:05:13 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 23:05:13 Selecting previously unselected package git. 23:05:13 Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 23:05:13 Unpacking git (1:2.17.1-1ubuntu0.7) ... 23:05:15 Selecting previously unselected package make. 23:05:15 Preparing to unpack .../25-make_4.1-9.1ubuntu1_amd64.deb ... 23:05:15 Unpacking make (4.1-9.1ubuntu1) ... 23:05:15 Selecting previously unselected package patch. 23:05:15 Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_amd64.deb ... 23:05:15 Unpacking patch (2.7.6-2ubuntu1.1) ... 23:05:15 Setting up libedit2:amd64 (3.1-20170329-1) ... 23:05:15 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 23:05:15 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 23:05:15 Setting up less (487-0.1) ... 23:05:15 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [756 kB] 23:05:15 Setting up make (4.1-9.1ubuntu1) ... 23:05:15 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... 23:05:15 Setting up curl (7.58.0-2ubuntu3.8) ... 23:05:15 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... 23:05:15 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 23:05:15 Setting up libgdbm5:amd64 (1.14.1-6) ... 23:05:15 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 23:05:15 Setting up patch (2.7.6-2ubuntu1.1) ... 23:05:15 Setting up libxdmcp6:amd64 (1:1.1.2-3) ... 23:05:15 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 23:05:15 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 23:05:15 Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... 23:05:15 Setting up libxau6:amd64 (1:1.0.8-1) ... 23:05:15 Setting up netbase (5.4) ... 23:05:15 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 23:05:16 Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ... 23:05:16 Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... 23:05:16 Setting up libxmuu1:amd64 (2:1.1.2-2) ... 23:05:16 Setting up perl (5.26.1-6ubuntu0.3) ... 23:05:16 Setting up libxext6:amd64 (2:1.3.3-1) ... 23:05:16 Setting up liberror-perl (0.17025-1) ... 23:05:16 Setting up xauth (1:1.0.10-1) ... 23:05:16 Setting up git (1:2.17.1-1ubuntu0.7) ... 23:05:16 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:05:18 curl set to automatically installed. 23:05:18 git set to automatically installed. 23:05:18 git-man set to automatically installed. 23:05:18 less set to automatically installed. 23:05:18 libbsd0 set to automatically installed. 23:05:18 libcurl3-gnutls set to automatically installed. 23:05:18 libedit2 set to automatically installed. 23:05:18 liberror-perl set to automatically installed. 23:05:18 libexpat1 set to automatically installed. 23:05:18 libgdbm-compat4 set to automatically installed. 23:05:18 libgdbm5 set to automatically installed. 23:05:18 libperl5.26 set to automatically installed. 23:05:18 libssl1.0.0 set to automatically installed. 23:05:18 libx11-6 set to automatically installed. 23:05:18 libx11-data set to automatically installed. 23:05:18 libxau6 set to automatically installed. 23:05:18 libxcb1 set to automatically installed. 23:05:18 libxdmcp6 set to automatically installed. 23:05:18 libxext6 set to automatically installed. 23:05:18 libxmuu1 set to automatically installed. 23:05:18 make set to automatically installed. 23:05:18 netbase set to automatically installed. 23:05:18 openssh-client set to automatically installed. 23:05:18 patch set to automatically installed. 23:05:18 perl set to automatically installed. 23:05:18 perl-modules-5.26 set to automatically installed. 23:05:18 xauth set to automatically installed. 23:05:18 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 23:05:18 Please ensure the environment is properly setup before continuing. 23:05:18 Ignore this message if the appropriate measures have already been taken 23:05:19 Pulling go 23:05:20 'device-mqtt' has dependencies that need to be staged: go 23:05:20 Skipping pull go (already ran) 23:05:20 Building go 23:05:20 % Total % Received % Xferd Average Speed Time Time Time Current 23:05:20 Dload Upload Total Spent Left Speed 23:05:42 Fetched 3747 kB in 3min 9s (19.8 kB/s) 23:05:44 Reading package lists... 23:05:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 3 114M 3 3871k 0 0 1560k 0 0:01:15 0:00:02 0:01:13 1559k 6 114M 6 8063k 0 0 2316k 0 0:00:50 0:00:03 0:00:47 2316k 10 114M 10 12.4M 0 0 2847k 0 0:00:41 0:00:04 0:00:37 2847k 14 114M 14 16.7M 0 0 3121k 0 0:00:37 0:00:05 0:00:32 3440k 17 114M 17 19.9M 0 0 3144k 0 0:00:37 0:00:06 0:00:31 4098k 21 114M 21 24.5M 0 0 3357k 0 0:00:34 0:00:07 0:00:27 4249k 27 114M 27 30.9M 0 0 3735k 0 0:00:31 0:00:08 0:00:23 4722k 33 114M 33 37.9M 0 0 4097k 0 0:00:28 0:00:09 0:00:19 5215k 36 114M 36 42.3M 0 0 4135k 0 0:00:28 0:00:10 0:00:18 5246k 40 114M 40 46.7M 0 0 4165k 0 0:00:28 0:00:11 0:00:17 5490k 44 114M 44 50.9M 0 0 4174k 0 0:00:28 0:00:12 0:00:16 5397k 47 114M 47 54.7M 0 0 4156k 0 0:00:28 0:00:13 0:00:15 4872k 50 114M 50 58.0M 0 0 4107k 0 0:00:28 0:00:14 0:00:14 4126k 53 114M 53 60.8M 0 0 4024k 0 0:00:29 0:00:15 0:00:14 3792k 55 114M 55 63.8M 0 0 3966k 0 0:00:29 0:00:16 0:00:13 3508k 60 114M 60 68.9M 0 0 4036k 0 0:00:29 0:00:17 0:00:12 3691k 63 114M 63 72.7M 0 0 4025k 0 0:00:29 0:00:18 0:00:11 3672k 67 114M 67 77.4M 0 0 4072k 0 0:00:28 0:00:19 0:00:09 3970k 72 114M 72 82.4M 0 0 4123k 0 0:00:28 0:00:20 0:00:08 4431k 75 114M 75 86.5M 0 0 4126k 0 0:00:28 0:00:21 0:00:07 4652k 79 114M 79 91.3M 0 0 4157k 0 0:00:28 0:00:22 0:00:06 4580k 83 114M 83 95.6M 0 0 4171k 0 0:00:28 0:00:23 0:00:05 4712k 87 114M 87 99.9M 0 0 4180k 0 0:00:28 0:00:24 0:00:04 4601k 90 114M 90 104M 0 0 4187k 0 0:00:28 0:00:25 0:00:03 4448k 94 114M 94 107M 0 0 4171k 0 0:00:28 0:00:26 0:00:02 4365k 99 114M 99 113M 0 0 4233k 0 0:00:27 0:00:27 --:--:-- 4572k 100 114M 100 114M 0 0 4235k 0 0:00:27 0:00:27 --:--:-- 4591k 23:05:49 go1.13.5.linux-amd64.tar.gz: OK 23:05:57 Staging go 23:05:57 Pulling device-mqtt 23:05:58 Skipping build go (already ran) 23:05:58 Building device-mqtt 23:05:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 23:06:00 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.2 23:06:00 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 23:06:00 go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 23:06:00 go: downloading github.com/spf13/cast v1.3.0 23:06:00 go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 23:06:00 go: extracting github.com/spf13/cast v1.3.0 23:06:00 go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 23:06:00 go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 23:06:00 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 23:06:00 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.2 23:06:00 go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 23:06:00 go: downloading github.com/go-kit/kit v0.8.0 23:06:00 go: downloading github.com/google/uuid v1.1.1 23:06:00 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 23:06:00 go: downloading github.com/gorilla/mux v1.7.1 23:06:00 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.33 23:06:00 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.33 23:06:00 go: downloading github.com/pkg/errors v0.8.1 23:06:00 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 23:06:00 go: downloading github.com/OneOfOne/xxhash v1.2.6 23:06:00 go: downloading gopkg.in/yaml.v2 v2.2.8 23:06:00 go: extracting github.com/google/uuid v1.1.1 23:06:00 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 23:06:00 go: downloading github.com/x448/float16 v0.8.4 23:06:00 go: extracting github.com/go-kit/kit v0.8.0 23:06:00 go: extracting github.com/gorilla/mux v1.7.1 23:06:00 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 23:06:00 go: extracting github.com/pkg/errors v0.8.1 23:06:00 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 23:06:00 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 23:06:00 go: extracting github.com/x448/float16 v0.8.4 23:06:00 go: extracting gopkg.in/yaml.v2 v2.2.8 23:06:00 go: downloading github.com/BurntSushi/toml v0.3.1 23:06:00 go: downloading github.com/pelletier/go-toml v1.2.0 23:06:00 go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 23:06:00 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 23:06:00 go: downloading github.com/hashicorp/consul/api v1.1.0 23:06:00 go: extracting github.com/OneOfOne/xxhash v1.2.6 23:06:00 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 23:06:00 go: downloading github.com/go-logfmt/logfmt v0.4.0 23:06:00 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 23:06:00 go: extracting github.com/BurntSushi/toml v0.3.1 23:06:00 go: extracting github.com/go-logfmt/logfmt v0.4.0 23:06:00 go: extracting github.com/pelletier/go-toml v1.2.0 23:06:00 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 23:06:00 go: downloading github.com/mitchellh/copystructure v1.0.0 23:06:00 go: downloading github.com/mitchellh/mapstructure v1.1.2 23:06:00 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 23:06:00 go: extracting github.com/hashicorp/consul/api v1.1.0 23:06:00 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 23:06:00 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 23:06:00 go: downloading github.com/hashicorp/serf v0.8.2 23:06:00 go: extracting github.com/mitchellh/copystructure v1.0.0 23:06:00 go: downloading github.com/mitchellh/reflectwalk v1.0.0 23:06:00 go: extracting github.com/mitchellh/mapstructure v1.1.2 23:06:00 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 23:06:00 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 23:06:00 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 23:06:01 go: extracting github.com/mitchellh/reflectwalk v1.0.0 23:06:01 go: extracting github.com/hashicorp/serf v0.8.2 23:06:01 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 23:06:01 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 23:06:01 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 23:06:01 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 23:06:01 go: downloading github.com/hashicorp/golang-lru v0.5.0 23:06:01 go: extracting github.com/hashicorp/golang-lru v0.5.0 23:06:01 go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 23:06:01 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 23:06:01 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 23:06:01 go: finding github.com/spf13/cast v1.3.0 23:06:01 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 23:06:01 go: finding github.com/gorilla/mux v1.7.1 23:06:01 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 23:06:01 go: finding github.com/fxamacker/cbor/v2 v2.2.0 23:06:01 go: finding github.com/OneOfOne/xxhash v1.2.6 23:06:01 go: finding github.com/go-kit/kit v0.8.0 23:06:01 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 23:06:01 go: finding github.com/google/uuid v1.1.1 23:06:01 go: finding github.com/x448/float16 v0.8.4 23:06:01 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 23:06:01 go: finding github.com/go-logfmt/logfmt v0.4.0 23:06:01 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 23:06:01 go: finding gopkg.in/yaml.v2 v2.2.8 23:06:01 go: finding github.com/BurntSushi/toml v0.3.1 23:06:01 go: finding github.com/pkg/errors v0.8.1 23:06:01 go: finding github.com/hashicorp/consul/api v1.1.0 23:06:01 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 23:06:01 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 23:06:01 go: finding github.com/pelletier/go-toml v1.2.0 23:06:01 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 23:06:01 go: finding github.com/hashicorp/go-rootcerts v1.0.0 23:06:01 go: finding github.com/mitchellh/mapstructure v1.1.2 23:06:01 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 23:06:01 go: finding github.com/mitchellh/copystructure v1.0.0 23:06:01 go: finding github.com/hashicorp/serf v0.8.2 23:06:01 go: finding github.com/mitchellh/reflectwalk v1.0.0 23:06:01 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 23:06:01 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 23:06:01 go: finding github.com/hashicorp/golang-lru v0.5.0 23:06:02 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 23:06:07 Reading package lists... 23:06:08 Building dependency tree... 23:06:08 Reading state information... 23:06:09 The following packages were automatically installed and are no longer required: 23:06:09 libjq1 liblzo2-2 libonig4 23:06:09 Use 'sudo apt autoremove' to remove them. 23:06:09 Suggested packages: 23:06:09 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 23:06:09 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc 23:06:09 keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc 23:06:09 libterm-readline-gnu-perl | libterm-readline-perl-perl 23:06:09 The following NEW packages will be installed: 23:06:09 curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl 23:06:09 libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 23:06:09 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase 23:06:09 openssh-client patch perl perl-modules-5.26 xauth 23:06:09 0 upgraded, 27 newly installed, 0 to remove and 10 not upgraded. 23:06:09 Need to get 12.9 MB of archives. 23:06:09 After this operation, 84.2 MB of additional disk space will be used. 23:06:09 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxau6 arm64 1:1.0.8-1 [7590 B] 23:06:11 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbsd0 arm64 0.8.7-1ubuntu0.1 [36.6 kB] 23:06:11 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxdmcp6 arm64 1:1.1.2-3 [9694 B] 23:06:11 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxcb1 arm64 1.13-2~ubuntu18.04 [37.3 kB] 23:06:12 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] 23:06:14 CGO_ENABLED=0 GO111MODULE=on go build ./... 23:06:15 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-6 arm64 2:1.6.4-3ubuntu0.2 [521 kB] 23:06:18 Skipping stage go (already ran) 23:06:18 Staging device-mqtt 23:06:19 Priming go 23:06:20 Priming device-mqtt 23:06:20 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 23:06:20 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 23:06:20 Determining the version from the project repo (version-script). 23:06:21 The version has been set to '0.0.0-20200611+dafb43e' 23:06:21 Snapping 'edgex-device-mqtt' ... 23:06:23 23:06:23 Snapped edgex-device-mqtt_0.0.0-20200611+dafb43e_amd64.snap [Pipeline] } 23:06:24 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] } 23:06:30 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxext6 arm64 2:1.3.3-1 [25.4 kB] 23:06:30 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 23:07:17 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] 23:07:17 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] 23:07:17 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] 23:07:49 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] 23:07:49 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] 23:07:49 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.2 [69.3 kB] 23:07:49 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] 23:07:49 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libedit2 arm64 3.1-20170329-1 [63.4 kB] 23:07:49 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libssl1.0.0 arm64 1.0.2n-1ubuntu5.3 [723 kB] 23:07:50 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxmuu1 arm64 2:1.1.2-2 [9502 B] 23:07:50 Get:19 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssh-client arm64 1:7.6p1-4ubuntu0.3 [527 kB] 23:07:50 Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xauth arm64 1:1.0.10-1 [22.4 kB] 23:07:50 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.8 [152 kB] 23:07:50 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.8 [179 kB] 23:07:51 Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] 23:07:51 Get:24 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 23:07:52 Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] 23:08:00 Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] 23:08:00 Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] 23:08:00 debconf: delaying package configuration, since apt-utils is not installed 23:08:01 Fetched 12.9 MB in 1min 51s (117 kB/s) 23:08:01 Selecting previously unselected package libxau6:arm64. 23:08:01 (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.) 23:08:01 Preparing to unpack .../00-libxau6_1%3a1.0.8-1_arm64.deb ... 23:08:01 Unpacking libxau6:arm64 (1:1.0.8-1) ... 23:08:01 Selecting previously unselected package libbsd0:arm64. 23:08:01 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_arm64.deb ... 23:08:01 Unpacking libbsd0:arm64 (0.8.7-1ubuntu0.1) ... 23:08:01 Selecting previously unselected package libxdmcp6:arm64. 23:08:01 Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_arm64.deb ... 23:08:01 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... 23:08:01 Selecting previously unselected package libxcb1:arm64. 23:08:01 Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_arm64.deb ... 23:08:01 Unpacking libxcb1:arm64 (1.13-2~ubuntu18.04) ... 23:08:01 Selecting previously unselected package libx11-data. 23:08:01 Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... 23:08:01 Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... 23:08:02 Selecting previously unselected package libx11-6:arm64. 23:08:02 Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_arm64.deb ... 23:08:02 Unpacking libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... 23:08:02 Selecting previously unselected package libxext6:arm64. 23:08:02 Preparing to unpack .../06-libxext6_2%3a1.3.3-1_arm64.deb ... 23:08:02 Unpacking libxext6:arm64 (2:1.3.3-1) ... 23:08:02 Selecting previously unselected package perl-modules-5.26. 23:08:02 Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 23:08:02 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 23:08:04 Selecting previously unselected package libgdbm5:arm64. 23:08:04 Preparing to unpack .../08-libgdbm5_1.14.1-6_arm64.deb ... 23:08:04 Unpacking libgdbm5:arm64 (1.14.1-6) ... 23:08:04 Selecting previously unselected package libgdbm-compat4:arm64. 23:08:04 Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_arm64.deb ... 23:08:04 Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... 23:08:04 Selecting previously unselected package libperl5.26:arm64. 23:08:04 Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... 23:08:04 Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 23:08:05 Selecting previously unselected package perl. 23:08:05 Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_arm64.deb ... 23:08:05 Unpacking perl (5.26.1-6ubuntu0.3) ... 23:08:06 Selecting previously unselected package less. 23:08:06 Preparing to unpack .../12-less_487-0.1_arm64.deb ... 23:08:06 Unpacking less (487-0.1) ... 23:08:06 Selecting previously unselected package libexpat1:arm64. 23:08:06 Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_arm64.deb ... 23:08:06 Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.2) ... 23:08:06 Selecting previously unselected package netbase. 23:08:06 Preparing to unpack .../14-netbase_5.4_all.deb ... 23:08:06 Unpacking netbase (5.4) ... 23:08:06 Selecting previously unselected package libedit2:arm64. 23:08:06 Preparing to unpack .../15-libedit2_3.1-20170329-1_arm64.deb ... 23:08:06 Unpacking libedit2:arm64 (3.1-20170329-1) ... 23:08:06 Selecting previously unselected package libssl1.0.0:arm64. 23:08:06 Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_arm64.deb ... 23:08:06 Unpacking libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... 23:08:06 Selecting previously unselected package libxmuu1:arm64. 23:08:06 Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_arm64.deb ... 23:08:06 Unpacking libxmuu1:arm64 (2:1.1.2-2) ... 23:08:07 Selecting previously unselected package openssh-client. 23:08:07 Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_arm64.deb ... 23:08:07 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 23:08:07 Selecting previously unselected package xauth. 23:08:07 Preparing to unpack .../19-xauth_1%3a1.0.10-1_arm64.deb ... 23:08:07 Unpacking xauth (1:1.0.10-1) ... 23:08:07 Selecting previously unselected package curl. 23:08:07 Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_arm64.deb ... 23:08:07 Unpacking curl (7.58.0-2ubuntu3.8) ... 23:08:07 Selecting previously unselected package libcurl3-gnutls:arm64. 23:08:07 Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_arm64.deb ... 23:08:07 Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... 23:08:08 Selecting previously unselected package liberror-perl. 23:08:08 Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... 23:08:08 Unpacking liberror-perl (0.17025-1) ... 23:08:08 Selecting previously unselected package git-man. 23:08:08 Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 23:08:08 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 23:08:08 Selecting previously unselected package git. 23:08:08 Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... 23:08:08 Unpacking git (1:2.17.1-1ubuntu0.7) ... 23:08:10 Selecting previously unselected package make. 23:08:10 Preparing to unpack .../25-make_4.1-9.1ubuntu1_arm64.deb ... 23:08:10 Unpacking make (4.1-9.1ubuntu1) ... 23:08:10 Selecting previously unselected package patch. 23:08:10 Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_arm64.deb ... 23:08:10 Unpacking patch (2.7.6-2ubuntu1.1) ... 23:08:10 Setting up libedit2:arm64 (3.1-20170329-1) ... 23:08:10 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 23:08:10 Setting up libexpat1:arm64 (2.2.5-3ubuntu0.2) ... 23:08:10 Setting up less (487-0.1) ... 23:08:10 Setting up make (4.1-9.1ubuntu1) ... 23:08:10 Setting up libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... 23:08:11 Setting up curl (7.58.0-2ubuntu3.8) ... 23:08:11 Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... 23:08:11 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 23:08:11 Setting up libgdbm5:arm64 (1.14.1-6) ... 23:08:11 Setting up libbsd0:arm64 (0.8.7-1ubuntu0.1) ... 23:08:11 Setting up patch (2.7.6-2ubuntu1.1) ... 23:08:11 Setting up libxdmcp6:arm64 (1:1.1.2-3) ... 23:08:11 Setting up libgdbm-compat4:arm64 (1.14.1-6) ... 23:08:11 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 23:08:12 Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... 23:08:12 Setting up libxau6:arm64 (1:1.0.8-1) ... 23:08:12 Setting up netbase (5.4) ... 23:08:12 Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 23:08:12 Setting up libxcb1:arm64 (1.13-2~ubuntu18.04) ... 23:08:12 Setting up libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... 23:08:12 Setting up libxmuu1:arm64 (2:1.1.2-2) ... 23:08:12 Setting up perl (5.26.1-6ubuntu0.3) ... 23:08:12 Setting up libxext6:arm64 (2:1.3.3-1) ... 23:08:12 Setting up liberror-perl (0.17025-1) ... 23:08:12 Setting up xauth (1:1.0.10-1) ... 23:08:12 Setting up git (1:2.17.1-1ubuntu0.7) ... 23:08:12 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:08:22 curl set to automatically installed. 23:08:22 git set to automatically installed. 23:08:22 git-man set to automatically installed. 23:08:22 less set to automatically installed. 23:08:22 libbsd0 set to automatically installed. 23:08:22 libcurl3-gnutls set to automatically installed. 23:08:22 libedit2 set to automatically installed. 23:08:22 liberror-perl set to automatically installed. 23:08:22 libexpat1 set to automatically installed. 23:08:22 libgdbm-compat4 set to automatically installed. 23:08:22 libgdbm5 set to automatically installed. 23:08:22 libperl5.26 set to automatically installed. 23:08:22 libssl1.0.0 set to automatically installed. 23:08:22 libx11-6 set to automatically installed. 23:08:22 libx11-data set to automatically installed. 23:08:22 libxau6 set to automatically installed. 23:08:22 libxcb1 set to automatically installed. 23:08:22 libxdmcp6 set to automatically installed. 23:08:22 libxext6 set to automatically installed. 23:08:22 libxmuu1 set to automatically installed. 23:08:22 make set to automatically installed. 23:08:22 netbase set to automatically installed. 23:08:22 openssh-client set to automatically installed. 23:08:22 patch set to automatically installed. 23:08:22 perl set to automatically installed. 23:08:22 perl-modules-5.26 set to automatically installed. 23:08:22 xauth set to automatically installed. 23:08:22 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 23:08:22 Please ensure the environment is properly setup before continuing. 23:08:22 Ignore this message if the appropriate measures have already been taken 23:08:22 Pulling go 23:08:26 'device-mqtt' has dependencies that need to be staged: go 23:08:26 Skipping pull go (already ran) 23:08:26 Building go 23:08:26 % Total % Received % Xferd Average Speed Time Time Time Current 23:08:26 Dload Upload Total Spent Left Speed 23:08:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 93.0M 0 892k 0 0 4721k 0 0:00:20 --:--:-- 0:00:20 4696k 43 93.0M 43 40.2M 0 0 32.9M 0 0:00:02 0:00:01 0:00:01 32.9M 83 93.0M 83 77.9M 0 0 35.2M 0 0:00:02 0:00:02 --:--:-- 35.2M 100 93.0M 100 93.0M 0 0 35.7M 0 0:00:02 0:00:02 --:--:-- 35.6M 23:08:30 go1.13.5.linux-arm64.tar.gz: OK 23:08:57 Staging go 23:08:59 Pulling device-mqtt 23:09:03 Skipping build go (already ran) 23:09:03 Building device-mqtt 23:09:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 23:09:04 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.2 23:09:04 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 23:09:04 go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 23:09:04 go: downloading github.com/spf13/cast v1.3.0 23:09:04 go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 23:09:04 go: extracting github.com/spf13/cast v1.3.0 23:09:05 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.2 23:09:05 go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 23:09:05 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 23:09:05 go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 23:09:05 go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 23:09:05 go: downloading github.com/gorilla/mux v1.7.1 23:09:05 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.33 23:09:05 go: downloading github.com/google/uuid v1.1.1 23:09:05 go: downloading github.com/go-kit/kit v0.8.0 23:09:05 go: downloading github.com/OneOfOne/xxhash v1.2.6 23:09:05 go: extracting github.com/gorilla/mux v1.7.1 23:09:05 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 23:09:05 go: extracting github.com/OneOfOne/xxhash v1.2.6 23:09:05 go: extracting github.com/google/uuid v1.1.1 23:09:05 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.33 23:09:05 go: downloading github.com/pkg/errors v0.8.1 23:09:05 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 23:09:05 go: extracting github.com/pkg/errors v0.8.1 23:09:05 go: downloading gopkg.in/yaml.v2 v2.2.8 23:09:05 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 23:09:05 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 23:09:05 go: downloading github.com/x448/float16 v0.8.4 23:09:05 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 23:09:05 go: downloading github.com/pelletier/go-toml v1.2.0 23:09:05 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 23:09:05 go: extracting github.com/x448/float16 v0.8.4 23:09:05 go: extracting gopkg.in/yaml.v2 v2.2.8 23:09:05 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 23:09:05 go: downloading github.com/BurntSushi/toml v0.3.1 23:09:05 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 23:09:05 go: extracting github.com/go-kit/kit v0.8.0 23:09:05 go: downloading github.com/hashicorp/consul/api v1.1.0 23:09:05 go: extracting github.com/pelletier/go-toml v1.2.0 23:09:05 go: extracting github.com/BurntSushi/toml v0.3.1 23:09:05 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 23:09:05 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 23:09:05 go: downloading github.com/mitchellh/copystructure v1.0.0 23:09:05 go: downloading github.com/mitchellh/mapstructure v1.1.2 23:09:05 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 23:09:05 go: extracting github.com/hashicorp/consul/api v1.1.0 23:09:05 go: extracting github.com/mitchellh/copystructure v1.0.0 23:09:05 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 23:09:05 go: downloading github.com/mitchellh/reflectwalk v1.0.0 23:09:05 go: extracting github.com/mitchellh/mapstructure v1.1.2 23:09:05 go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 23:09:05 go: extracting github.com/mitchellh/reflectwalk v1.0.0 23:09:05 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 23:09:05 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 23:09:05 go: downloading github.com/hashicorp/serf v0.8.2 23:09:05 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 23:09:05 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 23:09:06 go: extracting github.com/hashicorp/serf v0.8.2 23:09:06 go: downloading github.com/go-logfmt/logfmt v0.4.0 23:09:06 go: extracting github.com/go-logfmt/logfmt v0.4.0 23:09:06 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 23:09:06 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 23:09:06 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 23:09:06 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 23:09:06 go: downloading github.com/hashicorp/golang-lru v0.5.0 23:09:06 go: extracting github.com/hashicorp/golang-lru v0.5.0 23:09:06 go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 23:09:06 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 23:09:06 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 23:09:06 go: finding github.com/spf13/cast v1.3.0 23:09:06 go: finding github.com/gorilla/mux v1.7.1 23:09:06 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 23:09:06 go: finding github.com/fxamacker/cbor/v2 v2.2.0 23:09:06 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 23:09:06 go: finding github.com/OneOfOne/xxhash v1.2.6 23:09:06 go: finding github.com/go-kit/kit v0.8.0 23:09:06 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 23:09:06 go: finding github.com/google/uuid v1.1.1 23:09:06 go: finding github.com/x448/float16 v0.8.4 23:09:06 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 23:09:06 go: finding github.com/go-logfmt/logfmt v0.4.0 23:09:06 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 23:09:06 go: finding gopkg.in/yaml.v2 v2.2.8 23:09:06 go: finding github.com/BurntSushi/toml v0.3.1 23:09:06 go: finding github.com/pkg/errors v0.8.1 23:09:06 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 23:09:06 go: finding github.com/hashicorp/consul/api v1.1.0 23:09:06 go: finding github.com/pelletier/go-toml v1.2.0 23:09:06 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 23:09:06 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 23:09:06 go: finding github.com/hashicorp/go-rootcerts v1.0.0 23:09:06 go: finding github.com/hashicorp/serf v0.8.2 23:09:06 go: finding github.com/mitchellh/mapstructure v1.1.2 23:09:06 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 23:09:06 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 23:09:06 go: finding github.com/mitchellh/copystructure v1.0.0 23:09:06 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 23:09:06 go: finding github.com/mitchellh/reflectwalk v1.0.0 23:09:06 go: finding github.com/hashicorp/golang-lru v0.5.0 23:09:39 CGO_ENABLED=0 GO111MODULE=on go build ./... 23:10:01 Skipping stage go (already ran) 23:10:01 Staging device-mqtt 23:10:02 Priming go 23:10:08 Priming device-mqtt 23:10:12 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 23:10:12 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 23:10:12 Determining the version from the project repo (version-script). 23:10:12 The version has been set to '0.0.0-20200611+dafb43e' 23:10:12 Snapping 'edgex-device-mqtt' ... 23:10:16 23:10:16 Snapped edgex-device-mqtt_0.0.0-20200611+dafb43e_arm64.snap [Pipeline] } 23:10:18 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 23:10:19 provisioning config files... 23:10:19 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-152@tmp/config1312766484909428472tmp [Pipeline] { [Pipeline] sh 23:10:19 + curl -s https://codecov.io/bash 23:10:19 + bash -s - -t @/w/workspace/gexfoundry_device-mqtt-go_PR-152@tmp/config1312766484909428472tmp 23:10:20 23:10:20 _____ _ 23:10:20 / ____| | | 23:10:20 | | ___ __| | ___ ___ _____ __ 23:10:20 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:10:20 | |___| (_) | (_| | __/ (_| (_) \ V / 23:10:20 \_____\___/ \__,_|\___|\___\___/ \_/ 23:10:20 Bash-20200602-f809a24 23:10:20 23:10:20 23:10:20 ==> Jenkins CI detected. 23:10:20 project root: . 23:10:20 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:10:20 ==> Running gcov in . (disable via -X gcov) 23:10:20 ==> Python coveragepy not found 23:10:20 ==> Searching for coverage reports in: 23:10:20 + . 23:10:20 -> Found 1 reports 23:10:20 ==> Detecting git/mercurial file structure 23:10:20 ==> Reading reports 23:10:20 + ./coverage.out bytes=18939 23:10:20 ==> Appending adjustments 23:10:20 https://docs.codecov.io/docs/fixing-reports 23:10:20 + Found adjustments 23:10:20 ==> Gzipping contents 23:10:20 ==> Uploading reports 23:10:20 url: https://codecov.io 23:10:20 query: branch=PR-152&commit=dafb43ec76d71bbae9e0904ccde44c6677c4192f&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-152%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=152&job= 23:10:20 -> Pinging Codecov 23:10:20 https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=PR-152&commit=dafb43ec76d71bbae9e0904ccde44c6677c4192f&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-152%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=152&job= 23:10:21 -> Uploading 23:10:21 -> View reports at https://codecov.io/github/edgexfoundry/device-mqtt-go/commit/dafb43ec76d71bbae9e0904ccde44c6677c4192f [Pipeline] } 23:10:21 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 23:10:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:10:23 ---> package-listing.sh 23:10:23 ++ facter osfamily 23:10:23 ++ tr '[:upper:]' '[:lower:]' 23:10:23 + OS_FAMILY=redhat 23:10:23 + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-152 23:10:23 + START_PACKAGES=/tmp/packages_start.txt 23:10:23 + END_PACKAGES=/tmp/packages_end.txt 23:10:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:10:23 + PACKAGES=/tmp/packages_start.txt 23:10:23 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-152 ']' 23:10:23 + PACKAGES=/tmp/packages_end.txt 23:10:23 + case "${OS_FAMILY}" in 23:10:23 + rpm -qa 23:10:23 + sort 23:10:26 + '[' -f /tmp/packages_start.txt ']' 23:10:26 + '[' -f /tmp/packages_end.txt ']' 23:10:26 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:10:26 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-152 ']' 23:10:26 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-152/archives/ 23:10:26 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-152/archives/ [Pipeline] isUnix [Pipeline] sh 23:10:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:10:27 23:10:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:10:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:10:27 alpine: Pulling from edgex-lftools-log-publisher 23:10:27 c9b1b535fdd9: Pulling fs layer 23:10:27 2cc5ad85d9ab: Pulling fs layer 23:10:27 756a868c4378: Pulling fs layer 23:10:27 444b2fc9a129: Pulling fs layer 23:10:27 ea15f1150254: Pulling fs layer 23:10:27 41b27a9f41bf: Pulling fs layer 23:10:27 28c525ee5125: Pulling fs layer 23:10:27 094b1ea09ed8: Pulling fs layer 23:10:27 138eaada9080: Pulling fs layer 23:10:27 0622d0fa9048: Pulling fs layer 23:10:27 ea15f1150254: Waiting 23:10:27 41b27a9f41bf: Waiting 23:10:27 28c525ee5125: Waiting 23:10:27 094b1ea09ed8: Waiting 23:10:27 138eaada9080: Waiting 23:10:27 0622d0fa9048: Waiting 23:10:27 444b2fc9a129: Waiting 23:10:27 2cc5ad85d9ab: Download complete 23:10:27 444b2fc9a129: Verifying Checksum 23:10:27 444b2fc9a129: Download complete 23:10:27 c9b1b535fdd9: Verifying Checksum 23:10:27 ea15f1150254: Download complete 23:10:28 28c525ee5125: Verifying Checksum 23:10:28 28c525ee5125: Download complete 23:10:28 c9b1b535fdd9: Pull complete 23:10:28 756a868c4378: Verifying Checksum 23:10:28 756a868c4378: Download complete 23:10:28 094b1ea09ed8: Verifying Checksum 23:10:28 094b1ea09ed8: Download complete 23:10:28 138eaada9080: Verifying Checksum 23:10:28 138eaada9080: Download complete 23:10:28 0622d0fa9048: Verifying Checksum 23:10:28 0622d0fa9048: Download complete 23:10:28 2cc5ad85d9ab: Pull complete 23:10:29 41b27a9f41bf: Verifying Checksum 23:10:29 41b27a9f41bf: Download complete 23:10:30 756a868c4378: Pull complete 23:10:30 444b2fc9a129: Pull complete 23:10:30 ea15f1150254: Pull complete 23:10:34 41b27a9f41bf: Pull complete 23:10:34 28c525ee5125: Pull complete 23:10:38 094b1ea09ed8: Pull complete 23:10:38 138eaada9080: Pull complete 23:10:38 0622d0fa9048: Pull complete 23:10:38 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 23:10:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:10:38 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:10:38 prd-centos7-docker-4c-2g-2662 does not seem to be running inside a container 23:10:38 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/gexfoundry_device-mqtt-go_PR-152 -v /w/workspace/gexfoundry_device-mqtt-go_PR-152:/w/workspace/gexfoundry_device-mqtt-go_PR-152:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-152@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-152@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 23:10:42 $ docker top c356264a5ec6e28c645234a504888f76c0fa83157960567594dbdd2f77646578 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:10:42 provisioning config files... 23:10:42 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-152@tmp/config4664342400066303879tmp [Pipeline] { [Pipeline] echo 23:10:42 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:10:43 ---> create-netrc.sh [Pipeline] echo 23:10:43 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:10:43 ---> logs-deploy.sh 23:10:43 + ARCHIVE_ARTIFACTS= 23:10:43 + LOGS_SERVER=https://logs.edgexfoundry.org 23:10:43 + '[' https://logs.edgexfoundry.org == None ']' 23:10:43 + NEXUS_URL=https://nexus.edgexfoundry.org 23:10:43 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-152/2 23:10:43 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-mqtt-go/job/PR-152/2/ 23:10:43 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-152/2 /w/workspace/gexfoundry_device-mqtt-go_PR-152 23:10:44 Archives upload complete. 23:10:44 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-152/2 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-mqtt-go/job/PR-152/2/