Pull request #153 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 jamesrgregg for edgexfoundry/device-mqtt-go Obtained Jenkinsfile from 50e33cb2b46c045d80a0cb2ee24d1baea883fe93+f040f91db28658e22aee59e3eddee7a4993b8cd8 (ad21afe3936a113bdfb5e766e2decfccbb3e735b) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 370697454611dc68c0596e0d0a50477a8de841a8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-153/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, goVersion:1.13, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-mqtt-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: true [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3384’ is offline Running on prd-centos7-docker-4c-2g-3387 in /w/workspace/gexfoundry_device-mqtt-go_PR-153 [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-153 # 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/153/head:refs/remotes/origin/PR-153 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit f040f91db28658e22aee59e3eddee7a4993b8cd8 into PR head commit 50e33cb2b46c045d80a0cb2ee24d1baea883fe93 Merge succeeded, producing 50e33cb2b46c045d80a0cb2ee24d1baea883fe93 Checking out Revision 50e33cb2b46c045d80a0cb2ee24d1baea883fe93 (PR-153) > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/153/head:refs/remotes/origin/PR-153 # 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/153/head:refs/remotes/origin/PR-153 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 50e33cb2b46c045d80a0cb2ee24d1baea883fe93 # 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 f040f91db28658e22aee59e3eddee7a4993b8cd8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 50e33cb2b46c045d80a0cb2ee24d1baea883fe93 # timeout=10 Commit message: "docs: Add standard PR template" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-17T18:44:27.652Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-17T18:44:27.849Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-17T18:44:27.959Z] ========================================================= [2020-06-17T18:44:27.959Z] EdgeX Global Pipelines Version Info [2020-06-17T18:44:27.959Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-17T18:44:30.211Z] ------------------- [2020-06-17T18:44:30.211Z] stable info: [2020-06-17T18:44:30.211Z] ------------------- [2020-06-17T18:44:30.211Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-17T18:44:30.211Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-17T18:44:30.211Z] Message: update stable to v1.0.89 [2020-06-17T18:44:31.191Z] ------------------- [2020-06-17T18:44:31.191Z] experimental info: [2020-06-17T18:44:31.191Z] ------------------- [2020-06-17T18:44:31.191Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-17T18:44:31.191Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-17T18:44:31.191Z] Message: update experimental to v1.0.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-06-17T18:44:32.900Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-17T18:44:33.179Z] [2020-06-17T18:44:33.179Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-17T18:44:33.566Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-17T18:44:33.833Z] latest: Pulling from edgex-devops/git-semver [2020-06-17T18:44:33.833Z] 9123ac7c32f7: Pulling fs layer [2020-06-17T18:44:33.833Z] b8cc5d1170e3: Pulling fs layer [2020-06-17T18:44:33.833Z] 2924cbbf6a41: Pulling fs layer [2020-06-17T18:44:33.833Z] 93b08a4f1073: Pulling fs layer [2020-06-17T18:44:33.833Z] b8cc5d1170e3: Verifying Checksum [2020-06-17T18:44:33.833Z] b8cc5d1170e3: Download complete [2020-06-17T18:44:33.833Z] 9123ac7c32f7: Verifying Checksum [2020-06-17T18:44:33.833Z] 9123ac7c32f7: Download complete [2020-06-17T18:44:33.833Z] 93b08a4f1073: Verifying Checksum [2020-06-17T18:44:33.833Z] 93b08a4f1073: Download complete [2020-06-17T18:44:33.833Z] 2924cbbf6a41: Verifying Checksum [2020-06-17T18:44:33.833Z] 2924cbbf6a41: Download complete [2020-06-17T18:44:34.103Z] 9123ac7c32f7: Pull complete [2020-06-17T18:44:34.375Z] b8cc5d1170e3: Pull complete [2020-06-17T18:44:35.349Z] 2924cbbf6a41: Pull complete [2020-06-17T18:44:35.623Z] 93b08a4f1073: Pull complete [2020-06-17T18:44:35.623Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-17T18:44:35.623Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-17T18:44:35.623Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-17T18:44:35.851Z] prd-centos7-docker-4c-2g-3387 does not seem to be running inside a container [2020-06-17T18:44:36.050Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-153 -v /w/workspace/gexfoundry_device-mqtt-go_PR-153:/w/workspace/gexfoundry_device-mqtt-go_PR-153:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-153@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-153@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-17T18:44:38.024Z] $ docker top a00909333de70e7d4683b77fddf7ed4611ef4ff08b7b59021671112e7f3490e2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-17T18:44:38.305Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-17T18:44:38.306Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-17T18:44:38.547Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-17T18:44:38.557Z] $ docker exec a00909333de70e7d4683b77fddf7ed4611ef4ff08b7b59021671112e7f3490e2 ssh-agent [2020-06-17T18:44:38.750Z] SSH_AUTH_SOCK=/tmp/ssh-j55zMYIKCiS2/agent.13 [2020-06-17T18:44:38.750Z] SSH_AGENT_PID=18 [2020-06-17T18:44:38.763Z] Running ssh-add (command line suppressed) [2020-06-17T18:44:38.911Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-153@tmp/private_key_3343404000951228917.key (/w/workspace/gexfoundry_device-mqtt-go_PR-153@tmp/private_key_3343404000951228917.key) [2020-06-17T18:44:38.978Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-17T18:44:39.351Z] + git describe --exact-match --tags HEAD [2020-06-17T18:44:39.351Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-17T18:44:39.618Z] $ docker exec --env ******** --env ******** a00909333de70e7d4683b77fddf7ed4611ef4ff08b7b59021671112e7f3490e2 ssh-agent -k [2020-06-17T18:44:39.824Z] unset SSH_AUTH_SOCK; [2020-06-17T18:44:39.825Z] unset SSH_AGENT_PID; [2020-06-17T18:44:39.825Z] echo Agent pid 18 killed; [2020-06-17T18:44:39.877Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-17T18:44:39.977Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-17T18:44:39.977Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-17T18:44:40.038Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-17T18:44:40.038Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-17T18:44:40.278Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-17T18:44:40.284Z] $ docker exec a00909333de70e7d4683b77fddf7ed4611ef4ff08b7b59021671112e7f3490e2 ssh-agent [2020-06-17T18:44:40.493Z] SSH_AUTH_SOCK=/tmp/ssh-gfLTji0a81Qx/agent.47 [2020-06-17T18:44:40.493Z] SSH_AGENT_PID=52 [2020-06-17T18:44:40.500Z] Running ssh-add (command line suppressed) [2020-06-17T18:44:40.642Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-153@tmp/private_key_8523079690748075359.key (/w/workspace/gexfoundry_device-mqtt-go_PR-153@tmp/private_key_8523079690748075359.key) [2020-06-17T18:44:40.698Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-17T18:44:41.050Z] + git semver init [2020-06-17T18:44:41.050Z] # -> Open(): unable to determine branch for HEAD [2020-06-17T18:44:41.050Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-153/.git [2020-06-17T18:44:41.050Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-153 [2020-06-17T18:44:41.050Z] # $SEMVER_REMOTE_NAME = origin [2020-06-17T18:44:41.050Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-17T18:44:41.050Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-17T18:44:41.050Z] # $SEMVER_BRANCH = PR-153 [2020-06-17T18:44:41.050Z] # $SEMVER_TEMP = /tmp/semver-885391039 [2020-06-17T18:44:41.050Z] # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP [2020-06-17T18:44:41.350Z] # '/tmp/semver-885391039' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-153/.semver' [2020-06-17T18:44:41.627Z] # -> Force: false [2020-06-17T18:44:41.627Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-153/.semver [Pipeline] } [2020-06-17T18:44:41.655Z] $ docker exec --env ******** --env ******** a00909333de70e7d4683b77fddf7ed4611ef4ff08b7b59021671112e7f3490e2 ssh-agent -k [2020-06-17T18:44:41.851Z] unset SSH_AUTH_SOCK; [2020-06-17T18:44:41.852Z] unset SSH_AGENT_PID; [2020-06-17T18:44:41.852Z] echo Agent pid 52 killed; [2020-06-17T18:44:41.927Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-17T18:44:42.470Z] + git semver [Pipeline] } [2020-06-17T18:44:42.506Z] $ docker stop --time=1 a00909333de70e7d4683b77fddf7ed4611ef4ff08b7b59021671112e7f3490e2 [2020-06-17T18:44:44.034Z] $ docker rm -f a00909333de70e7d4683b77fddf7ed4611ef4ff08b7b59021671112e7f3490e2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-17T18:44:44.994Z] Stashed 30 file(s) [Pipeline] echo [2020-06-17T18:44:45.012Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-06-17T18:45:00.365Z] Still waiting to schedule task [2020-06-17T18:45:00.366Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-06-17T18:45:00.384Z] Still waiting to schedule task [2020-06-17T18:45:00.384Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-06-17T18:46:34.249Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3388 in /w/workspace/gexfoundry_device-mqtt-go_PR-153 [Pipeline] { [Pipeline] ws [2020-06-17T18:46:34.302Z] Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout [2020-06-17T18:46:39.356Z] using credential edgex-jenkins-ssh [2020-06-17T18:46:39.393Z] Cloning the remote Git repository [2020-06-17T18:46:39.393Z] Cloning with configured refspecs honoured and without tags [2020-06-17T18:46:40.436Z] Fetching without tags [2020-06-17T18:46:39.427Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-17T18:46:39.536Z] > git init /w/workspace/device-mqtt-go/1 # timeout=10 [2020-06-17T18:46:39.610Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-17T18:46:39.610Z] > git --version # timeout=10 [2020-06-17T18:46:39.637Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-17T18:46:39.714Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/153/head:refs/remotes/origin/PR-153 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-17T18:46:40.325Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-06-17T18:46:40.343Z] > git config --add remote.origin.fetch +refs/pull/153/head:refs/remotes/origin/PR-153 # timeout=10 [2020-06-17T18:46:40.362Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-17T18:46:40.391Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-06-17T18:46:40.424Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-17T18:46:40.425Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-17T18:46:40.436Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/153/head:refs/remotes/origin/PR-153 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-17T18:46:40.956Z] Merging remotes/origin/master commit f040f91db28658e22aee59e3eddee7a4993b8cd8 into PR head commit 50e33cb2b46c045d80a0cb2ee24d1baea883fe93 [2020-06-17T18:46:41.181Z] Merge succeeded, producing 50e33cb2b46c045d80a0cb2ee24d1baea883fe93 [2020-06-17T18:46:41.181Z] Checking out Revision 50e33cb2b46c045d80a0cb2ee24d1baea883fe93 (PR-153) [2020-06-17T18:46:40.953Z] > git config core.sparsecheckout # timeout=10 [2020-06-17T18:46:40.984Z] > git checkout -f 50e33cb2b46c045d80a0cb2ee24d1baea883fe93 # timeout=10 [2020-06-17T18:46:41.068Z] > git remote # timeout=10 [2020-06-17T18:46:41.084Z] > git config --get remote.origin.url # timeout=10 [2020-06-17T18:46:41.101Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-17T18:46:41.111Z] > git merge f040f91db28658e22aee59e3eddee7a4993b8cd8 # timeout=10 [2020-06-17T18:46:41.137Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-06-17T18:46:41.167Z] > git config core.sparsecheckout # timeout=10 [2020-06-17T18:46:41.194Z] > git checkout -f 50e33cb2b46c045d80a0cb2ee24d1baea883fe93 # timeout=10 [2020-06-17T18:46:45.886Z] Commit message: "docs: Add standard PR template" [2020-06-17T18:46:45.931Z] > git --version # timeout=10 [2020-06-17T18:46:45.962Z] fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-17T18:46:47.284Z] ========================================================= [2020-06-17T18:46:47.284Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-17T18:46:47.284Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-17T18:46:48.479Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-06-17T18:46:49.102Z] Sending build context to Docker daemon 617.5kB [2020-06-17T18:46:49.102Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-17T18:46:49.102Z] Step 2/8 : FROM ${BASE} [2020-06-17T18:46:49.701Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-06-17T18:46:49.701Z] cde5963f3b93: Pulling fs layer [2020-06-17T18:46:49.701Z] 2a23fa8c16f7: Pulling fs layer [2020-06-17T18:46:49.701Z] 777b28850792: Pulling fs layer [2020-06-17T18:46:49.701Z] 8a11ddd9e578: Pulling fs layer [2020-06-17T18:46:49.701Z] 4cf88f913ddb: Pulling fs layer [2020-06-17T18:46:49.701Z] 1df406cf5192: Pulling fs layer [2020-06-17T18:46:49.701Z] cd6300453558: Pulling fs layer [2020-06-17T18:46:49.701Z] b9c365052c96: Pulling fs layer [2020-06-17T18:46:49.701Z] a2d8cc88f415: Pulling fs layer [2020-06-17T18:46:49.701Z] ea1d1ca13537: Pulling fs layer [2020-06-17T18:46:49.701Z] 3750a50a1c5e: Pulling fs layer [2020-06-17T18:46:49.701Z] 8a11ddd9e578: Waiting [2020-06-17T18:46:49.701Z] 4cf88f913ddb: Waiting [2020-06-17T18:46:49.701Z] 1df406cf5192: Waiting [2020-06-17T18:46:49.701Z] cd6300453558: Waiting [2020-06-17T18:46:49.701Z] b9c365052c96: Waiting [2020-06-17T18:46:49.701Z] a2d8cc88f415: Waiting [2020-06-17T18:46:49.701Z] ea1d1ca13537: Waiting [2020-06-17T18:46:49.701Z] 3750a50a1c5e: Waiting [2020-06-17T18:46:49.701Z] 777b28850792: Verifying Checksum [2020-06-17T18:46:49.701Z] 777b28850792: Download complete [2020-06-17T18:46:49.701Z] 2a23fa8c16f7: Verifying Checksum [2020-06-17T18:46:49.701Z] 2a23fa8c16f7: Download complete [2020-06-17T18:46:49.701Z] 4cf88f913ddb: Verifying Checksum [2020-06-17T18:46:49.701Z] 4cf88f913ddb: Download complete [2020-06-17T18:46:49.701Z] 1df406cf5192: Verifying Checksum [2020-06-17T18:46:49.701Z] 1df406cf5192: Download complete [2020-06-17T18:46:49.701Z] cde5963f3b93: Verifying Checksum [2020-06-17T18:46:49.701Z] cde5963f3b93: Download complete [2020-06-17T18:46:50.690Z] cde5963f3b93: Pull complete [2020-06-17T18:46:50.969Z] 2a23fa8c16f7: Pull complete [2020-06-17T18:46:51.568Z] 777b28850792: Pull complete [2020-06-17T18:46:53.005Z] cd6300453558: Verifying Checksum [2020-06-17T18:46:53.005Z] a2d8cc88f415: Verifying Checksum [2020-06-17T18:46:53.005Z] a2d8cc88f415: Download complete [2020-06-17T18:46:54.450Z] ea1d1ca13537: Verifying Checksum [2020-06-17T18:46:54.450Z] ea1d1ca13537: Download complete [2020-06-17T18:46:54.450Z] 3750a50a1c5e: Download complete [2020-06-17T18:46:55.428Z] b9c365052c96: Verifying Checksum [2020-06-17T18:46:55.428Z] b9c365052c96: Download complete [2020-06-17T18:46:55.428Z] 8a11ddd9e578: Verifying Checksum [2020-06-17T18:46:55.428Z] 8a11ddd9e578: Download complete [2020-06-17T18:47:07.826Z] 8a11ddd9e578: Pull complete [2020-06-17T18:47:07.826Z] 4cf88f913ddb: Pull complete [2020-06-17T18:47:07.826Z] 1df406cf5192: Pull complete [2020-06-17T18:47:12.144Z] cd6300453558: Pull complete [2020-06-17T18:47:16.455Z] b9c365052c96: Pull complete [2020-06-17T18:47:16.455Z] a2d8cc88f415: Pull complete [2020-06-17T18:47:18.434Z] ea1d1ca13537: Pull complete [2020-06-17T18:47:18.705Z] 3750a50a1c5e: Pull complete [2020-06-17T18:47:18.705Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-06-17T18:47:18.978Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-17T18:47:18.978Z] ---> 78745c68409d [2020-06-17T18:47:18.978Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-06-17T18:47:23.286Z] ---> Running in 50042c508816 [2020-06-17T18:47:23.884Z] Removing intermediate container 50042c508816 [2020-06-17T18:47:23.884Z] ---> f9721dc40dbf [2020-06-17T18:47:23.884Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-17T18:47:23.884Z] ---> Running in bc31c5599304 [2020-06-17T18:47:26.493Z] Removing intermediate container bc31c5599304 [2020-06-17T18:47:26.493Z] ---> 1a8f99fd14e3 [2020-06-17T18:47:26.493Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-06-17T18:47:26.778Z] ---> Running in eb8aec4a5ddc [2020-06-17T18:47:28.204Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-17T18:47:29.175Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-17T18:47:29.453Z] (1/18) Upgrading libgcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-17T18:47:29.731Z] (2/18) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) [2020-06-17T18:47:29.731Z] (3/18) Installing libmagic (5.37-r1) [2020-06-17T18:47:30.328Z] (4/18) Installing file (5.37-r1) [2020-06-17T18:47:30.328Z] (5/18) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) [2020-06-17T18:47:30.328Z] (6/18) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) [2020-06-17T18:47:30.328Z] (7/18) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-17T18:47:40.459Z] (8/18) Installing libc-dev (0.7.2-r0) [2020-06-17T18:47:40.459Z] (9/18) Installing g++ (9.2.0-r4) [2020-06-17T18:47:45.832Z] (10/18) Installing fortify-headers (1.1-r0) [2020-06-17T18:47:45.832Z] (11/18) Installing build-base (0.5-r1) [2020-06-17T18:47:46.104Z] (12/18) Installing openssh-keygen (8.1_p1-r0) [2020-06-17T18:47:46.104Z] (13/18) Installing libedit (20191211.3.1-r0) [2020-06-17T18:47:46.104Z] (14/18) Installing openssh-client (8.1_p1-r0) [2020-06-17T18:47:46.697Z] (15/18) Installing openssh-sftp-server (8.1_p1-r0) [2020-06-17T18:47:46.697Z] (16/18) Installing openssh-server-common (8.1_p1-r0) [2020-06-17T18:47:46.968Z] (17/18) Installing openssh-server (8.1_p1-r0) [2020-06-17T18:47:46.968Z] (18/18) Installing openssh (8.1_p1-r0) [2020-06-17T18:47:47.240Z] Executing busybox-1.31.1-r8.trigger [2020-06-17T18:47:47.240Z] OK: 203 MiB in 52 packages [2020-06-17T18:47:53.959Z] Removing intermediate container eb8aec4a5ddc [2020-06-17T18:47:53.959Z] ---> df87f014a1f4 [2020-06-17T18:47:53.959Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-06-17T18:47:53.959Z] ---> Running in 0c238b8ddc71 [2020-06-17T18:47:54.232Z] Removing intermediate container 0c238b8ddc71 [2020-06-17T18:47:54.232Z] ---> b40784ecbd8d [2020-06-17T18:47:54.232Z] Step 7/8 : COPY . . [2020-06-17T18:47:55.230Z] ---> aac7eb3c9aaf [2020-06-17T18:47:55.230Z] Step 8/8 : RUN go mod download [2020-06-17T18:47:55.230Z] ---> Running in 960e0bd49c6e [2020-06-17T18:47:57.855Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-17T18:47:57.855Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-17T18:47:57.855Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-17T18:47:57.855Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-17T18:47:57.855Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-17T18:47:57.855Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-17T18:47:57.855Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-17T18:47:57.855Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-17T18:47:57.855Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-17T18:47:57.855Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-17T18:47:57.855Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-17T18:47:57.855Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-17T18:47:57.855Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-17T18:47:57.855Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-17T18:47:57.855Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-17T18:47:57.855Z] go: finding github.com/fatih/color v1.7.0 [2020-06-17T18:47:57.855Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-17T18:47:57.855Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-17T18:47:57.855Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-17T18:47:57.855Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-17T18:47:57.855Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-17T18:47:57.855Z] go: finding github.com/google/uuid v1.1.1 [2020-06-17T18:47:57.855Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-17T18:47:57.855Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-17T18:47:57.855Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-17T18:47:57.855Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-17T18:47:57.855Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-17T18:47:57.855Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-17T18:47:57.855Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-17T18:47:57.855Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-17T18:47:57.855Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-17T18:47:57.855Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-17T18:47:57.855Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-17T18:47:57.855Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-17T18:47:58.125Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-17T18:47:58.125Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-17T18:47:58.125Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-17T18:47:58.125Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-17T18:47:58.125Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-17T18:47:58.125Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-17T18:47:58.125Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-17T18:47:58.125Z] go: finding github.com/kr/pretty v0.1.0 [2020-06-17T18:47:58.125Z] go: finding github.com/kr/pty v1.1.1 [2020-06-17T18:47:58.125Z] go: finding github.com/kr/text v0.1.0 [2020-06-17T18:47:58.125Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-17T18:47:58.125Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-17T18:47:58.125Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-17T18:47:58.125Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-17T18:47:58.125Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-17T18:47:58.125Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-17T18:47:58.125Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-17T18:47:58.125Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-17T18:47:58.125Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-17T18:47:58.125Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-17T18:47:58.125Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-17T18:47:58.125Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-17T18:47:58.125Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-17T18:47:58.125Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-17T18:47:58.125Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-17T18:47:58.125Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-17T18:47:58.395Z] go: finding github.com/posener/complete v1.1.1 [2020-06-17T18:47:58.395Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-17T18:47:58.395Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-17T18:47:58.395Z] go: finding github.com/spf13/cast v1.3.0 [2020-06-17T18:47:58.395Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-17T18:47:58.395Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-17T18:47:58.395Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-17T18:47:58.395Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-17T18:47:58.395Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-17T18:47:58.395Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-17T18:47:58.395Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-17T18:47:58.395Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-17T18:47:58.395Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-06-17T18:47:58.395Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-17T18:47:58.395Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-17T18:48:00.965Z] Running on prd-centos7-docker-4c-2g-3389 in /w/workspace/gexfoundry_device-mqtt-go_PR-153 [Pipeline] { [Pipeline] ws [2020-06-17T18:48:01.022Z] Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout [2020-06-17T18:48:07.488Z] using credential edgex-jenkins-ssh [2020-06-17T18:48:07.515Z] Cloning the remote Git repository [2020-06-17T18:48:07.515Z] Cloning with configured refspecs honoured and without tags [2020-06-17T18:48:07.549Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-17T18:48:07.620Z] > git init /w/workspace/device-mqtt-go/1 # timeout=10 [2020-06-17T18:48:07.672Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-17T18:48:07.672Z] > git --version # timeout=10 [2020-06-17T18:48:07.682Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-17T18:48:07.712Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/153/head:refs/remotes/origin/PR-153 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-17T18:48:08.322Z] Fetching without tags [2020-06-17T18:48:08.534Z] Removing intermediate container 960e0bd49c6e [2020-06-17T18:48:08.534Z] ---> c9fe529f9224 [2020-06-17T18:48:08.534Z] Successfully built c9fe529f9224 [2020-06-17T18:48:08.534Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [2020-06-17T18:48:08.706Z] Merging remotes/origin/master commit f040f91db28658e22aee59e3eddee7a4993b8cd8 into PR head commit 50e33cb2b46c045d80a0cb2ee24d1baea883fe93 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2020-06-17T18:48:08.801Z] Merge succeeded, producing 50e33cb2b46c045d80a0cb2ee24d1baea883fe93 [2020-06-17T18:48:08.801Z] Checking out Revision 50e33cb2b46c045d80a0cb2ee24d1baea883fe93 (PR-153) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-17T18:48:09.248Z] + docker inspect -f . ci-base-image-arm64 [2020-06-17T18:48:09.248Z] . [Pipeline] withDockerContainer [2020-06-17T18:48:08.283Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-06-17T18:48:08.290Z] > git config --add remote.origin.fetch +refs/pull/153/head:refs/remotes/origin/PR-153 # timeout=10 [2020-06-17T18:48:08.298Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-17T18:48:08.314Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-06-17T18:48:08.328Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-17T18:48:08.329Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-17T18:48:08.334Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/153/head:refs/remotes/origin/PR-153 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-17T18:48:08.716Z] > git config core.sparsecheckout # timeout=10 [2020-06-17T18:48:08.723Z] > git checkout -f 50e33cb2b46c045d80a0cb2ee24d1baea883fe93 # timeout=10 [2020-06-17T18:48:08.756Z] > git remote # timeout=10 [2020-06-17T18:48:08.766Z] > git config --get remote.origin.url # timeout=10 [2020-06-17T18:48:08.773Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-17T18:48:08.778Z] > git merge f040f91db28658e22aee59e3eddee7a4993b8cd8 # timeout=10 [2020-06-17T18:48:08.789Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-06-17T18:48:08.806Z] > git config core.sparsecheckout # timeout=10 [2020-06-17T18:48:08.839Z] > git checkout -f 50e33cb2b46c045d80a0cb2ee24d1baea883fe93 # timeout=10 [2020-06-17T18:48:09.530Z] prd-ubuntu18.04-docker-arm64-4c-16g-3388 does not seem to be running inside a container [2020-06-17T18:48:09.584Z] $ 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 ******** ci-base-image-arm64 cat [2020-06-17T18:48:11.404Z] $ docker top 7e06915c67b6794de16555dec2db51c399df05af9dab75b47fda3f3cf33aee47 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-17T18:48:12.792Z] + go version [2020-06-17T18:48:12.792Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-06-17T18:48:13.003Z] Commit message: "docs: Add standard PR template" [2020-06-17T18:48:13.058Z] > git --version # timeout=10 [2020-06-17T18:48:13.133Z] fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-06-17T18:48:13.853Z] + make test [2020-06-17T18:48:13.853Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [Pipeline] echo [2020-06-17T18:48:14.572Z] ========================================================= [2020-06-17T18:48:14.572Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-06-17T18:48:14.572Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-17T18:48:14.837Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-06-17T18:48:15.974Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-06-17T18:48:16.249Z] Sending build context to Docker daemon 617.5kB [2020-06-17T18:48:16.249Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-17T18:48:16.249Z] Step 2/8 : FROM ${BASE} [2020-06-17T18:48:16.569Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-06-17T18:48:16.569Z] e6b0cf9c0882: Pulling fs layer [2020-06-17T18:48:16.569Z] 2848faf0eed1: Pulling fs layer [2020-06-17T18:48:16.569Z] 0f37312ad70f: Pulling fs layer [2020-06-17T18:48:16.569Z] 5788d62ee057: Pulling fs layer [2020-06-17T18:48:16.569Z] 0e6b1d234666: Pulling fs layer [2020-06-17T18:48:16.569Z] bf5d7aec512f: Pulling fs layer [2020-06-17T18:48:16.569Z] 34c802a77dc8: Pulling fs layer [2020-06-17T18:48:16.569Z] 9eb99e56ec68: Pulling fs layer [2020-06-17T18:48:16.569Z] 27c7a5d97fbd: Pulling fs layer [2020-06-17T18:48:16.569Z] 5c102a31e300: Pulling fs layer [2020-06-17T18:48:16.569Z] dcfb455df0a1: Pulling fs layer [2020-06-17T18:48:16.569Z] 34c802a77dc8: Waiting [2020-06-17T18:48:16.569Z] 9eb99e56ec68: Waiting [2020-06-17T18:48:16.569Z] 5788d62ee057: Waiting [2020-06-17T18:48:16.569Z] 0e6b1d234666: Waiting [2020-06-17T18:48:16.569Z] bf5d7aec512f: Waiting [2020-06-17T18:48:16.569Z] 27c7a5d97fbd: Waiting [2020-06-17T18:48:16.569Z] 5c102a31e300: Waiting [2020-06-17T18:48:16.569Z] dcfb455df0a1: Waiting [2020-06-17T18:48:16.569Z] 0f37312ad70f: Verifying Checksum [2020-06-17T18:48:16.569Z] 0f37312ad70f: Download complete [2020-06-17T18:48:16.569Z] 2848faf0eed1: Download complete [2020-06-17T18:48:16.569Z] 0e6b1d234666: Verifying Checksum [2020-06-17T18:48:16.569Z] 0e6b1d234666: Download complete [2020-06-17T18:48:16.569Z] bf5d7aec512f: Verifying Checksum [2020-06-17T18:48:16.569Z] bf5d7aec512f: Download complete [2020-06-17T18:48:16.569Z] e6b0cf9c0882: Download complete [2020-06-17T18:48:17.745Z] e6b0cf9c0882: Pull complete [2020-06-17T18:48:18.515Z] 2848faf0eed1: Pull complete [2020-06-17T18:48:19.257Z] 34c802a77dc8: Verifying Checksum [2020-06-17T18:48:19.257Z] 34c802a77dc8: Download complete [2020-06-17T18:48:19.257Z] 27c7a5d97fbd: Verifying Checksum [2020-06-17T18:48:19.257Z] 27c7a5d97fbd: Download complete [2020-06-17T18:48:19.543Z] 0f37312ad70f: Pull complete [2020-06-17T18:48:19.861Z] 5c102a31e300: Verifying Checksum [2020-06-17T18:48:19.861Z] 5c102a31e300: Download complete [2020-06-17T18:48:21.341Z] 9eb99e56ec68: Verifying Checksum [2020-06-17T18:48:21.341Z] 9eb99e56ec68: Download complete [2020-06-17T18:48:21.341Z] dcfb455df0a1: Verifying Checksum [2020-06-17T18:48:21.341Z] dcfb455df0a1: Download complete [2020-06-17T18:48:21.970Z] 5788d62ee057: Verifying Checksum [2020-06-17T18:48:21.970Z] 5788d62ee057: Download complete [2020-06-17T18:48:37.172Z] 5788d62ee057: Pull complete [2020-06-17T18:48:37.172Z] 0e6b1d234666: Pull complete [2020-06-17T18:48:37.172Z] bf5d7aec512f: Pull complete [2020-06-17T18:48:40.822Z] 34c802a77dc8: Pull complete [2020-06-17T18:48:46.674Z] 9eb99e56ec68: Pull complete [2020-06-17T18:48:46.674Z] 27c7a5d97fbd: Pull complete [2020-06-17T18:48:47.270Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-06-17T18:48:47.270Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.025s coverage: 28.3% of statements [2020-06-17T18:48:47.270Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-06-17T18:48:47.270Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-17T18:48:48.170Z] 5c102a31e300: Pull complete [2020-06-17T18:48:48.442Z] dcfb455df0a1: Pull complete [2020-06-17T18:48:48.442Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-06-17T18:48:48.772Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-06-17T18:48:48.772Z] ---> 7c70fe431013 [2020-06-17T18:48:48.772Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-06-17T18:48:50.224Z] ---> Running in e9a1c981c81d [2020-06-17T18:48:50.224Z] Removing intermediate container e9a1c981c81d [2020-06-17T18:48:50.224Z] ---> 5d3624d5d863 [2020-06-17T18:48:50.224Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-17T18:48:50.537Z] ---> Running in 8786425821a9 [2020-06-17T18:48:52.022Z] Removing intermediate container 8786425821a9 [2020-06-17T18:48:52.022Z] ---> 4cd8f3baab07 [2020-06-17T18:48:52.022Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-06-17T18:48:52.299Z] ---> Running in 211ff7d57d6d [2020-06-17T18:48:52.896Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-17T18:48:53.944Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-17T18:48:53.989Z] gofmt -l . [2020-06-17T18:48:53.989Z] ["`gofmt -l .`" = ""] [2020-06-17T18:48:53.989Z] ./bin/test-attribution-txt.sh [2020-06-17T18:48:53.989Z] ./bin/test-go-mod-tidy.sh [2020-06-17T18:48:54.538Z] (1/17) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) [Pipeline] stash [2020-06-17T18:48:54.882Z] (2/17) Installing libmagic (5.37-r1) [2020-06-17T18:48:54.882Z] (3/17) Installing file (5.37-r1) [2020-06-17T18:48:55.015Z] Stashed 1 file(s) [Pipeline] } [2020-06-17T18:48:55.008Z] $ docker stop --time=1 7e06915c67b6794de16555dec2db51c399df05af9dab75b47fda3f3cf33aee47 [2020-06-17T18:48:55.174Z] (4/17) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) [2020-06-17T18:48:55.174Z] (5/17) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) [2020-06-17T18:48:55.174Z] (6/17) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-17T18:48:57.102Z] $ docker rm -f 7e06915c67b6794de16555dec2db51c399df05af9dab75b47fda3f3cf33aee47 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-17T18:48:58.872Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-17T18:48:59.220Z] + ls -al . [2020-06-17T18:48:59.220Z] total 136 [2020-06-17T18:48:59.220Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 17 18:48 . [2020-06-17T18:48:59.220Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 17 18:46 .. [2020-06-17T18:48:59.220Z] -rw-rw-r-- 1 jenkins jenkins 140 Jun 17 18:46 .dockerignore [2020-06-17T18:48:59.220Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 17 18:46 .git [2020-06-17T18:48:59.220Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 17 18:46 .github [2020-06-17T18:48:59.220Z] -rw-rw-r-- 1 jenkins jenkins 328 Jun 17 18:46 .gitignore [2020-06-17T18:48:59.220Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 17 18:46 .semver [2020-06-17T18:48:59.220Z] -rw-rw-r-- 1 jenkins jenkins 4678 Jun 17 18:46 Attribution.txt [2020-06-17T18:48:59.220Z] -rw-rw-r-- 1 jenkins jenkins 1776 Jun 17 18:46 Dockerfile [2020-06-17T18:48:59.220Z] -rw-rw-r-- 1 jenkins jenkins 953 Jun 17 18:46 Dockerfile.build [2020-06-17T18:48:59.220Z] -rw-rw-r-- 1 jenkins jenkins 700 Jun 17 18:46 Jenkinsfile [2020-06-17T18:48:59.220Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jun 17 18:46 LICENSE [2020-06-17T18:48:59.220Z] -rw-rw-r-- 1 jenkins jenkins 902 Jun 17 18:46 Makefile [2020-06-17T18:48:59.220Z] -rw-rw-r-- 1 jenkins jenkins 444 Jun 17 18:46 README.md [2020-06-17T18:48:59.220Z] -rw-rw-r-- 1 jenkins jenkins 5 Jun 17 18:44 VERSION [2020-06-17T18:48:59.220Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 17 18:46 bin [2020-06-17T18:48:59.220Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 17 18:46 cmd [2020-06-17T18:48:59.220Z] -rw-r--r-- 1 jenkins jenkins 18939 Jun 17 18:48 coverage.out [2020-06-17T18:48:59.220Z] -rw-r--r-- 1 jenkins jenkins 510 Jun 17 18:48 go.mod [2020-06-17T18:48:59.220Z] -rw-r--r-- 1 jenkins jenkins 13621 Jun 17 18:48 go.sum [2020-06-17T18:48:59.220Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 17 18:46 internal [2020-06-17T18:48:59.220Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 17 18:46 mock [2020-06-17T18:48:59.220Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 17 18:46 snap [2020-06-17T18:48:59.220Z] -rw-rw-r-- 1 jenkins jenkins 227 Jun 17 18:46 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-17T18:48:59.583Z] + 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=50e33cb2b46c045d80a0cb2ee24d1baea883fe93 --label arch=arm64 --label version=0.0.0 . [2020-06-17T18:48:59.855Z] Sending build context to Docker daemon 636.9kB [2020-06-17T18:48:59.855Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-06-17T18:48:59.855Z] Step 2/21 : FROM ${BASE} AS builder [2020-06-17T18:48:59.855Z] ---> c9fe529f9224 [2020-06-17T18:48:59.855Z] Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-06-17T18:49:00.127Z] ---> Running in 90c91d77d5fc [2020-06-17T18:49:00.721Z] Removing intermediate container 90c91d77d5fc [2020-06-17T18:49:00.721Z] ---> d893aa60bcd4 [2020-06-17T18:49:00.721Z] Step 4/21 : ARG ALPINE_PKG_EXTRA="" [2020-06-17T18:49:00.721Z] ---> Running in d47333e0a336 [2020-06-17T18:49:00.995Z] Removing intermediate container d47333e0a336 [2020-06-17T18:49:00.995Z] ---> 42573e6a3330 [2020-06-17T18:49:00.995Z] Step 5/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-17T18:49:01.267Z] ---> Running in 074b91a27c60 [2020-06-17T18:49:03.871Z] Removing intermediate container 074b91a27c60 [2020-06-17T18:49:03.871Z] ---> 260ed1882b12 [2020-06-17T18:49:03.871Z] Step 6/21 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-17T18:49:03.871Z] ---> Running in 7ede1b236b25 [2020-06-17T18:49:04.845Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-17T18:49:05.818Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-17T18:49:06.410Z] OK: 203 MiB in 52 packages [2020-06-17T18:49:07.384Z] Removing intermediate container 7ede1b236b25 [2020-06-17T18:49:07.384Z] ---> e56d50e1eccb [2020-06-17T18:49:07.384Z] Step 7/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-06-17T18:49:07.660Z] ---> Running in b25d1808975b [2020-06-17T18:49:08.252Z] Removing intermediate container b25d1808975b [2020-06-17T18:49:08.252Z] ---> 675cb5e33743 [2020-06-17T18:49:08.252Z] Step 8/21 : COPY . . [2020-06-17T18:49:09.228Z] ---> dd5dd925323c [2020-06-17T18:49:09.228Z] Step 9/21 : ARG MAKE='make build' [2020-06-17T18:49:09.228Z] ---> Running in a178bbabaa76 [2020-06-17T18:49:09.820Z] Removing intermediate container a178bbabaa76 [2020-06-17T18:49:09.820Z] ---> 0193867b66cc [2020-06-17T18:49:09.820Z] Step 10/21 : RUN $MAKE [2020-06-17T18:49:10.097Z] ---> Running in 319c7fc7790e [2020-06-17T18:49:10.305Z] (7/17) Installing libc-dev (0.7.2-r0) [2020-06-17T18:49:10.305Z] (8/17) Installing g++ (9.2.0-r4) [2020-06-17T18:49:11.527Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd [2020-06-17T18:49:20.753Z] (9/17) Installing fortify-headers (1.1-r0) [2020-06-17T18:49:20.754Z] (10/17) Installing build-base (0.5-r1) [2020-06-17T18:49:20.754Z] (11/17) Installing openssh-keygen (8.1_p1-r0) [2020-06-17T18:49:20.754Z] (12/17) Installing libedit (20191211.3.1-r0) [2020-06-17T18:49:20.754Z] (13/17) Installing openssh-client (8.1_p1-r0) [2020-06-17T18:49:20.754Z] (14/17) Installing openssh-sftp-server (8.1_p1-r0) [2020-06-17T18:49:20.754Z] (15/17) Installing openssh-server-common (8.1_p1-r0) [2020-06-17T18:49:20.754Z] (16/17) Installing openssh-server (8.1_p1-r0) [2020-06-17T18:49:20.754Z] (17/17) Installing openssh (8.1_p1-r0) [2020-06-17T18:49:20.754Z] Executing busybox-1.31.1-r8.trigger [2020-06-17T18:49:20.754Z] OK: 214 MiB in 52 packages [2020-06-17T18:49:25.056Z] Removing intermediate container 211ff7d57d6d [2020-06-17T18:49:25.056Z] ---> 6713aa42d983 [2020-06-17T18:49:25.056Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-06-17T18:49:25.056Z] ---> Running in 5787e0c10654 [2020-06-17T18:49:25.056Z] Removing intermediate container 5787e0c10654 [2020-06-17T18:49:25.056Z] ---> ae5bf80bea24 [2020-06-17T18:49:25.056Z] Step 7/8 : COPY . . [2020-06-17T18:49:25.648Z] ---> 3a2937cc27a1 [2020-06-17T18:49:25.648Z] Step 8/8 : RUN go mod download [2020-06-17T18:49:25.913Z] ---> Running in 2dccfb84aab7 [2020-06-17T18:49:28.025Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-17T18:49:28.025Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-17T18:49:28.318Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-17T18:49:28.318Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-17T18:49:28.318Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-17T18:49:28.318Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-17T18:49:28.318Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-17T18:49:28.318Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-17T18:49:28.318Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-17T18:49:28.318Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-17T18:49:28.318Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-17T18:49:28.318Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-17T18:49:28.318Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-17T18:49:28.318Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-17T18:49:28.318Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-17T18:49:28.318Z] go: finding github.com/fatih/color v1.7.0 [2020-06-17T18:49:28.318Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-17T18:49:28.318Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-17T18:49:28.318Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-17T18:49:28.318Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-17T18:49:28.318Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-17T18:49:28.318Z] go: finding github.com/google/uuid v1.1.1 [2020-06-17T18:49:28.318Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-17T18:49:28.318Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-17T18:49:28.318Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-17T18:49:28.318Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-17T18:49:28.318Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-17T18:49:28.318Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-17T18:49:28.318Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-17T18:49:28.318Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-17T18:49:28.601Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-17T18:49:28.601Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-17T18:49:28.601Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-17T18:49:28.601Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-17T18:49:28.601Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-17T18:49:28.601Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-17T18:49:28.601Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-17T18:49:28.601Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-17T18:49:28.601Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-17T18:49:28.601Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-17T18:49:28.601Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-17T18:49:28.601Z] go: finding github.com/kr/pretty v0.1.0 [2020-06-17T18:49:28.601Z] go: finding github.com/kr/pty v1.1.1 [2020-06-17T18:49:28.601Z] go: finding github.com/kr/text v0.1.0 [2020-06-17T18:49:28.601Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-17T18:49:28.601Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-17T18:49:28.601Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-17T18:49:28.601Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-17T18:49:28.601Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-17T18:49:28.601Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-17T18:49:28.601Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-17T18:49:28.601Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-17T18:49:28.601Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-17T18:49:28.601Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-17T18:49:28.601Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-17T18:49:28.601Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-17T18:49:28.601Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-17T18:49:28.601Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-17T18:49:28.601Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-17T18:49:28.601Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-17T18:49:28.877Z] go: finding github.com/posener/complete v1.1.1 [2020-06-17T18:49:28.877Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-17T18:49:28.877Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-17T18:49:28.877Z] go: finding github.com/spf13/cast v1.3.0 [2020-06-17T18:49:28.877Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-17T18:49:28.877Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-17T18:49:28.877Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-17T18:49:28.877Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-17T18:49:28.877Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-17T18:49:28.877Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-17T18:49:28.877Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-17T18:49:28.877Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-17T18:49:28.877Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-06-17T18:49:28.877Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-17T18:49:28.877Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-17T18:49:38.339Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-17T18:49:39.013Z] Removing intermediate container 2dccfb84aab7 [2020-06-17T18:49:39.013Z] ---> 16247b436388 [2020-06-17T18:49:39.013Z] Successfully built 16247b436388 [2020-06-17T18:49:39.013Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-17T18:49:39.995Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-17T18:49:39.995Z] . [Pipeline] withDockerContainer [2020-06-17T18:49:40.155Z] prd-centos7-docker-4c-2g-3389 does not seem to be running inside a container [2020-06-17T18:49:40.209Z] $ 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 ******** ci-base-image-x86_64 cat [2020-06-17T18:49:41.473Z] $ docker top 4daa714985d78f958cda823ae14463b4f896a3950235bf3c1ddde5bbe3d0d8b4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-17T18:49:42.269Z] + go version [2020-06-17T18:49:42.269Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-06-17T18:49:42.962Z] + make test [2020-06-17T18:49:42.962Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-06-17T18:49:45.703Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-06-17T18:49:46.625Z] Removing intermediate container 319c7fc7790e [2020-06-17T18:49:46.625Z] ---> 9f59b43e8775 [2020-06-17T18:49:46.625Z] Step 11/21 : FROM alpine [2020-06-17T18:49:46.625Z] latest: Pulling from library/alpine [2020-06-17T18:49:46.625Z] b538f80385f9: Pulling fs layer [2020-06-17T18:49:46.625Z] b538f80385f9: Verifying Checksum [2020-06-17T18:49:46.625Z] b538f80385f9: Download complete [2020-06-17T18:49:47.226Z] b538f80385f9: Pull complete [2020-06-17T18:49:47.226Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-17T18:49:47.226Z] Status: Downloaded newer image for alpine:latest [2020-06-17T18:49:47.226Z] ---> 62ee0e9f8440 [2020-06-17T18:49:47.226Z] Step 12/21 : ENV APP_PORT=49982 [2020-06-17T18:49:47.500Z] ---> Running in 428d23ecbfdf [2020-06-17T18:49:48.092Z] Removing intermediate container 428d23ecbfdf [2020-06-17T18:49:48.092Z] ---> 359380656598 [2020-06-17T18:49:48.092Z] Step 13/21 : EXPOSE $APP_PORT [2020-06-17T18:49:48.092Z] ---> Running in 66d64bc863ee [2020-06-17T18:49:48.686Z] Removing intermediate container 66d64bc863ee [2020-06-17T18:49:48.686Z] ---> da8f08c0476c [2020-06-17T18:49:48.686Z] Step 14/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-06-17T18:49:50.122Z] ---> 9a386115aebc [2020-06-17T18:49:50.122Z] Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-06-17T18:49:50.718Z] ---> b9c24fbcd421 [2020-06-17T18:49:50.718Z] Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-06-17T18:49:51.694Z] ---> 6f5bec7dd607 [2020-06-17T18:49:51.694Z] Step 17/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-06-17T18:49:51.694Z] ---> Running in 2fd967a56077 [2020-06-17T18:49:52.288Z] Removing intermediate container 2fd967a56077 [2020-06-17T18:49:52.288Z] ---> b1ec3f028932 [2020-06-17T18:49:52.288Z] Step 18/21 : ENTRYPOINT ["/device-mqtt","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-06-17T18:49:52.288Z] ---> Running in 319fa3b017c4 [2020-06-17T18:49:52.881Z] Removing intermediate container 319fa3b017c4 [2020-06-17T18:49:52.881Z] ---> fc49c57ac788 [2020-06-17T18:49:52.881Z] Step 19/21 : LABEL arch=arm64 [2020-06-17T18:49:53.153Z] ---> Running in 7efee424148c [2020-06-17T18:49:53.427Z] Removing intermediate container 7efee424148c [2020-06-17T18:49:53.427Z] ---> ab26f4d83183 [2020-06-17T18:49:53.427Z] Step 20/21 : LABEL git_sha=50e33cb2b46c045d80a0cb2ee24d1baea883fe93 [2020-06-17T18:49:53.700Z] ---> Running in b75862395366 [2020-06-17T18:49:54.294Z] Removing intermediate container b75862395366 [2020-06-17T18:49:54.294Z] ---> 1182b98a7e29 [2020-06-17T18:49:54.294Z] Step 21/21 : LABEL version=0.0.0 [2020-06-17T18:49:54.565Z] ---> Running in 1d85b1905125 [2020-06-17T18:49:54.836Z] Removing intermediate container 1d85b1905125 [2020-06-17T18:49:54.836Z] ---> 5437f1a884c2 [2020-06-17T18:49:54.836Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-17T18:49:54.836Z] Successfully built 5437f1a884c2 [2020-06-17T18:49:54.836Z] Successfully tagged docker-device-mqtt-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-17T18:49:56.085Z] + find /w/workspace/device-mqtt-go/1 [2020-06-17T18:49:56.085Z] + grep snapcraft.yaml [2020-06-17T18:49:56.085Z] + grep -Po ^name: \K(.*) /w/workspace/device-mqtt-go/1/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-17T18:49:56.260Z] provisioning config files... [2020-06-17T18:49:56.282Z] copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/1@tmp/config9170182808963442558tmp [Pipeline] { [Pipeline] sh [2020-06-17T18:49:56.669Z] + cp /w/workspace/device-mqtt-go/1@tmp/config9170182808963442558tmp /w/workspace/device-mqtt-go/1/edgex-snap-store-login [Pipeline] sh [2020-06-17T18:49:57.020Z] + 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-06-17T18:49:57.020Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-06-17T18:49:57.020Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-06-17T18:49:57.020Z] b2f61026a351: Pulling fs layer [2020-06-17T18:49:57.020Z] 5538fb30c42c: Pulling fs layer [2020-06-17T18:49:57.020Z] f0b05810781a: Pulling fs layer [2020-06-17T18:49:57.020Z] 0180a33352d6: Pulling fs layer [2020-06-17T18:49:57.020Z] e7604b0c0f53: Pulling fs layer [2020-06-17T18:49:57.020Z] db689cb83ae0: Pulling fs layer [2020-06-17T18:49:57.020Z] 6138af208834: Pulling fs layer [2020-06-17T18:49:57.020Z] 007c8e8c5d63: Pulling fs layer [2020-06-17T18:49:57.020Z] 4f7a387c642f: Pulling fs layer [2020-06-17T18:49:57.020Z] 0180a33352d6: Waiting [2020-06-17T18:49:57.020Z] db689cb83ae0: Waiting [2020-06-17T18:49:57.020Z] 6138af208834: Waiting [2020-06-17T18:49:57.020Z] e7604b0c0f53: Waiting [2020-06-17T18:49:57.020Z] 007c8e8c5d63: Waiting [2020-06-17T18:49:57.298Z] f0b05810781a: Verifying Checksum [2020-06-17T18:49:57.298Z] f0b05810781a: Download complete [2020-06-17T18:49:57.298Z] 5538fb30c42c: Verifying Checksum [2020-06-17T18:49:57.298Z] 5538fb30c42c: Download complete [2020-06-17T18:49:57.298Z] 0180a33352d6: Verifying Checksum [2020-06-17T18:49:57.298Z] 0180a33352d6: Download complete [2020-06-17T18:49:57.298Z] db689cb83ae0: Verifying Checksum [2020-06-17T18:49:57.298Z] db689cb83ae0: Download complete [2020-06-17T18:49:57.298Z] 6138af208834: Download complete [2020-06-17T18:49:57.298Z] 007c8e8c5d63: Download complete [2020-06-17T18:49:57.298Z] 4f7a387c642f: Verifying Checksum [2020-06-17T18:49:57.298Z] 4f7a387c642f: Download complete [2020-06-17T18:49:57.892Z] b2f61026a351: Verifying Checksum [2020-06-17T18:49:57.892Z] b2f61026a351: Download complete [2020-06-17T18:50:01.285Z] b2f61026a351: Pull complete [2020-06-17T18:50:01.285Z] 5538fb30c42c: Pull complete [2020-06-17T18:50:01.557Z] f0b05810781a: Pull complete [2020-06-17T18:50:01.833Z] 0180a33352d6: Pull complete [2020-06-17T18:50:04.442Z] e7604b0c0f53: Download complete [2020-06-17T18:50:04.611Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-06-17T18:50:05.676Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.054s coverage: 28.3% of statements [2020-06-17T18:50:05.676Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-06-17T18:50:05.676Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-17T18:50:11.186Z] gofmt -l . [2020-06-17T18:50:11.186Z] ["`gofmt -l .`" = ""] [2020-06-17T18:50:11.186Z] ./bin/test-attribution-txt.sh [2020-06-17T18:50:11.771Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-06-17T18:50:12.401Z] Warning: overwriting stash ‘coverage-report’ [2020-06-17T18:50:12.741Z] Stashed 1 file(s) [Pipeline] } [2020-06-17T18:50:12.756Z] $ docker stop --time=1 4daa714985d78f958cda823ae14463b4f896a3950235bf3c1ddde5bbe3d0d8b4 [2020-06-17T18:50:15.157Z] $ docker rm -f 4daa714985d78f958cda823ae14463b4f896a3950235bf3c1ddde5bbe3d0d8b4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-17T18:50:16.076Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-17T18:50:16.406Z] + ls -al . [2020-06-17T18:50:16.406Z] total 100 [2020-06-17T18:50:16.406Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jun 17 18:50 . [2020-06-17T18:50:16.406Z] drwxrwxr-x. 4 jenkins jenkins 28 Jun 17 18:48 .. [2020-06-17T18:50:16.406Z] -rw-rw-r--. 1 jenkins jenkins 4678 Jun 17 18:48 Attribution.txt [2020-06-17T18:50:16.406Z] drwxrwxr-x. 2 jenkins jenkins 87 Jun 17 18:48 bin [2020-06-17T18:50:16.406Z] drwxrwxr-x. 3 jenkins jenkins 32 Jun 17 18:48 cmd [2020-06-17T18:50:16.406Z] -rw-r--r--. 1 jenkins jenkins 18939 Jun 17 18:50 coverage.out [2020-06-17T18:50:16.406Z] -rw-rw-r--. 1 jenkins jenkins 1776 Jun 17 18:48 Dockerfile [2020-06-17T18:50:16.406Z] -rw-rw-r--. 1 jenkins jenkins 953 Jun 17 18:48 Dockerfile.build [2020-06-17T18:50:16.406Z] -rw-rw-r--. 1 jenkins jenkins 140 Jun 17 18:48 .dockerignore [2020-06-17T18:50:16.406Z] drwxrwxr-x. 8 jenkins jenkins 179 Jun 17 18:48 .git [2020-06-17T18:50:16.406Z] drwxrwxr-x. 2 jenkins jenkins 38 Jun 17 18:48 .github [2020-06-17T18:50:16.406Z] -rw-rw-r--. 1 jenkins jenkins 328 Jun 17 18:48 .gitignore [2020-06-17T18:50:16.406Z] -rw-r--r--. 1 jenkins jenkins 510 Jun 17 18:50 go.mod [2020-06-17T18:50:16.406Z] -rw-r--r--. 1 jenkins jenkins 13621 Jun 17 18:50 go.sum [2020-06-17T18:50:16.406Z] drwxrwxr-x. 3 jenkins jenkins 20 Jun 17 18:48 internal [2020-06-17T18:50:16.406Z] -rw-rw-r--. 1 jenkins jenkins 700 Jun 17 18:48 Jenkinsfile [2020-06-17T18:50:16.406Z] -rw-rw-r--. 1 jenkins jenkins 11340 Jun 17 18:48 LICENSE [2020-06-17T18:50:16.406Z] -rw-rw-r--. 1 jenkins jenkins 902 Jun 17 18:48 Makefile [2020-06-17T18:50:16.406Z] drwxrwxr-x. 2 jenkins jenkins 23 Jun 17 18:48 mock [2020-06-17T18:50:16.406Z] -rw-rw-r--. 1 jenkins jenkins 444 Jun 17 18:48 README.md [2020-06-17T18:50:16.406Z] drwxrwxr-x. 3 jenkins jenkins 58 Jun 17 18:48 .semver [2020-06-17T18:50:16.406Z] drwxrwxr-x. 4 jenkins jenkins 54 Jun 17 18:48 snap [2020-06-17T18:50:16.406Z] -rw-rw-r--. 1 jenkins jenkins 5 Jun 17 18:44 VERSION [2020-06-17T18:50:16.406Z] -rw-rw-r--. 1 jenkins jenkins 227 Jun 17 18:48 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-17T18:50:16.756Z] + 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=50e33cb2b46c045d80a0cb2ee24d1baea883fe93 --label arch=amd64 --label version=0.0.0 . [2020-06-17T18:50:17.031Z] Sending build context to Docker daemon 636.9kB [2020-06-17T18:50:17.031Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-06-17T18:50:17.031Z] Step 2/21 : FROM ${BASE} AS builder [2020-06-17T18:50:17.031Z] ---> 16247b436388 [2020-06-17T18:50:17.031Z] Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-06-17T18:50:17.031Z] ---> Running in 8228c9e65e48 [2020-06-17T18:50:17.296Z] Removing intermediate container 8228c9e65e48 [2020-06-17T18:50:17.296Z] ---> f3cd8562c905 [2020-06-17T18:50:17.296Z] Step 4/21 : ARG ALPINE_PKG_EXTRA="" [2020-06-17T18:50:17.560Z] ---> Running in d8e3b20286e7 [2020-06-17T18:50:17.560Z] Removing intermediate container d8e3b20286e7 [2020-06-17T18:50:17.560Z] ---> fbbe0986de1b [2020-06-17T18:50:17.560Z] Step 5/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-17T18:50:17.560Z] ---> Running in 31b2e66b0fda [2020-06-17T18:50:18.519Z] Removing intermediate container 31b2e66b0fda [2020-06-17T18:50:18.519Z] ---> 9a9e8e9595f6 [2020-06-17T18:50:18.519Z] Step 6/21 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-17T18:50:18.810Z] ---> Running in 9d3f36ea13bd [2020-06-17T18:50:19.415Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-17T18:50:19.994Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-17T18:50:20.584Z] OK: 214 MiB in 52 packages [2020-06-17T18:50:21.551Z] Removing intermediate container 9d3f36ea13bd [2020-06-17T18:50:21.551Z] ---> e324a997e3f5 [2020-06-17T18:50:21.551Z] Step 7/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-06-17T18:50:21.551Z] ---> Running in 48b27d4f85ed [2020-06-17T18:50:21.551Z] Removing intermediate container 48b27d4f85ed [2020-06-17T18:50:21.551Z] ---> 5aabd6e505df [2020-06-17T18:50:21.551Z] Step 8/21 : COPY . . [2020-06-17T18:50:22.520Z] ---> b8d05ed9d3e4 [2020-06-17T18:50:22.520Z] Step 9/21 : ARG MAKE='make build' [2020-06-17T18:50:22.520Z] ---> Running in 68a34ca66cc6 [2020-06-17T18:50:22.800Z] Removing intermediate container 68a34ca66cc6 [2020-06-17T18:50:22.800Z] ---> d28b6d92f7c1 [2020-06-17T18:50:22.800Z] Step 10/21 : RUN $MAKE [2020-06-17T18:50:22.800Z] ---> Running in 0cc5b0e700dc [2020-06-17T18:50:23.406Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd [2020-06-17T18:50:36.775Z] e7604b0c0f53: Pull complete [2020-06-17T18:50:36.775Z] db689cb83ae0: Pull complete [2020-06-17T18:50:36.775Z] 6138af208834: Pull complete [2020-06-17T18:50:36.775Z] 007c8e8c5d63: Pull complete [2020-06-17T18:50:36.775Z] 4f7a387c642f: Pull complete [2020-06-17T18:50:36.775Z] Digest: sha256:95de001a4645667c7ff44d03fa3a86afcf7622caf7559cdf0345329f515671b4 [2020-06-17T18:50:36.775Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-06-17T18:50:38.862Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-17T18:50:42.168Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-06-17T18:50:42.168Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-06-17T18:50:42.441Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-06-17T18:50:42.714Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-06-17T18:50:42.714Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1239 kB] [2020-06-17T18:50:43.321Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [880 kB] [2020-06-17T18:50:43.596Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1192 B] [2020-06-17T18:50:43.596Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3737 B] [2020-06-17T18:50:43.596Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] [2020-06-17T18:50:43.596Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [7827 B] [2020-06-17T18:50:43.596Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [756 kB] [2020-06-17T18:50:43.596Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [608 kB] [2020-06-17T18:50:44.196Z] Fetched 3756 kB in 3s (1490 kB/s) [2020-06-17T18:50:45.695Z] Removing intermediate container 0cc5b0e700dc [2020-06-17T18:50:45.695Z] ---> 170fdee12f64 [2020-06-17T18:50:45.695Z] Step 11/21 : FROM alpine [2020-06-17T18:50:45.695Z] latest: Pulling from library/alpine [2020-06-17T18:50:45.695Z] df20fa9351a1: Pulling fs layer [2020-06-17T18:50:45.695Z] df20fa9351a1: Verifying Checksum [2020-06-17T18:50:45.695Z] df20fa9351a1: Download complete [2020-06-17T18:50:45.695Z] df20fa9351a1: Pull complete [2020-06-17T18:50:45.695Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-17T18:50:45.695Z] Status: Downloaded newer image for alpine:latest [2020-06-17T18:50:45.695Z] ---> a24bb4013296 [2020-06-17T18:50:45.695Z] Step 12/21 : ENV APP_PORT=49982 [2020-06-17T18:50:45.965Z] ---> Running in 28ad5765f076 [2020-06-17T18:50:45.965Z] Removing intermediate container 28ad5765f076 [2020-06-17T18:50:45.965Z] ---> 96e8847d3094 [2020-06-17T18:50:45.965Z] Step 13/21 : EXPOSE $APP_PORT [2020-06-17T18:50:46.231Z] ---> Running in 08ff18ba1d79 [2020-06-17T18:50:46.231Z] Removing intermediate container 08ff18ba1d79 [2020-06-17T18:50:46.231Z] ---> 73805ffa9397 [2020-06-17T18:50:46.231Z] Step 14/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-06-17T18:50:47.192Z] ---> bd858a03d914 [2020-06-17T18:50:47.192Z] Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-06-17T18:50:47.458Z] ---> 442ce9cd5326 [2020-06-17T18:50:47.459Z] Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-06-17T18:50:47.750Z] ---> b1021685fed3 [2020-06-17T18:50:47.750Z] Step 17/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-06-17T18:50:47.750Z] ---> Running in aeac651a93e4 [2020-06-17T18:50:48.018Z] Removing intermediate container aeac651a93e4 [2020-06-17T18:50:48.018Z] ---> 2ae17f210b1e [2020-06-17T18:50:48.018Z] Step 18/21 : ENTRYPOINT ["/device-mqtt","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-06-17T18:50:48.018Z] ---> Running in c2c4de5b11fa [2020-06-17T18:50:48.285Z] Removing intermediate container c2c4de5b11fa [2020-06-17T18:50:48.285Z] ---> 0ca87f9a01b3 [2020-06-17T18:50:48.285Z] Step 19/21 : LABEL arch=amd64 [2020-06-17T18:50:48.285Z] ---> Running in aebe124a336c [2020-06-17T18:50:48.491Z] Reading package lists... [2020-06-17T18:50:48.573Z] Removing intermediate container aebe124a336c [2020-06-17T18:50:48.573Z] ---> d56be083e2d6 [2020-06-17T18:50:48.573Z] Step 20/21 : LABEL git_sha=50e33cb2b46c045d80a0cb2ee24d1baea883fe93 [2020-06-17T18:50:48.573Z] ---> Running in 371afeb757f1 [2020-06-17T18:50:48.840Z] Removing intermediate container 371afeb757f1 [2020-06-17T18:50:48.840Z] ---> ed99f51c7400 [2020-06-17T18:50:48.840Z] Step 21/21 : LABEL version=0.0.0 [2020-06-17T18:50:49.105Z] ---> Running in 24221e2c162b [2020-06-17T18:50:49.105Z] Removing intermediate container 24221e2c162b [2020-06-17T18:50:49.105Z] ---> 8e457473121a [2020-06-17T18:50:49.105Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-17T18:50:49.105Z] Successfully built 8e457473121a [2020-06-17T18:50:49.105Z] Successfully tagged docker-device-mqtt-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-17T18:50:50.002Z] ++ find /w/workspace/device-mqtt-go/1 [2020-06-17T18:50:50.002Z] ++ grep snapcraft.yaml [2020-06-17T18:50:50.002Z] + grep -Po '^name: \K(.*)' /w/workspace/device-mqtt-go/1/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-17T18:50:50.162Z] provisioning config files... [2020-06-17T18:50:50.182Z] copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/1@tmp/config1878491106503824870tmp [Pipeline] { [Pipeline] sh [2020-06-17T18:50:50.626Z] + cp /w/workspace/device-mqtt-go/1@tmp/config1878491106503824870tmp /w/workspace/device-mqtt-go/1/edgex-snap-store-login [Pipeline] sh [2020-06-17T18:50:51.007Z] + 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-06-17T18:50:51.007Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-06-17T18:50:51.282Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-06-17T18:50:51.282Z] 5bed26d33875: Pulling fs layer [2020-06-17T18:50:51.282Z] f11b29a9c730: Pulling fs layer [2020-06-17T18:50:51.282Z] 930bda195c84: Pulling fs layer [2020-06-17T18:50:51.282Z] 78bf9a5ad49e: Pulling fs layer [2020-06-17T18:50:51.282Z] e5fbee5a4b0d: Pulling fs layer [2020-06-17T18:50:51.282Z] f452fca78f88: Pulling fs layer [2020-06-17T18:50:51.282Z] 7417ef92027a: Pulling fs layer [2020-06-17T18:50:51.282Z] 2af5c49d270b: Pulling fs layer [2020-06-17T18:50:51.282Z] df9c3bdbc40a: Pulling fs layer [2020-06-17T18:50:51.282Z] 78bf9a5ad49e: Waiting [2020-06-17T18:50:51.282Z] e5fbee5a4b0d: Waiting [2020-06-17T18:50:51.282Z] f452fca78f88: Waiting [2020-06-17T18:50:51.282Z] 7417ef92027a: Waiting [2020-06-17T18:50:51.282Z] 2af5c49d270b: Waiting [2020-06-17T18:50:51.282Z] df9c3bdbc40a: Waiting [2020-06-17T18:50:51.282Z] f11b29a9c730: Verifying Checksum [2020-06-17T18:50:51.282Z] f11b29a9c730: Download complete [2020-06-17T18:50:51.282Z] 930bda195c84: Verifying Checksum [2020-06-17T18:50:51.282Z] 930bda195c84: Download complete [2020-06-17T18:50:51.282Z] 78bf9a5ad49e: Download complete [2020-06-17T18:50:51.282Z] f452fca78f88: Verifying Checksum [2020-06-17T18:50:51.282Z] f452fca78f88: Download complete [2020-06-17T18:50:51.282Z] 7417ef92027a: Verifying Checksum [2020-06-17T18:50:51.282Z] 7417ef92027a: Download complete [2020-06-17T18:50:51.282Z] 2af5c49d270b: Verifying Checksum [2020-06-17T18:50:51.282Z] 2af5c49d270b: Download complete [2020-06-17T18:50:51.282Z] df9c3bdbc40a: Verifying Checksum [2020-06-17T18:50:51.282Z] df9c3bdbc40a: Download complete [2020-06-17T18:50:52.281Z] 5bed26d33875: Verifying Checksum [2020-06-17T18:50:52.281Z] 5bed26d33875: Download complete [2020-06-17T18:50:57.665Z] 5bed26d33875: Pull complete [2020-06-17T18:50:58.107Z] f11b29a9c730: Pull complete [2020-06-17T18:50:58.408Z] 930bda195c84: Pull complete [2020-06-17T18:50:58.997Z] e5fbee5a4b0d: Verifying Checksum [2020-06-17T18:50:58.997Z] e5fbee5a4b0d: Download complete [2020-06-17T18:50:59.310Z] 78bf9a5ad49e: Pull complete [2020-06-17T18:51:00.863Z] Installing build dependencies: curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase openssh-client patch perl perl-modules-5.26 xauth [2020-06-17T18:51:05.156Z] Reading package lists... [2020-06-17T18:51:05.156Z] Building dependency tree... [2020-06-17T18:51:05.156Z] Reading state information... [2020-06-17T18:51:05.750Z] The following packages were automatically installed and are no longer required: [2020-06-17T18:51:05.750Z] libjq1 liblzo2-2 libonig4 [2020-06-17T18:51:05.750Z] Use 'sudo apt autoremove' to remove them. [2020-06-17T18:51:05.750Z] Suggested packages: [2020-06-17T18:51:05.750Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-06-17T18:51:05.750Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc [2020-06-17T18:51:05.750Z] keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc [2020-06-17T18:51:05.750Z] libterm-readline-gnu-perl | libterm-readline-perl-perl [2020-06-17T18:51:06.338Z] The following NEW packages will be installed: [2020-06-17T18:51:06.338Z] curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl [2020-06-17T18:51:06.338Z] libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 [2020-06-17T18:51:06.338Z] libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase [2020-06-17T18:51:06.338Z] openssh-client patch perl perl-modules-5.26 xauth [2020-06-17T18:51:06.609Z] 0 upgraded, 27 newly installed, 0 to remove and 10 not upgraded. [2020-06-17T18:51:06.609Z] Need to get 12.9 MB of archives. [2020-06-17T18:51:06.609Z] After this operation, 84.2 MB of additional disk space will be used. [2020-06-17T18:51:06.609Z] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxau6 arm64 1:1.0.8-1 [7590 B] [2020-06-17T18:51:06.609Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbsd0 arm64 0.8.7-1ubuntu0.1 [36.6 kB] [2020-06-17T18:51:06.880Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxdmcp6 arm64 1:1.1.2-3 [9694 B] [2020-06-17T18:51:06.880Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxcb1 arm64 1.13-2~ubuntu18.04 [37.3 kB] [2020-06-17T18:51:06.880Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] [2020-06-17T18:51:07.149Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-6 arm64 2:1.6.4-3ubuntu0.2 [521 kB] [2020-06-17T18:51:07.423Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxext6 arm64 2:1.3.3-1 [25.4 kB] [2020-06-17T18:51:07.423Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-06-17T18:51:07.695Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] [2020-06-17T18:51:07.695Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] [2020-06-17T18:51:07.695Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] [2020-06-17T18:51:07.967Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] [2020-06-17T18:51:07.967Z] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] [2020-06-17T18:51:07.967Z] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.2 [69.3 kB] [2020-06-17T18:51:07.967Z] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] [2020-06-17T18:51:07.967Z] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libedit2 arm64 3.1-20170329-1 [63.4 kB] [2020-06-17T18:51:07.967Z] Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libssl1.0.0 arm64 1.0.2n-1ubuntu5.3 [723 kB] [2020-06-17T18:51:07.967Z] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxmuu1 arm64 2:1.1.2-2 [9502 B] [2020-06-17T18:51:07.967Z] Get:19 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssh-client arm64 1:7.6p1-4ubuntu0.3 [527 kB] [2020-06-17T18:51:07.967Z] Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xauth arm64 1:1.0.10-1 [22.4 kB] [2020-06-17T18:51:08.239Z] Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.8 [152 kB] [2020-06-17T18:51:08.239Z] Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.8 [179 kB] [2020-06-17T18:51:08.239Z] Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] [2020-06-17T18:51:08.239Z] Get:24 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-06-17T18:51:08.239Z] Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] [2020-06-17T18:51:08.239Z] Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] [2020-06-17T18:51:08.239Z] Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] [2020-06-17T18:51:08.832Z] debconf: delaying package configuration, since apt-utils is not installed [2020-06-17T18:51:09.104Z] Fetched 12.9 MB in 2s (6131 kB/s) [2020-06-17T18:51:09.104Z] Selecting previously unselected package libxau6:arm64. [2020-06-17T18:51:09.104Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4630 files and directories currently installed.) [2020-06-17T18:51:09.104Z] Preparing to unpack .../00-libxau6_1%3a1.0.8-1_arm64.deb ... [2020-06-17T18:51:09.104Z] Unpacking libxau6:arm64 (1:1.0.8-1) ... [2020-06-17T18:51:09.374Z] Selecting previously unselected package libbsd0:arm64. [2020-06-17T18:51:09.374Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_arm64.deb ... [2020-06-17T18:51:09.374Z] Unpacking libbsd0:arm64 (0.8.7-1ubuntu0.1) ... [2020-06-17T18:51:09.374Z] Selecting previously unselected package libxdmcp6:arm64. [2020-06-17T18:51:09.374Z] Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_arm64.deb ... [2020-06-17T18:51:09.374Z] Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... [2020-06-17T18:51:09.374Z] Selecting previously unselected package libxcb1:arm64. [2020-06-17T18:51:09.374Z] Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_arm64.deb ... [2020-06-17T18:51:09.647Z] Unpacking libxcb1:arm64 (1.13-2~ubuntu18.04) ... [2020-06-17T18:51:09.647Z] Selecting previously unselected package libx11-data. [2020-06-17T18:51:09.647Z] Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... [2020-06-17T18:51:09.647Z] Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-17T18:51:09.918Z] Selecting previously unselected package libx11-6:arm64. [2020-06-17T18:51:09.918Z] Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_arm64.deb ... [2020-06-17T18:51:09.918Z] Unpacking libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... [2020-06-17T18:51:10.191Z] Selecting previously unselected package libxext6:arm64. [2020-06-17T18:51:10.191Z] Preparing to unpack .../06-libxext6_2%3a1.3.3-1_arm64.deb ... [2020-06-17T18:51:10.191Z] Unpacking libxext6:arm64 (2:1.3.3-1) ... [2020-06-17T18:51:10.471Z] Selecting previously unselected package perl-modules-5.26. [2020-06-17T18:51:10.471Z] Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-06-17T18:51:10.471Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-17T18:51:11.906Z] Selecting previously unselected package libgdbm5:arm64. [2020-06-17T18:51:11.906Z] Preparing to unpack .../08-libgdbm5_1.14.1-6_arm64.deb ... [2020-06-17T18:51:11.906Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-06-17T18:51:11.906Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-06-17T18:51:11.906Z] Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-06-17T18:51:11.906Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-06-17T18:51:11.906Z] Selecting previously unselected package libperl5.26:arm64. [2020-06-17T18:51:11.906Z] Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... [2020-06-17T18:51:12.178Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-06-17T18:51:13.604Z] Selecting previously unselected package perl. [2020-06-17T18:51:13.604Z] Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_arm64.deb ... [2020-06-17T18:51:13.604Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-06-17T18:51:13.604Z] Selecting previously unselected package less. [2020-06-17T18:51:13.604Z] Preparing to unpack .../12-less_487-0.1_arm64.deb ... [2020-06-17T18:51:13.604Z] Unpacking less (487-0.1) ... [2020-06-17T18:51:13.604Z] Selecting previously unselected package libexpat1:arm64. [2020-06-17T18:51:13.875Z] Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_arm64.deb ... [2020-06-17T18:51:13.875Z] Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.2) ... [2020-06-17T18:51:13.875Z] Selecting previously unselected package netbase. [2020-06-17T18:51:13.875Z] Preparing to unpack .../14-netbase_5.4_all.deb ... [2020-06-17T18:51:13.875Z] Unpacking netbase (5.4) ... [2020-06-17T18:51:14.147Z] Selecting previously unselected package libedit2:arm64. [2020-06-17T18:51:14.147Z] Preparing to unpack .../15-libedit2_3.1-20170329-1_arm64.deb ... [2020-06-17T18:51:14.147Z] Unpacking libedit2:arm64 (3.1-20170329-1) ... [2020-06-17T18:51:14.147Z] Selecting previously unselected package libssl1.0.0:arm64. [2020-06-17T18:51:14.147Z] Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_arm64.deb ... [2020-06-17T18:51:14.147Z] Unpacking libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... [2020-06-17T18:51:14.422Z] Selecting previously unselected package libxmuu1:arm64. [2020-06-17T18:51:14.422Z] Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_arm64.deb ... [2020-06-17T18:51:14.422Z] Unpacking libxmuu1:arm64 (2:1.1.2-2) ... [2020-06-17T18:51:14.694Z] Selecting previously unselected package openssh-client. [2020-06-17T18:51:14.694Z] Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_arm64.deb ... [2020-06-17T18:51:14.694Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-17T18:51:14.965Z] Selecting previously unselected package xauth. [2020-06-17T18:51:14.965Z] Preparing to unpack .../19-xauth_1%3a1.0.10-1_arm64.deb ... [2020-06-17T18:51:14.965Z] Unpacking xauth (1:1.0.10-1) ... [2020-06-17T18:51:14.965Z] Selecting previously unselected package curl. [2020-06-17T18:51:14.965Z] Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_arm64.deb ... [2020-06-17T18:51:14.965Z] Unpacking curl (7.58.0-2ubuntu3.8) ... [2020-06-17T18:51:15.238Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-06-17T18:51:15.238Z] Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_arm64.deb ... [2020-06-17T18:51:15.238Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... [2020-06-17T18:51:15.238Z] Selecting previously unselected package liberror-perl. [2020-06-17T18:51:15.238Z] Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... [2020-06-17T18:51:15.238Z] Unpacking liberror-perl (0.17025-1) ... [2020-06-17T18:51:15.509Z] Selecting previously unselected package git-man. [2020-06-17T18:51:15.509Z] Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-06-17T18:51:15.509Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-17T18:51:15.787Z] Selecting previously unselected package git. [2020-06-17T18:51:15.787Z] Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-06-17T18:51:15.787Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-06-17T18:51:17.220Z] Selecting previously unselected package make. [2020-06-17T18:51:17.220Z] Preparing to unpack .../25-make_4.1-9.1ubuntu1_arm64.deb ... [2020-06-17T18:51:17.220Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-06-17T18:51:17.220Z] Selecting previously unselected package patch. [2020-06-17T18:51:17.220Z] Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-06-17T18:51:17.220Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-06-17T18:51:17.492Z] Setting up libedit2:arm64 (3.1-20170329-1) ... [2020-06-17T18:51:17.763Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-17T18:51:17.763Z] Setting up libexpat1:arm64 (2.2.5-3ubuntu0.2) ... [2020-06-17T18:51:17.763Z] Setting up less (487-0.1) ... [2020-06-17T18:51:18.034Z] Setting up make (4.1-9.1ubuntu1) ... [2020-06-17T18:51:18.034Z] Setting up libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... [2020-06-17T18:51:18.307Z] Setting up curl (7.58.0-2ubuntu3.8) ... [2020-06-17T18:51:18.578Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... [2020-06-17T18:51:18.578Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-17T18:51:18.578Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-06-17T18:51:18.578Z] Setting up libbsd0:arm64 (0.8.7-1ubuntu0.1) ... [2020-06-17T18:51:18.578Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-06-17T18:51:18.578Z] Setting up libxdmcp6:arm64 (1:1.1.2-3) ... [2020-06-17T18:51:18.578Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-06-17T18:51:18.849Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-17T18:51:19.120Z] Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-17T18:51:19.120Z] Setting up libxau6:arm64 (1:1.0.8-1) ... [2020-06-17T18:51:19.120Z] Setting up netbase (5.4) ... [2020-06-17T18:51:19.120Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-06-17T18:51:19.120Z] Setting up libxcb1:arm64 (1.13-2~ubuntu18.04) ... [2020-06-17T18:51:19.391Z] Setting up libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... [2020-06-17T18:51:19.391Z] Setting up libxmuu1:arm64 (2:1.1.2-2) ... [2020-06-17T18:51:19.391Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-06-17T18:51:19.391Z] Setting up libxext6:arm64 (2:1.3.3-1) ... [2020-06-17T18:51:19.391Z] Setting up liberror-perl (0.17025-1) ... [2020-06-17T18:51:19.391Z] Setting up xauth (1:1.0.10-1) ... [2020-06-17T18:51:19.662Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-06-17T18:51:19.662Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-06-17T18:51:26.348Z] curl set to automatically installed. [2020-06-17T18:51:26.348Z] git set to automatically installed. [2020-06-17T18:51:26.348Z] git-man set to automatically installed. [2020-06-17T18:51:26.348Z] less set to automatically installed. [2020-06-17T18:51:26.348Z] libbsd0 set to automatically installed. [2020-06-17T18:51:26.348Z] libcurl3-gnutls set to automatically installed. [2020-06-17T18:51:26.348Z] libedit2 set to automatically installed. [2020-06-17T18:51:26.348Z] liberror-perl set to automatically installed. [2020-06-17T18:51:26.348Z] libexpat1 set to automatically installed. [2020-06-17T18:51:26.348Z] libgdbm-compat4 set to automatically installed. [2020-06-17T18:51:26.348Z] libgdbm5 set to automatically installed. [2020-06-17T18:51:26.348Z] libperl5.26 set to automatically installed. [2020-06-17T18:51:26.348Z] libssl1.0.0 set to automatically installed. [2020-06-17T18:51:26.348Z] libx11-6 set to automatically installed. [2020-06-17T18:51:26.348Z] libx11-data set to automatically installed. [2020-06-17T18:51:26.348Z] libxau6 set to automatically installed. [2020-06-17T18:51:26.348Z] libxcb1 set to automatically installed. [2020-06-17T18:51:26.348Z] libxdmcp6 set to automatically installed. [2020-06-17T18:51:26.348Z] libxext6 set to automatically installed. [2020-06-17T18:51:26.348Z] libxmuu1 set to automatically installed. [2020-06-17T18:51:26.348Z] make set to automatically installed. [2020-06-17T18:51:26.348Z] netbase set to automatically installed. [2020-06-17T18:51:26.348Z] openssh-client set to automatically installed. [2020-06-17T18:51:26.348Z] patch set to automatically installed. [2020-06-17T18:51:26.348Z] perl set to automatically installed. [2020-06-17T18:51:26.348Z] perl-modules-5.26 set to automatically installed. [2020-06-17T18:51:26.348Z] xauth set to automatically installed. [2020-06-17T18:51:26.348Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-06-17T18:51:26.348Z] Please ensure the environment is properly setup before continuing. [2020-06-17T18:51:26.348Z] Ignore this message if the appropriate measures have already been taken [2020-06-17T18:51:26.348Z] Pulling go [2020-06-17T18:51:26.531Z] e5fbee5a4b0d: Pull complete [2020-06-17T18:51:26.531Z] f452fca78f88: Pull complete [2020-06-17T18:51:26.531Z] 7417ef92027a: Pull complete [2020-06-17T18:51:26.531Z] 2af5c49d270b: Pull complete [2020-06-17T18:51:26.531Z] df9c3bdbc40a: Pull complete [2020-06-17T18:51:26.531Z] Digest: sha256:329b7ca3c147263d7a6122d30aca7e6f18adc9017ce870f1638d2965d7494739 [2020-06-17T18:51:26.531Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-06-17T18:51:29.272Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-06-17T18:51:29.272Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-06-17T18:51:29.272Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-06-17T18:51:29.724Z] 'device-mqtt' has dependencies that need to be staged: go [2020-06-17T18:51:29.724Z] Skipping pull go (already ran) [2020-06-17T18:51:29.724Z] Building go [2020-06-17T18:51:29.724Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-06-17T18:51:29.724Z] Dload Upload Total Spent Left Speed [2020-06-17T18:51:29.898Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-06-17T18:51:29.898Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9092 B] [2020-06-17T18:51:29.898Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [960 kB] [2020-06-17T18:51:30.196Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [80.7 kB] [2020-06-17T18:51:30.196Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [66.4 kB] [2020-06-17T18:51:30.196Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [861 kB] [2020-06-17T18:51:30.481Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [20.3 kB] [2020-06-17T18:51:30.481Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1254 kB] [2020-06-17T18:51:30.783Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1397 kB] [2020-06-17T18:51:31.060Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] [2020-06-17T18:51:31.060Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8158 B] [2020-06-17T18:51:31.326Z] Fetched 4917 kB in 3s (1921 kB/s) [2020-06-17T18:51:31.944Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 14 93.0M 14 13.5M 0 0 30.7M 0 0:00:03 --:--:-- 0:00:03 30.7M 64 93.0M 64 59.6M 0 0 41.1M 0 0:00:02 0:00:01 0:00:01 41.0M 100 93.0M 100 93.0M 0 0 42.7M 0 0:00:02 0:00:02 --:--:-- 42.7M [2020-06-17T18:51:33.308Z] Reading package lists... [2020-06-17T18:51:33.368Z] go1.13.5.linux-arm64.tar.gz: OK [2020-06-17T18:51:38.878Z] Installing build dependencies: curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase openssh-client patch perl perl-modules-5.26 xauth [2020-06-17T18:51:41.209Z] Reading package lists... [2020-06-17T18:51:41.510Z] Building dependency tree... [2020-06-17T18:51:41.510Z] Reading state information... [2020-06-17T18:51:41.792Z] The following packages were automatically installed and are no longer required: [2020-06-17T18:51:41.792Z] libjq1 liblzo2-2 libonig4 [2020-06-17T18:51:41.792Z] Use 'sudo apt autoremove' to remove them. [2020-06-17T18:51:41.792Z] Suggested packages: [2020-06-17T18:51:41.793Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-06-17T18:51:41.793Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc [2020-06-17T18:51:41.793Z] keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc [2020-06-17T18:51:41.793Z] libterm-readline-gnu-perl | libterm-readline-perl-perl [2020-06-17T18:51:42.060Z] The following NEW packages will be installed: [2020-06-17T18:51:42.060Z] curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl [2020-06-17T18:51:42.060Z] libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 [2020-06-17T18:51:42.060Z] libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase [2020-06-17T18:51:42.060Z] openssh-client patch perl perl-modules-5.26 xauth [2020-06-17T18:51:42.342Z] 0 upgraded, 27 newly installed, 0 to remove and 10 not upgraded. [2020-06-17T18:51:42.342Z] Need to get 14.7 MB of archives. [2020-06-17T18:51:42.342Z] After this operation, 89.5 MB of additional disk space will be used. [2020-06-17T18:51:42.342Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxau6 amd64 1:1.0.8-1 [8376 B] [2020-06-17T18:51:42.608Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-06-17T18:51:42.608Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB] [2020-06-17T18:51:42.881Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB] [2020-06-17T18:51:42.881Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] [2020-06-17T18:51:43.245Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.2 [569 kB] [2020-06-17T18:51:43.245Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB] [2020-06-17T18:51:43.643Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-06-17T18:51:43.910Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-06-17T18:51:43.910Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-06-17T18:51:43.910Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] [2020-06-17T18:51:43.910Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] [2020-06-17T18:51:43.910Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-06-17T18:51:43.910Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-06-17T18:51:43.910Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-06-17T18:51:43.910Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-06-17T18:51:43.910Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.3 [1088 kB] [2020-06-17T18:51:44.212Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B] [2020-06-17T18:51:44.212Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-06-17T18:51:44.212Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB] [2020-06-17T18:51:44.212Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.8 [159 kB] [2020-06-17T18:51:44.212Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.8 [213 kB] [2020-06-17T18:51:44.212Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-06-17T18:51:44.212Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-06-17T18:51:44.212Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-06-17T18:51:44.480Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-06-17T18:51:44.480Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-06-17T18:51:45.061Z] debconf: delaying package configuration, since apt-utils is not installed [2020-06-17T18:51:45.061Z] Fetched 14.7 MB in 2s (6037 kB/s) [2020-06-17T18:51:45.061Z] Selecting previously unselected package libxau6:amd64. [2020-06-17T18:51:45.061Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4637 files and directories currently installed.) [2020-06-17T18:51:45.061Z] Preparing to unpack .../00-libxau6_1%3a1.0.8-1_amd64.deb ... [2020-06-17T18:51:45.061Z] Unpacking libxau6:amd64 (1:1.0.8-1) ... [2020-06-17T18:51:45.340Z] Selecting previously unselected package libbsd0:amd64. [2020-06-17T18:51:45.340Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-06-17T18:51:45.340Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-06-17T18:51:45.340Z] Selecting previously unselected package libxdmcp6:amd64. [2020-06-17T18:51:45.340Z] Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_amd64.deb ... [2020-06-17T18:51:45.340Z] Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... [2020-06-17T18:51:45.603Z] Selecting previously unselected package libxcb1:amd64. [2020-06-17T18:51:45.603Z] Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_amd64.deb ... [2020-06-17T18:51:45.603Z] Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ... [2020-06-17T18:51:45.603Z] Selecting previously unselected package libx11-data. [2020-06-17T18:51:45.603Z] Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... [2020-06-17T18:51:45.603Z] Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-17T18:51:46.229Z] Selecting previously unselected package libx11-6:amd64. [2020-06-17T18:51:46.229Z] Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_amd64.deb ... [2020-06-17T18:51:46.229Z] Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... [2020-06-17T18:51:46.497Z] Selecting previously unselected package libxext6:amd64. [2020-06-17T18:51:46.497Z] Preparing to unpack .../06-libxext6_2%3a1.3.3-1_amd64.deb ... [2020-06-17T18:51:46.497Z] Unpacking libxext6:amd64 (2:1.3.3-1) ... [2020-06-17T18:51:46.497Z] Selecting previously unselected package perl-modules-5.26. [2020-06-17T18:51:46.497Z] Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-06-17T18:51:46.497Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-17T18:51:49.086Z] Selecting previously unselected package libgdbm5:amd64. [2020-06-17T18:51:49.086Z] Preparing to unpack .../08-libgdbm5_1.14.1-6_amd64.deb ... [2020-06-17T18:51:49.086Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-06-17T18:51:49.086Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-06-17T18:51:49.086Z] Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-06-17T18:51:49.086Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-06-17T18:51:49.086Z] Selecting previously unselected package libperl5.26:amd64. [2020-06-17T18:51:49.086Z] Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-06-17T18:51:49.086Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-06-17T18:51:50.496Z] Selecting previously unselected package perl. [2020-06-17T18:51:50.496Z] Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-06-17T18:51:50.496Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-06-17T18:51:50.496Z] Selecting previously unselected package less. [2020-06-17T18:51:50.496Z] Preparing to unpack .../12-less_487-0.1_amd64.deb ... [2020-06-17T18:51:50.496Z] Unpacking less (487-0.1) ... [2020-06-17T18:51:50.496Z] Selecting previously unselected package libexpat1:amd64. [2020-06-17T18:51:50.496Z] Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-06-17T18:51:50.496Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-06-17T18:51:50.758Z] Selecting previously unselected package netbase. [2020-06-17T18:51:50.758Z] Preparing to unpack .../14-netbase_5.4_all.deb ... [2020-06-17T18:51:50.758Z] Unpacking netbase (5.4) ... [2020-06-17T18:51:50.758Z] Selecting previously unselected package libedit2:amd64. [2020-06-17T18:51:50.758Z] Preparing to unpack .../15-libedit2_3.1-20170329-1_amd64.deb ... [2020-06-17T18:51:50.758Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-06-17T18:51:51.058Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-06-17T18:51:51.058Z] Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb ... [2020-06-17T18:51:51.058Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... [2020-06-17T18:51:51.058Z] Selecting previously unselected package libxmuu1:amd64. [2020-06-17T18:51:51.058Z] Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_amd64.deb ... [2020-06-17T18:51:51.058Z] Unpacking libxmuu1:amd64 (2:1.1.2-2) ... [2020-06-17T18:51:51.381Z] Selecting previously unselected package openssh-client. [2020-06-17T18:51:51.381Z] Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-06-17T18:51:51.381Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-17T18:51:51.381Z] Selecting previously unselected package xauth. [2020-06-17T18:51:51.381Z] Preparing to unpack .../19-xauth_1%3a1.0.10-1_amd64.deb ... [2020-06-17T18:51:51.381Z] Unpacking xauth (1:1.0.10-1) ... [2020-06-17T18:51:51.636Z] Staging go [2020-06-17T18:51:51.683Z] Selecting previously unselected package curl. [2020-06-17T18:51:51.683Z] Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_amd64.deb ... [2020-06-17T18:51:51.683Z] Unpacking curl (7.58.0-2ubuntu3.8) ... [2020-06-17T18:51:51.683Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-06-17T18:51:51.683Z] Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_amd64.deb ... [2020-06-17T18:51:51.683Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... [2020-06-17T18:51:51.948Z] Selecting previously unselected package liberror-perl. [2020-06-17T18:51:51.948Z] Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... [2020-06-17T18:51:51.948Z] Unpacking liberror-perl (0.17025-1) ... [2020-06-17T18:51:51.948Z] Selecting previously unselected package git-man. [2020-06-17T18:51:51.948Z] Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-06-17T18:51:51.948Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-17T18:51:52.211Z] Selecting previously unselected package git. [2020-06-17T18:51:52.211Z] Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-06-17T18:51:52.211Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-06-17T18:51:53.159Z] Selecting previously unselected package make. [2020-06-17T18:51:53.159Z] Preparing to unpack .../25-make_4.1-9.1ubuntu1_amd64.deb ... [2020-06-17T18:51:53.159Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-06-17T18:51:53.423Z] Selecting previously unselected package patch. [2020-06-17T18:51:53.423Z] Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-06-17T18:51:53.423Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-06-17T18:51:53.423Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-06-17T18:51:53.423Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-17T18:51:53.423Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-06-17T18:51:53.423Z] Setting up less (487-0.1) ... [2020-06-17T18:51:53.599Z] Pulling device-mqtt [2020-06-17T18:51:53.686Z] Setting up make (4.1-9.1ubuntu1) ... [2020-06-17T18:51:53.686Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... [2020-06-17T18:51:53.955Z] Setting up curl (7.58.0-2ubuntu3.8) ... [2020-06-17T18:51:53.955Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... [2020-06-17T18:51:53.955Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-17T18:51:53.955Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-06-17T18:51:53.955Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-06-17T18:51:53.955Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-06-17T18:51:53.955Z] Setting up libxdmcp6:amd64 (1:1.1.2-3) ... [2020-06-17T18:51:53.955Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-06-17T18:51:54.217Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-17T18:51:54.217Z] Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-17T18:51:54.217Z] Setting up libxau6:amd64 (1:1.0.8-1) ... [2020-06-17T18:51:54.482Z] Setting up netbase (5.4) ... [2020-06-17T18:51:54.482Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-06-17T18:51:54.482Z] Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ... [2020-06-17T18:51:54.482Z] Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... [2020-06-17T18:51:54.482Z] Setting up libxmuu1:amd64 (2:1.1.2-2) ... [2020-06-17T18:51:54.482Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-06-17T18:51:54.482Z] Setting up libxext6:amd64 (2:1.3.3-1) ... [2020-06-17T18:51:54.748Z] Setting up liberror-perl (0.17025-1) ... [2020-06-17T18:51:54.748Z] Setting up xauth (1:1.0.10-1) ... [2020-06-17T18:51:54.748Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-06-17T18:51:54.748Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-06-17T18:51:56.205Z] Skipping build go (already ran) [2020-06-17T18:51:56.205Z] Building device-mqtt [2020-06-17T18:51:56.205Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd [2020-06-17T18:51:57.184Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-17T18:51:57.184Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-17T18:51:57.184Z] go: downloading github.com/spf13/cast v1.3.0 [2020-06-17T18:51:57.184Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-17T18:51:57.184Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-17T18:51:57.184Z] go: extracting github.com/spf13/cast v1.3.0 [2020-06-17T18:51:57.184Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-17T18:51:57.184Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-17T18:51:57.184Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-17T18:51:57.184Z] go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-17T18:51:57.184Z] go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-17T18:51:57.184Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-06-17T18:51:57.184Z] go: downloading github.com/google/uuid v1.1.1 [2020-06-17T18:51:57.457Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-17T18:51:57.457Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-06-17T18:51:57.457Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-06-17T18:51:57.457Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-06-17T18:51:57.457Z] go: extracting github.com/google/uuid v1.1.1 [2020-06-17T18:51:57.457Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-17T18:51:57.457Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-17T18:51:57.457Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-06-17T18:51:57.457Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-06-17T18:51:57.457Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-17T18:51:57.457Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-17T18:51:57.457Z] go: downloading github.com/pkg/errors v0.8.1 [2020-06-17T18:51:57.457Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-17T18:51:57.457Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-06-17T18:51:57.457Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-06-17T18:51:57.457Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-17T18:51:57.457Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-17T18:51:57.457Z] go: extracting github.com/pkg/errors v0.8.1 [2020-06-17T18:51:57.457Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-06-17T18:51:57.457Z] go: downloading github.com/x448/float16 v0.8.4 [2020-06-17T18:51:57.457Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-17T18:51:57.457Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-17T18:51:57.457Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-06-17T18:51:57.735Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-17T18:51:57.735Z] go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-17T18:51:57.735Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-06-17T18:51:57.735Z] go: extracting github.com/x448/float16 v0.8.4 [2020-06-17T18:51:57.735Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-17T18:51:57.735Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-17T18:51:57.735Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-06-17T18:51:57.735Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-06-17T18:51:57.735Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-06-17T18:51:57.735Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-06-17T18:51:57.735Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-06-17T18:51:57.735Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-17T18:51:57.735Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-06-17T18:51:57.735Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-06-17T18:51:57.735Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-06-17T18:51:57.735Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-06-17T18:51:57.735Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-17T18:51:57.735Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-17T18:51:57.735Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-06-17T18:51:57.735Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-17T18:51:58.006Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-17T18:51:58.006Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-06-17T18:51:58.006Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-06-17T18:51:58.006Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-06-17T18:51:58.065Z] curl set to automatically installed. [2020-06-17T18:51:58.065Z] git set to automatically installed. [2020-06-17T18:51:58.065Z] git-man set to automatically installed. [2020-06-17T18:51:58.065Z] less set to automatically installed. [2020-06-17T18:51:58.065Z] libbsd0 set to automatically installed. [2020-06-17T18:51:58.065Z] libcurl3-gnutls set to automatically installed. [2020-06-17T18:51:58.065Z] libedit2 set to automatically installed. [2020-06-17T18:51:58.065Z] liberror-perl set to automatically installed. [2020-06-17T18:51:58.065Z] libexpat1 set to automatically installed. [2020-06-17T18:51:58.065Z] libgdbm-compat4 set to automatically installed. [2020-06-17T18:51:58.065Z] libgdbm5 set to automatically installed. [2020-06-17T18:51:58.065Z] libperl5.26 set to automatically installed. [2020-06-17T18:51:58.065Z] libssl1.0.0 set to automatically installed. [2020-06-17T18:51:58.065Z] libx11-6 set to automatically installed. [2020-06-17T18:51:58.065Z] libx11-data set to automatically installed. [2020-06-17T18:51:58.065Z] libxau6 set to automatically installed. [2020-06-17T18:51:58.065Z] libxcb1 set to automatically installed. [2020-06-17T18:51:58.065Z] libxdmcp6 set to automatically installed. [2020-06-17T18:51:58.065Z] libxext6 set to automatically installed. [2020-06-17T18:51:58.065Z] libxmuu1 set to automatically installed. [2020-06-17T18:51:58.065Z] make set to automatically installed. [2020-06-17T18:51:58.065Z] netbase set to automatically installed. [2020-06-17T18:51:58.065Z] openssh-client set to automatically installed. [2020-06-17T18:51:58.065Z] patch set to automatically installed. [2020-06-17T18:51:58.065Z] perl set to automatically installed. [2020-06-17T18:51:58.065Z] perl-modules-5.26 set to automatically installed. [2020-06-17T18:51:58.065Z] xauth set to automatically installed. [2020-06-17T18:51:58.065Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-06-17T18:51:58.065Z] Please ensure the environment is properly setup before continuing. [2020-06-17T18:51:58.065Z] Ignore this message if the appropriate measures have already been taken [2020-06-17T18:51:58.280Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-17T18:51:58.280Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-17T18:51:58.280Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-17T18:51:58.280Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-17T18:51:58.280Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-06-17T18:51:58.280Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-06-17T18:51:58.280Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-17T18:51:58.280Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-17T18:51:58.280Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-17T18:51:58.280Z] go: finding github.com/spf13/cast v1.3.0 [2020-06-17T18:51:58.280Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-17T18:51:58.280Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-17T18:51:58.328Z] Pulling go [2020-06-17T18:51:58.553Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-17T18:51:58.553Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-17T18:51:58.553Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-17T18:51:58.553Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-17T18:51:58.553Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-17T18:51:58.553Z] go: finding github.com/google/uuid v1.1.1 [2020-06-17T18:51:58.553Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-17T18:51:58.553Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-17T18:51:58.553Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-17T18:51:58.553Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-17T18:51:58.553Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-17T18:51:58.553Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-17T18:51:58.553Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-17T18:51:58.553Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-17T18:51:58.553Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-17T18:51:58.553Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-17T18:51:58.553Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-17T18:51:58.553Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-17T18:51:58.553Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-17T18:51:58.553Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-17T18:51:58.553Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-17T18:51:58.553Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-17T18:51:58.553Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-17T18:51:58.553Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-17T18:51:58.553Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-17T18:51:58.553Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-17T18:51:58.553Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-17T18:51:59.307Z] 'device-mqtt' has dependencies that need to be staged: go [2020-06-17T18:51:59.307Z] Skipping pull go (already ran) [2020-06-17T18:51:59.307Z] Building go [2020-06-17T18:51:59.608Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-06-17T18:51:59.608Z] Dload Upload Total Spent Left Speed [2020-06-17T18:51:59.876Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 9 114M 9 10.4M 0 0 37.2M 0 0:00:03 --:--:-- 0:00:03 37.2M [2020-06-17T18:51:59.876Z] curl: (56) OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 104 [2020-06-17T18:51:59.876Z] Failed to run 'override-build': Exit code was 56. [Pipeline] } [2020-06-17T18:52:00.892Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-06-17T18:52:01.791Z] Failed in branch amd64 [2020-06-17T18:52:31.404Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-17T18:52:46.432Z] Skipping stage go (already ran) [2020-06-17T18:52:46.432Z] Staging device-mqtt [2020-06-17T18:52:47.406Z] Priming go [2020-06-17T18:52:50.005Z] Priming device-mqtt [2020-06-17T18:52:52.599Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-06-17T18:52:52.599Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-06-17T18:52:52.599Z] Determining the version from the project repo (version-script). [2020-06-17T18:52:52.599Z] The version has been set to '0.0.0-20200617+50e33cb' [2020-06-17T18:52:52.870Z] Snapping 'edgex-device-mqtt' ... [2020-06-17T18:52:56.261Z] [2020-06-17T18:52:56.261Z] Snapped edgex-device-mqtt_0.0.0-20200617+50e33cb_arm64.snap [Pipeline] } [2020-06-17T18:52:58.894Z] 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) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-06-17T18:53:01.373Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-17T18:53:01.990Z] ---> package-listing.sh [2020-06-17T18:53:01.990Z] ++ facter osfamily [2020-06-17T18:53:01.990Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-17T18:53:01.990Z] + OS_FAMILY=redhat [2020-06-17T18:53:01.990Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-153 [2020-06-17T18:53:01.990Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-17T18:53:01.990Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-17T18:53:01.990Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-17T18:53:01.990Z] + PACKAGES=/tmp/packages_start.txt [2020-06-17T18:53:01.990Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-153 ']' [2020-06-17T18:53:01.990Z] + PACKAGES=/tmp/packages_end.txt [2020-06-17T18:53:01.990Z] + case "${OS_FAMILY}" in [2020-06-17T18:53:01.990Z] + rpm -qa [2020-06-17T18:53:01.990Z] + sort [2020-06-17T18:53:07.549Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-17T18:53:07.549Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-17T18:53:07.549Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-17T18:53:07.549Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-153 ']' [2020-06-17T18:53:07.549Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-153/archives/ [2020-06-17T18:53:07.549Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-153/archives/ [Pipeline] isUnix [Pipeline] sh [2020-06-17T18:53:08.152Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-17T18:53:08.152Z] [2020-06-17T18:53:08.153Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-17T18:53:08.746Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-17T18:53:08.746Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-17T18:53:08.746Z] c9b1b535fdd9: Pulling fs layer [2020-06-17T18:53:08.746Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-17T18:53:08.746Z] 756a868c4378: Pulling fs layer [2020-06-17T18:53:08.746Z] 444b2fc9a129: Pulling fs layer [2020-06-17T18:53:08.746Z] ea15f1150254: Pulling fs layer [2020-06-17T18:53:08.746Z] 41b27a9f41bf: Pulling fs layer [2020-06-17T18:53:08.746Z] 28c525ee5125: Pulling fs layer [2020-06-17T18:53:08.746Z] 444b2fc9a129: Waiting [2020-06-17T18:53:08.746Z] 41b27a9f41bf: Waiting [2020-06-17T18:53:08.746Z] ea15f1150254: Waiting [2020-06-17T18:53:08.746Z] 094b1ea09ed8: Pulling fs layer [2020-06-17T18:53:08.746Z] 138eaada9080: Pulling fs layer [2020-06-17T18:53:08.746Z] 0622d0fa9048: Pulling fs layer [2020-06-17T18:53:08.746Z] 28c525ee5125: Waiting [2020-06-17T18:53:08.746Z] 094b1ea09ed8: Waiting [2020-06-17T18:53:08.746Z] 138eaada9080: Waiting [2020-06-17T18:53:08.746Z] 0622d0fa9048: Waiting [2020-06-17T18:53:09.067Z] 2cc5ad85d9ab: Verifying Checksum [2020-06-17T18:53:09.067Z] 2cc5ad85d9ab: Download complete [2020-06-17T18:53:09.067Z] 444b2fc9a129: Verifying Checksum [2020-06-17T18:53:09.067Z] 444b2fc9a129: Download complete [2020-06-17T18:53:09.067Z] c9b1b535fdd9: Verifying Checksum [2020-06-17T18:53:09.067Z] c9b1b535fdd9: Download complete [2020-06-17T18:53:09.067Z] ea15f1150254: Verifying Checksum [2020-06-17T18:53:09.067Z] ea15f1150254: Download complete [2020-06-17T18:53:09.446Z] 28c525ee5125: Verifying Checksum [2020-06-17T18:53:09.446Z] 28c525ee5125: Download complete [2020-06-17T18:53:10.279Z] c9b1b535fdd9: Pull complete [2020-06-17T18:53:10.625Z] 2cc5ad85d9ab: Pull complete [2020-06-17T18:53:11.060Z] 756a868c4378: Verifying Checksum [2020-06-17T18:53:11.060Z] 756a868c4378: Download complete [2020-06-17T18:53:11.354Z] 138eaada9080: Verifying Checksum [2020-06-17T18:53:11.354Z] 138eaada9080: Download complete [2020-06-17T18:53:11.354Z] 0622d0fa9048: Verifying Checksum [2020-06-17T18:53:11.354Z] 0622d0fa9048: Download complete [2020-06-17T18:53:11.354Z] 094b1ea09ed8: Verifying Checksum [2020-06-17T18:53:11.354Z] 094b1ea09ed8: Download complete [2020-06-17T18:53:13.635Z] 41b27a9f41bf: Verifying Checksum [2020-06-17T18:53:13.635Z] 41b27a9f41bf: Download complete [2020-06-17T18:53:15.232Z] 756a868c4378: Pull complete [2020-06-17T18:53:15.232Z] 444b2fc9a129: Pull complete [2020-06-17T18:53:15.846Z] ea15f1150254: Pull complete [2020-06-17T18:53:20.295Z] 41b27a9f41bf: Pull complete [2020-06-17T18:53:20.295Z] 28c525ee5125: Pull complete [2020-06-17T18:53:22.995Z] 094b1ea09ed8: Pull complete [2020-06-17T18:53:23.260Z] 138eaada9080: Pull complete [2020-06-17T18:53:24.662Z] 0622d0fa9048: Pull complete [2020-06-17T18:53:24.662Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-17T18:53:24.662Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-17T18:53:24.662Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-17T18:53:25.244Z] prd-centos7-docker-4c-2g-3387 does not seem to be running inside a container [2020-06-17T18:53:25.511Z] $ 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-153 -v /w/workspace/gexfoundry_device-mqtt-go_PR-153:/w/workspace/gexfoundry_device-mqtt-go_PR-153:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-153@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-153@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:10003/edgex-lftools-log-publisher:alpine cat [2020-06-17T18:53:29.512Z] $ docker top 580704d7643a7607741c6af2d87a5e8e49e640d247e666fb6df95b48f8eec8df -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-17T18:53:29.783Z] provisioning config files... [2020-06-17T18:53:29.813Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-153@tmp/config5533511421357909412tmp [Pipeline] { [Pipeline] echo [2020-06-17T18:53:29.893Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-17T18:53:30.277Z] ---> create-netrc.sh [Pipeline] echo [2020-06-17T18:53:30.308Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-17T18:53:31.082Z] ---> logs-deploy.sh [2020-06-17T18:53:31.082Z] + ARCHIVE_ARTIFACTS= [2020-06-17T18:53:31.082Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-17T18:53:31.082Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-17T18:53:31.082Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-17T18:53:31.082Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-153/1 [2020-06-17T18:53:31.082Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-mqtt-go/job/PR-153/1/ [2020-06-17T18:53:31.083Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-153/1 /w/workspace/gexfoundry_device-mqtt-go_PR-153 [2020-06-17T18:53:32.654Z] Archives upload complete. [2020-06-17T18:53:32.930Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-153/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-mqtt-go/job/PR-153/1/