Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e6856924589b46b10038e9fce567ea5232b81490+a4d671bc363cd3b6b16a5de27983df7bd02b35a1 (1b97a9e26e84d3395f68a2851a624b6f81aee330) 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-2283 in /w/workspace/gexfoundry_device-mqtt-go_PR-170 [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-170 # 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/170/head:refs/remotes/origin/PR-170 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit a4d671bc363cd3b6b16a5de27983df7bd02b35a1 into PR head commit e6856924589b46b10038e9fce567ea5232b81490 Merge succeeded, producing 107094d668242bf3f672f133004f3cdf96273152 Checking out Revision 107094d668242bf3f672f133004f3cdf96273152 (PR-170) > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/170/head:refs/remotes/origin/PR-170 # 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/170/head:refs/remotes/origin/PR-170 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e6856924589b46b10038e9fce567ea5232b81490 # 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 a4d671bc363cd3b6b16a5de27983df7bd02b35a1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 107094d668242bf3f672f133004f3cdf96273152 # timeout=10 Commit message: "Merge commit 'a4d671bc363cd3b6b16a5de27983df7bd02b35a1' into HEAD" > git rev-list --no-walk e6856924589b46b10038e9fce567ea5232b81490 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-11T19:18:07.604Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-11T19:18:07.909Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-11T19:18:08.023Z] ========================================================= [2020-09-11T19:18:08.023Z] EdgeX Global Pipelines Version Info [2020-09-11T19:18:08.023Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-11T19:18:09.868Z] ------------------- [2020-09-11T19:18:09.868Z] stable info: [2020-09-11T19:18:09.868Z] ------------------- [2020-09-11T19:18:09.868Z] Commited By: Emilio Reyes emilio.reyes@intel.com [2020-09-11T19:18:09.868Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-11T19:18:09.868Z] Message: update stable to v1.0.119 [2020-09-11T19:18:10.443Z] ------------------- [2020-09-11T19:18:10.443Z] experimental info: [2020-09-11T19:18:10.443Z] ------------------- [2020-09-11T19:18:10.443Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-11T19:18:10.443Z] Commit SHA: 26a2d0761a2efda4215483e42b68dbac15e3db92 [2020-09-11T19:18:10.443Z] Message: update experimental to v1.0.121 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-11T19:18:11.011Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2020-09-11T19:18:11.204Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2020-09-11T19:18:11.314Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-11T19:18:11.442Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-11T19:18:11.561Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-11T19:18:11.679Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-09-11T19:18:11.787Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-11T19:18:11.980Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-09-11T19:18:12.084Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-11T19:18:12.194Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-11T19:18:12.303Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-11T19:18:12.420Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo [2020-09-11T19:18:12.532Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-11T19:18:12.639Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-11T19:18:12.739Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-11T19:18:12.847Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-11T19:18:12.950Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-11T19:18:13.063Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-11T19:18:13.180Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-11T19:18:13.296Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-09-11T19:18:13.415Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-11T19:18:13.612Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-11T19:18:13.751Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-170 [Pipeline] echo [2020-09-11T19:18:13.860Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-170 [Pipeline] echo [2020-09-11T19:18:13.973Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-170 [Pipeline] echo [2020-09-11T19:18:14.091Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 107094d668242bf3f672f133004f3cdf96273152 [Pipeline] echo [2020-09-11T19:18:14.201Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 107094d [Pipeline] echo [2020-09-11T19:18:14.307Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-11T19:18:15.758Z] + git log --format=format:%s -1 107094d668242bf3f672f133004f3cdf96273152 [Pipeline] echo [2020-09-11T19:18:15.817Z] GIT_COMMIT: 107094d668242bf3f672f133004f3cdf96273152, Commit Message: Merge commit 'a4d671bc363cd3b6b16a5de27983df7bd02b35a1' into HEAD [Pipeline] echo [2020-09-11T19:18:15.868Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-11T19:18:16.689Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-11T19:18:16.950Z] [2020-09-11T19:18:16.950Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-11T19:18:17.310Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-11T19:18:17.310Z] latest: Pulling from edgex-devops/git-semver [2020-09-11T19:18:17.310Z] 31603596830f: Pulling fs layer [2020-09-11T19:18:17.310Z] 2a8b12db71e7: Pulling fs layer [2020-09-11T19:18:17.310Z] 6ca5941a6612: Pulling fs layer [2020-09-11T19:18:17.310Z] ecc8261a40a4: Pulling fs layer [2020-09-11T19:18:17.310Z] ecc8261a40a4: Waiting [2020-09-11T19:18:17.310Z] 2a8b12db71e7: Download complete [2020-09-11T19:18:17.572Z] 31603596830f: Verifying Checksum [2020-09-11T19:18:17.572Z] 31603596830f: Download complete [2020-09-11T19:18:17.572Z] ecc8261a40a4: Verifying Checksum [2020-09-11T19:18:17.572Z] ecc8261a40a4: Download complete [2020-09-11T19:18:17.572Z] 6ca5941a6612: Verifying Checksum [2020-09-11T19:18:17.572Z] 6ca5941a6612: Download complete [2020-09-11T19:18:17.839Z] 31603596830f: Pull complete [2020-09-11T19:18:17.839Z] 2a8b12db71e7: Pull complete [2020-09-11T19:18:18.798Z] 6ca5941a6612: Pull complete [2020-09-11T19:18:18.798Z] ecc8261a40a4: Pull complete [2020-09-11T19:18:18.798Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-11T19:18:19.060Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-11T19:18:19.060Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-11T19:18:19.166Z] prd-centos7-docker-4c-2g-2283 does not seem to be running inside a container [2020-09-11T19:18:19.214Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-170 -v /w/workspace/gexfoundry_device-mqtt-go_PR-170:/w/workspace/gexfoundry_device-mqtt-go_PR-170:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-170@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-11T19:18:21.390Z] $ docker top e7a5c3b31fef011b20d5611b4abdf398ccc7aad80396526a770cdd9bfc7feff9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-11T19:18:21.689Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-11T19:18:21.689Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-11T19:18:21.922Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-11T19:18:21.924Z] $ docker exec e7a5c3b31fef011b20d5611b4abdf398ccc7aad80396526a770cdd9bfc7feff9 ssh-agent [2020-09-11T19:18:22.083Z] SSH_AUTH_SOCK=/tmp/ssh-mucAZPQVEBiW/agent.11 [2020-09-11T19:18:22.083Z] SSH_AGENT_PID=17 [2020-09-11T19:18:22.094Z] Running ssh-add (command line suppressed) [2020-09-11T19:18:22.210Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp/private_key_991501608920560112.key (/w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp/private_key_991501608920560112.key) [2020-09-11T19:18:22.261Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-11T19:18:22.609Z] + git describe --exact-match --tags HEAD [2020-09-11T19:18:22.609Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-11T19:18:22.631Z] $ docker exec --env ******** --env ******** e7a5c3b31fef011b20d5611b4abdf398ccc7aad80396526a770cdd9bfc7feff9 ssh-agent -k [2020-09-11T19:18:22.743Z] unset SSH_AUTH_SOCK; [2020-09-11T19:18:22.743Z] unset SSH_AGENT_PID; [2020-09-11T19:18:22.743Z] echo Agent pid 17 killed; [2020-09-11T19:18:22.787Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-11T19:18:22.883Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-11T19:18:22.883Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-11T19:18:22.992Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-11T19:18:22.992Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-11T19:18:23.154Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-11T19:18:23.156Z] $ docker exec e7a5c3b31fef011b20d5611b4abdf398ccc7aad80396526a770cdd9bfc7feff9 ssh-agent [2020-09-11T19:18:23.322Z] SSH_AUTH_SOCK=/tmp/ssh-xFSeXmkHYcwt/agent.48 [2020-09-11T19:18:23.322Z] SSH_AGENT_PID=54 [2020-09-11T19:18:23.328Z] Running ssh-add (command line suppressed) [2020-09-11T19:18:23.445Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp/private_key_1268488249726705626.key (/w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp/private_key_1268488249726705626.key) [2020-09-11T19:18:23.494Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-11T19:18:23.833Z] + git semver init [2020-09-11T19:18:23.833Z] # -> Open(): unable to determine branch for HEAD [2020-09-11T19:18:23.833Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-170/.git [2020-09-11T19:18:23.833Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-170 [2020-09-11T19:18:23.833Z] # $SEMVER_REMOTE_NAME = origin [2020-09-11T19:18:23.833Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-11T19:18:23.833Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-11T19:18:23.833Z] # $SEMVER_BRANCH = PR-170 [2020-09-11T19:18:23.833Z] # $SEMVER_TEMP = /tmp/semver-906892196 [2020-09-11T19:18:23.833Z] # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP [2020-09-11T19:18:24.096Z] # '/tmp/semver-906892196' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-170/.semver' [2020-09-11T19:18:24.096Z] # -> Force: false [2020-09-11T19:18:24.096Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-170/.semver [Pipeline] } [2020-09-11T19:18:24.109Z] $ docker exec --env ******** --env ******** e7a5c3b31fef011b20d5611b4abdf398ccc7aad80396526a770cdd9bfc7feff9 ssh-agent -k [2020-09-11T19:18:24.234Z] unset SSH_AUTH_SOCK; [2020-09-11T19:18:24.235Z] unset SSH_AGENT_PID; [2020-09-11T19:18:24.235Z] echo Agent pid 54 killed; [2020-09-11T19:18:24.281Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-11T19:18:24.751Z] + git semver [Pipeline] } [2020-09-11T19:18:24.766Z] $ docker stop --time=1 e7a5c3b31fef011b20d5611b4abdf398ccc7aad80396526a770cdd9bfc7feff9 [2020-09-11T19:18:26.080Z] $ docker rm -f e7a5c3b31fef011b20d5611b4abdf398ccc7aad80396526a770cdd9bfc7feff9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-11T19:18:26.747Z] Stashed 26 file(s) [Pipeline] echo [2020-09-11T19:18:26.750Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-11T19:18:26.848Z] 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-11T19:18:42.282Z] Still waiting to schedule task [2020-09-11T19:18:42.282Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-11T19:18:42.285Z] Still waiting to schedule task [2020-09-11T19:18:42.285Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-2282’ [2020-09-11T19:20:23.203Z] Running on prd-centos7-docker-4c-2g-2287 in /w/workspace/gexfoundry_device-mqtt-go_PR-170 [Pipeline] { [Pipeline] ws [2020-09-11T19:20:23.259Z] Running in /w/workspace/device-mqtt-go/2 [Pipeline] { [Pipeline] checkout [2020-09-11T19:20:26.381Z] using credential edgex-jenkins-ssh [2020-09-11T19:20:26.431Z] Cloning the remote Git repository [2020-09-11T19:20:26.431Z] Cloning with configured refspecs honoured and without tags [2020-09-11T19:20:26.458Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-11T19:20:26.527Z] > git init /w/workspace/device-mqtt-go/2 # timeout=10 [2020-09-11T19:20:26.589Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-11T19:20:26.589Z] > git --version # timeout=10 [2020-09-11T19:20:26.600Z] > git --version # 'git version 2.16.5' [2020-09-11T19:20:26.600Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-11T19:20:26.627Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/170/head:refs/remotes/origin/PR-170 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-11T19:20:27.253Z] Fetching without tags [2020-09-11T19:20:27.630Z] Merging remotes/origin/master commit a4d671bc363cd3b6b16a5de27983df7bd02b35a1 into PR head commit e6856924589b46b10038e9fce567ea5232b81490 [2020-09-11T19:20:27.730Z] Merge succeeded, producing 91aa3351811f0128e00779f1446063f7e1fbc42c [2020-09-11T19:20:27.730Z] Checking out Revision 91aa3351811f0128e00779f1446063f7e1fbc42c (PR-170) [2020-09-11T19:20:27.215Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-11T19:20:27.230Z] > git config --add remote.origin.fetch +refs/pull/170/head:refs/remotes/origin/PR-170 # timeout=10 [2020-09-11T19:20:27.237Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-11T19:20:27.247Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-11T19:20:27.258Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-11T19:20:27.259Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-11T19:20:27.263Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/170/head:refs/remotes/origin/PR-170 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-11T19:20:27.648Z] > git config core.sparsecheckout # timeout=10 [2020-09-11T19:20:27.654Z] > git checkout -f e6856924589b46b10038e9fce567ea5232b81490 # timeout=10 [2020-09-11T19:20:27.686Z] > git remote # timeout=10 [2020-09-11T19:20:27.691Z] > git config --get remote.origin.url # timeout=10 [2020-09-11T19:20:27.696Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-11T19:20:27.702Z] > git merge a4d671bc363cd3b6b16a5de27983df7bd02b35a1 # timeout=10 [2020-09-11T19:20:27.723Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-11T19:20:27.735Z] > git config core.sparsecheckout # timeout=10 [2020-09-11T19:20:27.740Z] > git checkout -f 91aa3351811f0128e00779f1446063f7e1fbc42c # timeout=10 [2020-09-11T19:20:31.347Z] Commit message: "Merge commit 'a4d671bc363cd3b6b16a5de27983df7bd02b35a1' into HEAD" [2020-09-11T19:20:31.352Z] > git rev-list --no-walk e6856924589b46b10038e9fce567ea5232b81490 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-11T19:20:32.266Z] ========================================================= [2020-09-11T19:20:32.266Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-09-11T19:20:32.266Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-11T19:20:32.831Z] + 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-11T19:20:33.095Z] Sending build context to Docker daemon 626.2kB [2020-09-11T19:20:33.095Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-09-11T19:20:33.095Z] Step 2/8 : FROM ${BASE} [2020-09-11T19:20:33.095Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-11T19:20:33.095Z] df20fa9351a1: Pulling fs layer [2020-09-11T19:20:33.095Z] ed8968b2872e: Pulling fs layer [2020-09-11T19:20:33.095Z] a92cc7c5fd73: Pulling fs layer [2020-09-11T19:20:33.095Z] 2dd03ba5bac4: Pulling fs layer [2020-09-11T19:20:33.095Z] 1e091d79d1de: Pulling fs layer [2020-09-11T19:20:33.095Z] 481702a1767f: Pulling fs layer [2020-09-11T19:20:33.095Z] f64a6f60c768: Pulling fs layer [2020-09-11T19:20:33.095Z] e78d2573fc39: Pulling fs layer [2020-09-11T19:20:33.095Z] e876d2f968b6: Pulling fs layer [2020-09-11T19:20:33.095Z] ce8a83651883: Pulling fs layer [2020-09-11T19:20:33.095Z] 07967f4d0e4b: Pulling fs layer [2020-09-11T19:20:33.095Z] f64a6f60c768: Waiting [2020-09-11T19:20:33.095Z] e78d2573fc39: Waiting [2020-09-11T19:20:33.095Z] e876d2f968b6: Waiting [2020-09-11T19:20:33.095Z] ce8a83651883: Waiting [2020-09-11T19:20:33.095Z] 07967f4d0e4b: Waiting [2020-09-11T19:20:33.095Z] 2dd03ba5bac4: Waiting [2020-09-11T19:20:33.095Z] 1e091d79d1de: Waiting [2020-09-11T19:20:33.095Z] 481702a1767f: Waiting [2020-09-11T19:20:33.357Z] a92cc7c5fd73: Verifying Checksum [2020-09-11T19:20:33.357Z] a92cc7c5fd73: Download complete [2020-09-11T19:20:33.357Z] ed8968b2872e: Download complete [2020-09-11T19:20:33.619Z] 1e091d79d1de: Verifying Checksum [2020-09-11T19:20:33.619Z] 1e091d79d1de: Download complete [2020-09-11T19:20:33.619Z] 481702a1767f: Verifying Checksum [2020-09-11T19:20:33.619Z] 481702a1767f: Download complete [2020-09-11T19:20:33.880Z] df20fa9351a1: Verifying Checksum [2020-09-11T19:20:33.880Z] df20fa9351a1: Download complete [2020-09-11T19:20:34.144Z] df20fa9351a1: Pull complete [2020-09-11T19:20:34.144Z] ed8968b2872e: Pull complete [2020-09-11T19:20:34.406Z] a92cc7c5fd73: Pull complete [2020-09-11T19:20:36.331Z] f64a6f60c768: Verifying Checksum [2020-09-11T19:20:36.331Z] f64a6f60c768: Download complete [2020-09-11T19:20:36.331Z] e876d2f968b6: Verifying Checksum [2020-09-11T19:20:36.331Z] e876d2f968b6: Download complete [2020-09-11T19:20:36.927Z] ce8a83651883: Verifying Checksum [2020-09-11T19:20:36.927Z] ce8a83651883: Download complete [2020-09-11T19:20:37.190Z] 07967f4d0e4b: Verifying Checksum [2020-09-11T19:20:37.190Z] 07967f4d0e4b: Download complete [2020-09-11T19:20:37.769Z] e78d2573fc39: Verifying Checksum [2020-09-11T19:20:37.769Z] e78d2573fc39: Download complete [2020-09-11T19:20:37.769Z] 2dd03ba5bac4: Download complete [2020-09-11T19:20:43.090Z] 2dd03ba5bac4: Pull complete [2020-09-11T19:20:43.090Z] 1e091d79d1de: Pull complete [2020-09-11T19:20:43.090Z] 481702a1767f: Pull complete [2020-09-11T19:20:51.252Z] f64a6f60c768: Pull complete [2020-09-11T19:20:53.823Z] e78d2573fc39: Pull complete [2020-09-11T19:20:54.086Z] e876d2f968b6: Pull complete [2020-09-11T19:20:55.041Z] ce8a83651883: Pull complete [2020-09-11T19:20:55.041Z] 07967f4d0e4b: Pull complete [2020-09-11T19:20:55.041Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-09-11T19:20:55.041Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-09-11T19:20:55.304Z] ---> 5d7c900382c6 [2020-09-11T19:20:55.304Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-11T19:20:57.242Z] ---> Running in aa12c61c1be1 [2020-09-11T19:20:57.242Z] Removing intermediate container aa12c61c1be1 [2020-09-11T19:20:57.242Z] ---> 389dc6fde23c [2020-09-11T19:20:57.242Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-11T19:20:57.242Z] ---> Running in 06e44313271e [2020-09-11T19:20:58.192Z] Removing intermediate container 06e44313271e [2020-09-11T19:20:58.192Z] ---> 8317ce5f030e [2020-09-11T19:20:58.192Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-11T19:20:58.192Z] ---> Running in 3782c9b77e2f [2020-09-11T19:20:58.767Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-11T19:20:59.343Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-11T19:20:59.917Z] (1/14) Installing libmagic (5.38-r0) [2020-09-11T19:20:59.917Z] (2/14) Installing file (5.38-r0) [2020-09-11T19:20:59.917Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-11T19:21:00.188Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-11T19:21:06.791Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-11T19:21:06.791Z] (6/14) Installing patch (2.7.6-r6) [2020-09-11T19:21:06.791Z] (7/14) Installing build-base (0.5-r2) [2020-09-11T19:21:06.791Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-11T19:21:06.791Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-11T19:21:06.791Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-11T19:21:07.052Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-11T19:21:07.314Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-11T19:21:07.314Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-11T19:21:07.580Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-11T19:21:07.581Z] Executing busybox-1.31.1-r16.trigger [2020-09-11T19:21:07.581Z] OK: 237 MiB in 53 packages [2020-09-11T19:21:11.824Z] Removing intermediate container 3782c9b77e2f [2020-09-11T19:21:11.824Z] ---> a5ed60acc905 [2020-09-11T19:21:11.824Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-09-11T19:21:11.824Z] ---> Running in b5e43bd1a5aa [2020-09-11T19:21:11.824Z] Removing intermediate container b5e43bd1a5aa [2020-09-11T19:21:11.824Z] ---> 29ba1ca6fa96 [2020-09-11T19:21:11.824Z] Step 7/8 : COPY . . [2020-09-11T19:21:12.086Z] ---> 37cd0746689a [2020-09-11T19:21:12.087Z] Step 8/8 : RUN go mod download [2020-09-11T19:21:12.350Z] ---> Running in 5b0da74661cb [2020-09-11T19:21:14.275Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-11T19:21:14.275Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-11T19:21:14.275Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-11T19:21:14.275Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-11T19:21:14.275Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-11T19:21:14.275Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-11T19:21:14.275Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-11T19:21:14.275Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-11T19:21:14.275Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-09-11T19:21:14.275Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-11T19:21:14.275Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-11T19:21:14.275Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-11T19:21:14.275Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-11T19:21:14.566Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-11T19:21:14.566Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-11T19:21:14.566Z] go: finding github.com/fatih/color v1.7.0 [2020-09-11T19:21:14.566Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-11T19:21:14.566Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-11T19:21:14.566Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-11T19:21:14.566Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-11T19:21:14.566Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-11T19:21:14.566Z] go: finding github.com/google/uuid v1.1.1 [2020-09-11T19:21:14.566Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-11T19:21:14.566Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-11T19:21:14.566Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-11T19:21:14.566Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-11T19:21:14.835Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-11T19:21:14.835Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-11T19:21:14.835Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-11T19:21:14.835Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-11T19:21:14.835Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-11T19:21:14.835Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-11T19:21:14.835Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-11T19:21:14.835Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-11T19:21:14.835Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-11T19:21:14.835Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-11T19:21:14.835Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-11T19:21:14.835Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-11T19:21:15.127Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-11T19:21:15.127Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-11T19:21:15.127Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-11T19:21:15.127Z] go: finding github.com/kr/pretty v0.1.0 [2020-09-11T19:21:15.127Z] go: finding github.com/kr/pty v1.1.1 [2020-09-11T19:21:15.127Z] go: finding github.com/kr/text v0.1.0 [2020-09-11T19:21:15.127Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-11T19:21:15.127Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-11T19:21:15.127Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-11T19:21:15.127Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-11T19:21:15.127Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-11T19:21:15.127Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-11T19:21:15.390Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-11T19:21:15.390Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-11T19:21:15.390Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-11T19:21:15.390Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-11T19:21:15.390Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-11T19:21:15.390Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-11T19:21:15.390Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-11T19:21:15.390Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-11T19:21:15.390Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-11T19:21:15.390Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-11T19:21:15.390Z] go: finding github.com/posener/complete v1.1.1 [2020-09-11T19:21:15.651Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-11T19:21:15.651Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-11T19:21:15.651Z] go: finding github.com/spf13/cast v1.3.1 [2020-09-11T19:21:15.651Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-11T19:21:15.651Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-11T19:21:15.651Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-11T19:21:15.651Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-11T19:21:15.651Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-09-11T19:21:15.651Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-11T19:21:15.651Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-11T19:21:15.651Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-09-11T19:21:15.924Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-09-11T19:21:15.924Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-11T19:21:15.924Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-11T19:21:24.098Z] Removing intermediate container 5b0da74661cb [2020-09-11T19:21:24.098Z] ---> 6e308ff210f8 [2020-09-11T19:21:24.098Z] Successfully built 6e308ff210f8 [2020-09-11T19:21:24.098Z] 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-11T19:21:24.917Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-11T19:21:24.917Z] . [Pipeline] withDockerContainer [2020-09-11T19:21:25.017Z] prd-centos7-docker-4c-2g-2287 does not seem to be running inside a container [2020-09-11T19:21:25.066Z] $ 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 ******** ci-base-image-x86_64 cat [2020-09-11T19:21:26.245Z] $ docker top 11a326da01c933f6f4ab4640c33012c492a8f67b62168ebef70e5e3e8ee0bcb6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-11T19:21:26.735Z] + go version [2020-09-11T19:21:26.735Z] go version go1.13.13 linux/amd64 [Pipeline] sh [2020-09-11T19:21:27.041Z] + make test [2020-09-11T19:21:27.041Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-09-11T19:21:27.996Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-09-11T19:21:38.127Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-09-11T19:21:38.127Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.007s coverage: 28.3% of statements [2020-09-11T19:21:38.127Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-09-11T19:21:38.393Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-11T19:21:40.976Z] gofmt -l . [2020-09-11T19:21:40.976Z] ["`gofmt -l .`" = ""] [2020-09-11T19:21:40.976Z] ./bin/test-attribution-txt.sh [2020-09-11T19:21:41.551Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-11T19:21:41.853Z] Stashed 1 file(s) [Pipeline] } [2020-09-11T19:21:41.862Z] $ docker stop --time=1 11a326da01c933f6f4ab4640c33012c492a8f67b62168ebef70e5e3e8ee0bcb6 [2020-09-11T19:21:44.069Z] $ docker rm -f 11a326da01c933f6f4ab4640c33012c492a8f67b62168ebef70e5e3e8ee0bcb6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-11T19:21:46.441Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-11T19:21:46.766Z] + ls -al . [2020-09-11T19:21:46.766Z] total 100 [2020-09-11T19:21:46.766Z] drwxrwxr-x. 10 jenkins jenkins 4096 Sep 11 19:21 . [2020-09-11T19:21:46.767Z] drwxrwxr-x. 4 jenkins jenkins 28 Sep 11 19:20 .. [2020-09-11T19:21:46.767Z] -rw-rw-r--. 1 jenkins jenkins 4678 Sep 11 19:20 Attribution.txt [2020-09-11T19:21:46.767Z] drwxrwxr-x. 2 jenkins jenkins 87 Sep 11 19:20 bin [2020-09-11T19:21:46.767Z] drwxrwxr-x. 3 jenkins jenkins 32 Sep 11 19:20 cmd [2020-09-11T19:21:46.767Z] -rw-r--r--. 1 jenkins jenkins 18939 Sep 11 19:21 coverage.out [2020-09-11T19:21:46.767Z] -rw-rw-r--. 1 jenkins jenkins 1784 Sep 11 19:20 Dockerfile [2020-09-11T19:21:46.767Z] -rw-rw-r--. 1 jenkins jenkins 953 Sep 11 19:20 Dockerfile.build [2020-09-11T19:21:46.767Z] -rw-rw-r--. 1 jenkins jenkins 140 Sep 11 19:20 .dockerignore [2020-09-11T19:21:46.767Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 11 19:20 .git [2020-09-11T19:21:46.767Z] drwxrwxr-x. 2 jenkins jenkins 60 Sep 11 19:20 .github [2020-09-11T19:21:46.767Z] -rw-rw-r--. 1 jenkins jenkins 336 Sep 11 19:20 .gitignore [2020-09-11T19:21:46.767Z] -rw-r--r--. 1 jenkins jenkins 510 Sep 11 19:21 go.mod [2020-09-11T19:21:46.767Z] -rw-r--r--. 1 jenkins jenkins 13621 Sep 11 19:21 go.sum [2020-09-11T19:21:46.767Z] drwxrwxr-x. 3 jenkins jenkins 20 Sep 11 19:20 internal [2020-09-11T19:21:46.767Z] -rw-rw-r--. 1 jenkins jenkins 700 Sep 11 19:20 Jenkinsfile [2020-09-11T19:21:46.767Z] -rw-rw-r--. 1 jenkins jenkins 11340 Sep 11 19:20 LICENSE [2020-09-11T19:21:46.767Z] -rw-rw-r--. 1 jenkins jenkins 902 Sep 11 19:20 Makefile [2020-09-11T19:21:46.767Z] drwxrwxr-x. 2 jenkins jenkins 23 Sep 11 19:20 mock [2020-09-11T19:21:46.767Z] -rw-rw-r--. 1 jenkins jenkins 444 Sep 11 19:20 README.md [2020-09-11T19:21:46.767Z] drwxrwxr-x. 3 jenkins jenkins 58 Sep 11 19:20 .semver [2020-09-11T19:21:46.767Z] drwxrwxr-x. 4 jenkins jenkins 54 Sep 11 19:20 snap [2020-09-11T19:21:46.767Z] -rw-rw-r--. 1 jenkins jenkins 5 Sep 11 19:18 VERSION [2020-09-11T19:21:46.767Z] -rw-rw-r--. 1 jenkins jenkins 227 Sep 11 19:20 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-11T19:21:47.084Z] + 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=107094d668242bf3f672f133004f3cdf96273152 --label arch=amd64 --label version=0.0.0 . [2020-09-11T19:21:47.085Z] Sending build context to Docker daemon 645.6kB [2020-09-11T19:21:47.085Z] Step 1/22 : ARG BASE=golang:1.13-alpine [2020-09-11T19:21:47.085Z] Step 2/22 : FROM ${BASE} AS builder [2020-09-11T19:21:47.085Z] ---> 6e308ff210f8 [2020-09-11T19:21:47.085Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-09-11T19:21:47.346Z] ---> Running in e707dbb9c341 [2020-09-11T19:21:47.609Z] Removing intermediate container e707dbb9c341 [2020-09-11T19:21:47.609Z] ---> b480ee3aee24 [2020-09-11T19:21:47.609Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-09-11T19:21:47.609Z] ---> Running in e8b6aeb96ef4 [2020-09-11T19:21:47.609Z] Removing intermediate container e8b6aeb96ef4 [2020-09-11T19:21:47.609Z] ---> 87750d2befcb [2020-09-11T19:21:47.609Z] Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-11T19:21:47.875Z] ---> Running in d88ad8ab897d [2020-09-11T19:21:48.448Z] Removing intermediate container d88ad8ab897d [2020-09-11T19:21:48.448Z] ---> 2cadb47f2c5e [2020-09-11T19:21:48.448Z] Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-11T19:21:48.711Z] ---> Running in fddd9ed34382 [2020-09-11T19:21:48.973Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-11T19:21:49.919Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-11T19:21:50.495Z] OK: 237 MiB in 53 packages [2020-09-11T19:21:50.756Z] Removing intermediate container fddd9ed34382 [2020-09-11T19:21:50.756Z] ---> ad1764f3b08a [2020-09-11T19:21:50.756Z] Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-09-11T19:21:51.019Z] ---> Running in a8b8bb0e0b79 [2020-09-11T19:21:51.019Z] Removing intermediate container a8b8bb0e0b79 [2020-09-11T19:21:51.019Z] ---> 535af0ceac17 [2020-09-11T19:21:51.019Z] Step 8/22 : COPY . . [2020-09-11T19:21:51.970Z] ---> 11de2c6cef2d [2020-09-11T19:21:51.970Z] Step 9/22 : ARG MAKE='make build' [2020-09-11T19:21:51.970Z] ---> Running in 7316e394c3de [2020-09-11T19:21:52.235Z] Removing intermediate container 7316e394c3de [2020-09-11T19:21:52.235Z] ---> fac5634bd9d1 [2020-09-11T19:21:52.235Z] Step 10/22 : RUN $MAKE [2020-09-11T19:21:52.235Z] ---> Running in f95c6f3be4fc [2020-09-11T19:21:52.827Z] 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-11T19:22:02.910Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-11T19:22:04.064Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2289 in /w/workspace/gexfoundry_device-mqtt-go_PR-170 [Pipeline] { [Pipeline] ws [2020-09-11T19:22:04.120Z] Running in /w/workspace/device-mqtt-go/2 [Pipeline] { [Pipeline] checkout [2020-09-11T19:22:06.217Z] Removing intermediate container f95c6f3be4fc [2020-09-11T19:22:06.217Z] ---> 248e8ecf8211 [2020-09-11T19:22:06.217Z] Step 11/22 : FROM alpine [2020-09-11T19:22:06.478Z] latest: Pulling from library/alpine [2020-09-11T19:22:06.478Z] df20fa9351a1: Already exists [2020-09-11T19:22:06.740Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-11T19:22:06.740Z] Status: Downloaded newer image for alpine:latest [2020-09-11T19:22:06.740Z] ---> a24bb4013296 [2020-09-11T19:22:06.740Z] Step 12/22 : ENV APP_PORT=49982 [2020-09-11T19:22:06.740Z] ---> Running in cbf25d9360f9 [2020-09-11T19:22:06.740Z] Removing intermediate container cbf25d9360f9 [2020-09-11T19:22:06.740Z] ---> 596df4c1d979 [2020-09-11T19:22:06.740Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-11T19:22:07.002Z] ---> Running in f1ca14ae572b [2020-09-11T19:22:07.002Z] Removing intermediate container f1ca14ae572b [2020-09-11T19:22:07.002Z] ---> b85a023d5f38 [2020-09-11T19:22:07.002Z] Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-09-11T19:22:07.575Z] ---> 6425ca5284e2 [2020-09-11T19:22:07.575Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-09-11T19:22:07.836Z] ---> 5d4feb70f394 [2020-09-11T19:22:07.836Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-09-11T19:22:08.098Z] ---> 405a333b99e5 [2020-09-11T19:22:08.098Z] Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-09-11T19:22:08.098Z] ---> Running in 3ea7e9ea660c [2020-09-11T19:22:08.360Z] Removing intermediate container 3ea7e9ea660c [2020-09-11T19:22:08.360Z] ---> 262ed2b3eb76 [2020-09-11T19:22:08.360Z] Step 18/22 : ENTRYPOINT ["/device-mqtt"] [2020-09-11T19:22:08.360Z] ---> Running in 92af04e5fe6c [2020-09-11T19:22:08.624Z] Removing intermediate container 92af04e5fe6c [2020-09-11T19:22:08.624Z] ---> b0b016b5dae5 [2020-09-11T19:22:08.624Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-11T19:22:08.624Z] ---> Running in a0c4501099d9 [2020-09-11T19:22:08.885Z] Removing intermediate container a0c4501099d9 [2020-09-11T19:22:08.885Z] ---> 1077c1f7df12 [2020-09-11T19:22:08.885Z] Step 20/22 : LABEL arch=amd64 [2020-09-11T19:22:08.885Z] ---> Running in 8ef4b3a2f93c [2020-09-11T19:22:08.885Z] Removing intermediate container 8ef4b3a2f93c [2020-09-11T19:22:08.885Z] ---> e60afc74cd9f [2020-09-11T19:22:08.885Z] Step 21/22 : LABEL git_sha=107094d668242bf3f672f133004f3cdf96273152 [2020-09-11T19:22:09.144Z] using credential edgex-jenkins-ssh [2020-09-11T19:22:09.147Z] ---> Running in 518106c9e8de [2020-09-11T19:22:09.147Z] Removing intermediate container 518106c9e8de [2020-09-11T19:22:09.147Z] ---> 067de5c8b56e [2020-09-11T19:22:09.147Z] Step 22/22 : LABEL version=0.0.0 [2020-09-11T19:22:09.204Z] Cloning the remote Git repository [2020-09-11T19:22:09.204Z] Cloning with configured refspecs honoured and without tags [2020-09-11T19:22:09.412Z] ---> Running in ca1802fd704e [2020-09-11T19:22:09.412Z] Removing intermediate container ca1802fd704e [2020-09-11T19:22:09.412Z] ---> 8c9cca89ceaa [2020-09-11T19:22:09.412Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-11T19:22:09.412Z] Successfully built 8c9cca89ceaa [2020-09-11T19:22:09.412Z] 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-11T19:22:09.314Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-11T19:22:09.436Z] > git init /w/workspace/device-mqtt-go/2 # timeout=10 [2020-09-11T19:22:09.508Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-11T19:22:09.509Z] > git --version # timeout=10 [2020-09-11T19:22:09.539Z] > git --version # 'git version 2.17.1' [2020-09-11T19:22:09.541Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-11T19:22:09.617Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/170/head:refs/remotes/origin/PR-170 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-11T19:22:10.411Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-11T19:22:10.433Z] > git config --add remote.origin.fetch +refs/pull/170/head:refs/remotes/origin/PR-170 # timeout=10 [2020-09-11T19:22:10.446Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-11T19:22:10.483Z] Fetching without tags [2020-09-11T19:22:10.930Z] Merging remotes/origin/master commit a4d671bc363cd3b6b16a5de27983df7bd02b35a1 into PR head commit e6856924589b46b10038e9fce567ea5232b81490 [2020-09-11T19:22:11.200Z] Merge succeeded, producing 7bff8fcc00ad639078f3341b0a8c68e8c2b1d10e [2020-09-11T19:22:11.200Z] Checking out Revision 7bff8fcc00ad639078f3341b0a8c68e8c2b1d10e (PR-170) [2020-09-11T19:22:10.478Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-11T19:22:10.514Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-11T19:22:10.514Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-11T19:22:10.529Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/170/head:refs/remotes/origin/PR-170 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-11T19:22:10.966Z] > git config core.sparsecheckout # timeout=10 [2020-09-11T19:22:10.983Z] > git checkout -f e6856924589b46b10038e9fce567ea5232b81490 # timeout=10 [2020-09-11T19:22:11.065Z] > git remote # timeout=10 [2020-09-11T19:22:11.082Z] > git config --get remote.origin.url # timeout=10 [2020-09-11T19:22:11.098Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-11T19:22:11.108Z] > git merge a4d671bc363cd3b6b16a5de27983df7bd02b35a1 # timeout=10 [2020-09-11T19:22:11.182Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-11T19:22:11.227Z] > git config core.sparsecheckout # timeout=10 [2020-09-11T19:22:11.284Z] > git checkout -f 7bff8fcc00ad639078f3341b0a8c68e8c2b1d10e # timeout=10 [2020-09-11T19:22:15.635Z] Commit message: "Merge commit 'a4d671bc363cd3b6b16a5de27983df7bd02b35a1' into HEAD" [2020-09-11T19:22:15.659Z] > git rev-list --no-walk e6856924589b46b10038e9fce567ea5232b81490 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-11T19:22:16.742Z] ========================================================= [2020-09-11T19:22:16.742Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-09-11T19:22:16.742Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-11T19:22:17.959Z] + 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-11T19:22:18.963Z] Sending build context to Docker daemon 626.2kB [2020-09-11T19:22:18.963Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-09-11T19:22:18.963Z] Step 2/8 : FROM ${BASE} [2020-09-11T19:22:19.244Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-11T19:22:19.244Z] b538f80385f9: Pulling fs layer [2020-09-11T19:22:19.244Z] 74f711af9a0d: Pulling fs layer [2020-09-11T19:22:19.244Z] 99f96fe45779: Pulling fs layer [2020-09-11T19:22:19.244Z] fd7a069fd194: Pulling fs layer [2020-09-11T19:22:19.244Z] 66aa3694b03b: Pulling fs layer [2020-09-11T19:22:19.244Z] 170f70906a0f: Pulling fs layer [2020-09-11T19:22:19.244Z] ad7c5574e4b9: Pulling fs layer [2020-09-11T19:22:19.244Z] e772456be8f7: Pulling fs layer [2020-09-11T19:22:19.244Z] c890913d741a: Pulling fs layer [2020-09-11T19:22:19.244Z] fd7a069fd194: Waiting [2020-09-11T19:22:19.244Z] 66aa3694b03b: Waiting [2020-09-11T19:22:19.244Z] 170f70906a0f: Waiting [2020-09-11T19:22:19.244Z] ad7c5574e4b9: Waiting [2020-09-11T19:22:19.244Z] e772456be8f7: Waiting [2020-09-11T19:22:19.244Z] 2480fcc9aa5a: Pulling fs layer [2020-09-11T19:22:19.244Z] 09adf4765672: Pulling fs layer [2020-09-11T19:22:19.244Z] c890913d741a: Waiting [2020-09-11T19:22:19.244Z] 2480fcc9aa5a: Waiting [2020-09-11T19:22:19.244Z] 09adf4765672: Waiting [2020-09-11T19:22:19.244Z] 99f96fe45779: Verifying Checksum [2020-09-11T19:22:19.244Z] 99f96fe45779: Download complete [2020-09-11T19:22:19.244Z] 74f711af9a0d: Verifying Checksum [2020-09-11T19:22:19.244Z] 74f711af9a0d: Download complete [2020-09-11T19:22:19.244Z] 66aa3694b03b: Download complete [2020-09-11T19:22:19.523Z] 170f70906a0f: Verifying Checksum [2020-09-11T19:22:19.523Z] 170f70906a0f: Download complete [2020-09-11T19:22:19.523Z] b538f80385f9: Verifying Checksum [2020-09-11T19:22:19.523Z] b538f80385f9: Download complete [2020-09-11T19:22:20.520Z] b538f80385f9: Pull complete [2020-09-11T19:22:21.130Z] 74f711af9a0d: Pull complete [2020-09-11T19:22:21.405Z] 99f96fe45779: Pull complete [2020-09-11T19:22:23.407Z] ad7c5574e4b9: Verifying Checksum [2020-09-11T19:22:23.407Z] ad7c5574e4b9: Download complete [2020-09-11T19:22:23.407Z] c890913d741a: Verifying Checksum [2020-09-11T19:22:23.407Z] c890913d741a: Download complete [2020-09-11T19:22:25.131Z] Still waiting to schedule task [2020-09-11T19:22:25.131Z] Waiting for next available executor on ‘prd-centos7-docker-8c-8g-2284’ [2020-09-11T19:22:25.428Z] 2480fcc9aa5a: Verifying Checksum [2020-09-11T19:22:25.428Z] 2480fcc9aa5a: Download complete [2020-09-11T19:22:25.428Z] 09adf4765672: Verifying Checksum [2020-09-11T19:22:25.428Z] 09adf4765672: Download complete [2020-09-11T19:22:25.723Z] e772456be8f7: Verifying Checksum [2020-09-11T19:22:25.723Z] e772456be8f7: Download complete [2020-09-11T19:22:26.708Z] fd7a069fd194: Verifying Checksum [2020-09-11T19:22:26.708Z] fd7a069fd194: Download complete [2020-09-11T19:22:39.159Z] fd7a069fd194: Pull complete [2020-09-11T19:22:39.159Z] 66aa3694b03b: Pull complete [2020-09-11T19:22:39.159Z] 170f70906a0f: Pull complete [2020-09-11T19:22:42.566Z] ad7c5574e4b9: Pull complete [2020-09-11T19:22:46.875Z] e772456be8f7: Pull complete [2020-09-11T19:22:47.150Z] c890913d741a: Pull complete [2020-09-11T19:22:49.784Z] 2480fcc9aa5a: Pull complete [2020-09-11T19:22:50.059Z] 09adf4765672: Pull complete [2020-09-11T19:22:50.059Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-09-11T19:22:50.059Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-09-11T19:22:50.059Z] ---> 2248a725d1cf [2020-09-11T19:22:50.059Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-11T19:22:54.579Z] ---> Running in 55e9cbe7e1b0 [2020-09-11T19:22:54.579Z] Removing intermediate container 55e9cbe7e1b0 [2020-09-11T19:22:54.579Z] ---> f916d9dedd0e [2020-09-11T19:22:54.579Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-11T19:22:54.854Z] ---> Running in f5fe63f568fc [2020-09-11T19:22:57.480Z] Removing intermediate container f5fe63f568fc [2020-09-11T19:22:57.480Z] ---> 5c64f32ebaf9 [2020-09-11T19:22:57.480Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-11T19:22:57.481Z] ---> Running in a4162d356cd4 [2020-09-11T19:22:58.939Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-11T19:23:01.553Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-11T19:23:02.987Z] (1/14) Installing libmagic (5.38-r0) [2020-09-11T19:23:03.265Z] (2/14) Installing file (5.38-r0) [2020-09-11T19:23:03.265Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-11T19:23:03.535Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-11T19:23:21.806Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-11T19:23:21.806Z] (6/14) Installing patch (2.7.6-r6) [2020-09-11T19:23:22.077Z] (7/14) Installing build-base (0.5-r2) [2020-09-11T19:23:22.077Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-11T19:23:22.348Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-11T19:23:22.618Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-11T19:23:24.047Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-11T19:23:24.047Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-11T19:23:24.047Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-11T19:23:24.319Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-11T19:23:24.593Z] Executing busybox-1.31.1-r16.trigger [2020-09-11T19:23:24.593Z] OK: 221 MiB in 53 packages [2020-09-11T19:23:28.902Z] Removing intermediate container a4162d356cd4 [2020-09-11T19:23:28.903Z] ---> cecfd744c076 [2020-09-11T19:23:28.903Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-09-11T19:23:29.178Z] ---> Running in 650d39586e29 [2020-09-11T19:23:29.455Z] Removing intermediate container 650d39586e29 [2020-09-11T19:23:29.455Z] ---> 6115b7d2641d [2020-09-11T19:23:29.455Z] Step 7/8 : COPY . . [2020-09-11T19:23:30.433Z] ---> 3e859496f9d7 [2020-09-11T19:23:30.433Z] Step 8/8 : RUN go mod download [2020-09-11T19:23:30.725Z] ---> Running in b25181b3ac57 [2020-09-11T19:23:33.340Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-11T19:23:33.340Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-11T19:23:33.340Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-11T19:23:33.340Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-11T19:23:33.340Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-11T19:23:33.340Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-11T19:23:33.340Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-11T19:23:33.610Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-11T19:23:33.610Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-09-11T19:23:33.610Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-11T19:23:33.610Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-11T19:23:33.610Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-11T19:23:33.610Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-11T19:23:33.610Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-11T19:23:33.610Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-11T19:23:33.610Z] go: finding github.com/fatih/color v1.7.0 [2020-09-11T19:23:33.610Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-11T19:23:33.884Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-11T19:23:33.884Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-11T19:23:33.884Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-11T19:23:33.884Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-11T19:23:33.884Z] go: finding github.com/google/uuid v1.1.1 [2020-09-11T19:23:33.884Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-11T19:23:33.884Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-11T19:23:33.884Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-11T19:23:33.884Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-11T19:23:33.884Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-11T19:23:33.884Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-11T19:23:33.884Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-11T19:23:34.155Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-11T19:23:34.155Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-11T19:23:34.155Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-11T19:23:34.155Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-11T19:23:34.155Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-11T19:23:34.155Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-11T19:23:34.155Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-11T19:23:34.155Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-11T19:23:34.155Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-11T19:23:34.155Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-11T19:23:34.155Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-11T19:23:34.428Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-11T19:23:34.428Z] go: finding github.com/kr/pretty v0.1.0 [2020-09-11T19:23:34.428Z] go: finding github.com/kr/pty v1.1.1 [2020-09-11T19:23:34.428Z] go: finding github.com/kr/text v0.1.0 [2020-09-11T19:23:34.428Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-11T19:23:34.428Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-11T19:23:34.428Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-11T19:23:34.428Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-11T19:23:34.428Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-11T19:23:34.428Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-11T19:23:34.428Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-11T19:23:34.428Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-11T19:23:34.702Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-11T19:23:34.702Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-11T19:23:34.702Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-11T19:23:34.702Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-11T19:23:34.702Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-11T19:23:34.702Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-11T19:23:34.702Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-11T19:23:34.702Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-11T19:23:34.702Z] go: finding github.com/posener/complete v1.1.1 [2020-09-11T19:23:34.702Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-11T19:23:34.984Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-11T19:23:34.984Z] go: finding github.com/spf13/cast v1.3.1 [2020-09-11T19:23:34.984Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-11T19:23:34.984Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-11T19:23:34.984Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-11T19:23:34.984Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-11T19:23:34.984Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-09-11T19:23:34.984Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-11T19:23:34.984Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-11T19:23:34.984Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-09-11T19:23:34.984Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-09-11T19:23:35.259Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-11T19:23:35.260Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-11T19:23:45.434Z] Removing intermediate container b25181b3ac57 [2020-09-11T19:23:45.434Z] ---> 80e8207a87d9 [2020-09-11T19:23:45.434Z] Successfully built 80e8207a87d9 [2020-09-11T19:23:45.434Z] 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-11T19:23:46.194Z] + docker inspect -f . ci-base-image-arm64 [2020-09-11T19:23:46.194Z] . [Pipeline] withDockerContainer [2020-09-11T19:23:46.483Z] prd-ubuntu18.04-docker-arm64-4c-16g-2289 does not seem to be running inside a container [2020-09-11T19:23:46.578Z] $ 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 ******** ci-base-image-arm64 cat [2020-09-11T19:23:48.535Z] $ docker top 571fa819740e2f114cdc84a97b683454193fae99e282352734ce060c108b873d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-11T19:23:49.966Z] + go version [2020-09-11T19:23:49.966Z] go version go1.13.13 linux/arm64 [Pipeline] sh [2020-09-11T19:23:51.032Z] + make test [2020-09-11T19:23:51.032Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-09-11T19:23:52.026Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-09-11T19:24:24.424Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-09-11T19:24:24.424Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.024s coverage: 28.3% of statements [2020-09-11T19:24:24.424Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-09-11T19:24:24.424Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-11T19:24:29.832Z] gofmt -l . [2020-09-11T19:24:29.832Z] ["`gofmt -l .`" = ""] [2020-09-11T19:24:29.832Z] ./bin/test-attribution-txt.sh [2020-09-11T19:24:30.428Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-11T19:24:30.720Z] Warning: overwriting stash ‘coverage-report’ [2020-09-11T19:24:31.381Z] Stashed 1 file(s) [Pipeline] } [2020-09-11T19:24:31.408Z] $ docker stop --time=1 571fa819740e2f114cdc84a97b683454193fae99e282352734ce060c108b873d [2020-09-11T19:24:33.647Z] $ docker rm -f 571fa819740e2f114cdc84a97b683454193fae99e282352734ce060c108b873d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-11T19:24:34.970Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-11T19:24:35.389Z] + ls -al . [2020-09-11T19:24:35.389Z] total 136 [2020-09-11T19:24:35.389Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 11 19:24 . [2020-09-11T19:24:35.389Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 11 19:22 .. [2020-09-11T19:24:35.389Z] -rw-rw-r-- 1 jenkins jenkins 140 Sep 11 19:22 .dockerignore [2020-09-11T19:24:35.389Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 11 19:22 .git [2020-09-11T19:24:35.389Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 11 19:22 .github [2020-09-11T19:24:35.389Z] -rw-rw-r-- 1 jenkins jenkins 336 Sep 11 19:22 .gitignore [2020-09-11T19:24:35.389Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 11 19:22 .semver [2020-09-11T19:24:35.389Z] -rw-rw-r-- 1 jenkins jenkins 4678 Sep 11 19:22 Attribution.txt [2020-09-11T19:24:35.389Z] -rw-rw-r-- 1 jenkins jenkins 1784 Sep 11 19:22 Dockerfile [2020-09-11T19:24:35.389Z] -rw-rw-r-- 1 jenkins jenkins 953 Sep 11 19:22 Dockerfile.build [2020-09-11T19:24:35.389Z] -rw-rw-r-- 1 jenkins jenkins 700 Sep 11 19:22 Jenkinsfile [2020-09-11T19:24:35.389Z] -rw-rw-r-- 1 jenkins jenkins 11340 Sep 11 19:22 LICENSE [2020-09-11T19:24:35.389Z] -rw-rw-r-- 1 jenkins jenkins 902 Sep 11 19:22 Makefile [2020-09-11T19:24:35.389Z] -rw-rw-r-- 1 jenkins jenkins 444 Sep 11 19:22 README.md [2020-09-11T19:24:35.389Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 11 19:18 VERSION [2020-09-11T19:24:35.389Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 11 19:22 bin [2020-09-11T19:24:35.389Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 11 19:22 cmd [2020-09-11T19:24:35.389Z] -rw-r--r-- 1 jenkins jenkins 18939 Sep 11 19:24 coverage.out [2020-09-11T19:24:35.389Z] -rw-r--r-- 1 jenkins jenkins 510 Sep 11 19:24 go.mod [2020-09-11T19:24:35.389Z] -rw-r--r-- 1 jenkins jenkins 13621 Sep 11 19:24 go.sum [2020-09-11T19:24:35.389Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 11 19:22 internal [2020-09-11T19:24:35.389Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 11 19:22 mock [2020-09-11T19:24:35.389Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 11 19:22 snap [2020-09-11T19:24:35.389Z] -rw-rw-r-- 1 jenkins jenkins 227 Sep 11 19:22 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-11T19:24:35.820Z] + 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=107094d668242bf3f672f133004f3cdf96273152 --label arch=arm64 --label version=0.0.0 . [2020-09-11T19:24:36.103Z] Sending build context to Docker daemon 645.6kB [2020-09-11T19:24:36.399Z] Step 1/22 : ARG BASE=golang:1.13-alpine [2020-09-11T19:24:36.399Z] Step 2/22 : FROM ${BASE} AS builder [2020-09-11T19:24:36.399Z] ---> 80e8207a87d9 [2020-09-11T19:24:36.399Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-09-11T19:24:36.399Z] ---> Running in 3ded5d8e02d0 [2020-09-11T19:24:36.994Z] Removing intermediate container 3ded5d8e02d0 [2020-09-11T19:24:36.994Z] ---> 39b864f374ee [2020-09-11T19:24:36.994Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-09-11T19:24:36.994Z] ---> Running in a7ef051cb809 [2020-09-11T19:24:37.602Z] Removing intermediate container a7ef051cb809 [2020-09-11T19:24:37.602Z] ---> c84a1ce5c8c6 [2020-09-11T19:24:37.602Z] Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-11T19:24:37.602Z] ---> Running in 6d52e03b3476 [2020-09-11T19:24:40.233Z] Removing intermediate container 6d52e03b3476 [2020-09-11T19:24:40.233Z] ---> 6f3a95935449 [2020-09-11T19:24:40.233Z] Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-11T19:24:40.233Z] ---> Running in da5d1f6cd6a9 [2020-09-11T19:24:41.686Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-11T19:24:42.654Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-11T19:24:43.628Z] OK: 221 MiB in 53 packages [2020-09-11T19:24:45.055Z] Removing intermediate container da5d1f6cd6a9 [2020-09-11T19:24:45.055Z] ---> dba6d109a110 [2020-09-11T19:24:45.055Z] Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-09-11T19:24:45.055Z] ---> Running in c0f0a80124bc [2020-09-11T19:24:45.649Z] Removing intermediate container c0f0a80124bc [2020-09-11T19:24:45.649Z] ---> 46f5b921aef5 [2020-09-11T19:24:45.649Z] Step 8/22 : COPY . . [2020-09-11T19:24:46.629Z] ---> 68018f31fb58 [2020-09-11T19:24:46.629Z] Step 9/22 : ARG MAKE='make build' [2020-09-11T19:24:46.629Z] ---> Running in c3c36a032683 [2020-09-11T19:24:47.222Z] Removing intermediate container c3c36a032683 [2020-09-11T19:24:47.222Z] ---> 8f2829388c2f [2020-09-11T19:24:47.222Z] Step 10/22 : RUN $MAKE [2020-09-11T19:24:47.222Z] ---> Running in b921a8e66e40 [2020-09-11T19:24:48.647Z] 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-11T19:24:49.223Z] Running on prd-centos7-docker-8c-8g-2293 in /w/workspace/gexfoundry_device-mqtt-go_PR-170 [Pipeline] { [Pipeline] ws [2020-09-11T19:24:49.283Z] Running in /w/workspace/device-mqtt-go/2 [Pipeline] { [Pipeline] checkout [2020-09-11T19:24:51.677Z] using credential edgex-jenkins-ssh [2020-09-11T19:24:51.729Z] Cloning the remote Git repository [2020-09-11T19:24:51.729Z] Cloning with configured refspecs honoured and without tags [2020-09-11T19:24:52.360Z] Fetching without tags [2020-09-11T19:24:52.752Z] Merging remotes/origin/master commit a4d671bc363cd3b6b16a5de27983df7bd02b35a1 into PR head commit e6856924589b46b10038e9fce567ea5232b81490 [2020-09-11T19:24:52.845Z] Merge succeeded, producing a03d042a0c1b837143e729a40846c393813548ad [2020-09-11T19:24:52.846Z] Checking out Revision a03d042a0c1b837143e729a40846c393813548ad (PR-170) [2020-09-11T19:24:51.761Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-11T19:24:51.831Z] > git init /w/workspace/device-mqtt-go/2 # timeout=10 [2020-09-11T19:24:51.860Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-11T19:24:51.861Z] > git --version # timeout=10 [2020-09-11T19:24:51.867Z] > git --version # 'git version 2.16.5' [2020-09-11T19:24:51.868Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-11T19:24:51.898Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/170/head:refs/remotes/origin/PR-170 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-11T19:24:52.329Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-11T19:24:52.335Z] > git config --add remote.origin.fetch +refs/pull/170/head:refs/remotes/origin/PR-170 # timeout=10 [2020-09-11T19:24:52.344Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-11T19:24:52.353Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-11T19:24:52.367Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-11T19:24:52.367Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-11T19:24:52.373Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/170/head:refs/remotes/origin/PR-170 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-11T19:24:52.763Z] > git config core.sparsecheckout # timeout=10 [2020-09-11T19:24:52.770Z] > git checkout -f e6856924589b46b10038e9fce567ea5232b81490 # timeout=10 [2020-09-11T19:24:52.805Z] > git remote # timeout=10 [2020-09-11T19:24:52.810Z] > git config --get remote.origin.url # timeout=10 [2020-09-11T19:24:52.815Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-11T19:24:52.819Z] > git merge a4d671bc363cd3b6b16a5de27983df7bd02b35a1 # timeout=10 [2020-09-11T19:24:52.841Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-11T19:24:52.850Z] > git config core.sparsecheckout # timeout=10 [2020-09-11T19:24:52.856Z] > git checkout -f a03d042a0c1b837143e729a40846c393813548ad # timeout=10 [2020-09-11T19:24:56.482Z] Commit message: "Merge commit 'a4d671bc363cd3b6b16a5de27983df7bd02b35a1' into HEAD" [2020-09-11T19:24:56.487Z] > git rev-list --no-walk e6856924589b46b10038e9fce567ea5232b81490 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-11T19:24:57.730Z] ++ find /w/workspace/device-mqtt-go/2 [2020-09-11T19:24:57.730Z] ++ grep snapcraft.yaml [2020-09-11T19:24:57.730Z] + grep -Po '^name: \K(.*)' /w/workspace/device-mqtt-go/2/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-11T19:24:57.881Z] provisioning config files... [2020-09-11T19:24:57.893Z] copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/2@tmp/config4382221656888041298tmp [Pipeline] { [Pipeline] sh [2020-09-11T19:24:58.273Z] + cp /w/workspace/device-mqtt-go/2@tmp/config4382221656888041298tmp /w/workspace/device-mqtt-go/2/edgex-snap-store-login [Pipeline] sh [2020-09-11T19:24:58.579Z] + 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-11T19:24:58.844Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-09-11T19:24:58.844Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-09-11T19:24:58.844Z] f08d8e2a3ba1: Pulling fs layer [2020-09-11T19:24:58.844Z] 3baa9cb2483b: Pulling fs layer [2020-09-11T19:24:58.844Z] 94e5ff4c0b15: Pulling fs layer [2020-09-11T19:24:58.844Z] 1860925334f9: Pulling fs layer [2020-09-11T19:24:58.844Z] 2daf38717194: Pulling fs layer [2020-09-11T19:24:58.844Z] 309017e8d7a4: Pulling fs layer [2020-09-11T19:24:58.844Z] f7790dc9fd0f: Pulling fs layer [2020-09-11T19:24:58.844Z] cac0ae9282c2: Pulling fs layer [2020-09-11T19:24:58.844Z] 1f4cadf9a1ed: Pulling fs layer [2020-09-11T19:24:58.844Z] 1860925334f9: Waiting [2020-09-11T19:24:58.844Z] 309017e8d7a4: Waiting [2020-09-11T19:24:58.844Z] 1f4cadf9a1ed: Waiting [2020-09-11T19:24:58.844Z] cac0ae9282c2: Waiting [2020-09-11T19:24:58.844Z] f7790dc9fd0f: Waiting [2020-09-11T19:24:58.844Z] 94e5ff4c0b15: Verifying Checksum [2020-09-11T19:24:58.844Z] 94e5ff4c0b15: Download complete [2020-09-11T19:24:58.844Z] 3baa9cb2483b: Download complete [2020-09-11T19:24:58.844Z] 1860925334f9: Verifying Checksum [2020-09-11T19:24:58.844Z] 1860925334f9: Download complete [2020-09-11T19:24:59.106Z] 309017e8d7a4: Verifying Checksum [2020-09-11T19:24:59.107Z] 309017e8d7a4: Download complete [2020-09-11T19:24:59.369Z] f7790dc9fd0f: Download complete [2020-09-11T19:24:59.369Z] cac0ae9282c2: Verifying Checksum [2020-09-11T19:24:59.369Z] cac0ae9282c2: Download complete [2020-09-11T19:24:59.369Z] 1f4cadf9a1ed: Verifying Checksum [2020-09-11T19:24:59.369Z] 1f4cadf9a1ed: Download complete [2020-09-11T19:25:00.771Z] f08d8e2a3ba1: Verifying Checksum [2020-09-11T19:25:00.771Z] f08d8e2a3ba1: Download complete [2020-09-11T19:25:02.172Z] f08d8e2a3ba1: Pull complete [2020-09-11T19:25:02.435Z] 3baa9cb2483b: Pull complete [2020-09-11T19:25:02.699Z] 94e5ff4c0b15: Pull complete [2020-09-11T19:25:02.699Z] 1860925334f9: Pull complete [2020-09-11T19:25:06.927Z] 2daf38717194: Verifying Checksum [2020-09-11T19:25:06.927Z] 2daf38717194: Download complete [2020-09-11T19:25:15.521Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-11T19:25:23.815Z] Removing intermediate container b921a8e66e40 [2020-09-11T19:25:23.815Z] ---> 6214df30186f [2020-09-11T19:25:23.815Z] Step 11/22 : FROM alpine [2020-09-11T19:25:23.815Z] latest: Pulling from library/alpine [2020-09-11T19:25:23.815Z] b538f80385f9: Already exists [2020-09-11T19:25:23.815Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-11T19:25:23.815Z] Status: Downloaded newer image for alpine:latest [2020-09-11T19:25:23.815Z] ---> 62ee0e9f8440 [2020-09-11T19:25:23.815Z] Step 12/22 : ENV APP_PORT=49982 [2020-09-11T19:25:23.815Z] ---> Running in bdd8387fc362 [2020-09-11T19:25:23.815Z] Removing intermediate container bdd8387fc362 [2020-09-11T19:25:23.815Z] ---> 7609c795ef7a [2020-09-11T19:25:23.815Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-11T19:25:24.086Z] ---> Running in ed7a717783c6 [2020-09-11T19:25:24.359Z] Removing intermediate container ed7a717783c6 [2020-09-11T19:25:24.359Z] ---> 8429f9180ed0 [2020-09-11T19:25:24.359Z] Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-09-11T19:25:25.789Z] ---> b97241c687e5 [2020-09-11T19:25:25.789Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-09-11T19:25:26.770Z] ---> 60a949aa5fb8 [2020-09-11T19:25:26.770Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-09-11T19:25:27.361Z] ---> 161aa0995ead [2020-09-11T19:25:27.361Z] Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-09-11T19:25:27.633Z] ---> Running in c2a18207dca5 [2020-09-11T19:25:27.904Z] Removing intermediate container c2a18207dca5 [2020-09-11T19:25:27.904Z] ---> 155086fc9188 [2020-09-11T19:25:27.904Z] Step 18/22 : ENTRYPOINT ["/device-mqtt"] [2020-09-11T19:25:28.176Z] ---> Running in d325e9901728 [2020-09-11T19:25:28.774Z] Removing intermediate container d325e9901728 [2020-09-11T19:25:28.774Z] ---> d7717bd85e53 [2020-09-11T19:25:28.774Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-11T19:25:28.774Z] ---> Running in e50c1875a87c [2020-09-11T19:25:28.970Z] 2daf38717194: Pull complete [2020-09-11T19:25:28.970Z] 309017e8d7a4: Pull complete [2020-09-11T19:25:28.970Z] f7790dc9fd0f: Pull complete [2020-09-11T19:25:28.970Z] cac0ae9282c2: Pull complete [2020-09-11T19:25:28.970Z] 1f4cadf9a1ed: Pull complete [2020-09-11T19:25:28.970Z] Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 [2020-09-11T19:25:28.970Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-09-11T19:25:29.369Z] Removing intermediate container e50c1875a87c [2020-09-11T19:25:29.369Z] ---> 116b2e2bbfa8 [2020-09-11T19:25:29.369Z] Step 20/22 : LABEL arch=arm64 [2020-09-11T19:25:29.369Z] ---> Running in b8189107a710 [2020-09-11T19:25:29.643Z] Removing intermediate container b8189107a710 [2020-09-11T19:25:29.643Z] ---> 0812cca5d2c3 [2020-09-11T19:25:29.643Z] Step 21/22 : LABEL git_sha=107094d668242bf3f672f133004f3cdf96273152 [2020-09-11T19:25:29.915Z] ---> Running in d34d140a86a9 [2020-09-11T19:25:30.372Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-09-11T19:25:30.372Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-09-11T19:25:30.372Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-09-11T19:25:30.511Z] Removing intermediate container d34d140a86a9 [2020-09-11T19:25:30.511Z] ---> c36a37ab12c0 [2020-09-11T19:25:30.511Z] Step 22/22 : LABEL version=0.0.0 [2020-09-11T19:25:30.511Z] ---> Running in a5442e6aeff4 [2020-09-11T19:25:30.636Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [116 kB] [2020-09-11T19:25:30.636Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [10.1 kB] [2020-09-11T19:25:30.636Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [897 kB] [2020-09-11T19:25:30.636Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1089 kB] [2020-09-11T19:25:30.636Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-09-11T19:25:30.785Z] Removing intermediate container a5442e6aeff4 [2020-09-11T19:25:30.785Z] ---> 52ebc82d66b2 [2020-09-11T19:25:30.785Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-11T19:25:30.901Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [132 kB] [2020-09-11T19:25:30.901Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1384 kB] [2020-09-11T19:25:31.056Z] Successfully built 52ebc82d66b2 [2020-09-11T19:25:31.056Z] Successfully tagged docker-device-mqtt-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2020-09-11T19:25:31.476Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1425 kB] [2020-09-11T19:25:31.476Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.7 kB] Stage "Docker Push" skipped due to when conditional [Pipeline] } [2020-09-11T19:25:31.740Z] Fetched 5334 kB in 2s (3478 kB/s) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-09-11T19:25:33.136Z] Reading package lists... [2020-09-11T19:25:37.363Z] 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-09-11T19:25:37.363Z] 0% [Connecting to archive.ubuntu.com (91.189.88.152)] 0% [1 InRelease gpgv 88.7 kB] [Connecting to archive.ubuntu.com (91.189.88.152) Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-09-11T19:25:37.363Z] 0% [1 InRelease gpgv 88.7 kB] 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-09-11T19:25:37.363Z] 0% [2 InRelease gpgv 242 kB] 0% [Waiting for headers] 0% [3 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-09-11T19:25:39.274Z] 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... 50% 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-11T19:25:41.204Z] 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-11T19:25:42.840Z] 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... 49% 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-11T19:25:43.103Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 45% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree [2020-09-11T19:25:43.103Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-09-11T19:25:43.366Z] The following packages were automatically installed and are no longer required: [2020-09-11T19:25:43.366Z] libjq1 libonig4 [2020-09-11T19:25:43.366Z] Use 'sudo apt autoremove' to remove them. [2020-09-11T19:25:43.366Z] Suggested packages: [2020-09-11T19:25:43.366Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-09-11T19:25:43.366Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed [2020-09-11T19:25:43.366Z] diffutils-doc perl-doc libterm-readline-gnu-perl [2020-09-11T19:25:43.366Z] | libterm-readline-perl-perl [2020-09-11T19:25:43.366Z] The following NEW packages will be installed: [2020-09-11T19:25:43.366Z] curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 [2020-09-11T19:25:43.366Z] libperl5.26 make netbase patch perl perl-modules-5.26 [2020-09-11T19:25:43.366Z] 0 upgraded, 14 newly installed, 0 to remove and 3 not upgraded. [2020-09-11T19:25:43.366Z] Need to get 12.0 MB of archives. [2020-09-11T19:25:43.366Z] After this operation, 77.5 MB of additional disk space will be used. [2020-09-11T19:25:43.628Z] 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-11T19:25:44.468Z] 0% [1 perl-modules-5.26 12.6 kB/2763 kB 0%] 4% [1 perl-modules-5.26 651 kB/2763 kB 24%] 20% [Working] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-09-11T19:25:44.468Z] 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-11T19:25:44.468Z] 23% [Waiting for headers] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] [2020-09-11T19:25:44.468Z] 23% [4 libperl5.26 22.2 kB/3527 kB 1%] 48% [Waiting for headers] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] [2020-09-11T19:25:44.731Z] 48% [5 perl 1196 B/201 kB 1%] 51% [Waiting for headers] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-09-11T19:25:44.731Z] 51% [6 less 26.2 kB/112 kB 23%] 53% [Waiting for headers] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-09-11T19:25:44.731Z] 53% [7 netbase 12.3 kB/12.7 kB 96%] 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-11T19:25:44.731Z] 54% [8 curl 28.9 kB/159 kB 18%] 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-11T19:25:44.731Z] 57% [9 libcurl3-gnutls 5212 B/213 kB 2%] 60% [Waiting for headers] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-09-11T19:25:44.731Z] 60% [10 liberror-perl 12.6 kB/22.8 kB 55%] 61% [Waiting for headers] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-09-11T19:25:44.731Z] 61% [11 git-man 26.9 kB/804 kB 3%] 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-11T19:25:44.731Z] 68% [12 git 15.7 kB/3915 kB 0%] 95% [Waiting for headers] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-09-11T19:25:44.731Z] 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-11T19:25:44.731Z] 98% [14 patch 9523 B/102 kB 9%] 100% [Working] Fetched 12.0 MB in 1s (9034 kB/s) [2020-09-11T19:25:44.995Z] debconf: delaying package configuration, since apt-utils is not installed [2020-09-11T19:25:44.995Z] Selecting previously unselected package perl-modules-5.26. [2020-09-11T19:25:44.995Z] (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-11T19:25:44.995Z] Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-09-11T19:25:44.995Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-11T19:25:46.389Z] Selecting previously unselected package libgdbm5:amd64. [2020-09-11T19:25:46.389Z] Preparing to unpack .../01-libgdbm5_1.14.1-6_amd64.deb ... [2020-09-11T19:25:46.389Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-09-11T19:25:46.389Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-09-11T19:25:46.389Z] Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-09-11T19:25:46.389Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-09-11T19:25:46.389Z] Selecting previously unselected package libperl5.26:amd64. [2020-09-11T19:25:46.389Z] Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-09-11T19:25:46.389Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-09-11T19:25:46.967Z] Selecting previously unselected package perl. [2020-09-11T19:25:46.967Z] Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-09-11T19:25:46.967Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-09-11T19:25:47.230Z] Selecting previously unselected package less. [2020-09-11T19:25:47.230Z] Preparing to unpack .../05-less_487-0.1_amd64.deb ... [2020-09-11T19:25:47.230Z] Unpacking less (487-0.1) ... [2020-09-11T19:25:47.230Z] Selecting previously unselected package netbase. [2020-09-11T19:25:47.230Z] Preparing to unpack .../06-netbase_5.4_all.deb ... [2020-09-11T19:25:47.230Z] Unpacking netbase (5.4) ... [2020-09-11T19:25:47.230Z] Selecting previously unselected package curl. [2020-09-11T19:25:47.230Z] Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_amd64.deb ... [2020-09-11T19:25:47.230Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-09-11T19:25:47.494Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-09-11T19:25:47.494Z] Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... [2020-09-11T19:25:47.494Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-09-11T19:25:47.494Z] Selecting previously unselected package liberror-perl. [2020-09-11T19:25:47.494Z] Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... [2020-09-11T19:25:47.494Z] Unpacking liberror-perl (0.17025-1) ... [2020-09-11T19:25:47.494Z] Selecting previously unselected package git-man. [2020-09-11T19:25:47.494Z] Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-09-11T19:25:47.494Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-11T19:25:47.601Z] Still waiting to schedule task [2020-09-11T19:25:47.601Z] All nodes of label ‘ubuntu18.04-docker-arm64-16c-16g’ are offline [2020-09-11T19:25:47.760Z] Selecting previously unselected package git. [2020-09-11T19:25:47.760Z] Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-09-11T19:25:47.760Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-09-11T19:25:48.342Z] Selecting previously unselected package make. [2020-09-11T19:25:48.342Z] Preparing to unpack .../12-make_4.1-9.1ubuntu1_amd64.deb ... [2020-09-11T19:25:48.342Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-09-11T19:25:48.614Z] Selecting previously unselected package patch. [2020-09-11T19:25:48.614Z] Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-09-11T19:25:48.614Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-09-11T19:25:48.614Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-11T19:25:48.614Z] Setting up less (487-0.1) ... [2020-09-11T19:25:48.879Z] Setting up make (4.1-9.1ubuntu1) ... [2020-09-11T19:25:48.879Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-09-11T19:25:48.879Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-09-11T19:25:48.879Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-11T19:25:48.879Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-09-11T19:25:48.879Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-09-11T19:25:48.879Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-09-11T19:25:48.879Z] Setting up netbase (5.4) ... [2020-09-11T19:25:48.879Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-09-11T19:25:49.143Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-09-11T19:25:49.143Z] Setting up liberror-perl (0.17025-1) ... [2020-09-11T19:25:49.143Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-09-11T19:25:49.143Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-09-11T19:25:49.143Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-09-11T19:25:51.077Z] curl set to automatically installed. [2020-09-11T19:25:51.077Z] git set to automatically installed. [2020-09-11T19:25:51.077Z] git-man set to automatically installed. [2020-09-11T19:25:51.077Z] less set to automatically installed. [2020-09-11T19:25:51.077Z] libcurl3-gnutls set to automatically installed. [2020-09-11T19:25:51.077Z] liberror-perl set to automatically installed. [2020-09-11T19:25:51.077Z] libgdbm-compat4 set to automatically installed. [2020-09-11T19:25:51.077Z] libgdbm5 set to automatically installed. [2020-09-11T19:25:51.077Z] libperl5.26 set to automatically installed. [2020-09-11T19:25:51.341Z] make set to automatically installed. [2020-09-11T19:25:51.341Z] netbase set to automatically installed. [2020-09-11T19:25:51.341Z] patch set to automatically installed. [2020-09-11T19:25:51.341Z] perl set to automatically installed. [2020-09-11T19:25:51.341Z] perl-modules-5.26 set to automatically installed. [2020-09-11T19:25:51.341Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-09-11T19:25:51.341Z] Please ensure the environment is properly setup before continuing. [2020-09-11T19:25:51.341Z] Ignore this message if the appropriate measures have already been taken [2020-09-11T19:25:51.917Z] Pulling go  [2020-09-11T19:25:52.870Z] 'device-mqtt' has dependencies that need to be staged: go [2020-09-11T19:25:52.870Z] Skipping pull go (already ran) [2020-09-11T19:25:52.870Z] Building go  [2020-09-11T19:25:52.870Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-11T19:25:52.870Z] Dload Upload Total Spent Left Speed [2020-09-11T19:25:55.035Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 18 114M 18 20.9M 0 0 45.0M 0 0:00:02 --:--:-- 0:00:02 45.0M 69 114M 69 79.3M 0 0 53.5M 0 0:00:02 0:00:01 0:00:01 53.5M 100 114M 100 114M 0 0 54.1M 0 0:00:02 0:00:02 --:--:-- 54.1M [2020-09-11T19:25:55.996Z] go1.13.5.linux-amd64.tar.gz: OK [2020-09-11T19:26:04.224Z] Staging go  [2020-09-11T19:26:04.491Z] Pulling device-mqtt  [2020-09-11T19:26:05.440Z] Skipping build go (already ran) [2020-09-11T19:26:05.440Z] Building device-mqtt  [2020-09-11T19:26:05.440Z] 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-11T19:26:06.394Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-11T19:26:06.394Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-09-11T19:26:06.394Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-11T19:26:06.394Z] go: downloading github.com/spf13/cast v1.3.1 [2020-09-11T19:26:06.394Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-11T19:26:06.394Z] go: extracting github.com/spf13/cast v1.3.1 [2020-09-11T19:26:06.394Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-11T19:26:06.664Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-09-11T19:26:06.664Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-09-11T19:26:06.664Z] go: downloading github.com/google/uuid v1.1.1 [2020-09-11T19:26:06.664Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-11T19:26:06.664Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-11T19:26:06.664Z] go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-11T19:26:06.664Z] go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-11T19:26:06.664Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-09-11T19:26:06.664Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-11T19:26:06.664Z] go: extracting github.com/google/uuid v1.1.1 [2020-09-11T19:26:06.664Z] go: downloading github.com/pkg/errors v0.8.1 [2020-09-11T19:26:06.664Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-11T19:26:06.664Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-09-11T19:26:06.664Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-09-11T19:26:06.664Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-11T19:26:06.664Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-09-11T19:26:06.664Z] go: extracting github.com/pkg/errors v0.8.1 [2020-09-11T19:26:06.664Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-09-11T19:26:06.664Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-11T19:26:06.664Z] go: downloading github.com/x448/float16 v0.8.4 [2020-09-11T19:26:06.664Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-11T19:26:06.664Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-11T19:26:06.664Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-09-11T19:26:06.664Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-09-11T19:26:06.664Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-09-11T19:26:06.664Z] go: extracting github.com/x448/float16 v0.8.4 [2020-09-11T19:26:06.664Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-09-11T19:26:06.664Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-11T19:26:06.664Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-11T19:26:06.664Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-11T19:26:06.664Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-09-11T19:26:06.664Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-11T19:26:06.952Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-09-11T19:26:06.952Z] go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-11T19:26:06.952Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-09-11T19:26:06.952Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-09-11T19:26:06.952Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-11T19:26:06.952Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-09-11T19:26:06.952Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-09-11T19:26:06.952Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-09-11T19:26:06.952Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-11T19:26:06.952Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-09-11T19:26:06.952Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-09-11T19:26:06.952Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-11T19:26:06.952Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-11T19:26:06.952Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-09-11T19:26:06.952Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-11T19:26:06.952Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-11T19:26:06.952Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-09-11T19:26:06.952Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-11T19:26:06.952Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-09-11T19:26:06.952Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-09-11T19:26:06.952Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-09-11T19:26:06.952Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-11T19:26:07.217Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-11T19:26:07.217Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-11T19:26:07.217Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-11T19:26:07.217Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-09-11T19:26:07.217Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-09-11T19:26:07.217Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-11T19:26:07.217Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-11T19:26:07.217Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-09-11T19:26:07.217Z] go: finding github.com/spf13/cast v1.3.1 [2020-09-11T19:26:07.217Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-11T19:26:07.217Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-11T19:26:07.217Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-11T19:26:07.217Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-11T19:26:07.217Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-11T19:26:07.217Z] go: finding github.com/google/uuid v1.1.1 [2020-09-11T19:26:07.217Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-11T19:26:07.217Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-11T19:26:07.217Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-11T19:26:07.217Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-11T19:26:07.217Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-11T19:26:07.217Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-11T19:26:07.217Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-11T19:26:07.217Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-11T19:26:07.217Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-11T19:26:07.217Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-11T19:26:07.217Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-11T19:26:07.217Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-11T19:26:07.217Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-11T19:26:07.217Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-11T19:26:07.217Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-11T19:26:07.217Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-11T19:26:07.217Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-11T19:26:07.492Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-11T19:26:07.492Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-11T19:26:07.492Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-11T19:26:07.492Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-11T19:26:07.492Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-11T19:26:07.492Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-11T19:26:14.184Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-11T19:26:19.491Z] Skipping stage go (already ran) [2020-09-11T19:26:19.491Z] Staging device-mqtt  [2020-09-11T19:26:20.069Z] Priming go  [2020-09-11T19:26:21.032Z] Priming device-mqtt  [2020-09-11T19:26:21.985Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-09-11T19:26:21.985Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-09-11T19:26:21.985Z] Determining the version from the project repo (version-script). [2020-09-11T19:26:21.985Z] The version has been set to 'local-dev-20200911+a03d042' [2020-09-11T19:26:23.377Z] Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping | [2020-09-11T19:26:23.377Z] Snapped edgex-device-mqtt_local-dev-20200911+a03d042_amd64.snap [Pipeline] } [2020-09-11T19:26:25.953Z] 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-11T19:27:33.369Z] Running on prd-ubuntu18.04-docker-arm64-16c-16g-2296 in /w/workspace/gexfoundry_device-mqtt-go_PR-170 [Pipeline] { [Pipeline] ws [2020-09-11T19:27:33.425Z] Running in /w/workspace/device-mqtt-go/2 [Pipeline] { [Pipeline] checkout [2020-09-11T19:27:37.487Z] using credential edgex-jenkins-ssh [2020-09-11T19:27:37.577Z] Cloning the remote Git repository [2020-09-11T19:27:37.577Z] Cloning with configured refspecs honoured and without tags [2020-09-11T19:27:37.632Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-11T19:27:37.731Z] > git init /w/workspace/device-mqtt-go/2 # timeout=10 [2020-09-11T19:27:37.797Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-11T19:27:37.798Z] > git --version # timeout=10 [2020-09-11T19:27:37.813Z] > git --version # 'git version 2.17.1' [2020-09-11T19:27:37.814Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-11T19:27:37.897Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/170/head:refs/remotes/origin/PR-170 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-11T19:27:38.609Z] Fetching without tags [2020-09-11T19:27:39.076Z] Merging remotes/origin/master commit a4d671bc363cd3b6b16a5de27983df7bd02b35a1 into PR head commit e6856924589b46b10038e9fce567ea5232b81490 [2020-09-11T19:27:39.278Z] Merge succeeded, producing 464ed2c6809724d32e021c48d0bac8e8b8a32ed5 [2020-09-11T19:27:39.278Z] Checking out Revision 464ed2c6809724d32e021c48d0bac8e8b8a32ed5 (PR-170) [2020-09-11T19:27:38.546Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-11T19:27:38.561Z] > git config --add remote.origin.fetch +refs/pull/170/head:refs/remotes/origin/PR-170 # timeout=10 [2020-09-11T19:27:38.574Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-11T19:27:38.597Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-11T19:27:38.624Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-11T19:27:38.625Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-11T19:27:38.639Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/170/head:refs/remotes/origin/PR-170 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-11T19:27:39.101Z] > git config core.sparsecheckout # timeout=10 [2020-09-11T19:27:39.114Z] > git checkout -f e6856924589b46b10038e9fce567ea5232b81490 # timeout=10 [2020-09-11T19:27:39.188Z] > git remote # timeout=10 [2020-09-11T19:27:39.203Z] > git config --get remote.origin.url # timeout=10 [2020-09-11T19:27:39.213Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-11T19:27:39.224Z] > git merge a4d671bc363cd3b6b16a5de27983df7bd02b35a1 # timeout=10 [2020-09-11T19:27:39.267Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-11T19:27:39.288Z] > git config core.sparsecheckout # timeout=10 [2020-09-11T19:27:39.299Z] > git checkout -f 464ed2c6809724d32e021c48d0bac8e8b8a32ed5 # timeout=10 [2020-09-11T19:27:43.505Z] Commit message: "Merge commit 'a4d671bc363cd3b6b16a5de27983df7bd02b35a1' into HEAD" [2020-09-11T19:27:43.518Z] > git rev-list --no-walk e6856924589b46b10038e9fce567ea5232b81490 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-11T19:27:44.809Z] + find /w/workspace/device-mqtt-go/2 [2020-09-11T19:27:44.810Z] + grep snapcraft.yaml [2020-09-11T19:27:44.810Z] + grep -Po ^name: \K(.*) /w/workspace/device-mqtt-go/2/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-11T19:27:45.059Z] provisioning config files... [2020-09-11T19:27:45.085Z] copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/2@tmp/config9148469284556858449tmp [Pipeline] { [Pipeline] sh [2020-09-11T19:27:45.501Z] + cp /w/workspace/device-mqtt-go/2@tmp/config9148469284556858449tmp /w/workspace/device-mqtt-go/2/edgex-snap-store-login [Pipeline] sh [2020-09-11T19:27:45.847Z] + 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-11T19:27:46.446Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-09-11T19:27:46.724Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-09-11T19:27:46.724Z] 237528ba509b: Pulling fs layer [2020-09-11T19:27:46.724Z] 393b96f31d8b: Pulling fs layer [2020-09-11T19:27:46.724Z] 4d82b0e39008: Pulling fs layer [2020-09-11T19:27:46.724Z] e7ca375b8d34: Pulling fs layer [2020-09-11T19:27:46.724Z] 418f656485bb: Pulling fs layer [2020-09-11T19:27:46.724Z] aebe8db9254c: Pulling fs layer [2020-09-11T19:27:46.724Z] 4f5f7b207d3f: Pulling fs layer [2020-09-11T19:27:46.724Z] d19ca6af091a: Pulling fs layer [2020-09-11T19:27:46.724Z] 16b5a0711add: Pulling fs layer [2020-09-11T19:27:46.724Z] 418f656485bb: Waiting [2020-09-11T19:27:46.724Z] 16b5a0711add: Waiting [2020-09-11T19:27:46.724Z] 4f5f7b207d3f: Waiting [2020-09-11T19:27:46.724Z] d19ca6af091a: Waiting [2020-09-11T19:27:46.724Z] e7ca375b8d34: Waiting [2020-09-11T19:27:46.724Z] aebe8db9254c: Waiting [2020-09-11T19:27:46.724Z] 4d82b0e39008: Verifying Checksum [2020-09-11T19:27:46.724Z] 4d82b0e39008: Download complete [2020-09-11T19:27:46.724Z] 393b96f31d8b: Verifying Checksum [2020-09-11T19:27:46.724Z] 393b96f31d8b: Download complete [2020-09-11T19:27:47.002Z] e7ca375b8d34: Verifying Checksum [2020-09-11T19:27:47.002Z] e7ca375b8d34: Download complete [2020-09-11T19:27:47.002Z] aebe8db9254c: Download complete [2020-09-11T19:27:47.002Z] 4f5f7b207d3f: Verifying Checksum [2020-09-11T19:27:47.002Z] 4f5f7b207d3f: Download complete [2020-09-11T19:27:47.002Z] d19ca6af091a: Verifying Checksum [2020-09-11T19:27:47.002Z] d19ca6af091a: Download complete [2020-09-11T19:27:47.281Z] 16b5a0711add: Verifying Checksum [2020-09-11T19:27:47.281Z] 16b5a0711add: Download complete [2020-09-11T19:27:47.883Z] 237528ba509b: Download complete [2020-09-11T19:27:51.286Z] 237528ba509b: Pull complete [2020-09-11T19:27:51.286Z] 393b96f31d8b: Pull complete [2020-09-11T19:27:51.561Z] 4d82b0e39008: Pull complete [2020-09-11T19:27:52.156Z] e7ca375b8d34: Pull complete [2020-09-11T19:27:57.591Z] 418f656485bb: Verifying Checksum [2020-09-11T19:27:57.591Z] 418f656485bb: Download complete [2020-09-11T19:28:36.587Z] 418f656485bb: Pull complete [2020-09-11T19:28:36.587Z] aebe8db9254c: Pull complete [2020-09-11T19:28:36.861Z] 4f5f7b207d3f: Pull complete [2020-09-11T19:28:37.456Z] d19ca6af091a: Pull complete [2020-09-11T19:28:37.731Z] 16b5a0711add: Pull complete [2020-09-11T19:28:37.731Z] Digest: sha256:9ca9034cebc7408d83a32dada391ac179c4174cde852b5731596ec8e47bf0b3e [2020-09-11T19:28:37.731Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-09-11T19:28:43.135Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-09-11T19:28:43.135Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-09-11T19:28:43.135Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-09-11T19:28:43.411Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-09-11T19:28:43.687Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1260 kB] [2020-09-11T19:28:44.287Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [943 kB] [2020-09-11T19:28:44.562Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [783 kB] [2020-09-11T19:28:44.836Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [671 kB] [2020-09-11T19:28:45.110Z] Fetched 3909 kB in 2s (1694 kB/s) [2020-09-11T19:28:49.414Z] Reading package lists... [2020-09-11T19:29:04.504Z] 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-09-11T19:29:04.504Z] 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [2020-09-11T19:29:04.504Z] 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [2020-09-11T19:29:04.504Z] 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [2020-09-11T19:29:08.606Z] 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... 10% Reading package lists... 31% Reading package lists... 52% Reading package lists... 70% 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... 88% 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-11T19:29:15.317Z] 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-11T19:29:19.835Z] 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... 10% Reading package lists... 27% Reading package lists... 43% Reading package lists... 58% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% 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-11T19:29:20.658Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 70% Building dependency tree [2020-09-11T19:29:20.658Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-09-11T19:29:21.255Z] The following packages were automatically installed and are no longer required: [2020-09-11T19:29:21.255Z] libjq1 libonig4 [2020-09-11T19:29:21.255Z] Use 'sudo apt autoremove' to remove them. [2020-09-11T19:29:21.255Z] Suggested packages: [2020-09-11T19:29:21.255Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-09-11T19:29:21.255Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed [2020-09-11T19:29:21.255Z] diffutils-doc perl-doc libterm-readline-gnu-perl [2020-09-11T19:29:21.255Z] | libterm-readline-perl-perl [2020-09-11T19:29:21.848Z] The following NEW packages will be installed: [2020-09-11T19:29:21.848Z] curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 [2020-09-11T19:29:21.848Z] libperl5.26 make netbase patch perl perl-modules-5.26 [2020-09-11T19:29:21.848Z] 0 upgraded, 14 newly installed, 0 to remove and 3 not upgraded. [2020-09-11T19:29:21.848Z] Need to get 10.8 MB of archives. [2020-09-11T19:29:21.848Z] After this operation, 73.6 MB of additional disk space will be used. [2020-09-11T19:29:21.848Z] 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-11T19:29:22.712Z] 0% [1 perl-modules-5.26 13.8 kB/2763 kB 0%] 5% [1 perl-modules-5.26 686 kB/2763 kB 25%] 22% [Working] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] [2020-09-11T19:29:22.712Z] 22% [2 libgdbm5 0 B/23.1 kB 0%] 24% [Working] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] [2020-09-11T19:29:22.712Z] 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-11T19:29:22.983Z] 25% [4 libperl5.26 25.8 kB/3326 kB 1%] 51% [Working] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] [2020-09-11T19:29:22.983Z] 51% [5 perl 20.5 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-11T19:29:22.983Z] 54% [6 less 37.3 kB/99.7 kB 37%] 56% [Waiting for headers] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] [2020-09-11T19:29:22.983Z] 56% [7 netbase 12.3 kB/12.7 kB 97%] 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-11T19:29:22.983Z] 58% [8 curl 20.5 kB/152 kB 13%] 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-11T19:29:23.257Z] 61% [9 libcurl3-gnutls 34.1 kB/179 kB 19%] 63% [Working] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] [2020-09-11T19:29:23.257Z] 63% [10 liberror-perl 22.8 kB/22.8 kB 100%] 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-11T19:29:23.257Z] 65% [11 git-man 28.5 kB/804 kB 4%] 72% [Waiting for headers] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] [2020-09-11T19:29:23.849Z] 72% [12 git 11.2 kB/2952 kB 0%] 93% [12 git 2830 kB/2952 kB 96%] 95% [Working] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] [2020-09-11T19:29:23.849Z] 95% [13 make 4096 B/139 kB 3%] 98% [Waiting for headers] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] [2020-09-11T19:29:23.849Z] 98% [14 patch 3501 B/91.8 kB 4%] 100% [Working] Fetched 10.8 MB in 2s (5351 kB/s) [2020-09-11T19:29:24.442Z] debconf: delaying package configuration, since apt-utils is not installed [2020-09-11T19:29:24.715Z] Selecting previously unselected package perl-modules-5.26. [2020-09-11T19:29:24.715Z] (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-11T19:29:24.715Z] Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-09-11T19:29:24.715Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-11T19:29:26.140Z] Selecting previously unselected package libgdbm5:arm64. [2020-09-11T19:29:26.140Z] Preparing to unpack .../01-libgdbm5_1.14.1-6_arm64.deb ... [2020-09-11T19:29:26.140Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-09-11T19:29:26.140Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-09-11T19:29:26.140Z] Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-09-11T19:29:26.140Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-09-11T19:29:26.410Z] Selecting previously unselected package libperl5.26:arm64. [2020-09-11T19:29:26.410Z] Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... [2020-09-11T19:29:26.410Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-09-11T19:29:27.838Z] Selecting previously unselected package perl. [2020-09-11T19:29:27.838Z] Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_arm64.deb ... [2020-09-11T19:29:27.838Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-09-11T19:29:27.838Z] Selecting previously unselected package less. [2020-09-11T19:29:27.838Z] Preparing to unpack .../05-less_487-0.1_arm64.deb ... [2020-09-11T19:29:27.838Z] Unpacking less (487-0.1) ... [2020-09-11T19:29:28.110Z] Selecting previously unselected package netbase. [2020-09-11T19:29:28.110Z] Preparing to unpack .../06-netbase_5.4_all.deb ... [2020-09-11T19:29:28.110Z] Unpacking netbase (5.4) ... [2020-09-11T19:29:28.110Z] Selecting previously unselected package curl. [2020-09-11T19:29:28.110Z] Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_arm64.deb ... [2020-09-11T19:29:28.110Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-09-11T19:29:28.385Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-09-11T19:29:28.385Z] Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_arm64.deb ... [2020-09-11T19:29:28.385Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... [2020-09-11T19:29:28.385Z] Selecting previously unselected package liberror-perl. [2020-09-11T19:29:28.385Z] Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... [2020-09-11T19:29:28.385Z] Unpacking liberror-perl (0.17025-1) ... [2020-09-11T19:29:28.659Z] Selecting previously unselected package git-man. [2020-09-11T19:29:28.659Z] Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-09-11T19:29:28.659Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-11T19:29:28.933Z] Selecting previously unselected package git. [2020-09-11T19:29:28.933Z] Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-09-11T19:29:28.933Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-09-11T19:29:30.369Z] Selecting previously unselected package make. [2020-09-11T19:29:30.369Z] Preparing to unpack .../12-make_4.1-9.1ubuntu1_arm64.deb ... [2020-09-11T19:29:30.369Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-09-11T19:29:30.369Z] Selecting previously unselected package patch. [2020-09-11T19:29:30.369Z] Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-09-11T19:29:30.369Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-09-11T19:29:30.642Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-11T19:29:30.642Z] Setting up less (487-0.1) ... [2020-09-11T19:29:31.236Z] Setting up make (4.1-9.1ubuntu1) ... [2020-09-11T19:29:31.236Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-09-11T19:29:31.237Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... [2020-09-11T19:29:31.237Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-11T19:29:31.237Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-09-11T19:29:31.510Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-09-11T19:29:31.510Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-09-11T19:29:31.510Z] Setting up netbase (5.4) ... [2020-09-11T19:29:31.510Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-09-11T19:29:31.510Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-09-11T19:29:31.784Z] Setting up liberror-perl (0.17025-1) ... [2020-09-11T19:29:31.784Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-09-11T19:29:31.784Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-09-11T19:29:32.058Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-09-11T19:29:40.338Z] curl set to automatically installed. [2020-09-11T19:29:40.338Z] git set to automatically installed. [2020-09-11T19:29:40.338Z] git-man set to automatically installed. [2020-09-11T19:29:40.338Z] less set to automatically installed. [2020-09-11T19:29:40.338Z] libcurl3-gnutls set to automatically installed. [2020-09-11T19:29:40.338Z] liberror-perl set to automatically installed. [2020-09-11T19:29:40.338Z] libgdbm-compat4 set to automatically installed. [2020-09-11T19:29:40.338Z] libgdbm5 set to automatically installed. [2020-09-11T19:29:40.338Z] libperl5.26 set to automatically installed. [2020-09-11T19:29:40.338Z] make set to automatically installed. [2020-09-11T19:29:40.338Z] netbase set to automatically installed. [2020-09-11T19:29:40.338Z] patch set to automatically installed. [2020-09-11T19:29:40.338Z] perl set to automatically installed. [2020-09-11T19:29:40.338Z] perl-modules-5.26 set to automatically installed. [2020-09-11T19:29:40.338Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-09-11T19:29:40.338Z] Please ensure the environment is properly setup before continuing. [2020-09-11T19:29:40.338Z] Ignore this message if the appropriate measures have already been taken [2020-09-11T19:29:40.612Z] Pulling go  [2020-09-11T19:29:46.029Z] 'device-mqtt' has dependencies that need to be staged: go [2020-09-11T19:29:46.029Z] Skipping pull go (already ran) [2020-09-11T19:29:46.029Z] Building go  [2020-09-11T19:29:46.029Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-11T19:29:46.029Z] Dload Upload Total Spent Left Speed [2020-09-11T19:29:48.565Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 30 93.0M 30 27.9M 0 0 29.1M 0 0:00:03 --:--:-- 0:00:03 29.1M 62 93.0M 62 58.4M 0 0 30.1M 0 0:00:03 0:00:01 0:00:02 30.1M 90 93.0M 90 84.0M 0 0 28.2M 0 0:00:03 0:00:02 0:00:01 28.2M 100 93.0M 100 93.0M 0 0 27.6M 0 0:00:03 0:00:03 --:--:-- 27.6M [2020-09-11T19:29:50.552Z] go1.13.5.linux-arm64.tar.gz: OK [2020-09-11T19:30:12.725Z] Staging go  [2020-09-11T19:30:14.697Z] Pulling device-mqtt  [2020-09-11T19:30:18.076Z] Skipping build go (already ran) [2020-09-11T19:30:18.076Z] Building device-mqtt  [2020-09-11T19:30:18.076Z] 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-11T19:30:19.508Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-11T19:30:19.508Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-11T19:30:19.508Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-11T19:30:19.508Z] go: downloading github.com/spf13/cast v1.3.1 [2020-09-11T19:30:19.508Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-09-11T19:30:19.508Z] go: extracting github.com/spf13/cast v1.3.1 [2020-09-11T19:30:19.508Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-09-11T19:30:19.508Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-11T19:30:19.508Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-11T19:30:19.508Z] go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-11T19:30:19.508Z] go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-11T19:30:19.781Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-09-11T19:30:19.781Z] go: downloading github.com/google/uuid v1.1.1 [2020-09-11T19:30:19.781Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-11T19:30:19.781Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-09-11T19:30:19.781Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-11T19:30:19.781Z] go: extracting github.com/google/uuid v1.1.1 [2020-09-11T19:30:19.781Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-09-11T19:30:19.781Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-11T19:30:19.781Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-11T19:30:19.781Z] go: downloading github.com/pkg/errors v0.8.1 [2020-09-11T19:30:19.781Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-09-11T19:30:19.781Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-11T19:30:19.781Z] go: downloading github.com/x448/float16 v0.8.4 [2020-09-11T19:30:19.781Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-09-11T19:30:19.781Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-11T19:30:19.781Z] go: extracting github.com/pkg/errors v0.8.1 [2020-09-11T19:30:19.781Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-09-11T19:30:19.781Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-11T19:30:19.781Z] go: extracting github.com/x448/float16 v0.8.4 [2020-09-11T19:30:19.781Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-09-11T19:30:19.781Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-11T19:30:19.781Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-11T19:30:19.781Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-09-11T19:30:19.781Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-09-11T19:30:19.781Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-11T19:30:19.781Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-09-11T19:30:19.781Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-11T19:30:19.781Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-09-11T19:30:20.058Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-09-11T19:30:20.059Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-11T19:30:20.059Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-09-11T19:30:20.059Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-09-11T19:30:20.059Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-11T19:30:20.059Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-09-11T19:30:20.059Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-09-11T19:30:20.059Z] go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-11T19:30:20.059Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-09-11T19:30:20.059Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-09-11T19:30:20.059Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-11T19:30:20.059Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-09-11T19:30:20.059Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-09-11T19:30:20.059Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-11T19:30:20.059Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-11T19:30:20.059Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-09-11T19:30:20.059Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-11T19:30:20.059Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-11T19:30:20.059Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-09-11T19:30:20.059Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-09-11T19:30:20.331Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-09-11T19:30:20.331Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-11T19:30:20.331Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-11T19:30:20.332Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-11T19:30:20.604Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-11T19:30:20.604Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-09-11T19:30:20.604Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-09-11T19:30:20.604Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-11T19:30:20.604Z] go: finding github.com/spf13/cast v1.3.1 [2020-09-11T19:30:20.604Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-11T19:30:20.604Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-09-11T19:30:20.604Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-11T19:30:20.604Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-11T19:30:20.604Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-11T19:30:20.604Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-11T19:30:20.604Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-11T19:30:20.604Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-11T19:30:20.604Z] go: finding github.com/google/uuid v1.1.1 [2020-09-11T19:30:20.604Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-11T19:30:20.604Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-11T19:30:20.604Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-11T19:30:20.604Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-11T19:30:20.604Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-11T19:30:20.604Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-11T19:30:20.604Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-11T19:30:20.604Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-11T19:30:20.604Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-11T19:30:20.604Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-11T19:30:20.604Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-11T19:30:20.604Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-11T19:30:20.878Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-11T19:30:20.878Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-11T19:30:20.878Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-11T19:30:20.878Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-11T19:30:20.878Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-11T19:30:20.878Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-11T19:30:20.878Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-11T19:30:20.878Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-11T19:30:20.878Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-11T19:30:20.878Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-11T19:30:39.212Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-11T19:31:01.358Z] Skipping stage go (already ran) [2020-09-11T19:31:01.358Z] Staging device-mqtt  [2020-09-11T19:31:02.337Z] Priming go  [2020-09-11T19:31:05.715Z] Priming device-mqtt  [2020-09-11T19:31:10.015Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-09-11T19:31:10.015Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-09-11T19:31:10.015Z] Determining the version from the project repo (version-script). [2020-09-11T19:31:10.015Z] The version has been set to 'local-dev-20200911+464ed2c' [2020-09-11T19:31:11.107Z] Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping | [2020-09-11T19:31:11.107Z] Snapped edgex-device-mqtt_local-dev-20200911+464ed2c_arm64.snap [Pipeline] } [2020-09-11T19:31:13.752Z] 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-11T19:31:16.243Z] provisioning config files... [2020-09-11T19:31:16.256Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp/config816094981735885037tmp [Pipeline] { [Pipeline] sh [2020-09-11T19:31:16.644Z] + curl -s https://codecov.io/bash [2020-09-11T19:31:16.644Z] + bash -s - -t @/w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp/config816094981735885037tmp [Pipeline] } [2020-09-11T19:31:16.916Z] 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-11T19:31:22.170Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-11T19:31:22.738Z] ---> package-listing.sh [2020-09-11T19:31:22.738Z] ++ facter osfamily [2020-09-11T19:31:22.738Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-11T19:31:22.738Z] + OS_FAMILY=redhat [2020-09-11T19:31:22.738Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-170 [2020-09-11T19:31:22.738Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-11T19:31:22.738Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-11T19:31:22.738Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-11T19:31:22.738Z] + PACKAGES=/tmp/packages_start.txt [2020-09-11T19:31:22.738Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-170 ']' [2020-09-11T19:31:22.738Z] + PACKAGES=/tmp/packages_end.txt [2020-09-11T19:31:22.738Z] + case "${OS_FAMILY}" in [2020-09-11T19:31:22.738Z] + rpm -qa [2020-09-11T19:31:22.738Z] + sort [2020-09-11T19:31:26.963Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-11T19:31:26.963Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-11T19:31:26.963Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-11T19:31:26.963Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-170 ']' [2020-09-11T19:31:26.963Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-170/archives/ [2020-09-11T19:31:26.963Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-170/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-11T19:31:27.467Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-11T19:31:27.468Z] [2020-09-11T19:31:27.468Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-11T19:31:27.825Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-11T19:31:27.825Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-11T19:31:27.825Z] df20fa9351a1: Pulling fs layer [2020-09-11T19:31:27.825Z] 36b3adc4ff6f: Pulling fs layer [2020-09-11T19:31:27.825Z] 8ad3a11d3b57: Pulling fs layer [2020-09-11T19:31:27.825Z] 46f8f816bc3b: Pulling fs layer [2020-09-11T19:31:27.825Z] 0dadc02b9964: Pulling fs layer [2020-09-11T19:31:27.825Z] ce6a7cf60c04: Pulling fs layer [2020-09-11T19:31:27.825Z] 7a184a31f384: Pulling fs layer [2020-09-11T19:31:27.825Z] 0879bd2ef858: Pulling fs layer [2020-09-11T19:31:27.825Z] 46f8f816bc3b: Waiting [2020-09-11T19:31:27.825Z] 0dadc02b9964: Waiting [2020-09-11T19:31:27.825Z] 7a184a31f384: Waiting [2020-09-11T19:31:27.825Z] 0879bd2ef858: Waiting [2020-09-11T19:31:27.825Z] ce6a7cf60c04: Waiting [2020-09-11T19:31:27.825Z] 36b3adc4ff6f: Download complete [2020-09-11T19:31:27.825Z] 46f8f816bc3b: Download complete [2020-09-11T19:31:28.097Z] 0dadc02b9964: Verifying Checksum [2020-09-11T19:31:28.097Z] 0dadc02b9964: Download complete [2020-09-11T19:31:28.097Z] ce6a7cf60c04: Verifying Checksum [2020-09-11T19:31:28.097Z] ce6a7cf60c04: Download complete [2020-09-11T19:31:28.097Z] df20fa9351a1: Download complete [2020-09-11T19:31:28.097Z] 7a184a31f384: Verifying Checksum [2020-09-11T19:31:28.097Z] 7a184a31f384: Download complete [2020-09-11T19:31:28.359Z] 8ad3a11d3b57: Verifying Checksum [2020-09-11T19:31:28.359Z] 8ad3a11d3b57: Download complete [2020-09-11T19:31:28.359Z] df20fa9351a1: Pull complete [2020-09-11T19:31:28.631Z] 36b3adc4ff6f: Pull complete [2020-09-11T19:31:28.631Z] 0879bd2ef858: Verifying Checksum [2020-09-11T19:31:28.631Z] 0879bd2ef858: Download complete [2020-09-11T19:31:29.208Z] 8ad3a11d3b57: Pull complete [2020-09-11T19:31:29.208Z] 46f8f816bc3b: Pull complete [2020-09-11T19:31:29.784Z] 0dadc02b9964: Pull complete [2020-09-11T19:31:29.784Z] ce6a7cf60c04: Pull complete [2020-09-11T19:31:29.784Z] 7a184a31f384: Pull complete [2020-09-11T19:31:32.353Z] 0879bd2ef858: Pull complete [2020-09-11T19:31:32.353Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-11T19:31:32.353Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-11T19:31:32.353Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-11T19:31:32.473Z] prd-centos7-docker-4c-2g-2283 does not seem to be running inside a container [2020-09-11T19:31:32.527Z] $ 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-170 -v /w/workspace/gexfoundry_device-mqtt-go_PR-170:/w/workspace/gexfoundry_device-mqtt-go_PR-170:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-170@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-11T19:31:38.581Z] $ docker top 95a152d6d298f78b50cec6b6aa1a666bb720038a117d4945d3582d298153ecdd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-11T19:31:39.152Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-11T19:31:39.458Z] + ls /var/log/sa-host [2020-09-11T19:31:39.458Z] + sadf -c /var/log/sa-host/sa05 [2020-09-11T19:31:39.458Z] file_magic: OK [2020-09-11T19:31:39.458Z] HZ: Using current value: 100 [2020-09-11T19:31:39.458Z] file_header: OK [2020-09-11T19:31:39.458Z] 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-11T19:31:39.458Z] Statistics: [2020-09-11T19:31:39.458Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-11T19:31:39.458Z] File successfully converted to sysstat format version 12.2.1 [2020-09-11T19:31:39.458Z] + sadf -c /var/log/sa-host/sa11 [2020-09-11T19:31:39.458Z] file_magic: OK [2020-09-11T19:31:39.458Z] HZ: Using current value: 100 [2020-09-11T19:31:39.458Z] file_header: OK [2020-09-11T19:31:39.458Z] 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-11T19:31:39.458Z] Statistics: [2020-09-11T19:31:39.458Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-11T19:31:39.458Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-11T19:31:39.526Z] provisioning config files... [2020-09-11T19:31:39.544Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp/config7453946513425283791tmp [Pipeline] { [Pipeline] echo [2020-09-11T19:31:39.671Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-11T19:31:39.974Z] ---> create-netrc.sh [Pipeline] echo [2020-09-11T19:31:39.985Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-11T19:31:40.280Z] ---> logs-deploy.sh [2020-09-11T19:31:40.280Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-170/2 [2020-09-11T19:31:40.280Z] INFO: archiving workspace using pattern(s): [2020-09-11T19:31:41.671Z] Archives upload complete. [2020-09-11T19:31:41.671Z] INFO: archiving logs to Nexus