Pull request #146 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lranjbar for edgexfoundry/device-mqtt-go Obtained Jenkinsfile from 09b2ffdda73b8175ff769048f464209047f75e56+4f542d150f63fd84c4c4e03c791e07fdb7c9aef4 (d8a9f60ab5b88d957a402a040d160834f7c8daab) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Examining edgexfoundry/edgex-global-pipelines Attempting to resolve stable as a branch Attempting to resolve stable as a tag Resolved stable as tag stable at revision a8d5489117fb74ecf2babedeac9793ec80335c77 using credential edgex-jenkins-access-pat Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository https://github.com/edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-146/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/tags/stable:refs/tags/stable # timeout=10 > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 Checking out Revision a8d5489117fb74ecf2babedeac9793ec80335c77 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a8d5489117fb74ecf2babedeac9793ec80335c77 # timeout=10 Commit message: "Merge pull request #176 from soda480/US6232f" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, goVersion:1.13, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-mqtt-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-8820 in /w/workspace/gexfoundry_device-mqtt-go_PR-146 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git > git init /w/workspace/gexfoundry_device-mqtt-go_PR-146 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/146/head:refs/remotes/origin/PR-146 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 4f542d150f63fd84c4c4e03c791e07fdb7c9aef4 into PR head commit 09b2ffdda73b8175ff769048f464209047f75e56 Merge succeeded, producing 09b2ffdda73b8175ff769048f464209047f75e56 Checking out Revision 09b2ffdda73b8175ff769048f464209047f75e56 (PR-146) > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/146/head:refs/remotes/origin/PR-146 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/146/head:refs/remotes/origin/PR-146 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 09b2ffdda73b8175ff769048f464209047f75e56 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 4f542d150f63fd84c4c4e03c791e07fdb7c9aef4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 09b2ffdda73b8175ff769048f464209047f75e56 # timeout=10 Commit message: "Add temp VERSION file to rebuild snap." First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object a8d5489117fb74ecf2babedeac9793ec80335c77 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-05-18T17:32:27.046Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-05-18T17:32:33.771Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-05-18T17:32:35.835Z] ========================================================= [2020-05-18T17:32:35.835Z] EdgeX Global Pipelines Version Info [2020-05-18T17:32:35.835Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-05-18T17:32:40.053Z] ------------------- [2020-05-18T17:32:40.053Z] stable info: [2020-05-18T17:32:40.053Z] ------------------- [2020-05-18T17:32:40.053Z] Commited By: Emilio Reyes emilio.reyes@intel.com [2020-05-18T17:32:40.053Z] Commit SHA: 045109fa9a4f6df2e4fd24e75fafac08edbb033d [2020-05-18T17:32:40.053Z] Message: update stable to v1.0.87 [2020-05-18T17:32:40.633Z] ------------------- [2020-05-18T17:32:40.633Z] experimental info: [2020-05-18T17:32:40.633Z] ------------------- [2020-05-18T17:32:40.633Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-05-18T17:32:40.633Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-05-18T17:32:40.633Z] 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-05-18T17:32:48.930Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-05-18T17:32:49.190Z] [2020-05-18T17:32:49.190Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-05-18T17:32:49.889Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-05-18T17:32:50.152Z] latest: Pulling from edgex-devops/git-semver [2020-05-18T17:32:50.152Z] 9123ac7c32f7: Pulling fs layer [2020-05-18T17:32:50.152Z] b8cc5d1170e3: Pulling fs layer [2020-05-18T17:32:50.152Z] 2924cbbf6a41: Pulling fs layer [2020-05-18T17:32:50.152Z] 93b08a4f1073: Pulling fs layer [2020-05-18T17:32:50.152Z] 93b08a4f1073: Waiting [2020-05-18T17:32:50.152Z] b8cc5d1170e3: Verifying Checksum [2020-05-18T17:32:50.152Z] b8cc5d1170e3: Download complete [2020-05-18T17:32:50.152Z] 9123ac7c32f7: Verifying Checksum [2020-05-18T17:32:50.152Z] 9123ac7c32f7: Download complete [2020-05-18T17:32:50.438Z] 93b08a4f1073: Verifying Checksum [2020-05-18T17:32:50.438Z] 93b08a4f1073: Download complete [2020-05-18T17:32:50.438Z] 2924cbbf6a41: Verifying Checksum [2020-05-18T17:32:50.438Z] 2924cbbf6a41: Download complete [2020-05-18T17:32:54.661Z] 9123ac7c32f7: Pull complete [2020-05-18T17:32:54.928Z] b8cc5d1170e3: Pull complete [2020-05-18T17:32:57.577Z] 2924cbbf6a41: Pull complete [2020-05-18T17:32:57.577Z] 93b08a4f1073: Pull complete [2020-05-18T17:32:57.577Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-05-18T17:32:57.577Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-05-18T17:32:57.858Z] prd-centos7-docker-4c-2g-8820 does not seem to be running inside a container [2020-05-18T17:32:57.925Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-146 -v /w/workspace/gexfoundry_device-mqtt-go_PR-146:/w/workspace/gexfoundry_device-mqtt-go_PR-146:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-146@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-05-18T17:32:59.066Z] $ docker top c0151719e367b38bce4a98c7ec3246b5e6b11816a305de2f02e959d8130023af -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-05-18T17:33:01.225Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-05-18T17:33:01.225Z] [ssh-agent] Looking for ssh-agent implementation... [2020-05-18T17:33:01.505Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-05-18T17:33:01.510Z] $ docker exec c0151719e367b38bce4a98c7ec3246b5e6b11816a305de2f02e959d8130023af ssh-agent [2020-05-18T17:33:01.760Z] SSH_AUTH_SOCK=/tmp/ssh-augjI1Uv3Ua6/agent.15 [2020-05-18T17:33:01.760Z] SSH_AGENT_PID=22 [2020-05-18T17:33:01.770Z] Running ssh-add (command line suppressed) [2020-05-18T17:33:01.983Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-146@tmp/private_key_2987696517165926027.key (/w/workspace/gexfoundry_device-mqtt-go_PR-146@tmp/private_key_2987696517165926027.key) [2020-05-18T17:33:02.056Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-05-18T17:33:02.575Z] + git describe --exact-match --tags HEAD [2020-05-18T17:33:02.575Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-05-18T17:33:02.925Z] $ docker exec --env ******** --env ******** c0151719e367b38bce4a98c7ec3246b5e6b11816a305de2f02e959d8130023af ssh-agent -k [2020-05-18T17:33:03.095Z] unset SSH_AUTH_SOCK; [2020-05-18T17:33:03.096Z] unset SSH_AGENT_PID; [2020-05-18T17:33:03.096Z] echo Agent pid 22 killed; [2020-05-18T17:33:03.162Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-05-18T17:33:04.474Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-05-18T17:33:04.474Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-05-18T17:33:04.765Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-05-18T17:33:04.765Z] [ssh-agent] Looking for ssh-agent implementation... [2020-05-18T17:33:05.046Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-05-18T17:33:05.050Z] $ docker exec c0151719e367b38bce4a98c7ec3246b5e6b11816a305de2f02e959d8130023af ssh-agent [2020-05-18T17:33:05.282Z] SSH_AUTH_SOCK=/tmp/ssh-lNZaN4RnpoW0/agent.58 [2020-05-18T17:33:05.282Z] SSH_AGENT_PID=65 [2020-05-18T17:33:05.291Z] Running ssh-add (command line suppressed) [2020-05-18T17:33:05.495Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-146@tmp/private_key_5280918307093900225.key (/w/workspace/gexfoundry_device-mqtt-go_PR-146@tmp/private_key_5280918307093900225.key) [2020-05-18T17:33:05.599Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-05-18T17:33:06.770Z] + git semver init [2020-05-18T17:33:06.770Z] # -> Open(): unable to determine branch for HEAD [2020-05-18T17:33:06.770Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-146/.git [2020-05-18T17:33:06.770Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-146 [2020-05-18T17:33:06.770Z] # $SEMVER_REMOTE_NAME = origin [2020-05-18T17:33:06.770Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-05-18T17:33:06.770Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-05-18T17:33:06.770Z] # $SEMVER_BRANCH = PR-146 [2020-05-18T17:33:06.770Z] # $SEMVER_TEMP = /tmp/semver-957072443 [2020-05-18T17:33:06.770Z] # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP [2020-05-18T17:33:07.714Z] # '/tmp/semver-957072443' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-146/.semver' [2020-05-18T17:33:07.714Z] # -> Force: false [2020-05-18T17:33:07.714Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-146/.semver [Pipeline] } [2020-05-18T17:33:07.807Z] $ docker exec --env ******** --env ******** c0151719e367b38bce4a98c7ec3246b5e6b11816a305de2f02e959d8130023af ssh-agent -k [2020-05-18T17:33:08.045Z] unset SSH_AUTH_SOCK; [2020-05-18T17:33:08.045Z] unset SSH_AGENT_PID; [2020-05-18T17:33:08.045Z] echo Agent pid 65 killed; [2020-05-18T17:33:08.124Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-05-18T17:33:40.013Z] + git semver [Pipeline] } [2020-05-18T17:33:40.266Z] $ docker stop --time=1 c0151719e367b38bce4a98c7ec3246b5e6b11816a305de2f02e959d8130023af [2020-05-18T17:33:46.774Z] $ docker rm -f c0151719e367b38bce4a98c7ec3246b5e6b11816a305de2f02e959d8130023af [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-05-18T17:33:49.906Z] Stashed 25 file(s) [Pipeline] echo [2020-05-18T17:33:50.000Z] [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-05-18T17:34:06.188Z] Still waiting to schedule task [2020-05-18T17:34:06.188Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-8820’ [2020-05-18T17:34:06.207Z] Still waiting to schedule task [2020-05-18T17:34:06.207Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-8140’ is offline [2020-05-18T17:37:49.715Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-8821 in /w/workspace/gexfoundry_device-mqtt-go_PR-146 [Pipeline] { [Pipeline] ws [2020-05-18T17:37:49.884Z] Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout [2020-05-18T17:37:54.519Z] using credential edgex-jenkins-ssh [2020-05-18T17:37:55.942Z] Cloning the remote Git repository [2020-05-18T17:37:55.942Z] Cloning with configured refspecs honoured and without tags [2020-05-18T17:37:55.992Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-05-18T17:37:56.062Z] > git init /w/workspace/device-mqtt-go/1 # timeout=10 [2020-05-18T17:37:56.209Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-05-18T17:37:56.210Z] > git --version # timeout=10 [2020-05-18T17:37:56.224Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-18T17:37:56.271Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/146/head:refs/remotes/origin/PR-146 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-18T17:37:59.320Z] Fetching without tags [2020-05-18T17:37:59.765Z] Merging remotes/origin/master commit 4f542d150f63fd84c4c4e03c791e07fdb7c9aef4 into PR head commit 09b2ffdda73b8175ff769048f464209047f75e56 [2020-05-18T17:37:59.959Z] Merge succeeded, producing 09b2ffdda73b8175ff769048f464209047f75e56 [2020-05-18T17:37:59.960Z] Checking out Revision 09b2ffdda73b8175ff769048f464209047f75e56 (PR-146) [2020-05-18T17:37:59.252Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-05-18T17:37:59.270Z] > git config --add remote.origin.fetch +refs/pull/146/head:refs/remotes/origin/PR-146 # timeout=10 [2020-05-18T17:37:59.285Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-18T17:37:59.308Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-05-18T17:37:59.332Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-05-18T17:37:59.333Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-18T17:37:59.344Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/146/head:refs/remotes/origin/PR-146 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-18T17:37:59.786Z] > git config core.sparsecheckout # timeout=10 [2020-05-18T17:37:59.802Z] > git checkout -f 09b2ffdda73b8175ff769048f464209047f75e56 # timeout=10 [2020-05-18T17:37:59.871Z] > git remote # timeout=10 [2020-05-18T17:37:59.903Z] > git config --get remote.origin.url # timeout=10 [2020-05-18T17:37:59.918Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-18T17:37:59.928Z] > git merge 4f542d150f63fd84c4c4e03c791e07fdb7c9aef4 # timeout=10 [2020-05-18T17:37:59.949Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-05-18T17:37:59.968Z] > git config core.sparsecheckout # timeout=10 [2020-05-18T17:37:59.986Z] > git checkout -f 09b2ffdda73b8175ff769048f464209047f75e56 # timeout=10 [2020-05-18T17:38:04.483Z] Commit message: "Add temp VERSION file to rebuild snap." [2020-05-18T17:38:04.535Z] > git --version # timeout=10 [2020-05-18T17:38:04.567Z] fatal: bad object a8d5489117fb74ecf2babedeac9793ec80335c77 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-05-18T17:38:07.014Z] ========================================================= [2020-05-18T17:38:07.014Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-05-18T17:38:07.014Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-05-18T17:38:08.986Z] + 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-05-18T17:38:10.946Z] Sending build context to Docker daemon 581.1kB [2020-05-18T17:38:10.946Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-05-18T17:38:10.946Z] Step 2/8 : FROM ${BASE} [2020-05-18T17:38:11.237Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-05-18T17:38:11.237Z] cde5963f3b93: Pulling fs layer [2020-05-18T17:38:11.237Z] 2a23fa8c16f7: Pulling fs layer [2020-05-18T17:38:11.237Z] 777b28850792: Pulling fs layer [2020-05-18T17:38:11.237Z] 8a11ddd9e578: Pulling fs layer [2020-05-18T17:38:11.237Z] 4cf88f913ddb: Pulling fs layer [2020-05-18T17:38:11.237Z] 1df406cf5192: Pulling fs layer [2020-05-18T17:38:11.237Z] cd6300453558: Pulling fs layer [2020-05-18T17:38:11.237Z] b9c365052c96: Pulling fs layer [2020-05-18T17:38:11.237Z] a2d8cc88f415: Pulling fs layer [2020-05-18T17:38:11.237Z] ea1d1ca13537: Pulling fs layer [2020-05-18T17:38:11.237Z] 3750a50a1c5e: Pulling fs layer [2020-05-18T17:38:11.237Z] 8a11ddd9e578: Waiting [2020-05-18T17:38:11.237Z] 4cf88f913ddb: Waiting [2020-05-18T17:38:11.237Z] 1df406cf5192: Waiting [2020-05-18T17:38:11.237Z] ea1d1ca13537: Waiting [2020-05-18T17:38:11.237Z] 3750a50a1c5e: Waiting [2020-05-18T17:38:11.237Z] a2d8cc88f415: Waiting [2020-05-18T17:38:11.237Z] b9c365052c96: Waiting [2020-05-18T17:38:11.237Z] 777b28850792: Download complete [2020-05-18T17:38:11.237Z] 2a23fa8c16f7: Download complete [2020-05-18T17:38:11.237Z] 4cf88f913ddb: Verifying Checksum [2020-05-18T17:38:11.237Z] 4cf88f913ddb: Download complete [2020-05-18T17:38:11.237Z] 1df406cf5192: Download complete [2020-05-18T17:38:11.507Z] cde5963f3b93: Verifying Checksum [2020-05-18T17:38:12.941Z] cde5963f3b93: Pull complete [2020-05-18T17:38:13.538Z] 2a23fa8c16f7: Pull complete [2020-05-18T17:38:13.538Z] 777b28850792: Pull complete [2020-05-18T17:38:15.504Z] cd6300453558: Verifying Checksum [2020-05-18T17:38:15.504Z] cd6300453558: Download complete [2020-05-18T17:38:15.504Z] a2d8cc88f415: Download complete [2020-05-18T17:38:18.119Z] ea1d1ca13537: Verifying Checksum [2020-05-18T17:38:18.119Z] ea1d1ca13537: Download complete [2020-05-18T17:38:18.119Z] 3750a50a1c5e: Download complete [2020-05-18T17:38:20.728Z] b9c365052c96: Verifying Checksum [2020-05-18T17:38:20.728Z] b9c365052c96: Download complete [2020-05-18T17:38:22.680Z] 8a11ddd9e578: Verifying Checksum [2020-05-18T17:38:22.680Z] 8a11ddd9e578: Download complete [2020-05-18T17:38:35.028Z] 8a11ddd9e578: Pull complete [2020-05-18T17:38:35.028Z] 4cf88f913ddb: Pull complete [2020-05-18T17:38:35.296Z] 1df406cf5192: Pull complete [2020-05-18T17:38:40.667Z] cd6300453558: Pull complete [2020-05-18T17:38:50.779Z] b9c365052c96: Pull complete [2020-05-18T17:38:50.779Z] a2d8cc88f415: Pull complete [2020-05-18T17:38:52.734Z] ea1d1ca13537: Pull complete [2020-05-18T17:38:53.325Z] 3750a50a1c5e: Pull complete [2020-05-18T17:38:53.325Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-05-18T17:38:53.325Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-05-18T17:38:53.325Z] ---> 78745c68409d [2020-05-18T17:38:53.325Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-05-18T17:39:15.400Z] ---> Running in c659ca4a8359 [2020-05-18T17:39:25.469Z] Removing intermediate container c659ca4a8359 [2020-05-18T17:39:25.469Z] ---> f5e94efa4560 [2020-05-18T17:39:25.469Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-05-18T17:39:33.670Z] ---> Running in 491b7b3919cf [2020-05-18T17:39:41.897Z] Removing intermediate container 491b7b3919cf [2020-05-18T17:39:41.897Z] ---> a761ae678c56 [2020-05-18T17:39:41.897Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-05-18T17:39:46.183Z] ---> Running in 86287decfdb8 [2020-05-18T17:39:47.592Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-05-18T17:39:49.001Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-05-18T17:39:50.408Z] (1/18) Upgrading libgcc (9.2.0-r3 -> 9.2.0-r4) [2020-05-18T17:39:50.408Z] (2/18) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) [2020-05-18T17:39:50.677Z] (3/18) Installing libmagic (5.37-r1) [2020-05-18T17:39:51.266Z] (4/18) Installing file (5.37-r1) [2020-05-18T17:39:51.266Z] (5/18) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) [2020-05-18T17:39:51.266Z] (6/18) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) [2020-05-18T17:39:51.532Z] (7/18) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) [2020-05-18T17:40:02.586Z] Running on prd-centos7-docker-4c-2g-8822 in /w/workspace/gexfoundry_device-mqtt-go_PR-146 [Pipeline] { [Pipeline] ws [2020-05-18T17:40:03.364Z] Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout [2020-05-18T17:40:05.723Z] using credential edgex-jenkins-ssh [2020-05-18T17:40:05.760Z] Cloning the remote Git repository [2020-05-18T17:40:05.760Z] Cloning with configured refspecs honoured and without tags [2020-05-18T17:40:05.783Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-05-18T17:40:05.818Z] > git init /w/workspace/device-mqtt-go/1 # timeout=10 [2020-05-18T17:40:08.975Z] Fetching without tags [2020-05-18T17:40:08.322Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-05-18T17:40:08.322Z] > git --version # timeout=10 [2020-05-18T17:40:08.329Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-18T17:40:08.355Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/146/head:refs/remotes/origin/PR-146 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-18T17:40:08.941Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-05-18T17:40:08.948Z] > git config --add remote.origin.fetch +refs/pull/146/head:refs/remotes/origin/PR-146 # timeout=10 [2020-05-18T17:40:08.955Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-18T17:40:08.969Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-05-18T17:40:08.980Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-05-18T17:40:08.981Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-18T17:40:08.986Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/146/head:refs/remotes/origin/PR-146 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-18T17:40:09.384Z] Merging remotes/origin/master commit 4f542d150f63fd84c4c4e03c791e07fdb7c9aef4 into PR head commit 09b2ffdda73b8175ff769048f464209047f75e56 [2020-05-18T17:40:09.472Z] Merge succeeded, producing 09b2ffdda73b8175ff769048f464209047f75e56 [2020-05-18T17:40:09.473Z] Checking out Revision 09b2ffdda73b8175ff769048f464209047f75e56 (PR-146) [2020-05-18T17:40:09.728Z] (8/18) Installing libc-dev (0.7.2-r0) [2020-05-18T17:40:09.995Z] (9/18) Installing g++ (9.2.0-r4) [2020-05-18T17:40:09.394Z] > git config core.sparsecheckout # timeout=10 [2020-05-18T17:40:09.400Z] > git checkout -f 09b2ffdda73b8175ff769048f464209047f75e56 # timeout=10 [2020-05-18T17:40:09.433Z] > git remote # timeout=10 [2020-05-18T17:40:09.438Z] > git config --get remote.origin.url # timeout=10 [2020-05-18T17:40:09.448Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-18T17:40:09.452Z] > git merge 4f542d150f63fd84c4c4e03c791e07fdb7c9aef4 # timeout=10 [2020-05-18T17:40:09.466Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-05-18T17:40:09.475Z] > git config core.sparsecheckout # timeout=10 [2020-05-18T17:40:09.480Z] > git checkout -f 09b2ffdda73b8175ff769048f464209047f75e56 # timeout=10 [2020-05-18T17:40:18.190Z] (10/18) Installing fortify-headers (1.1-r0) [2020-05-18T17:40:18.190Z] (11/18) Installing build-base (0.5-r1) [2020-05-18T17:40:18.190Z] (12/18) Installing openssh-keygen (8.1_p1-r0) [2020-05-18T17:40:18.190Z] (13/18) Installing libedit (20191211.3.1-r0) [2020-05-18T17:40:18.190Z] (14/18) Installing openssh-client (8.1_p1-r0) [2020-05-18T17:40:18.190Z] (15/18) Installing openssh-sftp-server (8.1_p1-r0) [2020-05-18T17:40:18.190Z] (16/18) Installing openssh-server-common (8.1_p1-r0) [2020-05-18T17:40:18.190Z] (17/18) Installing openssh-server (8.1_p1-r0) [2020-05-18T17:40:18.457Z] (18/18) Installing openssh (8.1_p1-r0) [2020-05-18T17:40:18.457Z] Executing busybox-1.31.1-r8.trigger [2020-05-18T17:40:18.457Z] OK: 203 MiB in 52 packages [2020-05-18T17:40:42.716Z] Commit message: "Add temp VERSION file to rebuild snap." [2020-05-18T17:40:42.744Z] > git --version # timeout=10 [2020-05-18T17:40:42.754Z] fatal: bad object a8d5489117fb74ecf2babedeac9793ec80335c77 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-05-18T17:40:44.221Z] ========================================================= [2020-05-18T17:40:44.221Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-05-18T17:40:44.221Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-05-18T17:40:45.045Z] + 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-05-18T17:40:45.310Z] Sending build context to Docker daemon 581.1kB [2020-05-18T17:40:45.310Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-05-18T17:40:45.310Z] Step 2/8 : FROM ${BASE} [2020-05-18T17:40:45.310Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-05-18T17:40:45.310Z] e6b0cf9c0882: Pulling fs layer [2020-05-18T17:40:45.310Z] 2848faf0eed1: Pulling fs layer [2020-05-18T17:40:45.310Z] 0f37312ad70f: Pulling fs layer [2020-05-18T17:40:45.310Z] 5788d62ee057: Pulling fs layer [2020-05-18T17:40:45.310Z] 0e6b1d234666: Pulling fs layer [2020-05-18T17:40:45.310Z] bf5d7aec512f: Pulling fs layer [2020-05-18T17:40:45.310Z] 34c802a77dc8: Pulling fs layer [2020-05-18T17:40:45.310Z] 9eb99e56ec68: Pulling fs layer [2020-05-18T17:40:45.310Z] 27c7a5d97fbd: Pulling fs layer [2020-05-18T17:40:45.310Z] 5c102a31e300: Pulling fs layer [2020-05-18T17:40:45.310Z] dcfb455df0a1: Pulling fs layer [2020-05-18T17:40:45.310Z] 5788d62ee057: Waiting [2020-05-18T17:40:45.310Z] 0e6b1d234666: Waiting [2020-05-18T17:40:45.310Z] bf5d7aec512f: Waiting [2020-05-18T17:40:45.310Z] 34c802a77dc8: Waiting [2020-05-18T17:40:45.310Z] 9eb99e56ec68: Waiting [2020-05-18T17:40:45.310Z] dcfb455df0a1: Waiting [2020-05-18T17:40:45.310Z] 27c7a5d97fbd: Waiting [2020-05-18T17:40:45.310Z] 5c102a31e300: Waiting [2020-05-18T17:40:45.310Z] 0f37312ad70f: Verifying Checksum [2020-05-18T17:40:45.310Z] 0f37312ad70f: Download complete [2020-05-18T17:40:45.310Z] 2848faf0eed1: Verifying Checksum [2020-05-18T17:40:45.310Z] 2848faf0eed1: Download complete [2020-05-18T17:40:45.310Z] 0e6b1d234666: Verifying Checksum [2020-05-18T17:40:45.310Z] 0e6b1d234666: Download complete [2020-05-18T17:40:45.310Z] bf5d7aec512f: Download complete [2020-05-18T17:40:45.310Z] e6b0cf9c0882: Download complete [2020-05-18T17:40:45.897Z] 34c802a77dc8: Verifying Checksum [2020-05-18T17:40:45.897Z] 34c802a77dc8: Download complete [2020-05-18T17:40:46.159Z] 27c7a5d97fbd: Verifying Checksum [2020-05-18T17:40:46.159Z] 27c7a5d97fbd: Download complete [2020-05-18T17:40:46.734Z] 5c102a31e300: Verifying Checksum [2020-05-18T17:40:46.734Z] 5c102a31e300: Download complete [2020-05-18T17:40:46.734Z] dcfb455df0a1: Verifying Checksum [2020-05-18T17:40:46.734Z] dcfb455df0a1: Download complete [2020-05-18T17:40:47.000Z] 5788d62ee057: Verifying Checksum [2020-05-18T17:40:47.000Z] 5788d62ee057: Download complete [2020-05-18T17:40:47.000Z] 9eb99e56ec68: Verifying Checksum [2020-05-18T17:40:47.000Z] 9eb99e56ec68: Download complete [2020-05-18T17:40:50.685Z] Removing intermediate container 86287decfdb8 [2020-05-18T17:40:50.685Z] ---> a1bcfc06d2d1 [2020-05-18T17:40:50.685Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-05-18T17:40:51.199Z] e6b0cf9c0882: Pull complete [2020-05-18T17:40:51.768Z] 2848faf0eed1: Pull complete [2020-05-18T17:40:52.034Z] 0f37312ad70f: Pull complete [2020-05-18T17:41:05.669Z] ---> Running in 2ee8b9aae289 [2020-05-18T17:41:38.723Z] 5788d62ee057: Pull complete [2020-05-18T17:41:38.723Z] 0e6b1d234666: Pull complete [2020-05-18T17:41:38.723Z] bf5d7aec512f: Pull complete [2020-05-18T17:41:44.525Z] Removing intermediate container 2ee8b9aae289 [2020-05-18T17:41:44.526Z] ---> 5d1319de70d4 [2020-05-18T17:41:44.526Z] Step 7/8 : COPY . . [2020-05-18T17:41:49.861Z] ---> 1ad671688791 [2020-05-18T17:41:49.861Z] Step 8/8 : RUN go mod download [2020-05-18T17:41:54.126Z] ---> Running in 95560d4504ca [2020-05-18T17:42:09.110Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-05-18T17:42:09.110Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-05-18T17:42:09.110Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-05-18T17:42:09.110Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-05-18T17:42:10.826Z] 34c802a77dc8: Pull complete [2020-05-18T17:42:17.311Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-05-18T17:42:17.896Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-05-18T17:42:17.896Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-05-18T17:42:17.896Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-05-18T17:42:17.896Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-05-18T17:42:17.896Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-05-18T17:42:17.896Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-05-18T17:42:20.470Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-05-18T17:42:20.470Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-05-18T17:42:22.410Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-05-18T17:42:22.410Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-05-18T17:42:25.720Z] 9eb99e56ec68: Pull complete [2020-05-18T17:42:25.720Z] 27c7a5d97fbd: Pull complete [2020-05-18T17:42:30.614Z] go: finding github.com/fatih/color v1.7.0 [2020-05-18T17:42:30.614Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-05-18T17:42:30.614Z] go: finding github.com/go-kit/kit v0.8.0 [2020-05-18T17:42:30.614Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-05-18T17:42:30.614Z] go: finding github.com/go-stack/stack v1.8.0 [2020-05-18T17:42:30.614Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-05-18T17:42:30.614Z] go: finding github.com/google/uuid v1.1.1 [2020-05-18T17:42:30.880Z] go: finding github.com/gorilla/mux v1.7.1 [2020-05-18T17:42:30.880Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-05-18T17:42:30.880Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-05-18T17:42:30.880Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-05-18T17:42:31.041Z] 5c102a31e300: Pull complete [2020-05-18T17:42:31.147Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-05-18T17:42:31.147Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-05-18T17:42:31.147Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-05-18T17:42:31.147Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-05-18T17:42:31.147Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-05-18T17:42:31.147Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-05-18T17:42:31.147Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-05-18T17:42:31.147Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-05-18T17:42:31.147Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-05-18T17:42:31.147Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-05-18T17:42:31.414Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-05-18T17:42:31.680Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-05-18T17:42:31.680Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-05-18T17:42:31.680Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-05-18T17:42:31.680Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-05-18T17:42:31.680Z] go: finding github.com/kr/pretty v0.1.0 [2020-05-18T17:42:31.680Z] go: finding github.com/kr/pty v1.1.1 [2020-05-18T17:42:31.680Z] go: finding github.com/kr/text v0.1.0 [2020-05-18T17:42:31.680Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-05-18T17:42:31.680Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-05-18T17:42:31.680Z] go: finding github.com/miekg/dns v1.0.14 [2020-05-18T17:42:31.680Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-05-18T17:42:31.680Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-05-18T17:42:31.680Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-05-18T17:42:31.945Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-05-18T17:42:31.945Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-05-18T17:42:31.945Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-05-18T17:42:32.213Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-05-18T17:42:32.213Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-05-18T17:42:32.213Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-05-18T17:42:32.213Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-05-18T17:42:32.481Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-05-18T17:42:32.481Z] go: finding github.com/pkg/errors v0.8.1 [2020-05-18T17:42:32.481Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-05-18T17:42:32.481Z] go: finding github.com/posener/complete v1.1.1 [2020-05-18T17:42:32.481Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-05-18T17:42:32.481Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-05-18T17:42:32.481Z] go: finding github.com/spf13/cast v1.3.0 [2020-05-18T17:42:32.481Z] go: finding github.com/stretchr/objx v0.1.0 [2020-05-18T17:42:32.481Z] go: finding github.com/stretchr/testify v1.5.1 [2020-05-18T17:42:32.481Z] go: finding github.com/ugorji/go v1.1.4 [2020-05-18T17:42:32.747Z] go: finding github.com/x448/float16 v0.8.4 [2020-05-18T17:42:32.747Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-05-18T17:42:32.747Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-05-18T17:42:32.747Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-05-18T17:42:32.747Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-05-18T17:42:32.747Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-05-18T17:42:32.747Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-05-18T17:42:32.747Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-05-18T17:42:37.613Z] dcfb455df0a1: Pull complete [2020-05-18T17:42:37.613Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-05-18T17:42:37.613Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-05-18T17:42:37.613Z] ---> 7c70fe431013 [2020-05-18T17:42:37.613Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-05-18T17:42:37.613Z] ---> Running in eb0de70b9392 [2020-05-18T17:42:45.735Z] Removing intermediate container eb0de70b9392 [2020-05-18T17:42:45.735Z] ---> 37a5da0e15ae [2020-05-18T17:42:45.735Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-05-18T17:42:45.735Z] ---> Running in 0453fc171571 [2020-05-18T17:43:17.824Z] Removing intermediate container 0453fc171571 [2020-05-18T17:43:17.824Z] ---> 91c7462df958 [2020-05-18T17:43:17.824Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-05-18T17:43:17.824Z] ---> Running in f07ab31bf25e [2020-05-18T17:43:17.824Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-05-18T17:43:18.392Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-05-18T17:43:18.961Z] (1/17) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) [2020-05-18T17:43:18.961Z] (2/17) Installing libmagic (5.37-r1) [2020-05-18T17:43:19.223Z] (3/17) Installing file (5.37-r1) [2020-05-18T17:43:19.223Z] (4/17) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) [2020-05-18T17:43:19.482Z] (5/17) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) [2020-05-18T17:43:19.482Z] (6/17) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) [2020-05-18T17:43:19.601Z] Removing intermediate container 95560d4504ca [2020-05-18T17:43:19.601Z] ---> 03f79621c269 [2020-05-18T17:43:19.601Z] Successfully built 03f79621c269 [2020-05-18T17:43:22.174Z] 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-05-18T17:43:23.719Z] + docker inspect -f . ci-base-image-arm64 [2020-05-18T17:43:23.719Z] . [Pipeline] withDockerContainer [2020-05-18T17:43:24.359Z] prd-ubuntu18.04-docker-arm64-4c-16g-8821 does not seem to be running inside a container [2020-05-18T17:43:24.444Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-05-18T17:43:31.697Z] (7/17) Installing libc-dev (0.7.2-r0) [2020-05-18T17:43:31.697Z] (8/17) Installing g++ (9.2.0-r4) [2020-05-18T17:43:56.885Z] $ docker top 050886fca92ae421570ce041bd30b45330ac0ca7cabca671867eb87250b01138 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-05-18T17:43:58.254Z] (9/17) Installing fortify-headers (1.1-r0) [2020-05-18T17:43:58.254Z] (10/17) Installing build-base (0.5-r1) [2020-05-18T17:43:58.254Z] (11/17) Installing openssh-keygen (8.1_p1-r0) [2020-05-18T17:43:58.254Z] (12/17) Installing libedit (20191211.3.1-r0) [2020-05-18T17:43:58.254Z] (13/17) Installing openssh-client (8.1_p1-r0) [2020-05-18T17:43:58.254Z] (14/17) Installing openssh-sftp-server (8.1_p1-r0) [2020-05-18T17:43:58.254Z] (15/17) Installing openssh-server-common (8.1_p1-r0) [2020-05-18T17:43:58.254Z] (16/17) Installing openssh-server (8.1_p1-r0) [2020-05-18T17:43:58.254Z] (17/17) Installing openssh (8.1_p1-r0) [2020-05-18T17:43:58.254Z] Executing busybox-1.31.1-r8.trigger [2020-05-18T17:43:58.254Z] OK: 214 MiB in 52 packages [2020-05-18T17:43:58.328Z] + go version [2020-05-18T17:43:58.328Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-05-18T17:43:59.002Z] + make test [2020-05-18T17:43:59.003Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-05-18T17:44:00.422Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-05-18T17:44:13.146Z] Removing intermediate container f07ab31bf25e [2020-05-18T17:44:13.146Z] ---> faac24876f76 [2020-05-18T17:44:13.146Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-05-18T17:44:13.146Z] ---> Running in 74293a037b95 [2020-05-18T17:44:14.523Z] Removing intermediate container 74293a037b95 [2020-05-18T17:44:14.523Z] ---> 7312f646a436 [2020-05-18T17:44:14.523Z] Step 7/8 : COPY . . [2020-05-18T17:44:15.909Z] ---> c63e798a7eea [2020-05-18T17:44:15.909Z] Step 8/8 : RUN go mod download [2020-05-18T17:44:15.909Z] ---> Running in 28ffe45fe674 [2020-05-18T17:44:32.732Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-05-18T17:44:32.732Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.033s coverage: 29.8% of statements [2020-05-18T17:44:32.732Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-05-18T17:44:33.000Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-05-18T17:44:39.670Z] gofmt -l . [2020-05-18T17:44:39.670Z] ["`gofmt -l .`" = ""] [2020-05-18T17:44:39.670Z] ./bin/test-attribution-txt.sh [2020-05-18T17:44:46.306Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-05-18T17:44:46.848Z] Stashed 1 file(s) [Pipeline] } [2020-05-18T17:44:46.862Z] $ docker stop --time=1 050886fca92ae421570ce041bd30b45330ac0ca7cabca671867eb87250b01138 [2020-05-18T17:45:04.829Z] $ docker rm -f 050886fca92ae421570ce041bd30b45330ac0ca7cabca671867eb87250b01138 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-05-18T17:45:09.240Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-05-18T17:45:09.586Z] + ls -al . [2020-05-18T17:45:09.586Z] total 132 [2020-05-18T17:45:09.586Z] drwxrwxr-x 9 jenkins jenkins 4096 May 18 17:44 . [2020-05-18T17:45:09.586Z] drwxrwxr-x 4 jenkins jenkins 4096 May 18 17:37 .. [2020-05-18T17:45:09.586Z] -rw-rw-r-- 1 jenkins jenkins 140 May 18 17:37 .dockerignore [2020-05-18T17:45:09.586Z] drwxrwxr-x 8 jenkins jenkins 4096 May 18 17:38 .git [2020-05-18T17:45:09.586Z] -rw-rw-r-- 1 jenkins jenkins 328 May 18 17:37 .gitignore [2020-05-18T17:45:09.586Z] drwxrwxr-x 3 jenkins jenkins 4096 May 18 17:38 .semver [2020-05-18T17:45:09.586Z] -rw-rw-r-- 1 jenkins jenkins 4678 May 18 17:37 Attribution.txt [2020-05-18T17:45:09.586Z] -rw-rw-r-- 1 jenkins jenkins 1776 May 18 17:37 Dockerfile [2020-05-18T17:45:09.586Z] -rw-rw-r-- 1 jenkins jenkins 953 May 18 17:37 Dockerfile.build [2020-05-18T17:45:09.586Z] -rw-rw-r-- 1 jenkins jenkins 700 May 18 17:37 Jenkinsfile [2020-05-18T17:45:09.586Z] -rw-rw-r-- 1 jenkins jenkins 11340 May 18 17:37 LICENSE [2020-05-18T17:45:09.586Z] -rw-rw-r-- 1 jenkins jenkins 902 May 18 17:37 Makefile [2020-05-18T17:45:09.587Z] -rw-rw-r-- 1 jenkins jenkins 444 May 18 17:37 README.md [2020-05-18T17:45:09.587Z] -rw-rw-r-- 1 jenkins jenkins 5 May 18 17:33 VERSION [2020-05-18T17:45:09.587Z] drwxrwxr-x 2 jenkins jenkins 4096 May 18 17:37 bin [2020-05-18T17:45:09.587Z] drwxrwxr-x 3 jenkins jenkins 4096 May 18 17:37 cmd [2020-05-18T17:45:09.587Z] -rw-r--r-- 1 jenkins jenkins 18214 May 18 17:44 coverage.out [2020-05-18T17:45:09.587Z] -rw-r--r-- 1 jenkins jenkins 510 May 18 17:44 go.mod [2020-05-18T17:45:09.587Z] -rw-r--r-- 1 jenkins jenkins 13621 May 18 17:44 go.sum [2020-05-18T17:45:09.587Z] drwxrwxr-x 3 jenkins jenkins 4096 May 18 17:37 internal [2020-05-18T17:45:09.587Z] drwxrwxr-x 2 jenkins jenkins 4096 May 18 17:37 mock [2020-05-18T17:45:09.587Z] drwxrwxr-x 4 jenkins jenkins 4096 May 18 17:37 snap [2020-05-18T17:45:09.587Z] -rw-rw-r-- 1 jenkins jenkins 227 May 18 17:37 version.go [Pipeline] isUnix [Pipeline] sh [2020-05-18T17:45:09.943Z] + docker build -t docker-device-mqtt-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=09b2ffdda73b8175ff769048f464209047f75e56 --label arch=arm64 --label version=0.0.0 . [2020-05-18T17:45:10.211Z] Sending build context to Docker daemon 600.1kB [2020-05-18T17:45:10.211Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-05-18T17:45:10.211Z] Step 2/21 : FROM ${BASE} AS builder [2020-05-18T17:45:10.211Z] ---> 03f79621c269 [2020-05-18T17:45:10.211Z] Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-05-18T17:45:12.151Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-05-18T17:45:12.151Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-05-18T17:45:12.151Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-05-18T17:45:12.151Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-05-18T17:45:12.151Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-05-18T17:45:12.151Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-05-18T17:45:12.151Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-05-18T17:45:12.151Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-05-18T17:45:12.151Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-05-18T17:45:12.151Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-05-18T17:45:12.151Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-05-18T17:45:12.151Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-05-18T17:45:12.151Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-05-18T17:45:12.151Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-05-18T17:45:12.151Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-05-18T17:45:12.151Z] go: finding github.com/fatih/color v1.7.0 [2020-05-18T17:45:12.151Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-05-18T17:45:12.151Z] go: finding github.com/go-kit/kit v0.8.0 [2020-05-18T17:45:12.151Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-05-18T17:45:12.151Z] go: finding github.com/go-stack/stack v1.8.0 [2020-05-18T17:45:12.151Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-05-18T17:45:12.151Z] go: finding github.com/google/uuid v1.1.1 [2020-05-18T17:45:12.151Z] go: finding github.com/gorilla/mux v1.7.1 [2020-05-18T17:45:12.151Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-05-18T17:45:12.151Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-05-18T17:45:12.151Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-05-18T17:45:12.151Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-05-18T17:45:12.151Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-05-18T17:45:12.151Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-05-18T17:45:12.151Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-05-18T17:45:12.151Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-05-18T17:45:12.151Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-05-18T17:45:12.151Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-05-18T17:45:12.151Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-05-18T17:45:12.151Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-05-18T17:45:12.411Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-05-18T17:45:12.670Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-05-18T17:45:15.201Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-05-18T17:45:15.201Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-05-18T17:45:15.462Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-05-18T17:45:15.462Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-05-18T17:45:15.462Z] go: finding github.com/kr/pretty v0.1.0 [2020-05-18T17:45:15.462Z] go: finding github.com/kr/pty v1.1.1 [2020-05-18T17:45:15.462Z] go: finding github.com/kr/text v0.1.0 [2020-05-18T17:45:15.462Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-05-18T17:45:15.462Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-05-18T17:45:15.721Z] go: finding github.com/miekg/dns v1.0.14 [2020-05-18T17:45:15.721Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-05-18T17:45:15.721Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-05-18T17:45:17.098Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-05-18T17:45:17.098Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-05-18T17:45:17.098Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-05-18T17:45:17.098Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-05-18T17:45:17.098Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-05-18T17:45:18.474Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-05-18T17:45:18.474Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-05-18T17:45:18.474Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-05-18T17:45:18.737Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-05-18T17:45:18.737Z] go: finding github.com/pkg/errors v0.8.1 [2020-05-18T17:45:18.996Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-05-18T17:45:18.996Z] go: finding github.com/posener/complete v1.1.1 [2020-05-18T17:45:18.996Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-05-18T17:45:18.996Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-05-18T17:45:18.996Z] go: finding github.com/spf13/cast v1.3.0 [2020-05-18T17:45:22.526Z] ---> Running in 3240b51944e4 [2020-05-18T17:45:24.270Z] go: finding github.com/stretchr/objx v0.1.0 [2020-05-18T17:45:24.270Z] go: finding github.com/stretchr/testify v1.5.1 [2020-05-18T17:45:24.270Z] go: finding github.com/ugorji/go v1.1.4 [2020-05-18T17:45:24.270Z] go: finding github.com/x448/float16 v0.8.4 [2020-05-18T17:45:24.270Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-05-18T17:45:24.529Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-05-18T17:45:24.529Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-05-18T17:45:24.529Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-05-18T17:45:24.529Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-05-18T17:45:24.788Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-05-18T17:45:24.788Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-05-18T17:45:34.829Z] Removing intermediate container 3240b51944e4 [2020-05-18T17:45:34.829Z] ---> e761261eab1e [2020-05-18T17:45:34.829Z] Step 4/21 : ARG ALPINE_PKG_EXTRA="" [2020-05-18T17:45:44.891Z] ---> Running in 73f1e6ee54e3 [2020-05-18T17:45:59.870Z] Removing intermediate container 73f1e6ee54e3 [2020-05-18T17:45:59.870Z] ---> 6ccfc6156562 [2020-05-18T17:45:59.870Z] Step 5/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-05-18T17:46:11.481Z] Removing intermediate container 28ffe45fe674 [2020-05-18T17:46:11.481Z] ---> 5706447baae1 [2020-05-18T17:46:11.481Z] Successfully built 5706447baae1 [2020-05-18T17:46:11.481Z] 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-05-18T17:46:12.703Z] + docker inspect -f . ci-base-image-x86_64 [2020-05-18T17:46:12.703Z] . [Pipeline] withDockerContainer [2020-05-18T17:46:12.855Z] prd-centos7-docker-4c-2g-8822 does not seem to be running inside a container [2020-05-18T17:46:12.899Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-05-18T17:46:21.912Z] ---> Running in 1a889c533383 [2020-05-18T17:46:28.895Z] $ docker top a652620ffdd9f1be228839fd3059dc7957ce2bf33c54c2320eca091a296064a7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-05-18T17:46:29.579Z] + go version [2020-05-18T17:46:29.579Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-05-18T17:46:29.896Z] + make test [2020-05-18T17:46:29.896Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-05-18T17:46:44.775Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-05-18T17:46:54.117Z] Removing intermediate container 1a889c533383 [2020-05-18T17:46:54.117Z] ---> f9442ce2cb8d [2020-05-18T17:46:54.117Z] Step 6/21 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-05-18T17:47:02.308Z] ---> Running in 8c8d123b644d [2020-05-18T17:47:02.574Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-05-18T17:47:03.529Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-05-18T17:47:04.113Z] OK: 203 MiB in 52 packages [2020-05-18T17:47:06.772Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-05-18T17:47:16.412Z] Removing intermediate container 8c8d123b644d [2020-05-18T17:47:16.413Z] ---> d513f49e67a6 [2020-05-18T17:47:16.413Z] Step 7/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-05-18T17:47:16.746Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.009s coverage: 29.8% of statements [2020-05-18T17:47:16.746Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-05-18T17:47:16.992Z] ---> Running in 6ecbf3dcb8a7 [2020-05-18T17:47:20.036Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-05-18T17:47:21.239Z] Removing intermediate container 6ecbf3dcb8a7 [2020-05-18T17:47:21.239Z] ---> 61ecb66421d9 [2020-05-18T17:47:21.239Z] Step 8/21 : COPY . . [2020-05-18T17:47:21.953Z] gofmt -l . [2020-05-18T17:47:21.953Z] ["`gofmt -l .`" = ""] [2020-05-18T17:47:21.953Z] ./bin/test-attribution-txt.sh [2020-05-18T17:47:26.144Z] ./bin/test-go-mod-tidy.sh [2020-05-18T17:47:26.580Z] ---> 5a0b195f3cdd [2020-05-18T17:47:26.581Z] Step 9/21 : ARG MAKE='make build' [Pipeline] stash [2020-05-18T17:47:27.548Z] Warning: overwriting stash ‘coverage-report’ [2020-05-18T17:47:29.162Z] ---> Running in c6a9c09603b7 [2020-05-18T17:47:29.284Z] Stashed 1 file(s) [Pipeline] } [2020-05-18T17:47:29.357Z] $ docker stop --time=1 a652620ffdd9f1be228839fd3059dc7957ce2bf33c54c2320eca091a296064a7 [2020-05-18T17:47:44.144Z] Removing intermediate container c6a9c09603b7 [2020-05-18T17:47:44.144Z] ---> 49da3876e67e [2020-05-18T17:47:44.144Z] Step 10/21 : RUN $MAKE [2020-05-18T17:47:52.728Z] $ docker rm -f a652620ffdd9f1be228839fd3059dc7957ce2bf33c54c2320eca091a296064a7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2020-05-18T17:47:54.211Z] ---> Running in e3937d38aed9 [2020-05-18T17:47:54.797Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd [Pipeline] sh [2020-05-18T17:47:55.209Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-05-18T17:47:55.523Z] + ls -al . [2020-05-18T17:47:55.523Z] total 100 [2020-05-18T17:47:55.523Z] drwxrwxr-x. 9 jenkins jenkins 4096 May 18 17:47 . [2020-05-18T17:47:55.523Z] drwxrwxr-x. 4 jenkins jenkins 28 May 18 17:40 .. [2020-05-18T17:47:55.523Z] -rw-rw-r--. 1 jenkins jenkins 4678 May 18 17:40 Attribution.txt [2020-05-18T17:47:55.523Z] drwxrwxr-x. 2 jenkins jenkins 87 May 18 17:40 bin [2020-05-18T17:47:55.523Z] drwxrwxr-x. 3 jenkins jenkins 32 May 18 17:40 cmd [2020-05-18T17:47:55.523Z] -rw-r--r--. 1 jenkins jenkins 18214 May 18 17:47 coverage.out [2020-05-18T17:47:55.523Z] -rw-rw-r--. 1 jenkins jenkins 1776 May 18 17:40 Dockerfile [2020-05-18T17:47:55.523Z] -rw-rw-r--. 1 jenkins jenkins 953 May 18 17:40 Dockerfile.build [2020-05-18T17:47:55.523Z] -rw-rw-r--. 1 jenkins jenkins 140 May 18 17:40 .dockerignore [2020-05-18T17:47:55.523Z] drwxrwxr-x. 8 jenkins jenkins 179 May 18 17:40 .git [2020-05-18T17:47:55.523Z] -rw-rw-r--. 1 jenkins jenkins 328 May 18 17:40 .gitignore [2020-05-18T17:47:55.523Z] -rw-r--r--. 1 jenkins jenkins 510 May 18 17:47 go.mod [2020-05-18T17:47:55.523Z] -rw-r--r--. 1 jenkins jenkins 13621 May 18 17:47 go.sum [2020-05-18T17:47:55.523Z] drwxrwxr-x. 3 jenkins jenkins 20 May 18 17:40 internal [2020-05-18T17:47:55.523Z] -rw-rw-r--. 1 jenkins jenkins 700 May 18 17:40 Jenkinsfile [2020-05-18T17:47:55.523Z] -rw-rw-r--. 1 jenkins jenkins 11340 May 18 17:40 LICENSE [2020-05-18T17:47:55.523Z] -rw-rw-r--. 1 jenkins jenkins 902 May 18 17:40 Makefile [2020-05-18T17:47:55.523Z] drwxrwxr-x. 2 jenkins jenkins 23 May 18 17:40 mock [2020-05-18T17:47:55.523Z] -rw-rw-r--. 1 jenkins jenkins 444 May 18 17:40 README.md [2020-05-18T17:47:55.523Z] drwxrwxr-x. 3 jenkins jenkins 58 May 18 17:40 .semver [2020-05-18T17:47:55.523Z] drwxrwxr-x. 4 jenkins jenkins 54 May 18 17:40 snap [2020-05-18T17:47:55.523Z] -rw-rw-r--. 1 jenkins jenkins 5 May 18 17:33 VERSION [2020-05-18T17:47:55.523Z] -rw-rw-r--. 1 jenkins jenkins 227 May 18 17:40 version.go [Pipeline] isUnix [Pipeline] sh [2020-05-18T17:47:55.857Z] + docker build -t docker-device-mqtt-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=09b2ffdda73b8175ff769048f464209047f75e56 --label arch=amd64 --label version=0.0.0 . [2020-05-18T17:47:56.116Z] Sending build context to Docker daemon 600.1kB [2020-05-18T17:47:56.116Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-05-18T17:47:56.116Z] Step 2/21 : FROM ${BASE} AS builder [2020-05-18T17:47:56.116Z] ---> 5706447baae1 [2020-05-18T17:47:56.116Z] Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-05-18T17:47:56.116Z] ---> Running in e49e6b4faeb2 [2020-05-18T17:48:00.308Z] Removing intermediate container e49e6b4faeb2 [2020-05-18T17:48:00.308Z] ---> 6a484009e89c [2020-05-18T17:48:00.308Z] Step 4/21 : ARG ALPINE_PKG_EXTRA="" [2020-05-18T17:48:00.308Z] ---> Running in 258c23883d46 [2020-05-18T17:48:00.567Z] Removing intermediate container 258c23883d46 [2020-05-18T17:48:00.567Z] ---> a8999c4807d7 [2020-05-18T17:48:00.567Z] Step 5/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-05-18T17:48:00.825Z] ---> Running in c72c69b2acaa [2020-05-18T17:48:02.728Z] Removing intermediate container c72c69b2acaa [2020-05-18T17:48:02.728Z] ---> c5f5c52e1366 [2020-05-18T17:48:02.728Z] Step 6/21 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-05-18T17:48:02.985Z] ---> Running in 0e13b6048e6c [2020-05-18T17:48:05.514Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-05-18T17:48:06.886Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-05-18T17:48:08.261Z] OK: 214 MiB in 52 packages [2020-05-18T17:48:30.188Z] Removing intermediate container 0e13b6048e6c [2020-05-18T17:48:30.188Z] ---> 6f4ca95df384 [2020-05-18T17:48:30.188Z] Step 7/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-05-18T17:48:30.188Z] ---> Running in 6ddc10fd8e2c [2020-05-18T17:48:30.188Z] Removing intermediate container 6ddc10fd8e2c [2020-05-18T17:48:30.188Z] ---> 38a179d841f9 [2020-05-18T17:48:30.188Z] Step 8/21 : COPY . . [2020-05-18T17:48:30.756Z] ---> 79adbe80f292 [2020-05-18T17:48:30.756Z] Step 9/21 : ARG MAKE='make build' [2020-05-18T17:48:31.016Z] ---> Running in 99098028f583 [2020-05-18T17:48:33.702Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-05-18T17:48:52.969Z] Removing intermediate container 99098028f583 [2020-05-18T17:48:52.969Z] ---> 58d0313d424c [2020-05-18T17:48:52.969Z] Step 10/21 : RUN $MAKE [2020-05-18T17:48:52.969Z] ---> Running in c06c0d44e065 [2020-05-18T17:48:52.969Z] 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-05-18T17:49:12.579Z] Removing intermediate container e3937d38aed9 [2020-05-18T17:49:12.579Z] ---> 76f30c28a66c [2020-05-18T17:49:12.579Z] Step 11/21 : FROM alpine [2020-05-18T17:49:12.579Z] latest: Pulling from library/alpine [2020-05-18T17:49:12.579Z] 29e5d40040c1: Pulling fs layer [2020-05-18T17:49:12.579Z] 29e5d40040c1: Verifying Checksum [2020-05-18T17:49:12.579Z] 29e5d40040c1: Download complete [2020-05-18T17:49:12.579Z] 29e5d40040c1: Pull complete [2020-05-18T17:49:12.579Z] Digest: sha256:9a839e63dad54c3a6d1834e29692c8492d93f90c59c978c1ed79109ea4fb9a54 [2020-05-18T17:49:12.579Z] Status: Downloaded newer image for alpine:latest [2020-05-18T17:49:12.579Z] ---> c20d2a9ab686 [2020-05-18T17:49:12.579Z] Step 12/21 : ENV APP_PORT=49982 [2020-05-18T17:49:15.009Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-05-18T17:49:30.776Z] ---> Running in 3542284ab7ee [2020-05-18T17:49:32.713Z] Removing intermediate container 3542284ab7ee [2020-05-18T17:49:32.713Z] ---> 2257d09365bc [2020-05-18T17:49:32.713Z] Step 13/21 : EXPOSE $APP_PORT [2020-05-18T17:49:47.706Z] ---> Running in f300dcac19c0 [2020-05-18T17:49:47.706Z] Removing intermediate container f300dcac19c0 [2020-05-18T17:49:47.706Z] ---> 722c821090bb [2020-05-18T17:49:47.706Z] Step 14/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-05-18T17:49:53.737Z] Removing intermediate container c06c0d44e065 [2020-05-18T17:49:53.737Z] ---> 46398582966f [2020-05-18T17:49:53.737Z] Step 11/21 : FROM alpine [2020-05-18T17:49:53.737Z] latest: Pulling from library/alpine [2020-05-18T17:49:53.737Z] cbdbe7a5bc2a: Pulling fs layer [2020-05-18T17:49:53.737Z] cbdbe7a5bc2a: Verifying Checksum [2020-05-18T17:49:53.737Z] cbdbe7a5bc2a: Download complete [2020-05-18T17:49:53.737Z] cbdbe7a5bc2a: Pull complete [2020-05-18T17:49:53.737Z] Digest: sha256:9a839e63dad54c3a6d1834e29692c8492d93f90c59c978c1ed79109ea4fb9a54 [2020-05-18T17:49:53.737Z] Status: Downloaded newer image for alpine:latest [2020-05-18T17:49:53.737Z] ---> f70734b6a266 [2020-05-18T17:49:53.737Z] Step 12/21 : ENV APP_PORT=49982 [2020-05-18T17:49:53.737Z] ---> Running in 36b24e328f1d [2020-05-18T17:49:53.737Z] Removing intermediate container 36b24e328f1d [2020-05-18T17:49:53.737Z] ---> 4bb3fb8a84a9 [2020-05-18T17:49:53.737Z] Step 13/21 : EXPOSE $APP_PORT [2020-05-18T17:49:53.737Z] ---> Running in d032d443bef2 [2020-05-18T17:49:53.737Z] Removing intermediate container d032d443bef2 [2020-05-18T17:49:53.737Z] ---> bd85f7ef9324 [2020-05-18T17:49:53.737Z] Step 14/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-05-18T17:49:53.737Z] ---> 3f96049ab11f [2020-05-18T17:49:53.737Z] Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-05-18T17:49:53.737Z] ---> a35c06a2942b [2020-05-18T17:49:53.737Z] Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-05-18T17:49:53.737Z] ---> 13c06d9d7cf3 [2020-05-18T17:49:53.737Z] Step 17/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-05-18T17:49:54.303Z] ---> Running in c430ee51220f [2020-05-18T17:49:55.677Z] Removing intermediate container c430ee51220f [2020-05-18T17:49:55.677Z] ---> 7862ca5213ed [2020-05-18T17:49:55.677Z] Step 18/21 : ENTRYPOINT ["/device-mqtt","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-05-18T17:49:55.677Z] ---> Running in 5522f71319e9 [2020-05-18T17:49:56.610Z] Removing intermediate container 5522f71319e9 [2020-05-18T17:49:56.610Z] ---> da9f1bd96d90 [2020-05-18T17:49:56.610Z] Step 19/21 : LABEL arch=amd64 [2020-05-18T17:49:56.869Z] ---> Running in f0082c8240fc [2020-05-18T17:50:01.063Z] Removing intermediate container f0082c8240fc [2020-05-18T17:50:01.063Z] ---> 7423275191dc [2020-05-18T17:50:01.063Z] Step 20/21 : LABEL git_sha=09b2ffdda73b8175ff769048f464209047f75e56 [2020-05-18T17:50:01.633Z] ---> Running in a0be77a726c2 [2020-05-18T17:50:06.900Z] Removing intermediate container a0be77a726c2 [2020-05-18T17:50:06.900Z] ---> ebd35ce399c6 [2020-05-18T17:50:06.900Z] Step 21/21 : LABEL version=0.0.0 [2020-05-18T17:50:09.757Z] ---> d1f8cbeff8e9 [2020-05-18T17:50:09.757Z] Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-05-18T17:50:10.022Z] ---> 10163c1540ab [2020-05-18T17:50:10.022Z] Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-05-18T17:50:12.611Z] ---> d452fa2b49fc [2020-05-18T17:50:12.611Z] Step 17/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-05-18T17:50:22.680Z] ---> Running in abf89a4c72e1 [2020-05-18T17:50:23.262Z] Removing intermediate container abf89a4c72e1 [2020-05-18T17:50:23.262Z] ---> 1018a7ecdb8d [2020-05-18T17:50:23.262Z] Step 18/21 : ENTRYPOINT ["/device-mqtt","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-05-18T17:50:31.459Z] ---> Running in 8a45147ea07b [2020-05-18T17:50:32.417Z] Removing intermediate container 8a45147ea07b [2020-05-18T17:50:32.417Z] ---> a56fbc451df5 [2020-05-18T17:50:32.417Z] Step 19/21 : LABEL arch=arm64 [2020-05-18T17:50:32.999Z] ---> Running in 2cda7213548e [2020-05-18T17:50:33.956Z] Removing intermediate container 2cda7213548e [2020-05-18T17:50:33.956Z] ---> 255b637ad950 [2020-05-18T17:50:33.956Z] Step 20/21 : LABEL git_sha=09b2ffdda73b8175ff769048f464209047f75e56 [2020-05-18T17:50:34.224Z] ---> Running in 6bd7b4b2e24c [2020-05-18T17:50:35.628Z] Removing intermediate container 6bd7b4b2e24c [2020-05-18T17:50:35.628Z] ---> d2fbab6ff149 [2020-05-18T17:50:35.628Z] Step 21/21 : LABEL version=0.0.0 [2020-05-18T17:50:38.969Z] ---> Running in 486334f28da4 [2020-05-18T17:50:38.969Z] Removing intermediate container 486334f28da4 [2020-05-18T17:50:38.969Z] ---> e02be01d99eb [2020-05-18T17:50:38.969Z] [Warning] One or more build-args [ARCH] were not consumed [2020-05-18T17:50:38.970Z] Successfully built e02be01d99eb [2020-05-18T17:50:38.970Z] 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-05-18T17:50:41.643Z] ++ find /w/workspace/device-mqtt-go/1 [2020-05-18T17:50:41.643Z] ++ grep snapcraft.yaml [2020-05-18T17:50:41.643Z] + grep -Po '^name: \K(.*)' /w/workspace/device-mqtt-go/1/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-05-18T17:50:42.372Z] provisioning config files... [2020-05-18T17:50:42.387Z] copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/1@tmp/config7996819618578239931tmp [Pipeline] { [Pipeline] sh [2020-05-18T17:50:42.779Z] + cp /w/workspace/device-mqtt-go/1@tmp/config7996819618578239931tmp /w/workspace/device-mqtt-go/1/edgex-snap-store-login [Pipeline] sh [2020-05-18T17:50:43.101Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/1:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-05-18T17:50:43.101Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-05-18T17:50:43.101Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-05-18T17:50:43.101Z] 5bed26d33875: Pulling fs layer [2020-05-18T17:50:43.101Z] f11b29a9c730: Pulling fs layer [2020-05-18T17:50:43.101Z] 930bda195c84: Pulling fs layer [2020-05-18T17:50:43.101Z] 78bf9a5ad49e: Pulling fs layer [2020-05-18T17:50:43.101Z] e5fbee5a4b0d: Pulling fs layer [2020-05-18T17:50:43.101Z] f452fca78f88: Pulling fs layer [2020-05-18T17:50:43.101Z] 7417ef92027a: Pulling fs layer [2020-05-18T17:50:43.101Z] 2af5c49d270b: Pulling fs layer [2020-05-18T17:50:43.101Z] df9c3bdbc40a: Pulling fs layer [2020-05-18T17:50:43.101Z] f452fca78f88: Waiting [2020-05-18T17:50:43.101Z] 2af5c49d270b: Waiting [2020-05-18T17:50:43.101Z] df9c3bdbc40a: Waiting [2020-05-18T17:50:43.101Z] 7417ef92027a: Waiting [2020-05-18T17:50:43.101Z] e5fbee5a4b0d: Waiting [2020-05-18T17:50:43.101Z] f11b29a9c730: Verifying Checksum [2020-05-18T17:50:43.101Z] f11b29a9c730: Download complete [2020-05-18T17:50:43.101Z] 930bda195c84: Verifying Checksum [2020-05-18T17:50:43.101Z] 930bda195c84: Download complete [2020-05-18T17:50:43.101Z] 78bf9a5ad49e: Verifying Checksum [2020-05-18T17:50:43.101Z] 78bf9a5ad49e: Download complete [2020-05-18T17:50:43.101Z] f452fca78f88: Download complete [2020-05-18T17:50:43.101Z] 7417ef92027a: Verifying Checksum [2020-05-18T17:50:43.101Z] 7417ef92027a: Download complete [2020-05-18T17:50:43.363Z] 2af5c49d270b: Verifying Checksum [2020-05-18T17:50:43.363Z] 2af5c49d270b: Download complete [2020-05-18T17:50:43.363Z] df9c3bdbc40a: Verifying Checksum [2020-05-18T17:50:43.363Z] df9c3bdbc40a: Download complete [2020-05-18T17:50:43.625Z] 5bed26d33875: Verifying Checksum [2020-05-18T17:50:43.625Z] 5bed26d33875: Download complete [2020-05-18T17:50:43.823Z] ---> Running in 6f692290f42b [2020-05-18T17:50:44.089Z] Removing intermediate container 6f692290f42b [2020-05-18T17:50:44.089Z] ---> 46629cbc2f34 [2020-05-18T17:50:44.089Z] [Warning] One or more build-args [ARCH] were not consumed [2020-05-18T17:50:44.089Z] Successfully built 46629cbc2f34 [2020-05-18T17:50:44.089Z] 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-05-18T17:50:45.618Z] + grep snapcraft.yaml [2020-05-18T17:50:45.618Z] + find /w/workspace/device-mqtt-go/1 [2020-05-18T17:50:45.618Z] + grep -Po ^name: \K(.*) /w/workspace/device-mqtt-go/1/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-05-18T17:50:46.434Z] provisioning config files... [2020-05-18T17:50:46.457Z] copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/1@tmp/config6289895793137591049tmp [Pipeline] { [Pipeline] sh [2020-05-18T17:50:46.948Z] e5fbee5a4b0d: Download complete [2020-05-18T17:50:46.999Z] + cp /w/workspace/device-mqtt-go/1@tmp/config6289895793137591049tmp /w/workspace/device-mqtt-go/1/edgex-snap-store-login [Pipeline] sh [2020-05-18T17:50:47.356Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/1:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-05-18T17:50:47.356Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-05-18T17:50:47.625Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-05-18T17:50:47.625Z] b2f61026a351: Pulling fs layer [2020-05-18T17:50:47.625Z] 5538fb30c42c: Pulling fs layer [2020-05-18T17:50:47.625Z] f0b05810781a: Pulling fs layer [2020-05-18T17:50:47.625Z] 0180a33352d6: Pulling fs layer [2020-05-18T17:50:47.625Z] e7604b0c0f53: Pulling fs layer [2020-05-18T17:50:47.625Z] db689cb83ae0: Pulling fs layer [2020-05-18T17:50:47.625Z] 6138af208834: Pulling fs layer [2020-05-18T17:50:47.625Z] 007c8e8c5d63: Pulling fs layer [2020-05-18T17:50:47.625Z] 4f7a387c642f: Pulling fs layer [2020-05-18T17:50:47.625Z] db689cb83ae0: Waiting [2020-05-18T17:50:47.625Z] 6138af208834: Waiting [2020-05-18T17:50:47.625Z] 007c8e8c5d63: Waiting [2020-05-18T17:50:47.625Z] 0180a33352d6: Waiting [2020-05-18T17:50:47.625Z] e7604b0c0f53: Waiting [2020-05-18T17:50:47.625Z] 4f7a387c642f: Waiting [2020-05-18T17:50:47.625Z] f0b05810781a: Verifying Checksum [2020-05-18T17:50:47.625Z] f0b05810781a: Download complete [2020-05-18T17:50:47.625Z] 5538fb30c42c: Verifying Checksum [2020-05-18T17:50:47.625Z] 5538fb30c42c: Download complete [2020-05-18T17:50:47.625Z] 0180a33352d6: Verifying Checksum [2020-05-18T17:50:47.625Z] 0180a33352d6: Download complete [2020-05-18T17:50:47.625Z] db689cb83ae0: Verifying Checksum [2020-05-18T17:50:47.625Z] db689cb83ae0: Download complete [2020-05-18T17:50:47.625Z] 6138af208834: Verifying Checksum [2020-05-18T17:50:47.625Z] 6138af208834: Download complete [2020-05-18T17:50:47.625Z] 007c8e8c5d63: Verifying Checksum [2020-05-18T17:50:47.625Z] 007c8e8c5d63: Download complete [2020-05-18T17:50:47.892Z] 4f7a387c642f: Verifying Checksum [2020-05-18T17:50:47.892Z] 4f7a387c642f: Download complete [2020-05-18T17:50:49.883Z] b2f61026a351: Verifying Checksum [2020-05-18T17:50:49.883Z] b2f61026a351: Download complete [2020-05-18T17:50:54.143Z] b2f61026a351: Pull complete [2020-05-18T17:50:55.104Z] 5538fb30c42c: Pull complete [2020-05-18T17:50:55.104Z] f0b05810781a: Pull complete [2020-05-18T17:50:55.372Z] 0180a33352d6: Pull complete [2020-05-18T17:50:56.922Z] 5bed26d33875: Pull complete [2020-05-18T17:51:03.484Z] f11b29a9c730: Pull complete [2020-05-18T17:51:04.053Z] 930bda195c84: Pull complete [2020-05-18T17:51:04.053Z] 78bf9a5ad49e: Pull complete [2020-05-18T17:51:13.579Z] e7604b0c0f53: Verifying Checksum [2020-05-18T17:51:13.579Z] e7604b0c0f53: Download complete [2020-05-18T17:52:00.450Z] e7604b0c0f53: Pull complete [2020-05-18T17:52:04.697Z] db689cb83ae0: Pull complete [2020-05-18T17:52:04.697Z] 6138af208834: Pull complete [2020-05-18T17:52:04.697Z] 007c8e8c5d63: Pull complete [2020-05-18T17:52:05.654Z] 4f7a387c642f: Pull complete [2020-05-18T17:52:05.654Z] Digest: sha256:95de001a4645667c7ff44d03fa3a86afcf7622caf7559cdf0345329f515671b4 [2020-05-18T17:52:05.654Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-05-18T17:52:23.863Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-05-18T17:52:23.863Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-05-18T17:52:23.863Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-05-18T17:52:23.863Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-05-18T17:52:24.129Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [861 kB] [2020-05-18T17:52:24.715Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1224 kB] [2020-05-18T17:52:24.715Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1192 B] [2020-05-18T17:52:24.715Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3737 B] [2020-05-18T17:52:24.715Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [7827 B] [2020-05-18T17:52:24.715Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] [2020-05-18T17:52:24.982Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [748 kB] [2020-05-18T17:52:24.982Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [583 kB] [2020-05-18T17:52:25.569Z] Fetched 3690 kB in 2s (1733 kB/s) [2020-05-18T17:52:29.828Z] Reading package lists... [2020-05-18T17:52:42.126Z] 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-05-18T17:52:46.371Z] Reading package lists... [2020-05-18T17:52:46.371Z] Building dependency tree... [2020-05-18T17:52:46.371Z] Reading state information... [2020-05-18T17:52:47.363Z] The following packages were automatically installed and are no longer required: [2020-05-18T17:52:47.363Z] libjq1 liblzo2-2 libonig4 [2020-05-18T17:52:47.363Z] Use 'sudo apt autoremove' to remove them. [2020-05-18T17:52:47.363Z] Suggested packages: [2020-05-18T17:52:47.363Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-05-18T17:52:47.363Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc [2020-05-18T17:52:47.363Z] keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc [2020-05-18T17:52:47.363Z] libterm-readline-gnu-perl | libterm-readline-perl-perl [2020-05-18T17:52:47.645Z] The following NEW packages will be installed: [2020-05-18T17:52:47.645Z] curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl [2020-05-18T17:52:47.645Z] libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 [2020-05-18T17:52:47.645Z] libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase [2020-05-18T17:52:47.645Z] openssh-client patch perl perl-modules-5.26 xauth [2020-05-18T17:52:47.912Z] 0 upgraded, 27 newly installed, 0 to remove and 6 not upgraded. [2020-05-18T17:52:47.912Z] Need to get 12.9 MB of archives. [2020-05-18T17:52:47.912Z] After this operation, 84.2 MB of additional disk space will be used. [2020-05-18T17:52:47.912Z] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxau6 arm64 1:1.0.8-1 [7590 B] [2020-05-18T17:52:47.912Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbsd0 arm64 0.8.7-1ubuntu0.1 [36.6 kB] [2020-05-18T17:52:48.178Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxdmcp6 arm64 1:1.1.2-3 [9694 B] [2020-05-18T17:52:48.178Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxcb1 arm64 1.13-2~ubuntu18.04 [37.3 kB] [2020-05-18T17:52:48.178Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] [2020-05-18T17:52:48.178Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-6 arm64 2:1.6.4-3ubuntu0.2 [521 kB] [2020-05-18T17:52:48.445Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxext6 arm64 2:1.3.3-1 [25.4 kB] [2020-05-18T17:52:48.445Z] 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-05-18T17:52:48.711Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] [2020-05-18T17:52:48.712Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] [2020-05-18T17:52:48.712Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] [2020-05-18T17:52:48.712Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] [2020-05-18T17:52:48.712Z] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] [2020-05-18T17:52:48.712Z] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.2 [69.3 kB] [2020-05-18T17:52:48.712Z] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] [2020-05-18T17:52:48.712Z] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libedit2 arm64 3.1-20170329-1 [63.4 kB] [2020-05-18T17:52:48.712Z] Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libssl1.0.0 arm64 1.0.2n-1ubuntu5.3 [723 kB] [2020-05-18T17:52:48.712Z] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxmuu1 arm64 2:1.1.2-2 [9502 B] [2020-05-18T17:52:48.979Z] Get:19 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssh-client arm64 1:7.6p1-4ubuntu0.3 [527 kB] [2020-05-18T17:52:48.979Z] Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xauth arm64 1:1.0.10-1 [22.4 kB] [2020-05-18T17:52:48.979Z] Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.8 [152 kB] [2020-05-18T17:52:48.979Z] Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.8 [179 kB] [2020-05-18T17:52:48.979Z] Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] [2020-05-18T17:52:48.979Z] Get:24 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-05-18T17:52:48.979Z] Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] [2020-05-18T17:52:48.979Z] Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] [2020-05-18T17:52:48.979Z] Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] [2020-05-18T17:52:51.554Z] debconf: delaying package configuration, since apt-utils is not installed [2020-05-18T17:52:51.554Z] Fetched 12.9 MB in 1s (9384 kB/s) [2020-05-18T17:52:52.136Z] Selecting previously unselected package libxau6:arm64. [2020-05-18T17:52:52.136Z] (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-05-18T17:52:52.136Z] Preparing to unpack .../00-libxau6_1%3a1.0.8-1_arm64.deb ... [2020-05-18T17:52:52.404Z] Unpacking libxau6:arm64 (1:1.0.8-1) ... [2020-05-18T17:52:53.361Z] Selecting previously unselected package libbsd0:arm64. [2020-05-18T17:52:53.361Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_arm64.deb ... [2020-05-18T17:52:53.361Z] Unpacking libbsd0:arm64 (0.8.7-1ubuntu0.1) ... [2020-05-18T17:52:55.297Z] Selecting previously unselected package libxdmcp6:arm64. [2020-05-18T17:52:55.297Z] Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_arm64.deb ... [2020-05-18T17:52:55.297Z] Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... [2020-05-18T17:52:55.297Z] Selecting previously unselected package libxcb1:arm64. [2020-05-18T17:52:55.297Z] Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_arm64.deb ... [2020-05-18T17:52:55.564Z] Unpacking libxcb1:arm64 (1.13-2~ubuntu18.04) ... [2020-05-18T17:52:55.831Z] Selecting previously unselected package libx11-data. [2020-05-18T17:52:55.832Z] Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... [2020-05-18T17:52:55.832Z] Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-05-18T17:52:56.415Z] Selecting previously unselected package libx11-6:arm64. [2020-05-18T17:52:56.415Z] Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_arm64.deb ... [2020-05-18T17:52:57.370Z] Unpacking libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... [2020-05-18T17:52:57.952Z] Selecting previously unselected package libxext6:arm64. [2020-05-18T17:52:57.952Z] Preparing to unpack .../06-libxext6_2%3a1.3.3-1_arm64.deb ... [2020-05-18T17:52:57.952Z] Unpacking libxext6:arm64 (2:1.3.3-1) ... [2020-05-18T17:52:58.219Z] Selecting previously unselected package perl-modules-5.26. [2020-05-18T17:52:58.219Z] Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-05-18T17:52:58.219Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-05-18T17:53:04.855Z] Selecting previously unselected package libgdbm5:arm64. [2020-05-18T17:53:04.855Z] Preparing to unpack .../08-libgdbm5_1.14.1-6_arm64.deb ... [2020-05-18T17:53:04.855Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-05-18T17:53:04.855Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-05-18T17:53:04.855Z] Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-05-18T17:53:04.856Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-05-18T17:53:04.856Z] Selecting previously unselected package libperl5.26:arm64. [2020-05-18T17:53:04.856Z] Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... [2020-05-18T17:53:04.856Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-05-18T17:53:06.262Z] Selecting previously unselected package perl. [2020-05-18T17:53:06.262Z] Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_arm64.deb ... [2020-05-18T17:53:06.262Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-05-18T17:53:06.262Z] Selecting previously unselected package less. [2020-05-18T17:53:06.262Z] Preparing to unpack .../12-less_487-0.1_arm64.deb ... [2020-05-18T17:53:06.262Z] Unpacking less (487-0.1) ... [2020-05-18T17:53:06.528Z] Selecting previously unselected package libexpat1:arm64. [2020-05-18T17:53:06.528Z] Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_arm64.deb ... [2020-05-18T17:53:06.528Z] Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.2) ... [2020-05-18T17:53:07.112Z] Selecting previously unselected package netbase. [2020-05-18T17:53:07.112Z] Preparing to unpack .../14-netbase_5.4_all.deb ... [2020-05-18T17:53:07.112Z] Unpacking netbase (5.4) ... [2020-05-18T17:53:07.112Z] Selecting previously unselected package libedit2:arm64. [2020-05-18T17:53:07.112Z] Preparing to unpack .../15-libedit2_3.1-20170329-1_arm64.deb ... [2020-05-18T17:53:07.380Z] Unpacking libedit2:arm64 (3.1-20170329-1) ... [2020-05-18T17:53:07.380Z] Selecting previously unselected package libssl1.0.0:arm64. [2020-05-18T17:53:07.380Z] Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_arm64.deb ... [2020-05-18T17:53:07.380Z] Unpacking libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... [2020-05-18T17:53:07.647Z] Selecting previously unselected package libxmuu1:arm64. [2020-05-18T17:53:07.647Z] Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_arm64.deb ... [2020-05-18T17:53:07.647Z] Unpacking libxmuu1:arm64 (2:1.1.2-2) ... [2020-05-18T17:53:07.916Z] Selecting previously unselected package openssh-client. [2020-05-18T17:53:07.916Z] Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_arm64.deb ... [2020-05-18T17:53:07.916Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-05-18T17:53:08.500Z] Selecting previously unselected package xauth. [2020-05-18T17:53:08.500Z] Preparing to unpack .../19-xauth_1%3a1.0.10-1_arm64.deb ... [2020-05-18T17:53:08.500Z] Unpacking xauth (1:1.0.10-1) ... [2020-05-18T17:53:08.500Z] Selecting previously unselected package curl. [2020-05-18T17:53:08.500Z] Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_arm64.deb ... [2020-05-18T17:53:08.500Z] Unpacking curl (7.58.0-2ubuntu3.8) ... [2020-05-18T17:53:08.769Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-05-18T17:53:08.769Z] Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_arm64.deb ... [2020-05-18T17:53:08.769Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... [2020-05-18T17:53:08.769Z] Selecting previously unselected package liberror-perl. [2020-05-18T17:53:09.035Z] Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... [2020-05-18T17:53:09.035Z] Unpacking liberror-perl (0.17025-1) ... [2020-05-18T17:53:09.035Z] Selecting previously unselected package git-man. [2020-05-18T17:53:09.035Z] Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-05-18T17:53:09.035Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-05-18T17:53:09.996Z] Selecting previously unselected package git. [2020-05-18T17:53:09.996Z] Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-05-18T17:53:09.996Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-05-18T17:53:11.940Z] Selecting previously unselected package make. [2020-05-18T17:53:11.941Z] Preparing to unpack .../25-make_4.1-9.1ubuntu1_arm64.deb ... [2020-05-18T17:53:11.941Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-05-18T17:53:11.941Z] Selecting previously unselected package patch. [2020-05-18T17:53:11.941Z] Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-05-18T17:53:11.941Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-05-18T17:53:12.210Z] Setting up libedit2:arm64 (3.1-20170329-1) ... [2020-05-18T17:53:12.210Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-05-18T17:53:12.210Z] Setting up libexpat1:arm64 (2.2.5-3ubuntu0.2) ... [2020-05-18T17:53:12.477Z] Setting up less (487-0.1) ... [2020-05-18T17:53:13.059Z] Setting up make (4.1-9.1ubuntu1) ... [2020-05-18T17:53:13.059Z] Setting up libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... [2020-05-18T17:53:13.326Z] Setting up curl (7.58.0-2ubuntu3.8) ... [2020-05-18T17:53:13.326Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... [2020-05-18T17:53:13.326Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-05-18T17:53:13.326Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-05-18T17:53:13.592Z] Setting up libbsd0:arm64 (0.8.7-1ubuntu0.1) ... [2020-05-18T17:53:13.857Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-05-18T17:53:13.857Z] Setting up libxdmcp6:arm64 (1:1.1.2-3) ... [2020-05-18T17:53:13.857Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-05-18T17:53:13.857Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-05-18T17:53:14.441Z] Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-05-18T17:53:14.441Z] Setting up libxau6:arm64 (1:1.0.8-1) ... [2020-05-18T17:53:14.441Z] Setting up netbase (5.4) ... [2020-05-18T17:53:14.441Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-05-18T17:53:14.441Z] Setting up libxcb1:arm64 (1.13-2~ubuntu18.04) ... [2020-05-18T17:53:14.708Z] Setting up libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... [2020-05-18T17:53:14.708Z] Setting up libxmuu1:arm64 (2:1.1.2-2) ... [2020-05-18T17:53:14.708Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-05-18T17:53:14.975Z] Setting up libxext6:arm64 (2:1.3.3-1) ... [2020-05-18T17:53:14.975Z] Setting up liberror-perl (0.17025-1) ... [2020-05-18T17:53:14.975Z] Setting up xauth (1:1.0.10-1) ... [2020-05-18T17:53:14.975Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-05-18T17:53:15.242Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-05-18T17:53:20.584Z] curl set to automatically installed. [2020-05-18T17:53:20.584Z] git set to automatically installed. [2020-05-18T17:53:20.584Z] git-man set to automatically installed. [2020-05-18T17:53:20.584Z] less set to automatically installed. [2020-05-18T17:53:20.584Z] libbsd0 set to automatically installed. [2020-05-18T17:53:20.584Z] libcurl3-gnutls set to automatically installed. [2020-05-18T17:53:20.584Z] libedit2 set to automatically installed. [2020-05-18T17:53:20.584Z] liberror-perl set to automatically installed. [2020-05-18T17:53:20.584Z] libexpat1 set to automatically installed. [2020-05-18T17:53:20.584Z] libgdbm-compat4 set to automatically installed. [2020-05-18T17:53:20.584Z] libgdbm5 set to automatically installed. [2020-05-18T17:53:20.584Z] libperl5.26 set to automatically installed. [2020-05-18T17:53:20.584Z] libssl1.0.0 set to automatically installed. [2020-05-18T17:53:20.584Z] libx11-6 set to automatically installed. [2020-05-18T17:53:20.584Z] libx11-data set to automatically installed. [2020-05-18T17:53:20.584Z] libxau6 set to automatically installed. [2020-05-18T17:53:20.584Z] libxcb1 set to automatically installed. [2020-05-18T17:53:20.584Z] libxdmcp6 set to automatically installed. [2020-05-18T17:53:20.584Z] libxext6 set to automatically installed. [2020-05-18T17:53:20.584Z] libxmuu1 set to automatically installed. [2020-05-18T17:53:20.584Z] make set to automatically installed. [2020-05-18T17:53:20.584Z] netbase set to automatically installed. [2020-05-18T17:53:20.584Z] openssh-client set to automatically installed. [2020-05-18T17:53:20.584Z] patch set to automatically installed. [2020-05-18T17:53:20.584Z] perl set to automatically installed. [2020-05-18T17:53:20.584Z] perl-modules-5.26 set to automatically installed. [2020-05-18T17:53:20.584Z] xauth set to automatically installed. [2020-05-18T17:53:20.850Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-05-18T17:53:20.850Z] Please ensure the environment is properly setup before continuing. [2020-05-18T17:53:20.850Z] Ignore this message if the appropriate measures have already been taken [2020-05-18T17:53:21.434Z] Pulling go [2020-05-18T17:53:24.773Z] 'device-mqtt' has dependencies that need to be staged: go [2020-05-18T17:53:24.773Z] Skipping pull go (already ran) [2020-05-18T17:53:24.773Z] Building go [2020-05-18T17:53:24.773Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-05-18T17:53:24.773Z] Dload Upload Total Spent Left Speed [2020-05-18T17:53:25.579Z] e5fbee5a4b0d: Pull complete [2020-05-18T17:53:26.341Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 29 93.0M 29 27.6M 0 0 40.4M 0 0:00:02 --:--:-- 0:00:02 40.4M 92 93.0M 92 86.3M 0 0 51.1M 0 0:00:01 0:00:01 --:--:-- 51.1M 100 93.0M 100 93.0M 0 0 51.5M 0 0:00:01 0:00:01 --:--:-- 51.5M [2020-05-18T17:53:27.781Z] go1.13.5.linux-arm64.tar.gz: OK [2020-05-18T17:53:32.143Z] f452fca78f88: Pull complete [2020-05-18T17:53:45.983Z] Staging go [2020-05-18T17:53:47.924Z] Pulling device-mqtt [2020-05-18T17:53:50.502Z] Skipping build go (already ran) [2020-05-18T17:53:50.502Z] Building device-mqtt [2020-05-18T17:53:50.768Z] 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-05-18T17:53:52.177Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-05-18T17:53:52.177Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-05-18T17:53:52.177Z] go: downloading github.com/spf13/cast v1.3.0 [2020-05-18T17:53:52.177Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-05-18T17:53:52.177Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-05-18T17:54:04.288Z] 7417ef92027a: Pull complete [2020-05-18T17:54:04.288Z] 2af5c49d270b: Pull complete [2020-05-18T17:54:04.857Z] df9c3bdbc40a: Pull complete [2020-05-18T17:54:06.236Z] Digest: sha256:329b7ca3c147263d7a6122d30aca7e6f18adc9017ce870f1638d2965d7494739 [2020-05-18T17:54:06.236Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-05-18T17:54:14.223Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-05-18T17:54:14.223Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-05-18T17:54:14.223Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-05-18T17:54:14.223Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-05-18T17:54:14.223Z] go: extracting github.com/spf13/cast v1.3.0 [2020-05-18T17:54:14.223Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-05-18T17:54:14.223Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-05-18T17:54:14.223Z] go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-05-18T17:54:14.223Z] go: downloading github.com/google/uuid v1.1.1 [2020-05-18T17:54:14.223Z] go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-05-18T17:54:14.223Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-05-18T17:54:14.223Z] go: downloading github.com/pkg/errors v0.8.1 [2020-05-18T17:54:14.803Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-05-18T17:54:14.803Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-05-18T17:54:14.803Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-05-18T17:54:14.803Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-05-18T17:54:14.803Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-05-18T17:54:16.210Z] go: extracting github.com/pkg/errors v0.8.1 [2020-05-18T17:54:16.210Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-05-18T17:54:16.210Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-05-18T17:54:16.210Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-05-18T17:54:16.210Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-05-18T17:54:16.210Z] go: extracting github.com/google/uuid v1.1.1 [2020-05-18T17:54:16.210Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-05-18T17:54:16.210Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-05-18T17:54:16.210Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-05-18T17:54:16.210Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-05-18T17:54:16.210Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-05-18T17:54:16.210Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-05-18T17:54:16.210Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-05-18T17:54:16.210Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-05-18T17:54:16.210Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-05-18T17:54:16.210Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-05-18T17:54:16.210Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-05-18T17:54:16.210Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-05-18T17:54:16.210Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-05-18T17:54:16.210Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-05-18T17:54:16.210Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-05-18T17:54:16.210Z] go: downloading github.com/x448/float16 v0.8.4 [2020-05-18T17:54:16.210Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-05-18T17:54:16.210Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-05-18T17:54:16.210Z] go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-05-18T17:54:16.210Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-05-18T17:54:16.210Z] go: extracting github.com/x448/float16 v0.8.4 [2020-05-18T17:54:16.477Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-05-18T17:54:16.477Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-05-18T17:54:16.477Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-05-18T17:54:16.477Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-05-18T17:54:16.477Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-05-18T17:54:16.477Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-05-18T17:54:17.884Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-05-18T17:54:17.884Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-05-18T17:54:17.884Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-05-18T17:54:17.884Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-05-18T17:54:17.884Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-05-18T17:54:17.884Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-05-18T17:54:18.149Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-05-18T17:54:18.149Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-05-18T17:54:18.149Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-05-18T17:54:18.149Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-05-18T17:54:30.444Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-05-18T17:54:30.444Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-05-18T17:54:30.444Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-05-18T17:54:30.444Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-05-18T17:54:30.444Z] go: finding github.com/spf13/cast v1.3.0 [2020-05-18T17:54:30.444Z] go: finding github.com/gorilla/mux v1.7.1 [2020-05-18T17:54:30.444Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-05-18T17:54:30.444Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-05-18T17:54:30.444Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-05-18T17:54:30.444Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-05-18T17:54:30.444Z] go: finding github.com/go-kit/kit v0.8.0 [2020-05-18T17:54:30.444Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-05-18T17:54:30.444Z] go: finding github.com/google/uuid v1.1.1 [2020-05-18T17:54:30.444Z] go: finding github.com/x448/float16 v0.8.4 [2020-05-18T17:54:30.444Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-05-18T17:54:30.444Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-05-18T17:54:30.444Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-05-18T17:54:30.444Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-05-18T17:54:30.444Z] go: finding github.com/pkg/errors v0.8.1 [2020-05-18T17:54:30.444Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-05-18T17:54:30.444Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-05-18T17:54:30.444Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-05-18T17:54:30.444Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-05-18T17:54:30.444Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-05-18T17:54:30.444Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-05-18T17:54:30.444Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-05-18T17:54:30.444Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-05-18T17:54:30.444Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-05-18T17:54:30.444Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-05-18T17:54:30.444Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-05-18T17:54:30.444Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-05-18T17:54:30.444Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-05-18T17:54:30.444Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-05-18T17:54:30.444Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-05-18T17:54:32.775Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-05-18T17:54:32.775Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-05-18T17:54:32.775Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-05-18T17:54:32.775Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-05-18T17:54:33.343Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1379 kB] [2020-05-18T17:54:33.603Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [846 kB] [2020-05-18T17:54:33.862Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1214 kB] [2020-05-18T17:54:34.120Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [19.8 kB] [2020-05-18T17:54:34.120Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [68.8 kB] [2020-05-18T17:54:34.120Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [912 kB] [2020-05-18T17:54:34.120Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8158 B] [2020-05-18T17:54:34.120Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] [2020-05-18T17:54:34.120Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [52.4 kB] [2020-05-18T17:54:34.120Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [8507 B] [2020-05-18T17:54:34.379Z] Fetched 4769 kB in 3s (1734 kB/s) [2020-05-18T17:54:35.777Z] Reading package lists... [2020-05-18T17:54:41.047Z] 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-05-18T17:54:41.979Z] Reading package lists... [2020-05-18T17:54:42.237Z] Building dependency tree... [2020-05-18T17:54:42.237Z] Reading state information... [2020-05-18T17:54:42.495Z] The following packages were automatically installed and are no longer required: [2020-05-18T17:54:42.495Z] libjq1 liblzo2-2 libonig4 [2020-05-18T17:54:42.495Z] Use 'sudo apt autoremove' to remove them. [2020-05-18T17:54:42.496Z] Suggested packages: [2020-05-18T17:54:42.496Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-05-18T17:54:42.496Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc [2020-05-18T17:54:42.496Z] keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc [2020-05-18T17:54:42.496Z] libterm-readline-gnu-perl | libterm-readline-perl-perl [2020-05-18T17:54:42.754Z] The following NEW packages will be installed: [2020-05-18T17:54:42.754Z] curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl [2020-05-18T17:54:42.754Z] libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 [2020-05-18T17:54:42.754Z] libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase [2020-05-18T17:54:42.754Z] openssh-client patch perl perl-modules-5.26 xauth [2020-05-18T17:54:42.754Z] 0 upgraded, 27 newly installed, 0 to remove and 6 not upgraded. [2020-05-18T17:54:42.754Z] Need to get 14.7 MB of archives. [2020-05-18T17:54:42.754Z] After this operation, 89.5 MB of additional disk space will be used. [2020-05-18T17:54:42.754Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxau6 amd64 1:1.0.8-1 [8376 B] [2020-05-18T17:54:43.013Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-05-18T17:54:43.013Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB] [2020-05-18T17:54:43.013Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB] [2020-05-18T17:54:43.271Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] [2020-05-18T17:54:43.271Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.2 [569 kB] [2020-05-18T17:54:43.530Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB] [2020-05-18T17:54:43.530Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-05-18T17:54:43.530Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-05-18T17:54:43.530Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-05-18T17:54:43.530Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] [2020-05-18T17:54:43.788Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] [2020-05-18T17:54:43.788Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-05-18T17:54:43.788Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-05-18T17:54:43.788Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-05-18T17:54:43.788Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-05-18T17:54:43.788Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.3 [1088 kB] [2020-05-18T17:54:43.788Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B] [2020-05-18T17:54:43.788Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-05-18T17:54:43.788Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB] [2020-05-18T17:54:43.788Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.8 [159 kB] [2020-05-18T17:54:43.788Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.8 [213 kB] [2020-05-18T17:54:43.788Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-05-18T17:54:43.788Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-05-18T17:54:44.046Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-05-18T17:54:44.046Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-05-18T17:54:44.046Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-05-18T17:54:50.604Z] debconf: delaying package configuration, since apt-utils is not installed [2020-05-18T17:54:50.604Z] Fetched 14.7 MB in 1s (10.8 MB/s) [2020-05-18T17:54:50.604Z] Selecting previously unselected package libxau6:amd64. [2020-05-18T17:54:50.604Z] (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-05-18T17:54:50.604Z] Preparing to unpack .../00-libxau6_1%3a1.0.8-1_amd64.deb ... [2020-05-18T17:54:51.171Z] Unpacking libxau6:amd64 (1:1.0.8-1) ... [2020-05-18T17:54:57.155Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-05-18T17:55:03.379Z] Selecting previously unselected package libbsd0:amd64. [2020-05-18T17:55:03.379Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-05-18T17:55:03.379Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-05-18T17:55:03.379Z] Selecting previously unselected package libxdmcp6:amd64. [2020-05-18T17:55:03.379Z] Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_amd64.deb ... [2020-05-18T17:55:03.379Z] Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... [2020-05-18T17:55:04.755Z] Selecting previously unselected package libxcb1:amd64. [2020-05-18T17:55:04.755Z] Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_amd64.deb ... [2020-05-18T17:55:04.755Z] Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ... [2020-05-18T17:55:06.658Z] Selecting previously unselected package libx11-data. [2020-05-18T17:55:06.658Z] Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... [2020-05-18T17:55:08.033Z] Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-05-18T17:55:19.248Z] Skipping stage go (already ran) [2020-05-18T17:55:19.248Z] Staging device-mqtt [2020-05-18T17:55:19.516Z] Priming go [2020-05-18T17:55:22.855Z] Priming device-mqtt [2020-05-18T17:55:26.195Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-05-18T17:55:26.195Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-05-18T17:55:26.195Z] Determining the version from the project repo (version-script). [2020-05-18T17:55:26.195Z] The version has been set to '0.0.0-20200518+09b2ffd' [2020-05-18T17:55:26.195Z] Snapping 'edgex-device-mqtt' ... [2020-05-18T17:55:29.544Z] [2020-05-18T17:55:29.544Z] Snapped edgex-device-mqtt_0.0.0-20200518+09b2ffd_arm64.snap [2020-05-18T17:55:29.962Z] Selecting previously unselected package libx11-6:amd64. [2020-05-18T17:55:29.962Z] Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_amd64.deb ... [2020-05-18T17:55:29.962Z] Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... [2020-05-18T17:55:39.938Z] Selecting previously unselected package libxext6:amd64. [2020-05-18T17:55:39.938Z] Preparing to unpack .../06-libxext6_2%3a1.3.3-1_amd64.deb ... [2020-05-18T17:55:39.938Z] Unpacking libxext6:amd64 (2:1.3.3-1) ... [Pipeline] } [2020-05-18T17:55:47.782Z] 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-05-18T17:55:54.812Z] Selecting previously unselected package perl-modules-5.26. [2020-05-18T17:55:54.812Z] Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-05-18T17:55:54.812Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-05-18T17:56:26.886Z] Selecting previously unselected package libgdbm5:amd64. [2020-05-18T17:56:26.886Z] Preparing to unpack .../08-libgdbm5_1.14.1-6_amd64.deb ... [2020-05-18T17:56:26.886Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-05-18T17:56:26.886Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-05-18T17:56:26.886Z] Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-05-18T17:56:26.886Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-05-18T17:56:26.886Z] Selecting previously unselected package libperl5.26:amd64. [2020-05-18T17:56:26.886Z] Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-05-18T17:56:26.886Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-05-18T17:56:41.759Z] Selecting previously unselected package perl. [2020-05-18T17:56:41.759Z] Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-05-18T17:56:41.759Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-05-18T17:56:41.759Z] Selecting previously unselected package less. [2020-05-18T17:56:41.759Z] Preparing to unpack .../12-less_487-0.1_amd64.deb ... [2020-05-18T17:56:41.759Z] Unpacking less (487-0.1) ... [2020-05-18T17:56:41.759Z] Selecting previously unselected package libexpat1:amd64. [2020-05-18T17:56:41.759Z] Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-05-18T17:56:41.759Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-05-18T17:56:41.759Z] Selecting previously unselected package netbase. [2020-05-18T17:56:41.759Z] Preparing to unpack .../14-netbase_5.4_all.deb ... [2020-05-18T17:56:41.759Z] Unpacking netbase (5.4) ... [2020-05-18T17:56:42.019Z] Selecting previously unselected package libedit2:amd64. [2020-05-18T17:56:42.019Z] Preparing to unpack .../15-libedit2_3.1-20170329-1_amd64.deb ... [2020-05-18T17:56:42.019Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-05-18T17:56:42.279Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-05-18T17:56:42.279Z] Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb ... [2020-05-18T17:56:42.279Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... [2020-05-18T17:56:42.279Z] Selecting previously unselected package libxmuu1:amd64. [2020-05-18T17:56:42.279Z] Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_amd64.deb ... [2020-05-18T17:56:42.279Z] Unpacking libxmuu1:amd64 (2:1.1.2-2) ... [2020-05-18T17:56:43.218Z] Selecting previously unselected package openssh-client. [2020-05-18T17:56:43.218Z] Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-05-18T17:56:43.218Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-05-18T17:56:45.750Z] Selecting previously unselected package xauth. [2020-05-18T17:56:45.750Z] Preparing to unpack .../19-xauth_1%3a1.0.10-1_amd64.deb ... [2020-05-18T17:56:45.750Z] Unpacking xauth (1:1.0.10-1) ... [2020-05-18T17:56:46.317Z] Selecting previously unselected package curl. [2020-05-18T17:56:46.318Z] Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_amd64.deb ... [2020-05-18T17:56:46.576Z] Unpacking curl (7.58.0-2ubuntu3.8) ... [2020-05-18T17:56:46.836Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-05-18T17:56:46.836Z] Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_amd64.deb ... [2020-05-18T17:56:46.836Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... [2020-05-18T17:56:54.948Z] Selecting previously unselected package liberror-perl. [2020-05-18T17:56:54.948Z] Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... [2020-05-18T17:56:54.948Z] Unpacking liberror-perl (0.17025-1) ... [2020-05-18T17:56:54.948Z] Selecting previously unselected package git-man. [2020-05-18T17:56:54.948Z] Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-05-18T17:56:54.948Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-05-18T17:56:55.532Z] Selecting previously unselected package git. [2020-05-18T17:56:55.532Z] Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-05-18T17:56:56.104Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-05-18T17:57:00.292Z] Selecting previously unselected package make. [2020-05-18T17:57:00.292Z] Preparing to unpack .../25-make_4.1-9.1ubuntu1_amd64.deb ... [2020-05-18T17:57:00.292Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-05-18T17:57:00.292Z] Selecting previously unselected package patch. [2020-05-18T17:57:00.292Z] Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-05-18T17:57:00.292Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-05-18T17:57:00.859Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-05-18T17:57:00.859Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-05-18T17:57:00.859Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-05-18T17:57:00.859Z] Setting up less (487-0.1) ... [2020-05-18T17:57:01.117Z] Setting up make (4.1-9.1ubuntu1) ... [2020-05-18T17:57:01.375Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... [2020-05-18T17:57:01.945Z] Setting up curl (7.58.0-2ubuntu3.8) ... [2020-05-18T17:57:02.203Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... [2020-05-18T17:57:02.203Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-05-18T17:57:02.203Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-05-18T17:57:02.461Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-05-18T17:57:02.461Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-05-18T17:57:02.720Z] Setting up libxdmcp6:amd64 (1:1.1.2-3) ... [2020-05-18T17:57:02.720Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-05-18T17:57:02.978Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-05-18T17:57:03.236Z] Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-05-18T17:57:03.493Z] Setting up libxau6:amd64 (1:1.0.8-1) ... [2020-05-18T17:57:03.493Z] Setting up netbase (5.4) ... [2020-05-18T17:57:03.493Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-05-18T17:57:03.493Z] Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ... [2020-05-18T17:57:03.493Z] Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... [2020-05-18T17:57:03.493Z] Setting up libxmuu1:amd64 (2:1.1.2-2) ... [2020-05-18T17:57:03.753Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-05-18T17:57:03.753Z] Setting up libxext6:amd64 (2:1.3.3-1) ... [2020-05-18T17:57:03.753Z] Setting up liberror-perl (0.17025-1) ... [2020-05-18T17:57:03.753Z] Setting up xauth (1:1.0.10-1) ... [2020-05-18T17:57:04.012Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-05-18T17:57:04.012Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-05-18T17:57:07.298Z] curl set to automatically installed. [2020-05-18T17:57:07.298Z] git set to automatically installed. [2020-05-18T17:57:07.298Z] git-man set to automatically installed. [2020-05-18T17:57:07.298Z] less set to automatically installed. [2020-05-18T17:57:07.298Z] libbsd0 set to automatically installed. [2020-05-18T17:57:07.298Z] libcurl3-gnutls set to automatically installed. [2020-05-18T17:57:07.298Z] libedit2 set to automatically installed. [2020-05-18T17:57:07.298Z] liberror-perl set to automatically installed. [2020-05-18T17:57:07.298Z] libexpat1 set to automatically installed. [2020-05-18T17:57:07.298Z] libgdbm-compat4 set to automatically installed. [2020-05-18T17:57:07.298Z] libgdbm5 set to automatically installed. [2020-05-18T17:57:07.298Z] libperl5.26 set to automatically installed. [2020-05-18T17:57:07.298Z] libssl1.0.0 set to automatically installed. [2020-05-18T17:57:07.298Z] libx11-6 set to automatically installed. [2020-05-18T17:57:07.298Z] libx11-data set to automatically installed. [2020-05-18T17:57:07.298Z] libxau6 set to automatically installed. [2020-05-18T17:57:07.298Z] libxcb1 set to automatically installed. [2020-05-18T17:57:07.298Z] libxdmcp6 set to automatically installed. [2020-05-18T17:57:07.298Z] libxext6 set to automatically installed. [2020-05-18T17:57:07.298Z] libxmuu1 set to automatically installed. [2020-05-18T17:57:07.298Z] make set to automatically installed. [2020-05-18T17:57:07.298Z] netbase set to automatically installed. [2020-05-18T17:57:07.298Z] openssh-client set to automatically installed. [2020-05-18T17:57:07.298Z] patch set to automatically installed. [2020-05-18T17:57:07.298Z] perl set to automatically installed. [2020-05-18T17:57:07.298Z] perl-modules-5.26 set to automatically installed. [2020-05-18T17:57:07.298Z] xauth set to automatically installed. [2020-05-18T17:57:07.298Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-05-18T17:57:07.298Z] Please ensure the environment is properly setup before continuing. [2020-05-18T17:57:07.298Z] Ignore this message if the appropriate measures have already been taken [2020-05-18T17:57:07.298Z] Pulling go [2020-05-18T17:57:08.236Z] 'device-mqtt' has dependencies that need to be staged: go [2020-05-18T17:57:08.236Z] Skipping pull go (already ran) [2020-05-18T17:57:08.236Z] Building go [2020-05-18T17:57:08.236Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-05-18T17:57:08.236Z] Dload Upload Total Spent Left Speed [2020-05-18T17:57:09.741Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 46 114M 46 52.9M 0 0 66.0M 0 0:00:01 --:--:-- 0:00:01 65.9M 100 114M 100 114M 0 0 81.4M 0 0:00:01 0:00:01 --:--:-- 81.4M [2020-05-18T17:57:10.308Z] go1.13.5.linux-amd64.tar.gz: OK [2020-05-18T17:57:56.982Z] Staging go [2020-05-18T17:58:05.096Z] Pulling device-mqtt [2020-05-18T17:58:06.037Z] Skipping build go (already ran) [2020-05-18T17:58:06.037Z] Building device-mqtt [2020-05-18T17:58:07.451Z] 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-05-18T17:58:34.030Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-05-18T17:58:34.030Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-05-18T17:58:34.030Z] go: downloading github.com/spf13/cast v1.3.0 [2020-05-18T17:58:34.030Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-05-18T17:58:34.030Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-05-18T17:59:00.580Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-05-18T17:59:00.580Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-05-18T17:59:00.580Z] go: extracting github.com/spf13/cast v1.3.0 [2020-05-18T17:59:00.580Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-05-18T17:59:00.580Z] go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-05-18T17:59:00.580Z] go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-05-18T17:59:00.580Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-05-18T17:59:00.580Z] go: downloading github.com/google/uuid v1.1.1 [2020-05-18T17:59:00.580Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-05-18T17:59:00.580Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-05-18T17:59:00.580Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-05-18T17:59:00.580Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-05-18T17:59:00.580Z] go: extracting github.com/google/uuid v1.1.1 [2020-05-18T17:59:00.580Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-05-18T17:59:00.580Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-05-18T17:59:00.580Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-05-18T17:59:00.580Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-05-18T17:59:00.580Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-05-18T17:59:00.580Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-05-18T17:59:00.580Z] go: downloading github.com/pkg/errors v0.8.1 [2020-05-18T17:59:00.580Z] go: downloading github.com/x448/float16 v0.8.4 [2020-05-18T17:59:00.841Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-05-18T17:59:00.841Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-05-18T17:59:00.841Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-05-18T17:59:00.841Z] go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-05-18T17:59:00.841Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-05-18T17:59:00.841Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-05-18T17:59:01.422Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-05-18T17:59:01.422Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-05-18T17:59:01.422Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-05-18T17:59:01.422Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-05-18T17:59:01.422Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-05-18T17:59:02.372Z] go: extracting github.com/x448/float16 v0.8.4 [2020-05-18T17:59:02.372Z] go: extracting github.com/pkg/errors v0.8.1 [2020-05-18T17:59:02.372Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-05-18T17:59:02.372Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-05-18T17:59:02.372Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-05-18T17:59:02.372Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-05-18T17:59:04.943Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-05-18T17:59:05.206Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-05-18T17:59:05.206Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-05-18T17:59:05.206Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-05-18T17:59:05.206Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-05-18T17:59:05.206Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-05-18T17:59:06.156Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-05-18T17:59:06.156Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-05-18T17:59:06.156Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-05-18T17:59:06.156Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-05-18T17:59:06.432Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-05-18T17:59:06.432Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-05-18T17:59:06.432Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-05-18T17:59:06.432Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-05-18T17:59:06.432Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-05-18T17:59:06.432Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-05-18T17:59:06.432Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-05-18T17:59:06.432Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-05-18T17:59:06.690Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-05-18T17:59:06.690Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-05-18T17:59:06.690Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-05-18T17:59:06.690Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-05-18T17:59:06.690Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-05-18T17:59:06.690Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-05-18T17:59:06.690Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-05-18T17:59:06.690Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-05-18T17:59:06.690Z] go: finding github.com/spf13/cast v1.3.0 [2020-05-18T17:59:06.690Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-05-18T17:59:06.690Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-05-18T17:59:08.066Z] go: finding github.com/gorilla/mux v1.7.1 [2020-05-18T17:59:08.066Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-05-18T17:59:08.066Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-05-18T17:59:08.066Z] go: finding github.com/go-kit/kit v0.8.0 [2020-05-18T17:59:08.066Z] go: finding github.com/google/uuid v1.1.1 [2020-05-18T17:59:08.066Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-05-18T17:59:08.066Z] go: finding github.com/x448/float16 v0.8.4 [2020-05-18T17:59:08.066Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-05-18T17:59:08.066Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-05-18T17:59:08.066Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-05-18T17:59:08.640Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-05-18T17:59:08.640Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-05-18T17:59:08.898Z] go: finding github.com/pkg/errors v0.8.1 [2020-05-18T17:59:08.898Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-05-18T17:59:08.898Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-05-18T17:59:08.898Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-05-18T17:59:08.898Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-05-18T17:59:09.166Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-05-18T17:59:09.166Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-05-18T17:59:09.166Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-05-18T17:59:09.166Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-05-18T17:59:09.166Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-05-18T17:59:09.166Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-05-18T17:59:09.166Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-05-18T17:59:09.166Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-05-18T17:59:09.166Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-05-18T17:59:09.166Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-05-18T17:59:47.986Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-05-18T18:00:14.559Z] Skipping stage go (already ran) [2020-05-18T18:00:14.559Z] Staging device-mqtt [2020-05-18T18:00:14.559Z] Priming go [2020-05-18T18:00:14.559Z] Priming device-mqtt [2020-05-18T18:00:15.497Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-05-18T18:00:15.497Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-05-18T18:00:15.497Z] Determining the version from the project repo (version-script). [2020-05-18T18:00:15.497Z] The version has been set to '0.0.0-20200518+09b2ffd' [2020-05-18T18:00:16.090Z] Snapping 'edgex-device-mqtt' ... [2020-05-18T18:00:17.091Z] [2020-05-18T18:00:17.091Z] Snapped edgex-device-mqtt_0.0.0-20200518+09b2ffd_amd64.snap [Pipeline] } [2020-05-18T18:00:27.251Z] 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-05-18T18:00:47.369Z] provisioning config files... [2020-05-18T18:00:47.389Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-146@tmp/config1554048027983109062tmp [Pipeline] { [Pipeline] sh [2020-05-18T18:00:48.242Z] + curl -s https://codecov.io/bash [2020-05-18T18:00:48.242Z] + bash -s - -t @/w/workspace/gexfoundry_device-mqtt-go_PR-146@tmp/config1554048027983109062tmp [2020-05-18T18:00:48.513Z] [2020-05-18T18:00:48.513Z] _____ _ [2020-05-18T18:00:48.513Z] / ____| | | [2020-05-18T18:00:48.513Z] | | ___ __| | ___ ___ _____ __ [2020-05-18T18:00:48.513Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-05-18T18:00:48.513Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-05-18T18:00:48.513Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-05-18T18:00:48.513Z] Bash-20200430-d757c17 [2020-05-18T18:00:48.513Z] [2020-05-18T18:00:48.513Z] [2020-05-18T18:00:48.513Z] ==> Jenkins CI detected. [2020-05-18T18:00:48.513Z] project root: . [2020-05-18T18:00:48.513Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-05-18T18:00:48.773Z] ==> Running gcov in . (disable via -X gcov) [2020-05-18T18:00:48.773Z] ==> Python coveragepy not found [2020-05-18T18:00:48.773Z] ==> Searching for coverage reports in: [2020-05-18T18:00:48.773Z] + . [2020-05-18T18:00:48.773Z] -> Found 1 reports [2020-05-18T18:00:48.773Z] ==> Detecting git/mercurial file structure [2020-05-18T18:00:48.773Z] ==> Reading reports [2020-05-18T18:00:48.773Z] + ./coverage.out bytes=18214 [2020-05-18T18:00:48.773Z] ==> Appending adjustments [2020-05-18T18:00:48.773Z] https://docs.codecov.io/docs/fixing-reports [2020-05-18T18:00:48.773Z] + Found adjustments [2020-05-18T18:00:48.773Z] ==> Gzipping contents [2020-05-18T18:00:48.773Z] ==> Uploading reports [2020-05-18T18:00:48.773Z] url: https://codecov.io [2020-05-18T18:00:48.773Z] query: branch=PR-146&commit=09b2ffdda73b8175ff769048f464209047f75e56&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-146%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=146&job= [2020-05-18T18:00:48.773Z] -> Pinging Codecov [2020-05-18T18:00:48.773Z] https://codecov.io/upload/v4?package=bash-20200430-d757c17&token=secret&branch=PR-146&commit=09b2ffdda73b8175ff769048f464209047f75e56&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-146%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=146&job= [2020-05-18T18:00:49.350Z] -> Uploading [2020-05-18T18:00:49.931Z] -> View reports at https://codecov.io/github/edgexfoundry/device-mqtt-go/commit/09b2ffdda73b8175ff769048f464209047f75e56 [Pipeline] } [2020-05-18T18:00:50.049Z] 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-05-18T18:00:54.241Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-05-18T18:00:55.418Z] ---> package-listing.sh [2020-05-18T18:00:55.418Z] ++ tr '[:upper:]' '[:lower:]' [2020-05-18T18:00:55.418Z] ++ facter osfamily [2020-05-18T18:00:55.418Z] + OS_FAMILY=redhat [2020-05-18T18:00:55.418Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-146 [2020-05-18T18:00:55.418Z] + START_PACKAGES=/tmp/packages_start.txt [2020-05-18T18:00:55.418Z] + END_PACKAGES=/tmp/packages_end.txt [2020-05-18T18:00:55.418Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-05-18T18:00:55.418Z] + PACKAGES=/tmp/packages_start.txt [2020-05-18T18:00:55.418Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-146 ']' [2020-05-18T18:00:55.418Z] + PACKAGES=/tmp/packages_end.txt [2020-05-18T18:00:55.418Z] + case "${OS_FAMILY}" in [2020-05-18T18:00:55.418Z] + rpm -qa [2020-05-18T18:00:55.418Z] + sort [2020-05-18T18:01:07.734Z] + '[' -f /tmp/packages_start.txt ']' [2020-05-18T18:01:07.734Z] + '[' -f /tmp/packages_end.txt ']' [2020-05-18T18:01:07.734Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-05-18T18:01:07.734Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-146 ']' [2020-05-18T18:01:07.734Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-146/archives/ [2020-05-18T18:01:07.734Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-146/archives/ [Pipeline] isUnix [Pipeline] sh [2020-05-18T18:01:30.705Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-05-18T18:01:30.968Z] [2020-05-18T18:01:30.968Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-05-18T18:01:31.969Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-05-18T18:01:31.969Z] alpine: Pulling from edgex-lftools-log-publisher [2020-05-18T18:01:31.969Z] c9b1b535fdd9: Pulling fs layer [2020-05-18T18:01:31.969Z] 2cc5ad85d9ab: Pulling fs layer [2020-05-18T18:01:31.969Z] 756a868c4378: Pulling fs layer [2020-05-18T18:01:31.969Z] 444b2fc9a129: Pulling fs layer [2020-05-18T18:01:31.969Z] ea15f1150254: Pulling fs layer [2020-05-18T18:01:31.969Z] 41b27a9f41bf: Pulling fs layer [2020-05-18T18:01:31.969Z] 28c525ee5125: Pulling fs layer [2020-05-18T18:01:31.969Z] 094b1ea09ed8: Pulling fs layer [2020-05-18T18:01:31.969Z] 138eaada9080: Pulling fs layer [2020-05-18T18:01:31.969Z] 0622d0fa9048: Pulling fs layer [2020-05-18T18:01:31.969Z] 444b2fc9a129: Waiting [2020-05-18T18:01:31.969Z] ea15f1150254: Waiting [2020-05-18T18:01:31.969Z] 41b27a9f41bf: Waiting [2020-05-18T18:01:31.969Z] 28c525ee5125: Waiting [2020-05-18T18:01:31.969Z] 094b1ea09ed8: Waiting [2020-05-18T18:01:31.969Z] 138eaada9080: Waiting [2020-05-18T18:01:31.969Z] 0622d0fa9048: Waiting [2020-05-18T18:01:31.969Z] 2cc5ad85d9ab: Verifying Checksum [2020-05-18T18:01:31.969Z] 2cc5ad85d9ab: Download complete [2020-05-18T18:01:31.969Z] 444b2fc9a129: Verifying Checksum [2020-05-18T18:01:31.969Z] 444b2fc9a129: Download complete [2020-05-18T18:01:32.289Z] c9b1b535fdd9: Verifying Checksum [2020-05-18T18:01:32.289Z] c9b1b535fdd9: Download complete [2020-05-18T18:01:32.289Z] ea15f1150254: Verifying Checksum [2020-05-18T18:01:32.289Z] ea15f1150254: Download complete [2020-05-18T18:01:32.572Z] 28c525ee5125: Verifying Checksum [2020-05-18T18:01:32.572Z] 28c525ee5125: Download complete [2020-05-18T18:01:32.848Z] c9b1b535fdd9: Pull complete [2020-05-18T18:01:32.848Z] 756a868c4378: Verifying Checksum [2020-05-18T18:01:32.849Z] 756a868c4378: Download complete [2020-05-18T18:01:33.141Z] 138eaada9080: Verifying Checksum [2020-05-18T18:01:33.141Z] 138eaada9080: Download complete [2020-05-18T18:01:33.422Z] 0622d0fa9048: Verifying Checksum [2020-05-18T18:01:33.422Z] 0622d0fa9048: Download complete [2020-05-18T18:01:33.422Z] 094b1ea09ed8: Verifying Checksum [2020-05-18T18:01:33.422Z] 094b1ea09ed8: Download complete [2020-05-18T18:01:34.410Z] 41b27a9f41bf: Verifying Checksum [2020-05-18T18:01:34.410Z] 41b27a9f41bf: Download complete [2020-05-18T18:01:41.042Z] 2cc5ad85d9ab: Pull complete [2020-05-18T18:01:59.263Z] 756a868c4378: Pull complete [2020-05-18T18:01:59.263Z] 444b2fc9a129: Pull complete [2020-05-18T18:01:59.263Z] ea15f1150254: Pull complete [2020-05-18T18:02:17.807Z] 41b27a9f41bf: Pull complete [2020-05-18T18:02:17.807Z] 28c525ee5125: Pull complete [2020-05-18T18:02:28.006Z] 094b1ea09ed8: Pull complete [2020-05-18T18:02:28.006Z] 138eaada9080: Pull complete [2020-05-18T18:02:28.006Z] 0622d0fa9048: Pull complete [2020-05-18T18:02:28.410Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-05-18T18:02:28.410Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-05-18T18:02:28.973Z] prd-centos7-docker-4c-2g-8820 does not seem to be running inside a container [2020-05-18T18:02:29.060Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/gexfoundry_device-mqtt-go_PR-146 -v /w/workspace/gexfoundry_device-mqtt-go_PR-146:/w/workspace/gexfoundry_device-mqtt-go_PR-146:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-146@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-05-18T18:02:32.083Z] $ docker top 58068f648f04208b8095a45719149c7feae7f5b37411f505246116c52de99f78 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-05-18T18:02:49.713Z] provisioning config files... [2020-05-18T18:02:49.732Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-146@tmp/config710834742406192248tmp [Pipeline] { [Pipeline] echo [2020-05-18T18:02:49.949Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-05-18T18:02:50.655Z] ---> create-netrc.sh [Pipeline] echo [2020-05-18T18:02:51.544Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-05-18T18:02:52.691Z] ---> logs-deploy.sh [2020-05-18T18:02:52.692Z] + ARCHIVE_ARTIFACTS= [2020-05-18T18:02:52.692Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-05-18T18:02:52.692Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-05-18T18:02:52.692Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-05-18T18:02:52.692Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-146/1 [2020-05-18T18:02:52.692Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-mqtt-go/job/PR-146/1/ [2020-05-18T18:02:52.692Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-146/1 /w/workspace/gexfoundry_device-mqtt-go_PR-146 [2020-05-18T18:03:02.830Z] Archives upload complete. [2020-05-18T18:03:02.830Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-146/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-mqtt-go/job/PR-146/1/ [2020-05-18T18:03:03.416Z] ---> uname -a: [2020-05-18T18:03:03.416Z] Linux 58068f648f04 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 Linux [2020-05-18T18:03:03.416Z] [2020-05-18T18:03:03.416Z] [2020-05-18T18:03:03.416Z] ---> lscpu: [2020-05-18T18:03:03.416Z] Architecture: x86_64 [2020-05-18T18:03:03.416Z] CPU op-mode(s): 32-bit, 64-bit [2020-05-18T18:03:03.416Z] Byte Order: Little Endian [2020-05-18T18:03:03.416Z] Address sizes: 40 bits physical, 48 bits virtual [2020-05-18T18:03:03.416Z] CPU(s): 4 [2020-05-18T18:03:03.416Z] On-line CPU(s) list: 0-3 [2020-05-18T18:03:03.416Z] Thread(s) per core: 1 [2020-05-18T18:03:03.416Z] Core(s) per socket: 1 [2020-05-18T18:03:03.416Z] Socket(s): 4 [2020-05-18T18:03:03.416Z] NUMA node(s): 1 [2020-05-18T18:03:03.416Z] Vendor ID: GenuineIntel [2020-05-18T18:03:03.416Z] CPU family: 6 [2020-05-18T18:03:03.416Z] Model: 44 [2020-05-18T18:03:03.416Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-05-18T18:03:03.416Z] Stepping: 1 [2020-05-18T18:03:03.416Z] CPU MHz: 2933.438 [2020-05-18T18:03:03.416Z] BogoMIPS: 5866.87 [2020-05-18T18:03:03.416Z] Virtualization: VT-x [2020-05-18T18:03:03.416Z] Hypervisor vendor: KVM [2020-05-18T18:03:03.416Z] Virtualization type: full [2020-05-18T18:03:03.416Z] L1d cache: 128 KiB [2020-05-18T18:03:03.416Z] L1i cache: 128 KiB [2020-05-18T18:03:03.416Z] L2 cache: 16 MiB [2020-05-18T18:03:03.416Z] L3 cache: 64 MiB [2020-05-18T18:03:03.416Z] NUMA node0 CPU(s): 0-3 [2020-05-18T18:03:03.416Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX SMT disabled, L1D conditional cache flushes [2020-05-18T18:03:03.416Z] Vulnerability Meltdown: Mitigation; PTI [2020-05-18T18:03:03.416Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-05-18T18:03:03.416Z] Vulnerability Spectre v1: Mitigation; Load fences, __user pointer sanitization [2020-05-18T18:03:03.416Z] Vulnerability Spectre v2: Mitigation; Full retpoline [2020-05-18T18:03:03.416Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-05-18T18:03:03.416Z] [2020-05-18T18:03:03.416Z] [2020-05-18T18:03:03.416Z] ---> nproc: [2020-05-18T18:03:03.416Z] 4 [2020-05-18T18:03:03.416Z] [2020-05-18T18:03:03.416Z] [2020-05-18T18:03:03.416Z] ---> df -h: [2020-05-18T18:03:03.416Z] Filesystem Size Used Available Use% Mounted on [2020-05-18T18:03:03.416Z] overlay 50.0G 6.0G 44.0G 12% / [2020-05-18T18:03:03.416Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-05-18T18:03:03.416Z] tmpfs 919.1M 0 919.1M 0% /sys/fs/cgroup [2020-05-18T18:03:03.416Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-05-18T18:03:03.416Z] /dev/vda1 50.0G 6.0G 44.0G 12% /etc/resolv.conf [2020-05-18T18:03:03.416Z] /dev/vda1 50.0G 6.0G 44.0G 12% /etc/hostname [2020-05-18T18:03:03.416Z] /dev/vda1 50.0G 6.0G 44.0G 12% /etc/hosts [2020-05-18T18:03:03.416Z] /dev/vda1 50.0G 6.0G 44.0G 12% /w/workspace/gexfoundry_device-mqtt-go_PR-146 [2020-05-18T18:03:03.416Z] /dev/vda1 50.0G 6.0G 44.0G 12% /w/workspace/gexfoundry_device-mqtt-go_PR-146@tmp [2020-05-18T18:03:03.416Z] /dev/vda1 50.0G 6.0G 44.0G 12% /var/log/sa [2020-05-18T18:03:03.416Z] [2020-05-18T18:03:03.416Z]