Pull request #169 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8df287fcd07771fdf0ce1393637aadf009909ff7+ba13f39da15fded8dc9ca6171c9bf6786df660a0 (8f636f53b5aa47ad3a462a0a40580a1b64e9f8b0) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 --version # 'git version 2.16.6' > 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 > git --version # 'git version 2.16.6' 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 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > 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, 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.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-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 BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-172 in /w/workspace/gexfoundry_device-mqtt-go_PR-169 [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-169 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' 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/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit ba13f39da15fded8dc9ca6171c9bf6786df660a0 into PR head commit 8df287fcd07771fdf0ce1393637aadf009909ff7 Merge succeeded, producing 8df287fcd07771fdf0ce1393637aadf009909ff7 Checking out Revision 8df287fcd07771fdf0ce1393637aadf009909ff7 (PR-169) > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/169/head:refs/remotes/origin/PR-169 # 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/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8df287fcd07771fdf0ce1393637aadf009909ff7 # 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 ba13f39da15fded8dc9ca6171c9bf6786df660a0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8df287fcd07771fdf0ce1393637aadf009909ff7 # timeout=10 Commit message: "Bump github.com/eclipse/paho.mqtt.golang from 1.1.1 to 1.2.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-17T08:59:57.612Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-17T08:59:57.839Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-17T08:59:57.934Z] ========================================================= [2020-09-17T08:59:57.934Z] EdgeX Global Pipelines Version Info [2020-09-17T08:59:57.934Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk c9594826a78fa83a3b5fcd0b3a5101f119927029 # timeout=10 [2020-09-17T09:00:00.360Z] ------------------- [2020-09-17T09:00:00.361Z] stable info: [2020-09-17T09:00:00.361Z] ------------------- [2020-09-17T09:00:00.361Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-17T09:00:00.361Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-17T09:00:00.361Z] Message: update stable to v1.0.122 [2020-09-17T09:00:01.370Z] ------------------- [2020-09-17T09:00:01.370Z] experimental info: [2020-09-17T09:00:01.370Z] ------------------- [2020-09-17T09:00:01.370Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-17T09:00:01.370Z] Commit SHA: 84d9a0843d1df7ebf9e0c4533e50f756df06f1d7 [2020-09-17T09:00:01.370Z] Message: update experimental to v1.0.124 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-17T09:00:01.902Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2020-09-17T09:00:02.016Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2020-09-17T09:00:02.122Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-17T09:00:02.244Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-17T09:00:02.361Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-17T09:00:02.468Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-17T09:00:02.599Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-17T09:00:02.744Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-17T09:00:02.855Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-17T09:00:02.969Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-17T09:00:03.084Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-17T09:00:03.197Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo [2020-09-17T09:00:03.325Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-17T09:00:03.547Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-17T09:00:03.639Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-17T09:00:03.810Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-17T09:00:03.940Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-17T09:00:04.022Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-17T09:00:04.108Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-17T09:00:04.205Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-09-17T09:00:04.295Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-17T09:00:04.385Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-17T09:00:04.473Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-169 [Pipeline] echo [2020-09-17T09:00:04.557Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-169 [Pipeline] echo [2020-09-17T09:00:04.643Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-169 [Pipeline] echo [2020-09-17T09:00:04.733Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8df287fcd07771fdf0ce1393637aadf009909ff7 [Pipeline] echo [2020-09-17T09:00:04.832Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8df287f [Pipeline] echo [2020-09-17T09:00:04.920Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-17T09:00:05.529Z] + git log --format=format:%s -1 8df287fcd07771fdf0ce1393637aadf009909ff7 [Pipeline] echo [2020-09-17T09:00:05.630Z] GIT_COMMIT: 8df287fcd07771fdf0ce1393637aadf009909ff7, Commit Message: Bump github.com/eclipse/paho.mqtt.golang from 1.1.1 to 1.2.0 [Pipeline] echo [2020-09-17T09:00:05.686Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-17T09:00:06.254Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T09:00:06.975Z] [2020-09-17T09:00:06.975Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-17T09:00:07.396Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T09:00:07.679Z] latest: Pulling from edgex-devops/git-semver [2020-09-17T09:00:07.679Z] 31603596830f: Pulling fs layer [2020-09-17T09:00:07.679Z] 2a8b12db71e7: Pulling fs layer [2020-09-17T09:00:07.679Z] 6ca5941a6612: Pulling fs layer [2020-09-17T09:00:07.679Z] ecc8261a40a4: Pulling fs layer [2020-09-17T09:00:07.679Z] ecc8261a40a4: Waiting [2020-09-17T09:00:07.679Z] 2a8b12db71e7: Download complete [2020-09-17T09:00:08.299Z] 31603596830f: Verifying Checksum [2020-09-17T09:00:08.299Z] 31603596830f: Download complete [2020-09-17T09:00:08.575Z] 6ca5941a6612: Verifying Checksum [2020-09-17T09:00:08.575Z] 6ca5941a6612: Download complete [2020-09-17T09:00:08.575Z] ecc8261a40a4: Verifying Checksum [2020-09-17T09:00:08.575Z] ecc8261a40a4: Download complete [2020-09-17T09:00:08.871Z] 31603596830f: Pull complete [2020-09-17T09:00:08.871Z] 2a8b12db71e7: Pull complete [2020-09-17T09:00:10.365Z] 6ca5941a6612: Pull complete [2020-09-17T09:00:10.963Z] ecc8261a40a4: Pull complete [2020-09-17T09:00:10.963Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-17T09:00:10.963Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T09:00:10.963Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-17T09:00:11.363Z] prd-centos7-docker-4c-2g-172 does not seem to be running inside a container [2020-09-17T09:00:11.533Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-169 -v /w/workspace/gexfoundry_device-mqtt-go_PR-169:/w/workspace/gexfoundry_device-mqtt-go_PR-169:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-169@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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-17T09:00:14.010Z] $ docker top 5950d5282f043b3014b49d9ad96fd6b6d811ff12f9840fd1cb15fc1839aebc17 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-17T09:00:14.397Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-17T09:00:14.397Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-17T09:00:14.801Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-17T09:00:14.806Z] $ docker exec 5950d5282f043b3014b49d9ad96fd6b6d811ff12f9840fd1cb15fc1839aebc17 ssh-agent [2020-09-17T09:00:15.154Z] SSH_AUTH_SOCK=/tmp/ssh-6mgI7EFwKeMF/agent.12 [2020-09-17T09:00:15.154Z] SSH_AGENT_PID=18 [2020-09-17T09:00:15.173Z] Running ssh-add (command line suppressed) [2020-09-17T09:00:15.357Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp/private_key_2538653348964358133.key (/w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp/private_key_2538653348964358133.key) [2020-09-17T09:00:15.447Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-17T09:00:16.323Z] + git describe --exact-match --tags HEAD [2020-09-17T09:00:16.324Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-17T09:00:16.369Z] $ docker exec --env ******** --env ******** 5950d5282f043b3014b49d9ad96fd6b6d811ff12f9840fd1cb15fc1839aebc17 ssh-agent -k [2020-09-17T09:00:16.761Z] unset SSH_AUTH_SOCK; [2020-09-17T09:00:16.761Z] unset SSH_AGENT_PID; [2020-09-17T09:00:16.761Z] echo Agent pid 18 killed; [2020-09-17T09:00:16.963Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-17T09:00:17.060Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-17T09:00:17.060Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-17T09:00:17.164Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-17T09:00:17.164Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-17T09:00:17.646Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-17T09:00:17.652Z] $ docker exec 5950d5282f043b3014b49d9ad96fd6b6d811ff12f9840fd1cb15fc1839aebc17 ssh-agent [2020-09-17T09:00:18.020Z] SSH_AUTH_SOCK=/tmp/ssh-wzMJsfSftpgH/agent.46 [2020-09-17T09:00:18.020Z] SSH_AGENT_PID=52 [2020-09-17T09:00:18.032Z] Running ssh-add (command line suppressed) [2020-09-17T09:00:18.313Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp/private_key_662488234171488551.key (/w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp/private_key_662488234171488551.key) [2020-09-17T09:00:18.413Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-17T09:00:19.112Z] + git semver init [2020-09-17T09:00:19.112Z] # -> Open(): unable to determine branch for HEAD [2020-09-17T09:00:19.112Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-169/.git [2020-09-17T09:00:19.112Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-169 [2020-09-17T09:00:19.112Z] # $SEMVER_REMOTE_NAME = origin [2020-09-17T09:00:19.112Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-17T09:00:19.112Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-17T09:00:19.112Z] # $SEMVER_BRANCH = PR-169 [2020-09-17T09:00:19.112Z] # $SEMVER_TEMP = /tmp/semver-497396846 [2020-09-17T09:00:19.112Z] # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP [2020-09-17T09:00:19.420Z] # '/tmp/semver-497396846' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-169/.semver' [2020-09-17T09:00:19.420Z] # -> Force: false [2020-09-17T09:00:19.420Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-169/.semver [Pipeline] } [2020-09-17T09:00:19.517Z] $ docker exec --env ******** --env ******** 5950d5282f043b3014b49d9ad96fd6b6d811ff12f9840fd1cb15fc1839aebc17 ssh-agent -k [2020-09-17T09:00:19.734Z] unset SSH_AUTH_SOCK; [2020-09-17T09:00:19.735Z] unset SSH_AGENT_PID; [2020-09-17T09:00:19.735Z] echo Agent pid 52 killed; [2020-09-17T09:00:19.814Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-17T09:00:20.649Z] + git semver [Pipeline] } [2020-09-17T09:00:20.671Z] $ docker stop --time=1 5950d5282f043b3014b49d9ad96fd6b6d811ff12f9840fd1cb15fc1839aebc17 [2020-09-17T09:00:22.212Z] $ docker rm -f 5950d5282f043b3014b49d9ad96fd6b6d811ff12f9840fd1cb15fc1839aebc17 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-17T09:00:23.827Z] Stashed 26 file(s) [Pipeline] echo [2020-09-17T09:00:23.830Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-17T09:00:23.928Z] Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [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-09-17T09:00:39.349Z] Still waiting to schedule task [2020-09-17T09:00:39.349Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-17T09:00:39.352Z] Still waiting to schedule task [2020-09-17T09:00:39.352Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-09-17T09:02:57.601Z] Running on prd-centos7-docker-4c-2g-178 in /w/workspace/gexfoundry_device-mqtt-go_PR-169 [Pipeline] { [Pipeline] ws [2020-09-17T09:02:57.676Z] Running in /w/workspace/device-mqtt-go/4 [Pipeline] { [Pipeline] checkout [2020-09-17T09:03:05.049Z] using credential edgex-jenkins-ssh [2020-09-17T09:03:05.104Z] Cloning the remote Git repository [2020-09-17T09:03:05.104Z] Cloning with configured refspecs honoured and without tags [2020-09-17T09:03:05.202Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-17T09:03:05.320Z] > git init /w/workspace/device-mqtt-go/4 # timeout=10 [2020-09-17T09:03:06.608Z] Fetching without tags [2020-09-17T09:03:05.451Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-17T09:03:05.451Z] > git --version # timeout=10 [2020-09-17T09:03:05.504Z] > git --version # 'git version 2.16.5' [2020-09-17T09:03:05.505Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T09:03:05.585Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T09:03:06.522Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-17T09:03:06.541Z] > git config --add remote.origin.fetch +refs/pull/169/head:refs/remotes/origin/PR-169 # timeout=10 [2020-09-17T09:03:06.557Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T09:03:06.590Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-17T09:03:06.624Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-17T09:03:06.624Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T09:03:06.632Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T09:03:07.362Z] Merging remotes/origin/master commit ba13f39da15fded8dc9ca6171c9bf6786df660a0 into PR head commit 8df287fcd07771fdf0ce1393637aadf009909ff7 [2020-09-17T09:03:07.821Z] Merge succeeded, producing 8df287fcd07771fdf0ce1393637aadf009909ff7 [2020-09-17T09:03:07.821Z] Checking out Revision 8df287fcd07771fdf0ce1393637aadf009909ff7 (PR-169) [2020-09-17T09:03:07.410Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T09:03:07.436Z] > git checkout -f 8df287fcd07771fdf0ce1393637aadf009909ff7 # timeout=10 [2020-09-17T09:03:07.641Z] > git remote # timeout=10 [2020-09-17T09:03:07.694Z] > git config --get remote.origin.url # timeout=10 [2020-09-17T09:03:07.772Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T09:03:07.782Z] > git merge ba13f39da15fded8dc9ca6171c9bf6786df660a0 # timeout=10 [2020-09-17T09:03:07.807Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-17T09:03:07.833Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T09:03:07.853Z] > git checkout -f 8df287fcd07771fdf0ce1393637aadf009909ff7 # timeout=10 [2020-09-17T09:03:12.817Z] Commit message: "Bump github.com/eclipse/paho.mqtt.golang from 1.1.1 to 1.2.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-17T09:03:14.055Z] ========================================================= [2020-09-17T09:03:14.055Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-17T09:03:14.055Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-17T09:03:15.653Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-09-17T09:03:16.661Z] Sending build context to Docker daemon 621.6kB [2020-09-17T09:03:16.940Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-17T09:03:16.940Z] Step 2/8 : FROM ${BASE} [2020-09-17T09:03:16.940Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-17T09:03:16.940Z] df20fa9351a1: Pulling fs layer [2020-09-17T09:03:16.940Z] ed8968b2872e: Pulling fs layer [2020-09-17T09:03:16.940Z] a92cc7c5fd73: Pulling fs layer [2020-09-17T09:03:16.940Z] e871e8e8d7a9: Pulling fs layer [2020-09-17T09:03:16.940Z] e73272ec9a57: Pulling fs layer [2020-09-17T09:03:16.940Z] 1e910a182e73: Pulling fs layer [2020-09-17T09:03:16.940Z] 4e634b169226: Pulling fs layer [2020-09-17T09:03:16.940Z] e871e8e8d7a9: Waiting [2020-09-17T09:03:16.940Z] e73272ec9a57: Waiting [2020-09-17T09:03:16.940Z] 1e910a182e73: Waiting [2020-09-17T09:03:16.940Z] a92cc7c5fd73: Verifying Checksum [2020-09-17T09:03:16.940Z] a92cc7c5fd73: Download complete [2020-09-17T09:03:16.940Z] ed8968b2872e: Verifying Checksum [2020-09-17T09:03:16.940Z] ed8968b2872e: Download complete [2020-09-17T09:03:16.940Z] e73272ec9a57: Verifying Checksum [2020-09-17T09:03:16.940Z] e73272ec9a57: Download complete [2020-09-17T09:03:17.233Z] 1e910a182e73: Verifying Checksum [2020-09-17T09:03:17.233Z] 1e910a182e73: Download complete [2020-09-17T09:03:17.975Z] df20fa9351a1: Verifying Checksum [2020-09-17T09:03:17.975Z] df20fa9351a1: Download complete [2020-09-17T09:03:18.260Z] df20fa9351a1: Pull complete [2020-09-17T09:03:18.926Z] ed8968b2872e: Pull complete [2020-09-17T09:03:19.222Z] a92cc7c5fd73: Pull complete [2020-09-17T09:03:23.683Z] 4e634b169226: Verifying Checksum [2020-09-17T09:03:23.683Z] 4e634b169226: Download complete [2020-09-17T09:03:25.975Z] e871e8e8d7a9: Verifying Checksum [2020-09-17T09:03:25.975Z] e871e8e8d7a9: Download complete [2020-09-17T09:03:39.051Z] e871e8e8d7a9: Pull complete [2020-09-17T09:03:39.051Z] e73272ec9a57: Pull complete [2020-09-17T09:03:39.354Z] 1e910a182e73: Pull complete [2020-09-17T09:03:47.683Z] 4e634b169226: Pull complete [2020-09-17T09:03:47.683Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-17T09:03:47.683Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-17T09:03:47.683Z] ---> f7629b54cfaa [2020-09-17T09:03:47.683Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-17T09:03:47.683Z] ---> Running in 495975374ba7 [2020-09-17T09:03:48.297Z] Removing intermediate container 495975374ba7 [2020-09-17T09:03:48.297Z] ---> 5f7a1a5347d3 [2020-09-17T09:03:48.297Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-17T09:03:48.297Z] ---> Running in 80432fd8894b [2020-09-17T09:03:50.382Z] Removing intermediate container 80432fd8894b [2020-09-17T09:03:50.382Z] ---> 88fdd672b471 [2020-09-17T09:03:50.382Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-17T09:03:50.382Z] ---> Running in 9751769f2478 [2020-09-17T09:03:50.985Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-17T09:03:52.266Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-17T09:03:52.887Z] (1/14) Installing libmagic (5.38-r0) [2020-09-17T09:03:53.205Z] (2/14) Installing file (5.38-r0) [2020-09-17T09:03:53.205Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-17T09:03:53.205Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-17T09:04:08.341Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-17T09:04:08.341Z] (6/14) Installing patch (2.7.6-r6) [2020-09-17T09:04:08.341Z] (7/14) Installing build-base (0.5-r2) [2020-09-17T09:04:08.341Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-17T09:04:08.341Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-17T09:04:08.627Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-17T09:04:09.221Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-17T09:04:09.221Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-17T09:04:09.221Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-17T09:04:09.516Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-17T09:04:09.812Z] Executing busybox-1.31.1-r16.trigger [2020-09-17T09:04:09.812Z] OK: 237 MiB in 53 packages [2020-09-17T09:04:12.656Z] Removing intermediate container 9751769f2478 [2020-09-17T09:04:12.656Z] ---> e2df71ae3ccc [2020-09-17T09:04:12.656Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-09-17T09:04:12.944Z] ---> Running in 3e3f4f309ef3 [2020-09-17T09:04:13.220Z] Removing intermediate container 3e3f4f309ef3 [2020-09-17T09:04:13.220Z] ---> e1e94efa4e76 [2020-09-17T09:04:13.220Z] Step 7/8 : COPY . . [2020-09-17T09:04:13.841Z] ---> a3f8936f85d5 [2020-09-17T09:04:13.841Z] Step 8/8 : RUN go mod download [2020-09-17T09:04:13.841Z] ---> Running in 959997791af4 [2020-09-17T09:04:22.082Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-183 in /w/workspace/gexfoundry_device-mqtt-go_PR-169 [Pipeline] { [Pipeline] ws [2020-09-17T09:04:22.140Z] Running in /w/workspace/device-mqtt-go/4 [Pipeline] { [Pipeline] checkout [2020-09-17T09:04:27.903Z] using credential edgex-jenkins-ssh [2020-09-17T09:04:27.972Z] Cloning the remote Git repository [2020-09-17T09:04:27.972Z] Cloning with configured refspecs honoured and without tags [2020-09-17T09:04:28.034Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-17T09:04:28.154Z] > git init /w/workspace/device-mqtt-go/4 # timeout=10 [2020-09-17T09:04:28.216Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-17T09:04:28.217Z] > git --version # timeout=10 [2020-09-17T09:04:28.239Z] > git --version # 'git version 2.17.1' [2020-09-17T09:04:28.241Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T09:04:28.291Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T09:04:29.087Z] Fetching without tags [2020-09-17T09:04:29.151Z] Removing intermediate container 959997791af4 [2020-09-17T09:04:29.151Z] ---> 36d7c1416187 [2020-09-17T09:04:29.152Z] Successfully built 36d7c1416187 [2020-09-17T09:04:29.152Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-17T09:04:29.571Z] Merging remotes/origin/master commit ba13f39da15fded8dc9ca6171c9bf6786df660a0 into PR head commit 8df287fcd07771fdf0ce1393637aadf009909ff7 [2020-09-17T09:04:29.710Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-17T09:04:29.710Z] . [Pipeline] withDockerContainer [2020-09-17T09:04:29.779Z] Merge succeeded, producing 8df287fcd07771fdf0ce1393637aadf009909ff7 [2020-09-17T09:04:29.780Z] Checking out Revision 8df287fcd07771fdf0ce1393637aadf009909ff7 (PR-169) [2020-09-17T09:04:28.981Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-17T09:04:29.001Z] > git config --add remote.origin.fetch +refs/pull/169/head:refs/remotes/origin/PR-169 # timeout=10 [2020-09-17T09:04:29.019Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T09:04:29.057Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-17T09:04:29.087Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-17T09:04:29.087Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T09:04:29.100Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T09:04:29.579Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T09:04:29.593Z] > git checkout -f 8df287fcd07771fdf0ce1393637aadf009909ff7 # timeout=10 [2020-09-17T09:04:29.675Z] > git remote # timeout=10 [2020-09-17T09:04:29.695Z] > git config --get remote.origin.url # timeout=10 [2020-09-17T09:04:29.715Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T09:04:29.726Z] > git merge ba13f39da15fded8dc9ca6171c9bf6786df660a0 # timeout=10 [2020-09-17T09:04:29.749Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-17T09:04:29.776Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T09:04:29.790Z] > git checkout -f 8df287fcd07771fdf0ce1393637aadf009909ff7 # timeout=10 [2020-09-17T09:04:30.165Z] prd-centos7-docker-4c-2g-178 does not seem to be running inside a container [2020-09-17T09:04:30.549Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/4 -v /w/workspace/device-mqtt-go/4:/w/workspace/device-mqtt-go/4:rw,z -v /w/workspace/device-mqtt-go/4@tmp:/w/workspace/device-mqtt-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-17T09:04:31.969Z] $ docker top e8a78428f11d10988d91a729ad0d4429f1038e9802abd35a4c18bebd86125401 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T09:04:32.506Z] + go version [2020-09-17T09:04:32.506Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-17T09:04:32.537Z] $ docker stop --time=1 e8a78428f11d10988d91a729ad0d4429f1038e9802abd35a4c18bebd86125401 [2020-09-17T09:04:33.949Z] $ docker rm -f e8a78428f11d10988d91a729ad0d4429f1038e9802abd35a4c18bebd86125401 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2020-09-17T09:04:34.252Z] Commit message: "Bump github.com/eclipse/paho.mqtt.golang from 1.1.1 to 1.2.0" [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2020-09-17T09:04:34.925Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-17T09:04:34.925Z] . [Pipeline] unstash [Pipeline] withDockerContainer [2020-09-17T09:04:35.189Z] prd-centos7-docker-4c-2g-178 does not seem to be running inside a container [2020-09-17T09:04:35.452Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/4 -v /w/workspace/device-mqtt-go/4:/w/workspace/device-mqtt-go/4:rw,z -v /w/workspace/device-mqtt-go/4@tmp:/w/workspace/device-mqtt-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-17T09:04:36.385Z] $ docker top 988dd56612c22421a192d6f4050fd0c4cc960debb450eecebbe5328704182ad1 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-09-17T09:04:36.730Z] ========================================================= [2020-09-17T09:04:36.730Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-17T09:04:36.730Z] ========================================================= [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-09-17T09:04:37.159Z] + make test [2020-09-17T09:04:37.159Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-09-17T09:04:38.008Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-09-17T09:04:38.172Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-09-17T09:04:38.993Z] Sending build context to Docker daemon 621.6kB [2020-09-17T09:04:38.994Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-17T09:04:38.994Z] Step 2/8 : FROM ${BASE} [2020-09-17T09:04:39.273Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-17T09:04:39.273Z] b538f80385f9: Pulling fs layer [2020-09-17T09:04:39.273Z] 74f711af9a0d: Pulling fs layer [2020-09-17T09:04:39.273Z] 99f96fe45779: Pulling fs layer [2020-09-17T09:04:39.273Z] 8529a6b9a6be: Pulling fs layer [2020-09-17T09:04:39.273Z] 45590311c82a: Pulling fs layer [2020-09-17T09:04:39.273Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-17T09:04:39.273Z] 209524e5b208: Pulling fs layer [2020-09-17T09:04:39.273Z] 45590311c82a: Waiting [2020-09-17T09:04:39.273Z] 69ca0ff8b7b3: Waiting [2020-09-17T09:04:39.273Z] 209524e5b208: Waiting [2020-09-17T09:04:39.273Z] 8529a6b9a6be: Waiting [2020-09-17T09:04:39.273Z] 99f96fe45779: Verifying Checksum [2020-09-17T09:04:39.273Z] 99f96fe45779: Download complete [2020-09-17T09:04:39.273Z] 74f711af9a0d: Verifying Checksum [2020-09-17T09:04:39.273Z] 74f711af9a0d: Download complete [2020-09-17T09:04:39.273Z] 45590311c82a: Download complete [2020-09-17T09:04:39.273Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-17T09:04:39.273Z] 69ca0ff8b7b3: Download complete [2020-09-17T09:04:39.273Z] b538f80385f9: Verifying Checksum [2020-09-17T09:04:39.273Z] b538f80385f9: Download complete [2020-09-17T09:04:40.955Z] b538f80385f9: Pull complete [2020-09-17T09:04:41.255Z] 74f711af9a0d: Pull complete [2020-09-17T09:04:41.255Z] 99f96fe45779: Pull complete [2020-09-17T09:04:42.237Z] 209524e5b208: Verifying Checksum [2020-09-17T09:04:42.237Z] 209524e5b208: Download complete [2020-09-17T09:04:43.680Z] 8529a6b9a6be: Verifying Checksum [2020-09-17T09:04:43.681Z] 8529a6b9a6be: Download complete [2020-09-17T09:04:53.845Z] 8529a6b9a6be: Pull complete [2020-09-17T09:04:53.845Z] 45590311c82a: Pull complete [2020-09-17T09:04:53.845Z] 69ca0ff8b7b3: Pull complete [2020-09-17T09:04:56.453Z] 209524e5b208: Pull complete [2020-09-17T09:04:56.453Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-17T09:04:56.453Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-17T09:04:56.453Z] ---> 5bddaf1c2fca [2020-09-17T09:04:56.453Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-17T09:04:59.833Z] ---> Running in 73059521fc92 [2020-09-17T09:04:59.833Z] Removing intermediate container 73059521fc92 [2020-09-17T09:04:59.833Z] ---> 1bea27fd77a0 [2020-09-17T09:04:59.833Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-17T09:04:59.833Z] ---> Running in 9923424d983a [2020-09-17T09:05:01.574Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-09-17T09:05:01.574Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.031s coverage: 28.3% of statements [2020-09-17T09:05:01.574Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-09-17T09:05:01.574Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-17T09:05:02.457Z] Removing intermediate container 9923424d983a [2020-09-17T09:05:02.457Z] ---> ea9270753ddd [2020-09-17T09:05:02.457Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-17T09:05:02.732Z] ---> Running in 1bc9ff5f5307 [2020-09-17T09:05:04.175Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-17T09:05:04.540Z] gofmt -l . [2020-09-17T09:05:04.540Z] ["`gofmt -l .`" = ""] [2020-09-17T09:05:04.540Z] ./bin/test-attribution-txt.sh [2020-09-17T09:05:05.151Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-17T09:05:06.013Z] ./bin/test-go-mod-tidy.sh [2020-09-17T09:05:06.130Z] (1/14) Installing libmagic (5.38-r0) [Pipeline] stash [2020-09-17T09:05:06.726Z] (2/14) Installing file (5.38-r0) [2020-09-17T09:05:06.726Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-17T09:05:06.726Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-17T09:05:07.341Z] Stashed 1 file(s) [Pipeline] } [2020-09-17T09:05:07.361Z] $ docker stop --time=1 988dd56612c22421a192d6f4050fd0c4cc960debb450eecebbe5328704182ad1 [2020-09-17T09:05:09.765Z] $ docker rm -f 988dd56612c22421a192d6f4050fd0c4cc960debb450eecebbe5328704182ad1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-17T09:05:11.547Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-17T09:05:11.964Z] + ls -al . [2020-09-17T09:05:11.964Z] total 100 [2020-09-17T09:05:11.964Z] drwxrwxr-x. 10 jenkins jenkins 4096 Sep 17 09:05 . [2020-09-17T09:05:11.964Z] drwxrwxr-x. 4 jenkins jenkins 28 Sep 17 09:03 .. [2020-09-17T09:05:11.964Z] -rw-rw-r--. 1 jenkins jenkins 4896 Sep 17 09:03 Attribution.txt [2020-09-17T09:05:11.964Z] drwxrwxr-x. 2 jenkins jenkins 87 Sep 17 09:03 bin [2020-09-17T09:05:11.964Z] drwxrwxr-x. 3 jenkins jenkins 32 Sep 17 09:03 cmd [2020-09-17T09:05:11.964Z] -rw-r--r--. 1 jenkins jenkins 18939 Sep 17 09:04 coverage.out [2020-09-17T09:05:11.964Z] -rw-rw-r--. 1 jenkins jenkins 1784 Sep 17 09:03 Dockerfile [2020-09-17T09:05:11.964Z] -rw-rw-r--. 1 jenkins jenkins 953 Sep 17 09:03 Dockerfile.build [2020-09-17T09:05:11.964Z] -rw-rw-r--. 1 jenkins jenkins 140 Sep 17 09:03 .dockerignore [2020-09-17T09:05:11.964Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 17 09:03 .git [2020-09-17T09:05:11.964Z] drwxrwxr-x. 2 jenkins jenkins 60 Sep 17 09:03 .github [2020-09-17T09:05:11.964Z] -rw-rw-r--. 1 jenkins jenkins 336 Sep 17 09:03 .gitignore [2020-09-17T09:05:11.964Z] -rw-r--r--. 1 jenkins jenkins 510 Sep 17 09:05 go.mod [2020-09-17T09:05:11.964Z] -rw-r--r--. 1 jenkins jenkins 13621 Sep 17 09:05 go.sum [2020-09-17T09:05:11.964Z] drwxrwxr-x. 3 jenkins jenkins 20 Sep 17 09:03 internal [2020-09-17T09:05:11.964Z] -rw-rw-r--. 1 jenkins jenkins 677 Sep 17 09:03 Jenkinsfile [2020-09-17T09:05:11.964Z] -rw-rw-r--. 1 jenkins jenkins 11340 Sep 17 09:03 LICENSE [2020-09-17T09:05:11.964Z] -rw-rw-r--. 1 jenkins jenkins 902 Sep 17 09:03 Makefile [2020-09-17T09:05:11.964Z] drwxrwxr-x. 2 jenkins jenkins 23 Sep 17 09:03 mock [2020-09-17T09:05:11.964Z] -rw-rw-r--. 1 jenkins jenkins 444 Sep 17 09:03 README.md [2020-09-17T09:05:11.964Z] drwxrwxr-x. 3 jenkins jenkins 58 Sep 17 09:03 .semver [2020-09-17T09:05:11.964Z] drwxrwxr-x. 4 jenkins jenkins 54 Sep 17 09:03 snap [2020-09-17T09:05:11.964Z] -rw-rw-r--. 1 jenkins jenkins 5 Sep 17 09:00 VERSION [2020-09-17T09:05:11.964Z] -rw-rw-r--. 1 jenkins jenkins 227 Sep 17 09:03 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-17T09:05:12.340Z] + 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=8df287fcd07771fdf0ce1393637aadf009909ff7 --label arch=amd64 --label version=0.0.0 . [2020-09-17T09:05:12.610Z] Sending build context to Docker daemon 641kB [2020-09-17T09:05:12.610Z] Step 1/22 : ARG BASE=golang:1.15-alpine [2020-09-17T09:05:12.610Z] Step 2/22 : FROM ${BASE} AS builder [2020-09-17T09:05:12.610Z] ---> 36d7c1416187 [2020-09-17T09:05:12.610Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-09-17T09:05:12.610Z] ---> Running in 7e6f553f3c0b [2020-09-17T09:05:12.889Z] Removing intermediate container 7e6f553f3c0b [2020-09-17T09:05:12.889Z] ---> fee97136ccbf [2020-09-17T09:05:12.889Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-09-17T09:05:12.889Z] ---> Running in a8dde41cd092 [2020-09-17T09:05:13.168Z] Removing intermediate container a8dde41cd092 [2020-09-17T09:05:13.168Z] ---> 2fc218c43af6 [2020-09-17T09:05:13.168Z] Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-17T09:05:13.168Z] ---> Running in 8c52f6099e2c [2020-09-17T09:05:14.581Z] Removing intermediate container 8c52f6099e2c [2020-09-17T09:05:14.581Z] ---> 60653eb97a3e [2020-09-17T09:05:14.581Z] Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-17T09:05:14.581Z] ---> Running in 84d8ad139ade [2020-09-17T09:05:15.193Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-17T09:05:15.815Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-17T09:05:16.803Z] OK: 237 MiB in 53 packages [2020-09-17T09:05:16.862Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-17T09:05:16.862Z] (6/14) Installing patch (2.7.6-r6) [2020-09-17T09:05:16.862Z] (7/14) Installing build-base (0.5-r2) [2020-09-17T09:05:16.862Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-17T09:05:16.862Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-17T09:05:17.462Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-17T09:05:17.926Z] Removing intermediate container 84d8ad139ade [2020-09-17T09:05:17.926Z] ---> ce332111515c [2020-09-17T09:05:17.926Z] Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-09-17T09:05:17.926Z] ---> Running in 1193d01e86df [2020-09-17T09:05:18.224Z] Removing intermediate container 1193d01e86df [2020-09-17T09:05:18.224Z] ---> a943b81885de [2020-09-17T09:05:18.224Z] Step 8/22 : COPY . . [2020-09-17T09:05:18.435Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-17T09:05:18.435Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-17T09:05:18.707Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-17T09:05:18.979Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-17T09:05:19.208Z] ---> a892f2c1c426 [2020-09-17T09:05:19.208Z] Step 9/22 : ARG MAKE='make build' [2020-09-17T09:05:19.208Z] ---> Running in 805ecd798379 [2020-09-17T09:05:19.252Z] Executing busybox-1.31.1-r16.trigger [2020-09-17T09:05:19.252Z] OK: 221 MiB in 53 packages [2020-09-17T09:05:19.475Z] Removing intermediate container 805ecd798379 [2020-09-17T09:05:19.475Z] ---> 7a350c94cb01 [2020-09-17T09:05:19.475Z] Step 10/22 : RUN $MAKE [2020-09-17T09:05:19.475Z] ---> Running in 1abe8e0f856a [2020-09-17T09:05:20.080Z] 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-09-17T09:05:23.568Z] Removing intermediate container 1bc9ff5f5307 [2020-09-17T09:05:23.568Z] ---> 5384ced939d2 [2020-09-17T09:05:23.568Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-09-17T09:05:23.568Z] ---> Running in 7fff46751403 [2020-09-17T09:05:23.847Z] Removing intermediate container 7fff46751403 [2020-09-17T09:05:23.847Z] ---> d39d28ce2f88 [2020-09-17T09:05:23.847Z] Step 7/8 : COPY . . [2020-09-17T09:05:24.833Z] ---> ce8c8513f8bd [2020-09-17T09:05:24.833Z] Step 8/8 : RUN go mod download [2020-09-17T09:05:24.833Z] ---> Running in 334796ff83c2 [2020-09-17T09:05:38.695Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-17T09:05:39.932Z] Removing intermediate container 334796ff83c2 [2020-09-17T09:05:39.932Z] ---> 8c2fddba139d [2020-09-17T09:05:39.932Z] Successfully built 8c2fddba139d [2020-09-17T09:05:39.932Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-17T09:05:40.364Z] + docker inspect -f . ci-base-image-arm64 [2020-09-17T09:05:40.364Z] . [Pipeline] withDockerContainer [2020-09-17T09:05:40.669Z] prd-ubuntu18.04-docker-arm64-4c-16g-183 does not seem to be running inside a container [2020-09-17T09:05:40.766Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/4 -v /w/workspace/device-mqtt-go/4:/w/workspace/device-mqtt-go/4:rw,z -v /w/workspace/device-mqtt-go/4@tmp:/w/workspace/device-mqtt-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-17T09:05:42.686Z] $ docker top 39fa3c89f58300dc377423912ba16c3f419ec2a5fc242e1fc51bb0134a9473a5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T09:05:43.171Z] Removing intermediate container 1abe8e0f856a [2020-09-17T09:05:43.171Z] ---> b11f8629bb21 [2020-09-17T09:05:43.171Z] Step 11/22 : FROM alpine [2020-09-17T09:05:43.448Z] latest: Pulling from library/alpine [2020-09-17T09:05:43.723Z] df20fa9351a1: Already exists [2020-09-17T09:05:43.723Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-17T09:05:43.723Z] Status: Downloaded newer image for alpine:latest [2020-09-17T09:05:43.723Z] ---> a24bb4013296 [2020-09-17T09:05:43.723Z] Step 12/22 : ENV APP_PORT=49982 [2020-09-17T09:05:44.026Z] ---> Running in cf15fa9b99ee [2020-09-17T09:05:44.123Z] + go version [2020-09-17T09:05:44.123Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-17T09:05:44.154Z] $ docker stop --time=1 39fa3c89f58300dc377423912ba16c3f419ec2a5fc242e1fc51bb0134a9473a5 [2020-09-17T09:05:44.351Z] Removing intermediate container cf15fa9b99ee [2020-09-17T09:05:44.351Z] ---> 53be771f1700 [2020-09-17T09:05:44.351Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-17T09:05:44.351Z] ---> Running in 95d62977e957 [2020-09-17T09:05:44.645Z] Removing intermediate container 95d62977e957 [2020-09-17T09:05:44.645Z] ---> 17dd0377ccf7 [2020-09-17T09:05:44.645Z] Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-09-17T09:05:46.109Z] ---> 5364120f4f67 [2020-09-17T09:05:46.109Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-09-17T09:05:46.178Z] $ docker rm -f 39fa3c89f58300dc377423912ba16c3f419ec2a5fc242e1fc51bb0134a9473a5 [2020-09-17T09:05:46.383Z] ---> 9da98d14fd78 [2020-09-17T09:05:46.383Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2020-09-17T09:05:46.659Z] ---> 1cffce485b03 [2020-09-17T09:05:46.659Z] Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-09-17T09:05:46.659Z] ---> Running in 21ccc2544b98 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2020-09-17T09:05:46.927Z] Removing intermediate container 21ccc2544b98 [2020-09-17T09:05:46.927Z] ---> ab9e3a4d4147 [2020-09-17T09:05:46.927Z] Step 18/22 : ENTRYPOINT ["/device-mqtt"] [2020-09-17T09:05:46.927Z] ---> Running in bb3c413210f9 [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-17T09:05:47.192Z] Removing intermediate container bb3c413210f9 [2020-09-17T09:05:47.192Z] ---> 0bea5f25ae1c [2020-09-17T09:05:47.192Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-17T09:05:47.192Z] ---> Running in 238a103744eb [2020-09-17T09:05:47.332Z] + docker inspect -f . ci-base-image-arm64 [2020-09-17T09:05:47.332Z] . [Pipeline] withDockerContainer [2020-09-17T09:05:47.457Z] Removing intermediate container 238a103744eb [2020-09-17T09:05:47.457Z] ---> 67a4b310ab9e [2020-09-17T09:05:47.457Z] Step 20/22 : LABEL arch=amd64 [2020-09-17T09:05:47.457Z] ---> Running in 76855c5ee1ed [2020-09-17T09:05:47.561Z] prd-ubuntu18.04-docker-arm64-4c-16g-183 does not seem to be running inside a container [2020-09-17T09:05:47.668Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/4 -v /w/workspace/device-mqtt-go/4:/w/workspace/device-mqtt-go/4:rw,z -v /w/workspace/device-mqtt-go/4@tmp:/w/workspace/device-mqtt-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-17T09:05:47.764Z] Removing intermediate container 76855c5ee1ed [2020-09-17T09:05:47.764Z] ---> ce53f3a79dc2 [2020-09-17T09:05:47.765Z] Step 21/22 : LABEL git_sha=8df287fcd07771fdf0ce1393637aadf009909ff7 [2020-09-17T09:05:47.765Z] ---> Running in c9cabff5198f [2020-09-17T09:05:48.037Z] Removing intermediate container c9cabff5198f [2020-09-17T09:05:48.037Z] ---> 9a6598e70639 [2020-09-17T09:05:48.037Z] Step 22/22 : LABEL version=0.0.0 [2020-09-17T09:05:48.037Z] ---> Running in 65aa9ec4ec79 [2020-09-17T09:05:48.310Z] Removing intermediate container 65aa9ec4ec79 [2020-09-17T09:05:48.310Z] ---> dfc7dd20f9a0 [2020-09-17T09:05:48.310Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-17T09:05:48.310Z] Successfully built dfc7dd20f9a0 [2020-09-17T09:05:48.310Z] Successfully tagged docker-device-mqtt-go:latest [2020-09-17T09:05:49.571Z] $ docker top 4aa7476f6f19104c1ef342d4ad75f043d837fca4d6118e6b902b14de6f8f49a8 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] sh [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] node [2020-09-17T09:05:50.976Z] + make test [2020-09-17T09:05:50.976Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-09-17T09:05:51.964Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-09-17T09:06:05.829Z] Still waiting to schedule task [2020-09-17T09:06:05.829Z] All nodes of label ‘centos7-docker-8c-8g’ are offline [2020-09-17T09:06:31.080Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-09-17T09:06:31.081Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.022s coverage: 28.3% of statements [2020-09-17T09:06:31.081Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-09-17T09:06:31.081Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-17T09:06:34.558Z] gofmt -l . [2020-09-17T09:06:34.558Z] ["`gofmt -l .`" = ""] [2020-09-17T09:06:34.558Z] ./bin/test-attribution-txt.sh [2020-09-17T09:06:35.170Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-17T09:06:35.859Z] Warning: overwriting stash ‘coverage-report’ [2020-09-17T09:06:36.806Z] Stashed 1 file(s) [Pipeline] } [2020-09-17T09:06:36.833Z] $ docker stop --time=1 4aa7476f6f19104c1ef342d4ad75f043d837fca4d6118e6b902b14de6f8f49a8 [2020-09-17T09:06:39.260Z] $ docker rm -f 4aa7476f6f19104c1ef342d4ad75f043d837fca4d6118e6b902b14de6f8f49a8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-17T09:06:40.721Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-17T09:06:41.065Z] + ls -al . [2020-09-17T09:06:41.065Z] total 136 [2020-09-17T09:06:41.065Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 17 09:06 . [2020-09-17T09:06:41.065Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 17 09:04 .. [2020-09-17T09:06:41.065Z] -rw-rw-r-- 1 jenkins jenkins 140 Sep 17 09:04 .dockerignore [2020-09-17T09:06:41.065Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 17 09:04 .git [2020-09-17T09:06:41.065Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 17 09:04 .github [2020-09-17T09:06:41.065Z] -rw-rw-r-- 1 jenkins jenkins 336 Sep 17 09:04 .gitignore [2020-09-17T09:06:41.065Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 17 09:04 .semver [2020-09-17T09:06:41.065Z] -rw-rw-r-- 1 jenkins jenkins 4896 Sep 17 09:04 Attribution.txt [2020-09-17T09:06:41.065Z] -rw-rw-r-- 1 jenkins jenkins 1784 Sep 17 09:04 Dockerfile [2020-09-17T09:06:41.065Z] -rw-rw-r-- 1 jenkins jenkins 953 Sep 17 09:04 Dockerfile.build [2020-09-17T09:06:41.065Z] -rw-rw-r-- 1 jenkins jenkins 677 Sep 17 09:04 Jenkinsfile [2020-09-17T09:06:41.065Z] -rw-rw-r-- 1 jenkins jenkins 11340 Sep 17 09:04 LICENSE [2020-09-17T09:06:41.065Z] -rw-rw-r-- 1 jenkins jenkins 902 Sep 17 09:04 Makefile [2020-09-17T09:06:41.065Z] -rw-rw-r-- 1 jenkins jenkins 444 Sep 17 09:04 README.md [2020-09-17T09:06:41.065Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 17 09:00 VERSION [2020-09-17T09:06:41.065Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 17 09:04 bin [2020-09-17T09:06:41.065Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 17 09:04 cmd [2020-09-17T09:06:41.065Z] -rw-r--r-- 1 jenkins jenkins 18939 Sep 17 09:06 coverage.out [2020-09-17T09:06:41.065Z] -rw-r--r-- 1 jenkins jenkins 510 Sep 17 09:06 go.mod [2020-09-17T09:06:41.065Z] -rw-r--r-- 1 jenkins jenkins 13621 Sep 17 09:06 go.sum [2020-09-17T09:06:41.065Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 17 09:04 internal [2020-09-17T09:06:41.065Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 17 09:04 mock [2020-09-17T09:06:41.065Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 17 09:04 snap [2020-09-17T09:06:41.065Z] -rw-rw-r-- 1 jenkins jenkins 227 Sep 17 09:04 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-17T09:06:41.425Z] + 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=8df287fcd07771fdf0ce1393637aadf009909ff7 --label arch=arm64 --label version=0.0.0 . [2020-09-17T09:06:41.704Z] Sending build context to Docker daemon 641kB [2020-09-17T09:06:41.704Z] Step 1/22 : ARG BASE=golang:1.15-alpine [2020-09-17T09:06:41.704Z] Step 2/22 : FROM ${BASE} AS builder [2020-09-17T09:06:41.704Z] ---> 8c2fddba139d [2020-09-17T09:06:41.704Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-09-17T09:06:41.980Z] ---> Running in 1ea0ee34db71 [2020-09-17T09:06:42.587Z] Removing intermediate container 1ea0ee34db71 [2020-09-17T09:06:42.587Z] ---> ca529f53e2d7 [2020-09-17T09:06:42.587Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-09-17T09:06:42.587Z] ---> Running in fbf887c73951 [2020-09-17T09:06:43.197Z] Removing intermediate container fbf887c73951 [2020-09-17T09:06:43.197Z] ---> 9bdad0e831fe [2020-09-17T09:06:43.197Z] Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-17T09:06:43.472Z] ---> Running in c1da7937f261 [2020-09-17T09:06:46.101Z] Removing intermediate container c1da7937f261 [2020-09-17T09:06:46.101Z] ---> 1171b22640cf [2020-09-17T09:06:46.101Z] Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-17T09:06:46.101Z] ---> Running in e776457b9840 [2020-09-17T09:06:47.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-17T09:06:48.534Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-17T09:06:49.592Z] OK: 221 MiB in 53 packages [2020-09-17T09:06:50.589Z] Removing intermediate container e776457b9840 [2020-09-17T09:06:50.589Z] ---> ee6be3afdfbe [2020-09-17T09:06:50.589Z] Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-09-17T09:06:50.589Z] ---> Running in acbddd4a5647 [2020-09-17T09:06:51.195Z] Removing intermediate container acbddd4a5647 [2020-09-17T09:06:51.196Z] ---> f31358a1b3dc [2020-09-17T09:06:51.196Z] Step 8/22 : COPY . . [2020-09-17T09:06:52.186Z] ---> 642dded2a61f [2020-09-17T09:06:52.186Z] Step 9/22 : ARG MAKE='make build' [2020-09-17T09:06:52.464Z] ---> Running in fa254f0fb2c1 [2020-09-17T09:06:53.067Z] Removing intermediate container fa254f0fb2c1 [2020-09-17T09:06:53.067Z] ---> 1c6cbf306636 [2020-09-17T09:06:53.067Z] Step 10/22 : RUN $MAKE [2020-09-17T09:06:53.067Z] ---> Running in ef522da1d07f [2020-09-17T09:06:54.513Z] 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-09-17T09:07:06.819Z] Running on prd-centos7-docker-8c-8g-192 in /w/workspace/gexfoundry_device-mqtt-go_PR-169 [Pipeline] { [Pipeline] ws [2020-09-17T09:07:06.925Z] Running in /w/workspace/device-mqtt-go/4 [Pipeline] { [Pipeline] checkout [2020-09-17T09:07:09.337Z] using credential edgex-jenkins-ssh [2020-09-17T09:07:09.392Z] Cloning the remote Git repository [2020-09-17T09:07:09.393Z] Cloning with configured refspecs honoured and without tags [2020-09-17T09:07:09.419Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-17T09:07:10.069Z] Fetching without tags [2020-09-17T09:07:10.416Z] Merging remotes/origin/master commit ba13f39da15fded8dc9ca6171c9bf6786df660a0 into PR head commit 8df287fcd07771fdf0ce1393637aadf009909ff7 [2020-09-17T09:07:10.501Z] Merge succeeded, producing 8df287fcd07771fdf0ce1393637aadf009909ff7 [2020-09-17T09:07:10.502Z] Checking out Revision 8df287fcd07771fdf0ce1393637aadf009909ff7 (PR-169) [2020-09-17T09:07:09.488Z] > git init /w/workspace/device-mqtt-go/4 # timeout=10 [2020-09-17T09:07:09.519Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-17T09:07:09.519Z] > git --version # timeout=10 [2020-09-17T09:07:09.525Z] > git --version # 'git version 2.16.5' [2020-09-17T09:07:09.526Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T09:07:09.549Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T09:07:10.040Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-17T09:07:10.048Z] > git config --add remote.origin.fetch +refs/pull/169/head:refs/remotes/origin/PR-169 # timeout=10 [2020-09-17T09:07:10.056Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T09:07:10.067Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-17T09:07:10.079Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-17T09:07:10.079Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T09:07:10.084Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T09:07:10.432Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T09:07:10.437Z] > git checkout -f 8df287fcd07771fdf0ce1393637aadf009909ff7 # timeout=10 [2020-09-17T09:07:10.474Z] > git remote # timeout=10 [2020-09-17T09:07:10.481Z] > git config --get remote.origin.url # timeout=10 [2020-09-17T09:07:10.486Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T09:07:10.489Z] > git merge ba13f39da15fded8dc9ca6171c9bf6786df660a0 # timeout=10 [2020-09-17T09:07:10.499Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-17T09:07:10.509Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T09:07:10.512Z] > git checkout -f 8df287fcd07771fdf0ce1393637aadf009909ff7 # timeout=10 [2020-09-17T09:07:14.477Z] Commit message: "Bump github.com/eclipse/paho.mqtt.golang from 1.1.1 to 1.2.0" [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-17T09:07:16.103Z] ++ find /w/workspace/device-mqtt-go/4 [2020-09-17T09:07:16.103Z] ++ grep snapcraft.yaml [2020-09-17T09:07:16.103Z] + grep -Po '^name: \K(.*)' /w/workspace/device-mqtt-go/4/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-17T09:07:16.265Z] provisioning config files... [2020-09-17T09:07:16.283Z] copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/4@tmp/config3855287558391822700tmp [Pipeline] { [Pipeline] sh [2020-09-17T09:07:16.692Z] + cp /w/workspace/device-mqtt-go/4@tmp/config3855287558391822700tmp /w/workspace/device-mqtt-go/4/edgex-snap-store-login [Pipeline] sh [2020-09-17T09:07:17.010Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/4:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-09-17T09:07:17.285Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-09-17T09:07:17.285Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-09-17T09:07:17.285Z] f08d8e2a3ba1: Pulling fs layer [2020-09-17T09:07:17.285Z] 3baa9cb2483b: Pulling fs layer [2020-09-17T09:07:17.285Z] 94e5ff4c0b15: Pulling fs layer [2020-09-17T09:07:17.285Z] 1860925334f9: Pulling fs layer [2020-09-17T09:07:17.285Z] 2daf38717194: Pulling fs layer [2020-09-17T09:07:17.285Z] 309017e8d7a4: Pulling fs layer [2020-09-17T09:07:17.285Z] f7790dc9fd0f: Pulling fs layer [2020-09-17T09:07:17.285Z] cac0ae9282c2: Pulling fs layer [2020-09-17T09:07:17.285Z] 1f4cadf9a1ed: Pulling fs layer [2020-09-17T09:07:17.285Z] 2daf38717194: Waiting [2020-09-17T09:07:17.285Z] 309017e8d7a4: Waiting [2020-09-17T09:07:17.285Z] cac0ae9282c2: Waiting [2020-09-17T09:07:17.285Z] 1f4cadf9a1ed: Waiting [2020-09-17T09:07:17.285Z] f7790dc9fd0f: Waiting [2020-09-17T09:07:17.285Z] 1860925334f9: Waiting [2020-09-17T09:07:17.285Z] 94e5ff4c0b15: Verifying Checksum [2020-09-17T09:07:17.285Z] 94e5ff4c0b15: Download complete [2020-09-17T09:07:17.285Z] 3baa9cb2483b: Download complete [2020-09-17T09:07:17.285Z] 1860925334f9: Download complete [2020-09-17T09:07:17.285Z] 309017e8d7a4: Download complete [2020-09-17T09:07:17.550Z] f7790dc9fd0f: Verifying Checksum [2020-09-17T09:07:17.550Z] f7790dc9fd0f: Download complete [2020-09-17T09:07:17.550Z] cac0ae9282c2: Verifying Checksum [2020-09-17T09:07:17.550Z] cac0ae9282c2: Download complete [2020-09-17T09:07:17.550Z] 1f4cadf9a1ed: Download complete [2020-09-17T09:07:20.135Z] f08d8e2a3ba1: Verifying Checksum [2020-09-17T09:07:20.135Z] f08d8e2a3ba1: Download complete [2020-09-17T09:07:21.452Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-17T09:07:21.536Z] f08d8e2a3ba1: Pull complete [2020-09-17T09:07:21.537Z] 3baa9cb2483b: Pull complete [2020-09-17T09:07:21.798Z] 94e5ff4c0b15: Pull complete [2020-09-17T09:07:21.798Z] 1860925334f9: Pull complete [2020-09-17T09:07:26.038Z] 2daf38717194: Verifying Checksum [2020-09-17T09:07:26.038Z] 2daf38717194: Download complete [2020-09-17T09:07:28.200Z] Removing intermediate container ef522da1d07f [2020-09-17T09:07:28.200Z] ---> 0b4802917c59 [2020-09-17T09:07:28.200Z] Step 11/22 : FROM alpine [2020-09-17T09:07:28.200Z] latest: Pulling from library/alpine [2020-09-17T09:07:28.200Z] b538f80385f9: Already exists [2020-09-17T09:07:28.200Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-17T09:07:28.200Z] Status: Downloaded newer image for alpine:latest [2020-09-17T09:07:28.200Z] ---> 62ee0e9f8440 [2020-09-17T09:07:28.200Z] Step 12/22 : ENV APP_PORT=49982 [2020-09-17T09:07:28.200Z] ---> Running in 8794be6baa7d [2020-09-17T09:07:28.478Z] Removing intermediate container 8794be6baa7d [2020-09-17T09:07:28.478Z] ---> 801cb453aa29 [2020-09-17T09:07:28.478Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-17T09:07:28.752Z] ---> Running in d5b2fd0dd8e2 [2020-09-17T09:07:29.025Z] Removing intermediate container d5b2fd0dd8e2 [2020-09-17T09:07:29.025Z] ---> 6d6c78a5883e [2020-09-17T09:07:29.025Z] Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-09-17T09:07:30.522Z] ---> eec79713eb90 [2020-09-17T09:07:30.522Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-09-17T09:07:31.122Z] ---> bdc0b2e17e28 [2020-09-17T09:07:31.122Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-09-17T09:07:31.725Z] ---> c1c5429a70ff [2020-09-17T09:07:31.725Z] Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-09-17T09:07:32.000Z] ---> Running in 77c613af34d1 [2020-09-17T09:07:32.276Z] Removing intermediate container 77c613af34d1 [2020-09-17T09:07:32.276Z] ---> 73b1cd415452 [2020-09-17T09:07:32.276Z] Step 18/22 : ENTRYPOINT ["/device-mqtt"] [2020-09-17T09:07:32.551Z] ---> Running in 6c5c6b42ff54 [2020-09-17T09:07:33.152Z] Removing intermediate container 6c5c6b42ff54 [2020-09-17T09:07:33.152Z] ---> 4318c216eea0 [2020-09-17T09:07:33.152Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-17T09:07:33.152Z] ---> Running in 5a5cea4c041f [2020-09-17T09:07:33.752Z] Removing intermediate container 5a5cea4c041f [2020-09-17T09:07:33.752Z] ---> d99303f7058a [2020-09-17T09:07:33.752Z] Step 20/22 : LABEL arch=arm64 [2020-09-17T09:07:33.752Z] ---> Running in f9cdc03d0239 [2020-09-17T09:07:34.353Z] Removing intermediate container f9cdc03d0239 [2020-09-17T09:07:34.353Z] ---> c4e6e81beb8f [2020-09-17T09:07:34.353Z] Step 21/22 : LABEL git_sha=8df287fcd07771fdf0ce1393637aadf009909ff7 [2020-09-17T09:07:34.353Z] ---> Running in 8f39e8594c40 [2020-09-17T09:07:34.956Z] Removing intermediate container 8f39e8594c40 [2020-09-17T09:07:34.956Z] ---> a38f15f2eae2 [2020-09-17T09:07:34.956Z] Step 22/22 : LABEL version=0.0.0 [2020-09-17T09:07:34.956Z] ---> Running in 46a71b60982e [2020-09-17T09:07:35.555Z] Removing intermediate container 46a71b60982e [2020-09-17T09:07:35.555Z] ---> 8d037fcd74a6 [2020-09-17T09:07:35.555Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-17T09:07:35.555Z] Successfully built 8d037fcd74a6 [2020-09-17T09:07:35.555Z] 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] node [2020-09-17T09:07:44.247Z] 2daf38717194: Pull complete [2020-09-17T09:07:44.247Z] 309017e8d7a4: Pull complete [2020-09-17T09:07:44.247Z] f7790dc9fd0f: Pull complete [2020-09-17T09:07:44.247Z] cac0ae9282c2: Pull complete [2020-09-17T09:07:44.247Z] 1f4cadf9a1ed: Pull complete [2020-09-17T09:07:44.247Z] Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 [2020-09-17T09:07:44.247Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-09-17T09:07:47.579Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-09-17T09:07:47.579Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-09-17T09:07:47.843Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-09-17T09:07:48.108Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-09-17T09:07:48.108Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1089 kB] [2020-09-17T09:07:48.108Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1429 kB] [2020-09-17T09:07:48.687Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [10.1 kB] [2020-09-17T09:07:48.687Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [132 kB] [2020-09-17T09:07:48.687Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [901 kB] [2020-09-17T09:07:48.687Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.7 kB] [2020-09-17T09:07:48.687Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1385 kB] [2020-09-17T09:07:48.687Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [116 kB] [2020-09-17T09:07:48.953Z] Fetched 5342 kB in 2s (3309 kB/s) [2020-09-17T09:07:50.365Z] Reading package lists... [2020-09-17T09:07:51.218Z] Still waiting to schedule task [2020-09-17T09:07:51.218Z] All nodes of label ‘ubuntu18.04-docker-arm64-16c-16g’ are offline [2020-09-17T09:07:53.958Z] 0% [Working] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-09-17T09:07:53.958Z] 0% [Waiting for headers] [Waiting for headers] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-09-17T09:07:53.958Z] 0% [Waiting for headers] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-09-17T09:07:54.220Z] 0% [1 InRelease gpgv 242 kB] 0% [Waiting for headers] 0% [2 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-09-17T09:07:55.593Z] 0% [2 InRelease gpgv 88.7 kB] 0% [Working] 0% [3 InRelease gpgv 88.7 kB] 0% [Working] 0% [4 InRelease gpgv 74.6 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 58% Reading package lists... 64% Reading package lists... 64% Reading package lists... 65% Reading package lists... 65% Reading package lists... 74% Reading package lists... 74% Reading package lists... 75% Reading package lists... 75% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-09-17T09:07:57.538Z] Installing build dependencies: curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 libperl5.26 make netbase patch perl perl-modules-5.26 [2020-09-17T09:07:58.647Z] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 54% Reading package lists... 64% Reading package lists... 64% Reading package lists... 65% Reading package lists... 65% Reading package lists... 74% Reading package lists... 74% Reading package lists... 75% Reading package lists... 75% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-09-17T09:07:58.912Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 78% Building dependency tree [2020-09-17T09:07:58.912Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-09-17T09:07:59.175Z] The following packages were automatically installed and are no longer required: [2020-09-17T09:07:59.175Z] libjq1 libonig4 [2020-09-17T09:07:59.175Z] Use 'sudo apt autoremove' to remove them. [2020-09-17T09:07:59.175Z] Suggested packages: [2020-09-17T09:07:59.175Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-09-17T09:07:59.175Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed [2020-09-17T09:07:59.175Z] diffutils-doc perl-doc libterm-readline-gnu-perl [2020-09-17T09:07:59.175Z] | libterm-readline-perl-perl [2020-09-17T09:07:59.175Z] The following NEW packages will be installed: [2020-09-17T09:07:59.175Z] curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 [2020-09-17T09:07:59.175Z] libperl5.26 make netbase patch perl perl-modules-5.26 [2020-09-17T09:07:59.175Z] 0 upgraded, 14 newly installed, 0 to remove and 4 not upgraded. [2020-09-17T09:07:59.175Z] Need to get 12.0 MB of archives. [2020-09-17T09:07:59.175Z] After this operation, 77.5 MB of additional disk space will be used. [2020-09-17T09:07:59.440Z] 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-09-17T09:08:00.282Z] 0% [1 perl-modules-5.26 12.6 kB/2763 kB 0%] 4% [1 perl-modules-5.26 532 kB/2763 kB 19%] 20% [Working] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-09-17T09:08:00.282Z] 20% [2 libgdbm5 26.0 kB/26.0 kB 100%] 21% [Waiting for headers] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-09-17T09:08:00.282Z] 21% [3 libgdbm-compat4 6084 B/6084 B 100%] 23% [Working] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] [2020-09-17T09:08:00.282Z] 23% [4 libperl5.26 22.2 kB/3527 kB 1%] 48% [Waiting for headers] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] [2020-09-17T09:08:00.282Z] 48% [5 perl 20.3 kB/201 kB 10%] 51% [Waiting for headers] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-09-17T09:08:00.282Z] 51% [6 less 28.4 kB/112 kB 25%] 53% [Waiting for headers] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-09-17T09:08:00.282Z] 53% [7 netbase 12.7 kB/12.7 kB 100%] 54% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] [2020-09-17T09:08:00.282Z] 54% [8 curl 34.7 kB/159 kB 22%] 57% [Waiting for headers] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] [2020-09-17T09:08:00.548Z] 57% [9 libcurl3-gnutls 0 B/213 kB 0%] 60% [Waiting for headers] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-09-17T09:08:00.548Z] 60% [10 liberror-perl 22.8 kB/22.8 kB 100%] 61% [Waiting for headers] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-09-17T09:08:00.548Z] 61% [11 git-man 33.0 kB/804 kB 4%] 68% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-09-17T09:08:00.823Z] 68% [12 git 15.7 kB/3915 kB 0%] 95% [Waiting for headers] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-09-17T09:08:00.823Z] 96% [13 make 32.7 kB/154 kB 21%] 98% [Waiting for headers] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-09-17T09:08:00.823Z] 98% [14 patch 5557 B/102 kB 5%] 100% [Working] Fetched 12.0 MB in 1s (8245 kB/s) [2020-09-17T09:08:01.091Z] debconf: delaying package configuration, since apt-utils is not installed [2020-09-17T09:08:01.091Z] Selecting previously unselected package perl-modules-5.26. [2020-09-17T09:08:01.091Z] (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 ... 9889 files and directories currently installed.) [2020-09-17T09:08:01.091Z] Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-09-17T09:08:01.091Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-17T09:08:02.044Z] Selecting previously unselected package libgdbm5:amd64. [2020-09-17T09:08:02.044Z] Preparing to unpack .../01-libgdbm5_1.14.1-6_amd64.deb ... [2020-09-17T09:08:02.044Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-09-17T09:08:02.044Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-09-17T09:08:02.044Z] Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-09-17T09:08:02.044Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-09-17T09:08:02.044Z] Selecting previously unselected package libperl5.26:amd64. [2020-09-17T09:08:02.044Z] Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-09-17T09:08:02.044Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-09-17T09:08:02.997Z] Selecting previously unselected package perl. [2020-09-17T09:08:02.997Z] Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-09-17T09:08:02.997Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-09-17T09:08:02.997Z] Selecting previously unselected package less. [2020-09-17T09:08:02.997Z] Preparing to unpack .../05-less_487-0.1_amd64.deb ... [2020-09-17T09:08:02.997Z] Unpacking less (487-0.1) ... [2020-09-17T09:08:02.997Z] Selecting previously unselected package netbase. [2020-09-17T09:08:02.997Z] Preparing to unpack .../06-netbase_5.4_all.deb ... [2020-09-17T09:08:02.997Z] Unpacking netbase (5.4) ... [2020-09-17T09:08:02.997Z] Selecting previously unselected package curl. [2020-09-17T09:08:02.997Z] Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_amd64.deb ... [2020-09-17T09:08:02.997Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-09-17T09:08:02.997Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-09-17T09:08:02.997Z] Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... [2020-09-17T09:08:03.265Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-09-17T09:08:03.265Z] Selecting previously unselected package liberror-perl. [2020-09-17T09:08:03.265Z] Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... [2020-09-17T09:08:03.265Z] Unpacking liberror-perl (0.17025-1) ... [2020-09-17T09:08:03.265Z] Selecting previously unselected package git-man. [2020-09-17T09:08:03.265Z] Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-09-17T09:08:03.265Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-17T09:08:03.530Z] Selecting previously unselected package git. [2020-09-17T09:08:03.530Z] Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-09-17T09:08:03.530Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-09-17T09:08:04.108Z] Selecting previously unselected package make. [2020-09-17T09:08:04.108Z] Preparing to unpack .../12-make_4.1-9.1ubuntu1_amd64.deb ... [2020-09-17T09:08:04.108Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-09-17T09:08:04.108Z] Selecting previously unselected package patch. [2020-09-17T09:08:04.108Z] Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-09-17T09:08:04.108Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-09-17T09:08:04.374Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-17T09:08:04.374Z] Setting up less (487-0.1) ... [2020-09-17T09:08:04.374Z] Setting up make (4.1-9.1ubuntu1) ... [2020-09-17T09:08:04.374Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-09-17T09:08:04.374Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-09-17T09:08:04.639Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-17T09:08:04.639Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-09-17T09:08:04.639Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-09-17T09:08:04.639Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-09-17T09:08:04.639Z] Setting up netbase (5.4) ... [2020-09-17T09:08:04.639Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-09-17T09:08:04.639Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-09-17T09:08:04.639Z] Setting up liberror-perl (0.17025-1) ... [2020-09-17T09:08:04.902Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-09-17T09:08:04.902Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-09-17T09:08:04.902Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-09-17T09:08:06.839Z] curl set to automatically installed. [2020-09-17T09:08:06.839Z] git set to automatically installed. [2020-09-17T09:08:06.839Z] git-man set to automatically installed. [2020-09-17T09:08:06.839Z] less set to automatically installed. [2020-09-17T09:08:06.839Z] libcurl3-gnutls set to automatically installed. [2020-09-17T09:08:06.839Z] liberror-perl set to automatically installed. [2020-09-17T09:08:06.839Z] libgdbm-compat4 set to automatically installed. [2020-09-17T09:08:06.839Z] libgdbm5 set to automatically installed. [2020-09-17T09:08:06.839Z] libperl5.26 set to automatically installed. [2020-09-17T09:08:06.839Z] make set to automatically installed. [2020-09-17T09:08:06.839Z] netbase set to automatically installed. [2020-09-17T09:08:06.839Z] patch set to automatically installed. [2020-09-17T09:08:06.839Z] perl set to automatically installed. [2020-09-17T09:08:06.839Z] perl-modules-5.26 set to automatically installed. [2020-09-17T09:08:06.839Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-09-17T09:08:06.839Z] Please ensure the environment is properly setup before continuing. [2020-09-17T09:08:06.839Z] Ignore this message if the appropriate measures have already been taken [2020-09-17T09:08:07.103Z] Pulling go  [2020-09-17T09:08:08.064Z] 'device-mqtt' has dependencies that need to be staged: go [2020-09-17T09:08:08.064Z] Skipping pull go (already ran) [2020-09-17T09:08:08.064Z] Building go  [2020-09-17T09:08:08.064Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-17T09:08:08.064Z] Dload Upload Total Spent Left Speed [2020-09-17T09:08:10.002Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 41 115M 41 47.5M 0 0 52.3M 0 0:00:02 --:--:-- 0:00:02 52.3M 95 115M 95 110M 0 0 57.2M 0 0:00:02 0:00:01 0:00:01 57.2M 100 115M 100 115M 0 0 57.9M 0 0:00:01 0:00:01 --:--:-- 57.9M [2020-09-17T09:08:10.979Z] go1.15.2.linux-amd64.tar.gz: OK [2020-09-17T09:08:17.706Z] Staging go  [2020-09-17T09:08:18.318Z] Pulling device-mqtt  [2020-09-17T09:08:19.356Z] Skipping build go (already ran) [2020-09-17T09:08:19.356Z] Building device-mqtt  [2020-09-17T09:08:19.356Z] 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-09-17T09:08:19.990Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-17T09:08:19.990Z] go: downloading github.com/spf13/cast v1.3.0 [2020-09-17T09:08:19.990Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-17T09:08:19.990Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-17T09:08:19.990Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-09-17T09:08:20.320Z] go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-17T09:08:20.320Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-09-17T09:08:20.320Z] go: downloading github.com/google/uuid v1.1.1 [2020-09-17T09:08:20.320Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-09-17T09:08:20.320Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-17T09:08:20.320Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-09-17T09:08:20.320Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-17T09:08:20.320Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-17T09:08:20.320Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-09-17T09:08:20.320Z] go: downloading github.com/pkg/errors v0.8.1 [2020-09-17T09:08:20.320Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-17T09:08:20.320Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-17T09:08:20.320Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-09-17T09:08:20.320Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-09-17T09:08:20.320Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-17T09:08:20.320Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-09-17T09:08:20.320Z] go: downloading github.com/x448/float16 v0.8.4 [2020-09-17T09:08:20.320Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-09-17T09:08:20.320Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-09-17T09:08:20.320Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-17T09:08:20.320Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-09-17T09:08:20.320Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-17T09:08:20.320Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-09-17T09:08:20.320Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-17T09:08:20.320Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-09-17T09:08:20.634Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-17T09:08:20.634Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-17T09:08:20.634Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-09-17T09:08:26.947Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-17T09:08:30.473Z] Skipping stage go (already ran) [2020-09-17T09:08:30.473Z] Staging device-mqtt  [2020-09-17T09:08:30.760Z] Priming go  [2020-09-17T09:08:31.746Z] Priming device-mqtt  [2020-09-17T09:08:32.739Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-09-17T09:08:32.739Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-09-17T09:08:32.739Z] Determining the version from the project repo (version-script). [2020-09-17T09:08:32.739Z] The version has been set to 'local-dev-20200917+8df287f' [2020-09-17T09:08:33.585Z] Snapping | Snapping / Snapping - Snapping \ Snapping | [2020-09-17T09:08:33.585Z] Snapped edgex-device-mqtt_local-dev-20200917+8df287f_amd64.snap [Pipeline] } [2020-09-17T09:08:35.621Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-17T09:10:27.036Z] Running on prd-ubuntu18.04-docker-arm64-16c-16g-196 in /w/workspace/gexfoundry_device-mqtt-go_PR-169 [Pipeline] { [Pipeline] ws [2020-09-17T09:10:27.106Z] Running in /w/workspace/device-mqtt-go/4 [Pipeline] { [Pipeline] checkout [2020-09-17T09:10:31.194Z] using credential edgex-jenkins-ssh [2020-09-17T09:10:31.263Z] Cloning the remote Git repository [2020-09-17T09:10:31.263Z] Cloning with configured refspecs honoured and without tags [2020-09-17T09:10:31.315Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-17T09:10:31.414Z] > git init /w/workspace/device-mqtt-go/4 # timeout=10 [2020-09-17T09:10:31.470Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-17T09:10:31.471Z] > git --version # timeout=10 [2020-09-17T09:10:31.485Z] > git --version # 'git version 2.17.1' [2020-09-17T09:10:31.486Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T09:10:31.535Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T09:10:32.194Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-17T09:10:32.255Z] Fetching without tags [2020-09-17T09:10:32.733Z] Merging remotes/origin/master commit ba13f39da15fded8dc9ca6171c9bf6786df660a0 into PR head commit 8df287fcd07771fdf0ce1393637aadf009909ff7 [2020-09-17T09:10:32.899Z] Merge succeeded, producing 8df287fcd07771fdf0ce1393637aadf009909ff7 [2020-09-17T09:10:32.899Z] Checking out Revision 8df287fcd07771fdf0ce1393637aadf009909ff7 (PR-169) [2020-09-17T09:10:32.208Z] > git config --add remote.origin.fetch +refs/pull/169/head:refs/remotes/origin/PR-169 # timeout=10 [2020-09-17T09:10:32.221Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T09:10:32.242Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-17T09:10:32.269Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-17T09:10:32.270Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T09:10:32.281Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T09:10:32.753Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T09:10:32.765Z] > git checkout -f 8df287fcd07771fdf0ce1393637aadf009909ff7 # timeout=10 [2020-09-17T09:10:32.837Z] > git remote # timeout=10 [2020-09-17T09:10:32.850Z] > git config --get remote.origin.url # timeout=10 [2020-09-17T09:10:32.859Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T09:10:32.869Z] > git merge ba13f39da15fded8dc9ca6171c9bf6786df660a0 # timeout=10 [2020-09-17T09:10:32.888Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-17T09:10:32.907Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T09:10:32.916Z] > git checkout -f 8df287fcd07771fdf0ce1393637aadf009909ff7 # timeout=10 [2020-09-17T09:10:37.196Z] Commit message: "Bump github.com/eclipse/paho.mqtt.golang from 1.1.1 to 1.2.0" [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-17T09:10:38.535Z] + find /w/workspace/device-mqtt-go/4 [2020-09-17T09:10:38.535Z] + grep snapcraft.yaml [2020-09-17T09:10:38.535Z] + grep -Po ^name: \K(.*) /w/workspace/device-mqtt-go/4/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-17T09:10:38.856Z] provisioning config files... [2020-09-17T09:10:38.881Z] copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/4@tmp/config6487309733417836361tmp [Pipeline] { [Pipeline] sh [2020-09-17T09:10:39.303Z] + cp /w/workspace/device-mqtt-go/4@tmp/config6487309733417836361tmp /w/workspace/device-mqtt-go/4/edgex-snap-store-login [Pipeline] sh [2020-09-17T09:10:39.649Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/4:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-09-17T09:10:40.244Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-09-17T09:10:40.516Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-09-17T09:10:40.516Z] 237528ba509b: Pulling fs layer [2020-09-17T09:10:40.516Z] 393b96f31d8b: Pulling fs layer [2020-09-17T09:10:40.516Z] 4d82b0e39008: Pulling fs layer [2020-09-17T09:10:40.516Z] e7ca375b8d34: Pulling fs layer [2020-09-17T09:10:40.516Z] 418f656485bb: Pulling fs layer [2020-09-17T09:10:40.516Z] e7ca375b8d34: Waiting [2020-09-17T09:10:40.516Z] aebe8db9254c: Pulling fs layer [2020-09-17T09:10:40.516Z] 4f5f7b207d3f: Pulling fs layer [2020-09-17T09:10:40.516Z] 418f656485bb: Waiting [2020-09-17T09:10:40.516Z] d19ca6af091a: Pulling fs layer [2020-09-17T09:10:40.516Z] 16b5a0711add: Pulling fs layer [2020-09-17T09:10:40.516Z] 4f5f7b207d3f: Waiting [2020-09-17T09:10:40.516Z] 16b5a0711add: Waiting [2020-09-17T09:10:40.516Z] 4d82b0e39008: Verifying Checksum [2020-09-17T09:10:40.516Z] 4d82b0e39008: Download complete [2020-09-17T09:10:40.516Z] 393b96f31d8b: Verifying Checksum [2020-09-17T09:10:40.516Z] 393b96f31d8b: Download complete [2020-09-17T09:10:40.516Z] e7ca375b8d34: Verifying Checksum [2020-09-17T09:10:40.516Z] e7ca375b8d34: Download complete [2020-09-17T09:10:40.516Z] aebe8db9254c: Verifying Checksum [2020-09-17T09:10:40.516Z] aebe8db9254c: Download complete [2020-09-17T09:10:40.788Z] 4f5f7b207d3f: Download complete [2020-09-17T09:10:40.788Z] d19ca6af091a: Verifying Checksum [2020-09-17T09:10:40.788Z] d19ca6af091a: Download complete [2020-09-17T09:10:42.765Z] 16b5a0711add: Download complete [2020-09-17T09:10:43.747Z] 237528ba509b: Verifying Checksum [2020-09-17T09:10:43.747Z] 237528ba509b: Download complete [2020-09-17T09:10:46.373Z] 237528ba509b: Pull complete [2020-09-17T09:10:46.650Z] 393b96f31d8b: Pull complete [2020-09-17T09:10:47.250Z] 4d82b0e39008: Pull complete [2020-09-17T09:10:47.522Z] e7ca375b8d34: Pull complete [2020-09-17T09:10:55.804Z] 418f656485bb: Verifying Checksum [2020-09-17T09:10:55.804Z] 418f656485bb: Download complete [2020-09-17T09:11:42.826Z] 418f656485bb: Pull complete [2020-09-17T09:11:42.826Z] aebe8db9254c: Pull complete [2020-09-17T09:11:42.826Z] 4f5f7b207d3f: Pull complete [2020-09-17T09:11:42.826Z] d19ca6af091a: Pull complete [2020-09-17T09:11:42.826Z] 16b5a0711add: Pull complete [2020-09-17T09:11:42.826Z] Digest: sha256:9ca9034cebc7408d83a32dada391ac179c4174cde852b5731596ec8e47bf0b3e [2020-09-17T09:11:42.826Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-09-17T09:11:43.423Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-09-17T09:11:43.423Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-09-17T09:11:43.710Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-09-17T09:11:43.985Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-09-17T09:11:44.264Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [943 kB] [2020-09-17T09:11:44.539Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1264 kB] [2020-09-17T09:11:45.144Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [672 kB] [2020-09-17T09:11:45.145Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [787 kB] [2020-09-17T09:11:45.416Z] Fetched 3917 kB in 2s (1808 kB/s) [2020-09-17T09:11:49.725Z] Reading package lists... [2020-09-17T09:12:02.123Z] 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-09-17T09:12:02.123Z] 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [2020-09-17T09:12:02.396Z] 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [2020-09-17T09:12:02.396Z] 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [2020-09-17T09:12:07.559Z] 0% [1 InRelease gpgv 242 kB] 0% [Working] 0% [2 InRelease gpgv 88.7 kB] 0% [Working] 0% [3 InRelease gpgv 74.6 kB] 0% [Working] 0% [4 InRelease gpgv 88.7 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 11% Reading package lists... 33% Reading package lists... 56% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 77% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-09-17T09:12:12.966Z] Installing build dependencies: curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 libperl5.26 make netbase patch perl perl-modules-5.26 [2020-09-17T09:12:17.598Z] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 9% Reading package lists... 26% Reading package lists... 45% Reading package lists... 65% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 83% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-09-17T09:12:18.418Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 12% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree [2020-09-17T09:12:18.418Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-09-17T09:12:19.393Z] The following packages were automatically installed and are no longer required: [2020-09-17T09:12:19.393Z] libjq1 libonig4 [2020-09-17T09:12:19.393Z] Use 'sudo apt autoremove' to remove them. [2020-09-17T09:12:19.393Z] Suggested packages: [2020-09-17T09:12:19.393Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-09-17T09:12:19.393Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed [2020-09-17T09:12:19.393Z] diffutils-doc perl-doc libterm-readline-gnu-perl [2020-09-17T09:12:19.393Z] | libterm-readline-perl-perl [2020-09-17T09:12:19.665Z] The following NEW packages will be installed: [2020-09-17T09:12:19.665Z] curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 [2020-09-17T09:12:19.665Z] libperl5.26 make netbase patch perl perl-modules-5.26 [2020-09-17T09:12:19.665Z] 0 upgraded, 14 newly installed, 0 to remove and 4 not upgraded. [2020-09-17T09:12:19.665Z] Need to get 10.8 MB of archives. [2020-09-17T09:12:19.665Z] After this operation, 73.6 MB of additional disk space will be used. [2020-09-17T09:12:19.934Z] 0% [Working] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-09-17T09:12:20.822Z] 0% [1 perl-modules-5.26 12.6 kB/2763 kB 0%] 5% [1 perl-modules-5.26 663 kB/2763 kB 24%] 22% [Working] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] [2020-09-17T09:12:20.822Z] 22% [2 libgdbm5 0 B/23.1 kB 0%] 24% [Working] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] [2020-09-17T09:12:20.822Z] 24% [3 libgdbm-compat4 5536 B/5536 B 100%] 25% [Working] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] [2020-09-17T09:12:20.822Z] 25% [4 libperl5.26 0 B/3326 kB 0%] 51% [Working] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] [2020-09-17T09:12:20.822Z] 51% [5 perl 42.3 kB/201 kB 21%] 54% [Working] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] [2020-09-17T09:12:21.096Z] 54% [6 less 37.3 kB/99.7 kB 37%] 56% [Working] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] [2020-09-17T09:12:21.096Z] 56% [7 netbase 12.7 kB/12.7 kB 100%] 58% [Waiting for headers] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.10 [152 kB] [2020-09-17T09:12:21.096Z] 58% [8 curl 47.7 kB/152 kB 31%] 60% [Working] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.10 [179 kB] [2020-09-17T09:12:21.096Z] 61% [9 libcurl3-gnutls 34.1 kB/179 kB 19%] 63% [Working] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] [2020-09-17T09:12:21.096Z] 63% [10 liberror-perl 22.8 kB/22.8 kB 100%] 65% [Working] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-09-17T09:12:21.096Z] 65% [11 git-man 28.5 kB/804 kB 4%] 72% [Working] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] [2020-09-17T09:12:21.096Z] 72% [12 git 41.0 kB/2952 kB 1%] 95% [Working] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] [2020-09-17T09:12:21.096Z] 96% [13 make 65.5 kB/139 kB 47%] 98% [Working] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] [2020-09-17T09:12:21.096Z] 98% [14 patch 65.5 kB/91.8 kB 71%] 100% [Working] Fetched 10.8 MB in 1s (7956 kB/s) [2020-09-17T09:12:21.691Z] debconf: delaying package configuration, since apt-utils is not installed [2020-09-17T09:12:21.964Z] Selecting previously unselected package perl-modules-5.26. [2020-09-17T09:12:21.964Z] (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 ... 9882 files and directories currently installed.) [2020-09-17T09:12:21.964Z] Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-09-17T09:12:21.964Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-17T09:12:23.413Z] Selecting previously unselected package libgdbm5:arm64. [2020-09-17T09:12:23.413Z] Preparing to unpack .../01-libgdbm5_1.14.1-6_arm64.deb ... [2020-09-17T09:12:23.413Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-09-17T09:12:23.687Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-09-17T09:12:23.687Z] Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-09-17T09:12:23.687Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-09-17T09:12:23.687Z] Selecting previously unselected package libperl5.26:arm64. [2020-09-17T09:12:23.687Z] Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... [2020-09-17T09:12:23.687Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-09-17T09:12:25.120Z] Selecting previously unselected package perl. [2020-09-17T09:12:25.120Z] Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_arm64.deb ... [2020-09-17T09:12:25.120Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-09-17T09:12:25.120Z] Selecting previously unselected package less. [2020-09-17T09:12:25.120Z] Preparing to unpack .../05-less_487-0.1_arm64.deb ... [2020-09-17T09:12:25.120Z] Unpacking less (487-0.1) ... [2020-09-17T09:12:25.393Z] Selecting previously unselected package netbase. [2020-09-17T09:12:25.393Z] Preparing to unpack .../06-netbase_5.4_all.deb ... [2020-09-17T09:12:25.393Z] Unpacking netbase (5.4) ... [2020-09-17T09:12:25.393Z] Selecting previously unselected package curl. [2020-09-17T09:12:25.665Z] Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_arm64.deb ... [2020-09-17T09:12:25.665Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-09-17T09:12:25.665Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-09-17T09:12:25.665Z] Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_arm64.deb ... [2020-09-17T09:12:25.665Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... [2020-09-17T09:12:25.938Z] Selecting previously unselected package liberror-perl. [2020-09-17T09:12:25.938Z] Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... [2020-09-17T09:12:25.938Z] Unpacking liberror-perl (0.17025-1) ... [2020-09-17T09:12:25.938Z] Selecting previously unselected package git-man. [2020-09-17T09:12:25.938Z] Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-09-17T09:12:25.938Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-17T09:12:26.210Z] Selecting previously unselected package git. [2020-09-17T09:12:26.210Z] Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-09-17T09:12:26.481Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-09-17T09:12:27.457Z] Selecting previously unselected package make. [2020-09-17T09:12:27.457Z] Preparing to unpack .../12-make_4.1-9.1ubuntu1_arm64.deb ... [2020-09-17T09:12:27.734Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-09-17T09:12:27.734Z] Selecting previously unselected package patch. [2020-09-17T09:12:27.734Z] Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-09-17T09:12:27.734Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-09-17T09:12:28.015Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-17T09:12:28.015Z] Setting up less (487-0.1) ... [2020-09-17T09:12:28.286Z] Setting up make (4.1-9.1ubuntu1) ... [2020-09-17T09:12:28.286Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-09-17T09:12:28.287Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... [2020-09-17T09:12:28.557Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-17T09:12:28.557Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-09-17T09:12:28.557Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-09-17T09:12:28.557Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-09-17T09:12:28.557Z] Setting up netbase (5.4) ... [2020-09-17T09:12:28.557Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-09-17T09:12:28.830Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-09-17T09:12:28.830Z] Setting up liberror-perl (0.17025-1) ... [2020-09-17T09:12:28.830Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-09-17T09:12:28.830Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-09-17T09:12:29.116Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-09-17T09:12:34.504Z] curl set to automatically installed. [2020-09-17T09:12:34.504Z] git set to automatically installed. [2020-09-17T09:12:34.504Z] git-man set to automatically installed. [2020-09-17T09:12:34.504Z] less set to automatically installed. [2020-09-17T09:12:34.504Z] libcurl3-gnutls set to automatically installed. [2020-09-17T09:12:34.504Z] liberror-perl set to automatically installed. [2020-09-17T09:12:34.504Z] libgdbm-compat4 set to automatically installed. [2020-09-17T09:12:34.504Z] libgdbm5 set to automatically installed. [2020-09-17T09:12:34.504Z] libperl5.26 set to automatically installed. [2020-09-17T09:12:34.504Z] make set to automatically installed. [2020-09-17T09:12:34.504Z] netbase set to automatically installed. [2020-09-17T09:12:34.504Z] patch set to automatically installed. [2020-09-17T09:12:34.504Z] perl set to automatically installed. [2020-09-17T09:12:34.504Z] perl-modules-5.26 set to automatically installed. [2020-09-17T09:12:34.504Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-09-17T09:12:34.504Z] Please ensure the environment is properly setup before continuing. [2020-09-17T09:12:34.504Z] Ignore this message if the appropriate measures have already been taken [2020-09-17T09:12:35.093Z] Pulling go  [2020-09-17T09:12:38.493Z] 'device-mqtt' has dependencies that need to be staged: go [2020-09-17T09:12:38.493Z] Skipping pull go (already ran) [2020-09-17T09:12:38.493Z] Building go  [2020-09-17T09:12:38.493Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-17T09:12:38.493Z] Dload Upload Total Spent Left Speed [2020-09-17T09:12:40.722Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 12 93.2M 12 11.6M 0 0 23.0M 0 0:00:04 --:--:-- 0:00:04 22.9M 61 93.2M 61 57.0M 0 0 38.4M 0 0:00:02 0:00:01 0:00:01 38.4M 100 93.2M 100 93.2M 0 0 41.5M 0 0:00:02 0:00:02 --:--:-- 41.5M [2020-09-17T09:12:41.791Z] go1.15.2.linux-arm64.tar.gz: OK [2020-09-17T09:13:00.115Z] Staging go  [2020-09-17T09:13:02.726Z] Pulling device-mqtt  [2020-09-17T09:13:07.029Z] Skipping build go (already ran) [2020-09-17T09:13:07.029Z] Building device-mqtt  [2020-09-17T09:13:07.029Z] 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-09-17T09:13:07.626Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-17T09:13:07.626Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-17T09:13:07.626Z] go: downloading github.com/spf13/cast v1.3.0 [2020-09-17T09:13:07.626Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-17T09:13:07.626Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-09-17T09:13:07.899Z] go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-17T09:13:07.899Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-17T09:13:07.899Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-09-17T09:13:07.899Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-09-17T09:13:07.899Z] go: downloading github.com/google/uuid v1.1.1 [2020-09-17T09:13:07.899Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-17T09:13:07.899Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-09-17T09:13:07.899Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-17T09:13:07.899Z] go: downloading github.com/pkg/errors v0.8.1 [2020-09-17T09:13:07.899Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-17T09:13:07.899Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-09-17T09:13:07.899Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-17T09:13:07.899Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-09-17T09:13:08.173Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-09-17T09:13:08.173Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-09-17T09:13:08.173Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-17T09:13:08.173Z] go: downloading github.com/x448/float16 v0.8.4 [2020-09-17T09:13:08.173Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-09-17T09:13:08.173Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-09-17T09:13:08.173Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-17T09:13:08.173Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-09-17T09:13:08.173Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-17T09:13:08.173Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-17T09:13:08.173Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-09-17T09:13:08.446Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-09-17T09:13:08.446Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-17T09:13:08.721Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-17T09:13:08.721Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-09-17T09:13:27.185Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-17T09:13:42.376Z] Skipping stage go (already ran) [2020-09-17T09:13:42.376Z] Staging device-mqtt  [2020-09-17T09:13:44.355Z] Priming go  [2020-09-17T09:13:48.665Z] Priming device-mqtt  [2020-09-17T09:13:51.298Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-09-17T09:13:51.298Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-09-17T09:13:51.298Z] Determining the version from the project repo (version-script). [2020-09-17T09:13:51.298Z] The version has been set to 'local-dev-20200917+8df287f' [2020-09-17T09:13:52.393Z] Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping | [2020-09-17T09:13:52.393Z] Snapped edgex-device-mqtt_local-dev-20200917+8df287f_arm64.snap [Pipeline] } [2020-09-17T09:13:55.038Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [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-09-17T09:13:56.801Z] provisioning config files... [2020-09-17T09:13:56.822Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp/config4404597367100352872tmp [Pipeline] { [Pipeline] sh [2020-09-17T09:13:57.217Z] + curl -s https://codecov.io/bash [2020-09-17T09:13:57.218Z] + bash -s - -t @/w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp/config4404597367100352872tmp [Pipeline] } [2020-09-17T09:13:57.515Z] 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] { (Publish Swagger) Stage "Publish Swagger" 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] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) 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-09-17T09:13:59.989Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T09:14:00.571Z] ---> package-listing.sh [2020-09-17T09:14:00.571Z] ++ facter osfamily [2020-09-17T09:14:00.571Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-17T09:14:00.571Z] + OS_FAMILY=redhat [2020-09-17T09:14:00.571Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-169 [2020-09-17T09:14:00.571Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-17T09:14:00.571Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-17T09:14:00.571Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-17T09:14:00.571Z] + PACKAGES=/tmp/packages_start.txt [2020-09-17T09:14:00.571Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-169 ']' [2020-09-17T09:14:00.571Z] + PACKAGES=/tmp/packages_end.txt [2020-09-17T09:14:00.571Z] + case "${OS_FAMILY}" in [2020-09-17T09:14:00.571Z] + rpm -qa [2020-09-17T09:14:00.571Z] + sort [2020-09-17T09:14:04.864Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-17T09:14:04.864Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-17T09:14:04.864Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-17T09:14:04.864Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-169 ']' [2020-09-17T09:14:04.864Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-169/archives/ [2020-09-17T09:14:04.864Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-169/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-17T09:14:05.366Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-17T09:14:05.366Z] [2020-09-17T09:14:05.367Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-17T09:14:05.738Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-17T09:14:05.738Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-17T09:14:05.738Z] df20fa9351a1: Pulling fs layer [2020-09-17T09:14:05.738Z] 36b3adc4ff6f: Pulling fs layer [2020-09-17T09:14:05.738Z] 8ad3a11d3b57: Pulling fs layer [2020-09-17T09:14:05.738Z] 46f8f816bc3b: Pulling fs layer [2020-09-17T09:14:05.738Z] 0dadc02b9964: Pulling fs layer [2020-09-17T09:14:05.738Z] ce6a7cf60c04: Pulling fs layer [2020-09-17T09:14:05.738Z] 7a184a31f384: Pulling fs layer [2020-09-17T09:14:05.738Z] 0879bd2ef858: Pulling fs layer [2020-09-17T09:14:05.738Z] 0dadc02b9964: Waiting [2020-09-17T09:14:05.738Z] ce6a7cf60c04: Waiting [2020-09-17T09:14:05.738Z] 7a184a31f384: Waiting [2020-09-17T09:14:05.738Z] 0879bd2ef858: Waiting [2020-09-17T09:14:05.738Z] 46f8f816bc3b: Waiting [2020-09-17T09:14:05.738Z] 36b3adc4ff6f: Verifying Checksum [2020-09-17T09:14:05.738Z] 36b3adc4ff6f: Download complete [2020-09-17T09:14:05.738Z] 46f8f816bc3b: Verifying Checksum [2020-09-17T09:14:05.738Z] 46f8f816bc3b: Download complete [2020-09-17T09:14:05.738Z] df20fa9351a1: Verifying Checksum [2020-09-17T09:14:05.738Z] df20fa9351a1: Download complete [2020-09-17T09:14:06.030Z] ce6a7cf60c04: Verifying Checksum [2020-09-17T09:14:06.030Z] ce6a7cf60c04: Download complete [2020-09-17T09:14:06.030Z] 7a184a31f384: Download complete [2020-09-17T09:14:06.323Z] 0dadc02b9964: Verifying Checksum [2020-09-17T09:14:06.323Z] 0dadc02b9964: Download complete [2020-09-17T09:14:06.632Z] 8ad3a11d3b57: Verifying Checksum [2020-09-17T09:14:06.632Z] 8ad3a11d3b57: Download complete [2020-09-17T09:14:06.632Z] df20fa9351a1: Pull complete [2020-09-17T09:14:06.913Z] 36b3adc4ff6f: Pull complete [2020-09-17T09:14:07.961Z] 0879bd2ef858: Verifying Checksum [2020-09-17T09:14:07.961Z] 0879bd2ef858: Download complete [2020-09-17T09:14:08.233Z] 8ad3a11d3b57: Pull complete [2020-09-17T09:14:08.233Z] 46f8f816bc3b: Pull complete [2020-09-17T09:14:08.812Z] 0dadc02b9964: Pull complete [2020-09-17T09:14:08.812Z] ce6a7cf60c04: Pull complete [2020-09-17T09:14:08.812Z] 7a184a31f384: Pull complete [2020-09-17T09:14:13.135Z] 0879bd2ef858: Pull complete [2020-09-17T09:14:13.135Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-17T09:14:13.135Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-17T09:14:13.135Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-17T09:14:13.456Z] prd-centos7-docker-4c-2g-172 does not seem to be running inside a container [2020-09-17T09:14:13.546Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/gexfoundry_device-mqtt-go_PR-169 -v /w/workspace/gexfoundry_device-mqtt-go_PR-169:/w/workspace/gexfoundry_device-mqtt-go_PR-169:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-169@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-17T09:14:17.610Z] $ docker top 8b495a45e50e97e1171919e187707bcd16c35a8646f0d8290f5210022f700394 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T09:14:18.234Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-17T09:14:18.579Z] + ls /var/log/sa-host [2020-09-17T09:14:18.579Z] + sadf -c /var/log/sa-host/sa05 [2020-09-17T09:14:18.579Z] file_magic: OK [2020-09-17T09:14:18.579Z] HZ: Using current value: 100 [2020-09-17T09:14:18.579Z] file_header: OK [2020-09-17T09:14:18.579Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-17T09:14:18.579Z] Statistics: [2020-09-17T09:14:18.579Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-17T09:14:18.579Z] File successfully converted to sysstat format version 12.2.1 [2020-09-17T09:14:18.579Z] + sadf -c /var/log/sa-host/sa17 [2020-09-17T09:14:18.579Z] file_magic: OK [2020-09-17T09:14:18.579Z] HZ: Using current value: 100 [2020-09-17T09:14:18.579Z] file_header: OK [2020-09-17T09:14:18.579Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-17T09:14:18.579Z] Statistics: [2020-09-17T09:14:18.579Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-17T09:14:18.579Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-17T09:14:18.663Z] provisioning config files... [2020-09-17T09:14:18.683Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp/config6480627029342602587tmp [Pipeline] { [Pipeline] echo [2020-09-17T09:14:18.765Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T09:14:19.108Z] ---> create-netrc.sh [Pipeline] echo [2020-09-17T09:14:19.124Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T09:14:19.453Z] ---> logs-deploy.sh [2020-09-17T09:14:19.453Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-169/4 [2020-09-17T09:14:19.453Z] INFO: archiving workspace using pattern(s): [2020-09-17T09:14:21.476Z] Archives upload complete. [2020-09-17T09:14:21.476Z] INFO: archiving logs to Nexus