jamesrgregg commented: recheck 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 c418d371bc54cc5a2f15a6864e3b1205028dfdad 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-2469 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 Fetching without tags Merging remotes/origin/master commit 8b9d4518ce44b452ea6e7170c38b8c7009d29236 into PR head commit c418d371bc54cc5a2f15a6864e3b1205028dfdad Merge succeeded, producing c418d371bc54cc5a2f15a6864e3b1205028dfdad Checking out Revision c418d371bc54cc5a2f15a6864e3b1205028dfdad (PR-150) > 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 > 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 c418d371bc54cc5a2f15a6864e3b1205028dfdad # 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 c418d371bc54cc5a2f15a6864e3b1205028dfdad # timeout=10 Commit message: "snap: add env override for ProfilesDir" > git rev-list --no-walk c418d371bc54cc5a2f15a6864e3b1205028dfdad # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:20:44 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:20:44 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:20:44 ========================================================= 14:20:44 EdgeX Global Pipelines Version Info 14:20:44 ========================================================= [Pipeline] libraryResource [Pipeline] sh 14:20:46 ------------------- 14:20:46 stable info: 14:20:46 ------------------- 14:20:46 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:20:46 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 14:20:46 Message: update stable to v1.0.89 14:20:46 ------------------- 14:20:46 experimental info: 14:20:46 ------------------- 14:20:46 Commited By: **** collab-it+edgex@linuxfoundation.org 14:20:46 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 14:20:46 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 14:20:48 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:20:48 14:20:48 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 14:20:48 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:20:48 latest: Pulling from edgex-devops/git-semver 14:20:48 9123ac7c32f7: Pulling fs layer 14:20:48 b8cc5d1170e3: Pulling fs layer 14:20:48 2924cbbf6a41: Pulling fs layer 14:20:48 93b08a4f1073: Pulling fs layer 14:20:48 93b08a4f1073: Waiting 14:20:48 b8cc5d1170e3: Verifying Checksum 14:20:48 b8cc5d1170e3: Download complete 14:20:48 9123ac7c32f7: Verifying Checksum 14:20:48 9123ac7c32f7: Download complete 14:20:48 2924cbbf6a41: Verifying Checksum 14:20:48 2924cbbf6a41: Download complete 14:20:48 93b08a4f1073: Verifying Checksum 14:20:48 93b08a4f1073: Download complete 14:20:48 9123ac7c32f7: Pull complete 14:20:49 b8cc5d1170e3: Pull complete 14:20:49 2924cbbf6a41: Pull complete 14:20:50 93b08a4f1073: Pull complete 14:20:50 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 14:20:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:20:50 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 14:20:50 prd-centos7-docker-4c-2g-2469 does not seem to be running inside a container 14:20:50 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:20:52 $ docker top b9b47e972bb173a4d1fc760d70f9cc0f318b05a4f2be298d9fadb1218825e46f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:20:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:20:52 [ssh-agent] Looking for ssh-agent implementation... 14:20:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:20:52 $ docker exec b9b47e972bb173a4d1fc760d70f9cc0f318b05a4f2be298d9fadb1218825e46f ssh-agent 14:20:52 SSH_AUTH_SOCK=/tmp/ssh-dDUPY7GlqfFJ/agent.12 14:20:52 SSH_AGENT_PID=17 14:20:52 Running ssh-add (command line suppressed) 14:20:52 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-150@tmp/private_key_7016681236504778461.key (/w/workspace/gexfoundry_device-mqtt-go_PR-150@tmp/private_key_7016681236504778461.key) 14:20:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:20:53 + git describe --exact-match --tags HEAD 14:20:53 fatal: No names found, cannot describe anything. [Pipeline] } 14:20:53 $ docker exec --env ******** --env ******** b9b47e972bb173a4d1fc760d70f9cc0f318b05a4f2be298d9fadb1218825e46f ssh-agent -k 14:20:53 unset SSH_AUTH_SOCK; 14:20:53 unset SSH_AGENT_PID; 14:20:53 echo Agent pid 17 killed; 14:20:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 14:20:53 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 14:20:53 This usually means this commit has not been tagged. [Pipeline] sshagent 14:20:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:20:53 [ssh-agent] Looking for ssh-agent implementation... 14:20:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:20:53 $ docker exec b9b47e972bb173a4d1fc760d70f9cc0f318b05a4f2be298d9fadb1218825e46f ssh-agent 14:20:53 SSH_AUTH_SOCK=/tmp/ssh-P4e9AlswYTD5/agent.46 14:20:53 SSH_AGENT_PID=51 14:20:53 Running ssh-add (command line suppressed) 14:20:53 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-150@tmp/private_key_1631966474087451235.key (/w/workspace/gexfoundry_device-mqtt-go_PR-150@tmp/private_key_1631966474087451235.key) 14:20:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:20:54 + git semver init 14:20:54 # -> Open(): unable to determine branch for HEAD 14:20:54 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-150/.git 14:20:54 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-150 14:20:54 # $SEMVER_REMOTE_NAME = origin 14:20:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:20:54 # $SEMVER_USER_NAME = edgex-jenkins 14:20:54 # $SEMVER_BRANCH = PR-150 14:20:54 # $SEMVER_TEMP = /tmp/semver-270766644 14:20:54 # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP 14:20:54 # '/tmp/semver-270766644' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-150/.semver' 14:20:54 # -> Force: false 14:20:54 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-150/.semver [Pipeline] } 14:20:54 $ docker exec --env ******** --env ******** b9b47e972bb173a4d1fc760d70f9cc0f318b05a4f2be298d9fadb1218825e46f ssh-agent -k 14:20:54 unset SSH_AUTH_SOCK; 14:20:54 unset SSH_AGENT_PID; 14:20:54 echo Agent pid 51 killed; 14:20:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:20:55 + git semver [Pipeline] } 14:20:55 $ docker stop --time=1 b9b47e972bb173a4d1fc760d70f9cc0f318b05a4f2be298d9fadb1218825e46f 14:20:56 $ docker rm -f b9b47e972bb173a4d1fc760d70f9cc0f318b05a4f2be298d9fadb1218825e46f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 14:20:56 Stashed 26 file(s) [Pipeline] echo 14:20:56 [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 14:21:12 Still waiting to schedule task 14:21:12 Waiting for next available executor on ‘centos7-docker-4c-2g’ 14:21:12 Still waiting to schedule task 14:21:12 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 14:23:50 Running on prd-centos7-docker-4c-2g-2471 in /w/workspace/gexfoundry_device-mqtt-go_PR-150 [Pipeline] { [Pipeline] ws 14:23:50 Running in /w/workspace/device-mqtt-go/3 [Pipeline] { [Pipeline] checkout 14:23:53 using credential edgex-jenkins-ssh 14:23:53 Cloning the remote Git repository 14:23:53 Cloning with configured refspecs honoured and without tags 14:23:53 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 14:23:53 Fetching without tags 14:23:54 Merging remotes/origin/master commit 8b9d4518ce44b452ea6e7170c38b8c7009d29236 into PR head commit c418d371bc54cc5a2f15a6864e3b1205028dfdad 14:23:54 Merge succeeded, producing c418d371bc54cc5a2f15a6864e3b1205028dfdad 14:23:54 Checking out Revision c418d371bc54cc5a2f15a6864e3b1205028dfdad (PR-150) 14:23:53 > git init /w/workspace/device-mqtt-go/3 # timeout=10 14:23:53 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 14:23:53 > git --version # timeout=10 14:23:53 using GIT_SSH to set credentials SSH Credentials for GitHub 14:23:53 > 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 14:23:53 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 14:23:53 > git config --add remote.origin.fetch +refs/pull/150/head:refs/remotes/origin/PR-150 # timeout=10 14:23:53 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 14:23:53 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 14:23:53 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 14:23:53 using GIT_SSH to set credentials SSH Credentials for GitHub 14:23:53 > 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 14:23:54 > git config core.sparsecheckout # timeout=10 14:23:54 > git checkout -f c418d371bc54cc5a2f15a6864e3b1205028dfdad # timeout=10 14:23:54 > git remote # timeout=10 14:23:54 > git config --get remote.origin.url # timeout=10 14:23:54 using GIT_SSH to set credentials SSH Credentials for GitHub 14:23:54 > git merge 8b9d4518ce44b452ea6e7170c38b8c7009d29236 # timeout=10 14:23:54 > git rev-parse HEAD^{commit} # timeout=10 14:23:54 > git config core.sparsecheckout # timeout=10 14:23:54 > git checkout -f c418d371bc54cc5a2f15a6864e3b1205028dfdad # timeout=10 14:23:57 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 14:23:58 ========================================================= 14:23:58 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 14:23:58 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:23:59 + 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 . 14:23:59 Sending build context to Docker daemon 571.9kB 14:23:59 Step 1/8 : ARG BASE=golang:1.13-alpine 14:23:59 Step 2/8 : FROM ${BASE} 14:23:59 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 14:23:59 e6b0cf9c0882: Pulling fs layer 14:23:59 2848faf0eed1: Pulling fs layer 14:23:59 0f37312ad70f: Pulling fs layer 14:23:59 5788d62ee057: Pulling fs layer 14:23:59 0e6b1d234666: Pulling fs layer 14:23:59 bf5d7aec512f: Pulling fs layer 14:23:59 34c802a77dc8: Pulling fs layer 14:23:59 9eb99e56ec68: Pulling fs layer 14:23:59 27c7a5d97fbd: Pulling fs layer 14:23:59 5c102a31e300: Pulling fs layer 14:23:59 dcfb455df0a1: Pulling fs layer 14:23:59 34c802a77dc8: Waiting 14:23:59 9eb99e56ec68: Waiting 14:23:59 27c7a5d97fbd: Waiting 14:23:59 5c102a31e300: Waiting 14:23:59 5788d62ee057: Waiting 14:23:59 0e6b1d234666: Waiting 14:23:59 bf5d7aec512f: Waiting 14:23:59 dcfb455df0a1: Waiting 14:23:59 0f37312ad70f: Verifying Checksum 14:23:59 0f37312ad70f: Download complete 14:23:59 2848faf0eed1: Verifying Checksum 14:23:59 2848faf0eed1: Download complete 14:23:59 0e6b1d234666: Download complete 14:23:59 bf5d7aec512f: Verifying Checksum 14:23:59 bf5d7aec512f: Download complete 14:23:59 e6b0cf9c0882: Verifying Checksum 14:23:59 e6b0cf9c0882: Download complete 14:24:00 e6b0cf9c0882: Pull complete 14:24:00 34c802a77dc8: Verifying Checksum 14:24:00 34c802a77dc8: Download complete 14:24:00 27c7a5d97fbd: Verifying Checksum 14:24:00 27c7a5d97fbd: Download complete 14:24:01 5c102a31e300: Verifying Checksum 14:24:01 5c102a31e300: Download complete 14:24:01 dcfb455df0a1: Verifying Checksum 14:24:01 dcfb455df0a1: Download complete 14:24:01 9eb99e56ec68: Verifying Checksum 14:24:01 9eb99e56ec68: Download complete 14:24:01 5788d62ee057: Verifying Checksum 14:24:01 5788d62ee057: Download complete 14:24:02 2848faf0eed1: Pull complete 14:24:02 0f37312ad70f: Pull complete 14:24:07 5788d62ee057: Pull complete 14:24:08 0e6b1d234666: Pull complete 14:24:08 bf5d7aec512f: Pull complete 14:24:16 34c802a77dc8: Pull complete 14:24:17 9eb99e56ec68: Pull complete 14:24:17 27c7a5d97fbd: Pull complete 14:24:18 5c102a31e300: Pull complete 14:24:18 dcfb455df0a1: Pull complete 14:24:18 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 14:24:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 14:24:19 ---> 7c70fe431013 14:24:19 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 14:24:21 ---> Running in 08f20f8a2c9b 14:24:21 Removing intermediate container 08f20f8a2c9b 14:24:21 ---> eb604a9e984a 14:24:21 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:24:21 ---> Running in 8f9dc64a7d9b 14:24:22 Removing intermediate container 8f9dc64a7d9b 14:24:22 ---> 8744d2b774a3 14:24:22 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 14:24:22 ---> Running in 06bb647e38bf 14:24:22 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 14:24:24 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 14:24:24 (1/17) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) 14:24:24 (2/17) Installing libmagic (5.37-r1) 14:24:24 (3/17) Installing file (5.37-r1) 14:24:24 (4/17) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) 14:24:24 (5/17) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) 14:24:25 (6/17) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) 14:24:30 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2470 in /w/workspace/gexfoundry_device-mqtt-go_PR-150 [Pipeline] { [Pipeline] ws 14:24:30 Running in /w/workspace/device-mqtt-go/3 [Pipeline] { [Pipeline] checkout 14:24:33 (7/17) Installing libc-dev (0.7.2-r0) 14:24:33 (8/17) Installing g++ (9.2.0-r4) 14:24:35 using credential edgex-jenkins-ssh 14:24:35 Cloning the remote Git repository 14:24:35 Cloning with configured refspecs honoured and without tags 14:24:35 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 14:24:35 > git init /w/workspace/device-mqtt-go/3 # timeout=10 14:24:35 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 14:24:35 > git --version # timeout=10 14:24:35 using GIT_SSH to set credentials SSH Credentials for GitHub 14:24:36 Fetching without tags 14:24:35 > 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 14:24:36 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 14:24:36 > git config --add remote.origin.fetch +refs/pull/150/head:refs/remotes/origin/PR-150 # timeout=10 14:24:36 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 14:24:36 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 14:24:36 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 14:24:36 using GIT_SSH to set credentials SSH Credentials for GitHub 14:24:36 > 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 14:24:37 Merging remotes/origin/master commit 8b9d4518ce44b452ea6e7170c38b8c7009d29236 into PR head commit c418d371bc54cc5a2f15a6864e3b1205028dfdad 14:24:37 Merge succeeded, producing c418d371bc54cc5a2f15a6864e3b1205028dfdad 14:24:37 Checking out Revision c418d371bc54cc5a2f15a6864e3b1205028dfdad (PR-150) 14:24:37 (9/17) Installing fortify-headers (1.1-r0) 14:24:37 (10/17) Installing build-base (0.5-r1) 14:24:37 (11/17) Installing openssh-keygen (8.1_p1-r0) 14:24:37 (12/17) Installing libedit (20191211.3.1-r0) 14:24:37 (13/17) Installing openssh-client (8.1_p1-r0) 14:24:38 (14/17) Installing openssh-sftp-server (8.1_p1-r0) 14:24:38 (15/17) Installing openssh-server-common (8.1_p1-r0) 14:24:38 (16/17) Installing openssh-server (8.1_p1-r0) 14:24:37 > git config core.sparsecheckout # timeout=10 14:24:37 > git checkout -f c418d371bc54cc5a2f15a6864e3b1205028dfdad # timeout=10 14:24:37 > git remote # timeout=10 14:24:37 > git config --get remote.origin.url # timeout=10 14:24:37 using GIT_SSH to set credentials SSH Credentials for GitHub 14:24:37 > git merge 8b9d4518ce44b452ea6e7170c38b8c7009d29236 # timeout=10 14:24:37 > git rev-parse HEAD^{commit} # timeout=10 14:24:37 > git config core.sparsecheckout # timeout=10 14:24:37 > git checkout -f c418d371bc54cc5a2f15a6864e3b1205028dfdad # timeout=10 14:24:38 (17/17) Installing openssh (8.1_p1-r0) 14:24:38 Executing busybox-1.31.1-r8.trigger 14:24:38 OK: 214 MiB in 52 packages 14:24:41 Removing intermediate container 06bb647e38bf 14:24:41 ---> c1a689b6ea02 14:24:41 Step 6/8 : WORKDIR /device-mqtt-go 14:24:41 ---> Running in b5e36a957173 14:24:42 Commit message: "snap: add env override for ProfilesDir" 14:24:42 Removing intermediate container b5e36a957173 14:24:42 ---> bb6dd2479056 14:24:42 Step 7/8 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 14:24:42 ---> 2e1b5132a2a3 14:24:42 Step 8/8 : RUN go mod download 14:24:42 ---> Running in 7513b579c791 [Pipeline] echo 14:24:42 ========================================================= 14:24:42 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 14:24:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:24:43 + 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 . 14:24:44 Sending build context to Docker daemon 571.9kB 14:24:44 Step 1/8 : ARG BASE=golang:1.13-alpine 14:24:44 Step 2/8 : FROM ${BASE} 14:24:45 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 14:24:45 cde5963f3b93: Pulling fs layer 14:24:45 2a23fa8c16f7: Pulling fs layer 14:24:45 777b28850792: Pulling fs layer 14:24:45 8a11ddd9e578: Pulling fs layer 14:24:45 4cf88f913ddb: Pulling fs layer 14:24:45 1df406cf5192: Pulling fs layer 14:24:45 cd6300453558: Pulling fs layer 14:24:45 b9c365052c96: Pulling fs layer 14:24:45 a2d8cc88f415: Pulling fs layer 14:24:45 ea1d1ca13537: Pulling fs layer 14:24:45 3750a50a1c5e: Pulling fs layer 14:24:45 4cf88f913ddb: Waiting 14:24:45 1df406cf5192: Waiting 14:24:45 cd6300453558: Waiting 14:24:45 b9c365052c96: Waiting 14:24:45 a2d8cc88f415: Waiting 14:24:45 ea1d1ca13537: Waiting 14:24:45 8a11ddd9e578: Waiting 14:24:45 3750a50a1c5e: Waiting 14:24:45 777b28850792: Download complete 14:24:45 2a23fa8c16f7: Verifying Checksum 14:24:45 2a23fa8c16f7: Download complete 14:24:45 4cf88f913ddb: Verifying Checksum 14:24:45 4cf88f913ddb: Download complete 14:24:45 1df406cf5192: Verifying Checksum 14:24:45 1df406cf5192: Download complete 14:24:45 cde5963f3b93: Verifying Checksum 14:24:45 cde5963f3b93: Download complete 14:24:45 go: finding github.com/BurntSushi/toml v0.3.1 14:24:45 go: finding github.com/OneOfOne/xxhash v1.2.6 14:24:45 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 14:24:45 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 14:24:45 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 14:24:45 go: finding github.com/bgentry/speakeasy v0.1.0 14:24:45 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 14:24:45 go: finding github.com/davecgh/go-spew v1.1.1 14:24:45 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 14:24:45 go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 14:24:45 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 14:24:45 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 14:24:45 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 14:24:45 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 14:24:45 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 14:24:45 go: finding github.com/fatih/color v1.7.0 14:24:45 go: finding github.com/fxamacker/cbor/v2 v2.2.0 14:24:45 go: finding github.com/go-kit/kit v0.8.0 14:24:45 go: finding github.com/go-logfmt/logfmt v0.4.0 14:24:45 go: finding github.com/go-stack/stack v1.8.0 14:24:45 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 14:24:45 go: finding github.com/google/uuid v1.1.1 14:24:45 go: finding github.com/gorilla/mux v1.7.1 14:24:45 go: finding github.com/hashicorp/consul/api v1.1.0 14:24:45 go: finding github.com/hashicorp/consul/sdk v0.1.1 14:24:45 go: finding github.com/hashicorp/errwrap v1.0.0 14:24:45 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 14:24:45 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 14:24:45 go: finding github.com/hashicorp/go-msgpack v0.5.3 14:24:45 go: finding github.com/hashicorp/go-multierror v1.0.0 14:24:45 go: finding github.com/hashicorp/go-rootcerts v1.0.0 14:24:45 go: finding github.com/hashicorp/go-sockaddr v1.0.0 14:24:45 go: finding github.com/hashicorp/go-syslog v1.0.0 14:24:45 go: finding github.com/hashicorp/go-uuid v1.0.1 14:24:45 go: finding github.com/hashicorp/go.net v0.0.1 14:24:45 go: finding github.com/hashicorp/golang-lru v0.5.0 14:24:45 go: finding github.com/hashicorp/logutils v1.0.0 14:24:45 go: finding github.com/hashicorp/mdns v1.0.0 14:24:45 go: finding github.com/hashicorp/memberlist v0.1.3 14:24:45 go: finding github.com/hashicorp/serf v0.8.2 14:24:45 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 14:24:45 go: finding github.com/kr/pretty v0.1.0 14:24:45 go: finding github.com/kr/pty v1.1.1 14:24:45 go: finding github.com/kr/text v0.1.0 14:24:45 go: finding github.com/mattn/go-colorable v0.0.9 14:24:45 go: finding github.com/mattn/go-isatty v0.0.3 14:24:45 go: finding github.com/miekg/dns v1.0.14 14:24:45 go: finding github.com/mitchellh/cli v1.0.0 14:24:45 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 14:24:45 go: finding github.com/mitchellh/copystructure v1.0.0 14:24:45 go: finding github.com/mitchellh/go-homedir v1.0.0 14:24:45 go: finding github.com/mitchellh/go-testing-interface v1.0.0 14:24:45 go: finding github.com/mitchellh/gox v0.4.0 14:24:45 go: finding github.com/mitchellh/iochan v1.0.0 14:24:45 go: finding github.com/mitchellh/mapstructure v1.1.2 14:24:45 go: finding github.com/mitchellh/reflectwalk v1.0.0 14:24:45 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 14:24:45 go: finding github.com/pelletier/go-toml v1.2.0 14:24:45 go: finding github.com/pkg/errors v0.8.1 14:24:45 go: finding github.com/pmezard/go-difflib v1.0.0 14:24:45 go: finding github.com/posener/complete v1.1.1 14:24:45 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 14:24:45 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 14:24:46 go: finding github.com/spf13/cast v1.3.0 14:24:46 go: finding github.com/stretchr/objx v0.1.0 14:24:46 go: finding github.com/stretchr/testify v1.5.1 14:24:46 go: finding github.com/ugorji/go v1.1.4 14:24:46 go: finding github.com/x448/float16 v0.8.4 14:24:46 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 14:24:46 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 14:24:46 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 14:24:46 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 14:24:46 cde5963f3b93: Pull complete 14:24:46 go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 14:24:46 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 14:24:46 go: finding gopkg.in/yaml.v2 v2.2.8 14:24:46 2a23fa8c16f7: Pull complete 14:24:47 777b28850792: Pull complete 14:24:47 cd6300453558: Download complete 14:24:47 a2d8cc88f415: Download complete 14:24:49 ea1d1ca13537: Verifying Checksum 14:24:49 ea1d1ca13537: Download complete 14:24:49 3750a50a1c5e: Verifying Checksum 14:24:49 3750a50a1c5e: Download complete 14:24:50 b9c365052c96: Verifying Checksum 14:24:50 b9c365052c96: Download complete 14:24:50 8a11ddd9e578: Verifying Checksum 14:24:50 8a11ddd9e578: Download complete 14:24:54 Removing intermediate container 7513b579c791 14:24:54 ---> 3977523c3eaa 14:24:54 Successfully built 3977523c3eaa 14:24:54 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:24:55 + docker inspect -f . ci-base-image-x86_64 14:24:55 . [Pipeline] withDockerContainer 14:24:55 prd-centos7-docker-4c-2g-2471 does not seem to be running inside a container 14:24:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/3 -v /w/workspace/device-mqtt-go/3:/w/workspace/device-mqtt-go/3:rw,z -v /w/workspace/device-mqtt-go/3@tmp:/w/workspace/device-mqtt-go/3@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 14:24:56 $ docker top 7fe7d047622ba7244c9bde9a932612f3f552e55dc02269add5b61c25d0512029 -eo pid,comm [Pipeline] { [Pipeline] sh 14:24:56 + go version 14:24:56 go version go1.13.5 linux/amd64 [Pipeline] sh 14:24:57 + make test 14:24:57 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 14:24:58 ? github.com/edgexfoundry/device-mqtt-go [no test files] 14:25:03 8a11ddd9e578: Pull complete 14:25:03 4cf88f913ddb: Pull complete 14:25:03 1df406cf5192: Pull complete 14:25:07 cd6300453558: Pull complete 14:25:08 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 14:25:08 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.007s coverage: 29.8% of statements 14:25:08 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 14:25:08 CGO_ENABLED=0 GO111MODULE=on go vet ./... 14:25:10 gofmt -l . 14:25:10 ["`gofmt -l .`" = ""] 14:25:10 ./bin/test-attribution-txt.sh 14:25:11 ./bin/test-go-mod-tidy.sh [Pipeline] stash 14:25:11 b9c365052c96: Pull complete 14:25:11 Stashed 1 file(s) [Pipeline] } 14:25:11 $ docker stop --time=1 7fe7d047622ba7244c9bde9a932612f3f552e55dc02269add5b61c25d0512029 14:25:11 a2d8cc88f415: Pull complete 14:25:13 ea1d1ca13537: Pull complete 14:25:14 3750a50a1c5e: Pull complete 14:25:14 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 14:25:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 14:25:14 ---> 78745c68409d 14:25:14 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 14:25:15 $ docker rm -f 7fe7d047622ba7244c9bde9a932612f3f552e55dc02269add5b61c25d0512029 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 14:25:17 + sudo chown -R jenkins:jenkins . [Pipeline] sh 14:25:17 + ls -al . 14:25:17 total 100 14:25:17 drwxrwxr-x. 9 jenkins jenkins 4096 Jun 10 14:25 . 14:25:17 drwxrwxr-x. 4 jenkins jenkins 28 Jun 10 14:23 .. 14:25:17 -rw-rw-r--. 1 jenkins jenkins 4678 Jun 10 14:23 Attribution.txt 14:25:17 drwxrwxr-x. 2 jenkins jenkins 87 Jun 10 14:23 bin 14:25:17 drwxrwxr-x. 3 jenkins jenkins 32 Jun 10 14:23 cmd 14:25:17 -rw-r--r--. 1 jenkins jenkins 18214 Jun 10 14:25 coverage.out 14:25:17 -rw-rw-r--. 1 jenkins jenkins 1776 Jun 10 14:23 Dockerfile 14:25:17 -rw-rw-r--. 1 jenkins jenkins 953 Jun 10 14:23 Dockerfile.build 14:25:17 -rw-rw-r--. 1 jenkins jenkins 140 Jun 10 14:23 .dockerignore 14:25:17 drwxrwxr-x. 8 jenkins jenkins 179 Jun 10 14:23 .git 14:25:17 -rw-rw-r--. 1 jenkins jenkins 328 Jun 10 14:23 .gitignore 14:25:17 -rw-r--r--. 1 jenkins jenkins 510 Jun 10 14:25 go.mod 14:25:17 -rw-r--r--. 1 jenkins jenkins 13621 Jun 10 14:25 go.sum 14:25:17 drwxrwxr-x. 3 jenkins jenkins 20 Jun 10 14:23 internal 14:25:17 -rw-rw-r--. 1 jenkins jenkins 700 Jun 10 14:23 Jenkinsfile 14:25:17 -rw-rw-r--. 1 jenkins jenkins 11340 Jun 10 14:23 LICENSE 14:25:17 -rw-rw-r--. 1 jenkins jenkins 902 Jun 10 14:23 Makefile 14:25:17 drwxrwxr-x. 2 jenkins jenkins 23 Jun 10 14:23 mock 14:25:17 -rw-rw-r--. 1 jenkins jenkins 444 Jun 10 14:23 README.md 14:25:17 drwxrwxr-x. 3 jenkins jenkins 58 Jun 10 14:23 .semver 14:25:17 drwxrwxr-x. 4 jenkins jenkins 54 Jun 10 14:23 snap 14:25:17 -rw-rw-r--. 1 jenkins jenkins 5 Jun 10 14:20 VERSION 14:25:17 -rw-rw-r--. 1 jenkins jenkins 227 Jun 10 14:23 version.go [Pipeline] isUnix [Pipeline] sh 14:25:17 + 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=c418d371bc54cc5a2f15a6864e3b1205028dfdad --label arch=amd64 --label version=0.0.0 . 14:25:17 Sending build context to Docker daemon 590.8kB 14:25:17 Step 1/21 : ARG BASE=golang:1.13-alpine 14:25:17 Step 2/21 : FROM ${BASE} AS builder 14:25:17 ---> 3977523c3eaa 14:25:17 Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 14:25:17 ---> Running in 6a73d8d5aad8 14:25:18 Removing intermediate container 6a73d8d5aad8 14:25:18 ---> aa815d440c01 14:25:18 Step 4/21 : ARG ALPINE_PKG_EXTRA="" 14:25:18 ---> Running in 7063b60596fa 14:25:18 Removing intermediate container 7063b60596fa 14:25:18 ---> bafabadb7b2e 14:25:18 Step 5/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:25:18 ---> Running in 2054e33090e5 14:25:19 Removing intermediate container 2054e33090e5 14:25:19 ---> 190fcee1ab6d 14:25:19 Step 6/21 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:25:19 ---> Running in e5ad3829878e 14:25:19 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 14:25:19 ---> Running in 5934ee96f5bb 14:25:19 Removing intermediate container 5934ee96f5bb 14:25:19 ---> d599cfe9ac1e 14:25:19 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:25:19 ---> Running in 35f3fc564bc9 14:25:20 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 14:25:20 OK: 214 MiB in 52 packages 14:25:21 Removing intermediate container e5ad3829878e 14:25:21 ---> d1266b139853 14:25:21 Step 7/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 14:25:21 ---> Running in ebd7830490b0 14:25:21 Removing intermediate container ebd7830490b0 14:25:21 ---> 5e8cbc9f3d20 14:25:21 Step 8/21 : COPY . . 14:25:21 Removing intermediate container 35f3fc564bc9 14:25:21 ---> b1cec74da68b 14:25:21 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 14:25:22 ---> Running in c6120e0009f9 14:25:22 ---> 9c94ec46fff1 14:25:22 Step 9/21 : ARG MAKE='make build' 14:25:22 ---> Running in 7920dd27d727 14:25:22 Removing intermediate container 7920dd27d727 14:25:22 ---> ab0f0f87400c 14:25:22 Step 10/21 : RUN $MAKE 14:25:22 ---> Running in 1cb8ee4ffa4c 14:25:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 14:25:23 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 14:25:24 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 14:25:24 (1/18) Upgrading libgcc (9.2.0-r3 -> 9.2.0-r4) 14:25:24 (2/18) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) 14:25:25 (3/18) Installing libmagic (5.37-r1) 14:25:25 (4/18) Installing file (5.37-r1) 14:25:25 (5/18) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) 14:25:25 (6/18) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) 14:25:25 (7/18) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) 14:25:32 CGO_ENABLED=0 GO111MODULE=on go build ./... 14:25:33 (8/18) Installing libc-dev (0.7.2-r0) 14:25:33 (9/18) Installing g++ (9.2.0-r4) 14:25:36 Removing intermediate container 1cb8ee4ffa4c 14:25:36 ---> 743e1a2590f0 14:25:36 Step 11/21 : FROM alpine 14:25:36 latest: Pulling from library/alpine 14:25:36 df20fa9351a1: Pulling fs layer 14:25:36 df20fa9351a1: Verifying Checksum 14:25:36 df20fa9351a1: Download complete 14:25:36 df20fa9351a1: Pull complete 14:25:36 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 14:25:36 Status: Downloaded newer image for alpine:latest 14:25:36 ---> a24bb4013296 14:25:36 Step 12/21 : ENV APP_PORT=49982 14:25:37 ---> Running in f6d6b953a0f2 14:25:37 Removing intermediate container f6d6b953a0f2 14:25:37 ---> a26211ddc16b 14:25:37 Step 13/21 : EXPOSE $APP_PORT 14:25:37 ---> Running in 1f5e726d0949 14:25:37 Removing intermediate container 1f5e726d0949 14:25:37 ---> 30f4e9ba3038 14:25:37 Step 14/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 14:25:37 ---> e99fb1f5cdf2 14:25:37 Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 14:25:38 ---> fa9051bdcd5d 14:25:38 Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 14:25:38 ---> 0443445e39e6 14:25:38 Step 17/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 14:25:38 ---> Running in 9e3fea4ae092 14:25:38 Removing intermediate container 9e3fea4ae092 14:25:38 ---> de111f02c95c 14:25:38 Step 18/21 : ENTRYPOINT ["/device-mqtt","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] 14:25:38 ---> Running in 2c7d5cfa7f72 14:25:38 Removing intermediate container 2c7d5cfa7f72 14:25:38 ---> cab4e3c412c4 14:25:38 Step 19/21 : LABEL arch=amd64 14:25:38 ---> Running in 5e7fa621258b 14:25:38 Removing intermediate container 5e7fa621258b 14:25:38 ---> b66531532dee 14:25:38 Step 20/21 : LABEL git_sha=c418d371bc54cc5a2f15a6864e3b1205028dfdad 14:25:38 ---> Running in 2b04d1fec718 14:25:39 Removing intermediate container 2b04d1fec718 14:25:39 ---> 5e9ac28fbd67 14:25:39 Step 21/21 : LABEL version=0.0.0 14:25:39 ---> Running in 755054c5bbb0 14:25:39 Removing intermediate container 755054c5bbb0 14:25:39 ---> f8d83198d509 14:25:39 [Warning] One or more build-args [ARCH] were not consumed 14:25:39 Successfully built f8d83198d509 14:25:39 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 14:25:40 ++ find /w/workspace/device-mqtt-go/3 14:25:40 ++ grep snapcraft.yaml 14:25:40 + grep -Po '^name: \K(.*)' /w/workspace/device-mqtt-go/3/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:25:40 provisioning config files... 14:25:40 copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/3@tmp/config1307680427576997043tmp [Pipeline] { [Pipeline] sh 14:25:40 + cp /w/workspace/device-mqtt-go/3@tmp/config1307680427576997043tmp /w/workspace/device-mqtt-go/3/edgex-snap-store-login [Pipeline] sh 14:25:41 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/3:/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 14:25:41 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 14:25:41 latest: Pulling from edgex-devops/edgex-snap-builder 14:25:41 5bed26d33875: Pulling fs layer 14:25:41 f11b29a9c730: Pulling fs layer 14:25:41 930bda195c84: Pulling fs layer 14:25:41 78bf9a5ad49e: Pulling fs layer 14:25:41 e5fbee5a4b0d: Pulling fs layer 14:25:41 f452fca78f88: Pulling fs layer 14:25:41 7417ef92027a: Pulling fs layer 14:25:41 2af5c49d270b: Pulling fs layer 14:25:41 df9c3bdbc40a: Pulling fs layer 14:25:41 e5fbee5a4b0d: Waiting 14:25:41 f452fca78f88: Waiting 14:25:41 7417ef92027a: Waiting 14:25:41 2af5c49d270b: Waiting 14:25:41 df9c3bdbc40a: Waiting 14:25:41 78bf9a5ad49e: Waiting 14:25:41 930bda195c84: Verifying Checksum 14:25:41 930bda195c84: Download complete 14:25:41 f11b29a9c730: Download complete 14:25:41 78bf9a5ad49e: Verifying Checksum 14:25:41 78bf9a5ad49e: Download complete 14:25:41 f452fca78f88: Verifying Checksum 14:25:41 f452fca78f88: Download complete 14:25:41 7417ef92027a: Verifying Checksum 14:25:41 7417ef92027a: Download complete 14:25:41 2af5c49d270b: Verifying Checksum 14:25:41 2af5c49d270b: Download complete 14:25:41 df9c3bdbc40a: Verifying Checksum 14:25:41 df9c3bdbc40a: Download complete 14:25:41 5bed26d33875: Verifying Checksum 14:25:41 5bed26d33875: Download complete 14:25:43 5bed26d33875: Pull complete 14:25:43 (10/18) Installing fortify-headers (1.1-r0) 14:25:43 (11/18) Installing build-base (0.5-r1) 14:25:43 (12/18) Installing openssh-keygen (8.1_p1-r0) 14:25:43 (13/18) Installing libedit (20191211.3.1-r0) 14:25:44 (14/18) Installing openssh-client (8.1_p1-r0) 14:25:44 (15/18) Installing openssh-sftp-server (8.1_p1-r0) 14:25:44 (16/18) Installing openssh-server-common (8.1_p1-r0) 14:25:44 e5fbee5a4b0d: Verifying Checksum 14:25:44 e5fbee5a4b0d: Download complete 14:25:44 (17/18) Installing openssh-server (8.1_p1-r0) 14:25:44 (18/18) Installing openssh (8.1_p1-r0) 14:25:44 Executing busybox-1.31.1-r8.trigger 14:25:44 OK: 203 MiB in 52 packages 14:25:45 f11b29a9c730: Pull complete 14:25:45 930bda195c84: Pull complete 14:25:45 78bf9a5ad49e: Pull complete 14:25:51 Removing intermediate container c6120e0009f9 14:25:51 ---> 9085788fc370 14:25:51 Step 6/8 : WORKDIR /device-mqtt-go 14:25:51 ---> Running in 7befa1c33642 14:25:52 Removing intermediate container 7befa1c33642 14:25:52 ---> bc988f7c705c 14:25:52 Step 7/8 : COPY . . 14:25:52 ---> ae2137099643 14:25:52 Step 8/8 : RUN go mod download 14:25:53 ---> Running in a1c1deed3fe5 14:25:55 go: finding github.com/BurntSushi/toml v0.3.1 14:25:55 go: finding github.com/OneOfOne/xxhash v1.2.6 14:25:55 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 14:25:55 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 14:25:55 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 14:25:55 go: finding github.com/bgentry/speakeasy v0.1.0 14:25:55 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 14:25:55 go: finding github.com/davecgh/go-spew v1.1.1 14:25:55 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 14:25:55 go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 14:25:55 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 14:25:55 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 14:25:55 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 14:25:55 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 14:25:55 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 14:25:55 go: finding github.com/fatih/color v1.7.0 14:25:55 go: finding github.com/fxamacker/cbor/v2 v2.2.0 14:25:55 go: finding github.com/go-kit/kit v0.8.0 14:25:55 go: finding github.com/go-logfmt/logfmt v0.4.0 14:25:55 go: finding github.com/go-stack/stack v1.8.0 14:25:55 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 14:25:55 go: finding github.com/google/uuid v1.1.1 14:25:55 go: finding github.com/gorilla/mux v1.7.1 14:25:55 go: finding github.com/hashicorp/consul/api v1.1.0 14:25:55 go: finding github.com/hashicorp/consul/sdk v0.1.1 14:25:55 go: finding github.com/hashicorp/errwrap v1.0.0 14:25:55 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 14:25:55 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 14:25:55 go: finding github.com/hashicorp/go-msgpack v0.5.3 14:25:55 go: finding github.com/hashicorp/go-multierror v1.0.0 14:25:55 go: finding github.com/hashicorp/go-rootcerts v1.0.0 14:25:55 go: finding github.com/hashicorp/go-sockaddr v1.0.0 14:25:55 go: finding github.com/hashicorp/go-syslog v1.0.0 14:25:55 go: finding github.com/hashicorp/go-uuid v1.0.1 14:25:55 go: finding github.com/hashicorp/go.net v0.0.1 14:25:55 go: finding github.com/hashicorp/golang-lru v0.5.0 14:25:55 go: finding github.com/hashicorp/logutils v1.0.0 14:25:55 go: finding github.com/hashicorp/mdns v1.0.0 14:25:55 go: finding github.com/hashicorp/memberlist v0.1.3 14:25:55 go: finding github.com/hashicorp/serf v0.8.2 14:25:55 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 14:25:55 go: finding github.com/kr/pretty v0.1.0 14:25:55 go: finding github.com/kr/pty v1.1.1 14:25:55 go: finding github.com/kr/text v0.1.0 14:25:55 go: finding github.com/mattn/go-colorable v0.0.9 14:25:55 go: finding github.com/mattn/go-isatty v0.0.3 14:25:55 go: finding github.com/miekg/dns v1.0.14 14:25:55 go: finding github.com/mitchellh/cli v1.0.0 14:25:55 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 14:25:55 go: finding github.com/mitchellh/copystructure v1.0.0 14:25:55 go: finding github.com/mitchellh/go-homedir v1.0.0 14:25:55 go: finding github.com/mitchellh/go-testing-interface v1.0.0 14:25:55 go: finding github.com/mitchellh/gox v0.4.0 14:25:55 go: finding github.com/mitchellh/iochan v1.0.0 14:25:55 go: finding github.com/mitchellh/mapstructure v1.1.2 14:25:55 go: finding github.com/mitchellh/reflectwalk v1.0.0 14:25:55 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 14:25:55 go: finding github.com/pelletier/go-toml v1.2.0 14:25:55 go: finding github.com/pkg/errors v0.8.1 14:25:55 go: finding github.com/pmezard/go-difflib v1.0.0 14:25:55 go: finding github.com/posener/complete v1.1.1 14:25:55 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 14:25:55 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 14:25:56 go: finding github.com/spf13/cast v1.3.0 14:25:56 go: finding github.com/stretchr/objx v0.1.0 14:25:56 go: finding github.com/stretchr/testify v1.5.1 14:25:56 go: finding github.com/ugorji/go v1.1.4 14:25:56 go: finding github.com/x448/float16 v0.8.4 14:25:56 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 14:25:56 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 14:25:56 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 14:25:56 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 14:25:56 go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 14:25:56 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 14:25:56 go: finding gopkg.in/yaml.v2 v2.2.8 14:26:06 Removing intermediate container a1c1deed3fe5 14:26:06 ---> a7b2274b78e3 14:26:06 Successfully built a7b2274b78e3 14:26:06 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:26:06 + docker inspect -f . ci-base-image-arm64 14:26:06 . [Pipeline] withDockerContainer 14:26:07 prd-ubuntu18.04-docker-arm64-4c-16g-2470 does not seem to be running inside a container 14:26:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/3 -v /w/workspace/device-mqtt-go/3:/w/workspace/device-mqtt-go/3:rw,z -v /w/workspace/device-mqtt-go/3@tmp:/w/workspace/device-mqtt-go/3@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 14:26:07 e5fbee5a4b0d: Pull complete 14:26:07 f452fca78f88: Pull complete 14:26:07 7417ef92027a: Pull complete 14:26:07 2af5c49d270b: Pull complete 14:26:07 df9c3bdbc40a: Pull complete 14:26:07 Digest: sha256:329b7ca3c147263d7a6122d30aca7e6f18adc9017ce870f1638d2965d7494739 14:26:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 14:26:08 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 14:26:08 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 14:26:08 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 14:26:08 $ docker top c0964b05df155e41cc605cc0566052f782fa7879aff60fc1c3b456fdd438b87a -eo pid,comm 14:26:09 Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 14:26:09 Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [861 kB] 14:26:09 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1253 kB] [Pipeline] { [Pipeline] sh 14:26:09 Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9092 B] 14:26:09 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [958 kB] 14:26:09 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [80.7 kB] 14:26:09 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [66.4 kB] 14:26:09 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1392 kB] 14:26:09 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [20.3 kB] 14:26:09 Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8158 B] 14:26:09 Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] 14:26:10 Fetched 4909 kB in 2s (2200 kB/s) 14:26:10 + go version 14:26:10 go version go1.13.5 linux/arm64 [Pipeline] sh 14:26:11 + make test 14:26:11 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 14:26:11 Reading package lists... 14:26:12 ? github.com/edgexfoundry/device-mqtt-go [no test files] 14:26:15 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 14:26:17 Reading package lists... 14:26:17 Building dependency tree... 14:26:17 Reading state information... 14:26:17 The following packages were automatically installed and are no longer required: 14:26:17 libjq1 liblzo2-2 libonig4 14:26:17 Use 'sudo apt autoremove' to remove them. 14:26:17 Suggested packages: 14:26:17 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 14:26:17 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc 14:26:17 keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc 14:26:17 libterm-readline-gnu-perl | libterm-readline-perl-perl 14:26:17 The following NEW packages will be installed: 14:26:17 curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl 14:26:17 libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 14:26:17 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase 14:26:17 openssh-client patch perl perl-modules-5.26 xauth 14:26:18 0 upgraded, 27 newly installed, 0 to remove and 10 not upgraded. 14:26:18 Need to get 14.7 MB of archives. 14:26:18 After this operation, 89.5 MB of additional disk space will be used. 14:26:18 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxau6 amd64 1:1.0.8-1 [8376 B] 14:26:18 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 14:26:18 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB] 14:26:18 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB] 14:26:18 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] 14:26:18 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.2 [569 kB] 14:26:19 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB] 14:26:19 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 14:26:19 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 14:26:19 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 14:26:19 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] 14:26:19 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] 14:26:19 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 14:26:19 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 14:26:19 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 14:26:19 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 14:26:19 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.3 [1088 kB] 14:26:19 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B] 14:26:19 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 14:26:19 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB] 14:26:19 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.8 [159 kB] 14:26:19 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.8 [213 kB] 14:26:19 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 14:26:19 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 14:26:19 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 14:26:20 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 14:26:20 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 14:26:20 debconf: delaying package configuration, since apt-utils is not installed 14:26:20 Fetched 14.7 MB in 2s (6383 kB/s) 14:26:20 Selecting previously unselected package libxau6:amd64. 14:26:20 (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.) 14:26:20 Preparing to unpack .../00-libxau6_1%3a1.0.8-1_amd64.deb ... 14:26:20 Unpacking libxau6:amd64 (1:1.0.8-1) ... 14:26:21 Selecting previously unselected package libbsd0:amd64. 14:26:21 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 14:26:21 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 14:26:21 Selecting previously unselected package libxdmcp6:amd64. 14:26:21 Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_amd64.deb ... 14:26:21 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... 14:26:21 Selecting previously unselected package libxcb1:amd64. 14:26:21 Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_amd64.deb ... 14:26:21 Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ... 14:26:21 Selecting previously unselected package libx11-data. 14:26:21 Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... 14:26:21 Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... 14:26:21 Selecting previously unselected package libx11-6:amd64. 14:26:21 Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_amd64.deb ... 14:26:21 Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... 14:26:21 Selecting previously unselected package libxext6:amd64. 14:26:21 Preparing to unpack .../06-libxext6_2%3a1.3.3-1_amd64.deb ... 14:26:21 Unpacking libxext6:amd64 (2:1.3.3-1) ... 14:26:22 Selecting previously unselected package perl-modules-5.26. 14:26:22 Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 14:26:22 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 14:26:24 Selecting previously unselected package libgdbm5:amd64. 14:26:24 Preparing to unpack .../08-libgdbm5_1.14.1-6_amd64.deb ... 14:26:24 Unpacking libgdbm5:amd64 (1.14.1-6) ... 14:26:24 Selecting previously unselected package libgdbm-compat4:amd64. 14:26:24 Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_amd64.deb ... 14:26:24 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 14:26:24 Selecting previously unselected package libperl5.26:amd64. 14:26:24 Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... 14:26:24 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 14:26:26 Selecting previously unselected package perl. 14:26:26 Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_amd64.deb ... 14:26:26 Unpacking perl (5.26.1-6ubuntu0.3) ... 14:26:26 Selecting previously unselected package less. 14:26:26 Preparing to unpack .../12-less_487-0.1_amd64.deb ... 14:26:26 Unpacking less (487-0.1) ... 14:26:26 Selecting previously unselected package libexpat1:amd64. 14:26:26 Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 14:26:26 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 14:26:26 Selecting previously unselected package netbase. 14:26:26 Preparing to unpack .../14-netbase_5.4_all.deb ... 14:26:26 Unpacking netbase (5.4) ... 14:26:26 Selecting previously unselected package libedit2:amd64. 14:26:26 Preparing to unpack .../15-libedit2_3.1-20170329-1_amd64.deb ... 14:26:26 Unpacking libedit2:amd64 (3.1-20170329-1) ... 14:26:26 Selecting previously unselected package libssl1.0.0:amd64. 14:26:26 Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb ... 14:26:26 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... 14:26:27 Selecting previously unselected package libxmuu1:amd64. 14:26:27 Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_amd64.deb ... 14:26:27 Unpacking libxmuu1:amd64 (2:1.1.2-2) ... 14:26:27 Selecting previously unselected package openssh-client. 14:26:27 Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 14:26:27 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 14:26:27 Selecting previously unselected package xauth. 14:26:27 Preparing to unpack .../19-xauth_1%3a1.0.10-1_amd64.deb ... 14:26:27 Unpacking xauth (1:1.0.10-1) ... 14:26:27 Selecting previously unselected package curl. 14:26:27 Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_amd64.deb ... 14:26:27 Unpacking curl (7.58.0-2ubuntu3.8) ... 14:26:27 Selecting previously unselected package libcurl3-gnutls:amd64. 14:26:27 Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_amd64.deb ... 14:26:27 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... 14:26:27 Selecting previously unselected package liberror-perl. 14:26:27 Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... 14:26:27 Unpacking liberror-perl (0.17025-1) ... 14:26:27 Selecting previously unselected package git-man. 14:26:27 Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 14:26:27 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 14:26:27 Selecting previously unselected package git. 14:26:27 Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 14:26:27 Unpacking git (1:2.17.1-1ubuntu0.7) ... 14:26:28 Selecting previously unselected package make. 14:26:28 Preparing to unpack .../25-make_4.1-9.1ubuntu1_amd64.deb ... 14:26:28 Unpacking make (4.1-9.1ubuntu1) ... 14:26:28 Selecting previously unselected package patch. 14:26:28 Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_amd64.deb ... 14:26:28 Unpacking patch (2.7.6-2ubuntu1.1) ... 14:26:28 Setting up libedit2:amd64 (3.1-20170329-1) ... 14:26:28 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 14:26:28 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 14:26:28 Setting up less (487-0.1) ... 14:26:28 Setting up make (4.1-9.1ubuntu1) ... 14:26:28 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... 14:26:28 Setting up curl (7.58.0-2ubuntu3.8) ... 14:26:28 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... 14:26:28 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 14:26:28 Setting up libgdbm5:amd64 (1.14.1-6) ... 14:26:28 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 14:26:29 Setting up patch (2.7.6-2ubuntu1.1) ... 14:26:29 Setting up libxdmcp6:amd64 (1:1.1.2-3) ... 14:26:29 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 14:26:29 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 14:26:29 Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... 14:26:29 Setting up libxau6:amd64 (1:1.0.8-1) ... 14:26:29 Setting up netbase (5.4) ... 14:26:29 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 14:26:29 Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ... 14:26:29 Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... 14:26:29 Setting up libxmuu1:amd64 (2:1.1.2-2) ... 14:26:29 Setting up perl (5.26.1-6ubuntu0.3) ... 14:26:29 Setting up libxext6:amd64 (2:1.3.3-1) ... 14:26:29 Setting up liberror-perl (0.17025-1) ... 14:26:29 Setting up xauth (1:1.0.10-1) ... 14:26:29 Setting up git (1:2.17.1-1ubuntu0.7) ... 14:26:29 Processing triggers for libc-bin (2.27-3ubuntu1) ... 14:26:32 curl set to automatically installed. 14:26:32 git set to automatically installed. 14:26:32 git-man set to automatically installed. 14:26:32 less set to automatically installed. 14:26:32 libbsd0 set to automatically installed. 14:26:32 libcurl3-gnutls set to automatically installed. 14:26:32 libedit2 set to automatically installed. 14:26:32 liberror-perl set to automatically installed. 14:26:32 libexpat1 set to automatically installed. 14:26:32 libgdbm-compat4 set to automatically installed. 14:26:32 libgdbm5 set to automatically installed. 14:26:32 libperl5.26 set to automatically installed. 14:26:32 libssl1.0.0 set to automatically installed. 14:26:32 libx11-6 set to automatically installed. 14:26:32 libx11-data set to automatically installed. 14:26:32 libxau6 set to automatically installed. 14:26:32 libxcb1 set to automatically installed. 14:26:32 libxdmcp6 set to automatically installed. 14:26:32 libxext6 set to automatically installed. 14:26:32 libxmuu1 set to automatically installed. 14:26:32 make set to automatically installed. 14:26:32 netbase set to automatically installed. 14:26:32 openssh-client set to automatically installed. 14:26:32 patch set to automatically installed. 14:26:32 perl set to automatically installed. 14:26:32 perl-modules-5.26 set to automatically installed. 14:26:32 xauth set to automatically installed. 14:26:32 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 14:26:32 Please ensure the environment is properly setup before continuing. 14:26:32 Ignore this message if the appropriate measures have already been taken 14:26:32 Pulling go 14:26:33 'device-mqtt' has dependencies that need to be staged: go 14:26:33 Skipping pull go (already ran) 14:26:33 Building go 14:26:33 % Total % Received % Xferd Average Speed Time Time Time Current 14:26:33 Dload Upload Total Spent Left Speed 14:26:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 5 114M 5 6463k 0 0 13.3M 0 0:00:08 --:--:-- 0:00:08 13.2M 39 114M 39 45.7M 0 0 30.9M 0 0:00:03 0:00:01 0:00:02 30.8M 100 114M 100 114M 0 0 49.2M 0 0:00:02 0:00:02 --:--:-- 49.2M 14:26:36 go1.13.5.linux-amd64.tar.gz: OK 14:26:44 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 14:26:44 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.028s coverage: 29.8% of statements 14:26:44 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 14:26:44 CGO_ENABLED=0 GO111MODULE=on go vet ./... 14:26:46 Staging go 14:26:46 Pulling device-mqtt 14:26:47 Skipping build go (already ran) 14:26:47 Building device-mqtt 14:26:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 14:26:48 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.1 14:26:48 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 14:26:48 go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 14:26:48 go: downloading github.com/spf13/cast v1.3.0 14:26:48 go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 14:26:48 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.1 14:26:48 go: extracting github.com/spf13/cast v1.3.0 14:26:48 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 14:26:48 go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 14:26:48 go: downloading github.com/gorilla/mux v1.7.1 14:26:48 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.31 14:26:48 go: downloading github.com/google/uuid v1.1.1 14:26:48 go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 14:26:48 go: downloading github.com/go-kit/kit v0.8.0 14:26:48 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.31 14:26:48 go: extracting github.com/gorilla/mux v1.7.1 14:26:48 go: downloading github.com/pkg/errors v0.8.1 14:26:48 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 14:26:48 go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 14:26:48 go: extracting github.com/google/uuid v1.1.1 14:26:48 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 14:26:48 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 14:26:48 go: downloading gopkg.in/yaml.v2 v2.2.8 14:26:48 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 14:26:48 go: downloading github.com/BurntSushi/toml v0.3.1 14:26:48 go: downloading github.com/pelletier/go-toml v1.2.0 14:26:48 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 14:26:48 go: extracting github.com/pkg/errors v0.8.1 14:26:48 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 14:26:48 go: downloading github.com/OneOfOne/xxhash v1.2.6 14:26:48 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 14:26:48 go: downloading github.com/x448/float16 v0.8.4 14:26:48 go: extracting github.com/go-kit/kit v0.8.0 14:26:48 go: downloading github.com/go-logfmt/logfmt v0.4.0 14:26:49 go: extracting gopkg.in/yaml.v2 v2.2.8 14:26:49 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 14:26:49 go: downloading github.com/hashicorp/consul/api v1.1.0 14:26:49 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 14:26:49 go: extracting github.com/BurntSushi/toml v0.3.1 14:26:49 go: extracting github.com/x448/float16 v0.8.4 14:26:49 go: extracting github.com/OneOfOne/xxhash v1.2.6 14:26:49 go: extracting github.com/go-logfmt/logfmt v0.4.0 14:26:49 go: extracting github.com/pelletier/go-toml v1.2.0 14:26:49 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 14:26:49 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 14:26:49 go: downloading github.com/mitchellh/mapstructure v1.1.2 14:26:49 go: downloading github.com/mitchellh/copystructure v1.0.0 14:26:49 go: extracting github.com/hashicorp/consul/api v1.1.0 14:26:49 go: extracting github.com/mitchellh/copystructure v1.0.0 14:26:49 go: downloading github.com/hashicorp/serf v0.8.2 14:26:49 go: downloading github.com/mitchellh/reflectwalk v1.0.0 14:26:49 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 14:26:49 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 14:26:49 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 14:26:49 go: extracting github.com/mitchellh/mapstructure v1.1.2 14:26:49 go: extracting github.com/mitchellh/reflectwalk v1.0.0 14:26:49 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 14:26:49 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 14:26:49 go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 14:26:49 go: extracting github.com/hashicorp/serf v0.8.2 14:26:49 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 14:26:49 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 14:26:49 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 14:26:49 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 14:26:49 go: downloading github.com/hashicorp/golang-lru v0.5.0 14:26:49 go: extracting github.com/hashicorp/golang-lru v0.5.0 14:26:49 go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 14:26:49 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 14:26:49 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 14:26:49 go: finding github.com/spf13/cast v1.3.0 14:26:49 go: finding github.com/gorilla/mux v1.7.1 14:26:49 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 14:26:49 go: finding github.com/fxamacker/cbor/v2 v2.2.0 14:26:49 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 14:26:49 go: finding github.com/OneOfOne/xxhash v1.2.6 14:26:49 go: finding github.com/go-kit/kit v0.8.0 14:26:49 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 14:26:49 go: finding github.com/google/uuid v1.1.1 14:26:49 go: finding github.com/x448/float16 v0.8.4 14:26:49 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 14:26:49 go: finding github.com/go-logfmt/logfmt v0.4.0 14:26:49 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 14:26:50 go: finding github.com/BurntSushi/toml v0.3.1 14:26:50 go: finding gopkg.in/yaml.v2 v2.2.8 14:26:50 go: finding github.com/pkg/errors v0.8.1 14:26:50 go: finding github.com/hashicorp/consul/api v1.1.0 14:26:50 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 14:26:50 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 14:26:50 go: finding github.com/pelletier/go-toml v1.2.0 14:26:50 go: finding github.com/hashicorp/go-rootcerts v1.0.0 14:26:50 go: finding github.com/hashicorp/serf v0.8.2 14:26:50 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 14:26:50 go: finding github.com/mitchellh/mapstructure v1.1.2 14:26:50 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 14:26:50 go: finding github.com/mitchellh/copystructure v1.0.0 14:26:50 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 14:26:50 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 14:26:50 go: finding github.com/mitchellh/reflectwalk v1.0.0 14:26:50 go: finding github.com/hashicorp/golang-lru v0.5.0 14:26:51 gofmt -l . 14:26:51 ["`gofmt -l .`" = ""] 14:26:51 ./bin/test-attribution-txt.sh 14:26:51 ./bin/test-go-mod-tidy.sh [Pipeline] stash 14:26:52 Warning: overwriting stash ‘coverage-report’ 14:26:52 Stashed 1 file(s) [Pipeline] } 14:26:52 $ docker stop --time=1 c0964b05df155e41cc605cc0566052f782fa7879aff60fc1c3b456fdd438b87a 14:26:54 $ docker rm -f c0964b05df155e41cc605cc0566052f782fa7879aff60fc1c3b456fdd438b87a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 14:26:55 + sudo chown -R jenkins:jenkins . [Pipeline] sh 14:26:56 + ls -al . 14:26:56 total 132 14:26:56 drwxrwxr-x 9 jenkins jenkins 4096 Jun 10 14:26 . 14:26:56 drwxrwxr-x 4 jenkins jenkins 4096 Jun 10 14:24 .. 14:26:56 -rw-rw-r-- 1 jenkins jenkins 140 Jun 10 14:24 .dockerignore 14:26:56 drwxrwxr-x 8 jenkins jenkins 4096 Jun 10 14:24 .git 14:26:56 -rw-rw-r-- 1 jenkins jenkins 328 Jun 10 14:24 .gitignore 14:26:56 drwxrwxr-x 3 jenkins jenkins 4096 Jun 10 14:24 .semver 14:26:56 -rw-rw-r-- 1 jenkins jenkins 4678 Jun 10 14:24 Attribution.txt 14:26:56 -rw-rw-r-- 1 jenkins jenkins 1776 Jun 10 14:24 Dockerfile 14:26:56 -rw-rw-r-- 1 jenkins jenkins 953 Jun 10 14:24 Dockerfile.build 14:26:56 -rw-rw-r-- 1 jenkins jenkins 700 Jun 10 14:24 Jenkinsfile 14:26:56 -rw-rw-r-- 1 jenkins jenkins 11340 Jun 10 14:24 LICENSE 14:26:56 -rw-rw-r-- 1 jenkins jenkins 902 Jun 10 14:24 Makefile 14:26:56 -rw-rw-r-- 1 jenkins jenkins 444 Jun 10 14:24 README.md 14:26:56 -rw-rw-r-- 1 jenkins jenkins 5 Jun 10 14:20 VERSION 14:26:56 drwxrwxr-x 2 jenkins jenkins 4096 Jun 10 14:24 bin 14:26:56 drwxrwxr-x 3 jenkins jenkins 4096 Jun 10 14:24 cmd 14:26:56 -rw-r--r-- 1 jenkins jenkins 18214 Jun 10 14:26 coverage.out 14:26:56 -rw-r--r-- 1 jenkins jenkins 510 Jun 10 14:26 go.mod 14:26:56 -rw-r--r-- 1 jenkins jenkins 13621 Jun 10 14:26 go.sum 14:26:56 drwxrwxr-x 3 jenkins jenkins 4096 Jun 10 14:24 internal 14:26:56 drwxrwxr-x 2 jenkins jenkins 4096 Jun 10 14:24 mock 14:26:56 drwxrwxr-x 4 jenkins jenkins 4096 Jun 10 14:24 snap 14:26:56 -rw-rw-r-- 1 jenkins jenkins 227 Jun 10 14:24 version.go [Pipeline] isUnix [Pipeline] sh 14:26:56 + 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=c418d371bc54cc5a2f15a6864e3b1205028dfdad --label arch=arm64 --label version=0.0.0 . 14:26:56 Sending build context to Docker daemon 590.8kB 14:26:56 Step 1/21 : ARG BASE=golang:1.13-alpine 14:26:56 Step 2/21 : FROM ${BASE} AS builder 14:26:56 ---> a7b2274b78e3 14:26:56 Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 14:26:56 ---> Running in 0bcbb4a10a6f 14:26:57 Removing intermediate container 0bcbb4a10a6f 14:26:57 ---> 75197f9b1a76 14:26:57 Step 4/21 : ARG ALPINE_PKG_EXTRA="" 14:26:57 ---> Running in 5bcea9397c8b 14:26:58 Removing intermediate container 5bcea9397c8b 14:26:58 ---> 2c6e6c38027b 14:26:58 Step 5/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:26:58 ---> Running in 3fdbeb34c2f2 14:27:00 CGO_ENABLED=0 GO111MODULE=on go build ./... 14:27:00 Removing intermediate container 3fdbeb34c2f2 14:27:00 ---> faa98d0d37d8 14:27:00 Step 6/21 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:27:00 ---> Running in 2d962eacba33 14:27:02 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 14:27:02 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 14:27:03 OK: 203 MiB in 52 packages 14:27:04 Removing intermediate container 2d962eacba33 14:27:04 ---> 91f295519136 14:27:04 Step 7/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 14:27:04 ---> Running in b3b52a97a9fb 14:27:04 Removing intermediate container b3b52a97a9fb 14:27:04 ---> 22f4d88efc1c 14:27:04 Step 8/21 : COPY . . 14:27:05 Skipping stage go (already ran) 14:27:05 Staging device-mqtt 14:27:06 ---> 6e7a5645ade0 14:27:06 Step 9/21 : ARG MAKE='make build' 14:27:06 ---> Running in 11c25455271d 14:27:06 Priming go 14:27:06 Removing intermediate container 11c25455271d 14:27:06 ---> 9e18507c9ee8 14:27:06 Step 10/21 : RUN $MAKE 14:27:06 ---> Running in 1b45d34e77ac 14:27:07 Priming device-mqtt 14:27:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 14:27:08 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 14:27:08 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 14:27:08 Determining the version from the project repo (version-script). 14:27:08 The version has been set to '0.0.0-20200610+c418d37' 14:27:08 Snapping 'edgex-device-mqtt' ... 14:27:09 14:27:09 Snapped edgex-device-mqtt_0.0.0-20200610+c418d37_amd64.snap [Pipeline] } 14:27:11 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] } 14:27:35 CGO_ENABLED=0 GO111MODULE=on go build ./... 14:27:41 Removing intermediate container 1b45d34e77ac 14:27:41 ---> 34debe30e87c 14:27:41 Step 11/21 : FROM alpine 14:27:42 latest: Pulling from library/alpine 14:27:42 b538f80385f9: Pulling fs layer 14:27:43 b538f80385f9: Download complete 14:27:44 b538f80385f9: Pull complete 14:27:44 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 14:27:44 Status: Downloaded newer image for alpine:latest 14:27:44 ---> 62ee0e9f8440 14:27:44 Step 12/21 : ENV APP_PORT=49982 14:27:44 ---> Running in a475c273767a 14:27:44 Removing intermediate container a475c273767a 14:27:44 ---> 65755a4526db 14:27:44 Step 13/21 : EXPOSE $APP_PORT 14:27:44 ---> Running in 4962eca71192 14:27:45 Removing intermediate container 4962eca71192 14:27:45 ---> 5791afd18add 14:27:45 Step 14/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 14:27:46 ---> ed131eee4016 14:27:46 Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 14:27:47 ---> 823f6cfeebb2 14:27:47 Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 14:27:48 ---> 8a14729737b1 14:27:48 Step 17/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 14:27:48 ---> Running in 89be62942f2b 14:27:48 Removing intermediate container 89be62942f2b 14:27:48 ---> 8c01f44d2d77 14:27:48 Step 18/21 : ENTRYPOINT ["/device-mqtt","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] 14:27:48 ---> Running in fae6d1bae14c 14:27:49 Removing intermediate container fae6d1bae14c 14:27:49 ---> c897faaea27f 14:27:49 Step 19/21 : LABEL arch=arm64 14:27:49 ---> Running in e1cc33bda33d 14:27:49 Removing intermediate container e1cc33bda33d 14:27:49 ---> 94047058faf2 14:27:49 Step 20/21 : LABEL git_sha=c418d371bc54cc5a2f15a6864e3b1205028dfdad 14:27:49 ---> Running in 5ee1884c7b27 14:27:50 Removing intermediate container 5ee1884c7b27 14:27:50 ---> 996d9fd06cee 14:27:50 Step 21/21 : LABEL version=0.0.0 14:27:50 ---> Running in f94b2447a8ef 14:27:50 Removing intermediate container f94b2447a8ef 14:27:50 ---> 31c772f35818 14:27:50 [Warning] One or more build-args [ARCH] were not consumed 14:27:50 Successfully built 31c772f35818 14:27:50 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 14:27:51 + grep snapcraft.yaml 14:27:51 + find /w/workspace/device-mqtt-go/3 14:27:51 + grep -Po ^name: \K(.*) /w/workspace/device-mqtt-go/3/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:27:51 provisioning config files... 14:27:51 copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/3@tmp/config7126429131069121199tmp [Pipeline] { [Pipeline] sh 14:27:51 + cp /w/workspace/device-mqtt-go/3@tmp/config7126429131069121199tmp /w/workspace/device-mqtt-go/3/edgex-snap-store-login [Pipeline] sh 14:27:52 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/3:/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 14:27:52 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally 14:27:52 latest: Pulling from edgex-devops/edgex-snap-builder-arm64 14:27:52 b2f61026a351: Pulling fs layer 14:27:52 5538fb30c42c: Pulling fs layer 14:27:52 f0b05810781a: Pulling fs layer 14:27:52 0180a33352d6: Pulling fs layer 14:27:52 e7604b0c0f53: Pulling fs layer 14:27:52 db689cb83ae0: Pulling fs layer 14:27:52 6138af208834: Pulling fs layer 14:27:52 007c8e8c5d63: Pulling fs layer 14:27:52 4f7a387c642f: Pulling fs layer 14:27:52 0180a33352d6: Waiting 14:27:52 6138af208834: Waiting 14:27:52 db689cb83ae0: Waiting 14:27:52 e7604b0c0f53: Waiting 14:27:52 007c8e8c5d63: Waiting 14:27:52 4f7a387c642f: Waiting 14:27:52 f0b05810781a: Verifying Checksum 14:27:52 f0b05810781a: Download complete 14:27:52 5538fb30c42c: Download complete 14:27:52 0180a33352d6: Download complete 14:27:52 db689cb83ae0: Verifying Checksum 14:27:52 db689cb83ae0: Download complete 14:27:52 6138af208834: Download complete 14:27:52 007c8e8c5d63: Download complete 14:27:52 4f7a387c642f: Download complete 14:27:53 b2f61026a351: Verifying Checksum 14:27:53 b2f61026a351: Download complete 14:27:56 b2f61026a351: Pull complete 14:27:56 5538fb30c42c: Pull complete 14:27:56 f0b05810781a: Pull complete 14:27:56 0180a33352d6: Pull complete 14:27:59 e7604b0c0f53: Download complete 14:28:31 e7604b0c0f53: Pull complete 14:28:31 db689cb83ae0: Pull complete 14:28:31 6138af208834: Pull complete 14:28:31 007c8e8c5d63: Pull complete 14:28:31 4f7a387c642f: Pull complete 14:28:31 Digest: sha256:95de001a4645667c7ff44d03fa3a86afcf7622caf7559cdf0345329f515671b4 14:28:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 14:28:37 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 14:28:37 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 14:28:37 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 14:28:38 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 14:28:38 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1192 B] 14:28:38 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3737 B] 14:28:38 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [879 kB] 14:28:38 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1233 kB] 14:28:38 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] 14:28:38 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [7827 B] 14:28:38 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [754 kB] 14:28:38 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [605 kB] 14:28:39 Fetched 3745 kB in 2s (1558 kB/s) 14:28:43 Reading package lists... 14:28:56 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 14:29:00 Reading package lists... 14:29:00 Building dependency tree... 14:29:00 Reading state information... 14:29:01 The following packages were automatically installed and are no longer required: 14:29:01 libjq1 liblzo2-2 libonig4 14:29:01 Use 'sudo apt autoremove' to remove them. 14:29:01 Suggested packages: 14:29:01 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 14:29:01 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc 14:29:01 keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc 14:29:01 libterm-readline-gnu-perl | libterm-readline-perl-perl 14:29:01 The following NEW packages will be installed: 14:29:01 curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl 14:29:01 libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 14:29:01 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase 14:29:01 openssh-client patch perl perl-modules-5.26 xauth 14:29:02 0 upgraded, 27 newly installed, 0 to remove and 10 not upgraded. 14:29:02 Need to get 12.9 MB of archives. 14:29:02 After this operation, 84.2 MB of additional disk space will be used. 14:29:02 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxau6 arm64 1:1.0.8-1 [7590 B] 14:29:02 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbsd0 arm64 0.8.7-1ubuntu0.1 [36.6 kB] 14:29:02 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxdmcp6 arm64 1:1.1.2-3 [9694 B] 14:29:02 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxcb1 arm64 1.13-2~ubuntu18.04 [37.3 kB] 14:29:02 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] 14:29:02 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-6 arm64 2:1.6.4-3ubuntu0.2 [521 kB] 14:29:02 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxext6 arm64 2:1.3.3-1 [25.4 kB] 14:29:02 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 14:29:03 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] 14:29:03 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] 14:29:03 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] 14:29:03 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] 14:29:03 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] 14:29:03 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.2 [69.3 kB] 14:29:03 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] 14:29:03 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libedit2 arm64 3.1-20170329-1 [63.4 kB] 14:29:03 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libssl1.0.0 arm64 1.0.2n-1ubuntu5.3 [723 kB] 14:29:03 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxmuu1 arm64 2:1.1.2-2 [9502 B] 14:29:03 Get:19 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssh-client arm64 1:7.6p1-4ubuntu0.3 [527 kB] 14:29:03 Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xauth arm64 1:1.0.10-1 [22.4 kB] 14:29:03 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.8 [152 kB] 14:29:03 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.8 [179 kB] 14:29:03 Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] 14:29:04 Get:24 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 14:29:04 Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] 14:29:04 Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] 14:29:04 Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] 14:29:04 debconf: delaying package configuration, since apt-utils is not installed 14:29:04 Fetched 12.9 MB in 2s (5437 kB/s) 14:29:04 Selecting previously unselected package libxau6:arm64. 14:29:04 (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.) 14:29:04 Preparing to unpack .../00-libxau6_1%3a1.0.8-1_arm64.deb ... 14:29:04 Unpacking libxau6:arm64 (1:1.0.8-1) ... 14:29:05 Selecting previously unselected package libbsd0:arm64. 14:29:05 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_arm64.deb ... 14:29:05 Unpacking libbsd0:arm64 (0.8.7-1ubuntu0.1) ... 14:29:05 Selecting previously unselected package libxdmcp6:arm64. 14:29:05 Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_arm64.deb ... 14:29:05 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... 14:29:05 Selecting previously unselected package libxcb1:arm64. 14:29:05 Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_arm64.deb ... 14:29:05 Unpacking libxcb1:arm64 (1.13-2~ubuntu18.04) ... 14:29:05 Selecting previously unselected package libx11-data. 14:29:05 Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... 14:29:05 Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... 14:29:05 Selecting previously unselected package libx11-6:arm64. 14:29:05 Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_arm64.deb ... 14:29:05 Unpacking libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... 14:29:05 Selecting previously unselected package libxext6:arm64. 14:29:05 Preparing to unpack .../06-libxext6_2%3a1.3.3-1_arm64.deb ... 14:29:05 Unpacking libxext6:arm64 (2:1.3.3-1) ... 14:29:06 Selecting previously unselected package perl-modules-5.26. 14:29:06 Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 14:29:06 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 14:29:08 Selecting previously unselected package libgdbm5:arm64. 14:29:08 Preparing to unpack .../08-libgdbm5_1.14.1-6_arm64.deb ... 14:29:08 Unpacking libgdbm5:arm64 (1.14.1-6) ... 14:29:08 Selecting previously unselected package libgdbm-compat4:arm64. 14:29:08 Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_arm64.deb ... 14:29:08 Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... 14:29:08 Selecting previously unselected package libperl5.26:arm64. 14:29:08 Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... 14:29:08 Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 14:29:09 Selecting previously unselected package perl. 14:29:09 Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_arm64.deb ... 14:29:09 Unpacking perl (5.26.1-6ubuntu0.3) ... 14:29:09 Selecting previously unselected package less. 14:29:09 Preparing to unpack .../12-less_487-0.1_arm64.deb ... 14:29:09 Unpacking less (487-0.1) ... 14:29:09 Selecting previously unselected package libexpat1:arm64. 14:29:09 Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_arm64.deb ... 14:29:09 Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.2) ... 14:29:10 Selecting previously unselected package netbase. 14:29:10 Preparing to unpack .../14-netbase_5.4_all.deb ... 14:29:10 Unpacking netbase (5.4) ... 14:29:10 Selecting previously unselected package libedit2:arm64. 14:29:10 Preparing to unpack .../15-libedit2_3.1-20170329-1_arm64.deb ... 14:29:10 Unpacking libedit2:arm64 (3.1-20170329-1) ... 14:29:10 Selecting previously unselected package libssl1.0.0:arm64. 14:29:10 Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_arm64.deb ... 14:29:10 Unpacking libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... 14:29:10 Selecting previously unselected package libxmuu1:arm64. 14:29:10 Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_arm64.deb ... 14:29:10 Unpacking libxmuu1:arm64 (2:1.1.2-2) ... 14:29:11 Selecting previously unselected package openssh-client. 14:29:11 Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_arm64.deb ... 14:29:11 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 14:29:11 Selecting previously unselected package xauth. 14:29:11 Preparing to unpack .../19-xauth_1%3a1.0.10-1_arm64.deb ... 14:29:11 Unpacking xauth (1:1.0.10-1) ... 14:29:11 Selecting previously unselected package curl. 14:29:11 Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_arm64.deb ... 14:29:11 Unpacking curl (7.58.0-2ubuntu3.8) ... 14:29:11 Selecting previously unselected package libcurl3-gnutls:arm64. 14:29:11 Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_arm64.deb ... 14:29:11 Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... 14:29:11 Selecting previously unselected package liberror-perl. 14:29:11 Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... 14:29:11 Unpacking liberror-perl (0.17025-1) ... 14:29:11 Selecting previously unselected package git-man. 14:29:11 Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 14:29:11 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 14:29:12 Selecting previously unselected package git. 14:29:12 Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... 14:29:12 Unpacking git (1:2.17.1-1ubuntu0.7) ... 14:29:13 Selecting previously unselected package make. 14:29:13 Preparing to unpack .../25-make_4.1-9.1ubuntu1_arm64.deb ... 14:29:13 Unpacking make (4.1-9.1ubuntu1) ... 14:29:13 Selecting previously unselected package patch. 14:29:13 Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_arm64.deb ... 14:29:13 Unpacking patch (2.7.6-2ubuntu1.1) ... 14:29:13 Setting up libedit2:arm64 (3.1-20170329-1) ... 14:29:13 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 14:29:13 Setting up libexpat1:arm64 (2.2.5-3ubuntu0.2) ... 14:29:13 Setting up less (487-0.1) ... 14:29:14 Setting up make (4.1-9.1ubuntu1) ... 14:29:14 Setting up libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... 14:29:14 Setting up curl (7.58.0-2ubuntu3.8) ... 14:29:14 Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... 14:29:14 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 14:29:14 Setting up libgdbm5:arm64 (1.14.1-6) ... 14:29:14 Setting up libbsd0:arm64 (0.8.7-1ubuntu0.1) ... 14:29:14 Setting up patch (2.7.6-2ubuntu1.1) ... 14:29:14 Setting up libxdmcp6:arm64 (1:1.1.2-3) ... 14:29:14 Setting up libgdbm-compat4:arm64 (1.14.1-6) ... 14:29:14 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 14:29:15 Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... 14:29:15 Setting up libxau6:arm64 (1:1.0.8-1) ... 14:29:15 Setting up netbase (5.4) ... 14:29:15 Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 14:29:15 Setting up libxcb1:arm64 (1.13-2~ubuntu18.04) ... 14:29:15 Setting up libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... 14:29:15 Setting up libxmuu1:arm64 (2:1.1.2-2) ... 14:29:15 Setting up perl (5.26.1-6ubuntu0.3) ... 14:29:15 Setting up libxext6:arm64 (2:1.3.3-1) ... 14:29:15 Setting up liberror-perl (0.17025-1) ... 14:29:15 Setting up xauth (1:1.0.10-1) ... 14:29:15 Setting up git (1:2.17.1-1ubuntu0.7) ... 14:29:15 Processing triggers for libc-bin (2.27-3ubuntu1) ... 14:29:22 curl set to automatically installed. 14:29:22 git set to automatically installed. 14:29:22 git-man set to automatically installed. 14:29:22 less set to automatically installed. 14:29:22 libbsd0 set to automatically installed. 14:29:22 libcurl3-gnutls set to automatically installed. 14:29:22 libedit2 set to automatically installed. 14:29:22 liberror-perl set to automatically installed. 14:29:22 libexpat1 set to automatically installed. 14:29:22 libgdbm-compat4 set to automatically installed. 14:29:22 libgdbm5 set to automatically installed. 14:29:22 libperl5.26 set to automatically installed. 14:29:22 libssl1.0.0 set to automatically installed. 14:29:22 libx11-6 set to automatically installed. 14:29:22 libx11-data set to automatically installed. 14:29:22 libxau6 set to automatically installed. 14:29:22 libxcb1 set to automatically installed. 14:29:22 libxdmcp6 set to automatically installed. 14:29:22 libxext6 set to automatically installed. 14:29:22 libxmuu1 set to automatically installed. 14:29:22 make set to automatically installed. 14:29:22 netbase set to automatically installed. 14:29:22 openssh-client set to automatically installed. 14:29:22 patch set to automatically installed. 14:29:22 perl set to automatically installed. 14:29:22 perl-modules-5.26 set to automatically installed. 14:29:22 xauth set to automatically installed. 14:29:22 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 14:29:22 Please ensure the environment is properly setup before continuing. 14:29:22 Ignore this message if the appropriate measures have already been taken 14:29:22 Pulling go 14:29:25 'device-mqtt' has dependencies that need to be staged: go 14:29:25 Skipping pull go (already ran) 14:29:25 Building go 14:29:25 % Total % Received % Xferd Average Speed Time Time Time Current 14:29:25 Dload Upload Total Spent Left Speed 14:29:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 6 93.0M 6 6367k 0 0 21.8M 0 0:00:04 --:--:-- 0:00:04 21.8M 61 93.0M 61 57.0M 0 0 45.1M 0 0:00:02 0:00:01 0:00:01 45.0M 100 93.0M 100 93.0M 0 0 48.5M 0 0:00:01 0:00:01 --:--:-- 48.5M 14:29:28 go1.13.5.linux-arm64.tar.gz: OK 14:29:46 Staging go 14:29:47 Pulling device-mqtt 14:29:50 Skipping build go (already ran) 14:29:50 Building device-mqtt 14:29:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 14:29:50 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.1 14:29:50 go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 14:29:50 go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 14:29:50 go: downloading github.com/spf13/cast v1.3.0 14:29:50 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 14:29:51 go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 14:29:51 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.1 14:29:51 go: extracting github.com/spf13/cast v1.3.0 14:29:51 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 14:29:51 go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 14:29:51 go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 14:29:51 go: downloading github.com/gorilla/mux v1.7.1 14:29:51 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.31 14:29:51 go: extracting github.com/gorilla/mux v1.7.1 14:29:51 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.31 14:29:51 go: downloading github.com/pkg/errors v0.8.1 14:29:51 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 14:29:51 go: downloading github.com/google/uuid v1.1.1 14:29:51 go: extracting github.com/pkg/errors v0.8.1 14:29:51 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 14:29:51 go: downloading github.com/go-kit/kit v0.8.0 14:29:51 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 14:29:51 go: extracting github.com/google/uuid v1.1.1 14:29:51 go: downloading github.com/pelletier/go-toml v1.2.0 14:29:51 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 14:29:51 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 14:29:51 go: downloading github.com/OneOfOne/xxhash v1.2.6 14:29:51 go: downloading github.com/BurntSushi/toml v0.3.1 14:29:51 go: extracting github.com/OneOfOne/xxhash v1.2.6 14:29:51 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 14:29:51 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 14:29:51 go: extracting github.com/BurntSushi/toml v0.3.1 14:29:51 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 14:29:51 go: downloading gopkg.in/yaml.v2 v2.2.8 14:29:51 go: extracting github.com/pelletier/go-toml v1.2.0 14:29:51 go: downloading github.com/hashicorp/consul/api v1.1.0 14:29:51 go: downloading github.com/x448/float16 v0.8.4 14:29:51 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 14:29:51 go: extracting github.com/x448/float16 v0.8.4 14:29:51 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 14:29:51 go: downloading github.com/mitchellh/mapstructure v1.1.2 14:29:51 go: downloading github.com/mitchellh/copystructure v1.0.0 14:29:51 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 14:29:51 go: extracting gopkg.in/yaml.v2 v2.2.8 14:29:51 go: extracting github.com/hashicorp/consul/api v1.1.0 14:29:51 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 14:29:51 go: extracting github.com/go-kit/kit v0.8.0 14:29:51 go: extracting github.com/mitchellh/mapstructure v1.1.2 14:29:51 go: extracting github.com/mitchellh/copystructure v1.0.0 14:29:51 go: downloading github.com/mitchellh/reflectwalk v1.0.0 14:29:51 go: downloading github.com/hashicorp/serf v0.8.2 14:29:51 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 14:29:51 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 14:29:51 go: extracting github.com/mitchellh/reflectwalk v1.0.0 14:29:51 go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 14:29:51 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 14:29:51 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 14:29:52 go: extracting github.com/hashicorp/serf v0.8.2 14:29:52 go: downloading github.com/go-logfmt/logfmt v0.4.0 14:29:52 go: extracting github.com/go-logfmt/logfmt v0.4.0 14:29:52 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 14:29:52 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 14:29:52 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 14:29:52 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 14:29:52 go: downloading github.com/hashicorp/golang-lru v0.5.0 14:29:52 go: extracting github.com/hashicorp/golang-lru v0.5.0 14:29:52 go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 14:29:52 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 14:29:52 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 14:29:52 go: finding github.com/gorilla/mux v1.7.1 14:29:52 go: finding github.com/spf13/cast v1.3.0 14:29:52 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 14:29:52 go: finding github.com/fxamacker/cbor/v2 v2.2.0 14:29:52 go: finding github.com/OneOfOne/xxhash v1.2.6 14:29:52 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 14:29:52 go: finding github.com/go-kit/kit v0.8.0 14:29:52 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 14:29:52 go: finding github.com/google/uuid v1.1.1 14:29:52 go: finding github.com/x448/float16 v0.8.4 14:29:52 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 14:29:52 go: finding github.com/go-logfmt/logfmt v0.4.0 14:29:52 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 14:29:52 go: finding gopkg.in/yaml.v2 v2.2.8 14:29:52 go: finding github.com/BurntSushi/toml v0.3.1 14:29:52 go: finding github.com/pkg/errors v0.8.1 14:29:52 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 14:29:52 go: finding github.com/hashicorp/consul/api v1.1.0 14:29:52 go: finding github.com/pelletier/go-toml v1.2.0 14:29:52 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 14:29:52 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 14:29:52 go: finding github.com/hashicorp/go-rootcerts v1.0.0 14:29:52 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 14:29:52 go: finding github.com/hashicorp/serf v0.8.2 14:29:52 go: finding github.com/mitchellh/copystructure v1.0.0 14:29:52 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 14:29:52 go: finding github.com/mitchellh/mapstructure v1.1.2 14:29:52 go: finding github.com/mitchellh/reflectwalk v1.0.0 14:29:52 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 14:29:52 go: finding github.com/hashicorp/golang-lru v0.5.0 14:30:19 CGO_ENABLED=0 GO111MODULE=on go build ./... 14:30:34 Skipping stage go (already ran) 14:30:34 Staging device-mqtt 14:30:37 Priming go 14:30:40 Priming device-mqtt 14:30:43 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 14:30:43 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 14:30:43 Determining the version from the project repo (version-script). 14:30:43 The version has been set to '0.0.0-20200610+c418d37' 14:30:43 Snapping 'edgex-device-mqtt' ... 14:30:47 14:30:47 Snapped edgex-device-mqtt_0.0.0-20200610+c418d37_arm64.snap [Pipeline] } 14:30:49 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 14:30:49 provisioning config files... 14:30:49 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-150@tmp/config3637749819951981321tmp [Pipeline] { [Pipeline] sh 14:30:50 + curl -s https://codecov.io/bash 14:30:50 + bash -s - -t @/w/workspace/gexfoundry_device-mqtt-go_PR-150@tmp/config3637749819951981321tmp 14:30:50 14:30:50 _____ _ 14:30:50 / ____| | | 14:30:50 | | ___ __| | ___ ___ _____ __ 14:30:50 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 14:30:50 | |___| (_) | (_| | __/ (_| (_) \ V / 14:30:50 \_____\___/ \__,_|\___|\___\___/ \_/ 14:30:50 Bash-20200602-f809a24 14:30:50 14:30:50 14:30:50 ==> Jenkins CI detected. 14:30:50 project root: . 14:30:50 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 14:30:50 ==> Running gcov in . (disable via -X gcov) 14:30:50 ==> Python coveragepy not found 14:30:50 ==> Searching for coverage reports in: 14:30:50 + . 14:30:50 -> Found 1 reports 14:30:50 ==> Detecting git/mercurial file structure 14:30:50 ==> Reading reports 14:30:50 + ./coverage.out bytes=18214 14:30:50 ==> Appending adjustments 14:30:50 https://docs.codecov.io/docs/fixing-reports 14:30:50 + Found adjustments 14:30:50 ==> Gzipping contents 14:30:50 ==> Uploading reports 14:30:50 url: https://codecov.io 14:30:50 query: branch=PR-150&commit=c418d371bc54cc5a2f15a6864e3b1205028dfdad&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-150%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=150&job= 14:30:50 -> Pinging Codecov 14:30:50 https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=PR-150&commit=c418d371bc54cc5a2f15a6864e3b1205028dfdad&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-150%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=150&job= 14:30:50 -> Uploading 14:30:51 -> View reports at https://codecov.io/github/edgexfoundry/device-mqtt-go/commit/c418d371bc54cc5a2f15a6864e3b1205028dfdad [Pipeline] } 14:30:51 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 14:30:52 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:30:53 ---> package-listing.sh 14:30:53 ++ facter osfamily 14:30:53 ++ tr '[:upper:]' '[:lower:]' 14:30:53 + OS_FAMILY=redhat 14:30:53 + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-150 14:30:53 + START_PACKAGES=/tmp/packages_start.txt 14:30:53 + END_PACKAGES=/tmp/packages_end.txt 14:30:53 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:30:53 + PACKAGES=/tmp/packages_start.txt 14:30:53 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-150 ']' 14:30:53 + PACKAGES=/tmp/packages_end.txt 14:30:53 + case "${OS_FAMILY}" in 14:30:53 + rpm -qa 14:30:53 + sort 14:30:57 + '[' -f /tmp/packages_start.txt ']' 14:30:57 + '[' -f /tmp/packages_end.txt ']' 14:30:57 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:30:57 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-150 ']' 14:30:57 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-150/archives/ 14:30:57 + 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 14:30:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:30:57 14:30:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 14:30:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:30:58 alpine: Pulling from edgex-lftools-log-publisher 14:30:58 c9b1b535fdd9: Pulling fs layer 14:30:58 2cc5ad85d9ab: Pulling fs layer 14:30:58 756a868c4378: Pulling fs layer 14:30:58 444b2fc9a129: Pulling fs layer 14:30:58 ea15f1150254: Pulling fs layer 14:30:58 41b27a9f41bf: Pulling fs layer 14:30:58 28c525ee5125: Pulling fs layer 14:30:58 094b1ea09ed8: Pulling fs layer 14:30:58 138eaada9080: Pulling fs layer 14:30:58 0622d0fa9048: Pulling fs layer 14:30:58 41b27a9f41bf: Waiting 14:30:58 28c525ee5125: Waiting 14:30:58 138eaada9080: Waiting 14:30:58 094b1ea09ed8: Waiting 14:30:58 0622d0fa9048: Waiting 14:30:58 444b2fc9a129: Waiting 14:30:58 ea15f1150254: Waiting 14:30:58 2cc5ad85d9ab: Download complete 14:30:58 444b2fc9a129: Verifying Checksum 14:30:58 444b2fc9a129: Download complete 14:30:58 c9b1b535fdd9: Download complete 14:30:58 ea15f1150254: Verifying Checksum 14:30:58 ea15f1150254: Download complete 14:30:58 28c525ee5125: Verifying Checksum 14:30:58 28c525ee5125: Download complete 14:30:58 756a868c4378: Verifying Checksum 14:30:58 756a868c4378: Download complete 14:30:58 c9b1b535fdd9: Pull complete 14:30:58 094b1ea09ed8: Verifying Checksum 14:30:58 094b1ea09ed8: Download complete 14:30:58 138eaada9080: Verifying Checksum 14:30:58 138eaada9080: Download complete 14:30:58 0622d0fa9048: Download complete 14:30:58 2cc5ad85d9ab: Pull complete 14:30:59 41b27a9f41bf: Verifying Checksum 14:30:59 41b27a9f41bf: Download complete 14:31:00 756a868c4378: Pull complete 14:31:00 444b2fc9a129: Pull complete 14:31:00 ea15f1150254: Pull complete 14:31:04 41b27a9f41bf: Pull complete 14:31:04 28c525ee5125: Pull complete 14:31:08 094b1ea09ed8: Pull complete 14:31:08 138eaada9080: Pull complete 14:31:08 0622d0fa9048: Pull complete 14:31:08 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 14:31:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:31:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 14:31:08 prd-centos7-docker-4c-2g-2469 does not seem to be running inside a container 14:31:08 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 14:31:11 $ docker top 8b334e2d8a8c5cfc0f4fd37e55934cf407d84512cba920c8181071c84d63c963 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:31:11 provisioning config files... 14:31:11 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-150@tmp/config43401518055241988tmp [Pipeline] { [Pipeline] echo 14:31:11 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:31:12 ---> create-netrc.sh [Pipeline] echo 14:31:12 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:31:12 ---> logs-deploy.sh 14:31:12 + ARCHIVE_ARTIFACTS= 14:31:12 + LOGS_SERVER=https://logs.edgexfoundry.org 14:31:12 + '[' https://logs.edgexfoundry.org == None ']' 14:31:12 + NEXUS_URL=https://nexus.edgexfoundry.org 14:31:12 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-150/3 14:31:12 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-mqtt-go/job/PR-150/3/ 14:31:12 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-150/3 /w/workspace/gexfoundry_device-mqtt-go_PR-150 14:31:13 Archives upload complete. 14:31:13 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-150/3 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-mqtt-go/job/PR-150/3/ 14:31:14 ---> uname -a: 14:31:14 Linux 8b334e2d8a8c 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 14:31:14 14:31:14 14:31:14 ---> lscpu: 14:31:14 Architecture: x86_64 14:31:14 CPU op-mode(s): 32-bit, 64-bit 14:31:14 Byte Order: Little Endian 14:31:14 Address sizes: 40 bits physical, 48 bits virtual 14:31:14 CPU(s): 4 14:31:14 On-line CPU(s) list: 0-3 14:31:14 Thread(s) per core: 1 14:31:14 Core(s) per socket: 1 14:31:14 Socket(s): 4 14:31:14 NUMA node(s): 1 14:31:14 Vendor ID: GenuineIntel 14:31:14 CPU family: 6 14:31:14 Model: 44 14:31:14 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 14:31:14 Stepping: 1 14:31:14 CPU MHz: 2933.438 14:31:14 BogoMIPS: 5866.87 14:31:14 Virtualization: VT-x 14:31:14 Hypervisor vendor: KVM 14:31:14 Virtualization type: full 14:31:14 L1d cache: 128 KiB 14:31:14 L1i cache: 128 KiB 14:31:14 L2 cache: 16 MiB 14:31:14 L3 cache: 64 MiB 14:31:14 NUMA node0 CPU(s): 0-3 14:31:14 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 14:31:14 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 14:31:14 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 14:31:14 Vulnerability Meltdown: Mitigation; PTI 14:31:14 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 14:31:14 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 14:31:14 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 14:31:14 Vulnerability Tsx async abort: Not affected 14:31:14 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 14:31:14 14:31:14 14:31:14 ---> nproc: 14:31:14 4 14:31:14 14:31:14 14:31:14 ---> df -h: 14:31:14 Filesystem Size Used Available Use% Mounted on 14:31:14 overlay 50.0G 7.2G 42.8G 14% / 14:31:14 tmpfs 64.0M 0 64.0M 0% /dev 14:31:14 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 14:31:14 shm 64.0M 0 64.0M 0% /dev/shm 14:31:14 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 14:31:14 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 14:31:14 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 14:31:14 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa 14:31:14 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/gexfoundry_device-mqtt-go_PR-150 14:31:14 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/gexfoundry_device-mqtt-go_PR-150@tmp 14:31:14 14:31:14 14:31:14 ---> free -m: 14:31:14 total used free shared buff/cache available 14:31:14 Mem: 1837 654 119 0 1063 1077 14:31:14 Swap: 1023 1 1022 14:31:14 14:31:14 14:31:14 ---> ip addr: 14:31:14 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 14:31:14 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 14:31:14 inet 127.0.0.1/8 scope host lo 14:31:14 valid_lft forever preferred_lft forever 14:31:14 6: eth0@if7: mtu 1458 qdisc noqueue state UP 14:31:14 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 14:31:14 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 14:31:14 valid_lft forever preferred_lft forever 14:31:14 14:31:14 14:31:14 ---> sar -b -r -n DEV: 14:31:14 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/10/20 _x86_64_ (4 CPU) 14:31:14 14:31:14 14:19:56 LINUX RESTART 14:31:14 14:31:14 14:21:01 tps rtps wtps bread/s bwrtn/s 14:31:14 14:22:01 2.03 0.00 2.03 0.00 42.24 14:31:14 14:23:01 0.35 0.00 0.35 0.00 4.75 14:31:14 14:24:01 0.20 0.00 0.20 0.00 2.32 14:31:14 14:25:01 0.32 0.00 0.32 0.00 3.76 14:31:14 14:26:01 0.32 0.00 0.32 0.00 4.16 14:31:14 14:27:01 0.33 0.02 0.32 0.13 3.38 14:31:14 14:28:01 0.28 0.00 0.28 0.00 2.75 14:31:14 14:29:01 0.25 0.00 0.25 0.00 1.95 14:31:14 14:30:01 0.25 0.00 0.25 0.00 3.76 14:31:14 14:31:01 59.48 45.33 14.16 4690.35 7776.28 14:31:14 Average: 6.39 4.54 1.85 469.60 785.44 14:31:14 14:31:14 14:21:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 14:31:14 14:22:01 172036 1709520 90.86 2620 1143432 1073404 36.63 406716 1143760 20 14:31:14 14:23:01 170452 1711104 90.94 2620 1143416 1071348 36.56 409080 1142916 8 14:31:14 14:24:01 168108 1713448 91.07 2620 1143424 1071532 36.57 411768 1142808 12 14:31:14 14:25:01 164772 1716784 91.24 2620 1143424 1071604 36.57 415264 1142212 8 14:31:14 14:26:01 165856 1715700 91.19 2620 1143428 1071548 36.57 421840 1135116 8 14:31:14 14:27:01 166868 1714688 91.13 2620 1143440 1071476 36.57 421460 1135116 8 14:31:14 14:28:01 166736 1714820 91.14 2620 1143444 1071476 36.57 420388 1136192 8 14:31:14 14:29:01 166144 1715412 91.17 2620 1143452 1071476 36.57 420524 1136188 8 14:31:14 14:30:01 166464 1715092 91.15 2620 1143456 1071476 36.57 420404 1136188 8 14:31:14 14:31:01 70444 1811112 96.26 2620 1136468 1495648 51.04 519076 1105496 72056 14:31:14 Average: 157788 1723768 91.61 2620 1142738 1114099 38.02 426652 1135599 7214 14:31:14 14:31:14 14:21:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 14:31:14 14:22:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 14:31:14 14:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:31:14 14:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:31:14 14:23:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 14:31:14 14:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:31:14 14:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:31:14 14:24:01 eth0 4.66 2.18 3.26 0.32 0.00 0.00 0.00 14:31:14 14:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:31:14 14:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:31:14 14:25:01 eth0 0.53 0.47 0.27 0.21 0.00 0.00 0.00 14:31:14 14:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:31:14 14:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:31:14 14:26:01 eth0 0.33 0.23 0.14 0.07 0.00 0.00 0.00 14:31:14 14:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:31:14 14:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:31:14 14:27:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 14:31:14 14:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:31:14 14:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:31:14 14:28:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 14:31:14 14:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:31:14 14:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:31:14 14:29:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 14:31:14 14:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:31:14 14:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:31:14 14:30:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 14:31:14 14:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:31:14 14:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:31:14 14:31:01 eth0 96.34 64.34 2326.48 9.58 0.00 0.00 0.00 14:31:14 14:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:31:14 14:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:31:14 Average: eth0 10.25 6.77 233.29 1.02 0.00 0.00 0.00 14:31:14 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:31:14 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:31:14 14:31:14 14:31:14 ---> sar -P ALL: 14:31:14 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/10/20 _x86_64_ (4 CPU) 14:31:14 14:31:14 14:19:56 LINUX RESTART 14:31:14 14:31:14 14:21:01 CPU %user %nice %system %iowait %steal %idle 14:31:14 14:22:01 all 0.17 0.00 0.04 0.00 0.00 99.78 14:31:14 14:22:01 0 0.08 0.00 0.07 0.00 0.00 99.85 14:31:14 14:22:01 1 0.03 0.00 0.02 0.00 0.00 99.95 14:31:14 14:22:01 2 0.52 0.00 0.02 0.00 0.00 99.47 14:31:14 14:22:01 3 0.05 0.00 0.03 0.00 0.00 99.92 14:31:14 14:23:01 all 0.15 0.00 0.03 0.00 0.00 99.82 14:31:14 14:23:01 0 0.05 0.00 0.03 0.00 0.00 99.92 14:31:14 14:23:01 1 0.47 0.00 0.05 0.00 0.00 99.48 14:31:14 14:23:01 2 0.05 0.00 0.05 0.00 0.00 99.90 14:31:14 14:23:01 3 0.03 0.00 0.02 0.00 0.00 99.95 14:31:14 14:24:01 all 0.17 0.00 0.03 0.00 0.00 99.80 14:31:14 14:24:01 0 0.07 0.00 0.03 0.00 0.00 99.90 14:31:14 14:24:01 1 0.53 0.00 0.02 0.00 0.00 99.45 14:31:14 14:24:01 2 0.03 0.00 0.05 0.00 0.00 99.92 14:31:14 14:24:01 3 0.03 0.00 0.02 0.00 0.00 99.95 14:31:14 14:25:01 all 0.16 0.00 0.03 0.00 0.00 99.80 14:31:14 14:25:01 0 0.03 0.00 0.03 0.00 0.00 99.93 14:31:14 14:25:01 1 0.53 0.00 0.03 0.00 0.00 99.43 14:31:14 14:25:01 2 0.07 0.00 0.05 0.00 0.00 99.88 14:31:14 14:25:01 3 0.03 0.00 0.02 0.00 0.00 99.95 14:31:14 14:26:01 all 0.09 0.00 0.05 0.00 0.00 99.86 14:31:14 14:26:01 0 0.05 0.00 0.03 0.00 0.00 99.92 14:31:14 14:26:01 1 0.28 0.00 0.07 0.00 0.00 99.65 14:31:14 14:26:01 2 0.02 0.00 0.05 0.00 0.00 99.93 14:31:14 14:26:01 3 0.02 0.00 0.03 0.00 0.00 99.95 14:31:14 14:27:01 all 0.05 0.00 0.03 0.00 0.00 99.92 14:31:14 14:27:01 0 0.02 0.00 0.00 0.00 0.00 99.98 14:31:14 14:27:01 1 0.17 0.00 0.05 0.00 0.00 99.78 14:31:14 14:27:01 2 0.02 0.00 0.03 0.00 0.00 99.95 14:31:14 14:27:01 3 0.00 0.00 0.03 0.00 0.00 99.97 14:31:14 14:28:01 all 0.15 0.00 0.03 0.00 0.00 99.82 14:31:14 14:28:01 0 0.05 0.00 0.07 0.00 0.02 99.87 14:31:14 14:28:01 1 0.52 0.00 0.03 0.00 0.00 99.45 14:31:14 14:28:01 2 0.02 0.00 0.02 0.00 0.00 99.97 14:31:14 14:28:01 3 0.03 0.00 0.02 0.00 0.00 99.95 14:31:14 14:29:01 all 0.15 0.00 0.02 0.00 0.00 99.83 14:31:14 14:29:01 0 0.03 0.00 0.03 0.00 0.00 99.93 14:31:14 14:29:01 1 0.53 0.00 0.02 0.00 0.00 99.45 14:31:14 14:29:01 2 0.00 0.00 0.02 0.00 0.00 99.98 14:31:14 14:29:01 3 0.02 0.00 0.00 0.00 0.00 99.98 14:31:14 14:30:01 all 0.15 0.00 0.03 0.00 0.00 99.82 14:31:14 14:30:01 0 0.05 0.00 0.03 0.00 0.00 99.92 14:31:14 14:30:01 1 0.50 0.00 0.02 0.00 0.00 99.48 14:31:14 14:30:01 2 0.05 0.00 0.05 0.00 0.00 99.90 14:31:14 14:30:01 3 0.02 0.00 0.02 0.00 0.00 99.97 14:31:14 14:31:01 all 3.17 0.00 1.78 1.03 0.00 94.02 14:31:14 14:31:01 0 3.72 0.00 1.95 0.68 0.00 93.64 14:31:14 14:31:01 1 3.52 0.00 1.95 2.45 0.00 92.07 14:31:14 14:31:01 2 2.95 0.00 1.54 0.90 0.00 94.61 14:31:14 14:31:01 3 2.49 0.00 1.70 0.05 0.02 95.74 14:31:14 Average: all 0.44 0.00 0.21 0.10 0.00 99.25 14:31:14 Average: 0 0.42 0.00 0.23 0.07 0.00 99.29 14:31:14 Average: 1 0.71 0.00 0.23 0.25 0.00 98.82 14:31:14 Average: 2 0.37 0.00 0.19 0.09 0.00 99.35 14:31:14 Average: 3 0.27 0.00 0.19 0.00 0.00 99.53 14:31:14 14:31:14 14:31:14