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 [2020-06-10T14:20:44.086Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-10T14:20:44.204Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-10T14:20:44.244Z] ========================================================= [2020-06-10T14:20:44.245Z] EdgeX Global Pipelines Version Info [2020-06-10T14:20:44.245Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-10T14:20:46.170Z] ------------------- [2020-06-10T14:20:46.170Z] stable info: [2020-06-10T14:20:46.170Z] ------------------- [2020-06-10T14:20:46.170Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-10T14:20:46.170Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-10T14:20:46.170Z] Message: update stable to v1.0.89 [2020-06-10T14:20:46.742Z] ------------------- [2020-06-10T14:20:46.742Z] experimental info: [2020-06-10T14:20:46.742Z] ------------------- [2020-06-10T14:20:46.742Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-10T14:20:46.742Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-10T14:20:46.742Z] Message: update experimental to v1.0.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-06-10T14:20:48.317Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-10T14:20:48.317Z] [2020-06-10T14:20:48.317Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-10T14:20:48.643Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-10T14:20:48.643Z] latest: Pulling from edgex-devops/git-semver [2020-06-10T14:20:48.643Z] 9123ac7c32f7: Pulling fs layer [2020-06-10T14:20:48.643Z] b8cc5d1170e3: Pulling fs layer [2020-06-10T14:20:48.643Z] 2924cbbf6a41: Pulling fs layer [2020-06-10T14:20:48.644Z] 93b08a4f1073: Pulling fs layer [2020-06-10T14:20:48.644Z] 93b08a4f1073: Waiting [2020-06-10T14:20:48.644Z] b8cc5d1170e3: Verifying Checksum [2020-06-10T14:20:48.644Z] b8cc5d1170e3: Download complete [2020-06-10T14:20:48.644Z] 9123ac7c32f7: Verifying Checksum [2020-06-10T14:20:48.644Z] 9123ac7c32f7: Download complete [2020-06-10T14:20:48.909Z] 2924cbbf6a41: Verifying Checksum [2020-06-10T14:20:48.909Z] 2924cbbf6a41: Download complete [2020-06-10T14:20:48.909Z] 93b08a4f1073: Verifying Checksum [2020-06-10T14:20:48.909Z] 93b08a4f1073: Download complete [2020-06-10T14:20:48.909Z] 9123ac7c32f7: Pull complete [2020-06-10T14:20:49.176Z] b8cc5d1170e3: Pull complete [2020-06-10T14:20:49.750Z] 2924cbbf6a41: Pull complete [2020-06-10T14:20:50.011Z] 93b08a4f1073: Pull complete [2020-06-10T14:20:50.011Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-10T14:20:50.011Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-10T14:20:50.011Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-10T14:20:50.118Z] prd-centos7-docker-4c-2g-2469 does not seem to be running inside a container [2020-06-10T14:20:50.161Z] $ 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 [2020-06-10T14:20:52.162Z] $ docker top b9b47e972bb173a4d1fc760d70f9cc0f318b05a4f2be298d9fadb1218825e46f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-10T14:20:52.333Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-10T14:20:52.333Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-10T14:20:52.524Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-10T14:20:52.530Z] $ docker exec b9b47e972bb173a4d1fc760d70f9cc0f318b05a4f2be298d9fadb1218825e46f ssh-agent [2020-06-10T14:20:52.680Z] SSH_AUTH_SOCK=/tmp/ssh-dDUPY7GlqfFJ/agent.12 [2020-06-10T14:20:52.680Z] SSH_AGENT_PID=17 [2020-06-10T14:20:52.690Z] Running ssh-add (command line suppressed) [2020-06-10T14:20:52.813Z] 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) [2020-06-10T14:20:52.860Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-10T14:20:53.166Z] + git describe --exact-match --tags HEAD [2020-06-10T14:20:53.166Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-10T14:20:53.320Z] $ docker exec --env ******** --env ******** b9b47e972bb173a4d1fc760d70f9cc0f318b05a4f2be298d9fadb1218825e46f ssh-agent -k [2020-06-10T14:20:53.433Z] unset SSH_AUTH_SOCK; [2020-06-10T14:20:53.433Z] unset SSH_AGENT_PID; [2020-06-10T14:20:53.434Z] echo Agent pid 17 killed; [2020-06-10T14:20:53.472Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-10T14:20:53.511Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-10T14:20:53.511Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-10T14:20:53.559Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-10T14:20:53.559Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-10T14:20:53.719Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-10T14:20:53.726Z] $ docker exec b9b47e972bb173a4d1fc760d70f9cc0f318b05a4f2be298d9fadb1218825e46f ssh-agent [2020-06-10T14:20:53.870Z] SSH_AUTH_SOCK=/tmp/ssh-P4e9AlswYTD5/agent.46 [2020-06-10T14:20:53.870Z] SSH_AGENT_PID=51 [2020-06-10T14:20:53.875Z] Running ssh-add (command line suppressed) [2020-06-10T14:20:53.993Z] 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) [2020-06-10T14:20:54.052Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-10T14:20:54.357Z] + git semver init [2020-06-10T14:20:54.357Z] # -> Open(): unable to determine branch for HEAD [2020-06-10T14:20:54.357Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-150/.git [2020-06-10T14:20:54.357Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-150 [2020-06-10T14:20:54.357Z] # $SEMVER_REMOTE_NAME = origin [2020-06-10T14:20:54.357Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-10T14:20:54.357Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-10T14:20:54.357Z] # $SEMVER_BRANCH = PR-150 [2020-06-10T14:20:54.357Z] # $SEMVER_TEMP = /tmp/semver-270766644 [2020-06-10T14:20:54.357Z] # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP [2020-06-10T14:20:54.619Z] # '/tmp/semver-270766644' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-150/.semver' [2020-06-10T14:20:54.619Z] # -> Force: false [2020-06-10T14:20:54.619Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-150/.semver [Pipeline] } [2020-06-10T14:20:54.633Z] $ docker exec --env ******** --env ******** b9b47e972bb173a4d1fc760d70f9cc0f318b05a4f2be298d9fadb1218825e46f ssh-agent -k [2020-06-10T14:20:54.740Z] unset SSH_AUTH_SOCK; [2020-06-10T14:20:54.740Z] unset SSH_AGENT_PID; [2020-06-10T14:20:54.740Z] echo Agent pid 51 killed; [2020-06-10T14:20:54.780Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-10T14:20:55.144Z] + git semver [Pipeline] } [2020-06-10T14:20:55.163Z] $ docker stop --time=1 b9b47e972bb173a4d1fc760d70f9cc0f318b05a4f2be298d9fadb1218825e46f [2020-06-10T14:20:56.521Z] $ docker rm -f b9b47e972bb173a4d1fc760d70f9cc0f318b05a4f2be298d9fadb1218825e46f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-10T14:20:56.963Z] Stashed 26 file(s) [Pipeline] echo [2020-06-10T14:20:56.965Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-06-10T14:21:12.121Z] Still waiting to schedule task [2020-06-10T14:21:12.121Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-06-10T14:21:12.123Z] Still waiting to schedule task [2020-06-10T14:21:12.123Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-06-10T14:23:50.454Z] Running on prd-centos7-docker-4c-2g-2471 in /w/workspace/gexfoundry_device-mqtt-go_PR-150 [Pipeline] { [Pipeline] ws [2020-06-10T14:23:50.479Z] Running in /w/workspace/device-mqtt-go/3 [Pipeline] { [Pipeline] checkout [2020-06-10T14:23:53.039Z] using credential edgex-jenkins-ssh [2020-06-10T14:23:53.063Z] Cloning the remote Git repository [2020-06-10T14:23:53.063Z] Cloning with configured refspecs honoured and without tags [2020-06-10T14:23:53.085Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-10T14:23:53.709Z] Fetching without tags [2020-06-10T14:23:54.081Z] Merging remotes/origin/master commit 8b9d4518ce44b452ea6e7170c38b8c7009d29236 into PR head commit c418d371bc54cc5a2f15a6864e3b1205028dfdad [2020-06-10T14:23:54.168Z] Merge succeeded, producing c418d371bc54cc5a2f15a6864e3b1205028dfdad [2020-06-10T14:23:54.168Z] Checking out Revision c418d371bc54cc5a2f15a6864e3b1205028dfdad (PR-150) [2020-06-10T14:23:53.147Z] > git init /w/workspace/device-mqtt-go/3 # timeout=10 [2020-06-10T14:23:53.187Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-10T14:23:53.187Z] > git --version # timeout=10 [2020-06-10T14:23:53.197Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-10T14:23:53.220Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/150/head:refs/remotes/origin/PR-150 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-10T14:23:53.675Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-06-10T14:23:53.688Z] > git config --add remote.origin.fetch +refs/pull/150/head:refs/remotes/origin/PR-150 # timeout=10 [2020-06-10T14:23:53.695Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-10T14:23:53.703Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-06-10T14:23:53.714Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-10T14:23:53.715Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-10T14:23:53.719Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/150/head:refs/remotes/origin/PR-150 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-10T14:23:54.092Z] > git config core.sparsecheckout # timeout=10 [2020-06-10T14:23:54.101Z] > git checkout -f c418d371bc54cc5a2f15a6864e3b1205028dfdad # timeout=10 [2020-06-10T14:23:54.136Z] > git remote # timeout=10 [2020-06-10T14:23:54.144Z] > git config --get remote.origin.url # timeout=10 [2020-06-10T14:23:54.150Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-10T14:23:54.154Z] > git merge 8b9d4518ce44b452ea6e7170c38b8c7009d29236 # timeout=10 [2020-06-10T14:23:54.163Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-06-10T14:23:54.171Z] > git config core.sparsecheckout # timeout=10 [2020-06-10T14:23:54.175Z] > git checkout -f c418d371bc54cc5a2f15a6864e3b1205028dfdad # timeout=10 [2020-06-10T14:23:57.796Z] Commit message: "snap: add env override for ProfilesDir" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-10T14:23:58.587Z] ========================================================= [2020-06-10T14:23:58.587Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-06-10T14:23:58.587Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-10T14:23:59.292Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-06-10T14:23:59.873Z] Sending build context to Docker daemon 571.9kB [2020-06-10T14:23:59.873Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-10T14:23:59.873Z] Step 2/8 : FROM ${BASE} [2020-06-10T14:23:59.873Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-06-10T14:23:59.873Z] e6b0cf9c0882: Pulling fs layer [2020-06-10T14:23:59.873Z] 2848faf0eed1: Pulling fs layer [2020-06-10T14:23:59.873Z] 0f37312ad70f: Pulling fs layer [2020-06-10T14:23:59.873Z] 5788d62ee057: Pulling fs layer [2020-06-10T14:23:59.873Z] 0e6b1d234666: Pulling fs layer [2020-06-10T14:23:59.873Z] bf5d7aec512f: Pulling fs layer [2020-06-10T14:23:59.873Z] 34c802a77dc8: Pulling fs layer [2020-06-10T14:23:59.873Z] 9eb99e56ec68: Pulling fs layer [2020-06-10T14:23:59.873Z] 27c7a5d97fbd: Pulling fs layer [2020-06-10T14:23:59.873Z] 5c102a31e300: Pulling fs layer [2020-06-10T14:23:59.873Z] dcfb455df0a1: Pulling fs layer [2020-06-10T14:23:59.873Z] 34c802a77dc8: Waiting [2020-06-10T14:23:59.873Z] 9eb99e56ec68: Waiting [2020-06-10T14:23:59.873Z] 27c7a5d97fbd: Waiting [2020-06-10T14:23:59.873Z] 5c102a31e300: Waiting [2020-06-10T14:23:59.873Z] 5788d62ee057: Waiting [2020-06-10T14:23:59.873Z] 0e6b1d234666: Waiting [2020-06-10T14:23:59.873Z] bf5d7aec512f: Waiting [2020-06-10T14:23:59.873Z] dcfb455df0a1: Waiting [2020-06-10T14:23:59.873Z] 0f37312ad70f: Verifying Checksum [2020-06-10T14:23:59.873Z] 0f37312ad70f: Download complete [2020-06-10T14:23:59.873Z] 2848faf0eed1: Verifying Checksum [2020-06-10T14:23:59.873Z] 2848faf0eed1: Download complete [2020-06-10T14:23:59.873Z] 0e6b1d234666: Download complete [2020-06-10T14:23:59.873Z] bf5d7aec512f: Verifying Checksum [2020-06-10T14:23:59.873Z] bf5d7aec512f: Download complete [2020-06-10T14:23:59.873Z] e6b0cf9c0882: Verifying Checksum [2020-06-10T14:23:59.873Z] e6b0cf9c0882: Download complete [2020-06-10T14:24:00.477Z] e6b0cf9c0882: Pull complete [2020-06-10T14:24:00.749Z] 34c802a77dc8: Verifying Checksum [2020-06-10T14:24:00.749Z] 34c802a77dc8: Download complete [2020-06-10T14:24:00.749Z] 27c7a5d97fbd: Verifying Checksum [2020-06-10T14:24:00.749Z] 27c7a5d97fbd: Download complete [2020-06-10T14:24:01.338Z] 5c102a31e300: Verifying Checksum [2020-06-10T14:24:01.338Z] 5c102a31e300: Download complete [2020-06-10T14:24:01.338Z] dcfb455df0a1: Verifying Checksum [2020-06-10T14:24:01.338Z] dcfb455df0a1: Download complete [2020-06-10T14:24:01.607Z] 9eb99e56ec68: Verifying Checksum [2020-06-10T14:24:01.607Z] 9eb99e56ec68: Download complete [2020-06-10T14:24:01.607Z] 5788d62ee057: Verifying Checksum [2020-06-10T14:24:01.607Z] 5788d62ee057: Download complete [2020-06-10T14:24:02.613Z] 2848faf0eed1: Pull complete [2020-06-10T14:24:02.613Z] 0f37312ad70f: Pull complete [2020-06-10T14:24:07.923Z] 5788d62ee057: Pull complete [2020-06-10T14:24:08.183Z] 0e6b1d234666: Pull complete [2020-06-10T14:24:08.183Z] bf5d7aec512f: Pull complete [2020-06-10T14:24:16.331Z] 34c802a77dc8: Pull complete [2020-06-10T14:24:17.726Z] 9eb99e56ec68: Pull complete [2020-06-10T14:24:17.989Z] 27c7a5d97fbd: Pull complete [2020-06-10T14:24:18.565Z] 5c102a31e300: Pull complete [2020-06-10T14:24:18.827Z] dcfb455df0a1: Pull complete [2020-06-10T14:24:18.827Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-06-10T14:24:18.827Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-06-10T14:24:19.093Z] ---> 7c70fe431013 [2020-06-10T14:24:19.093Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-06-10T14:24:21.009Z] ---> Running in 08f20f8a2c9b [2020-06-10T14:24:21.009Z] Removing intermediate container 08f20f8a2c9b [2020-06-10T14:24:21.009Z] ---> eb604a9e984a [2020-06-10T14:24:21.009Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-10T14:24:21.009Z] ---> Running in 8f9dc64a7d9b [2020-06-10T14:24:22.396Z] Removing intermediate container 8f9dc64a7d9b [2020-06-10T14:24:22.396Z] ---> 8744d2b774a3 [2020-06-10T14:24:22.396Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-06-10T14:24:22.396Z] ---> Running in 06bb647e38bf [2020-06-10T14:24:22.657Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-10T14:24:24.044Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-10T14:24:24.307Z] (1/17) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) [2020-06-10T14:24:24.568Z] (2/17) Installing libmagic (5.37-r1) [2020-06-10T14:24:24.829Z] (3/17) Installing file (5.37-r1) [2020-06-10T14:24:24.829Z] (4/17) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) [2020-06-10T14:24:24.829Z] (5/17) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) [2020-06-10T14:24:25.090Z] (6/17) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-10T14:24:30.867Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2470 in /w/workspace/gexfoundry_device-mqtt-go_PR-150 [Pipeline] { [Pipeline] ws [2020-06-10T14:24:30.890Z] Running in /w/workspace/device-mqtt-go/3 [Pipeline] { [Pipeline] checkout [2020-06-10T14:24:33.233Z] (7/17) Installing libc-dev (0.7.2-r0) [2020-06-10T14:24:33.233Z] (8/17) Installing g++ (9.2.0-r4) [2020-06-10T14:24:35.523Z] using credential edgex-jenkins-ssh [2020-06-10T14:24:35.552Z] Cloning the remote Git repository [2020-06-10T14:24:35.552Z] Cloning with configured refspecs honoured and without tags [2020-06-10T14:24:35.584Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-10T14:24:35.694Z] > git init /w/workspace/device-mqtt-go/3 # timeout=10 [2020-06-10T14:24:35.761Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-10T14:24:35.762Z] > git --version # timeout=10 [2020-06-10T14:24:35.778Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-10T14:24:36.688Z] Fetching without tags [2020-06-10T14:24:35.862Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/150/head:refs/remotes/origin/PR-150 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-10T14:24:36.565Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-06-10T14:24:36.585Z] > git config --add remote.origin.fetch +refs/pull/150/head:refs/remotes/origin/PR-150 # timeout=10 [2020-06-10T14:24:36.609Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-10T14:24:36.635Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-06-10T14:24:36.680Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-10T14:24:36.681Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-10T14:24:36.699Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/150/head:refs/remotes/origin/PR-150 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-10T14:24:37.180Z] Merging remotes/origin/master commit 8b9d4518ce44b452ea6e7170c38b8c7009d29236 into PR head commit c418d371bc54cc5a2f15a6864e3b1205028dfdad [2020-06-10T14:24:37.398Z] Merge succeeded, producing c418d371bc54cc5a2f15a6864e3b1205028dfdad [2020-06-10T14:24:37.399Z] Checking out Revision c418d371bc54cc5a2f15a6864e3b1205028dfdad (PR-150) [2020-06-10T14:24:37.436Z] (9/17) Installing fortify-headers (1.1-r0) [2020-06-10T14:24:37.436Z] (10/17) Installing build-base (0.5-r1) [2020-06-10T14:24:37.697Z] (11/17) Installing openssh-keygen (8.1_p1-r0) [2020-06-10T14:24:37.697Z] (12/17) Installing libedit (20191211.3.1-r0) [2020-06-10T14:24:37.697Z] (13/17) Installing openssh-client (8.1_p1-r0) [2020-06-10T14:24:38.268Z] (14/17) Installing openssh-sftp-server (8.1_p1-r0) [2020-06-10T14:24:38.268Z] (15/17) Installing openssh-server-common (8.1_p1-r0) [2020-06-10T14:24:38.268Z] (16/17) Installing openssh-server (8.1_p1-r0) [2020-06-10T14:24:37.175Z] > git config core.sparsecheckout # timeout=10 [2020-06-10T14:24:37.199Z] > git checkout -f c418d371bc54cc5a2f15a6864e3b1205028dfdad # timeout=10 [2020-06-10T14:24:37.284Z] > git remote # timeout=10 [2020-06-10T14:24:37.304Z] > git config --get remote.origin.url # timeout=10 [2020-06-10T14:24:37.320Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-10T14:24:37.330Z] > git merge 8b9d4518ce44b452ea6e7170c38b8c7009d29236 # timeout=10 [2020-06-10T14:24:37.355Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-06-10T14:24:37.380Z] > git config core.sparsecheckout # timeout=10 [2020-06-10T14:24:37.392Z] > git checkout -f c418d371bc54cc5a2f15a6864e3b1205028dfdad # timeout=10 [2020-06-10T14:24:38.529Z] (17/17) Installing openssh (8.1_p1-r0) [2020-06-10T14:24:38.529Z] Executing busybox-1.31.1-r8.trigger [2020-06-10T14:24:38.529Z] OK: 214 MiB in 52 packages [2020-06-10T14:24:41.854Z] Removing intermediate container 06bb647e38bf [2020-06-10T14:24:41.854Z] ---> c1a689b6ea02 [2020-06-10T14:24:41.854Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-06-10T14:24:41.854Z] ---> Running in b5e36a957173 [2020-06-10T14:24:42.063Z] Commit message: "snap: add env override for ProfilesDir" [2020-06-10T14:24:42.115Z] Removing intermediate container b5e36a957173 [2020-06-10T14:24:42.115Z] ---> bb6dd2479056 [2020-06-10T14:24:42.115Z] Step 7/8 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-06-10T14:24:42.687Z] ---> 2e1b5132a2a3 [2020-06-10T14:24:42.687Z] Step 8/8 : RUN go mod download [2020-06-10T14:24:42.687Z] ---> Running in 7513b579c791 [Pipeline] echo [2020-06-10T14:24:42.804Z] ========================================================= [2020-06-10T14:24:42.804Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-10T14:24:42.804Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-10T14:24:43.806Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-06-10T14:24:44.868Z] Sending build context to Docker daemon 571.9kB [2020-06-10T14:24:44.868Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-10T14:24:44.868Z] Step 2/8 : FROM ${BASE} [2020-06-10T14:24:45.142Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-06-10T14:24:45.142Z] cde5963f3b93: Pulling fs layer [2020-06-10T14:24:45.142Z] 2a23fa8c16f7: Pulling fs layer [2020-06-10T14:24:45.142Z] 777b28850792: Pulling fs layer [2020-06-10T14:24:45.142Z] 8a11ddd9e578: Pulling fs layer [2020-06-10T14:24:45.142Z] 4cf88f913ddb: Pulling fs layer [2020-06-10T14:24:45.142Z] 1df406cf5192: Pulling fs layer [2020-06-10T14:24:45.142Z] cd6300453558: Pulling fs layer [2020-06-10T14:24:45.142Z] b9c365052c96: Pulling fs layer [2020-06-10T14:24:45.142Z] a2d8cc88f415: Pulling fs layer [2020-06-10T14:24:45.142Z] ea1d1ca13537: Pulling fs layer [2020-06-10T14:24:45.142Z] 3750a50a1c5e: Pulling fs layer [2020-06-10T14:24:45.142Z] 4cf88f913ddb: Waiting [2020-06-10T14:24:45.142Z] 1df406cf5192: Waiting [2020-06-10T14:24:45.142Z] cd6300453558: Waiting [2020-06-10T14:24:45.142Z] b9c365052c96: Waiting [2020-06-10T14:24:45.142Z] a2d8cc88f415: Waiting [2020-06-10T14:24:45.142Z] ea1d1ca13537: Waiting [2020-06-10T14:24:45.142Z] 8a11ddd9e578: Waiting [2020-06-10T14:24:45.142Z] 3750a50a1c5e: Waiting [2020-06-10T14:24:45.142Z] 777b28850792: Download complete [2020-06-10T14:24:45.142Z] 2a23fa8c16f7: Verifying Checksum [2020-06-10T14:24:45.142Z] 2a23fa8c16f7: Download complete [2020-06-10T14:24:45.142Z] 4cf88f913ddb: Verifying Checksum [2020-06-10T14:24:45.142Z] 4cf88f913ddb: Download complete [2020-06-10T14:24:45.142Z] 1df406cf5192: Verifying Checksum [2020-06-10T14:24:45.142Z] 1df406cf5192: Download complete [2020-06-10T14:24:45.142Z] cde5963f3b93: Verifying Checksum [2020-06-10T14:24:45.142Z] cde5963f3b93: Download complete [2020-06-10T14:24:45.242Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-10T14:24:45.242Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-10T14:24:45.242Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-10T14:24:45.242Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-10T14:24:45.242Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-10T14:24:45.242Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-10T14:24:45.242Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-10T14:24:45.242Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-10T14:24:45.242Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-10T14:24:45.242Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-06-10T14:24:45.242Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-06-10T14:24:45.242Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-10T14:24:45.242Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-10T14:24:45.242Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-10T14:24:45.242Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-10T14:24:45.242Z] go: finding github.com/fatih/color v1.7.0 [2020-06-10T14:24:45.242Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-10T14:24:45.242Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-10T14:24:45.242Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-10T14:24:45.242Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-10T14:24:45.242Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-10T14:24:45.242Z] go: finding github.com/google/uuid v1.1.1 [2020-06-10T14:24:45.242Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-10T14:24:45.242Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-10T14:24:45.242Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-10T14:24:45.242Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-10T14:24:45.242Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-10T14:24:45.242Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-10T14:24:45.242Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-10T14:24:45.242Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-10T14:24:45.242Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-10T14:24:45.242Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-10T14:24:45.242Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-10T14:24:45.242Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-10T14:24:45.242Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-10T14:24:45.242Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-10T14:24:45.242Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-10T14:24:45.243Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-10T14:24:45.243Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-10T14:24:45.503Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-10T14:24:45.503Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-10T14:24:45.503Z] go: finding github.com/kr/pretty v0.1.0 [2020-06-10T14:24:45.503Z] go: finding github.com/kr/pty v1.1.1 [2020-06-10T14:24:45.503Z] go: finding github.com/kr/text v0.1.0 [2020-06-10T14:24:45.503Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-10T14:24:45.503Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-10T14:24:45.503Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-10T14:24:45.503Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-10T14:24:45.503Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-10T14:24:45.763Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-10T14:24:45.763Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-10T14:24:45.763Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-10T14:24:45.763Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-10T14:24:45.763Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-10T14:24:45.763Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-10T14:24:45.763Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-10T14:24:45.763Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-10T14:24:45.763Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-10T14:24:45.763Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-10T14:24:45.763Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-10T14:24:45.763Z] go: finding github.com/posener/complete v1.1.1 [2020-06-10T14:24:45.763Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-10T14:24:45.763Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-10T14:24:46.024Z] go: finding github.com/spf13/cast v1.3.0 [2020-06-10T14:24:46.024Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-10T14:24:46.024Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-10T14:24:46.024Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-10T14:24:46.024Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-10T14:24:46.024Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-10T14:24:46.024Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-10T14:24:46.024Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-10T14:24:46.024Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-10T14:24:46.133Z] cde5963f3b93: Pull complete [2020-06-10T14:24:46.286Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-06-10T14:24:46.286Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-10T14:24:46.286Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-10T14:24:46.729Z] 2a23fa8c16f7: Pull complete [2020-06-10T14:24:47.001Z] 777b28850792: Pull complete [2020-06-10T14:24:47.594Z] cd6300453558: Download complete [2020-06-10T14:24:47.594Z] a2d8cc88f415: Download complete [2020-06-10T14:24:49.030Z] ea1d1ca13537: Verifying Checksum [2020-06-10T14:24:49.030Z] ea1d1ca13537: Download complete [2020-06-10T14:24:49.030Z] 3750a50a1c5e: Verifying Checksum [2020-06-10T14:24:49.030Z] 3750a50a1c5e: Download complete [2020-06-10T14:24:50.009Z] b9c365052c96: Verifying Checksum [2020-06-10T14:24:50.009Z] b9c365052c96: Download complete [2020-06-10T14:24:50.603Z] 8a11ddd9e578: Verifying Checksum [2020-06-10T14:24:50.603Z] 8a11ddd9e578: Download complete [2020-06-10T14:24:54.451Z] Removing intermediate container 7513b579c791 [2020-06-10T14:24:54.451Z] ---> 3977523c3eaa [2020-06-10T14:24:54.451Z] Successfully built 3977523c3eaa [2020-06-10T14:24:54.713Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-10T14:24:55.184Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-10T14:24:55.184Z] . [Pipeline] withDockerContainer [2020-06-10T14:24:55.284Z] prd-centos7-docker-4c-2g-2471 does not seem to be running inside a container [2020-06-10T14:24:55.324Z] $ 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 [2020-06-10T14:24:56.508Z] $ docker top 7fe7d047622ba7244c9bde9a932612f3f552e55dc02269add5b61c25d0512029 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-10T14:24:56.933Z] + go version [2020-06-10T14:24:56.933Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-06-10T14:24:57.231Z] + make test [2020-06-10T14:24:57.231Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-06-10T14:24:58.178Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-06-10T14:25:03.025Z] 8a11ddd9e578: Pull complete [2020-06-10T14:25:03.025Z] 4cf88f913ddb: Pull complete [2020-06-10T14:25:03.025Z] 1df406cf5192: Pull complete [2020-06-10T14:25:07.335Z] cd6300453558: Pull complete [2020-06-10T14:25:08.284Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-06-10T14:25:08.284Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.007s coverage: 29.8% of statements [2020-06-10T14:25:08.284Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-06-10T14:25:08.548Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-10T14:25:10.485Z] gofmt -l . [2020-06-10T14:25:10.485Z] ["`gofmt -l .`" = ""] [2020-06-10T14:25:10.485Z] ./bin/test-attribution-txt.sh [2020-06-10T14:25:11.060Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-06-10T14:25:11.654Z] b9c365052c96: Pull complete [2020-06-10T14:25:11.775Z] Stashed 1 file(s) [Pipeline] } [2020-06-10T14:25:11.779Z] $ docker stop --time=1 7fe7d047622ba7244c9bde9a932612f3f552e55dc02269add5b61c25d0512029 [2020-06-10T14:25:11.930Z] a2d8cc88f415: Pull complete [2020-06-10T14:25:13.907Z] ea1d1ca13537: Pull complete [2020-06-10T14:25:14.179Z] 3750a50a1c5e: Pull complete [2020-06-10T14:25:14.179Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-06-10T14:25:14.179Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-10T14:25:14.449Z] ---> 78745c68409d [2020-06-10T14:25:14.449Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-06-10T14:25:15.112Z] $ docker rm -f 7fe7d047622ba7244c9bde9a932612f3f552e55dc02269add5b61c25d0512029 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-10T14:25:17.058Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-10T14:25:17.352Z] + ls -al . [2020-06-10T14:25:17.352Z] total 100 [2020-06-10T14:25:17.352Z] drwxrwxr-x. 9 jenkins jenkins 4096 Jun 10 14:25 . [2020-06-10T14:25:17.352Z] drwxrwxr-x. 4 jenkins jenkins 28 Jun 10 14:23 .. [2020-06-10T14:25:17.352Z] -rw-rw-r--. 1 jenkins jenkins 4678 Jun 10 14:23 Attribution.txt [2020-06-10T14:25:17.352Z] drwxrwxr-x. 2 jenkins jenkins 87 Jun 10 14:23 bin [2020-06-10T14:25:17.352Z] drwxrwxr-x. 3 jenkins jenkins 32 Jun 10 14:23 cmd [2020-06-10T14:25:17.352Z] -rw-r--r--. 1 jenkins jenkins 18214 Jun 10 14:25 coverage.out [2020-06-10T14:25:17.352Z] -rw-rw-r--. 1 jenkins jenkins 1776 Jun 10 14:23 Dockerfile [2020-06-10T14:25:17.352Z] -rw-rw-r--. 1 jenkins jenkins 953 Jun 10 14:23 Dockerfile.build [2020-06-10T14:25:17.352Z] -rw-rw-r--. 1 jenkins jenkins 140 Jun 10 14:23 .dockerignore [2020-06-10T14:25:17.352Z] drwxrwxr-x. 8 jenkins jenkins 179 Jun 10 14:23 .git [2020-06-10T14:25:17.352Z] -rw-rw-r--. 1 jenkins jenkins 328 Jun 10 14:23 .gitignore [2020-06-10T14:25:17.352Z] -rw-r--r--. 1 jenkins jenkins 510 Jun 10 14:25 go.mod [2020-06-10T14:25:17.352Z] -rw-r--r--. 1 jenkins jenkins 13621 Jun 10 14:25 go.sum [2020-06-10T14:25:17.352Z] drwxrwxr-x. 3 jenkins jenkins 20 Jun 10 14:23 internal [2020-06-10T14:25:17.352Z] -rw-rw-r--. 1 jenkins jenkins 700 Jun 10 14:23 Jenkinsfile [2020-06-10T14:25:17.352Z] -rw-rw-r--. 1 jenkins jenkins 11340 Jun 10 14:23 LICENSE [2020-06-10T14:25:17.352Z] -rw-rw-r--. 1 jenkins jenkins 902 Jun 10 14:23 Makefile [2020-06-10T14:25:17.352Z] drwxrwxr-x. 2 jenkins jenkins 23 Jun 10 14:23 mock [2020-06-10T14:25:17.352Z] -rw-rw-r--. 1 jenkins jenkins 444 Jun 10 14:23 README.md [2020-06-10T14:25:17.352Z] drwxrwxr-x. 3 jenkins jenkins 58 Jun 10 14:23 .semver [2020-06-10T14:25:17.352Z] drwxrwxr-x. 4 jenkins jenkins 54 Jun 10 14:23 snap [2020-06-10T14:25:17.352Z] -rw-rw-r--. 1 jenkins jenkins 5 Jun 10 14:20 VERSION [2020-06-10T14:25:17.352Z] -rw-rw-r--. 1 jenkins jenkins 227 Jun 10 14:23 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-10T14:25:17.653Z] + 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 . [2020-06-10T14:25:17.653Z] Sending build context to Docker daemon 590.8kB [2020-06-10T14:25:17.653Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-06-10T14:25:17.653Z] Step 2/21 : FROM ${BASE} AS builder [2020-06-10T14:25:17.653Z] ---> 3977523c3eaa [2020-06-10T14:25:17.653Z] Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-06-10T14:25:17.915Z] ---> Running in 6a73d8d5aad8 [2020-06-10T14:25:18.177Z] Removing intermediate container 6a73d8d5aad8 [2020-06-10T14:25:18.177Z] ---> aa815d440c01 [2020-06-10T14:25:18.177Z] Step 4/21 : ARG ALPINE_PKG_EXTRA="" [2020-06-10T14:25:18.177Z] ---> Running in 7063b60596fa [2020-06-10T14:25:18.177Z] Removing intermediate container 7063b60596fa [2020-06-10T14:25:18.177Z] ---> bafabadb7b2e [2020-06-10T14:25:18.177Z] Step 5/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-10T14:25:18.437Z] ---> Running in 2054e33090e5 [2020-06-10T14:25:19.380Z] Removing intermediate container 2054e33090e5 [2020-06-10T14:25:19.380Z] ---> 190fcee1ab6d [2020-06-10T14:25:19.380Z] Step 6/21 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-10T14:25:19.380Z] ---> Running in e5ad3829878e [2020-06-10T14:25:19.642Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-10T14:25:19.868Z] ---> Running in 5934ee96f5bb [2020-06-10T14:25:19.868Z] Removing intermediate container 5934ee96f5bb [2020-06-10T14:25:19.868Z] ---> d599cfe9ac1e [2020-06-10T14:25:19.868Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-10T14:25:19.868Z] ---> Running in 35f3fc564bc9 [2020-06-10T14:25:20.585Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-10T14:25:20.847Z] OK: 214 MiB in 52 packages [2020-06-10T14:25:21.109Z] Removing intermediate container e5ad3829878e [2020-06-10T14:25:21.109Z] ---> d1266b139853 [2020-06-10T14:25:21.109Z] Step 7/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-06-10T14:25:21.109Z] ---> Running in ebd7830490b0 [2020-06-10T14:25:21.371Z] Removing intermediate container ebd7830490b0 [2020-06-10T14:25:21.371Z] ---> 5e8cbc9f3d20 [2020-06-10T14:25:21.371Z] Step 8/21 : COPY . . [2020-06-10T14:25:21.836Z] Removing intermediate container 35f3fc564bc9 [2020-06-10T14:25:21.836Z] ---> b1cec74da68b [2020-06-10T14:25:21.836Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-06-10T14:25:22.116Z] ---> Running in c6120e0009f9 [2020-06-10T14:25:22.312Z] ---> 9c94ec46fff1 [2020-06-10T14:25:22.312Z] Step 9/21 : ARG MAKE='make build' [2020-06-10T14:25:22.312Z] ---> Running in 7920dd27d727 [2020-06-10T14:25:22.312Z] Removing intermediate container 7920dd27d727 [2020-06-10T14:25:22.312Z] ---> ab0f0f87400c [2020-06-10T14:25:22.312Z] Step 10/21 : RUN $MAKE [2020-06-10T14:25:22.312Z] ---> Running in 1cb8ee4ffa4c [2020-06-10T14:25:22.894Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd [2020-06-10T14:25:23.546Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-10T14:25:24.137Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-10T14:25:24.733Z] (1/18) Upgrading libgcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-10T14:25:24.733Z] (2/18) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) [2020-06-10T14:25:25.005Z] (3/18) Installing libmagic (5.37-r1) [2020-06-10T14:25:25.275Z] (4/18) Installing file (5.37-r1) [2020-06-10T14:25:25.275Z] (5/18) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) [2020-06-10T14:25:25.275Z] (6/18) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) [2020-06-10T14:25:25.275Z] (7/18) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-10T14:25:32.995Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-10T14:25:33.514Z] (8/18) Installing libc-dev (0.7.2-r0) [2020-06-10T14:25:33.514Z] (9/18) Installing g++ (9.2.0-r4) [2020-06-10T14:25:36.292Z] Removing intermediate container 1cb8ee4ffa4c [2020-06-10T14:25:36.292Z] ---> 743e1a2590f0 [2020-06-10T14:25:36.292Z] Step 11/21 : FROM alpine [2020-06-10T14:25:36.292Z] latest: Pulling from library/alpine [2020-06-10T14:25:36.555Z] df20fa9351a1: Pulling fs layer [2020-06-10T14:25:36.555Z] df20fa9351a1: Verifying Checksum [2020-06-10T14:25:36.555Z] df20fa9351a1: Download complete [2020-06-10T14:25:36.816Z] df20fa9351a1: Pull complete [2020-06-10T14:25:36.816Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-10T14:25:36.816Z] Status: Downloaded newer image for alpine:latest [2020-06-10T14:25:36.816Z] ---> a24bb4013296 [2020-06-10T14:25:36.816Z] Step 12/21 : ENV APP_PORT=49982 [2020-06-10T14:25:37.076Z] ---> Running in f6d6b953a0f2 [2020-06-10T14:25:37.076Z] Removing intermediate container f6d6b953a0f2 [2020-06-10T14:25:37.076Z] ---> a26211ddc16b [2020-06-10T14:25:37.076Z] Step 13/21 : EXPOSE $APP_PORT [2020-06-10T14:25:37.336Z] ---> Running in 1f5e726d0949 [2020-06-10T14:25:37.336Z] Removing intermediate container 1f5e726d0949 [2020-06-10T14:25:37.336Z] ---> 30f4e9ba3038 [2020-06-10T14:25:37.336Z] Step 14/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-06-10T14:25:37.910Z] ---> e99fb1f5cdf2 [2020-06-10T14:25:37.910Z] Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-06-10T14:25:38.172Z] ---> fa9051bdcd5d [2020-06-10T14:25:38.172Z] Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-06-10T14:25:38.433Z] ---> 0443445e39e6 [2020-06-10T14:25:38.433Z] Step 17/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-06-10T14:25:38.433Z] ---> Running in 9e3fea4ae092 [2020-06-10T14:25:38.433Z] Removing intermediate container 9e3fea4ae092 [2020-06-10T14:25:38.433Z] ---> de111f02c95c [2020-06-10T14:25:38.433Z] Step 18/21 : ENTRYPOINT ["/device-mqtt","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-06-10T14:25:38.694Z] ---> Running in 2c7d5cfa7f72 [2020-06-10T14:25:38.694Z] Removing intermediate container 2c7d5cfa7f72 [2020-06-10T14:25:38.694Z] ---> cab4e3c412c4 [2020-06-10T14:25:38.694Z] Step 19/21 : LABEL arch=amd64 [2020-06-10T14:25:38.694Z] ---> Running in 5e7fa621258b [2020-06-10T14:25:38.967Z] Removing intermediate container 5e7fa621258b [2020-06-10T14:25:38.967Z] ---> b66531532dee [2020-06-10T14:25:38.967Z] Step 20/21 : LABEL git_sha=c418d371bc54cc5a2f15a6864e3b1205028dfdad [2020-06-10T14:25:38.967Z] ---> Running in 2b04d1fec718 [2020-06-10T14:25:39.231Z] Removing intermediate container 2b04d1fec718 [2020-06-10T14:25:39.231Z] ---> 5e9ac28fbd67 [2020-06-10T14:25:39.231Z] Step 21/21 : LABEL version=0.0.0 [2020-06-10T14:25:39.231Z] ---> Running in 755054c5bbb0 [2020-06-10T14:25:39.492Z] Removing intermediate container 755054c5bbb0 [2020-06-10T14:25:39.492Z] ---> f8d83198d509 [2020-06-10T14:25:39.492Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-10T14:25:39.492Z] Successfully built f8d83198d509 [2020-06-10T14:25:39.492Z] Successfully tagged docker-device-mqtt-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-10T14:25:40.326Z] ++ find /w/workspace/device-mqtt-go/3 [2020-06-10T14:25:40.326Z] ++ grep snapcraft.yaml [2020-06-10T14:25:40.326Z] + grep -Po '^name: \K(.*)' /w/workspace/device-mqtt-go/3/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-10T14:25:40.419Z] provisioning config files... [2020-06-10T14:25:40.429Z] copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/3@tmp/config1307680427576997043tmp [Pipeline] { [Pipeline] sh [2020-06-10T14:25:40.768Z] + cp /w/workspace/device-mqtt-go/3@tmp/config1307680427576997043tmp /w/workspace/device-mqtt-go/3/edgex-snap-store-login [Pipeline] sh [2020-06-10T14:25:41.059Z] + 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 [2020-06-10T14:25:41.059Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-06-10T14:25:41.059Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-06-10T14:25:41.059Z] 5bed26d33875: Pulling fs layer [2020-06-10T14:25:41.059Z] f11b29a9c730: Pulling fs layer [2020-06-10T14:25:41.059Z] 930bda195c84: Pulling fs layer [2020-06-10T14:25:41.059Z] 78bf9a5ad49e: Pulling fs layer [2020-06-10T14:25:41.059Z] e5fbee5a4b0d: Pulling fs layer [2020-06-10T14:25:41.059Z] f452fca78f88: Pulling fs layer [2020-06-10T14:25:41.059Z] 7417ef92027a: Pulling fs layer [2020-06-10T14:25:41.059Z] 2af5c49d270b: Pulling fs layer [2020-06-10T14:25:41.059Z] df9c3bdbc40a: Pulling fs layer [2020-06-10T14:25:41.059Z] e5fbee5a4b0d: Waiting [2020-06-10T14:25:41.059Z] f452fca78f88: Waiting [2020-06-10T14:25:41.059Z] 7417ef92027a: Waiting [2020-06-10T14:25:41.059Z] 2af5c49d270b: Waiting [2020-06-10T14:25:41.059Z] df9c3bdbc40a: Waiting [2020-06-10T14:25:41.059Z] 78bf9a5ad49e: Waiting [2020-06-10T14:25:41.059Z] 930bda195c84: Verifying Checksum [2020-06-10T14:25:41.059Z] 930bda195c84: Download complete [2020-06-10T14:25:41.059Z] f11b29a9c730: Download complete [2020-06-10T14:25:41.059Z] 78bf9a5ad49e: Verifying Checksum [2020-06-10T14:25:41.059Z] 78bf9a5ad49e: Download complete [2020-06-10T14:25:41.059Z] f452fca78f88: Verifying Checksum [2020-06-10T14:25:41.059Z] f452fca78f88: Download complete [2020-06-10T14:25:41.059Z] 7417ef92027a: Verifying Checksum [2020-06-10T14:25:41.059Z] 7417ef92027a: Download complete [2020-06-10T14:25:41.059Z] 2af5c49d270b: Verifying Checksum [2020-06-10T14:25:41.059Z] 2af5c49d270b: Download complete [2020-06-10T14:25:41.324Z] df9c3bdbc40a: Verifying Checksum [2020-06-10T14:25:41.324Z] df9c3bdbc40a: Download complete [2020-06-10T14:25:41.324Z] 5bed26d33875: Verifying Checksum [2020-06-10T14:25:41.324Z] 5bed26d33875: Download complete [2020-06-10T14:25:43.246Z] 5bed26d33875: Pull complete [2020-06-10T14:25:43.632Z] (10/18) Installing fortify-headers (1.1-r0) [2020-06-10T14:25:43.905Z] (11/18) Installing build-base (0.5-r1) [2020-06-10T14:25:43.905Z] (12/18) Installing openssh-keygen (8.1_p1-r0) [2020-06-10T14:25:43.905Z] (13/18) Installing libedit (20191211.3.1-r0) [2020-06-10T14:25:44.178Z] (14/18) Installing openssh-client (8.1_p1-r0) [2020-06-10T14:25:44.447Z] (15/18) Installing openssh-sftp-server (8.1_p1-r0) [2020-06-10T14:25:44.447Z] (16/18) Installing openssh-server-common (8.1_p1-r0) [2020-06-10T14:25:44.633Z] e5fbee5a4b0d: Verifying Checksum [2020-06-10T14:25:44.633Z] e5fbee5a4b0d: Download complete [2020-06-10T14:25:44.718Z] (17/18) Installing openssh-server (8.1_p1-r0) [2020-06-10T14:25:44.718Z] (18/18) Installing openssh (8.1_p1-r0) [2020-06-10T14:25:44.991Z] Executing busybox-1.31.1-r8.trigger [2020-06-10T14:25:44.991Z] OK: 203 MiB in 52 packages [2020-06-10T14:25:45.205Z] f11b29a9c730: Pull complete [2020-06-10T14:25:45.205Z] 930bda195c84: Pull complete [2020-06-10T14:25:45.466Z] 78bf9a5ad49e: Pull complete [2020-06-10T14:25:51.713Z] Removing intermediate container c6120e0009f9 [2020-06-10T14:25:51.713Z] ---> 9085788fc370 [2020-06-10T14:25:51.713Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-06-10T14:25:51.713Z] ---> Running in 7befa1c33642 [2020-06-10T14:25:52.307Z] Removing intermediate container 7befa1c33642 [2020-06-10T14:25:52.307Z] ---> bc988f7c705c [2020-06-10T14:25:52.307Z] Step 7/8 : COPY . . [2020-06-10T14:25:52.899Z] ---> ae2137099643 [2020-06-10T14:25:52.899Z] Step 8/8 : RUN go mod download [2020-06-10T14:25:53.182Z] ---> Running in a1c1deed3fe5 [2020-06-10T14:25:55.788Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-10T14:25:55.789Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-10T14:25:55.789Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-10T14:25:55.789Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-10T14:25:55.789Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-10T14:25:55.789Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-10T14:25:55.789Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-10T14:25:55.789Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-10T14:25:55.789Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-10T14:25:55.789Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-06-10T14:25:55.789Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-06-10T14:25:55.789Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-10T14:25:55.789Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-10T14:25:55.789Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-10T14:25:55.789Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-10T14:25:55.789Z] go: finding github.com/fatih/color v1.7.0 [2020-06-10T14:25:55.789Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-10T14:25:55.789Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-10T14:25:55.789Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-10T14:25:55.789Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-10T14:25:55.789Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-10T14:25:55.789Z] go: finding github.com/google/uuid v1.1.1 [2020-06-10T14:25:55.789Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-10T14:25:55.789Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-10T14:25:55.789Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-10T14:25:55.789Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-10T14:25:55.789Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-10T14:25:55.789Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-10T14:25:55.789Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-10T14:25:55.789Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-10T14:25:55.789Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-10T14:25:55.789Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-10T14:25:55.789Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-10T14:25:55.789Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-10T14:25:55.789Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-10T14:25:55.789Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-10T14:25:55.789Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-10T14:25:55.789Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-10T14:25:55.789Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-10T14:25:55.789Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-10T14:25:55.789Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-10T14:25:55.789Z] go: finding github.com/kr/pretty v0.1.0 [2020-06-10T14:25:55.789Z] go: finding github.com/kr/pty v1.1.1 [2020-06-10T14:25:55.789Z] go: finding github.com/kr/text v0.1.0 [2020-06-10T14:25:55.789Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-10T14:25:55.789Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-10T14:25:55.789Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-10T14:25:55.789Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-10T14:25:55.789Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-10T14:25:55.789Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-10T14:25:55.789Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-10T14:25:55.789Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-10T14:25:55.789Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-10T14:25:55.789Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-10T14:25:55.789Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-10T14:25:55.789Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-10T14:25:55.789Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-10T14:25:55.789Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-10T14:25:55.789Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-10T14:25:55.789Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-10T14:25:55.789Z] go: finding github.com/posener/complete v1.1.1 [2020-06-10T14:25:55.789Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-10T14:25:55.789Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-10T14:25:56.063Z] go: finding github.com/spf13/cast v1.3.0 [2020-06-10T14:25:56.063Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-10T14:25:56.063Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-10T14:25:56.063Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-10T14:25:56.063Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-10T14:25:56.063Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-10T14:25:56.063Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-10T14:25:56.063Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-10T14:25:56.063Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-10T14:25:56.063Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-06-10T14:25:56.063Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-10T14:25:56.063Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-10T14:26:06.235Z] Removing intermediate container a1c1deed3fe5 [2020-06-10T14:26:06.235Z] ---> a7b2274b78e3 [2020-06-10T14:26:06.235Z] Successfully built a7b2274b78e3 [2020-06-10T14:26:06.235Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-10T14:26:06.759Z] + docker inspect -f . ci-base-image-arm64 [2020-06-10T14:26:06.759Z] . [Pipeline] withDockerContainer [2020-06-10T14:26:07.031Z] prd-ubuntu18.04-docker-arm64-4c-16g-2470 does not seem to be running inside a container [2020-06-10T14:26:07.084Z] $ 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 [2020-06-10T14:26:07.529Z] e5fbee5a4b0d: Pull complete [2020-06-10T14:26:07.529Z] f452fca78f88: Pull complete [2020-06-10T14:26:07.529Z] 7417ef92027a: Pull complete [2020-06-10T14:26:07.529Z] 2af5c49d270b: Pull complete [2020-06-10T14:26:07.529Z] df9c3bdbc40a: Pull complete [2020-06-10T14:26:07.529Z] Digest: sha256:329b7ca3c147263d7a6122d30aca7e6f18adc9017ce870f1638d2965d7494739 [2020-06-10T14:26:07.529Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-06-10T14:26:08.475Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-06-10T14:26:08.475Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-06-10T14:26:08.475Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-06-10T14:26:08.949Z] $ docker top c0964b05df155e41cc605cc0566052f782fa7879aff60fc1c3b456fdd438b87a -eo pid,comm [2020-06-10T14:26:09.046Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-06-10T14:26:09.046Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [861 kB] [2020-06-10T14:26:09.046Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1253 kB] [Pipeline] { [Pipeline] sh [2020-06-10T14:26:09.618Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9092 B] [2020-06-10T14:26:09.618Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [958 kB] [2020-06-10T14:26:09.618Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [80.7 kB] [2020-06-10T14:26:09.618Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [66.4 kB] [2020-06-10T14:26:09.618Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1392 kB] [2020-06-10T14:26:09.879Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [20.3 kB] [2020-06-10T14:26:09.879Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8158 B] [2020-06-10T14:26:09.879Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] [2020-06-10T14:26:10.139Z] Fetched 4909 kB in 2s (2200 kB/s) [2020-06-10T14:26:10.347Z] + go version [2020-06-10T14:26:10.347Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-06-10T14:26:11.399Z] + make test [2020-06-10T14:26:11.399Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-06-10T14:26:11.523Z] Reading package lists... [2020-06-10T14:26:12.381Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-06-10T14:26:15.726Z] Installing build dependencies: curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase openssh-client patch perl perl-modules-5.26 xauth [2020-06-10T14:26:17.370Z] Reading package lists... [2020-06-10T14:26:17.630Z] Building dependency tree... [2020-06-10T14:26:17.630Z] Reading state information... [2020-06-10T14:26:17.889Z] The following packages were automatically installed and are no longer required: [2020-06-10T14:26:17.889Z] libjq1 liblzo2-2 libonig4 [2020-06-10T14:26:17.889Z] Use 'sudo apt autoremove' to remove them. [2020-06-10T14:26:17.889Z] Suggested packages: [2020-06-10T14:26:17.889Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-06-10T14:26:17.889Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc [2020-06-10T14:26:17.889Z] keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc [2020-06-10T14:26:17.889Z] libterm-readline-gnu-perl | libterm-readline-perl-perl [2020-06-10T14:26:17.889Z] The following NEW packages will be installed: [2020-06-10T14:26:17.890Z] curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl [2020-06-10T14:26:17.890Z] libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 [2020-06-10T14:26:17.890Z] libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase [2020-06-10T14:26:17.890Z] openssh-client patch perl perl-modules-5.26 xauth [2020-06-10T14:26:18.150Z] 0 upgraded, 27 newly installed, 0 to remove and 10 not upgraded. [2020-06-10T14:26:18.150Z] Need to get 14.7 MB of archives. [2020-06-10T14:26:18.150Z] After this operation, 89.5 MB of additional disk space will be used. [2020-06-10T14:26:18.150Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxau6 amd64 1:1.0.8-1 [8376 B] [2020-06-10T14:26:18.409Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-06-10T14:26:18.669Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB] [2020-06-10T14:26:18.669Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB] [2020-06-10T14:26:18.669Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] [2020-06-10T14:26:18.931Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.2 [569 kB] [2020-06-10T14:26:19.191Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB] [2020-06-10T14:26:19.191Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-06-10T14:26:19.452Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-06-10T14:26:19.452Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-06-10T14:26:19.452Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] [2020-06-10T14:26:19.712Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] [2020-06-10T14:26:19.712Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-06-10T14:26:19.712Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-06-10T14:26:19.712Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-06-10T14:26:19.712Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-06-10T14:26:19.712Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.3 [1088 kB] [2020-06-10T14:26:19.712Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B] [2020-06-10T14:26:19.712Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-06-10T14:26:19.712Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB] [2020-06-10T14:26:19.973Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.8 [159 kB] [2020-06-10T14:26:19.973Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.8 [213 kB] [2020-06-10T14:26:19.973Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-06-10T14:26:19.973Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-06-10T14:26:19.973Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-06-10T14:26:20.233Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-06-10T14:26:20.233Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-06-10T14:26:20.494Z] debconf: delaying package configuration, since apt-utils is not installed [2020-06-10T14:26:20.494Z] Fetched 14.7 MB in 2s (6383 kB/s) [2020-06-10T14:26:20.754Z] Selecting previously unselected package libxau6:amd64. [2020-06-10T14:26:20.755Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4637 files and directories currently installed.) [2020-06-10T14:26:20.755Z] Preparing to unpack .../00-libxau6_1%3a1.0.8-1_amd64.deb ... [2020-06-10T14:26:20.755Z] Unpacking libxau6:amd64 (1:1.0.8-1) ... [2020-06-10T14:26:21.016Z] Selecting previously unselected package libbsd0:amd64. [2020-06-10T14:26:21.016Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-06-10T14:26:21.016Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-06-10T14:26:21.016Z] Selecting previously unselected package libxdmcp6:amd64. [2020-06-10T14:26:21.016Z] Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_amd64.deb ... [2020-06-10T14:26:21.016Z] Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... [2020-06-10T14:26:21.016Z] Selecting previously unselected package libxcb1:amd64. [2020-06-10T14:26:21.016Z] Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_amd64.deb ... [2020-06-10T14:26:21.016Z] Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ... [2020-06-10T14:26:21.277Z] Selecting previously unselected package libx11-data. [2020-06-10T14:26:21.277Z] Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... [2020-06-10T14:26:21.277Z] Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-10T14:26:21.849Z] Selecting previously unselected package libx11-6:amd64. [2020-06-10T14:26:21.849Z] Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_amd64.deb ... [2020-06-10T14:26:21.849Z] Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... [2020-06-10T14:26:21.849Z] Selecting previously unselected package libxext6:amd64. [2020-06-10T14:26:21.849Z] Preparing to unpack .../06-libxext6_2%3a1.3.3-1_amd64.deb ... [2020-06-10T14:26:21.849Z] Unpacking libxext6:amd64 (2:1.3.3-1) ... [2020-06-10T14:26:22.110Z] Selecting previously unselected package perl-modules-5.26. [2020-06-10T14:26:22.110Z] Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-06-10T14:26:22.110Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-10T14:26:24.653Z] Selecting previously unselected package libgdbm5:amd64. [2020-06-10T14:26:24.653Z] Preparing to unpack .../08-libgdbm5_1.14.1-6_amd64.deb ... [2020-06-10T14:26:24.653Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-06-10T14:26:24.913Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-06-10T14:26:24.913Z] Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-06-10T14:26:24.913Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-06-10T14:26:24.913Z] Selecting previously unselected package libperl5.26:amd64. [2020-06-10T14:26:24.913Z] Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-06-10T14:26:24.913Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-06-10T14:26:26.302Z] Selecting previously unselected package perl. [2020-06-10T14:26:26.302Z] Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-06-10T14:26:26.302Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-06-10T14:26:26.563Z] Selecting previously unselected package less. [2020-06-10T14:26:26.563Z] Preparing to unpack .../12-less_487-0.1_amd64.deb ... [2020-06-10T14:26:26.563Z] Unpacking less (487-0.1) ... [2020-06-10T14:26:26.563Z] Selecting previously unselected package libexpat1:amd64. [2020-06-10T14:26:26.563Z] Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-06-10T14:26:26.563Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-06-10T14:26:26.563Z] Selecting previously unselected package netbase. [2020-06-10T14:26:26.563Z] Preparing to unpack .../14-netbase_5.4_all.deb ... [2020-06-10T14:26:26.563Z] Unpacking netbase (5.4) ... [2020-06-10T14:26:26.823Z] Selecting previously unselected package libedit2:amd64. [2020-06-10T14:26:26.823Z] Preparing to unpack .../15-libedit2_3.1-20170329-1_amd64.deb ... [2020-06-10T14:26:26.823Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-06-10T14:26:26.823Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-06-10T14:26:26.823Z] Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb ... [2020-06-10T14:26:26.823Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... [2020-06-10T14:26:27.085Z] Selecting previously unselected package libxmuu1:amd64. [2020-06-10T14:26:27.085Z] Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_amd64.deb ... [2020-06-10T14:26:27.085Z] Unpacking libxmuu1:amd64 (2:1.1.2-2) ... [2020-06-10T14:26:27.085Z] Selecting previously unselected package openssh-client. [2020-06-10T14:26:27.085Z] Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-06-10T14:26:27.085Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-10T14:26:27.346Z] Selecting previously unselected package xauth. [2020-06-10T14:26:27.346Z] Preparing to unpack .../19-xauth_1%3a1.0.10-1_amd64.deb ... [2020-06-10T14:26:27.346Z] Unpacking xauth (1:1.0.10-1) ... [2020-06-10T14:26:27.346Z] Selecting previously unselected package curl. [2020-06-10T14:26:27.346Z] Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_amd64.deb ... [2020-06-10T14:26:27.346Z] Unpacking curl (7.58.0-2ubuntu3.8) ... [2020-06-10T14:26:27.346Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-06-10T14:26:27.346Z] Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_amd64.deb ... [2020-06-10T14:26:27.346Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... [2020-06-10T14:26:27.606Z] Selecting previously unselected package liberror-perl. [2020-06-10T14:26:27.606Z] Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... [2020-06-10T14:26:27.606Z] Unpacking liberror-perl (0.17025-1) ... [2020-06-10T14:26:27.606Z] Selecting previously unselected package git-man. [2020-06-10T14:26:27.606Z] Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-06-10T14:26:27.606Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-10T14:26:27.867Z] Selecting previously unselected package git. [2020-06-10T14:26:27.867Z] Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-06-10T14:26:27.867Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-06-10T14:26:28.442Z] Selecting previously unselected package make. [2020-06-10T14:26:28.442Z] Preparing to unpack .../25-make_4.1-9.1ubuntu1_amd64.deb ... [2020-06-10T14:26:28.442Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-06-10T14:26:28.442Z] Selecting previously unselected package patch. [2020-06-10T14:26:28.442Z] Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-06-10T14:26:28.442Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-06-10T14:26:28.703Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-06-10T14:26:28.703Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-10T14:26:28.703Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-06-10T14:26:28.703Z] Setting up less (487-0.1) ... [2020-06-10T14:26:28.703Z] Setting up make (4.1-9.1ubuntu1) ... [2020-06-10T14:26:28.963Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... [2020-06-10T14:26:28.963Z] Setting up curl (7.58.0-2ubuntu3.8) ... [2020-06-10T14:26:28.963Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... [2020-06-10T14:26:28.963Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-10T14:26:28.963Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-06-10T14:26:28.963Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-06-10T14:26:29.223Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-06-10T14:26:29.223Z] Setting up libxdmcp6:amd64 (1:1.1.2-3) ... [2020-06-10T14:26:29.223Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-06-10T14:26:29.223Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-10T14:26:29.484Z] Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-10T14:26:29.484Z] Setting up libxau6:amd64 (1:1.0.8-1) ... [2020-06-10T14:26:29.484Z] Setting up netbase (5.4) ... [2020-06-10T14:26:29.484Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-06-10T14:26:29.484Z] Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ... [2020-06-10T14:26:29.484Z] Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... [2020-06-10T14:26:29.484Z] Setting up libxmuu1:amd64 (2:1.1.2-2) ... [2020-06-10T14:26:29.745Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-06-10T14:26:29.745Z] Setting up libxext6:amd64 (2:1.3.3-1) ... [2020-06-10T14:26:29.745Z] Setting up liberror-perl (0.17025-1) ... [2020-06-10T14:26:29.745Z] Setting up xauth (1:1.0.10-1) ... [2020-06-10T14:26:29.745Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-06-10T14:26:29.745Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-06-10T14:26:32.289Z] curl set to automatically installed. [2020-06-10T14:26:32.289Z] git set to automatically installed. [2020-06-10T14:26:32.289Z] git-man set to automatically installed. [2020-06-10T14:26:32.289Z] less set to automatically installed. [2020-06-10T14:26:32.289Z] libbsd0 set to automatically installed. [2020-06-10T14:26:32.289Z] libcurl3-gnutls set to automatically installed. [2020-06-10T14:26:32.289Z] libedit2 set to automatically installed. [2020-06-10T14:26:32.289Z] liberror-perl set to automatically installed. [2020-06-10T14:26:32.289Z] libexpat1 set to automatically installed. [2020-06-10T14:26:32.289Z] libgdbm-compat4 set to automatically installed. [2020-06-10T14:26:32.289Z] libgdbm5 set to automatically installed. [2020-06-10T14:26:32.289Z] libperl5.26 set to automatically installed. [2020-06-10T14:26:32.289Z] libssl1.0.0 set to automatically installed. [2020-06-10T14:26:32.289Z] libx11-6 set to automatically installed. [2020-06-10T14:26:32.289Z] libx11-data set to automatically installed. [2020-06-10T14:26:32.289Z] libxau6 set to automatically installed. [2020-06-10T14:26:32.289Z] libxcb1 set to automatically installed. [2020-06-10T14:26:32.289Z] libxdmcp6 set to automatically installed. [2020-06-10T14:26:32.289Z] libxext6 set to automatically installed. [2020-06-10T14:26:32.289Z] libxmuu1 set to automatically installed. [2020-06-10T14:26:32.289Z] make set to automatically installed. [2020-06-10T14:26:32.289Z] netbase set to automatically installed. [2020-06-10T14:26:32.289Z] openssh-client set to automatically installed. [2020-06-10T14:26:32.289Z] patch set to automatically installed. [2020-06-10T14:26:32.289Z] perl set to automatically installed. [2020-06-10T14:26:32.289Z] perl-modules-5.26 set to automatically installed. [2020-06-10T14:26:32.289Z] xauth set to automatically installed. [2020-06-10T14:26:32.289Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-06-10T14:26:32.289Z] Please ensure the environment is properly setup before continuing. [2020-06-10T14:26:32.289Z] Ignore this message if the appropriate measures have already been taken [2020-06-10T14:26:32.550Z] Pulling go [2020-06-10T14:26:33.491Z] 'device-mqtt' has dependencies that need to be staged: go [2020-06-10T14:26:33.491Z] Skipping pull go (already ran) [2020-06-10T14:26:33.491Z] Building go [2020-06-10T14:26:33.491Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-06-10T14:26:33.491Z] Dload Upload Total Spent Left Speed [2020-06-10T14:26:35.713Z] 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 [2020-06-10T14:26:36.662Z] go1.13.5.linux-amd64.tar.gz: OK [2020-06-10T14:26:44.814Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-06-10T14:26:44.814Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.028s coverage: 29.8% of statements [2020-06-10T14:26:44.814Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-06-10T14:26:44.814Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-10T14:26:46.678Z] Staging go [2020-06-10T14:26:46.678Z] Pulling device-mqtt [2020-06-10T14:26:47.620Z] Skipping build go (already ran) [2020-06-10T14:26:47.620Z] Building device-mqtt [2020-06-10T14:26:47.620Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd [2020-06-10T14:26:48.567Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-06-10T14:26:48.567Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-10T14:26:48.567Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-10T14:26:48.567Z] go: downloading github.com/spf13/cast v1.3.0 [2020-06-10T14:26:48.567Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-10T14:26:48.567Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-06-10T14:26:48.567Z] go: extracting github.com/spf13/cast v1.3.0 [2020-06-10T14:26:48.567Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-10T14:26:48.829Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-10T14:26:48.829Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-06-10T14:26:48.829Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-06-10T14:26:48.829Z] go: downloading github.com/google/uuid v1.1.1 [2020-06-10T14:26:48.829Z] go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-10T14:26:48.829Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-06-10T14:26:48.829Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-06-10T14:26:48.829Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-06-10T14:26:48.829Z] go: downloading github.com/pkg/errors v0.8.1 [2020-06-10T14:26:48.829Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-10T14:26:48.829Z] go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-10T14:26:48.829Z] go: extracting github.com/google/uuid v1.1.1 [2020-06-10T14:26:48.829Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-10T14:26:48.829Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-10T14:26:48.829Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-06-10T14:26:48.829Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-10T14:26:48.829Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-06-10T14:26:48.829Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-06-10T14:26:48.829Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-10T14:26:48.829Z] go: extracting github.com/pkg/errors v0.8.1 [2020-06-10T14:26:48.829Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-10T14:26:48.829Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-06-10T14:26:48.829Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-10T14:26:48.829Z] go: downloading github.com/x448/float16 v0.8.4 [2020-06-10T14:26:48.829Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-06-10T14:26:48.829Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-06-10T14:26:49.093Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-06-10T14:26:49.093Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-10T14:26:49.093Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-06-10T14:26:49.093Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-10T14:26:49.093Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-06-10T14:26:49.093Z] go: extracting github.com/x448/float16 v0.8.4 [2020-06-10T14:26:49.093Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-06-10T14:26:49.093Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-06-10T14:26:49.093Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-06-10T14:26:49.093Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-10T14:26:49.093Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-10T14:26:49.093Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-06-10T14:26:49.093Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-06-10T14:26:49.093Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-06-10T14:26:49.093Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-06-10T14:26:49.093Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-06-10T14:26:49.093Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-06-10T14:26:49.093Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-10T14:26:49.093Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-10T14:26:49.093Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-10T14:26:49.093Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-06-10T14:26:49.093Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-06-10T14:26:49.093Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-10T14:26:49.093Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-10T14:26:49.093Z] go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-10T14:26:49.093Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-06-10T14:26:49.093Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-10T14:26:49.355Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-10T14:26:49.355Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-10T14:26:49.355Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-10T14:26:49.355Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-06-10T14:26:49.355Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-06-10T14:26:49.355Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-06-10T14:26:49.355Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-10T14:26:49.355Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-10T14:26:49.355Z] go: finding github.com/spf13/cast v1.3.0 [2020-06-10T14:26:49.355Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-10T14:26:49.355Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-10T14:26:49.355Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-10T14:26:49.355Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-10T14:26:49.355Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-10T14:26:49.355Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-10T14:26:49.928Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-06-10T14:26:49.928Z] go: finding github.com/google/uuid v1.1.1 [2020-06-10T14:26:49.928Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-10T14:26:49.928Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-10T14:26:49.928Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-10T14:26:49.928Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-10T14:26:50.206Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-10T14:26:50.206Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-10T14:26:50.206Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-10T14:26:50.206Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-10T14:26:50.206Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-10T14:26:50.206Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-10T14:26:50.206Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-10T14:26:50.206Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-10T14:26:50.206Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-10T14:26:50.206Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-10T14:26:50.206Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-10T14:26:50.206Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-10T14:26:50.206Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-10T14:26:50.206Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-10T14:26:50.206Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-10T14:26:50.206Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-10T14:26:50.206Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-10T14:26:51.537Z] gofmt -l . [2020-06-10T14:26:51.537Z] ["`gofmt -l .`" = ""] [2020-06-10T14:26:51.537Z] ./bin/test-attribution-txt.sh [2020-06-10T14:26:51.537Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-06-10T14:26:52.162Z] Warning: overwriting stash ‘coverage-report’ [2020-06-10T14:26:52.544Z] Stashed 1 file(s) [Pipeline] } [2020-06-10T14:26:52.517Z] $ docker stop --time=1 c0964b05df155e41cc605cc0566052f782fa7879aff60fc1c3b456fdd438b87a [2020-06-10T14:26:54.611Z] $ docker rm -f c0964b05df155e41cc605cc0566052f782fa7879aff60fc1c3b456fdd438b87a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-10T14:26:55.673Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-10T14:26:56.006Z] + ls -al . [2020-06-10T14:26:56.006Z] total 132 [2020-06-10T14:26:56.006Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 10 14:26 . [2020-06-10T14:26:56.006Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 10 14:24 .. [2020-06-10T14:26:56.006Z] -rw-rw-r-- 1 jenkins jenkins 140 Jun 10 14:24 .dockerignore [2020-06-10T14:26:56.006Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 10 14:24 .git [2020-06-10T14:26:56.006Z] -rw-rw-r-- 1 jenkins jenkins 328 Jun 10 14:24 .gitignore [2020-06-10T14:26:56.006Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 10 14:24 .semver [2020-06-10T14:26:56.006Z] -rw-rw-r-- 1 jenkins jenkins 4678 Jun 10 14:24 Attribution.txt [2020-06-10T14:26:56.006Z] -rw-rw-r-- 1 jenkins jenkins 1776 Jun 10 14:24 Dockerfile [2020-06-10T14:26:56.006Z] -rw-rw-r-- 1 jenkins jenkins 953 Jun 10 14:24 Dockerfile.build [2020-06-10T14:26:56.006Z] -rw-rw-r-- 1 jenkins jenkins 700 Jun 10 14:24 Jenkinsfile [2020-06-10T14:26:56.006Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jun 10 14:24 LICENSE [2020-06-10T14:26:56.006Z] -rw-rw-r-- 1 jenkins jenkins 902 Jun 10 14:24 Makefile [2020-06-10T14:26:56.006Z] -rw-rw-r-- 1 jenkins jenkins 444 Jun 10 14:24 README.md [2020-06-10T14:26:56.006Z] -rw-rw-r-- 1 jenkins jenkins 5 Jun 10 14:20 VERSION [2020-06-10T14:26:56.006Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 10 14:24 bin [2020-06-10T14:26:56.006Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 10 14:24 cmd [2020-06-10T14:26:56.006Z] -rw-r--r-- 1 jenkins jenkins 18214 Jun 10 14:26 coverage.out [2020-06-10T14:26:56.006Z] -rw-r--r-- 1 jenkins jenkins 510 Jun 10 14:26 go.mod [2020-06-10T14:26:56.006Z] -rw-r--r-- 1 jenkins jenkins 13621 Jun 10 14:26 go.sum [2020-06-10T14:26:56.006Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 10 14:24 internal [2020-06-10T14:26:56.006Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 10 14:24 mock [2020-06-10T14:26:56.006Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 10 14:24 snap [2020-06-10T14:26:56.006Z] -rw-rw-r-- 1 jenkins jenkins 227 Jun 10 14:24 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-10T14:26:56.349Z] + 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 . [2020-06-10T14:26:56.621Z] Sending build context to Docker daemon 590.8kB [2020-06-10T14:26:56.621Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-06-10T14:26:56.621Z] Step 2/21 : FROM ${BASE} AS builder [2020-06-10T14:26:56.621Z] ---> a7b2274b78e3 [2020-06-10T14:26:56.895Z] Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-06-10T14:26:56.895Z] ---> Running in 0bcbb4a10a6f [2020-06-10T14:26:57.490Z] Removing intermediate container 0bcbb4a10a6f [2020-06-10T14:26:57.490Z] ---> 75197f9b1a76 [2020-06-10T14:26:57.490Z] Step 4/21 : ARG ALPINE_PKG_EXTRA="" [2020-06-10T14:26:57.490Z] ---> Running in 5bcea9397c8b [2020-06-10T14:26:58.086Z] Removing intermediate container 5bcea9397c8b [2020-06-10T14:26:58.086Z] ---> 2c6e6c38027b [2020-06-10T14:26:58.086Z] Step 5/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-10T14:26:58.086Z] ---> Running in 3fdbeb34c2f2 [2020-06-10T14:27:00.301Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-10T14:27:00.708Z] Removing intermediate container 3fdbeb34c2f2 [2020-06-10T14:27:00.708Z] ---> faa98d0d37d8 [2020-06-10T14:27:00.708Z] Step 6/21 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-10T14:27:00.708Z] ---> Running in 2d962eacba33 [2020-06-10T14:27:02.136Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-10T14:27:02.726Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-10T14:27:03.326Z] OK: 203 MiB in 52 packages [2020-06-10T14:27:04.358Z] Removing intermediate container 2d962eacba33 [2020-06-10T14:27:04.358Z] ---> 91f295519136 [2020-06-10T14:27:04.358Z] Step 7/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-06-10T14:27:04.666Z] ---> Running in b3b52a97a9fb [2020-06-10T14:27:04.956Z] Removing intermediate container b3b52a97a9fb [2020-06-10T14:27:04.956Z] ---> 22f4d88efc1c [2020-06-10T14:27:04.956Z] Step 8/21 : COPY . . [2020-06-10T14:27:05.597Z] Skipping stage go (already ran) [2020-06-10T14:27:05.597Z] Staging device-mqtt [2020-06-10T14:27:06.015Z] ---> 6e7a5645ade0 [2020-06-10T14:27:06.015Z] Step 9/21 : ARG MAKE='make build' [2020-06-10T14:27:06.297Z] ---> Running in 11c25455271d [2020-06-10T14:27:06.539Z] Priming go [2020-06-10T14:27:06.583Z] Removing intermediate container 11c25455271d [2020-06-10T14:27:06.583Z] ---> 9e18507c9ee8 [2020-06-10T14:27:06.583Z] Step 10/21 : RUN $MAKE [2020-06-10T14:27:06.862Z] ---> Running in 1b45d34e77ac [2020-06-10T14:27:07.481Z] Priming device-mqtt [2020-06-10T14:27:08.295Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd [2020-06-10T14:27:08.426Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-06-10T14:27:08.426Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-06-10T14:27:08.426Z] Determining the version from the project repo (version-script). [2020-06-10T14:27:08.426Z] The version has been set to '0.0.0-20200610+c418d37' [2020-06-10T14:27:08.426Z] Snapping 'edgex-device-mqtt' ... [2020-06-10T14:27:09.870Z] [2020-06-10T14:27:09.870Z] Snapped edgex-device-mqtt_0.0.0-20200610+c418d37_amd64.snap [Pipeline] } [2020-06-10T14:27:11.366Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-06-10T14:27:35.123Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-10T14:27:41.826Z] Removing intermediate container 1b45d34e77ac [2020-06-10T14:27:41.826Z] ---> 34debe30e87c [2020-06-10T14:27:41.826Z] Step 11/21 : FROM alpine [2020-06-10T14:27:42.418Z] latest: Pulling from library/alpine [2020-06-10T14:27:42.418Z] b538f80385f9: Pulling fs layer [2020-06-10T14:27:43.839Z] b538f80385f9: Download complete [2020-06-10T14:27:44.112Z] b538f80385f9: Pull complete [2020-06-10T14:27:44.112Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-10T14:27:44.113Z] Status: Downloaded newer image for alpine:latest [2020-06-10T14:27:44.113Z] ---> 62ee0e9f8440 [2020-06-10T14:27:44.113Z] Step 12/21 : ENV APP_PORT=49982 [2020-06-10T14:27:44.385Z] ---> Running in a475c273767a [2020-06-10T14:27:44.982Z] Removing intermediate container a475c273767a [2020-06-10T14:27:44.982Z] ---> 65755a4526db [2020-06-10T14:27:44.982Z] Step 13/21 : EXPOSE $APP_PORT [2020-06-10T14:27:44.982Z] ---> Running in 4962eca71192 [2020-06-10T14:27:45.254Z] Removing intermediate container 4962eca71192 [2020-06-10T14:27:45.254Z] ---> 5791afd18add [2020-06-10T14:27:45.254Z] Step 14/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-06-10T14:27:46.683Z] ---> ed131eee4016 [2020-06-10T14:27:46.683Z] Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-06-10T14:27:47.666Z] ---> 823f6cfeebb2 [2020-06-10T14:27:47.666Z] Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-06-10T14:27:48.258Z] ---> 8a14729737b1 [2020-06-10T14:27:48.258Z] Step 17/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-06-10T14:27:48.258Z] ---> Running in 89be62942f2b [2020-06-10T14:27:48.530Z] Removing intermediate container 89be62942f2b [2020-06-10T14:27:48.530Z] ---> 8c01f44d2d77 [2020-06-10T14:27:48.530Z] Step 18/21 : ENTRYPOINT ["/device-mqtt","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-06-10T14:27:48.801Z] ---> Running in fae6d1bae14c [2020-06-10T14:27:49.072Z] Removing intermediate container fae6d1bae14c [2020-06-10T14:27:49.072Z] ---> c897faaea27f [2020-06-10T14:27:49.072Z] Step 19/21 : LABEL arch=arm64 [2020-06-10T14:27:49.342Z] ---> Running in e1cc33bda33d [2020-06-10T14:27:49.612Z] Removing intermediate container e1cc33bda33d [2020-06-10T14:27:49.612Z] ---> 94047058faf2 [2020-06-10T14:27:49.612Z] Step 20/21 : LABEL git_sha=c418d371bc54cc5a2f15a6864e3b1205028dfdad [2020-06-10T14:27:49.884Z] ---> Running in 5ee1884c7b27 [2020-06-10T14:27:50.156Z] Removing intermediate container 5ee1884c7b27 [2020-06-10T14:27:50.156Z] ---> 996d9fd06cee [2020-06-10T14:27:50.156Z] Step 21/21 : LABEL version=0.0.0 [2020-06-10T14:27:50.427Z] ---> Running in f94b2447a8ef [2020-06-10T14:27:50.699Z] Removing intermediate container f94b2447a8ef [2020-06-10T14:27:50.699Z] ---> 31c772f35818 [2020-06-10T14:27:50.699Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-10T14:27:50.699Z] Successfully built 31c772f35818 [2020-06-10T14:27:50.699Z] Successfully tagged docker-device-mqtt-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-10T14:27:51.303Z] + grep snapcraft.yaml [2020-06-10T14:27:51.303Z] + find /w/workspace/device-mqtt-go/3 [2020-06-10T14:27:51.303Z] + grep -Po ^name: \K(.*) /w/workspace/device-mqtt-go/3/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-10T14:27:51.419Z] provisioning config files... [2020-06-10T14:27:51.439Z] copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/3@tmp/config7126429131069121199tmp [Pipeline] { [Pipeline] sh [2020-06-10T14:27:51.805Z] + cp /w/workspace/device-mqtt-go/3@tmp/config7126429131069121199tmp /w/workspace/device-mqtt-go/3/edgex-snap-store-login [Pipeline] sh [2020-06-10T14:27:52.142Z] + 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 [2020-06-10T14:27:52.142Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-06-10T14:27:52.142Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-06-10T14:27:52.142Z] b2f61026a351: Pulling fs layer [2020-06-10T14:27:52.142Z] 5538fb30c42c: Pulling fs layer [2020-06-10T14:27:52.142Z] f0b05810781a: Pulling fs layer [2020-06-10T14:27:52.142Z] 0180a33352d6: Pulling fs layer [2020-06-10T14:27:52.142Z] e7604b0c0f53: Pulling fs layer [2020-06-10T14:27:52.142Z] db689cb83ae0: Pulling fs layer [2020-06-10T14:27:52.142Z] 6138af208834: Pulling fs layer [2020-06-10T14:27:52.142Z] 007c8e8c5d63: Pulling fs layer [2020-06-10T14:27:52.142Z] 4f7a387c642f: Pulling fs layer [2020-06-10T14:27:52.142Z] 0180a33352d6: Waiting [2020-06-10T14:27:52.142Z] 6138af208834: Waiting [2020-06-10T14:27:52.142Z] db689cb83ae0: Waiting [2020-06-10T14:27:52.142Z] e7604b0c0f53: Waiting [2020-06-10T14:27:52.142Z] 007c8e8c5d63: Waiting [2020-06-10T14:27:52.142Z] 4f7a387c642f: Waiting [2020-06-10T14:27:52.414Z] f0b05810781a: Verifying Checksum [2020-06-10T14:27:52.414Z] f0b05810781a: Download complete [2020-06-10T14:27:52.414Z] 5538fb30c42c: Download complete [2020-06-10T14:27:52.414Z] 0180a33352d6: Download complete [2020-06-10T14:27:52.414Z] db689cb83ae0: Verifying Checksum [2020-06-10T14:27:52.414Z] db689cb83ae0: Download complete [2020-06-10T14:27:52.414Z] 6138af208834: Download complete [2020-06-10T14:27:52.414Z] 007c8e8c5d63: Download complete [2020-06-10T14:27:52.414Z] 4f7a387c642f: Download complete [2020-06-10T14:27:53.009Z] b2f61026a351: Verifying Checksum [2020-06-10T14:27:53.009Z] b2f61026a351: Download complete [2020-06-10T14:27:56.392Z] b2f61026a351: Pull complete [2020-06-10T14:27:56.392Z] 5538fb30c42c: Pull complete [2020-06-10T14:27:56.667Z] f0b05810781a: Pull complete [2020-06-10T14:27:56.942Z] 0180a33352d6: Pull complete [2020-06-10T14:27:59.548Z] e7604b0c0f53: Download complete [2020-06-10T14:28:31.862Z] e7604b0c0f53: Pull complete [2020-06-10T14:28:31.862Z] db689cb83ae0: Pull complete [2020-06-10T14:28:31.862Z] 6138af208834: Pull complete [2020-06-10T14:28:31.862Z] 007c8e8c5d63: Pull complete [2020-06-10T14:28:31.862Z] 4f7a387c642f: Pull complete [2020-06-10T14:28:31.862Z] Digest: sha256:95de001a4645667c7ff44d03fa3a86afcf7622caf7559cdf0345329f515671b4 [2020-06-10T14:28:31.862Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-06-10T14:28:37.266Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-06-10T14:28:37.536Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-06-10T14:28:37.807Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-06-10T14:28:38.079Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-06-10T14:28:38.079Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1192 B] [2020-06-10T14:28:38.079Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3737 B] [2020-06-10T14:28:38.079Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [879 kB] [2020-06-10T14:28:38.687Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1233 kB] [2020-06-10T14:28:38.687Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] [2020-06-10T14:28:38.687Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [7827 B] [2020-06-10T14:28:38.957Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [754 kB] [2020-06-10T14:28:38.957Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [605 kB] [2020-06-10T14:28:39.546Z] Fetched 3745 kB in 2s (1558 kB/s) [2020-06-10T14:28:43.838Z] Reading package lists... [2020-06-10T14:28:56.195Z] Installing build dependencies: curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase openssh-client patch perl perl-modules-5.26 xauth [2020-06-10T14:29:00.480Z] Reading package lists... [2020-06-10T14:29:00.480Z] Building dependency tree... [2020-06-10T14:29:00.480Z] Reading state information... [2020-06-10T14:29:01.451Z] The following packages were automatically installed and are no longer required: [2020-06-10T14:29:01.451Z] libjq1 liblzo2-2 libonig4 [2020-06-10T14:29:01.451Z] Use 'sudo apt autoremove' to remove them. [2020-06-10T14:29:01.451Z] Suggested packages: [2020-06-10T14:29:01.451Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-06-10T14:29:01.451Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc [2020-06-10T14:29:01.451Z] keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc [2020-06-10T14:29:01.451Z] libterm-readline-gnu-perl | libterm-readline-perl-perl [2020-06-10T14:29:01.721Z] The following NEW packages will be installed: [2020-06-10T14:29:01.721Z] curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl [2020-06-10T14:29:01.721Z] libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 [2020-06-10T14:29:01.721Z] libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase [2020-06-10T14:29:01.721Z] openssh-client patch perl perl-modules-5.26 xauth [2020-06-10T14:29:02.015Z] 0 upgraded, 27 newly installed, 0 to remove and 10 not upgraded. [2020-06-10T14:29:02.015Z] Need to get 12.9 MB of archives. [2020-06-10T14:29:02.015Z] After this operation, 84.2 MB of additional disk space will be used. [2020-06-10T14:29:02.015Z] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxau6 arm64 1:1.0.8-1 [7590 B] [2020-06-10T14:29:02.312Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbsd0 arm64 0.8.7-1ubuntu0.1 [36.6 kB] [2020-06-10T14:29:02.312Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxdmcp6 arm64 1:1.1.2-3 [9694 B] [2020-06-10T14:29:02.312Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxcb1 arm64 1.13-2~ubuntu18.04 [37.3 kB] [2020-06-10T14:29:02.583Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] [2020-06-10T14:29:02.583Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-6 arm64 2:1.6.4-3ubuntu0.2 [521 kB] [2020-06-10T14:29:02.858Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxext6 arm64 2:1.3.3-1 [25.4 kB] [2020-06-10T14:29:02.858Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-06-10T14:29:03.470Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] [2020-06-10T14:29:03.470Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] [2020-06-10T14:29:03.470Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] [2020-06-10T14:29:03.470Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] [2020-06-10T14:29:03.470Z] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] [2020-06-10T14:29:03.470Z] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.2 [69.3 kB] [2020-06-10T14:29:03.746Z] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] [2020-06-10T14:29:03.746Z] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libedit2 arm64 3.1-20170329-1 [63.4 kB] [2020-06-10T14:29:03.746Z] Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libssl1.0.0 arm64 1.0.2n-1ubuntu5.3 [723 kB] [2020-06-10T14:29:03.746Z] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxmuu1 arm64 2:1.1.2-2 [9502 B] [2020-06-10T14:29:03.746Z] Get:19 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssh-client arm64 1:7.6p1-4ubuntu0.3 [527 kB] [2020-06-10T14:29:03.746Z] Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xauth arm64 1:1.0.10-1 [22.4 kB] [2020-06-10T14:29:03.746Z] Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.8 [152 kB] [2020-06-10T14:29:03.746Z] Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.8 [179 kB] [2020-06-10T14:29:03.746Z] Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] [2020-06-10T14:29:04.027Z] Get:24 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-06-10T14:29:04.027Z] Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] [2020-06-10T14:29:04.299Z] Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] [2020-06-10T14:29:04.299Z] Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] [2020-06-10T14:29:04.892Z] debconf: delaying package configuration, since apt-utils is not installed [2020-06-10T14:29:04.892Z] Fetched 12.9 MB in 2s (5437 kB/s) [2020-06-10T14:29:04.892Z] Selecting previously unselected package libxau6:arm64. [2020-06-10T14:29:04.892Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4630 files and directories currently installed.) [2020-06-10T14:29:04.892Z] Preparing to unpack .../00-libxau6_1%3a1.0.8-1_arm64.deb ... [2020-06-10T14:29:04.892Z] Unpacking libxau6:arm64 (1:1.0.8-1) ... [2020-06-10T14:29:05.164Z] Selecting previously unselected package libbsd0:arm64. [2020-06-10T14:29:05.164Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_arm64.deb ... [2020-06-10T14:29:05.164Z] Unpacking libbsd0:arm64 (0.8.7-1ubuntu0.1) ... [2020-06-10T14:29:05.164Z] Selecting previously unselected package libxdmcp6:arm64. [2020-06-10T14:29:05.164Z] Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_arm64.deb ... [2020-06-10T14:29:05.164Z] Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... [2020-06-10T14:29:05.437Z] Selecting previously unselected package libxcb1:arm64. [2020-06-10T14:29:05.437Z] Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_arm64.deb ... [2020-06-10T14:29:05.437Z] Unpacking libxcb1:arm64 (1.13-2~ubuntu18.04) ... [2020-06-10T14:29:05.437Z] Selecting previously unselected package libx11-data. [2020-06-10T14:29:05.437Z] Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... [2020-06-10T14:29:05.437Z] Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-10T14:29:05.709Z] Selecting previously unselected package libx11-6:arm64. [2020-06-10T14:29:05.709Z] Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_arm64.deb ... [2020-06-10T14:29:05.709Z] Unpacking libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... [2020-06-10T14:29:05.984Z] Selecting previously unselected package libxext6:arm64. [2020-06-10T14:29:05.984Z] Preparing to unpack .../06-libxext6_2%3a1.3.3-1_arm64.deb ... [2020-06-10T14:29:05.984Z] Unpacking libxext6:arm64 (2:1.3.3-1) ... [2020-06-10T14:29:06.258Z] Selecting previously unselected package perl-modules-5.26. [2020-06-10T14:29:06.258Z] Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-06-10T14:29:06.258Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-10T14:29:08.236Z] Selecting previously unselected package libgdbm5:arm64. [2020-06-10T14:29:08.236Z] Preparing to unpack .../08-libgdbm5_1.14.1-6_arm64.deb ... [2020-06-10T14:29:08.236Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-06-10T14:29:08.236Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-06-10T14:29:08.236Z] Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-06-10T14:29:08.236Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-06-10T14:29:08.236Z] Selecting previously unselected package libperl5.26:arm64. [2020-06-10T14:29:08.236Z] Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... [2020-06-10T14:29:08.236Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-06-10T14:29:09.667Z] Selecting previously unselected package perl. [2020-06-10T14:29:09.667Z] Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_arm64.deb ... [2020-06-10T14:29:09.667Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-06-10T14:29:09.667Z] Selecting previously unselected package less. [2020-06-10T14:29:09.667Z] Preparing to unpack .../12-less_487-0.1_arm64.deb ... [2020-06-10T14:29:09.938Z] Unpacking less (487-0.1) ... [2020-06-10T14:29:09.938Z] Selecting previously unselected package libexpat1:arm64. [2020-06-10T14:29:09.938Z] Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_arm64.deb ... [2020-06-10T14:29:09.938Z] Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.2) ... [2020-06-10T14:29:10.209Z] Selecting previously unselected package netbase. [2020-06-10T14:29:10.209Z] Preparing to unpack .../14-netbase_5.4_all.deb ... [2020-06-10T14:29:10.209Z] Unpacking netbase (5.4) ... [2020-06-10T14:29:10.209Z] Selecting previously unselected package libedit2:arm64. [2020-06-10T14:29:10.209Z] Preparing to unpack .../15-libedit2_3.1-20170329-1_arm64.deb ... [2020-06-10T14:29:10.209Z] Unpacking libedit2:arm64 (3.1-20170329-1) ... [2020-06-10T14:29:10.482Z] Selecting previously unselected package libssl1.0.0:arm64. [2020-06-10T14:29:10.482Z] Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_arm64.deb ... [2020-06-10T14:29:10.482Z] Unpacking libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... [2020-06-10T14:29:10.753Z] Selecting previously unselected package libxmuu1:arm64. [2020-06-10T14:29:10.753Z] Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_arm64.deb ... [2020-06-10T14:29:10.753Z] Unpacking libxmuu1:arm64 (2:1.1.2-2) ... [2020-06-10T14:29:11.024Z] Selecting previously unselected package openssh-client. [2020-06-10T14:29:11.024Z] Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_arm64.deb ... [2020-06-10T14:29:11.024Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-10T14:29:11.297Z] Selecting previously unselected package xauth. [2020-06-10T14:29:11.297Z] Preparing to unpack .../19-xauth_1%3a1.0.10-1_arm64.deb ... [2020-06-10T14:29:11.297Z] Unpacking xauth (1:1.0.10-1) ... [2020-06-10T14:29:11.569Z] Selecting previously unselected package curl. [2020-06-10T14:29:11.569Z] Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_arm64.deb ... [2020-06-10T14:29:11.569Z] Unpacking curl (7.58.0-2ubuntu3.8) ... [2020-06-10T14:29:11.569Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-06-10T14:29:11.569Z] Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_arm64.deb ... [2020-06-10T14:29:11.569Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... [2020-06-10T14:29:11.840Z] Selecting previously unselected package liberror-perl. [2020-06-10T14:29:11.840Z] Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... [2020-06-10T14:29:11.840Z] Unpacking liberror-perl (0.17025-1) ... [2020-06-10T14:29:11.840Z] Selecting previously unselected package git-man. [2020-06-10T14:29:11.840Z] Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-06-10T14:29:11.840Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-10T14:29:12.115Z] Selecting previously unselected package git. [2020-06-10T14:29:12.115Z] Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-06-10T14:29:12.115Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-06-10T14:29:13.545Z] Selecting previously unselected package make. [2020-06-10T14:29:13.545Z] Preparing to unpack .../25-make_4.1-9.1ubuntu1_arm64.deb ... [2020-06-10T14:29:13.545Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-06-10T14:29:13.545Z] Selecting previously unselected package patch. [2020-06-10T14:29:13.545Z] Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-06-10T14:29:13.545Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-06-10T14:29:13.816Z] Setting up libedit2:arm64 (3.1-20170329-1) ... [2020-06-10T14:29:13.816Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-10T14:29:13.816Z] Setting up libexpat1:arm64 (2.2.5-3ubuntu0.2) ... [2020-06-10T14:29:13.816Z] Setting up less (487-0.1) ... [2020-06-10T14:29:14.408Z] Setting up make (4.1-9.1ubuntu1) ... [2020-06-10T14:29:14.408Z] Setting up libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... [2020-06-10T14:29:14.680Z] Setting up curl (7.58.0-2ubuntu3.8) ... [2020-06-10T14:29:14.680Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... [2020-06-10T14:29:14.680Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-10T14:29:14.680Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-06-10T14:29:14.680Z] Setting up libbsd0:arm64 (0.8.7-1ubuntu0.1) ... [2020-06-10T14:29:14.680Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-06-10T14:29:14.951Z] Setting up libxdmcp6:arm64 (1:1.1.2-3) ... [2020-06-10T14:29:14.951Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-06-10T14:29:14.951Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-10T14:29:15.224Z] Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-10T14:29:15.224Z] Setting up libxau6:arm64 (1:1.0.8-1) ... [2020-06-10T14:29:15.224Z] Setting up netbase (5.4) ... [2020-06-10T14:29:15.224Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-06-10T14:29:15.492Z] Setting up libxcb1:arm64 (1.13-2~ubuntu18.04) ... [2020-06-10T14:29:15.493Z] Setting up libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... [2020-06-10T14:29:15.493Z] Setting up libxmuu1:arm64 (2:1.1.2-2) ... [2020-06-10T14:29:15.493Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-06-10T14:29:15.493Z] Setting up libxext6:arm64 (2:1.3.3-1) ... [2020-06-10T14:29:15.493Z] Setting up liberror-perl (0.17025-1) ... [2020-06-10T14:29:15.765Z] Setting up xauth (1:1.0.10-1) ... [2020-06-10T14:29:15.765Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-06-10T14:29:15.765Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-06-10T14:29:22.446Z] curl set to automatically installed. [2020-06-10T14:29:22.446Z] git set to automatically installed. [2020-06-10T14:29:22.446Z] git-man set to automatically installed. [2020-06-10T14:29:22.446Z] less set to automatically installed. [2020-06-10T14:29:22.446Z] libbsd0 set to automatically installed. [2020-06-10T14:29:22.446Z] libcurl3-gnutls set to automatically installed. [2020-06-10T14:29:22.446Z] libedit2 set to automatically installed. [2020-06-10T14:29:22.446Z] liberror-perl set to automatically installed. [2020-06-10T14:29:22.446Z] libexpat1 set to automatically installed. [2020-06-10T14:29:22.446Z] libgdbm-compat4 set to automatically installed. [2020-06-10T14:29:22.446Z] libgdbm5 set to automatically installed. [2020-06-10T14:29:22.446Z] libperl5.26 set to automatically installed. [2020-06-10T14:29:22.446Z] libssl1.0.0 set to automatically installed. [2020-06-10T14:29:22.446Z] libx11-6 set to automatically installed. [2020-06-10T14:29:22.446Z] libx11-data set to automatically installed. [2020-06-10T14:29:22.446Z] libxau6 set to automatically installed. [2020-06-10T14:29:22.446Z] libxcb1 set to automatically installed. [2020-06-10T14:29:22.446Z] libxdmcp6 set to automatically installed. [2020-06-10T14:29:22.446Z] libxext6 set to automatically installed. [2020-06-10T14:29:22.446Z] libxmuu1 set to automatically installed. [2020-06-10T14:29:22.446Z] make set to automatically installed. [2020-06-10T14:29:22.446Z] netbase set to automatically installed. [2020-06-10T14:29:22.446Z] openssh-client set to automatically installed. [2020-06-10T14:29:22.446Z] patch set to automatically installed. [2020-06-10T14:29:22.446Z] perl set to automatically installed. [2020-06-10T14:29:22.446Z] perl-modules-5.26 set to automatically installed. [2020-06-10T14:29:22.446Z] xauth set to automatically installed. [2020-06-10T14:29:22.446Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-06-10T14:29:22.446Z] Please ensure the environment is properly setup before continuing. [2020-06-10T14:29:22.446Z] Ignore this message if the appropriate measures have already been taken [2020-06-10T14:29:22.446Z] Pulling go [2020-06-10T14:29:25.042Z] 'device-mqtt' has dependencies that need to be staged: go [2020-06-10T14:29:25.042Z] Skipping pull go (already ran) [2020-06-10T14:29:25.042Z] Building go [2020-06-10T14:29:25.316Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-06-10T14:29:25.316Z] Dload Upload Total Spent Left Speed [2020-06-10T14:29:27.167Z] 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 [2020-06-10T14:29:28.595Z] go1.13.5.linux-arm64.tar.gz: OK [2020-06-10T14:29:46.867Z] Staging go [2020-06-10T14:29:47.459Z] Pulling device-mqtt [2020-06-10T14:29:50.057Z] Skipping build go (already ran) [2020-06-10T14:29:50.057Z] Building device-mqtt [2020-06-10T14:29:50.329Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd [2020-06-10T14:29:50.934Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-06-10T14:29:50.934Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-10T14:29:50.934Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-10T14:29:50.934Z] go: downloading github.com/spf13/cast v1.3.0 [2020-06-10T14:29:50.934Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-10T14:29:51.209Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-10T14:29:51.209Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-06-10T14:29:51.209Z] go: extracting github.com/spf13/cast v1.3.0 [2020-06-10T14:29:51.209Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-10T14:29:51.209Z] go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-10T14:29:51.209Z] go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-10T14:29:51.209Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-06-10T14:29:51.209Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-06-10T14:29:51.486Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-06-10T14:29:51.486Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-06-10T14:29:51.486Z] go: downloading github.com/pkg/errors v0.8.1 [2020-06-10T14:29:51.486Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-10T14:29:51.486Z] go: downloading github.com/google/uuid v1.1.1 [2020-06-10T14:29:51.486Z] go: extracting github.com/pkg/errors v0.8.1 [2020-06-10T14:29:51.486Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-10T14:29:51.486Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-06-10T14:29:51.486Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-10T14:29:51.486Z] go: extracting github.com/google/uuid v1.1.1 [2020-06-10T14:29:51.486Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-06-10T14:29:51.486Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-10T14:29:51.486Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-10T14:29:51.486Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-06-10T14:29:51.486Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-06-10T14:29:51.486Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-06-10T14:29:51.486Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-10T14:29:51.486Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-10T14:29:51.486Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-06-10T14:29:51.486Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-10T14:29:51.486Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-06-10T14:29:51.486Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-06-10T14:29:51.486Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-06-10T14:29:51.760Z] go: downloading github.com/x448/float16 v0.8.4 [2020-06-10T14:29:51.760Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-10T14:29:51.760Z] go: extracting github.com/x448/float16 v0.8.4 [2020-06-10T14:29:51.760Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-10T14:29:51.760Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-06-10T14:29:51.760Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-06-10T14:29:51.760Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-10T14:29:51.760Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-06-10T14:29:51.760Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-06-10T14:29:51.760Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-10T14:29:51.761Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-06-10T14:29:51.761Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-06-10T14:29:51.761Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-06-10T14:29:51.761Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-06-10T14:29:51.761Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-06-10T14:29:51.761Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-10T14:29:51.761Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-10T14:29:51.761Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-06-10T14:29:51.761Z] go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-10T14:29:51.761Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-10T14:29:51.761Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-10T14:29:52.035Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-06-10T14:29:52.035Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-06-10T14:29:52.035Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-06-10T14:29:52.035Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-10T14:29:52.035Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-10T14:29:52.311Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-10T14:29:52.311Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-10T14:29:52.311Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-06-10T14:29:52.311Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-06-10T14:29:52.311Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-06-10T14:29:52.311Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-10T14:29:52.311Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-10T14:29:52.311Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-10T14:29:52.311Z] go: finding github.com/spf13/cast v1.3.0 [2020-06-10T14:29:52.311Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-10T14:29:52.311Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-10T14:29:52.311Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-10T14:29:52.311Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-10T14:29:52.311Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-10T14:29:52.311Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-06-10T14:29:52.591Z] go: finding github.com/google/uuid v1.1.1 [2020-06-10T14:29:52.591Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-10T14:29:52.591Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-10T14:29:52.591Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-10T14:29:52.591Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-10T14:29:52.591Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-10T14:29:52.591Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-10T14:29:52.591Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-10T14:29:52.591Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-10T14:29:52.591Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-10T14:29:52.591Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-10T14:29:52.591Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-10T14:29:52.591Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-10T14:29:52.591Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-10T14:29:52.591Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-10T14:29:52.591Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-10T14:29:52.591Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-10T14:29:52.591Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-10T14:29:52.591Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-10T14:29:52.591Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-10T14:29:52.591Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-10T14:29:52.591Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-10T14:30:19.445Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-10T14:30:34.514Z] Skipping stage go (already ran) [2020-06-10T14:30:34.514Z] Staging device-mqtt [2020-06-10T14:30:37.883Z] Priming go [2020-06-10T14:30:40.476Z] Priming device-mqtt [2020-06-10T14:30:43.077Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-06-10T14:30:43.077Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-06-10T14:30:43.077Z] Determining the version from the project repo (version-script). [2020-06-10T14:30:43.349Z] The version has been set to '0.0.0-20200610+c418d37' [2020-06-10T14:30:43.349Z] Snapping 'edgex-device-mqtt' ... [2020-06-10T14:30:47.655Z] [2020-06-10T14:30:47.655Z] Snapped edgex-device-mqtt_0.0.0-20200610+c418d37_arm64.snap [Pipeline] } [2020-06-10T14:30:49.099Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-06-10T14:30:49.775Z] provisioning config files... [2020-06-10T14:30:49.788Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-150@tmp/config3637749819951981321tmp [Pipeline] { [Pipeline] sh [2020-06-10T14:30:50.106Z] + curl -s https://codecov.io/bash [2020-06-10T14:30:50.106Z] + bash -s - -t @/w/workspace/gexfoundry_device-mqtt-go_PR-150@tmp/config3637749819951981321tmp [2020-06-10T14:30:50.370Z] [2020-06-10T14:30:50.370Z] _____ _ [2020-06-10T14:30:50.370Z] / ____| | | [2020-06-10T14:30:50.370Z] | | ___ __| | ___ ___ _____ __ [2020-06-10T14:30:50.370Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-06-10T14:30:50.370Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-06-10T14:30:50.370Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-06-10T14:30:50.370Z] Bash-20200602-f809a24 [2020-06-10T14:30:50.370Z] [2020-06-10T14:30:50.370Z] [2020-06-10T14:30:50.370Z] ==> Jenkins CI detected. [2020-06-10T14:30:50.370Z] project root: . [2020-06-10T14:30:50.370Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-06-10T14:30:50.370Z] ==> Running gcov in . (disable via -X gcov) [2020-06-10T14:30:50.370Z] ==> Python coveragepy not found [2020-06-10T14:30:50.370Z] ==> Searching for coverage reports in: [2020-06-10T14:30:50.370Z] + . [2020-06-10T14:30:50.370Z] -> Found 1 reports [2020-06-10T14:30:50.370Z] ==> Detecting git/mercurial file structure [2020-06-10T14:30:50.370Z] ==> Reading reports [2020-06-10T14:30:50.370Z] + ./coverage.out bytes=18214 [2020-06-10T14:30:50.370Z] ==> Appending adjustments [2020-06-10T14:30:50.370Z] https://docs.codecov.io/docs/fixing-reports [2020-06-10T14:30:50.370Z] + Found adjustments [2020-06-10T14:30:50.370Z] ==> Gzipping contents [2020-06-10T14:30:50.370Z] ==> Uploading reports [2020-06-10T14:30:50.370Z] url: https://codecov.io [2020-06-10T14:30:50.370Z] 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= [2020-06-10T14:30:50.370Z] -> Pinging Codecov [2020-06-10T14:30:50.370Z] 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= [2020-06-10T14:30:50.942Z] -> Uploading [2020-06-10T14:30:51.512Z] -> View reports at https://codecov.io/github/edgexfoundry/device-mqtt-go/commit/c418d371bc54cc5a2f15a6864e3b1205028dfdad [Pipeline] } [2020-06-10T14:30:51.520Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-06-10T14:30:52.437Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-10T14:30:53.023Z] ---> package-listing.sh [2020-06-10T14:30:53.023Z] ++ facter osfamily [2020-06-10T14:30:53.023Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-10T14:30:53.023Z] + OS_FAMILY=redhat [2020-06-10T14:30:53.023Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-150 [2020-06-10T14:30:53.023Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-10T14:30:53.023Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-10T14:30:53.023Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-10T14:30:53.023Z] + PACKAGES=/tmp/packages_start.txt [2020-06-10T14:30:53.023Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-150 ']' [2020-06-10T14:30:53.023Z] + PACKAGES=/tmp/packages_end.txt [2020-06-10T14:30:53.023Z] + case "${OS_FAMILY}" in [2020-06-10T14:30:53.023Z] + rpm -qa [2020-06-10T14:30:53.023Z] + sort [2020-06-10T14:30:57.238Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-10T14:30:57.238Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-10T14:30:57.238Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-10T14:30:57.238Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-150 ']' [2020-06-10T14:30:57.238Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-150/archives/ [2020-06-10T14:30:57.238Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-150/archives/ [Pipeline] isUnix [Pipeline] sh [2020-06-10T14:30:57.842Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-10T14:30:57.842Z] [2020-06-10T14:30:57.842Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-10T14:30:58.174Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-10T14:30:58.174Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-10T14:30:58.174Z] c9b1b535fdd9: Pulling fs layer [2020-06-10T14:30:58.174Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-10T14:30:58.174Z] 756a868c4378: Pulling fs layer [2020-06-10T14:30:58.174Z] 444b2fc9a129: Pulling fs layer [2020-06-10T14:30:58.174Z] ea15f1150254: Pulling fs layer [2020-06-10T14:30:58.174Z] 41b27a9f41bf: Pulling fs layer [2020-06-10T14:30:58.174Z] 28c525ee5125: Pulling fs layer [2020-06-10T14:30:58.174Z] 094b1ea09ed8: Pulling fs layer [2020-06-10T14:30:58.174Z] 138eaada9080: Pulling fs layer [2020-06-10T14:30:58.174Z] 0622d0fa9048: Pulling fs layer [2020-06-10T14:30:58.174Z] 41b27a9f41bf: Waiting [2020-06-10T14:30:58.174Z] 28c525ee5125: Waiting [2020-06-10T14:30:58.174Z] 138eaada9080: Waiting [2020-06-10T14:30:58.174Z] 094b1ea09ed8: Waiting [2020-06-10T14:30:58.174Z] 0622d0fa9048: Waiting [2020-06-10T14:30:58.174Z] 444b2fc9a129: Waiting [2020-06-10T14:30:58.174Z] ea15f1150254: Waiting [2020-06-10T14:30:58.174Z] 2cc5ad85d9ab: Download complete [2020-06-10T14:30:58.174Z] 444b2fc9a129: Verifying Checksum [2020-06-10T14:30:58.174Z] 444b2fc9a129: Download complete [2020-06-10T14:30:58.174Z] c9b1b535fdd9: Download complete [2020-06-10T14:30:58.174Z] ea15f1150254: Verifying Checksum [2020-06-10T14:30:58.174Z] ea15f1150254: Download complete [2020-06-10T14:30:58.452Z] 28c525ee5125: Verifying Checksum [2020-06-10T14:30:58.452Z] 28c525ee5125: Download complete [2020-06-10T14:30:58.729Z] 756a868c4378: Verifying Checksum [2020-06-10T14:30:58.729Z] 756a868c4378: Download complete [2020-06-10T14:30:58.729Z] c9b1b535fdd9: Pull complete [2020-06-10T14:30:58.729Z] 094b1ea09ed8: Verifying Checksum [2020-06-10T14:30:58.729Z] 094b1ea09ed8: Download complete [2020-06-10T14:30:58.729Z] 138eaada9080: Verifying Checksum [2020-06-10T14:30:58.729Z] 138eaada9080: Download complete [2020-06-10T14:30:58.729Z] 0622d0fa9048: Download complete [2020-06-10T14:30:58.995Z] 2cc5ad85d9ab: Pull complete [2020-06-10T14:30:59.259Z] 41b27a9f41bf: Verifying Checksum [2020-06-10T14:30:59.259Z] 41b27a9f41bf: Download complete [2020-06-10T14:31:00.650Z] 756a868c4378: Pull complete [2020-06-10T14:31:00.650Z] 444b2fc9a129: Pull complete [2020-06-10T14:31:00.650Z] ea15f1150254: Pull complete [2020-06-10T14:31:04.875Z] 41b27a9f41bf: Pull complete [2020-06-10T14:31:04.875Z] 28c525ee5125: Pull complete [2020-06-10T14:31:08.188Z] 094b1ea09ed8: Pull complete [2020-06-10T14:31:08.188Z] 138eaada9080: Pull complete [2020-06-10T14:31:08.188Z] 0622d0fa9048: Pull complete [2020-06-10T14:31:08.188Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-10T14:31:08.188Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-10T14:31:08.188Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-10T14:31:08.331Z] prd-centos7-docker-4c-2g-2469 does not seem to be running inside a container [2020-06-10T14:31:08.377Z] $ 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 [2020-06-10T14:31:11.745Z] $ docker top 8b334e2d8a8c5cfc0f4fd37e55934cf407d84512cba920c8181071c84d63c963 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-10T14:31:11.903Z] provisioning config files... [2020-06-10T14:31:11.917Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-150@tmp/config43401518055241988tmp [Pipeline] { [Pipeline] echo [2020-06-10T14:31:11.948Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-10T14:31:12.241Z] ---> create-netrc.sh [Pipeline] echo [2020-06-10T14:31:12.251Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-10T14:31:12.546Z] ---> logs-deploy.sh [2020-06-10T14:31:12.546Z] + ARCHIVE_ARTIFACTS= [2020-06-10T14:31:12.546Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-10T14:31:12.546Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-10T14:31:12.546Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-10T14:31:12.546Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-150/3 [2020-06-10T14:31:12.546Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-mqtt-go/job/PR-150/3/ [2020-06-10T14:31:12.546Z] + 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 [2020-06-10T14:31:13.935Z] Archives upload complete. [2020-06-10T14:31:13.935Z] + 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/ [2020-06-10T14:31:14.509Z] ---> uname -a: [2020-06-10T14:31:14.509Z] Linux 8b334e2d8a8c 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-06-10T14:31:14.509Z] [2020-06-10T14:31:14.509Z] [2020-06-10T14:31:14.509Z] ---> lscpu: [2020-06-10T14:31:14.509Z] Architecture: x86_64 [2020-06-10T14:31:14.509Z] CPU op-mode(s): 32-bit, 64-bit [2020-06-10T14:31:14.509Z] Byte Order: Little Endian [2020-06-10T14:31:14.509Z] Address sizes: 40 bits physical, 48 bits virtual [2020-06-10T14:31:14.509Z] CPU(s): 4 [2020-06-10T14:31:14.509Z] On-line CPU(s) list: 0-3 [2020-06-10T14:31:14.509Z] Thread(s) per core: 1 [2020-06-10T14:31:14.509Z] Core(s) per socket: 1 [2020-06-10T14:31:14.509Z] Socket(s): 4 [2020-06-10T14:31:14.509Z] NUMA node(s): 1 [2020-06-10T14:31:14.509Z] Vendor ID: GenuineIntel [2020-06-10T14:31:14.509Z] CPU family: 6 [2020-06-10T14:31:14.509Z] Model: 44 [2020-06-10T14:31:14.509Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-06-10T14:31:14.509Z] Stepping: 1 [2020-06-10T14:31:14.509Z] CPU MHz: 2933.438 [2020-06-10T14:31:14.509Z] BogoMIPS: 5866.87 [2020-06-10T14:31:14.509Z] Virtualization: VT-x [2020-06-10T14:31:14.509Z] Hypervisor vendor: KVM [2020-06-10T14:31:14.509Z] Virtualization type: full [2020-06-10T14:31:14.509Z] L1d cache: 128 KiB [2020-06-10T14:31:14.509Z] L1i cache: 128 KiB [2020-06-10T14:31:14.509Z] L2 cache: 16 MiB [2020-06-10T14:31:14.509Z] L3 cache: 64 MiB [2020-06-10T14:31:14.509Z] NUMA node0 CPU(s): 0-3 [2020-06-10T14:31:14.509Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-06-10T14:31:14.509Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-06-10T14:31:14.509Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-06-10T14:31:14.509Z] Vulnerability Meltdown: Mitigation; PTI [2020-06-10T14:31:14.509Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-06-10T14:31:14.509Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-06-10T14:31:14.509Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-06-10T14:31:14.509Z] Vulnerability Tsx async abort: Not affected [2020-06-10T14:31:14.509Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-06-10T14:31:14.509Z] [2020-06-10T14:31:14.509Z] [2020-06-10T14:31:14.509Z] ---> nproc: [2020-06-10T14:31:14.509Z] 4 [2020-06-10T14:31:14.509Z] [2020-06-10T14:31:14.509Z] [2020-06-10T14:31:14.509Z] ---> df -h: [2020-06-10T14:31:14.509Z] Filesystem Size Used Available Use% Mounted on [2020-06-10T14:31:14.509Z] overlay 50.0G 7.2G 42.8G 14% / [2020-06-10T14:31:14.509Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-06-10T14:31:14.509Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-06-10T14:31:14.509Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-06-10T14:31:14.509Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf [2020-06-10T14:31:14.509Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname [2020-06-10T14:31:14.509Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts [2020-06-10T14:31:14.509Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa [2020-06-10T14:31:14.510Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/gexfoundry_device-mqtt-go_PR-150 [2020-06-10T14:31:14.510Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/gexfoundry_device-mqtt-go_PR-150@tmp [2020-06-10T14:31:14.510Z] [2020-06-10T14:31:14.510Z] [2020-06-10T14:31:14.510Z] ---> free -m: [2020-06-10T14:31:14.510Z] total used free shared buff/cache available [2020-06-10T14:31:14.510Z] Mem: 1837 654 119 0 1063 1077 [2020-06-10T14:31:14.510Z] Swap: 1023 1 1022 [2020-06-10T14:31:14.510Z] [2020-06-10T14:31:14.510Z] [2020-06-10T14:31:14.510Z] ---> ip addr: [2020-06-10T14:31:14.510Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-06-10T14:31:14.510Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-06-10T14:31:14.510Z] inet 127.0.0.1/8 scope host lo [2020-06-10T14:31:14.510Z] valid_lft forever preferred_lft forever [2020-06-10T14:31:14.510Z] 6: eth0@if7: mtu 1458 qdisc noqueue state UP [2020-06-10T14:31:14.510Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-06-10T14:31:14.510Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-06-10T14:31:14.510Z] valid_lft forever preferred_lft forever [2020-06-10T14:31:14.510Z] [2020-06-10T14:31:14.510Z] [2020-06-10T14:31:14.510Z] ---> sar -b -r -n DEV: [2020-06-10T14:31:14.510Z] 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) [2020-06-10T14:31:14.510Z] [2020-06-10T14:31:14.510Z] 14:19:56 LINUX RESTART [2020-06-10T14:31:14.510Z] [2020-06-10T14:31:14.510Z] 14:21:01 tps rtps wtps bread/s bwrtn/s [2020-06-10T14:31:14.510Z] 14:22:01 2.03 0.00 2.03 0.00 42.24 [2020-06-10T14:31:14.510Z] 14:23:01 0.35 0.00 0.35 0.00 4.75 [2020-06-10T14:31:14.510Z] 14:24:01 0.20 0.00 0.20 0.00 2.32 [2020-06-10T14:31:14.510Z] 14:25:01 0.32 0.00 0.32 0.00 3.76 [2020-06-10T14:31:14.510Z] 14:26:01 0.32 0.00 0.32 0.00 4.16 [2020-06-10T14:31:14.510Z] 14:27:01 0.33 0.02 0.32 0.13 3.38 [2020-06-10T14:31:14.510Z] 14:28:01 0.28 0.00 0.28 0.00 2.75 [2020-06-10T14:31:14.510Z] 14:29:01 0.25 0.00 0.25 0.00 1.95 [2020-06-10T14:31:14.510Z] 14:30:01 0.25 0.00 0.25 0.00 3.76 [2020-06-10T14:31:14.510Z] 14:31:01 59.48 45.33 14.16 4690.35 7776.28 [2020-06-10T14:31:14.510Z] Average: 6.39 4.54 1.85 469.60 785.44 [2020-06-10T14:31:14.510Z] [2020-06-10T14:31:14.510Z] 14:21:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-06-10T14:31:14.510Z] 14:22:01 172036 1709520 90.86 2620 1143432 1073404 36.63 406716 1143760 20 [2020-06-10T14:31:14.510Z] 14:23:01 170452 1711104 90.94 2620 1143416 1071348 36.56 409080 1142916 8 [2020-06-10T14:31:14.510Z] 14:24:01 168108 1713448 91.07 2620 1143424 1071532 36.57 411768 1142808 12 [2020-06-10T14:31:14.510Z] 14:25:01 164772 1716784 91.24 2620 1143424 1071604 36.57 415264 1142212 8 [2020-06-10T14:31:14.510Z] 14:26:01 165856 1715700 91.19 2620 1143428 1071548 36.57 421840 1135116 8 [2020-06-10T14:31:14.510Z] 14:27:01 166868 1714688 91.13 2620 1143440 1071476 36.57 421460 1135116 8 [2020-06-10T14:31:14.510Z] 14:28:01 166736 1714820 91.14 2620 1143444 1071476 36.57 420388 1136192 8 [2020-06-10T14:31:14.510Z] 14:29:01 166144 1715412 91.17 2620 1143452 1071476 36.57 420524 1136188 8 [2020-06-10T14:31:14.510Z] 14:30:01 166464 1715092 91.15 2620 1143456 1071476 36.57 420404 1136188 8 [2020-06-10T14:31:14.510Z] 14:31:01 70444 1811112 96.26 2620 1136468 1495648 51.04 519076 1105496 72056 [2020-06-10T14:31:14.510Z] Average: 157788 1723768 91.61 2620 1142738 1114099 38.02 426652 1135599 7214 [2020-06-10T14:31:14.510Z] [2020-06-10T14:31:14.510Z] 14:21:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-06-10T14:31:14.510Z] 14:22:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 [2020-06-10T14:31:14.510Z] 14:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-10T14:31:14.510Z] 14:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-10T14:31:14.510Z] 14:23:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 [2020-06-10T14:31:14.510Z] 14:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-10T14:31:14.510Z] 14:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-10T14:31:14.510Z] 14:24:01 eth0 4.66 2.18 3.26 0.32 0.00 0.00 0.00 [2020-06-10T14:31:14.510Z] 14:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-10T14:31:14.510Z] 14:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-10T14:31:14.510Z] 14:25:01 eth0 0.53 0.47 0.27 0.21 0.00 0.00 0.00 [2020-06-10T14:31:14.510Z] 14:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-10T14:31:14.510Z] 14:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-10T14:31:14.510Z] 14:26:01 eth0 0.33 0.23 0.14 0.07 0.00 0.00 0.00 [2020-06-10T14:31:14.510Z] 14:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-10T14:31:14.510Z] 14:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-10T14:31:14.510Z] 14:27:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 [2020-06-10T14:31:14.510Z] 14:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-10T14:31:14.510Z] 14:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-10T14:31:14.510Z] 14:28:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 [2020-06-10T14:31:14.510Z] 14:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-10T14:31:14.510Z] 14:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-10T14:31:14.510Z] 14:29:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 [2020-06-10T14:31:14.510Z] 14:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-10T14:31:14.510Z] 14:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-10T14:31:14.510Z] 14:30:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 [2020-06-10T14:31:14.510Z] 14:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-10T14:31:14.510Z] 14:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-10T14:31:14.510Z] 14:31:01 eth0 96.34 64.34 2326.48 9.58 0.00 0.00 0.00 [2020-06-10T14:31:14.510Z] 14:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-10T14:31:14.510Z] 14:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-10T14:31:14.510Z] Average: eth0 10.25 6.77 233.29 1.02 0.00 0.00 0.00 [2020-06-10T14:31:14.510Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-10T14:31:14.510Z] Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-10T14:31:14.510Z] [2020-06-10T14:31:14.510Z] [2020-06-10T14:31:14.510Z] ---> sar -P ALL: [2020-06-10T14:31:14.510Z] 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) [2020-06-10T14:31:14.510Z] [2020-06-10T14:31:14.510Z] 14:19:56 LINUX RESTART [2020-06-10T14:31:14.510Z] [2020-06-10T14:31:14.510Z] 14:21:01 CPU %user %nice %system %iowait %steal %idle [2020-06-10T14:31:14.510Z] 14:22:01 all 0.17 0.00 0.04 0.00 0.00 99.78 [2020-06-10T14:31:14.510Z] 14:22:01 0 0.08 0.00 0.07 0.00 0.00 99.85 [2020-06-10T14:31:14.510Z] 14:22:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2020-06-10T14:31:14.510Z] 14:22:01 2 0.52 0.00 0.02 0.00 0.00 99.47 [2020-06-10T14:31:14.510Z] 14:22:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2020-06-10T14:31:14.510Z] 14:23:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2020-06-10T14:31:14.510Z] 14:23:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2020-06-10T14:31:14.510Z] 14:23:01 1 0.47 0.00 0.05 0.00 0.00 99.48 [2020-06-10T14:31:14.510Z] 14:23:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2020-06-10T14:31:14.510Z] 14:23:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2020-06-10T14:31:14.510Z] 14:24:01 all 0.17 0.00 0.03 0.00 0.00 99.80 [2020-06-10T14:31:14.510Z] 14:24:01 0 0.07 0.00 0.03 0.00 0.00 99.90 [2020-06-10T14:31:14.510Z] 14:24:01 1 0.53 0.00 0.02 0.00 0.00 99.45 [2020-06-10T14:31:14.510Z] 14:24:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2020-06-10T14:31:14.510Z] 14:24:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2020-06-10T14:31:14.510Z] 14:25:01 all 0.16 0.00 0.03 0.00 0.00 99.80 [2020-06-10T14:31:14.510Z] 14:25:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-06-10T14:31:14.510Z] 14:25:01 1 0.53 0.00 0.03 0.00 0.00 99.43 [2020-06-10T14:31:14.510Z] 14:25:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2020-06-10T14:31:14.510Z] 14:25:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2020-06-10T14:31:14.510Z] 14:26:01 all 0.09 0.00 0.05 0.00 0.00 99.86 [2020-06-10T14:31:14.510Z] 14:26:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2020-06-10T14:31:14.510Z] 14:26:01 1 0.28 0.00 0.07 0.00 0.00 99.65 [2020-06-10T14:31:14.510Z] 14:26:01 2 0.02 0.00 0.05 0.00 0.00 99.93 [2020-06-10T14:31:14.510Z] 14:26:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2020-06-10T14:31:14.510Z] 14:27:01 all 0.05 0.00 0.03 0.00 0.00 99.92 [2020-06-10T14:31:14.510Z] 14:27:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2020-06-10T14:31:14.510Z] 14:27:01 1 0.17 0.00 0.05 0.00 0.00 99.78 [2020-06-10T14:31:14.510Z] 14:27:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2020-06-10T14:31:14.510Z] 14:27:01 3 0.00 0.00 0.03 0.00 0.00 99.97 [2020-06-10T14:31:14.510Z] 14:28:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2020-06-10T14:31:14.510Z] 14:28:01 0 0.05 0.00 0.07 0.00 0.02 99.87 [2020-06-10T14:31:14.510Z] 14:28:01 1 0.52 0.00 0.03 0.00 0.00 99.45 [2020-06-10T14:31:14.510Z] 14:28:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-06-10T14:31:14.510Z] 14:28:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2020-06-10T14:31:14.510Z] 14:29:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2020-06-10T14:31:14.510Z] 14:29:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-06-10T14:31:14.510Z] 14:29:01 1 0.53 0.00 0.02 0.00 0.00 99.45 [2020-06-10T14:31:14.510Z] 14:29:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2020-06-10T14:31:14.510Z] 14:29:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2020-06-10T14:31:14.510Z] 14:30:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2020-06-10T14:31:14.510Z] 14:30:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2020-06-10T14:31:14.510Z] 14:30:01 1 0.50 0.00 0.02 0.00 0.00 99.48 [2020-06-10T14:31:14.510Z] 14:30:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2020-06-10T14:31:14.510Z] 14:30:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-06-10T14:31:14.510Z] 14:31:01 all 3.17 0.00 1.78 1.03 0.00 94.02 [2020-06-10T14:31:14.510Z] 14:31:01 0 3.72 0.00 1.95 0.68 0.00 93.64 [2020-06-10T14:31:14.510Z] 14:31:01 1 3.52 0.00 1.95 2.45 0.00 92.07 [2020-06-10T14:31:14.510Z] 14:31:01 2 2.95 0.00 1.54 0.90 0.00 94.61 [2020-06-10T14:31:14.510Z] 14:31:01 3 2.49 0.00 1.70 0.05 0.02 95.74 [2020-06-10T14:31:14.510Z] Average: all 0.44 0.00 0.21 0.10 0.00 99.25 [2020-06-10T14:31:14.510Z] Average: 0 0.42 0.00 0.23 0.07 0.00 99.29 [2020-06-10T14:31:14.510Z] Average: 1 0.71 0.00 0.23 0.25 0.00 98.82 [2020-06-10T14:31:14.510Z] Average: 2 0.37 0.00 0.19 0.09 0.00 99.35 [2020-06-10T14:31:14.510Z] Average: 3 0.27 0.00 0.19 0.00 0.00 99.53 [2020-06-10T14:31:14.510Z] [2020-06-10T14:31:14.510Z] [2020-06-10T14:31:14.510Z]