Pull request #166 opened 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+347e199ee4a649efaded5eeb3cc00e4bd21f3e25 (dbe6d0ce975d53571d02568a342136fbd7b78076) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 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 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-166/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 # timeout=10 Commit message: "Merge pull request #236 from ernestojeda/update-log-publish-steps" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, goVersion:1.13, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-mqtt-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-1495 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 Fetching without tags Merging remotes/origin/master commit 347e199ee4a649efaded5eeb3cc00e4bd21f3e25 into PR head commit bcd987ce67ec0625e74bb83c944d46c1c4f17867 > 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 > 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 347e199ee4a649efaded5eeb3cc00e4bd21f3e25 # timeout=10 Merge succeeded, producing bcd987ce67ec0625e74bb83c944d46c1c4f17867 Checking out Revision bcd987ce67ec0625e74bb83c944d46c1c4f17867 (PR-166) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bcd987ce67ec0625e74bb83c944d46c1c4f17867 # timeout=10 Commit message: "fix: local snap development" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:54:50 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:54:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:54:51 ========================================================= 21:54:51 EdgeX Global Pipelines Version Info 21:54:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:54:52 ------------------- 21:54:52 stable info: 21:54:52 ------------------- 21:54:52 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:54:52 Commit SHA: 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 21:54:52 Message: update stable to v1.0.118 21:54:53 ------------------- 21:54:53 experimental info: 21:54:53 ------------------- 21:54:53 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:54:53 Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 21:54:53 Message: update experimental to v1.0.119 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 21:54:54 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 21:54:54 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 21:54:54 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:54:54 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:54:54 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:54:54 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo 21:54:54 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:54:55 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo 21:54:55 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:54:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:54:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:54:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo 21:54:55 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:54:55 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:54:55 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:54:55 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:54:56 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:54:56 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:54:56 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:54:56 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 21:54:56 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 21:54:56 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 21:54:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-166 [Pipeline] echo 21:54:56 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-166 [Pipeline] echo 21:54:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-166 [Pipeline] echo 21:54:57 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bcd987ce67ec0625e74bb83c944d46c1c4f17867 [Pipeline] echo 21:54:57 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bcd987c [Pipeline] echo 21:54:57 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:54:58 + git log --format=format:%s -1 bcd987ce67ec0625e74bb83c944d46c1c4f17867 [Pipeline] echo 21:54:58 GIT_COMMIT: bcd987ce67ec0625e74bb83c944d46c1c4f17867, Commit Message: fix: local snap development [Pipeline] echo 21:54:58 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 21:54:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:54:58 21:54:58 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:54:59 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:54:59 latest: Pulling from edgex-devops/git-semver 21:54:59 31603596830f: Pulling fs layer 21:54:59 2a8b12db71e7: Pulling fs layer 21:54:59 6ca5941a6612: Pulling fs layer 21:54:59 ecc8261a40a4: Pulling fs layer 21:54:59 ecc8261a40a4: Waiting 21:54:59 2a8b12db71e7: Verifying Checksum 21:54:59 2a8b12db71e7: Download complete 21:54:59 ecc8261a40a4: Verifying Checksum 21:54:59 ecc8261a40a4: Download complete 21:54:59 31603596830f: Verifying Checksum 21:54:59 31603596830f: Download complete 21:54:59 6ca5941a6612: Verifying Checksum 21:54:59 6ca5941a6612: Download complete 21:54:59 31603596830f: Pull complete 21:54:59 2a8b12db71e7: Pull complete 21:55:00 6ca5941a6612: Pull complete 21:55:01 ecc8261a40a4: Pull complete 21:55:01 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:55:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:55:01 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:55:01 prd-centos7-docker-4c-2g-1495 does not seem to be running inside a container 21:55:01 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:55:03 $ docker top 227b731ec6f43cf6bdadcef3e5c1f130e3037396878b7ad934764e5b8ff0b419 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:55:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:55:03 [ssh-agent] Looking for ssh-agent implementation... 21:55:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:55:03 $ docker exec 227b731ec6f43cf6bdadcef3e5c1f130e3037396878b7ad934764e5b8ff0b419 ssh-agent 21:55:03 SSH_AUTH_SOCK=/tmp/ssh-gepxe5z5Vt4E/agent.11 21:55:03 SSH_AGENT_PID=16 21:55:03 Running ssh-add (command line suppressed) 21:55:03 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-166@tmp/private_key_1561891368254929390.key (/w/workspace/gexfoundry_device-mqtt-go_PR-166@tmp/private_key_1561891368254929390.key) 21:55:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:55:04 + git describe --exact-match --tags HEAD 21:55:04 fatal: No names found, cannot describe anything. [Pipeline] } 21:55:04 $ docker exec --env ******** --env ******** 227b731ec6f43cf6bdadcef3e5c1f130e3037396878b7ad934764e5b8ff0b419 ssh-agent -k 21:55:04 unset SSH_AUTH_SOCK; 21:55:04 unset SSH_AGENT_PID; 21:55:04 echo Agent pid 16 killed; 21:55:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 21:55:04 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 21:55:04 This usually means this commit has not been tagged. [Pipeline] sshagent 21:55:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:55:04 [ssh-agent] Looking for ssh-agent implementation... 21:55:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:55:05 $ docker exec 227b731ec6f43cf6bdadcef3e5c1f130e3037396878b7ad934764e5b8ff0b419 ssh-agent 21:55:05 SSH_AUTH_SOCK=/tmp/ssh-66gsuQVMUvMl/agent.45 21:55:05 SSH_AGENT_PID=51 21:55:05 Running ssh-add (command line suppressed) 21:55:05 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-166@tmp/private_key_5627983152032695730.key (/w/workspace/gexfoundry_device-mqtt-go_PR-166@tmp/private_key_5627983152032695730.key) 21:55:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:55:05 + git semver init 21:55:05 # -> Open(): unable to determine branch for HEAD 21:55:05 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-166/.git 21:55:05 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-166 21:55:05 # $SEMVER_REMOTE_NAME = origin 21:55:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:55:05 # $SEMVER_USER_NAME = edgex-jenkins 21:55:05 # $SEMVER_BRANCH = PR-166 21:55:05 # $SEMVER_TEMP = /tmp/semver-215587175 21:55:05 # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP 21:55:06 # '/tmp/semver-215587175' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-166/.semver' 21:55:06 # -> Force: false 21:55:06 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-166/.semver [Pipeline] } 21:55:06 $ docker exec --env ******** --env ******** 227b731ec6f43cf6bdadcef3e5c1f130e3037396878b7ad934764e5b8ff0b419 ssh-agent -k 21:55:06 unset SSH_AUTH_SOCK; 21:55:06 unset SSH_AGENT_PID; 21:55:06 echo Agent pid 51 killed; 21:55:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:55:07 + git semver [Pipeline] } 21:55:07 $ docker stop --time=1 227b731ec6f43cf6bdadcef3e5c1f130e3037396878b7ad934764e5b8ff0b419 21:55:08 $ docker rm -f 227b731ec6f43cf6bdadcef3e5c1f130e3037396878b7ad934764e5b8ff0b419 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 21:55:09 Stashed 24 file(s) [Pipeline] echo 21:55:09 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 21:55:09 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 21:55:25 Still waiting to schedule task 21:55:25 Waiting for next available executor on ‘centos7-docker-4c-2g’ 21:55:25 Still waiting to schedule task 21:55:25 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 21:57:48 Running on prd-centos7-docker-4c-2g-1499 in /w/workspace/gexfoundry_device-mqtt-go_PR-166 [Pipeline] { [Pipeline] ws 21:57:48 Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout 21:57:55 using credential edgex-jenkins-ssh 21:57:55 Cloning the remote Git repository 21:57:55 Cloning with configured refspecs honoured and without tags 21:57:55 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 21:57:55 > git init /w/workspace/device-mqtt-go/1 # timeout=10 21:57:56 Fetching without tags 21:57:57 Merging remotes/origin/master commit 347e199ee4a649efaded5eeb3cc00e4bd21f3e25 into PR head commit bcd987ce67ec0625e74bb83c944d46c1c4f17867 21:57:55 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 21:57:55 > git --version # timeout=10 21:57:55 > git --version # 'git version 2.16.5' 21:57:55 using GIT_SSH to set credentials SSH Credentials for GitHub 21:57:56 > 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 21:57:56 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 21:57:56 > git config --add remote.origin.fetch +refs/pull/166/head:refs/remotes/origin/PR-166 # timeout=10 21:57:56 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 21:57:56 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 21:57:56 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 21:57:56 using GIT_SSH to set credentials SSH Credentials for GitHub 21:57:56 > 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 21:57:57 > git config core.sparsecheckout # timeout=10 21:57:57 Merge succeeded, producing bcd987ce67ec0625e74bb83c944d46c1c4f17867 21:57:57 Checking out Revision bcd987ce67ec0625e74bb83c944d46c1c4f17867 (PR-166) 21:57:57 > git checkout -f bcd987ce67ec0625e74bb83c944d46c1c4f17867 # timeout=10 21:57:57 > git remote # timeout=10 21:57:57 > git config --get remote.origin.url # timeout=10 21:57:57 using GIT_SSH to set credentials SSH Credentials for GitHub 21:57:57 > git merge 347e199ee4a649efaded5eeb3cc00e4bd21f3e25 # timeout=10 21:57:57 > git rev-parse HEAD^{commit} # timeout=10 21:57:57 > git config core.sparsecheckout # timeout=10 21:57:57 > git checkout -f bcd987ce67ec0625e74bb83c944d46c1c4f17867 # timeout=10 21:57:58 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1498 in /w/workspace/gexfoundry_device-mqtt-go_PR-166 [Pipeline] { [Pipeline] ws 21:57:58 Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout 21:58:02 Commit message: "fix: local snap development" 21:58:02 > git --version # timeout=10 21:58:02 > git --version # 'git version 2.16.5' 21:58:02 fatal: bad object 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 21:58:03 using credential edgex-jenkins-ssh 21:58:03 Cloning the remote Git repository 21:58:03 Cloning with configured refspecs honoured and without tags [Pipeline] echo 21:58:03 ========================================================= 21:58:03 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 21:58:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:58:04 + 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 . 21:58:04 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 21:58:04 > git init /w/workspace/device-mqtt-go/1 # timeout=10 21:58:04 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 21:58:04 > git --version # timeout=10 21:58:04 > git --version # 'git version 2.17.1' 21:58:04 using GIT_SSH to set credentials SSH Credentials for GitHub 21:58:04 > 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 21:58:05 Fetching without tags 21:58:05 Sending build context to Docker daemon 608.8kB 21:58:05 Step 1/8 : ARG BASE=golang:1.13-alpine 21:58:05 Step 2/8 : FROM ${BASE} 21:58:05 Merging remotes/origin/master commit 347e199ee4a649efaded5eeb3cc00e4bd21f3e25 into PR head commit bcd987ce67ec0625e74bb83c944d46c1c4f17867 21:58:05 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 21:58:05 df20fa9351a1: Pulling fs layer 21:58:05 ed8968b2872e: Pulling fs layer 21:58:05 a92cc7c5fd73: Pulling fs layer 21:58:05 2dd03ba5bac4: Pulling fs layer 21:58:05 1e091d79d1de: Pulling fs layer 21:58:05 481702a1767f: Pulling fs layer 21:58:05 f64a6f60c768: Pulling fs layer 21:58:05 e78d2573fc39: Pulling fs layer 21:58:05 e876d2f968b6: Pulling fs layer 21:58:05 ce8a83651883: Pulling fs layer 21:58:05 07967f4d0e4b: Pulling fs layer 21:58:05 2dd03ba5bac4: Waiting 21:58:05 1e091d79d1de: Waiting 21:58:05 481702a1767f: Waiting 21:58:05 f64a6f60c768: Waiting 21:58:05 e78d2573fc39: Waiting 21:58:05 e876d2f968b6: Waiting 21:58:05 ce8a83651883: Waiting 21:58:05 07967f4d0e4b: Waiting 21:58:05 a92cc7c5fd73: Verifying Checksum 21:58:05 a92cc7c5fd73: Download complete 21:58:05 ed8968b2872e: Verifying Checksum 21:58:05 ed8968b2872e: Download complete 21:58:05 1e091d79d1de: Verifying Checksum 21:58:05 1e091d79d1de: Download complete 21:58:06 Merge succeeded, producing bcd987ce67ec0625e74bb83c944d46c1c4f17867 21:58:06 Checking out Revision bcd987ce67ec0625e74bb83c944d46c1c4f17867 (PR-166) 21:58:06 481702a1767f: Verifying Checksum 21:58:06 481702a1767f: Download complete 21:58:05 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 21:58:05 > git config --add remote.origin.fetch +refs/pull/166/head:refs/remotes/origin/PR-166 # timeout=10 21:58:05 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 21:58:05 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 21:58:05 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 21:58:05 using GIT_SSH to set credentials SSH Credentials for GitHub 21:58:05 > 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 21:58:05 > git config core.sparsecheckout # timeout=10 21:58:05 > git checkout -f bcd987ce67ec0625e74bb83c944d46c1c4f17867 # timeout=10 21:58:05 > git remote # timeout=10 21:58:05 > git config --get remote.origin.url # timeout=10 21:58:05 using GIT_SSH to set credentials SSH Credentials for GitHub 21:58:05 > git merge 347e199ee4a649efaded5eeb3cc00e4bd21f3e25 # timeout=10 21:58:05 > git rev-parse HEAD^{commit} # timeout=10 21:58:06 > git config core.sparsecheckout # timeout=10 21:58:06 > git checkout -f bcd987ce67ec0625e74bb83c944d46c1c4f17867 # timeout=10 21:58:06 df20fa9351a1: Verifying Checksum 21:58:06 df20fa9351a1: Download complete 21:58:07 df20fa9351a1: Pull complete 21:58:07 ed8968b2872e: Pull complete 21:58:07 a92cc7c5fd73: Pull complete 21:58:10 Commit message: "fix: local snap development" 21:58:10 > git --version # timeout=10 21:58:10 > git --version # 'git version 2.17.1' 21:58:10 fatal: bad object 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 21:58:11 ========================================================= 21:58:11 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 21:58:11 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:58:12 + 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 . 21:58:13 Sending build context to Docker daemon 608.8kB 21:58:13 Step 1/8 : ARG BASE=golang:1.13-alpine 21:58:13 Step 2/8 : FROM ${BASE} 21:58:14 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:58:14 b538f80385f9: Pulling fs layer 21:58:14 74f711af9a0d: Pulling fs layer 21:58:14 99f96fe45779: Pulling fs layer 21:58:14 fd7a069fd194: Pulling fs layer 21:58:14 66aa3694b03b: Pulling fs layer 21:58:14 170f70906a0f: Pulling fs layer 21:58:14 ad7c5574e4b9: Pulling fs layer 21:58:14 e772456be8f7: Pulling fs layer 21:58:14 c890913d741a: Pulling fs layer 21:58:14 2480fcc9aa5a: Pulling fs layer 21:58:14 09adf4765672: Pulling fs layer 21:58:14 fd7a069fd194: Waiting 21:58:14 ad7c5574e4b9: Waiting 21:58:14 e772456be8f7: Waiting 21:58:14 66aa3694b03b: Waiting 21:58:14 c890913d741a: Waiting 21:58:14 2480fcc9aa5a: Waiting 21:58:14 170f70906a0f: Waiting 21:58:14 09adf4765672: Waiting 21:58:14 99f96fe45779: Verifying Checksum 21:58:14 99f96fe45779: Download complete 21:58:14 74f711af9a0d: Verifying Checksum 21:58:14 74f711af9a0d: Download complete 21:58:14 66aa3694b03b: Verifying Checksum 21:58:14 66aa3694b03b: Download complete 21:58:14 170f70906a0f: Verifying Checksum 21:58:14 170f70906a0f: Download complete 21:58:14 b538f80385f9: Download complete 21:58:15 b538f80385f9: Pull complete 21:58:15 74f711af9a0d: Pull complete 21:58:16 99f96fe45779: Pull complete 21:58:16 ad7c5574e4b9: Verifying Checksum 21:58:16 ad7c5574e4b9: Download complete 21:58:16 c890913d741a: Verifying Checksum 21:58:16 c890913d741a: Download complete 21:58:18 2480fcc9aa5a: Verifying Checksum 21:58:18 2480fcc9aa5a: Download complete 21:58:19 e772456be8f7: Verifying Checksum 21:58:19 e772456be8f7: Download complete 21:58:19 09adf4765672: Download complete 21:58:19 fd7a069fd194: Verifying Checksum 21:58:19 fd7a069fd194: Download complete 21:58:25 f64a6f60c768: Verifying Checksum 21:58:25 f64a6f60c768: Download complete 21:58:25 e876d2f968b6: Verifying Checksum 21:58:25 e876d2f968b6: Download complete 21:58:27 e78d2573fc39: Verifying Checksum 21:58:27 e78d2573fc39: Download complete 21:58:27 07967f4d0e4b: Verifying Checksum 21:58:27 07967f4d0e4b: Download complete 21:58:28 ce8a83651883: Verifying Checksum 21:58:28 ce8a83651883: Download complete 21:58:28 2dd03ba5bac4: Verifying Checksum 21:58:28 2dd03ba5bac4: Download complete 21:58:32 fd7a069fd194: Pull complete 21:58:32 66aa3694b03b: Pull complete 21:58:32 170f70906a0f: Pull complete 21:58:34 ad7c5574e4b9: Pull complete 21:58:40 e772456be8f7: Pull complete 21:58:40 c890913d741a: Pull complete 21:58:41 2dd03ba5bac4: Pull complete 21:58:41 1e091d79d1de: Pull complete 21:58:41 481702a1767f: Pull complete 21:58:42 2480fcc9aa5a: Pull complete 21:58:42 09adf4765672: Pull complete 21:58:42 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 21:58:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 21:58:42 ---> 2248a725d1cf 21:58:42 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 21:58:46 ---> Running in 7bcae7f57405 21:58:46 Removing intermediate container 7bcae7f57405 21:58:46 ---> 7c55df6feb20 21:58:46 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:58:46 ---> Running in 637dde411a62 21:58:47 f64a6f60c768: Pull complete 21:58:49 Removing intermediate container 637dde411a62 21:58:49 ---> d3bc9ade89ab 21:58:49 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 21:58:49 ---> Running in 3b3ddaca0b58 21:58:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:58:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:58:52 (1/14) Installing libmagic (5.38-r0) 21:58:52 (2/14) Installing file (5.38-r0) 21:58:52 (3/14) Installing libc-dev (0.7.2-r3) 21:58:52 (4/14) Installing g++ (9.3.0-r2) 21:58:52 e78d2573fc39: Pull complete 21:58:52 e876d2f968b6: Pull complete 21:58:55 ce8a83651883: Pull complete 21:58:55 07967f4d0e4b: Pull complete 21:58:55 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 21:58:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 21:58:55 ---> 5d7c900382c6 21:58:55 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 21:58:56 (5/14) Installing fortify-headers (1.1-r0) 21:58:56 (6/14) Installing patch (2.7.6-r6) 21:58:56 (7/14) Installing build-base (0.5-r2) 21:58:56 (8/14) Installing openssh-keygen (8.3_p1-r0) 21:58:56 (9/14) Installing libedit (20191231.3.1-r0) 21:58:56 (10/14) Installing openssh-client (8.3_p1-r0) 21:58:56 ---> Running in 0740fae2683f 21:58:56 Removing intermediate container 0740fae2683f 21:58:56 ---> 3cd316eff9d0 21:58:56 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:58:56 ---> Running in 62753079e997 21:58:56 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 21:58:56 (12/14) Installing openssh-server-common (8.3_p1-r0) 21:58:56 (13/14) Installing openssh-server (8.3_p1-r0) 21:58:56 (14/14) Installing openssh (8.3_p1-r0) 21:58:57 Executing busybox-1.31.1-r16.trigger 21:58:57 OK: 221 MiB in 53 packages 21:58:58 Removing intermediate container 62753079e997 21:58:58 ---> e1d72bbaea0a 21:58:58 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 21:58:58 ---> Running in e7d6f79ece0d 21:58:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:59:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:59:01 Removing intermediate container 3b3ddaca0b58 21:59:01 ---> ce83eb535608 21:59:01 Step 6/8 : WORKDIR /device-mqtt-go 21:59:01 ---> Running in dc1e7211cdd8 21:59:02 Removing intermediate container dc1e7211cdd8 21:59:02 ---> 8816b9ce10f0 21:59:02 Step 7/8 : COPY . . 21:59:03 ---> e9e5e7f11750 21:59:03 Step 8/8 : RUN go mod download 21:59:03 ---> Running in 3d9ff37d37da 21:59:03 (1/14) Installing libmagic (5.38-r0) 21:59:03 (2/14) Installing file (5.38-r0) 21:59:03 (3/14) Installing libc-dev (0.7.2-r3) 21:59:03 (4/14) Installing g++ (9.3.0-r2) 21:59:06 go: finding github.com/BurntSushi/toml v0.3.1 21:59:06 go: finding github.com/OneOfOne/xxhash v1.2.6 21:59:06 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 21:59:06 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 21:59:06 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 21:59:06 go: finding github.com/bgentry/speakeasy v0.1.0 21:59:06 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 21:59:06 go: finding github.com/davecgh/go-spew v1.1.1 21:59:06 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 21:59:06 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 21:59:06 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 21:59:06 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 21:59:06 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 21:59:06 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 21:59:06 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 21:59:06 go: finding github.com/fatih/color v1.7.0 21:59:06 go: finding github.com/fxamacker/cbor/v2 v2.2.0 21:59:06 go: finding github.com/go-kit/kit v0.8.0 21:59:06 go: finding github.com/go-logfmt/logfmt v0.4.0 21:59:06 go: finding github.com/go-stack/stack v1.8.0 21:59:06 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 21:59:06 go: finding github.com/google/uuid v1.1.1 21:59:06 go: finding github.com/gorilla/mux v1.7.1 21:59:06 go: finding github.com/hashicorp/consul/api v1.1.0 21:59:06 go: finding github.com/hashicorp/consul/sdk v0.1.1 21:59:06 go: finding github.com/hashicorp/errwrap v1.0.0 21:59:06 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 21:59:06 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 21:59:06 go: finding github.com/hashicorp/go-msgpack v0.5.3 21:59:06 go: finding github.com/hashicorp/go-multierror v1.0.0 21:59:06 go: finding github.com/hashicorp/go-rootcerts v1.0.0 21:59:06 go: finding github.com/hashicorp/go-sockaddr v1.0.0 21:59:06 go: finding github.com/hashicorp/go-syslog v1.0.0 21:59:06 go: finding github.com/hashicorp/go-uuid v1.0.1 21:59:06 go: finding github.com/hashicorp/go.net v0.0.1 21:59:06 go: finding github.com/hashicorp/golang-lru v0.5.0 21:59:06 go: finding github.com/hashicorp/logutils v1.0.0 21:59:06 go: finding github.com/hashicorp/mdns v1.0.0 21:59:07 go: finding github.com/hashicorp/memberlist v0.1.3 21:59:07 go: finding github.com/hashicorp/serf v0.8.2 21:59:07 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 21:59:07 go: finding github.com/kr/pretty v0.1.0 21:59:07 go: finding github.com/kr/pty v1.1.1 21:59:07 go: finding github.com/kr/text v0.1.0 21:59:07 go: finding github.com/mattn/go-colorable v0.0.9 21:59:07 go: finding github.com/mattn/go-isatty v0.0.3 21:59:07 go: finding github.com/miekg/dns v1.0.14 21:59:07 go: finding github.com/mitchellh/cli v1.0.0 21:59:07 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 21:59:07 go: finding github.com/mitchellh/copystructure v1.0.0 21:59:07 go: finding github.com/mitchellh/go-homedir v1.0.0 21:59:07 go: finding github.com/mitchellh/go-testing-interface v1.0.0 21:59:07 go: finding github.com/mitchellh/gox v0.4.0 21:59:07 go: finding github.com/mitchellh/iochan v1.0.0 21:59:07 go: finding github.com/mitchellh/mapstructure v1.1.2 21:59:07 go: finding github.com/mitchellh/reflectwalk v1.0.0 21:59:07 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 21:59:07 go: finding github.com/pelletier/go-toml v1.2.0 21:59:07 go: finding github.com/pkg/errors v0.8.1 21:59:07 go: finding github.com/pmezard/go-difflib v1.0.0 21:59:07 go: finding github.com/posener/complete v1.1.1 21:59:07 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 21:59:07 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 21:59:07 go: finding github.com/spf13/cast v1.3.0 21:59:07 go: finding github.com/stretchr/objx v0.1.0 21:59:07 go: finding github.com/stretchr/testify v1.5.1 21:59:07 go: finding github.com/ugorji/go v1.1.4 21:59:07 go: finding github.com/x448/float16 v0.8.4 21:59:07 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 21:59:07 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 21:59:07 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 21:59:07 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 21:59:07 go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 21:59:07 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 21:59:07 go: finding gopkg.in/yaml.v2 v2.2.8 21:59:14 (5/14) Installing fortify-headers (1.1-r0) 21:59:14 (6/14) Installing patch (2.7.6-r6) 21:59:14 (7/14) Installing build-base (0.5-r2) 21:59:14 (8/14) Installing openssh-keygen (8.3_p1-r0) 21:59:14 (9/14) Installing libedit (20191231.3.1-r0) 21:59:14 (10/14) Installing openssh-client (8.3_p1-r0) 21:59:14 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 21:59:14 (12/14) Installing openssh-server-common (8.3_p1-r0) 21:59:14 (13/14) Installing openssh-server (8.3_p1-r0) 21:59:14 (14/14) Installing openssh (8.3_p1-r0) 21:59:14 Executing busybox-1.31.1-r16.trigger 21:59:14 OK: 237 MiB in 53 packages 21:59:17 Removing intermediate container e7d6f79ece0d 21:59:17 ---> 3fd11be73462 21:59:17 Step 6/8 : WORKDIR /device-mqtt-go 21:59:17 ---> Running in 3cdee5b15677 21:59:17 Removing intermediate container 3cdee5b15677 21:59:17 ---> f2b27d9ea4b7 21:59:17 Step 7/8 : COPY . . 21:59:17 Removing intermediate container 3d9ff37d37da 21:59:17 ---> 0e363755d7ed 21:59:17 Successfully built 0e363755d7ed 21:59:17 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { 21:59:18 ---> a923842864b1 21:59:18 Step 8/8 : RUN go mod download 21:59:18 ---> Running in 464c2f22b484 [Pipeline] isUnix [Pipeline] sh 21:59:18 + docker inspect -f . ci-base-image-arm64 21:59:18 . [Pipeline] withDockerContainer 21:59:19 prd-ubuntu18.04-docker-arm64-4c-16g-1498 does not seem to be running inside a container 21:59:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:59:20 go: finding github.com/BurntSushi/toml v0.3.1 21:59:20 go: finding github.com/OneOfOne/xxhash v1.2.6 21:59:20 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 21:59:20 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 21:59:20 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 21:59:20 go: finding github.com/bgentry/speakeasy v0.1.0 21:59:20 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 21:59:20 go: finding github.com/davecgh/go-spew v1.1.1 21:59:20 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 21:59:20 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 21:59:20 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 21:59:20 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 21:59:20 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 21:59:20 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 21:59:20 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 21:59:20 go: finding github.com/fatih/color v1.7.0 21:59:20 go: finding github.com/fxamacker/cbor/v2 v2.2.0 21:59:20 go: finding github.com/go-kit/kit v0.8.0 21:59:20 go: finding github.com/go-logfmt/logfmt v0.4.0 21:59:20 go: finding github.com/go-stack/stack v1.8.0 21:59:20 $ docker top ed0b8bb39a48314d44c03149872ec1a763b6e4462f40520dd578febbc59d01e1 -eo pid,comm 21:59:21 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 21:59:21 go: finding github.com/google/uuid v1.1.1 21:59:21 go: finding github.com/gorilla/mux v1.7.1 21:59:21 go: finding github.com/hashicorp/consul/api v1.1.0 21:59:21 go: finding github.com/hashicorp/consul/sdk v0.1.1 21:59:21 go: finding github.com/hashicorp/errwrap v1.0.0 21:59:21 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 21:59:21 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 21:59:21 go: finding github.com/hashicorp/go-msgpack v0.5.3 21:59:21 go: finding github.com/hashicorp/go-multierror v1.0.0 21:59:21 go: finding github.com/hashicorp/go-rootcerts v1.0.0 21:59:21 go: finding github.com/hashicorp/go-sockaddr v1.0.0 21:59:21 go: finding github.com/hashicorp/go-syslog v1.0.0 21:59:21 go: finding github.com/hashicorp/go-uuid v1.0.1 21:59:21 go: finding github.com/hashicorp/go.net v0.0.1 21:59:21 go: finding github.com/hashicorp/golang-lru v0.5.0 21:59:21 go: finding github.com/hashicorp/logutils v1.0.0 21:59:21 go: finding github.com/hashicorp/mdns v1.0.0 21:59:21 go: finding github.com/hashicorp/memberlist v0.1.3 21:59:21 go: finding github.com/hashicorp/serf v0.8.2 21:59:21 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [Pipeline] { [Pipeline] sh 21:59:21 go: finding github.com/kr/pretty v0.1.0 21:59:21 go: finding github.com/kr/pty v1.1.1 21:59:21 go: finding github.com/kr/text v0.1.0 21:59:21 go: finding github.com/mattn/go-colorable v0.0.9 21:59:21 go: finding github.com/mattn/go-isatty v0.0.3 21:59:21 go: finding github.com/miekg/dns v1.0.14 21:59:21 go: finding github.com/mitchellh/cli v1.0.0 21:59:21 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 21:59:21 go: finding github.com/mitchellh/copystructure v1.0.0 21:59:21 go: finding github.com/mitchellh/go-homedir v1.0.0 21:59:21 go: finding github.com/mitchellh/go-testing-interface v1.0.0 21:59:21 go: finding github.com/mitchellh/gox v0.4.0 21:59:21 go: finding github.com/mitchellh/iochan v1.0.0 21:59:21 go: finding github.com/mitchellh/mapstructure v1.1.2 21:59:21 go: finding github.com/mitchellh/reflectwalk v1.0.0 21:59:21 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 21:59:21 go: finding github.com/pelletier/go-toml v1.2.0 21:59:21 go: finding github.com/pkg/errors v0.8.1 21:59:21 go: finding github.com/pmezard/go-difflib v1.0.0 21:59:21 go: finding github.com/posener/complete v1.1.1 21:59:21 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 21:59:21 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 21:59:21 go: finding github.com/spf13/cast v1.3.0 21:59:21 go: finding github.com/stretchr/objx v0.1.0 21:59:22 go: finding github.com/stretchr/testify v1.5.1 21:59:22 go: finding github.com/ugorji/go v1.1.4 21:59:22 go: finding github.com/x448/float16 v0.8.4 21:59:22 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 21:59:22 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 21:59:22 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 21:59:22 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 21:59:22 go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 21:59:22 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 21:59:22 go: finding gopkg.in/yaml.v2 v2.2.8 21:59:22 + go version 21:59:22 go version go1.13.13 linux/arm64 [Pipeline] sh 21:59:23 + make test 21:59:23 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 21:59:24 ? github.com/edgexfoundry/device-mqtt-go [no test files] 21:59:32 Removing intermediate container 464c2f22b484 21:59:32 ---> 3b4fbb5ea347 21:59:32 Successfully built 3b4fbb5ea347 21:59:32 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 21:59:33 + docker inspect -f . ci-base-image-x86_64 21:59:33 . [Pipeline] withDockerContainer 21:59:34 prd-centos7-docker-4c-2g-1499 does not seem to be running inside a container 21:59:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:59:35 $ docker top 4dab9a0806045fcc490686370f53d94371dd0b5f4264da30985ca84224b9d56b -eo pid,comm [Pipeline] { [Pipeline] sh 21:59:36 + go version 21:59:36 go version go1.13.13 linux/amd64 [Pipeline] sh 21:59:36 + make test 21:59:36 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 21:59:38 ? github.com/edgexfoundry/device-mqtt-go [no test files] 21:59:56 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 21:59:56 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.030s coverage: 28.3% of statements 21:59:56 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 21:59:56 CGO_ENABLED=0 GO111MODULE=on go vet ./... 21:59:57 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 21:59:57 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.243s coverage: 28.3% of statements 21:59:57 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 21:59:57 CGO_ENABLED=0 GO111MODULE=on go vet ./... 22:00:01 gofmt -l . 22:00:01 ["`gofmt -l .`" = ""] 22:00:01 ./bin/test-attribution-txt.sh 22:00:02 gofmt -l . 22:00:02 ["`gofmt -l .`" = ""] 22:00:02 ./bin/test-attribution-txt.sh 22:00:02 ./bin/test-go-mod-tidy.sh 22:00:03 ./bin/test-go-mod-tidy.sh [Pipeline] stash [Pipeline] stash 22:00:03 Warning: overwriting stash ‘coverage-report’ 22:00:04 Stashed 1 file(s) [Pipeline] } 22:00:04 $ docker stop --time=1 ed0b8bb39a48314d44c03149872ec1a763b6e4462f40520dd578febbc59d01e1 22:00:04 Stashed 1 file(s) 22:00:06 $ docker rm -f ed0b8bb39a48314d44c03149872ec1a763b6e4462f40520dd578febbc59d01e1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } 22:00:07 $ docker stop --time=1 4dab9a0806045fcc490686370f53d94371dd0b5f4264da30985ca84224b9d56b 22:00:09 $ docker rm -f 4dab9a0806045fcc490686370f53d94371dd0b5f4264da30985ca84224b9d56b [Pipeline] // script [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] sh 22:00:12 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:00:13 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:00:13 + ls -al . 22:00:13 total 136 22:00:13 drwxrwxr-x 10 jenkins jenkins 4096 Sep 4 22:00 . 22:00:13 drwxrwxr-x 4 jenkins jenkins 4096 Sep 4 21:58 .. 22:00:13 -rw-rw-r-- 1 jenkins jenkins 140 Sep 4 21:58 .dockerignore 22:00:13 drwxrwxr-x 8 jenkins jenkins 4096 Sep 4 21:58 .git 22:00:13 drwxrwxr-x 2 jenkins jenkins 4096 Sep 4 21:58 .github 22:00:13 -rw-rw-r-- 1 jenkins jenkins 328 Sep 4 21:58 .gitignore 22:00:13 drwxrwxr-x 3 jenkins jenkins 4096 Sep 4 21:58 .semver 22:00:13 -rw-rw-r-- 1 jenkins jenkins 4678 Sep 4 21:58 Attribution.txt 22:00:13 -rw-rw-r-- 1 jenkins jenkins 1784 Sep 4 21:58 Dockerfile 22:00:13 -rw-rw-r-- 1 jenkins jenkins 953 Sep 4 21:58 Dockerfile.build 22:00:13 -rw-rw-r-- 1 jenkins jenkins 700 Sep 4 21:58 Jenkinsfile 22:00:13 -rw-rw-r-- 1 jenkins jenkins 11340 Sep 4 21:58 LICENSE 22:00:13 -rw-rw-r-- 1 jenkins jenkins 902 Sep 4 21:58 Makefile 22:00:13 -rw-rw-r-- 1 jenkins jenkins 444 Sep 4 21:58 README.md 22:00:13 -rw-rw-r-- 1 jenkins jenkins 5 Sep 4 21:55 VERSION 22:00:13 drwxrwxr-x 2 jenkins jenkins 4096 Sep 4 21:58 bin 22:00:13 drwxrwxr-x 3 jenkins jenkins 4096 Sep 4 21:58 cmd 22:00:13 -rw-r--r-- 1 jenkins jenkins 18939 Sep 4 21:59 coverage.out 22:00:13 -rw-r--r-- 1 jenkins jenkins 510 Sep 4 22:00 go.mod 22:00:13 -rw-r--r-- 1 jenkins jenkins 13621 Sep 4 22:00 go.sum 22:00:13 drwxrwxr-x 3 jenkins jenkins 4096 Sep 4 21:58 internal 22:00:13 drwxrwxr-x 2 jenkins jenkins 4096 Sep 4 21:58 mock 22:00:13 drwxrwxr-x 4 jenkins jenkins 4096 Sep 4 21:58 snap 22:00:13 -rw-rw-r-- 1 jenkins jenkins 227 Sep 4 21:58 version.go [Pipeline] isUnix [Pipeline] sh 22:00:13 + ls -al . 22:00:13 total 100 22:00:13 drwxrwxr-x. 10 jenkins jenkins 4096 Sep 4 22:00 . 22:00:13 drwxrwxr-x. 4 jenkins jenkins 28 Sep 4 21:57 .. 22:00:13 -rw-rw-r--. 1 jenkins jenkins 4678 Sep 4 21:57 Attribution.txt 22:00:13 drwxrwxr-x. 2 jenkins jenkins 87 Sep 4 21:57 bin 22:00:13 drwxrwxr-x. 3 jenkins jenkins 32 Sep 4 21:57 cmd 22:00:13 -rw-r--r--. 1 jenkins jenkins 18939 Sep 4 21:59 coverage.out 22:00:13 -rw-rw-r--. 1 jenkins jenkins 1784 Sep 4 21:57 Dockerfile 22:00:13 -rw-rw-r--. 1 jenkins jenkins 953 Sep 4 21:57 Dockerfile.build 22:00:13 -rw-rw-r--. 1 jenkins jenkins 140 Sep 4 21:57 .dockerignore 22:00:13 drwxrwxr-x. 8 jenkins jenkins 179 Sep 4 21:58 .git 22:00:13 drwxrwxr-x. 2 jenkins jenkins 38 Sep 4 21:57 .github 22:00:13 -rw-rw-r--. 1 jenkins jenkins 328 Sep 4 21:57 .gitignore 22:00:13 -rw-r--r--. 1 jenkins jenkins 510 Sep 4 22:00 go.mod 22:00:13 -rw-r--r--. 1 jenkins jenkins 13621 Sep 4 22:00 go.sum 22:00:13 drwxrwxr-x. 3 jenkins jenkins 20 Sep 4 21:57 internal 22:00:13 -rw-rw-r--. 1 jenkins jenkins 700 Sep 4 21:57 Jenkinsfile 22:00:13 -rw-rw-r--. 1 jenkins jenkins 11340 Sep 4 21:57 LICENSE 22:00:13 -rw-rw-r--. 1 jenkins jenkins 902 Sep 4 21:57 Makefile 22:00:13 drwxrwxr-x. 2 jenkins jenkins 23 Sep 4 21:57 mock 22:00:13 -rw-rw-r--. 1 jenkins jenkins 444 Sep 4 21:57 README.md 22:00:13 drwxrwxr-x. 3 jenkins jenkins 58 Sep 4 21:58 .semver 22:00:13 drwxrwxr-x. 4 jenkins jenkins 54 Sep 4 21:57 snap 22:00:13 -rw-rw-r--. 1 jenkins jenkins 5 Sep 4 21:55 VERSION 22:00:13 -rw-rw-r--. 1 jenkins jenkins 227 Sep 4 21:57 version.go [Pipeline] isUnix [Pipeline] sh 22:00:13 + 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=bcd987ce67ec0625e74bb83c944d46c1c4f17867 --label arch=arm64 --label version=0.0.0 . 22:00:13 + 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=bcd987ce67ec0625e74bb83c944d46c1c4f17867 --label arch=amd64 --label version=0.0.0 . 22:00:13 Sending build context to Docker daemon 628.2kB 22:00:13 Step 1/22 : ARG BASE=golang:1.13-alpine 22:00:13 Step 2/22 : FROM ${BASE} AS builder 22:00:13 ---> 0e363755d7ed 22:00:13 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 22:00:14 Sending build context to Docker daemon 628.2kB 22:00:14 Step 1/22 : ARG BASE=golang:1.13-alpine 22:00:14 Step 2/22 : FROM ${BASE} AS builder 22:00:14 ---> 3b4fbb5ea347 22:00:14 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 22:00:14 ---> Running in e3a571e1ae77 22:00:14 ---> Running in 108764e1e957 22:00:14 Removing intermediate container e3a571e1ae77 22:00:14 ---> 2961ff3fe4fe 22:00:14 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 22:00:14 ---> Running in b2a44c494263 22:00:14 Removing intermediate container b2a44c494263 22:00:14 ---> dcc97513b270 22:00:14 Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:00:14 ---> Running in 1b5a40b0cc55 22:00:14 Removing intermediate container 108764e1e957 22:00:14 ---> 7d45f672f06c 22:00:14 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 22:00:14 ---> Running in ff851fc73fee 22:00:15 Removing intermediate container ff851fc73fee 22:00:15 ---> cd3eabcb81b7 22:00:15 Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:00:15 ---> Running in 13f3a602160a 22:00:15 Removing intermediate container 1b5a40b0cc55 22:00:15 ---> bec664ac91b6 22:00:15 Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:00:15 ---> Running in 0da63e735183 22:00:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:00:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:00:17 OK: 237 MiB in 53 packages 22:00:17 Removing intermediate container 13f3a602160a 22:00:17 ---> e979a213318c 22:00:17 Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:00:17 ---> Running in 6e3047909014 22:00:18 Removing intermediate container 0da63e735183 22:00:18 ---> a138200d96e1 22:00:18 Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 22:00:18 ---> Running in b24e4b5610e9 22:00:18 Removing intermediate container b24e4b5610e9 22:00:18 ---> 8c69b19e0996 22:00:18 Step 8/22 : COPY . . 22:00:18 ---> 213063360f1c 22:00:18 Step 9/22 : ARG MAKE='make build' 22:00:19 ---> Running in 1e6fca3db607 22:00:19 Removing intermediate container 1e6fca3db607 22:00:19 ---> 10553a8ef750 22:00:19 Step 10/22 : RUN $MAKE 22:00:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:00:19 ---> Running in bff796f4dcf6 22:00:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:00:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 22:00:20 OK: 221 MiB in 53 packages 22:00:22 Removing intermediate container 6e3047909014 22:00:22 ---> fa553136c442 22:00:22 Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 22:00:22 ---> Running in 6c98ddf4efd1 22:00:22 Removing intermediate container 6c98ddf4efd1 22:00:22 ---> 327e4c930ea1 22:00:22 Step 8/22 : COPY . . 22:00:23 ---> 5195a6490914 22:00:23 Step 9/22 : ARG MAKE='make build' 22:00:23 ---> Running in 0353f0c0e604 22:00:23 Removing intermediate container 0353f0c0e604 22:00:23 ---> 379ef2642bf1 22:00:23 Step 10/22 : RUN $MAKE 22:00:24 ---> Running in e463493dcc0f 22:00:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 22:00:35 CGO_ENABLED=0 GO111MODULE=on go build ./... 22:00:38 Removing intermediate container bff796f4dcf6 22:00:38 ---> 240864c2e813 22:00:38 Step 11/22 : FROM alpine 22:00:38 latest: Pulling from library/alpine 22:00:38 df20fa9351a1: Already exists 22:00:38 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 22:00:38 Status: Downloaded newer image for alpine:latest 22:00:38 ---> a24bb4013296 22:00:38 Step 12/22 : ENV APP_PORT=49982 22:00:38 ---> Running in 52e965b10b2a 22:00:39 Removing intermediate container 52e965b10b2a 22:00:39 ---> e20a841d53c9 22:00:39 Step 13/22 : EXPOSE $APP_PORT 22:00:39 ---> Running in dc68b3a48de6 22:00:39 Removing intermediate container dc68b3a48de6 22:00:39 ---> 591da07873e0 22:00:39 Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 22:00:41 ---> ff5c4ee3f0c6 22:00:41 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 22:00:41 ---> 1bef5057601b 22:00:41 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 22:00:41 ---> 1bca6d88c033 22:00:41 Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 22:00:41 ---> Running in 769079a2c6ce 22:00:41 Removing intermediate container 769079a2c6ce 22:00:41 ---> 6687aa00208e 22:00:41 Step 18/22 : ENTRYPOINT ["/device-mqtt"] 22:00:41 ---> Running in b98af0317f30 22:00:41 Removing intermediate container b98af0317f30 22:00:41 ---> f944bff689c5 22:00:41 Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:00:42 ---> Running in 45e14c53fc73 22:00:42 Removing intermediate container 45e14c53fc73 22:00:42 ---> 4a8ee94c89e0 22:00:42 Step 20/22 : LABEL arch=amd64 22:00:42 ---> Running in db2233e4cfa7 22:00:42 Removing intermediate container db2233e4cfa7 22:00:42 ---> 29b82238a3dc 22:00:42 Step 21/22 : LABEL git_sha=bcd987ce67ec0625e74bb83c944d46c1c4f17867 22:00:42 ---> Running in 0da30149b81c 22:00:43 Removing intermediate container 0da30149b81c 22:00:43 ---> 470d21d1fb48 22:00:43 Step 22/22 : LABEL version=0.0.0 22:00:43 ---> Running in 377a4472d5e1 22:00:43 Removing intermediate container 377a4472d5e1 22:00:43 ---> 4e5173945b23 22:00:43 [Warning] One or more build-args [ARCH] were not consumed 22:00:43 Successfully built 4e5173945b23 22:00:43 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 22:00:52 CGO_ENABLED=0 GO111MODULE=on go build ./... 22:00:59 Still waiting to schedule task 22:00:59 All nodes of label ‘centos7-docker-8c-8g’ are offline 22:01:00 Removing intermediate container e463493dcc0f 22:01:00 ---> 19aa6b25e506 22:01:00 Step 11/22 : FROM alpine 22:01:00 latest: Pulling from library/alpine 22:01:00 b538f80385f9: Already exists 22:01:00 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 22:01:01 Status: Downloaded newer image for alpine:latest 22:01:01 ---> 62ee0e9f8440 22:01:01 Step 12/22 : ENV APP_PORT=49982 22:01:01 ---> Running in ad716cc3ce7f 22:01:01 Removing intermediate container ad716cc3ce7f 22:01:01 ---> 8d6a3cdd6e58 22:01:01 Step 13/22 : EXPOSE $APP_PORT 22:01:01 ---> Running in 1d72dc330ec8 22:01:02 Removing intermediate container 1d72dc330ec8 22:01:02 ---> bd4ada881a57 22:01:02 Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 22:01:03 ---> d6829136eed0 22:01:03 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 22:01:04 ---> b0b876729e24 22:01:04 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 22:01:04 ---> 201627a0ddbe 22:01:04 Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 22:01:05 ---> Running in 3c2c2ece740c 22:01:05 Removing intermediate container 3c2c2ece740c 22:01:05 ---> c73adf71912d 22:01:05 Step 18/22 : ENTRYPOINT ["/device-mqtt"] 22:01:05 ---> Running in ea7c7ebe8f25 22:01:06 Removing intermediate container ea7c7ebe8f25 22:01:06 ---> a19b6d51c966 22:01:06 Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:01:06 ---> Running in c0d5b912811f 22:01:07 Removing intermediate container c0d5b912811f 22:01:07 ---> 17f203545888 22:01:07 Step 20/22 : LABEL arch=arm64 22:01:07 ---> Running in 4b8650f84aa1 22:01:07 Removing intermediate container 4b8650f84aa1 22:01:07 ---> 9e31ec11475a 22:01:07 Step 21/22 : LABEL git_sha=bcd987ce67ec0625e74bb83c944d46c1c4f17867 22:01:07 ---> Running in 6bd1d099bce7 22:01:08 Removing intermediate container 6bd1d099bce7 22:01:08 ---> 7b35b5b4dd4c 22:01:08 Step 22/22 : LABEL version=0.0.0 22:01:08 ---> Running in 642fae75eee8 22:01:08 Removing intermediate container 642fae75eee8 22:01:08 ---> ac3128aae8ad 22:01:08 [Warning] One or more build-args [ARCH] were not consumed 22:01:08 Successfully built ac3128aae8ad 22:01:08 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 22:01:24 Still waiting to schedule task 22:01:24 All nodes of label ‘ubuntu18.04-docker-arm64-16c-16g’ are offline 22:02:03 Running on prd-centos7-docker-8c-8g-1500 in /w/workspace/gexfoundry_device-mqtt-go_PR-166 [Pipeline] { [Pipeline] ws 22:02:03 Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout 22:02:05 using credential edgex-jenkins-ssh 22:02:05 Cloning the remote Git repository 22:02:05 Cloning with configured refspecs honoured and without tags 22:02:05 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 22:02:05 > git init /w/workspace/device-mqtt-go/1 # timeout=10 22:02:05 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 22:02:05 > git --version # timeout=10 22:02:05 > git --version # 'git version 2.16.5' 22:02:05 using GIT_SSH to set credentials SSH Credentials for GitHub 22:02:05 > 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 22:02:05 Fetching without tags 22:02:06 Merging remotes/origin/master commit 347e199ee4a649efaded5eeb3cc00e4bd21f3e25 into PR head commit bcd987ce67ec0625e74bb83c944d46c1c4f17867 22:02:06 Merge succeeded, producing bcd987ce67ec0625e74bb83c944d46c1c4f17867 22:02:06 Checking out Revision bcd987ce67ec0625e74bb83c944d46c1c4f17867 (PR-166) 22:02:05 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 22:02:05 > git config --add remote.origin.fetch +refs/pull/166/head:refs/remotes/origin/PR-166 # timeout=10 22:02:05 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 22:02:05 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 22:02:05 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 22:02:05 using GIT_SSH to set credentials SSH Credentials for GitHub 22:02:05 > 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 22:02:06 > git config core.sparsecheckout # timeout=10 22:02:06 > git checkout -f bcd987ce67ec0625e74bb83c944d46c1c4f17867 # timeout=10 22:02:06 > git remote # timeout=10 22:02:06 > git config --get remote.origin.url # timeout=10 22:02:06 using GIT_SSH to set credentials SSH Credentials for GitHub 22:02:06 > git merge 347e199ee4a649efaded5eeb3cc00e4bd21f3e25 # timeout=10 22:02:06 > git rev-parse HEAD^{commit} # timeout=10 22:02:06 > git config core.sparsecheckout # timeout=10 22:02:06 > git checkout -f bcd987ce67ec0625e74bb83c944d46c1c4f17867 # timeout=10 22:02:09 Commit message: "fix: local snap development" 22:02:09 > git --version # timeout=10 22:02:09 > git --version # 'git version 2.16.5' 22:02:09 fatal: bad object 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:02:11 ++ find /w/workspace/device-mqtt-go/1 22:02:11 ++ grep snapcraft.yaml 22:02:11 + grep -Po '^name: \K(.*)' /w/workspace/device-mqtt-go/1/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:02:11 provisioning config files... 22:02:11 copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/1@tmp/config5679877972657944190tmp [Pipeline] { [Pipeline] sh 22:02:11 + cp /w/workspace/device-mqtt-go/1@tmp/config5679877972657944190tmp /w/workspace/device-mqtt-go/1/edgex-snap-store-login [Pipeline] sh 22:02:12 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/1:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 22:02:12 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 22:02:12 latest: Pulling from edgex-devops/edgex-snap-builder 22:02:12 f08d8e2a3ba1: Pulling fs layer 22:02:12 3baa9cb2483b: Pulling fs layer 22:02:12 94e5ff4c0b15: Pulling fs layer 22:02:12 1860925334f9: Pulling fs layer 22:02:12 2daf38717194: Pulling fs layer 22:02:12 309017e8d7a4: Pulling fs layer 22:02:12 f7790dc9fd0f: Pulling fs layer 22:02:12 cac0ae9282c2: Pulling fs layer 22:02:12 1f4cadf9a1ed: Pulling fs layer 22:02:12 309017e8d7a4: Waiting 22:02:12 f7790dc9fd0f: Waiting 22:02:12 cac0ae9282c2: Waiting 22:02:12 1f4cadf9a1ed: Waiting 22:02:12 1860925334f9: Waiting 22:02:12 2daf38717194: Waiting 22:02:12 94e5ff4c0b15: Verifying Checksum 22:02:12 94e5ff4c0b15: Download complete 22:02:12 3baa9cb2483b: Download complete 22:02:12 1860925334f9: Verifying Checksum 22:02:12 1860925334f9: Download complete 22:02:12 309017e8d7a4: Verifying Checksum 22:02:12 309017e8d7a4: Download complete 22:02:12 f7790dc9fd0f: Verifying Checksum 22:02:12 f7790dc9fd0f: Download complete 22:02:12 cac0ae9282c2: Verifying Checksum 22:02:12 cac0ae9282c2: Download complete 22:02:12 1f4cadf9a1ed: Verifying Checksum 22:02:12 1f4cadf9a1ed: Download complete 22:02:12 f08d8e2a3ba1: Download complete 22:02:14 f08d8e2a3ba1: Pull complete 22:02:14 3baa9cb2483b: Pull complete 22:02:14 94e5ff4c0b15: Pull complete 22:02:14 1860925334f9: Pull complete 22:02:17 2daf38717194: Verifying Checksum 22:02:17 2daf38717194: Download complete 22:02:35 2daf38717194: Pull complete 22:02:35 309017e8d7a4: Pull complete 22:02:35 f7790dc9fd0f: Pull complete 22:02:35 cac0ae9282c2: Pull complete 22:02:35 1f4cadf9a1ed: Pull complete 22:02:35 Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 22:02:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 22:02:37 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 22:02:37 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 22:02:37 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 22:02:37 Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 22:02:37 Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [892 kB] 22:02:38 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1362 kB] 22:02:38 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [109 kB] 22:02:38 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1067 kB] 22:02:38 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [125 kB] 22:02:38 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1421 kB] 22:02:38 Fetched 5228 kB in 2s (3158 kB/s) 22:02:40 Reading package lists... 22:02:43 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 22:02:43 0% [Connecting to archive.ubuntu.com (91.189.88.152)] 0% [1 InRelease gpgv 88.7 kB] [Connecting to archive.ubuntu.com (91.189.88.152) 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 22:02:43 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:02:43 0% [2 InRelease gpgv 242 kB] [Waiting for headers] 0% [Waiting for headers] 0% [3 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 22:02:45 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... 59% Reading package lists... 65% Reading package lists... 65% Reading package lists... 66% Reading package lists... 66% 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 22:02:47 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 22:02:48 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... 57% Reading package lists... 65% Reading package lists... 65% Reading package lists... 66% Reading package lists... 66% 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 22:02:48 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree 22:02:48 Reading state information... 0% Reading state information... 0% Reading state information... Done 22:02:48 The following packages were automatically installed and are no longer required: 22:02:48 libjq1 libonig4 22:02:48 Use 'sudo apt autoremove' to remove them. 22:02:48 Suggested packages: 22:02:48 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 22:02:48 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed 22:02:48 diffutils-doc perl-doc libterm-readline-gnu-perl 22:02:48 | libterm-readline-perl-perl 22:02:48 The following NEW packages will be installed: 22:02:48 curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 22:02:48 libperl5.26 make netbase patch perl perl-modules-5.26 22:02:48 0 upgraded, 14 newly installed, 0 to remove and 3 not upgraded. 22:02:48 Need to get 12.0 MB of archives. 22:02:48 After this operation, 77.5 MB of additional disk space will be used. 22:02:49 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] 22:02:49 0% [1 perl-modules-5.26 8731 B/2763 kB 0%] 2% [1 perl-modules-5.26 250 kB/2763 kB 9%] 20% [Working] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 22:02:49 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 22:02:49 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] 22:02:50 23% [4 libperl5.26 66.7 kB/3527 kB 2%] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] 22:02:50 48% [5 perl 34.7 kB/201 kB 17%] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 22:02:50 51% [6 less 90.6 kB/112 kB 81%] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 22:02:50 53% [7 netbase 12.7 kB/12.7 kB 100%] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] 22:02:50 54% [8 curl 30.2 kB/159 kB 19%] 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] 22:02:50 57% [9 libcurl3-gnutls 60 B/213 kB 0%] 60% [Waiting for headers] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 22:02:50 60% [10 liberror-perl 7483 B/22.8 kB 33%] 61% [Working] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 22:02:50 61% [11 git-man 21.7 kB/804 kB 3%] 68% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 22:02:50 68% [12 git 6155 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] 22:02:50 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] 22:02:50 98% [14 patch 9523 B/102 kB 9%] 100% [Working] Fetched 12.0 MB in 2s (7732 kB/s) 22:02:50 debconf: delaying package configuration, since apt-utils is not installed 22:02:50 Selecting previously unselected package perl-modules-5.26. 22:02:50 (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.) 22:02:50 Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 22:02:50 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 22:02:51 Selecting previously unselected package libgdbm5:amd64. 22:02:51 Preparing to unpack .../01-libgdbm5_1.14.1-6_amd64.deb ... 22:02:51 Unpacking libgdbm5:amd64 (1.14.1-6) ... 22:02:51 Selecting previously unselected package libgdbm-compat4:amd64. 22:02:51 Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_amd64.deb ... 22:02:51 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 22:02:51 Selecting previously unselected package libperl5.26:amd64. 22:02:51 Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... 22:02:51 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 22:02:52 Selecting previously unselected package perl. 22:02:52 Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_amd64.deb ... 22:02:52 Unpacking perl (5.26.1-6ubuntu0.3) ... 22:02:52 Selecting previously unselected package less. 22:02:52 Preparing to unpack .../05-less_487-0.1_amd64.deb ... 22:02:52 Unpacking less (487-0.1) ... 22:02:52 Selecting previously unselected package netbase. 22:02:52 Preparing to unpack .../06-netbase_5.4_all.deb ... 22:02:52 Unpacking netbase (5.4) ... 22:02:52 Selecting previously unselected package curl. 22:02:52 Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_amd64.deb ... 22:02:52 Unpacking curl (7.58.0-2ubuntu3.10) ... 22:02:52 Selecting previously unselected package libcurl3-gnutls:amd64. 22:02:52 Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... 22:02:52 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 22:02:52 Selecting previously unselected package liberror-perl. 22:02:52 Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... 22:02:52 Unpacking liberror-perl (0.17025-1) ... 22:02:52 Selecting previously unselected package git-man. 22:02:52 Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 22:02:52 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 22:02:52 Selecting previously unselected package git. 22:02:52 Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 22:02:52 Unpacking git (1:2.17.1-1ubuntu0.7) ... 22:02:53 Selecting previously unselected package make. 22:02:53 Preparing to unpack .../12-make_4.1-9.1ubuntu1_amd64.deb ... 22:02:53 Unpacking make (4.1-9.1ubuntu1) ... 22:02:53 Selecting previously unselected package patch. 22:02:53 Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_amd64.deb ... 22:02:53 Unpacking patch (2.7.6-2ubuntu1.1) ... 22:02:53 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 22:02:53 Setting up less (487-0.1) ... 22:02:53 Setting up make (4.1-9.1ubuntu1) ... 22:02:53 Setting up curl (7.58.0-2ubuntu3.10) ... 22:02:53 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 22:02:53 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 22:02:53 Setting up libgdbm5:amd64 (1.14.1-6) ... 22:02:53 Setting up patch (2.7.6-2ubuntu1.1) ... 22:02:53 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 22:02:53 Setting up netbase (5.4) ... 22:02:53 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 22:02:53 Setting up perl (5.26.1-6ubuntu0.3) ... 22:02:54 Setting up liberror-perl (0.17025-1) ... 22:02:54 Setting up git (1:2.17.1-1ubuntu0.7) ... 22:02:54 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 22:02:54 Processing triggers for mime-support (3.60ubuntu1) ... 22:02:55 curl set to automatically installed. 22:02:55 git set to automatically installed. 22:02:55 git-man set to automatically installed. 22:02:55 less set to automatically installed. 22:02:55 libcurl3-gnutls set to automatically installed. 22:02:55 liberror-perl set to automatically installed. 22:02:55 libgdbm-compat4 set to automatically installed. 22:02:55 libgdbm5 set to automatically installed. 22:02:55 libperl5.26 set to automatically installed. 22:02:55 make set to automatically installed. 22:02:55 netbase set to automatically installed. 22:02:55 patch set to automatically installed. 22:02:55 perl set to automatically installed. 22:02:55 perl-modules-5.26 set to automatically installed. 22:02:55 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 22:02:55 Please ensure the environment is properly setup before continuing. 22:02:55 Ignore this message if the appropriate measures have already been taken 22:02:56 Pulling go  22:02:57 'device-mqtt' has dependencies that need to be staged: go 22:02:57 Skipping pull go (already ran) 22:02:57 Building go  22:02:57 % Total % Received % Xferd Average Speed Time Time Time Current 22:02:57 Dload Upload Total Spent Left Speed 22:02:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 44 114M 44 50.9M 0 0 51.6M 0 0:00:02 --:--:-- 0:00:02 51.6M 100 114M 100 114M 0 0 59.8M 0 0:00:01 0:00:01 --:--:-- 59.8M 22:02:59 go1.13.5.linux-amd64.tar.gz: OK 22:03:06 Staging go  22:03:06 Pulling device-mqtt  22:03:07 Skipping build go (already ran) 22:03:07 Building device-mqtt  22:03: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 22:03:08 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 22:03:08 go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 22:03:08 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 22:03:08 go: downloading github.com/spf13/cast v1.3.0 22:03:08 go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 22:03:08 go: extracting github.com/spf13/cast v1.3.0 22:03:08 go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 22:03:08 go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 22:03:08 go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 22:03:08 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 22:03:08 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 22:03:08 go: downloading github.com/gorilla/mux v1.7.1 22:03:08 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 22:03:08 go: downloading github.com/google/uuid v1.1.1 22:03:08 go: extracting github.com/google/uuid v1.1.1 22:03:08 go: extracting github.com/gorilla/mux v1.7.1 22:03:08 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 22:03:08 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 22:03:08 go: downloading github.com/go-kit/kit v0.8.0 22:03:08 go: downloading gopkg.in/yaml.v2 v2.2.8 22:03:08 go: downloading github.com/OneOfOne/xxhash v1.2.6 22:03:08 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 22:03:08 go: downloading github.com/pkg/errors v0.8.1 22:03:08 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 22:03:08 go: extracting github.com/pkg/errors v0.8.1 22:03:08 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 22:03:08 go: extracting gopkg.in/yaml.v2 v2.2.8 22:03:08 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 22:03:08 go: downloading github.com/BurntSushi/toml v0.3.1 22:03:08 go: downloading github.com/pelletier/go-toml v1.2.0 22:03:08 go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 22:03:08 go: extracting github.com/go-kit/kit v0.8.0 22:03:08 go: extracting github.com/OneOfOne/xxhash v1.2.6 22:03:08 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 22:03:08 go: downloading github.com/x448/float16 v0.8.4 22:03:08 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 22:03:08 go: extracting github.com/BurntSushi/toml v0.3.1 22:03:08 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 22:03:08 go: extracting github.com/pelletier/go-toml v1.2.0 22:03:08 go: downloading github.com/hashicorp/consul/api v1.1.0 22:03:08 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 22:03:08 go: extracting github.com/x448/float16 v0.8.4 22:03:08 go: downloading github.com/go-logfmt/logfmt v0.4.0 22:03:08 go: extracting github.com/hashicorp/consul/api v1.1.0 22:03:08 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 22:03:08 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 22:03:08 go: downloading github.com/mitchellh/mapstructure v1.1.2 22:03:08 go: downloading github.com/mitchellh/copystructure v1.0.0 22:03:08 go: downloading github.com/hashicorp/serf v0.8.2 22:03:08 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 22:03:08 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 22:03:08 go: extracting github.com/go-logfmt/logfmt v0.4.0 22:03:08 go: extracting github.com/mitchellh/copystructure v1.0.0 22:03:08 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 22:03:08 go: downloading github.com/mitchellh/reflectwalk v1.0.0 22:03:08 go: extracting github.com/mitchellh/mapstructure v1.1.2 22:03:08 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 22:03:08 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 22:03:08 go: extracting github.com/mitchellh/reflectwalk v1.0.0 22:03:08 go: extracting github.com/hashicorp/serf v0.8.2 22:03:08 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 22:03:08 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 22:03:08 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 22:03:08 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 22:03:08 go: downloading github.com/hashicorp/golang-lru v0.5.0 22:03:08 go: extracting github.com/hashicorp/golang-lru v0.5.0 22:03:08 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 22:03:08 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 22:03:08 go: finding github.com/spf13/cast v1.3.0 22:03:08 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 22:03:08 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 22:03:08 go: finding github.com/OneOfOne/xxhash v1.2.6 22:03:08 go: finding github.com/gorilla/mux v1.7.1 22:03:08 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 22:03:08 go: finding github.com/google/uuid v1.1.1 22:03:08 go: finding github.com/fxamacker/cbor/v2 v2.2.0 22:03:08 go: finding github.com/go-kit/kit v0.8.0 22:03:08 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 22:03:08 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 22:03:08 go: finding gopkg.in/yaml.v2 v2.2.8 22:03:08 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 22:03:08 go: finding github.com/go-logfmt/logfmt v0.4.0 22:03:08 go: finding github.com/pkg/errors v0.8.1 22:03:08 go: finding github.com/BurntSushi/toml v0.3.1 22:03:08 go: finding github.com/x448/float16 v0.8.4 22:03:08 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 22:03:08 go: finding github.com/pelletier/go-toml v1.2.0 22:03:08 go: finding github.com/hashicorp/consul/api v1.1.0 22:03:09 go: finding github.com/mitchellh/mapstructure v1.1.2 22:03:09 go: finding github.com/hashicorp/serf v0.8.2 22:03:09 go: finding github.com/hashicorp/go-rootcerts v1.0.0 22:03:09 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 22:03:09 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 22:03:09 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 22:03:09 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 22:03:09 go: finding github.com/mitchellh/copystructure v1.0.0 22:03:09 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 22:03:09 go: finding github.com/hashicorp/golang-lru v0.5.0 22:03:09 go: finding github.com/mitchellh/reflectwalk v1.0.0 22:03:14 CGO_ENABLED=0 GO111MODULE=on go build ./... 22:03:18 Skipping stage go (already ran) 22:03:18 Staging device-mqtt  22:03:19 Priming go  22:03:19 Running on prd-ubuntu18.04-docker-arm64-16c-16g-1501 in /w/workspace/gexfoundry_device-mqtt-go_PR-166 [Pipeline] { [Pipeline] ws 22:03:19 Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout 22:03:19 Priming device-mqtt  22:03:20 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 22:03:20 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 22:03:20 Determining the version from the project repo (version-script). 22:03:20 The version has been set to 'local-dev-20200904+bcd987c' 22:03:21 Snapping | Snapping / Snapping - Snapping \ Snapping | 22:03:21 Snapped edgex-device-mqtt_local-dev-20200904+bcd987c_amd64.snap 22:03:23 using credential edgex-jenkins-ssh 22:03:23 Cloning the remote Git repository 22:03:23 Cloning with configured refspecs honoured and without tags [Pipeline] } 22:03:24 Deleting 1 temporary files [Pipeline] // configFileProvider 22:03:24 Fetching without tags [Pipeline] } [Pipeline] // withEnv 22:03:23 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 22:03:23 > git init /w/workspace/device-mqtt-go/1 # timeout=10 22:03:23 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 22:03:23 > git --version # timeout=10 22:03:23 > git --version # 'git version 2.17.1' 22:03:23 using GIT_SSH to set credentials SSH Credentials for GitHub 22:03:23 > 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 22:03:24 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 22:03:24 > git config --add remote.origin.fetch +refs/pull/166/head:refs/remotes/origin/PR-166 # timeout=10 22:03:24 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 22:03:24 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 22:03:24 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 22:03:24 using GIT_SSH to set credentials SSH Credentials for GitHub 22:03:24 > 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } 22:03:24 Merging remotes/origin/master commit 347e199ee4a649efaded5eeb3cc00e4bd21f3e25 into PR head commit bcd987ce67ec0625e74bb83c944d46c1c4f17867 [Pipeline] // node [Pipeline] } 22:03:24 Merge succeeded, producing bcd987ce67ec0625e74bb83c944d46c1c4f17867 22:03:24 Checking out Revision bcd987ce67ec0625e74bb83c944d46c1c4f17867 (PR-166) [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } 22:03:24 > git config core.sparsecheckout # timeout=10 22:03:24 > git checkout -f bcd987ce67ec0625e74bb83c944d46c1c4f17867 # timeout=10 22:03:24 > git remote # timeout=10 22:03:24 > git config --get remote.origin.url # timeout=10 22:03:24 using GIT_SSH to set credentials SSH Credentials for GitHub 22:03:24 > git merge 347e199ee4a649efaded5eeb3cc00e4bd21f3e25 # timeout=10 22:03:24 > git rev-parse HEAD^{commit} # timeout=10 22:03:24 > git config core.sparsecheckout # timeout=10 22:03:24 > git checkout -f bcd987ce67ec0625e74bb83c944d46c1c4f17867 # timeout=10 [Pipeline] // stage [Pipeline] } 22:03:28 Commit message: "fix: local snap development" 22:03:28 > git --version # timeout=10 22:03:28 > git --version # 'git version 2.17.1' 22:03:28 fatal: bad object 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:03:30 + find /w/workspace/device-mqtt-go/1 22:03:30 + grep snapcraft.yaml 22:03:30 + grep -Po ^name: \K(.*) /w/workspace/device-mqtt-go/1/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:03:30 provisioning config files... 22:03:30 copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/1@tmp/config5805730189217817542tmp [Pipeline] { [Pipeline] sh 22:03:31 + cp /w/workspace/device-mqtt-go/1@tmp/config5805730189217817542tmp /w/workspace/device-mqtt-go/1/edgex-snap-store-login [Pipeline] sh 22:03:31 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/1:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 22:03:31 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally 22:03:32 latest: Pulling from edgex-devops/edgex-snap-builder-arm64 22:03:32 237528ba509b: Pulling fs layer 22:03:32 393b96f31d8b: Pulling fs layer 22:03:32 4d82b0e39008: Pulling fs layer 22:03:32 e7ca375b8d34: Pulling fs layer 22:03:32 418f656485bb: Pulling fs layer 22:03:32 aebe8db9254c: Pulling fs layer 22:03:32 4f5f7b207d3f: Pulling fs layer 22:03:32 d19ca6af091a: Pulling fs layer 22:03:32 16b5a0711add: Pulling fs layer 22:03:32 4f5f7b207d3f: Waiting 22:03:32 e7ca375b8d34: Waiting 22:03:32 418f656485bb: Waiting 22:03:32 d19ca6af091a: Waiting 22:03:32 16b5a0711add: Waiting 22:03:32 4d82b0e39008: Download complete 22:03:32 393b96f31d8b: Verifying Checksum 22:03:32 393b96f31d8b: Download complete 22:03:32 e7ca375b8d34: Verifying Checksum 22:03:32 e7ca375b8d34: Download complete 22:03:32 aebe8db9254c: Download complete 22:03:32 4f5f7b207d3f: Download complete 22:03:32 d19ca6af091a: Download complete 22:03:32 16b5a0711add: Verifying Checksum 22:03:32 16b5a0711add: Download complete 22:03:33 237528ba509b: Verifying Checksum 22:03:33 237528ba509b: Download complete 22:03:36 237528ba509b: Pull complete 22:03:36 393b96f31d8b: Pull complete 22:03:36 4d82b0e39008: Pull complete 22:03:37 e7ca375b8d34: Pull complete 22:03:41 418f656485bb: Verifying Checksum 22:03:41 418f656485bb: Download complete 22:04:28 418f656485bb: Pull complete 22:04:28 aebe8db9254c: Pull complete 22:04:28 4f5f7b207d3f: Pull complete 22:04:28 d19ca6af091a: Pull complete 22:04:28 16b5a0711add: Pull complete 22:04:28 Digest: sha256:9ca9034cebc7408d83a32dada391ac179c4174cde852b5731596ec8e47bf0b3e 22:04:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 22:04:28 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 22:04:28 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 22:04:28 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 22:04:28 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 22:04:28 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1257 kB] 22:04:29 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [932 kB] 22:04:29 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [661 kB] 22:04:29 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [780 kB] 22:04:30 Fetched 3882 kB in 2s (1758 kB/s) 22:04:34 Reading package lists... 22:04:49 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 22:04:49 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease 22:04:49 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease 22:04:49 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease 22:04:53 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 22:04:59 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 22:05:03 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... 31% Reading package lists... 54% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 74% 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... 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 22:05:04 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree 22:05:04 Reading state information... 0% Reading state information... 0% Reading state information... Done 22:05:05 The following packages were automatically installed and are no longer required: 22:05:05 libjq1 libonig4 22:05:05 Use 'sudo apt autoremove' to remove them. 22:05:05 Suggested packages: 22:05:05 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 22:05:05 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed 22:05:05 diffutils-doc perl-doc libterm-readline-gnu-perl 22:05:05 | libterm-readline-perl-perl 22:05:05 The following NEW packages will be installed: 22:05:05 curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 22:05:05 libperl5.26 make netbase patch perl perl-modules-5.26 22:05:05 0 upgraded, 14 newly installed, 0 to remove and 3 not upgraded. 22:05:05 Need to get 10.8 MB of archives. 22:05:05 After this operation, 73.6 MB of additional disk space will be used. 22:05:05 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] 22:05:10 0% [1 perl-modules-5.26 13.8 kB/2763 kB 0%] 1% [1 perl-modules-5.26 198 kB/2763 kB 7%] 4% [1 perl-modules-5.26 495 kB/2763 kB 18%] 6% [1 perl-modules-5.26 770 kB/2763 kB 28%] 8% [1 perl-modules-5.26 1112 kB/2763 kB 40%] 11% [1 perl-modules-5.26 1451 kB/2763 kB 53%] 13% [1 perl-modules-5.26 1781 kB/2763 kB 64%] 16% [1 perl-modules-5.26 2159 kB/2763 kB 78%] 19% [1 perl-modules-5.26 2574 kB/2763 kB 93%] 22% [Working] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] 22:05:10 22% [2 libgdbm5 23.1 kB/23.1 kB 100%] 24% [Working] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] 22:05:10 25% [Working] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] 22:05:17 25% [4 libperl5.26 25.8 kB/3326 kB 1%] 28% [4 libperl5.26 423 kB/3326 kB 13%] 32% [4 libperl5.26 907 kB/3326 kB 27%] 35% [4 libperl5.26 1298 kB/3326 kB 39%] 675 kB/s 9s 36% [4 libperl5.26 1483 kB/3326 kB 45%] 675 kB/s 9s 37% [4 libperl5.26 1583 kB/3326 kB 48%] 675 kB/s 9s 38% [4 libperl5.26 1696 kB/3326 kB 51%] 675 kB/s 9s 38% [4 libperl5.26 1805 kB/3326 kB 54%] 675 kB/s 9s 40% [4 libperl5.26 1963 kB/3326 kB 59%] 675 kB/s 8s 41% [4 libperl5.26 2143 kB/3326 kB 64%] 675 kB/s 8s 42% [4 libperl5.26 2317 kB/3326 kB 70%] 675 kB/s 8s 44% [4 libperl5.26 2535 kB/3326 kB 76%] 675 kB/s 8s 46% [4 libperl5.26 2777 kB/3326 kB 84%] 675 kB/s 7s 48% [4 libperl5.26 3053 kB/3326 kB 92%] 675 kB/s 7s 50% [4 libperl5.26 3317 kB/3326 kB 100%] 675 kB/s 6s 51% [Working] 675 kB/s 6s Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] 22:05:17 51% [5 perl 26.2 kB/201 kB 13%] 675 kB/s 6s 54% [Working] 675 kB/s 6s Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] 22:05:17 54% [6 less 291 B/99.7 kB 0%] 675 kB/s 6s 56% [Working] 387 kB/s 11s Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] 22:05:17 56% [7 netbase 12.7 kB/12.7 kB 100%] 387 kB/s 11s 58% [Waiting for headers] 387 kB/s 11s Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.10 [152 kB] 22:05:18 58% [8 curl 5433 B/152 kB 4%] 387 kB/s 11s 60% [Working] 387 kB/s 10s Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.10 [179 kB] 22:05:18 60% [9 libcurl3-gnutls 19.0 kB/179 kB 11%] 387 kB/s 10s 63% [Working] 387 kB/s 10s Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] 22:05:18 63% [10 liberror-perl 14.2 kB/22.8 kB 62%] 387 kB/s 10s 65% [Working] 387 kB/s 10s Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 22:05:19 65% [11 git-man 5204 B/804 kB 1%] 387 kB/s 10s 67% [11 git-man 376 kB/804 kB 47%] 387 kB/s 9s 72% [Working] 387 kB/s 8s Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] 22:05:21 72% [12 git 7079 B/2952 kB 0%] 387 kB/s 8s 76% [12 git 527 kB/2952 kB 18%] 387 kB/s 6s 81% [12 git 1211 kB/2952 kB 41%] 387 kB/s 5s 88% [12 git 2119 kB/2952 kB 72%] 387 kB/s 2s 93% [12 git 2853 kB/2952 kB 97%] 387 kB/s 0s 95% [Working] 387 kB/s 0s Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] 22:05:21 95% [13 make 8505 B/139 kB 6%] 387 kB/s 0s 98% [Working] 387 kB/s 0s Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] 22:05:21 98% [14 patch 3898 B/91.8 kB 4%] 387 kB/s 0s 100% [Working] 387 kB/s 0s Fetched 10.8 MB in 16s (680 kB/s) 22:05:22 debconf: delaying package configuration, since apt-utils is not installed 22:05:22 Selecting previously unselected package perl-modules-5.26. 22:05:22 (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.) 22:05:22 Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 22:05:22 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 22:05:23 Selecting previously unselected package libgdbm5:arm64. 22:05:23 Preparing to unpack .../01-libgdbm5_1.14.1-6_arm64.deb ... 22:05:23 Unpacking libgdbm5:arm64 (1.14.1-6) ... 22:05:23 Selecting previously unselected package libgdbm-compat4:arm64. 22:05:23 Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_arm64.deb ... 22:05:23 Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... 22:05:23 Selecting previously unselected package libperl5.26:arm64. 22:05:23 Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... 22:05:24 Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 22:05:25 Selecting previously unselected package perl. 22:05:25 Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_arm64.deb ... 22:05:25 Unpacking perl (5.26.1-6ubuntu0.3) ... 22:05:25 Selecting previously unselected package less. 22:05:25 Preparing to unpack .../05-less_487-0.1_arm64.deb ... 22:05:25 Unpacking less (487-0.1) ... 22:05:25 Selecting previously unselected package netbase. 22:05:25 Preparing to unpack .../06-netbase_5.4_all.deb ... 22:05:25 Unpacking netbase (5.4) ... 22:05:25 Selecting previously unselected package curl. 22:05:25 Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_arm64.deb ... 22:05:25 Unpacking curl (7.58.0-2ubuntu3.10) ... 22:05:25 Selecting previously unselected package libcurl3-gnutls:arm64. 22:05:25 Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_arm64.deb ... 22:05:25 Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... 22:05:25 Selecting previously unselected package liberror-perl. 22:05:25 Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... 22:05:25 Unpacking liberror-perl (0.17025-1) ... 22:05:26 Selecting previously unselected package git-man. 22:05:26 Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 22:05:26 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 22:05:26 Selecting previously unselected package git. 22:05:26 Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... 22:05:26 Unpacking git (1:2.17.1-1ubuntu0.7) ... 22:05:27 Selecting previously unselected package make. 22:05:27 Preparing to unpack .../12-make_4.1-9.1ubuntu1_arm64.deb ... 22:05:27 Unpacking make (4.1-9.1ubuntu1) ... 22:05:27 Selecting previously unselected package patch. 22:05:27 Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_arm64.deb ... 22:05:27 Unpacking patch (2.7.6-2ubuntu1.1) ... 22:05:27 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 22:05:27 Setting up less (487-0.1) ... 22:05:28 Setting up make (4.1-9.1ubuntu1) ... 22:05:28 Setting up curl (7.58.0-2ubuntu3.10) ... 22:05:28 Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... 22:05:28 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 22:05:28 Setting up libgdbm5:arm64 (1.14.1-6) ... 22:05:28 Setting up patch (2.7.6-2ubuntu1.1) ... 22:05:28 Setting up libgdbm-compat4:arm64 (1.14.1-6) ... 22:05:28 Setting up netbase (5.4) ... 22:05:28 Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 22:05:28 Setting up perl (5.26.1-6ubuntu0.3) ... 22:05:28 Setting up liberror-perl (0.17025-1) ... 22:05:28 Setting up git (1:2.17.1-1ubuntu0.7) ... 22:05:28 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 22:05:28 Processing triggers for mime-support (3.60ubuntu1) ... 22:05:34 curl set to automatically installed. 22:05:34 git set to automatically installed. 22:05:34 git-man set to automatically installed. 22:05:34 less set to automatically installed. 22:05:34 libcurl3-gnutls set to automatically installed. 22:05:34 liberror-perl set to automatically installed. 22:05:34 libgdbm-compat4 set to automatically installed. 22:05:34 libgdbm5 set to automatically installed. 22:05:34 libperl5.26 set to automatically installed. 22:05:34 make set to automatically installed. 22:05:34 netbase set to automatically installed. 22:05:34 patch set to automatically installed. 22:05:34 perl set to automatically installed. 22:05:34 perl-modules-5.26 set to automatically installed. 22:05:34 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 22:05:34 Please ensure the environment is properly setup before continuing. 22:05:34 Ignore this message if the appropriate measures have already been taken 22:05:35 Pulling go  22:05:39 'device-mqtt' has dependencies that need to be staged: go 22:05:39 Skipping pull go (already ran) 22:05:39 Building go  22:05:39 % Total % Received % Xferd Average Speed Time Time Time Current 22:05:39 Dload Upload Total Spent Left Speed 22:05:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 5 93.0M 5 4783k 0 0 11.9M 0 0:00:07 --:--:-- 0:00:07 11.8M 40 93.0M 40 37.6M 0 0 27.4M 0 0:00:03 0:00:01 0:00:02 27.4M 74 93.0M 74 68.9M 0 0 28.3M 0 0:00:03 0:00:02 0:00:01 28.3M 100 93.0M 100 93.0M 0 0 28.0M 0 0:00:03 0:00:03 --:--:-- 28.0M 22:05:43 go1.13.5.linux-arm64.tar.gz: OK 22:06:02 Staging go  22:06:04 Pulling device-mqtt  22:06:07 Skipping build go (already ran) 22:06:07 Building device-mqtt  22:06: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 22:06:08 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 22:06:08 go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 22:06:08 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 22:06:08 go: downloading github.com/spf13/cast v1.3.0 22:06:08 go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 22:06:08 go: extracting github.com/spf13/cast v1.3.0 22:06:08 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 22:06:08 go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 22:06:08 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 22:06:08 go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 22:06:08 go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 22:06:08 go: downloading github.com/gorilla/mux v1.7.1 22:06:08 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 22:06:08 go: downloading github.com/google/uuid v1.1.1 22:06:08 go: extracting github.com/gorilla/mux v1.7.1 22:06:08 go: extracting github.com/google/uuid v1.1.1 22:06:08 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 22:06:08 go: downloading gopkg.in/yaml.v2 v2.2.8 22:06:08 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 22:06:08 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 22:06:08 go: downloading github.com/BurntSushi/toml v0.3.1 22:06:08 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 22:06:08 go: downloading github.com/pelletier/go-toml v1.2.0 22:06:08 go: downloading github.com/pkg/errors v0.8.1 22:06:08 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 22:06:08 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 22:06:08 go: extracting gopkg.in/yaml.v2 v2.2.8 22:06:08 go: extracting github.com/pkg/errors v0.8.1 22:06:08 go: extracting github.com/BurntSushi/toml v0.3.1 22:06:08 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 22:06:09 go: downloading github.com/go-kit/kit v0.8.0 22:06:09 go: extracting github.com/pelletier/go-toml v1.2.0 22:06:09 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 22:06:09 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 22:06:09 go: downloading github.com/OneOfOne/xxhash v1.2.6 22:06:09 go: downloading github.com/hashicorp/consul/api v1.1.0 22:06:09 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 22:06:09 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 22:06:09 go: downloading github.com/x448/float16 v0.8.4 22:06:09 go: extracting github.com/OneOfOne/xxhash v1.2.6 22:06:09 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 22:06:09 go: downloading github.com/mitchellh/copystructure v1.0.0 22:06:09 go: downloading github.com/mitchellh/mapstructure v1.1.2 22:06:09 go: extracting github.com/hashicorp/consul/api v1.1.0 22:06:09 go: extracting github.com/x448/float16 v0.8.4 22:06:09 go: extracting github.com/mitchellh/copystructure v1.0.0 22:06:09 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 22:06:09 go: downloading github.com/mitchellh/reflectwalk v1.0.0 22:06:09 go: extracting github.com/mitchellh/mapstructure v1.1.2 22:06:09 go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 22:06:09 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 22:06:09 go: downloading github.com/hashicorp/serf v0.8.2 22:06:09 go: extracting github.com/mitchellh/reflectwalk v1.0.0 22:06:09 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 22:06:09 go: extracting github.com/go-kit/kit v0.8.0 22:06:09 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 22:06:09 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 22:06:09 go: extracting github.com/hashicorp/serf v0.8.2 22:06:09 go: downloading github.com/go-logfmt/logfmt v0.4.0 22:06:09 go: extracting github.com/go-logfmt/logfmt v0.4.0 22:06:09 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 22:06:09 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 22:06:09 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 22:06:09 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 22:06:09 go: downloading github.com/hashicorp/golang-lru v0.5.0 22:06:09 go: extracting github.com/hashicorp/golang-lru v0.5.0 22:06:09 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 22:06:09 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 22:06:09 go: finding github.com/spf13/cast v1.3.0 22:06:09 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 22:06:09 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 22:06:09 go: finding github.com/gorilla/mux v1.7.1 22:06:09 go: finding github.com/OneOfOne/xxhash v1.2.6 22:06:09 go: finding github.com/go-kit/kit v0.8.0 22:06:09 go: finding github.com/google/uuid v1.1.1 22:06:09 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 22:06:09 go: finding github.com/fxamacker/cbor/v2 v2.2.0 22:06:09 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 22:06:09 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 22:06:09 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 22:06:09 go: finding github.com/go-logfmt/logfmt v0.4.0 22:06:09 go: finding github.com/x448/float16 v0.8.4 22:06:09 go: finding gopkg.in/yaml.v2 v2.2.8 22:06:09 go: finding github.com/pkg/errors v0.8.1 22:06:09 go: finding github.com/BurntSushi/toml v0.3.1 22:06:09 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 22:06:10 go: finding github.com/pelletier/go-toml v1.2.0 22:06:10 go: finding github.com/hashicorp/consul/api v1.1.0 22:06:10 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 22:06:10 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 22:06:10 go: finding github.com/hashicorp/go-rootcerts v1.0.0 22:06:10 go: finding github.com/hashicorp/serf v0.8.2 22:06:10 go: finding github.com/mitchellh/mapstructure v1.1.2 22:06:10 go: finding github.com/mitchellh/copystructure v1.0.0 22:06:10 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 22:06:10 go: finding github.com/mitchellh/reflectwalk v1.0.0 22:06:10 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 22:06:10 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 22:06:10 go: finding github.com/hashicorp/golang-lru v0.5.0 22:06:28 CGO_ENABLED=0 GO111MODULE=on go build ./... 22:06:46 Skipping stage go (already ran) 22:06:46 Staging device-mqtt  22:06:50 Priming go  22:06:53 Priming device-mqtt  22:06:56 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 22:06:56 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 22:06:56 Determining the version from the project repo (version-script). 22:06:56 The version has been set to 'local-dev-20200904+bcd987c' 22:06:57 Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping | 22:06:57 Snapped edgex-device-mqtt_local-dev-20200904+bcd987c_arm64.snap [Pipeline] } 22:07:00 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 22:07:02 provisioning config files... 22:07:02 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-166@tmp/config2808030507577314177tmp [Pipeline] { [Pipeline] sh 22:07:03 + curl -s https://codecov.io/bash 22:07:03 + bash -s - -t @/w/workspace/gexfoundry_device-mqtt-go_PR-166@tmp/config2808030507577314177tmp [Pipeline] } 22:07:03 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 22:07:06 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:07:07 ---> package-listing.sh 22:07:07 ++ facter osfamily 22:07:07 ++ tr '[:upper:]' '[:lower:]' 22:07:07 + OS_FAMILY=redhat 22:07:07 + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-166 22:07:07 + START_PACKAGES=/tmp/packages_start.txt 22:07:07 + END_PACKAGES=/tmp/packages_end.txt 22:07:07 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:07:07 + PACKAGES=/tmp/packages_start.txt 22:07:07 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-166 ']' 22:07:07 + PACKAGES=/tmp/packages_end.txt 22:07:07 + case "${OS_FAMILY}" in 22:07:07 + rpm -qa 22:07:07 + sort 22:07:11 + '[' -f /tmp/packages_start.txt ']' 22:07:11 + '[' -f /tmp/packages_end.txt ']' 22:07:11 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:07:11 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-166 ']' 22:07:11 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-166/archives/ 22:07:11 + 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 22:07:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:07:11 22:07:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:07:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:07:12 alpine: Pulling from edgex-lftools-log-publisher 22:07:12 df20fa9351a1: Pulling fs layer 22:07:12 36b3adc4ff6f: Pulling fs layer 22:07:12 8ad3a11d3b57: Pulling fs layer 22:07:12 46f8f816bc3b: Pulling fs layer 22:07:12 0dadc02b9964: Pulling fs layer 22:07:12 ce6a7cf60c04: Pulling fs layer 22:07:12 7a184a31f384: Pulling fs layer 22:07:12 0879bd2ef858: Pulling fs layer 22:07:12 46f8f816bc3b: Waiting 22:07:12 0dadc02b9964: Waiting 22:07:12 7a184a31f384: Waiting 22:07:12 0879bd2ef858: Waiting 22:07:12 ce6a7cf60c04: Waiting 22:07:12 36b3adc4ff6f: Verifying Checksum 22:07:12 36b3adc4ff6f: Download complete 22:07:12 46f8f816bc3b: Verifying Checksum 22:07:12 46f8f816bc3b: Download complete 22:07:12 df20fa9351a1: Verifying Checksum 22:07:12 df20fa9351a1: Download complete 22:07:12 0dadc02b9964: Verifying Checksum 22:07:12 0dadc02b9964: Download complete 22:07:12 ce6a7cf60c04: Verifying Checksum 22:07:12 ce6a7cf60c04: Download complete 22:07:12 7a184a31f384: Verifying Checksum 22:07:12 7a184a31f384: Download complete 22:07:12 8ad3a11d3b57: Verifying Checksum 22:07:12 8ad3a11d3b57: Download complete 22:07:12 df20fa9351a1: Pull complete 22:07:12 36b3adc4ff6f: Pull complete 22:07:12 0879bd2ef858: Verifying Checksum 22:07:12 0879bd2ef858: Download complete 22:07:13 8ad3a11d3b57: Pull complete 22:07:13 46f8f816bc3b: Pull complete 22:07:13 0dadc02b9964: Pull complete 22:07:13 ce6a7cf60c04: Pull complete 22:07:13 7a184a31f384: Pull complete 22:07:16 0879bd2ef858: Pull complete 22:07:16 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 22:07:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:07:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:07:16 prd-centos7-docker-4c-2g-1495 does not seem to be running inside a container 22:07:16 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:07:21 $ docker top c10718d9d33b75cca57b5e2aad2d00f18f38e5ef3981873affd89a1cdf95c5da -eo pid,comm [Pipeline] { [Pipeline] sh 22:07:21 + mkdir -p /var/log/sa [Pipeline] sh 22:07:22 + ls /var/log/sa-host 22:07:22 + sadf -c /var/log/sa-host/sa04 22:07:22 file_magic: OK 22:07:22 HZ: Using current value: 100 22:07:22 file_header: OK 22:07:22 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:07:22 Statistics: 22:07:22 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:07:22 File successfully converted to sysstat format version 12.2.1 22:07:22 + sadf -c /var/log/sa-host/sa05 22:07:22 file_magic: OK 22:07:22 HZ: Using current value: 100 22:07:22 file_header: OK 22:07:22 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:07:22 Statistics: 22:07:22 Hnuu...uuuununununu...Hnuu...uuuununununu... 22:07:22 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:07:22 provisioning config files... 22:07:22 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-166@tmp/config8002910127157694275tmp [Pipeline] { [Pipeline] echo 22:07:22 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:07:22 ---> create-netrc.sh [Pipeline] echo 22:07:22 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:07:23 ---> logs-deploy.sh 22:07:23 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-166/1 22:07:23 INFO: archiving workspace using pattern(s): 22:07:24 Archives upload complete. 22:07:24 INFO: archiving logs to Nexus