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 [2020-06-11T22:57:49.978Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-11T22:57:50.095Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-11T22:57:50.158Z] ========================================================= [2020-06-11T22:57:50.158Z] EdgeX Global Pipelines Version Info [2020-06-11T22:57:50.158Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-11T22:57:52.230Z] ------------------- [2020-06-11T22:57:52.230Z] stable info: [2020-06-11T22:57:52.230Z] ------------------- [2020-06-11T22:57:52.230Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-11T22:57:52.230Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-11T22:57:52.230Z] Message: update stable to v1.0.89 [2020-06-11T22:57:52.802Z] ------------------- [2020-06-11T22:57:52.802Z] experimental info: [2020-06-11T22:57:52.802Z] ------------------- [2020-06-11T22:57:52.802Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-11T22:57:52.802Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-11T22:57:52.802Z] 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 [2020-06-11T22:57:53.983Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-11T22:57:54.245Z] [2020-06-11T22:57:54.245Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-11T22:57:54.572Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-11T22:57:54.572Z] latest: Pulling from edgex-devops/git-semver [2020-06-11T22:57:54.572Z] 9123ac7c32f7: Pulling fs layer [2020-06-11T22:57:54.572Z] b8cc5d1170e3: Pulling fs layer [2020-06-11T22:57:54.572Z] 2924cbbf6a41: Pulling fs layer [2020-06-11T22:57:54.572Z] 93b08a4f1073: Pulling fs layer [2020-06-11T22:57:54.572Z] 93b08a4f1073: Waiting [2020-06-11T22:57:54.572Z] b8cc5d1170e3: Verifying Checksum [2020-06-11T22:57:54.572Z] b8cc5d1170e3: Download complete [2020-06-11T22:57:54.846Z] 9123ac7c32f7: Download complete [2020-06-11T22:57:54.846Z] 93b08a4f1073: Verifying Checksum [2020-06-11T22:57:54.846Z] 93b08a4f1073: Download complete [2020-06-11T22:57:54.846Z] 2924cbbf6a41: Verifying Checksum [2020-06-11T22:57:54.846Z] 2924cbbf6a41: Download complete [2020-06-11T22:57:55.110Z] 9123ac7c32f7: Pull complete [2020-06-11T22:57:55.370Z] b8cc5d1170e3: Pull complete [2020-06-11T22:57:56.341Z] 2924cbbf6a41: Pull complete [2020-06-11T22:57:56.611Z] 93b08a4f1073: Pull complete [2020-06-11T22:57:56.871Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-11T22:57:56.871Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-11T22:57:56.871Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-11T22:57:56.987Z] prd-centos7-docker-4c-2g-2662 does not seem to be running inside a container [2020-06-11T22:57:57.059Z] $ 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 [2020-06-11T22:57:58.704Z] $ docker top 009ca0d16a2233cd76877b2409264fa40e6c7d324b47f987a88f28f1297bf65f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-11T22:57:58.885Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-11T22:57:58.886Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-11T22:57:59.102Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-11T22:57:59.107Z] $ docker exec 009ca0d16a2233cd76877b2409264fa40e6c7d324b47f987a88f28f1297bf65f ssh-agent [2020-06-11T22:57:59.267Z] SSH_AUTH_SOCK=/tmp/ssh-pRRExg6crYKo/agent.11 [2020-06-11T22:57:59.267Z] SSH_AGENT_PID=16 [2020-06-11T22:57:59.277Z] Running ssh-add (command line suppressed) [2020-06-11T22:57:59.396Z] 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) [2020-06-11T22:57:59.447Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-11T22:57:59.754Z] + git describe --exact-match --tags HEAD [2020-06-11T22:57:59.754Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-11T22:57:59.813Z] $ docker exec --env ******** --env ******** 009ca0d16a2233cd76877b2409264fa40e6c7d324b47f987a88f28f1297bf65f ssh-agent -k [2020-06-11T22:57:59.938Z] unset SSH_AUTH_SOCK; [2020-06-11T22:57:59.938Z] unset SSH_AGENT_PID; [2020-06-11T22:57:59.938Z] echo Agent pid 16 killed; [2020-06-11T22:57:59.983Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-11T22:58:00.025Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-11T22:58:00.025Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-11T22:58:00.072Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-11T22:58:00.072Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-11T22:58:00.250Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-11T22:58:00.255Z] $ docker exec 009ca0d16a2233cd76877b2409264fa40e6c7d324b47f987a88f28f1297bf65f ssh-agent [2020-06-11T22:58:00.420Z] SSH_AUTH_SOCK=/tmp/ssh-rkOWEpjYUGhI/agent.44 [2020-06-11T22:58:00.420Z] SSH_AGENT_PID=49 [2020-06-11T22:58:00.427Z] Running ssh-add (command line suppressed) [2020-06-11T22:58:00.558Z] 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) [2020-06-11T22:58:00.608Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-11T22:58:00.916Z] + git semver init [2020-06-11T22:58:00.916Z] # -> Open(): unable to determine branch for HEAD [2020-06-11T22:58:00.916Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-152/.git [2020-06-11T22:58:00.916Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-152 [2020-06-11T22:58:00.916Z] # $SEMVER_REMOTE_NAME = origin [2020-06-11T22:58:00.916Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-11T22:58:00.916Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-11T22:58:00.916Z] # $SEMVER_BRANCH = PR-152 [2020-06-11T22:58:00.916Z] # $SEMVER_TEMP = /tmp/semver-662482243 [2020-06-11T22:58:00.916Z] # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP [2020-06-11T22:58:01.177Z] # '/tmp/semver-662482243' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-152/.semver' [2020-06-11T22:58:01.177Z] # -> Force: false [2020-06-11T22:58:01.438Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-152/.semver [Pipeline] } [2020-06-11T22:58:01.449Z] $ docker exec --env ******** --env ******** 009ca0d16a2233cd76877b2409264fa40e6c7d324b47f987a88f28f1297bf65f ssh-agent -k [2020-06-11T22:58:01.595Z] unset SSH_AUTH_SOCK; [2020-06-11T22:58:01.595Z] unset SSH_AGENT_PID; [2020-06-11T22:58:01.595Z] echo Agent pid 49 killed; [2020-06-11T22:58:01.649Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-11T22:58:02.012Z] + git semver [Pipeline] } [2020-06-11T22:58:02.033Z] $ docker stop --time=1 009ca0d16a2233cd76877b2409264fa40e6c7d324b47f987a88f28f1297bf65f [2020-06-11T22:58:03.366Z] $ docker rm -f 009ca0d16a2233cd76877b2409264fa40e6c7d324b47f987a88f28f1297bf65f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-11T22:58:03.924Z] Stashed 28 file(s) [Pipeline] echo [2020-06-11T22:58:03.926Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-06-11T22:58:04.297Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2659 in /w/workspace/gexfoundry_device-mqtt-go_PR-152 [Pipeline] { [Pipeline] ws [2020-06-11T22:58:04.324Z] Running in /w/workspace/device-mqtt-go/2 [Pipeline] { [Pipeline] checkout [2020-06-11T22:58:09.911Z] using credential edgex-jenkins-ssh [2020-06-11T22:58:09.950Z] Cloning the remote Git repository [2020-06-11T22:58:09.950Z] Cloning with configured refspecs honoured and without tags [2020-06-11T22:58:09.996Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-11T22:58:10.108Z] > git init /w/workspace/device-mqtt-go/2 # timeout=10 [2020-06-11T22:58:10.187Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-11T22:58:10.188Z] > git --version # timeout=10 [2020-06-11T22:58:10.210Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T22:58:10.264Z] > 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 [2020-06-11T22:58:11.146Z] Fetching without tags [2020-06-11T22:58:11.648Z] Merging remotes/origin/master commit de391997badefd51019ce0551674f6b8472580b5 into PR head commit dafb43ec76d71bbae9e0904ccde44c6677c4192f [2020-06-11T22:58:11.894Z] Merge succeeded, producing dafb43ec76d71bbae9e0904ccde44c6677c4192f [2020-06-11T22:58:11.894Z] Checking out Revision dafb43ec76d71bbae9e0904ccde44c6677c4192f (PR-152) [2020-06-11T22:58:11.012Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-06-11T22:58:11.037Z] > git config --add remote.origin.fetch +refs/pull/152/head:refs/remotes/origin/PR-152 # timeout=10 [2020-06-11T22:58:11.059Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T22:58:11.093Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-06-11T22:58:11.128Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-11T22:58:11.128Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T22:58:11.142Z] > 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 [2020-06-11T22:58:11.643Z] > git config core.sparsecheckout # timeout=10 [2020-06-11T22:58:11.670Z] > git checkout -f dafb43ec76d71bbae9e0904ccde44c6677c4192f # timeout=10 [2020-06-11T22:58:11.755Z] > git remote # timeout=10 [2020-06-11T22:58:11.774Z] > git config --get remote.origin.url # timeout=10 [2020-06-11T22:58:11.794Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T22:58:11.808Z] > git merge de391997badefd51019ce0551674f6b8472580b5 # timeout=10 [2020-06-11T22:58:11.836Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-06-11T22:58:11.873Z] > git config core.sparsecheckout # timeout=10 [2020-06-11T22:58:11.890Z] > git checkout -f dafb43ec76d71bbae9e0904ccde44c6677c4192f # timeout=10 [2020-06-11T22:58:16.610Z] 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 [2020-06-11T22:58:17.500Z] ========================================================= [2020-06-11T22:58:17.500Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-11T22:58:17.500Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-11T22:58:18.579Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-06-11T22:58:19.103Z] Still waiting to schedule task [2020-06-11T22:58:19.103Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-06-11T22:58:19.580Z] Sending build context to Docker daemon 605.2kB [2020-06-11T22:58:19.580Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-11T22:58:19.580Z] Step 2/8 : FROM ${BASE} [2020-06-11T22:58:19.859Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-06-11T22:58:19.859Z] cde5963f3b93: Pulling fs layer [2020-06-11T22:58:19.859Z] 2a23fa8c16f7: Pulling fs layer [2020-06-11T22:58:19.859Z] 777b28850792: Pulling fs layer [2020-06-11T22:58:19.859Z] 8a11ddd9e578: Pulling fs layer [2020-06-11T22:58:19.859Z] 4cf88f913ddb: Pulling fs layer [2020-06-11T22:58:19.859Z] 1df406cf5192: Pulling fs layer [2020-06-11T22:58:19.859Z] cd6300453558: Pulling fs layer [2020-06-11T22:58:19.859Z] b9c365052c96: Pulling fs layer [2020-06-11T22:58:19.859Z] a2d8cc88f415: Pulling fs layer [2020-06-11T22:58:19.859Z] ea1d1ca13537: Pulling fs layer [2020-06-11T22:58:19.859Z] 3750a50a1c5e: Pulling fs layer [2020-06-11T22:58:19.859Z] 8a11ddd9e578: Waiting [2020-06-11T22:58:19.859Z] 4cf88f913ddb: Waiting [2020-06-11T22:58:19.859Z] 1df406cf5192: Waiting [2020-06-11T22:58:19.859Z] cd6300453558: Waiting [2020-06-11T22:58:19.859Z] b9c365052c96: Waiting [2020-06-11T22:58:19.859Z] a2d8cc88f415: Waiting [2020-06-11T22:58:19.859Z] ea1d1ca13537: Waiting [2020-06-11T22:58:19.859Z] 3750a50a1c5e: Waiting [2020-06-11T22:58:19.859Z] 777b28850792: Download complete [2020-06-11T22:58:19.859Z] 2a23fa8c16f7: Verifying Checksum [2020-06-11T22:58:19.859Z] 2a23fa8c16f7: Download complete [2020-06-11T22:58:19.859Z] 4cf88f913ddb: Verifying Checksum [2020-06-11T22:58:20.139Z] 1df406cf5192: Verifying Checksum [2020-06-11T22:58:20.139Z] 1df406cf5192: Download complete [2020-06-11T22:58:20.139Z] cde5963f3b93: Download complete [2020-06-11T22:58:20.748Z] cde5963f3b93: Pull complete [2020-06-11T22:58:21.745Z] 2a23fa8c16f7: Pull complete [2020-06-11T22:58:22.024Z] 777b28850792: Pull complete [2020-06-11T22:58:22.633Z] cd6300453558: Verifying Checksum [2020-06-11T22:58:22.633Z] cd6300453558: Download complete [2020-06-11T22:58:22.913Z] a2d8cc88f415: Download complete [2020-06-11T22:58:24.372Z] ea1d1ca13537: Verifying Checksum [2020-06-11T22:58:24.372Z] ea1d1ca13537: Download complete [2020-06-11T22:58:24.649Z] 3750a50a1c5e: Verifying Checksum [2020-06-11T22:58:24.649Z] 3750a50a1c5e: Download complete [2020-06-11T22:58:25.639Z] b9c365052c96: Verifying Checksum [2020-06-11T22:58:25.639Z] b9c365052c96: Download complete [2020-06-11T22:58:25.639Z] 8a11ddd9e578: Download complete [2020-06-11T22:58:38.069Z] 8a11ddd9e578: Pull complete [2020-06-11T22:58:38.069Z] 4cf88f913ddb: Pull complete [2020-06-11T22:58:38.069Z] 1df406cf5192: Pull complete [2020-06-11T22:58:41.472Z] cd6300453558: Pull complete [2020-06-11T22:58:46.889Z] b9c365052c96: Pull complete [2020-06-11T22:58:46.889Z] a2d8cc88f415: Pull complete [2020-06-11T22:58:48.876Z] ea1d1ca13537: Pull complete [2020-06-11T22:58:49.158Z] 3750a50a1c5e: Pull complete [2020-06-11T22:58:49.158Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-06-11T22:58:49.158Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-11T22:58:49.158Z] ---> 78745c68409d [2020-06-11T22:58:49.158Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-06-11T22:58:54.612Z] ---> Running in f265e42de2b9 [2020-06-11T22:58:54.613Z] Removing intermediate container f265e42de2b9 [2020-06-11T22:58:54.613Z] ---> 7137a9aecb02 [2020-06-11T22:58:54.613Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-11T22:58:54.613Z] ---> Running in b980684c5a91 [2020-06-11T22:58:58.012Z] Removing intermediate container b980684c5a91 [2020-06-11T22:58:58.012Z] ---> 1f3afd6857d9 [2020-06-11T22:58:58.012Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-06-11T22:58:58.012Z] ---> Running in 4479aaf3dffa [2020-06-11T22:58:59.455Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-11T22:59:00.055Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-11T22:59:00.654Z] (1/18) Upgrading libgcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-11T22:59:00.930Z] (2/18) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) [2020-06-11T22:59:00.930Z] (3/18) Installing libmagic (5.37-r1) [2020-06-11T22:59:01.208Z] (4/18) Installing file (5.37-r1) [2020-06-11T22:59:01.208Z] (5/18) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) [2020-06-11T22:59:01.484Z] (6/18) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) [2020-06-11T22:59:01.484Z] (7/18) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-11T22:59:05.801Z] (8/18) Installing libc-dev (0.7.2-r0) [2020-06-11T22:59:05.801Z] (9/18) Installing g++ (9.2.0-r4) [2020-06-11T22:59:09.210Z] (10/18) Installing fortify-headers (1.1-r0) [2020-06-11T22:59:09.483Z] (11/18) Installing build-base (0.5-r1) [2020-06-11T22:59:09.483Z] (12/18) Installing openssh-keygen (8.1_p1-r0) [2020-06-11T22:59:09.483Z] (13/18) Installing libedit (20191211.3.1-r0) [2020-06-11T22:59:09.759Z] (14/18) Installing openssh-client (8.1_p1-r0) [2020-06-11T22:59:10.033Z] (15/18) Installing openssh-sftp-server (8.1_p1-r0) [2020-06-11T22:59:10.033Z] (16/18) Installing openssh-server-common (8.1_p1-r0) [2020-06-11T22:59:10.308Z] (17/18) Installing openssh-server (8.1_p1-r0) [2020-06-11T22:59:10.308Z] (18/18) Installing openssh (8.1_p1-r0) [2020-06-11T22:59:10.584Z] Executing busybox-1.31.1-r8.trigger [2020-06-11T22:59:10.584Z] OK: 203 MiB in 52 packages [2020-06-11T22:59:17.314Z] Removing intermediate container 4479aaf3dffa [2020-06-11T22:59:17.314Z] ---> e2deea44356f [2020-06-11T22:59:17.314Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-06-11T22:59:17.588Z] ---> Running in e0958d7c2059 [2020-06-11T22:59:18.186Z] Removing intermediate container e0958d7c2059 [2020-06-11T22:59:18.186Z] ---> cace834f50e6 [2020-06-11T22:59:18.186Z] Step 7/8 : COPY . . [2020-06-11T22:59:19.173Z] ---> 8fbc65d6e130 [2020-06-11T22:59:19.173Z] Step 8/8 : RUN go mod download [2020-06-11T22:59:19.173Z] ---> Running in bb3e3d237b55 [2020-06-11T22:59:22.596Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-11T22:59:22.596Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-11T22:59:22.596Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-11T22:59:22.596Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T22:59:22.596Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-11T22:59:22.596Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-11T22:59:22.596Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T22:59:22.596Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-11T22:59:22.596Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-11T22:59:22.596Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-11T22:59:22.596Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-11T22:59:22.596Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T22:59:22.596Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T22:59:22.596Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T22:59:22.596Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T22:59:22.596Z] go: finding github.com/fatih/color v1.7.0 [2020-06-11T22:59:22.596Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T22:59:22.596Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-11T22:59:22.596Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T22:59:22.596Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-11T22:59:22.596Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-11T22:59:22.596Z] go: finding github.com/google/uuid v1.1.1 [2020-06-11T22:59:22.596Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-11T22:59:22.596Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-11T22:59:22.596Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-11T22:59:22.596Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-11T22:59:22.596Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T22:59:22.596Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T22:59:22.596Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-11T22:59:22.596Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-11T22:59:22.596Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T22:59:22.596Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-11T22:59:22.596Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-11T22:59:22.596Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-11T22:59:22.596Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-11T22:59:22.596Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-11T22:59:22.596Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-11T22:59:22.596Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-11T22:59:22.596Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-11T22:59:22.596Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-11T22:59:22.596Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-11T22:59:22.596Z] go: finding github.com/kr/pretty v0.1.0 [2020-06-11T22:59:22.596Z] go: finding github.com/kr/pty v1.1.1 [2020-06-11T22:59:22.596Z] go: finding github.com/kr/text v0.1.0 [2020-06-11T22:59:22.596Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-11T22:59:22.596Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-11T22:59:22.596Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-11T22:59:22.596Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-11T22:59:22.596Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T22:59:22.596Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-11T22:59:22.596Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-11T22:59:22.596Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-11T22:59:22.596Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-11T22:59:22.596Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-11T22:59:22.596Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T22:59:22.596Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T22:59:22.596Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-11T22:59:22.871Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-11T22:59:22.871Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-11T22:59:22.871Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-11T22:59:22.871Z] go: finding github.com/posener/complete v1.1.1 [2020-06-11T22:59:22.871Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-11T22:59:22.871Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-11T22:59:22.871Z] go: finding github.com/spf13/cast v1.3.0 [2020-06-11T22:59:22.871Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-11T22:59:22.871Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-11T22:59:22.871Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-11T22:59:22.871Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-11T22:59:22.871Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-11T22:59:22.871Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-11T22:59:22.871Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-11T22:59:22.871Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-11T22:59:22.871Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-06-11T22:59:23.221Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-11T22:59:23.221Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-11T22:59:35.719Z] Removing intermediate container bb3e3d237b55 [2020-06-11T22:59:35.719Z] ---> 97800a835ec8 [2020-06-11T22:59:35.719Z] Successfully built 97800a835ec8 [2020-06-11T22:59:35.719Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-11T22:59:36.293Z] + docker inspect -f . ci-base-image-arm64 [2020-06-11T22:59:36.293Z] . [Pipeline] withDockerContainer [2020-06-11T22:59:36.596Z] prd-ubuntu18.04-docker-arm64-4c-16g-2659 does not seem to be running inside a container [2020-06-11T22:59:36.661Z] $ 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 [2020-06-11T22:59:38.627Z] $ docker top cafd3c181d204a7f0fd36a0dff0fdeb2c8d9e6e48bf7a33752634fd47224eeac -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-11T22:59:40.035Z] + go version [2020-06-11T22:59:40.035Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-06-11T22:59:41.111Z] + make test [2020-06-11T22:59:41.111Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-06-11T22:59:42.097Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-06-11T23:00:21.183Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-06-11T23:00:21.183Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.026s coverage: 28.3% of statements [2020-06-11T23:00:21.183Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-06-11T23:00:21.183Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-11T23:00:26.638Z] gofmt -l . [2020-06-11T23:00:26.638Z] ["`gofmt -l .`" = ""] [2020-06-11T23:00:26.638Z] ./bin/test-attribution-txt.sh [2020-06-11T23:00:27.237Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-06-11T23:00:28.078Z] Stashed 1 file(s) [Pipeline] } [2020-06-11T23:00:28.056Z] $ docker stop --time=1 cafd3c181d204a7f0fd36a0dff0fdeb2c8d9e6e48bf7a33752634fd47224eeac [2020-06-11T23:00:30.773Z] $ docker rm -f cafd3c181d204a7f0fd36a0dff0fdeb2c8d9e6e48bf7a33752634fd47224eeac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-11T23:00:32.145Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-11T23:00:32.485Z] + ls -al . [2020-06-11T23:00:32.486Z] total 132 [2020-06-11T23:00:32.486Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 11 23:00 . [2020-06-11T23:00:32.486Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 11 22:58 .. [2020-06-11T23:00:32.486Z] -rw-rw-r-- 1 jenkins jenkins 140 Jun 11 22:58 .dockerignore [2020-06-11T23:00:32.486Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 11 22:58 .git [2020-06-11T23:00:32.486Z] -rw-rw-r-- 1 jenkins jenkins 328 Jun 11 22:58 .gitignore [2020-06-11T23:00:32.486Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 11 22:58 .semver [2020-06-11T23:00:32.486Z] -rw-rw-r-- 1 jenkins jenkins 4678 Jun 11 22:58 Attribution.txt [2020-06-11T23:00:32.486Z] -rw-rw-r-- 1 jenkins jenkins 1776 Jun 11 22:58 Dockerfile [2020-06-11T23:00:32.486Z] -rw-rw-r-- 1 jenkins jenkins 953 Jun 11 22:58 Dockerfile.build [2020-06-11T23:00:32.486Z] -rw-rw-r-- 1 jenkins jenkins 700 Jun 11 22:58 Jenkinsfile [2020-06-11T23:00:32.486Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jun 11 22:58 LICENSE [2020-06-11T23:00:32.486Z] -rw-rw-r-- 1 jenkins jenkins 902 Jun 11 22:58 Makefile [2020-06-11T23:00:32.486Z] -rw-rw-r-- 1 jenkins jenkins 444 Jun 11 22:58 README.md [2020-06-11T23:00:32.486Z] -rw-rw-r-- 1 jenkins jenkins 5 Jun 11 22:58 VERSION [2020-06-11T23:00:32.486Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 11 22:58 bin [2020-06-11T23:00:32.486Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 11 22:58 cmd [2020-06-11T23:00:32.486Z] -rw-r--r-- 1 jenkins jenkins 18939 Jun 11 23:00 coverage.out [2020-06-11T23:00:32.486Z] -rw-r--r-- 1 jenkins jenkins 510 Jun 11 23:00 go.mod [2020-06-11T23:00:32.486Z] -rw-r--r-- 1 jenkins jenkins 13621 Jun 11 23:00 go.sum [2020-06-11T23:00:32.486Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 11 22:58 internal [2020-06-11T23:00:32.486Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 11 22:58 mock [2020-06-11T23:00:32.486Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 11 22:58 snap [2020-06-11T23:00:32.486Z] -rw-rw-r-- 1 jenkins jenkins 227 Jun 11 22:58 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-11T23:00:32.834Z] + 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 . [2020-06-11T23:00:33.118Z] Sending build context to Docker daemon 624.6kB [2020-06-11T23:00:33.391Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-06-11T23:00:33.391Z] Step 2/21 : FROM ${BASE} AS builder [2020-06-11T23:00:33.391Z] ---> 97800a835ec8 [2020-06-11T23:00:33.391Z] Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-06-11T23:00:33.391Z] ---> Running in dd6aa9ce3d73 [2020-06-11T23:00:33.991Z] Removing intermediate container dd6aa9ce3d73 [2020-06-11T23:00:33.991Z] ---> 496c4a25fb30 [2020-06-11T23:00:33.991Z] Step 4/21 : ARG ALPINE_PKG_EXTRA="" [2020-06-11T23:00:34.264Z] ---> Running in fef83dfd1e31 [2020-06-11T23:00:34.537Z] Removing intermediate container fef83dfd1e31 [2020-06-11T23:00:34.537Z] ---> 1e0dffdb1455 [2020-06-11T23:00:34.537Z] Step 5/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-11T23:00:34.810Z] ---> Running in 61ce0327526f [2020-06-11T23:00:38.203Z] Removing intermediate container 61ce0327526f [2020-06-11T23:00:38.203Z] ---> e8e304f3e84b [2020-06-11T23:00:38.203Z] Step 6/21 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-11T23:00:38.203Z] ---> Running in a661ab03eda1 [2020-06-11T23:00:40.190Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-11T23:00:40.787Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-11T23:00:41.383Z] OK: 203 MiB in 52 packages [2020-06-11T23:00:42.824Z] Removing intermediate container a661ab03eda1 [2020-06-11T23:00:42.824Z] ---> 3a94c8f3c3ec [2020-06-11T23:00:42.825Z] Step 7/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-06-11T23:00:43.098Z] ---> Running in 8019c8e6186d [2020-06-11T23:00:43.370Z] Removing intermediate container 8019c8e6186d [2020-06-11T23:00:43.370Z] ---> 26f524ca2dd2 [2020-06-11T23:00:43.370Z] Step 8/21 : COPY . . [2020-06-11T23:00:44.347Z] ---> 478c3d3c57f1 [2020-06-11T23:00:44.347Z] Step 9/21 : ARG MAKE='make build' [2020-06-11T23:00:44.621Z] ---> Running in 5c6e7c5ed0d9 [2020-06-11T23:00:45.214Z] Removing intermediate container 5c6e7c5ed0d9 [2020-06-11T23:00:45.214Z] ---> 820e29dd565b [2020-06-11T23:00:45.214Z] Step 10/21 : RUN $MAKE [2020-06-11T23:00:45.214Z] ---> Running in 5e85a226a7bc [2020-06-11T23:00:47.188Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd [2020-06-11T23:01:19.579Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-11T23:01:29.742Z] Removing intermediate container 5e85a226a7bc [2020-06-11T23:01:29.742Z] ---> f8e9d562f8bd [2020-06-11T23:01:29.742Z] Step 11/21 : FROM alpine [2020-06-11T23:01:29.742Z] latest: Pulling from library/alpine [2020-06-11T23:01:30.015Z] b538f80385f9: Pulling fs layer [2020-06-11T23:01:31.447Z] b538f80385f9: Verifying Checksum [2020-06-11T23:01:31.447Z] b538f80385f9: Download complete [2020-06-11T23:01:32.048Z] b538f80385f9: Pull complete [2020-06-11T23:01:32.048Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-11T23:01:32.048Z] Status: Downloaded newer image for alpine:latest [2020-06-11T23:01:32.048Z] ---> 62ee0e9f8440 [2020-06-11T23:01:32.048Z] Step 12/21 : ENV APP_PORT=49982 [2020-06-11T23:01:32.338Z] ---> Running in 86426acb91c6 [2020-06-11T23:01:32.945Z] Removing intermediate container 86426acb91c6 [2020-06-11T23:01:32.945Z] ---> fffb1efa69c7 [2020-06-11T23:01:32.945Z] Step 13/21 : EXPOSE $APP_PORT [2020-06-11T23:01:32.945Z] ---> Running in d74bce7293af [2020-06-11T23:01:33.544Z] Removing intermediate container d74bce7293af [2020-06-11T23:01:33.544Z] ---> 8f4e19821443 [2020-06-11T23:01:33.544Z] Step 14/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-06-11T23:01:34.985Z] ---> 3acae98832be [2020-06-11T23:01:34.985Z] Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-06-11T23:01:35.964Z] ---> 36e7f3db9a50 [2020-06-11T23:01:35.964Z] Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-06-11T23:01:36.557Z] ---> 560afa09907a [2020-06-11T23:01:36.557Z] Step 17/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-06-11T23:01:36.830Z] ---> Running in e31f3843475c [2020-06-11T23:01:37.154Z] Removing intermediate container e31f3843475c [2020-06-11T23:01:37.154Z] ---> 181e86d93787 [2020-06-11T23:01:37.154Z] Step 18/21 : ENTRYPOINT ["/device-mqtt","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-06-11T23:01:37.486Z] ---> Running in 9c0563d276c5 [2020-06-11T23:01:37.763Z] Removing intermediate container 9c0563d276c5 [2020-06-11T23:01:37.763Z] ---> 8f782beda872 [2020-06-11T23:01:37.763Z] Step 19/21 : LABEL arch=arm64 [2020-06-11T23:01:38.054Z] ---> Running in 9a31e9535612 [2020-06-11T23:01:38.688Z] Removing intermediate container 9a31e9535612 [2020-06-11T23:01:38.688Z] ---> b7fad98ef103 [2020-06-11T23:01:38.688Z] Step 20/21 : LABEL git_sha=dafb43ec76d71bbae9e0904ccde44c6677c4192f [2020-06-11T23:01:38.688Z] ---> Running in 9c47fd284632 [2020-06-11T23:01:39.296Z] Removing intermediate container 9c47fd284632 [2020-06-11T23:01:39.296Z] ---> 09b990c2ec8e [2020-06-11T23:01:39.296Z] Step 21/21 : LABEL version=0.0.0 [2020-06-11T23:01:39.296Z] ---> Running in 2db1298ba57d [2020-06-11T23:01:39.892Z] Removing intermediate container 2db1298ba57d [2020-06-11T23:01:39.892Z] ---> 2360617a65cf [2020-06-11T23:01:39.892Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-11T23:01:39.892Z] Successfully built 2360617a65cf [2020-06-11T23:01:39.892Z] 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 [2020-06-11T23:01:40.927Z] + find /w/workspace/device-mqtt-go/2 [2020-06-11T23:01:40.927Z] + grep snapcraft.yaml [2020-06-11T23:01:40.927Z] + grep -Po ^name: \K(.*) /w/workspace/device-mqtt-go/2/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-11T23:01:41.073Z] provisioning config files... [2020-06-11T23:01:41.101Z] copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/2@tmp/config1490066067991080897tmp [Pipeline] { [Pipeline] sh [2020-06-11T23:01:41.482Z] + cp /w/workspace/device-mqtt-go/2@tmp/config1490066067991080897tmp /w/workspace/device-mqtt-go/2/edgex-snap-store-login [Pipeline] sh [2020-06-11T23:01:41.823Z] + 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 [2020-06-11T23:01:41.823Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-06-11T23:01:42.098Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-06-11T23:01:42.098Z] b2f61026a351: Pulling fs layer [2020-06-11T23:01:42.098Z] 5538fb30c42c: Pulling fs layer [2020-06-11T23:01:42.098Z] f0b05810781a: Pulling fs layer [2020-06-11T23:01:42.098Z] 0180a33352d6: Pulling fs layer [2020-06-11T23:01:42.098Z] e7604b0c0f53: Pulling fs layer [2020-06-11T23:01:42.098Z] db689cb83ae0: Pulling fs layer [2020-06-11T23:01:42.098Z] 6138af208834: Pulling fs layer [2020-06-11T23:01:42.098Z] 007c8e8c5d63: Pulling fs layer [2020-06-11T23:01:42.098Z] 4f7a387c642f: Pulling fs layer [2020-06-11T23:01:42.098Z] 0180a33352d6: Waiting [2020-06-11T23:01:42.098Z] e7604b0c0f53: Waiting [2020-06-11T23:01:42.098Z] db689cb83ae0: Waiting [2020-06-11T23:01:42.098Z] 6138af208834: Waiting [2020-06-11T23:01:42.098Z] 007c8e8c5d63: Waiting [2020-06-11T23:01:42.098Z] 4f7a387c642f: Waiting [2020-06-11T23:01:42.098Z] 5538fb30c42c: Download complete [2020-06-11T23:01:42.098Z] f0b05810781a: Download complete [2020-06-11T23:01:42.098Z] 0180a33352d6: Verifying Checksum [2020-06-11T23:01:42.098Z] 0180a33352d6: Download complete [2020-06-11T23:01:42.098Z] db689cb83ae0: Verifying Checksum [2020-06-11T23:01:42.098Z] db689cb83ae0: Download complete [2020-06-11T23:01:42.098Z] 6138af208834: Verifying Checksum [2020-06-11T23:01:42.098Z] 6138af208834: Download complete [2020-06-11T23:01:42.098Z] 007c8e8c5d63: Verifying Checksum [2020-06-11T23:01:42.099Z] 4f7a387c642f: Verifying Checksum [2020-06-11T23:01:42.099Z] 4f7a387c642f: Download complete [2020-06-11T23:01:43.533Z] b2f61026a351: Download complete [2020-06-11T23:01:46.930Z] b2f61026a351: Pull complete [2020-06-11T23:01:46.930Z] 5538fb30c42c: Pull complete [2020-06-11T23:01:47.203Z] f0b05810781a: Pull complete [2020-06-11T23:01:47.807Z] 0180a33352d6: Pull complete [2020-06-11T23:01:50.426Z] e7604b0c0f53: Verifying Checksum [2020-06-11T23:01:50.426Z] e7604b0c0f53: Download complete [2020-06-11T23:01:59.622Z] Running on prd-centos7-docker-4c-2g-2664 in /w/workspace/gexfoundry_device-mqtt-go_PR-152 [Pipeline] { [Pipeline] ws [2020-06-11T23:01:59.650Z] Running in /w/workspace/device-mqtt-go/2 [Pipeline] { [Pipeline] checkout [2020-06-11T23:02:02.774Z] using credential edgex-jenkins-ssh [2020-06-11T23:02:02.802Z] Cloning the remote Git repository [2020-06-11T23:02:02.802Z] Cloning with configured refspecs honoured and without tags [2020-06-11T23:02:02.829Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-11T23:02:02.894Z] > git init /w/workspace/device-mqtt-go/2 # timeout=10 [2020-06-11T23:02:02.946Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-11T23:02:02.947Z] > git --version # timeout=10 [2020-06-11T23:02:02.952Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T23:02:02.978Z] > 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 [2020-06-11T23:02:03.560Z] Fetching without tags [2020-06-11T23:02:04.347Z] Merging remotes/origin/master commit de391997badefd51019ce0551674f6b8472580b5 into PR head commit dafb43ec76d71bbae9e0904ccde44c6677c4192f [2020-06-11T23:02:04.419Z] Merge succeeded, producing dafb43ec76d71bbae9e0904ccde44c6677c4192f [2020-06-11T23:02:04.419Z] Checking out Revision dafb43ec76d71bbae9e0904ccde44c6677c4192f (PR-152) [2020-06-11T23:02:03.513Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-06-11T23:02:03.522Z] > git config --add remote.origin.fetch +refs/pull/152/head:refs/remotes/origin/PR-152 # timeout=10 [2020-06-11T23:02:03.528Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T23:02:03.547Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-06-11T23:02:03.564Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-11T23:02:03.564Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T23:02:03.570Z] > 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 [2020-06-11T23:02:04.353Z] > git config core.sparsecheckout # timeout=10 [2020-06-11T23:02:04.357Z] > git checkout -f dafb43ec76d71bbae9e0904ccde44c6677c4192f # timeout=10 [2020-06-11T23:02:04.384Z] > git remote # timeout=10 [2020-06-11T23:02:04.389Z] > git config --get remote.origin.url # timeout=10 [2020-06-11T23:02:04.395Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T23:02:04.399Z] > git merge de391997badefd51019ce0551674f6b8472580b5 # timeout=10 [2020-06-11T23:02:04.412Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-06-11T23:02:04.421Z] > git config core.sparsecheckout # timeout=10 [2020-06-11T23:02:04.425Z] > git checkout -f dafb43ec76d71bbae9e0904ccde44c6677c4192f # timeout=10 [2020-06-11T23:02:08.105Z] 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 [2020-06-11T23:02:08.879Z] ========================================================= [2020-06-11T23:02:08.879Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-06-11T23:02:08.879Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-11T23:02:09.501Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-06-11T23:02:09.765Z] Sending build context to Docker daemon 605.2kB [2020-06-11T23:02:09.765Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-11T23:02:09.765Z] Step 2/8 : FROM ${BASE} [2020-06-11T23:02:10.028Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-06-11T23:02:10.028Z] e6b0cf9c0882: Pulling fs layer [2020-06-11T23:02:10.028Z] 2848faf0eed1: Pulling fs layer [2020-06-11T23:02:10.028Z] 0f37312ad70f: Pulling fs layer [2020-06-11T23:02:10.028Z] 5788d62ee057: Pulling fs layer [2020-06-11T23:02:10.028Z] 0e6b1d234666: Pulling fs layer [2020-06-11T23:02:10.028Z] bf5d7aec512f: Pulling fs layer [2020-06-11T23:02:10.028Z] 34c802a77dc8: Pulling fs layer [2020-06-11T23:02:10.028Z] 9eb99e56ec68: Pulling fs layer [2020-06-11T23:02:10.028Z] 27c7a5d97fbd: Pulling fs layer [2020-06-11T23:02:10.028Z] 5c102a31e300: Pulling fs layer [2020-06-11T23:02:10.028Z] dcfb455df0a1: Pulling fs layer [2020-06-11T23:02:10.028Z] 34c802a77dc8: Waiting [2020-06-11T23:02:10.028Z] 5788d62ee057: Waiting [2020-06-11T23:02:10.028Z] 9eb99e56ec68: Waiting [2020-06-11T23:02:10.028Z] 27c7a5d97fbd: Waiting [2020-06-11T23:02:10.028Z] 5c102a31e300: Waiting [2020-06-11T23:02:10.028Z] dcfb455df0a1: Waiting [2020-06-11T23:02:10.028Z] 0e6b1d234666: Waiting [2020-06-11T23:02:10.028Z] bf5d7aec512f: Waiting [2020-06-11T23:02:10.028Z] 0f37312ad70f: Verifying Checksum [2020-06-11T23:02:10.028Z] 0f37312ad70f: Download complete [2020-06-11T23:02:10.028Z] 2848faf0eed1: Download complete [2020-06-11T23:02:10.028Z] 0e6b1d234666: Download complete [2020-06-11T23:02:10.028Z] bf5d7aec512f: Verifying Checksum [2020-06-11T23:02:10.028Z] bf5d7aec512f: Download complete [2020-06-11T23:02:10.028Z] e6b0cf9c0882: Verifying Checksum [2020-06-11T23:02:10.028Z] e6b0cf9c0882: Download complete [2020-06-11T23:02:10.308Z] e6b0cf9c0882: Pull complete [2020-06-11T23:02:10.581Z] 2848faf0eed1: Pull complete [2020-06-11T23:02:10.581Z] 0f37312ad70f: Pull complete [2020-06-11T23:02:11.203Z] 34c802a77dc8: Verifying Checksum [2020-06-11T23:02:11.203Z] 34c802a77dc8: Download complete [2020-06-11T23:02:11.203Z] 27c7a5d97fbd: Verifying Checksum [2020-06-11T23:02:11.203Z] 27c7a5d97fbd: Download complete [2020-06-11T23:02:12.181Z] 5c102a31e300: Verifying Checksum [2020-06-11T23:02:12.181Z] 5c102a31e300: Download complete [2020-06-11T23:02:12.181Z] 9eb99e56ec68: Verifying Checksum [2020-06-11T23:02:12.181Z] 9eb99e56ec68: Download complete [2020-06-11T23:02:12.181Z] dcfb455df0a1: Verifying Checksum [2020-06-11T23:02:12.181Z] dcfb455df0a1: Download complete [2020-06-11T23:02:12.443Z] 5788d62ee057: Verifying Checksum [2020-06-11T23:02:12.443Z] 5788d62ee057: Download complete [2020-06-11T23:02:19.081Z] 5788d62ee057: Pull complete [2020-06-11T23:02:19.343Z] 0e6b1d234666: Pull complete [2020-06-11T23:02:19.343Z] bf5d7aec512f: Pull complete [2020-06-11T23:02:22.791Z] e7604b0c0f53: Pull complete [2020-06-11T23:02:22.791Z] db689cb83ae0: Pull complete [2020-06-11T23:02:22.791Z] 6138af208834: Pull complete [2020-06-11T23:02:22.791Z] 007c8e8c5d63: Pull complete [2020-06-11T23:02:22.791Z] 4f7a387c642f: Pull complete [2020-06-11T23:02:22.791Z] Digest: sha256:95de001a4645667c7ff44d03fa3a86afcf7622caf7559cdf0345329f515671b4 [2020-06-11T23:02:22.791Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-06-11T23:02:23.558Z] 34c802a77dc8: Pull complete [2020-06-11T23:02:26.873Z] 9eb99e56ec68: Pull complete [2020-06-11T23:02:27.134Z] 27c7a5d97fbd: Pull complete [2020-06-11T23:02:28.089Z] 5c102a31e300: Pull complete [2020-06-11T23:02:28.089Z] dcfb455df0a1: Pull complete [2020-06-11T23:02:28.349Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-06-11T23:02:28.349Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-06-11T23:02:28.349Z] ---> 7c70fe431013 [2020-06-11T23:02:28.349Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-06-11T23:02:29.299Z] ---> Running in 3c2d7098939b [2020-06-11T23:02:29.299Z] Removing intermediate container 3c2d7098939b [2020-06-11T23:02:29.299Z] ---> c51ee13c8c1c [2020-06-11T23:02:29.299Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-11T23:02:29.299Z] ---> Running in 895bbd442132 [2020-06-11T23:02:30.245Z] Removing intermediate container 895bbd442132 [2020-06-11T23:02:30.245Z] ---> ceb5c7f19a82 [2020-06-11T23:02:30.245Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-06-11T23:02:30.508Z] ---> Running in 75c765c1f8d4 [2020-06-11T23:02:31.098Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-06-11T23:02:31.098Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-06-11T23:02:31.453Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-11T23:02:32.025Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-11T23:02:32.595Z] (1/17) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) [2020-06-11T23:02:32.595Z] (2/17) Installing libmagic (5.37-r1) [2020-06-11T23:02:32.854Z] (3/17) Installing file (5.37-r1) [2020-06-11T23:02:32.855Z] (4/17) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) [2020-06-11T23:02:32.855Z] (5/17) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) [2020-06-11T23:02:33.114Z] (6/17) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-11T23:02:35.397Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-06-11T23:02:39.705Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-06-11T23:02:41.250Z] (7/17) Installing libc-dev (0.7.2-r0) [2020-06-11T23:02:41.250Z] (8/17) Installing g++ (9.2.0-r4) [2020-06-11T23:02:44.007Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1233 kB] [2020-06-11T23:02:45.450Z] (9/17) Installing fortify-headers (1.1-r0) [2020-06-11T23:02:45.450Z] (10/17) Installing build-base (0.5-r1) [2020-06-11T23:02:45.450Z] (11/17) Installing openssh-keygen (8.1_p1-r0) [2020-06-11T23:02:45.450Z] (12/17) Installing libedit (20191211.3.1-r0) [2020-06-11T23:02:45.450Z] (13/17) Installing openssh-client (8.1_p1-r0) [2020-06-11T23:02:46.023Z] (14/17) Installing openssh-sftp-server (8.1_p1-r0) [2020-06-11T23:02:46.023Z] (15/17) Installing openssh-server-common (8.1_p1-r0) [2020-06-11T23:02:46.023Z] (16/17) Installing openssh-server (8.1_p1-r0) [2020-06-11T23:02:46.286Z] (17/17) Installing openssh (8.1_p1-r0) [2020-06-11T23:02:46.286Z] Executing busybox-1.31.1-r8.trigger [2020-06-11T23:02:46.286Z] OK: 214 MiB in 52 packages [2020-06-11T23:02:49.620Z] Removing intermediate container 75c765c1f8d4 [2020-06-11T23:02:49.620Z] ---> 01de4f84868a [2020-06-11T23:02:49.620Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-06-11T23:02:49.885Z] ---> Running in e3e585a0b587 [2020-06-11T23:02:49.885Z] Removing intermediate container e3e585a0b587 [2020-06-11T23:02:49.885Z] ---> 596899220f70 [2020-06-11T23:02:49.885Z] Step 7/8 : COPY . . [2020-06-11T23:02:50.456Z] ---> 161ad2eb9282 [2020-06-11T23:02:50.456Z] Step 8/8 : RUN go mod download [2020-06-11T23:02:50.718Z] ---> Running in 67fdc971b04c [2020-06-11T23:02:53.267Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-11T23:02:53.267Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-11T23:02:53.267Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-11T23:02:53.267Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T23:02:53.267Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-11T23:02:53.267Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-11T23:02:53.267Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T23:02:53.267Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-11T23:02:53.267Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-11T23:02:53.267Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-11T23:02:53.267Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-11T23:02:53.267Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T23:02:53.267Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T23:02:53.267Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T23:02:53.267Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T23:02:53.267Z] go: finding github.com/fatih/color v1.7.0 [2020-06-11T23:02:53.267Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T23:02:53.267Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-11T23:02:53.267Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T23:02:53.267Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-11T23:02:53.267Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-11T23:02:53.267Z] go: finding github.com/google/uuid v1.1.1 [2020-06-11T23:02:53.267Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-11T23:02:53.267Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-11T23:02:53.267Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-11T23:02:53.267Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-11T23:02:53.267Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T23:02:53.267Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T23:02:53.267Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-11T23:02:53.267Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-11T23:02:53.267Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T23:02:53.267Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-11T23:02:53.528Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-11T23:02:53.528Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-11T23:02:53.528Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-11T23:02:53.528Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-11T23:02:53.528Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-11T23:02:53.790Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-11T23:02:53.790Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-11T23:02:53.790Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-11T23:02:53.790Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-11T23:02:53.790Z] go: finding github.com/kr/pretty v0.1.0 [2020-06-11T23:02:53.790Z] go: finding github.com/kr/pty v1.1.1 [2020-06-11T23:02:53.790Z] go: finding github.com/kr/text v0.1.0 [2020-06-11T23:02:53.790Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-11T23:02:53.790Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-11T23:02:53.790Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-11T23:02:53.790Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-11T23:02:53.790Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T23:02:53.790Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-11T23:02:53.790Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-11T23:02:54.050Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-11T23:02:54.050Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-11T23:02:54.050Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-11T23:02:54.050Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T23:02:54.050Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T23:02:54.050Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-11T23:02:54.050Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-11T23:02:54.050Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-11T23:02:54.050Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-11T23:02:54.050Z] go: finding github.com/posener/complete v1.1.1 [2020-06-11T23:02:54.050Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-11T23:02:54.050Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-11T23:02:54.050Z] go: finding github.com/spf13/cast v1.3.0 [2020-06-11T23:02:54.317Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-11T23:02:54.317Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-11T23:02:54.317Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-11T23:02:54.578Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-11T23:02:54.578Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-11T23:02:54.578Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-11T23:02:54.838Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-11T23:02:54.838Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-11T23:02:54.838Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-06-11T23:02:54.838Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-11T23:02:54.838Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-11T23:03:13.090Z] Removing intermediate container 67fdc971b04c [2020-06-11T23:03:13.090Z] ---> 40adf4223ac2 [2020-06-11T23:03:13.090Z] Successfully built 40adf4223ac2 [2020-06-11T23:03:13.090Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-11T23:03:13.578Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-11T23:03:13.579Z] . [Pipeline] withDockerContainer [2020-06-11T23:03:13.698Z] prd-centos7-docker-4c-2g-2664 does not seem to be running inside a container [2020-06-11T23:03:13.752Z] $ 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 [2020-06-11T23:03:15.015Z] $ docker top 48481f335d0f2176e71851a69d76957bc1888f486b67f2f5368388640cf649a0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-11T23:03:15.469Z] + go version [2020-06-11T23:03:15.469Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-06-11T23:03:15.790Z] + make test [2020-06-11T23:03:15.790Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-06-11T23:03:17.191Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-06-11T23:03:27.307Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-06-11T23:03:27.570Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.006s coverage: 28.3% of statements [2020-06-11T23:03:27.570Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-06-11T23:03:27.570Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-11T23:03:30.150Z] gofmt -l . [2020-06-11T23:03:30.150Z] ["`gofmt -l .`" = ""] [2020-06-11T23:03:30.150Z] ./bin/test-attribution-txt.sh [2020-06-11T23:03:30.419Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-06-11T23:03:30.696Z] Warning: overwriting stash ‘coverage-report’ [2020-06-11T23:03:30.929Z] Stashed 1 file(s) [Pipeline] } [2020-06-11T23:03:30.935Z] $ docker stop --time=1 48481f335d0f2176e71851a69d76957bc1888f486b67f2f5368388640cf649a0 [2020-06-11T23:03:33.112Z] $ docker rm -f 48481f335d0f2176e71851a69d76957bc1888f486b67f2f5368388640cf649a0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-11T23:03:33.761Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-11T23:03:34.057Z] + ls -al . [2020-06-11T23:03:34.057Z] total 100 [2020-06-11T23:03:34.057Z] drwxrwxr-x. 9 jenkins jenkins 4096 Jun 11 23:03 . [2020-06-11T23:03:34.057Z] drwxrwxr-x. 4 jenkins jenkins 28 Jun 11 23:02 .. [2020-06-11T23:03:34.057Z] -rw-rw-r--. 1 jenkins jenkins 4678 Jun 11 23:02 Attribution.txt [2020-06-11T23:03:34.057Z] drwxrwxr-x. 2 jenkins jenkins 87 Jun 11 23:02 bin [2020-06-11T23:03:34.058Z] drwxrwxr-x. 3 jenkins jenkins 32 Jun 11 23:02 cmd [2020-06-11T23:03:34.058Z] -rw-r--r--. 1 jenkins jenkins 18939 Jun 11 23:03 coverage.out [2020-06-11T23:03:34.058Z] -rw-rw-r--. 1 jenkins jenkins 1776 Jun 11 23:02 Dockerfile [2020-06-11T23:03:34.058Z] -rw-rw-r--. 1 jenkins jenkins 953 Jun 11 23:02 Dockerfile.build [2020-06-11T23:03:34.058Z] -rw-rw-r--. 1 jenkins jenkins 140 Jun 11 23:02 .dockerignore [2020-06-11T23:03:34.058Z] drwxrwxr-x. 8 jenkins jenkins 179 Jun 11 23:02 .git [2020-06-11T23:03:34.058Z] -rw-rw-r--. 1 jenkins jenkins 328 Jun 11 23:02 .gitignore [2020-06-11T23:03:34.058Z] -rw-r--r--. 1 jenkins jenkins 510 Jun 11 23:03 go.mod [2020-06-11T23:03:34.058Z] -rw-r--r--. 1 jenkins jenkins 13621 Jun 11 23:03 go.sum [2020-06-11T23:03:34.058Z] drwxrwxr-x. 3 jenkins jenkins 20 Jun 11 23:02 internal [2020-06-11T23:03:34.058Z] -rw-rw-r--. 1 jenkins jenkins 700 Jun 11 23:02 Jenkinsfile [2020-06-11T23:03:34.058Z] -rw-rw-r--. 1 jenkins jenkins 11340 Jun 11 23:02 LICENSE [2020-06-11T23:03:34.058Z] -rw-rw-r--. 1 jenkins jenkins 902 Jun 11 23:02 Makefile [2020-06-11T23:03:34.058Z] drwxrwxr-x. 2 jenkins jenkins 23 Jun 11 23:02 mock [2020-06-11T23:03:34.058Z] -rw-rw-r--. 1 jenkins jenkins 444 Jun 11 23:02 README.md [2020-06-11T23:03:34.058Z] drwxrwxr-x. 3 jenkins jenkins 58 Jun 11 23:02 .semver [2020-06-11T23:03:34.058Z] drwxrwxr-x. 4 jenkins jenkins 54 Jun 11 23:02 snap [2020-06-11T23:03:34.058Z] -rw-rw-r--. 1 jenkins jenkins 5 Jun 11 22:58 VERSION [2020-06-11T23:03:34.058Z] -rw-rw-r--. 1 jenkins jenkins 227 Jun 11 23:02 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-11T23:03:34.362Z] + 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 . [2020-06-11T23:03:34.362Z] Sending build context to Docker daemon 624.6kB [2020-06-11T23:03:34.362Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-06-11T23:03:34.362Z] Step 2/21 : FROM ${BASE} AS builder [2020-06-11T23:03:34.362Z] ---> 40adf4223ac2 [2020-06-11T23:03:34.362Z] Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-06-11T23:03:34.624Z] ---> Running in 1c510acb854f [2020-06-11T23:03:34.885Z] Removing intermediate container 1c510acb854f [2020-06-11T23:03:34.885Z] ---> ccb0cf92a126 [2020-06-11T23:03:34.885Z] Step 4/21 : ARG ALPINE_PKG_EXTRA="" [2020-06-11T23:03:34.885Z] ---> Running in 6136ff7cac91 [2020-06-11T23:03:34.885Z] Removing intermediate container 6136ff7cac91 [2020-06-11T23:03:34.885Z] ---> 49008856cb89 [2020-06-11T23:03:34.885Z] Step 5/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-11T23:03:35.145Z] ---> Running in b7ec1b3ec6ce [2020-06-11T23:03:35.724Z] Removing intermediate container b7ec1b3ec6ce [2020-06-11T23:03:35.724Z] ---> 5771dcf94cbe [2020-06-11T23:03:35.724Z] Step 6/21 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-11T23:03:35.724Z] ---> Running in 0c4a7be10937 [2020-06-11T23:03:36.298Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-11T23:03:36.870Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-11T23:03:37.442Z] OK: 214 MiB in 52 packages [2020-06-11T23:03:37.703Z] Removing intermediate container 0c4a7be10937 [2020-06-11T23:03:37.703Z] ---> 3bc6eb038120 [2020-06-11T23:03:37.703Z] Step 7/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-06-11T23:03:37.703Z] ---> Running in 3937e1760a8f [2020-06-11T23:03:37.966Z] Removing intermediate container 3937e1760a8f [2020-06-11T23:03:37.966Z] ---> 2f15430674ad [2020-06-11T23:03:37.966Z] Step 8/21 : COPY . . [2020-06-11T23:03:38.538Z] ---> 1ccf37bfa2b3 [2020-06-11T23:03:38.538Z] Step 9/21 : ARG MAKE='make build' [2020-06-11T23:03:38.538Z] ---> Running in ba9cf2b96c30 [2020-06-11T23:03:38.801Z] Removing intermediate container ba9cf2b96c30 [2020-06-11T23:03:38.801Z] ---> 1f379255cc6e [2020-06-11T23:03:38.801Z] Step 10/21 : RUN $MAKE [2020-06-11T23:03:38.801Z] ---> Running in ecf881d02328 [2020-06-11T23:03:39.075Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd [2020-06-11T23:03:49.201Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-11T23:03:52.008Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1192 B] [2020-06-11T23:03:52.008Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [879 kB] [2020-06-11T23:03:54.498Z] Removing intermediate container ecf881d02328 [2020-06-11T23:03:54.498Z] ---> c1bf291659b5 [2020-06-11T23:03:54.498Z] Step 11/21 : FROM alpine [2020-06-11T23:03:56.415Z] latest: Pulling from library/alpine [2020-06-11T23:03:56.415Z] df20fa9351a1: Pulling fs layer [2020-06-11T23:03:56.999Z] df20fa9351a1: Download complete [2020-06-11T23:03:57.259Z] df20fa9351a1: Pull complete [2020-06-11T23:03:57.259Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-11T23:03:57.259Z] Status: Downloaded newer image for alpine:latest [2020-06-11T23:03:57.259Z] ---> a24bb4013296 [2020-06-11T23:03:57.259Z] Step 12/21 : ENV APP_PORT=49982 [2020-06-11T23:03:57.527Z] ---> Running in 54188aa2160d [2020-06-11T23:03:57.527Z] Removing intermediate container 54188aa2160d [2020-06-11T23:03:57.527Z] ---> 0c19c4900227 [2020-06-11T23:03:57.527Z] Step 13/21 : EXPOSE $APP_PORT [2020-06-11T23:03:57.527Z] ---> Running in 6810487d436b [2020-06-11T23:03:57.789Z] Removing intermediate container 6810487d436b [2020-06-11T23:03:57.789Z] ---> 10ac8017f0dc [2020-06-11T23:03:57.789Z] Step 14/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-06-11T23:03:58.361Z] ---> 9521eba9a174 [2020-06-11T23:03:58.361Z] Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-06-11T23:03:58.361Z] ---> 5902eb391f05 [2020-06-11T23:03:58.361Z] Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-06-11T23:03:58.624Z] ---> a34098a9c36b [2020-06-11T23:03:58.624Z] Step 17/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-06-11T23:03:58.624Z] ---> Running in 96b9e7ef1ee2 [2020-06-11T23:03:58.889Z] Removing intermediate container 96b9e7ef1ee2 [2020-06-11T23:03:58.889Z] ---> e8776685a0fb [2020-06-11T23:03:58.889Z] Step 18/21 : ENTRYPOINT ["/device-mqtt","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-06-11T23:03:58.889Z] ---> Running in 4d36e63f39ce [2020-06-11T23:03:59.150Z] Removing intermediate container 4d36e63f39ce [2020-06-11T23:03:59.150Z] ---> 9567e171a809 [2020-06-11T23:03:59.150Z] Step 19/21 : LABEL arch=amd64 [2020-06-11T23:03:59.150Z] ---> Running in 368aa536477f [2020-06-11T23:03:59.150Z] Removing intermediate container 368aa536477f [2020-06-11T23:03:59.150Z] ---> 77db2b80ba34 [2020-06-11T23:03:59.150Z] Step 20/21 : LABEL git_sha=dafb43ec76d71bbae9e0904ccde44c6677c4192f [2020-06-11T23:03:59.410Z] ---> Running in f0b7cecac7f7 [2020-06-11T23:03:59.410Z] Removing intermediate container f0b7cecac7f7 [2020-06-11T23:03:59.410Z] ---> 8b31a3e827f5 [2020-06-11T23:03:59.410Z] Step 21/21 : LABEL version=0.0.0 [2020-06-11T23:03:59.410Z] ---> Running in 8b1b0aa97af3 [2020-06-11T23:03:59.670Z] Removing intermediate container 8b1b0aa97af3 [2020-06-11T23:03:59.670Z] ---> 5eac11ebfd63 [2020-06-11T23:03:59.670Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-11T23:03:59.670Z] Successfully built 5eac11ebfd63 [2020-06-11T23:03:59.670Z] 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 [2020-06-11T23:04:00.278Z] ++ find /w/workspace/device-mqtt-go/2 [2020-06-11T23:04:00.279Z] ++ grep snapcraft.yaml [2020-06-11T23:04:00.279Z] + grep -Po '^name: \K(.*)' /w/workspace/device-mqtt-go/2/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-11T23:04:00.385Z] provisioning config files... [2020-06-11T23:04:00.405Z] copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/2@tmp/config6772866899008997456tmp [Pipeline] { [Pipeline] sh [2020-06-11T23:04:00.726Z] + cp /w/workspace/device-mqtt-go/2@tmp/config6772866899008997456tmp /w/workspace/device-mqtt-go/2/edgex-snap-store-login [Pipeline] sh [2020-06-11T23:04:01.025Z] + 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 [2020-06-11T23:04:01.025Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-06-11T23:04:01.025Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-06-11T23:04:01.025Z] 5bed26d33875: Pulling fs layer [2020-06-11T23:04:01.025Z] f11b29a9c730: Pulling fs layer [2020-06-11T23:04:01.025Z] 930bda195c84: Pulling fs layer [2020-06-11T23:04:01.025Z] 78bf9a5ad49e: Pulling fs layer [2020-06-11T23:04:01.025Z] e5fbee5a4b0d: Pulling fs layer [2020-06-11T23:04:01.025Z] f452fca78f88: Pulling fs layer [2020-06-11T23:04:01.025Z] 7417ef92027a: Pulling fs layer [2020-06-11T23:04:01.025Z] 2af5c49d270b: Pulling fs layer [2020-06-11T23:04:01.025Z] df9c3bdbc40a: Pulling fs layer [2020-06-11T23:04:01.025Z] 7417ef92027a: Waiting [2020-06-11T23:04:01.025Z] 2af5c49d270b: Waiting [2020-06-11T23:04:01.025Z] 78bf9a5ad49e: Waiting [2020-06-11T23:04:01.025Z] df9c3bdbc40a: Waiting [2020-06-11T23:04:01.025Z] f452fca78f88: Waiting [2020-06-11T23:04:01.025Z] 930bda195c84: Verifying Checksum [2020-06-11T23:04:01.025Z] 930bda195c84: Download complete [2020-06-11T23:04:01.025Z] f11b29a9c730: Verifying Checksum [2020-06-11T23:04:01.025Z] f11b29a9c730: Download complete [2020-06-11T23:04:01.025Z] 78bf9a5ad49e: Verifying Checksum [2020-06-11T23:04:01.025Z] 78bf9a5ad49e: Download complete [2020-06-11T23:04:01.025Z] f452fca78f88: Download complete [2020-06-11T23:04:01.025Z] 7417ef92027a: Verifying Checksum [2020-06-11T23:04:01.025Z] 7417ef92027a: Download complete [2020-06-11T23:04:01.296Z] 2af5c49d270b: Verifying Checksum [2020-06-11T23:04:01.296Z] 2af5c49d270b: Download complete [2020-06-11T23:04:01.296Z] df9c3bdbc40a: Verifying Checksum [2020-06-11T23:04:01.296Z] df9c3bdbc40a: Download complete [2020-06-11T23:04:01.561Z] 5bed26d33875: Download complete [2020-06-11T23:04:02.996Z] 5bed26d33875: Pull complete [2020-06-11T23:04:03.259Z] f11b29a9c730: Pull complete [2020-06-11T23:04:03.259Z] 930bda195c84: Pull complete [2020-06-11T23:04:03.528Z] 78bf9a5ad49e: Pull complete [2020-06-11T23:04:04.928Z] e5fbee5a4b0d: Verifying Checksum [2020-06-11T23:04:04.928Z] e5fbee5a4b0d: Download complete [2020-06-11T23:04:26.942Z] e5fbee5a4b0d: Pull complete [2020-06-11T23:04:26.942Z] f452fca78f88: Pull complete [2020-06-11T23:04:26.942Z] 7417ef92027a: Pull complete [2020-06-11T23:04:26.942Z] 2af5c49d270b: Pull complete [2020-06-11T23:04:26.942Z] df9c3bdbc40a: Pull complete [2020-06-11T23:04:26.942Z] Digest: sha256:329b7ca3c147263d7a6122d30aca7e6f18adc9017ce870f1638d2965d7494739 [2020-06-11T23:04:26.942Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-06-11T23:04:28.330Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-06-11T23:04:28.330Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-06-11T23:04:28.330Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-06-11T23:04:29.275Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [861 kB] [2020-06-11T23:04:30.220Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [958 kB] [2020-06-11T23:04:30.220Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-06-11T23:04:30.792Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1253 kB] [2020-06-11T23:04:31.055Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9092 B] [2020-06-11T23:04:31.055Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [66.4 kB] [2020-06-11T23:04:34.366Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [80.7 kB] [2020-06-11T23:04:34.633Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1392 kB] [2020-06-11T23:04:38.856Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [20.3 kB] [2020-06-11T23:04:38.856Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8158 B] [2020-06-11T23:04:38.856Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] [2020-06-11T23:04:38.856Z] Fetched 4909 kB in 11s (450 kB/s) [2020-06-11T23:04:40.779Z] Reading package lists... [2020-06-11T23:04:44.085Z] 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 [2020-06-11T23:04:45.742Z] Reading package lists... [2020-06-11T23:04:46.265Z] Building dependency tree... [2020-06-11T23:04:46.265Z] Reading state information... [2020-06-11T23:04:46.265Z] The following packages were automatically installed and are no longer required: [2020-06-11T23:04:46.265Z] libjq1 liblzo2-2 libonig4 [2020-06-11T23:04:46.265Z] Use 'sudo apt autoremove' to remove them. [2020-06-11T23:04:46.265Z] Suggested packages: [2020-06-11T23:04:46.265Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-06-11T23:04:46.265Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc [2020-06-11T23:04:46.265Z] keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc [2020-06-11T23:04:46.265Z] libterm-readline-gnu-perl | libterm-readline-perl-perl [2020-06-11T23:04:46.527Z] The following NEW packages will be installed: [2020-06-11T23:04:46.527Z] curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl [2020-06-11T23:04:46.527Z] libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 [2020-06-11T23:04:46.527Z] libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase [2020-06-11T23:04:46.527Z] openssh-client patch perl perl-modules-5.26 xauth [2020-06-11T23:04:46.788Z] 0 upgraded, 27 newly installed, 0 to remove and 10 not upgraded. [2020-06-11T23:04:46.788Z] Need to get 14.7 MB of archives. [2020-06-11T23:04:46.788Z] After this operation, 89.5 MB of additional disk space will be used. [2020-06-11T23:04:46.788Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxau6 amd64 1:1.0.8-1 [8376 B] [2020-06-11T23:04:47.049Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-06-11T23:04:47.311Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB] [2020-06-11T23:04:47.571Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB] [2020-06-11T23:04:47.832Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] [2020-06-11T23:04:48.403Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.2 [569 kB] [2020-06-11T23:04:48.538Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3737 B] [2020-06-11T23:04:48.538Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [7827 B] [2020-06-11T23:04:48.538Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] [2020-06-11T23:04:48.538Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [606 kB] [2020-06-11T23:04:49.343Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB] [2020-06-11T23:04:49.603Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-06-11T23:04:53.810Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-06-11T23:04:53.810Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-06-11T23:04:53.810Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] [2020-06-11T23:04:59.100Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] [2020-06-11T23:04:59.672Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-06-11T23:04:59.672Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-06-11T23:04:59.672Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-06-11T23:04:59.672Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-06-11T23:04:59.933Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.3 [1088 kB] [2020-06-11T23:05:00.877Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B] [2020-06-11T23:05:00.877Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-06-11T23:05:01.455Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB] [2020-06-11T23:05:01.455Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.8 [159 kB] [2020-06-11T23:05:01.455Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.8 [213 kB] [2020-06-11T23:05:02.028Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-06-11T23:05:02.028Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-06-11T23:05:02.602Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-06-11T23:05:06.819Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-06-11T23:05:06.819Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-06-11T23:05:07.080Z] debconf: delaying package configuration, since apt-utils is not installed [2020-06-11T23:05:07.080Z] Fetched 14.7 MB in 20s (733 kB/s) [2020-06-11T23:05:07.080Z] Selecting previously unselected package libxau6:amd64. [2020-06-11T23:05:07.080Z] (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.) [2020-06-11T23:05:07.080Z] Preparing to unpack .../00-libxau6_1%3a1.0.8-1_amd64.deb ... [2020-06-11T23:05:07.080Z] Unpacking libxau6:amd64 (1:1.0.8-1) ... [2020-06-11T23:05:07.341Z] Selecting previously unselected package libbsd0:amd64. [2020-06-11T23:05:07.341Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-06-11T23:05:07.341Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-06-11T23:05:07.341Z] Selecting previously unselected package libxdmcp6:amd64. [2020-06-11T23:05:07.341Z] Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_amd64.deb ... [2020-06-11T23:05:07.341Z] Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... [2020-06-11T23:05:07.341Z] Selecting previously unselected package libxcb1:amd64. [2020-06-11T23:05:07.341Z] Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_amd64.deb ... [2020-06-11T23:05:07.341Z] Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ... [2020-06-11T23:05:07.341Z] Selecting previously unselected package libx11-data. [2020-06-11T23:05:07.341Z] Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... [2020-06-11T23:05:07.602Z] Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-11T23:05:08.174Z] Selecting previously unselected package libx11-6:amd64. [2020-06-11T23:05:08.174Z] Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_amd64.deb ... [2020-06-11T23:05:08.174Z] Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... [2020-06-11T23:05:08.175Z] Selecting previously unselected package libxext6:amd64. [2020-06-11T23:05:08.175Z] Preparing to unpack .../06-libxext6_2%3a1.3.3-1_amd64.deb ... [2020-06-11T23:05:08.175Z] Unpacking libxext6:amd64 (2:1.3.3-1) ... [2020-06-11T23:05:08.437Z] Selecting previously unselected package perl-modules-5.26. [2020-06-11T23:05:08.437Z] Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-06-11T23:05:08.437Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-11T23:05:10.983Z] Selecting previously unselected package libgdbm5:amd64. [2020-06-11T23:05:10.983Z] Preparing to unpack .../08-libgdbm5_1.14.1-6_amd64.deb ... [2020-06-11T23:05:10.983Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-06-11T23:05:10.983Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-06-11T23:05:10.983Z] Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-06-11T23:05:10.983Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-06-11T23:05:10.983Z] Selecting previously unselected package libperl5.26:amd64. [2020-06-11T23:05:10.983Z] Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-06-11T23:05:10.983Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-06-11T23:05:12.368Z] Selecting previously unselected package perl. [2020-06-11T23:05:12.368Z] Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-06-11T23:05:12.368Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-06-11T23:05:12.629Z] Selecting previously unselected package less. [2020-06-11T23:05:12.629Z] Preparing to unpack .../12-less_487-0.1_amd64.deb ... [2020-06-11T23:05:12.629Z] Unpacking less (487-0.1) ... [2020-06-11T23:05:12.629Z] Selecting previously unselected package libexpat1:amd64. [2020-06-11T23:05:12.629Z] Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-06-11T23:05:12.629Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-06-11T23:05:12.629Z] Selecting previously unselected package netbase. [2020-06-11T23:05:12.629Z] Preparing to unpack .../14-netbase_5.4_all.deb ... [2020-06-11T23:05:12.629Z] Unpacking netbase (5.4) ... [2020-06-11T23:05:12.891Z] Selecting previously unselected package libedit2:amd64. [2020-06-11T23:05:12.891Z] Preparing to unpack .../15-libedit2_3.1-20170329-1_amd64.deb ... [2020-06-11T23:05:12.891Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-06-11T23:05:12.891Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-06-11T23:05:12.891Z] Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb ... [2020-06-11T23:05:12.891Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... [2020-06-11T23:05:13.151Z] Selecting previously unselected package libxmuu1:amd64. [2020-06-11T23:05:13.151Z] Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_amd64.deb ... [2020-06-11T23:05:13.151Z] Unpacking libxmuu1:amd64 (2:1.1.2-2) ... [2020-06-11T23:05:13.151Z] Selecting previously unselected package openssh-client. [2020-06-11T23:05:13.151Z] Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-06-11T23:05:13.151Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-11T23:05:13.413Z] Selecting previously unselected package xauth. [2020-06-11T23:05:13.413Z] Preparing to unpack .../19-xauth_1%3a1.0.10-1_amd64.deb ... [2020-06-11T23:05:13.413Z] Unpacking xauth (1:1.0.10-1) ... [2020-06-11T23:05:13.413Z] Selecting previously unselected package curl. [2020-06-11T23:05:13.413Z] Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_amd64.deb ... [2020-06-11T23:05:13.413Z] Unpacking curl (7.58.0-2ubuntu3.8) ... [2020-06-11T23:05:13.413Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-06-11T23:05:13.413Z] Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_amd64.deb ... [2020-06-11T23:05:13.413Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... [2020-06-11T23:05:13.413Z] Selecting previously unselected package liberror-perl. [2020-06-11T23:05:13.413Z] Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... [2020-06-11T23:05:13.413Z] Unpacking liberror-perl (0.17025-1) ... [2020-06-11T23:05:13.674Z] Selecting previously unselected package git-man. [2020-06-11T23:05:13.675Z] Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-06-11T23:05:13.675Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-11T23:05:13.675Z] Selecting previously unselected package git. [2020-06-11T23:05:13.675Z] Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-06-11T23:05:13.675Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-06-11T23:05:15.064Z] Selecting previously unselected package make. [2020-06-11T23:05:15.064Z] Preparing to unpack .../25-make_4.1-9.1ubuntu1_amd64.deb ... [2020-06-11T23:05:15.064Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-06-11T23:05:15.064Z] Selecting previously unselected package patch. [2020-06-11T23:05:15.064Z] Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-06-11T23:05:15.064Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-06-11T23:05:15.064Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-06-11T23:05:15.064Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-11T23:05:15.064Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-06-11T23:05:15.064Z] Setting up less (487-0.1) ... [2020-06-11T23:05:15.318Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [756 kB] [2020-06-11T23:05:15.324Z] Setting up make (4.1-9.1ubuntu1) ... [2020-06-11T23:05:15.324Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... [2020-06-11T23:05:15.587Z] Setting up curl (7.58.0-2ubuntu3.8) ... [2020-06-11T23:05:15.587Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... [2020-06-11T23:05:15.587Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-11T23:05:15.587Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-06-11T23:05:15.587Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-06-11T23:05:15.587Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-06-11T23:05:15.587Z] Setting up libxdmcp6:amd64 (1:1.1.2-3) ... [2020-06-11T23:05:15.587Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-06-11T23:05:15.587Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-11T23:05:15.848Z] Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-11T23:05:15.848Z] Setting up libxau6:amd64 (1:1.0.8-1) ... [2020-06-11T23:05:15.848Z] Setting up netbase (5.4) ... [2020-06-11T23:05:15.848Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-06-11T23:05:16.109Z] Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ... [2020-06-11T23:05:16.109Z] Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... [2020-06-11T23:05:16.109Z] Setting up libxmuu1:amd64 (2:1.1.2-2) ... [2020-06-11T23:05:16.109Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-06-11T23:05:16.109Z] Setting up libxext6:amd64 (2:1.3.3-1) ... [2020-06-11T23:05:16.109Z] Setting up liberror-perl (0.17025-1) ... [2020-06-11T23:05:16.109Z] Setting up xauth (1:1.0.10-1) ... [2020-06-11T23:05:16.109Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-06-11T23:05:16.109Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-06-11T23:05:18.725Z] curl set to automatically installed. [2020-06-11T23:05:18.725Z] git set to automatically installed. [2020-06-11T23:05:18.725Z] git-man set to automatically installed. [2020-06-11T23:05:18.725Z] less set to automatically installed. [2020-06-11T23:05:18.725Z] libbsd0 set to automatically installed. [2020-06-11T23:05:18.725Z] libcurl3-gnutls set to automatically installed. [2020-06-11T23:05:18.725Z] libedit2 set to automatically installed. [2020-06-11T23:05:18.725Z] liberror-perl set to automatically installed. [2020-06-11T23:05:18.725Z] libexpat1 set to automatically installed. [2020-06-11T23:05:18.725Z] libgdbm-compat4 set to automatically installed. [2020-06-11T23:05:18.725Z] libgdbm5 set to automatically installed. [2020-06-11T23:05:18.725Z] libperl5.26 set to automatically installed. [2020-06-11T23:05:18.725Z] libssl1.0.0 set to automatically installed. [2020-06-11T23:05:18.725Z] libx11-6 set to automatically installed. [2020-06-11T23:05:18.725Z] libx11-data set to automatically installed. [2020-06-11T23:05:18.725Z] libxau6 set to automatically installed. [2020-06-11T23:05:18.725Z] libxcb1 set to automatically installed. [2020-06-11T23:05:18.725Z] libxdmcp6 set to automatically installed. [2020-06-11T23:05:18.725Z] libxext6 set to automatically installed. [2020-06-11T23:05:18.725Z] libxmuu1 set to automatically installed. [2020-06-11T23:05:18.725Z] make set to automatically installed. [2020-06-11T23:05:18.725Z] netbase set to automatically installed. [2020-06-11T23:05:18.725Z] openssh-client set to automatically installed. [2020-06-11T23:05:18.725Z] patch set to automatically installed. [2020-06-11T23:05:18.725Z] perl set to automatically installed. [2020-06-11T23:05:18.725Z] perl-modules-5.26 set to automatically installed. [2020-06-11T23:05:18.725Z] xauth set to automatically installed. [2020-06-11T23:05:18.725Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-06-11T23:05:18.725Z] Please ensure the environment is properly setup before continuing. [2020-06-11T23:05:18.725Z] Ignore this message if the appropriate measures have already been taken [2020-06-11T23:05:19.323Z] Pulling go [2020-06-11T23:05:20.378Z] 'device-mqtt' has dependencies that need to be staged: go [2020-06-11T23:05:20.378Z] Skipping pull go (already ran) [2020-06-11T23:05:20.378Z] Building go [2020-06-11T23:05:20.378Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-06-11T23:05:20.378Z] Dload Upload Total Spent Left Speed [2020-06-11T23:05:42.105Z] Fetched 3747 kB in 3min 9s (19.8 kB/s) [2020-06-11T23:05:44.077Z] Reading package lists... [2020-06-11T23:05:48.231Z] 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 [2020-06-11T23:05:49.171Z] go1.13.5.linux-amd64.tar.gz: OK [2020-06-11T23:05:57.319Z] Staging go [2020-06-11T23:05:57.890Z] Pulling device-mqtt [2020-06-11T23:05:58.473Z] Skipping build go (already ran) [2020-06-11T23:05:58.473Z] Building device-mqtt [2020-06-11T23:05:58.734Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd [2020-06-11T23:06:00.645Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-11T23:06:00.645Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T23:06:00.645Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-11T23:06:00.645Z] go: downloading github.com/spf13/cast v1.3.0 [2020-06-11T23:06:00.645Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-11T23:06:00.645Z] go: extracting github.com/spf13/cast v1.3.0 [2020-06-11T23:06:00.645Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-11T23:06:00.645Z] go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-11T23:06:00.645Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T23:06:00.645Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-11T23:06:00.645Z] go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-11T23:06:00.645Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-06-11T23:06:00.645Z] go: downloading github.com/google/uuid v1.1.1 [2020-06-11T23:06:00.645Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T23:06:00.645Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-06-11T23:06:00.645Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-11T23:06:00.645Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-11T23:06:00.645Z] go: downloading github.com/pkg/errors v0.8.1 [2020-06-11T23:06:00.645Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T23:06:00.645Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-06-11T23:06:00.645Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-06-11T23:06:00.645Z] go: extracting github.com/google/uuid v1.1.1 [2020-06-11T23:06:00.645Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T23:06:00.645Z] go: downloading github.com/x448/float16 v0.8.4 [2020-06-11T23:06:00.645Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-06-11T23:06:00.645Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-06-11T23:06:00.645Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T23:06:00.645Z] go: extracting github.com/pkg/errors v0.8.1 [2020-06-11T23:06:00.645Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T23:06:00.645Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T23:06:00.909Z] go: extracting github.com/x448/float16 v0.8.4 [2020-06-11T23:06:00.909Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-06-11T23:06:00.909Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-06-11T23:06:00.909Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-06-11T23:06:00.909Z] go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-11T23:06:00.909Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T23:06:00.909Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-06-11T23:06:00.909Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-06-11T23:06:00.909Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T23:06:00.909Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T23:06:00.909Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T23:06:00.909Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-06-11T23:06:00.909Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T23:06:00.909Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-06-11T23:06:00.909Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T23:06:00.909Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-06-11T23:06:00.909Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T23:06:00.909Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T23:06:00.909Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-06-11T23:06:00.909Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T23:06:00.909Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T23:06:00.909Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-06-11T23:06:00.909Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-06-11T23:06:00.909Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T23:06:00.909Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T23:06:00.909Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T23:06:00.909Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T23:06:00.909Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T23:06:01.173Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T23:06:01.173Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-06-11T23:06:01.173Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T23:06:01.173Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T23:06:01.173Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T23:06:01.173Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T23:06:01.173Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-06-11T23:06:01.173Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-06-11T23:06:01.173Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-11T23:06:01.173Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-11T23:06:01.436Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T23:06:01.436Z] go: finding github.com/spf13/cast v1.3.0 [2020-06-11T23:06:01.436Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-11T23:06:01.436Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-11T23:06:01.436Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-11T23:06:01.436Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T23:06:01.436Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-11T23:06:01.436Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-11T23:06:01.436Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-11T23:06:01.436Z] go: finding github.com/google/uuid v1.1.1 [2020-06-11T23:06:01.701Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-11T23:06:01.701Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T23:06:01.701Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T23:06:01.701Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T23:06:01.701Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-11T23:06:01.701Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-11T23:06:01.701Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-11T23:06:01.701Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-11T23:06:01.701Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T23:06:01.701Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T23:06:01.701Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-11T23:06:01.701Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T23:06:01.701Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T23:06:01.701Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T23:06:01.701Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T23:06:01.701Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-11T23:06:01.701Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-11T23:06:01.701Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T23:06:01.701Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T23:06:01.701Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T23:06:01.701Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-11T23:06:02.441Z] 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 [2020-06-11T23:06:07.871Z] Reading package lists... [2020-06-11T23:06:08.144Z] Building dependency tree... [2020-06-11T23:06:08.144Z] Reading state information... [2020-06-11T23:06:09.120Z] The following packages were automatically installed and are no longer required: [2020-06-11T23:06:09.120Z] libjq1 liblzo2-2 libonig4 [2020-06-11T23:06:09.120Z] Use 'sudo apt autoremove' to remove them. [2020-06-11T23:06:09.120Z] Suggested packages: [2020-06-11T23:06:09.120Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-06-11T23:06:09.120Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc [2020-06-11T23:06:09.120Z] keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc [2020-06-11T23:06:09.120Z] libterm-readline-gnu-perl | libterm-readline-perl-perl [2020-06-11T23:06:09.392Z] The following NEW packages will be installed: [2020-06-11T23:06:09.392Z] curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl [2020-06-11T23:06:09.392Z] libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 [2020-06-11T23:06:09.392Z] libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase [2020-06-11T23:06:09.392Z] openssh-client patch perl perl-modules-5.26 xauth [2020-06-11T23:06:09.666Z] 0 upgraded, 27 newly installed, 0 to remove and 10 not upgraded. [2020-06-11T23:06:09.666Z] Need to get 12.9 MB of archives. [2020-06-11T23:06:09.666Z] After this operation, 84.2 MB of additional disk space will be used. [2020-06-11T23:06:09.666Z] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxau6 arm64 1:1.0.8-1 [7590 B] [2020-06-11T23:06:11.100Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbsd0 arm64 0.8.7-1ubuntu0.1 [36.6 kB] [2020-06-11T23:06:11.694Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxdmcp6 arm64 1:1.1.2-3 [9694 B] [2020-06-11T23:06:11.967Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxcb1 arm64 1.13-2~ubuntu18.04 [37.3 kB] [2020-06-11T23:06:12.561Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] [2020-06-11T23:06:14.096Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-11T23:06:15.173Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-6 arm64 2:1.6.4-3ubuntu0.2 [521 kB] [2020-06-11T23:06:18.307Z] Skipping stage go (already ran) [2020-06-11T23:06:18.307Z] Staging device-mqtt [2020-06-11T23:06:19.249Z] Priming go [2020-06-11T23:06:20.189Z] Priming device-mqtt [2020-06-11T23:06:20.779Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-06-11T23:06:20.779Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-06-11T23:06:20.779Z] Determining the version from the project repo (version-script). [2020-06-11T23:06:21.040Z] The version has been set to '0.0.0-20200611+dafb43e' [2020-06-11T23:06:21.040Z] Snapping 'edgex-device-mqtt' ... [2020-06-11T23:06:23.050Z] [2020-06-11T23:06:23.050Z] Snapped edgex-device-mqtt_0.0.0-20200611+dafb43e_amd64.snap [Pipeline] } [2020-06-11T23:06:24.445Z] 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] } [2020-06-11T23:06:30.238Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxext6 arm64 2:1.3.3-1 [25.4 kB] [2020-06-11T23:06:30.238Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-06-11T23:07:17.186Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] [2020-06-11T23:07:17.186Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] [2020-06-11T23:07:17.186Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] [2020-06-11T23:07:49.508Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] [2020-06-11T23:07:49.508Z] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] [2020-06-11T23:07:49.508Z] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.2 [69.3 kB] [2020-06-11T23:07:49.508Z] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] [2020-06-11T23:07:49.508Z] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libedit2 arm64 3.1-20170329-1 [63.4 kB] [2020-06-11T23:07:49.508Z] Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libssl1.0.0 arm64 1.0.2n-1ubuntu5.3 [723 kB] [2020-06-11T23:07:50.101Z] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxmuu1 arm64 2:1.1.2-2 [9502 B] [2020-06-11T23:07:50.101Z] Get:19 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssh-client arm64 1:7.6p1-4ubuntu0.3 [527 kB] [2020-06-11T23:07:50.698Z] Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xauth arm64 1:1.0.10-1 [22.4 kB] [2020-06-11T23:07:50.698Z] Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.8 [152 kB] [2020-06-11T23:07:50.969Z] Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.8 [179 kB] [2020-06-11T23:07:51.243Z] Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] [2020-06-11T23:07:51.243Z] Get:24 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-06-11T23:07:52.228Z] Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] [2020-06-11T23:08:00.493Z] Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] [2020-06-11T23:08:00.493Z] Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] [2020-06-11T23:08:00.766Z] debconf: delaying package configuration, since apt-utils is not installed [2020-06-11T23:08:01.039Z] Fetched 12.9 MB in 1min 51s (117 kB/s) [2020-06-11T23:08:01.039Z] Selecting previously unselected package libxau6:arm64. [2020-06-11T23:08:01.039Z] (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.) [2020-06-11T23:08:01.040Z] Preparing to unpack .../00-libxau6_1%3a1.0.8-1_arm64.deb ... [2020-06-11T23:08:01.040Z] Unpacking libxau6:arm64 (1:1.0.8-1) ... [2020-06-11T23:08:01.312Z] Selecting previously unselected package libbsd0:arm64. [2020-06-11T23:08:01.312Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_arm64.deb ... [2020-06-11T23:08:01.312Z] Unpacking libbsd0:arm64 (0.8.7-1ubuntu0.1) ... [2020-06-11T23:08:01.312Z] Selecting previously unselected package libxdmcp6:arm64. [2020-06-11T23:08:01.312Z] Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_arm64.deb ... [2020-06-11T23:08:01.312Z] Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... [2020-06-11T23:08:01.586Z] Selecting previously unselected package libxcb1:arm64. [2020-06-11T23:08:01.586Z] Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_arm64.deb ... [2020-06-11T23:08:01.586Z] Unpacking libxcb1:arm64 (1.13-2~ubuntu18.04) ... [2020-06-11T23:08:01.859Z] Selecting previously unselected package libx11-data. [2020-06-11T23:08:01.859Z] Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... [2020-06-11T23:08:01.859Z] Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-11T23:08:02.133Z] Selecting previously unselected package libx11-6:arm64. [2020-06-11T23:08:02.133Z] Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_arm64.deb ... [2020-06-11T23:08:02.133Z] Unpacking libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... [2020-06-11T23:08:02.407Z] Selecting previously unselected package libxext6:arm64. [2020-06-11T23:08:02.407Z] Preparing to unpack .../06-libxext6_2%3a1.3.3-1_arm64.deb ... [2020-06-11T23:08:02.407Z] Unpacking libxext6:arm64 (2:1.3.3-1) ... [2020-06-11T23:08:02.407Z] Selecting previously unselected package perl-modules-5.26. [2020-06-11T23:08:02.407Z] Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-06-11T23:08:02.407Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-11T23:08:04.386Z] Selecting previously unselected package libgdbm5:arm64. [2020-06-11T23:08:04.386Z] Preparing to unpack .../08-libgdbm5_1.14.1-6_arm64.deb ... [2020-06-11T23:08:04.386Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-06-11T23:08:04.386Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-06-11T23:08:04.386Z] Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-06-11T23:08:04.386Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-06-11T23:08:04.386Z] Selecting previously unselected package libperl5.26:arm64. [2020-06-11T23:08:04.386Z] Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... [2020-06-11T23:08:04.386Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-06-11T23:08:05.823Z] Selecting previously unselected package perl. [2020-06-11T23:08:05.823Z] Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_arm64.deb ... [2020-06-11T23:08:05.823Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-06-11T23:08:06.098Z] Selecting previously unselected package less. [2020-06-11T23:08:06.098Z] Preparing to unpack .../12-less_487-0.1_arm64.deb ... [2020-06-11T23:08:06.098Z] Unpacking less (487-0.1) ... [2020-06-11T23:08:06.098Z] Selecting previously unselected package libexpat1:arm64. [2020-06-11T23:08:06.098Z] Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_arm64.deb ... [2020-06-11T23:08:06.098Z] Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.2) ... [2020-06-11T23:08:06.370Z] Selecting previously unselected package netbase. [2020-06-11T23:08:06.370Z] Preparing to unpack .../14-netbase_5.4_all.deb ... [2020-06-11T23:08:06.370Z] Unpacking netbase (5.4) ... [2020-06-11T23:08:06.643Z] Selecting previously unselected package libedit2:arm64. [2020-06-11T23:08:06.643Z] Preparing to unpack .../15-libedit2_3.1-20170329-1_arm64.deb ... [2020-06-11T23:08:06.643Z] Unpacking libedit2:arm64 (3.1-20170329-1) ... [2020-06-11T23:08:06.643Z] Selecting previously unselected package libssl1.0.0:arm64. [2020-06-11T23:08:06.643Z] Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_arm64.deb ... [2020-06-11T23:08:06.643Z] Unpacking libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... [2020-06-11T23:08:06.915Z] Selecting previously unselected package libxmuu1:arm64. [2020-06-11T23:08:06.915Z] Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_arm64.deb ... [2020-06-11T23:08:06.915Z] Unpacking libxmuu1:arm64 (2:1.1.2-2) ... [2020-06-11T23:08:07.189Z] Selecting previously unselected package openssh-client. [2020-06-11T23:08:07.189Z] Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_arm64.deb ... [2020-06-11T23:08:07.189Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-11T23:08:07.462Z] Selecting previously unselected package xauth. [2020-06-11T23:08:07.462Z] Preparing to unpack .../19-xauth_1%3a1.0.10-1_arm64.deb ... [2020-06-11T23:08:07.462Z] Unpacking xauth (1:1.0.10-1) ... [2020-06-11T23:08:07.736Z] Selecting previously unselected package curl. [2020-06-11T23:08:07.736Z] Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_arm64.deb ... [2020-06-11T23:08:07.736Z] Unpacking curl (7.58.0-2ubuntu3.8) ... [2020-06-11T23:08:07.736Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-06-11T23:08:07.736Z] Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_arm64.deb ... [2020-06-11T23:08:07.736Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... [2020-06-11T23:08:08.010Z] Selecting previously unselected package liberror-perl. [2020-06-11T23:08:08.010Z] Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... [2020-06-11T23:08:08.010Z] Unpacking liberror-perl (0.17025-1) ... [2020-06-11T23:08:08.010Z] Selecting previously unselected package git-man. [2020-06-11T23:08:08.010Z] Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-06-11T23:08:08.010Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-11T23:08:08.281Z] Selecting previously unselected package git. [2020-06-11T23:08:08.281Z] Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-06-11T23:08:08.557Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-06-11T23:08:10.015Z] Selecting previously unselected package make. [2020-06-11T23:08:10.015Z] Preparing to unpack .../25-make_4.1-9.1ubuntu1_arm64.deb ... [2020-06-11T23:08:10.015Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-06-11T23:08:10.015Z] Selecting previously unselected package patch. [2020-06-11T23:08:10.015Z] Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-06-11T23:08:10.015Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-06-11T23:08:10.288Z] Setting up libedit2:arm64 (3.1-20170329-1) ... [2020-06-11T23:08:10.288Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-11T23:08:10.288Z] Setting up libexpat1:arm64 (2.2.5-3ubuntu0.2) ... [2020-06-11T23:08:10.288Z] Setting up less (487-0.1) ... [2020-06-11T23:08:10.880Z] Setting up make (4.1-9.1ubuntu1) ... [2020-06-11T23:08:10.880Z] Setting up libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... [2020-06-11T23:08:11.152Z] Setting up curl (7.58.0-2ubuntu3.8) ... [2020-06-11T23:08:11.152Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... [2020-06-11T23:08:11.424Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-11T23:08:11.424Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-06-11T23:08:11.424Z] Setting up libbsd0:arm64 (0.8.7-1ubuntu0.1) ... [2020-06-11T23:08:11.424Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-06-11T23:08:11.424Z] Setting up libxdmcp6:arm64 (1:1.1.2-3) ... [2020-06-11T23:08:11.424Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-06-11T23:08:11.424Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-11T23:08:12.018Z] Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-11T23:08:12.018Z] Setting up libxau6:arm64 (1:1.0.8-1) ... [2020-06-11T23:08:12.018Z] Setting up netbase (5.4) ... [2020-06-11T23:08:12.018Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-06-11T23:08:12.291Z] Setting up libxcb1:arm64 (1.13-2~ubuntu18.04) ... [2020-06-11T23:08:12.291Z] Setting up libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... [2020-06-11T23:08:12.291Z] Setting up libxmuu1:arm64 (2:1.1.2-2) ... [2020-06-11T23:08:12.291Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-06-11T23:08:12.291Z] Setting up libxext6:arm64 (2:1.3.3-1) ... [2020-06-11T23:08:12.564Z] Setting up liberror-perl (0.17025-1) ... [2020-06-11T23:08:12.564Z] Setting up xauth (1:1.0.10-1) ... [2020-06-11T23:08:12.564Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-06-11T23:08:12.564Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-06-11T23:08:22.697Z] curl set to automatically installed. [2020-06-11T23:08:22.697Z] git set to automatically installed. [2020-06-11T23:08:22.697Z] git-man set to automatically installed. [2020-06-11T23:08:22.697Z] less set to automatically installed. [2020-06-11T23:08:22.697Z] libbsd0 set to automatically installed. [2020-06-11T23:08:22.697Z] libcurl3-gnutls set to automatically installed. [2020-06-11T23:08:22.697Z] libedit2 set to automatically installed. [2020-06-11T23:08:22.697Z] liberror-perl set to automatically installed. [2020-06-11T23:08:22.697Z] libexpat1 set to automatically installed. [2020-06-11T23:08:22.697Z] libgdbm-compat4 set to automatically installed. [2020-06-11T23:08:22.697Z] libgdbm5 set to automatically installed. [2020-06-11T23:08:22.697Z] libperl5.26 set to automatically installed. [2020-06-11T23:08:22.697Z] libssl1.0.0 set to automatically installed. [2020-06-11T23:08:22.697Z] libx11-6 set to automatically installed. [2020-06-11T23:08:22.697Z] libx11-data set to automatically installed. [2020-06-11T23:08:22.697Z] libxau6 set to automatically installed. [2020-06-11T23:08:22.697Z] libxcb1 set to automatically installed. [2020-06-11T23:08:22.697Z] libxdmcp6 set to automatically installed. [2020-06-11T23:08:22.697Z] libxext6 set to automatically installed. [2020-06-11T23:08:22.697Z] libxmuu1 set to automatically installed. [2020-06-11T23:08:22.697Z] make set to automatically installed. [2020-06-11T23:08:22.697Z] netbase set to automatically installed. [2020-06-11T23:08:22.697Z] openssh-client set to automatically installed. [2020-06-11T23:08:22.697Z] patch set to automatically installed. [2020-06-11T23:08:22.697Z] perl set to automatically installed. [2020-06-11T23:08:22.697Z] perl-modules-5.26 set to automatically installed. [2020-06-11T23:08:22.697Z] xauth set to automatically installed. [2020-06-11T23:08:22.697Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-06-11T23:08:22.697Z] Please ensure the environment is properly setup before continuing. [2020-06-11T23:08:22.697Z] Ignore this message if the appropriate measures have already been taken [2020-06-11T23:08:22.697Z] Pulling go [2020-06-11T23:08:26.071Z] 'device-mqtt' has dependencies that need to be staged: go [2020-06-11T23:08:26.344Z] Skipping pull go (already ran) [2020-06-11T23:08:26.344Z] Building go [2020-06-11T23:08:26.344Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-06-11T23:08:26.344Z] Dload Upload Total Spent Left Speed [2020-06-11T23:08:28.865Z] 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 [2020-06-11T23:08:30.839Z] go1.13.5.linux-arm64.tar.gz: OK [2020-06-11T23:08:57.633Z] Staging go [2020-06-11T23:08:59.684Z] Pulling device-mqtt [2020-06-11T23:09:03.971Z] Skipping build go (already ran) [2020-06-11T23:09:03.971Z] Building device-mqtt [2020-06-11T23:09:03.971Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd [2020-06-11T23:09:04.949Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-11T23:09:04.949Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T23:09:04.949Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-11T23:09:04.949Z] go: downloading github.com/spf13/cast v1.3.0 [2020-06-11T23:09:04.949Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-11T23:09:04.949Z] go: extracting github.com/spf13/cast v1.3.0 [2020-06-11T23:09:05.224Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-11T23:09:05.224Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-11T23:09:05.224Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T23:09:05.224Z] go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-11T23:09:05.224Z] go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-11T23:09:05.224Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-06-11T23:09:05.224Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-11T23:09:05.224Z] go: downloading github.com/google/uuid v1.1.1 [2020-06-11T23:09:05.224Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-06-11T23:09:05.224Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-06-11T23:09:05.224Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-06-11T23:09:05.224Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T23:09:05.224Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-06-11T23:09:05.499Z] go: extracting github.com/google/uuid v1.1.1 [2020-06-11T23:09:05.499Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-11T23:09:05.499Z] go: downloading github.com/pkg/errors v0.8.1 [2020-06-11T23:09:05.499Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T23:09:05.499Z] go: extracting github.com/pkg/errors v0.8.1 [2020-06-11T23:09:05.499Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-06-11T23:09:05.499Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T23:09:05.499Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T23:09:05.499Z] go: downloading github.com/x448/float16 v0.8.4 [2020-06-11T23:09:05.499Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T23:09:05.499Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-06-11T23:09:05.499Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T23:09:05.499Z] go: extracting github.com/x448/float16 v0.8.4 [2020-06-11T23:09:05.499Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-06-11T23:09:05.499Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T23:09:05.499Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-06-11T23:09:05.499Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T23:09:05.499Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-06-11T23:09:05.499Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-06-11T23:09:05.773Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-06-11T23:09:05.773Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-06-11T23:09:05.773Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T23:09:05.774Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T23:09:05.774Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-06-11T23:09:05.774Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T23:09:05.774Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T23:09:05.774Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-06-11T23:09:05.774Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-06-11T23:09:05.774Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T23:09:05.774Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T23:09:05.774Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T23:09:05.774Z] go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-11T23:09:05.774Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T23:09:05.774Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T23:09:05.774Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T23:09:05.774Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-06-11T23:09:05.774Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T23:09:05.774Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T23:09:06.048Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-06-11T23:09:06.048Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T23:09:06.048Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T23:09:06.323Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T23:09:06.323Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T23:09:06.323Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T23:09:06.323Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T23:09:06.323Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-06-11T23:09:06.323Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-06-11T23:09:06.323Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-11T23:09:06.323Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-11T23:09:06.323Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T23:09:06.323Z] go: finding github.com/spf13/cast v1.3.0 [2020-06-11T23:09:06.323Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-11T23:09:06.323Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-11T23:09:06.597Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T23:09:06.597Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-11T23:09:06.597Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-11T23:09:06.597Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-11T23:09:06.597Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-11T23:09:06.597Z] go: finding github.com/google/uuid v1.1.1 [2020-06-11T23:09:06.597Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-11T23:09:06.597Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T23:09:06.597Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T23:09:06.597Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T23:09:06.597Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-11T23:09:06.597Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-11T23:09:06.597Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-11T23:09:06.597Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T23:09:06.597Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-11T23:09:06.597Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-11T23:09:06.597Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T23:09:06.597Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T23:09:06.597Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T23:09:06.597Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-11T23:09:06.597Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T23:09:06.597Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T23:09:06.597Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T23:09:06.597Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-11T23:09:06.870Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T23:09:06.870Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T23:09:06.870Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-11T23:09:39.243Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-11T23:10:01.397Z] Skipping stage go (already ran) [2020-06-11T23:10:01.397Z] Staging device-mqtt [2020-06-11T23:10:02.828Z] Priming go [2020-06-11T23:10:08.215Z] Priming device-mqtt [2020-06-11T23:10:12.505Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-06-11T23:10:12.505Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-06-11T23:10:12.505Z] Determining the version from the project repo (version-script). [2020-06-11T23:10:12.505Z] The version has been set to '0.0.0-20200611+dafb43e' [2020-06-11T23:10:12.505Z] Snapping 'edgex-device-mqtt' ... [2020-06-11T23:10:16.819Z] [2020-06-11T23:10:16.819Z] Snapped edgex-device-mqtt_0.0.0-20200611+dafb43e_arm64.snap [Pipeline] } [2020-06-11T23:10:18.800Z] 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 [2020-06-11T23:10:19.629Z] provisioning config files... [2020-06-11T23:10:19.649Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-152@tmp/config1312766484909428472tmp [Pipeline] { [Pipeline] sh [2020-06-11T23:10:19.972Z] + curl -s https://codecov.io/bash [2020-06-11T23:10:19.972Z] + bash -s - -t @/w/workspace/gexfoundry_device-mqtt-go_PR-152@tmp/config1312766484909428472tmp [2020-06-11T23:10:20.234Z] [2020-06-11T23:10:20.234Z] _____ _ [2020-06-11T23:10:20.234Z] / ____| | | [2020-06-11T23:10:20.234Z] | | ___ __| | ___ ___ _____ __ [2020-06-11T23:10:20.234Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-06-11T23:10:20.234Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-06-11T23:10:20.234Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-06-11T23:10:20.234Z] Bash-20200602-f809a24 [2020-06-11T23:10:20.234Z] [2020-06-11T23:10:20.234Z] [2020-06-11T23:10:20.234Z] ==> Jenkins CI detected. [2020-06-11T23:10:20.234Z] project root: . [2020-06-11T23:10:20.234Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-06-11T23:10:20.234Z] ==> Running gcov in . (disable via -X gcov) [2020-06-11T23:10:20.234Z] ==> Python coveragepy not found [2020-06-11T23:10:20.234Z] ==> Searching for coverage reports in: [2020-06-11T23:10:20.234Z] + . [2020-06-11T23:10:20.234Z] -> Found 1 reports [2020-06-11T23:10:20.234Z] ==> Detecting git/mercurial file structure [2020-06-11T23:10:20.234Z] ==> Reading reports [2020-06-11T23:10:20.234Z] + ./coverage.out bytes=18939 [2020-06-11T23:10:20.234Z] ==> Appending adjustments [2020-06-11T23:10:20.234Z] https://docs.codecov.io/docs/fixing-reports [2020-06-11T23:10:20.234Z] + Found adjustments [2020-06-11T23:10:20.234Z] ==> Gzipping contents [2020-06-11T23:10:20.234Z] ==> Uploading reports [2020-06-11T23:10:20.234Z] url: https://codecov.io [2020-06-11T23:10:20.234Z] 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= [2020-06-11T23:10:20.234Z] -> Pinging Codecov [2020-06-11T23:10:20.234Z] 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= [2020-06-11T23:10:21.626Z] -> Uploading [2020-06-11T23:10:21.888Z] -> View reports at https://codecov.io/github/edgexfoundry/device-mqtt-go/commit/dafb43ec76d71bbae9e0904ccde44c6677c4192f [Pipeline] } [2020-06-11T23:10:21.897Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-06-11T23:10:22.806Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-11T23:10:23.367Z] ---> package-listing.sh [2020-06-11T23:10:23.367Z] ++ facter osfamily [2020-06-11T23:10:23.367Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-11T23:10:23.367Z] + OS_FAMILY=redhat [2020-06-11T23:10:23.367Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-152 [2020-06-11T23:10:23.367Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-11T23:10:23.367Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-11T23:10:23.367Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-11T23:10:23.367Z] + PACKAGES=/tmp/packages_start.txt [2020-06-11T23:10:23.367Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-152 ']' [2020-06-11T23:10:23.367Z] + PACKAGES=/tmp/packages_end.txt [2020-06-11T23:10:23.367Z] + case "${OS_FAMILY}" in [2020-06-11T23:10:23.367Z] + rpm -qa [2020-06-11T23:10:23.367Z] + sort [2020-06-11T23:10:26.671Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-11T23:10:26.671Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-11T23:10:26.671Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-11T23:10:26.933Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-152 ']' [2020-06-11T23:10:26.933Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-152/archives/ [2020-06-11T23:10:26.933Z] + 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 [2020-06-11T23:10:27.656Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-11T23:10:27.656Z] [2020-06-11T23:10:27.656Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-11T23:10:27.983Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-11T23:10:27.983Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-11T23:10:27.983Z] c9b1b535fdd9: Pulling fs layer [2020-06-11T23:10:27.983Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-11T23:10:27.983Z] 756a868c4378: Pulling fs layer [2020-06-11T23:10:27.983Z] 444b2fc9a129: Pulling fs layer [2020-06-11T23:10:27.983Z] ea15f1150254: Pulling fs layer [2020-06-11T23:10:27.983Z] 41b27a9f41bf: Pulling fs layer [2020-06-11T23:10:27.983Z] 28c525ee5125: Pulling fs layer [2020-06-11T23:10:27.983Z] 094b1ea09ed8: Pulling fs layer [2020-06-11T23:10:27.983Z] 138eaada9080: Pulling fs layer [2020-06-11T23:10:27.983Z] 0622d0fa9048: Pulling fs layer [2020-06-11T23:10:27.983Z] ea15f1150254: Waiting [2020-06-11T23:10:27.983Z] 41b27a9f41bf: Waiting [2020-06-11T23:10:27.983Z] 28c525ee5125: Waiting [2020-06-11T23:10:27.983Z] 094b1ea09ed8: Waiting [2020-06-11T23:10:27.983Z] 138eaada9080: Waiting [2020-06-11T23:10:27.983Z] 0622d0fa9048: Waiting [2020-06-11T23:10:27.983Z] 444b2fc9a129: Waiting [2020-06-11T23:10:27.983Z] 2cc5ad85d9ab: Download complete [2020-06-11T23:10:27.983Z] 444b2fc9a129: Verifying Checksum [2020-06-11T23:10:27.983Z] 444b2fc9a129: Download complete [2020-06-11T23:10:27.983Z] c9b1b535fdd9: Verifying Checksum [2020-06-11T23:10:27.983Z] ea15f1150254: Download complete [2020-06-11T23:10:28.262Z] 28c525ee5125: Verifying Checksum [2020-06-11T23:10:28.263Z] 28c525ee5125: Download complete [2020-06-11T23:10:28.536Z] c9b1b535fdd9: Pull complete [2020-06-11T23:10:28.536Z] 756a868c4378: Verifying Checksum [2020-06-11T23:10:28.536Z] 756a868c4378: Download complete [2020-06-11T23:10:28.536Z] 094b1ea09ed8: Verifying Checksum [2020-06-11T23:10:28.536Z] 094b1ea09ed8: Download complete [2020-06-11T23:10:28.536Z] 138eaada9080: Verifying Checksum [2020-06-11T23:10:28.536Z] 138eaada9080: Download complete [2020-06-11T23:10:28.536Z] 0622d0fa9048: Verifying Checksum [2020-06-11T23:10:28.536Z] 0622d0fa9048: Download complete [2020-06-11T23:10:28.806Z] 2cc5ad85d9ab: Pull complete [2020-06-11T23:10:29.069Z] 41b27a9f41bf: Verifying Checksum [2020-06-11T23:10:29.069Z] 41b27a9f41bf: Download complete [2020-06-11T23:10:30.460Z] 756a868c4378: Pull complete [2020-06-11T23:10:30.460Z] 444b2fc9a129: Pull complete [2020-06-11T23:10:30.725Z] ea15f1150254: Pull complete [2020-06-11T23:10:34.962Z] 41b27a9f41bf: Pull complete [2020-06-11T23:10:34.962Z] 28c525ee5125: Pull complete [2020-06-11T23:10:38.284Z] 094b1ea09ed8: Pull complete [2020-06-11T23:10:38.284Z] 138eaada9080: Pull complete [2020-06-11T23:10:38.545Z] 0622d0fa9048: Pull complete [2020-06-11T23:10:38.545Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-11T23:10:38.545Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-11T23:10:38.545Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-11T23:10:38.698Z] prd-centos7-docker-4c-2g-2662 does not seem to be running inside a container [2020-06-11T23:10:38.739Z] $ 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 [2020-06-11T23:10:42.415Z] $ docker top c356264a5ec6e28c645234a504888f76c0fa83157960567594dbdd2f77646578 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-11T23:10:42.662Z] provisioning config files... [2020-06-11T23:10:42.676Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-152@tmp/config4664342400066303879tmp [Pipeline] { [Pipeline] echo [2020-06-11T23:10:42.708Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-11T23:10:43.003Z] ---> create-netrc.sh [Pipeline] echo [2020-06-11T23:10:43.013Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-11T23:10:43.307Z] ---> logs-deploy.sh [2020-06-11T23:10:43.307Z] + ARCHIVE_ARTIFACTS= [2020-06-11T23:10:43.307Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-11T23:10:43.307Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-11T23:10:43.307Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-11T23:10:43.307Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-152/2 [2020-06-11T23:10:43.307Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-mqtt-go/job/PR-152/2/ [2020-06-11T23:10:43.307Z] + 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 [2020-06-11T23:10:44.696Z] Archives upload complete. [2020-06-11T23:10:44.697Z] + 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/