Pull request #169 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4f13d3b8c24926502c75f0ce487e96a984a92e31+fe2df51579bf0cce1b2e428c0c04fcb23a980c4d (71e6488c44fd49af38272fbacac7e84b38779695) Running in Durability level: MAX_SURVIVABILITY 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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-169/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, goVersion:1.13, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-mqtt-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-1778 in /w/workspace/gexfoundry_device-mqtt-go_PR-169 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git > git init /w/workspace/gexfoundry_device-mqtt-go_PR-169 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit fe2df51579bf0cce1b2e428c0c04fcb23a980c4d into PR head commit 4f13d3b8c24926502c75f0ce487e96a984a92e31 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/169/head:refs/remotes/origin/PR-169 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merge succeeded, producing 4f13d3b8c24926502c75f0ce487e96a984a92e31 Checking out Revision 4f13d3b8c24926502c75f0ce487e96a984a92e31 (PR-169) > git config core.sparsecheckout # timeout=10 > git checkout -f 4f13d3b8c24926502c75f0ce487e96a984a92e31 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge fe2df51579bf0cce1b2e428c0c04fcb23a980c4d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4f13d3b8c24926502c75f0ce487e96a984a92e31 # timeout=10 Commit message: "Bump github.com/eclipse/paho.mqtt.golang from 1.1.1 to 1.2.0" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:46:49 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:46:49 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:46:49 ========================================================= 04:46:49 EdgeX Global Pipelines Version Info 04:46:49 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:46:52 ------------------- 04:46:52 stable info: 04:46:52 ------------------- 04:46:52 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:46:52 Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 04:46:52 Message: update stable to v1.0.119 04:46:53 ------------------- 04:46:53 experimental info: 04:46:53 ------------------- 04:46:53 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:46:53 Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 04:46:53 Message: update experimental to v1.0.119 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 04:46:54 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 04:46:54 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 04:46:54 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:46:54 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:46:54 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:46:54 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo 04:46:54 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 04:46:55 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo 04:46:55 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 04:46:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:46:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:46:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo 04:46:55 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:46:55 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:46:55 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:46:55 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:46:56 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:46:56 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:46:56 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:46:56 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 04:46:56 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 04:46:56 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 04:46:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-169 [Pipeline] echo 04:46:56 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-169 [Pipeline] echo 04:46:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-169 [Pipeline] echo 04:46:57 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4f13d3b8c24926502c75f0ce487e96a984a92e31 [Pipeline] echo 04:46:57 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4f13d3b [Pipeline] echo 04:46:57 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:46:58 + git log --format=format:%s -1 4f13d3b8c24926502c75f0ce487e96a984a92e31 [Pipeline] echo 04:46:58 GIT_COMMIT: 4f13d3b8c24926502c75f0ce487e96a984a92e31, Commit Message: Bump github.com/eclipse/paho.mqtt.golang from 1.1.1 to 1.2.0 [Pipeline] echo 04:46:58 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 04:46:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:46:59 04:46:59 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:47:00 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:47:00 latest: Pulling from edgex-devops/git-semver 04:47:00 31603596830f: Pulling fs layer 04:47:00 2a8b12db71e7: Pulling fs layer 04:47:00 6ca5941a6612: Pulling fs layer 04:47:00 ecc8261a40a4: Pulling fs layer 04:47:00 ecc8261a40a4: Waiting 04:47:00 2a8b12db71e7: Verifying Checksum 04:47:00 2a8b12db71e7: Download complete 04:47:00 31603596830f: Verifying Checksum 04:47:00 31603596830f: Download complete 04:47:00 6ca5941a6612: Verifying Checksum 04:47:00 6ca5941a6612: Download complete 04:47:00 ecc8261a40a4: Verifying Checksum 04:47:00 ecc8261a40a4: Download complete 04:47:01 31603596830f: Pull complete 04:47:01 2a8b12db71e7: Pull complete 04:47:02 6ca5941a6612: Pull complete 04:47:02 ecc8261a40a4: Pull complete 04:47:02 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:47:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:47:02 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:47:03 prd-centos7-docker-4c-2g-1778 does not seem to be running inside a container 04:47:03 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-169 -v /w/workspace/gexfoundry_device-mqtt-go_PR-169:/w/workspace/gexfoundry_device-mqtt-go_PR-169:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:47:05 $ docker top 5686ae87fecd3b46fc55d8a51f4f56a7774dfaf9f7d7d6e40f97714a5ed20958 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:47:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:47:06 [ssh-agent] Looking for ssh-agent implementation... 04:47:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:47:06 $ docker exec 5686ae87fecd3b46fc55d8a51f4f56a7774dfaf9f7d7d6e40f97714a5ed20958 ssh-agent 04:47:07 SSH_AUTH_SOCK=/tmp/ssh-PNJ6rvlb0SrD/agent.11 04:47:07 SSH_AGENT_PID=16 04:47:07 Running ssh-add (command line suppressed) 04:47:08 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp/private_key_406506408438180640.key (/w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp/private_key_406506408438180640.key) 04:47:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:47:08 + git describe --exact-match --tags HEAD 04:47:08 fatal: No names found, cannot describe anything. [Pipeline] } 04:47:08 $ docker exec --env ******** --env ******** 5686ae87fecd3b46fc55d8a51f4f56a7774dfaf9f7d7d6e40f97714a5ed20958 ssh-agent -k 04:47:08 unset SSH_AUTH_SOCK; 04:47:08 unset SSH_AGENT_PID; 04:47:08 echo Agent pid 16 killed; 04:47:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 04:47:09 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 04:47:09 This usually means this commit has not been tagged. [Pipeline] sshagent 04:47:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:47:09 [ssh-agent] Looking for ssh-agent implementation... 04:47:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:47:09 $ docker exec 5686ae87fecd3b46fc55d8a51f4f56a7774dfaf9f7d7d6e40f97714a5ed20958 ssh-agent 04:47:10 SSH_AUTH_SOCK=/tmp/ssh-iOalKkOCUmEy/agent.45 04:47:10 SSH_AGENT_PID=50 04:47:10 Running ssh-add (command line suppressed) 04:47:10 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp/private_key_1629892455253707028.key (/w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp/private_key_1629892455253707028.key) 04:47:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:47:10 + git semver init 04:47:10 # -> Open(): unable to determine branch for HEAD 04:47:10 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-169/.git 04:47:10 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-169 04:47:10 # $SEMVER_REMOTE_NAME = origin 04:47:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:47:10 # $SEMVER_USER_NAME = edgex-jenkins 04:47:10 # $SEMVER_BRANCH = PR-169 04:47:10 # $SEMVER_TEMP = /tmp/semver-339151668 04:47:10 # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP 04:47:11 # '/tmp/semver-339151668' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-169/.semver' 04:47:11 # -> Force: false 04:47:11 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-169/.semver [Pipeline] } 04:47:11 $ docker exec --env ******** --env ******** 5686ae87fecd3b46fc55d8a51f4f56a7774dfaf9f7d7d6e40f97714a5ed20958 ssh-agent -k 04:47:11 unset SSH_AUTH_SOCK; 04:47:11 unset SSH_AGENT_PID; 04:47:11 echo Agent pid 50 killed; 04:47:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:47:12 + git semver [Pipeline] } 04:47:12 $ docker stop --time=1 5686ae87fecd3b46fc55d8a51f4f56a7774dfaf9f7d7d6e40f97714a5ed20958 04:47:13 $ docker rm -f 5686ae87fecd3b46fc55d8a51f4f56a7774dfaf9f7d7d6e40f97714a5ed20958 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 04:47:15 Stashed 24 file(s) [Pipeline] echo 04:47:15 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 04:47:15 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 04:47:30 Still waiting to schedule task 04:47:30 Waiting for next available executor on ‘centos7-docker-4c-2g’ 04:47:30 Still waiting to schedule task 04:47:30 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1779’ 04:49:05 Running on prd-centos7-docker-4c-2g-1785 in /w/workspace/gexfoundry_device-mqtt-go_PR-169 [Pipeline] { [Pipeline] ws 04:49:05 Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout 04:49:08 using credential edgex-jenkins-ssh 04:49:08 Cloning the remote Git repository 04:49:08 Cloning with configured refspecs honoured and without tags 04:49:09 Fetching without tags 04:49:08 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 04:49:08 > git init /w/workspace/device-mqtt-go/1 # timeout=10 04:49:08 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 04:49:08 > git --version # timeout=10 04:49:08 > git --version # 'git version 2.16.5' 04:49:08 using GIT_SSH to set credentials SSH Credentials for GitHub 04:49:08 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:49:09 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 04:49:09 > git config --add remote.origin.fetch +refs/pull/169/head:refs/remotes/origin/PR-169 # timeout=10 04:49:09 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:49:09 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 04:49:09 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 04:49:09 using GIT_SSH to set credentials SSH Credentials for GitHub 04:49:09 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:49:09 Merging remotes/origin/master commit fe2df51579bf0cce1b2e428c0c04fcb23a980c4d into PR head commit 4f13d3b8c24926502c75f0ce487e96a984a92e31 04:49:09 Merge succeeded, producing 4f13d3b8c24926502c75f0ce487e96a984a92e31 04:49:09 Checking out Revision 4f13d3b8c24926502c75f0ce487e96a984a92e31 (PR-169) 04:49:09 > git config core.sparsecheckout # timeout=10 04:49:09 > git checkout -f 4f13d3b8c24926502c75f0ce487e96a984a92e31 # timeout=10 04:49:09 > git remote # timeout=10 04:49:09 > git config --get remote.origin.url # timeout=10 04:49:09 using GIT_SSH to set credentials SSH Credentials for GitHub 04:49:09 > git merge fe2df51579bf0cce1b2e428c0c04fcb23a980c4d # timeout=10 04:49:09 > git rev-parse HEAD^{commit} # timeout=10 04:49:09 > git config core.sparsecheckout # timeout=10 04:49:09 > git checkout -f 4f13d3b8c24926502c75f0ce487e96a984a92e31 # timeout=10 04:49:13 Commit message: "Bump github.com/eclipse/paho.mqtt.golang from 1.1.1 to 1.2.0" 04:49:13 > git --version # timeout=10 04:49:13 > git --version # 'git version 2.16.5' 04:49:13 fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 04:49:14 ========================================================= 04:49:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 04:49:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:49:14 + 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 . 04:49:15 Sending build context to Docker daemon 609.3kB 04:49:15 Step 1/8 : ARG BASE=golang:1.13-alpine 04:49:15 Step 2/8 : FROM ${BASE} 04:49:15 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 04:49:15 df20fa9351a1: Pulling fs layer 04:49:15 ed8968b2872e: Pulling fs layer 04:49:15 a92cc7c5fd73: Pulling fs layer 04:49:15 2dd03ba5bac4: Pulling fs layer 04:49:15 1e091d79d1de: Pulling fs layer 04:49:15 481702a1767f: Pulling fs layer 04:49:15 f64a6f60c768: Pulling fs layer 04:49:15 e78d2573fc39: Pulling fs layer 04:49:15 e876d2f968b6: Pulling fs layer 04:49:15 ce8a83651883: Pulling fs layer 04:49:15 07967f4d0e4b: Pulling fs layer 04:49:15 2dd03ba5bac4: Waiting 04:49:15 1e091d79d1de: Waiting 04:49:15 481702a1767f: Waiting 04:49:15 f64a6f60c768: Waiting 04:49:15 e78d2573fc39: Waiting 04:49:15 ce8a83651883: Waiting 04:49:15 e876d2f968b6: Waiting 04:49:15 07967f4d0e4b: Waiting 04:49:15 a92cc7c5fd73: Verifying Checksum 04:49:15 a92cc7c5fd73: Download complete 04:49:15 ed8968b2872e: Download complete 04:49:15 1e091d79d1de: Download complete 04:49:15 481702a1767f: Verifying Checksum 04:49:15 481702a1767f: Download complete 04:49:15 df20fa9351a1: Verifying Checksum 04:49:15 df20fa9351a1: Download complete 04:49:15 df20fa9351a1: Pull complete 04:49:15 ed8968b2872e: Pull complete 04:49:16 a92cc7c5fd73: Pull complete 04:49:18 f64a6f60c768: Verifying Checksum 04:49:18 f64a6f60c768: Download complete 04:49:18 e876d2f968b6: Verifying Checksum 04:49:18 e876d2f968b6: Download complete 04:49:21 ce8a83651883: Verifying Checksum 04:49:21 ce8a83651883: Download complete 04:49:21 07967f4d0e4b: Verifying Checksum 04:49:21 07967f4d0e4b: Download complete 04:49:21 e78d2573fc39: Verifying Checksum 04:49:21 e78d2573fc39: Download complete 04:49:22 2dd03ba5bac4: Verifying Checksum 04:49:22 2dd03ba5bac4: Download complete 04:49:27 2dd03ba5bac4: Pull complete 04:49:27 1e091d79d1de: Pull complete 04:49:27 481702a1767f: Pull complete 04:49:32 f64a6f60c768: Pull complete 04:49:36 e78d2573fc39: Pull complete 04:49:36 e876d2f968b6: Pull complete 04:49:36 ce8a83651883: Pull complete 04:49:37 07967f4d0e4b: Pull complete 04:49:37 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 04:49:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 04:49:37 ---> 5d7c900382c6 04:49:37 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 04:49:38 ---> Running in e14f13af86eb 04:49:38 Removing intermediate container e14f13af86eb 04:49:38 ---> 8132a5efbdfc 04:49:38 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:49:38 ---> Running in 0651eccfc25d 04:49:39 Removing intermediate container 0651eccfc25d 04:49:39 ---> 9f094898c5d6 04:49:39 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 04:49:39 ---> Running in 7a66b382690f 04:49:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:49:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:49:41 (1/14) Installing libmagic (5.38-r0) 04:49:41 (2/14) Installing file (5.38-r0) 04:49:41 (3/14) Installing libc-dev (0.7.2-r3) 04:49:41 (4/14) Installing g++ (9.3.0-r2) 04:49:47 (5/14) Installing fortify-headers (1.1-r0) 04:49:47 (6/14) Installing patch (2.7.6-r6) 04:49:47 (7/14) Installing build-base (0.5-r2) 04:49:47 (8/14) Installing openssh-keygen (8.3_p1-r0) 04:49:47 (9/14) Installing libedit (20191231.3.1-r0) 04:49:47 (10/14) Installing openssh-client (8.3_p1-r0) 04:49:48 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 04:49:48 (12/14) Installing openssh-server-common (8.3_p1-r0) 04:49:48 (13/14) Installing openssh-server (8.3_p1-r0) 04:49:49 (14/14) Installing openssh (8.3_p1-r0) 04:49:49 Executing busybox-1.31.1-r16.trigger 04:49:49 OK: 237 MiB in 53 packages 04:49:52 Removing intermediate container 7a66b382690f 04:49:52 ---> 21f637c80a22 04:49:52 Step 6/8 : WORKDIR /device-mqtt-go 04:49:52 ---> Running in 55a417976e6a 04:49:52 Removing intermediate container 55a417976e6a 04:49:52 ---> 7a75807a4ef8 04:49:52 Step 7/8 : COPY . . 04:49:53 ---> 4e68b9c15337 04:49:53 Step 8/8 : RUN go mod download 04:49:54 ---> Running in a7a6f79043a8 04:49:56 go: finding github.com/BurntSushi/toml v0.3.1 04:49:56 go: finding github.com/OneOfOne/xxhash v1.2.6 04:49:56 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:49:56 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:49:56 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:49:56 go: finding github.com/bgentry/speakeasy v0.1.0 04:49:56 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:49:56 go: finding github.com/davecgh/go-spew v1.1.1 04:49:56 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:49:56 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 04:49:56 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:49:56 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:49:56 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:49:56 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 04:49:56 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:49:56 go: finding github.com/fatih/color v1.7.0 04:49:56 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:49:56 go: finding github.com/go-kit/kit v0.8.0 04:49:56 go: finding github.com/go-logfmt/logfmt v0.4.0 04:49:56 go: finding github.com/go-stack/stack v1.8.0 04:49:56 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:49:56 go: finding github.com/google/uuid v1.1.1 04:49:56 go: finding github.com/gorilla/mux v1.7.1 04:49:56 go: finding github.com/hashicorp/consul/api v1.1.0 04:49:56 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:49:56 go: finding github.com/hashicorp/errwrap v1.0.0 04:49:56 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:49:56 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:49:56 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:49:56 go: finding github.com/hashicorp/go-multierror v1.0.0 04:49:56 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:49:56 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:49:56 go: finding github.com/hashicorp/go-syslog v1.0.0 04:49:56 go: finding github.com/hashicorp/go-uuid v1.0.1 04:49:56 go: finding github.com/hashicorp/go.net v0.0.1 04:49:56 go: finding github.com/hashicorp/golang-lru v0.5.0 04:49:56 go: finding github.com/hashicorp/logutils v1.0.0 04:49:56 go: finding github.com/hashicorp/mdns v1.0.0 04:49:56 go: finding github.com/hashicorp/memberlist v0.1.3 04:49:56 go: finding github.com/hashicorp/serf v0.8.2 04:49:56 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:49:56 go: finding github.com/kr/pretty v0.1.0 04:49:56 go: finding github.com/kr/pty v1.1.1 04:49:56 go: finding github.com/kr/text v0.1.0 04:49:56 go: finding github.com/mattn/go-colorable v0.0.9 04:49:56 go: finding github.com/mattn/go-isatty v0.0.3 04:49:56 go: finding github.com/miekg/dns v1.0.14 04:49:56 go: finding github.com/mitchellh/cli v1.0.0 04:49:56 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:49:56 go: finding github.com/mitchellh/copystructure v1.0.0 04:49:57 go: finding github.com/mitchellh/go-homedir v1.0.0 04:49:57 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:49:57 go: finding github.com/mitchellh/gox v0.4.0 04:49:57 go: finding github.com/mitchellh/iochan v1.0.0 04:49:57 go: finding github.com/mitchellh/mapstructure v1.1.2 04:49:57 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:49:57 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:49:57 go: finding github.com/pelletier/go-toml v1.2.0 04:49:57 go: finding github.com/pkg/errors v0.8.1 04:49:57 go: finding github.com/pmezard/go-difflib v1.0.0 04:49:57 go: finding github.com/posener/complete v1.1.1 04:49:57 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:49:57 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:49:57 go: finding github.com/spf13/cast v1.3.0 04:49:57 go: finding github.com/stretchr/objx v0.1.0 04:49:57 go: finding github.com/stretchr/testify v1.5.1 04:49:57 go: finding github.com/ugorji/go v1.1.4 04:49:57 go: finding github.com/x448/float16 v0.8.4 04:49:57 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 04:49:57 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 04:49:57 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:49:57 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 04:49:57 go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 04:49:57 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 04:49:57 go: finding gopkg.in/yaml.v2 v2.2.8 04:50:01 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1786 in /w/workspace/gexfoundry_device-mqtt-go_PR-169 [Pipeline] { [Pipeline] ws 04:50:01 Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout 04:50:05 Removing intermediate container a7a6f79043a8 04:50:05 ---> cd4a900b0529 04:50:05 Successfully built cd4a900b0529 04:50:05 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 04:50:06 using credential edgex-jenkins-ssh 04:50:06 Cloning the remote Git repository 04:50:06 Cloning with configured refspecs honoured and without tags 04:50:06 + docker inspect -f . ci-base-image-x86_64 04:50:06 . [Pipeline] withDockerContainer 04:50:07 prd-centos7-docker-4c-2g-1785 does not seem to be running inside a container 04:50:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@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 ******** ci-base-image-x86_64 cat 04:50:06 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 04:50:07 > git init /w/workspace/device-mqtt-go/1 # timeout=10 04:50:07 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 04:50:07 > git --version # timeout=10 04:50:07 > git --version # 'git version 2.17.1' 04:50:07 using GIT_SSH to set credentials SSH Credentials for GitHub 04:50:07 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:50:07 Fetching without tags 04:50:08 $ docker top 70c1230f241d4aa20f71349e76c4908ac5f3a20934983a053939f4d40d905547 -eo pid,comm 04:50:08 Merging remotes/origin/master commit fe2df51579bf0cce1b2e428c0c04fcb23a980c4d into PR head commit 4f13d3b8c24926502c75f0ce487e96a984a92e31 [Pipeline] { [Pipeline] sh 04:50:08 Merge succeeded, producing 4f13d3b8c24926502c75f0ce487e96a984a92e31 04:50:08 Checking out Revision 4f13d3b8c24926502c75f0ce487e96a984a92e31 (PR-169) 04:50:08 + go version 04:50:08 go version go1.13.13 linux/amd64 [Pipeline] sh 04:50:07 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 04:50:07 > git config --add remote.origin.fetch +refs/pull/169/head:refs/remotes/origin/PR-169 # timeout=10 04:50:07 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:50:07 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 04:50:07 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 04:50:07 using GIT_SSH to set credentials SSH Credentials for GitHub 04:50:07 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:50:08 > git config core.sparsecheckout # timeout=10 04:50:08 > git checkout -f 4f13d3b8c24926502c75f0ce487e96a984a92e31 # timeout=10 04:50:08 > git remote # timeout=10 04:50:08 > git config --get remote.origin.url # timeout=10 04:50:08 using GIT_SSH to set credentials SSH Credentials for GitHub 04:50:08 > git merge fe2df51579bf0cce1b2e428c0c04fcb23a980c4d # timeout=10 04:50:08 > git rev-parse HEAD^{commit} # timeout=10 04:50:08 > git config core.sparsecheckout # timeout=10 04:50:08 > git checkout -f 4f13d3b8c24926502c75f0ce487e96a984a92e31 # timeout=10 04:50:09 + make test 04:50:09 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 04:50:10 ? github.com/edgexfoundry/device-mqtt-go [no test files] 04:50:13 Commit message: "Bump github.com/eclipse/paho.mqtt.golang from 1.1.1 to 1.2.0" 04:50:13 > git --version # timeout=10 04:50:13 > git --version # 'git version 2.17.1' 04:50:13 fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 04:50:14 ========================================================= 04:50:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 04:50:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:50:15 + 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 . 04:50:16 Sending build context to Docker daemon 609.3kB 04:50:16 Step 1/8 : ARG BASE=golang:1.13-alpine 04:50:16 Step 2/8 : FROM ${BASE} 04:50:16 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:50:16 b538f80385f9: Pulling fs layer 04:50:16 74f711af9a0d: Pulling fs layer 04:50:16 99f96fe45779: Pulling fs layer 04:50:16 fd7a069fd194: Pulling fs layer 04:50:16 66aa3694b03b: Pulling fs layer 04:50:16 170f70906a0f: Pulling fs layer 04:50:16 ad7c5574e4b9: Pulling fs layer 04:50:16 e772456be8f7: Pulling fs layer 04:50:16 c890913d741a: Pulling fs layer 04:50:16 2480fcc9aa5a: Pulling fs layer 04:50:16 09adf4765672: Pulling fs layer 04:50:16 ad7c5574e4b9: Waiting 04:50:16 e772456be8f7: Waiting 04:50:16 fd7a069fd194: Waiting 04:50:16 66aa3694b03b: Waiting 04:50:16 c890913d741a: Waiting 04:50:16 2480fcc9aa5a: Waiting 04:50:16 170f70906a0f: Waiting 04:50:16 09adf4765672: Waiting 04:50:16 99f96fe45779: Verifying Checksum 04:50:16 99f96fe45779: Download complete 04:50:16 74f711af9a0d: Verifying Checksum 04:50:16 74f711af9a0d: Download complete 04:50:16 66aa3694b03b: Download complete 04:50:16 170f70906a0f: Verifying Checksum 04:50:16 b538f80385f9: Download complete 04:50:17 b538f80385f9: Pull complete 04:50:18 74f711af9a0d: Pull complete 04:50:18 99f96fe45779: Pull complete 04:50:20 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 04:50:20 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.008s coverage: 28.3% of statements 04:50:20 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 04:50:20 CGO_ENABLED=0 GO111MODULE=on go vet ./... 04:50:20 ad7c5574e4b9: Verifying Checksum 04:50:20 ad7c5574e4b9: Download complete 04:50:20 c890913d741a: Verifying Checksum 04:50:20 c890913d741a: Download complete 04:50:22 gofmt -l . 04:50:22 ["`gofmt -l .`" = ""] 04:50:22 ./bin/test-attribution-txt.sh 04:50:22 e772456be8f7: Verifying Checksum 04:50:22 e772456be8f7: Download complete 04:50:22 09adf4765672: Verifying Checksum 04:50:22 09adf4765672: Download complete 04:50:22 2480fcc9aa5a: Verifying Checksum 04:50:22 2480fcc9aa5a: Download complete 04:50:22 ./bin/test-go-mod-tidy.sh 04:50:22 fd7a069fd194: Verifying Checksum 04:50:22 fd7a069fd194: Download complete [Pipeline] stash 04:50:23 Stashed 1 file(s) [Pipeline] } 04:50:23 $ docker stop --time=1 70c1230f241d4aa20f71349e76c4908ac5f3a20934983a053939f4d40d905547 04:50:26 $ docker rm -f 70c1230f241d4aa20f71349e76c4908ac5f3a20934983a053939f4d40d905547 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:50:27 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:50:28 + ls -al . 04:50:28 total 100 04:50:28 drwxrwxr-x. 10 jenkins jenkins 4096 Sep 8 04:50 . 04:50:28 drwxrwxr-x. 4 jenkins jenkins 28 Sep 8 04:49 .. 04:50:28 -rw-rw-r--. 1 jenkins jenkins 4678 Sep 8 04:49 Attribution.txt 04:50:28 drwxrwxr-x. 2 jenkins jenkins 87 Sep 8 04:49 bin 04:50:28 drwxrwxr-x. 3 jenkins jenkins 32 Sep 8 04:49 cmd 04:50:28 -rw-r--r--. 1 jenkins jenkins 18939 Sep 8 04:50 coverage.out 04:50:28 -rw-rw-r--. 1 jenkins jenkins 1784 Sep 8 04:49 Dockerfile 04:50:28 -rw-rw-r--. 1 jenkins jenkins 953 Sep 8 04:49 Dockerfile.build 04:50:28 -rw-rw-r--. 1 jenkins jenkins 140 Sep 8 04:49 .dockerignore 04:50:28 drwxrwxr-x. 8 jenkins jenkins 179 Sep 8 04:49 .git 04:50:28 drwxrwxr-x. 2 jenkins jenkins 60 Sep 8 04:49 .github 04:50:28 -rw-rw-r--. 1 jenkins jenkins 328 Sep 8 04:49 .gitignore 04:50:28 -rw-r--r--. 1 jenkins jenkins 510 Sep 8 04:50 go.mod 04:50:28 -rw-r--r--. 1 jenkins jenkins 13621 Sep 8 04:50 go.sum 04:50:28 drwxrwxr-x. 3 jenkins jenkins 20 Sep 8 04:49 internal 04:50:28 -rw-rw-r--. 1 jenkins jenkins 700 Sep 8 04:49 Jenkinsfile 04:50:28 -rw-rw-r--. 1 jenkins jenkins 11340 Sep 8 04:49 LICENSE 04:50:28 -rw-rw-r--. 1 jenkins jenkins 902 Sep 8 04:49 Makefile 04:50:28 drwxrwxr-x. 2 jenkins jenkins 23 Sep 8 04:49 mock 04:50:28 -rw-rw-r--. 1 jenkins jenkins 444 Sep 8 04:49 README.md 04:50:28 drwxrwxr-x. 3 jenkins jenkins 58 Sep 8 04:49 .semver 04:50:28 drwxrwxr-x. 4 jenkins jenkins 54 Sep 8 04:49 snap 04:50:28 -rw-rw-r--. 1 jenkins jenkins 5 Sep 8 04:47 VERSION 04:50:28 -rw-rw-r--. 1 jenkins jenkins 227 Sep 8 04:49 version.go [Pipeline] isUnix [Pipeline] sh 04:50:28 + 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=4f13d3b8c24926502c75f0ce487e96a984a92e31 --label arch=amd64 --label version=0.0.0 . 04:50:28 Sending build context to Docker daemon 628.7kB 04:50:28 Step 1/22 : ARG BASE=golang:1.13-alpine 04:50:28 Step 2/22 : FROM ${BASE} AS builder 04:50:28 ---> cd4a900b0529 04:50:28 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 04:50:28 ---> Running in 218ef720aa8a 04:50:29 Removing intermediate container 218ef720aa8a 04:50:29 ---> a18e29799709 04:50:29 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 04:50:29 ---> Running in 9aff1c923824 04:50:29 Removing intermediate container 9aff1c923824 04:50:29 ---> 02f1bb7571c1 04:50:29 Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:50:29 ---> Running in fbcb42f54d00 04:50:30 Removing intermediate container fbcb42f54d00 04:50:30 ---> d561b46b112d 04:50:30 Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:50:30 ---> Running in eb7ca10b38c7 04:50:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:50:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:50:32 OK: 237 MiB in 53 packages 04:50:32 Removing intermediate container eb7ca10b38c7 04:50:32 ---> 904542b5bbf8 04:50:32 Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 04:50:32 ---> Running in 4cfcdc14ccf5 04:50:32 Removing intermediate container 4cfcdc14ccf5 04:50:32 ---> 50aa6bfeb343 04:50:32 Step 8/22 : COPY . . 04:50:33 fd7a069fd194: Pull complete 04:50:33 66aa3694b03b: Pull complete 04:50:33 ---> 2c7f769494a3 04:50:33 Step 9/22 : ARG MAKE='make build' 04:50:33 ---> Running in 36fa4cbcf02c 04:50:33 170f70906a0f: Pull complete 04:50:33 Removing intermediate container 36fa4cbcf02c 04:50:33 ---> eb1d22ab2c55 04:50:33 Step 10/22 : RUN $MAKE 04:50:33 ---> Running in 1aacfc8e3fc8 04:50:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 04:50:36 ad7c5574e4b9: Pull complete 04:50:42 e772456be8f7: Pull complete 04:50:42 c890913d741a: Pull complete 04:50:44 2480fcc9aa5a: Pull complete 04:50:44 CGO_ENABLED=0 GO111MODULE=on go build ./... 04:50:44 09adf4765672: Pull complete 04:50:44 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 04:50:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 04:50:44 ---> 2248a725d1cf 04:50:44 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 04:50:48 Removing intermediate container 1aacfc8e3fc8 04:50:48 ---> 42d4810bcd05 04:50:48 Step 11/22 : FROM alpine 04:50:48 latest: Pulling from library/alpine 04:50:48 df20fa9351a1: Already exists 04:50:48 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:50:48 Status: Downloaded newer image for alpine:latest 04:50:48 ---> a24bb4013296 04:50:48 Step 12/22 : ENV APP_PORT=49982 04:50:48 ---> Running in b6ba2a63a12c 04:50:48 Removing intermediate container b6ba2a63a12c 04:50:48 ---> 952c3d02cd13 04:50:48 Step 13/22 : EXPOSE $APP_PORT 04:50:48 ---> Running in 5409e41693f5 04:50:49 ---> Running in d44307ca198c 04:50:49 Removing intermediate container 5409e41693f5 04:50:49 ---> 42185d61ea19 04:50:49 Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 04:50:49 Removing intermediate container d44307ca198c 04:50:49 ---> 40961413cc26 04:50:49 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:50:49 ---> Running in a46f8c1fc6bf 04:50:49 ---> 11b15c115df6 04:50:49 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 04:50:50 ---> 6d0d05f339b3 04:50:50 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 04:50:50 ---> d9f063b6b87c 04:50:50 Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 04:50:50 ---> Running in 51f1d0aa4fc6 04:50:50 Removing intermediate container 51f1d0aa4fc6 04:50:50 ---> 5fbc2b0481c1 04:50:50 Step 18/22 : ENTRYPOINT ["/device-mqtt"] 04:50:50 ---> Running in a3900b246a77 04:50:50 Removing intermediate container a3900b246a77 04:50:50 ---> b8899ed293ba 04:50:50 Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:50:50 ---> Running in aed5224f0b77 04:50:50 Removing intermediate container aed5224f0b77 04:50:50 ---> 18b307e303f5 04:50:50 Step 20/22 : LABEL arch=amd64 04:50:51 ---> Running in b2de706c146b 04:50:51 Removing intermediate container b2de706c146b 04:50:51 ---> 24fbd175f137 04:50:51 Step 21/22 : LABEL git_sha=4f13d3b8c24926502c75f0ce487e96a984a92e31 04:50:51 ---> Running in 759519d0696d 04:50:51 Removing intermediate container 759519d0696d 04:50:51 ---> cb1954883ad0 04:50:51 Step 22/22 : LABEL version=0.0.0 04:50:51 ---> Running in 54a487ae0333 04:50:51 Removing intermediate container 54a487ae0333 04:50:51 ---> 18a950bbe7f0 04:50:51 [Warning] One or more build-args [ARCH] were not consumed 04:50:51 Successfully built 18a950bbe7f0 04:50:51 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 04:50:52 Removing intermediate container a46f8c1fc6bf 04:50:52 ---> 0bc7abe62687 04:50:52 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 04:50:52 ---> Running in e05bf81a6fda 04:50:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:50:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:50:57 (1/14) Installing libmagic (5.38-r0) 04:50:58 (2/14) Installing file (5.38-r0) 04:50:58 (3/14) Installing libc-dev (0.7.2-r3) 04:50:58 (4/14) Installing g++ (9.3.0-r2) 04:51:07 Still waiting to schedule task 04:51:07 All nodes of label ‘centos7-docker-8c-8g’ are offline 04:51:08 (5/14) Installing fortify-headers (1.1-r0) 04:51:08 (6/14) Installing patch (2.7.6-r6) 04:51:08 (7/14) Installing build-base (0.5-r2) 04:51:08 (8/14) Installing openssh-keygen (8.3_p1-r0) 04:51:08 (9/14) Installing libedit (20191231.3.1-r0) 04:51:08 (10/14) Installing openssh-client (8.3_p1-r0) 04:51:08 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 04:51:09 (12/14) Installing openssh-server-common (8.3_p1-r0) 04:51:09 (13/14) Installing openssh-server (8.3_p1-r0) 04:51:09 (14/14) Installing openssh (8.3_p1-r0) 04:51:09 Executing busybox-1.31.1-r16.trigger 04:51:09 OK: 221 MiB in 53 packages 04:51:13 Removing intermediate container e05bf81a6fda 04:51:13 ---> 24a3c5390c67 04:51:13 Step 6/8 : WORKDIR /device-mqtt-go 04:51:14 ---> Running in 6983d00d511e 04:51:14 Removing intermediate container 6983d00d511e 04:51:14 ---> f31dd67f123e 04:51:14 Step 7/8 : COPY . . 04:51:15 ---> 39e6bd2f95f8 04:51:15 Step 8/8 : RUN go mod download 04:51:15 ---> Running in 4e24b54b4598 04:51:19 go: finding github.com/BurntSushi/toml v0.3.1 04:51:19 go: finding github.com/OneOfOne/xxhash v1.2.6 04:51:19 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:51:19 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:51:19 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:51:19 go: finding github.com/bgentry/speakeasy v0.1.0 04:51:19 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:51:19 go: finding github.com/davecgh/go-spew v1.1.1 04:51:19 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:51:19 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 04:51:19 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:51:19 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:51:19 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:51:19 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 04:51:19 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:51:19 go: finding github.com/fatih/color v1.7.0 04:51:19 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:51:19 go: finding github.com/go-kit/kit v0.8.0 04:51:19 go: finding github.com/go-logfmt/logfmt v0.4.0 04:51:19 go: finding github.com/go-stack/stack v1.8.0 04:51:19 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:51:19 go: finding github.com/google/uuid v1.1.1 04:51:19 go: finding github.com/gorilla/mux v1.7.1 04:51:19 go: finding github.com/hashicorp/consul/api v1.1.0 04:51:19 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:51:19 go: finding github.com/hashicorp/errwrap v1.0.0 04:51:19 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:51:19 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:51:19 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:51:19 go: finding github.com/hashicorp/go-multierror v1.0.0 04:51:19 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:51:19 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:51:19 go: finding github.com/hashicorp/go-syslog v1.0.0 04:51:19 go: finding github.com/hashicorp/go-uuid v1.0.1 04:51:19 go: finding github.com/hashicorp/go.net v0.0.1 04:51:19 go: finding github.com/hashicorp/golang-lru v0.5.0 04:51:19 go: finding github.com/hashicorp/logutils v1.0.0 04:51:19 go: finding github.com/hashicorp/mdns v1.0.0 04:51:19 go: finding github.com/hashicorp/memberlist v0.1.3 04:51:19 go: finding github.com/hashicorp/serf v0.8.2 04:51:19 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:51:19 go: finding github.com/kr/pretty v0.1.0 04:51:19 go: finding github.com/kr/pty v1.1.1 04:51:20 go: finding github.com/kr/text v0.1.0 04:51:20 go: finding github.com/mattn/go-colorable v0.0.9 04:51:20 go: finding github.com/mattn/go-isatty v0.0.3 04:51:20 go: finding github.com/miekg/dns v1.0.14 04:51:20 go: finding github.com/mitchellh/cli v1.0.0 04:51:20 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:51:20 go: finding github.com/mitchellh/copystructure v1.0.0 04:51:20 go: finding github.com/mitchellh/go-homedir v1.0.0 04:51:20 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:51:20 go: finding github.com/mitchellh/gox v0.4.0 04:51:20 go: finding github.com/mitchellh/iochan v1.0.0 04:51:20 go: finding github.com/mitchellh/mapstructure v1.1.2 04:51:20 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:51:20 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:51:20 go: finding github.com/pelletier/go-toml v1.2.0 04:51:20 go: finding github.com/pkg/errors v0.8.1 04:51:20 go: finding github.com/pmezard/go-difflib v1.0.0 04:51:20 go: finding github.com/posener/complete v1.1.1 04:51:20 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:51:20 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:51:20 go: finding github.com/spf13/cast v1.3.0 04:51:20 go: finding github.com/stretchr/objx v0.1.0 04:51:20 go: finding github.com/stretchr/testify v1.5.1 04:51:20 go: finding github.com/ugorji/go v1.1.4 04:51:20 go: finding github.com/x448/float16 v0.8.4 04:51:20 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 04:51:20 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 04:51:20 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:51:20 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 04:51:20 go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 04:51:20 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 04:51:20 go: finding gopkg.in/yaml.v2 v2.2.8 04:51:30 Removing intermediate container 4e24b54b4598 04:51:30 ---> 6b8f3cc46800 04:51:30 Successfully built 6b8f3cc46800 04:51:30 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:51:31 + docker inspect -f . ci-base-image-arm64 04:51:31 . [Pipeline] withDockerContainer 04:51:32 prd-ubuntu18.04-docker-arm64-4c-16g-1786 does not seem to be running inside a container 04:51:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@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 ******** ci-base-image-arm64 cat 04:51:34 $ docker top f83f8d81ea2d3da2a066f96caa9fdebea7cfd5e4b01eb9535aa9e20ae677af8e -eo pid,comm [Pipeline] { [Pipeline] sh 04:51:35 + go version 04:51:35 go version go1.13.13 linux/arm64 [Pipeline] sh 04:51:36 + make test 04:51:36 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 04:51:37 ? github.com/edgexfoundry/device-mqtt-go [no test files] 04:52:10 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 04:52:10 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.026s coverage: 28.3% of statements 04:52:10 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 04:52:11 CGO_ENABLED=0 GO111MODULE=on go vet ./... 04:52:15 Running on prd-centos7-docker-8c-8g-1791 in /w/workspace/gexfoundry_device-mqtt-go_PR-169 [Pipeline] { [Pipeline] ws 04:52:15 Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout 04:52:17 using credential edgex-jenkins-ssh 04:52:17 Cloning the remote Git repository 04:52:17 Cloning with configured refspecs honoured and without tags 04:52:17 gofmt -l . 04:52:17 ["`gofmt -l .`" = ""] 04:52:17 ./bin/test-attribution-txt.sh 04:52:17 ./bin/test-go-mod-tidy.sh 04:52:17 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 04:52:17 > git init /w/workspace/device-mqtt-go/1 # timeout=10 04:52:17 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 04:52:17 > git --version # timeout=10 04:52:17 > git --version # 'git version 2.16.5' 04:52:17 using GIT_SSH to set credentials SSH Credentials for GitHub 04:52:17 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:52:18 Fetching without tags [Pipeline] stash 04:52:18 Warning: overwriting stash ‘coverage-report’ 04:52:18 Merging remotes/origin/master commit fe2df51579bf0cce1b2e428c0c04fcb23a980c4d into PR head commit 4f13d3b8c24926502c75f0ce487e96a984a92e31 04:52:18 Merge succeeded, producing 4f13d3b8c24926502c75f0ce487e96a984a92e31 04:52:18 Checking out Revision 4f13d3b8c24926502c75f0ce487e96a984a92e31 (PR-169) 04:52:18 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 04:52:18 > git config --add remote.origin.fetch +refs/pull/169/head:refs/remotes/origin/PR-169 # timeout=10 04:52:18 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:52:18 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 04:52:18 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 04:52:18 using GIT_SSH to set credentials SSH Credentials for GitHub 04:52:18 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:52:18 > git config core.sparsecheckout # timeout=10 04:52:18 > git checkout -f 4f13d3b8c24926502c75f0ce487e96a984a92e31 # timeout=10 04:52:18 > git remote # timeout=10 04:52:18 > git config --get remote.origin.url # timeout=10 04:52:18 using GIT_SSH to set credentials SSH Credentials for GitHub 04:52:18 > git merge fe2df51579bf0cce1b2e428c0c04fcb23a980c4d # timeout=10 04:52:18 > git rev-parse HEAD^{commit} # timeout=10 04:52:18 > git config core.sparsecheckout # timeout=10 04:52:18 > git checkout -f 4f13d3b8c24926502c75f0ce487e96a984a92e31 # timeout=10 04:52:19 Stashed 1 file(s) [Pipeline] } 04:52:19 $ docker stop --time=1 f83f8d81ea2d3da2a066f96caa9fdebea7cfd5e4b01eb9535aa9e20ae677af8e 04:52:21 $ docker rm -f f83f8d81ea2d3da2a066f96caa9fdebea7cfd5e4b01eb9535aa9e20ae677af8e [Pipeline] // withDockerContainer [Pipeline] } 04:52:22 Commit message: "Bump github.com/eclipse/paho.mqtt.golang from 1.1.1 to 1.2.0" [Pipeline] // script 04:52:22 > git --version # timeout=10 04:52:22 > git --version # 'git version 2.16.5' 04:52:22 fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { 04:52:23 + sudo chown -R jenkins:jenkins . [Pipeline] sh [Pipeline] sh 04:52:23 ++ find /w/workspace/device-mqtt-go/1 04:52:23 ++ grep snapcraft.yaml 04:52:23 + grep -Po '^name: \K(.*)' /w/workspace/device-mqtt-go/1/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { 04:52:23 + ls -al . 04:52:23 total 136 04:52:23 drwxrwxr-x 10 jenkins jenkins 4096 Sep 8 04:52 . 04:52:23 drwxrwxr-x 4 jenkins jenkins 4096 Sep 8 04:50 .. 04:52:23 -rw-rw-r-- 1 jenkins jenkins 140 Sep 8 04:50 .dockerignore 04:52:23 drwxrwxr-x 8 jenkins jenkins 4096 Sep 8 04:50 .git 04:52:23 drwxrwxr-x 2 jenkins jenkins 4096 Sep 8 04:50 .github 04:52:23 -rw-rw-r-- 1 jenkins jenkins 328 Sep 8 04:50 .gitignore 04:52:23 drwxrwxr-x 3 jenkins jenkins 4096 Sep 8 04:50 .semver 04:52:23 -rw-rw-r-- 1 jenkins jenkins 4678 Sep 8 04:50 Attribution.txt 04:52:23 -rw-rw-r-- 1 jenkins jenkins 1784 Sep 8 04:50 Dockerfile 04:52:23 -rw-rw-r-- 1 jenkins jenkins 953 Sep 8 04:50 Dockerfile.build 04:52:23 -rw-rw-r-- 1 jenkins jenkins 700 Sep 8 04:50 Jenkinsfile 04:52:23 -rw-rw-r-- 1 jenkins jenkins 11340 Sep 8 04:50 LICENSE 04:52:23 -rw-rw-r-- 1 jenkins jenkins 902 Sep 8 04:50 Makefile 04:52:23 -rw-rw-r-- 1 jenkins jenkins 444 Sep 8 04:50 README.md 04:52:23 -rw-rw-r-- 1 jenkins jenkins 5 Sep 8 04:47 VERSION 04:52:23 drwxrwxr-x 2 jenkins jenkins 4096 Sep 8 04:50 bin 04:52:23 drwxrwxr-x 3 jenkins jenkins 4096 Sep 8 04:50 cmd 04:52:23 -rw-r--r-- 1 jenkins jenkins 18939 Sep 8 04:52 coverage.out 04:52:23 -rw-r--r-- 1 jenkins jenkins 510 Sep 8 04:52 go.mod 04:52:23 -rw-r--r-- 1 jenkins jenkins 13621 Sep 8 04:52 go.sum 04:52:23 drwxrwxr-x 3 jenkins jenkins 4096 Sep 8 04:50 internal 04:52:23 drwxrwxr-x 2 jenkins jenkins 4096 Sep 8 04:50 mock 04:52:23 drwxrwxr-x 4 jenkins jenkins 4096 Sep 8 04:50 snap 04:52:23 -rw-rw-r-- 1 jenkins jenkins 227 Sep 8 04:50 version.go [Pipeline] configFileProvider 04:52:24 provisioning config files... 04:52:24 copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/1@tmp/config5744747826255593245tmp [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 04:52:24 + cp /w/workspace/device-mqtt-go/1@tmp/config5744747826255593245tmp /w/workspace/device-mqtt-go/1/edgex-snap-store-login [Pipeline] sh 04:52:24 + 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=4f13d3b8c24926502c75f0ce487e96a984a92e31 --label arch=arm64 --label version=0.0.0 . 04:52:24 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/1:/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 04:52:24 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 04:52:24 latest: Pulling from edgex-devops/edgex-snap-builder 04:52:24 f08d8e2a3ba1: Pulling fs layer 04:52:24 3baa9cb2483b: Pulling fs layer 04:52:24 94e5ff4c0b15: Pulling fs layer 04:52:24 1860925334f9: Pulling fs layer 04:52:24 2daf38717194: Pulling fs layer 04:52:24 309017e8d7a4: Pulling fs layer 04:52:24 f7790dc9fd0f: Pulling fs layer 04:52:24 cac0ae9282c2: Pulling fs layer 04:52:24 1860925334f9: Waiting 04:52:24 1f4cadf9a1ed: Pulling fs layer 04:52:24 2daf38717194: Waiting 04:52:24 309017e8d7a4: Waiting 04:52:24 f7790dc9fd0f: Waiting 04:52:24 1f4cadf9a1ed: Waiting 04:52:24 94e5ff4c0b15: Verifying Checksum 04:52:24 94e5ff4c0b15: Download complete 04:52:24 3baa9cb2483b: Verifying Checksum 04:52:24 3baa9cb2483b: Download complete 04:52:24 1860925334f9: Verifying Checksum 04:52:24 1860925334f9: Download complete 04:52:24 309017e8d7a4: Download complete 04:52:24 Sending build context to Docker daemon 628.7kB 04:52:24 Step 1/22 : ARG BASE=golang:1.13-alpine 04:52:24 Step 2/22 : FROM ${BASE} AS builder 04:52:24 ---> 6b8f3cc46800 04:52:24 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 04:52:25 f7790dc9fd0f: Download complete 04:52:25 cac0ae9282c2: Download complete 04:52:25 1f4cadf9a1ed: Download complete 04:52:25 ---> Running in 139d22746c5e 04:52:25 f08d8e2a3ba1: Verifying Checksum 04:52:25 f08d8e2a3ba1: Download complete 04:52:25 Removing intermediate container 139d22746c5e 04:52:25 ---> c7623a8d5b0c 04:52:25 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 04:52:25 ---> Running in 7f10c2548977 04:52:26 Removing intermediate container 7f10c2548977 04:52:26 ---> a0bdf997c61a 04:52:26 Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:52:26 ---> Running in 2c9fa6aff776 04:52:26 f08d8e2a3ba1: Pull complete 04:52:26 3baa9cb2483b: Pull complete 04:52:26 94e5ff4c0b15: Pull complete 04:52:26 1860925334f9: Pull complete 04:52:28 Removing intermediate container 2c9fa6aff776 04:52:28 ---> b467d5361d07 04:52:28 Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:52:28 ---> Running in 715a36853d45 04:52:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:52:30 2daf38717194: Verifying Checksum 04:52:30 2daf38717194: Download complete 04:52:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:52:31 OK: 221 MiB in 53 packages 04:52:33 Removing intermediate container 715a36853d45 04:52:33 ---> ed96d721feca 04:52:33 Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 04:52:33 ---> Running in be4cf1d04a3d 04:52:33 Removing intermediate container be4cf1d04a3d 04:52:33 ---> e55c8271c2fe 04:52:33 Step 8/22 : COPY . . 04:52:34 ---> 33d69d7e20b2 04:52:34 Step 9/22 : ARG MAKE='make build' 04:52:34 ---> Running in a19c0a1b8cb5 04:52:35 Removing intermediate container a19c0a1b8cb5 04:52:35 ---> 95c9aa7c110a 04:52:35 Step 10/22 : RUN $MAKE 04:52:35 ---> Running in 9527ee505b8c 04:52:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 04:52:49 2daf38717194: Pull complete 04:52:49 309017e8d7a4: Pull complete 04:52:49 f7790dc9fd0f: Pull complete 04:52:49 cac0ae9282c2: Pull complete 04:52:49 1f4cadf9a1ed: Pull complete 04:52:49 Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 04:52:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 04:52:49 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 04:52:49 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 04:52:49 Get:3 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [116 kB] 04:52:49 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 04:52:49 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1089 kB] 04:52:49 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [896 kB] 04:52:49 Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [10.1 kB] 04:52:50 Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 04:52:50 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1384 kB] 04:52:50 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [132 kB] 04:52:50 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.7 kB] 04:52:50 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1425 kB] 04:52:51 Fetched 5332 kB in 1s (3725 kB/s) 04:52:52 Reading package lists... 04:52:55 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 04:52:55 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) 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 04:52:55 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 04:52:55 0% [2 InRelease gpgv 242 kB] [Waiting for headers] 0% [Waiting for headers] 0% [3 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 04:52:56 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... 62% 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 04:52:58 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 04:52:59 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... 64% Reading package lists... 64% Reading package lists... 65% Reading package lists... 65% Reading package lists... 67% 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 04:52:59 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree 04:52:59 Reading state information... 0% Reading state information... 0% Reading state information... Done 04:52:59 The following packages were automatically installed and are no longer required: 04:52:59 libjq1 libonig4 04:52:59 Use 'sudo apt autoremove' to remove them. 04:52:59 Suggested packages: 04:52:59 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 04:52:59 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed 04:52:59 diffutils-doc perl-doc libterm-readline-gnu-perl 04:52:59 | libterm-readline-perl-perl 04:52:59 The following NEW packages will be installed: 04:52:59 curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 04:52:59 libperl5.26 make netbase patch perl perl-modules-5.26 04:52:59 0 upgraded, 14 newly installed, 0 to remove and 3 not upgraded. 04:52:59 Need to get 12.0 MB of archives. 04:52:59 After this operation, 77.5 MB of additional disk space will be used. 04:52:59 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] 04:53:00 0% [1 perl-modules-5.26 13.8 kB/2763 kB 0%] 5% [1 perl-modules-5.26 713 kB/2763 kB 26%] 20% [Waiting for headers] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 04:53:00 20% [2 libgdbm5 26.0 kB/26.0 kB 100%] 21% [Waiting for headers] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 04:53:00 21% [3 libgdbm-compat4 6084 B/6084 B 100%] 23% [Working] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] 04:53:01 23% [4 libperl5.26 8192 B/3527 kB 0%] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] 04:53:01 48% [5 perl 46.1 kB/201 kB 23%] 51% [Working] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 04:53:01 51% [6 less 28.4 kB/112 kB 25%] 53% [Waiting for headers] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 04:53:01 53% [7 netbase 11.0 kB/12.7 kB 87%] 54% [Working] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] 04:53:01 54% [8 curl 34.7 kB/159 kB 22%] 57% [Waiting for headers] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] 04:53:01 57% [9 libcurl3-gnutls 6834 B/213 kB 3%] 60% [Working] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 04:53:01 60% [10 liberror-perl 14.3 kB/22.8 kB 63%] 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] 04:53:01 61% [11 git-man 33.0 kB/804 kB 4%] 68% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 04:53:01 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] 04:53:01 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] 04:53:01 98% [14 patch 9523 B/102 kB 9%] 100% [Working] Fetched 12.0 MB in 1s (9915 kB/s) 04:53:01 debconf: delaying package configuration, since apt-utils is not installed 04:53:01 Selecting previously unselected package perl-modules-5.26. 04:53:01 (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.) 04:53:01 Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 04:53:01 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 04:53:02 Selecting previously unselected package libgdbm5:amd64. 04:53:02 Preparing to unpack .../01-libgdbm5_1.14.1-6_amd64.deb ... 04:53:02 Unpacking libgdbm5:amd64 (1.14.1-6) ... 04:53:02 Selecting previously unselected package libgdbm-compat4:amd64. 04:53:02 Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_amd64.deb ... 04:53:02 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 04:53:02 Selecting previously unselected package libperl5.26:amd64. 04:53:02 Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... 04:53:02 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 04:53:02 Selecting previously unselected package perl. 04:53:02 Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_amd64.deb ... 04:53:02 Unpacking perl (5.26.1-6ubuntu0.3) ... 04:53:02 Selecting previously unselected package less. 04:53:02 Preparing to unpack .../05-less_487-0.1_amd64.deb ... 04:53:02 Unpacking less (487-0.1) ... 04:53:03 Selecting previously unselected package netbase. 04:53:03 Preparing to unpack .../06-netbase_5.4_all.deb ... 04:53:03 Unpacking netbase (5.4) ... 04:53:03 Selecting previously unselected package curl. 04:53:03 Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_amd64.deb ... 04:53:03 Unpacking curl (7.58.0-2ubuntu3.10) ... 04:53:03 Selecting previously unselected package libcurl3-gnutls:amd64. 04:53:03 Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... 04:53:03 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 04:53:03 Selecting previously unselected package liberror-perl. 04:53:03 Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... 04:53:03 Unpacking liberror-perl (0.17025-1) ... 04:53:03 Selecting previously unselected package git-man. 04:53:03 Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 04:53:03 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 04:53:03 Selecting previously unselected package git. 04:53:03 Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 04:53:03 Unpacking git (1:2.17.1-1ubuntu0.7) ... 04:53:03 CGO_ENABLED=0 GO111MODULE=on go build ./... 04:53:03 Selecting previously unselected package make. 04:53:03 Preparing to unpack .../12-make_4.1-9.1ubuntu1_amd64.deb ... 04:53:03 Unpacking make (4.1-9.1ubuntu1) ... 04:53:03 Selecting previously unselected package patch. 04:53:03 Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_amd64.deb ... 04:53:03 Unpacking patch (2.7.6-2ubuntu1.1) ... 04:53:04 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 04:53:04 Setting up less (487-0.1) ... 04:53:04 Setting up make (4.1-9.1ubuntu1) ... 04:53:04 Setting up curl (7.58.0-2ubuntu3.10) ... 04:53:04 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 04:53:04 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 04:53:04 Setting up libgdbm5:amd64 (1.14.1-6) ... 04:53:04 Setting up patch (2.7.6-2ubuntu1.1) ... 04:53:04 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 04:53:04 Setting up netbase (5.4) ... 04:53:04 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 04:53:04 Setting up perl (5.26.1-6ubuntu0.3) ... 04:53:04 Setting up liberror-perl (0.17025-1) ... 04:53:04 Setting up git (1:2.17.1-1ubuntu0.7) ... 04:53:04 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 04:53:04 Processing triggers for mime-support (3.60ubuntu1) ... 04:53:06 curl set to automatically installed. 04:53:06 git set to automatically installed. 04:53:06 git-man set to automatically installed. 04:53:06 less set to automatically installed. 04:53:06 libcurl3-gnutls set to automatically installed. 04:53:06 liberror-perl set to automatically installed. 04:53:06 libgdbm-compat4 set to automatically installed. 04:53:06 libgdbm5 set to automatically installed. 04:53:06 libperl5.26 set to automatically installed. 04:53:06 make set to automatically installed. 04:53:06 netbase set to automatically installed. 04:53:06 patch set to automatically installed. 04:53:06 perl set to automatically installed. 04:53:06 perl-modules-5.26 set to automatically installed. 04:53:06 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 04:53:06 Please ensure the environment is properly setup before continuing. 04:53:06 Ignore this message if the appropriate measures have already been taken 04:53:06 Pulling go  04:53:07 'device-mqtt' has dependencies that need to be staged: go 04:53:07 Skipping pull go (already ran) 04:53:07 Building go  04:53:07 % Total % Received % Xferd Average Speed Time Time Time Current 04:53:07 Dload Upload Total Spent Left Speed 04:53:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 34 114M 34 39.5M 0 0 53.7M 0 0:00:02 --:--:-- 0:00:02 53.6M 91 114M 91 104M 0 0 60.6M 0 0:00:01 0:00:01 --:--:-- 60.6M 100 114M 100 114M 0 0 61.3M 0 0:00:01 0:00:01 --:--:-- 61.3M 04:53:10 go1.13.5.linux-amd64.tar.gz: OK 04:53:13 Removing intermediate container 9527ee505b8c 04:53:13 ---> f358ea6f15d6 04:53:13 Step 11/22 : FROM alpine 04:53:13 latest: Pulling from library/alpine 04:53:13 b538f80385f9: Already exists 04:53:13 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:53:13 Status: Downloaded newer image for alpine:latest 04:53:13 ---> 62ee0e9f8440 04:53:13 Step 12/22 : ENV APP_PORT=49982 04:53:13 ---> Running in 4d801d1e1041 04:53:14 Removing intermediate container 4d801d1e1041 04:53:14 ---> 009770d54afd 04:53:14 Step 13/22 : EXPOSE $APP_PORT 04:53:14 ---> Running in de337e67959b 04:53:14 Removing intermediate container de337e67959b 04:53:14 ---> eb03c168ab7a 04:53:14 Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 04:53:16 Staging go  04:53:16 Pulling device-mqtt  04:53:16 ---> b915571706e4 04:53:16 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 04:53:17 ---> 0e92474df5b7 04:53:17 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 04:53:17 Skipping build go (already ran) 04:53:17 Building device-mqtt  04:53:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.1" -o cmd/device-mqtt ./cmd 04:53:17 ---> d42927bb26e6 04:53:17 Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 04:53:18 ---> Running in e276b726c822 04:53:18 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 04:53:18 go: downloading github.com/spf13/cast v1.3.0 04:53:18 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:53:18 go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 04:53:18 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 04:53:18 go: extracting github.com/spf13/cast v1.3.0 04:53:18 go: extracting github.com/eclipse/paho.mqtt.golang v1.2.0 04:53:18 go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 04:53:18 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 04:53:18 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:53:18 go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 04:53:18 go: downloading github.com/gorilla/mux v1.7.1 04:53:18 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:53:18 go: downloading github.com/pkg/errors v0.8.1 04:53:18 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 04:53:18 go: downloading github.com/go-kit/kit v0.8.0 04:53:18 go: extracting github.com/gorilla/mux v1.7.1 04:53:18 go: extracting github.com/pkg/errors v0.8.1 04:53:18 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 04:53:18 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:53:18 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 04:53:18 go: downloading github.com/google/uuid v1.1.1 04:53:18 go: downloading gopkg.in/yaml.v2 v2.2.8 04:53:18 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 04:53:18 go: downloading github.com/OneOfOne/xxhash v1.2.6 04:53:18 go: downloading github.com/pelletier/go-toml v1.2.0 04:53:18 go: extracting github.com/OneOfOne/xxhash v1.2.6 04:53:18 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 04:53:18 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 04:53:18 go: extracting github.com/google/uuid v1.1.1 04:53:18 go: extracting gopkg.in/yaml.v2 v2.2.8 04:53:18 go: downloading github.com/BurntSushi/toml v0.3.1 04:53:18 go: downloading github.com/hashicorp/consul/api v1.1.0 04:53:18 go: extracting github.com/pelletier/go-toml v1.2.0 04:53:18 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 04:53:18 go: downloading github.com/x448/float16 v0.8.4 04:53:18 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 04:53:18 go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 04:53:18 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:53:18 Removing intermediate container e276b726c822 04:53:18 ---> 2a57b823a8bc 04:53:18 Step 18/22 : ENTRYPOINT ["/device-mqtt"] 04:53:18 ---> Running in 5b7245a3dcfb 04:53:18 go: extracting github.com/BurntSushi/toml v0.3.1 04:53:18 go: extracting github.com/go-kit/kit v0.8.0 04:53:18 go: extracting github.com/x448/float16 v0.8.4 04:53:18 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:53:18 go: downloading github.com/mitchellh/mapstructure v1.1.2 04:53:18 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 04:53:18 go: downloading github.com/mitchellh/copystructure v1.0.0 04:53:18 go: extracting github.com/hashicorp/consul/api v1.1.0 04:53:18 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 04:53:18 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 04:53:18 go: downloading github.com/hashicorp/serf v0.8.2 04:53:18 go: downloading github.com/go-logfmt/logfmt v0.4.0 04:53:18 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 04:53:18 go: extracting github.com/mitchellh/copystructure v1.0.0 04:53:18 go: downloading github.com/mitchellh/reflectwalk v1.0.0 04:53:18 go: extracting github.com/mitchellh/mapstructure v1.1.2 04:53:18 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 04:53:18 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 04:53:18 go: extracting github.com/go-logfmt/logfmt v0.4.0 04:53:18 go: extracting github.com/mitchellh/reflectwalk v1.0.0 04:53:18 go: extracting github.com/hashicorp/serf v0.8.2 04:53:18 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:53:18 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:53:18 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 04:53:18 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 04:53:18 go: downloading github.com/hashicorp/golang-lru v0.5.0 04:53:18 Removing intermediate container 5b7245a3dcfb 04:53:18 ---> bf7a9a5cb7d4 04:53:18 Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:53:19 go: extracting github.com/hashicorp/golang-lru v0.5.0 04:53:19 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 04:53:19 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:53:19 go: finding github.com/spf13/cast v1.3.0 04:53:19 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:53:19 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 04:53:19 go: finding github.com/gorilla/mux v1.7.1 04:53:19 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:53:19 go: finding github.com/OneOfOne/xxhash v1.2.6 04:53:19 go: finding github.com/go-kit/kit v0.8.0 04:53:19 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 04:53:19 go: finding github.com/google/uuid v1.1.1 04:53:19 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:53:19 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:53:19 go: finding github.com/x448/float16 v0.8.4 04:53:19 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 04:53:19 go: finding gopkg.in/yaml.v2 v2.2.8 04:53:19 go: finding github.com/BurntSushi/toml v0.3.1 04:53:19 go: finding github.com/go-logfmt/logfmt v0.4.0 04:53:19 go: finding github.com/pkg/errors v0.8.1 04:53:19 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:53:19 go: finding github.com/pelletier/go-toml v1.2.0 04:53:19 go: finding github.com/hashicorp/consul/api v1.1.0 04:53:19 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:53:19 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:53:19 go: finding github.com/hashicorp/serf v0.8.2 04:53:19 go: finding github.com/mitchellh/mapstructure v1.1.2 04:53:19 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:53:19 go: finding github.com/mitchellh/copystructure v1.0.0 04:53:19 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:53:19 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:53:19 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:53:19 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:53:19 go: finding github.com/hashicorp/golang-lru v0.5.0 04:53:19 ---> Running in 71bcb5fc86d4 04:53:19 Removing intermediate container 71bcb5fc86d4 04:53:19 ---> 4261f0540b4b 04:53:19 Step 20/22 : LABEL arch=arm64 04:53:19 ---> Running in 71db8ac51967 04:53:20 Removing intermediate container 71db8ac51967 04:53:20 ---> 7aabf1b21008 04:53:20 Step 21/22 : LABEL git_sha=4f13d3b8c24926502c75f0ce487e96a984a92e31 04:53:20 ---> Running in 3fcc825e7baa 04:53:20 Removing intermediate container 3fcc825e7baa 04:53:20 ---> aed97aed36f3 04:53:20 Step 22/22 : LABEL version=0.0.0 04:53:20 ---> Running in 734b49479374 04:53:21 Removing intermediate container 734b49479374 04:53:21 ---> b770dfb0cd48 04:53:21 [Warning] One or more build-args [ARCH] were not consumed 04:53:21 Successfully built b770dfb0cd48 04:53:21 Successfully tagged docker-device-mqtt-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 04:53:24 CGO_ENABLED=0 GO111MODULE=on go build ./... 04:53:28 Skipping stage go (already ran) 04:53:28 Staging device-mqtt  04:53:28 Priming go  04:53:29 Priming device-mqtt  04:53:30 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 04:53:30 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 04:53:30 Determining the version from the project repo (version-script). 04:53:30 The version has been set to '1.2.1-20200908+4f13d3b' 04:53:30 Snapping | Snapping / Snapping - Snapping \ Snapping | 04:53:30 Snapped edgex-device-mqtt_1.2.1-20200908+4f13d3b_amd64.snap [Pipeline] } 04:53:33 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] } 04:53:37 Still waiting to schedule task 04:53:37 All nodes of label ‘ubuntu18.04-docker-arm64-16c-16g’ are offline 04:55:30 Running on prd-ubuntu18.04-docker-arm64-16c-16g-1792 in /w/workspace/gexfoundry_device-mqtt-go_PR-169 [Pipeline] { [Pipeline] ws 04:55:30 Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout 04:55:34 using credential edgex-jenkins-ssh 04:55:34 Cloning the remote Git repository 04:55:34 Cloning with configured refspecs honoured and without tags 04:55:35 Fetching without tags 04:55:34 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 04:55:34 > git init /w/workspace/device-mqtt-go/1 # timeout=10 04:55:35 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 04:55:35 > git --version # timeout=10 04:55:35 > git --version # 'git version 2.17.1' 04:55:35 using GIT_SSH to set credentials SSH Credentials for GitHub 04:55:35 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:55:35 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 04:55:35 > git config --add remote.origin.fetch +refs/pull/169/head:refs/remotes/origin/PR-169 # timeout=10 04:55:35 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:55:35 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 04:55:35 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 04:55:35 using GIT_SSH to set credentials SSH Credentials for GitHub 04:55:35 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:55:36 Merging remotes/origin/master commit fe2df51579bf0cce1b2e428c0c04fcb23a980c4d into PR head commit 4f13d3b8c24926502c75f0ce487e96a984a92e31 04:55:36 Merge succeeded, producing 4f13d3b8c24926502c75f0ce487e96a984a92e31 04:55:36 Checking out Revision 4f13d3b8c24926502c75f0ce487e96a984a92e31 (PR-169) 04:55:36 > git config core.sparsecheckout # timeout=10 04:55:36 > git checkout -f 4f13d3b8c24926502c75f0ce487e96a984a92e31 # timeout=10 04:55:36 > git remote # timeout=10 04:55:36 > git config --get remote.origin.url # timeout=10 04:55:36 using GIT_SSH to set credentials SSH Credentials for GitHub 04:55:36 > git merge fe2df51579bf0cce1b2e428c0c04fcb23a980c4d # timeout=10 04:55:36 > git rev-parse HEAD^{commit} # timeout=10 04:55:36 > git config core.sparsecheckout # timeout=10 04:55:36 > git checkout -f 4f13d3b8c24926502c75f0ce487e96a984a92e31 # timeout=10 04:55:40 Commit message: "Bump github.com/eclipse/paho.mqtt.golang from 1.1.1 to 1.2.0" 04:55:40 > git --version # timeout=10 04:55:40 > git --version # 'git version 2.17.1' 04:55:40 fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:55:42 + find /w/workspace/device-mqtt-go/1 04:55:42 + grep snapcraft.yaml 04:55:42 + grep -Po ^name: \K(.*) /w/workspace/device-mqtt-go/1/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:55:42 provisioning config files... 04:55:42 copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/1@tmp/config3869911775587507697tmp [Pipeline] { [Pipeline] sh 04:55:42 + cp /w/workspace/device-mqtt-go/1@tmp/config3869911775587507697tmp /w/workspace/device-mqtt-go/1/edgex-snap-store-login [Pipeline] sh 04:55:43 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/1:/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 04:55:43 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally 04:55:44 latest: Pulling from edgex-devops/edgex-snap-builder-arm64 04:55:44 237528ba509b: Pulling fs layer 04:55:44 393b96f31d8b: Pulling fs layer 04:55:44 4d82b0e39008: Pulling fs layer 04:55:44 e7ca375b8d34: Pulling fs layer 04:55:44 418f656485bb: Pulling fs layer 04:55:44 aebe8db9254c: Pulling fs layer 04:55:44 4f5f7b207d3f: Pulling fs layer 04:55:44 d19ca6af091a: Pulling fs layer 04:55:44 e7ca375b8d34: Waiting 04:55:44 418f656485bb: Waiting 04:55:44 16b5a0711add: Pulling fs layer 04:55:44 16b5a0711add: Waiting 04:55:44 4d82b0e39008: Verifying Checksum 04:55:44 4d82b0e39008: Download complete 04:55:44 393b96f31d8b: Verifying Checksum 04:55:44 393b96f31d8b: Download complete 04:55:44 e7ca375b8d34: Download complete 04:55:44 aebe8db9254c: Download complete 04:55:44 4f5f7b207d3f: Download complete 04:55:44 d19ca6af091a: Download complete 04:55:44 16b5a0711add: Verifying Checksum 04:55:44 16b5a0711add: Download complete 04:55:45 237528ba509b: Download complete 04:55:49 237528ba509b: Pull complete 04:55:49 393b96f31d8b: Pull complete 04:55:49 4d82b0e39008: Pull complete 04:55:49 e7ca375b8d34: Pull complete 04:55:54 418f656485bb: Verifying Checksum 04:55:54 418f656485bb: Download complete 04:56:41 418f656485bb: Pull complete 04:56:41 aebe8db9254c: Pull complete 04:56:41 4f5f7b207d3f: Pull complete 04:56:41 d19ca6af091a: Pull complete 04:56:41 16b5a0711add: Pull complete 04:56:41 Digest: sha256:9ca9034cebc7408d83a32dada391ac179c4174cde852b5731596ec8e47bf0b3e 04:56:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 04:56:41 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 04:56:41 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 04:56:41 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 04:56:41 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 04:56:42 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1259 kB] 04:56:43 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [942 kB] 04:56:44 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [671 kB] 04:56:44 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [782 kB] 04:56:45 Fetched 3906 kB in 4s (907 kB/s) 04:56:49 Reading package lists... 04:57:01 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 04:57:01 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease 04:57:01 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease 04:57:01 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease 04:57:07 0% [1 InRelease gpgv 242 kB] 0% [Working] 0% [2 InRelease gpgv 88.7 kB] 0% [Working] 0% [3 InRelease gpgv 74.6 kB] 0% [Working] 0% [4 InRelease gpgv 88.7 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 9% Reading package lists... 30% Reading package lists... 51% Reading package lists... 71% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 04:57:14 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 04:57:18 Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 9% Reading package lists... 26% Reading package lists... 46% Reading package lists... 66% 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... 86% 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 04:57:18 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 65% Building dependency tree 04:57:18 Reading state information... 0% Reading state information... 0% Reading state information... Done 04:57:19 The following packages were automatically installed and are no longer required: 04:57:19 libjq1 libonig4 04:57:19 Use 'sudo apt autoremove' to remove them. 04:57:19 Suggested packages: 04:57:19 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 04:57:19 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed 04:57:19 diffutils-doc perl-doc libterm-readline-gnu-perl 04:57:19 | libterm-readline-perl-perl 04:57:19 The following NEW packages will be installed: 04:57:19 curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 04:57:19 libperl5.26 make netbase patch perl perl-modules-5.26 04:57:19 0 upgraded, 14 newly installed, 0 to remove and 3 not upgraded. 04:57:19 Need to get 10.8 MB of archives. 04:57:19 After this operation, 73.6 MB of additional disk space will be used. 04:57:20 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] 04:57:21 0% [1 perl-modules-5.26 12.6 kB/2763 kB 0%] 3% [1 perl-modules-5.26 422 kB/2763 kB 15%] 10% [1 perl-modules-5.26 1288 kB/2763 kB 47%] 18% [1 perl-modules-5.26 2447 kB/2763 kB 89%] 22% [Working] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] 04:57:21 22% [2 libgdbm5 23.1 kB/23.1 kB 100%] 24% [Working] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] 04:57:21 24% [3 libgdbm-compat4 5536 B/5536 B 100%] 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] 04:57:22 25% [4 libperl5.26 25.8 kB/3326 kB 1%] 37% [4 libperl5.26 1633 kB/3326 kB 49%] 51% [Working] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] 04:57:22 51% [5 perl 0 B/201 kB 0%] 54% [Waiting for headers] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] 04:57:22 54% [6 less 12.2 kB/99.7 kB 12%] 56% [Working] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] 04:57:22 56% [7 netbase 12.7 kB/12.7 kB 100%] 58% [Working] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.10 [152 kB] 04:57:22 58% [8 curl 0 B/152 kB 0%] 60% [Working] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.10 [179 kB] 04:57:22 60% [9 libcurl3-gnutls 0 B/179 kB 0%] 63% [Working] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] 04:57:22 63% [10 liberror-perl 0 B/22.8 kB 0%] 65% [Working] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 04:57:23 65% [11 git-man 28.5 kB/804 kB 4%] 72% [Working] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] 04:57:23 72% [12 git 4421 B/2952 kB 0%] 95% [Working] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] 04:57:23 95% [13 make 8505 B/139 kB 6%] 98% [Working] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] 04:57:23 98% [14 patch 45.1 kB/91.8 kB 49%] 100% [Working] Fetched 10.8 MB in 4s (2974 kB/s) 04:57:24 debconf: delaying package configuration, since apt-utils is not installed 04:57:24 Selecting previously unselected package perl-modules-5.26. 04:57:24 (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.) 04:57:24 Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 04:57:24 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 04:57:25 Selecting previously unselected package libgdbm5:arm64. 04:57:25 Preparing to unpack .../01-libgdbm5_1.14.1-6_arm64.deb ... 04:57:25 Unpacking libgdbm5:arm64 (1.14.1-6) ... 04:57:25 Selecting previously unselected package libgdbm-compat4:arm64. 04:57:25 Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_arm64.deb ... 04:57:25 Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... 04:57:25 Selecting previously unselected package libperl5.26:arm64. 04:57:25 Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... 04:57:25 Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 04:57:27 Selecting previously unselected package perl. 04:57:27 Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_arm64.deb ... 04:57:27 Unpacking perl (5.26.1-6ubuntu0.3) ... 04:57:27 Selecting previously unselected package less. 04:57:27 Preparing to unpack .../05-less_487-0.1_arm64.deb ... 04:57:27 Unpacking less (487-0.1) ... 04:57:27 Selecting previously unselected package netbase. 04:57:27 Preparing to unpack .../06-netbase_5.4_all.deb ... 04:57:27 Unpacking netbase (5.4) ... 04:57:27 Selecting previously unselected package curl. 04:57:27 Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_arm64.deb ... 04:57:27 Unpacking curl (7.58.0-2ubuntu3.10) ... 04:57:27 Selecting previously unselected package libcurl3-gnutls:arm64. 04:57:27 Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_arm64.deb ... 04:57:27 Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... 04:57:28 Selecting previously unselected package liberror-perl. 04:57:28 Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... 04:57:28 Unpacking liberror-perl (0.17025-1) ... 04:57:28 Selecting previously unselected package git-man. 04:57:28 Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 04:57:28 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 04:57:28 Selecting previously unselected package git. 04:57:28 Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... 04:57:28 Unpacking git (1:2.17.1-1ubuntu0.7) ... 04:57:29 Selecting previously unselected package make. 04:57:29 Preparing to unpack .../12-make_4.1-9.1ubuntu1_arm64.deb ... 04:57:29 Unpacking make (4.1-9.1ubuntu1) ... 04:57:29 Selecting previously unselected package patch. 04:57:29 Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_arm64.deb ... 04:57:29 Unpacking patch (2.7.6-2ubuntu1.1) ... 04:57:29 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 04:57:30 Setting up less (487-0.1) ... 04:57:30 Setting up make (4.1-9.1ubuntu1) ... 04:57:30 Setting up curl (7.58.0-2ubuntu3.10) ... 04:57:30 Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... 04:57:30 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 04:57:30 Setting up libgdbm5:arm64 (1.14.1-6) ... 04:57:30 Setting up patch (2.7.6-2ubuntu1.1) ... 04:57:30 Setting up libgdbm-compat4:arm64 (1.14.1-6) ... 04:57:30 Setting up netbase (5.4) ... 04:57:30 Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 04:57:30 Setting up perl (5.26.1-6ubuntu0.3) ... 04:57:30 Setting up liberror-perl (0.17025-1) ... 04:57:30 Setting up git (1:2.17.1-1ubuntu0.7) ... 04:57:31 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 04:57:31 Processing triggers for mime-support (3.60ubuntu1) ... 04:57:36 curl set to automatically installed. 04:57:36 git set to automatically installed. 04:57:36 git-man set to automatically installed. 04:57:36 less set to automatically installed. 04:57:36 libcurl3-gnutls set to automatically installed. 04:57:36 liberror-perl set to automatically installed. 04:57:36 libgdbm-compat4 set to automatically installed. 04:57:36 libgdbm5 set to automatically installed. 04:57:36 libperl5.26 set to automatically installed. 04:57:36 make set to automatically installed. 04:57:36 netbase set to automatically installed. 04:57:36 patch set to automatically installed. 04:57:36 perl set to automatically installed. 04:57:36 perl-modules-5.26 set to automatically installed. 04:57:36 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 04:57:36 Please ensure the environment is properly setup before continuing. 04:57:36 Ignore this message if the appropriate measures have already been taken 04:57:37 Pulling go  04:57:41 'device-mqtt' has dependencies that need to be staged: go 04:57:41 Skipping pull go (already ran) 04:57:41 Building go  04:57:41 % Total % Received % Xferd Average Speed Time Time Time Current 04:57:41 Dload Upload Total Spent Left Speed 04:57:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 8 93.0M 8 8078k 0 0 20.8M 0 0:00:04 --:--:-- 0:00:04 20.8M 57 93.0M 57 53.2M 0 0 39.5M 0 0:00:02 0:00:01 0:00:01 39.5M 100 93.0M 100 93.0M 0 0 42.4M 0 0:00:02 0:00:02 --:--:-- 42.4M 04:57:44 go1.13.5.linux-arm64.tar.gz: OK 04:58:02 Staging go  04:58:05 Pulling device-mqtt  04:58:08 Skipping build go (already ran) 04:58:08 Building device-mqtt  04:58:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.1" -o cmd/device-mqtt ./cmd 04:58:09 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 04:58:09 go: downloading github.com/spf13/cast v1.3.0 04:58:09 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:58:09 go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 04:58:09 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 04:58:09 go: extracting github.com/spf13/cast v1.3.0 04:58:09 go: extracting github.com/eclipse/paho.mqtt.golang v1.2.0 04:58:09 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 04:58:09 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:58:09 go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 04:58:09 go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 04:58:10 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:58:10 go: downloading github.com/go-kit/kit v0.8.0 04:58:10 go: downloading gopkg.in/yaml.v2 v2.2.8 04:58:10 go: downloading github.com/gorilla/mux v1.7.1 04:58:10 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:58:10 go: downloading github.com/google/uuid v1.1.1 04:58:10 go: downloading github.com/pkg/errors v0.8.1 04:58:10 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 04:58:10 go: extracting gopkg.in/yaml.v2 v2.2.8 04:58:10 go: downloading github.com/pelletier/go-toml v1.2.0 04:58:10 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 04:58:10 go: extracting github.com/gorilla/mux v1.7.1 04:58:10 go: extracting github.com/google/uuid v1.1.1 04:58:10 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 04:58:10 go: extracting github.com/pkg/errors v0.8.1 04:58:10 go: downloading github.com/OneOfOne/xxhash v1.2.6 04:58:10 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 04:58:10 go: downloading github.com/BurntSushi/toml v0.3.1 04:58:10 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 04:58:10 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 04:58:10 go: extracting github.com/pelletier/go-toml v1.2.0 04:58:10 go: extracting github.com/OneOfOne/xxhash v1.2.6 04:58:10 go: extracting github.com/BurntSushi/toml v0.3.1 04:58:10 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 04:58:10 go: extracting github.com/go-kit/kit v0.8.0 04:58:10 go: downloading github.com/hashicorp/consul/api v1.1.0 04:58:10 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 04:58:10 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:58:10 go: downloading github.com/x448/float16 v0.8.4 04:58:10 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:58:10 go: downloading github.com/mitchellh/copystructure v1.0.0 04:58:10 go: downloading github.com/mitchellh/mapstructure v1.1.2 04:58:10 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 04:58:10 go: extracting github.com/hashicorp/consul/api v1.1.0 04:58:10 go: extracting github.com/x448/float16 v0.8.4 04:58:10 go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 04:58:10 go: extracting github.com/mitchellh/copystructure v1.0.0 04:58:10 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 04:58:10 go: downloading github.com/hashicorp/serf v0.8.2 04:58:10 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 04:58:10 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 04:58:10 go: downloading github.com/mitchellh/reflectwalk v1.0.0 04:58:10 go: extracting github.com/mitchellh/mapstructure v1.1.2 04:58:10 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 04:58:10 go: extracting github.com/mitchellh/reflectwalk v1.0.0 04:58:10 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 04:58:10 go: downloading github.com/go-logfmt/logfmt v0.4.0 04:58:10 go: extracting github.com/hashicorp/serf v0.8.2 04:58:10 go: extracting github.com/go-logfmt/logfmt v0.4.0 04:58:10 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:58:10 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:58:10 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 04:58:10 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 04:58:10 go: downloading github.com/hashicorp/golang-lru v0.5.0 04:58:10 go: extracting github.com/hashicorp/golang-lru v0.5.0 04:58:10 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 04:58:10 go: finding github.com/spf13/cast v1.3.0 04:58:10 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:58:10 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:58:10 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 04:58:10 go: finding github.com/gorilla/mux v1.7.1 04:58:10 go: finding github.com/OneOfOne/xxhash v1.2.6 04:58:10 go: finding github.com/google/uuid v1.1.1 04:58:10 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:58:10 go: finding github.com/go-kit/kit v0.8.0 04:58:10 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 04:58:10 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:58:10 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:58:10 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 04:58:10 go: finding gopkg.in/yaml.v2 v2.2.8 04:58:10 go: finding github.com/BurntSushi/toml v0.3.1 04:58:10 go: finding github.com/pkg/errors v0.8.1 04:58:10 go: finding github.com/x448/float16 v0.8.4 04:58:10 go: finding github.com/go-logfmt/logfmt v0.4.0 04:58:10 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:58:10 go: finding github.com/pelletier/go-toml v1.2.0 04:58:10 go: finding github.com/hashicorp/consul/api v1.1.0 04:58:10 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:58:11 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:58:11 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:58:11 go: finding github.com/hashicorp/serf v0.8.2 04:58:11 go: finding github.com/mitchellh/mapstructure v1.1.2 04:58:11 go: finding github.com/mitchellh/copystructure v1.0.0 04:58:11 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:58:11 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:58:11 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:58:11 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:58:11 go: finding github.com/hashicorp/golang-lru v0.5.0 04:58:29 CGO_ENABLED=0 GO111MODULE=on go build ./... 04:58:47 Skipping stage go (already ran) 04:58:47 Staging device-mqtt  04:58:51 Priming go  04:58:54 Priming device-mqtt  04:58:57 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 04:58:57 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 04:58:57 Determining the version from the project repo (version-script). 04:58:57 The version has been set to '1.2.1-20200908+4f13d3b' 04:58:59 Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping | 04:58:59 Snapped edgex-device-mqtt_1.2.1-20200908+4f13d3b_arm64.snap [Pipeline] } 04:59:01 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 04:59:04 provisioning config files... 04:59:04 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp/config5910607307951580556tmp [Pipeline] { [Pipeline] sh 04:59:05 + curl -s https://codecov.io/bash 04:59:05 + bash -s - -t @/w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp/config5910607307951580556tmp [Pipeline] } 04:59:05 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 04:59:08 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:59:09 ---> package-listing.sh 04:59:09 ++ facter osfamily 04:59:09 ++ tr '[:upper:]' '[:lower:]' 04:59:09 + OS_FAMILY=redhat 04:59:09 + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-169 04:59:09 + START_PACKAGES=/tmp/packages_start.txt 04:59:09 + END_PACKAGES=/tmp/packages_end.txt 04:59:09 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:59:09 + PACKAGES=/tmp/packages_start.txt 04:59:09 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-169 ']' 04:59:09 + PACKAGES=/tmp/packages_end.txt 04:59:09 + case "${OS_FAMILY}" in 04:59:09 + rpm -qa 04:59:09 + sort 04:59:14 + '[' -f /tmp/packages_start.txt ']' 04:59:14 + '[' -f /tmp/packages_end.txt ']' 04:59:14 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:59:14 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-169 ']' 04:59:14 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-169/archives/ 04:59:14 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-169/archives/ [Pipeline] isUnix [Pipeline] sh 04:59:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:59:14 04:59:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:59:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:59:15 alpine: Pulling from edgex-lftools-log-publisher 04:59:15 df20fa9351a1: Pulling fs layer 04:59:15 36b3adc4ff6f: Pulling fs layer 04:59:15 8ad3a11d3b57: Pulling fs layer 04:59:15 46f8f816bc3b: Pulling fs layer 04:59:15 0dadc02b9964: Pulling fs layer 04:59:15 ce6a7cf60c04: Pulling fs layer 04:59:15 7a184a31f384: Pulling fs layer 04:59:15 0879bd2ef858: Pulling fs layer 04:59:15 0dadc02b9964: Waiting 04:59:15 ce6a7cf60c04: Waiting 04:59:15 7a184a31f384: Waiting 04:59:15 0879bd2ef858: Waiting 04:59:15 46f8f816bc3b: Waiting 04:59:15 36b3adc4ff6f: Verifying Checksum 04:59:15 36b3adc4ff6f: Download complete 04:59:15 46f8f816bc3b: Verifying Checksum 04:59:15 46f8f816bc3b: Download complete 04:59:15 df20fa9351a1: Verifying Checksum 04:59:15 ce6a7cf60c04: Verifying Checksum 04:59:15 ce6a7cf60c04: Download complete 04:59:15 7a184a31f384: Verifying Checksum 04:59:15 7a184a31f384: Download complete 04:59:15 0dadc02b9964: Verifying Checksum 04:59:15 0dadc02b9964: Download complete 04:59:16 df20fa9351a1: Pull complete 04:59:16 8ad3a11d3b57: Verifying Checksum 04:59:16 8ad3a11d3b57: Download complete 04:59:16 36b3adc4ff6f: Pull complete 04:59:17 0879bd2ef858: Verifying Checksum 04:59:17 0879bd2ef858: Download complete 04:59:17 8ad3a11d3b57: Pull complete 04:59:17 46f8f816bc3b: Pull complete 04:59:18 0dadc02b9964: Pull complete 04:59:18 ce6a7cf60c04: Pull complete 04:59:18 7a184a31f384: Pull complete 04:59:24 0879bd2ef858: Pull complete 04:59:24 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 04:59:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:59:24 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:59:24 prd-centos7-docker-4c-2g-1778 does not seem to be running inside a container 04:59:24 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/gexfoundry_device-mqtt-go_PR-169 -v /w/workspace/gexfoundry_device-mqtt-go_PR-169:/w/workspace/gexfoundry_device-mqtt-go_PR-169:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:59:30 $ docker top fb31044a56473db5a51faba9170430fb9357cff45e8fb0f12d881e95b0fb2005 -eo pid,comm [Pipeline] { [Pipeline] sh 04:59:30 + mkdir -p /var/log/sa [Pipeline] sh 04:59:31 + ls /var/log/sa-host 04:59:31 + sadf -c /var/log/sa-host/sa05 04:59:31 file_magic: OK 04:59:31 HZ: Using current value: 100 04:59:31 file_header: OK 04:59:31 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 04:59:31 Statistics: 04:59:31 Hnuu...uuuununununu...Hnuu...uuuununununu... 04:59:31 File successfully converted to sysstat format version 12.2.1 04:59:31 + sadf -c /var/log/sa-host/sa08 04:59:31 file_magic: OK 04:59:31 HZ: Using current value: 100 04:59:31 file_header: OK 04:59:31 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 04:59:31 Statistics: 04:59:31 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... 04:59:31 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:59:31 provisioning config files... 04:59:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp/config2542782665844598634tmp [Pipeline] { [Pipeline] echo 04:59:31 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:59:32 ---> create-netrc.sh [Pipeline] echo 04:59:32 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:59:32 ---> logs-deploy.sh 04:59:32 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-169/1 04:59:32 INFO: archiving workspace using pattern(s): 04:59:35 Archives upload complete. 04:59:35 INFO: archiving logs to Nexus