Branch indexing 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 bill-mahoney for edgexfoundry/device-mqtt-go Obtained Jenkinsfile from bcd987ce67ec0625e74bb83c944d46c1c4f17867+fe2df51579bf0cce1b2e428c0c04fcb23a980c4d (5f47f725a008003618a1d7224407b96afa7b166a) 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, goVersion:1.13, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-mqtt-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-1824 in /w/workspace/gexfoundry_device-mqtt-go_PR-166 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git > git init /w/workspace/gexfoundry_device-mqtt-go_PR-166 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/166/head:refs/remotes/origin/PR-166 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit fe2df51579bf0cce1b2e428c0c04fcb23a980c4d into PR head commit bcd987ce67ec0625e74bb83c944d46c1c4f17867 Merge succeeded, producing d515993987dee35fd62cc7c290ab2176477551b8 Checking out Revision d515993987dee35fd62cc7c290ab2176477551b8 (PR-166) > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/166/head:refs/remotes/origin/PR-166 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/166/head:refs/remotes/origin/PR-166 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bcd987ce67ec0625e74bb83c944d46c1c4f17867 # 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 fe2df51579bf0cce1b2e428c0c04fcb23a980c4d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d515993987dee35fd62cc7c290ab2176477551b8 # timeout=10 Commit message: "Merge commit 'fe2df51579bf0cce1b2e428c0c04fcb23a980c4d' into HEAD" > git rev-list --no-walk bcd987ce67ec0625e74bb83c944d46c1c4f17867 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-08T19:17:48.995Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-08T19:17:49.243Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-08T19:17:49.327Z] ========================================================= [2020-09-08T19:17:49.327Z] EdgeX Global Pipelines Version Info [2020-09-08T19:17:49.327Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-08T19:17:50.689Z] ------------------- [2020-09-08T19:17:50.689Z] stable info: [2020-09-08T19:17:50.689Z] ------------------- [2020-09-08T19:17:50.689Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-08T19:17:50.689Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-08T19:17:50.689Z] Message: update stable to v1.0.119 [2020-09-08T19:17:51.630Z] ------------------- [2020-09-08T19:17:51.630Z] experimental info: [2020-09-08T19:17:51.630Z] ------------------- [2020-09-08T19:17:51.630Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-08T19:17:51.630Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-08T19:17:51.630Z] Message: update experimental to v1.0.119 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-08T19:17:51.944Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2020-09-08T19:17:52.021Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2020-09-08T19:17:52.100Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-08T19:17:52.176Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-08T19:17:52.310Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-08T19:17:52.400Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-09-08T19:17:52.491Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-08T19:17:52.564Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-09-08T19:17:52.640Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-08T19:17:52.755Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-08T19:17:52.855Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-08T19:17:52.936Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo [2020-09-08T19:17:53.072Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-08T19:17:53.147Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-08T19:17:53.224Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-08T19:17:53.299Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-08T19:17:53.372Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-08T19:17:53.474Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-08T19:17:53.552Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-08T19:17:53.628Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-09-08T19:17:53.709Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-08T19:17:53.868Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-08T19:17:53.965Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-166 [Pipeline] echo [2020-09-08T19:17:54.070Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-166 [Pipeline] echo [2020-09-08T19:17:54.154Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-166 [Pipeline] echo [2020-09-08T19:17:54.235Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d515993987dee35fd62cc7c290ab2176477551b8 [Pipeline] echo [2020-09-08T19:17:54.315Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d515993 [Pipeline] echo [2020-09-08T19:17:54.395Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-08T19:17:55.004Z] + git log --format=format:%s -1 d515993987dee35fd62cc7c290ab2176477551b8 [Pipeline] echo [2020-09-08T19:17:55.060Z] GIT_COMMIT: d515993987dee35fd62cc7c290ab2176477551b8, Commit Message: Merge commit 'fe2df51579bf0cce1b2e428c0c04fcb23a980c4d' into HEAD [Pipeline] echo [2020-09-08T19:17:55.171Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-08T19:17:56.008Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-08T19:17:56.273Z] [2020-09-08T19:17:56.273Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-08T19:17:56.618Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-08T19:17:56.619Z] latest: Pulling from edgex-devops/git-semver [2020-09-08T19:17:56.619Z] 31603596830f: Pulling fs layer [2020-09-08T19:17:56.619Z] 2a8b12db71e7: Pulling fs layer [2020-09-08T19:17:56.619Z] 6ca5941a6612: Pulling fs layer [2020-09-08T19:17:56.619Z] ecc8261a40a4: Pulling fs layer [2020-09-08T19:17:56.619Z] ecc8261a40a4: Waiting [2020-09-08T19:17:56.619Z] 2a8b12db71e7: Verifying Checksum [2020-09-08T19:17:56.619Z] 2a8b12db71e7: Download complete [2020-09-08T19:17:56.881Z] 31603596830f: Verifying Checksum [2020-09-08T19:17:56.881Z] 31603596830f: Download complete [2020-09-08T19:17:56.881Z] ecc8261a40a4: Verifying Checksum [2020-09-08T19:17:56.881Z] ecc8261a40a4: Download complete [2020-09-08T19:17:56.881Z] 6ca5941a6612: Verifying Checksum [2020-09-08T19:17:56.881Z] 6ca5941a6612: Download complete [2020-09-08T19:17:57.195Z] 31603596830f: Pull complete [2020-09-08T19:17:57.195Z] 2a8b12db71e7: Pull complete [2020-09-08T19:17:58.157Z] 6ca5941a6612: Pull complete [2020-09-08T19:17:58.157Z] ecc8261a40a4: Pull complete [2020-09-08T19:17:58.157Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-08T19:17:58.157Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-08T19:17:58.157Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-08T19:17:58.258Z] prd-centos7-docker-4c-2g-1824 does not seem to be running inside a container [2020-09-08T19:17:58.307Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-166 -v /w/workspace/gexfoundry_device-mqtt-go_PR-166:/w/workspace/gexfoundry_device-mqtt-go_PR-166:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-166@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-08T19:18:00.394Z] $ docker top 193d662c83ce47148f9032fc43d784f60f6da9386044a5993df780693b38cb16 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-08T19:18:00.892Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-08T19:18:00.892Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-08T19:18:01.093Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-08T19:18:01.100Z] $ docker exec 193d662c83ce47148f9032fc43d784f60f6da9386044a5993df780693b38cb16 ssh-agent [2020-09-08T19:18:01.263Z] SSH_AUTH_SOCK=/tmp/ssh-jFZhI88E9zFz/agent.12 [2020-09-08T19:18:01.263Z] SSH_AGENT_PID=17 [2020-09-08T19:18:01.276Z] Running ssh-add (command line suppressed) [2020-09-08T19:18:01.406Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-166@tmp/private_key_3023845145767553348.key (/w/workspace/gexfoundry_device-mqtt-go_PR-166@tmp/private_key_3023845145767553348.key) [2020-09-08T19:18:01.451Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-08T19:18:01.781Z] + git describe --exact-match --tags HEAD [2020-09-08T19:18:01.781Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-08T19:18:01.806Z] $ docker exec --env ******** --env ******** 193d662c83ce47148f9032fc43d784f60f6da9386044a5993df780693b38cb16 ssh-agent -k [2020-09-08T19:18:01.925Z] unset SSH_AUTH_SOCK; [2020-09-08T19:18:01.925Z] unset SSH_AGENT_PID; [2020-09-08T19:18:01.925Z] echo Agent pid 17 killed; [2020-09-08T19:18:01.966Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-08T19:18:02.049Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-08T19:18:02.049Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-08T19:18:02.144Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-08T19:18:02.144Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-08T19:18:02.313Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-08T19:18:02.320Z] $ docker exec 193d662c83ce47148f9032fc43d784f60f6da9386044a5993df780693b38cb16 ssh-agent [2020-09-08T19:18:02.472Z] SSH_AUTH_SOCK=/tmp/ssh-DGctWQxRDGG8/agent.46 [2020-09-08T19:18:02.472Z] SSH_AGENT_PID=51 [2020-09-08T19:18:02.479Z] Running ssh-add (command line suppressed) [2020-09-08T19:18:02.600Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-166@tmp/private_key_6369881695276777629.key (/w/workspace/gexfoundry_device-mqtt-go_PR-166@tmp/private_key_6369881695276777629.key) [2020-09-08T19:18:02.649Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-08T19:18:02.978Z] + git semver init [2020-09-08T19:18:02.978Z] # -> Open(): unable to determine branch for HEAD [2020-09-08T19:18:02.978Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-166/.git [2020-09-08T19:18:02.978Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-166 [2020-09-08T19:18:02.978Z] # $SEMVER_REMOTE_NAME = origin [2020-09-08T19:18:02.978Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-08T19:18:02.978Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-08T19:18:02.978Z] # $SEMVER_BRANCH = PR-166 [2020-09-08T19:18:02.978Z] # $SEMVER_TEMP = /tmp/semver-377082588 [2020-09-08T19:18:02.978Z] # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP [2020-09-08T19:18:03.550Z] # '/tmp/semver-377082588' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-166/.semver' [2020-09-08T19:18:03.550Z] # -> Force: false [2020-09-08T19:18:03.550Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-166/.semver [Pipeline] } [2020-09-08T19:18:03.565Z] $ docker exec --env ******** --env ******** 193d662c83ce47148f9032fc43d784f60f6da9386044a5993df780693b38cb16 ssh-agent -k [2020-09-08T19:18:03.681Z] unset SSH_AUTH_SOCK; [2020-09-08T19:18:03.682Z] unset SSH_AGENT_PID; [2020-09-08T19:18:03.682Z] echo Agent pid 51 killed; [2020-09-08T19:18:03.723Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-08T19:18:04.232Z] + git semver [Pipeline] } [2020-09-08T19:18:04.251Z] $ docker stop --time=1 193d662c83ce47148f9032fc43d784f60f6da9386044a5993df780693b38cb16 [2020-09-08T19:18:05.583Z] $ docker rm -f 193d662c83ce47148f9032fc43d784f60f6da9386044a5993df780693b38cb16 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-08T19:18:06.222Z] Stashed 25 file(s) [Pipeline] echo [2020-09-08T19:18:06.224Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-08T19:18:06.315Z] Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-09-08T19:18:21.689Z] Still waiting to schedule task [2020-09-08T19:18:21.689Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-08T19:18:21.692Z] Still waiting to schedule task [2020-09-08T19:18:21.692Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-08T19:20:12.459Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1825 in /w/workspace/gexfoundry_device-mqtt-go_PR-166 [Pipeline] { [Pipeline] ws [2020-09-08T19:20:12.542Z] Running in /w/workspace/device-mqtt-go/2 [Pipeline] { [Pipeline] checkout [2020-09-08T19:20:17.133Z] using credential edgex-jenkins-ssh [2020-09-08T19:20:17.186Z] Cloning the remote Git repository [2020-09-08T19:20:17.186Z] Cloning with configured refspecs honoured and without tags [2020-09-08T19:20:17.260Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T19:20:17.365Z] > git init /w/workspace/device-mqtt-go/2 # timeout=10 [2020-09-08T19:20:17.447Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T19:20:17.448Z] > git --version # timeout=10 [2020-09-08T19:20:17.469Z] > git --version # 'git version 2.17.1' [2020-09-08T19:20:17.470Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T19:20:17.540Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/166/head:refs/remotes/origin/PR-166 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T19:20:18.264Z] Fetching without tags [2020-09-08T19:20:18.729Z] Merging remotes/origin/master commit fe2df51579bf0cce1b2e428c0c04fcb23a980c4d into PR head commit bcd987ce67ec0625e74bb83c944d46c1c4f17867 [2020-09-08T19:20:18.201Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-08T19:20:18.221Z] > git config --add remote.origin.fetch +refs/pull/166/head:refs/remotes/origin/PR-166 # timeout=10 [2020-09-08T19:20:18.237Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T19:20:18.259Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-08T19:20:18.290Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T19:20:18.290Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T19:20:18.307Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/166/head:refs/remotes/origin/PR-166 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T19:20:18.763Z] > git config core.sparsecheckout # timeout=10 [2020-09-08T19:20:18.782Z] > git checkout -f bcd987ce67ec0625e74bb83c944d46c1c4f17867 # timeout=10 [2020-09-08T19:20:18.933Z] Merge succeeded, producing 0d41bf7161e93e7610cb80627836c12abe375d33 [2020-09-08T19:20:18.933Z] Checking out Revision 0d41bf7161e93e7610cb80627836c12abe375d33 (PR-166) [2020-09-08T19:20:18.855Z] > git remote # timeout=10 [2020-09-08T19:20:18.871Z] > git config --get remote.origin.url # timeout=10 [2020-09-08T19:20:18.882Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T19:20:18.893Z] > git merge fe2df51579bf0cce1b2e428c0c04fcb23a980c4d # timeout=10 [2020-09-08T19:20:18.935Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-08T19:20:18.955Z] > git config core.sparsecheckout # timeout=10 [2020-09-08T19:20:19.021Z] > git checkout -f 0d41bf7161e93e7610cb80627836c12abe375d33 # timeout=10 [2020-09-08T19:20:23.126Z] Commit message: "Merge commit 'fe2df51579bf0cce1b2e428c0c04fcb23a980c4d' into HEAD" [2020-09-08T19:20:23.146Z] > git rev-list --no-walk bcd987ce67ec0625e74bb83c944d46c1c4f17867 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-08T19:20:24.216Z] ========================================================= [2020-09-08T19:20:24.216Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-09-08T19:20:24.216Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-08T19:20:25.228Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-09-08T19:20:26.211Z] Sending build context to Docker daemon 617kB [2020-09-08T19:20:26.211Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-09-08T19:20:26.211Z] Step 2/8 : FROM ${BASE} [2020-09-08T19:20:26.487Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-08T19:20:26.487Z] b538f80385f9: Pulling fs layer [2020-09-08T19:20:26.487Z] 74f711af9a0d: Pulling fs layer [2020-09-08T19:20:26.487Z] 99f96fe45779: Pulling fs layer [2020-09-08T19:20:26.487Z] fd7a069fd194: Pulling fs layer [2020-09-08T19:20:26.487Z] 66aa3694b03b: Pulling fs layer [2020-09-08T19:20:26.487Z] 170f70906a0f: Pulling fs layer [2020-09-08T19:20:26.487Z] ad7c5574e4b9: Pulling fs layer [2020-09-08T19:20:26.487Z] e772456be8f7: Pulling fs layer [2020-09-08T19:20:26.487Z] c890913d741a: Pulling fs layer [2020-09-08T19:20:26.487Z] 2480fcc9aa5a: Pulling fs layer [2020-09-08T19:20:26.487Z] 09adf4765672: Pulling fs layer [2020-09-08T19:20:26.487Z] fd7a069fd194: Waiting [2020-09-08T19:20:26.487Z] 66aa3694b03b: Waiting [2020-09-08T19:20:26.487Z] 170f70906a0f: Waiting [2020-09-08T19:20:26.487Z] ad7c5574e4b9: Waiting [2020-09-08T19:20:26.487Z] e772456be8f7: Waiting [2020-09-08T19:20:26.487Z] c890913d741a: Waiting [2020-09-08T19:20:26.487Z] 2480fcc9aa5a: Waiting [2020-09-08T19:20:26.487Z] 09adf4765672: Waiting [2020-09-08T19:20:26.487Z] 99f96fe45779: Download complete [2020-09-08T19:20:26.487Z] 74f711af9a0d: Verifying Checksum [2020-09-08T19:20:26.487Z] 74f711af9a0d: Download complete [2020-09-08T19:20:26.487Z] 66aa3694b03b: Verifying Checksum [2020-09-08T19:20:26.487Z] 66aa3694b03b: Download complete [2020-09-08T19:20:26.487Z] 170f70906a0f: Verifying Checksum [2020-09-08T19:20:26.487Z] 170f70906a0f: Download complete [2020-09-08T19:20:26.487Z] b538f80385f9: Verifying Checksum [2020-09-08T19:20:26.487Z] b538f80385f9: Download complete [2020-09-08T19:20:27.475Z] b538f80385f9: Pull complete [2020-09-08T19:20:28.086Z] 74f711af9a0d: Pull complete [2020-09-08T19:20:28.360Z] 99f96fe45779: Pull complete [2020-09-08T19:20:29.345Z] ad7c5574e4b9: Verifying Checksum [2020-09-08T19:20:29.345Z] ad7c5574e4b9: Download complete [2020-09-08T19:20:29.345Z] c890913d741a: Download complete [2020-09-08T19:20:30.794Z] 2480fcc9aa5a: Verifying Checksum [2020-09-08T19:20:30.794Z] 2480fcc9aa5a: Download complete [2020-09-08T19:20:31.067Z] 09adf4765672: Verifying Checksum [2020-09-08T19:20:31.067Z] 09adf4765672: Download complete [2020-09-08T19:20:31.342Z] e772456be8f7: Verifying Checksum [2020-09-08T19:20:31.342Z] e772456be8f7: Download complete [2020-09-08T19:20:32.322Z] fd7a069fd194: Verifying Checksum [2020-09-08T19:20:32.322Z] fd7a069fd194: Download complete [2020-09-08T19:20:44.727Z] fd7a069fd194: Pull complete [2020-09-08T19:20:44.727Z] 66aa3694b03b: Pull complete [2020-09-08T19:20:44.727Z] 170f70906a0f: Pull complete [2020-09-08T19:20:48.125Z] ad7c5574e4b9: Pull complete [2020-09-08T19:20:52.442Z] e772456be8f7: Pull complete [2020-09-08T19:20:52.442Z] c890913d741a: Pull complete [2020-09-08T19:20:55.076Z] 2480fcc9aa5a: Pull complete [2020-09-08T19:20:55.349Z] 09adf4765672: Pull complete [2020-09-08T19:20:55.349Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-09-08T19:20:55.349Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-09-08T19:20:55.349Z] ---> 2248a725d1cf [2020-09-08T19:20:55.349Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-08T19:20:59.666Z] ---> Running in 32dbdf251d6e [2020-09-08T19:21:00.261Z] Removing intermediate container 32dbdf251d6e [2020-09-08T19:21:00.261Z] ---> 3f1c2a7408f0 [2020-09-08T19:21:00.261Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-08T19:21:00.534Z] ---> Running in 00c1d0cde99c [2020-09-08T19:21:03.146Z] Removing intermediate container 00c1d0cde99c [2020-09-08T19:21:03.146Z] ---> 00981ad15dfa [2020-09-08T19:21:03.146Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-08T19:21:03.418Z] ---> Running in 80565b0b71cc [2020-09-08T19:21:04.845Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-08T19:21:05.812Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-08T19:21:06.786Z] (1/14) Installing libmagic (5.38-r0) [2020-09-08T19:21:06.786Z] (2/14) Installing file (5.38-r0) [2020-09-08T19:21:07.056Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-08T19:21:07.056Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-08T19:21:17.425Z] Running on prd-centos7-docker-4c-2g-1826 in /w/workspace/gexfoundry_device-mqtt-go_PR-166 [Pipeline] { [Pipeline] ws [2020-09-08T19:21:17.470Z] Running in /w/workspace/device-mqtt-go/2 [Pipeline] { [Pipeline] checkout [2020-09-08T19:21:19.590Z] using credential edgex-jenkins-ssh [2020-09-08T19:21:19.634Z] Cloning the remote Git repository [2020-09-08T19:21:19.634Z] Cloning with configured refspecs honoured and without tags [2020-09-08T19:21:19.661Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T19:21:19.734Z] > git init /w/workspace/device-mqtt-go/2 # timeout=10 [2020-09-08T19:21:19.780Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T19:21:19.781Z] > git --version # timeout=10 [2020-09-08T19:21:19.789Z] > git --version # 'git version 2.16.5' [2020-09-08T19:21:19.790Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T19:21:19.838Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/166/head:refs/remotes/origin/PR-166 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T19:21:20.373Z] Fetching without tags [2020-09-08T19:21:20.754Z] Merging remotes/origin/master commit fe2df51579bf0cce1b2e428c0c04fcb23a980c4d into PR head commit bcd987ce67ec0625e74bb83c944d46c1c4f17867 [2020-09-08T19:21:20.833Z] Merge succeeded, producing 8d5f79ca20df7d13ba36967454890457ac34b2f3 [2020-09-08T19:21:20.833Z] Checking out Revision 8d5f79ca20df7d13ba36967454890457ac34b2f3 (PR-166) [2020-09-08T19:21:20.343Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-08T19:21:20.351Z] > git config --add remote.origin.fetch +refs/pull/166/head:refs/remotes/origin/PR-166 # timeout=10 [2020-09-08T19:21:20.358Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T19:21:20.369Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-08T19:21:20.381Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T19:21:20.381Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T19:21:20.386Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/166/head:refs/remotes/origin/PR-166 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T19:21:20.765Z] > git config core.sparsecheckout # timeout=10 [2020-09-08T19:21:20.771Z] > git checkout -f bcd987ce67ec0625e74bb83c944d46c1c4f17867 # timeout=10 [2020-09-08T19:21:20.799Z] > git remote # timeout=10 [2020-09-08T19:21:20.806Z] > git config --get remote.origin.url # timeout=10 [2020-09-08T19:21:20.812Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T19:21:20.815Z] > git merge fe2df51579bf0cce1b2e428c0c04fcb23a980c4d # timeout=10 [2020-09-08T19:21:20.831Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-08T19:21:20.839Z] > git config core.sparsecheckout # timeout=10 [2020-09-08T19:21:20.847Z] > git checkout -f 8d5f79ca20df7d13ba36967454890457ac34b2f3 # timeout=10 [2020-09-08T19:21:22.121Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-08T19:21:22.121Z] (6/14) Installing patch (2.7.6-r6) [2020-09-08T19:21:22.121Z] (7/14) Installing build-base (0.5-r2) [2020-09-08T19:21:22.121Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-08T19:21:22.121Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-08T19:21:22.121Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-08T19:21:22.121Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-08T19:21:22.121Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-08T19:21:22.121Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-08T19:21:22.121Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-08T19:21:22.121Z] Executing busybox-1.31.1-r16.trigger [2020-09-08T19:21:22.121Z] OK: 221 MiB in 53 packages [2020-09-08T19:21:24.370Z] Commit message: "Merge commit 'fe2df51579bf0cce1b2e428c0c04fcb23a980c4d' into HEAD" [2020-09-08T19:21:24.377Z] > git rev-list --no-walk bcd987ce67ec0625e74bb83c944d46c1c4f17867 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-08T19:21:25.360Z] ========================================================= [2020-09-08T19:21:25.360Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-09-08T19:21:25.360Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-08T19:21:26.139Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-09-08T19:21:26.403Z] Sending build context to Docker daemon 617kB [2020-09-08T19:21:26.403Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-09-08T19:21:26.403Z] Step 2/8 : FROM ${BASE} [2020-09-08T19:21:26.403Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-08T19:21:26.403Z] df20fa9351a1: Pulling fs layer [2020-09-08T19:21:26.403Z] ed8968b2872e: Pulling fs layer [2020-09-08T19:21:26.403Z] a92cc7c5fd73: Pulling fs layer [2020-09-08T19:21:26.403Z] 2dd03ba5bac4: Pulling fs layer [2020-09-08T19:21:26.403Z] 1e091d79d1de: Pulling fs layer [2020-09-08T19:21:26.403Z] 481702a1767f: Pulling fs layer [2020-09-08T19:21:26.403Z] f64a6f60c768: Pulling fs layer [2020-09-08T19:21:26.403Z] e78d2573fc39: Pulling fs layer [2020-09-08T19:21:26.403Z] e876d2f968b6: Pulling fs layer [2020-09-08T19:21:26.403Z] ce8a83651883: Pulling fs layer [2020-09-08T19:21:26.403Z] 07967f4d0e4b: Pulling fs layer [2020-09-08T19:21:26.403Z] f64a6f60c768: Waiting [2020-09-08T19:21:26.403Z] e78d2573fc39: Waiting [2020-09-08T19:21:26.403Z] e876d2f968b6: Waiting [2020-09-08T19:21:26.403Z] ce8a83651883: Waiting [2020-09-08T19:21:26.403Z] 07967f4d0e4b: Waiting [2020-09-08T19:21:26.403Z] 1e091d79d1de: Waiting [2020-09-08T19:21:26.403Z] 2dd03ba5bac4: Waiting [2020-09-08T19:21:26.403Z] 481702a1767f: Waiting [2020-09-08T19:21:26.403Z] a92cc7c5fd73: Verifying Checksum [2020-09-08T19:21:26.403Z] a92cc7c5fd73: Download complete [2020-09-08T19:21:26.403Z] ed8968b2872e: Download complete [2020-09-08T19:21:26.403Z] 1e091d79d1de: Verifying Checksum [2020-09-08T19:21:26.403Z] 1e091d79d1de: Download complete [2020-09-08T19:21:26.403Z] 481702a1767f: Verifying Checksum [2020-09-08T19:21:26.403Z] 481702a1767f: Download complete [2020-09-08T19:21:26.449Z] Removing intermediate container 80565b0b71cc [2020-09-08T19:21:26.449Z] ---> 61b74473347a [2020-09-08T19:21:26.449Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-09-08T19:21:26.449Z] ---> Running in aca9374e35b1 [2020-09-08T19:21:26.664Z] df20fa9351a1: Verifying Checksum [2020-09-08T19:21:26.664Z] df20fa9351a1: Download complete [2020-09-08T19:21:26.925Z] df20fa9351a1: Pull complete [2020-09-08T19:21:26.925Z] ed8968b2872e: Pull complete [2020-09-08T19:21:27.045Z] Removing intermediate container aca9374e35b1 [2020-09-08T19:21:27.045Z] ---> cce6a57ce213 [2020-09-08T19:21:27.045Z] Step 7/8 : COPY . . [2020-09-08T19:21:27.194Z] a92cc7c5fd73: Pull complete [2020-09-08T19:21:28.022Z] ---> fa2ef8d9c419 [2020-09-08T19:21:28.022Z] Step 8/8 : RUN go mod download [2020-09-08T19:21:28.295Z] ---> Running in 1ae8b2c99884 [2020-09-08T19:21:28.601Z] f64a6f60c768: Verifying Checksum [2020-09-08T19:21:28.601Z] f64a6f60c768: Download complete [2020-09-08T19:21:28.601Z] e876d2f968b6: Verifying Checksum [2020-09-08T19:21:28.601Z] e876d2f968b6: Download complete [2020-09-08T19:21:29.173Z] ce8a83651883: Verifying Checksum [2020-09-08T19:21:29.173Z] ce8a83651883: Download complete [2020-09-08T19:21:29.435Z] 07967f4d0e4b: Verifying Checksum [2020-09-08T19:21:29.435Z] 07967f4d0e4b: Download complete [2020-09-08T19:21:30.007Z] e78d2573fc39: Verifying Checksum [2020-09-08T19:21:30.007Z] e78d2573fc39: Download complete [2020-09-08T19:21:30.268Z] 2dd03ba5bac4: Verifying Checksum [2020-09-08T19:21:30.268Z] 2dd03ba5bac4: Download complete [2020-09-08T19:21:31.666Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-08T19:21:31.938Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-08T19:21:31.938Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-08T19:21:31.938Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-08T19:21:31.938Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-08T19:21:31.938Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-08T19:21:31.938Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-08T19:21:31.938Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-08T19:21:32.209Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-09-08T19:21:32.209Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-08T19:21:32.209Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-08T19:21:32.209Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-08T19:21:32.209Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-08T19:21:32.209Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-08T19:21:32.480Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-08T19:21:32.480Z] go: finding github.com/fatih/color v1.7.0 [2020-09-08T19:21:32.480Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-08T19:21:32.480Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-08T19:21:32.480Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-08T19:21:32.480Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-08T19:21:32.752Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-08T19:21:32.752Z] go: finding github.com/google/uuid v1.1.1 [2020-09-08T19:21:32.752Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-08T19:21:32.752Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-08T19:21:32.752Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-08T19:21:32.752Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-08T19:21:32.752Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-08T19:21:33.023Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-08T19:21:33.023Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-08T19:21:33.023Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-08T19:21:33.023Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-08T19:21:33.023Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-08T19:21:33.023Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-08T19:21:33.294Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-08T19:21:33.294Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-08T19:21:33.294Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-08T19:21:33.294Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-08T19:21:33.294Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-08T19:21:33.294Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-08T19:21:33.294Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-08T19:21:33.564Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-08T19:21:33.564Z] go: finding github.com/kr/pretty v0.1.0 [2020-09-08T19:21:33.564Z] go: finding github.com/kr/pty v1.1.1 [2020-09-08T19:21:33.564Z] go: finding github.com/kr/text v0.1.0 [2020-09-08T19:21:33.564Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-08T19:21:33.835Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-08T19:21:33.835Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-08T19:21:33.835Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-08T19:21:33.835Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-08T19:21:33.835Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-08T19:21:33.835Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-08T19:21:33.835Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-08T19:21:34.106Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-08T19:21:34.106Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-08T19:21:34.106Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-08T19:21:34.106Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-08T19:21:34.106Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-08T19:21:34.106Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-08T19:21:34.106Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-08T19:21:34.377Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-08T19:21:34.648Z] go: finding github.com/posener/complete v1.1.1 [2020-09-08T19:21:34.648Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-08T19:21:34.648Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-08T19:21:34.648Z] go: finding github.com/spf13/cast v1.3.0 [2020-09-08T19:21:34.648Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-08T19:21:34.648Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-08T19:21:34.917Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-08T19:21:34.917Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-08T19:21:34.917Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-09-08T19:21:34.917Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-08T19:21:34.917Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-08T19:21:34.917Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-09-08T19:21:34.917Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-09-08T19:21:35.190Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-08T19:21:35.190Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-08T19:21:36.885Z] 2dd03ba5bac4: Pull complete [2020-09-08T19:21:36.885Z] 1e091d79d1de: Pull complete [2020-09-08T19:21:36.885Z] 481702a1767f: Pull complete [2020-09-08T19:21:41.113Z] f64a6f60c768: Pull complete [2020-09-08T19:21:43.686Z] e78d2573fc39: Pull complete [2020-09-08T19:21:43.948Z] e876d2f968b6: Pull complete [2020-09-08T19:21:44.893Z] ce8a83651883: Pull complete [2020-09-08T19:21:44.893Z] 07967f4d0e4b: Pull complete [2020-09-08T19:21:44.893Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-09-08T19:21:44.893Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-09-08T19:21:44.893Z] ---> 5d7c900382c6 [2020-09-08T19:21:44.893Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-08T19:21:45.354Z] Removing intermediate container 1ae8b2c99884 [2020-09-08T19:21:45.354Z] ---> d8803fb48c2d [2020-09-08T19:21:45.354Z] Successfully built d8803fb48c2d [2020-09-08T19:21:45.354Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-08T19:21:46.064Z] + docker inspect -f . ci-base-image-arm64 [2020-09-08T19:21:46.064Z] . [Pipeline] withDockerContainer [2020-09-08T19:21:46.345Z] prd-ubuntu18.04-docker-arm64-4c-16g-1825 does not seem to be running inside a container [2020-09-08T19:21:46.431Z] $ 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 ******** ci-base-image-arm64 cat [2020-09-08T19:21:46.819Z] ---> Running in 82ae8f5f7d18 [2020-09-08T19:21:46.819Z] Removing intermediate container 82ae8f5f7d18 [2020-09-08T19:21:46.819Z] ---> 8aa1650935bd [2020-09-08T19:21:46.819Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-08T19:21:46.819Z] ---> Running in c8f93e4ec608 [2020-09-08T19:21:47.773Z] Removing intermediate container c8f93e4ec608 [2020-09-08T19:21:47.773Z] ---> 5aece028399a [2020-09-08T19:21:47.773Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-08T19:21:47.773Z] ---> Running in 40e9f7d6eb40 [2020-09-08T19:21:48.463Z] $ docker top 5d43ed39980ca743e3e279dace8dcaf3ba92fc0750329d94ab8e687d4ac79097 -eo pid,comm [2020-09-08T19:21:48.720Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh [2020-09-08T19:21:49.293Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-08T19:21:49.879Z] + go version [2020-09-08T19:21:49.879Z] go version go1.13.13 linux/arm64 [Pipeline] sh [2020-09-08T19:21:50.236Z] (1/14) Installing libmagic (5.38-r0) [2020-09-08T19:21:50.236Z] (2/14) Installing file (5.38-r0) [2020-09-08T19:21:50.497Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-08T19:21:50.497Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-08T19:21:50.928Z] + make test [2020-09-08T19:21:50.928Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-09-08T19:21:51.907Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-09-08T19:21:54.707Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-08T19:21:54.707Z] (6/14) Installing patch (2.7.6-r6) [2020-09-08T19:21:54.707Z] (7/14) Installing build-base (0.5-r2) [2020-09-08T19:21:54.707Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-08T19:21:54.968Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-08T19:21:54.968Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-08T19:21:55.229Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-08T19:21:55.492Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-08T19:21:55.492Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-08T19:21:55.754Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-08T19:21:55.754Z] Executing busybox-1.31.1-r16.trigger [2020-09-08T19:21:55.754Z] OK: 237 MiB in 53 packages [2020-09-08T19:21:59.061Z] Removing intermediate container 40e9f7d6eb40 [2020-09-08T19:21:59.061Z] ---> 7874ff71f012 [2020-09-08T19:21:59.061Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-09-08T19:21:59.061Z] ---> Running in 43772ac3f1f3 [2020-09-08T19:21:59.061Z] Removing intermediate container 43772ac3f1f3 [2020-09-08T19:21:59.061Z] ---> 5c03ce8a8c8b [2020-09-08T19:21:59.061Z] Step 7/8 : COPY . . [2020-09-08T19:21:59.635Z] ---> cd03684a214c [2020-09-08T19:21:59.635Z] Step 8/8 : RUN go mod download [2020-09-08T19:21:59.635Z] ---> Running in 7bde11500d91 [2020-09-08T19:22:01.556Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-08T19:22:01.556Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-08T19:22:01.556Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-08T19:22:01.556Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-08T19:22:01.556Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-08T19:22:01.556Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-08T19:22:01.556Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-08T19:22:01.556Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-08T19:22:01.556Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-09-08T19:22:01.556Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-08T19:22:01.556Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-08T19:22:01.556Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-08T19:22:01.556Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-08T19:22:01.556Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-08T19:22:01.818Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-08T19:22:01.818Z] go: finding github.com/fatih/color v1.7.0 [2020-09-08T19:22:01.818Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-08T19:22:02.394Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-08T19:22:02.394Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-08T19:22:02.394Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-08T19:22:02.394Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-08T19:22:02.394Z] go: finding github.com/google/uuid v1.1.1 [2020-09-08T19:22:02.394Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-08T19:22:02.394Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-08T19:22:02.394Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-08T19:22:02.394Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-08T19:22:02.394Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-08T19:22:02.394Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-08T19:22:02.394Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-08T19:22:02.394Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-08T19:22:02.655Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-08T19:22:02.655Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-08T19:22:02.655Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-08T19:22:02.655Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-08T19:22:02.655Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-08T19:22:02.655Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-08T19:22:02.655Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-08T19:22:02.655Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-08T19:22:02.655Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-08T19:22:02.655Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-08T19:22:02.655Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-08T19:22:02.655Z] go: finding github.com/kr/pretty v0.1.0 [2020-09-08T19:22:02.916Z] go: finding github.com/kr/pty v1.1.1 [2020-09-08T19:22:02.916Z] go: finding github.com/kr/text v0.1.0 [2020-09-08T19:22:02.916Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-08T19:22:02.916Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-08T19:22:02.916Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-08T19:22:02.916Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-08T19:22:02.916Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-08T19:22:02.916Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-08T19:22:02.916Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-08T19:22:02.916Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-08T19:22:03.180Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-08T19:22:03.180Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-08T19:22:03.180Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-08T19:22:03.180Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-08T19:22:03.180Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-08T19:22:03.180Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-08T19:22:03.180Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-08T19:22:03.180Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-08T19:22:03.180Z] go: finding github.com/posener/complete v1.1.1 [2020-09-08T19:22:03.180Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-08T19:22:03.180Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-08T19:22:03.180Z] go: finding github.com/spf13/cast v1.3.0 [2020-09-08T19:22:03.443Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-08T19:22:03.443Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-08T19:22:03.443Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-08T19:22:03.443Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-08T19:22:03.443Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-09-08T19:22:03.443Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-08T19:22:03.443Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-08T19:22:03.443Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-09-08T19:22:03.443Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-09-08T19:22:03.443Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-08T19:22:03.443Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-08T19:22:11.596Z] Removing intermediate container 7bde11500d91 [2020-09-08T19:22:11.596Z] ---> c59b975ef339 [2020-09-08T19:22:11.596Z] Successfully built c59b975ef339 [2020-09-08T19:22:11.596Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-08T19:22:12.361Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-08T19:22:12.361Z] . [Pipeline] withDockerContainer [2020-09-08T19:22:12.465Z] prd-centos7-docker-4c-2g-1826 does not seem to be running inside a container [2020-09-08T19:22:12.519Z] $ 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 ******** ci-base-image-x86_64 cat [2020-09-08T19:22:13.705Z] $ docker top c8497e6db5b686ab05b01929bfb3a70fa400b750f28a7f7bac5a1fed3fbadbbb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-08T19:22:14.200Z] + go version [2020-09-08T19:22:14.200Z] go version go1.13.13 linux/amd64 [Pipeline] sh [2020-09-08T19:22:14.498Z] + make test [2020-09-08T19:22:14.498Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-09-08T19:22:15.454Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-09-08T19:22:24.296Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-09-08T19:22:24.296Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.028s coverage: 28.3% of statements [2020-09-08T19:22:24.296Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-09-08T19:22:24.296Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-08T19:22:25.592Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-09-08T19:22:25.592Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.008s coverage: 28.3% of statements [2020-09-08T19:22:25.592Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-09-08T19:22:25.592Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-08T19:22:27.522Z] gofmt -l . [2020-09-08T19:22:27.522Z] ["`gofmt -l .`" = ""] [2020-09-08T19:22:27.522Z] ./bin/test-attribution-txt.sh [2020-09-08T19:22:27.787Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-08T19:22:28.334Z] Stashed 1 file(s) [Pipeline] } [2020-09-08T19:22:28.341Z] $ docker stop --time=1 c8497e6db5b686ab05b01929bfb3a70fa400b750f28a7f7bac5a1fed3fbadbbb [2020-09-08T19:22:30.633Z] $ docker rm -f c8497e6db5b686ab05b01929bfb3a70fa400b750f28a7f7bac5a1fed3fbadbbb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2020-09-08T19:22:31.020Z] gofmt -l . [2020-09-08T19:22:31.020Z] ["`gofmt -l .`" = ""] [2020-09-08T19:22:31.020Z] ./bin/test-attribution-txt.sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2020-09-08T19:22:31.324Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-08T19:22:32.939Z] Warning: overwriting stash ‘coverage-report’ [Pipeline] sh [2020-09-08T19:22:33.233Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-08T19:22:33.527Z] + ls -al . [2020-09-08T19:22:33.527Z] total 100 [2020-09-08T19:22:33.527Z] drwxrwxr-x. 10 jenkins jenkins 4096 Sep 8 19:22 . [2020-09-08T19:22:33.527Z] drwxrwxr-x. 4 jenkins jenkins 28 Sep 8 19:21 .. [2020-09-08T19:22:33.527Z] -rw-rw-r--. 1 jenkins jenkins 4678 Sep 8 19:21 Attribution.txt [2020-09-08T19:22:33.527Z] drwxrwxr-x. 2 jenkins jenkins 87 Sep 8 19:21 bin [2020-09-08T19:22:33.527Z] drwxrwxr-x. 3 jenkins jenkins 32 Sep 8 19:21 cmd [2020-09-08T19:22:33.527Z] -rw-r--r--. 1 jenkins jenkins 18939 Sep 8 19:22 coverage.out [2020-09-08T19:22:33.527Z] -rw-rw-r--. 1 jenkins jenkins 1784 Sep 8 19:21 Dockerfile [2020-09-08T19:22:33.527Z] -rw-rw-r--. 1 jenkins jenkins 953 Sep 8 19:21 Dockerfile.build [2020-09-08T19:22:33.528Z] -rw-rw-r--. 1 jenkins jenkins 140 Sep 8 19:21 .dockerignore [2020-09-08T19:22:33.528Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 8 19:21 .git [2020-09-08T19:22:33.528Z] drwxrwxr-x. 2 jenkins jenkins 60 Sep 8 19:21 .github [2020-09-08T19:22:33.528Z] -rw-rw-r--. 1 jenkins jenkins 328 Sep 8 19:21 .gitignore [2020-09-08T19:22:33.528Z] -rw-r--r--. 1 jenkins jenkins 510 Sep 8 19:22 go.mod [2020-09-08T19:22:33.528Z] -rw-r--r--. 1 jenkins jenkins 13621 Sep 8 19:22 go.sum [2020-09-08T19:22:33.528Z] drwxrwxr-x. 3 jenkins jenkins 20 Sep 8 19:21 internal [2020-09-08T19:22:33.528Z] -rw-rw-r--. 1 jenkins jenkins 700 Sep 8 19:21 Jenkinsfile [2020-09-08T19:22:33.528Z] -rw-rw-r--. 1 jenkins jenkins 11340 Sep 8 19:21 LICENSE [2020-09-08T19:22:33.528Z] -rw-rw-r--. 1 jenkins jenkins 902 Sep 8 19:21 Makefile [2020-09-08T19:22:33.528Z] drwxrwxr-x. 2 jenkins jenkins 23 Sep 8 19:21 mock [2020-09-08T19:22:33.528Z] -rw-rw-r--. 1 jenkins jenkins 444 Sep 8 19:21 README.md [2020-09-08T19:22:33.528Z] drwxrwxr-x. 3 jenkins jenkins 58 Sep 8 19:21 .semver [2020-09-08T19:22:33.528Z] drwxrwxr-x. 4 jenkins jenkins 54 Sep 8 19:21 snap [2020-09-08T19:22:33.528Z] -rw-rw-r--. 1 jenkins jenkins 5 Sep 8 19:18 VERSION [2020-09-08T19:22:33.528Z] -rw-rw-r--. 1 jenkins jenkins 227 Sep 8 19:21 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-08T19:22:33.719Z] Stashed 1 file(s) [Pipeline] } [2020-09-08T19:22:33.733Z] $ docker stop --time=1 5d43ed39980ca743e3e279dace8dcaf3ba92fc0750329d94ab8e687d4ac79097 [2020-09-08T19:22:33.828Z] + 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=d515993987dee35fd62cc7c290ab2176477551b8 --label arch=amd64 --label version=0.0.0 . [2020-09-08T19:22:33.828Z] Sending build context to Docker daemon 636.4kB [2020-09-08T19:22:34.089Z] Step 1/22 : ARG BASE=golang:1.13-alpine [2020-09-08T19:22:34.089Z] Step 2/22 : FROM ${BASE} AS builder [2020-09-08T19:22:34.089Z] ---> c59b975ef339 [2020-09-08T19:22:34.089Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-09-08T19:22:34.089Z] ---> Running in 2a00d5f52492 [2020-09-08T19:22:34.089Z] Removing intermediate container 2a00d5f52492 [2020-09-08T19:22:34.089Z] ---> 606c31a475a0 [2020-09-08T19:22:34.089Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-09-08T19:22:34.350Z] ---> Running in 4e2b6fa98b00 [2020-09-08T19:22:34.350Z] Removing intermediate container 4e2b6fa98b00 [2020-09-08T19:22:34.350Z] ---> 53026902f4e1 [2020-09-08T19:22:34.350Z] Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-08T19:22:34.612Z] ---> Running in 5fbcce26968e [2020-09-08T19:22:35.558Z] Removing intermediate container 5fbcce26968e [2020-09-08T19:22:35.558Z] ---> acee75ab2156 [2020-09-08T19:22:35.558Z] Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-08T19:22:35.558Z] ---> Running in 5d2b0b184f7e [2020-09-08T19:22:35.819Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-08T19:22:36.054Z] $ docker rm -f 5d43ed39980ca743e3e279dace8dcaf3ba92fc0750329d94ab8e687d4ac79097 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2020-09-08T19:22:36.765Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-08T19:22:37.027Z] OK: 237 MiB in 53 packages [2020-09-08T19:22:37.294Z] Removing intermediate container 5d2b0b184f7e [2020-09-08T19:22:37.294Z] ---> 7cbdee5029b9 [2020-09-08T19:22:37.294Z] Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-09-08T19:22:37.318Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-08T19:22:37.555Z] ---> Running in 2fcf457b9277 [2020-09-08T19:22:37.555Z] Removing intermediate container 2fcf457b9277 [2020-09-08T19:22:37.555Z] ---> 809a0dc04738 [2020-09-08T19:22:37.555Z] Step 8/22 : COPY . . [2020-09-08T19:22:37.680Z] + ls -al . [2020-09-08T19:22:37.680Z] total 136 [2020-09-08T19:22:37.680Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 8 19:22 . [2020-09-08T19:22:37.680Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 8 19:20 .. [2020-09-08T19:22:37.680Z] -rw-rw-r-- 1 jenkins jenkins 140 Sep 8 19:20 .dockerignore [2020-09-08T19:22:37.680Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 8 19:20 .git [2020-09-08T19:22:37.680Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 8 19:20 .github [2020-09-08T19:22:37.680Z] -rw-rw-r-- 1 jenkins jenkins 328 Sep 8 19:20 .gitignore [2020-09-08T19:22:37.680Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 8 19:20 .semver [2020-09-08T19:22:37.680Z] -rw-rw-r-- 1 jenkins jenkins 4678 Sep 8 19:20 Attribution.txt [2020-09-08T19:22:37.680Z] -rw-rw-r-- 1 jenkins jenkins 1784 Sep 8 19:20 Dockerfile [2020-09-08T19:22:37.680Z] -rw-rw-r-- 1 jenkins jenkins 953 Sep 8 19:20 Dockerfile.build [2020-09-08T19:22:37.680Z] -rw-rw-r-- 1 jenkins jenkins 700 Sep 8 19:20 Jenkinsfile [2020-09-08T19:22:37.680Z] -rw-rw-r-- 1 jenkins jenkins 11340 Sep 8 19:20 LICENSE [2020-09-08T19:22:37.680Z] -rw-rw-r-- 1 jenkins jenkins 902 Sep 8 19:20 Makefile [2020-09-08T19:22:37.680Z] -rw-rw-r-- 1 jenkins jenkins 444 Sep 8 19:20 README.md [2020-09-08T19:22:37.680Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 8 19:18 VERSION [2020-09-08T19:22:37.680Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 8 19:20 bin [2020-09-08T19:22:37.680Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 8 19:20 cmd [2020-09-08T19:22:37.680Z] -rw-r--r-- 1 jenkins jenkins 18939 Sep 8 19:22 coverage.out [2020-09-08T19:22:37.680Z] -rw-r--r-- 1 jenkins jenkins 510 Sep 8 19:22 go.mod [2020-09-08T19:22:37.680Z] -rw-r--r-- 1 jenkins jenkins 13621 Sep 8 19:22 go.sum [2020-09-08T19:22:37.680Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 8 19:20 internal [2020-09-08T19:22:37.680Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 8 19:20 mock [2020-09-08T19:22:37.680Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 8 19:20 snap [2020-09-08T19:22:37.680Z] -rw-rw-r-- 1 jenkins jenkins 227 Sep 8 19:20 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-08T19:22:38.035Z] + 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=d515993987dee35fd62cc7c290ab2176477551b8 --label arch=arm64 --label version=0.0.0 . [2020-09-08T19:22:38.309Z] Sending build context to Docker daemon 636.4kB [2020-09-08T19:22:38.498Z] ---> cc59ba38d25d [2020-09-08T19:22:38.498Z] Step 9/22 : ARG MAKE='make build' [2020-09-08T19:22:38.498Z] ---> Running in 0819b1ce87ac [2020-09-08T19:22:38.498Z] Removing intermediate container 0819b1ce87ac [2020-09-08T19:22:38.498Z] ---> fbd23fec14c2 [2020-09-08T19:22:38.498Z] Step 10/22 : RUN $MAKE [2020-09-08T19:22:38.582Z] Step 1/22 : ARG BASE=golang:1.13-alpine [2020-09-08T19:22:38.582Z] Step 2/22 : FROM ${BASE} AS builder [2020-09-08T19:22:38.582Z] ---> d8803fb48c2d [2020-09-08T19:22:38.582Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-09-08T19:22:38.759Z] ---> Running in e673557c0f11 [2020-09-08T19:22:38.855Z] ---> Running in 4ae9c90da4d2 [2020-09-08T19:22:39.021Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd [2020-09-08T19:22:39.130Z] Removing intermediate container 4ae9c90da4d2 [2020-09-08T19:22:39.131Z] ---> 540e8b71f135 [2020-09-08T19:22:39.131Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-09-08T19:22:39.409Z] ---> Running in 62e1d40963f8 [2020-09-08T19:22:40.001Z] Removing intermediate container 62e1d40963f8 [2020-09-08T19:22:40.001Z] ---> d0b064435626 [2020-09-08T19:22:40.001Z] Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-08T19:22:40.001Z] ---> Running in 87a0404dfa1b [2020-09-08T19:22:42.624Z] Removing intermediate container 87a0404dfa1b [2020-09-08T19:22:42.624Z] ---> d8bcf67b2a1e [2020-09-08T19:22:42.624Z] Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-08T19:22:42.624Z] ---> Running in ff9164e1a625 [2020-09-08T19:22:44.056Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-08T19:22:45.027Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-08T19:22:45.622Z] OK: 221 MiB in 53 packages [2020-09-08T19:22:46.596Z] Removing intermediate container ff9164e1a625 [2020-09-08T19:22:46.596Z] ---> b2007949c691 [2020-09-08T19:22:46.596Z] Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-09-08T19:22:46.869Z] ---> Running in 36cf2253aab4 [2020-09-08T19:22:47.470Z] Removing intermediate container 36cf2253aab4 [2020-09-08T19:22:47.470Z] ---> 288fef19aec7 [2020-09-08T19:22:47.470Z] Step 8/22 : COPY . . [2020-09-08T19:22:48.453Z] ---> c8aaa03b21d6 [2020-09-08T19:22:48.453Z] Step 9/22 : ARG MAKE='make build' [2020-09-08T19:22:48.453Z] ---> Running in 0bb37673b486 [2020-09-08T19:22:49.047Z] Removing intermediate container 0bb37673b486 [2020-09-08T19:22:49.047Z] ---> 2949a8c85811 [2020-09-08T19:22:49.047Z] Step 10/22 : RUN $MAKE [2020-09-08T19:22:49.047Z] ---> Running in 26b770610cf2 [2020-09-08T19:22:49.117Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-08T19:22:50.472Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd [2020-09-08T19:22:52.424Z] Removing intermediate container e673557c0f11 [2020-09-08T19:22:52.424Z] ---> 3775c926b599 [2020-09-08T19:22:52.424Z] Step 11/22 : FROM alpine [2020-09-08T19:22:52.424Z] latest: Pulling from library/alpine [2020-09-08T19:22:52.424Z] df20fa9351a1: Already exists [2020-09-08T19:22:52.685Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-08T19:22:52.685Z] Status: Downloaded newer image for alpine:latest [2020-09-08T19:22:52.685Z] ---> a24bb4013296 [2020-09-08T19:22:52.685Z] Step 12/22 : ENV APP_PORT=49982 [2020-09-08T19:22:52.685Z] ---> Running in e5a85d6c394c [2020-09-08T19:22:52.685Z] Removing intermediate container e5a85d6c394c [2020-09-08T19:22:52.685Z] ---> 1acdcd8fc6eb [2020-09-08T19:22:52.685Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-08T19:22:52.948Z] ---> Running in 706e96ee9836 [2020-09-08T19:22:52.948Z] Removing intermediate container 706e96ee9836 [2020-09-08T19:22:52.948Z] ---> 885f4ccac8ce [2020-09-08T19:22:52.948Z] Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-09-08T19:22:53.897Z] ---> e9e3e74b8985 [2020-09-08T19:22:53.897Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-09-08T19:22:53.897Z] ---> 6545332e4cc1 [2020-09-08T19:22:53.897Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-09-08T19:22:54.158Z] ---> 31b517e3c1de [2020-09-08T19:22:54.158Z] Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-09-08T19:22:54.158Z] ---> Running in a3a5559bdeb8 [2020-09-08T19:22:54.420Z] Removing intermediate container a3a5559bdeb8 [2020-09-08T19:22:54.420Z] ---> e8b11419d12a [2020-09-08T19:22:54.420Z] Step 18/22 : ENTRYPOINT ["/device-mqtt"] [2020-09-08T19:22:54.420Z] ---> Running in 11f737eecccc [2020-09-08T19:22:54.420Z] Removing intermediate container 11f737eecccc [2020-09-08T19:22:54.420Z] ---> d397de95e2c5 [2020-09-08T19:22:54.420Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-08T19:22:54.683Z] ---> Running in 4c346b44d393 [2020-09-08T19:22:54.683Z] Removing intermediate container 4c346b44d393 [2020-09-08T19:22:54.683Z] ---> 3d9585fb3f21 [2020-09-08T19:22:54.683Z] Step 20/22 : LABEL arch=amd64 [2020-09-08T19:22:54.683Z] ---> Running in c5f3fc47b4b4 [2020-09-08T19:22:54.945Z] Removing intermediate container c5f3fc47b4b4 [2020-09-08T19:22:54.945Z] ---> 752a687a0a78 [2020-09-08T19:22:54.945Z] Step 21/22 : LABEL git_sha=d515993987dee35fd62cc7c290ab2176477551b8 [2020-09-08T19:22:54.945Z] ---> Running in 0d036f838b5e [2020-09-08T19:22:55.206Z] Removing intermediate container 0d036f838b5e [2020-09-08T19:22:55.206Z] ---> 70603144188f [2020-09-08T19:22:55.206Z] Step 22/22 : LABEL version=0.0.0 [2020-09-08T19:22:55.206Z] ---> Running in 17ec46036a59 [2020-09-08T19:22:55.475Z] Removing intermediate container 17ec46036a59 [2020-09-08T19:22:55.475Z] ---> 63fd152e5fda [2020-09-08T19:22:55.475Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-08T19:22:55.475Z] Successfully built 63fd152e5fda [2020-09-08T19:22:55.475Z] Successfully tagged docker-device-mqtt-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-09-08T19:23:11.029Z] Still waiting to schedule task [2020-09-08T19:23:11.030Z] All nodes of label ‘centos7-docker-8c-8g’ are offline [2020-09-08T19:23:17.289Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-08T19:23:25.594Z] Removing intermediate container 26b770610cf2 [2020-09-08T19:23:25.594Z] ---> 27ec35392f20 [2020-09-08T19:23:25.594Z] Step 11/22 : FROM alpine [2020-09-08T19:23:25.594Z] latest: Pulling from library/alpine [2020-09-08T19:23:25.594Z] b538f80385f9: Already exists [2020-09-08T19:23:25.594Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-08T19:23:25.594Z] Status: Downloaded newer image for alpine:latest [2020-09-08T19:23:25.594Z] ---> 62ee0e9f8440 [2020-09-08T19:23:25.594Z] Step 12/22 : ENV APP_PORT=49982 [2020-09-08T19:23:25.594Z] ---> Running in 53302bfa3e3f [2020-09-08T19:23:25.869Z] Removing intermediate container 53302bfa3e3f [2020-09-08T19:23:25.869Z] ---> 1d953a345587 [2020-09-08T19:23:25.869Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-08T19:23:25.869Z] ---> Running in 24ed21d9a881 [2020-09-08T19:23:26.468Z] Removing intermediate container 24ed21d9a881 [2020-09-08T19:23:26.468Z] ---> 001916a76131 [2020-09-08T19:23:26.468Z] Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-09-08T19:23:27.915Z] ---> 0c652afdd807 [2020-09-08T19:23:27.915Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-09-08T19:23:28.911Z] ---> cf043385f62d [2020-09-08T19:23:28.911Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-09-08T19:23:29.519Z] ---> b95fa976953d [2020-09-08T19:23:29.519Z] Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-09-08T19:23:29.519Z] ---> Running in 8fd7f15ba9e3 [2020-09-08T19:23:30.122Z] Removing intermediate container 8fd7f15ba9e3 [2020-09-08T19:23:30.122Z] ---> d7d73ff31aca [2020-09-08T19:23:30.122Z] Step 18/22 : ENTRYPOINT ["/device-mqtt"] [2020-09-08T19:23:30.122Z] ---> Running in 815af1e0b022 [2020-09-08T19:23:30.718Z] Removing intermediate container 815af1e0b022 [2020-09-08T19:23:30.718Z] ---> f8c7b780fbe9 [2020-09-08T19:23:30.718Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-08T19:23:30.718Z] ---> Running in 2f1310706883 [2020-09-08T19:23:31.311Z] Removing intermediate container 2f1310706883 [2020-09-08T19:23:31.311Z] ---> ab94be976220 [2020-09-08T19:23:31.311Z] Step 20/22 : LABEL arch=arm64 [2020-09-08T19:23:31.311Z] ---> Running in 3f14e4432234 [2020-09-08T19:23:31.905Z] Removing intermediate container 3f14e4432234 [2020-09-08T19:23:31.905Z] ---> 361e175e08fa [2020-09-08T19:23:31.905Z] Step 21/22 : LABEL git_sha=d515993987dee35fd62cc7c290ab2176477551b8 [2020-09-08T19:23:31.905Z] ---> Running in b87d250d8ee6 [2020-09-08T19:23:32.502Z] Removing intermediate container b87d250d8ee6 [2020-09-08T19:23:32.502Z] ---> 05c98a941cb4 [2020-09-08T19:23:32.502Z] Step 22/22 : LABEL version=0.0.0 [2020-09-08T19:23:32.502Z] ---> Running in 0a33e3a645f4 [2020-09-08T19:23:33.100Z] Removing intermediate container 0a33e3a645f4 [2020-09-08T19:23:33.100Z] ---> 8056f8054484 [2020-09-08T19:23:33.100Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-08T19:23:33.100Z] Successfully built 8056f8054484 [2020-09-08T19:23:33.100Z] Successfully tagged docker-device-mqtt-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-09-08T19:23:49.309Z] Still waiting to schedule task [2020-09-08T19:23:49.309Z] All nodes of label ‘ubuntu18.04-docker-arm64-16c-16g’ are offline [2020-09-08T19:24:28.163Z] Running on prd-centos7-docker-8c-8g-1827 in /w/workspace/gexfoundry_device-mqtt-go_PR-166 [Pipeline] { [Pipeline] ws [2020-09-08T19:24:28.221Z] Running in /w/workspace/device-mqtt-go/2 [Pipeline] { [Pipeline] checkout [2020-09-08T19:24:30.332Z] using credential edgex-jenkins-ssh [2020-09-08T19:24:30.462Z] Cloning the remote Git repository [2020-09-08T19:24:30.463Z] Cloning with configured refspecs honoured and without tags [2020-09-08T19:24:30.486Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T19:24:30.545Z] > git init /w/workspace/device-mqtt-go/2 # timeout=10 [2020-09-08T19:24:30.567Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T19:24:30.567Z] > git --version # timeout=10 [2020-09-08T19:24:30.573Z] > git --version # 'git version 2.16.5' [2020-09-08T19:24:30.573Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T19:24:30.616Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/166/head:refs/remotes/origin/PR-166 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T19:24:31.229Z] Fetching without tags [2020-09-08T19:24:31.648Z] Merging remotes/origin/master commit fe2df51579bf0cce1b2e428c0c04fcb23a980c4d into PR head commit bcd987ce67ec0625e74bb83c944d46c1c4f17867 [2020-09-08T19:24:31.728Z] Merge succeeded, producing c3333bc18f9825ec1c7bf68f29fa6debfdb89e3a [2020-09-08T19:24:31.728Z] Checking out Revision c3333bc18f9825ec1c7bf68f29fa6debfdb89e3a (PR-166) [2020-09-08T19:24:31.186Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-08T19:24:31.194Z] > git config --add remote.origin.fetch +refs/pull/166/head:refs/remotes/origin/PR-166 # timeout=10 [2020-09-08T19:24:31.204Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T19:24:31.223Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-08T19:24:31.235Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T19:24:31.235Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T19:24:31.239Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/166/head:refs/remotes/origin/PR-166 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T19:24:31.658Z] > git config core.sparsecheckout # timeout=10 [2020-09-08T19:24:31.663Z] > git checkout -f bcd987ce67ec0625e74bb83c944d46c1c4f17867 # timeout=10 [2020-09-08T19:24:31.694Z] > git remote # timeout=10 [2020-09-08T19:24:31.699Z] > git config --get remote.origin.url # timeout=10 [2020-09-08T19:24:31.703Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T19:24:31.707Z] > git merge fe2df51579bf0cce1b2e428c0c04fcb23a980c4d # timeout=10 [2020-09-08T19:24:31.725Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-08T19:24:31.732Z] > git config core.sparsecheckout # timeout=10 [2020-09-08T19:24:31.737Z] > git checkout -f c3333bc18f9825ec1c7bf68f29fa6debfdb89e3a # timeout=10 [2020-09-08T19:24:35.447Z] Commit message: "Merge commit 'fe2df51579bf0cce1b2e428c0c04fcb23a980c4d' into HEAD" [2020-09-08T19:24:35.454Z] > git rev-list --no-walk bcd987ce67ec0625e74bb83c944d46c1c4f17867 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-08T19:24:36.988Z] ++ find /w/workspace/device-mqtt-go/2 [2020-09-08T19:24:36.988Z] ++ grep snapcraft.yaml [2020-09-08T19:24:36.988Z] + grep -Po '^name: \K(.*)' /w/workspace/device-mqtt-go/2/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-08T19:24:37.163Z] provisioning config files... [2020-09-08T19:24:37.181Z] copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/2@tmp/config1349945615567925555tmp [Pipeline] { [Pipeline] sh [2020-09-08T19:24:37.567Z] + cp /w/workspace/device-mqtt-go/2@tmp/config1349945615567925555tmp /w/workspace/device-mqtt-go/2/edgex-snap-store-login [Pipeline] sh [2020-09-08T19:24:37.879Z] + 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 [2020-09-08T19:24:37.879Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-09-08T19:24:38.145Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-09-08T19:24:38.145Z] f08d8e2a3ba1: Pulling fs layer [2020-09-08T19:24:38.145Z] 3baa9cb2483b: Pulling fs layer [2020-09-08T19:24:38.145Z] 94e5ff4c0b15: Pulling fs layer [2020-09-08T19:24:38.145Z] 1860925334f9: Pulling fs layer [2020-09-08T19:24:38.146Z] 2daf38717194: Pulling fs layer [2020-09-08T19:24:38.146Z] 309017e8d7a4: Pulling fs layer [2020-09-08T19:24:38.146Z] f7790dc9fd0f: Pulling fs layer [2020-09-08T19:24:38.146Z] cac0ae9282c2: Pulling fs layer [2020-09-08T19:24:38.146Z] 1f4cadf9a1ed: Pulling fs layer [2020-09-08T19:24:38.146Z] 309017e8d7a4: Waiting [2020-09-08T19:24:38.146Z] f7790dc9fd0f: Waiting [2020-09-08T19:24:38.146Z] 1f4cadf9a1ed: Waiting [2020-09-08T19:24:38.146Z] cac0ae9282c2: Waiting [2020-09-08T19:24:38.146Z] 2daf38717194: Waiting [2020-09-08T19:24:38.146Z] 1860925334f9: Waiting [2020-09-08T19:24:38.146Z] 94e5ff4c0b15: Verifying Checksum [2020-09-08T19:24:38.146Z] 94e5ff4c0b15: Download complete [2020-09-08T19:24:38.146Z] 3baa9cb2483b: Verifying Checksum [2020-09-08T19:24:38.146Z] 3baa9cb2483b: Download complete [2020-09-08T19:24:38.146Z] 1860925334f9: Verifying Checksum [2020-09-08T19:24:38.146Z] 1860925334f9: Download complete [2020-09-08T19:24:38.146Z] 309017e8d7a4: Verifying Checksum [2020-09-08T19:24:38.146Z] 309017e8d7a4: Download complete [2020-09-08T19:24:38.146Z] f7790dc9fd0f: Verifying Checksum [2020-09-08T19:24:38.146Z] f7790dc9fd0f: Download complete [2020-09-08T19:24:38.146Z] cac0ae9282c2: Verifying Checksum [2020-09-08T19:24:38.146Z] cac0ae9282c2: Download complete [2020-09-08T19:24:38.146Z] 1f4cadf9a1ed: Verifying Checksum [2020-09-08T19:24:38.146Z] 1f4cadf9a1ed: Download complete [2020-09-08T19:24:39.573Z] f08d8e2a3ba1: Verifying Checksum [2020-09-08T19:24:39.573Z] f08d8e2a3ba1: Download complete [2020-09-08T19:24:42.169Z] f08d8e2a3ba1: Pull complete [2020-09-08T19:24:42.432Z] 3baa9cb2483b: Pull complete [2020-09-08T19:24:42.697Z] 94e5ff4c0b15: Pull complete [2020-09-08T19:24:42.697Z] 1860925334f9: Pull complete [2020-09-08T19:24:48.052Z] 2daf38717194: Verifying Checksum [2020-09-08T19:24:48.052Z] 2daf38717194: Download complete [2020-09-08T19:25:27.003Z] 2daf38717194: Pull complete [2020-09-08T19:25:27.003Z] 309017e8d7a4: Pull complete [2020-09-08T19:25:27.003Z] f7790dc9fd0f: Pull complete [2020-09-08T19:25:27.003Z] cac0ae9282c2: Pull complete [2020-09-08T19:25:27.003Z] 1f4cadf9a1ed: Pull complete [2020-09-08T19:25:27.003Z] Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 [2020-09-08T19:25:27.003Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-09-08T19:25:27.003Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-09-08T19:25:27.003Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-09-08T19:25:27.003Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-09-08T19:25:27.003Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-09-08T19:25:27.003Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1089 kB] [2020-09-08T19:25:27.003Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1425 kB] [2020-09-08T19:25:27.271Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [10.1 kB] [2020-09-08T19:25:27.271Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [897 kB] [2020-09-08T19:25:27.271Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [116 kB] [2020-09-08T19:25:27.538Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [132 kB] [2020-09-08T19:25:27.538Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.7 kB] [2020-09-08T19:25:27.538Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1384 kB] [2020-09-08T19:25:28.516Z] Fetched 5333 kB in 2s (2207 kB/s) [2020-09-08T19:25:30.440Z] Reading package lists... [2020-09-08T19:25:34.945Z] 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-09-08T19:25:34.945Z] 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-09-08T19:25:34.945Z] 0% [Waiting for headers] 0% [1 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-09-08T19:25:34.945Z] 0% [1 InRelease gpgv 88.7 kB] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-09-08T19:25:37.087Z] 0% [1 InRelease gpgv 88.7 kB] 0% [Working] 0% [2 InRelease gpgv 242 kB] 0% [Working] 0% [3 InRelease gpgv 88.7 kB] 0% [Working] 0% [4 InRelease gpgv 74.6 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 48% Reading package lists... 64% Reading package lists... 64% Reading package lists... 65% Reading package lists... 65% Reading package lists... 74% Reading package lists... 74% Reading package lists... 75% Reading package lists... 75% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-09-08T19:25:38.907Z] Running on prd-ubuntu18.04-docker-arm64-16c-16g-1828 in /w/workspace/gexfoundry_device-mqtt-go_PR-166 [Pipeline] { [Pipeline] ws [2020-09-08T19:25:38.989Z] Running in /w/workspace/device-mqtt-go/2 [Pipeline] { [Pipeline] checkout [2020-09-08T19:25:39.643Z] Installing build dependencies: curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 libperl5.26 make netbase patch perl perl-modules-5.26 [2020-09-08T19:25:40.739Z] 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... 51% Reading package lists... 64% Reading package lists... 64% Reading package lists... 65% Reading package lists... 65% Reading package lists... 74% Reading package lists... 74% Reading package lists... 75% Reading package lists... 75% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-09-08T19:25:41.001Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 53% Building dependency tree [2020-09-08T19:25:41.001Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-09-08T19:25:41.262Z] The following packages were automatically installed and are no longer required: [2020-09-08T19:25:41.262Z] libjq1 libonig4 [2020-09-08T19:25:41.262Z] Use 'sudo apt autoremove' to remove them. [2020-09-08T19:25:41.262Z] Suggested packages: [2020-09-08T19:25:41.262Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-09-08T19:25:41.262Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed [2020-09-08T19:25:41.262Z] diffutils-doc perl-doc libterm-readline-gnu-perl [2020-09-08T19:25:41.262Z] | libterm-readline-perl-perl [2020-09-08T19:25:41.262Z] The following NEW packages will be installed: [2020-09-08T19:25:41.262Z] curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 [2020-09-08T19:25:41.262Z] libperl5.26 make netbase patch perl perl-modules-5.26 [2020-09-08T19:25:41.262Z] 0 upgraded, 14 newly installed, 0 to remove and 3 not upgraded. [2020-09-08T19:25:41.262Z] Need to get 12.0 MB of archives. [2020-09-08T19:25:41.262Z] After this operation, 77.5 MB of additional disk space will be used. [2020-09-08T19:25:41.524Z] 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-09-08T19:25:42.386Z] 0% [1 perl-modules-5.26 12.6 kB/2763 kB 0%] 4% [1 perl-modules-5.26 636 kB/2763 kB 23%] 20% [Working] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-09-08T19:25:42.386Z] 21% [Waiting for headers] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-09-08T19:25:42.386Z] 21% [3 libgdbm-compat4 6084 B/6084 B 100%] 23% [Working] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] [2020-09-08T19:25:42.386Z] 23% [4 libperl5.26 0 B/3527 kB 0%] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] [2020-09-08T19:25:42.386Z] 48% [5 perl 65.5 kB/201 kB 33%] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-09-08T19:25:42.386Z] 51% [6 less 65.5 kB/112 kB 59%] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-09-08T19:25:42.652Z] 53% [7 netbase 12.7 kB/12.7 kB 100%] 54% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] [2020-09-08T19:25:42.652Z] 55% [8 curl 65.5 kB/159 kB 41%] 57% [Waiting for headers] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] [2020-09-08T19:25:42.652Z] 57% [9 libcurl3-gnutls 65.5 kB/213 kB 31%] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-09-08T19:25:42.652Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-09-08T19:25:42.652Z] 61% [11 git-man 33.0 kB/804 kB 4%] 68% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-09-08T19:25:42.652Z] 68% [12 git 4096 B/3915 kB 0%] 95% [Waiting for headers] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-09-08T19:25:42.652Z] 96% [13 make 32.7 kB/154 kB 21%] 98% [Waiting for headers] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-09-08T19:25:42.652Z] 98% [14 patch 9523 B/102 kB 9%] 100% [Working] Fetched 12.0 MB in 1s (8720 kB/s) [2020-09-08T19:25:42.978Z] using credential edgex-jenkins-ssh [2020-09-08T19:25:43.027Z] Cloning the remote Git repository [2020-09-08T19:25:43.027Z] Cloning with configured refspecs honoured and without tags [2020-09-08T19:25:43.232Z] debconf: delaying package configuration, since apt-utils is not installed [2020-09-08T19:25:43.233Z] Selecting previously unselected package perl-modules-5.26. [2020-09-08T19:25:43.233Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9889 files and directories currently installed.) [2020-09-08T19:25:43.233Z] Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-09-08T19:25:43.233Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-08T19:25:43.085Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T19:25:43.183Z] > git init /w/workspace/device-mqtt-go/2 # timeout=10 [2020-09-08T19:25:43.239Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T19:25:43.239Z] > git --version # timeout=10 [2020-09-08T19:25:43.256Z] > git --version # 'git version 2.17.1' [2020-09-08T19:25:43.257Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T19:25:43.303Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/166/head:refs/remotes/origin/PR-166 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T19:25:44.030Z] Fetching without tags [2020-09-08T19:25:44.477Z] Merging remotes/origin/master commit fe2df51579bf0cce1b2e428c0c04fcb23a980c4d into PR head commit bcd987ce67ec0625e74bb83c944d46c1c4f17867 [2020-09-08T19:25:44.634Z] Selecting previously unselected package libgdbm5:amd64. [2020-09-08T19:25:44.634Z] Preparing to unpack .../01-libgdbm5_1.14.1-6_amd64.deb ... [2020-09-08T19:25:44.634Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-09-08T19:25:44.634Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-09-08T19:25:44.634Z] Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-09-08T19:25:44.634Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-09-08T19:25:44.634Z] Selecting previously unselected package libperl5.26:amd64. [2020-09-08T19:25:44.634Z] Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-09-08T19:25:44.634Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-09-08T19:25:44.689Z] Merge succeeded, producing b4ff5df20ca5f201708a54fb51406bd3335dbe94 [2020-09-08T19:25:44.689Z] Checking out Revision b4ff5df20ca5f201708a54fb51406bd3335dbe94 (PR-166) [2020-09-08T19:25:43.971Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-08T19:25:43.986Z] > git config --add remote.origin.fetch +refs/pull/166/head:refs/remotes/origin/PR-166 # timeout=10 [2020-09-08T19:25:44.000Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T19:25:44.022Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-08T19:25:44.048Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T19:25:44.049Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T19:25:44.061Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/166/head:refs/remotes/origin/PR-166 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T19:25:44.522Z] > git config core.sparsecheckout # timeout=10 [2020-09-08T19:25:44.537Z] > git checkout -f bcd987ce67ec0625e74bb83c944d46c1c4f17867 # timeout=10 [2020-09-08T19:25:44.606Z] > git remote # timeout=10 [2020-09-08T19:25:44.620Z] > git config --get remote.origin.url # timeout=10 [2020-09-08T19:25:44.630Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T19:25:44.640Z] > git merge fe2df51579bf0cce1b2e428c0c04fcb23a980c4d # timeout=10 [2020-09-08T19:25:44.681Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-08T19:25:44.700Z] > git config core.sparsecheckout # timeout=10 [2020-09-08T19:25:44.710Z] > git checkout -f b4ff5df20ca5f201708a54fb51406bd3335dbe94 # timeout=10 [2020-09-08T19:25:45.579Z] Selecting previously unselected package perl. [2020-09-08T19:25:45.579Z] Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-09-08T19:25:45.579Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-09-08T19:25:45.579Z] Selecting previously unselected package less. [2020-09-08T19:25:45.579Z] Preparing to unpack .../05-less_487-0.1_amd64.deb ... [2020-09-08T19:25:45.579Z] Unpacking less (487-0.1) ... [2020-09-08T19:25:45.579Z] Selecting previously unselected package netbase. [2020-09-08T19:25:45.579Z] Preparing to unpack .../06-netbase_5.4_all.deb ... [2020-09-08T19:25:45.579Z] Unpacking netbase (5.4) ... [2020-09-08T19:25:45.579Z] Selecting previously unselected package curl. [2020-09-08T19:25:45.579Z] Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_amd64.deb ... [2020-09-08T19:25:45.579Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-09-08T19:25:45.843Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-09-08T19:25:45.843Z] Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... [2020-09-08T19:25:45.843Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-09-08T19:25:45.843Z] Selecting previously unselected package liberror-perl. [2020-09-08T19:25:45.843Z] Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... [2020-09-08T19:25:45.843Z] Unpacking liberror-perl (0.17025-1) ... [2020-09-08T19:25:46.106Z] Selecting previously unselected package git-man. [2020-09-08T19:25:46.106Z] Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-09-08T19:25:46.106Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-08T19:25:46.367Z] Selecting previously unselected package git. [2020-09-08T19:25:46.367Z] Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-09-08T19:25:46.367Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-09-08T19:25:47.326Z] Selecting previously unselected package make. [2020-09-08T19:25:47.326Z] Preparing to unpack .../12-make_4.1-9.1ubuntu1_amd64.deb ... [2020-09-08T19:25:47.326Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-09-08T19:25:47.326Z] Selecting previously unselected package patch. [2020-09-08T19:25:47.326Z] Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-09-08T19:25:47.326Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-09-08T19:25:47.594Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-08T19:25:47.594Z] Setting up less (487-0.1) ... [2020-09-08T19:25:47.859Z] Setting up make (4.1-9.1ubuntu1) ... [2020-09-08T19:25:47.859Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-09-08T19:25:47.859Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-09-08T19:25:47.859Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-08T19:25:47.859Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-09-08T19:25:47.859Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-09-08T19:25:48.122Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-09-08T19:25:48.122Z] Setting up netbase (5.4) ... [2020-09-08T19:25:48.122Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-09-08T19:25:48.122Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-09-08T19:25:48.122Z] Setting up liberror-perl (0.17025-1) ... [2020-09-08T19:25:48.122Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-09-08T19:25:48.383Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-09-08T19:25:48.383Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-09-08T19:25:48.762Z] Commit message: "Merge commit 'fe2df51579bf0cce1b2e428c0c04fcb23a980c4d' into HEAD" [2020-09-08T19:25:48.775Z] > git rev-list --no-walk bcd987ce67ec0625e74bb83c944d46c1c4f17867 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-08T19:25:50.166Z] + find /w/workspace/device-mqtt-go/2 [2020-09-08T19:25:50.166Z] + grep snapcraft.yaml [2020-09-08T19:25:50.166Z] + grep -Po ^name: \K(.*) /w/workspace/device-mqtt-go/2/snap/snapcraft.yaml [2020-09-08T19:25:50.308Z] curl set to automatically installed. [2020-09-08T19:25:50.308Z] git set to automatically installed. [2020-09-08T19:25:50.308Z] git-man set to automatically installed. [2020-09-08T19:25:50.308Z] less set to automatically installed. [2020-09-08T19:25:50.308Z] libcurl3-gnutls set to automatically installed. [2020-09-08T19:25:50.308Z] liberror-perl set to automatically installed. [2020-09-08T19:25:50.308Z] libgdbm-compat4 set to automatically installed. [2020-09-08T19:25:50.308Z] libgdbm5 set to automatically installed. [2020-09-08T19:25:50.308Z] libperl5.26 set to automatically installed. [2020-09-08T19:25:50.308Z] make set to automatically installed. [2020-09-08T19:25:50.308Z] netbase set to automatically installed. [2020-09-08T19:25:50.308Z] patch set to automatically installed. [2020-09-08T19:25:50.308Z] perl set to automatically installed. [2020-09-08T19:25:50.308Z] perl-modules-5.26 set to automatically installed. [2020-09-08T19:25:50.308Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-09-08T19:25:50.308Z] Please ensure the environment is properly setup before continuing. [2020-09-08T19:25:50.308Z] Ignore this message if the appropriate measures have already been taken [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-08T19:25:50.375Z] provisioning config files... [2020-09-08T19:25:50.395Z] copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/2@tmp/config7478930780290687587tmp [Pipeline] { [Pipeline] sh [2020-09-08T19:25:50.802Z] + cp /w/workspace/device-mqtt-go/2@tmp/config7478930780290687587tmp /w/workspace/device-mqtt-go/2/edgex-snap-store-login [Pipeline] sh [2020-09-08T19:25:51.137Z] + 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 [2020-09-08T19:25:51.268Z] Pulling go  [2020-09-08T19:25:51.732Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-09-08T19:25:52.006Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-09-08T19:25:52.006Z] 237528ba509b: Pulling fs layer [2020-09-08T19:25:52.006Z] 393b96f31d8b: Pulling fs layer [2020-09-08T19:25:52.006Z] 4d82b0e39008: Pulling fs layer [2020-09-08T19:25:52.006Z] e7ca375b8d34: Pulling fs layer [2020-09-08T19:25:52.006Z] 418f656485bb: Pulling fs layer [2020-09-08T19:25:52.006Z] aebe8db9254c: Pulling fs layer [2020-09-08T19:25:52.006Z] 4f5f7b207d3f: Pulling fs layer [2020-09-08T19:25:52.006Z] d19ca6af091a: Pulling fs layer [2020-09-08T19:25:52.006Z] 16b5a0711add: Pulling fs layer [2020-09-08T19:25:52.006Z] 4f5f7b207d3f: Waiting [2020-09-08T19:25:52.006Z] e7ca375b8d34: Waiting [2020-09-08T19:25:52.006Z] d19ca6af091a: Waiting [2020-09-08T19:25:52.006Z] 418f656485bb: Waiting [2020-09-08T19:25:52.006Z] aebe8db9254c: Waiting [2020-09-08T19:25:52.006Z] 16b5a0711add: Waiting [2020-09-08T19:25:52.006Z] 4d82b0e39008: Download complete [2020-09-08T19:25:52.006Z] 393b96f31d8b: Verifying Checksum [2020-09-08T19:25:52.006Z] 393b96f31d8b: Download complete [2020-09-08T19:25:52.006Z] e7ca375b8d34: Verifying Checksum [2020-09-08T19:25:52.006Z] e7ca375b8d34: Download complete [2020-09-08T19:25:52.006Z] aebe8db9254c: Verifying Checksum [2020-09-08T19:25:52.006Z] aebe8db9254c: Download complete [2020-09-08T19:25:52.006Z] 4f5f7b207d3f: Verifying Checksum [2020-09-08T19:25:52.006Z] 4f5f7b207d3f: Download complete [2020-09-08T19:25:52.006Z] d19ca6af091a: Verifying Checksum [2020-09-08T19:25:52.006Z] d19ca6af091a: Download complete [2020-09-08T19:25:52.006Z] 16b5a0711add: Download complete [2020-09-08T19:25:52.985Z] 237528ba509b: Verifying Checksum [2020-09-08T19:25:52.985Z] 237528ba509b: Download complete [2020-09-08T19:25:53.214Z] 'device-mqtt' has dependencies that need to be staged: go [2020-09-08T19:25:53.215Z] Skipping pull go (already ran) [2020-09-08T19:25:53.215Z] Building go  [2020-09-08T19:25:53.215Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-08T19:25:53.215Z] Dload Upload Total Spent Left Speed [2020-09-08T19:25:55.350Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 27 114M 27 31.2M 0 0 43.0M 0 0:00:02 --:--:-- 0:00:02 43.0M 73 114M 73 84.1M 0 0 49.5M 0 0:00:02 0:00:01 0:00:01 49.5M 100 114M 100 114M 0 0 50.3M 0 0:00:02 0:00:02 --:--:-- 50.3M [2020-09-08T19:25:55.609Z] 237528ba509b: Pull complete [2020-09-08T19:25:56.206Z] 393b96f31d8b: Pull complete [2020-09-08T19:25:56.479Z] 4d82b0e39008: Pull complete [2020-09-08T19:25:56.744Z] go1.13.5.linux-amd64.tar.gz: OK [2020-09-08T19:25:57.077Z] e7ca375b8d34: Pull complete [2020-09-08T19:26:02.457Z] 418f656485bb: Verifying Checksum [2020-09-08T19:26:02.457Z] 418f656485bb: Download complete [2020-09-08T19:26:06.788Z] Staging go  [2020-09-08T19:26:06.788Z] Pulling device-mqtt  [2020-09-08T19:26:07.744Z] Skipping build go (already ran) [2020-09-08T19:26:07.744Z] Building device-mqtt  [2020-09-08T19:26:07.744Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd [2020-09-08T19:26:09.160Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-08T19:26:09.160Z] go: downloading github.com/spf13/cast v1.3.0 [2020-09-08T19:26:09.160Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-08T19:26:09.160Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-08T19:26:09.160Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-09-08T19:26:09.160Z] go: extracting github.com/spf13/cast v1.3.0 [2020-09-08T19:26:09.160Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-09-08T19:26:09.160Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-08T19:26:09.160Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-08T19:26:09.160Z] go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-08T19:26:09.160Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-09-08T19:26:09.160Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-08T19:26:09.160Z] go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-08T19:26:09.160Z] go: downloading github.com/google/uuid v1.1.1 [2020-09-08T19:26:09.160Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-09-08T19:26:09.160Z] go: extracting github.com/google/uuid v1.1.1 [2020-09-08T19:26:09.160Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-08T19:26:09.160Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-09-08T19:26:09.160Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-08T19:26:09.160Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-09-08T19:26:09.160Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-08T19:26:09.160Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-09-08T19:26:09.160Z] go: downloading github.com/pkg/errors v0.8.1 [2020-09-08T19:26:09.160Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-08T19:26:09.160Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-09-08T19:26:09.160Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-08T19:26:09.160Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-08T19:26:09.160Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-09-08T19:26:09.160Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-08T19:26:09.160Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-09-08T19:26:09.160Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-08T19:26:09.160Z] go: extracting github.com/pkg/errors v0.8.1 [2020-09-08T19:26:09.160Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-09-08T19:26:09.160Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-09-08T19:26:09.160Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-09-08T19:26:09.425Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-08T19:26:09.425Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-08T19:26:09.425Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-08T19:26:09.425Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-08T19:26:09.425Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-09-08T19:26:09.425Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-09-08T19:26:09.425Z] go: downloading github.com/x448/float16 v0.8.4 [2020-09-08T19:26:09.425Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-09-08T19:26:09.425Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-09-08T19:26:09.425Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-08T19:26:09.425Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-09-08T19:26:09.425Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-09-08T19:26:09.425Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-09-08T19:26:09.425Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-09-08T19:26:09.425Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-08T19:26:09.425Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-08T19:26:09.425Z] go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-08T19:26:09.425Z] go: extracting github.com/x448/float16 v0.8.4 [2020-09-08T19:26:09.425Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-09-08T19:26:09.425Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-09-08T19:26:09.425Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-08T19:26:09.425Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-08T19:26:09.425Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-09-08T19:26:09.694Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-09-08T19:26:09.694Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-08T19:26:09.694Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-09-08T19:26:09.694Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-08T19:26:09.694Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-08T19:26:09.694Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-08T19:26:09.694Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-09-08T19:26:09.694Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-09-08T19:26:09.694Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-08T19:26:09.694Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-08T19:26:09.694Z] go: finding github.com/spf13/cast v1.3.0 [2020-09-08T19:26:09.694Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-09-08T19:26:09.694Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-08T19:26:09.958Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-08T19:26:09.958Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-08T19:26:09.958Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-08T19:26:09.958Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-08T19:26:09.958Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-08T19:26:09.958Z] go: finding github.com/google/uuid v1.1.1 [2020-09-08T19:26:09.958Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-08T19:26:09.958Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-08T19:26:09.958Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-08T19:26:09.958Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-08T19:26:09.958Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-08T19:26:09.958Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-08T19:26:09.958Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-08T19:26:09.958Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-08T19:26:09.958Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-08T19:26:09.958Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-08T19:26:09.958Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-08T19:26:09.958Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-08T19:26:09.958Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-08T19:26:09.958Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-08T19:26:09.958Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-08T19:26:09.958Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-08T19:26:09.958Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-08T19:26:09.958Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-08T19:26:09.958Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-08T19:26:09.958Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-08T19:26:09.958Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-08T19:26:09.958Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-08T19:26:18.177Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-08T19:26:24.813Z] Skipping stage go (already ran) [2020-09-08T19:26:24.813Z] Staging device-mqtt  [2020-09-08T19:26:25.386Z] Priming go  [2020-09-08T19:26:26.329Z] Priming device-mqtt  [2020-09-08T19:26:27.728Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-09-08T19:26:27.728Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-09-08T19:26:27.728Z] Determining the version from the project repo (version-script). [2020-09-08T19:26:27.728Z] The version has been set to 'local-dev-20200908+c3333bc' [2020-09-08T19:26:29.097Z] Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping | [2020-09-08T19:26:29.097Z] Snapped edgex-device-mqtt_local-dev-20200908+c3333bc_amd64.snap [Pipeline] } [2020-09-08T19:26:31.684Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-08T19:26:49.413Z] 418f656485bb: Pull complete [2020-09-08T19:26:49.413Z] aebe8db9254c: Pull complete [2020-09-08T19:26:49.413Z] 4f5f7b207d3f: Pull complete [2020-09-08T19:26:49.413Z] d19ca6af091a: Pull complete [2020-09-08T19:26:49.413Z] 16b5a0711add: Pull complete [2020-09-08T19:26:49.413Z] Digest: sha256:9ca9034cebc7408d83a32dada391ac179c4174cde852b5731596ec8e47bf0b3e [2020-09-08T19:26:49.413Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-09-08T19:26:49.686Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-09-08T19:26:49.686Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-09-08T19:26:49.959Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-09-08T19:26:50.233Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-09-08T19:26:50.507Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [942 kB] [2020-09-08T19:26:51.102Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1260 kB] [2020-09-08T19:26:51.102Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [783 kB] [2020-09-08T19:26:51.373Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [671 kB] [2020-09-08T19:26:51.645Z] Fetched 3908 kB in 2s (1799 kB/s) [2020-09-08T19:26:55.936Z] Reading package lists... [2020-09-08T19:27:10.995Z] 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-09-08T19:27:10.995Z] 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [2020-09-08T19:27:10.995Z] 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [2020-09-08T19:27:10.995Z] 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [2020-09-08T19:27:14.504Z] 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... 30% Reading package lists... 51% Reading package lists... 71% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-09-08T19:27:21.189Z] Installing build dependencies: curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 libperl5.26 make netbase patch perl perl-modules-5.26 [2020-09-08T19:27:24.705Z] 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... 8% Reading package lists... 28% Reading package lists... 49% Reading package lists... 68% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 84% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-09-08T19:27:25.570Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree [2020-09-08T19:27:25.570Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-09-08T19:27:26.544Z] The following packages were automatically installed and are no longer required: [2020-09-08T19:27:26.544Z] libjq1 libonig4 [2020-09-08T19:27:26.544Z] Use 'sudo apt autoremove' to remove them. [2020-09-08T19:27:26.544Z] Suggested packages: [2020-09-08T19:27:26.544Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-09-08T19:27:26.544Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed [2020-09-08T19:27:26.544Z] diffutils-doc perl-doc libterm-readline-gnu-perl [2020-09-08T19:27:26.544Z] | libterm-readline-perl-perl [2020-09-08T19:27:26.815Z] The following NEW packages will be installed: [2020-09-08T19:27:26.815Z] curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 [2020-09-08T19:27:26.815Z] libperl5.26 make netbase patch perl perl-modules-5.26 [2020-09-08T19:27:26.815Z] 0 upgraded, 14 newly installed, 0 to remove and 3 not upgraded. [2020-09-08T19:27:26.815Z] Need to get 10.8 MB of archives. [2020-09-08T19:27:26.815Z] After this operation, 73.6 MB of additional disk space will be used. [2020-09-08T19:27:27.084Z] 0% [Working] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-09-08T19:27:28.800Z] 0% [1 perl-modules-5.26 13.8 kB/2763 kB 0%] 4% [1 perl-modules-5.26 540 kB/2763 kB 20%] 12% [1 perl-modules-5.26 1553 kB/2763 kB 56%] 19% [1 perl-modules-5.26 2604 kB/2763 kB 94%] 22% [Working] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] [2020-09-08T19:27:28.800Z] 22% [2 libgdbm5 15.2 kB/23.1 kB 66%] 24% [Waiting for headers] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] [2020-09-08T19:27:28.800Z] 24% [3 libgdbm-compat4 0 B/5536 B 0%] 25% [Waiting for headers] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] [2020-09-08T19:27:30.256Z] 25% [4 libperl5.26 25.8 kB/3326 kB 1%] 34% [4 libperl5.26 1166 kB/3326 kB 35%] 43% [4 libperl5.26 2409 kB/3326 kB 72%] 51% [Waiting for headers] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] [2020-09-08T19:27:30.256Z] 51% [5 perl 19.2 kB/201 kB 10%] 54% [Waiting for headers] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] [2020-09-08T19:27:30.256Z] 54% [6 less 8727 B/99.7 kB 9%] 56% [Working] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] [2020-09-08T19:27:30.256Z] 56% [7 netbase 9960 B/12.7 kB 78%] 58% [Working] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.10 [152 kB] [2020-09-08T19:27:30.256Z] 58% [8 curl 16.7 kB/152 kB 11%] 60% [Waiting for headers] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.10 [179 kB] [2020-09-08T19:27:30.526Z] 60% [9 libcurl3-gnutls 7780 B/179 kB 4%] 63% [Waiting for headers] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] [2020-09-08T19:27:30.526Z] 63% [10 liberror-perl 8601 B/22.8 kB 38%] 65% [Waiting for headers] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-09-08T19:27:30.797Z] 65% [11 git-man 13.6 kB/804 kB 2%] 72% [Working] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] [2020-09-08T19:27:31.929Z] 72% [12 git 8485 B/2952 kB 0%] 81% [12 git 1192 kB/2952 kB 40%] 88% [12 git 2191 kB/2952 kB 74%] 95% [Working] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] [2020-09-08T19:27:32.200Z] 95% [13 make 9296 B/139 kB 7%] 98% [Working] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] [2020-09-08T19:27:32.200Z] 98% [14 patch 5304 B/91.8 kB 6%] 100% [Working] Fetched 10.8 MB in 5s (2040 kB/s) [2020-09-08T19:27:32.792Z] debconf: delaying package configuration, since apt-utils is not installed [2020-09-08T19:27:32.792Z] Selecting previously unselected package perl-modules-5.26. [2020-09-08T19:27:33.064Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9882 files and directories currently installed.) [2020-09-08T19:27:33.064Z] Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-09-08T19:27:33.064Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-08T19:27:34.493Z] Selecting previously unselected package libgdbm5:arm64. [2020-09-08T19:27:34.493Z] Preparing to unpack .../01-libgdbm5_1.14.1-6_arm64.deb ... [2020-09-08T19:27:34.493Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-09-08T19:27:34.493Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-09-08T19:27:34.493Z] Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-09-08T19:27:34.493Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-09-08T19:27:34.493Z] Selecting previously unselected package libperl5.26:arm64. [2020-09-08T19:27:34.493Z] Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... [2020-09-08T19:27:34.764Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-09-08T19:27:35.737Z] Selecting previously unselected package perl. [2020-09-08T19:27:35.737Z] Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_arm64.deb ... [2020-09-08T19:27:36.009Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-09-08T19:27:36.009Z] Selecting previously unselected package less. [2020-09-08T19:27:36.009Z] Preparing to unpack .../05-less_487-0.1_arm64.deb ... [2020-09-08T19:27:36.009Z] Unpacking less (487-0.1) ... [2020-09-08T19:27:36.280Z] Selecting previously unselected package netbase. [2020-09-08T19:27:36.280Z] Preparing to unpack .../06-netbase_5.4_all.deb ... [2020-09-08T19:27:36.280Z] Unpacking netbase (5.4) ... [2020-09-08T19:27:36.280Z] Selecting previously unselected package curl. [2020-09-08T19:27:36.280Z] Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_arm64.deb ... [2020-09-08T19:27:36.280Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-09-08T19:27:36.551Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-09-08T19:27:36.551Z] Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_arm64.deb ... [2020-09-08T19:27:36.551Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... [2020-09-08T19:27:36.823Z] Selecting previously unselected package liberror-perl. [2020-09-08T19:27:36.823Z] Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... [2020-09-08T19:27:36.823Z] Unpacking liberror-perl (0.17025-1) ... [2020-09-08T19:27:36.823Z] Selecting previously unselected package git-man. [2020-09-08T19:27:36.823Z] Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-09-08T19:27:36.823Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-08T19:27:37.094Z] Selecting previously unselected package git. [2020-09-08T19:27:37.094Z] Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-09-08T19:27:37.094Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-09-08T19:27:38.519Z] Selecting previously unselected package make. [2020-09-08T19:27:38.519Z] Preparing to unpack .../12-make_4.1-9.1ubuntu1_arm64.deb ... [2020-09-08T19:27:38.519Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-09-08T19:27:38.519Z] Selecting previously unselected package patch. [2020-09-08T19:27:38.519Z] Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-09-08T19:27:38.519Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-09-08T19:27:38.519Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-08T19:27:38.790Z] Setting up less (487-0.1) ... [2020-09-08T19:27:39.061Z] Setting up make (4.1-9.1ubuntu1) ... [2020-09-08T19:27:39.061Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-09-08T19:27:39.061Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... [2020-09-08T19:27:39.061Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-08T19:27:39.061Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-09-08T19:27:39.331Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-09-08T19:27:39.331Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-09-08T19:27:39.331Z] Setting up netbase (5.4) ... [2020-09-08T19:27:39.331Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-09-08T19:27:39.331Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-09-08T19:27:39.331Z] Setting up liberror-perl (0.17025-1) ... [2020-09-08T19:27:39.602Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-09-08T19:27:39.602Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-09-08T19:27:39.602Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-09-08T19:27:44.983Z] curl set to automatically installed. [2020-09-08T19:27:44.983Z] git set to automatically installed. [2020-09-08T19:27:44.983Z] git-man set to automatically installed. [2020-09-08T19:27:44.983Z] less set to automatically installed. [2020-09-08T19:27:45.255Z] libcurl3-gnutls set to automatically installed. [2020-09-08T19:27:45.255Z] liberror-perl set to automatically installed. [2020-09-08T19:27:45.255Z] libgdbm-compat4 set to automatically installed. [2020-09-08T19:27:45.255Z] libgdbm5 set to automatically installed. [2020-09-08T19:27:45.255Z] libperl5.26 set to automatically installed. [2020-09-08T19:27:45.255Z] make set to automatically installed. [2020-09-08T19:27:45.255Z] netbase set to automatically installed. [2020-09-08T19:27:45.255Z] patch set to automatically installed. [2020-09-08T19:27:45.527Z] perl set to automatically installed. [2020-09-08T19:27:45.527Z] perl-modules-5.26 set to automatically installed. [2020-09-08T19:27:45.527Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-09-08T19:27:45.527Z] Please ensure the environment is properly setup before continuing. [2020-09-08T19:27:45.527Z] Ignore this message if the appropriate measures have already been taken [2020-09-08T19:27:46.492Z] Pulling go  [2020-09-08T19:27:49.856Z] 'device-mqtt' has dependencies that need to be staged: go [2020-09-08T19:27:49.856Z] Skipping pull go (already ran) [2020-09-08T19:27:49.856Z] Building go  [2020-09-08T19:27:49.856Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-08T19:27:49.856Z] Dload Upload Total Spent Left Speed [2020-09-08T19:27:54.016Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 93.0M 0 827k 0 0 1753k 0 0:00:54 --:--:-- 0:00:54 1749k 32 93.0M 32 30.4M 0 0 20.7M 0 0:00:04 0:00:01 0:00:03 20.7M 60 93.0M 60 56.0M 0 0 22.7M 0 0:00:04 0:00:02 0:00:02 22.7M 86 93.0M 86 80.9M 0 0 23.3M 0 0:00:03 0:00:03 --:--:-- 23.2M 100 93.0M 100 93.0M 0 0 22.9M 0 0:00:04 0:00:04 --:--:-- 22.9M [2020-09-08T19:27:55.158Z] go1.13.5.linux-arm64.tar.gz: OK [2020-09-08T19:28:13.427Z] Staging go  [2020-09-08T19:28:16.033Z] Pulling device-mqtt  [2020-09-08T19:28:19.403Z] Skipping build go (already ran) [2020-09-08T19:28:19.403Z] Building device-mqtt  [2020-09-08T19:28:19.403Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd [2020-09-08T19:28:20.827Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-08T19:28:20.827Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-08T19:28:20.827Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-08T19:28:20.827Z] go: downloading github.com/spf13/cast v1.3.0 [2020-09-08T19:28:20.827Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-09-08T19:28:20.827Z] go: extracting github.com/spf13/cast v1.3.0 [2020-09-08T19:28:21.099Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-09-08T19:28:21.099Z] go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-08T19:28:21.099Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-08T19:28:21.099Z] go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-08T19:28:21.099Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-08T19:28:21.099Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-09-08T19:28:21.099Z] go: downloading github.com/google/uuid v1.1.1 [2020-09-08T19:28:21.099Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-09-08T19:28:21.099Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-08T19:28:21.099Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-08T19:28:21.099Z] go: extracting github.com/google/uuid v1.1.1 [2020-09-08T19:28:21.099Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-09-08T19:28:21.099Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-08T19:28:21.373Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-08T19:28:21.373Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-08T19:28:21.373Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-08T19:28:21.373Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-09-08T19:28:21.373Z] go: downloading github.com/pkg/errors v0.8.1 [2020-09-08T19:28:21.373Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-08T19:28:21.373Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-09-08T19:28:21.373Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-09-08T19:28:21.373Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-08T19:28:21.373Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-09-08T19:28:21.373Z] go: extracting github.com/pkg/errors v0.8.1 [2020-09-08T19:28:21.373Z] go: downloading github.com/x448/float16 v0.8.4 [2020-09-08T19:28:21.373Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-09-08T19:28:21.373Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-09-08T19:28:21.373Z] go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-08T19:28:21.373Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-09-08T19:28:21.373Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-09-08T19:28:21.373Z] go: extracting github.com/x448/float16 v0.8.4 [2020-09-08T19:28:21.373Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-08T19:28:21.373Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-09-08T19:28:21.373Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-08T19:28:21.373Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-08T19:28:21.373Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-09-08T19:28:21.373Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-08T19:28:21.373Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-09-08T19:28:21.373Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-08T19:28:21.373Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-09-08T19:28:21.373Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-09-08T19:28:21.373Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-08T19:28:21.373Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-09-08T19:28:21.373Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-08T19:28:21.645Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-08T19:28:21.645Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-08T19:28:21.645Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-09-08T19:28:21.645Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-08T19:28:21.645Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-09-08T19:28:21.645Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-09-08T19:28:21.645Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-09-08T19:28:21.645Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-09-08T19:28:21.645Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-09-08T19:28:21.645Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-09-08T19:28:21.645Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-08T19:28:21.918Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-08T19:28:21.918Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-08T19:28:21.918Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-08T19:28:21.918Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-09-08T19:28:21.918Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-09-08T19:28:21.918Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-08T19:28:21.918Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-08T19:28:21.918Z] go: finding github.com/spf13/cast v1.3.0 [2020-09-08T19:28:21.918Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-09-08T19:28:21.918Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-08T19:28:21.918Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-08T19:28:21.918Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-08T19:28:21.918Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-08T19:28:21.918Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-08T19:28:21.918Z] go: finding github.com/google/uuid v1.1.1 [2020-09-08T19:28:21.918Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-08T19:28:22.190Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-08T19:28:22.190Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-08T19:28:22.190Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-08T19:28:22.190Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-08T19:28:22.190Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-08T19:28:22.190Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-08T19:28:22.190Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-08T19:28:22.190Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-08T19:28:22.190Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-08T19:28:22.190Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-08T19:28:22.190Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-08T19:28:22.190Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-08T19:28:22.190Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-08T19:28:22.190Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-08T19:28:22.190Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-08T19:28:22.190Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-08T19:28:22.190Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-08T19:28:22.190Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-08T19:28:22.190Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-08T19:28:22.190Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-08T19:28:22.190Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-08T19:28:22.190Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-08T19:28:44.345Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-08T19:28:59.394Z] Skipping stage go (already ran) [2020-09-08T19:28:59.394Z] Staging device-mqtt  [2020-09-08T19:29:02.009Z] Priming go  [2020-09-08T19:29:04.606Z] Priming device-mqtt  [2020-09-08T19:29:07.969Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-09-08T19:29:07.969Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-09-08T19:29:07.969Z] Determining the version from the project repo (version-script). [2020-09-08T19:29:07.969Z] The version has been set to 'local-dev-20200908+b4ff5df' [2020-09-08T19:29:09.332Z] Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping | [2020-09-08T19:29:09.332Z] Snapped edgex-device-mqtt_local-dev-20200908+b4ff5df_arm64.snap [Pipeline] } [2020-09-08T19:29:11.966Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-09-08T19:29:13.607Z] provisioning config files... [2020-09-08T19:29:13.618Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-166@tmp/config8095969271912271710tmp [Pipeline] { [Pipeline] sh [2020-09-08T19:29:14.032Z] + curl -s https://codecov.io/bash [2020-09-08T19:29:14.032Z] + bash -s - -t @/w/workspace/gexfoundry_device-mqtt-go_PR-166@tmp/config8095969271912271710tmp [Pipeline] } [2020-09-08T19:29:14.612Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-09-08T19:29:16.660Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-08T19:29:17.223Z] ---> package-listing.sh [2020-09-08T19:29:17.223Z] ++ facter osfamily [2020-09-08T19:29:17.223Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-08T19:29:17.223Z] + OS_FAMILY=redhat [2020-09-08T19:29:17.223Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-166 [2020-09-08T19:29:17.223Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-08T19:29:17.223Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-08T19:29:17.223Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-08T19:29:17.223Z] + PACKAGES=/tmp/packages_start.txt [2020-09-08T19:29:17.223Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-166 ']' [2020-09-08T19:29:17.223Z] + PACKAGES=/tmp/packages_end.txt [2020-09-08T19:29:17.223Z] + case "${OS_FAMILY}" in [2020-09-08T19:29:17.223Z] + rpm -qa [2020-09-08T19:29:17.223Z] + sort [2020-09-08T19:29:22.540Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-08T19:29:22.540Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-08T19:29:22.540Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-08T19:29:22.540Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-166 ']' [2020-09-08T19:29:22.541Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-166/archives/ [2020-09-08T19:29:22.541Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-166/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-08T19:29:23.438Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-08T19:29:23.438Z] [2020-09-08T19:29:23.438Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-08T19:29:23.780Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-08T19:29:23.780Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-08T19:29:23.780Z] df20fa9351a1: Pulling fs layer [2020-09-08T19:29:23.780Z] 36b3adc4ff6f: Pulling fs layer [2020-09-08T19:29:23.780Z] 8ad3a11d3b57: Pulling fs layer [2020-09-08T19:29:23.780Z] 46f8f816bc3b: Pulling fs layer [2020-09-08T19:29:23.780Z] 0dadc02b9964: Pulling fs layer [2020-09-08T19:29:23.780Z] ce6a7cf60c04: Pulling fs layer [2020-09-08T19:29:23.780Z] 7a184a31f384: Pulling fs layer [2020-09-08T19:29:23.780Z] 0879bd2ef858: Pulling fs layer [2020-09-08T19:29:23.780Z] ce6a7cf60c04: Waiting [2020-09-08T19:29:23.780Z] 7a184a31f384: Waiting [2020-09-08T19:29:23.780Z] 46f8f816bc3b: Waiting [2020-09-08T19:29:23.780Z] 0dadc02b9964: Waiting [2020-09-08T19:29:23.780Z] 0879bd2ef858: Waiting [2020-09-08T19:29:23.780Z] 36b3adc4ff6f: Verifying Checksum [2020-09-08T19:29:23.780Z] 36b3adc4ff6f: Download complete [2020-09-08T19:29:23.780Z] 46f8f816bc3b: Verifying Checksum [2020-09-08T19:29:23.780Z] 46f8f816bc3b: Download complete [2020-09-08T19:29:23.780Z] df20fa9351a1: Verifying Checksum [2020-09-08T19:29:23.780Z] df20fa9351a1: Download complete [2020-09-08T19:29:23.780Z] 0dadc02b9964: Verifying Checksum [2020-09-08T19:29:23.780Z] 0dadc02b9964: Download complete [2020-09-08T19:29:23.780Z] ce6a7cf60c04: Verifying Checksum [2020-09-08T19:29:23.780Z] ce6a7cf60c04: Download complete [2020-09-08T19:29:23.780Z] 7a184a31f384: Verifying Checksum [2020-09-08T19:29:24.057Z] 8ad3a11d3b57: Verifying Checksum [2020-09-08T19:29:24.057Z] 8ad3a11d3b57: Download complete [2020-09-08T19:29:24.322Z] df20fa9351a1: Pull complete [2020-09-08T19:29:24.322Z] 0879bd2ef858: Verifying Checksum [2020-09-08T19:29:24.322Z] 0879bd2ef858: Download complete [2020-09-08T19:29:24.322Z] 36b3adc4ff6f: Pull complete [2020-09-08T19:29:24.894Z] 8ad3a11d3b57: Pull complete [2020-09-08T19:29:25.158Z] 46f8f816bc3b: Pull complete [2020-09-08T19:29:25.423Z] 0dadc02b9964: Pull complete [2020-09-08T19:29:25.423Z] ce6a7cf60c04: Pull complete [2020-09-08T19:29:25.687Z] 7a184a31f384: Pull complete [2020-09-08T19:29:27.616Z] 0879bd2ef858: Pull complete [2020-09-08T19:29:27.616Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-08T19:29:27.877Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-08T19:29:27.877Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-08T19:29:28.021Z] prd-centos7-docker-4c-2g-1824 does not seem to be running inside a container [2020-09-08T19:29:28.064Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/gexfoundry_device-mqtt-go_PR-166 -v /w/workspace/gexfoundry_device-mqtt-go_PR-166:/w/workspace/gexfoundry_device-mqtt-go_PR-166:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-166@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-166@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-08T19:29:34.433Z] $ docker top 7018584ca3cb6486db7b3de1bd609a5116edb8fed82405d7947e0c1196237117 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-08T19:29:34.971Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-08T19:29:35.263Z] + ls /var/log/sa-host [2020-09-08T19:29:35.263Z] + sadf -c /var/log/sa-host/sa05 [2020-09-08T19:29:35.263Z] file_magic: OK [2020-09-08T19:29:35.263Z] HZ: Using current value: 100 [2020-09-08T19:29:35.263Z] file_header: OK [2020-09-08T19:29:35.263Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-08T19:29:35.263Z] Statistics: [2020-09-08T19:29:35.263Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-08T19:29:35.263Z] File successfully converted to sysstat format version 12.2.1 [2020-09-08T19:29:35.263Z] + sadf -c /var/log/sa-host/sa08 [2020-09-08T19:29:35.263Z] file_magic: OK [2020-09-08T19:29:35.263Z] HZ: Using current value: 100 [2020-09-08T19:29:35.263Z] file_header: OK [2020-09-08T19:29:35.263Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-08T19:29:35.263Z] Statistics: [2020-09-08T19:29:35.263Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-08T19:29:35.263Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-08T19:29:35.330Z] provisioning config files... [2020-09-08T19:29:35.343Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-166@tmp/config1343942865426289996tmp [Pipeline] { [Pipeline] echo [2020-09-08T19:29:35.445Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-08T19:29:35.738Z] ---> create-netrc.sh [Pipeline] echo [2020-09-08T19:29:35.748Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-08T19:29:36.042Z] ---> logs-deploy.sh [2020-09-08T19:29:36.042Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-166/2 [2020-09-08T19:29:36.042Z] INFO: archiving workspace using pattern(s): [2020-09-08T19:29:37.427Z] Archives upload complete. [2020-09-08T19:29:37.427Z] INFO: archiving logs to Nexus