Pull request #150 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of tonyespy for edgexfoundry/device-mqtt-go Loading trusted files from base branch master at 8b9d4518ce44b452ea6e7170c38b8c7009d29236 rather than 48947cc8b8b5d9fb4be365185986578b7981ce8f Obtained Jenkinsfile from 8b9d4518ce44b452ea6e7170c38b8c7009d29236 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 370697454611dc68c0596e0d0a50477a8de841a8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, goVersion:1.13, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-mqtt-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: true [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-2498 in /w/workspace/gexfoundry_device-mqtt-go_PR-150 [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-150 # 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/150/head:refs/remotes/origin/PR-150 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/150/head:refs/remotes/origin/PR-150 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 8b9d4518ce44b452ea6e7170c38b8c7009d29236 into PR head commit 48947cc8b8b5d9fb4be365185986578b7981ce8f Merge succeeded, producing 48947cc8b8b5d9fb4be365185986578b7981ce8f Checking out Revision 48947cc8b8b5d9fb4be365185986578b7981ce8f (PR-150) > 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/150/head:refs/remotes/origin/PR-150 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 48947cc8b8b5d9fb4be365185986578b7981ce8f # 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 8b9d4518ce44b452ea6e7170c38b8c7009d29236 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 48947cc8b8b5d9fb4be365185986578b7981ce8f # timeout=10 Commit message: "snap: add env override for ProfilesDir" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-11T00:15:28.575Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk c418d371bc54cc5a2f15a6864e3b1205028dfdad # timeout=10 [2020-06-11T00:15:28.689Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-11T00:15:28.729Z] ========================================================= [2020-06-11T00:15:28.729Z] EdgeX Global Pipelines Version Info [2020-06-11T00:15:28.729Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-11T00:15:30.581Z] ------------------- [2020-06-11T00:15:30.581Z] stable info: [2020-06-11T00:15:30.581Z] ------------------- [2020-06-11T00:15:30.581Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-11T00:15:30.581Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-11T00:15:30.581Z] Message: update stable to v1.0.89 [2020-06-11T00:15:31.152Z] ------------------- [2020-06-11T00:15:31.152Z] experimental info: [2020-06-11T00:15:31.152Z] ------------------- [2020-06-11T00:15:31.152Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-11T00:15:31.152Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-11T00:15:31.152Z] 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-11T00:15:32.698Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-11T00:15:32.960Z] [2020-06-11T00:15:32.960Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-11T00:15:33.290Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-11T00:15:33.290Z] latest: Pulling from edgex-devops/git-semver [2020-06-11T00:15:33.290Z] 9123ac7c32f7: Pulling fs layer [2020-06-11T00:15:33.290Z] b8cc5d1170e3: Pulling fs layer [2020-06-11T00:15:33.290Z] 2924cbbf6a41: Pulling fs layer [2020-06-11T00:15:33.290Z] 93b08a4f1073: Pulling fs layer [2020-06-11T00:15:33.290Z] 93b08a4f1073: Waiting [2020-06-11T00:15:33.290Z] b8cc5d1170e3: Verifying Checksum [2020-06-11T00:15:33.290Z] b8cc5d1170e3: Download complete [2020-06-11T00:15:33.290Z] 9123ac7c32f7: Verifying Checksum [2020-06-11T00:15:33.290Z] 9123ac7c32f7: Download complete [2020-06-11T00:15:33.559Z] 2924cbbf6a41: Verifying Checksum [2020-06-11T00:15:33.559Z] 2924cbbf6a41: Download complete [2020-06-11T00:15:33.559Z] 93b08a4f1073: Verifying Checksum [2020-06-11T00:15:33.559Z] 93b08a4f1073: Download complete [2020-06-11T00:15:33.823Z] 9123ac7c32f7: Pull complete [2020-06-11T00:15:33.823Z] b8cc5d1170e3: Pull complete [2020-06-11T00:15:34.785Z] 2924cbbf6a41: Pull complete [2020-06-11T00:15:35.047Z] 93b08a4f1073: Pull complete [2020-06-11T00:15:35.047Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-11T00:15:35.047Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-11T00:15:35.047Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-11T00:15:35.147Z] prd-centos7-docker-4c-2g-2498 does not seem to be running inside a container [2020-06-11T00:15:35.188Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-150 -v /w/workspace/gexfoundry_device-mqtt-go_PR-150:/w/workspace/gexfoundry_device-mqtt-go_PR-150:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-150@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-150@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-11T00:15:37.250Z] $ docker top 26bfdedf78653bf435e1f5608eacc0e06fd9f3bbe50271de9281d984737ee9da -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-11T00:15:37.429Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-11T00:15:37.429Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-11T00:15:37.632Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-11T00:15:37.638Z] $ docker exec 26bfdedf78653bf435e1f5608eacc0e06fd9f3bbe50271de9281d984737ee9da ssh-agent [2020-06-11T00:15:37.806Z] SSH_AUTH_SOCK=/tmp/ssh-2DAmePVDpnew/agent.12 [2020-06-11T00:15:37.806Z] SSH_AGENT_PID=17 [2020-06-11T00:15:37.816Z] Running ssh-add (command line suppressed) [2020-06-11T00:15:37.943Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-150@tmp/private_key_5684368313090335407.key (/w/workspace/gexfoundry_device-mqtt-go_PR-150@tmp/private_key_5684368313090335407.key) [2020-06-11T00:15:37.990Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-11T00:15:38.310Z] + git describe --exact-match --tags HEAD [2020-06-11T00:15:38.310Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-11T00:15:38.368Z] $ docker exec --env ******** --env ******** 26bfdedf78653bf435e1f5608eacc0e06fd9f3bbe50271de9281d984737ee9da ssh-agent -k [2020-06-11T00:15:38.492Z] unset SSH_AUTH_SOCK; [2020-06-11T00:15:38.492Z] unset SSH_AGENT_PID; [2020-06-11T00:15:38.492Z] echo Agent pid 17 killed; [2020-06-11T00:15:38.535Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-11T00:15:38.575Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-11T00:15:38.575Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-11T00:15:38.621Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-11T00:15:38.621Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-11T00:15:38.791Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-11T00:15:38.797Z] $ docker exec 26bfdedf78653bf435e1f5608eacc0e06fd9f3bbe50271de9281d984737ee9da ssh-agent [2020-06-11T00:15:38.972Z] SSH_AUTH_SOCK=/tmp/ssh-miH2neZTZtXN/agent.46 [2020-06-11T00:15:38.972Z] SSH_AGENT_PID=52 [2020-06-11T00:15:38.987Z] Running ssh-add (command line suppressed) [2020-06-11T00:15:39.107Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-150@tmp/private_key_2320616374938700864.key (/w/workspace/gexfoundry_device-mqtt-go_PR-150@tmp/private_key_2320616374938700864.key) [2020-06-11T00:15:39.156Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-11T00:15:39.460Z] + git semver init [2020-06-11T00:15:39.460Z] # -> Open(): unable to determine branch for HEAD [2020-06-11T00:15:39.460Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-150/.git [2020-06-11T00:15:39.460Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-150 [2020-06-11T00:15:39.460Z] # $SEMVER_REMOTE_NAME = origin [2020-06-11T00:15:39.460Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-11T00:15:39.460Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-11T00:15:39.460Z] # $SEMVER_BRANCH = PR-150 [2020-06-11T00:15:39.460Z] # $SEMVER_TEMP = /tmp/semver-208894298 [2020-06-11T00:15:39.460Z] # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP [2020-06-11T00:15:39.722Z] # '/tmp/semver-208894298' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-150/.semver' [2020-06-11T00:15:39.722Z] # -> Force: false [2020-06-11T00:15:39.722Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-150/.semver [Pipeline] } [2020-06-11T00:15:39.735Z] $ docker exec --env ******** --env ******** 26bfdedf78653bf435e1f5608eacc0e06fd9f3bbe50271de9281d984737ee9da ssh-agent -k [2020-06-11T00:15:39.868Z] unset SSH_AUTH_SOCK; [2020-06-11T00:15:39.868Z] unset SSH_AGENT_PID; [2020-06-11T00:15:39.868Z] echo Agent pid 52 killed; [2020-06-11T00:15:39.913Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-11T00:15:40.273Z] + git semver [Pipeline] } [2020-06-11T00:15:40.290Z] $ docker stop --time=1 26bfdedf78653bf435e1f5608eacc0e06fd9f3bbe50271de9281d984737ee9da [2020-06-11T00:15:41.607Z] $ docker rm -f 26bfdedf78653bf435e1f5608eacc0e06fd9f3bbe50271de9281d984737ee9da [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-11T00:15:42.198Z] Stashed 26 file(s) [Pipeline] echo [2020-06-11T00:15:42.200Z] [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-11T00:15:57.380Z] Still waiting to schedule task [2020-06-11T00:15:57.380Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-06-11T00:15:57.382Z] Still waiting to schedule task [2020-06-11T00:15:57.382Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-06-11T00:18:02.624Z] Running on prd-centos7-docker-4c-2g-2499 in /w/workspace/gexfoundry_device-mqtt-go_PR-150 [Pipeline] { [Pipeline] ws [2020-06-11T00:18:02.650Z] Running in /w/workspace/device-mqtt-go/4 [Pipeline] { [Pipeline] checkout [2020-06-11T00:18:05.184Z] using credential edgex-jenkins-ssh [2020-06-11T00:18:05.210Z] Cloning the remote Git repository [2020-06-11T00:18:05.210Z] Cloning with configured refspecs honoured and without tags [2020-06-11T00:18:05.881Z] Fetching without tags [2020-06-11T00:18:05.233Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-11T00:18:05.298Z] > git init /w/workspace/device-mqtt-go/4 # timeout=10 [2020-06-11T00:18:05.349Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-11T00:18:05.349Z] > git --version # timeout=10 [2020-06-11T00:18:05.356Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T00:18:05.383Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/150/head:refs/remotes/origin/PR-150 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T00:18:05.845Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-06-11T00:18:05.856Z] > git config --add remote.origin.fetch +refs/pull/150/head:refs/remotes/origin/PR-150 # timeout=10 [2020-06-11T00:18:05.862Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T00:18:05.874Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-06-11T00:18:05.885Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-11T00:18:05.885Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T00:18:05.889Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/150/head:refs/remotes/origin/PR-150 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T00:18:06.248Z] Merging remotes/origin/master commit 8b9d4518ce44b452ea6e7170c38b8c7009d29236 into PR head commit 48947cc8b8b5d9fb4be365185986578b7981ce8f [2020-06-11T00:18:06.320Z] Merge succeeded, producing 48947cc8b8b5d9fb4be365185986578b7981ce8f [2020-06-11T00:18:06.321Z] Checking out Revision 48947cc8b8b5d9fb4be365185986578b7981ce8f (PR-150) [2020-06-11T00:18:06.254Z] > git config core.sparsecheckout # timeout=10 [2020-06-11T00:18:06.260Z] > git checkout -f 48947cc8b8b5d9fb4be365185986578b7981ce8f # timeout=10 [2020-06-11T00:18:06.290Z] > git remote # timeout=10 [2020-06-11T00:18:06.295Z] > git config --get remote.origin.url # timeout=10 [2020-06-11T00:18:06.301Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T00:18:06.304Z] > git merge 8b9d4518ce44b452ea6e7170c38b8c7009d29236 # timeout=10 [2020-06-11T00:18:06.313Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-06-11T00:18:06.322Z] > git config core.sparsecheckout # timeout=10 [2020-06-11T00:18:06.327Z] > git checkout -f 48947cc8b8b5d9fb4be365185986578b7981ce8f # timeout=10 [2020-06-11T00:18:10.018Z] Commit message: "snap: add env override for ProfilesDir" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-11T00:18:10.732Z] ========================================================= [2020-06-11T00:18:10.733Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-06-11T00:18:10.733Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-11T00:18:11.462Z] + 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-11T00:18:11.728Z] Sending build context to Docker daemon 571.9kB [2020-06-11T00:18:11.728Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-11T00:18:11.728Z] Step 2/8 : FROM ${BASE} [2020-06-11T00:18:11.728Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-06-11T00:18:11.728Z] e6b0cf9c0882: Pulling fs layer [2020-06-11T00:18:11.728Z] 2848faf0eed1: Pulling fs layer [2020-06-11T00:18:11.728Z] 0f37312ad70f: Pulling fs layer [2020-06-11T00:18:11.728Z] 5788d62ee057: Pulling fs layer [2020-06-11T00:18:11.728Z] 0e6b1d234666: Pulling fs layer [2020-06-11T00:18:11.728Z] bf5d7aec512f: Pulling fs layer [2020-06-11T00:18:11.728Z] 34c802a77dc8: Pulling fs layer [2020-06-11T00:18:11.728Z] 9eb99e56ec68: Pulling fs layer [2020-06-11T00:18:11.728Z] 27c7a5d97fbd: Pulling fs layer [2020-06-11T00:18:11.728Z] 5c102a31e300: Pulling fs layer [2020-06-11T00:18:11.728Z] dcfb455df0a1: Pulling fs layer [2020-06-11T00:18:11.728Z] 34c802a77dc8: Waiting [2020-06-11T00:18:11.728Z] 9eb99e56ec68: Waiting [2020-06-11T00:18:11.728Z] 27c7a5d97fbd: Waiting [2020-06-11T00:18:11.728Z] 5c102a31e300: Waiting [2020-06-11T00:18:11.728Z] dcfb455df0a1: Waiting [2020-06-11T00:18:11.728Z] 5788d62ee057: Waiting [2020-06-11T00:18:11.728Z] 0e6b1d234666: Waiting [2020-06-11T00:18:11.728Z] bf5d7aec512f: Waiting [2020-06-11T00:18:11.728Z] 0f37312ad70f: Verifying Checksum [2020-06-11T00:18:11.728Z] 0f37312ad70f: Download complete [2020-06-11T00:18:11.728Z] 2848faf0eed1: Verifying Checksum [2020-06-11T00:18:11.728Z] 2848faf0eed1: Download complete [2020-06-11T00:18:12.000Z] 0e6b1d234666: Verifying Checksum [2020-06-11T00:18:12.000Z] 0e6b1d234666: Download complete [2020-06-11T00:18:12.000Z] bf5d7aec512f: Verifying Checksum [2020-06-11T00:18:12.000Z] bf5d7aec512f: Download complete [2020-06-11T00:18:12.000Z] e6b0cf9c0882: Verifying Checksum [2020-06-11T00:18:12.000Z] e6b0cf9c0882: Download complete [2020-06-11T00:18:12.266Z] e6b0cf9c0882: Pull complete [2020-06-11T00:18:12.532Z] 34c802a77dc8: Verifying Checksum [2020-06-11T00:18:12.532Z] 34c802a77dc8: Download complete [2020-06-11T00:18:12.532Z] 27c7a5d97fbd: Verifying Checksum [2020-06-11T00:18:12.532Z] 27c7a5d97fbd: Download complete [2020-06-11T00:18:13.120Z] 5c102a31e300: Verifying Checksum [2020-06-11T00:18:13.120Z] 5c102a31e300: Download complete [2020-06-11T00:18:13.383Z] dcfb455df0a1: Verifying Checksum [2020-06-11T00:18:13.383Z] dcfb455df0a1: Download complete [2020-06-11T00:18:13.383Z] 9eb99e56ec68: Verifying Checksum [2020-06-11T00:18:13.383Z] 9eb99e56ec68: Download complete [2020-06-11T00:18:13.383Z] 5788d62ee057: Verifying Checksum [2020-06-11T00:18:13.383Z] 5788d62ee057: Download complete [2020-06-11T00:18:14.324Z] 2848faf0eed1: Pull complete [2020-06-11T00:18:14.587Z] 0f37312ad70f: Pull complete [2020-06-11T00:18:19.888Z] 5788d62ee057: Pull complete [2020-06-11T00:18:19.888Z] 0e6b1d234666: Pull complete [2020-06-11T00:18:19.888Z] bf5d7aec512f: Pull complete [2020-06-11T00:18:28.039Z] 34c802a77dc8: Pull complete [2020-06-11T00:18:30.588Z] 9eb99e56ec68: Pull complete [2020-06-11T00:18:30.588Z] 27c7a5d97fbd: Pull complete [2020-06-11T00:18:31.162Z] 5c102a31e300: Pull complete [2020-06-11T00:18:31.424Z] dcfb455df0a1: Pull complete [2020-06-11T00:18:31.424Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-06-11T00:18:31.424Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-06-11T00:18:31.424Z] ---> 7c70fe431013 [2020-06-11T00:18:31.424Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-06-11T00:18:32.369Z] ---> Running in 5f2c6f47d8f6 [2020-06-11T00:18:32.369Z] Removing intermediate container 5f2c6f47d8f6 [2020-06-11T00:18:32.369Z] ---> 9fed9f5594ed [2020-06-11T00:18:32.369Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-11T00:18:32.369Z] ---> Running in a789f9f22c5c [2020-06-11T00:18:34.294Z] Removing intermediate container a789f9f22c5c [2020-06-11T00:18:34.294Z] ---> 2f8cb55a5cb2 [2020-06-11T00:18:34.294Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-06-11T00:18:34.294Z] ---> Running in 7a29eb18058b [2020-06-11T00:18:34.870Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-11T00:18:35.812Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-11T00:18:36.074Z] (1/17) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) [2020-06-11T00:18:36.336Z] (2/17) Installing libmagic (5.37-r1) [2020-06-11T00:18:36.599Z] (3/17) Installing file (5.37-r1) [2020-06-11T00:18:36.599Z] (4/17) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) [2020-06-11T00:18:36.861Z] (5/17) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) [2020-06-11T00:18:36.861Z] (6/17) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-11T00:18:45.011Z] (7/17) Installing libc-dev (0.7.2-r0) [2020-06-11T00:18:45.011Z] (8/17) Installing g++ (9.2.0-r4) [2020-06-11T00:18:50.310Z] (9/17) Installing fortify-headers (1.1-r0) [2020-06-11T00:18:50.310Z] (10/17) Installing build-base (0.5-r1) [2020-06-11T00:18:50.310Z] (11/17) Installing openssh-keygen (8.1_p1-r0) [2020-06-11T00:18:50.310Z] (12/17) Installing libedit (20191211.3.1-r0) [2020-06-11T00:18:50.571Z] (13/17) Installing openssh-client (8.1_p1-r0) [2020-06-11T00:18:50.833Z] (14/17) Installing openssh-sftp-server (8.1_p1-r0) [2020-06-11T00:18:50.833Z] (15/17) Installing openssh-server-common (8.1_p1-r0) [2020-06-11T00:18:51.094Z] (16/17) Installing openssh-server (8.1_p1-r0) [2020-06-11T00:18:51.094Z] (17/17) Installing openssh (8.1_p1-r0) [2020-06-11T00:18:51.358Z] Executing busybox-1.31.1-r8.trigger [2020-06-11T00:18:51.358Z] OK: 214 MiB in 52 packages [2020-06-11T00:18:53.622Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2500 in /w/workspace/gexfoundry_device-mqtt-go_PR-150 [Pipeline] { [Pipeline] ws [2020-06-11T00:18:53.646Z] Running in /w/workspace/device-mqtt-go/4 [Pipeline] { [Pipeline] checkout [2020-06-11T00:18:55.578Z] Removing intermediate container 7a29eb18058b [2020-06-11T00:18:55.578Z] ---> f175e95ed376 [2020-06-11T00:18:55.578Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-06-11T00:18:55.578Z] ---> Running in 9ad7246a9669 [2020-06-11T00:18:55.578Z] Removing intermediate container 9ad7246a9669 [2020-06-11T00:18:55.578Z] ---> 6bc3bb94cdff [2020-06-11T00:18:55.578Z] Step 7/8 : COPY . . [2020-06-11T00:18:55.843Z] ---> d6af84d7c76c [2020-06-11T00:18:55.843Z] Step 8/8 : RUN go mod download [2020-06-11T00:18:55.843Z] ---> Running in c1de84f0a477 [2020-06-11T00:18:58.402Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-11T00:18:58.402Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-11T00:18:58.403Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-11T00:18:58.403Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T00:18:58.403Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-11T00:18:58.403Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-11T00:18:58.403Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T00:18:58.403Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-11T00:18:58.403Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-11T00:18:58.403Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-06-11T00:18:58.403Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-06-11T00:18:58.403Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T00:18:58.403Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T00:18:58.403Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T00:18:58.403Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T00:18:58.403Z] go: finding github.com/fatih/color v1.7.0 [2020-06-11T00:18:58.403Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T00:18:58.403Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-11T00:18:58.403Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T00:18:58.403Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-11T00:18:58.403Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-11T00:18:58.403Z] go: finding github.com/google/uuid v1.1.1 [2020-06-11T00:18:58.403Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-11T00:18:58.403Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-11T00:18:58.403Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-11T00:18:58.403Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-11T00:18:58.403Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T00:18:58.403Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T00:18:58.403Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-11T00:18:58.403Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-11T00:18:58.403Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T00:18:58.403Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-11T00:18:58.403Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-11T00:18:58.403Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-11T00:18:58.403Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-11T00:18:58.403Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-11T00:18:58.403Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-11T00:18:58.403Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-11T00:18:58.403Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-11T00:18:58.403Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-11T00:18:58.403Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-11T00:18:58.403Z] go: finding github.com/kr/pretty v0.1.0 [2020-06-11T00:18:58.403Z] go: finding github.com/kr/pty v1.1.1 [2020-06-11T00:18:58.403Z] go: finding github.com/kr/text v0.1.0 [2020-06-11T00:18:58.403Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-11T00:18:58.403Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-11T00:18:58.403Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-11T00:18:58.403Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-11T00:18:58.403Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T00:18:58.403Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-11T00:18:58.403Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-11T00:18:58.403Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-11T00:18:58.403Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-11T00:18:58.403Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-11T00:18:58.403Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T00:18:58.403Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T00:18:58.403Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-11T00:18:58.403Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-11T00:18:58.403Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-11T00:18:58.403Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-11T00:18:58.403Z] go: finding github.com/posener/complete v1.1.1 [2020-06-11T00:18:58.403Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-11T00:18:58.403Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-11T00:18:58.403Z] go: finding github.com/spf13/cast v1.3.0 [2020-06-11T00:18:58.403Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-11T00:18:58.403Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-11T00:18:58.403Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-11T00:18:58.403Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-11T00:18:58.403Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-11T00:18:58.635Z] using credential edgex-jenkins-ssh [2020-06-11T00:18:58.667Z] Cloning the remote Git repository [2020-06-11T00:18:58.667Z] Cloning with configured refspecs honoured and without tags [2020-06-11T00:18:58.667Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-11T00:18:58.667Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-11T00:18:58.667Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-11T00:18:58.667Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-06-11T00:18:58.667Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-11T00:18:58.667Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-11T00:18:59.787Z] Fetching without tags [2020-06-11T00:18:58.684Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-11T00:18:58.803Z] > git init /w/workspace/device-mqtt-go/4 # timeout=10 [2020-06-11T00:18:58.878Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-11T00:18:58.879Z] > git --version # timeout=10 [2020-06-11T00:18:58.902Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T00:18:58.974Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/150/head:refs/remotes/origin/PR-150 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T00:18:59.655Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-06-11T00:18:59.682Z] > git config --add remote.origin.fetch +refs/pull/150/head:refs/remotes/origin/PR-150 # timeout=10 [2020-06-11T00:18:59.697Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T00:18:59.724Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-06-11T00:18:59.759Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-11T00:18:59.759Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T00:18:59.771Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/150/head:refs/remotes/origin/PR-150 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T00:19:00.263Z] Merging remotes/origin/master commit 8b9d4518ce44b452ea6e7170c38b8c7009d29236 into PR head commit 48947cc8b8b5d9fb4be365185986578b7981ce8f [2020-06-11T00:19:00.471Z] Merge succeeded, producing 48947cc8b8b5d9fb4be365185986578b7981ce8f [2020-06-11T00:19:00.471Z] Checking out Revision 48947cc8b8b5d9fb4be365185986578b7981ce8f (PR-150) [2020-06-11T00:19:00.243Z] > git config core.sparsecheckout # timeout=10 [2020-06-11T00:19:00.262Z] > git checkout -f 48947cc8b8b5d9fb4be365185986578b7981ce8f # timeout=10 [2020-06-11T00:19:00.347Z] > git remote # timeout=10 [2020-06-11T00:19:00.363Z] > git config --get remote.origin.url # timeout=10 [2020-06-11T00:19:00.379Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T00:19:00.390Z] > git merge 8b9d4518ce44b452ea6e7170c38b8c7009d29236 # timeout=10 [2020-06-11T00:19:00.417Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-06-11T00:19:00.439Z] > git config core.sparsecheckout # timeout=10 [2020-06-11T00:19:00.451Z] > git checkout -f 48947cc8b8b5d9fb4be365185986578b7981ce8f # timeout=10 [2020-06-11T00:19:05.048Z] Commit message: "snap: add env override for ProfilesDir" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-11T00:19:05.881Z] ========================================================= [2020-06-11T00:19:05.881Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-11T00:19:05.881Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-11T00:19:06.942Z] Removing intermediate container c1de84f0a477 [2020-06-11T00:19:06.942Z] ---> 464adcf7cace [2020-06-11T00:19:06.942Z] Successfully built 464adcf7cace [2020-06-11T00:19:06.942Z] Successfully tagged ci-base-image-x86_64:latest [2020-06-11T00:19:06.960Z] + 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 . [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-11T00:19:07.411Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-11T00:19:07.411Z] . [Pipeline] withDockerContainer [2020-06-11T00:19:07.507Z] prd-centos7-docker-4c-2g-2499 does not seem to be running inside a container [2020-06-11T00:19:07.550Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/4 -v /w/workspace/device-mqtt-go/4:/w/workspace/device-mqtt-go/4:rw,z -v /w/workspace/device-mqtt-go/4@tmp:/w/workspace/device-mqtt-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-06-11T00:19:07.955Z] Sending build context to Docker daemon 571.9kB [2020-06-11T00:19:07.955Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-11T00:19:07.955Z] Step 2/8 : FROM ${BASE} [2020-06-11T00:19:08.232Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-06-11T00:19:08.233Z] cde5963f3b93: Pulling fs layer [2020-06-11T00:19:08.233Z] 2a23fa8c16f7: Pulling fs layer [2020-06-11T00:19:08.233Z] 777b28850792: Pulling fs layer [2020-06-11T00:19:08.233Z] 8a11ddd9e578: Pulling fs layer [2020-06-11T00:19:08.233Z] 4cf88f913ddb: Pulling fs layer [2020-06-11T00:19:08.233Z] 1df406cf5192: Pulling fs layer [2020-06-11T00:19:08.233Z] cd6300453558: Pulling fs layer [2020-06-11T00:19:08.233Z] b9c365052c96: Pulling fs layer [2020-06-11T00:19:08.233Z] a2d8cc88f415: Pulling fs layer [2020-06-11T00:19:08.233Z] ea1d1ca13537: Pulling fs layer [2020-06-11T00:19:08.233Z] 3750a50a1c5e: Pulling fs layer [2020-06-11T00:19:08.233Z] cd6300453558: Waiting [2020-06-11T00:19:08.233Z] b9c365052c96: Waiting [2020-06-11T00:19:08.233Z] a2d8cc88f415: Waiting [2020-06-11T00:19:08.233Z] ea1d1ca13537: Waiting [2020-06-11T00:19:08.233Z] 3750a50a1c5e: Waiting [2020-06-11T00:19:08.233Z] 8a11ddd9e578: Waiting [2020-06-11T00:19:08.233Z] 1df406cf5192: Waiting [2020-06-11T00:19:08.233Z] 4cf88f913ddb: Waiting [2020-06-11T00:19:08.233Z] 777b28850792: Verifying Checksum [2020-06-11T00:19:08.233Z] 777b28850792: Download complete [2020-06-11T00:19:08.233Z] 2a23fa8c16f7: Download complete [2020-06-11T00:19:08.233Z] 4cf88f913ddb: Verifying Checksum [2020-06-11T00:19:08.233Z] 4cf88f913ddb: Download complete [2020-06-11T00:19:08.233Z] 1df406cf5192: Download complete [2020-06-11T00:19:08.233Z] cde5963f3b93: Verifying Checksum [2020-06-11T00:19:08.233Z] cde5963f3b93: Download complete [2020-06-11T00:19:08.833Z] $ docker top f90acfdceebe94f3eb4088aa0e2c15836cc41a73e65d2b5371f2b313be252be7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-11T00:19:09.240Z] cde5963f3b93: Pull complete [2020-06-11T00:19:09.271Z] + go version [2020-06-11T00:19:09.271Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-06-11T00:19:09.573Z] + make test [2020-06-11T00:19:09.573Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-06-11T00:19:09.842Z] 2a23fa8c16f7: Pull complete [2020-06-11T00:19:10.126Z] 777b28850792: Pull complete [2020-06-11T00:19:10.527Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-06-11T00:19:11.111Z] cd6300453558: Verifying Checksum [2020-06-11T00:19:11.112Z] cd6300453558: Download complete [2020-06-11T00:19:11.386Z] a2d8cc88f415: Verifying Checksum [2020-06-11T00:19:11.386Z] a2d8cc88f415: Download complete [2020-06-11T00:19:12.367Z] b9c365052c96: Verifying Checksum [2020-06-11T00:19:12.367Z] b9c365052c96: Download complete [2020-06-11T00:19:12.367Z] 3750a50a1c5e: Verifying Checksum [2020-06-11T00:19:12.367Z] 3750a50a1c5e: Download complete [2020-06-11T00:19:12.638Z] ea1d1ca13537: Verifying Checksum [2020-06-11T00:19:12.638Z] ea1d1ca13537: Download complete [2020-06-11T00:19:13.620Z] 8a11ddd9e578: Verifying Checksum [2020-06-11T00:19:13.620Z] 8a11ddd9e578: Download complete [2020-06-11T00:19:20.656Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-06-11T00:19:20.918Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.007s coverage: 29.8% of statements [2020-06-11T00:19:20.918Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-06-11T00:19:21.184Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-11T00:19:23.126Z] gofmt -l . [2020-06-11T00:19:23.126Z] ["`gofmt -l .`" = ""] [2020-06-11T00:19:23.126Z] ./bin/test-attribution-txt.sh [2020-06-11T00:19:23.700Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-06-11T00:19:24.328Z] Stashed 1 file(s) [Pipeline] } [2020-06-11T00:19:24.333Z] $ docker stop --time=1 f90acfdceebe94f3eb4088aa0e2c15836cc41a73e65d2b5371f2b313be252be7 [2020-06-11T00:19:26.035Z] 8a11ddd9e578: Pull complete [2020-06-11T00:19:26.035Z] 4cf88f913ddb: Pull complete [2020-06-11T00:19:26.035Z] 1df406cf5192: Pull complete [2020-06-11T00:19:27.826Z] $ docker rm -f f90acfdceebe94f3eb4088aa0e2c15836cc41a73e65d2b5371f2b313be252be7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-11T00:19:29.446Z] cd6300453558: Pull complete [2020-06-11T00:19:29.674Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-11T00:19:29.966Z] + ls -al . [2020-06-11T00:19:29.966Z] total 100 [2020-06-11T00:19:29.966Z] drwxrwxr-x. 9 jenkins jenkins 4096 Jun 11 00:19 . [2020-06-11T00:19:29.966Z] drwxrwxr-x. 4 jenkins jenkins 28 Jun 11 00:18 .. [2020-06-11T00:19:29.966Z] -rw-rw-r--. 1 jenkins jenkins 4678 Jun 11 00:18 Attribution.txt [2020-06-11T00:19:29.966Z] drwxrwxr-x. 2 jenkins jenkins 87 Jun 11 00:18 bin [2020-06-11T00:19:29.966Z] drwxrwxr-x. 3 jenkins jenkins 32 Jun 11 00:18 cmd [2020-06-11T00:19:29.966Z] -rw-r--r--. 1 jenkins jenkins 18214 Jun 11 00:19 coverage.out [2020-06-11T00:19:29.966Z] -rw-rw-r--. 1 jenkins jenkins 1776 Jun 11 00:18 Dockerfile [2020-06-11T00:19:29.966Z] -rw-rw-r--. 1 jenkins jenkins 953 Jun 11 00:18 Dockerfile.build [2020-06-11T00:19:29.966Z] -rw-rw-r--. 1 jenkins jenkins 140 Jun 11 00:18 .dockerignore [2020-06-11T00:19:29.966Z] drwxrwxr-x. 8 jenkins jenkins 179 Jun 11 00:18 .git [2020-06-11T00:19:29.966Z] -rw-rw-r--. 1 jenkins jenkins 328 Jun 11 00:18 .gitignore [2020-06-11T00:19:29.966Z] -rw-r--r--. 1 jenkins jenkins 510 Jun 11 00:19 go.mod [2020-06-11T00:19:29.966Z] -rw-r--r--. 1 jenkins jenkins 13621 Jun 11 00:19 go.sum [2020-06-11T00:19:29.966Z] drwxrwxr-x. 3 jenkins jenkins 20 Jun 11 00:18 internal [2020-06-11T00:19:29.966Z] -rw-rw-r--. 1 jenkins jenkins 700 Jun 11 00:18 Jenkinsfile [2020-06-11T00:19:29.966Z] -rw-rw-r--. 1 jenkins jenkins 11340 Jun 11 00:18 LICENSE [2020-06-11T00:19:29.966Z] -rw-rw-r--. 1 jenkins jenkins 902 Jun 11 00:18 Makefile [2020-06-11T00:19:29.966Z] drwxrwxr-x. 2 jenkins jenkins 23 Jun 11 00:18 mock [2020-06-11T00:19:29.966Z] -rw-rw-r--. 1 jenkins jenkins 444 Jun 11 00:18 README.md [2020-06-11T00:19:29.966Z] drwxrwxr-x. 3 jenkins jenkins 58 Jun 11 00:18 .semver [2020-06-11T00:19:29.966Z] drwxrwxr-x. 4 jenkins jenkins 54 Jun 11 00:18 snap [2020-06-11T00:19:29.966Z] -rw-rw-r--. 1 jenkins jenkins 5 Jun 11 00:15 VERSION [2020-06-11T00:19:29.966Z] -rw-rw-r--. 1 jenkins jenkins 227 Jun 11 00:18 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-11T00:19:30.266Z] + 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=48947cc8b8b5d9fb4be365185986578b7981ce8f --label arch=amd64 --label version=0.0.0 . [2020-06-11T00:19:30.266Z] Sending build context to Docker daemon 590.8kB [2020-06-11T00:19:30.266Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-06-11T00:19:30.266Z] Step 2/21 : FROM ${BASE} AS builder [2020-06-11T00:19:30.266Z] ---> 464adcf7cace [2020-06-11T00:19:30.266Z] Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-06-11T00:19:30.528Z] ---> Running in 19d2aac072b7 [2020-06-11T00:19:30.528Z] Removing intermediate container 19d2aac072b7 [2020-06-11T00:19:30.528Z] ---> 8e73680c0b12 [2020-06-11T00:19:30.789Z] Step 4/21 : ARG ALPINE_PKG_EXTRA="" [2020-06-11T00:19:30.789Z] ---> Running in da1b62b12690 [2020-06-11T00:19:30.789Z] Removing intermediate container da1b62b12690 [2020-06-11T00:19:30.789Z] ---> ffa3a4c58b5f [2020-06-11T00:19:30.789Z] Step 5/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-11T00:19:31.054Z] ---> Running in e8245addd845 [2020-06-11T00:19:31.638Z] Removing intermediate container e8245addd845 [2020-06-11T00:19:31.638Z] ---> fea4c26914a2 [2020-06-11T00:19:31.638Z] Step 6/21 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-11T00:19:31.901Z] ---> Running in 23ded7e3f561 [2020-06-11T00:19:32.481Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-11T00:19:33.051Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-11T00:19:33.317Z] OK: 214 MiB in 52 packages [2020-06-11T00:19:33.895Z] Removing intermediate container 23ded7e3f561 [2020-06-11T00:19:33.895Z] ---> 38daa623103c [2020-06-11T00:19:33.895Z] Step 7/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-06-11T00:19:33.895Z] ---> Running in d961acdd13a3 [2020-06-11T00:19:34.156Z] Removing intermediate container d961acdd13a3 [2020-06-11T00:19:34.156Z] ---> 8210b505a4f3 [2020-06-11T00:19:34.156Z] Step 8/21 : COPY . . [2020-06-11T00:19:34.728Z] ---> 2e3504e3dd20 [2020-06-11T00:19:34.728Z] Step 9/21 : ARG MAKE='make build' [2020-06-11T00:19:34.728Z] ---> Running in 09c8067a0fe1 [2020-06-11T00:19:34.847Z] b9c365052c96: Pull complete [2020-06-11T00:19:34.847Z] a2d8cc88f415: Pull complete [2020-06-11T00:19:34.989Z] Removing intermediate container 09c8067a0fe1 [2020-06-11T00:19:34.989Z] ---> 75d0c50b8692 [2020-06-11T00:19:34.990Z] Step 10/21 : RUN $MAKE [2020-06-11T00:19:34.990Z] ---> Running in 85a55462ff20 [2020-06-11T00:19:35.564Z] 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-11T00:19:36.283Z] ea1d1ca13537: Pull complete [2020-06-11T00:19:36.879Z] 3750a50a1c5e: Pull complete [2020-06-11T00:19:36.879Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-06-11T00:19:36.879Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-11T00:19:36.879Z] ---> 78745c68409d [2020-06-11T00:19:36.879Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-06-11T00:19:42.289Z] ---> Running in b2d0f8b60f04 [2020-06-11T00:19:42.289Z] Removing intermediate container b2d0f8b60f04 [2020-06-11T00:19:42.289Z] ---> 86ce0dc6de2f [2020-06-11T00:19:42.289Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-11T00:19:42.289Z] ---> Running in f24bb2bc9d61 [2020-06-11T00:19:44.916Z] Removing intermediate container f24bb2bc9d61 [2020-06-11T00:19:44.916Z] ---> 41f10020958f [2020-06-11T00:19:44.916Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-06-11T00:19:44.916Z] ---> Running in c3b7d25d373d [2020-06-11T00:19:45.614Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-11T00:19:46.347Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-11T00:19:47.320Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-11T00:19:47.591Z] (1/18) Upgrading libgcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-11T00:19:47.863Z] (2/18) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) [2020-06-11T00:19:48.134Z] (3/18) Installing libmagic (5.37-r1) [2020-06-11T00:19:48.134Z] (4/18) Installing file (5.37-r1) [2020-06-11T00:19:48.404Z] (5/18) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) [2020-06-11T00:19:48.404Z] (6/18) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) [2020-06-11T00:19:48.404Z] (7/18) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-11T00:19:49.821Z] Removing intermediate container 85a55462ff20 [2020-06-11T00:19:49.821Z] ---> 94936462c1c5 [2020-06-11T00:19:49.821Z] Step 11/21 : FROM alpine [2020-06-11T00:19:49.821Z] latest: Pulling from library/alpine [2020-06-11T00:19:49.821Z] df20fa9351a1: Pulling fs layer [2020-06-11T00:19:49.821Z] df20fa9351a1: Verifying Checksum [2020-06-11T00:19:49.821Z] df20fa9351a1: Download complete [2020-06-11T00:19:50.086Z] df20fa9351a1: Pull complete [2020-06-11T00:19:50.086Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-11T00:19:50.086Z] Status: Downloaded newer image for alpine:latest [2020-06-11T00:19:50.086Z] ---> a24bb4013296 [2020-06-11T00:19:50.086Z] Step 12/21 : ENV APP_PORT=49982 [2020-06-11T00:19:50.086Z] ---> Running in 1185045f19ed [2020-06-11T00:19:50.348Z] Removing intermediate container 1185045f19ed [2020-06-11T00:19:50.348Z] ---> 383f3ce311de [2020-06-11T00:19:50.348Z] Step 13/21 : EXPOSE $APP_PORT [2020-06-11T00:19:50.348Z] ---> Running in d56e73cf3fdb [2020-06-11T00:19:50.610Z] Removing intermediate container d56e73cf3fdb [2020-06-11T00:19:50.610Z] ---> 67375fc8be8b [2020-06-11T00:19:50.610Z] Step 14/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-06-11T00:19:51.185Z] ---> b200b073bb61 [2020-06-11T00:19:51.185Z] Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-06-11T00:19:51.185Z] ---> b8e484e264f5 [2020-06-11T00:19:51.185Z] Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-06-11T00:19:51.447Z] ---> 96128fd0d2f5 [2020-06-11T00:19:51.447Z] Step 17/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-06-11T00:19:51.708Z] ---> Running in 75d98defe985 [2020-06-11T00:19:51.708Z] Removing intermediate container 75d98defe985 [2020-06-11T00:19:51.708Z] ---> 05e2741f0add [2020-06-11T00:19:51.708Z] Step 18/21 : ENTRYPOINT ["/device-mqtt","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-06-11T00:19:51.708Z] ---> Running in 0a9aaddd1bff [2020-06-11T00:19:51.970Z] Removing intermediate container 0a9aaddd1bff [2020-06-11T00:19:51.970Z] ---> ac413217026d [2020-06-11T00:19:51.970Z] Step 19/21 : LABEL arch=amd64 [2020-06-11T00:19:51.970Z] ---> Running in cda3e720fbe0 [2020-06-11T00:19:52.231Z] Removing intermediate container cda3e720fbe0 [2020-06-11T00:19:52.231Z] ---> 7a039b6840a5 [2020-06-11T00:19:52.232Z] Step 20/21 : LABEL git_sha=48947cc8b8b5d9fb4be365185986578b7981ce8f [2020-06-11T00:19:52.232Z] ---> Running in 4aae617097fd [2020-06-11T00:19:52.232Z] Removing intermediate container 4aae617097fd [2020-06-11T00:19:52.232Z] ---> 557c3bbe5b54 [2020-06-11T00:19:52.232Z] Step 21/21 : LABEL version=0.0.0 [2020-06-11T00:19:52.492Z] ---> Running in cc73e4efd4b7 [2020-06-11T00:19:52.492Z] Removing intermediate container cc73e4efd4b7 [2020-06-11T00:19:52.492Z] ---> 2097bc283d9c [2020-06-11T00:19:52.492Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-11T00:19:52.492Z] Successfully built 2097bc283d9c [2020-06-11T00:19:52.492Z] 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-11T00:19:53.216Z] ++ find /w/workspace/device-mqtt-go/4 [2020-06-11T00:19:53.216Z] ++ grep snapcraft.yaml [2020-06-11T00:19:53.216Z] + grep -Po '^name: \K(.*)' /w/workspace/device-mqtt-go/4/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-11T00:19:53.302Z] provisioning config files... [2020-06-11T00:19:53.311Z] copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/4@tmp/config600040039284305252tmp [Pipeline] { [Pipeline] sh [2020-06-11T00:19:53.627Z] + cp /w/workspace/device-mqtt-go/4@tmp/config600040039284305252tmp /w/workspace/device-mqtt-go/4/edgex-snap-store-login [Pipeline] sh [2020-06-11T00:19:53.927Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/4:/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-11T00:19:53.927Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-06-11T00:19:53.927Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-06-11T00:19:53.927Z] 5bed26d33875: Pulling fs layer [2020-06-11T00:19:53.927Z] f11b29a9c730: Pulling fs layer [2020-06-11T00:19:53.927Z] 930bda195c84: Pulling fs layer [2020-06-11T00:19:53.927Z] 78bf9a5ad49e: Pulling fs layer [2020-06-11T00:19:53.927Z] e5fbee5a4b0d: Pulling fs layer [2020-06-11T00:19:53.927Z] f452fca78f88: Pulling fs layer [2020-06-11T00:19:53.927Z] 7417ef92027a: Pulling fs layer [2020-06-11T00:19:53.927Z] 2af5c49d270b: Pulling fs layer [2020-06-11T00:19:53.927Z] df9c3bdbc40a: Pulling fs layer [2020-06-11T00:19:53.927Z] 78bf9a5ad49e: Waiting [2020-06-11T00:19:53.927Z] e5fbee5a4b0d: Waiting [2020-06-11T00:19:53.927Z] f452fca78f88: Waiting [2020-06-11T00:19:53.927Z] 7417ef92027a: Waiting [2020-06-11T00:19:53.927Z] 2af5c49d270b: Waiting [2020-06-11T00:19:53.927Z] df9c3bdbc40a: Waiting [2020-06-11T00:19:53.927Z] 930bda195c84: Verifying Checksum [2020-06-11T00:19:53.927Z] 930bda195c84: Download complete [2020-06-11T00:19:53.927Z] f11b29a9c730: Download complete [2020-06-11T00:19:53.927Z] 78bf9a5ad49e: Verifying Checksum [2020-06-11T00:19:53.927Z] 78bf9a5ad49e: Download complete [2020-06-11T00:19:53.927Z] f452fca78f88: Verifying Checksum [2020-06-11T00:19:53.927Z] f452fca78f88: Download complete [2020-06-11T00:19:53.927Z] 7417ef92027a: Verifying Checksum [2020-06-11T00:19:53.927Z] 7417ef92027a: Download complete [2020-06-11T00:19:53.927Z] 2af5c49d270b: Verifying Checksum [2020-06-11T00:19:53.927Z] 2af5c49d270b: Download complete [2020-06-11T00:19:54.191Z] df9c3bdbc40a: Verifying Checksum [2020-06-11T00:19:54.191Z] df9c3bdbc40a: Download complete [2020-06-11T00:19:54.191Z] 5bed26d33875: Verifying Checksum [2020-06-11T00:19:54.191Z] 5bed26d33875: Download complete [2020-06-11T00:19:55.087Z] (8/18) Installing libc-dev (0.7.2-r0) [2020-06-11T00:19:55.087Z] (9/18) Installing g++ (9.2.0-r4) [2020-06-11T00:19:57.511Z] e5fbee5a4b0d: Verifying Checksum [2020-06-11T00:19:57.511Z] e5fbee5a4b0d: Download complete [2020-06-11T00:19:59.377Z] (10/18) Installing fortify-headers (1.1-r0) [2020-06-11T00:19:59.441Z] 5bed26d33875: Pull complete [2020-06-11T00:19:59.646Z] (11/18) Installing build-base (0.5-r1) [2020-06-11T00:19:59.646Z] (12/18) Installing openssh-keygen (8.1_p1-r0) [2020-06-11T00:19:59.646Z] (13/18) Installing libedit (20191211.3.1-r0) [2020-06-11T00:19:59.701Z] f11b29a9c730: Pull complete [2020-06-11T00:19:59.701Z] 930bda195c84: Pull complete [2020-06-11T00:19:59.916Z] (14/18) Installing openssh-client (8.1_p1-r0) [2020-06-11T00:19:59.963Z] 78bf9a5ad49e: Pull complete [2020-06-11T00:20:00.187Z] (15/18) Installing openssh-sftp-server (8.1_p1-r0) [2020-06-11T00:20:00.187Z] (16/18) Installing openssh-server-common (8.1_p1-r0) [2020-06-11T00:20:00.457Z] (17/18) Installing openssh-server (8.1_p1-r0) [2020-06-11T00:20:00.457Z] (18/18) Installing openssh (8.1_p1-r0) [2020-06-11T00:20:00.733Z] Executing busybox-1.31.1-r8.trigger [2020-06-11T00:20:00.733Z] OK: 203 MiB in 52 packages [2020-06-11T00:20:07.447Z] Removing intermediate container c3b7d25d373d [2020-06-11T00:20:07.447Z] ---> dfe49f197245 [2020-06-11T00:20:07.447Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-06-11T00:20:07.447Z] ---> Running in 68b22566b88d [2020-06-11T00:20:07.447Z] Removing intermediate container 68b22566b88d [2020-06-11T00:20:07.447Z] ---> 790f7bf02d1b [2020-06-11T00:20:07.447Z] Step 7/8 : COPY . . [2020-06-11T00:20:08.425Z] ---> 44929916361d [2020-06-11T00:20:08.425Z] Step 8/8 : RUN go mod download [2020-06-11T00:20:08.425Z] ---> Running in 16b987296129 [2020-06-11T00:20:11.038Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-11T00:20:11.038Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-11T00:20:11.038Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-11T00:20:11.038Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T00:20:11.039Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-11T00:20:11.039Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-11T00:20:11.039Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T00:20:11.039Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-11T00:20:11.039Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-11T00:20:11.039Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-06-11T00:20:11.039Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-06-11T00:20:11.039Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T00:20:11.039Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T00:20:11.039Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T00:20:11.039Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T00:20:11.039Z] go: finding github.com/fatih/color v1.7.0 [2020-06-11T00:20:11.039Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T00:20:11.039Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-11T00:20:11.039Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T00:20:11.039Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-11T00:20:11.039Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-11T00:20:11.039Z] go: finding github.com/google/uuid v1.1.1 [2020-06-11T00:20:11.039Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-11T00:20:11.039Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-11T00:20:11.039Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-11T00:20:11.039Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-11T00:20:11.039Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T00:20:11.039Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T00:20:11.039Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-11T00:20:11.039Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-11T00:20:11.039Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T00:20:11.039Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-11T00:20:11.039Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-11T00:20:11.039Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-11T00:20:11.308Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-11T00:20:11.309Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-11T00:20:11.309Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-11T00:20:11.309Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-11T00:20:11.309Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-11T00:20:11.309Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-11T00:20:11.309Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-11T00:20:11.309Z] go: finding github.com/kr/pretty v0.1.0 [2020-06-11T00:20:11.309Z] go: finding github.com/kr/pty v1.1.1 [2020-06-11T00:20:11.309Z] go: finding github.com/kr/text v0.1.0 [2020-06-11T00:20:11.309Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-11T00:20:11.309Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-11T00:20:11.309Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-11T00:20:11.309Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-11T00:20:11.309Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T00:20:11.309Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-11T00:20:11.309Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-11T00:20:11.309Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-11T00:20:11.309Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-11T00:20:11.309Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-11T00:20:11.309Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T00:20:11.309Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T00:20:11.309Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-11T00:20:11.309Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-11T00:20:11.309Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-11T00:20:11.309Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-11T00:20:11.309Z] go: finding github.com/posener/complete v1.1.1 [2020-06-11T00:20:11.309Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-11T00:20:11.595Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-11T00:20:11.595Z] go: finding github.com/spf13/cast v1.3.0 [2020-06-11T00:20:11.595Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-11T00:20:11.595Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-11T00:20:11.595Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-11T00:20:11.595Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-11T00:20:11.595Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-11T00:20:11.595Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-11T00:20:11.595Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-11T00:20:11.595Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-11T00:20:11.595Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-06-11T00:20:11.595Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-11T00:20:11.595Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-11T00:20:21.769Z] Removing intermediate container 16b987296129 [2020-06-11T00:20:21.769Z] ---> 40f92b3d31be [2020-06-11T00:20:21.769Z] Successfully built 40f92b3d31be [2020-06-11T00:20:21.769Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2020-06-11T00:20:21.947Z] e5fbee5a4b0d: Pull complete [2020-06-11T00:20:21.947Z] f452fca78f88: Pull complete [2020-06-11T00:20:21.947Z] 7417ef92027a: Pull complete [2020-06-11T00:20:21.947Z] 2af5c49d270b: Pull complete [2020-06-11T00:20:21.947Z] df9c3bdbc40a: Pull complete [2020-06-11T00:20:21.947Z] Digest: sha256:329b7ca3c147263d7a6122d30aca7e6f18adc9017ce870f1638d2965d7494739 [2020-06-11T00:20:21.947Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-11T00:20:22.307Z] + docker inspect -f . ci-base-image-arm64 [2020-06-11T00:20:22.307Z] . [Pipeline] withDockerContainer [2020-06-11T00:20:22.580Z] prd-ubuntu18.04-docker-arm64-4c-16g-2500 does not seem to be running inside a container [2020-06-11T00:20:22.634Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/4 -v /w/workspace/device-mqtt-go/4:/w/workspace/device-mqtt-go/4:rw,z -v /w/workspace/device-mqtt-go/4@tmp:/w/workspace/device-mqtt-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-06-11T00:20:23.337Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-06-11T00:20:23.598Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-06-11T00:20:23.598Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-06-11T00:20:23.859Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [861 kB] [2020-06-11T00:20:24.120Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-06-11T00:20:24.381Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [958 kB] [2020-06-11T00:20:24.381Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1253 kB] [2020-06-11T00:20:24.381Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9092 B] [2020-06-11T00:20:24.381Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [66.4 kB] [2020-06-11T00:20:24.515Z] $ docker top 687e5245759653cd51c13a4f21c1b7d29f4226ce4efd61dd0113bd48c2d237b4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-11T00:20:24.952Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1392 kB] [2020-06-11T00:20:24.952Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [80.7 kB] [2020-06-11T00:20:24.952Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [20.3 kB] [2020-06-11T00:20:24.952Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] [2020-06-11T00:20:24.952Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8158 B] [2020-06-11T00:20:25.213Z] Fetched 4909 kB in 2s (2480 kB/s) [2020-06-11T00:20:25.925Z] + go version [2020-06-11T00:20:25.925Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-06-11T00:20:26.601Z] Reading package lists... [2020-06-11T00:20:26.970Z] + make test [2020-06-11T00:20:26.970Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-06-11T00:20:27.960Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-06-11T00:20:30.813Z] 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-11T00:20:31.759Z] Reading package lists... [2020-06-11T00:20:32.019Z] Building dependency tree... [2020-06-11T00:20:32.019Z] Reading state information... [2020-06-11T00:20:32.279Z] The following packages were automatically installed and are no longer required: [2020-06-11T00:20:32.279Z] libjq1 liblzo2-2 libonig4 [2020-06-11T00:20:32.279Z] Use 'sudo apt autoremove' to remove them. [2020-06-11T00:20:32.279Z] Suggested packages: [2020-06-11T00:20:32.279Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-06-11T00:20:32.279Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc [2020-06-11T00:20:32.279Z] keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc [2020-06-11T00:20:32.279Z] libterm-readline-gnu-perl | libterm-readline-perl-perl [2020-06-11T00:20:32.539Z] The following NEW packages will be installed: [2020-06-11T00:20:32.539Z] curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl [2020-06-11T00:20:32.539Z] libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 [2020-06-11T00:20:32.539Z] libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase [2020-06-11T00:20:32.539Z] openssh-client patch perl perl-modules-5.26 xauth [2020-06-11T00:20:32.800Z] 0 upgraded, 27 newly installed, 0 to remove and 10 not upgraded. [2020-06-11T00:20:32.800Z] Need to get 14.7 MB of archives. [2020-06-11T00:20:32.800Z] After this operation, 89.5 MB of additional disk space will be used. [2020-06-11T00:20:32.800Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxau6 amd64 1:1.0.8-1 [8376 B] [2020-06-11T00:20:32.800Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-06-11T00:20:33.060Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB] [2020-06-11T00:20:33.060Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB] [2020-06-11T00:20:33.321Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] [2020-06-11T00:20:33.321Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.2 [569 kB] [2020-06-11T00:20:33.580Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB] [2020-06-11T00:20:33.580Z] 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-11T00:20:33.842Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-06-11T00:20:33.842Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-06-11T00:20:33.842Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] [2020-06-11T00:20:34.103Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] [2020-06-11T00:20:34.103Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-06-11T00:20:34.103Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-06-11T00:20:34.103Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-06-11T00:20:34.103Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-06-11T00:20:34.103Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.3 [1088 kB] [2020-06-11T00:20:34.103Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B] [2020-06-11T00:20:34.103Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-06-11T00:20:34.364Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB] [2020-06-11T00:20:34.364Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.8 [159 kB] [2020-06-11T00:20:34.364Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.8 [213 kB] [2020-06-11T00:20:34.364Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-06-11T00:20:34.364Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-06-11T00:20:34.364Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-06-11T00:20:34.625Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-06-11T00:20:34.625Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-06-11T00:20:34.886Z] debconf: delaying package configuration, since apt-utils is not installed [2020-06-11T00:20:34.886Z] Fetched 14.7 MB in 2s (6968 kB/s) [2020-06-11T00:20:35.152Z] Selecting previously unselected package libxau6:amd64. [2020-06-11T00:20:35.153Z] (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-11T00:20:35.153Z] Preparing to unpack .../00-libxau6_1%3a1.0.8-1_amd64.deb ... [2020-06-11T00:20:35.153Z] Unpacking libxau6:amd64 (1:1.0.8-1) ... [2020-06-11T00:20:35.153Z] Selecting previously unselected package libbsd0:amd64. [2020-06-11T00:20:35.153Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-06-11T00:20:35.153Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-06-11T00:20:35.414Z] Selecting previously unselected package libxdmcp6:amd64. [2020-06-11T00:20:35.414Z] Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_amd64.deb ... [2020-06-11T00:20:35.414Z] Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... [2020-06-11T00:20:35.414Z] Selecting previously unselected package libxcb1:amd64. [2020-06-11T00:20:35.414Z] Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_amd64.deb ... [2020-06-11T00:20:35.414Z] Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ... [2020-06-11T00:20:35.414Z] Selecting previously unselected package libx11-data. [2020-06-11T00:20:35.414Z] Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... [2020-06-11T00:20:35.713Z] Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-11T00:20:36.285Z] Selecting previously unselected package libx11-6:amd64. [2020-06-11T00:20:36.285Z] Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_amd64.deb ... [2020-06-11T00:20:36.285Z] Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... [2020-06-11T00:20:36.285Z] Selecting previously unselected package libxext6:amd64. [2020-06-11T00:20:36.286Z] Preparing to unpack .../06-libxext6_2%3a1.3.3-1_amd64.deb ... [2020-06-11T00:20:36.286Z] Unpacking libxext6:amd64 (2:1.3.3-1) ... [2020-06-11T00:20:36.286Z] Selecting previously unselected package perl-modules-5.26. [2020-06-11T00:20:36.286Z] Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-06-11T00:20:36.286Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-11T00:20:39.590Z] Selecting previously unselected package libgdbm5:amd64. [2020-06-11T00:20:39.590Z] Preparing to unpack .../08-libgdbm5_1.14.1-6_amd64.deb ... [2020-06-11T00:20:39.590Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-06-11T00:20:39.590Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-06-11T00:20:39.590Z] Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-06-11T00:20:39.590Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-06-11T00:20:39.590Z] Selecting previously unselected package libperl5.26:amd64. [2020-06-11T00:20:39.590Z] Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-06-11T00:20:39.590Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-06-11T00:20:40.974Z] Selecting previously unselected package perl. [2020-06-11T00:20:40.974Z] Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-06-11T00:20:40.974Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-06-11T00:20:40.974Z] Selecting previously unselected package less. [2020-06-11T00:20:40.974Z] Preparing to unpack .../12-less_487-0.1_amd64.deb ... [2020-06-11T00:20:40.974Z] Unpacking less (487-0.1) ... [2020-06-11T00:20:40.974Z] Selecting previously unselected package libexpat1:amd64. [2020-06-11T00:20:40.974Z] Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-06-11T00:20:40.974Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-06-11T00:20:40.974Z] Selecting previously unselected package netbase. [2020-06-11T00:20:40.974Z] Preparing to unpack .../14-netbase_5.4_all.deb ... [2020-06-11T00:20:40.974Z] Unpacking netbase (5.4) ... [2020-06-11T00:20:41.234Z] Selecting previously unselected package libedit2:amd64. [2020-06-11T00:20:41.234Z] Preparing to unpack .../15-libedit2_3.1-20170329-1_amd64.deb ... [2020-06-11T00:20:41.234Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-06-11T00:20:41.234Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-06-11T00:20:41.234Z] Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb ... [2020-06-11T00:20:41.234Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... [2020-06-11T00:20:41.495Z] Selecting previously unselected package libxmuu1:amd64. [2020-06-11T00:20:41.495Z] Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_amd64.deb ... [2020-06-11T00:20:41.495Z] Unpacking libxmuu1:amd64 (2:1.1.2-2) ... [2020-06-11T00:20:41.495Z] Selecting previously unselected package openssh-client. [2020-06-11T00:20:41.495Z] Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-06-11T00:20:41.495Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-11T00:20:41.756Z] Selecting previously unselected package xauth. [2020-06-11T00:20:41.756Z] Preparing to unpack .../19-xauth_1%3a1.0.10-1_amd64.deb ... [2020-06-11T00:20:41.756Z] Unpacking xauth (1:1.0.10-1) ... [2020-06-11T00:20:41.756Z] Selecting previously unselected package curl. [2020-06-11T00:20:41.756Z] Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_amd64.deb ... [2020-06-11T00:20:41.756Z] Unpacking curl (7.58.0-2ubuntu3.8) ... [2020-06-11T00:20:41.756Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-06-11T00:20:41.756Z] Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_amd64.deb ... [2020-06-11T00:20:41.756Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... [2020-06-11T00:20:42.016Z] Selecting previously unselected package liberror-perl. [2020-06-11T00:20:42.016Z] Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... [2020-06-11T00:20:42.016Z] Unpacking liberror-perl (0.17025-1) ... [2020-06-11T00:20:42.016Z] Selecting previously unselected package git-man. [2020-06-11T00:20:42.016Z] Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-06-11T00:20:42.016Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-11T00:20:42.016Z] Selecting previously unselected package git. [2020-06-11T00:20:42.016Z] Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-06-11T00:20:42.277Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-06-11T00:20:43.222Z] Selecting previously unselected package make. [2020-06-11T00:20:43.222Z] Preparing to unpack .../25-make_4.1-9.1ubuntu1_amd64.deb ... [2020-06-11T00:20:43.222Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-06-11T00:20:43.482Z] Selecting previously unselected package patch. [2020-06-11T00:20:43.483Z] Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-06-11T00:20:43.483Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-06-11T00:20:43.483Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-06-11T00:20:43.483Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-11T00:20:43.483Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-06-11T00:20:43.483Z] Setting up less (487-0.1) ... [2020-06-11T00:20:43.743Z] Setting up make (4.1-9.1ubuntu1) ... [2020-06-11T00:20:43.743Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... [2020-06-11T00:20:44.004Z] Setting up curl (7.58.0-2ubuntu3.8) ... [2020-06-11T00:20:44.004Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... [2020-06-11T00:20:44.004Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-11T00:20:44.004Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-06-11T00:20:44.004Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-06-11T00:20:44.004Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-06-11T00:20:44.004Z] Setting up libxdmcp6:amd64 (1:1.1.2-3) ... [2020-06-11T00:20:44.004Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-06-11T00:20:44.004Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-11T00:20:44.264Z] Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-11T00:20:44.264Z] Setting up libxau6:amd64 (1:1.0.8-1) ... [2020-06-11T00:20:44.264Z] Setting up netbase (5.4) ... [2020-06-11T00:20:44.526Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-06-11T00:20:44.526Z] Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ... [2020-06-11T00:20:44.526Z] Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... [2020-06-11T00:20:44.526Z] Setting up libxmuu1:amd64 (2:1.1.2-2) ... [2020-06-11T00:20:44.526Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-06-11T00:20:44.526Z] Setting up libxext6:amd64 (2:1.3.3-1) ... [2020-06-11T00:20:44.526Z] Setting up liberror-perl (0.17025-1) ... [2020-06-11T00:20:44.786Z] Setting up xauth (1:1.0.10-1) ... [2020-06-11T00:20:44.786Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-06-11T00:20:44.786Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-06-11T00:20:47.331Z] curl set to automatically installed. [2020-06-11T00:20:47.331Z] git set to automatically installed. [2020-06-11T00:20:47.331Z] git-man set to automatically installed. [2020-06-11T00:20:47.331Z] less set to automatically installed. [2020-06-11T00:20:47.331Z] libbsd0 set to automatically installed. [2020-06-11T00:20:47.331Z] libcurl3-gnutls set to automatically installed. [2020-06-11T00:20:47.331Z] libedit2 set to automatically installed. [2020-06-11T00:20:47.331Z] liberror-perl set to automatically installed. [2020-06-11T00:20:47.331Z] libexpat1 set to automatically installed. [2020-06-11T00:20:47.331Z] libgdbm-compat4 set to automatically installed. [2020-06-11T00:20:47.331Z] libgdbm5 set to automatically installed. [2020-06-11T00:20:47.331Z] libperl5.26 set to automatically installed. [2020-06-11T00:20:47.331Z] libssl1.0.0 set to automatically installed. [2020-06-11T00:20:47.331Z] libx11-6 set to automatically installed. [2020-06-11T00:20:47.331Z] libx11-data set to automatically installed. [2020-06-11T00:20:47.331Z] libxau6 set to automatically installed. [2020-06-11T00:20:47.331Z] libxcb1 set to automatically installed. [2020-06-11T00:20:47.331Z] libxdmcp6 set to automatically installed. [2020-06-11T00:20:47.331Z] libxext6 set to automatically installed. [2020-06-11T00:20:47.331Z] libxmuu1 set to automatically installed. [2020-06-11T00:20:47.331Z] make set to automatically installed. [2020-06-11T00:20:47.331Z] netbase set to automatically installed. [2020-06-11T00:20:47.331Z] openssh-client set to automatically installed. [2020-06-11T00:20:47.331Z] patch set to automatically installed. [2020-06-11T00:20:47.331Z] perl set to automatically installed. [2020-06-11T00:20:47.331Z] perl-modules-5.26 set to automatically installed. [2020-06-11T00:20:47.331Z] xauth set to automatically installed. [2020-06-11T00:20:47.332Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-06-11T00:20:47.332Z] Please ensure the environment is properly setup before continuing. [2020-06-11T00:20:47.332Z] Ignore this message if the appropriate measures have already been taken [2020-06-11T00:20:47.592Z] Pulling go [2020-06-11T00:20:48.538Z] 'device-mqtt' has dependencies that need to be staged: go [2020-06-11T00:20:48.538Z] Skipping pull go (already ran) [2020-06-11T00:20:48.538Z] Building go [2020-06-11T00:20:48.538Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-06-11T00:20:48.538Z] Dload Upload Total Spent Left Speed [2020-06-11T00:20:50.073Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 14 114M 14 16.2M 0 0 34.2M 0 0:00:03 --:--:-- 0:00:03 34.1M 89 114M 89 102M 0 0 68.9M 0 0:00:01 0:00:01 --:--:-- 68.9M 100 114M 100 114M 0 0 70.5M 0 0:00:01 0:00:01 --:--:-- 70.5M [2020-06-11T00:20:51.016Z] go1.13.5.linux-amd64.tar.gz: OK [2020-06-11T00:20:59.158Z] Staging go [2020-06-11T00:21:00.102Z] Pulling device-mqtt [2020-06-11T00:21:00.366Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-06-11T00:21:00.366Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.030s coverage: 29.8% of statements [2020-06-11T00:21:00.366Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-06-11T00:21:00.641Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-11T00:21:01.046Z] Skipping build go (already ran) [2020-06-11T00:21:01.046Z] Building device-mqtt [2020-06-11T00:21:01.307Z] 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-11T00:21:02.254Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-06-11T00:21:02.254Z] go: downloading github.com/spf13/cast v1.3.0 [2020-06-11T00:21:02.254Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T00:21:02.254Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-11T00:21:02.254Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-11T00:21:02.254Z] go: extracting github.com/spf13/cast v1.3.0 [2020-06-11T00:21:02.254Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-06-11T00:21:02.254Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T00:21:02.254Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-11T00:21:02.254Z] go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-11T00:21:02.254Z] go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-11T00:21:02.254Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-06-11T00:21:02.254Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-06-11T00:21:02.519Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-06-11T00:21:02.519Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-06-11T00:21:02.519Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-06-11T00:21:02.519Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-06-11T00:21:02.519Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-06-11T00:21:02.520Z] go: downloading github.com/pkg/errors v0.8.1 [2020-06-11T00:21:02.520Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T00:21:02.520Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-06-11T00:21:02.520Z] go: downloading github.com/google/uuid v1.1.1 [2020-06-11T00:21:02.520Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T00:21:02.520Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-06-11T00:21:02.520Z] go: extracting github.com/pkg/errors v0.8.1 [2020-06-11T00:21:02.520Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T00:21:02.520Z] go: extracting github.com/google/uuid v1.1.1 [2020-06-11T00:21:02.520Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T00:21:02.520Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-06-11T00:21:02.520Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T00:21:02.520Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-06-11T00:21:02.520Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-06-11T00:21:02.520Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-06-11T00:21:02.520Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T00:21:02.520Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T00:21:02.520Z] go: downloading github.com/x448/float16 v0.8.4 [2020-06-11T00:21:02.520Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T00:21:02.520Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T00:21:02.520Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-06-11T00:21:02.520Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-06-11T00:21:02.520Z] go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-11T00:21:02.520Z] go: extracting github.com/x448/float16 v0.8.4 [2020-06-11T00:21:02.520Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T00:21:02.520Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T00:21:02.520Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T00:21:02.520Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-06-11T00:21:02.520Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-06-11T00:21:02.520Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T00:21:02.520Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T00:21:02.520Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-06-11T00:21:02.520Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T00:21:02.781Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T00:21:02.781Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-06-11T00:21:02.781Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T00:21:02.781Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T00:21:03.042Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T00:21:03.305Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T00:21:03.305Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T00:21:03.305Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-06-11T00:21:03.305Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T00:21:03.566Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T00:21:03.566Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T00:21:03.566Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T00:21:03.566Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T00:21:03.566Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-06-11T00:21:03.566Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-06-11T00:21:03.566Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-06-11T00:21:03.566Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-11T00:21:03.566Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T00:21:03.566Z] go: finding github.com/spf13/cast v1.3.0 [2020-06-11T00:21:03.566Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-11T00:21:03.566Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-11T00:21:03.566Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-11T00:21:03.566Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T00:21:03.566Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-11T00:21:03.566Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-11T00:21:03.566Z] go: finding github.com/google/uuid v1.1.1 [2020-06-11T00:21:03.566Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-06-11T00:21:03.566Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-11T00:21:03.566Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T00:21:03.566Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T00:21:03.566Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T00:21:03.566Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-11T00:21:03.566Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-11T00:21:03.566Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-11T00:21:03.566Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T00:21:03.566Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-11T00:21:03.566Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-11T00:21:03.566Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T00:21:03.566Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T00:21:03.566Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-11T00:21:03.566Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T00:21:03.566Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T00:21:03.566Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T00:21:03.566Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T00:21:03.566Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-11T00:21:03.566Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T00:21:03.826Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T00:21:03.826Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-11T00:21:07.345Z] gofmt -l . [2020-06-11T00:21:07.345Z] ["`gofmt -l .`" = ""] [2020-06-11T00:21:07.345Z] ./bin/test-attribution-txt.sh [2020-06-11T00:21:07.345Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-06-11T00:21:07.654Z] Warning: overwriting stash ‘coverage-report’ [2020-06-11T00:21:08.040Z] Stashed 1 file(s) [Pipeline] } [2020-06-11T00:21:08.017Z] $ docker stop --time=1 687e5245759653cd51c13a4f21c1b7d29f4226ce4efd61dd0113bd48c2d237b4 [2020-06-11T00:21:10.282Z] $ docker rm -f 687e5245759653cd51c13a4f21c1b7d29f4226ce4efd61dd0113bd48c2d237b4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-11T00:21:11.336Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-11T00:21:11.665Z] + ls -al . [2020-06-11T00:21:11.665Z] total 132 [2020-06-11T00:21:11.665Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 11 00:21 . [2020-06-11T00:21:11.665Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 11 00:18 .. [2020-06-11T00:21:11.665Z] -rw-rw-r-- 1 jenkins jenkins 140 Jun 11 00:19 .dockerignore [2020-06-11T00:21:11.665Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 11 00:19 .git [2020-06-11T00:21:11.665Z] -rw-rw-r-- 1 jenkins jenkins 328 Jun 11 00:19 .gitignore [2020-06-11T00:21:11.665Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 11 00:19 .semver [2020-06-11T00:21:11.665Z] -rw-rw-r-- 1 jenkins jenkins 4678 Jun 11 00:19 Attribution.txt [2020-06-11T00:21:11.665Z] -rw-rw-r-- 1 jenkins jenkins 1776 Jun 11 00:19 Dockerfile [2020-06-11T00:21:11.665Z] -rw-rw-r-- 1 jenkins jenkins 953 Jun 11 00:19 Dockerfile.build [2020-06-11T00:21:11.665Z] -rw-rw-r-- 1 jenkins jenkins 700 Jun 11 00:19 Jenkinsfile [2020-06-11T00:21:11.665Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jun 11 00:19 LICENSE [2020-06-11T00:21:11.665Z] -rw-rw-r-- 1 jenkins jenkins 902 Jun 11 00:19 Makefile [2020-06-11T00:21:11.665Z] -rw-rw-r-- 1 jenkins jenkins 444 Jun 11 00:19 README.md [2020-06-11T00:21:11.665Z] -rw-rw-r-- 1 jenkins jenkins 5 Jun 11 00:15 VERSION [2020-06-11T00:21:11.665Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 11 00:19 bin [2020-06-11T00:21:11.665Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 11 00:19 cmd [2020-06-11T00:21:11.665Z] -rw-r--r-- 1 jenkins jenkins 18214 Jun 11 00:21 coverage.out [2020-06-11T00:21:11.665Z] -rw-r--r-- 1 jenkins jenkins 510 Jun 11 00:21 go.mod [2020-06-11T00:21:11.665Z] -rw-r--r-- 1 jenkins jenkins 13621 Jun 11 00:21 go.sum [2020-06-11T00:21:11.665Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 11 00:19 internal [2020-06-11T00:21:11.665Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 11 00:19 mock [2020-06-11T00:21:11.665Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 11 00:19 snap [2020-06-11T00:21:11.665Z] -rw-rw-r-- 1 jenkins jenkins 227 Jun 11 00:19 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-11T00:21:12.009Z] + 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=48947cc8b8b5d9fb4be365185986578b7981ce8f --label arch=arm64 --label version=0.0.0 . [2020-06-11T00:21:12.294Z] Sending build context to Docker daemon 590.8kB [2020-06-11T00:21:12.294Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-06-11T00:21:12.294Z] Step 2/21 : FROM ${BASE} AS builder [2020-06-11T00:21:12.294Z] ---> 40f92b3d31be [2020-06-11T00:21:12.294Z] Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-06-11T00:21:12.567Z] ---> Running in 057a30297131 [2020-06-11T00:21:13.166Z] Removing intermediate container 057a30297131 [2020-06-11T00:21:13.166Z] ---> ff0378db5ea2 [2020-06-11T00:21:13.166Z] Step 4/21 : ARG ALPINE_PKG_EXTRA="" [2020-06-11T00:21:13.166Z] ---> Running in 4ef6145919ac [2020-06-11T00:21:13.764Z] Removing intermediate container 4ef6145919ac [2020-06-11T00:21:13.764Z] ---> 1fea5f46040c [2020-06-11T00:21:13.764Z] Step 5/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-11T00:21:13.764Z] ---> Running in 630ae98a849c [2020-06-11T00:21:16.202Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-11T00:21:16.374Z] Removing intermediate container 630ae98a849c [2020-06-11T00:21:16.374Z] ---> fd6ac1bd9203 [2020-06-11T00:21:16.374Z] Step 6/21 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-11T00:21:16.374Z] ---> Running in 5928c5ec3712 [2020-06-11T00:21:17.811Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-11T00:21:18.401Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-11T00:21:18.995Z] OK: 203 MiB in 52 packages [2020-06-11T00:21:19.979Z] Removing intermediate container 5928c5ec3712 [2020-06-11T00:21:19.979Z] ---> a53d64ddd1df [2020-06-11T00:21:19.979Z] Step 7/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-06-11T00:21:19.979Z] ---> Running in 574adbac3778 [2020-06-11T00:21:20.410Z] Skipping stage go (already ran) [2020-06-11T00:21:20.410Z] Staging device-mqtt [2020-06-11T00:21:20.570Z] Removing intermediate container 574adbac3778 [2020-06-11T00:21:20.571Z] ---> b695e37a6e27 [2020-06-11T00:21:20.571Z] Step 8/21 : COPY . . [2020-06-11T00:21:20.671Z] Priming go [2020-06-11T00:21:21.161Z] ---> 7ded10b28fed [2020-06-11T00:21:21.161Z] Step 9/21 : ARG MAKE='make build' [2020-06-11T00:21:21.441Z] ---> Running in 0a9f8ddfa97f [2020-06-11T00:21:21.611Z] Priming device-mqtt [2020-06-11T00:21:21.714Z] Removing intermediate container 0a9f8ddfa97f [2020-06-11T00:21:21.714Z] ---> 7fa21c5e13b0 [2020-06-11T00:21:21.714Z] Step 10/21 : RUN $MAKE [2020-06-11T00:21:21.987Z] ---> Running in c4faa1d1c3cf [2020-06-11T00:21:22.567Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-06-11T00:21:22.567Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-06-11T00:21:22.567Z] Determining the version from the project repo (version-script). [2020-06-11T00:21:22.567Z] The version has been set to '0.0.0-20200611+48947cc' [2020-06-11T00:21:22.567Z] Snapping 'edgex-device-mqtt' ... [2020-06-11T00:21:23.418Z] 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-11T00:21:24.033Z] [2020-06-11T00:21:24.033Z] Snapped edgex-device-mqtt_0.0.0-20200611+48947cc_amd64.snap [Pipeline] } [2020-06-11T00:21:24.983Z] 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-11T00:21:50.271Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-11T00:21:56.983Z] Removing intermediate container c4faa1d1c3cf [2020-06-11T00:21:56.983Z] ---> a25b1fac3e5d [2020-06-11T00:21:56.983Z] Step 11/21 : FROM alpine [2020-06-11T00:21:56.983Z] latest: Pulling from library/alpine [2020-06-11T00:21:56.983Z] b538f80385f9: Pulling fs layer [2020-06-11T00:21:56.983Z] b538f80385f9: Download complete [2020-06-11T00:21:57.576Z] b538f80385f9: Pull complete [2020-06-11T00:21:57.576Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-11T00:21:57.576Z] Status: Downloaded newer image for alpine:latest [2020-06-11T00:21:57.576Z] ---> 62ee0e9f8440 [2020-06-11T00:21:57.576Z] Step 12/21 : ENV APP_PORT=49982 [2020-06-11T00:21:57.849Z] ---> Running in 033b2e52b9d4 [2020-06-11T00:21:58.443Z] Removing intermediate container 033b2e52b9d4 [2020-06-11T00:21:58.443Z] ---> 1064cfd82abc [2020-06-11T00:21:58.443Z] Step 13/21 : EXPOSE $APP_PORT [2020-06-11T00:21:58.443Z] ---> Running in 464c6c263b13 [2020-06-11T00:21:59.042Z] Removing intermediate container 464c6c263b13 [2020-06-11T00:21:59.042Z] ---> 21c17276c359 [2020-06-11T00:21:59.042Z] Step 14/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-06-11T00:22:00.477Z] ---> 62277cae32b4 [2020-06-11T00:22:00.477Z] Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-06-11T00:22:01.086Z] ---> da73f7f41838 [2020-06-11T00:22:01.086Z] Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-06-11T00:22:02.065Z] ---> 63d7281acae0 [2020-06-11T00:22:02.065Z] Step 17/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-06-11T00:22:02.065Z] ---> Running in 7ff32da4ff95 [2020-06-11T00:22:02.661Z] Removing intermediate container 7ff32da4ff95 [2020-06-11T00:22:02.661Z] ---> e38f22e86941 [2020-06-11T00:22:02.661Z] Step 18/21 : ENTRYPOINT ["/device-mqtt","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-06-11T00:22:02.661Z] ---> Running in ccc34ffaf533 [2020-06-11T00:22:03.255Z] Removing intermediate container ccc34ffaf533 [2020-06-11T00:22:03.255Z] ---> 96eed6cccbf2 [2020-06-11T00:22:03.255Z] Step 19/21 : LABEL arch=arm64 [2020-06-11T00:22:03.255Z] ---> Running in 3ffb23c70e80 [2020-06-11T00:22:03.529Z] Removing intermediate container 3ffb23c70e80 [2020-06-11T00:22:03.529Z] ---> a12dabf8bf27 [2020-06-11T00:22:03.529Z] Step 20/21 : LABEL git_sha=48947cc8b8b5d9fb4be365185986578b7981ce8f [2020-06-11T00:22:03.813Z] ---> Running in 21f8bdea9388 [2020-06-11T00:22:04.410Z] Removing intermediate container 21f8bdea9388 [2020-06-11T00:22:04.410Z] ---> 5e8cd9b288a5 [2020-06-11T00:22:04.410Z] Step 21/21 : LABEL version=0.0.0 [2020-06-11T00:22:04.410Z] ---> Running in abf0327692bb [2020-06-11T00:22:04.683Z] Removing intermediate container abf0327692bb [2020-06-11T00:22:04.683Z] ---> 99aa29b813be [2020-06-11T00:22:04.683Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-11T00:22:04.955Z] Successfully built 99aa29b813be [2020-06-11T00:22:04.955Z] 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-11T00:22:05.570Z] + find /w/workspace/device-mqtt-go/4 [2020-06-11T00:22:05.570Z] + grep snapcraft.yaml [2020-06-11T00:22:05.570Z] + grep -Po ^name: \K(.*) /w/workspace/device-mqtt-go/4/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-11T00:22:05.699Z] provisioning config files... [2020-06-11T00:22:05.722Z] copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/4@tmp/config2643155615573514336tmp [Pipeline] { [Pipeline] sh [2020-06-11T00:22:06.083Z] + cp /w/workspace/device-mqtt-go/4@tmp/config2643155615573514336tmp /w/workspace/device-mqtt-go/4/edgex-snap-store-login [Pipeline] sh [2020-06-11T00:22:06.424Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/4:/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-11T00:22:06.424Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-06-11T00:22:06.864Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-06-11T00:22:06.864Z] b2f61026a351: Pulling fs layer [2020-06-11T00:22:06.864Z] 5538fb30c42c: Pulling fs layer [2020-06-11T00:22:06.864Z] f0b05810781a: Pulling fs layer [2020-06-11T00:22:06.864Z] 0180a33352d6: Pulling fs layer [2020-06-11T00:22:06.864Z] e7604b0c0f53: Pulling fs layer [2020-06-11T00:22:06.864Z] db689cb83ae0: Pulling fs layer [2020-06-11T00:22:06.864Z] 6138af208834: Pulling fs layer [2020-06-11T00:22:06.864Z] 007c8e8c5d63: Pulling fs layer [2020-06-11T00:22:06.864Z] 4f7a387c642f: Pulling fs layer [2020-06-11T00:22:06.864Z] 0180a33352d6: Waiting [2020-06-11T00:22:06.864Z] e7604b0c0f53: Waiting [2020-06-11T00:22:06.864Z] 6138af208834: Waiting [2020-06-11T00:22:06.864Z] db689cb83ae0: Waiting [2020-06-11T00:22:06.864Z] 007c8e8c5d63: Waiting [2020-06-11T00:22:06.864Z] 4f7a387c642f: Waiting [2020-06-11T00:22:06.864Z] 5538fb30c42c: Verifying Checksum [2020-06-11T00:22:06.864Z] 5538fb30c42c: Download complete [2020-06-11T00:22:06.864Z] f0b05810781a: Download complete [2020-06-11T00:22:06.864Z] 0180a33352d6: Verifying Checksum [2020-06-11T00:22:06.864Z] 0180a33352d6: Download complete [2020-06-11T00:22:06.864Z] db689cb83ae0: Verifying Checksum [2020-06-11T00:22:06.864Z] db689cb83ae0: Download complete [2020-06-11T00:22:06.864Z] 6138af208834: Verifying Checksum [2020-06-11T00:22:06.864Z] 6138af208834: Download complete [2020-06-11T00:22:06.864Z] 007c8e8c5d63: Verifying Checksum [2020-06-11T00:22:06.864Z] 007c8e8c5d63: Download complete [2020-06-11T00:22:07.138Z] 4f7a387c642f: Verifying Checksum [2020-06-11T00:22:07.138Z] 4f7a387c642f: Download complete [2020-06-11T00:22:07.735Z] b2f61026a351: Verifying Checksum [2020-06-11T00:22:07.735Z] b2f61026a351: Download complete [2020-06-11T00:22:10.366Z] b2f61026a351: Pull complete [2020-06-11T00:22:10.641Z] 5538fb30c42c: Pull complete [2020-06-11T00:22:11.240Z] f0b05810781a: Pull complete [2020-06-11T00:22:11.513Z] 0180a33352d6: Pull complete [2020-06-11T00:22:14.900Z] e7604b0c0f53: Download complete [2020-06-11T00:22:47.228Z] e7604b0c0f53: Pull complete [2020-06-11T00:22:47.228Z] db689cb83ae0: Pull complete [2020-06-11T00:22:47.228Z] 6138af208834: Pull complete [2020-06-11T00:22:47.228Z] 007c8e8c5d63: Pull complete [2020-06-11T00:22:47.228Z] 4f7a387c642f: Pull complete [2020-06-11T00:22:47.228Z] Digest: sha256:95de001a4645667c7ff44d03fa3a86afcf7622caf7559cdf0345329f515671b4 [2020-06-11T00:22:47.228Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-06-11T00:22:52.645Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-06-11T00:22:52.645Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-06-11T00:22:52.645Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-06-11T00:22:52.917Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-06-11T00:22:53.191Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1233 kB] [2020-06-11T00:22:53.468Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [879 kB] [2020-06-11T00:22:53.743Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3737 B] [2020-06-11T00:22:53.743Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1192 B] [2020-06-11T00:22:53.743Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [7827 B] [2020-06-11T00:22:53.743Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] [2020-06-11T00:22:53.743Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [754 kB] [2020-06-11T00:22:54.019Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [605 kB] [2020-06-11T00:22:54.291Z] Fetched 3745 kB in 3s (1496 kB/s) [2020-06-11T00:22:59.695Z] Reading package lists... [2020-06-11T00:23:12.074Z] 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-11T00:23:17.457Z] Reading package lists... [2020-06-11T00:23:17.457Z] Building dependency tree... [2020-06-11T00:23:17.457Z] Reading state information... [2020-06-11T00:23:18.066Z] The following packages were automatically installed and are no longer required: [2020-06-11T00:23:18.066Z] libjq1 liblzo2-2 libonig4 [2020-06-11T00:23:18.066Z] Use 'sudo apt autoremove' to remove them. [2020-06-11T00:23:18.066Z] Suggested packages: [2020-06-11T00:23:18.066Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-06-11T00:23:18.066Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc [2020-06-11T00:23:18.066Z] keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc [2020-06-11T00:23:18.066Z] libterm-readline-gnu-perl | libterm-readline-perl-perl [2020-06-11T00:23:18.338Z] The following NEW packages will be installed: [2020-06-11T00:23:18.338Z] curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl [2020-06-11T00:23:18.338Z] libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 [2020-06-11T00:23:18.338Z] libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase [2020-06-11T00:23:18.338Z] openssh-client patch perl perl-modules-5.26 xauth [2020-06-11T00:23:18.611Z] 0 upgraded, 27 newly installed, 0 to remove and 10 not upgraded. [2020-06-11T00:23:18.611Z] Need to get 12.9 MB of archives. [2020-06-11T00:23:18.611Z] After this operation, 84.2 MB of additional disk space will be used. [2020-06-11T00:23:18.611Z] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxau6 arm64 1:1.0.8-1 [7590 B] [2020-06-11T00:23:18.882Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbsd0 arm64 0.8.7-1ubuntu0.1 [36.6 kB] [2020-06-11T00:23:18.882Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxdmcp6 arm64 1:1.1.2-3 [9694 B] [2020-06-11T00:23:18.882Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxcb1 arm64 1.13-2~ubuntu18.04 [37.3 kB] [2020-06-11T00:23:19.153Z] 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-11T00:23:19.153Z] 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-11T00:23:19.424Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxext6 arm64 2:1.3.3-1 [25.4 kB] [2020-06-11T00:23:19.424Z] 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-11T00:23:20.028Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] [2020-06-11T00:23:20.028Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] [2020-06-11T00:23:20.028Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] [2020-06-11T00:23:20.301Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] [2020-06-11T00:23:20.301Z] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] [2020-06-11T00:23:20.572Z] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.2 [69.3 kB] [2020-06-11T00:23:20.572Z] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] [2020-06-11T00:23:20.572Z] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libedit2 arm64 3.1-20170329-1 [63.4 kB] [2020-06-11T00:23:20.572Z] 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-11T00:23:20.572Z] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxmuu1 arm64 2:1.1.2-2 [9502 B] [2020-06-11T00:23:20.572Z] Get:19 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssh-client arm64 1:7.6p1-4ubuntu0.3 [527 kB] [2020-06-11T00:23:20.573Z] Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xauth arm64 1:1.0.10-1 [22.4 kB] [2020-06-11T00:23:20.573Z] Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.8 [152 kB] [2020-06-11T00:23:20.845Z] Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.8 [179 kB] [2020-06-11T00:23:20.845Z] Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] [2020-06-11T00:23:20.845Z] 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-11T00:23:20.845Z] Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] [2020-06-11T00:23:21.117Z] Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] [2020-06-11T00:23:21.117Z] Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] [2020-06-11T00:23:21.712Z] debconf: delaying package configuration, since apt-utils is not installed [2020-06-11T00:23:21.712Z] Fetched 12.9 MB in 3s (4824 kB/s) [2020-06-11T00:23:21.984Z] Selecting previously unselected package libxau6:arm64. [2020-06-11T00:23:21.984Z] (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-11T00:23:21.984Z] Preparing to unpack .../00-libxau6_1%3a1.0.8-1_arm64.deb ... [2020-06-11T00:23:21.984Z] Unpacking libxau6:arm64 (1:1.0.8-1) ... [2020-06-11T00:23:21.984Z] Selecting previously unselected package libbsd0:arm64. [2020-06-11T00:23:21.984Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_arm64.deb ... [2020-06-11T00:23:21.984Z] Unpacking libbsd0:arm64 (0.8.7-1ubuntu0.1) ... [2020-06-11T00:23:22.254Z] Selecting previously unselected package libxdmcp6:arm64. [2020-06-11T00:23:22.254Z] Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_arm64.deb ... [2020-06-11T00:23:22.254Z] Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... [2020-06-11T00:23:22.254Z] Selecting previously unselected package libxcb1:arm64. [2020-06-11T00:23:22.254Z] Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_arm64.deb ... [2020-06-11T00:23:22.254Z] Unpacking libxcb1:arm64 (1.13-2~ubuntu18.04) ... [2020-06-11T00:23:22.527Z] Selecting previously unselected package libx11-data. [2020-06-11T00:23:22.527Z] Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... [2020-06-11T00:23:22.527Z] Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-11T00:23:22.799Z] Selecting previously unselected package libx11-6:arm64. [2020-06-11T00:23:22.799Z] Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_arm64.deb ... [2020-06-11T00:23:22.799Z] Unpacking libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... [2020-06-11T00:23:23.073Z] Selecting previously unselected package libxext6:arm64. [2020-06-11T00:23:23.073Z] Preparing to unpack .../06-libxext6_2%3a1.3.3-1_arm64.deb ... [2020-06-11T00:23:23.073Z] Unpacking libxext6:arm64 (2:1.3.3-1) ... [2020-06-11T00:23:23.073Z] Selecting previously unselected package perl-modules-5.26. [2020-06-11T00:23:23.073Z] Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-06-11T00:23:23.073Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-11T00:23:24.500Z] Selecting previously unselected package libgdbm5:arm64. [2020-06-11T00:23:24.500Z] Preparing to unpack .../08-libgdbm5_1.14.1-6_arm64.deb ... [2020-06-11T00:23:24.500Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-06-11T00:23:24.773Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-06-11T00:23:24.773Z] Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-06-11T00:23:24.773Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-06-11T00:23:24.773Z] Selecting previously unselected package libperl5.26:arm64. [2020-06-11T00:23:24.773Z] Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... [2020-06-11T00:23:24.773Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-06-11T00:23:26.222Z] Selecting previously unselected package perl. [2020-06-11T00:23:26.222Z] Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_arm64.deb ... [2020-06-11T00:23:26.222Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-06-11T00:23:26.222Z] Selecting previously unselected package less. [2020-06-11T00:23:26.222Z] Preparing to unpack .../12-less_487-0.1_arm64.deb ... [2020-06-11T00:23:26.222Z] Unpacking less (487-0.1) ... [2020-06-11T00:23:26.495Z] Selecting previously unselected package libexpat1:arm64. [2020-06-11T00:23:26.495Z] Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_arm64.deb ... [2020-06-11T00:23:26.495Z] Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.2) ... [2020-06-11T00:23:26.769Z] Selecting previously unselected package netbase. [2020-06-11T00:23:26.769Z] Preparing to unpack .../14-netbase_5.4_all.deb ... [2020-06-11T00:23:26.769Z] Unpacking netbase (5.4) ... [2020-06-11T00:23:26.769Z] Selecting previously unselected package libedit2:arm64. [2020-06-11T00:23:26.769Z] Preparing to unpack .../15-libedit2_3.1-20170329-1_arm64.deb ... [2020-06-11T00:23:26.769Z] Unpacking libedit2:arm64 (3.1-20170329-1) ... [2020-06-11T00:23:27.042Z] Selecting previously unselected package libssl1.0.0:arm64. [2020-06-11T00:23:27.042Z] Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_arm64.deb ... [2020-06-11T00:23:27.042Z] Unpacking libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... [2020-06-11T00:23:27.314Z] Selecting previously unselected package libxmuu1:arm64. [2020-06-11T00:23:27.314Z] Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_arm64.deb ... [2020-06-11T00:23:27.314Z] Unpacking libxmuu1:arm64 (2:1.1.2-2) ... [2020-06-11T00:23:27.314Z] Selecting previously unselected package openssh-client. [2020-06-11T00:23:27.314Z] Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_arm64.deb ... [2020-06-11T00:23:27.314Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-11T00:23:27.909Z] Selecting previously unselected package xauth. [2020-06-11T00:23:27.909Z] Preparing to unpack .../19-xauth_1%3a1.0.10-1_arm64.deb ... [2020-06-11T00:23:27.909Z] Unpacking xauth (1:1.0.10-1) ... [2020-06-11T00:23:27.909Z] Selecting previously unselected package curl. [2020-06-11T00:23:27.909Z] Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_arm64.deb ... [2020-06-11T00:23:27.909Z] Unpacking curl (7.58.0-2ubuntu3.8) ... [2020-06-11T00:23:27.909Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-06-11T00:23:27.909Z] Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_arm64.deb ... [2020-06-11T00:23:28.183Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... [2020-06-11T00:23:28.183Z] Selecting previously unselected package liberror-perl. [2020-06-11T00:23:28.183Z] Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... [2020-06-11T00:23:28.183Z] Unpacking liberror-perl (0.17025-1) ... [2020-06-11T00:23:28.458Z] Selecting previously unselected package git-man. [2020-06-11T00:23:28.458Z] Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-06-11T00:23:28.458Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-11T00:23:28.458Z] Selecting previously unselected package git. [2020-06-11T00:23:28.458Z] Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-06-11T00:23:28.731Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-06-11T00:23:30.161Z] Selecting previously unselected package make. [2020-06-11T00:23:30.161Z] Preparing to unpack .../25-make_4.1-9.1ubuntu1_arm64.deb ... [2020-06-11T00:23:30.161Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-06-11T00:23:30.161Z] Selecting previously unselected package patch. [2020-06-11T00:23:30.161Z] Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-06-11T00:23:30.161Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-06-11T00:23:30.161Z] Setting up libedit2:arm64 (3.1-20170329-1) ... [2020-06-11T00:23:30.161Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-11T00:23:30.434Z] Setting up libexpat1:arm64 (2.2.5-3ubuntu0.2) ... [2020-06-11T00:23:30.434Z] Setting up less (487-0.1) ... [2020-06-11T00:23:30.711Z] Setting up make (4.1-9.1ubuntu1) ... [2020-06-11T00:23:30.711Z] Setting up libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... [2020-06-11T00:23:31.315Z] Setting up curl (7.58.0-2ubuntu3.8) ... [2020-06-11T00:23:31.315Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... [2020-06-11T00:23:31.315Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-11T00:23:31.315Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-06-11T00:23:31.315Z] Setting up libbsd0:arm64 (0.8.7-1ubuntu0.1) ... [2020-06-11T00:23:31.315Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-06-11T00:23:31.315Z] Setting up libxdmcp6:arm64 (1:1.1.2-3) ... [2020-06-11T00:23:31.587Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-06-11T00:23:31.587Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-11T00:23:31.861Z] Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-11T00:23:31.861Z] Setting up libxau6:arm64 (1:1.0.8-1) ... [2020-06-11T00:23:31.861Z] Setting up netbase (5.4) ... [2020-06-11T00:23:32.134Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-06-11T00:23:32.134Z] Setting up libxcb1:arm64 (1.13-2~ubuntu18.04) ... [2020-06-11T00:23:32.134Z] Setting up libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... [2020-06-11T00:23:32.134Z] Setting up libxmuu1:arm64 (2:1.1.2-2) ... [2020-06-11T00:23:32.407Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-06-11T00:23:32.407Z] Setting up libxext6:arm64 (2:1.3.3-1) ... [2020-06-11T00:23:32.407Z] Setting up liberror-perl (0.17025-1) ... [2020-06-11T00:23:32.407Z] Setting up xauth (1:1.0.10-1) ... [2020-06-11T00:23:32.681Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-06-11T00:23:32.681Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-06-11T00:23:40.942Z] curl set to automatically installed. [2020-06-11T00:23:40.942Z] git set to automatically installed. [2020-06-11T00:23:40.942Z] git-man set to automatically installed. [2020-06-11T00:23:40.942Z] less set to automatically installed. [2020-06-11T00:23:40.942Z] libbsd0 set to automatically installed. [2020-06-11T00:23:40.942Z] libcurl3-gnutls set to automatically installed. [2020-06-11T00:23:40.942Z] libedit2 set to automatically installed. [2020-06-11T00:23:40.942Z] liberror-perl set to automatically installed. [2020-06-11T00:23:40.942Z] libexpat1 set to automatically installed. [2020-06-11T00:23:40.942Z] libgdbm-compat4 set to automatically installed. [2020-06-11T00:23:40.942Z] libgdbm5 set to automatically installed. [2020-06-11T00:23:40.942Z] libperl5.26 set to automatically installed. [2020-06-11T00:23:40.942Z] libssl1.0.0 set to automatically installed. [2020-06-11T00:23:40.942Z] libx11-6 set to automatically installed. [2020-06-11T00:23:40.942Z] libx11-data set to automatically installed. [2020-06-11T00:23:40.942Z] libxau6 set to automatically installed. [2020-06-11T00:23:40.942Z] libxcb1 set to automatically installed. [2020-06-11T00:23:40.942Z] libxdmcp6 set to automatically installed. [2020-06-11T00:23:40.942Z] libxext6 set to automatically installed. [2020-06-11T00:23:40.942Z] libxmuu1 set to automatically installed. [2020-06-11T00:23:40.942Z] make set to automatically installed. [2020-06-11T00:23:40.942Z] netbase set to automatically installed. [2020-06-11T00:23:40.943Z] openssh-client set to automatically installed. [2020-06-11T00:23:40.943Z] patch set to automatically installed. [2020-06-11T00:23:40.943Z] perl set to automatically installed. [2020-06-11T00:23:40.943Z] perl-modules-5.26 set to automatically installed. [2020-06-11T00:23:40.943Z] xauth set to automatically installed. [2020-06-11T00:23:40.943Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-06-11T00:23:40.943Z] Please ensure the environment is properly setup before continuing. [2020-06-11T00:23:40.943Z] Ignore this message if the appropriate measures have already been taken [2020-06-11T00:23:40.943Z] Pulling go [2020-06-11T00:23:44.318Z] 'device-mqtt' has dependencies that need to be staged: go [2020-06-11T00:23:44.318Z] Skipping pull go (already ran) [2020-06-11T00:23:44.318Z] Building go [2020-06-11T00:23:44.318Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-06-11T00:23:44.318Z] Dload Upload Total Spent Left Speed [2020-06-11T00:23:46.555Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 38 93.0M 38 36.2M 0 0 33.6M 0 0:00:02 0:00:01 0:00:01 33.5M 85 93.0M 85 79.9M 0 0 38.4M 0 0:00:02 0:00:02 --:--:-- 38.4M 100 93.0M 100 93.0M 0 0 39.0M 0 0:00:02 0:00:02 --:--:-- 39.0M [2020-06-11T00:23:47.985Z] go1.13.5.linux-arm64.tar.gz: OK [2020-06-11T00:24:10.127Z] Staging go [2020-06-11T00:24:10.398Z] Pulling device-mqtt [2020-06-11T00:24:13.776Z] Skipping build go (already ran) [2020-06-11T00:24:13.776Z] Building device-mqtt [2020-06-11T00:24:14.046Z] 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-11T00:24:14.642Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-06-11T00:24:14.642Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-11T00:24:14.642Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T00:24:14.642Z] go: downloading github.com/spf13/cast v1.3.0 [2020-06-11T00:24:14.915Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-11T00:24:14.915Z] go: extracting github.com/spf13/cast v1.3.0 [2020-06-11T00:24:14.915Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-11T00:24:14.915Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T00:24:14.915Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-06-11T00:24:14.915Z] go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-11T00:24:14.915Z] go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-11T00:24:14.915Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-06-11T00:24:14.915Z] go: downloading github.com/google/uuid v1.1.1 [2020-06-11T00:24:14.915Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-06-11T00:24:14.915Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-06-11T00:24:15.198Z] go: downloading github.com/pkg/errors v0.8.1 [2020-06-11T00:24:15.198Z] go: extracting github.com/google/uuid v1.1.1 [2020-06-11T00:24:15.198Z] go: extracting github.com/pkg/errors v0.8.1 [2020-06-11T00:24:15.198Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-06-11T00:24:15.198Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T00:24:15.198Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-06-11T00:24:15.198Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T00:24:15.198Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T00:24:15.198Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T00:24:15.198Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-06-11T00:24:15.198Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T00:24:15.198Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-06-11T00:24:15.198Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-06-11T00:24:15.198Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T00:24:15.198Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T00:24:15.198Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-06-11T00:24:15.198Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-06-11T00:24:15.198Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T00:24:15.198Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-06-11T00:24:15.198Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-06-11T00:24:15.198Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T00:24:15.478Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-06-11T00:24:15.478Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-06-11T00:24:15.478Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-06-11T00:24:15.478Z] go: downloading github.com/x448/float16 v0.8.4 [2020-06-11T00:24:15.478Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-06-11T00:24:15.478Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T00:24:15.478Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-06-11T00:24:15.478Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T00:24:15.478Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T00:24:15.478Z] go: extracting github.com/x448/float16 v0.8.4 [2020-06-11T00:24:15.478Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T00:24:15.478Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T00:24:15.478Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-06-11T00:24:15.478Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T00:24:15.478Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-06-11T00:24:15.478Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T00:24:15.478Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T00:24:15.478Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T00:24:15.478Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T00:24:15.478Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T00:24:15.478Z] go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-11T00:24:15.750Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-06-11T00:24:15.750Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T00:24:15.750Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T00:24:15.750Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T00:24:15.750Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T00:24:15.750Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T00:24:16.024Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T00:24:16.024Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-06-11T00:24:16.024Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-06-11T00:24:16.024Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-06-11T00:24:16.024Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-11T00:24:16.024Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T00:24:16.024Z] go: finding github.com/spf13/cast v1.3.0 [2020-06-11T00:24:16.024Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-11T00:24:16.024Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-11T00:24:16.024Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T00:24:16.024Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-11T00:24:16.297Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-11T00:24:16.297Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-11T00:24:16.297Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-06-11T00:24:16.297Z] go: finding github.com/google/uuid v1.1.1 [2020-06-11T00:24:16.297Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-11T00:24:16.297Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T00:24:16.297Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T00:24:16.297Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T00:24:16.297Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-11T00:24:16.297Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-11T00:24:16.297Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-11T00:24:16.297Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T00:24:16.297Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-11T00:24:16.297Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T00:24:16.297Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-11T00:24:16.297Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T00:24:16.297Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-11T00:24:16.297Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T00:24:16.297Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T00:24:16.297Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T00:24:16.297Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-11T00:24:16.297Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T00:24:16.297Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T00:24:16.297Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T00:24:16.297Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-11T00:24:48.678Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-11T00:25:07.184Z] Skipping stage go (already ran) [2020-06-11T00:25:07.184Z] Staging device-mqtt [2020-06-11T00:25:09.171Z] Priming go [2020-06-11T00:25:12.540Z] Priming device-mqtt [2020-06-11T00:25:15.911Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-06-11T00:25:15.911Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-06-11T00:25:15.911Z] Determining the version from the project repo (version-script). [2020-06-11T00:25:15.911Z] The version has been set to '0.0.0-20200611+48947cc' [2020-06-11T00:25:15.911Z] Snapping 'edgex-device-mqtt' ... [2020-06-11T00:25:20.208Z] [2020-06-11T00:25:20.208Z] Snapped edgex-device-mqtt_0.0.0-20200611+48947cc_arm64.snap [Pipeline] } [2020-06-11T00:25:22.194Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-06-11T00:25:22.838Z] provisioning config files... [2020-06-11T00:25:22.852Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-150@tmp/config4245117387494116428tmp [Pipeline] { [Pipeline] sh [2020-06-11T00:25:23.186Z] + bash -s - -t @/w/workspace/gexfoundry_device-mqtt-go_PR-150@tmp/config4245117387494116428tmp [2020-06-11T00:25:23.186Z] + curl -s https://codecov.io/bash [2020-06-11T00:25:23.450Z] [2020-06-11T00:25:23.450Z] _____ _ [2020-06-11T00:25:23.450Z] / ____| | | [2020-06-11T00:25:23.450Z] | | ___ __| | ___ ___ _____ __ [2020-06-11T00:25:23.450Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-06-11T00:25:23.450Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-06-11T00:25:23.450Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-06-11T00:25:23.450Z] Bash-20200602-f809a24 [2020-06-11T00:25:23.450Z] [2020-06-11T00:25:23.450Z] [2020-06-11T00:25:23.450Z] ==> Jenkins CI detected. [2020-06-11T00:25:23.450Z] project root: . [2020-06-11T00:25:23.450Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-06-11T00:25:23.450Z] ==> Running gcov in . (disable via -X gcov) [2020-06-11T00:25:23.450Z] ==> Python coveragepy not found [2020-06-11T00:25:23.450Z] ==> Searching for coverage reports in: [2020-06-11T00:25:23.450Z] + . [2020-06-11T00:25:23.450Z] -> Found 1 reports [2020-06-11T00:25:23.450Z] ==> Detecting git/mercurial file structure [2020-06-11T00:25:23.450Z] ==> Reading reports [2020-06-11T00:25:23.713Z] + ./coverage.out bytes=18214 [2020-06-11T00:25:23.713Z] ==> Appending adjustments [2020-06-11T00:25:23.713Z] https://docs.codecov.io/docs/fixing-reports [2020-06-11T00:25:23.713Z] + Found adjustments [2020-06-11T00:25:23.713Z] ==> Gzipping contents [2020-06-11T00:25:23.713Z] ==> Uploading reports [2020-06-11T00:25:23.713Z] url: https://codecov.io [2020-06-11T00:25:23.713Z] query: branch=PR-150&commit=48947cc8b8b5d9fb4be365185986578b7981ce8f&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-150%2F4%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=150&job= [2020-06-11T00:25:23.713Z] -> Pinging Codecov [2020-06-11T00:25:23.713Z] https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=PR-150&commit=48947cc8b8b5d9fb4be365185986578b7981ce8f&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-150%2F4%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=150&job= [2020-06-11T00:25:24.286Z] -> Uploading [2020-06-11T00:25:24.547Z] -> View reports at https://codecov.io/github/edgexfoundry/device-mqtt-go/commit/48947cc8b8b5d9fb4be365185986578b7981ce8f [Pipeline] } [2020-06-11T00:25:24.556Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-06-11T00:25:25.469Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-11T00:25:26.035Z] ---> package-listing.sh [2020-06-11T00:25:26.035Z] ++ facter osfamily [2020-06-11T00:25:26.035Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-11T00:25:26.035Z] + OS_FAMILY=redhat [2020-06-11T00:25:26.035Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-150 [2020-06-11T00:25:26.035Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-11T00:25:26.035Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-11T00:25:26.035Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-11T00:25:26.035Z] + PACKAGES=/tmp/packages_start.txt [2020-06-11T00:25:26.035Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-150 ']' [2020-06-11T00:25:26.035Z] + PACKAGES=/tmp/packages_end.txt [2020-06-11T00:25:26.035Z] + case "${OS_FAMILY}" in [2020-06-11T00:25:26.035Z] + rpm -qa [2020-06-11T00:25:26.035Z] + sort [2020-06-11T00:25:30.257Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-11T00:25:30.257Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-11T00:25:30.257Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-11T00:25:30.257Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-150 ']' [2020-06-11T00:25:30.257Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-150/archives/ [2020-06-11T00:25:30.257Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-150/archives/ [Pipeline] isUnix [Pipeline] sh [2020-06-11T00:25:30.889Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-11T00:25:30.889Z] [2020-06-11T00:25:30.889Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-11T00:25:31.232Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-11T00:25:31.232Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-11T00:25:31.232Z] c9b1b535fdd9: Pulling fs layer [2020-06-11T00:25:31.232Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-11T00:25:31.232Z] 756a868c4378: Pulling fs layer [2020-06-11T00:25:31.232Z] 444b2fc9a129: Pulling fs layer [2020-06-11T00:25:31.232Z] ea15f1150254: Pulling fs layer [2020-06-11T00:25:31.232Z] 41b27a9f41bf: Pulling fs layer [2020-06-11T00:25:31.232Z] 28c525ee5125: Pulling fs layer [2020-06-11T00:25:31.232Z] 094b1ea09ed8: Pulling fs layer [2020-06-11T00:25:31.232Z] 138eaada9080: Pulling fs layer [2020-06-11T00:25:31.232Z] 0622d0fa9048: Pulling fs layer [2020-06-11T00:25:31.232Z] 41b27a9f41bf: Waiting [2020-06-11T00:25:31.232Z] 28c525ee5125: Waiting [2020-06-11T00:25:31.232Z] 094b1ea09ed8: Waiting [2020-06-11T00:25:31.232Z] 138eaada9080: Waiting [2020-06-11T00:25:31.232Z] 0622d0fa9048: Waiting [2020-06-11T00:25:31.232Z] 444b2fc9a129: Waiting [2020-06-11T00:25:31.232Z] ea15f1150254: Waiting [2020-06-11T00:25:31.232Z] 2cc5ad85d9ab: Verifying Checksum [2020-06-11T00:25:31.232Z] 2cc5ad85d9ab: Download complete [2020-06-11T00:25:31.232Z] 444b2fc9a129: Verifying Checksum [2020-06-11T00:25:31.232Z] 444b2fc9a129: Download complete [2020-06-11T00:25:31.232Z] c9b1b535fdd9: Verifying Checksum [2020-06-11T00:25:31.232Z] c9b1b535fdd9: Download complete [2020-06-11T00:25:31.232Z] ea15f1150254: Verifying Checksum [2020-06-11T00:25:31.232Z] ea15f1150254: Download complete [2020-06-11T00:25:31.232Z] 28c525ee5125: Download complete [2020-06-11T00:25:31.841Z] 756a868c4378: Verifying Checksum [2020-06-11T00:25:31.841Z] 756a868c4378: Download complete [2020-06-11T00:25:31.841Z] c9b1b535fdd9: Pull complete [2020-06-11T00:25:31.841Z] 138eaada9080: Verifying Checksum [2020-06-11T00:25:31.841Z] 138eaada9080: Download complete [2020-06-11T00:25:31.841Z] 094b1ea09ed8: Verifying Checksum [2020-06-11T00:25:31.841Z] 094b1ea09ed8: Download complete [2020-06-11T00:25:32.115Z] 0622d0fa9048: Verifying Checksum [2020-06-11T00:25:32.115Z] 0622d0fa9048: Download complete [2020-06-11T00:25:32.385Z] 2cc5ad85d9ab: Pull complete [2020-06-11T00:25:32.650Z] 41b27a9f41bf: Verifying Checksum [2020-06-11T00:25:32.650Z] 41b27a9f41bf: Download complete [2020-06-11T00:25:34.062Z] 756a868c4378: Pull complete [2020-06-11T00:25:34.062Z] 444b2fc9a129: Pull complete [2020-06-11T00:25:34.332Z] ea15f1150254: Pull complete [2020-06-11T00:25:38.571Z] 41b27a9f41bf: Pull complete [2020-06-11T00:25:38.833Z] 28c525ee5125: Pull complete [2020-06-11T00:25:42.170Z] 094b1ea09ed8: Pull complete [2020-06-11T00:25:42.170Z] 138eaada9080: Pull complete [2020-06-11T00:25:42.170Z] 0622d0fa9048: Pull complete [2020-06-11T00:25:42.170Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-11T00:25:42.170Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-11T00:25:42.170Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-11T00:25:42.346Z] prd-centos7-docker-4c-2g-2498 does not seem to be running inside a container [2020-06-11T00:25:42.403Z] $ 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-150 -v /w/workspace/gexfoundry_device-mqtt-go_PR-150:/w/workspace/gexfoundry_device-mqtt-go_PR-150:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-150@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-150@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-06-11T00:25:45.752Z] $ docker top 5f55b1a33ed4f30c67d09331861a9673212dffd4e7837796e2d09b1b96d7e8b1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-11T00:25:45.958Z] provisioning config files... [2020-06-11T00:25:45.972Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-150@tmp/config1056824685704860663tmp [Pipeline] { [Pipeline] echo [2020-06-11T00:25:46.005Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-11T00:25:46.328Z] ---> create-netrc.sh [Pipeline] echo [2020-06-11T00:25:46.338Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-11T00:25:46.661Z] ---> logs-deploy.sh [2020-06-11T00:25:46.661Z] + ARCHIVE_ARTIFACTS= [2020-06-11T00:25:46.661Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-11T00:25:46.661Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-11T00:25:46.661Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-11T00:25:46.661Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-150/4 [2020-06-11T00:25:46.661Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-mqtt-go/job/PR-150/4/ [2020-06-11T00:25:46.661Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-150/4 /w/workspace/gexfoundry_device-mqtt-go_PR-150 [2020-06-11T00:25:48.601Z] Archives upload complete. [2020-06-11T00:25:48.870Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-150/4 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-mqtt-go/job/PR-150/4/