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 00:15:28 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 00:15:28 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:15:28 ========================================================= 00:15:28 EdgeX Global Pipelines Version Info 00:15:28 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:15:30 ------------------- 00:15:30 stable info: 00:15:30 ------------------- 00:15:30 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:15:30 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 00:15:30 Message: update stable to v1.0.89 00:15:31 ------------------- 00:15:31 experimental info: 00:15:31 ------------------- 00:15:31 Commited By: **** collab-it+edgex@linuxfoundation.org 00:15:31 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 00:15:31 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 00:15:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:15:32 00:15:32 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:15:33 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:15:33 latest: Pulling from edgex-devops/git-semver 00:15:33 9123ac7c32f7: Pulling fs layer 00:15:33 b8cc5d1170e3: Pulling fs layer 00:15:33 2924cbbf6a41: Pulling fs layer 00:15:33 93b08a4f1073: Pulling fs layer 00:15:33 93b08a4f1073: Waiting 00:15:33 b8cc5d1170e3: Verifying Checksum 00:15:33 b8cc5d1170e3: Download complete 00:15:33 9123ac7c32f7: Verifying Checksum 00:15:33 9123ac7c32f7: Download complete 00:15:33 2924cbbf6a41: Verifying Checksum 00:15:33 2924cbbf6a41: Download complete 00:15:33 93b08a4f1073: Verifying Checksum 00:15:33 93b08a4f1073: Download complete 00:15:33 9123ac7c32f7: Pull complete 00:15:33 b8cc5d1170e3: Pull complete 00:15:34 2924cbbf6a41: Pull complete 00:15:35 93b08a4f1073: Pull complete 00:15:35 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 00:15:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:15:35 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:15:35 prd-centos7-docker-4c-2g-2498 does not seem to be running inside a container 00:15:35 $ 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 00:15:37 $ docker top 26bfdedf78653bf435e1f5608eacc0e06fd9f3bbe50271de9281d984737ee9da -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:15:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:15:37 [ssh-agent] Looking for ssh-agent implementation... 00:15:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:15:37 $ docker exec 26bfdedf78653bf435e1f5608eacc0e06fd9f3bbe50271de9281d984737ee9da ssh-agent 00:15:37 SSH_AUTH_SOCK=/tmp/ssh-2DAmePVDpnew/agent.12 00:15:37 SSH_AGENT_PID=17 00:15:37 Running ssh-add (command line suppressed) 00:15:37 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) 00:15:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:15:38 + git describe --exact-match --tags HEAD 00:15:38 fatal: No names found, cannot describe anything. [Pipeline] } 00:15:38 $ docker exec --env ******** --env ******** 26bfdedf78653bf435e1f5608eacc0e06fd9f3bbe50271de9281d984737ee9da ssh-agent -k 00:15:38 unset SSH_AUTH_SOCK; 00:15:38 unset SSH_AGENT_PID; 00:15:38 echo Agent pid 17 killed; 00:15:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 00:15:38 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 00:15:38 This usually means this commit has not been tagged. [Pipeline] sshagent 00:15:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:15:38 [ssh-agent] Looking for ssh-agent implementation... 00:15:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:15:38 $ docker exec 26bfdedf78653bf435e1f5608eacc0e06fd9f3bbe50271de9281d984737ee9da ssh-agent 00:15:38 SSH_AUTH_SOCK=/tmp/ssh-miH2neZTZtXN/agent.46 00:15:38 SSH_AGENT_PID=52 00:15:38 Running ssh-add (command line suppressed) 00:15:39 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) 00:15:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:15:39 + git semver init 00:15:39 # -> Open(): unable to determine branch for HEAD 00:15:39 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-150/.git 00:15:39 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-150 00:15:39 # $SEMVER_REMOTE_NAME = origin 00:15:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:15:39 # $SEMVER_USER_NAME = edgex-jenkins 00:15:39 # $SEMVER_BRANCH = PR-150 00:15:39 # $SEMVER_TEMP = /tmp/semver-208894298 00:15:39 # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP 00:15:39 # '/tmp/semver-208894298' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-150/.semver' 00:15:39 # -> Force: false 00:15:39 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-150/.semver [Pipeline] } 00:15:39 $ docker exec --env ******** --env ******** 26bfdedf78653bf435e1f5608eacc0e06fd9f3bbe50271de9281d984737ee9da ssh-agent -k 00:15:39 unset SSH_AUTH_SOCK; 00:15:39 unset SSH_AGENT_PID; 00:15:39 echo Agent pid 52 killed; 00:15:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:15:40 + git semver [Pipeline] } 00:15:40 $ docker stop --time=1 26bfdedf78653bf435e1f5608eacc0e06fd9f3bbe50271de9281d984737ee9da 00:15:41 $ docker rm -f 26bfdedf78653bf435e1f5608eacc0e06fd9f3bbe50271de9281d984737ee9da [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 00:15:42 Stashed 26 file(s) [Pipeline] echo 00:15:42 [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 00:15:57 Still waiting to schedule task 00:15:57 Waiting for next available executor on ‘centos7-docker-4c-2g’ 00:15:57 Still waiting to schedule task 00:15:57 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:18:02 Running on prd-centos7-docker-4c-2g-2499 in /w/workspace/gexfoundry_device-mqtt-go_PR-150 [Pipeline] { [Pipeline] ws 00:18:02 Running in /w/workspace/device-mqtt-go/4 [Pipeline] { [Pipeline] checkout 00:18:05 using credential edgex-jenkins-ssh 00:18:05 Cloning the remote Git repository 00:18:05 Cloning with configured refspecs honoured and without tags 00:18:05 Fetching without tags 00:18:05 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 00:18:05 > git init /w/workspace/device-mqtt-go/4 # timeout=10 00:18:05 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 00:18:05 > git --version # timeout=10 00:18:05 using GIT_SSH to set credentials SSH Credentials for GitHub 00:18:05 > 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 00:18:05 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 00:18:05 > git config --add remote.origin.fetch +refs/pull/150/head:refs/remotes/origin/PR-150 # timeout=10 00:18:05 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 00:18:05 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 00:18:05 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 00:18:05 using GIT_SSH to set credentials SSH Credentials for GitHub 00:18:05 > 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 00:18:06 Merging remotes/origin/master commit 8b9d4518ce44b452ea6e7170c38b8c7009d29236 into PR head commit 48947cc8b8b5d9fb4be365185986578b7981ce8f 00:18:06 Merge succeeded, producing 48947cc8b8b5d9fb4be365185986578b7981ce8f 00:18:06 Checking out Revision 48947cc8b8b5d9fb4be365185986578b7981ce8f (PR-150) 00:18:06 > git config core.sparsecheckout # timeout=10 00:18:06 > git checkout -f 48947cc8b8b5d9fb4be365185986578b7981ce8f # timeout=10 00:18:06 > git remote # timeout=10 00:18:06 > git config --get remote.origin.url # timeout=10 00:18:06 using GIT_SSH to set credentials SSH Credentials for GitHub 00:18:06 > git merge 8b9d4518ce44b452ea6e7170c38b8c7009d29236 # timeout=10 00:18:06 > git rev-parse HEAD^{commit} # timeout=10 00:18:06 > git config core.sparsecheckout # timeout=10 00:18:06 > git checkout -f 48947cc8b8b5d9fb4be365185986578b7981ce8f # timeout=10 00:18:10 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 00:18:10 ========================================================= 00:18:10 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 00:18:10 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:18:11 + 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 . 00:18:11 Sending build context to Docker daemon 571.9kB 00:18:11 Step 1/8 : ARG BASE=golang:1.13-alpine 00:18:11 Step 2/8 : FROM ${BASE} 00:18:11 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 00:18:11 e6b0cf9c0882: Pulling fs layer 00:18:11 2848faf0eed1: Pulling fs layer 00:18:11 0f37312ad70f: Pulling fs layer 00:18:11 5788d62ee057: Pulling fs layer 00:18:11 0e6b1d234666: Pulling fs layer 00:18:11 bf5d7aec512f: Pulling fs layer 00:18:11 34c802a77dc8: Pulling fs layer 00:18:11 9eb99e56ec68: Pulling fs layer 00:18:11 27c7a5d97fbd: Pulling fs layer 00:18:11 5c102a31e300: Pulling fs layer 00:18:11 dcfb455df0a1: Pulling fs layer 00:18:11 34c802a77dc8: Waiting 00:18:11 9eb99e56ec68: Waiting 00:18:11 27c7a5d97fbd: Waiting 00:18:11 5c102a31e300: Waiting 00:18:11 dcfb455df0a1: Waiting 00:18:11 5788d62ee057: Waiting 00:18:11 0e6b1d234666: Waiting 00:18:11 bf5d7aec512f: Waiting 00:18:11 0f37312ad70f: Verifying Checksum 00:18:11 0f37312ad70f: Download complete 00:18:11 2848faf0eed1: Verifying Checksum 00:18:11 2848faf0eed1: Download complete 00:18:12 0e6b1d234666: Verifying Checksum 00:18:12 0e6b1d234666: Download complete 00:18:12 bf5d7aec512f: Verifying Checksum 00:18:12 bf5d7aec512f: Download complete 00:18:12 e6b0cf9c0882: Verifying Checksum 00:18:12 e6b0cf9c0882: Download complete 00:18:12 e6b0cf9c0882: Pull complete 00:18:12 34c802a77dc8: Verifying Checksum 00:18:12 34c802a77dc8: Download complete 00:18:12 27c7a5d97fbd: Verifying Checksum 00:18:12 27c7a5d97fbd: Download complete 00:18:13 5c102a31e300: Verifying Checksum 00:18:13 5c102a31e300: Download complete 00:18:13 dcfb455df0a1: Verifying Checksum 00:18:13 dcfb455df0a1: Download complete 00:18:13 9eb99e56ec68: Verifying Checksum 00:18:13 9eb99e56ec68: Download complete 00:18:13 5788d62ee057: Verifying Checksum 00:18:13 5788d62ee057: Download complete 00:18:14 2848faf0eed1: Pull complete 00:18:14 0f37312ad70f: Pull complete 00:18:19 5788d62ee057: Pull complete 00:18:19 0e6b1d234666: Pull complete 00:18:19 bf5d7aec512f: Pull complete 00:18:28 34c802a77dc8: Pull complete 00:18:30 9eb99e56ec68: Pull complete 00:18:30 27c7a5d97fbd: Pull complete 00:18:31 5c102a31e300: Pull complete 00:18:31 dcfb455df0a1: Pull complete 00:18:31 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 00:18:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 00:18:31 ---> 7c70fe431013 00:18:31 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 00:18:32 ---> Running in 5f2c6f47d8f6 00:18:32 Removing intermediate container 5f2c6f47d8f6 00:18:32 ---> 9fed9f5594ed 00:18:32 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:18:32 ---> Running in a789f9f22c5c 00:18:34 Removing intermediate container a789f9f22c5c 00:18:34 ---> 2f8cb55a5cb2 00:18:34 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 00:18:34 ---> Running in 7a29eb18058b 00:18:34 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 00:18:35 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 00:18:36 (1/17) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) 00:18:36 (2/17) Installing libmagic (5.37-r1) 00:18:36 (3/17) Installing file (5.37-r1) 00:18:36 (4/17) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) 00:18:36 (5/17) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) 00:18:36 (6/17) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) 00:18:45 (7/17) Installing libc-dev (0.7.2-r0) 00:18:45 (8/17) Installing g++ (9.2.0-r4) 00:18:50 (9/17) Installing fortify-headers (1.1-r0) 00:18:50 (10/17) Installing build-base (0.5-r1) 00:18:50 (11/17) Installing openssh-keygen (8.1_p1-r0) 00:18:50 (12/17) Installing libedit (20191211.3.1-r0) 00:18:50 (13/17) Installing openssh-client (8.1_p1-r0) 00:18:50 (14/17) Installing openssh-sftp-server (8.1_p1-r0) 00:18:50 (15/17) Installing openssh-server-common (8.1_p1-r0) 00:18:51 (16/17) Installing openssh-server (8.1_p1-r0) 00:18:51 (17/17) Installing openssh (8.1_p1-r0) 00:18:51 Executing busybox-1.31.1-r8.trigger 00:18:51 OK: 214 MiB in 52 packages 00:18:53 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2500 in /w/workspace/gexfoundry_device-mqtt-go_PR-150 [Pipeline] { [Pipeline] ws 00:18:53 Running in /w/workspace/device-mqtt-go/4 [Pipeline] { [Pipeline] checkout 00:18:55 Removing intermediate container 7a29eb18058b 00:18:55 ---> f175e95ed376 00:18:55 Step 6/8 : WORKDIR /device-mqtt-go 00:18:55 ---> Running in 9ad7246a9669 00:18:55 Removing intermediate container 9ad7246a9669 00:18:55 ---> 6bc3bb94cdff 00:18:55 Step 7/8 : COPY . . 00:18:55 ---> d6af84d7c76c 00:18:55 Step 8/8 : RUN go mod download 00:18:55 ---> Running in c1de84f0a477 00:18:58 go: finding github.com/BurntSushi/toml v0.3.1 00:18:58 go: finding github.com/OneOfOne/xxhash v1.2.6 00:18:58 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 00:18:58 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:18:58 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 00:18:58 go: finding github.com/bgentry/speakeasy v0.1.0 00:18:58 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 00:18:58 go: finding github.com/davecgh/go-spew v1.1.1 00:18:58 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 00:18:58 go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 00:18:58 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 00:18:58 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 00:18:58 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 00:18:58 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 00:18:58 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 00:18:58 go: finding github.com/fatih/color v1.7.0 00:18:58 go: finding github.com/fxamacker/cbor/v2 v2.2.0 00:18:58 go: finding github.com/go-kit/kit v0.8.0 00:18:58 go: finding github.com/go-logfmt/logfmt v0.4.0 00:18:58 go: finding github.com/go-stack/stack v1.8.0 00:18:58 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 00:18:58 go: finding github.com/google/uuid v1.1.1 00:18:58 go: finding github.com/gorilla/mux v1.7.1 00:18:58 go: finding github.com/hashicorp/consul/api v1.1.0 00:18:58 go: finding github.com/hashicorp/consul/sdk v0.1.1 00:18:58 go: finding github.com/hashicorp/errwrap v1.0.0 00:18:58 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 00:18:58 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 00:18:58 go: finding github.com/hashicorp/go-msgpack v0.5.3 00:18:58 go: finding github.com/hashicorp/go-multierror v1.0.0 00:18:58 go: finding github.com/hashicorp/go-rootcerts v1.0.0 00:18:58 go: finding github.com/hashicorp/go-sockaddr v1.0.0 00:18:58 go: finding github.com/hashicorp/go-syslog v1.0.0 00:18:58 go: finding github.com/hashicorp/go-uuid v1.0.1 00:18:58 go: finding github.com/hashicorp/go.net v0.0.1 00:18:58 go: finding github.com/hashicorp/golang-lru v0.5.0 00:18:58 go: finding github.com/hashicorp/logutils v1.0.0 00:18:58 go: finding github.com/hashicorp/mdns v1.0.0 00:18:58 go: finding github.com/hashicorp/memberlist v0.1.3 00:18:58 go: finding github.com/hashicorp/serf v0.8.2 00:18:58 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 00:18:58 go: finding github.com/kr/pretty v0.1.0 00:18:58 go: finding github.com/kr/pty v1.1.1 00:18:58 go: finding github.com/kr/text v0.1.0 00:18:58 go: finding github.com/mattn/go-colorable v0.0.9 00:18:58 go: finding github.com/mattn/go-isatty v0.0.3 00:18:58 go: finding github.com/miekg/dns v1.0.14 00:18:58 go: finding github.com/mitchellh/cli v1.0.0 00:18:58 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:18:58 go: finding github.com/mitchellh/copystructure v1.0.0 00:18:58 go: finding github.com/mitchellh/go-homedir v1.0.0 00:18:58 go: finding github.com/mitchellh/go-testing-interface v1.0.0 00:18:58 go: finding github.com/mitchellh/gox v0.4.0 00:18:58 go: finding github.com/mitchellh/iochan v1.0.0 00:18:58 go: finding github.com/mitchellh/mapstructure v1.1.2 00:18:58 go: finding github.com/mitchellh/reflectwalk v1.0.0 00:18:58 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 00:18:58 go: finding github.com/pelletier/go-toml v1.2.0 00:18:58 go: finding github.com/pkg/errors v0.8.1 00:18:58 go: finding github.com/pmezard/go-difflib v1.0.0 00:18:58 go: finding github.com/posener/complete v1.1.1 00:18:58 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 00:18:58 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 00:18:58 go: finding github.com/spf13/cast v1.3.0 00:18:58 go: finding github.com/stretchr/objx v0.1.0 00:18:58 go: finding github.com/stretchr/testify v1.5.1 00:18:58 go: finding github.com/ugorji/go v1.1.4 00:18:58 go: finding github.com/x448/float16 v0.8.4 00:18:58 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 00:18:58 using credential edgex-jenkins-ssh 00:18:58 Cloning the remote Git repository 00:18:58 Cloning with configured refspecs honoured and without tags 00:18:58 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 00:18:58 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 00:18:58 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 00:18:58 go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 00:18:58 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 00:18:58 go: finding gopkg.in/yaml.v2 v2.2.8 00:18:59 Fetching without tags 00:18:58 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 00:18:58 > git init /w/workspace/device-mqtt-go/4 # timeout=10 00:18:58 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 00:18:58 > git --version # timeout=10 00:18:58 using GIT_SSH to set credentials SSH Credentials for GitHub 00:18:58 > 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 00:18:59 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 00:18:59 > git config --add remote.origin.fetch +refs/pull/150/head:refs/remotes/origin/PR-150 # timeout=10 00:18:59 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 00:18:59 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 00:18:59 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 00:18:59 using GIT_SSH to set credentials SSH Credentials for GitHub 00:18:59 > 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 00:19:00 Merging remotes/origin/master commit 8b9d4518ce44b452ea6e7170c38b8c7009d29236 into PR head commit 48947cc8b8b5d9fb4be365185986578b7981ce8f 00:19:00 Merge succeeded, producing 48947cc8b8b5d9fb4be365185986578b7981ce8f 00:19:00 Checking out Revision 48947cc8b8b5d9fb4be365185986578b7981ce8f (PR-150) 00:19:00 > git config core.sparsecheckout # timeout=10 00:19:00 > git checkout -f 48947cc8b8b5d9fb4be365185986578b7981ce8f # timeout=10 00:19:00 > git remote # timeout=10 00:19:00 > git config --get remote.origin.url # timeout=10 00:19:00 using GIT_SSH to set credentials SSH Credentials for GitHub 00:19:00 > git merge 8b9d4518ce44b452ea6e7170c38b8c7009d29236 # timeout=10 00:19:00 > git rev-parse HEAD^{commit} # timeout=10 00:19:00 > git config core.sparsecheckout # timeout=10 00:19:00 > git checkout -f 48947cc8b8b5d9fb4be365185986578b7981ce8f # timeout=10 00:19:05 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 00:19:05 ========================================================= 00:19:05 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 00:19:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:19:06 Removing intermediate container c1de84f0a477 00:19:06 ---> 464adcf7cace 00:19:06 Successfully built 464adcf7cace 00:19:06 Successfully tagged ci-base-image-x86_64:latest 00:19:06 + 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 00:19:07 + docker inspect -f . ci-base-image-x86_64 00:19:07 . [Pipeline] withDockerContainer 00:19:07 prd-centos7-docker-4c-2g-2499 does not seem to be running inside a container 00:19:07 $ 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 00:19:07 Sending build context to Docker daemon 571.9kB 00:19:07 Step 1/8 : ARG BASE=golang:1.13-alpine 00:19:07 Step 2/8 : FROM ${BASE} 00:19:08 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:19:08 cde5963f3b93: Pulling fs layer 00:19:08 2a23fa8c16f7: Pulling fs layer 00:19:08 777b28850792: Pulling fs layer 00:19:08 8a11ddd9e578: Pulling fs layer 00:19:08 4cf88f913ddb: Pulling fs layer 00:19:08 1df406cf5192: Pulling fs layer 00:19:08 cd6300453558: Pulling fs layer 00:19:08 b9c365052c96: Pulling fs layer 00:19:08 a2d8cc88f415: Pulling fs layer 00:19:08 ea1d1ca13537: Pulling fs layer 00:19:08 3750a50a1c5e: Pulling fs layer 00:19:08 cd6300453558: Waiting 00:19:08 b9c365052c96: Waiting 00:19:08 a2d8cc88f415: Waiting 00:19:08 ea1d1ca13537: Waiting 00:19:08 3750a50a1c5e: Waiting 00:19:08 8a11ddd9e578: Waiting 00:19:08 1df406cf5192: Waiting 00:19:08 4cf88f913ddb: Waiting 00:19:08 777b28850792: Verifying Checksum 00:19:08 777b28850792: Download complete 00:19:08 2a23fa8c16f7: Download complete 00:19:08 4cf88f913ddb: Verifying Checksum 00:19:08 4cf88f913ddb: Download complete 00:19:08 1df406cf5192: Download complete 00:19:08 cde5963f3b93: Verifying Checksum 00:19:08 cde5963f3b93: Download complete 00:19:08 $ docker top f90acfdceebe94f3eb4088aa0e2c15836cc41a73e65d2b5371f2b313be252be7 -eo pid,comm [Pipeline] { [Pipeline] sh 00:19:09 cde5963f3b93: Pull complete 00:19:09 + go version 00:19:09 go version go1.13.5 linux/amd64 [Pipeline] sh 00:19:09 + make test 00:19:09 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 00:19:09 2a23fa8c16f7: Pull complete 00:19:10 777b28850792: Pull complete 00:19:10 ? github.com/edgexfoundry/device-mqtt-go [no test files] 00:19:11 cd6300453558: Verifying Checksum 00:19:11 cd6300453558: Download complete 00:19:11 a2d8cc88f415: Verifying Checksum 00:19:11 a2d8cc88f415: Download complete 00:19:12 b9c365052c96: Verifying Checksum 00:19:12 b9c365052c96: Download complete 00:19:12 3750a50a1c5e: Verifying Checksum 00:19:12 3750a50a1c5e: Download complete 00:19:12 ea1d1ca13537: Verifying Checksum 00:19:12 ea1d1ca13537: Download complete 00:19:13 8a11ddd9e578: Verifying Checksum 00:19:13 8a11ddd9e578: Download complete 00:19:20 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 00:19:20 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.007s coverage: 29.8% of statements 00:19:20 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 00:19:21 CGO_ENABLED=0 GO111MODULE=on go vet ./... 00:19:23 gofmt -l . 00:19:23 ["`gofmt -l .`" = ""] 00:19:23 ./bin/test-attribution-txt.sh 00:19:23 ./bin/test-go-mod-tidy.sh [Pipeline] stash 00:19:24 Stashed 1 file(s) [Pipeline] } 00:19:24 $ docker stop --time=1 f90acfdceebe94f3eb4088aa0e2c15836cc41a73e65d2b5371f2b313be252be7 00:19:26 8a11ddd9e578: Pull complete 00:19:26 4cf88f913ddb: Pull complete 00:19:26 1df406cf5192: Pull complete 00:19:27 $ docker rm -f f90acfdceebe94f3eb4088aa0e2c15836cc41a73e65d2b5371f2b313be252be7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 00:19:29 cd6300453558: Pull complete 00:19:29 + sudo chown -R jenkins:jenkins . [Pipeline] sh 00:19:29 + ls -al . 00:19:29 total 100 00:19:29 drwxrwxr-x. 9 jenkins jenkins 4096 Jun 11 00:19 . 00:19:29 drwxrwxr-x. 4 jenkins jenkins 28 Jun 11 00:18 .. 00:19:29 -rw-rw-r--. 1 jenkins jenkins 4678 Jun 11 00:18 Attribution.txt 00:19:29 drwxrwxr-x. 2 jenkins jenkins 87 Jun 11 00:18 bin 00:19:29 drwxrwxr-x. 3 jenkins jenkins 32 Jun 11 00:18 cmd 00:19:29 -rw-r--r--. 1 jenkins jenkins 18214 Jun 11 00:19 coverage.out 00:19:29 -rw-rw-r--. 1 jenkins jenkins 1776 Jun 11 00:18 Dockerfile 00:19:29 -rw-rw-r--. 1 jenkins jenkins 953 Jun 11 00:18 Dockerfile.build 00:19:29 -rw-rw-r--. 1 jenkins jenkins 140 Jun 11 00:18 .dockerignore 00:19:29 drwxrwxr-x. 8 jenkins jenkins 179 Jun 11 00:18 .git 00:19:29 -rw-rw-r--. 1 jenkins jenkins 328 Jun 11 00:18 .gitignore 00:19:29 -rw-r--r--. 1 jenkins jenkins 510 Jun 11 00:19 go.mod 00:19:29 -rw-r--r--. 1 jenkins jenkins 13621 Jun 11 00:19 go.sum 00:19:29 drwxrwxr-x. 3 jenkins jenkins 20 Jun 11 00:18 internal 00:19:29 -rw-rw-r--. 1 jenkins jenkins 700 Jun 11 00:18 Jenkinsfile 00:19:29 -rw-rw-r--. 1 jenkins jenkins 11340 Jun 11 00:18 LICENSE 00:19:29 -rw-rw-r--. 1 jenkins jenkins 902 Jun 11 00:18 Makefile 00:19:29 drwxrwxr-x. 2 jenkins jenkins 23 Jun 11 00:18 mock 00:19:29 -rw-rw-r--. 1 jenkins jenkins 444 Jun 11 00:18 README.md 00:19:29 drwxrwxr-x. 3 jenkins jenkins 58 Jun 11 00:18 .semver 00:19:29 drwxrwxr-x. 4 jenkins jenkins 54 Jun 11 00:18 snap 00:19:29 -rw-rw-r--. 1 jenkins jenkins 5 Jun 11 00:15 VERSION 00:19:29 -rw-rw-r--. 1 jenkins jenkins 227 Jun 11 00:18 version.go [Pipeline] isUnix [Pipeline] sh 00:19:30 + 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 . 00:19:30 Sending build context to Docker daemon 590.8kB 00:19:30 Step 1/21 : ARG BASE=golang:1.13-alpine 00:19:30 Step 2/21 : FROM ${BASE} AS builder 00:19:30 ---> 464adcf7cace 00:19:30 Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 00:19:30 ---> Running in 19d2aac072b7 00:19:30 Removing intermediate container 19d2aac072b7 00:19:30 ---> 8e73680c0b12 00:19:30 Step 4/21 : ARG ALPINE_PKG_EXTRA="" 00:19:30 ---> Running in da1b62b12690 00:19:30 Removing intermediate container da1b62b12690 00:19:30 ---> ffa3a4c58b5f 00:19:30 Step 5/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:19:31 ---> Running in e8245addd845 00:19:31 Removing intermediate container e8245addd845 00:19:31 ---> fea4c26914a2 00:19:31 Step 6/21 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 00:19:31 ---> Running in 23ded7e3f561 00:19:32 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 00:19:33 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 00:19:33 OK: 214 MiB in 52 packages 00:19:33 Removing intermediate container 23ded7e3f561 00:19:33 ---> 38daa623103c 00:19:33 Step 7/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 00:19:33 ---> Running in d961acdd13a3 00:19:34 Removing intermediate container d961acdd13a3 00:19:34 ---> 8210b505a4f3 00:19:34 Step 8/21 : COPY . . 00:19:34 ---> 2e3504e3dd20 00:19:34 Step 9/21 : ARG MAKE='make build' 00:19:34 ---> Running in 09c8067a0fe1 00:19:34 b9c365052c96: Pull complete 00:19:34 a2d8cc88f415: Pull complete 00:19:34 Removing intermediate container 09c8067a0fe1 00:19:34 ---> 75d0c50b8692 00:19:34 Step 10/21 : RUN $MAKE 00:19:34 ---> Running in 85a55462ff20 00:19:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 00:19:36 ea1d1ca13537: Pull complete 00:19:36 3750a50a1c5e: Pull complete 00:19:36 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 00:19:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 00:19:36 ---> 78745c68409d 00:19:36 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 00:19:42 ---> Running in b2d0f8b60f04 00:19:42 Removing intermediate container b2d0f8b60f04 00:19:42 ---> 86ce0dc6de2f 00:19:42 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:19:42 ---> Running in f24bb2bc9d61 00:19:44 Removing intermediate container f24bb2bc9d61 00:19:44 ---> 41f10020958f 00:19:44 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 00:19:44 ---> Running in c3b7d25d373d 00:19:45 CGO_ENABLED=0 GO111MODULE=on go build ./... 00:19:46 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 00:19:47 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 00:19:47 (1/18) Upgrading libgcc (9.2.0-r3 -> 9.2.0-r4) 00:19:47 (2/18) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) 00:19:48 (3/18) Installing libmagic (5.37-r1) 00:19:48 (4/18) Installing file (5.37-r1) 00:19:48 (5/18) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) 00:19:48 (6/18) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) 00:19:48 (7/18) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) 00:19:49 Removing intermediate container 85a55462ff20 00:19:49 ---> 94936462c1c5 00:19:49 Step 11/21 : FROM alpine 00:19:49 latest: Pulling from library/alpine 00:19:49 df20fa9351a1: Pulling fs layer 00:19:49 df20fa9351a1: Verifying Checksum 00:19:49 df20fa9351a1: Download complete 00:19:50 df20fa9351a1: Pull complete 00:19:50 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 00:19:50 Status: Downloaded newer image for alpine:latest 00:19:50 ---> a24bb4013296 00:19:50 Step 12/21 : ENV APP_PORT=49982 00:19:50 ---> Running in 1185045f19ed 00:19:50 Removing intermediate container 1185045f19ed 00:19:50 ---> 383f3ce311de 00:19:50 Step 13/21 : EXPOSE $APP_PORT 00:19:50 ---> Running in d56e73cf3fdb 00:19:50 Removing intermediate container d56e73cf3fdb 00:19:50 ---> 67375fc8be8b 00:19:50 Step 14/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 00:19:51 ---> b200b073bb61 00:19:51 Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 00:19:51 ---> b8e484e264f5 00:19:51 Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 00:19:51 ---> 96128fd0d2f5 00:19:51 Step 17/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 00:19:51 ---> Running in 75d98defe985 00:19:51 Removing intermediate container 75d98defe985 00:19:51 ---> 05e2741f0add 00:19:51 Step 18/21 : ENTRYPOINT ["/device-mqtt","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] 00:19:51 ---> Running in 0a9aaddd1bff 00:19:51 Removing intermediate container 0a9aaddd1bff 00:19:51 ---> ac413217026d 00:19:51 Step 19/21 : LABEL arch=amd64 00:19:51 ---> Running in cda3e720fbe0 00:19:52 Removing intermediate container cda3e720fbe0 00:19:52 ---> 7a039b6840a5 00:19:52 Step 20/21 : LABEL git_sha=48947cc8b8b5d9fb4be365185986578b7981ce8f 00:19:52 ---> Running in 4aae617097fd 00:19:52 Removing intermediate container 4aae617097fd 00:19:52 ---> 557c3bbe5b54 00:19:52 Step 21/21 : LABEL version=0.0.0 00:19:52 ---> Running in cc73e4efd4b7 00:19:52 Removing intermediate container cc73e4efd4b7 00:19:52 ---> 2097bc283d9c 00:19:52 [Warning] One or more build-args [ARCH] were not consumed 00:19:52 Successfully built 2097bc283d9c 00:19:52 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 00:19:53 ++ find /w/workspace/device-mqtt-go/4 00:19:53 ++ grep snapcraft.yaml 00:19:53 + grep -Po '^name: \K(.*)' /w/workspace/device-mqtt-go/4/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:19:53 provisioning config files... 00:19:53 copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/4@tmp/config600040039284305252tmp [Pipeline] { [Pipeline] sh 00:19:53 + cp /w/workspace/device-mqtt-go/4@tmp/config600040039284305252tmp /w/workspace/device-mqtt-go/4/edgex-snap-store-login [Pipeline] sh 00:19:53 + 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 00:19:53 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 00:19:53 latest: Pulling from edgex-devops/edgex-snap-builder 00:19:53 5bed26d33875: Pulling fs layer 00:19:53 f11b29a9c730: Pulling fs layer 00:19:53 930bda195c84: Pulling fs layer 00:19:53 78bf9a5ad49e: Pulling fs layer 00:19:53 e5fbee5a4b0d: Pulling fs layer 00:19:53 f452fca78f88: Pulling fs layer 00:19:53 7417ef92027a: Pulling fs layer 00:19:53 2af5c49d270b: Pulling fs layer 00:19:53 df9c3bdbc40a: Pulling fs layer 00:19:53 78bf9a5ad49e: Waiting 00:19:53 e5fbee5a4b0d: Waiting 00:19:53 f452fca78f88: Waiting 00:19:53 7417ef92027a: Waiting 00:19:53 2af5c49d270b: Waiting 00:19:53 df9c3bdbc40a: Waiting 00:19:53 930bda195c84: Verifying Checksum 00:19:53 930bda195c84: Download complete 00:19:53 f11b29a9c730: Download complete 00:19:53 78bf9a5ad49e: Verifying Checksum 00:19:53 78bf9a5ad49e: Download complete 00:19:53 f452fca78f88: Verifying Checksum 00:19:53 f452fca78f88: Download complete 00:19:53 7417ef92027a: Verifying Checksum 00:19:53 7417ef92027a: Download complete 00:19:53 2af5c49d270b: Verifying Checksum 00:19:53 2af5c49d270b: Download complete 00:19:54 df9c3bdbc40a: Verifying Checksum 00:19:54 df9c3bdbc40a: Download complete 00:19:54 5bed26d33875: Verifying Checksum 00:19:54 5bed26d33875: Download complete 00:19:55 (8/18) Installing libc-dev (0.7.2-r0) 00:19:55 (9/18) Installing g++ (9.2.0-r4) 00:19:57 e5fbee5a4b0d: Verifying Checksum 00:19:57 e5fbee5a4b0d: Download complete 00:19:59 (10/18) Installing fortify-headers (1.1-r0) 00:19:59 5bed26d33875: Pull complete 00:19:59 (11/18) Installing build-base (0.5-r1) 00:19:59 (12/18) Installing openssh-keygen (8.1_p1-r0) 00:19:59 (13/18) Installing libedit (20191211.3.1-r0) 00:19:59 f11b29a9c730: Pull complete 00:19:59 930bda195c84: Pull complete 00:19:59 (14/18) Installing openssh-client (8.1_p1-r0) 00:19:59 78bf9a5ad49e: Pull complete 00:20:00 (15/18) Installing openssh-sftp-server (8.1_p1-r0) 00:20:00 (16/18) Installing openssh-server-common (8.1_p1-r0) 00:20:00 (17/18) Installing openssh-server (8.1_p1-r0) 00:20:00 (18/18) Installing openssh (8.1_p1-r0) 00:20:00 Executing busybox-1.31.1-r8.trigger 00:20:00 OK: 203 MiB in 52 packages 00:20:07 Removing intermediate container c3b7d25d373d 00:20:07 ---> dfe49f197245 00:20:07 Step 6/8 : WORKDIR /device-mqtt-go 00:20:07 ---> Running in 68b22566b88d 00:20:07 Removing intermediate container 68b22566b88d 00:20:07 ---> 790f7bf02d1b 00:20:07 Step 7/8 : COPY . . 00:20:08 ---> 44929916361d 00:20:08 Step 8/8 : RUN go mod download 00:20:08 ---> Running in 16b987296129 00:20:11 go: finding github.com/BurntSushi/toml v0.3.1 00:20:11 go: finding github.com/OneOfOne/xxhash v1.2.6 00:20:11 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 00:20:11 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:20:11 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 00:20:11 go: finding github.com/bgentry/speakeasy v0.1.0 00:20:11 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 00:20:11 go: finding github.com/davecgh/go-spew v1.1.1 00:20:11 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 00:20:11 go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 00:20:11 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 00:20:11 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 00:20:11 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 00:20:11 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 00:20:11 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 00:20:11 go: finding github.com/fatih/color v1.7.0 00:20:11 go: finding github.com/fxamacker/cbor/v2 v2.2.0 00:20:11 go: finding github.com/go-kit/kit v0.8.0 00:20:11 go: finding github.com/go-logfmt/logfmt v0.4.0 00:20:11 go: finding github.com/go-stack/stack v1.8.0 00:20:11 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 00:20:11 go: finding github.com/google/uuid v1.1.1 00:20:11 go: finding github.com/gorilla/mux v1.7.1 00:20:11 go: finding github.com/hashicorp/consul/api v1.1.0 00:20:11 go: finding github.com/hashicorp/consul/sdk v0.1.1 00:20:11 go: finding github.com/hashicorp/errwrap v1.0.0 00:20:11 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 00:20:11 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 00:20:11 go: finding github.com/hashicorp/go-msgpack v0.5.3 00:20:11 go: finding github.com/hashicorp/go-multierror v1.0.0 00:20:11 go: finding github.com/hashicorp/go-rootcerts v1.0.0 00:20:11 go: finding github.com/hashicorp/go-sockaddr v1.0.0 00:20:11 go: finding github.com/hashicorp/go-syslog v1.0.0 00:20:11 go: finding github.com/hashicorp/go-uuid v1.0.1 00:20:11 go: finding github.com/hashicorp/go.net v0.0.1 00:20:11 go: finding github.com/hashicorp/golang-lru v0.5.0 00:20:11 go: finding github.com/hashicorp/logutils v1.0.0 00:20:11 go: finding github.com/hashicorp/mdns v1.0.0 00:20:11 go: finding github.com/hashicorp/memberlist v0.1.3 00:20:11 go: finding github.com/hashicorp/serf v0.8.2 00:20:11 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 00:20:11 go: finding github.com/kr/pretty v0.1.0 00:20:11 go: finding github.com/kr/pty v1.1.1 00:20:11 go: finding github.com/kr/text v0.1.0 00:20:11 go: finding github.com/mattn/go-colorable v0.0.9 00:20:11 go: finding github.com/mattn/go-isatty v0.0.3 00:20:11 go: finding github.com/miekg/dns v1.0.14 00:20:11 go: finding github.com/mitchellh/cli v1.0.0 00:20:11 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:20:11 go: finding github.com/mitchellh/copystructure v1.0.0 00:20:11 go: finding github.com/mitchellh/go-homedir v1.0.0 00:20:11 go: finding github.com/mitchellh/go-testing-interface v1.0.0 00:20:11 go: finding github.com/mitchellh/gox v0.4.0 00:20:11 go: finding github.com/mitchellh/iochan v1.0.0 00:20:11 go: finding github.com/mitchellh/mapstructure v1.1.2 00:20:11 go: finding github.com/mitchellh/reflectwalk v1.0.0 00:20:11 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 00:20:11 go: finding github.com/pelletier/go-toml v1.2.0 00:20:11 go: finding github.com/pkg/errors v0.8.1 00:20:11 go: finding github.com/pmezard/go-difflib v1.0.0 00:20:11 go: finding github.com/posener/complete v1.1.1 00:20:11 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 00:20:11 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 00:20:11 go: finding github.com/spf13/cast v1.3.0 00:20:11 go: finding github.com/stretchr/objx v0.1.0 00:20:11 go: finding github.com/stretchr/testify v1.5.1 00:20:11 go: finding github.com/ugorji/go v1.1.4 00:20:11 go: finding github.com/x448/float16 v0.8.4 00:20:11 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 00:20:11 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 00:20:11 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 00:20:11 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 00:20:11 go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 00:20:11 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 00:20:11 go: finding gopkg.in/yaml.v2 v2.2.8 00:20:21 Removing intermediate container 16b987296129 00:20:21 ---> 40f92b3d31be 00:20:21 Successfully built 40f92b3d31be 00:20:21 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 00:20:21 e5fbee5a4b0d: Pull complete 00:20:21 f452fca78f88: Pull complete 00:20:21 7417ef92027a: Pull complete 00:20:21 2af5c49d270b: Pull complete 00:20:21 df9c3bdbc40a: Pull complete 00:20:21 Digest: sha256:329b7ca3c147263d7a6122d30aca7e6f18adc9017ce870f1638d2965d7494739 00:20:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:20:22 + docker inspect -f . ci-base-image-arm64 00:20:22 . [Pipeline] withDockerContainer 00:20:22 prd-ubuntu18.04-docker-arm64-4c-16g-2500 does not seem to be running inside a container 00:20:22 $ 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 00:20:23 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:20:23 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:20:23 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:20:23 Get:4 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [861 kB] 00:20:24 Get:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 00:20:24 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [958 kB] 00:20:24 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1253 kB] 00:20:24 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9092 B] 00:20:24 Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [66.4 kB] 00:20:24 $ docker top 687e5245759653cd51c13a4f21c1b7d29f4226ce4efd61dd0113bd48c2d237b4 -eo pid,comm [Pipeline] { [Pipeline] sh 00:20:24 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1392 kB] 00:20:24 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [80.7 kB] 00:20:24 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [20.3 kB] 00:20:24 Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] 00:20:24 Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8158 B] 00:20:25 Fetched 4909 kB in 2s (2480 kB/s) 00:20:25 + go version 00:20:25 go version go1.13.5 linux/arm64 [Pipeline] sh 00:20:26 Reading package lists... 00:20:26 + make test 00:20:26 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 00:20:27 ? github.com/edgexfoundry/device-mqtt-go [no test files] 00:20:30 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 00:20:31 Reading package lists... 00:20:32 Building dependency tree... 00:20:32 Reading state information... 00:20:32 The following packages were automatically installed and are no longer required: 00:20:32 libjq1 liblzo2-2 libonig4 00:20:32 Use 'sudo apt autoremove' to remove them. 00:20:32 Suggested packages: 00:20:32 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:20:32 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc 00:20:32 keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc 00:20:32 libterm-readline-gnu-perl | libterm-readline-perl-perl 00:20:32 The following NEW packages will be installed: 00:20:32 curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl 00:20:32 libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 00:20:32 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase 00:20:32 openssh-client patch perl perl-modules-5.26 xauth 00:20:32 0 upgraded, 27 newly installed, 0 to remove and 10 not upgraded. 00:20:32 Need to get 14.7 MB of archives. 00:20:32 After this operation, 89.5 MB of additional disk space will be used. 00:20:32 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxau6 amd64 1:1.0.8-1 [8376 B] 00:20:32 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:20:33 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB] 00:20:33 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB] 00:20:33 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] 00:20:33 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.2 [569 kB] 00:20:33 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB] 00:20:33 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 00:20:33 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 00:20:33 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 00:20:33 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] 00:20:34 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] 00:20:34 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 00:20:34 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:20:34 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 00:20:34 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:20:34 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.3 [1088 kB] 00:20:34 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B] 00:20:34 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:20:34 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB] 00:20:34 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.8 [159 kB] 00:20:34 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.8 [213 kB] 00:20:34 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:20:34 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:20:34 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:20:34 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 00:20:34 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:20:34 debconf: delaying package configuration, since apt-utils is not installed 00:20:34 Fetched 14.7 MB in 2s (6968 kB/s) 00:20:35 Selecting previously unselected package libxau6:amd64. 00:20:35 (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.) 00:20:35 Preparing to unpack .../00-libxau6_1%3a1.0.8-1_amd64.deb ... 00:20:35 Unpacking libxau6:amd64 (1:1.0.8-1) ... 00:20:35 Selecting previously unselected package libbsd0:amd64. 00:20:35 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:20:35 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:20:35 Selecting previously unselected package libxdmcp6:amd64. 00:20:35 Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_amd64.deb ... 00:20:35 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... 00:20:35 Selecting previously unselected package libxcb1:amd64. 00:20:35 Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_amd64.deb ... 00:20:35 Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ... 00:20:35 Selecting previously unselected package libx11-data. 00:20:35 Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... 00:20:35 Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... 00:20:36 Selecting previously unselected package libx11-6:amd64. 00:20:36 Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_amd64.deb ... 00:20:36 Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... 00:20:36 Selecting previously unselected package libxext6:amd64. 00:20:36 Preparing to unpack .../06-libxext6_2%3a1.3.3-1_amd64.deb ... 00:20:36 Unpacking libxext6:amd64 (2:1.3.3-1) ... 00:20:36 Selecting previously unselected package perl-modules-5.26. 00:20:36 Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 00:20:36 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 00:20:39 Selecting previously unselected package libgdbm5:amd64. 00:20:39 Preparing to unpack .../08-libgdbm5_1.14.1-6_amd64.deb ... 00:20:39 Unpacking libgdbm5:amd64 (1.14.1-6) ... 00:20:39 Selecting previously unselected package libgdbm-compat4:amd64. 00:20:39 Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_amd64.deb ... 00:20:39 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 00:20:39 Selecting previously unselected package libperl5.26:amd64. 00:20:39 Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... 00:20:39 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 00:20:40 Selecting previously unselected package perl. 00:20:40 Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_amd64.deb ... 00:20:40 Unpacking perl (5.26.1-6ubuntu0.3) ... 00:20:40 Selecting previously unselected package less. 00:20:40 Preparing to unpack .../12-less_487-0.1_amd64.deb ... 00:20:40 Unpacking less (487-0.1) ... 00:20:40 Selecting previously unselected package libexpat1:amd64. 00:20:40 Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:20:40 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:20:40 Selecting previously unselected package netbase. 00:20:40 Preparing to unpack .../14-netbase_5.4_all.deb ... 00:20:40 Unpacking netbase (5.4) ... 00:20:41 Selecting previously unselected package libedit2:amd64. 00:20:41 Preparing to unpack .../15-libedit2_3.1-20170329-1_amd64.deb ... 00:20:41 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:20:41 Selecting previously unselected package libssl1.0.0:amd64. 00:20:41 Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb ... 00:20:41 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... 00:20:41 Selecting previously unselected package libxmuu1:amd64. 00:20:41 Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_amd64.deb ... 00:20:41 Unpacking libxmuu1:amd64 (2:1.1.2-2) ... 00:20:41 Selecting previously unselected package openssh-client. 00:20:41 Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:20:41 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:20:41 Selecting previously unselected package xauth. 00:20:41 Preparing to unpack .../19-xauth_1%3a1.0.10-1_amd64.deb ... 00:20:41 Unpacking xauth (1:1.0.10-1) ... 00:20:41 Selecting previously unselected package curl. 00:20:41 Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_amd64.deb ... 00:20:41 Unpacking curl (7.58.0-2ubuntu3.8) ... 00:20:41 Selecting previously unselected package libcurl3-gnutls:amd64. 00:20:41 Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_amd64.deb ... 00:20:41 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... 00:20:42 Selecting previously unselected package liberror-perl. 00:20:42 Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... 00:20:42 Unpacking liberror-perl (0.17025-1) ... 00:20:42 Selecting previously unselected package git-man. 00:20:42 Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:20:42 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:20:42 Selecting previously unselected package git. 00:20:42 Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:20:42 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:20:43 Selecting previously unselected package make. 00:20:43 Preparing to unpack .../25-make_4.1-9.1ubuntu1_amd64.deb ... 00:20:43 Unpacking make (4.1-9.1ubuntu1) ... 00:20:43 Selecting previously unselected package patch. 00:20:43 Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:20:43 Unpacking patch (2.7.6-2ubuntu1.1) ... 00:20:43 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:20:43 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:20:43 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:20:43 Setting up less (487-0.1) ... 00:20:43 Setting up make (4.1-9.1ubuntu1) ... 00:20:43 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... 00:20:44 Setting up curl (7.58.0-2ubuntu3.8) ... 00:20:44 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... 00:20:44 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 00:20:44 Setting up libgdbm5:amd64 (1.14.1-6) ... 00:20:44 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:20:44 Setting up patch (2.7.6-2ubuntu1.1) ... 00:20:44 Setting up libxdmcp6:amd64 (1:1.1.2-3) ... 00:20:44 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 00:20:44 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:20:44 Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... 00:20:44 Setting up libxau6:amd64 (1:1.0.8-1) ... 00:20:44 Setting up netbase (5.4) ... 00:20:44 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 00:20:44 Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ... 00:20:44 Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... 00:20:44 Setting up libxmuu1:amd64 (2:1.1.2-2) ... 00:20:44 Setting up perl (5.26.1-6ubuntu0.3) ... 00:20:44 Setting up libxext6:amd64 (2:1.3.3-1) ... 00:20:44 Setting up liberror-perl (0.17025-1) ... 00:20:44 Setting up xauth (1:1.0.10-1) ... 00:20:44 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:20:44 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:20:47 curl set to automatically installed. 00:20:47 git set to automatically installed. 00:20:47 git-man set to automatically installed. 00:20:47 less set to automatically installed. 00:20:47 libbsd0 set to automatically installed. 00:20:47 libcurl3-gnutls set to automatically installed. 00:20:47 libedit2 set to automatically installed. 00:20:47 liberror-perl set to automatically installed. 00:20:47 libexpat1 set to automatically installed. 00:20:47 libgdbm-compat4 set to automatically installed. 00:20:47 libgdbm5 set to automatically installed. 00:20:47 libperl5.26 set to automatically installed. 00:20:47 libssl1.0.0 set to automatically installed. 00:20:47 libx11-6 set to automatically installed. 00:20:47 libx11-data set to automatically installed. 00:20:47 libxau6 set to automatically installed. 00:20:47 libxcb1 set to automatically installed. 00:20:47 libxdmcp6 set to automatically installed. 00:20:47 libxext6 set to automatically installed. 00:20:47 libxmuu1 set to automatically installed. 00:20:47 make set to automatically installed. 00:20:47 netbase set to automatically installed. 00:20:47 openssh-client set to automatically installed. 00:20:47 patch set to automatically installed. 00:20:47 perl set to automatically installed. 00:20:47 perl-modules-5.26 set to automatically installed. 00:20:47 xauth set to automatically installed. 00:20:47 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 00:20:47 Please ensure the environment is properly setup before continuing. 00:20:47 Ignore this message if the appropriate measures have already been taken 00:20:47 Pulling go 00:20:48 'device-mqtt' has dependencies that need to be staged: go 00:20:48 Skipping pull go (already ran) 00:20:48 Building go 00:20:48 % Total % Received % Xferd Average Speed Time Time Time Current 00:20:48 Dload Upload Total Spent Left Speed 00:20:50 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 00:20:51 go1.13.5.linux-amd64.tar.gz: OK 00:20:59 Staging go 00:21:00 Pulling device-mqtt 00:21:00 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 00:21:00 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.030s coverage: 29.8% of statements 00:21:00 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 00:21:00 CGO_ENABLED=0 GO111MODULE=on go vet ./... 00:21:01 Skipping build go (already ran) 00:21:01 Building device-mqtt 00:21:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 00:21:02 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.1 00:21:02 go: downloading github.com/spf13/cast v1.3.0 00:21:02 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 00:21:02 go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 00:21:02 go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 00:21:02 go: extracting github.com/spf13/cast v1.3.0 00:21:02 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.1 00:21:02 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 00:21:02 go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 00:21:02 go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 00:21:02 go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 00:21:02 go: downloading github.com/gorilla/mux v1.7.1 00:21:02 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.31 00:21:02 go: downloading github.com/go-kit/kit v0.8.0 00:21:02 go: downloading github.com/OneOfOne/xxhash v1.2.6 00:21:02 go: extracting github.com/gorilla/mux v1.7.1 00:21:02 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.31 00:21:02 go: extracting github.com/OneOfOne/xxhash v1.2.6 00:21:02 go: downloading github.com/pkg/errors v0.8.1 00:21:02 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:21:02 go: downloading gopkg.in/yaml.v2 v2.2.8 00:21:02 go: downloading github.com/google/uuid v1.1.1 00:21:02 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 00:21:02 go: downloading github.com/BurntSushi/toml v0.3.1 00:21:02 go: extracting github.com/pkg/errors v0.8.1 00:21:02 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 00:21:02 go: extracting github.com/google/uuid v1.1.1 00:21:02 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 00:21:02 go: extracting github.com/go-kit/kit v0.8.0 00:21:02 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 00:21:02 go: extracting github.com/BurntSushi/toml v0.3.1 00:21:02 go: extracting gopkg.in/yaml.v2 v2.2.8 00:21:02 go: downloading github.com/pelletier/go-toml v1.2.0 00:21:02 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 00:21:02 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 00:21:02 go: downloading github.com/x448/float16 v0.8.4 00:21:02 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 00:21:02 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:21:02 go: downloading github.com/hashicorp/consul/api v1.1.0 00:21:02 go: extracting github.com/pelletier/go-toml v1.2.0 00:21:02 go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 00:21:02 go: extracting github.com/x448/float16 v0.8.4 00:21:02 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:21:02 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:21:02 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:21:02 go: downloading github.com/mitchellh/copystructure v1.0.0 00:21:02 go: extracting github.com/hashicorp/consul/api v1.1.0 00:21:02 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:21:02 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:21:02 go: downloading github.com/hashicorp/serf v0.8.2 00:21:02 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:21:02 go: extracting github.com/mitchellh/mapstructure v1.1.2 00:21:02 go: extracting github.com/mitchellh/copystructure v1.0.0 00:21:02 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:21:02 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 00:21:03 go: extracting github.com/go-logfmt/logfmt v0.4.0 00:21:03 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 00:21:03 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 00:21:03 go: extracting github.com/hashicorp/serf v0.8.2 00:21:03 go: extracting github.com/mitchellh/reflectwalk v1.0.0 00:21:03 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:21:03 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:21:03 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:21:03 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 00:21:03 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:21:03 go: extracting github.com/hashicorp/golang-lru v0.5.0 00:21:03 go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 00:21:03 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 00:21:03 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 00:21:03 go: finding github.com/spf13/cast v1.3.0 00:21:03 go: finding github.com/gorilla/mux v1.7.1 00:21:03 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 00:21:03 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 00:21:03 go: finding github.com/fxamacker/cbor/v2 v2.2.0 00:21:03 go: finding github.com/go-kit/kit v0.8.0 00:21:03 go: finding github.com/OneOfOne/xxhash v1.2.6 00:21:03 go: finding github.com/google/uuid v1.1.1 00:21:03 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 00:21:03 go: finding github.com/x448/float16 v0.8.4 00:21:03 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 00:21:03 go: finding github.com/go-logfmt/logfmt v0.4.0 00:21:03 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 00:21:03 go: finding gopkg.in/yaml.v2 v2.2.8 00:21:03 go: finding github.com/BurntSushi/toml v0.3.1 00:21:03 go: finding github.com/pkg/errors v0.8.1 00:21:03 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 00:21:03 go: finding github.com/hashicorp/consul/api v1.1.0 00:21:03 go: finding github.com/pelletier/go-toml v1.2.0 00:21:03 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:21:03 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 00:21:03 go: finding github.com/mitchellh/copystructure v1.0.0 00:21:03 go: finding github.com/hashicorp/go-rootcerts v1.0.0 00:21:03 go: finding github.com/mitchellh/mapstructure v1.1.2 00:21:03 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 00:21:03 go: finding github.com/mitchellh/reflectwalk v1.0.0 00:21:03 go: finding github.com/hashicorp/serf v0.8.2 00:21:03 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:21:03 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 00:21:03 go: finding github.com/hashicorp/golang-lru v0.5.0 00:21:07 gofmt -l . 00:21:07 ["`gofmt -l .`" = ""] 00:21:07 ./bin/test-attribution-txt.sh 00:21:07 ./bin/test-go-mod-tidy.sh [Pipeline] stash 00:21:07 Warning: overwriting stash ‘coverage-report’ 00:21:08 Stashed 1 file(s) [Pipeline] } 00:21:08 $ docker stop --time=1 687e5245759653cd51c13a4f21c1b7d29f4226ce4efd61dd0113bd48c2d237b4 00:21:10 $ docker rm -f 687e5245759653cd51c13a4f21c1b7d29f4226ce4efd61dd0113bd48c2d237b4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 00:21:11 + sudo chown -R jenkins:jenkins . [Pipeline] sh 00:21:11 + ls -al . 00:21:11 total 132 00:21:11 drwxrwxr-x 9 jenkins jenkins 4096 Jun 11 00:21 . 00:21:11 drwxrwxr-x 4 jenkins jenkins 4096 Jun 11 00:18 .. 00:21:11 -rw-rw-r-- 1 jenkins jenkins 140 Jun 11 00:19 .dockerignore 00:21:11 drwxrwxr-x 8 jenkins jenkins 4096 Jun 11 00:19 .git 00:21:11 -rw-rw-r-- 1 jenkins jenkins 328 Jun 11 00:19 .gitignore 00:21:11 drwxrwxr-x 3 jenkins jenkins 4096 Jun 11 00:19 .semver 00:21:11 -rw-rw-r-- 1 jenkins jenkins 4678 Jun 11 00:19 Attribution.txt 00:21:11 -rw-rw-r-- 1 jenkins jenkins 1776 Jun 11 00:19 Dockerfile 00:21:11 -rw-rw-r-- 1 jenkins jenkins 953 Jun 11 00:19 Dockerfile.build 00:21:11 -rw-rw-r-- 1 jenkins jenkins 700 Jun 11 00:19 Jenkinsfile 00:21:11 -rw-rw-r-- 1 jenkins jenkins 11340 Jun 11 00:19 LICENSE 00:21:11 -rw-rw-r-- 1 jenkins jenkins 902 Jun 11 00:19 Makefile 00:21:11 -rw-rw-r-- 1 jenkins jenkins 444 Jun 11 00:19 README.md 00:21:11 -rw-rw-r-- 1 jenkins jenkins 5 Jun 11 00:15 VERSION 00:21:11 drwxrwxr-x 2 jenkins jenkins 4096 Jun 11 00:19 bin 00:21:11 drwxrwxr-x 3 jenkins jenkins 4096 Jun 11 00:19 cmd 00:21:11 -rw-r--r-- 1 jenkins jenkins 18214 Jun 11 00:21 coverage.out 00:21:11 -rw-r--r-- 1 jenkins jenkins 510 Jun 11 00:21 go.mod 00:21:11 -rw-r--r-- 1 jenkins jenkins 13621 Jun 11 00:21 go.sum 00:21:11 drwxrwxr-x 3 jenkins jenkins 4096 Jun 11 00:19 internal 00:21:11 drwxrwxr-x 2 jenkins jenkins 4096 Jun 11 00:19 mock 00:21:11 drwxrwxr-x 4 jenkins jenkins 4096 Jun 11 00:19 snap 00:21:11 -rw-rw-r-- 1 jenkins jenkins 227 Jun 11 00:19 version.go [Pipeline] isUnix [Pipeline] sh 00:21:12 + 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 . 00:21:12 Sending build context to Docker daemon 590.8kB 00:21:12 Step 1/21 : ARG BASE=golang:1.13-alpine 00:21:12 Step 2/21 : FROM ${BASE} AS builder 00:21:12 ---> 40f92b3d31be 00:21:12 Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 00:21:12 ---> Running in 057a30297131 00:21:13 Removing intermediate container 057a30297131 00:21:13 ---> ff0378db5ea2 00:21:13 Step 4/21 : ARG ALPINE_PKG_EXTRA="" 00:21:13 ---> Running in 4ef6145919ac 00:21:13 Removing intermediate container 4ef6145919ac 00:21:13 ---> 1fea5f46040c 00:21:13 Step 5/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:21:13 ---> Running in 630ae98a849c 00:21:16 CGO_ENABLED=0 GO111MODULE=on go build ./... 00:21:16 Removing intermediate container 630ae98a849c 00:21:16 ---> fd6ac1bd9203 00:21:16 Step 6/21 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 00:21:16 ---> Running in 5928c5ec3712 00:21:17 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 00:21:18 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 00:21:18 OK: 203 MiB in 52 packages 00:21:19 Removing intermediate container 5928c5ec3712 00:21:19 ---> a53d64ddd1df 00:21:19 Step 7/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 00:21:19 ---> Running in 574adbac3778 00:21:20 Skipping stage go (already ran) 00:21:20 Staging device-mqtt 00:21:20 Removing intermediate container 574adbac3778 00:21:20 ---> b695e37a6e27 00:21:20 Step 8/21 : COPY . . 00:21:20 Priming go 00:21:21 ---> 7ded10b28fed 00:21:21 Step 9/21 : ARG MAKE='make build' 00:21:21 ---> Running in 0a9f8ddfa97f 00:21:21 Priming device-mqtt 00:21:21 Removing intermediate container 0a9f8ddfa97f 00:21:21 ---> 7fa21c5e13b0 00:21:21 Step 10/21 : RUN $MAKE 00:21:21 ---> Running in c4faa1d1c3cf 00:21:22 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 00:21:22 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 00:21:22 Determining the version from the project repo (version-script). 00:21:22 The version has been set to '0.0.0-20200611+48947cc' 00:21:22 Snapping 'edgex-device-mqtt' ... 00:21:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 00:21:24 00:21:24 Snapped edgex-device-mqtt_0.0.0-20200611+48947cc_amd64.snap [Pipeline] } 00:21:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 00:21:50 CGO_ENABLED=0 GO111MODULE=on go build ./... 00:21:56 Removing intermediate container c4faa1d1c3cf 00:21:56 ---> a25b1fac3e5d 00:21:56 Step 11/21 : FROM alpine 00:21:56 latest: Pulling from library/alpine 00:21:56 b538f80385f9: Pulling fs layer 00:21:56 b538f80385f9: Download complete 00:21:57 b538f80385f9: Pull complete 00:21:57 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 00:21:57 Status: Downloaded newer image for alpine:latest 00:21:57 ---> 62ee0e9f8440 00:21:57 Step 12/21 : ENV APP_PORT=49982 00:21:57 ---> Running in 033b2e52b9d4 00:21:58 Removing intermediate container 033b2e52b9d4 00:21:58 ---> 1064cfd82abc 00:21:58 Step 13/21 : EXPOSE $APP_PORT 00:21:58 ---> Running in 464c6c263b13 00:21:59 Removing intermediate container 464c6c263b13 00:21:59 ---> 21c17276c359 00:21:59 Step 14/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 00:22:00 ---> 62277cae32b4 00:22:00 Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 00:22:01 ---> da73f7f41838 00:22:01 Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 00:22:02 ---> 63d7281acae0 00:22:02 Step 17/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 00:22:02 ---> Running in 7ff32da4ff95 00:22:02 Removing intermediate container 7ff32da4ff95 00:22:02 ---> e38f22e86941 00:22:02 Step 18/21 : ENTRYPOINT ["/device-mqtt","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] 00:22:02 ---> Running in ccc34ffaf533 00:22:03 Removing intermediate container ccc34ffaf533 00:22:03 ---> 96eed6cccbf2 00:22:03 Step 19/21 : LABEL arch=arm64 00:22:03 ---> Running in 3ffb23c70e80 00:22:03 Removing intermediate container 3ffb23c70e80 00:22:03 ---> a12dabf8bf27 00:22:03 Step 20/21 : LABEL git_sha=48947cc8b8b5d9fb4be365185986578b7981ce8f 00:22:03 ---> Running in 21f8bdea9388 00:22:04 Removing intermediate container 21f8bdea9388 00:22:04 ---> 5e8cd9b288a5 00:22:04 Step 21/21 : LABEL version=0.0.0 00:22:04 ---> Running in abf0327692bb 00:22:04 Removing intermediate container abf0327692bb 00:22:04 ---> 99aa29b813be 00:22:04 [Warning] One or more build-args [ARCH] were not consumed 00:22:04 Successfully built 99aa29b813be 00:22:04 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 00:22:05 + find /w/workspace/device-mqtt-go/4 00:22:05 + grep snapcraft.yaml 00:22:05 + grep -Po ^name: \K(.*) /w/workspace/device-mqtt-go/4/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:22:05 provisioning config files... 00:22:05 copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/4@tmp/config2643155615573514336tmp [Pipeline] { [Pipeline] sh 00:22:06 + cp /w/workspace/device-mqtt-go/4@tmp/config2643155615573514336tmp /w/workspace/device-mqtt-go/4/edgex-snap-store-login [Pipeline] sh 00:22:06 + 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 00:22:06 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally 00:22:06 latest: Pulling from edgex-devops/edgex-snap-builder-arm64 00:22:06 b2f61026a351: Pulling fs layer 00:22:06 5538fb30c42c: Pulling fs layer 00:22:06 f0b05810781a: Pulling fs layer 00:22:06 0180a33352d6: Pulling fs layer 00:22:06 e7604b0c0f53: Pulling fs layer 00:22:06 db689cb83ae0: Pulling fs layer 00:22:06 6138af208834: Pulling fs layer 00:22:06 007c8e8c5d63: Pulling fs layer 00:22:06 4f7a387c642f: Pulling fs layer 00:22:06 0180a33352d6: Waiting 00:22:06 e7604b0c0f53: Waiting 00:22:06 6138af208834: Waiting 00:22:06 db689cb83ae0: Waiting 00:22:06 007c8e8c5d63: Waiting 00:22:06 4f7a387c642f: Waiting 00:22:06 5538fb30c42c: Verifying Checksum 00:22:06 5538fb30c42c: Download complete 00:22:06 f0b05810781a: Download complete 00:22:06 0180a33352d6: Verifying Checksum 00:22:06 0180a33352d6: Download complete 00:22:06 db689cb83ae0: Verifying Checksum 00:22:06 db689cb83ae0: Download complete 00:22:06 6138af208834: Verifying Checksum 00:22:06 6138af208834: Download complete 00:22:06 007c8e8c5d63: Verifying Checksum 00:22:06 007c8e8c5d63: Download complete 00:22:07 4f7a387c642f: Verifying Checksum 00:22:07 4f7a387c642f: Download complete 00:22:07 b2f61026a351: Verifying Checksum 00:22:07 b2f61026a351: Download complete 00:22:10 b2f61026a351: Pull complete 00:22:10 5538fb30c42c: Pull complete 00:22:11 f0b05810781a: Pull complete 00:22:11 0180a33352d6: Pull complete 00:22:14 e7604b0c0f53: Download complete 00:22:47 e7604b0c0f53: Pull complete 00:22:47 db689cb83ae0: Pull complete 00:22:47 6138af208834: Pull complete 00:22:47 007c8e8c5d63: Pull complete 00:22:47 4f7a387c642f: Pull complete 00:22:47 Digest: sha256:95de001a4645667c7ff44d03fa3a86afcf7622caf7559cdf0345329f515671b4 00:22:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 00:22:52 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 00:22:52 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 00:22:52 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 00:22:52 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 00:22:53 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1233 kB] 00:22:53 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [879 kB] 00:22:53 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3737 B] 00:22:53 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1192 B] 00:22:53 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [7827 B] 00:22:53 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] 00:22:53 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [754 kB] 00:22:54 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [605 kB] 00:22:54 Fetched 3745 kB in 3s (1496 kB/s) 00:22:59 Reading package lists... 00:23:12 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 00:23:17 Reading package lists... 00:23:17 Building dependency tree... 00:23:17 Reading state information... 00:23:18 The following packages were automatically installed and are no longer required: 00:23:18 libjq1 liblzo2-2 libonig4 00:23:18 Use 'sudo apt autoremove' to remove them. 00:23:18 Suggested packages: 00:23:18 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:23:18 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc 00:23:18 keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc 00:23:18 libterm-readline-gnu-perl | libterm-readline-perl-perl 00:23:18 The following NEW packages will be installed: 00:23:18 curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl 00:23:18 libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 00:23:18 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase 00:23:18 openssh-client patch perl perl-modules-5.26 xauth 00:23:18 0 upgraded, 27 newly installed, 0 to remove and 10 not upgraded. 00:23:18 Need to get 12.9 MB of archives. 00:23:18 After this operation, 84.2 MB of additional disk space will be used. 00:23:18 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxau6 arm64 1:1.0.8-1 [7590 B] 00:23:18 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbsd0 arm64 0.8.7-1ubuntu0.1 [36.6 kB] 00:23:18 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxdmcp6 arm64 1:1.1.2-3 [9694 B] 00:23:18 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxcb1 arm64 1.13-2~ubuntu18.04 [37.3 kB] 00:23:19 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] 00:23:19 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-6 arm64 2:1.6.4-3ubuntu0.2 [521 kB] 00:23:19 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxext6 arm64 2:1.3.3-1 [25.4 kB] 00:23:19 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 00:23:20 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] 00:23:20 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] 00:23:20 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] 00:23:20 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] 00:23:20 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] 00:23:20 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.2 [69.3 kB] 00:23:20 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] 00:23:20 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libedit2 arm64 3.1-20170329-1 [63.4 kB] 00:23:20 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libssl1.0.0 arm64 1.0.2n-1ubuntu5.3 [723 kB] 00:23:20 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxmuu1 arm64 2:1.1.2-2 [9502 B] 00:23:20 Get:19 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssh-client arm64 1:7.6p1-4ubuntu0.3 [527 kB] 00:23:20 Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xauth arm64 1:1.0.10-1 [22.4 kB] 00:23:20 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.8 [152 kB] 00:23:20 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.8 [179 kB] 00:23:20 Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] 00:23:20 Get:24 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:23:20 Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] 00:23:21 Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] 00:23:21 Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] 00:23:21 debconf: delaying package configuration, since apt-utils is not installed 00:23:21 Fetched 12.9 MB in 3s (4824 kB/s) 00:23:21 Selecting previously unselected package libxau6:arm64. 00:23:21 (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.) 00:23:21 Preparing to unpack .../00-libxau6_1%3a1.0.8-1_arm64.deb ... 00:23:21 Unpacking libxau6:arm64 (1:1.0.8-1) ... 00:23:21 Selecting previously unselected package libbsd0:arm64. 00:23:21 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_arm64.deb ... 00:23:21 Unpacking libbsd0:arm64 (0.8.7-1ubuntu0.1) ... 00:23:22 Selecting previously unselected package libxdmcp6:arm64. 00:23:22 Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_arm64.deb ... 00:23:22 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... 00:23:22 Selecting previously unselected package libxcb1:arm64. 00:23:22 Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_arm64.deb ... 00:23:22 Unpacking libxcb1:arm64 (1.13-2~ubuntu18.04) ... 00:23:22 Selecting previously unselected package libx11-data. 00:23:22 Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... 00:23:22 Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... 00:23:22 Selecting previously unselected package libx11-6:arm64. 00:23:22 Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_arm64.deb ... 00:23:22 Unpacking libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... 00:23:23 Selecting previously unselected package libxext6:arm64. 00:23:23 Preparing to unpack .../06-libxext6_2%3a1.3.3-1_arm64.deb ... 00:23:23 Unpacking libxext6:arm64 (2:1.3.3-1) ... 00:23:23 Selecting previously unselected package perl-modules-5.26. 00:23:23 Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 00:23:23 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 00:23:24 Selecting previously unselected package libgdbm5:arm64. 00:23:24 Preparing to unpack .../08-libgdbm5_1.14.1-6_arm64.deb ... 00:23:24 Unpacking libgdbm5:arm64 (1.14.1-6) ... 00:23:24 Selecting previously unselected package libgdbm-compat4:arm64. 00:23:24 Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_arm64.deb ... 00:23:24 Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... 00:23:24 Selecting previously unselected package libperl5.26:arm64. 00:23:24 Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... 00:23:24 Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 00:23:26 Selecting previously unselected package perl. 00:23:26 Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_arm64.deb ... 00:23:26 Unpacking perl (5.26.1-6ubuntu0.3) ... 00:23:26 Selecting previously unselected package less. 00:23:26 Preparing to unpack .../12-less_487-0.1_arm64.deb ... 00:23:26 Unpacking less (487-0.1) ... 00:23:26 Selecting previously unselected package libexpat1:arm64. 00:23:26 Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_arm64.deb ... 00:23:26 Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.2) ... 00:23:26 Selecting previously unselected package netbase. 00:23:26 Preparing to unpack .../14-netbase_5.4_all.deb ... 00:23:26 Unpacking netbase (5.4) ... 00:23:26 Selecting previously unselected package libedit2:arm64. 00:23:26 Preparing to unpack .../15-libedit2_3.1-20170329-1_arm64.deb ... 00:23:26 Unpacking libedit2:arm64 (3.1-20170329-1) ... 00:23:27 Selecting previously unselected package libssl1.0.0:arm64. 00:23:27 Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_arm64.deb ... 00:23:27 Unpacking libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... 00:23:27 Selecting previously unselected package libxmuu1:arm64. 00:23:27 Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_arm64.deb ... 00:23:27 Unpacking libxmuu1:arm64 (2:1.1.2-2) ... 00:23:27 Selecting previously unselected package openssh-client. 00:23:27 Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_arm64.deb ... 00:23:27 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:23:27 Selecting previously unselected package xauth. 00:23:27 Preparing to unpack .../19-xauth_1%3a1.0.10-1_arm64.deb ... 00:23:27 Unpacking xauth (1:1.0.10-1) ... 00:23:27 Selecting previously unselected package curl. 00:23:27 Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_arm64.deb ... 00:23:27 Unpacking curl (7.58.0-2ubuntu3.8) ... 00:23:27 Selecting previously unselected package libcurl3-gnutls:arm64. 00:23:27 Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_arm64.deb ... 00:23:28 Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... 00:23:28 Selecting previously unselected package liberror-perl. 00:23:28 Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... 00:23:28 Unpacking liberror-perl (0.17025-1) ... 00:23:28 Selecting previously unselected package git-man. 00:23:28 Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:23:28 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:23:28 Selecting previously unselected package git. 00:23:28 Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... 00:23:28 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:23:30 Selecting previously unselected package make. 00:23:30 Preparing to unpack .../25-make_4.1-9.1ubuntu1_arm64.deb ... 00:23:30 Unpacking make (4.1-9.1ubuntu1) ... 00:23:30 Selecting previously unselected package patch. 00:23:30 Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_arm64.deb ... 00:23:30 Unpacking patch (2.7.6-2ubuntu1.1) ... 00:23:30 Setting up libedit2:arm64 (3.1-20170329-1) ... 00:23:30 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:23:30 Setting up libexpat1:arm64 (2.2.5-3ubuntu0.2) ... 00:23:30 Setting up less (487-0.1) ... 00:23:30 Setting up make (4.1-9.1ubuntu1) ... 00:23:30 Setting up libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... 00:23:31 Setting up curl (7.58.0-2ubuntu3.8) ... 00:23:31 Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... 00:23:31 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 00:23:31 Setting up libgdbm5:arm64 (1.14.1-6) ... 00:23:31 Setting up libbsd0:arm64 (0.8.7-1ubuntu0.1) ... 00:23:31 Setting up patch (2.7.6-2ubuntu1.1) ... 00:23:31 Setting up libxdmcp6:arm64 (1:1.1.2-3) ... 00:23:31 Setting up libgdbm-compat4:arm64 (1.14.1-6) ... 00:23:31 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:23:31 Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... 00:23:31 Setting up libxau6:arm64 (1:1.0.8-1) ... 00:23:31 Setting up netbase (5.4) ... 00:23:32 Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 00:23:32 Setting up libxcb1:arm64 (1.13-2~ubuntu18.04) ... 00:23:32 Setting up libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... 00:23:32 Setting up libxmuu1:arm64 (2:1.1.2-2) ... 00:23:32 Setting up perl (5.26.1-6ubuntu0.3) ... 00:23:32 Setting up libxext6:arm64 (2:1.3.3-1) ... 00:23:32 Setting up liberror-perl (0.17025-1) ... 00:23:32 Setting up xauth (1:1.0.10-1) ... 00:23:32 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:23:32 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:23:40 curl set to automatically installed. 00:23:40 git set to automatically installed. 00:23:40 git-man set to automatically installed. 00:23:40 less set to automatically installed. 00:23:40 libbsd0 set to automatically installed. 00:23:40 libcurl3-gnutls set to automatically installed. 00:23:40 libedit2 set to automatically installed. 00:23:40 liberror-perl set to automatically installed. 00:23:40 libexpat1 set to automatically installed. 00:23:40 libgdbm-compat4 set to automatically installed. 00:23:40 libgdbm5 set to automatically installed. 00:23:40 libperl5.26 set to automatically installed. 00:23:40 libssl1.0.0 set to automatically installed. 00:23:40 libx11-6 set to automatically installed. 00:23:40 libx11-data set to automatically installed. 00:23:40 libxau6 set to automatically installed. 00:23:40 libxcb1 set to automatically installed. 00:23:40 libxdmcp6 set to automatically installed. 00:23:40 libxext6 set to automatically installed. 00:23:40 libxmuu1 set to automatically installed. 00:23:40 make set to automatically installed. 00:23:40 netbase set to automatically installed. 00:23:40 openssh-client set to automatically installed. 00:23:40 patch set to automatically installed. 00:23:40 perl set to automatically installed. 00:23:40 perl-modules-5.26 set to automatically installed. 00:23:40 xauth set to automatically installed. 00:23:40 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 00:23:40 Please ensure the environment is properly setup before continuing. 00:23:40 Ignore this message if the appropriate measures have already been taken 00:23:40 Pulling go 00:23:44 'device-mqtt' has dependencies that need to be staged: go 00:23:44 Skipping pull go (already ran) 00:23:44 Building go 00:23:44 % Total % Received % Xferd Average Speed Time Time Time Current 00:23:44 Dload Upload Total Spent Left Speed 00:23:46 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 00:23:47 go1.13.5.linux-arm64.tar.gz: OK 00:24:10 Staging go 00:24:10 Pulling device-mqtt 00:24:13 Skipping build go (already ran) 00:24:13 Building device-mqtt 00:24:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 00:24:14 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.1 00:24:14 go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 00:24:14 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 00:24:14 go: downloading github.com/spf13/cast v1.3.0 00:24:14 go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 00:24:14 go: extracting github.com/spf13/cast v1.3.0 00:24:14 go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 00:24:14 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 00:24:14 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.1 00:24:14 go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 00:24:14 go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 00:24:14 go: downloading github.com/go-kit/kit v0.8.0 00:24:14 go: downloading github.com/google/uuid v1.1.1 00:24:14 go: downloading github.com/gorilla/mux v1.7.1 00:24:14 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.31 00:24:15 go: downloading github.com/pkg/errors v0.8.1 00:24:15 go: extracting github.com/google/uuid v1.1.1 00:24:15 go: extracting github.com/pkg/errors v0.8.1 00:24:15 go: extracting github.com/gorilla/mux v1.7.1 00:24:15 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 00:24:15 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.31 00:24:15 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:24:15 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 00:24:15 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 00:24:15 go: downloading github.com/pelletier/go-toml v1.2.0 00:24:15 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 00:24:15 go: downloading github.com/BurntSushi/toml v0.3.1 00:24:15 go: downloading gopkg.in/yaml.v2 v2.2.8 00:24:15 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 00:24:15 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 00:24:15 go: downloading github.com/hashicorp/consul/api v1.1.0 00:24:15 go: extracting github.com/pelletier/go-toml v1.2.0 00:24:15 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:24:15 go: extracting github.com/BurntSushi/toml v0.3.1 00:24:15 go: extracting gopkg.in/yaml.v2 v2.2.8 00:24:15 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 00:24:15 go: extracting github.com/go-kit/kit v0.8.0 00:24:15 go: extracting github.com/hashicorp/consul/api v1.1.0 00:24:15 go: downloading github.com/OneOfOne/xxhash v1.2.6 00:24:15 go: downloading github.com/x448/float16 v0.8.4 00:24:15 go: extracting github.com/OneOfOne/xxhash v1.2.6 00:24:15 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:24:15 go: downloading github.com/mitchellh/copystructure v1.0.0 00:24:15 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:24:15 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:24:15 go: extracting github.com/x448/float16 v0.8.4 00:24:15 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:24:15 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:24:15 go: downloading github.com/hashicorp/serf v0.8.2 00:24:15 go: extracting github.com/mitchellh/mapstructure v1.1.2 00:24:15 go: extracting github.com/mitchellh/copystructure v1.0.0 00:24:15 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:24:15 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 00:24:15 go: extracting github.com/mitchellh/reflectwalk v1.0.0 00:24:15 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 00:24:15 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 00:24:15 go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 00:24:15 go: extracting github.com/hashicorp/serf v0.8.2 00:24:15 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:24:15 go: extracting github.com/go-logfmt/logfmt v0.4.0 00:24:15 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:24:15 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:24:15 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:24:16 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 00:24:16 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:24:16 go: extracting github.com/hashicorp/golang-lru v0.5.0 00:24:16 go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 00:24:16 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 00:24:16 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 00:24:16 go: finding github.com/spf13/cast v1.3.0 00:24:16 go: finding github.com/gorilla/mux v1.7.1 00:24:16 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 00:24:16 go: finding github.com/fxamacker/cbor/v2 v2.2.0 00:24:16 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 00:24:16 go: finding github.com/OneOfOne/xxhash v1.2.6 00:24:16 go: finding github.com/go-kit/kit v0.8.0 00:24:16 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 00:24:16 go: finding github.com/google/uuid v1.1.1 00:24:16 go: finding github.com/x448/float16 v0.8.4 00:24:16 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 00:24:16 go: finding github.com/go-logfmt/logfmt v0.4.0 00:24:16 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 00:24:16 go: finding gopkg.in/yaml.v2 v2.2.8 00:24:16 go: finding github.com/BurntSushi/toml v0.3.1 00:24:16 go: finding github.com/pkg/errors v0.8.1 00:24:16 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 00:24:16 go: finding github.com/hashicorp/consul/api v1.1.0 00:24:16 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 00:24:16 go: finding github.com/pelletier/go-toml v1.2.0 00:24:16 go: finding github.com/hashicorp/go-rootcerts v1.0.0 00:24:16 go: finding github.com/hashicorp/serf v0.8.2 00:24:16 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:24:16 go: finding github.com/mitchellh/mapstructure v1.1.2 00:24:16 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:24:16 go: finding github.com/mitchellh/copystructure v1.0.0 00:24:16 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 00:24:16 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 00:24:16 go: finding github.com/mitchellh/reflectwalk v1.0.0 00:24:16 go: finding github.com/hashicorp/golang-lru v0.5.0 00:24:48 CGO_ENABLED=0 GO111MODULE=on go build ./... 00:25:07 Skipping stage go (already ran) 00:25:07 Staging device-mqtt 00:25:09 Priming go 00:25:12 Priming device-mqtt 00:25:15 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 00:25:15 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 00:25:15 Determining the version from the project repo (version-script). 00:25:15 The version has been set to '0.0.0-20200611+48947cc' 00:25:15 Snapping 'edgex-device-mqtt' ... 00:25:20 00:25:20 Snapped edgex-device-mqtt_0.0.0-20200611+48947cc_arm64.snap [Pipeline] } 00:25:22 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 00:25:22 provisioning config files... 00:25:22 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-150@tmp/config4245117387494116428tmp [Pipeline] { [Pipeline] sh 00:25:23 + bash -s - -t @/w/workspace/gexfoundry_device-mqtt-go_PR-150@tmp/config4245117387494116428tmp 00:25:23 + curl -s https://codecov.io/bash 00:25:23 00:25:23 _____ _ 00:25:23 / ____| | | 00:25:23 | | ___ __| | ___ ___ _____ __ 00:25:23 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:25:23 | |___| (_) | (_| | __/ (_| (_) \ V / 00:25:23 \_____\___/ \__,_|\___|\___\___/ \_/ 00:25:23 Bash-20200602-f809a24 00:25:23 00:25:23 00:25:23 ==> Jenkins CI detected. 00:25:23 project root: . 00:25:23 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:25:23 ==> Running gcov in . (disable via -X gcov) 00:25:23 ==> Python coveragepy not found 00:25:23 ==> Searching for coverage reports in: 00:25:23 + . 00:25:23 -> Found 1 reports 00:25:23 ==> Detecting git/mercurial file structure 00:25:23 ==> Reading reports 00:25:23 + ./coverage.out bytes=18214 00:25:23 ==> Appending adjustments 00:25:23 https://docs.codecov.io/docs/fixing-reports 00:25:23 + Found adjustments 00:25:23 ==> Gzipping contents 00:25:23 ==> Uploading reports 00:25:23 url: https://codecov.io 00:25:23 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= 00:25:23 -> Pinging Codecov 00:25:23 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= 00:25:24 -> Uploading 00:25:24 -> View reports at https://codecov.io/github/edgexfoundry/device-mqtt-go/commit/48947cc8b8b5d9fb4be365185986578b7981ce8f [Pipeline] } 00:25:24 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 00:25:25 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:25:26 ---> package-listing.sh 00:25:26 ++ facter osfamily 00:25:26 ++ tr '[:upper:]' '[:lower:]' 00:25:26 + OS_FAMILY=redhat 00:25:26 + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-150 00:25:26 + START_PACKAGES=/tmp/packages_start.txt 00:25:26 + END_PACKAGES=/tmp/packages_end.txt 00:25:26 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:25:26 + PACKAGES=/tmp/packages_start.txt 00:25:26 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-150 ']' 00:25:26 + PACKAGES=/tmp/packages_end.txt 00:25:26 + case "${OS_FAMILY}" in 00:25:26 + rpm -qa 00:25:26 + sort 00:25:30 + '[' -f /tmp/packages_start.txt ']' 00:25:30 + '[' -f /tmp/packages_end.txt ']' 00:25:30 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:25:30 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-150 ']' 00:25:30 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-150/archives/ 00:25:30 + 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 00:25:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:25:30 00:25:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:25:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:25:31 alpine: Pulling from edgex-lftools-log-publisher 00:25:31 c9b1b535fdd9: Pulling fs layer 00:25:31 2cc5ad85d9ab: Pulling fs layer 00:25:31 756a868c4378: Pulling fs layer 00:25:31 444b2fc9a129: Pulling fs layer 00:25:31 ea15f1150254: Pulling fs layer 00:25:31 41b27a9f41bf: Pulling fs layer 00:25:31 28c525ee5125: Pulling fs layer 00:25:31 094b1ea09ed8: Pulling fs layer 00:25:31 138eaada9080: Pulling fs layer 00:25:31 0622d0fa9048: Pulling fs layer 00:25:31 41b27a9f41bf: Waiting 00:25:31 28c525ee5125: Waiting 00:25:31 094b1ea09ed8: Waiting 00:25:31 138eaada9080: Waiting 00:25:31 0622d0fa9048: Waiting 00:25:31 444b2fc9a129: Waiting 00:25:31 ea15f1150254: Waiting 00:25:31 2cc5ad85d9ab: Verifying Checksum 00:25:31 2cc5ad85d9ab: Download complete 00:25:31 444b2fc9a129: Verifying Checksum 00:25:31 444b2fc9a129: Download complete 00:25:31 c9b1b535fdd9: Verifying Checksum 00:25:31 c9b1b535fdd9: Download complete 00:25:31 ea15f1150254: Verifying Checksum 00:25:31 ea15f1150254: Download complete 00:25:31 28c525ee5125: Download complete 00:25:31 756a868c4378: Verifying Checksum 00:25:31 756a868c4378: Download complete 00:25:31 c9b1b535fdd9: Pull complete 00:25:31 138eaada9080: Verifying Checksum 00:25:31 138eaada9080: Download complete 00:25:31 094b1ea09ed8: Verifying Checksum 00:25:31 094b1ea09ed8: Download complete 00:25:32 0622d0fa9048: Verifying Checksum 00:25:32 0622d0fa9048: Download complete 00:25:32 2cc5ad85d9ab: Pull complete 00:25:32 41b27a9f41bf: Verifying Checksum 00:25:32 41b27a9f41bf: Download complete 00:25:34 756a868c4378: Pull complete 00:25:34 444b2fc9a129: Pull complete 00:25:34 ea15f1150254: Pull complete 00:25:38 41b27a9f41bf: Pull complete 00:25:38 28c525ee5125: Pull complete 00:25:42 094b1ea09ed8: Pull complete 00:25:42 138eaada9080: Pull complete 00:25:42 0622d0fa9048: Pull complete 00:25:42 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 00:25:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:25:42 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:25:42 prd-centos7-docker-4c-2g-2498 does not seem to be running inside a container 00:25:42 $ 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 00:25:45 $ docker top 5f55b1a33ed4f30c67d09331861a9673212dffd4e7837796e2d09b1b96d7e8b1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:25:45 provisioning config files... 00:25:45 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-150@tmp/config1056824685704860663tmp [Pipeline] { [Pipeline] echo 00:25:46 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:25:46 ---> create-netrc.sh [Pipeline] echo 00:25:46 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:25:46 ---> logs-deploy.sh 00:25:46 + ARCHIVE_ARTIFACTS= 00:25:46 + LOGS_SERVER=https://logs.edgexfoundry.org 00:25:46 + '[' https://logs.edgexfoundry.org == None ']' 00:25:46 + NEXUS_URL=https://nexus.edgexfoundry.org 00:25:46 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-150/4 00:25:46 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-mqtt-go/job/PR-150/4/ 00:25:46 + 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 00:25:48 Archives upload complete. 00:25:48 + 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/ 00:25:49 ---> uname -a: 00:25:49 Linux 5f55b1a33ed4 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 00:25:49 00:25:49 00:25:49 ---> lscpu: 00:25:49 Architecture: x86_64 00:25:49 CPU op-mode(s): 32-bit, 64-bit 00:25:49 Byte Order: Little Endian 00:25:49 Address sizes: 40 bits physical, 48 bits virtual 00:25:49 CPU(s): 4 00:25:49 On-line CPU(s) list: 0-3 00:25:49 Thread(s) per core: 1 00:25:49 Core(s) per socket: 1 00:25:49 Socket(s): 4 00:25:49 NUMA node(s): 1 00:25:49 Vendor ID: GenuineIntel 00:25:49 CPU family: 6 00:25:49 Model: 44 00:25:49 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:25:49 Stepping: 1 00:25:49 CPU MHz: 2933.436 00:25:49 BogoMIPS: 5866.87 00:25:49 Virtualization: VT-x 00:25:49 Hypervisor vendor: KVM 00:25:49 Virtualization type: full 00:25:49 L1d cache: 128 KiB 00:25:49 L1i cache: 128 KiB 00:25:49 L2 cache: 16 MiB 00:25:49 L3 cache: 64 MiB 00:25:49 NUMA node0 CPU(s): 0-3 00:25:49 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:25:49 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:25:49 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:25:49 Vulnerability Meltdown: Mitigation; PTI 00:25:49 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:25:49 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:25:49 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:25:49 Vulnerability Tsx async abort: Not affected 00:25:49 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 00:25:49 00:25:49 00:25:49 ---> nproc: 00:25:49 4 00:25:49 00:25:49 00:25:49 ---> df -h: 00:25:49 Filesystem Size Used Available Use% Mounted on 00:25:49 overlay 50.0G 7.2G 42.8G 14% / 00:25:49 tmpfs 64.0M 0 64.0M 0% /dev 00:25:49 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:25:49 shm 64.0M 0 64.0M 0% /dev/shm 00:25:49 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 00:25:49 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 00:25:49 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 00:25:49 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/gexfoundry_device-mqtt-go_PR-150@tmp 00:25:49 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa 00:25:49 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/gexfoundry_device-mqtt-go_PR-150 00:25:49 00:25:49 00:25:49 ---> free -m: 00:25:49 total used free shared buff/cache available 00:25:49 Mem: 1837 649 131 0 1056 1083 00:25:49 Swap: 1023 1 1022 00:25:49 00:25:49 00:25:49 ---> ip addr: 00:25:49 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:25:49 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:25:49 inet 127.0.0.1/8 scope host lo 00:25:49 valid_lft forever preferred_lft forever 00:25:49 6: eth0@if7: mtu 1458 qdisc noqueue state UP 00:25:49 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 00:25:49 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 00:25:49 valid_lft forever preferred_lft forever 00:25:49 00:25:49 00:25:49 ---> sar -b -r -n DEV: 00:25:49 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/11/20 _x86_64_ (4 CPU) 00:25:49 00:25:49 00:14:46 LINUX RESTART 00:25:49 00:25:49 00:15:01 tps rtps wtps bread/s bwrtn/s 00:25:49 00:16:01 186.30 99.10 87.20 11696.17 40191.51 00:25:49 00:17:01 1.40 0.00 1.40 0.00 26.29 00:25:49 00:18:01 0.35 0.00 0.35 0.00 5.66 00:25:49 00:19:01 0.25 0.00 0.25 0.00 2.56 00:25:49 00:20:01 0.32 0.00 0.32 0.00 4.88 00:25:49 00:21:01 0.35 0.00 0.35 0.00 4.60 00:25:49 00:22:01 0.22 0.02 0.20 0.13 1.93 00:25:49 00:23:02 0.27 0.00 0.27 0.00 3.66 00:25:49 00:24:01 0.30 0.00 0.30 0.00 3.05 00:25:49 00:25:01 0.27 0.00 0.27 0.00 3.93 00:25:49 Average: 19.04 9.93 9.11 1172.13 4033.39 00:25:49 00:25:49 00:15:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:25:49 00:16:01 173556 1708000 90.78 2620 1141844 1112564 37.97 429168 1118844 116 00:25:49 00:17:01 181360 1700196 90.36 2620 1141876 1066744 36.41 424692 1116744 20 00:25:49 00:18:01 180088 1701468 90.43 2620 1141884 1066660 36.40 426324 1116528 12 00:25:49 00:19:01 176404 1705152 90.62 2620 1141884 1066952 36.41 430336 1115920 16 00:25:49 00:20:01 178192 1703364 90.53 2620 1141892 1066724 36.41 429004 1115924 12 00:25:49 00:21:01 173404 1708152 90.78 2620 1141896 1066796 36.41 435244 1114720 8 00:25:49 00:22:01 172392 1709164 90.84 2620 1141904 1067044 36.42 435864 1114688 28 00:25:49 00:23:02 173332 1708224 90.79 2620 1141912 1066852 36.41 432744 1116836 16 00:25:49 00:24:01 173580 1707976 90.77 2620 1141916 1066852 36.41 432748 1116836 20 00:25:49 00:25:01 173644 1707912 90.77 2620 1141924 1066852 36.41 430712 1118884 12 00:25:49 Average: 175595 1705961 90.67 2620 1141893 1071404 36.57 430684 1116592 26 00:25:49 00:25:49 00:15:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 00:25:49 00:16:01 eth0 445.29 263.20 1036.91 92.30 0.00 0.00 0.00 00:25:49 00:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:25:49 00:16:01 docker0 1.93 1.68 0.32 3.23 0.00 0.00 0.00 00:25:49 00:17:01 eth0 3.13 1.65 2.88 0.11 0.00 0.00 0.00 00:25:49 00:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:25:49 00:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:25:49 00:18:01 eth0 1.05 0.08 0.09 0.01 0.00 0.00 0.00 00:25:49 00:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:25:49 00:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:25:49 00:19:01 eth0 2.00 1.15 0.92 0.58 0.00 0.00 0.00 00:25:49 00:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:25:49 00:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:25:49 00:20:01 eth0 0.12 0.10 0.01 0.04 0.00 0.00 0.00 00:25:49 00:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:25:49 00:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:25:49 00:21:01 eth0 1.45 0.22 0.25 0.07 0.00 0.00 0.00 00:25:49 00:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:25:49 00:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:25:49 00:22:01 eth0 1.02 0.60 0.54 0.40 0.00 0.00 0.00 00:25:49 00:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:25:49 00:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:25:49 00:23:02 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 00:25:49 00:23:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:25:49 00:23:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:25:49 00:24:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 00:25:49 00:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:25:49 00:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:25:49 00:25:01 eth0 0.05 0.08 0.00 0.01 0.00 0.00 0.00 00:25:49 00:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:25:49 00:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:25:49 Average: eth0 45.52 26.78 104.38 9.37 0.00 0.00 0.00 00:25:49 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:25:49 Average: docker0 0.19 0.17 0.03 0.32 0.00 0.00 0.00 00:25:49 00:25:49 00:25:49 ---> sar -P ALL: 00:25:49 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/11/20 _x86_64_ (4 CPU) 00:25:49 00:25:49 00:14:46 LINUX RESTART 00:25:49 00:25:49 00:15:01 CPU %user %nice %system %iowait %steal %idle 00:25:49 00:16:01 all 17.66 0.00 9.10 5.73 0.82 66.69 00:25:49 00:16:01 0 17.26 0.00 9.06 8.33 0.88 64.47 00:25:49 00:16:01 1 17.71 0.00 9.81 5.36 0.83 66.29 00:25:49 00:16:01 2 17.91 0.00 8.91 4.69 0.80 67.68 00:25:49 00:16:01 3 17.77 0.00 8.59 4.49 0.77 68.38 00:25:49 00:17:01 all 0.17 0.00 0.04 0.00 0.03 99.76 00:25:49 00:17:01 0 0.07 0.00 0.05 0.00 0.00 99.88 00:25:49 00:17:01 1 0.12 0.00 0.03 0.00 0.03 99.82 00:25:49 00:17:01 2 0.43 0.00 0.03 0.00 0.05 99.48 00:25:49 00:17:01 3 0.08 0.00 0.08 0.00 0.03 99.80 00:25:49 00:18:01 all 0.14 0.00 0.03 0.00 0.00 99.83 00:25:49 00:18:01 0 0.00 0.00 0.02 0.00 0.00 99.98 00:25:49 00:18:01 1 0.43 0.00 0.02 0.00 0.00 99.55 00:25:49 00:18:01 2 0.03 0.00 0.02 0.00 0.00 99.95 00:25:49 00:18:01 3 0.05 0.00 0.03 0.00 0.02 99.90 00:25:49 00:19:01 all 0.15 0.00 0.03 0.00 0.01 99.80 00:25:49 00:19:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:25:49 00:19:01 1 0.55 0.00 0.03 0.00 0.02 99.40 00:25:49 00:19:01 2 0.03 0.00 0.03 0.00 0.00 99.93 00:25:49 00:19:01 3 0.03 0.00 0.03 0.00 0.02 99.92 00:25:49 00:20:01 all 0.15 0.00 0.02 0.00 0.01 99.81 00:25:49 00:20:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:25:49 00:20:01 1 0.50 0.00 0.02 0.00 0.02 99.47 00:25:49 00:20:01 2 0.05 0.00 0.02 0.00 0.03 99.90 00:25:49 00:20:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:25:49 00:21:01 all 0.15 0.00 0.02 0.00 0.01 99.82 00:25:49 00:21:01 0 0.02 0.00 0.02 0.00 0.02 99.95 00:25:49 00:21:01 1 0.48 0.00 0.02 0.00 0.00 99.50 00:25:49 00:21:01 2 0.02 0.00 0.02 0.00 0.02 99.95 00:25:49 00:21:01 3 0.05 0.00 0.05 0.00 0.02 99.88 00:25:49 00:22:01 all 0.15 0.00 0.04 0.00 0.00 99.80 00:25:49 00:22:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:25:49 00:22:01 1 0.48 0.00 0.02 0.00 0.00 99.50 00:25:49 00:22:01 2 0.05 0.00 0.05 0.00 0.00 99.90 00:25:49 00:22:01 3 0.08 0.00 0.07 0.00 0.02 99.83 00:25:49 00:23:02 all 0.14 0.00 0.03 0.00 0.01 99.82 00:25:49 00:23:02 0 0.02 0.00 0.07 0.00 0.02 99.90 00:25:49 00:23:02 1 0.48 0.00 0.02 0.00 0.02 99.48 00:25:49 00:23:02 2 0.02 0.00 0.03 0.00 0.00 99.95 00:25:49 00:23:02 3 0.00 0.00 0.02 0.00 0.00 99.98 00:25:49 00:24:01 all 0.15 0.00 0.03 0.00 0.00 99.82 00:25:49 00:24:01 0 0.03 0.00 0.05 0.00 0.02 99.90 00:25:49 00:24:01 1 0.36 0.00 0.03 0.00 0.02 99.59 00:25:49 00:24:01 2 0.19 0.00 0.02 0.00 0.00 99.80 00:25:49 00:24:01 3 0.03 0.00 0.02 0.00 0.00 99.95 00:25:49 00:25:01 all 0.15 0.00 0.02 0.00 0.02 99.82 00:25:49 00:25:01 0 0.02 0.00 0.02 0.00 0.05 99.92 00:25:49 00:25:01 1 0.02 0.00 0.02 0.00 0.00 99.97 00:25:49 00:25:01 2 0.52 0.00 0.03 0.00 0.00 99.45 00:25:49 00:25:01 3 0.02 0.00 0.02 0.00 0.02 99.95 00:25:49 Average: all 1.87 0.00 0.92 0.56 0.09 96.55 00:25:49 Average: 0 1.72 0.00 0.92 0.82 0.10 96.43 00:25:49 Average: 1 2.09 0.00 0.99 0.53 0.09 96.30 00:25:49 Average: 2 1.90 0.00 0.90 0.46 0.09 96.64 00:25:49 Average: 3 1.78 0.00 0.88 0.44 0.09 96.82 00:25:49 00:25:49 00:25:49