Pull request #180 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/device-mqtt-go Obtained Jenkinsfile from 602625d46efc934df5d367cff749466edd3cc366+12b1a35b74ef9c89c590951cdcdb7fdae4622f9b (5a2d113c84f9d6073c68425db7cb832a5fe5adae) 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > 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. Loading library lf-pipelines@master Attempting to resolve master 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 -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 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:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-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 --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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:lfit/releng-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 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-9111 in /w/workspace/gexfoundry_device-mqtt-go_PR-180 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git > git init /w/workspace/gexfoundry_device-mqtt-go_PR-180 # 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 --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b into PR head commit 602625d46efc934df5d367cff749466edd3cc366 Merge succeeded, producing 602625d46efc934df5d367cff749466edd3cc366 Checking out Revision 602625d46efc934df5d367cff749466edd3cc366 (PR-180) > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 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 --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/180/head:refs/remotes/origin/PR-180 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 602625d46efc934df5d367cff749466edd3cc366 # 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 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 602625d46efc934df5d367cff749466edd3cc366 # timeout=10 Commit message: "fix: Return error instead of the panic if required config not found" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk 008ed5ac6cfa87e786d1ed3cb8bfa36782079bcc # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:47:52 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:47:53 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:47:53 ========================================================= 08:47:53 EdgeX Global Pipelines Version Info 08:47:53 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:47:55 ------------------- 08:47:55 stable info: 08:47:55 ------------------- 08:47:55 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:47:55 Commit SHA: f3f382fce060f16c10d6f597981912fab355381a 08:47:55 Message: update stable to v1.0.148 08:47:55 ------------------- 08:47:55 experimental info: 08:47:55 ------------------- 08:47:55 Commited By: **** collab-it+edgex@linuxfoundation.org 08:47:55 Commit SHA: 2701555fd48d7f7017006eef04e32eb767bac8dc 08:47:55 Message: update experimental to v1.0.151 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 08:47:56 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 08:47:56 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 08:47:56 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:47:56 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:47:56 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:47:56 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:47:56 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:47:56 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:47:57 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 08:47:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:47:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:47:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo 08:47:57 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:47:57 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:47:57 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:47:57 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:47:57 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 08:47:58 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 08:47:58 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:47:58 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 08:47:58 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 08:47:58 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 08:47:58 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 08:47:58 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 08:47:58 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 08:47:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-180 [Pipeline] echo 08:47:58 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-180 [Pipeline] echo 08:47:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-180 [Pipeline] echo 08:47:59 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 602625d46efc934df5d367cff749466edd3cc366 [Pipeline] echo 08:47:59 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 602625d [Pipeline] echo 08:47:59 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:48:00 + git log --format=format:%s -1 602625d46efc934df5d367cff749466edd3cc366 [Pipeline] echo 08:48:00 GIT_COMMIT: 602625d46efc934df5d367cff749466edd3cc366, Commit Message: fix: Return error instead of the panic if required config not found [Pipeline] echo 08:48:00 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 08:48:01 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:48:01 08:48:01 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:48:01 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:48:01 latest: Pulling from edgex-devops/git-semver 08:48:01 31603596830f: Pulling fs layer 08:48:01 2a8b12db71e7: Pulling fs layer 08:48:01 6ca5941a6612: Pulling fs layer 08:48:01 ecc8261a40a4: Pulling fs layer 08:48:01 ecc8261a40a4: Waiting 08:48:01 2a8b12db71e7: Verifying Checksum 08:48:01 2a8b12db71e7: Download complete 08:48:02 31603596830f: Verifying Checksum 08:48:02 31603596830f: Download complete 08:48:02 ecc8261a40a4: Verifying Checksum 08:48:02 ecc8261a40a4: Download complete 08:48:02 6ca5941a6612: Verifying Checksum 08:48:02 6ca5941a6612: Download complete 08:48:02 31603596830f: Pull complete 08:48:02 2a8b12db71e7: Pull complete 08:48:03 6ca5941a6612: Pull complete 08:48:03 ecc8261a40a4: Pull complete 08:48:03 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:48:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:48:03 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:48:03 prd-centos7-docker-4c-2g-9111 does not seem to be running inside a container 08:48:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-180 -v /w/workspace/gexfoundry_device-mqtt-go_PR-180:/w/workspace/gexfoundry_device-mqtt-go_PR-180:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-180@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-180@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:48:06 $ docker top 495cc6e6d3690430950e0dbf41437b7c5656908e29601ebe81c14ab8f9c50007 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:48:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:48:06 [ssh-agent] Looking for ssh-agent implementation... 08:48:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:48:06 $ docker exec 495cc6e6d3690430950e0dbf41437b7c5656908e29601ebe81c14ab8f9c50007 ssh-agent 08:48:07 SSH_AUTH_SOCK=/tmp/ssh-QAcfOUWSWbNj/agent.11 08:48:07 SSH_AGENT_PID=17 08:48:07 Running ssh-add (command line suppressed) 08:48:07 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-180@tmp/private_key_2705391548854304079.key (/w/workspace/gexfoundry_device-mqtt-go_PR-180@tmp/private_key_2705391548854304079.key) 08:48:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:48:07 + git tag --points-at HEAD [Pipeline] } 08:48:07 $ docker exec --env ******** --env ******** 495cc6e6d3690430950e0dbf41437b7c5656908e29601ebe81c14ab8f9c50007 ssh-agent -k 08:48:07 unset SSH_AUTH_SOCK; 08:48:07 unset SSH_AGENT_PID; 08:48:07 echo Agent pid 17 killed; 08:48:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:48:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:48:07 [ssh-agent] Looking for ssh-agent implementation... 08:48:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:48:08 $ docker exec 495cc6e6d3690430950e0dbf41437b7c5656908e29601ebe81c14ab8f9c50007 ssh-agent 08:48:08 SSH_AUTH_SOCK=/tmp/ssh-AR2QtxV5DCRH/agent.45 08:48:08 SSH_AGENT_PID=50 08:48:08 Running ssh-add (command line suppressed) 08:48:08 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-180@tmp/private_key_8282337428949767512.key (/w/workspace/gexfoundry_device-mqtt-go_PR-180@tmp/private_key_8282337428949767512.key) 08:48:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:48:08 + git semver init 08:48:08 # -> Open(): unable to determine branch for HEAD 08:48:08 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-180/.git 08:48:08 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-180 08:48:08 # $SEMVER_REMOTE_NAME = origin 08:48:08 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:48:08 # $SEMVER_USER_NAME = edgex-jenkins 08:48:08 # $SEMVER_BRANCH = PR-180 08:48:08 # $SEMVER_TEMP = /tmp/semver-153491720 08:48:08 # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP 08:48:09 # '/tmp/semver-153491720' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-180/.semver' 08:48:09 # -> Force: false 08:48:09 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-180/.semver [Pipeline] } 08:48:09 $ docker exec --env ******** --env ******** 495cc6e6d3690430950e0dbf41437b7c5656908e29601ebe81c14ab8f9c50007 ssh-agent -k 08:48:09 unset SSH_AUTH_SOCK; 08:48:09 unset SSH_AGENT_PID; 08:48:09 echo Agent pid 50 killed; 08:48:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:48:10 + git semver [Pipeline] } 08:48:10 $ docker stop --time=1 495cc6e6d3690430950e0dbf41437b7c5656908e29601ebe81c14ab8f9c50007 08:48:11 $ docker rm -f 495cc6e6d3690430950e0dbf41437b7c5656908e29601ebe81c14ab8f9c50007 [Pipeline] // withDockerContainer [Pipeline] sh 08:48:12 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:48:12 Stashed 1 file(s) [Pipeline] echo 08:48:12 [edgeXSemver]: initialized semver on 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 08:48:28 Still waiting to schedule task 08:48:28 Waiting for next available executor on ‘centos7-docker-4c-2g’ 08:48:28 Still waiting to schedule task 08:48:28 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 08:50:22 Running on prd-ubuntu18.04-docker-arm64-4c-16g-9112 in /w/workspace/gexfoundry_device-mqtt-go_PR-180 [Pipeline] { [Pipeline] ws 08:50:22 Running in /w/workspace/device-mqtt-go/2 [Pipeline] { [Pipeline] checkout 08:50:27 using credential edgex-jenkins-ssh 08:50:27 Cloning the remote Git repository 08:50:27 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 08:50:27 > git init /w/workspace/device-mqtt-go/2 # timeout=10 08:50:27 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 08:50:27 > git --version # timeout=10 08:50:27 > git --version # 'git version 2.17.1' 08:50:27 using GIT_SSH to set credentials SSH Credentials for GitHub 08:50:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:50:28 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 08:50:29 Merging remotes/origin/master commit 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b into PR head commit 602625d46efc934df5d367cff749466edd3cc366 08:50:29 Merge succeeded, producing 602625d46efc934df5d367cff749466edd3cc366 08:50:29 Checking out Revision 602625d46efc934df5d367cff749466edd3cc366 (PR-180) 08:50:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:50:28 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 08:50:28 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 08:50:28 using GIT_SSH to set credentials SSH Credentials for GitHub 08:50:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/180/head:refs/remotes/origin/PR-180 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:50:29 > git config core.sparsecheckout # timeout=10 08:50:29 > git checkout -f 602625d46efc934df5d367cff749466edd3cc366 # timeout=10 08:50:29 > git remote # timeout=10 08:50:29 > git config --get remote.origin.url # timeout=10 08:50:29 using GIT_SSH to set credentials SSH Credentials for GitHub 08:50:29 > git merge 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b # timeout=10 08:50:29 > git rev-parse HEAD^{commit} # timeout=10 08:50:29 > git config core.sparsecheckout # timeout=10 08:50:29 > git checkout -f 602625d46efc934df5d367cff749466edd3cc366 # timeout=10 08:50:34 Commit message: "fix: Return error instead of the panic if required config not found" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 08:50:35 ========================================================= 08:50:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:50:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:50:36 + 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 . 08:50:37 Sending build context to Docker daemon 466.9kB 08:50:37 Step 1/8 : ARG BASE=golang:1.15-alpine 08:50:37 Step 2/8 : FROM ${BASE} 08:50:37 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:50:37 b538f80385f9: Pulling fs layer 08:50:37 74f711af9a0d: Pulling fs layer 08:50:37 99f96fe45779: Pulling fs layer 08:50:37 8529a6b9a6be: Pulling fs layer 08:50:37 45590311c82a: Pulling fs layer 08:50:37 69ca0ff8b7b3: Pulling fs layer 08:50:37 209524e5b208: Pulling fs layer 08:50:37 45590311c82a: Waiting 08:50:37 69ca0ff8b7b3: Waiting 08:50:37 209524e5b208: Waiting 08:50:37 8529a6b9a6be: Waiting 08:50:37 99f96fe45779: Verifying Checksum 08:50:37 99f96fe45779: Download complete 08:50:37 74f711af9a0d: Verifying Checksum 08:50:37 74f711af9a0d: Download complete 08:50:37 45590311c82a: Verifying Checksum 08:50:37 45590311c82a: Download complete 08:50:37 69ca0ff8b7b3: Verifying Checksum 08:50:37 69ca0ff8b7b3: Download complete 08:50:37 b538f80385f9: Verifying Checksum 08:50:37 b538f80385f9: Download complete 08:50:37 b538f80385f9: Pull complete 08:50:38 74f711af9a0d: Pull complete 08:50:39 99f96fe45779: Pull complete 08:50:39 209524e5b208: Verifying Checksum 08:50:39 209524e5b208: Download complete 08:50:41 8529a6b9a6be: Verifying Checksum 08:50:41 8529a6b9a6be: Download complete 08:50:51 8529a6b9a6be: Pull complete 08:50:51 45590311c82a: Pull complete 08:50:51 69ca0ff8b7b3: Pull complete 08:50:56 209524e5b208: Pull complete 08:50:56 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 08:50:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:50:56 ---> 5bddaf1c2fca 08:50:56 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 08:50:58 ---> Running in 659992a5c56d 08:50:58 Removing intermediate container 659992a5c56d 08:50:58 ---> 658ec0db772d 08:50:58 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:50:58 ---> Running in 8dbb70b1ae18 08:51:01 Removing intermediate container 8dbb70b1ae18 08:51:01 ---> ebb05f5a5606 08:51:01 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 08:51:01 ---> Running in bc1154d60409 08:51:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:51:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:51:04 (1/14) Installing libmagic (5.38-r0) 08:51:04 (2/14) Installing file (5.38-r0) 08:51:04 (3/14) Installing libc-dev (0.7.2-r3) 08:51:04 (4/14) Installing g++ (9.3.0-r2) 08:51:07 Running on prd-centos7-docker-4c-2g-9113 in /w/workspace/gexfoundry_device-mqtt-go_PR-180 [Pipeline] { [Pipeline] ws 08:51:07 Running in /w/workspace/device-mqtt-go/2 [Pipeline] { [Pipeline] checkout 08:51:10 using credential edgex-jenkins-ssh 08:51:10 Cloning the remote Git repository 08:51:10 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 08:51:10 > git init /w/workspace/device-mqtt-go/2 # timeout=10 08:51:10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 08:51:10 > git --version # timeout=10 08:51:10 > git --version # 'git version 2.16.5' 08:51:10 using GIT_SSH to set credentials SSH Credentials for GitHub 08:51:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:51:11 Merging remotes/origin/master commit 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b into PR head commit 602625d46efc934df5d367cff749466edd3cc366 08:51:11 Merge succeeded, producing 602625d46efc934df5d367cff749466edd3cc366 08:51:11 Checking out Revision 602625d46efc934df5d367cff749466edd3cc366 (PR-180) 08:51:11 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 08:51:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:51:11 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 08:51:11 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 08:51:11 using GIT_SSH to set credentials SSH Credentials for GitHub 08:51:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/180/head:refs/remotes/origin/PR-180 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:51:11 > git config core.sparsecheckout # timeout=10 08:51:11 > git checkout -f 602625d46efc934df5d367cff749466edd3cc366 # timeout=10 08:51:11 > git remote # timeout=10 08:51:11 > git config --get remote.origin.url # timeout=10 08:51:11 using GIT_SSH to set credentials SSH Credentials for GitHub 08:51:11 > git merge 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b # timeout=10 08:51:11 > git rev-parse HEAD^{commit} # timeout=10 08:51:11 > git config core.sparsecheckout # timeout=10 08:51:11 > git checkout -f 602625d46efc934df5d367cff749466edd3cc366 # timeout=10 08:51:14 (5/14) Installing fortify-headers (1.1-r0) 08:51:14 (6/14) Installing patch (2.7.6-r6) 08:51:14 (7/14) Installing build-base (0.5-r2) 08:51:14 (8/14) Installing openssh-keygen (8.3_p1-r0) 08:51:14 (9/14) Installing libedit (20191231.3.1-r0) 08:51:14 (10/14) Installing openssh-client (8.3_p1-r0) 08:51:14 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 08:51:14 (12/14) Installing openssh-server-common (8.3_p1-r0) 08:51:14 (13/14) Installing openssh-server (8.3_p1-r0) 08:51:14 (14/14) Installing openssh (8.3_p1-r0) 08:51:14 Executing busybox-1.31.1-r16.trigger 08:51:14 OK: 221 MiB in 53 packages 08:51:15 Commit message: "fix: Return error instead of the panic if required config not found" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 08:51:16 ========================================================= 08:51:16 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:51:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:51:16 + 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 . 08:51:17 Sending build context to Docker daemon 466.9kB 08:51:17 Step 1/8 : ARG BASE=golang:1.15-alpine 08:51:17 Step 2/8 : FROM ${BASE} 08:51:17 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:51:17 df20fa9351a1: Pulling fs layer 08:51:17 ed8968b2872e: Pulling fs layer 08:51:17 a92cc7c5fd73: Pulling fs layer 08:51:17 e871e8e8d7a9: Pulling fs layer 08:51:17 e73272ec9a57: Pulling fs layer 08:51:17 1e910a182e73: Pulling fs layer 08:51:17 4e634b169226: Pulling fs layer 08:51:17 e73272ec9a57: Waiting 08:51:17 1e910a182e73: Waiting 08:51:17 e871e8e8d7a9: Waiting 08:51:17 4e634b169226: Waiting 08:51:17 a92cc7c5fd73: Verifying Checksum 08:51:17 a92cc7c5fd73: Download complete 08:51:17 ed8968b2872e: Download complete 08:51:17 e73272ec9a57: Verifying Checksum 08:51:17 e73272ec9a57: Download complete 08:51:17 df20fa9351a1: Verifying Checksum 08:51:17 df20fa9351a1: Download complete 08:51:17 1e910a182e73: Verifying Checksum 08:51:17 1e910a182e73: Download complete 08:51:17 df20fa9351a1: Pull complete 08:51:17 ed8968b2872e: Pull complete 08:51:17 a92cc7c5fd73: Pull complete 08:51:19 Removing intermediate container bc1154d60409 08:51:19 ---> 771904a94e4f 08:51:19 Step 6/8 : WORKDIR /device-mqtt-go 08:51:19 ---> Running in 0cf4dd241df3 08:51:19 4e634b169226: Verifying Checksum 08:51:19 4e634b169226: Download complete 08:51:19 Removing intermediate container 0cf4dd241df3 08:51:19 ---> cb6dd10ac1f7 08:51:19 Step 7/8 : COPY . . 08:51:20 e871e8e8d7a9: Verifying Checksum 08:51:20 e871e8e8d7a9: Download complete 08:51:20 ---> d0ab66f7daa0 08:51:20 Step 8/8 : RUN go mod download 08:51:20 ---> Running in 2603e20f7956 08:51:25 e871e8e8d7a9: Pull complete 08:51:25 e73272ec9a57: Pull complete 08:51:25 1e910a182e73: Pull complete 08:51:30 4e634b169226: Pull complete 08:51:30 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 08:51:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:51:30 ---> f7629b54cfaa 08:51:30 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 08:51:30 ---> Running in 0d55dc2b6fed 08:51:30 Removing intermediate container 0d55dc2b6fed 08:51:30 ---> c1afbc28b3ae 08:51:30 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:51:30 ---> Running in 60488cf0acbf 08:51:32 Removing intermediate container 60488cf0acbf 08:51:32 ---> dfed023c1f95 08:51:32 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 08:51:32 ---> Running in 89fb8d4c167b 08:51:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:51:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:51:34 (1/14) Installing libmagic (5.38-r0) 08:51:34 (2/14) Installing file (5.38-r0) 08:51:34 (3/14) Installing libc-dev (0.7.2-r3) 08:51:34 (4/14) Installing g++ (9.3.0-r2) 08:51:35 Removing intermediate container 2603e20f7956 08:51:35 ---> b4cf4a5d0968 08:51:35 Successfully built b4cf4a5d0968 08:51:35 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:51:35 + docker inspect -f . ci-base-image-arm64 08:51:35 . [Pipeline] withDockerContainer 08:51:36 prd-ubuntu18.04-docker-arm64-4c-16g-9112 does not seem to be running inside a container 08:51:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/2 -v /w/workspace/device-mqtt-go/2:/w/workspace/device-mqtt-go/2:rw,z -v /w/workspace/device-mqtt-go/2@tmp:/w/workspace/device-mqtt-go/2@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:51:37 (5/14) Installing fortify-headers (1.1-r0) 08:51:37 (6/14) Installing patch (2.7.6-r6) 08:51:37 (7/14) Installing build-base (0.5-r2) 08:51:37 (8/14) Installing openssh-keygen (8.3_p1-r0) 08:51:37 (9/14) Installing libedit (20191231.3.1-r0) 08:51:38 $ docker top 090e57e3b5e72a8b10849aff6e55f1a8ec36bd5fc9616bf78d72b5fb906aeb5c -eo pid,comm 08:51:38 (10/14) Installing openssh-client (8.3_p1-r0) [Pipeline] { [Pipeline] sh 08:51:38 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 08:51:38 (12/14) Installing openssh-server-common (8.3_p1-r0) 08:51:38 (13/14) Installing openssh-server (8.3_p1-r0) 08:51:39 (14/14) Installing openssh (8.3_p1-r0) 08:51:39 Executing busybox-1.31.1-r16.trigger 08:51:39 OK: 237 MiB in 53 packages 08:51:39 + go version 08:51:39 go version go1.15.2 linux/arm64 [Pipeline] } 08:51:39 $ docker stop --time=1 090e57e3b5e72a8b10849aff6e55f1a8ec36bd5fc9616bf78d72b5fb906aeb5c 08:51:41 $ docker rm -f 090e57e3b5e72a8b10849aff6e55f1a8ec36bd5fc9616bf78d72b5fb906aeb5c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:51:42 + docker inspect -f . ci-base-image-arm64 08:51:42 . [Pipeline] withDockerContainer 08:51:42 Removing intermediate container 89fb8d4c167b 08:51:42 ---> 4a0692e9019f 08:51:42 Step 6/8 : WORKDIR /device-mqtt-go 08:51:42 ---> Running in fe90a4e47b88 08:51:42 prd-ubuntu18.04-docker-arm64-4c-16g-9112 does not seem to be running inside a container 08:51:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/2 -v /w/workspace/device-mqtt-go/2:/w/workspace/device-mqtt-go/2:rw,z -v /w/workspace/device-mqtt-go/2@tmp:/w/workspace/device-mqtt-go/2@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:51:42 Removing intermediate container fe90a4e47b88 08:51:42 ---> 7ad3c7bd9564 08:51:42 Step 7/8 : COPY . . 08:51:43 ---> 85b1daaae563 08:51:43 Step 8/8 : RUN go mod download 08:51:43 ---> Running in 9bf325f756e5 08:51:44 $ docker top 48ed00d7f98e3cce981ddb6da6b4e427363e5cd69f7f7b214a3bbe3061128c77 -eo pid,comm [Pipeline] { [Pipeline] sh 08:51:46 + make test 08:51:46 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 08:51:47 ? github.com/edgexfoundry/device-mqtt-go [no test files] 08:51:56 Removing intermediate container 9bf325f756e5 08:51:56 ---> 5ce47a2fabbe 08:51:56 Successfully built 5ce47a2fabbe 08:51:56 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:51:56 + docker inspect -f . ci-base-image-x86_64 08:51:56 . [Pipeline] withDockerContainer 08:51:56 prd-centos7-docker-4c-2g-9113 does not seem to be running inside a container 08:51:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/2 -v /w/workspace/device-mqtt-go/2:/w/workspace/device-mqtt-go/2:rw,z -v /w/workspace/device-mqtt-go/2@tmp:/w/workspace/device-mqtt-go/2@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:51:57 $ docker top 4c92ada11cdc05c144cd76f6e3651c2323125842a99e9f33a85932903ecd1575 -eo pid,comm [Pipeline] { [Pipeline] sh 08:51:58 + go version 08:51:58 go version go1.15.2 linux/amd64 [Pipeline] } 08:51:58 $ docker stop --time=1 4c92ada11cdc05c144cd76f6e3651c2323125842a99e9f33a85932903ecd1575 08:51:59 $ docker rm -f 4c92ada11cdc05c144cd76f6e3651c2323125842a99e9f33a85932903ecd1575 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:52:00 + docker inspect -f . ci-base-image-x86_64 08:52:00 . [Pipeline] withDockerContainer 08:52:01 prd-centos7-docker-4c-2g-9113 does not seem to be running inside a container 08:52:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/2 -v /w/workspace/device-mqtt-go/2:/w/workspace/device-mqtt-go/2:rw,z -v /w/workspace/device-mqtt-go/2@tmp:/w/workspace/device-mqtt-go/2@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:52:01 $ docker top 24689eeff15d9eb6b24b659aee1c12376b49b441c394524c2daf51a503cdf426 -eo pid,comm [Pipeline] { [Pipeline] sh 08:52:02 + make test 08:52:02 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 08:52:02 ? github.com/edgexfoundry/device-mqtt-go [no test files] 08:52:12 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 08:52:12 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.007s coverage: 28.3% of statements 08:52:12 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 08:52:13 CGO_ENABLED=0 GO111MODULE=on go vet ./... 08:52:15 gofmt -l . 08:52:15 ["`gofmt -l .`" = ""] 08:52:15 ./bin/test-attribution-txt.sh 08:52:16 ./bin/test-go-mod-tidy.sh [Pipeline] stash 08:52:16 Stashed 1 file(s) [Pipeline] } 08:52:16 $ docker stop --time=1 24689eeff15d9eb6b24b659aee1c12376b49b441c394524c2daf51a503cdf426 08:52:18 $ docker rm -f 24689eeff15d9eb6b24b659aee1c12376b49b441c394524c2daf51a503cdf426 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 08:52:19 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 08:52:21 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.025s coverage: 28.3% of statements 08:52:21 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 08:52:21 CGO_ENABLED=0 GO111MODULE=on go vet ./... [Pipeline] sh 08:52:22 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:52:22 + ls -al . 08:52:22 total 100 08:52:22 drwxrwxr-x. 9 jenkins jenkins 4096 Oct 27 08:52 . 08:52:22 drwxrwxr-x. 4 jenkins jenkins 28 Oct 27 08:51 .. 08:52:22 -rw-rw-r--. 1 jenkins jenkins 5255 Oct 27 08:51 Attribution.txt 08:52:22 drwxrwxr-x. 2 jenkins jenkins 87 Oct 27 08:51 bin 08:52:22 drwxrwxr-x. 3 jenkins jenkins 32 Oct 27 08:51 cmd 08:52:22 -rw-r--r--. 1 jenkins jenkins 18940 Oct 27 08:52 coverage.out 08:52:22 -rw-rw-r--. 1 jenkins jenkins 1784 Oct 27 08:51 Dockerfile 08:52:22 -rw-rw-r--. 1 jenkins jenkins 953 Oct 27 08:51 Dockerfile.build 08:52:22 -rw-rw-r--. 1 jenkins jenkins 140 Oct 27 08:51 .dockerignore 08:52:22 drwxrwxr-x. 8 jenkins jenkins 179 Oct 27 08:51 .git 08:52:22 drwxrwxr-x. 2 jenkins jenkins 60 Oct 27 08:51 .github 08:52:22 -rw-rw-r--. 1 jenkins jenkins 336 Oct 27 08:51 .gitignore 08:52:22 -rw-r--r--. 1 jenkins jenkins 546 Oct 27 08:52 go.mod 08:52:22 -rw-r--r--. 1 jenkins jenkins 13621 Oct 27 08:52 go.sum 08:52:22 drwxrwxr-x. 3 jenkins jenkins 20 Oct 27 08:51 internal 08:52:22 -rw-rw-r--. 1 jenkins jenkins 677 Oct 27 08:51 Jenkinsfile 08:52:22 -rw-rw-r--. 1 jenkins jenkins 11340 Oct 27 08:51 LICENSE 08:52:22 -rw-rw-r--. 1 jenkins jenkins 902 Oct 27 08:51 Makefile 08:52:22 drwxrwxr-x. 2 jenkins jenkins 23 Oct 27 08:51 mock 08:52:22 -rw-rw-r--. 1 jenkins jenkins 444 Oct 27 08:51 README.md 08:52:22 drwxrwxr-x. 4 jenkins jenkins 54 Oct 27 08:51 snap 08:52:22 -rw-rw-r--. 1 jenkins jenkins 5 Oct 27 08:48 VERSION 08:52:22 -rw-rw-r--. 1 jenkins jenkins 227 Oct 27 08:51 version.go [Pipeline] isUnix [Pipeline] sh 08:52:22 + 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=602625d46efc934df5d367cff749466edd3cc366 --label arch=amd64 --label version=0.0.0 . 08:52:22 Sending build context to Docker daemon 486.4kB 08:52:22 Step 1/22 : ARG BASE=golang:1.15-alpine 08:52:22 Step 2/22 : FROM ${BASE} AS builder 08:52:22 ---> 5ce47a2fabbe 08:52:22 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 08:52:22 ---> Running in 03bc9a6cf563 08:52:23 Removing intermediate container 03bc9a6cf563 08:52:23 ---> 55ebcc9df39d 08:52:23 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 08:52:23 ---> Running in cd3799121d13 08:52:23 Removing intermediate container cd3799121d13 08:52:23 ---> 3bceef262a90 08:52:23 Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:52:23 ---> Running in 43ab83cc5304 08:52:24 Removing intermediate container 43ab83cc5304 08:52:24 ---> cb2cd5b18bd9 08:52:24 Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:52:24 ---> Running in 1bcdc9570cba 08:52:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:52:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:52:25 OK: 237 MiB in 53 packages 08:52:26 Removing intermediate container 1bcdc9570cba 08:52:26 ---> 6ae842e6ed81 08:52:26 Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 08:52:26 ---> Running in deb8458dffcc 08:52:26 Removing intermediate container deb8458dffcc 08:52:26 ---> 5ad0d2490abb 08:52:26 Step 8/22 : COPY . . 08:52:27 ---> 4dd5118b16e3 08:52:27 Step 9/22 : ARG MAKE='make build' 08:52:27 ---> Running in 2ac29df929e4 08:52:27 Removing intermediate container 2ac29df929e4 08:52:27 ---> 30152b0d560f 08:52:27 Step 10/22 : RUN $MAKE 08:52:27 ---> Running in ad949adef8bc 08:52:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 08:52:28 gofmt -l . 08:52:28 ["`gofmt -l .`" = ""] 08:52:28 ./bin/test-attribution-txt.sh 08:52:29 ./bin/test-go-mod-tidy.sh [Pipeline] stash 08:52:29 Warning: overwriting stash ‘coverage-report’ 08:52:30 Stashed 1 file(s) [Pipeline] } 08:52:30 $ docker stop --time=1 48ed00d7f98e3cce981ddb6da6b4e427363e5cd69f7f7b214a3bbe3061128c77 08:52:32 $ docker rm -f 48ed00d7f98e3cce981ddb6da6b4e427363e5cd69f7f7b214a3bbe3061128c77 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 08:52:34 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:52:34 + ls -al . 08:52:34 total 132 08:52:34 drwxrwxr-x 9 jenkins jenkins 4096 Oct 27 08:52 . 08:52:34 drwxrwxr-x 4 jenkins jenkins 4096 Oct 27 08:50 .. 08:52:34 -rw-rw-r-- 1 jenkins jenkins 140 Oct 27 08:50 .dockerignore 08:52:34 drwxrwxr-x 8 jenkins jenkins 4096 Oct 27 08:50 .git 08:52:34 drwxrwxr-x 2 jenkins jenkins 4096 Oct 27 08:50 .github 08:52:34 -rw-rw-r-- 1 jenkins jenkins 336 Oct 27 08:50 .gitignore 08:52:34 -rw-rw-r-- 1 jenkins jenkins 5255 Oct 27 08:50 Attribution.txt 08:52:34 -rw-rw-r-- 1 jenkins jenkins 1784 Oct 27 08:50 Dockerfile 08:52:34 -rw-rw-r-- 1 jenkins jenkins 953 Oct 27 08:50 Dockerfile.build 08:52:34 -rw-rw-r-- 1 jenkins jenkins 677 Oct 27 08:50 Jenkinsfile 08:52:34 -rw-rw-r-- 1 jenkins jenkins 11340 Oct 27 08:50 LICENSE 08:52:34 -rw-rw-r-- 1 jenkins jenkins 902 Oct 27 08:50 Makefile 08:52:34 -rw-rw-r-- 1 jenkins jenkins 444 Oct 27 08:50 README.md 08:52:34 -rw-rw-r-- 1 jenkins jenkins 5 Oct 27 08:48 VERSION 08:52:34 drwxrwxr-x 2 jenkins jenkins 4096 Oct 27 08:50 bin 08:52:34 drwxrwxr-x 3 jenkins jenkins 4096 Oct 27 08:50 cmd 08:52:34 -rw-r--r-- 1 jenkins jenkins 18940 Oct 27 08:52 coverage.out 08:52:34 -rw-r--r-- 1 jenkins jenkins 546 Oct 27 08:52 go.mod 08:52:34 -rw-r--r-- 1 jenkins jenkins 13621 Oct 27 08:52 go.sum 08:52:34 drwxrwxr-x 3 jenkins jenkins 4096 Oct 27 08:50 internal 08:52:34 drwxrwxr-x 2 jenkins jenkins 4096 Oct 27 08:50 mock 08:52:34 drwxrwxr-x 4 jenkins jenkins 4096 Oct 27 08:50 snap 08:52:34 -rw-rw-r-- 1 jenkins jenkins 227 Oct 27 08:50 version.go [Pipeline] isUnix [Pipeline] sh 08:52:34 + 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=602625d46efc934df5d367cff749466edd3cc366 --label arch=arm64 --label version=0.0.0 . 08:52:35 Sending build context to Docker daemon 486.4kB 08:52:35 Step 1/22 : ARG BASE=golang:1.15-alpine 08:52:35 Step 2/22 : FROM ${BASE} AS builder 08:52:35 ---> b4cf4a5d0968 08:52:35 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 08:52:35 ---> Running in 5d6122fbbb4f 08:52:36 Removing intermediate container 5d6122fbbb4f 08:52:36 ---> 7ca2408b0591 08:52:36 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 08:52:36 ---> Running in ef3749ce6b6c 08:52:36 Removing intermediate container ef3749ce6b6c 08:52:36 ---> cd5fed63aa91 08:52:36 Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:52:36 CGO_ENABLED=0 GO111MODULE=on go build ./... 08:52:36 ---> Running in 00c157264a34 08:52:39 Removing intermediate container 00c157264a34 08:52:39 ---> 147c4cea5792 08:52:39 Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:52:39 ---> Running in 668f2215a41d 08:52:39 Removing intermediate container ad949adef8bc 08:52:39 ---> 8aa6f3677e1c 08:52:39 Step 11/22 : FROM alpine 08:52:39 latest: Pulling from library/alpine 08:52:40 188c0c94c7c5: Pulling fs layer 08:52:40 188c0c94c7c5: Verifying Checksum 08:52:40 188c0c94c7c5: Download complete 08:52:40 188c0c94c7c5: Pull complete 08:52:40 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 08:52:40 Status: Downloaded newer image for alpine:latest 08:52:40 ---> d6e46aa2470d 08:52:40 Step 12/22 : ENV APP_PORT=49982 08:52:40 ---> Running in 09fc3cc66c51 08:52:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:52:40 Removing intermediate container 09fc3cc66c51 08:52:40 ---> 025585dacd3e 08:52:40 Step 13/22 : EXPOSE $APP_PORT 08:52:40 ---> Running in 1a1dc4372a27 08:52:41 Removing intermediate container 1a1dc4372a27 08:52:41 ---> 869ac0a49f1e 08:52:41 Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 08:52:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:52:41 ---> cc96cf4386e1 08:52:41 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 08:52:41 ---> 0d148803374b 08:52:41 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 08:52:41 OK: 221 MiB in 53 packages 08:52:42 ---> dd1397b76087 08:52:42 Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 08:52:42 ---> Running in 9385c4404a26 08:52:42 Removing intermediate container 9385c4404a26 08:52:42 ---> fa75a304dd4e 08:52:42 Step 18/22 : ENTRYPOINT ["/device-mqtt"] 08:52:42 ---> Running in 318cce1f16a0 08:52:42 Removing intermediate container 318cce1f16a0 08:52:42 ---> 1567e8e2070f 08:52:42 Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:52:42 ---> Running in da4f5d21edab 08:52:43 Removing intermediate container da4f5d21edab 08:52:43 ---> 5932341a6db9 08:52:43 Step 20/22 : LABEL arch=amd64 08:52:43 ---> Running in ff24a45af187 08:52:43 Removing intermediate container 668f2215a41d 08:52:43 ---> 64f2edc552d4 08:52:43 Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 08:52:43 ---> Running in 1f5577be4e62 08:52:43 Removing intermediate container ff24a45af187 08:52:43 ---> 79e1774487e2 08:52:43 Step 21/22 : LABEL git_sha=602625d46efc934df5d367cff749466edd3cc366 08:52:43 ---> Running in a2448c0401a5 08:52:43 Removing intermediate container a2448c0401a5 08:52:43 ---> 61a04f6437ee 08:52:43 Step 22/22 : LABEL version=0.0.0 08:52:43 ---> Running in ab10d491e7bb 08:52:43 Removing intermediate container 1f5577be4e62 08:52:43 ---> 69f0de7d9a95 08:52:43 Step 8/22 : COPY . . 08:52:43 Removing intermediate container ab10d491e7bb 08:52:43 ---> 8d82c8452104 08:52:43 [Warning] One or more build-args [ARCH] were not consumed 08:52:43 Successfully built 8d82c8452104 08:52:43 Successfully tagged docker-device-mqtt-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } 08:52:44 ---> 306ca6a66438 08:52:44 Step 9/22 : ARG MAKE='make build' 08:52:44 ---> Running in 9976a7cd2320 08:52:45 Removing intermediate container 9976a7cd2320 08:52:45 ---> 4b2f5fcc240d 08:52:45 Step 10/22 : RUN $MAKE 08:52:45 ---> Running in abbf6e4944c1 08:52:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 08:53:02 Still waiting to schedule task 08:53:02 All nodes of label ‘centos7-docker-8c-8g’ are offline 08:53:13 CGO_ENABLED=0 GO111MODULE=on go build ./... 08:53:17 Removing intermediate container abbf6e4944c1 08:53:17 ---> 86b5a9c22347 08:53:17 Step 11/22 : FROM alpine 08:53:17 latest: Pulling from library/alpine 08:53:17 5f621e34cdf4: Pulling fs layer 08:53:17 5f621e34cdf4: Verifying Checksum 08:53:17 5f621e34cdf4: Download complete 08:53:18 5f621e34cdf4: Pull complete 08:53:18 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 08:53:18 Status: Downloaded newer image for alpine:latest 08:53:18 ---> 2e77e061c27f 08:53:18 Step 12/22 : ENV APP_PORT=49982 08:53:18 ---> Running in 3e400b124ff3 08:53:19 Removing intermediate container 3e400b124ff3 08:53:19 ---> e5a041f72771 08:53:19 Step 13/22 : EXPOSE $APP_PORT 08:53:19 ---> Running in e0fc504c0dee 08:53:19 Removing intermediate container e0fc504c0dee 08:53:19 ---> f2fd2e57b830 08:53:19 Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 08:53:20 ---> c6d5bc5286d7 08:53:20 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 08:53:21 ---> 7c473afb124f 08:53:21 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 08:53:22 ---> a2cd50da3f81 08:53:22 Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 08:53:22 ---> Running in a82106b1bed3 08:53:22 Removing intermediate container a82106b1bed3 08:53:22 ---> 92195ca90649 08:53:22 Step 18/22 : ENTRYPOINT ["/device-mqtt"] 08:53:22 ---> Running in 630f370faa74 08:53:23 Removing intermediate container 630f370faa74 08:53:23 ---> 35e531eae1cd 08:53:23 Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:53:23 ---> Running in a0196aae50f4 08:53:23 Removing intermediate container a0196aae50f4 08:53:23 ---> e29ddeab1f78 08:53:23 Step 20/22 : LABEL arch=arm64 08:53:23 ---> Running in 71e92fc879b6 08:53:24 Removing intermediate container 71e92fc879b6 08:53:24 ---> c50f488d5c3b 08:53:24 Step 21/22 : LABEL git_sha=602625d46efc934df5d367cff749466edd3cc366 08:53:24 ---> Running in 4481bb33faba 08:53:24 Removing intermediate container 4481bb33faba 08:53:24 ---> 02a123df1836 08:53:24 Step 22/22 : LABEL version=0.0.0 08:53:25 ---> Running in 84eed61f5943 08:53:25 Removing intermediate container 84eed61f5943 08:53:25 ---> 743830cb109e 08:53:25 [Warning] One or more build-args [ARCH] were not consumed 08:53:25 Successfully built 743830cb109e 08:53:25 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 08:53:41 Still waiting to schedule task 08:53:41 All nodes of label ‘ubuntu18.04-docker-arm64-16c-16g’ are offline 08:54:02 Running on prd-centos7-docker-8c-8g-9114 in /w/workspace/gexfoundry_device-mqtt-go_PR-180 [Pipeline] { [Pipeline] ws 08:54:02 Running in /w/workspace/device-mqtt-go/2 [Pipeline] { [Pipeline] checkout 08:54:04 using credential edgex-jenkins-ssh 08:54:04 Cloning the remote Git repository 08:54:04 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 08:54:04 > git init /w/workspace/device-mqtt-go/2 # timeout=10 08:54:04 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 08:54:04 > git --version # timeout=10 08:54:04 > git --version # 'git version 2.16.5' 08:54:04 using GIT_SSH to set credentials SSH Credentials for GitHub 08:54:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:54:05 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 08:54:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:54:05 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 08:54:05 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 08:54:05 using GIT_SSH to set credentials SSH Credentials for GitHub 08:54:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/180/head:refs/remotes/origin/PR-180 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:54:06 Merging remotes/origin/master commit 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b into PR head commit 602625d46efc934df5d367cff749466edd3cc366 08:54:06 Merge succeeded, producing 602625d46efc934df5d367cff749466edd3cc366 08:54:06 Checking out Revision 602625d46efc934df5d367cff749466edd3cc366 (PR-180) 08:54:06 > git config core.sparsecheckout # timeout=10 08:54:06 > git checkout -f 602625d46efc934df5d367cff749466edd3cc366 # timeout=10 08:54:06 > git remote # timeout=10 08:54:06 > git config --get remote.origin.url # timeout=10 08:54:06 using GIT_SSH to set credentials SSH Credentials for GitHub 08:54:06 > git merge 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b # timeout=10 08:54:06 > git rev-parse HEAD^{commit} # timeout=10 08:54:06 > git config core.sparsecheckout # timeout=10 08:54:06 > git checkout -f 602625d46efc934df5d367cff749466edd3cc366 # timeout=10 08:54:09 Commit message: "fix: Return error instead of the panic if required config not found" [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:54:11 ++ grep snapcraft.yaml 08:54:11 ++ find /w/workspace/device-mqtt-go/2 08:54:11 + grep -Po '^name: \K(.*)' /w/workspace/device-mqtt-go/2/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:54:11 provisioning config files... 08:54:11 copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/2@tmp/config5404572364677978144tmp [Pipeline] { [Pipeline] sh 08:54:11 + cp /w/workspace/device-mqtt-go/2@tmp/config5404572364677978144tmp /w/workspace/device-mqtt-go/2/edgex-snap-store-login [Pipeline] sh 08:54:12 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/2:/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 08:54:12 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 08:54:12 latest: Pulling from edgex-devops/edgex-snap-builder 08:54:12 f08d8e2a3ba1: Pulling fs layer 08:54:12 3baa9cb2483b: Pulling fs layer 08:54:12 94e5ff4c0b15: Pulling fs layer 08:54:12 1860925334f9: Pulling fs layer 08:54:12 2daf38717194: Pulling fs layer 08:54:12 309017e8d7a4: Pulling fs layer 08:54:12 f7790dc9fd0f: Pulling fs layer 08:54:12 cac0ae9282c2: Pulling fs layer 08:54:12 1f4cadf9a1ed: Pulling fs layer 08:54:12 309017e8d7a4: Waiting 08:54:12 2daf38717194: Waiting 08:54:12 f7790dc9fd0f: Waiting 08:54:12 cac0ae9282c2: Waiting 08:54:12 1860925334f9: Waiting 08:54:12 1f4cadf9a1ed: Waiting 08:54:12 94e5ff4c0b15: Verifying Checksum 08:54:12 94e5ff4c0b15: Download complete 08:54:12 3baa9cb2483b: Download complete 08:54:12 1860925334f9: Download complete 08:54:13 f7790dc9fd0f: Verifying Checksum 08:54:13 f7790dc9fd0f: Download complete 08:54:14 cac0ae9282c2: Verifying Checksum 08:54:14 cac0ae9282c2: Download complete 08:54:14 1f4cadf9a1ed: Verifying Checksum 08:54:14 1f4cadf9a1ed: Download complete 08:54:15 f08d8e2a3ba1: Verifying Checksum 08:54:15 f08d8e2a3ba1: Download complete 08:54:16 f08d8e2a3ba1: Pull complete 08:54:16 3baa9cb2483b: Pull complete 08:54:16 94e5ff4c0b15: Pull complete 08:54:16 1860925334f9: Pull complete 08:54:21 2daf38717194: Verifying Checksum 08:54:21 2daf38717194: Download complete 08:54:39 2daf38717194: Pull complete 08:54:39 309017e8d7a4: Pull complete 08:54:39 f7790dc9fd0f: Pull complete 08:54:39 cac0ae9282c2: Pull complete 08:54:39 1f4cadf9a1ed: Pull complete 08:54:39 Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 08:54:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 08:54:44 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 08:54:44 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 08:54:44 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 08:54:44 Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 08:54:44 Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1352 kB] 08:54:44 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2115 kB] 08:54:45 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1745 kB] 08:54:45 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.4 kB] 08:54:45 Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [211 kB] 08:54:45 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [239 kB] 08:54:45 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [45.9 kB] 08:54:45 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2165 kB] 08:54:45 Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] 08:54:45 Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] 08:54:45 Fetched 8163 kB in 2s (4763 kB/s) 08:54:46 Reading package lists... 08:54:50 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 08:54:50 0% [Connecting to archive.ubuntu.com (91.189.88.142)] 0% [1 InRelease gpgv 88.7 kB] [Connecting to archive.ubuntu.com (91.189.88.142) 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 08:54:50 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:54:50 0% [2 InRelease gpgv 242 kB] [Waiting for headers] 0% [Waiting for headers] 0% [3 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 08:54:51 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... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 54% Reading package lists... 60% Reading package lists... 60% Reading package lists... 61% Reading package lists... 61% Reading package lists... 71% Reading package lists... 71% Reading package lists... 73% Reading package lists... 73% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% 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 08:54:53 Installing build dependencies: curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 libperl5.26 make netbase patch perl perl-base perl-modules-5.26 08:54:54 Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 58% Reading package lists... 60% Reading package lists... 60% Reading package lists... 61% Reading package lists... 61% Reading package lists... 71% Reading package lists... 71% Reading package lists... 73% Reading package lists... 73% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% 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 08:54:55 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree 08:54:55 Reading state information... 0% Reading state information... 0% Reading state information... Done 08:54:55 The following packages were automatically installed and are no longer required: 08:54:55 libjq1 libonig4 08:54:55 Use 'sudo apt autoremove' to remove them. 08:54:55 Suggested packages: 08:54:55 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 08:54:55 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed 08:54:55 diffutils-doc perl-doc libterm-readline-gnu-perl 08:54:55 | libterm-readline-perl-perl 08:54:55 The following NEW packages will be installed: 08:54:55 curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 08:54:55 libperl5.26 make netbase patch perl perl-modules-5.26 08:54:55 The following packages will be upgraded: 08:54:55 perl-base 08:54:55 1 upgraded, 14 newly installed, 0 to remove and 31 not upgraded. 08:54:55 Need to get 13.4 MB of archives. 08:54:55 After this operation, 77.5 MB of additional disk space will be used. 08:54:55 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 08:54:56 0% [1 perl-base 12.6 kB/1391 kB 1%] 4% [1 perl-base 733 kB/1391 kB 53%] 10% [Waiting for headers] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 08:54:56 10% [2 perl-modules-5.26 46.1 kB/2762 kB 2%] 27% [Working] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 08:54:56 28% [3 libgdbm5 26.0 kB/26.0 kB 100%] 29% [Working] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 08:54:56 29% [4 libgdbm-compat4 0 B/6084 B 0%] 30% [Waiting for headers] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 08:54:56 30% [5 libperl5.26 7184 B/3534 kB 0%] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 08:54:56 53% [6 perl 0 B/201 kB 0%] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 08:54:56 56% [7 less 72.5 kB/112 kB 65%] 57% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 08:54:56 57% [8 netbase 12.7 kB/12.7 kB 100%] 59% [Waiting for headers] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] 08:54:56 59% [9 curl 13.3 kB/159 kB 8%] 61% [Waiting for headers] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] 08:54:56 61% [10 libcurl3-gnutls 51.0 kB/213 kB 24%] 64% [Waiting for headers] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 08:54:56 64% [11 liberror-perl 22.8 kB/22.8 kB 100%] 65% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 08:54:56 65% [12 git-man 65.5 kB/804 kB 8%] 71% [Waiting for headers] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 08:54:57 71% [13 git 59.8 kB/3915 kB 2%] 96% [Waiting for headers] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 08:54:57 96% [14 make 11.3 kB/154 kB 7%] 98% [Waiting for headers] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 08:54:57 98% [15 patch 18.1 kB/102 kB 18%] 100% [Working] Fetched 13.4 MB in 2s (8226 kB/s) 08:54:57 debconf: delaying package configuration, since apt-utils is not installed 08:54:57 (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.) 08:54:57 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 08:54:57 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6ubuntu0.3) ... 08:55:00 Setting up perl-base (5.26.1-6ubuntu0.5) ... 08:55:00 Selecting previously unselected package perl-modules-5.26. 08:55:00 (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.) 08:55:00 Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 08:55:00 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 08:55:01 Selecting previously unselected package libgdbm5:amd64. 08:55:01 Preparing to unpack .../01-libgdbm5_1.14.1-6_amd64.deb ... 08:55:01 Unpacking libgdbm5:amd64 (1.14.1-6) ... 08:55:01 Selecting previously unselected package libgdbm-compat4:amd64. 08:55:01 Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_amd64.deb ... 08:55:01 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 08:55:01 Selecting previously unselected package libperl5.26:amd64. 08:55:01 Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 08:55:01 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 08:55:02 Selecting previously unselected package perl. 08:55:02 Preparing to unpack .../04-perl_5.26.1-6ubuntu0.5_amd64.deb ... 08:55:02 Unpacking perl (5.26.1-6ubuntu0.5) ... 08:55:02 Selecting previously unselected package less. 08:55:02 Preparing to unpack .../05-less_487-0.1_amd64.deb ... 08:55:02 Unpacking less (487-0.1) ... 08:55:02 Selecting previously unselected package netbase. 08:55:02 Preparing to unpack .../06-netbase_5.4_all.deb ... 08:55:02 Unpacking netbase (5.4) ... 08:55:02 Selecting previously unselected package curl. 08:55:02 Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_amd64.deb ... 08:55:02 Unpacking curl (7.58.0-2ubuntu3.10) ... 08:55:02 Selecting previously unselected package libcurl3-gnutls:amd64. 08:55:02 Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... 08:55:02 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 08:55:02 Selecting previously unselected package liberror-perl. 08:55:02 Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... 08:55:02 Unpacking liberror-perl (0.17025-1) ... 08:55:02 Selecting previously unselected package git-man. 08:55:02 Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 08:55:02 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 08:55:02 Selecting previously unselected package git. 08:55:02 Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 08:55:02 Unpacking git (1:2.17.1-1ubuntu0.7) ... 08:55:03 Selecting previously unselected package make. 08:55:03 Preparing to unpack .../12-make_4.1-9.1ubuntu1_amd64.deb ... 08:55:03 Unpacking make (4.1-9.1ubuntu1) ... 08:55:03 Selecting previously unselected package patch. 08:55:03 Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_amd64.deb ... 08:55:03 Unpacking patch (2.7.6-2ubuntu1.1) ... 08:55:03 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 08:55:03 Setting up less (487-0.1) ... 08:55:03 Setting up make (4.1-9.1ubuntu1) ... 08:55:03 Setting up curl (7.58.0-2ubuntu3.10) ... 08:55:03 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 08:55:03 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 08:55:03 Setting up libgdbm5:amd64 (1.14.1-6) ... 08:55:03 Setting up patch (2.7.6-2ubuntu1.1) ... 08:55:03 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 08:55:04 Setting up netbase (5.4) ... 08:55:04 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 08:55:04 Setting up perl (5.26.1-6ubuntu0.5) ... 08:55:04 Setting up liberror-perl (0.17025-1) ... 08:55:04 Setting up git (1:2.17.1-1ubuntu0.7) ... 08:55:04 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 08:55:04 Processing triggers for mime-support (3.60ubuntu1) ... 08:55:05 curl set to automatically installed. 08:55:05 git set to automatically installed. 08:55:05 git-man set to automatically installed. 08:55:05 less set to automatically installed. 08:55:05 libcurl3-gnutls set to automatically installed. 08:55:05 liberror-perl set to automatically installed. 08:55:05 libgdbm-compat4 set to automatically installed. 08:55:05 libgdbm5 set to automatically installed. 08:55:05 libperl5.26 set to automatically installed. 08:55:05 make set to automatically installed. 08:55:05 netbase set to automatically installed. 08:55:05 patch set to automatically installed. 08:55:05 perl set to automatically installed. 08:55:05 perl-base set to automatically installed. 08:55:05 perl-modules-5.26 set to automatically installed. 08:55:05 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 08:55:05 Please ensure the environment is properly setup before continuing. 08:55:05 Ignore this message if the appropriate measures have already been taken 08:55:06 Pulling go  08:55:07 'device-mqtt' has dependencies that need to be staged: go 08:55:07 Skipping pull go (already ran) 08:55:07 Building go  08:55:07 % Total % Received % Xferd Average Speed Time Time Time Current 08:55:07 Dload Upload Total Spent Left Speed 08:55:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 15 115M 15 17.6M 0 0 37.5M 0 0:00:03 --:--:-- 0:00:03 37.4M 68 115M 68 79.6M 0 0 54.5M 0 0:00:02 0:00:01 0:00:01 54.5M 100 115M 100 115M 0 0 56.0M 0 0:00:02 0:00:02 --:--:-- 56.0M 08:55:10 go1.15.2.linux-amd64.tar.gz: OK 08:55:16 Staging go  08:55:17 Pulling device-mqtt  08:55:18 Skipping build go (already ran) 08:55:18 Building device-mqtt  08:55:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 08:55:19 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 08:55:19 go: downloading github.com/spf13/cast v1.3.0 08:55:19 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 08:55:19 go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 08:55:19 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 08:55:19 go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 08:55:19 go: downloading github.com/gorilla/mux v1.7.1 08:55:19 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 08:55:19 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 08:55:19 go: downloading github.com/pkg/errors v0.8.1 08:55:19 go: downloading github.com/OneOfOne/xxhash v1.2.6 08:55:19 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 08:55:19 go: downloading github.com/go-kit/kit v0.8.0 08:55:19 go: downloading github.com/google/uuid v1.1.1 08:55:19 go: downloading github.com/BurntSushi/toml v0.3.1 08:55:19 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 08:55:19 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 08:55:19 go: downloading github.com/x448/float16 v0.8.4 08:55:19 go: downloading github.com/pelletier/go-toml v1.2.0 08:55:19 go: downloading github.com/hashicorp/consul/api v1.1.0 08:55:19 go: downloading gopkg.in/yaml.v2 v2.2.8 08:55:19 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 08:55:19 go: downloading github.com/mitchellh/mapstructure v1.1.2 08:55:19 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 08:55:19 go: downloading github.com/mitchellh/copystructure v1.0.0 08:55:19 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 08:55:19 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 08:55:19 go: downloading github.com/hashicorp/serf v0.8.2 08:55:19 go: downloading github.com/mitchellh/reflectwalk v1.0.0 08:55:19 go: downloading github.com/go-logfmt/logfmt v0.4.0 08:55:19 Running on prd-ubuntu18.04-docker-arm64-16c-16g-9115 in /w/workspace/gexfoundry_device-mqtt-go_PR-180 [Pipeline] { 08:55:19 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 08:55:19 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 08:55:19 go: downloading github.com/hashicorp/golang-lru v0.5.0 [Pipeline] ws 08:55:19 Running in /w/workspace/device-mqtt-go/2 [Pipeline] { [Pipeline] checkout 08:55:23 using credential edgex-jenkins-ssh 08:55:23 Cloning the remote Git repository 08:55:24 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 08:55:24 > git init /w/workspace/device-mqtt-go/2 # timeout=10 08:55:24 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 08:55:24 > git --version # timeout=10 08:55:24 > git --version # 'git version 2.17.1' 08:55:24 using GIT_SSH to set credentials SSH Credentials for GitHub 08:55:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:55:25 CGO_ENABLED=0 GO111MODULE=on go build ./... 08:55:25 Merging remotes/origin/master commit 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b into PR head commit 602625d46efc934df5d367cff749466edd3cc366 08:55:25 Merge succeeded, producing 602625d46efc934df5d367cff749466edd3cc366 08:55:25 Checking out Revision 602625d46efc934df5d367cff749466edd3cc366 (PR-180) 08:55:24 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 08:55:24 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:55:24 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 08:55:24 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 08:55:24 using GIT_SSH to set credentials SSH Credentials for GitHub 08:55:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/180/head:refs/remotes/origin/PR-180 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:55:25 > git config core.sparsecheckout # timeout=10 08:55:25 > git checkout -f 602625d46efc934df5d367cff749466edd3cc366 # timeout=10 08:55:25 > git remote # timeout=10 08:55:25 > git config --get remote.origin.url # timeout=10 08:55:25 using GIT_SSH to set credentials SSH Credentials for GitHub 08:55:25 > git merge 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b # timeout=10 08:55:25 > git rev-parse HEAD^{commit} # timeout=10 08:55:25 > git config core.sparsecheckout # timeout=10 08:55:25 > git checkout -f 602625d46efc934df5d367cff749466edd3cc366 # timeout=10 08:55:29 Skipping stage go (already ran) 08:55:29 Staging device-mqtt  08:55:29 Priming go  08:55:29 Commit message: "fix: Return error instead of the panic if required config not found" [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:55:30 Priming device-mqtt  08:55:31 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 08:55:31 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 08:55:31 Determining the version from the project repo (version-script). 08:55:31 The version has been set to 'local-dev-20201027+602625d' 08:55:31 + find /w/workspace/device-mqtt-go/2 08:55:31 + grep snapcraft.yaml 08:55:31 + grep -Po ^name: \K(.*) /w/workspace/device-mqtt-go/2/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:55:31 provisioning config files... 08:55:31 copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/2@tmp/config1734821801896941435tmp [Pipeline] { [Pipeline] sh 08:55:31 + cp /w/workspace/device-mqtt-go/2@tmp/config1734821801896941435tmp /w/workspace/device-mqtt-go/2/edgex-snap-store-login [Pipeline] sh 08:55:31 Snapping | Snapping / Snapping - Snapping \ Snapping | 08:55:31 Snapped edgex-device-mqtt_local-dev-20201027+602625d_amd64.snap 08:55:32 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/2:/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 08:55:32 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally 08:55:33 latest: Pulling from edgex-devops/edgex-snap-builder-arm64 08:55:33 237528ba509b: Pulling fs layer 08:55:33 393b96f31d8b: Pulling fs layer 08:55:33 4d82b0e39008: Pulling fs layer 08:55:33 e7ca375b8d34: Pulling fs layer 08:55:33 418f656485bb: Pulling fs layer 08:55:33 aebe8db9254c: Pulling fs layer 08:55:33 4f5f7b207d3f: Pulling fs layer 08:55:33 d19ca6af091a: Pulling fs layer 08:55:33 16b5a0711add: Pulling fs layer 08:55:33 e7ca375b8d34: Waiting 08:55:33 aebe8db9254c: Waiting 08:55:33 4f5f7b207d3f: Waiting 08:55:33 16b5a0711add: Waiting 08:55:33 418f656485bb: Waiting 08:55:33 393b96f31d8b: Verifying Checksum 08:55:33 393b96f31d8b: Download complete 08:55:33 4d82b0e39008: Verifying Checksum 08:55:33 4d82b0e39008: Download complete 08:55:33 e7ca375b8d34: Download complete 08:55:33 aebe8db9254c: Download complete 08:55:33 4f5f7b207d3f: Verifying Checksum 08:55:33 4f5f7b207d3f: Download complete 08:55:33 d19ca6af091a: Verifying Checksum 08:55:33 d19ca6af091a: Download complete 08:55:33 16b5a0711add: Verifying Checksum 08:55:33 16b5a0711add: Download complete 08:55:34 237528ba509b: Download complete [Pipeline] } 08:55:34 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] } 08:55:36 237528ba509b: Pull complete 08:55:37 393b96f31d8b: Pull complete 08:55:37 4d82b0e39008: Pull complete 08:55:38 e7ca375b8d34: Pull complete 08:55:43 418f656485bb: Verifying Checksum 08:55:43 418f656485bb: Download complete 08:56:30 418f656485bb: Pull complete 08:56:30 aebe8db9254c: Pull complete 08:56:30 4f5f7b207d3f: Pull complete 08:56:30 d19ca6af091a: Pull complete 08:56:30 16b5a0711add: Pull complete 08:56:30 Digest: sha256:9ca9034cebc7408d83a32dada391ac179c4174cde852b5731596ec8e47bf0b3e 08:56:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 08:56:30 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 08:56:30 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 08:56:30 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 08:56:30 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 08:56:31 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [1413 kB] 08:56:31 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1860 kB] 08:56:31 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [5546 B] 08:56:31 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [2242 B] 08:56:31 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [11.2 kB] 08:56:31 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [11.0 kB] 08:56:31 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [1031 kB] 08:56:32 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [1149 B] 08:56:32 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [1178 kB] 08:56:32 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse arm64 Packages [2430 B] 08:56:32 Fetched 5769 kB in 3s (2009 kB/s) 08:56:37 Reading package lists... 08:56:52 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 08:56:52 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease 08:56:52 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease 08:56:52 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease 08:56:55 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... 9% Reading package lists... 29% Reading package lists... 49% Reading package lists... 68% Reading package lists... 69% Reading package lists... 69% Reading package lists... 69% Reading package lists... 69% Reading package lists... 77% Reading package lists... 77% Reading package lists... 77% Reading package lists... 77% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 88% 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 08:57:02 Installing build dependencies: curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 libperl5.26 make netbase patch perl perl-base perl-modules-5.26 08:57:06 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... 29% Reading package lists... 49% Reading package lists... 68% Reading package lists... 69% Reading package lists... 69% Reading package lists... 69% Reading package lists... 69% Reading package lists... 77% Reading package lists... 77% Reading package lists... 77% Reading package lists... 77% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 88% 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 08:57:07 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 57% Building dependency tree 08:57:07 Reading state information... 0% Reading state information... 0% Reading state information... Done 08:57:08 The following packages were automatically installed and are no longer required: 08:57:08 libjq1 libonig4 08:57:08 Use 'sudo apt autoremove' to remove them. 08:57:08 Suggested packages: 08:57:08 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 08:57:08 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed 08:57:08 diffutils-doc perl-doc libterm-readline-gnu-perl 08:57:08 | libterm-readline-perl-perl 08:57:08 The following NEW packages will be installed: 08:57:08 curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 08:57:08 libperl5.26 make netbase patch perl perl-modules-5.26 08:57:08 The following packages will be upgraded: 08:57:08 perl-base 08:57:08 1 upgraded, 14 newly installed, 0 to remove and 31 not upgraded. 08:57:08 Need to get 12.0 MB of archives. 08:57:08 After this operation, 73.6 MB of additional disk space will be used. 08:57:09 0% [Working] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-base arm64 5.26.1-6ubuntu0.5 [1237 kB] 08:57:09 0% [1 perl-base 12.6 kB/1237 kB 1%] 4% [1 perl-base 624 kB/1237 kB 50%] 10% [Working] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 08:57:10 10% [2 perl-modules-5.26 7382 B/2762 kB 0%] 29% [Working] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] 08:57:10 29% [3 libgdbm5 23.1 kB/23.1 kB 100%] 31% [Working] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] 08:57:10 31% [4 libgdbm-compat4 4096 B/5536 B 74%] 32% [Working] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.5 [3335 kB] 08:57:10 32% [5 libperl5.26 33.6 kB/3335 kB 1%] 56% [Working] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.5 [201 kB] 08:57:10 56% [6 perl 41.1 kB/201 kB 20%] 58% [Working] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] 08:57:10 58% [7 less 12.3 kB/99.7 kB 12%] 60% [Working] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] 08:57:10 60% [8 netbase 12.7 kB/12.7 kB 100%] 62% [Working] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.10 [152 kB] 08:57:10 62% [9 curl 54.1 kB/152 kB 36%] 64% [Working] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.10 [179 kB] 08:57:10 64% [10 libcurl3-gnutls 32.8 kB/179 kB 18%] 67% [Working] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] 08:57:10 67% [11 liberror-perl 22.8 kB/22.8 kB 100%] 68% [Working] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 08:57:10 68% [12 git-man 27.2 kB/804 kB 3%] 75% [Waiting for headers] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] 08:57:10 75% [13 git 9887 B/2952 kB 0%] 96% [Waiting for headers] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] 08:57:10 96% [14 make 65.5 kB/139 kB 47%] 98% [Waiting for headers] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] 08:57:10 98% [15 patch 64.9 kB/91.8 kB 71%] 100% [Working] Fetched 12.0 MB in 2s (7850 kB/s) 08:57:11 debconf: delaying package configuration, since apt-utils is not installed 08:57:11 (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.) 08:57:11 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_arm64.deb ... 08:57:11 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6ubuntu0.3) ... 08:57:16 Setting up perl-base (5.26.1-6ubuntu0.5) ... 08:57:16 Selecting previously unselected package perl-modules-5.26. 08:57:16 (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.) 08:57:16 Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 08:57:16 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 08:57:17 Selecting previously unselected package libgdbm5:arm64. 08:57:17 Preparing to unpack .../01-libgdbm5_1.14.1-6_arm64.deb ... 08:57:17 Unpacking libgdbm5:arm64 (1.14.1-6) ... 08:57:17 Selecting previously unselected package libgdbm-compat4:arm64. 08:57:17 Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_arm64.deb ... 08:57:18 Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... 08:57:18 Selecting previously unselected package libperl5.26:arm64. 08:57:18 Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.5_arm64.deb ... 08:57:18 Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.5) ... 08:57:19 Selecting previously unselected package perl. 08:57:19 Preparing to unpack .../04-perl_5.26.1-6ubuntu0.5_arm64.deb ... 08:57:19 Unpacking perl (5.26.1-6ubuntu0.5) ... 08:57:19 Selecting previously unselected package less. 08:57:19 Preparing to unpack .../05-less_487-0.1_arm64.deb ... 08:57:19 Unpacking less (487-0.1) ... 08:57:19 Selecting previously unselected package netbase. 08:57:19 Preparing to unpack .../06-netbase_5.4_all.deb ... 08:57:19 Unpacking netbase (5.4) ... 08:57:19 Selecting previously unselected package curl. 08:57:19 Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_arm64.deb ... 08:57:19 Unpacking curl (7.58.0-2ubuntu3.10) ... 08:57:20 Selecting previously unselected package libcurl3-gnutls:arm64. 08:57:20 Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_arm64.deb ... 08:57:20 Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... 08:57:20 Selecting previously unselected package liberror-perl. 08:57:20 Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... 08:57:20 Unpacking liberror-perl (0.17025-1) ... 08:57:20 Selecting previously unselected package git-man. 08:57:20 Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 08:57:20 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 08:57:20 Selecting previously unselected package git. 08:57:20 Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... 08:57:20 Unpacking git (1:2.17.1-1ubuntu0.7) ... 08:57:22 Selecting previously unselected package make. 08:57:22 Preparing to unpack .../12-make_4.1-9.1ubuntu1_arm64.deb ... 08:57:22 Unpacking make (4.1-9.1ubuntu1) ... 08:57:22 Selecting previously unselected package patch. 08:57:22 Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_arm64.deb ... 08:57:22 Unpacking patch (2.7.6-2ubuntu1.1) ... 08:57:22 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 08:57:22 Setting up less (487-0.1) ... 08:57:22 Setting up make (4.1-9.1ubuntu1) ... 08:57:22 Setting up curl (7.58.0-2ubuntu3.10) ... 08:57:22 Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... 08:57:22 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 08:57:22 Setting up libgdbm5:arm64 (1.14.1-6) ... 08:57:22 Setting up patch (2.7.6-2ubuntu1.1) ... 08:57:22 Setting up libgdbm-compat4:arm64 (1.14.1-6) ... 08:57:22 Setting up netbase (5.4) ... 08:57:22 Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.5) ... 08:57:22 Setting up perl (5.26.1-6ubuntu0.5) ... 08:57:23 Setting up liberror-perl (0.17025-1) ... 08:57:23 Setting up git (1:2.17.1-1ubuntu0.7) ... 08:57:23 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 08:57:23 Processing triggers for mime-support (3.60ubuntu1) ... 08:57:28 curl set to automatically installed. 08:57:28 git set to automatically installed. 08:57:28 git-man set to automatically installed. 08:57:28 less set to automatically installed. 08:57:28 libcurl3-gnutls set to automatically installed. 08:57:28 liberror-perl set to automatically installed. 08:57:28 libgdbm-compat4 set to automatically installed. 08:57:28 libgdbm5 set to automatically installed. 08:57:28 libperl5.26 set to automatically installed. 08:57:29 make set to automatically installed. 08:57:29 netbase set to automatically installed. 08:57:29 patch set to automatically installed. 08:57:29 perl set to automatically installed. 08:57:29 perl-base set to automatically installed. 08:57:29 perl-modules-5.26 set to automatically installed. 08:57:29 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 08:57:29 Please ensure the environment is properly setup before continuing. 08:57:29 Ignore this message if the appropriate measures have already been taken 08:57:30 Pulling go  08:57:33 'device-mqtt' has dependencies that need to be staged: go 08:57:33 Skipping pull go (already ran) 08:57:33 Building go  08:57:33 % Total % Received % Xferd Average Speed Time Time Time Current 08:57:33 Dload Upload Total Spent Left Speed 08:57:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 13 93.2M 13 12.2M 0 0 23.4M 0 0:00:03 --:--:-- 0:00:03 23.4M 61 93.2M 61 57.6M 0 0 38.0M 0 0:00:02 0:00:01 0:00:01 38.0M 100 93.2M 100 93.2M 0 0 40.6M 0 0:00:02 0:00:02 --:--:-- 40.6M 08:57:37 go1.15.2.linux-arm64.tar.gz: OK 08:57:55 Staging go  08:57:57 Pulling device-mqtt  08:58:01 Skipping build go (already ran) 08:58:01 Building device-mqtt  08:58:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 08:58:03 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 08:58:03 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 08:58:03 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 08:58:03 go: downloading github.com/spf13/cast v1.3.0 08:58:03 go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 08:58:03 go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 08:58:03 go: downloading github.com/gorilla/mux v1.7.1 08:58:03 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 08:58:03 go: downloading gopkg.in/yaml.v2 v2.2.8 08:58:03 go: downloading github.com/go-kit/kit v0.8.0 08:58:03 go: downloading github.com/OneOfOne/xxhash v1.2.6 08:58:03 go: downloading github.com/pkg/errors v0.8.1 08:58:03 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 08:58:03 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 08:58:03 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 08:58:03 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 08:58:03 go: downloading github.com/google/uuid v1.1.1 08:58:03 go: downloading github.com/BurntSushi/toml v0.3.1 08:58:03 go: downloading github.com/hashicorp/consul/api v1.1.0 08:58:03 go: downloading github.com/pelletier/go-toml v1.2.0 08:58:03 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 08:58:03 go: downloading github.com/x448/float16 v0.8.4 08:58:03 go: downloading github.com/mitchellh/mapstructure v1.1.2 08:58:03 go: downloading github.com/mitchellh/copystructure v1.0.0 08:58:03 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 08:58:03 go: downloading github.com/mitchellh/reflectwalk v1.0.0 08:58:03 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 08:58:03 go: downloading github.com/hashicorp/serf v0.8.2 08:58:03 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 08:58:03 go: downloading github.com/go-logfmt/logfmt v0.4.0 08:58:03 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 08:58:03 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 08:58:04 go: downloading github.com/hashicorp/golang-lru v0.5.0 08:58:22 CGO_ENABLED=0 GO111MODULE=on go build ./... 08:58:37 Skipping stage go (already ran) 08:58:37 Staging device-mqtt  08:58:40 Priming go  08:58:45 Priming device-mqtt  08:58:48 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 08:58:48 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 08:58:48 Determining the version from the project repo (version-script). 08:58:48 The version has been set to 'local-dev-20201027+602625d' 08:58:49 Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping | 08:58:49 Snapped edgex-device-mqtt_local-dev-20201027+602625d_arm64.snap [Pipeline] } 08:58:51 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 08:58:54 provisioning config files... 08:58:54 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-180@tmp/config5936784112570431868tmp [Pipeline] { [Pipeline] sh 08:58:54 + set +x 08:58:54 + curl -s https://codecov.io/bash 08:58:54 + bash -s -- 08:58:55 08:58:55 _____ _ 08:58:55 / ____| | | 08:58:55 | | ___ __| | ___ ___ _____ __ 08:58:55 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:58:55 | |___| (_) | (_| | __/ (_| (_) \ V / 08:58:55 \_____\___/ \__,_|\___|\___\___/ \_/ 08:58:55 Bash-20201009-048fee3 08:58:55 08:58:55 08:58:55 ==> Jenkins CI detected. 08:58:55 project root: . 08:58:55 --> token set from env 08:58:55 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:58:55 ==> Running gcov in . (disable via -X gcov) 08:58:55 ==> Python coveragepy not found 08:58:55 ==> Searching for coverage reports in: 08:58:55 + . 08:58:55 -> Found 1 reports 08:58:55 ==> Detecting git/mercurial file structure 08:58:55 ==> Reading reports 08:58:55 + ./coverage.out bytes=18940 08:58:55 ==> Appending adjustments 08:58:55 https://docs.codecov.io/docs/fixing-reports 08:58:55 + Found adjustments 08:58:55 ==> Gzipping contents 08:58:55 ==> Uploading reports 08:58:55 url: https://codecov.io 08:58:55 query: branch=PR-180&commit=602625d46efc934df5d367cff749466edd3cc366&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-180%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=180&job=&cmd_args= 08:58:55 -> Pinging Codecov 08:58:55 https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-180&commit=602625d46efc934df5d367cff749466edd3cc366&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-180%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=180&job=&cmd_args= 08:58:55 -> Uploading to 08:58:55 08:58:55 % Total % Received % Xferd Average Speed Time Time Time Current 08:58:55 Dload Upload Total Spent Left Speed 08:58:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error 08:58:55 X> Failed to upload 08:58:55 ==> Uploading to Codecov 08:58:55 % Total % Received % Xferd Average Speed Time Time Time Current 08:58:55 Dload Upload Total Spent Left Speed 08:58:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3247 0 0 100 3247 0 2759 0:00:01 0:00:01 --:--:-- 2758 100 3358 100 111 100 3247 83 2432 0:00:01 0:00:01 --:--:-- 2432 08:58:56 View reports at https://codecov.io/github/edgexfoundry/device-mqtt-go/commit/602625d46efc934df5d367cff749466edd3cc366 [Pipeline] } 08:58:56 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] { (Archive Prep) Stage "Archive Prep" 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 08:58:59 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:59:00 ---> package-listing.sh 08:59:00 ++ facter osfamily 08:59:00 ++ tr '[:upper:]' '[:lower:]' 08:59:00 + OS_FAMILY=redhat 08:59:00 + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-180 08:59:00 + START_PACKAGES=/tmp/packages_start.txt 08:59:00 + END_PACKAGES=/tmp/packages_end.txt 08:59:00 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:59:00 + PACKAGES=/tmp/packages_start.txt 08:59:00 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-180 ']' 08:59:00 + PACKAGES=/tmp/packages_end.txt 08:59:00 + case "${OS_FAMILY}" in 08:59:00 + rpm -qa 08:59:00 + sort 08:59:04 + '[' -f /tmp/packages_start.txt ']' 08:59:04 + '[' -f /tmp/packages_end.txt ']' 08:59:04 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:59:04 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-180 ']' 08:59:04 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-180/archives/ 08:59:04 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-180/archives/ [Pipeline] echo 08:59:04 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-mqtt-go_PR-180/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:59:04 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:59:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:59:05 08:59:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:59:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:59:05 alpine: Pulling from edgex-lftools-log-publisher 08:59:05 df20fa9351a1: Pulling fs layer 08:59:05 36b3adc4ff6f: Pulling fs layer 08:59:05 8ad3a11d3b57: Pulling fs layer 08:59:05 46f8f816bc3b: Pulling fs layer 08:59:05 93b61091891f: Pulling fs layer 08:59:05 93b9cdb0e59b: Pulling fs layer 08:59:05 5e14af77c1be: Pulling fs layer 08:59:05 01666e4c0597: Pulling fs layer 08:59:05 aa168da1d23b: Pulling fs layer 08:59:05 93b9cdb0e59b: Waiting 08:59:05 5e14af77c1be: Waiting 08:59:05 01666e4c0597: Waiting 08:59:05 aa168da1d23b: Waiting 08:59:05 46f8f816bc3b: Waiting 08:59:05 93b61091891f: Waiting 08:59:05 36b3adc4ff6f: Verifying Checksum 08:59:05 36b3adc4ff6f: Download complete 08:59:05 46f8f816bc3b: Verifying Checksum 08:59:05 46f8f816bc3b: Download complete 08:59:05 df20fa9351a1: Verifying Checksum 08:59:05 93b9cdb0e59b: Verifying Checksum 08:59:05 93b9cdb0e59b: Download complete 08:59:05 93b61091891f: Verifying Checksum 08:59:05 93b61091891f: Download complete 08:59:05 5e14af77c1be: Verifying Checksum 08:59:05 5e14af77c1be: Download complete 08:59:05 01666e4c0597: Verifying Checksum 08:59:05 01666e4c0597: Download complete 08:59:06 df20fa9351a1: Pull complete 08:59:06 36b3adc4ff6f: Pull complete 08:59:06 8ad3a11d3b57: Verifying Checksum 08:59:06 8ad3a11d3b57: Download complete 08:59:07 8ad3a11d3b57: Pull complete 08:59:07 46f8f816bc3b: Pull complete 08:59:08 93b61091891f: Pull complete 08:59:08 93b9cdb0e59b: Pull complete 08:59:08 aa168da1d23b: Verifying Checksum 08:59:08 aa168da1d23b: Download complete 08:59:08 5e14af77c1be: Pull complete 08:59:08 01666e4c0597: Pull complete 08:59:16 aa168da1d23b: Pull complete 08:59:16 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:59:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:59:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:59:17 prd-centos7-docker-4c-2g-9111 does not seem to be running inside a container 08:59:17 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-mqtt-go_PR-180/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-mqtt-go_PR-180 -v /w/workspace/gexfoundry_device-mqtt-go_PR-180:/w/workspace/gexfoundry_device-mqtt-go_PR-180:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-180@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-180@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:59:21 $ docker top 0c9e42c818b293c5c9edf9522daf6771ee0b2ebd96cceebff4cd764edc142f2e -eo pid,comm [Pipeline] { [Pipeline] sh 08:59:21 + touch /tmp/pre-build-complete [Pipeline] sh 08:59:22 + mkdir -p /var/log/sa [Pipeline] sh 08:59:22 + ls /var/log/sa-host 08:59:22 + sadf -c /var/log/sa-host/sa05 08:59:22 file_magic: OK 08:59:22 HZ: Using current value: 100 08:59:22 file_header: OK 08:59:22 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 08:59:22 Statistics: 08:59:22 Hnuu...uuuununununu...Hnuu...uuuununununu... 08:59:22 File successfully converted to sysstat format version 12.2.1 08:59:22 + sadf -c /var/log/sa-host/sa27 08:59:22 file_magic: OK 08:59:22 HZ: Using current value: 100 08:59:22 file_header: OK 08:59:22 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 08:59:22 Statistics: 08:59:22 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 08:59:22 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:59:23 provisioning config files... 08:59:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-180@tmp/config8221791094676131065tmp [Pipeline] { [Pipeline] echo 08:59:23 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:59:23 ---> create-netrc.sh [Pipeline] } 08:59:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:59:23 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:59:23 ---> python-tools-install.sh [Pipeline] echo 08:59:23 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:59:24 ---> sudo-logs.sh 08:59:24 Archiving 'sudo' log.. [Pipeline] echo 08:59:24 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:59:24 ---> job-cost.sh 08:59:24 lf-activate-venv: SKIPPING 08:59:24 INFO: No Stack... 08:59:25 INFO: Retrieving Pricing Info for: v1-standard-2 08:59:26 INFO: Archiving Costs [Pipeline] echo 08:59:26 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:59:26 ---> logs-deploy.sh 08:59:26 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-180/2 08:59:26 INFO: archiving workspace using pattern(s): 08:59:28 Archives upload complete. 08:59:28 INFO: archiving logs to Nexus