Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of bill-mahoney for edgexfoundry/device-mqtt-go Obtained Jenkinsfile from bcd987ce67ec0625e74bb83c944d46c1c4f17867+fe2df51579bf0cce1b2e428c0c04fcb23a980c4d (5f47f725a008003618a1d7224407b96afa7b166a) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, goVersion:1.13, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-mqtt-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-1824 in /w/workspace/gexfoundry_device-mqtt-go_PR-166 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git > git init /w/workspace/gexfoundry_device-mqtt-go_PR-166 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/166/head:refs/remotes/origin/PR-166 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit fe2df51579bf0cce1b2e428c0c04fcb23a980c4d into PR head commit bcd987ce67ec0625e74bb83c944d46c1c4f17867 Merge succeeded, producing d515993987dee35fd62cc7c290ab2176477551b8 Checking out Revision d515993987dee35fd62cc7c290ab2176477551b8 (PR-166) > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/166/head:refs/remotes/origin/PR-166 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/166/head:refs/remotes/origin/PR-166 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bcd987ce67ec0625e74bb83c944d46c1c4f17867 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge fe2df51579bf0cce1b2e428c0c04fcb23a980c4d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d515993987dee35fd62cc7c290ab2176477551b8 # timeout=10 Commit message: "Merge commit 'fe2df51579bf0cce1b2e428c0c04fcb23a980c4d' into HEAD" > git rev-list --no-walk bcd987ce67ec0625e74bb83c944d46c1c4f17867 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:17:48 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:17:49 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:17:49 ========================================================= 19:17:49 EdgeX Global Pipelines Version Info 19:17:49 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:17:50 ------------------- 19:17:50 stable info: 19:17:50 ------------------- 19:17:50 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:17:50 Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 19:17:50 Message: update stable to v1.0.119 19:17:51 ------------------- 19:17:51 experimental info: 19:17:51 ------------------- 19:17:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:17:51 Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 19:17:51 Message: update experimental to v1.0.119 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 19:17:51 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 19:17:52 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 19:17:52 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:17:52 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:17:52 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:17:52 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo 19:17:52 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 19:17:52 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo 19:17:52 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 19:17:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:17:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:17:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo 19:17:53 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:17:53 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:17:53 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:17:53 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:17:53 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 19:17:53 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 19:17:53 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:17:53 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 19:17:53 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 19:17:53 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 19:17:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-166 [Pipeline] echo 19:17:54 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-166 [Pipeline] echo 19:17:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-166 [Pipeline] echo 19:17:54 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d515993987dee35fd62cc7c290ab2176477551b8 [Pipeline] echo 19:17:54 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d515993 [Pipeline] echo 19:17:54 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:17:55 + git log --format=format:%s -1 d515993987dee35fd62cc7c290ab2176477551b8 [Pipeline] echo 19:17:55 GIT_COMMIT: d515993987dee35fd62cc7c290ab2176477551b8, Commit Message: Merge commit 'fe2df51579bf0cce1b2e428c0c04fcb23a980c4d' into HEAD [Pipeline] echo 19:17:55 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 19:17:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:17:56 19:17:56 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:17:56 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:17:56 latest: Pulling from edgex-devops/git-semver 19:17:56 31603596830f: Pulling fs layer 19:17:56 2a8b12db71e7: Pulling fs layer 19:17:56 6ca5941a6612: Pulling fs layer 19:17:56 ecc8261a40a4: Pulling fs layer 19:17:56 ecc8261a40a4: Waiting 19:17:56 2a8b12db71e7: Verifying Checksum 19:17:56 2a8b12db71e7: Download complete 19:17:56 31603596830f: Verifying Checksum 19:17:56 31603596830f: Download complete 19:17:56 ecc8261a40a4: Verifying Checksum 19:17:56 ecc8261a40a4: Download complete 19:17:56 6ca5941a6612: Verifying Checksum 19:17:56 6ca5941a6612: Download complete 19:17:57 31603596830f: Pull complete 19:17:57 2a8b12db71e7: Pull complete 19:17:58 6ca5941a6612: Pull complete 19:17:58 ecc8261a40a4: Pull complete 19:17:58 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 19:17:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:17:58 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:17:58 prd-centos7-docker-4c-2g-1824 does not seem to be running inside a container 19:17:58 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-166 -v /w/workspace/gexfoundry_device-mqtt-go_PR-166:/w/workspace/gexfoundry_device-mqtt-go_PR-166:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-166@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:18:00 $ docker top 193d662c83ce47148f9032fc43d784f60f6da9386044a5993df780693b38cb16 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:18:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:18:00 [ssh-agent] Looking for ssh-agent implementation... 19:18:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:18:01 $ docker exec 193d662c83ce47148f9032fc43d784f60f6da9386044a5993df780693b38cb16 ssh-agent 19:18:01 SSH_AUTH_SOCK=/tmp/ssh-jFZhI88E9zFz/agent.12 19:18:01 SSH_AGENT_PID=17 19:18:01 Running ssh-add (command line suppressed) 19:18:01 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-166@tmp/private_key_3023845145767553348.key (/w/workspace/gexfoundry_device-mqtt-go_PR-166@tmp/private_key_3023845145767553348.key) 19:18:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:18:01 + git describe --exact-match --tags HEAD 19:18:01 fatal: No names found, cannot describe anything. [Pipeline] } 19:18:01 $ docker exec --env ******** --env ******** 193d662c83ce47148f9032fc43d784f60f6da9386044a5993df780693b38cb16 ssh-agent -k 19:18:01 unset SSH_AUTH_SOCK; 19:18:01 unset SSH_AGENT_PID; 19:18:01 echo Agent pid 17 killed; 19:18:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 19:18:02 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 19:18:02 This usually means this commit has not been tagged. [Pipeline] sshagent 19:18:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:18:02 [ssh-agent] Looking for ssh-agent implementation... 19:18:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:18:02 $ docker exec 193d662c83ce47148f9032fc43d784f60f6da9386044a5993df780693b38cb16 ssh-agent 19:18:02 SSH_AUTH_SOCK=/tmp/ssh-DGctWQxRDGG8/agent.46 19:18:02 SSH_AGENT_PID=51 19:18:02 Running ssh-add (command line suppressed) 19:18:02 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-166@tmp/private_key_6369881695276777629.key (/w/workspace/gexfoundry_device-mqtt-go_PR-166@tmp/private_key_6369881695276777629.key) 19:18:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:18:02 + git semver init 19:18:02 # -> Open(): unable to determine branch for HEAD 19:18:02 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-166/.git 19:18:02 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-166 19:18:02 # $SEMVER_REMOTE_NAME = origin 19:18:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:18:02 # $SEMVER_USER_NAME = edgex-jenkins 19:18:02 # $SEMVER_BRANCH = PR-166 19:18:02 # $SEMVER_TEMP = /tmp/semver-377082588 19:18:02 # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP 19:18:03 # '/tmp/semver-377082588' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-166/.semver' 19:18:03 # -> Force: false 19:18:03 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-166/.semver [Pipeline] } 19:18:03 $ docker exec --env ******** --env ******** 193d662c83ce47148f9032fc43d784f60f6da9386044a5993df780693b38cb16 ssh-agent -k 19:18:03 unset SSH_AUTH_SOCK; 19:18:03 unset SSH_AGENT_PID; 19:18:03 echo Agent pid 51 killed; 19:18:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:18:04 + git semver [Pipeline] } 19:18:04 $ docker stop --time=1 193d662c83ce47148f9032fc43d784f60f6da9386044a5993df780693b38cb16 19:18:05 $ docker rm -f 193d662c83ce47148f9032fc43d784f60f6da9386044a5993df780693b38cb16 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 19:18:06 Stashed 25 file(s) [Pipeline] echo 19:18:06 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 19:18:06 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 19:18:21 Still waiting to schedule task 19:18:21 Waiting for next available executor on ‘centos7-docker-4c-2g’ 19:18:21 Still waiting to schedule task 19:18:21 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 19:20:12 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1825 in /w/workspace/gexfoundry_device-mqtt-go_PR-166 [Pipeline] { [Pipeline] ws 19:20:12 Running in /w/workspace/device-mqtt-go/2 [Pipeline] { [Pipeline] checkout 19:20:17 using credential edgex-jenkins-ssh 19:20:17 Cloning the remote Git repository 19:20:17 Cloning with configured refspecs honoured and without tags 19:20:17 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 19:20:17 > git init /w/workspace/device-mqtt-go/2 # timeout=10 19:20:17 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 19:20:17 > git --version # timeout=10 19:20:17 > git --version # 'git version 2.17.1' 19:20:17 using GIT_SSH to set credentials SSH Credentials for GitHub 19:20:17 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/166/head:refs/remotes/origin/PR-166 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:20:18 Fetching without tags 19:20:18 Merging remotes/origin/master commit fe2df51579bf0cce1b2e428c0c04fcb23a980c4d into PR head commit bcd987ce67ec0625e74bb83c944d46c1c4f17867 19:20:18 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 19:20:18 > git config --add remote.origin.fetch +refs/pull/166/head:refs/remotes/origin/PR-166 # timeout=10 19:20:18 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 19:20:18 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 19:20:18 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 19:20:18 using GIT_SSH to set credentials SSH Credentials for GitHub 19:20:18 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/166/head:refs/remotes/origin/PR-166 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:20:18 > git config core.sparsecheckout # timeout=10 19:20:18 > git checkout -f bcd987ce67ec0625e74bb83c944d46c1c4f17867 # timeout=10 19:20:18 Merge succeeded, producing 0d41bf7161e93e7610cb80627836c12abe375d33 19:20:18 Checking out Revision 0d41bf7161e93e7610cb80627836c12abe375d33 (PR-166) 19:20:18 > git remote # timeout=10 19:20:18 > git config --get remote.origin.url # timeout=10 19:20:18 using GIT_SSH to set credentials SSH Credentials for GitHub 19:20:18 > git merge fe2df51579bf0cce1b2e428c0c04fcb23a980c4d # timeout=10 19:20:18 > git rev-parse HEAD^{commit} # timeout=10 19:20:18 > git config core.sparsecheckout # timeout=10 19:20:19 > git checkout -f 0d41bf7161e93e7610cb80627836c12abe375d33 # timeout=10 19:20:23 Commit message: "Merge commit 'fe2df51579bf0cce1b2e428c0c04fcb23a980c4d' into HEAD" 19:20:23 > git rev-list --no-walk bcd987ce67ec0625e74bb83c944d46c1c4f17867 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 19:20:24 ========================================================= 19:20:24 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 19:20:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:20:25 + 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 . 19:20:26 Sending build context to Docker daemon 617kB 19:20:26 Step 1/8 : ARG BASE=golang:1.13-alpine 19:20:26 Step 2/8 : FROM ${BASE} 19:20:26 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:20:26 b538f80385f9: Pulling fs layer 19:20:26 74f711af9a0d: Pulling fs layer 19:20:26 99f96fe45779: Pulling fs layer 19:20:26 fd7a069fd194: Pulling fs layer 19:20:26 66aa3694b03b: Pulling fs layer 19:20:26 170f70906a0f: Pulling fs layer 19:20:26 ad7c5574e4b9: Pulling fs layer 19:20:26 e772456be8f7: Pulling fs layer 19:20:26 c890913d741a: Pulling fs layer 19:20:26 2480fcc9aa5a: Pulling fs layer 19:20:26 09adf4765672: Pulling fs layer 19:20:26 fd7a069fd194: Waiting 19:20:26 66aa3694b03b: Waiting 19:20:26 170f70906a0f: Waiting 19:20:26 ad7c5574e4b9: Waiting 19:20:26 e772456be8f7: Waiting 19:20:26 c890913d741a: Waiting 19:20:26 2480fcc9aa5a: Waiting 19:20:26 09adf4765672: Waiting 19:20:26 99f96fe45779: Download complete 19:20:26 74f711af9a0d: Verifying Checksum 19:20:26 74f711af9a0d: Download complete 19:20:26 66aa3694b03b: Verifying Checksum 19:20:26 66aa3694b03b: Download complete 19:20:26 170f70906a0f: Verifying Checksum 19:20:26 170f70906a0f: Download complete 19:20:26 b538f80385f9: Verifying Checksum 19:20:26 b538f80385f9: Download complete 19:20:27 b538f80385f9: Pull complete 19:20:28 74f711af9a0d: Pull complete 19:20:28 99f96fe45779: Pull complete 19:20:29 ad7c5574e4b9: Verifying Checksum 19:20:29 ad7c5574e4b9: Download complete 19:20:29 c890913d741a: Download complete 19:20:30 2480fcc9aa5a: Verifying Checksum 19:20:30 2480fcc9aa5a: Download complete 19:20:31 09adf4765672: Verifying Checksum 19:20:31 09adf4765672: Download complete 19:20:31 e772456be8f7: Verifying Checksum 19:20:31 e772456be8f7: Download complete 19:20:32 fd7a069fd194: Verifying Checksum 19:20:32 fd7a069fd194: Download complete 19:20:44 fd7a069fd194: Pull complete 19:20:44 66aa3694b03b: Pull complete 19:20:44 170f70906a0f: Pull complete 19:20:48 ad7c5574e4b9: Pull complete 19:20:52 e772456be8f7: Pull complete 19:20:52 c890913d741a: Pull complete 19:20:55 2480fcc9aa5a: Pull complete 19:20:55 09adf4765672: Pull complete 19:20:55 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 19:20:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 19:20:55 ---> 2248a725d1cf 19:20:55 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 19:20:59 ---> Running in 32dbdf251d6e 19:21:00 Removing intermediate container 32dbdf251d6e 19:21:00 ---> 3f1c2a7408f0 19:21:00 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:21:00 ---> Running in 00c1d0cde99c 19:21:03 Removing intermediate container 00c1d0cde99c 19:21:03 ---> 00981ad15dfa 19:21:03 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 19:21:03 ---> Running in 80565b0b71cc 19:21:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:21:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:21:06 (1/14) Installing libmagic (5.38-r0) 19:21:06 (2/14) Installing file (5.38-r0) 19:21:07 (3/14) Installing libc-dev (0.7.2-r3) 19:21:07 (4/14) Installing g++ (9.3.0-r2) 19:21:17 Running on prd-centos7-docker-4c-2g-1826 in /w/workspace/gexfoundry_device-mqtt-go_PR-166 [Pipeline] { [Pipeline] ws 19:21:17 Running in /w/workspace/device-mqtt-go/2 [Pipeline] { [Pipeline] checkout 19:21:19 using credential edgex-jenkins-ssh 19:21:19 Cloning the remote Git repository 19:21:19 Cloning with configured refspecs honoured and without tags 19:21:19 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 19:21:19 > git init /w/workspace/device-mqtt-go/2 # timeout=10 19:21:19 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 19:21:19 > git --version # timeout=10 19:21:19 > git --version # 'git version 2.16.5' 19:21:19 using GIT_SSH to set credentials SSH Credentials for GitHub 19:21:19 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/166/head:refs/remotes/origin/PR-166 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:21:20 Fetching without tags 19:21:20 Merging remotes/origin/master commit fe2df51579bf0cce1b2e428c0c04fcb23a980c4d into PR head commit bcd987ce67ec0625e74bb83c944d46c1c4f17867 19:21:20 Merge succeeded, producing 8d5f79ca20df7d13ba36967454890457ac34b2f3 19:21:20 Checking out Revision 8d5f79ca20df7d13ba36967454890457ac34b2f3 (PR-166) 19:21:20 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 19:21:20 > git config --add remote.origin.fetch +refs/pull/166/head:refs/remotes/origin/PR-166 # timeout=10 19:21:20 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 19:21:20 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 19:21:20 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 19:21:20 using GIT_SSH to set credentials SSH Credentials for GitHub 19:21:20 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/166/head:refs/remotes/origin/PR-166 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:21:20 > git config core.sparsecheckout # timeout=10 19:21:20 > git checkout -f bcd987ce67ec0625e74bb83c944d46c1c4f17867 # timeout=10 19:21:20 > git remote # timeout=10 19:21:20 > git config --get remote.origin.url # timeout=10 19:21:20 using GIT_SSH to set credentials SSH Credentials for GitHub 19:21:20 > git merge fe2df51579bf0cce1b2e428c0c04fcb23a980c4d # timeout=10 19:21:20 > git rev-parse HEAD^{commit} # timeout=10 19:21:20 > git config core.sparsecheckout # timeout=10 19:21:20 > git checkout -f 8d5f79ca20df7d13ba36967454890457ac34b2f3 # timeout=10 19:21:22 (5/14) Installing fortify-headers (1.1-r0) 19:21:22 (6/14) Installing patch (2.7.6-r6) 19:21:22 (7/14) Installing build-base (0.5-r2) 19:21:22 (8/14) Installing openssh-keygen (8.3_p1-r0) 19:21:22 (9/14) Installing libedit (20191231.3.1-r0) 19:21:22 (10/14) Installing openssh-client (8.3_p1-r0) 19:21:22 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 19:21:22 (12/14) Installing openssh-server-common (8.3_p1-r0) 19:21:22 (13/14) Installing openssh-server (8.3_p1-r0) 19:21:22 (14/14) Installing openssh (8.3_p1-r0) 19:21:22 Executing busybox-1.31.1-r16.trigger 19:21:22 OK: 221 MiB in 53 packages 19:21:24 Commit message: "Merge commit 'fe2df51579bf0cce1b2e428c0c04fcb23a980c4d' into HEAD" 19:21:24 > git rev-list --no-walk bcd987ce67ec0625e74bb83c944d46c1c4f17867 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 19:21:25 ========================================================= 19:21:25 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 19:21:25 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:21:26 + 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 . 19:21:26 Sending build context to Docker daemon 617kB 19:21:26 Step 1/8 : ARG BASE=golang:1.13-alpine 19:21:26 Step 2/8 : FROM ${BASE} 19:21:26 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 19:21:26 df20fa9351a1: Pulling fs layer 19:21:26 ed8968b2872e: Pulling fs layer 19:21:26 a92cc7c5fd73: Pulling fs layer 19:21:26 2dd03ba5bac4: Pulling fs layer 19:21:26 1e091d79d1de: Pulling fs layer 19:21:26 481702a1767f: Pulling fs layer 19:21:26 f64a6f60c768: Pulling fs layer 19:21:26 e78d2573fc39: Pulling fs layer 19:21:26 e876d2f968b6: Pulling fs layer 19:21:26 ce8a83651883: Pulling fs layer 19:21:26 07967f4d0e4b: Pulling fs layer 19:21:26 f64a6f60c768: Waiting 19:21:26 e78d2573fc39: Waiting 19:21:26 e876d2f968b6: Waiting 19:21:26 ce8a83651883: Waiting 19:21:26 07967f4d0e4b: Waiting 19:21:26 1e091d79d1de: Waiting 19:21:26 2dd03ba5bac4: Waiting 19:21:26 481702a1767f: Waiting 19:21:26 a92cc7c5fd73: Verifying Checksum 19:21:26 a92cc7c5fd73: Download complete 19:21:26 ed8968b2872e: Download complete 19:21:26 1e091d79d1de: Verifying Checksum 19:21:26 1e091d79d1de: Download complete 19:21:26 481702a1767f: Verifying Checksum 19:21:26 481702a1767f: Download complete 19:21:26 Removing intermediate container 80565b0b71cc 19:21:26 ---> 61b74473347a 19:21:26 Step 6/8 : WORKDIR /device-mqtt-go 19:21:26 ---> Running in aca9374e35b1 19:21:26 df20fa9351a1: Verifying Checksum 19:21:26 df20fa9351a1: Download complete 19:21:26 df20fa9351a1: Pull complete 19:21:26 ed8968b2872e: Pull complete 19:21:27 Removing intermediate container aca9374e35b1 19:21:27 ---> cce6a57ce213 19:21:27 Step 7/8 : COPY . . 19:21:27 a92cc7c5fd73: Pull complete 19:21:28 ---> fa2ef8d9c419 19:21:28 Step 8/8 : RUN go mod download 19:21:28 ---> Running in 1ae8b2c99884 19:21:28 f64a6f60c768: Verifying Checksum 19:21:28 f64a6f60c768: Download complete 19:21:28 e876d2f968b6: Verifying Checksum 19:21:28 e876d2f968b6: Download complete 19:21:29 ce8a83651883: Verifying Checksum 19:21:29 ce8a83651883: Download complete 19:21:29 07967f4d0e4b: Verifying Checksum 19:21:29 07967f4d0e4b: Download complete 19:21:30 e78d2573fc39: Verifying Checksum 19:21:30 e78d2573fc39: Download complete 19:21:30 2dd03ba5bac4: Verifying Checksum 19:21:30 2dd03ba5bac4: Download complete 19:21:31 go: finding github.com/BurntSushi/toml v0.3.1 19:21:31 go: finding github.com/OneOfOne/xxhash v1.2.6 19:21:31 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 19:21:31 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:21:31 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 19:21:31 go: finding github.com/bgentry/speakeasy v0.1.0 19:21:31 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 19:21:31 go: finding github.com/davecgh/go-spew v1.1.1 19:21:32 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 19:21:32 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 19:21:32 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 19:21:32 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 19:21:32 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 19:21:32 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 19:21:32 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 19:21:32 go: finding github.com/fatih/color v1.7.0 19:21:32 go: finding github.com/fxamacker/cbor/v2 v2.2.0 19:21:32 go: finding github.com/go-kit/kit v0.8.0 19:21:32 go: finding github.com/go-logfmt/logfmt v0.4.0 19:21:32 go: finding github.com/go-stack/stack v1.8.0 19:21:32 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 19:21:32 go: finding github.com/google/uuid v1.1.1 19:21:32 go: finding github.com/gorilla/mux v1.7.1 19:21:32 go: finding github.com/hashicorp/consul/api v1.1.0 19:21:32 go: finding github.com/hashicorp/consul/sdk v0.1.1 19:21:32 go: finding github.com/hashicorp/errwrap v1.0.0 19:21:32 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 19:21:33 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 19:21:33 go: finding github.com/hashicorp/go-msgpack v0.5.3 19:21:33 go: finding github.com/hashicorp/go-multierror v1.0.0 19:21:33 go: finding github.com/hashicorp/go-rootcerts v1.0.0 19:21:33 go: finding github.com/hashicorp/go-sockaddr v1.0.0 19:21:33 go: finding github.com/hashicorp/go-syslog v1.0.0 19:21:33 go: finding github.com/hashicorp/go-uuid v1.0.1 19:21:33 go: finding github.com/hashicorp/go.net v0.0.1 19:21:33 go: finding github.com/hashicorp/golang-lru v0.5.0 19:21:33 go: finding github.com/hashicorp/logutils v1.0.0 19:21:33 go: finding github.com/hashicorp/mdns v1.0.0 19:21:33 go: finding github.com/hashicorp/memberlist v0.1.3 19:21:33 go: finding github.com/hashicorp/serf v0.8.2 19:21:33 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 19:21:33 go: finding github.com/kr/pretty v0.1.0 19:21:33 go: finding github.com/kr/pty v1.1.1 19:21:33 go: finding github.com/kr/text v0.1.0 19:21:33 go: finding github.com/mattn/go-colorable v0.0.9 19:21:33 go: finding github.com/mattn/go-isatty v0.0.3 19:21:33 go: finding github.com/miekg/dns v1.0.14 19:21:33 go: finding github.com/mitchellh/cli v1.0.0 19:21:33 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:21:33 go: finding github.com/mitchellh/copystructure v1.0.0 19:21:33 go: finding github.com/mitchellh/go-homedir v1.0.0 19:21:33 go: finding github.com/mitchellh/go-testing-interface v1.0.0 19:21:34 go: finding github.com/mitchellh/gox v0.4.0 19:21:34 go: finding github.com/mitchellh/iochan v1.0.0 19:21:34 go: finding github.com/mitchellh/mapstructure v1.1.2 19:21:34 go: finding github.com/mitchellh/reflectwalk v1.0.0 19:21:34 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 19:21:34 go: finding github.com/pelletier/go-toml v1.2.0 19:21:34 go: finding github.com/pkg/errors v0.8.1 19:21:34 go: finding github.com/pmezard/go-difflib v1.0.0 19:21:34 go: finding github.com/posener/complete v1.1.1 19:21:34 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 19:21:34 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 19:21:34 go: finding github.com/spf13/cast v1.3.0 19:21:34 go: finding github.com/stretchr/objx v0.1.0 19:21:34 go: finding github.com/stretchr/testify v1.5.1 19:21:34 go: finding github.com/ugorji/go v1.1.4 19:21:34 go: finding github.com/x448/float16 v0.8.4 19:21:34 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 19:21:34 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 19:21:34 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 19:21:34 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 19:21:34 go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 19:21:35 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 19:21:35 go: finding gopkg.in/yaml.v2 v2.2.8 19:21:36 2dd03ba5bac4: Pull complete 19:21:36 1e091d79d1de: Pull complete 19:21:36 481702a1767f: Pull complete 19:21:41 f64a6f60c768: Pull complete 19:21:43 e78d2573fc39: Pull complete 19:21:43 e876d2f968b6: Pull complete 19:21:44 ce8a83651883: Pull complete 19:21:44 07967f4d0e4b: Pull complete 19:21:44 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 19:21:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 19:21:44 ---> 5d7c900382c6 19:21:44 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 19:21:45 Removing intermediate container 1ae8b2c99884 19:21:45 ---> d8803fb48c2d 19:21:45 Successfully built d8803fb48c2d 19:21:45 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:21:46 + docker inspect -f . ci-base-image-arm64 19:21:46 . [Pipeline] withDockerContainer 19:21:46 prd-ubuntu18.04-docker-arm64-4c-16g-1825 does not seem to be running inside a container 19:21:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/2 -v /w/workspace/device-mqtt-go/2:/w/workspace/device-mqtt-go/2:rw,z -v /w/workspace/device-mqtt-go/2@tmp:/w/workspace/device-mqtt-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:21:46 ---> Running in 82ae8f5f7d18 19:21:46 Removing intermediate container 82ae8f5f7d18 19:21:46 ---> 8aa1650935bd 19:21:46 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:21:46 ---> Running in c8f93e4ec608 19:21:47 Removing intermediate container c8f93e4ec608 19:21:47 ---> 5aece028399a 19:21:47 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 19:21:47 ---> Running in 40e9f7d6eb40 19:21:48 $ docker top 5d43ed39980ca743e3e279dace8dcaf3ba92fc0750329d94ab8e687d4ac79097 -eo pid,comm 19:21:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh 19:21:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:21:49 + go version 19:21:49 go version go1.13.13 linux/arm64 [Pipeline] sh 19:21:50 (1/14) Installing libmagic (5.38-r0) 19:21:50 (2/14) Installing file (5.38-r0) 19:21:50 (3/14) Installing libc-dev (0.7.2-r3) 19:21:50 (4/14) Installing g++ (9.3.0-r2) 19:21:50 + make test 19:21:50 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 19:21:51 ? github.com/edgexfoundry/device-mqtt-go [no test files] 19:21:54 (5/14) Installing fortify-headers (1.1-r0) 19:21:54 (6/14) Installing patch (2.7.6-r6) 19:21:54 (7/14) Installing build-base (0.5-r2) 19:21:54 (8/14) Installing openssh-keygen (8.3_p1-r0) 19:21:54 (9/14) Installing libedit (20191231.3.1-r0) 19:21:54 (10/14) Installing openssh-client (8.3_p1-r0) 19:21:55 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 19:21:55 (12/14) Installing openssh-server-common (8.3_p1-r0) 19:21:55 (13/14) Installing openssh-server (8.3_p1-r0) 19:21:55 (14/14) Installing openssh (8.3_p1-r0) 19:21:55 Executing busybox-1.31.1-r16.trigger 19:21:55 OK: 237 MiB in 53 packages 19:21:59 Removing intermediate container 40e9f7d6eb40 19:21:59 ---> 7874ff71f012 19:21:59 Step 6/8 : WORKDIR /device-mqtt-go 19:21:59 ---> Running in 43772ac3f1f3 19:21:59 Removing intermediate container 43772ac3f1f3 19:21:59 ---> 5c03ce8a8c8b 19:21:59 Step 7/8 : COPY . . 19:21:59 ---> cd03684a214c 19:21:59 Step 8/8 : RUN go mod download 19:21:59 ---> Running in 7bde11500d91 19:22:01 go: finding github.com/BurntSushi/toml v0.3.1 19:22:01 go: finding github.com/OneOfOne/xxhash v1.2.6 19:22:01 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 19:22:01 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:22:01 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 19:22:01 go: finding github.com/bgentry/speakeasy v0.1.0 19:22:01 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 19:22:01 go: finding github.com/davecgh/go-spew v1.1.1 19:22:01 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 19:22:01 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 19:22:01 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 19:22:01 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 19:22:01 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 19:22:01 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 19:22:01 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 19:22:01 go: finding github.com/fatih/color v1.7.0 19:22:01 go: finding github.com/fxamacker/cbor/v2 v2.2.0 19:22:02 go: finding github.com/go-kit/kit v0.8.0 19:22:02 go: finding github.com/go-logfmt/logfmt v0.4.0 19:22:02 go: finding github.com/go-stack/stack v1.8.0 19:22:02 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 19:22:02 go: finding github.com/google/uuid v1.1.1 19:22:02 go: finding github.com/gorilla/mux v1.7.1 19:22:02 go: finding github.com/hashicorp/consul/api v1.1.0 19:22:02 go: finding github.com/hashicorp/consul/sdk v0.1.1 19:22:02 go: finding github.com/hashicorp/errwrap v1.0.0 19:22:02 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 19:22:02 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 19:22:02 go: finding github.com/hashicorp/go-msgpack v0.5.3 19:22:02 go: finding github.com/hashicorp/go-multierror v1.0.0 19:22:02 go: finding github.com/hashicorp/go-rootcerts v1.0.0 19:22:02 go: finding github.com/hashicorp/go-sockaddr v1.0.0 19:22:02 go: finding github.com/hashicorp/go-syslog v1.0.0 19:22:02 go: finding github.com/hashicorp/go-uuid v1.0.1 19:22:02 go: finding github.com/hashicorp/go.net v0.0.1 19:22:02 go: finding github.com/hashicorp/golang-lru v0.5.0 19:22:02 go: finding github.com/hashicorp/logutils v1.0.0 19:22:02 go: finding github.com/hashicorp/mdns v1.0.0 19:22:02 go: finding github.com/hashicorp/memberlist v0.1.3 19:22:02 go: finding github.com/hashicorp/serf v0.8.2 19:22:02 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 19:22:02 go: finding github.com/kr/pretty v0.1.0 19:22:02 go: finding github.com/kr/pty v1.1.1 19:22:02 go: finding github.com/kr/text v0.1.0 19:22:02 go: finding github.com/mattn/go-colorable v0.0.9 19:22:02 go: finding github.com/mattn/go-isatty v0.0.3 19:22:02 go: finding github.com/miekg/dns v1.0.14 19:22:02 go: finding github.com/mitchellh/cli v1.0.0 19:22:02 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:22:02 go: finding github.com/mitchellh/copystructure v1.0.0 19:22:02 go: finding github.com/mitchellh/go-homedir v1.0.0 19:22:02 go: finding github.com/mitchellh/go-testing-interface v1.0.0 19:22:03 go: finding github.com/mitchellh/gox v0.4.0 19:22:03 go: finding github.com/mitchellh/iochan v1.0.0 19:22:03 go: finding github.com/mitchellh/mapstructure v1.1.2 19:22:03 go: finding github.com/mitchellh/reflectwalk v1.0.0 19:22:03 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 19:22:03 go: finding github.com/pelletier/go-toml v1.2.0 19:22:03 go: finding github.com/pkg/errors v0.8.1 19:22:03 go: finding github.com/pmezard/go-difflib v1.0.0 19:22:03 go: finding github.com/posener/complete v1.1.1 19:22:03 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 19:22:03 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 19:22:03 go: finding github.com/spf13/cast v1.3.0 19:22:03 go: finding github.com/stretchr/objx v0.1.0 19:22:03 go: finding github.com/stretchr/testify v1.5.1 19:22:03 go: finding github.com/ugorji/go v1.1.4 19:22:03 go: finding github.com/x448/float16 v0.8.4 19:22:03 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 19:22:03 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 19:22:03 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 19:22:03 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 19:22:03 go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 19:22:03 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 19:22:03 go: finding gopkg.in/yaml.v2 v2.2.8 19:22:11 Removing intermediate container 7bde11500d91 19:22:11 ---> c59b975ef339 19:22:11 Successfully built c59b975ef339 19:22:11 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 19:22:12 + docker inspect -f . ci-base-image-x86_64 19:22:12 . [Pipeline] withDockerContainer 19:22:12 prd-centos7-docker-4c-2g-1826 does not seem to be running inside a container 19:22:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/2 -v /w/workspace/device-mqtt-go/2:/w/workspace/device-mqtt-go/2:rw,z -v /w/workspace/device-mqtt-go/2@tmp:/w/workspace/device-mqtt-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:22:13 $ docker top c8497e6db5b686ab05b01929bfb3a70fa400b750f28a7f7bac5a1fed3fbadbbb -eo pid,comm [Pipeline] { [Pipeline] sh 19:22:14 + go version 19:22:14 go version go1.13.13 linux/amd64 [Pipeline] sh 19:22:14 + make test 19:22:14 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 19:22:15 ? github.com/edgexfoundry/device-mqtt-go [no test files] 19:22:24 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 19:22:24 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.028s coverage: 28.3% of statements 19:22:24 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 19:22:24 CGO_ENABLED=0 GO111MODULE=on go vet ./... 19:22:25 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 19:22:25 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.008s coverage: 28.3% of statements 19:22:25 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 19:22:25 CGO_ENABLED=0 GO111MODULE=on go vet ./... 19:22:27 gofmt -l . 19:22:27 ["`gofmt -l .`" = ""] 19:22:27 ./bin/test-attribution-txt.sh 19:22:27 ./bin/test-go-mod-tidy.sh [Pipeline] stash 19:22:28 Stashed 1 file(s) [Pipeline] } 19:22:28 $ docker stop --time=1 c8497e6db5b686ab05b01929bfb3a70fa400b750f28a7f7bac5a1fed3fbadbbb 19:22:30 $ docker rm -f c8497e6db5b686ab05b01929bfb3a70fa400b750f28a7f7bac5a1fed3fbadbbb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 19:22:31 gofmt -l . 19:22:31 ["`gofmt -l .`" = ""] 19:22:31 ./bin/test-attribution-txt.sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { 19:22:31 ./bin/test-go-mod-tidy.sh [Pipeline] stash 19:22:32 Warning: overwriting stash ‘coverage-report’ [Pipeline] sh 19:22:33 + sudo chown -R jenkins:jenkins . [Pipeline] sh 19:22:33 + ls -al . 19:22:33 total 100 19:22:33 drwxrwxr-x. 10 jenkins jenkins 4096 Sep 8 19:22 . 19:22:33 drwxrwxr-x. 4 jenkins jenkins 28 Sep 8 19:21 .. 19:22:33 -rw-rw-r--. 1 jenkins jenkins 4678 Sep 8 19:21 Attribution.txt 19:22:33 drwxrwxr-x. 2 jenkins jenkins 87 Sep 8 19:21 bin 19:22:33 drwxrwxr-x. 3 jenkins jenkins 32 Sep 8 19:21 cmd 19:22:33 -rw-r--r--. 1 jenkins jenkins 18939 Sep 8 19:22 coverage.out 19:22:33 -rw-rw-r--. 1 jenkins jenkins 1784 Sep 8 19:21 Dockerfile 19:22:33 -rw-rw-r--. 1 jenkins jenkins 953 Sep 8 19:21 Dockerfile.build 19:22:33 -rw-rw-r--. 1 jenkins jenkins 140 Sep 8 19:21 .dockerignore 19:22:33 drwxrwxr-x. 8 jenkins jenkins 179 Sep 8 19:21 .git 19:22:33 drwxrwxr-x. 2 jenkins jenkins 60 Sep 8 19:21 .github 19:22:33 -rw-rw-r--. 1 jenkins jenkins 328 Sep 8 19:21 .gitignore 19:22:33 -rw-r--r--. 1 jenkins jenkins 510 Sep 8 19:22 go.mod 19:22:33 -rw-r--r--. 1 jenkins jenkins 13621 Sep 8 19:22 go.sum 19:22:33 drwxrwxr-x. 3 jenkins jenkins 20 Sep 8 19:21 internal 19:22:33 -rw-rw-r--. 1 jenkins jenkins 700 Sep 8 19:21 Jenkinsfile 19:22:33 -rw-rw-r--. 1 jenkins jenkins 11340 Sep 8 19:21 LICENSE 19:22:33 -rw-rw-r--. 1 jenkins jenkins 902 Sep 8 19:21 Makefile 19:22:33 drwxrwxr-x. 2 jenkins jenkins 23 Sep 8 19:21 mock 19:22:33 -rw-rw-r--. 1 jenkins jenkins 444 Sep 8 19:21 README.md 19:22:33 drwxrwxr-x. 3 jenkins jenkins 58 Sep 8 19:21 .semver 19:22:33 drwxrwxr-x. 4 jenkins jenkins 54 Sep 8 19:21 snap 19:22:33 -rw-rw-r--. 1 jenkins jenkins 5 Sep 8 19:18 VERSION 19:22:33 -rw-rw-r--. 1 jenkins jenkins 227 Sep 8 19:21 version.go [Pipeline] isUnix [Pipeline] sh 19:22:33 Stashed 1 file(s) [Pipeline] } 19:22:33 $ docker stop --time=1 5d43ed39980ca743e3e279dace8dcaf3ba92fc0750329d94ab8e687d4ac79097 19:22:33 + docker build -t docker-device-mqtt-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=d515993987dee35fd62cc7c290ab2176477551b8 --label arch=amd64 --label version=0.0.0 . 19:22:33 Sending build context to Docker daemon 636.4kB 19:22:34 Step 1/22 : ARG BASE=golang:1.13-alpine 19:22:34 Step 2/22 : FROM ${BASE} AS builder 19:22:34 ---> c59b975ef339 19:22:34 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 19:22:34 ---> Running in 2a00d5f52492 19:22:34 Removing intermediate container 2a00d5f52492 19:22:34 ---> 606c31a475a0 19:22:34 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 19:22:34 ---> Running in 4e2b6fa98b00 19:22:34 Removing intermediate container 4e2b6fa98b00 19:22:34 ---> 53026902f4e1 19:22:34 Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:22:34 ---> Running in 5fbcce26968e 19:22:35 Removing intermediate container 5fbcce26968e 19:22:35 ---> acee75ab2156 19:22:35 Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 19:22:35 ---> Running in 5d2b0b184f7e 19:22:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:22:36 $ docker rm -f 5d43ed39980ca743e3e279dace8dcaf3ba92fc0750329d94ab8e687d4ac79097 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 19:22:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 19:22:37 OK: 237 MiB in 53 packages 19:22:37 Removing intermediate container 5d2b0b184f7e 19:22:37 ---> 7cbdee5029b9 19:22:37 Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 19:22:37 + sudo chown -R jenkins:jenkins . [Pipeline] sh 19:22:37 ---> Running in 2fcf457b9277 19:22:37 Removing intermediate container 2fcf457b9277 19:22:37 ---> 809a0dc04738 19:22:37 Step 8/22 : COPY . . 19:22:37 + ls -al . 19:22:37 total 136 19:22:37 drwxrwxr-x 10 jenkins jenkins 4096 Sep 8 19:22 . 19:22:37 drwxrwxr-x 4 jenkins jenkins 4096 Sep 8 19:20 .. 19:22:37 -rw-rw-r-- 1 jenkins jenkins 140 Sep 8 19:20 .dockerignore 19:22:37 drwxrwxr-x 8 jenkins jenkins 4096 Sep 8 19:20 .git 19:22:37 drwxrwxr-x 2 jenkins jenkins 4096 Sep 8 19:20 .github 19:22:37 -rw-rw-r-- 1 jenkins jenkins 328 Sep 8 19:20 .gitignore 19:22:37 drwxrwxr-x 3 jenkins jenkins 4096 Sep 8 19:20 .semver 19:22:37 -rw-rw-r-- 1 jenkins jenkins 4678 Sep 8 19:20 Attribution.txt 19:22:37 -rw-rw-r-- 1 jenkins jenkins 1784 Sep 8 19:20 Dockerfile 19:22:37 -rw-rw-r-- 1 jenkins jenkins 953 Sep 8 19:20 Dockerfile.build 19:22:37 -rw-rw-r-- 1 jenkins jenkins 700 Sep 8 19:20 Jenkinsfile 19:22:37 -rw-rw-r-- 1 jenkins jenkins 11340 Sep 8 19:20 LICENSE 19:22:37 -rw-rw-r-- 1 jenkins jenkins 902 Sep 8 19:20 Makefile 19:22:37 -rw-rw-r-- 1 jenkins jenkins 444 Sep 8 19:20 README.md 19:22:37 -rw-rw-r-- 1 jenkins jenkins 5 Sep 8 19:18 VERSION 19:22:37 drwxrwxr-x 2 jenkins jenkins 4096 Sep 8 19:20 bin 19:22:37 drwxrwxr-x 3 jenkins jenkins 4096 Sep 8 19:20 cmd 19:22:37 -rw-r--r-- 1 jenkins jenkins 18939 Sep 8 19:22 coverage.out 19:22:37 -rw-r--r-- 1 jenkins jenkins 510 Sep 8 19:22 go.mod 19:22:37 -rw-r--r-- 1 jenkins jenkins 13621 Sep 8 19:22 go.sum 19:22:37 drwxrwxr-x 3 jenkins jenkins 4096 Sep 8 19:20 internal 19:22:37 drwxrwxr-x 2 jenkins jenkins 4096 Sep 8 19:20 mock 19:22:37 drwxrwxr-x 4 jenkins jenkins 4096 Sep 8 19:20 snap 19:22:37 -rw-rw-r-- 1 jenkins jenkins 227 Sep 8 19:20 version.go [Pipeline] isUnix [Pipeline] sh 19:22:38 + docker build -t docker-device-mqtt-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=d515993987dee35fd62cc7c290ab2176477551b8 --label arch=arm64 --label version=0.0.0 . 19:22:38 Sending build context to Docker daemon 636.4kB 19:22:38 ---> cc59ba38d25d 19:22:38 Step 9/22 : ARG MAKE='make build' 19:22:38 ---> Running in 0819b1ce87ac 19:22:38 Removing intermediate container 0819b1ce87ac 19:22:38 ---> fbd23fec14c2 19:22:38 Step 10/22 : RUN $MAKE 19:22:38 Step 1/22 : ARG BASE=golang:1.13-alpine 19:22:38 Step 2/22 : FROM ${BASE} AS builder 19:22:38 ---> d8803fb48c2d 19:22:38 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 19:22:38 ---> Running in e673557c0f11 19:22:38 ---> Running in 4ae9c90da4d2 19:22:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 19:22:39 Removing intermediate container 4ae9c90da4d2 19:22:39 ---> 540e8b71f135 19:22:39 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 19:22:39 ---> Running in 62e1d40963f8 19:22:40 Removing intermediate container 62e1d40963f8 19:22:40 ---> d0b064435626 19:22:40 Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:22:40 ---> Running in 87a0404dfa1b 19:22:42 Removing intermediate container 87a0404dfa1b 19:22:42 ---> d8bcf67b2a1e 19:22:42 Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 19:22:42 ---> Running in ff9164e1a625 19:22:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:22:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:22:45 OK: 221 MiB in 53 packages 19:22:46 Removing intermediate container ff9164e1a625 19:22:46 ---> b2007949c691 19:22:46 Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 19:22:46 ---> Running in 36cf2253aab4 19:22:47 Removing intermediate container 36cf2253aab4 19:22:47 ---> 288fef19aec7 19:22:47 Step 8/22 : COPY . . 19:22:48 ---> c8aaa03b21d6 19:22:48 Step 9/22 : ARG MAKE='make build' 19:22:48 ---> Running in 0bb37673b486 19:22:49 Removing intermediate container 0bb37673b486 19:22:49 ---> 2949a8c85811 19:22:49 Step 10/22 : RUN $MAKE 19:22:49 ---> Running in 26b770610cf2 19:22:49 CGO_ENABLED=0 GO111MODULE=on go build ./... 19:22:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 19:22:52 Removing intermediate container e673557c0f11 19:22:52 ---> 3775c926b599 19:22:52 Step 11/22 : FROM alpine 19:22:52 latest: Pulling from library/alpine 19:22:52 df20fa9351a1: Already exists 19:22:52 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 19:22:52 Status: Downloaded newer image for alpine:latest 19:22:52 ---> a24bb4013296 19:22:52 Step 12/22 : ENV APP_PORT=49982 19:22:52 ---> Running in e5a85d6c394c 19:22:52 Removing intermediate container e5a85d6c394c 19:22:52 ---> 1acdcd8fc6eb 19:22:52 Step 13/22 : EXPOSE $APP_PORT 19:22:52 ---> Running in 706e96ee9836 19:22:52 Removing intermediate container 706e96ee9836 19:22:52 ---> 885f4ccac8ce 19:22:52 Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 19:22:53 ---> e9e3e74b8985 19:22:53 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 19:22:53 ---> 6545332e4cc1 19:22:53 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 19:22:54 ---> 31b517e3c1de 19:22:54 Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 19:22:54 ---> Running in a3a5559bdeb8 19:22:54 Removing intermediate container a3a5559bdeb8 19:22:54 ---> e8b11419d12a 19:22:54 Step 18/22 : ENTRYPOINT ["/device-mqtt"] 19:22:54 ---> Running in 11f737eecccc 19:22:54 Removing intermediate container 11f737eecccc 19:22:54 ---> d397de95e2c5 19:22:54 Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:22:54 ---> Running in 4c346b44d393 19:22:54 Removing intermediate container 4c346b44d393 19:22:54 ---> 3d9585fb3f21 19:22:54 Step 20/22 : LABEL arch=amd64 19:22:54 ---> Running in c5f3fc47b4b4 19:22:54 Removing intermediate container c5f3fc47b4b4 19:22:54 ---> 752a687a0a78 19:22:54 Step 21/22 : LABEL git_sha=d515993987dee35fd62cc7c290ab2176477551b8 19:22:54 ---> Running in 0d036f838b5e 19:22:55 Removing intermediate container 0d036f838b5e 19:22:55 ---> 70603144188f 19:22:55 Step 22/22 : LABEL version=0.0.0 19:22:55 ---> Running in 17ec46036a59 19:22:55 Removing intermediate container 17ec46036a59 19:22:55 ---> 63fd152e5fda 19:22:55 [Warning] One or more build-args [ARCH] were not consumed 19:22:55 Successfully built 63fd152e5fda 19:22:55 Successfully tagged docker-device-mqtt-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 19:23:11 Still waiting to schedule task 19:23:11 All nodes of label ‘centos7-docker-8c-8g’ are offline 19:23:17 CGO_ENABLED=0 GO111MODULE=on go build ./... 19:23:25 Removing intermediate container 26b770610cf2 19:23:25 ---> 27ec35392f20 19:23:25 Step 11/22 : FROM alpine 19:23:25 latest: Pulling from library/alpine 19:23:25 b538f80385f9: Already exists 19:23:25 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 19:23:25 Status: Downloaded newer image for alpine:latest 19:23:25 ---> 62ee0e9f8440 19:23:25 Step 12/22 : ENV APP_PORT=49982 19:23:25 ---> Running in 53302bfa3e3f 19:23:25 Removing intermediate container 53302bfa3e3f 19:23:25 ---> 1d953a345587 19:23:25 Step 13/22 : EXPOSE $APP_PORT 19:23:25 ---> Running in 24ed21d9a881 19:23:26 Removing intermediate container 24ed21d9a881 19:23:26 ---> 001916a76131 19:23:26 Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 19:23:27 ---> 0c652afdd807 19:23:27 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 19:23:28 ---> cf043385f62d 19:23:28 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 19:23:29 ---> b95fa976953d 19:23:29 Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 19:23:29 ---> Running in 8fd7f15ba9e3 19:23:30 Removing intermediate container 8fd7f15ba9e3 19:23:30 ---> d7d73ff31aca 19:23:30 Step 18/22 : ENTRYPOINT ["/device-mqtt"] 19:23:30 ---> Running in 815af1e0b022 19:23:30 Removing intermediate container 815af1e0b022 19:23:30 ---> f8c7b780fbe9 19:23:30 Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:23:30 ---> Running in 2f1310706883 19:23:31 Removing intermediate container 2f1310706883 19:23:31 ---> ab94be976220 19:23:31 Step 20/22 : LABEL arch=arm64 19:23:31 ---> Running in 3f14e4432234 19:23:31 Removing intermediate container 3f14e4432234 19:23:31 ---> 361e175e08fa 19:23:31 Step 21/22 : LABEL git_sha=d515993987dee35fd62cc7c290ab2176477551b8 19:23:31 ---> Running in b87d250d8ee6 19:23:32 Removing intermediate container b87d250d8ee6 19:23:32 ---> 05c98a941cb4 19:23:32 Step 22/22 : LABEL version=0.0.0 19:23:32 ---> Running in 0a33e3a645f4 19:23:33 Removing intermediate container 0a33e3a645f4 19:23:33 ---> 8056f8054484 19:23:33 [Warning] One or more build-args [ARCH] were not consumed 19:23:33 Successfully built 8056f8054484 19:23:33 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 19:23:49 Still waiting to schedule task 19:23:49 All nodes of label ‘ubuntu18.04-docker-arm64-16c-16g’ are offline 19:24:28 Running on prd-centos7-docker-8c-8g-1827 in /w/workspace/gexfoundry_device-mqtt-go_PR-166 [Pipeline] { [Pipeline] ws 19:24:28 Running in /w/workspace/device-mqtt-go/2 [Pipeline] { [Pipeline] checkout 19:24:30 using credential edgex-jenkins-ssh 19:24:30 Cloning the remote Git repository 19:24:30 Cloning with configured refspecs honoured and without tags 19:24:30 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 19:24:30 > git init /w/workspace/device-mqtt-go/2 # timeout=10 19:24:30 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 19:24:30 > git --version # timeout=10 19:24:30 > git --version # 'git version 2.16.5' 19:24:30 using GIT_SSH to set credentials SSH Credentials for GitHub 19:24:30 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/166/head:refs/remotes/origin/PR-166 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:24:31 Fetching without tags 19:24:31 Merging remotes/origin/master commit fe2df51579bf0cce1b2e428c0c04fcb23a980c4d into PR head commit bcd987ce67ec0625e74bb83c944d46c1c4f17867 19:24:31 Merge succeeded, producing c3333bc18f9825ec1c7bf68f29fa6debfdb89e3a 19:24:31 Checking out Revision c3333bc18f9825ec1c7bf68f29fa6debfdb89e3a (PR-166) 19:24:31 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 19:24:31 > git config --add remote.origin.fetch +refs/pull/166/head:refs/remotes/origin/PR-166 # timeout=10 19:24:31 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 19:24:31 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 19:24:31 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 19:24:31 using GIT_SSH to set credentials SSH Credentials for GitHub 19:24:31 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/166/head:refs/remotes/origin/PR-166 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:24:31 > git config core.sparsecheckout # timeout=10 19:24:31 > git checkout -f bcd987ce67ec0625e74bb83c944d46c1c4f17867 # timeout=10 19:24:31 > git remote # timeout=10 19:24:31 > git config --get remote.origin.url # timeout=10 19:24:31 using GIT_SSH to set credentials SSH Credentials for GitHub 19:24:31 > git merge fe2df51579bf0cce1b2e428c0c04fcb23a980c4d # timeout=10 19:24:31 > git rev-parse HEAD^{commit} # timeout=10 19:24:31 > git config core.sparsecheckout # timeout=10 19:24:31 > git checkout -f c3333bc18f9825ec1c7bf68f29fa6debfdb89e3a # timeout=10 19:24:35 Commit message: "Merge commit 'fe2df51579bf0cce1b2e428c0c04fcb23a980c4d' into HEAD" 19:24:35 > git rev-list --no-walk bcd987ce67ec0625e74bb83c944d46c1c4f17867 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:36 ++ find /w/workspace/device-mqtt-go/2 19:24:36 ++ grep snapcraft.yaml 19:24:36 + grep -Po '^name: \K(.*)' /w/workspace/device-mqtt-go/2/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:24:37 provisioning config files... 19:24:37 copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/2@tmp/config1349945615567925555tmp [Pipeline] { [Pipeline] sh 19:24:37 + cp /w/workspace/device-mqtt-go/2@tmp/config1349945615567925555tmp /w/workspace/device-mqtt-go/2/edgex-snap-store-login [Pipeline] sh 19:24:37 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/2:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 19:24:37 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 19:24:38 latest: Pulling from edgex-devops/edgex-snap-builder 19:24:38 f08d8e2a3ba1: Pulling fs layer 19:24:38 3baa9cb2483b: Pulling fs layer 19:24:38 94e5ff4c0b15: Pulling fs layer 19:24:38 1860925334f9: Pulling fs layer 19:24:38 2daf38717194: Pulling fs layer 19:24:38 309017e8d7a4: Pulling fs layer 19:24:38 f7790dc9fd0f: Pulling fs layer 19:24:38 cac0ae9282c2: Pulling fs layer 19:24:38 1f4cadf9a1ed: Pulling fs layer 19:24:38 309017e8d7a4: Waiting 19:24:38 f7790dc9fd0f: Waiting 19:24:38 1f4cadf9a1ed: Waiting 19:24:38 cac0ae9282c2: Waiting 19:24:38 2daf38717194: Waiting 19:24:38 1860925334f9: Waiting 19:24:38 94e5ff4c0b15: Verifying Checksum 19:24:38 94e5ff4c0b15: Download complete 19:24:38 3baa9cb2483b: Verifying Checksum 19:24:38 3baa9cb2483b: Download complete 19:24:38 1860925334f9: Verifying Checksum 19:24:38 1860925334f9: Download complete 19:24:38 309017e8d7a4: Verifying Checksum 19:24:38 309017e8d7a4: Download complete 19:24:38 f7790dc9fd0f: Verifying Checksum 19:24:38 f7790dc9fd0f: Download complete 19:24:38 cac0ae9282c2: Verifying Checksum 19:24:38 cac0ae9282c2: Download complete 19:24:38 1f4cadf9a1ed: Verifying Checksum 19:24:38 1f4cadf9a1ed: Download complete 19:24:39 f08d8e2a3ba1: Verifying Checksum 19:24:39 f08d8e2a3ba1: Download complete 19:24:42 f08d8e2a3ba1: Pull complete 19:24:42 3baa9cb2483b: Pull complete 19:24:42 94e5ff4c0b15: Pull complete 19:24:42 1860925334f9: Pull complete 19:24:48 2daf38717194: Verifying Checksum 19:24:48 2daf38717194: Download complete 19:25:27 2daf38717194: Pull complete 19:25:27 309017e8d7a4: Pull complete 19:25:27 f7790dc9fd0f: Pull complete 19:25:27 cac0ae9282c2: Pull complete 19:25:27 1f4cadf9a1ed: Pull complete 19:25:27 Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 19:25:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 19:25:27 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:25:27 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 19:25:27 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 19:25:27 Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 19:25:27 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1089 kB] 19:25:27 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1425 kB] 19:25:27 Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [10.1 kB] 19:25:27 Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [897 kB] 19:25:27 Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [116 kB] 19:25:27 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [132 kB] 19:25:27 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.7 kB] 19:25:27 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1384 kB] 19:25:28 Fetched 5333 kB in 2s (2207 kB/s) 19:25:30 Reading package lists... 19:25:34 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 19:25:34 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 19:25:34 0% [Waiting for headers] 0% [1 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:25:34 0% [1 InRelease gpgv 88.7 kB] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 19:25:37 0% [1 InRelease gpgv 88.7 kB] 0% [Working] 0% [2 InRelease gpgv 242 kB] 0% [Working] 0% [3 InRelease gpgv 88.7 kB] 0% [Working] 0% [4 InRelease gpgv 74.6 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 48% Reading package lists... 64% Reading package lists... 64% Reading package lists... 65% Reading package lists... 65% Reading package lists... 74% Reading package lists... 74% Reading package lists... 75% Reading package lists... 75% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 19:25:38 Running on prd-ubuntu18.04-docker-arm64-16c-16g-1828 in /w/workspace/gexfoundry_device-mqtt-go_PR-166 [Pipeline] { [Pipeline] ws 19:25:38 Running in /w/workspace/device-mqtt-go/2 [Pipeline] { [Pipeline] checkout 19:25:39 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 19:25:40 Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 51% Reading package lists... 64% Reading package lists... 64% Reading package lists... 65% Reading package lists... 65% Reading package lists... 74% Reading package lists... 74% Reading package lists... 75% Reading package lists... 75% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 19:25:41 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 53% Building dependency tree 19:25:41 Reading state information... 0% Reading state information... 0% Reading state information... Done 19:25:41 The following packages were automatically installed and are no longer required: 19:25:41 libjq1 libonig4 19:25:41 Use 'sudo apt autoremove' to remove them. 19:25:41 Suggested packages: 19:25:41 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 19:25:41 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed 19:25:41 diffutils-doc perl-doc libterm-readline-gnu-perl 19:25:41 | libterm-readline-perl-perl 19:25:41 The following NEW packages will be installed: 19:25:41 curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 19:25:41 libperl5.26 make netbase patch perl perl-modules-5.26 19:25:41 0 upgraded, 14 newly installed, 0 to remove and 3 not upgraded. 19:25:41 Need to get 12.0 MB of archives. 19:25:41 After this operation, 77.5 MB of additional disk space will be used. 19:25:41 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] 19:25:42 0% [1 perl-modules-5.26 12.6 kB/2763 kB 0%] 4% [1 perl-modules-5.26 636 kB/2763 kB 23%] 20% [Working] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 19:25:42 21% [Waiting for headers] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 19:25:42 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] 19:25:42 23% [4 libperl5.26 0 B/3527 kB 0%] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] 19:25:42 48% [5 perl 65.5 kB/201 kB 33%] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 19:25:42 51% [6 less 65.5 kB/112 kB 59%] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 19:25:42 53% [7 netbase 12.7 kB/12.7 kB 100%] 54% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] 19:25:42 55% [8 curl 65.5 kB/159 kB 41%] 57% [Waiting for headers] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] 19:25:42 57% [9 libcurl3-gnutls 65.5 kB/213 kB 31%] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 19:25:42 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 19:25:42 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] 19:25:42 68% [12 git 4096 B/3915 kB 0%] 95% [Waiting for headers] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 19:25:42 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] 19:25:42 98% [14 patch 9523 B/102 kB 9%] 100% [Working] Fetched 12.0 MB in 1s (8720 kB/s) 19:25:42 using credential edgex-jenkins-ssh 19:25:43 Cloning the remote Git repository 19:25:43 Cloning with configured refspecs honoured and without tags 19:25:43 debconf: delaying package configuration, since apt-utils is not installed 19:25:43 Selecting previously unselected package perl-modules-5.26. 19:25:43 (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.) 19:25:43 Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 19:25:43 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 19:25:43 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 19:25:43 > git init /w/workspace/device-mqtt-go/2 # timeout=10 19:25:43 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 19:25:43 > git --version # timeout=10 19:25:43 > git --version # 'git version 2.17.1' 19:25:43 using GIT_SSH to set credentials SSH Credentials for GitHub 19:25:43 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/166/head:refs/remotes/origin/PR-166 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:25:44 Fetching without tags 19:25:44 Merging remotes/origin/master commit fe2df51579bf0cce1b2e428c0c04fcb23a980c4d into PR head commit bcd987ce67ec0625e74bb83c944d46c1c4f17867 19:25:44 Selecting previously unselected package libgdbm5:amd64. 19:25:44 Preparing to unpack .../01-libgdbm5_1.14.1-6_amd64.deb ... 19:25:44 Unpacking libgdbm5:amd64 (1.14.1-6) ... 19:25:44 Selecting previously unselected package libgdbm-compat4:amd64. 19:25:44 Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_amd64.deb ... 19:25:44 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 19:25:44 Selecting previously unselected package libperl5.26:amd64. 19:25:44 Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... 19:25:44 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 19:25:44 Merge succeeded, producing b4ff5df20ca5f201708a54fb51406bd3335dbe94 19:25:44 Checking out Revision b4ff5df20ca5f201708a54fb51406bd3335dbe94 (PR-166) 19:25:43 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 19:25:43 > git config --add remote.origin.fetch +refs/pull/166/head:refs/remotes/origin/PR-166 # timeout=10 19:25:44 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 19:25:44 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 19:25:44 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 19:25:44 using GIT_SSH to set credentials SSH Credentials for GitHub 19:25:44 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/166/head:refs/remotes/origin/PR-166 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:25:44 > git config core.sparsecheckout # timeout=10 19:25:44 > git checkout -f bcd987ce67ec0625e74bb83c944d46c1c4f17867 # timeout=10 19:25:44 > git remote # timeout=10 19:25:44 > git config --get remote.origin.url # timeout=10 19:25:44 using GIT_SSH to set credentials SSH Credentials for GitHub 19:25:44 > git merge fe2df51579bf0cce1b2e428c0c04fcb23a980c4d # timeout=10 19:25:44 > git rev-parse HEAD^{commit} # timeout=10 19:25:44 > git config core.sparsecheckout # timeout=10 19:25:44 > git checkout -f b4ff5df20ca5f201708a54fb51406bd3335dbe94 # timeout=10 19:25:45 Selecting previously unselected package perl. 19:25:45 Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_amd64.deb ... 19:25:45 Unpacking perl (5.26.1-6ubuntu0.3) ... 19:25:45 Selecting previously unselected package less. 19:25:45 Preparing to unpack .../05-less_487-0.1_amd64.deb ... 19:25:45 Unpacking less (487-0.1) ... 19:25:45 Selecting previously unselected package netbase. 19:25:45 Preparing to unpack .../06-netbase_5.4_all.deb ... 19:25:45 Unpacking netbase (5.4) ... 19:25:45 Selecting previously unselected package curl. 19:25:45 Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_amd64.deb ... 19:25:45 Unpacking curl (7.58.0-2ubuntu3.10) ... 19:25:45 Selecting previously unselected package libcurl3-gnutls:amd64. 19:25:45 Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... 19:25:45 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 19:25:45 Selecting previously unselected package liberror-perl. 19:25:45 Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... 19:25:45 Unpacking liberror-perl (0.17025-1) ... 19:25:46 Selecting previously unselected package git-man. 19:25:46 Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 19:25:46 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 19:25:46 Selecting previously unselected package git. 19:25:46 Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 19:25:46 Unpacking git (1:2.17.1-1ubuntu0.7) ... 19:25:47 Selecting previously unselected package make. 19:25:47 Preparing to unpack .../12-make_4.1-9.1ubuntu1_amd64.deb ... 19:25:47 Unpacking make (4.1-9.1ubuntu1) ... 19:25:47 Selecting previously unselected package patch. 19:25:47 Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_amd64.deb ... 19:25:47 Unpacking patch (2.7.6-2ubuntu1.1) ... 19:25:47 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 19:25:47 Setting up less (487-0.1) ... 19:25:47 Setting up make (4.1-9.1ubuntu1) ... 19:25:47 Setting up curl (7.58.0-2ubuntu3.10) ... 19:25:47 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 19:25:47 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 19:25:47 Setting up libgdbm5:amd64 (1.14.1-6) ... 19:25:47 Setting up patch (2.7.6-2ubuntu1.1) ... 19:25:48 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 19:25:48 Setting up netbase (5.4) ... 19:25:48 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 19:25:48 Setting up perl (5.26.1-6ubuntu0.3) ... 19:25:48 Setting up liberror-perl (0.17025-1) ... 19:25:48 Setting up git (1:2.17.1-1ubuntu0.7) ... 19:25:48 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 19:25:48 Processing triggers for mime-support (3.60ubuntu1) ... 19:25:48 Commit message: "Merge commit 'fe2df51579bf0cce1b2e428c0c04fcb23a980c4d' into HEAD" 19:25:48 > git rev-list --no-walk bcd987ce67ec0625e74bb83c944d46c1c4f17867 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:50 + find /w/workspace/device-mqtt-go/2 19:25:50 + grep snapcraft.yaml 19:25:50 + grep -Po ^name: \K(.*) /w/workspace/device-mqtt-go/2/snap/snapcraft.yaml 19:25:50 curl set to automatically installed. 19:25:50 git set to automatically installed. 19:25:50 git-man set to automatically installed. 19:25:50 less set to automatically installed. 19:25:50 libcurl3-gnutls set to automatically installed. 19:25:50 liberror-perl set to automatically installed. 19:25:50 libgdbm-compat4 set to automatically installed. 19:25:50 libgdbm5 set to automatically installed. 19:25:50 libperl5.26 set to automatically installed. 19:25:50 make set to automatically installed. 19:25:50 netbase set to automatically installed. 19:25:50 patch set to automatically installed. 19:25:50 perl set to automatically installed. 19:25:50 perl-modules-5.26 set to automatically installed. 19:25:50 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 19:25:50 Please ensure the environment is properly setup before continuing. 19:25:50 Ignore this message if the appropriate measures have already been taken [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:25:50 provisioning config files... 19:25:50 copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/2@tmp/config7478930780290687587tmp [Pipeline] { [Pipeline] sh 19:25:50 + cp /w/workspace/device-mqtt-go/2@tmp/config7478930780290687587tmp /w/workspace/device-mqtt-go/2/edgex-snap-store-login [Pipeline] sh 19:25:51 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/2:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 19:25:51 Pulling go  19:25:51 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally 19:25:52 latest: Pulling from edgex-devops/edgex-snap-builder-arm64 19:25:52 237528ba509b: Pulling fs layer 19:25:52 393b96f31d8b: Pulling fs layer 19:25:52 4d82b0e39008: Pulling fs layer 19:25:52 e7ca375b8d34: Pulling fs layer 19:25:52 418f656485bb: Pulling fs layer 19:25:52 aebe8db9254c: Pulling fs layer 19:25:52 4f5f7b207d3f: Pulling fs layer 19:25:52 d19ca6af091a: Pulling fs layer 19:25:52 16b5a0711add: Pulling fs layer 19:25:52 4f5f7b207d3f: Waiting 19:25:52 e7ca375b8d34: Waiting 19:25:52 d19ca6af091a: Waiting 19:25:52 418f656485bb: Waiting 19:25:52 aebe8db9254c: Waiting 19:25:52 16b5a0711add: Waiting 19:25:52 4d82b0e39008: Download complete 19:25:52 393b96f31d8b: Verifying Checksum 19:25:52 393b96f31d8b: Download complete 19:25:52 e7ca375b8d34: Verifying Checksum 19:25:52 e7ca375b8d34: Download complete 19:25:52 aebe8db9254c: Verifying Checksum 19:25:52 aebe8db9254c: Download complete 19:25:52 4f5f7b207d3f: Verifying Checksum 19:25:52 4f5f7b207d3f: Download complete 19:25:52 d19ca6af091a: Verifying Checksum 19:25:52 d19ca6af091a: Download complete 19:25:52 16b5a0711add: Download complete 19:25:52 237528ba509b: Verifying Checksum 19:25:52 237528ba509b: Download complete 19:25:53 'device-mqtt' has dependencies that need to be staged: go 19:25:53 Skipping pull go (already ran) 19:25:53 Building go  19:25:53 % Total % Received % Xferd Average Speed Time Time Time Current 19:25:53 Dload Upload Total Spent Left Speed 19:25:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 27 114M 27 31.2M 0 0 43.0M 0 0:00:02 --:--:-- 0:00:02 43.0M 73 114M 73 84.1M 0 0 49.5M 0 0:00:02 0:00:01 0:00:01 49.5M 100 114M 100 114M 0 0 50.3M 0 0:00:02 0:00:02 --:--:-- 50.3M 19:25:55 237528ba509b: Pull complete 19:25:56 393b96f31d8b: Pull complete 19:25:56 4d82b0e39008: Pull complete 19:25:56 go1.13.5.linux-amd64.tar.gz: OK 19:25:57 e7ca375b8d34: Pull complete 19:26:02 418f656485bb: Verifying Checksum 19:26:02 418f656485bb: Download complete 19:26:06 Staging go  19:26:06 Pulling device-mqtt  19:26:07 Skipping build go (already ran) 19:26:07 Building device-mqtt  19:26:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 19:26:09 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 19:26:09 go: downloading github.com/spf13/cast v1.3.0 19:26:09 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 19:26:09 go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 19:26:09 go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 19:26:09 go: extracting github.com/spf13/cast v1.3.0 19:26:09 go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 19:26:09 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 19:26:09 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 19:26:09 go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 19:26:09 go: downloading github.com/gorilla/mux v1.7.1 19:26:09 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 19:26:09 go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 19:26:09 go: downloading github.com/google/uuid v1.1.1 19:26:09 go: extracting github.com/gorilla/mux v1.7.1 19:26:09 go: extracting github.com/google/uuid v1.1.1 19:26:09 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 19:26:09 go: downloading github.com/OneOfOne/xxhash v1.2.6 19:26:09 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 19:26:09 go: downloading gopkg.in/yaml.v2 v2.2.8 19:26:09 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 19:26:09 go: downloading github.com/BurntSushi/toml v0.3.1 19:26:09 go: downloading github.com/pkg/errors v0.8.1 19:26:09 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 19:26:09 go: extracting github.com/OneOfOne/xxhash v1.2.6 19:26:09 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 19:26:09 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 19:26:09 go: extracting gopkg.in/yaml.v2 v2.2.8 19:26:09 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 19:26:09 go: extracting github.com/BurntSushi/toml v0.3.1 19:26:09 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 19:26:09 go: extracting github.com/pkg/errors v0.8.1 19:26:09 go: downloading github.com/go-kit/kit v0.8.0 19:26:09 go: downloading github.com/hashicorp/consul/api v1.1.0 19:26:09 go: downloading github.com/pelletier/go-toml v1.2.0 19:26:09 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:26:09 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 19:26:09 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:26:09 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 19:26:09 go: downloading github.com/mitchellh/mapstructure v1.1.2 19:26:09 go: downloading github.com/mitchellh/copystructure v1.0.0 19:26:09 go: downloading github.com/x448/float16 v0.8.4 19:26:09 go: extracting github.com/hashicorp/consul/api v1.1.0 19:26:09 go: extracting github.com/pelletier/go-toml v1.2.0 19:26:09 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 19:26:09 go: extracting github.com/mitchellh/mapstructure v1.1.2 19:26:09 go: extracting github.com/mitchellh/copystructure v1.0.0 19:26:09 go: downloading github.com/mitchellh/reflectwalk v1.0.0 19:26:09 go: downloading github.com/hashicorp/serf v0.8.2 19:26:09 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 19:26:09 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 19:26:09 go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 19:26:09 go: extracting github.com/x448/float16 v0.8.4 19:26:09 go: extracting github.com/go-kit/kit v0.8.0 19:26:09 go: extracting github.com/mitchellh/reflectwalk v1.0.0 19:26:09 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 19:26:09 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 19:26:09 go: extracting github.com/hashicorp/serf v0.8.2 19:26:09 go: downloading github.com/go-logfmt/logfmt v0.4.0 19:26:09 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:26:09 go: extracting github.com/go-logfmt/logfmt v0.4.0 19:26:09 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:26:09 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 19:26:09 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 19:26:09 go: downloading github.com/hashicorp/golang-lru v0.5.0 19:26:09 go: extracting github.com/hashicorp/golang-lru v0.5.0 19:26:09 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 19:26:09 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 19:26:09 go: finding github.com/spf13/cast v1.3.0 19:26:09 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 19:26:09 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 19:26:09 go: finding github.com/gorilla/mux v1.7.1 19:26:09 go: finding github.com/fxamacker/cbor/v2 v2.2.0 19:26:09 go: finding github.com/OneOfOne/xxhash v1.2.6 19:26:09 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 19:26:09 go: finding github.com/go-kit/kit v0.8.0 19:26:09 go: finding github.com/google/uuid v1.1.1 19:26:09 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 19:26:09 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 19:26:09 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 19:26:09 go: finding github.com/x448/float16 v0.8.4 19:26:09 go: finding github.com/go-logfmt/logfmt v0.4.0 19:26:09 go: finding gopkg.in/yaml.v2 v2.2.8 19:26:09 go: finding github.com/BurntSushi/toml v0.3.1 19:26:09 go: finding github.com/pkg/errors v0.8.1 19:26:09 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 19:26:09 go: finding github.com/pelletier/go-toml v1.2.0 19:26:09 go: finding github.com/hashicorp/consul/api v1.1.0 19:26:09 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:26:09 go: finding github.com/hashicorp/go-rootcerts v1.0.0 19:26:09 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 19:26:09 go: finding github.com/hashicorp/serf v0.8.2 19:26:09 go: finding github.com/mitchellh/mapstructure v1.1.2 19:26:09 go: finding github.com/mitchellh/copystructure v1.0.0 19:26:09 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 19:26:09 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:26:09 go: finding github.com/mitchellh/reflectwalk v1.0.0 19:26:09 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 19:26:09 go: finding github.com/hashicorp/golang-lru v0.5.0 19:26:18 CGO_ENABLED=0 GO111MODULE=on go build ./... 19:26:24 Skipping stage go (already ran) 19:26:24 Staging device-mqtt  19:26:25 Priming go  19:26:26 Priming device-mqtt  19:26:27 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 19:26:27 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 19:26:27 Determining the version from the project repo (version-script). 19:26:27 The version has been set to 'local-dev-20200908+c3333bc' 19:26:29 Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping | 19:26:29 Snapped edgex-device-mqtt_local-dev-20200908+c3333bc_amd64.snap [Pipeline] } 19:26:31 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] } 19:26:49 418f656485bb: Pull complete 19:26:49 aebe8db9254c: Pull complete 19:26:49 4f5f7b207d3f: Pull complete 19:26:49 d19ca6af091a: Pull complete 19:26:49 16b5a0711add: Pull complete 19:26:49 Digest: sha256:9ca9034cebc7408d83a32dada391ac179c4174cde852b5731596ec8e47bf0b3e 19:26:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 19:26:49 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 19:26:49 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 19:26:49 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 19:26:50 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 19:26:50 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [942 kB] 19:26:51 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1260 kB] 19:26:51 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [783 kB] 19:26:51 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [671 kB] 19:26:51 Fetched 3908 kB in 2s (1799 kB/s) 19:26:55 Reading package lists... 19:27:10 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 19:27:10 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease 19:27:10 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease 19:27:10 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease 19:27:14 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 19:27:21 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 19:27:24 Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 8% Reading package lists... 28% Reading package lists... 49% Reading package lists... 68% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 84% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 19:27:25 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree 19:27:25 Reading state information... 0% Reading state information... 0% Reading state information... Done 19:27:26 The following packages were automatically installed and are no longer required: 19:27:26 libjq1 libonig4 19:27:26 Use 'sudo apt autoremove' to remove them. 19:27:26 Suggested packages: 19:27:26 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 19:27:26 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed 19:27:26 diffutils-doc perl-doc libterm-readline-gnu-perl 19:27:26 | libterm-readline-perl-perl 19:27:26 The following NEW packages will be installed: 19:27:26 curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 19:27:26 libperl5.26 make netbase patch perl perl-modules-5.26 19:27:26 0 upgraded, 14 newly installed, 0 to remove and 3 not upgraded. 19:27:26 Need to get 10.8 MB of archives. 19:27:26 After this operation, 73.6 MB of additional disk space will be used. 19:27:27 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] 19:27:28 0% [1 perl-modules-5.26 13.8 kB/2763 kB 0%] 4% [1 perl-modules-5.26 540 kB/2763 kB 20%] 12% [1 perl-modules-5.26 1553 kB/2763 kB 56%] 19% [1 perl-modules-5.26 2604 kB/2763 kB 94%] 22% [Working] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] 19:27:28 22% [2 libgdbm5 15.2 kB/23.1 kB 66%] 24% [Waiting for headers] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] 19:27:28 24% [3 libgdbm-compat4 0 B/5536 B 0%] 25% [Waiting for headers] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] 19:27:30 25% [4 libperl5.26 25.8 kB/3326 kB 1%] 34% [4 libperl5.26 1166 kB/3326 kB 35%] 43% [4 libperl5.26 2409 kB/3326 kB 72%] 51% [Waiting for headers] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] 19:27:30 51% [5 perl 19.2 kB/201 kB 10%] 54% [Waiting for headers] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] 19:27:30 54% [6 less 8727 B/99.7 kB 9%] 56% [Working] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] 19:27:30 56% [7 netbase 9960 B/12.7 kB 78%] 58% [Working] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.10 [152 kB] 19:27:30 58% [8 curl 16.7 kB/152 kB 11%] 60% [Waiting for headers] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.10 [179 kB] 19:27:30 60% [9 libcurl3-gnutls 7780 B/179 kB 4%] 63% [Waiting for headers] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] 19:27:30 63% [10 liberror-perl 8601 B/22.8 kB 38%] 65% [Waiting for headers] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 19:27:30 65% [11 git-man 13.6 kB/804 kB 2%] 72% [Working] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] 19:27:31 72% [12 git 8485 B/2952 kB 0%] 81% [12 git 1192 kB/2952 kB 40%] 88% [12 git 2191 kB/2952 kB 74%] 95% [Working] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] 19:27:32 95% [13 make 9296 B/139 kB 7%] 98% [Working] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] 19:27:32 98% [14 patch 5304 B/91.8 kB 6%] 100% [Working] Fetched 10.8 MB in 5s (2040 kB/s) 19:27:32 debconf: delaying package configuration, since apt-utils is not installed 19:27:32 Selecting previously unselected package perl-modules-5.26. 19:27:33 (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.) 19:27:33 Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 19:27:33 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 19:27:34 Selecting previously unselected package libgdbm5:arm64. 19:27:34 Preparing to unpack .../01-libgdbm5_1.14.1-6_arm64.deb ... 19:27:34 Unpacking libgdbm5:arm64 (1.14.1-6) ... 19:27:34 Selecting previously unselected package libgdbm-compat4:arm64. 19:27:34 Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_arm64.deb ... 19:27:34 Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... 19:27:34 Selecting previously unselected package libperl5.26:arm64. 19:27:34 Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... 19:27:34 Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 19:27:35 Selecting previously unselected package perl. 19:27:35 Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_arm64.deb ... 19:27:36 Unpacking perl (5.26.1-6ubuntu0.3) ... 19:27:36 Selecting previously unselected package less. 19:27:36 Preparing to unpack .../05-less_487-0.1_arm64.deb ... 19:27:36 Unpacking less (487-0.1) ... 19:27:36 Selecting previously unselected package netbase. 19:27:36 Preparing to unpack .../06-netbase_5.4_all.deb ... 19:27:36 Unpacking netbase (5.4) ... 19:27:36 Selecting previously unselected package curl. 19:27:36 Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_arm64.deb ... 19:27:36 Unpacking curl (7.58.0-2ubuntu3.10) ... 19:27:36 Selecting previously unselected package libcurl3-gnutls:arm64. 19:27:36 Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_arm64.deb ... 19:27:36 Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... 19:27:36 Selecting previously unselected package liberror-perl. 19:27:36 Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... 19:27:36 Unpacking liberror-perl (0.17025-1) ... 19:27:36 Selecting previously unselected package git-man. 19:27:36 Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 19:27:36 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 19:27:37 Selecting previously unselected package git. 19:27:37 Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... 19:27:37 Unpacking git (1:2.17.1-1ubuntu0.7) ... 19:27:38 Selecting previously unselected package make. 19:27:38 Preparing to unpack .../12-make_4.1-9.1ubuntu1_arm64.deb ... 19:27:38 Unpacking make (4.1-9.1ubuntu1) ... 19:27:38 Selecting previously unselected package patch. 19:27:38 Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_arm64.deb ... 19:27:38 Unpacking patch (2.7.6-2ubuntu1.1) ... 19:27:38 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 19:27:38 Setting up less (487-0.1) ... 19:27:39 Setting up make (4.1-9.1ubuntu1) ... 19:27:39 Setting up curl (7.58.0-2ubuntu3.10) ... 19:27:39 Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... 19:27:39 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 19:27:39 Setting up libgdbm5:arm64 (1.14.1-6) ... 19:27:39 Setting up patch (2.7.6-2ubuntu1.1) ... 19:27:39 Setting up libgdbm-compat4:arm64 (1.14.1-6) ... 19:27:39 Setting up netbase (5.4) ... 19:27:39 Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 19:27:39 Setting up perl (5.26.1-6ubuntu0.3) ... 19:27:39 Setting up liberror-perl (0.17025-1) ... 19:27:39 Setting up git (1:2.17.1-1ubuntu0.7) ... 19:27:39 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 19:27:39 Processing triggers for mime-support (3.60ubuntu1) ... 19:27:44 curl set to automatically installed. 19:27:44 git set to automatically installed. 19:27:44 git-man set to automatically installed. 19:27:44 less set to automatically installed. 19:27:45 libcurl3-gnutls set to automatically installed. 19:27:45 liberror-perl set to automatically installed. 19:27:45 libgdbm-compat4 set to automatically installed. 19:27:45 libgdbm5 set to automatically installed. 19:27:45 libperl5.26 set to automatically installed. 19:27:45 make set to automatically installed. 19:27:45 netbase set to automatically installed. 19:27:45 patch set to automatically installed. 19:27:45 perl set to automatically installed. 19:27:45 perl-modules-5.26 set to automatically installed. 19:27:45 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 19:27:45 Please ensure the environment is properly setup before continuing. 19:27:45 Ignore this message if the appropriate measures have already been taken 19:27:46 Pulling go  19:27:49 'device-mqtt' has dependencies that need to be staged: go 19:27:49 Skipping pull go (already ran) 19:27:49 Building go  19:27:49 % Total % Received % Xferd Average Speed Time Time Time Current 19:27:49 Dload Upload Total Spent Left Speed 19:27:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 93.0M 0 827k 0 0 1753k 0 0:00:54 --:--:-- 0:00:54 1749k 32 93.0M 32 30.4M 0 0 20.7M 0 0:00:04 0:00:01 0:00:03 20.7M 60 93.0M 60 56.0M 0 0 22.7M 0 0:00:04 0:00:02 0:00:02 22.7M 86 93.0M 86 80.9M 0 0 23.3M 0 0:00:03 0:00:03 --:--:-- 23.2M 100 93.0M 100 93.0M 0 0 22.9M 0 0:00:04 0:00:04 --:--:-- 22.9M 19:27:55 go1.13.5.linux-arm64.tar.gz: OK 19:28:13 Staging go  19:28:16 Pulling device-mqtt  19:28:19 Skipping build go (already ran) 19:28:19 Building device-mqtt  19:28:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 19:28:20 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 19:28:20 go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 19:28:20 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 19:28:20 go: downloading github.com/spf13/cast v1.3.0 19:28:20 go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 19:28:20 go: extracting github.com/spf13/cast v1.3.0 19:28:21 go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 19:28:21 go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 19:28:21 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 19:28:21 go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 19:28:21 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 19:28:21 go: downloading github.com/go-kit/kit v0.8.0 19:28:21 go: downloading github.com/google/uuid v1.1.1 19:28:21 go: downloading github.com/gorilla/mux v1.7.1 19:28:21 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 19:28:21 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 19:28:21 go: extracting github.com/google/uuid v1.1.1 19:28:21 go: extracting github.com/gorilla/mux v1.7.1 19:28:21 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 19:28:21 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 19:28:21 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 19:28:21 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 19:28:21 go: extracting github.com/go-kit/kit v0.8.0 19:28:21 go: downloading github.com/pkg/errors v0.8.1 19:28:21 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 19:28:21 go: downloading gopkg.in/yaml.v2 v2.2.8 19:28:21 go: downloading github.com/OneOfOne/xxhash v1.2.6 19:28:21 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 19:28:21 go: downloading github.com/hashicorp/consul/api v1.1.0 19:28:21 go: extracting github.com/pkg/errors v0.8.1 19:28:21 go: downloading github.com/x448/float16 v0.8.4 19:28:21 go: extracting github.com/OneOfOne/xxhash v1.2.6 19:28:21 go: extracting gopkg.in/yaml.v2 v2.2.8 19:28:21 go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 19:28:21 go: downloading github.com/pelletier/go-toml v1.2.0 19:28:21 go: extracting github.com/hashicorp/consul/api v1.1.0 19:28:21 go: extracting github.com/x448/float16 v0.8.4 19:28:21 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 19:28:21 go: downloading github.com/BurntSushi/toml v0.3.1 19:28:21 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 19:28:21 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:28:21 go: extracting github.com/pelletier/go-toml v1.2.0 19:28:21 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 19:28:21 go: downloading github.com/mitchellh/mapstructure v1.1.2 19:28:21 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 19:28:21 go: downloading github.com/hashicorp/serf v0.8.2 19:28:21 go: extracting github.com/BurntSushi/toml v0.3.1 19:28:21 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:28:21 go: downloading github.com/mitchellh/copystructure v1.0.0 19:28:21 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 19:28:21 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 19:28:21 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 19:28:21 go: extracting github.com/mitchellh/mapstructure v1.1.2 19:28:21 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 19:28:21 go: extracting github.com/mitchellh/copystructure v1.0.0 19:28:21 go: downloading github.com/mitchellh/reflectwalk v1.0.0 19:28:21 go: extracting github.com/mitchellh/reflectwalk v1.0.0 19:28:21 go: downloading github.com/go-logfmt/logfmt v0.4.0 19:28:21 go: extracting github.com/hashicorp/serf v0.8.2 19:28:21 go: extracting github.com/go-logfmt/logfmt v0.4.0 19:28:21 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:28:21 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:28:21 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 19:28:21 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 19:28:21 go: downloading github.com/hashicorp/golang-lru v0.5.0 19:28:21 go: extracting github.com/hashicorp/golang-lru v0.5.0 19:28:21 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 19:28:21 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 19:28:21 go: finding github.com/spf13/cast v1.3.0 19:28:21 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 19:28:21 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 19:28:21 go: finding github.com/gorilla/mux v1.7.1 19:28:21 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 19:28:21 go: finding github.com/OneOfOne/xxhash v1.2.6 19:28:21 go: finding github.com/fxamacker/cbor/v2 v2.2.0 19:28:21 go: finding github.com/google/uuid v1.1.1 19:28:21 go: finding github.com/go-kit/kit v0.8.0 19:28:22 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 19:28:22 go: finding gopkg.in/yaml.v2 v2.2.8 19:28:22 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 19:28:22 go: finding github.com/pkg/errors v0.8.1 19:28:22 go: finding github.com/go-logfmt/logfmt v0.4.0 19:28:22 go: finding github.com/x448/float16 v0.8.4 19:28:22 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 19:28:22 go: finding github.com/BurntSushi/toml v0.3.1 19:28:22 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 19:28:22 go: finding github.com/pelletier/go-toml v1.2.0 19:28:22 go: finding github.com/hashicorp/consul/api v1.1.0 19:28:22 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:28:22 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 19:28:22 go: finding github.com/hashicorp/go-rootcerts v1.0.0 19:28:22 go: finding github.com/hashicorp/serf v0.8.2 19:28:22 go: finding github.com/mitchellh/mapstructure v1.1.2 19:28:22 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:28:22 go: finding github.com/mitchellh/copystructure v1.0.0 19:28:22 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 19:28:22 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 19:28:22 go: finding github.com/mitchellh/reflectwalk v1.0.0 19:28:22 go: finding github.com/hashicorp/golang-lru v0.5.0 19:28:44 CGO_ENABLED=0 GO111MODULE=on go build ./... 19:28:59 Skipping stage go (already ran) 19:28:59 Staging device-mqtt  19:29:02 Priming go  19:29:04 Priming device-mqtt  19:29:07 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 19:29:07 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 19:29:07 Determining the version from the project repo (version-script). 19:29:07 The version has been set to 'local-dev-20200908+b4ff5df' 19:29:09 Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping | 19:29:09 Snapped edgex-device-mqtt_local-dev-20200908+b4ff5df_arm64.snap [Pipeline] } 19:29:11 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 19:29:13 provisioning config files... 19:29:13 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-166@tmp/config8095969271912271710tmp [Pipeline] { [Pipeline] sh 19:29:14 + curl -s https://codecov.io/bash 19:29:14 + bash -s - -t @/w/workspace/gexfoundry_device-mqtt-go_PR-166@tmp/config8095969271912271710tmp [Pipeline] } 19:29:14 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 19:29:16 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:29:17 ---> package-listing.sh 19:29:17 ++ facter osfamily 19:29:17 ++ tr '[:upper:]' '[:lower:]' 19:29:17 + OS_FAMILY=redhat 19:29:17 + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-166 19:29:17 + START_PACKAGES=/tmp/packages_start.txt 19:29:17 + END_PACKAGES=/tmp/packages_end.txt 19:29:17 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:29:17 + PACKAGES=/tmp/packages_start.txt 19:29:17 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-166 ']' 19:29:17 + PACKAGES=/tmp/packages_end.txt 19:29:17 + case "${OS_FAMILY}" in 19:29:17 + rpm -qa 19:29:17 + sort 19:29:22 + '[' -f /tmp/packages_start.txt ']' 19:29:22 + '[' -f /tmp/packages_end.txt ']' 19:29:22 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:29:22 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-166 ']' 19:29:22 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-166/archives/ 19:29:22 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-166/archives/ [Pipeline] isUnix [Pipeline] sh 19:29:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:29:23 19:29:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:29:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:29:23 alpine: Pulling from edgex-lftools-log-publisher 19:29:23 df20fa9351a1: Pulling fs layer 19:29:23 36b3adc4ff6f: Pulling fs layer 19:29:23 8ad3a11d3b57: Pulling fs layer 19:29:23 46f8f816bc3b: Pulling fs layer 19:29:23 0dadc02b9964: Pulling fs layer 19:29:23 ce6a7cf60c04: Pulling fs layer 19:29:23 7a184a31f384: Pulling fs layer 19:29:23 0879bd2ef858: Pulling fs layer 19:29:23 ce6a7cf60c04: Waiting 19:29:23 7a184a31f384: Waiting 19:29:23 46f8f816bc3b: Waiting 19:29:23 0dadc02b9964: Waiting 19:29:23 0879bd2ef858: Waiting 19:29:23 36b3adc4ff6f: Verifying Checksum 19:29:23 36b3adc4ff6f: Download complete 19:29:23 46f8f816bc3b: Verifying Checksum 19:29:23 46f8f816bc3b: Download complete 19:29:23 df20fa9351a1: Verifying Checksum 19:29:23 df20fa9351a1: Download complete 19:29:23 0dadc02b9964: Verifying Checksum 19:29:23 0dadc02b9964: Download complete 19:29:23 ce6a7cf60c04: Verifying Checksum 19:29:23 ce6a7cf60c04: Download complete 19:29:23 7a184a31f384: Verifying Checksum 19:29:24 8ad3a11d3b57: Verifying Checksum 19:29:24 8ad3a11d3b57: Download complete 19:29:24 df20fa9351a1: Pull complete 19:29:24 0879bd2ef858: Verifying Checksum 19:29:24 0879bd2ef858: Download complete 19:29:24 36b3adc4ff6f: Pull complete 19:29:24 8ad3a11d3b57: Pull complete 19:29:25 46f8f816bc3b: Pull complete 19:29:25 0dadc02b9964: Pull complete 19:29:25 ce6a7cf60c04: Pull complete 19:29:25 7a184a31f384: Pull complete 19:29:27 0879bd2ef858: Pull complete 19:29:27 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 19:29:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:29:27 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:29:28 prd-centos7-docker-4c-2g-1824 does not seem to be running inside a container 19:29:28 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/gexfoundry_device-mqtt-go_PR-166 -v /w/workspace/gexfoundry_device-mqtt-go_PR-166:/w/workspace/gexfoundry_device-mqtt-go_PR-166:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-166@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 19:29:34 $ docker top 7018584ca3cb6486db7b3de1bd609a5116edb8fed82405d7947e0c1196237117 -eo pid,comm [Pipeline] { [Pipeline] sh 19:29:34 + mkdir -p /var/log/sa [Pipeline] sh 19:29:35 + ls /var/log/sa-host 19:29:35 + sadf -c /var/log/sa-host/sa05 19:29:35 file_magic: OK 19:29:35 HZ: Using current value: 100 19:29:35 file_header: OK 19:29:35 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 19:29:35 Statistics: 19:29:35 Hnuu...uuuununununu...Hnuu...uuuununununu... 19:29:35 File successfully converted to sysstat format version 12.2.1 19:29:35 + sadf -c /var/log/sa-host/sa08 19:29:35 file_magic: OK 19:29:35 HZ: Using current value: 100 19:29:35 file_header: OK 19:29:35 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 19:29:35 Statistics: 19:29:35 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 19:29:35 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:29:35 provisioning config files... 19:29:35 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-166@tmp/config1343942865426289996tmp [Pipeline] { [Pipeline] echo 19:29:35 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:29:35 ---> create-netrc.sh [Pipeline] echo 19:29:35 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:29:36 ---> logs-deploy.sh 19:29:36 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-166/2 19:29:36 INFO: archiving workspace using pattern(s): 19:29:37 Archives upload complete. 19:29:37 INFO: archiving logs to Nexus