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 [2020-09-04T21:54:50.713Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-04T21:54:51.024Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-04T21:54:51.227Z] ========================================================= [2020-09-04T21:54:51.227Z] EdgeX Global Pipelines Version Info [2020-09-04T21:54:51.227Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-04T21:54:52.664Z] ------------------- [2020-09-04T21:54:52.664Z] stable info: [2020-09-04T21:54:52.664Z] ------------------- [2020-09-04T21:54:52.664Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-04T21:54:52.664Z] Commit SHA: 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 [2020-09-04T21:54:52.664Z] Message: update stable to v1.0.118 [2020-09-04T21:54:53.608Z] ------------------- [2020-09-04T21:54:53.608Z] experimental info: [2020-09-04T21:54:53.608Z] ------------------- [2020-09-04T21:54:53.608Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-04T21:54:53.608Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-04T21:54:53.608Z] Message: update experimental to v1.0.119 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-04T21:54:54.047Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2020-09-04T21:54:54.159Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2020-09-04T21:54:54.272Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-04T21:54:54.625Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-04T21:54:54.736Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-04T21:54:54.842Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-09-04T21:54:54.946Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-04T21:54:55.050Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-09-04T21:54:55.153Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-04T21:54:55.265Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-04T21:54:55.368Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-04T21:54:55.474Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo [2020-09-04T21:54:55.575Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-04T21:54:55.679Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-04T21:54:55.795Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-04T21:54:55.898Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-04T21:54:56.006Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-04T21:54:56.121Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-04T21:54:56.232Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-04T21:54:56.406Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-09-04T21:54:56.512Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-04T21:54:56.623Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-04T21:54:56.733Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-166 [Pipeline] echo [2020-09-04T21:54:56.848Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-166 [Pipeline] echo [2020-09-04T21:54:56.989Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-166 [Pipeline] echo [2020-09-04T21:54:57.101Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bcd987ce67ec0625e74bb83c944d46c1c4f17867 [Pipeline] echo [2020-09-04T21:54:57.207Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bcd987c [Pipeline] echo [2020-09-04T21:54:57.352Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-04T21:54:58.020Z] + git log --format=format:%s -1 bcd987ce67ec0625e74bb83c944d46c1c4f17867 [Pipeline] echo [2020-09-04T21:54:58.094Z] GIT_COMMIT: bcd987ce67ec0625e74bb83c944d46c1c4f17867, Commit Message: fix: local snap development [Pipeline] echo [2020-09-04T21:54:58.187Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-04T21:54:58.720Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-04T21:54:58.981Z] [2020-09-04T21:54:58.981Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-04T21:54:59.374Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-04T21:54:59.374Z] latest: Pulling from edgex-devops/git-semver [2020-09-04T21:54:59.374Z] 31603596830f: Pulling fs layer [2020-09-04T21:54:59.374Z] 2a8b12db71e7: Pulling fs layer [2020-09-04T21:54:59.374Z] 6ca5941a6612: Pulling fs layer [2020-09-04T21:54:59.374Z] ecc8261a40a4: Pulling fs layer [2020-09-04T21:54:59.374Z] ecc8261a40a4: Waiting [2020-09-04T21:54:59.374Z] 2a8b12db71e7: Verifying Checksum [2020-09-04T21:54:59.374Z] 2a8b12db71e7: Download complete [2020-09-04T21:54:59.642Z] ecc8261a40a4: Verifying Checksum [2020-09-04T21:54:59.642Z] ecc8261a40a4: Download complete [2020-09-04T21:54:59.642Z] 31603596830f: Verifying Checksum [2020-09-04T21:54:59.642Z] 31603596830f: Download complete [2020-09-04T21:54:59.642Z] 6ca5941a6612: Verifying Checksum [2020-09-04T21:54:59.642Z] 6ca5941a6612: Download complete [2020-09-04T21:54:59.907Z] 31603596830f: Pull complete [2020-09-04T21:54:59.907Z] 2a8b12db71e7: Pull complete [2020-09-04T21:55:00.858Z] 6ca5941a6612: Pull complete [2020-09-04T21:55:01.431Z] ecc8261a40a4: Pull complete [2020-09-04T21:55:01.431Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-04T21:55:01.431Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-04T21:55:01.431Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-04T21:55:01.547Z] prd-centos7-docker-4c-2g-1495 does not seem to be running inside a container [2020-09-04T21:55:01.600Z] $ 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 [2020-09-04T21:55:03.041Z] $ docker top 227b731ec6f43cf6bdadcef3e5c1f130e3037396878b7ad934764e5b8ff0b419 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-04T21:55:03.388Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-04T21:55:03.388Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-04T21:55:03.608Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-04T21:55:03.616Z] $ docker exec 227b731ec6f43cf6bdadcef3e5c1f130e3037396878b7ad934764e5b8ff0b419 ssh-agent [2020-09-04T21:55:03.773Z] SSH_AUTH_SOCK=/tmp/ssh-gepxe5z5Vt4E/agent.11 [2020-09-04T21:55:03.773Z] SSH_AGENT_PID=16 [2020-09-04T21:55:03.787Z] Running ssh-add (command line suppressed) [2020-09-04T21:55:03.908Z] 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) [2020-09-04T21:55:03.951Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-04T21:55:04.325Z] + git describe --exact-match --tags HEAD [2020-09-04T21:55:04.325Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-04T21:55:04.369Z] $ docker exec --env ******** --env ******** 227b731ec6f43cf6bdadcef3e5c1f130e3037396878b7ad934764e5b8ff0b419 ssh-agent -k [2020-09-04T21:55:04.483Z] unset SSH_AUTH_SOCK; [2020-09-04T21:55:04.483Z] unset SSH_AGENT_PID; [2020-09-04T21:55:04.484Z] echo Agent pid 16 killed; [2020-09-04T21:55:04.592Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-04T21:55:04.754Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-04T21:55:04.754Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-04T21:55:04.855Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-04T21:55:04.855Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-04T21:55:05.027Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-04T21:55:05.035Z] $ docker exec 227b731ec6f43cf6bdadcef3e5c1f130e3037396878b7ad934764e5b8ff0b419 ssh-agent [2020-09-04T21:55:05.182Z] SSH_AUTH_SOCK=/tmp/ssh-66gsuQVMUvMl/agent.45 [2020-09-04T21:55:05.182Z] SSH_AGENT_PID=51 [2020-09-04T21:55:05.187Z] Running ssh-add (command line suppressed) [2020-09-04T21:55:05.312Z] 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) [2020-09-04T21:55:05.357Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-04T21:55:05.726Z] + git semver init [2020-09-04T21:55:05.726Z] # -> Open(): unable to determine branch for HEAD [2020-09-04T21:55:05.726Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-166/.git [2020-09-04T21:55:05.726Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-166 [2020-09-04T21:55:05.726Z] # $SEMVER_REMOTE_NAME = origin [2020-09-04T21:55:05.726Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-04T21:55:05.726Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-04T21:55:05.726Z] # $SEMVER_BRANCH = PR-166 [2020-09-04T21:55:05.726Z] # $SEMVER_TEMP = /tmp/semver-215587175 [2020-09-04T21:55:05.726Z] # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP [2020-09-04T21:55:06.668Z] # '/tmp/semver-215587175' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-166/.semver' [2020-09-04T21:55:06.668Z] # -> Force: false [2020-09-04T21:55:06.668Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-166/.semver [Pipeline] } [2020-09-04T21:55:06.692Z] $ docker exec --env ******** --env ******** 227b731ec6f43cf6bdadcef3e5c1f130e3037396878b7ad934764e5b8ff0b419 ssh-agent -k [2020-09-04T21:55:06.802Z] unset SSH_AUTH_SOCK; [2020-09-04T21:55:06.802Z] unset SSH_AGENT_PID; [2020-09-04T21:55:06.802Z] echo Agent pid 51 killed; [2020-09-04T21:55:06.841Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-04T21:55:07.384Z] + git semver [Pipeline] } [2020-09-04T21:55:07.414Z] $ docker stop --time=1 227b731ec6f43cf6bdadcef3e5c1f130e3037396878b7ad934764e5b8ff0b419 [2020-09-04T21:55:08.738Z] $ docker rm -f 227b731ec6f43cf6bdadcef3e5c1f130e3037396878b7ad934764e5b8ff0b419 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-04T21:55:09.400Z] Stashed 24 file(s) [Pipeline] echo [2020-09-04T21:55:09.419Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-04T21:55:09.524Z] Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-09-04T21:55:25.158Z] Still waiting to schedule task [2020-09-04T21:55:25.158Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-04T21:55:25.182Z] Still waiting to schedule task [2020-09-04T21:55:25.182Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-04T21:57:48.518Z] Running on prd-centos7-docker-4c-2g-1499 in /w/workspace/gexfoundry_device-mqtt-go_PR-166 [Pipeline] { [Pipeline] ws [2020-09-04T21:57:48.620Z] Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout [2020-09-04T21:57:55.619Z] using credential edgex-jenkins-ssh [2020-09-04T21:57:55.685Z] Cloning the remote Git repository [2020-09-04T21:57:55.685Z] Cloning with configured refspecs honoured and without tags [2020-09-04T21:57:55.787Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-04T21:57:55.866Z] > git init /w/workspace/device-mqtt-go/1 # timeout=10 [2020-09-04T21:57:56.711Z] Fetching without tags [2020-09-04T21:57:57.155Z] Merging remotes/origin/master commit 347e199ee4a649efaded5eeb3cc00e4bd21f3e25 into PR head commit bcd987ce67ec0625e74bb83c944d46c1c4f17867 [2020-09-04T21:57:55.954Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-04T21:57:55.955Z] > git --version # timeout=10 [2020-09-04T21:57:55.969Z] > git --version # 'git version 2.16.5' [2020-09-04T21:57:55.970Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-04T21:57:56.025Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/166/head:refs/remotes/origin/PR-166 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-04T21:57:56.584Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-04T21:57:56.638Z] > git config --add remote.origin.fetch +refs/pull/166/head:refs/remotes/origin/PR-166 # timeout=10 [2020-09-04T21:57:56.661Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-04T21:57:56.687Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-04T21:57:56.720Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-04T21:57:56.720Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-04T21:57:56.732Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/166/head:refs/remotes/origin/PR-166 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-04T21:57:57.170Z] > git config core.sparsecheckout # timeout=10 [2020-09-04T21:57:57.698Z] Merge succeeded, producing bcd987ce67ec0625e74bb83c944d46c1c4f17867 [2020-09-04T21:57:57.699Z] Checking out Revision bcd987ce67ec0625e74bb83c944d46c1c4f17867 (PR-166) [2020-09-04T21:57:57.254Z] > git checkout -f bcd987ce67ec0625e74bb83c944d46c1c4f17867 # timeout=10 [2020-09-04T21:57:57.390Z] > git remote # timeout=10 [2020-09-04T21:57:57.478Z] > git config --get remote.origin.url # timeout=10 [2020-09-04T21:57:57.501Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-04T21:57:57.512Z] > git merge 347e199ee4a649efaded5eeb3cc00e4bd21f3e25 # timeout=10 [2020-09-04T21:57:57.642Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-04T21:57:57.711Z] > git config core.sparsecheckout # timeout=10 [2020-09-04T21:57:57.795Z] > git checkout -f bcd987ce67ec0625e74bb83c944d46c1c4f17867 # timeout=10 [2020-09-04T21:57:58.614Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1498 in /w/workspace/gexfoundry_device-mqtt-go_PR-166 [Pipeline] { [Pipeline] ws [2020-09-04T21:57:58.693Z] Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout [2020-09-04T21:58:02.072Z] Commit message: "fix: local snap development" [2020-09-04T21:58:02.143Z] > git --version # timeout=10 [2020-09-04T21:58:02.243Z] > git --version # 'git version 2.16.5' [2020-09-04T21:58:02.314Z] fatal: bad object 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-09-04T21:58:03.880Z] using credential edgex-jenkins-ssh [2020-09-04T21:58:03.935Z] Cloning the remote Git repository [2020-09-04T21:58:03.936Z] Cloning with configured refspecs honoured and without tags [Pipeline] echo [2020-09-04T21:58:03.967Z] ========================================================= [2020-09-04T21:58:03.967Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-09-04T21:58:03.967Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-04T21:58:04.797Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-09-04T21:58:04.010Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-04T21:58:04.124Z] > git init /w/workspace/device-mqtt-go/1 # timeout=10 [2020-09-04T21:58:04.194Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-04T21:58:04.195Z] > git --version # timeout=10 [2020-09-04T21:58:04.218Z] > git --version # 'git version 2.17.1' [2020-09-04T21:58:04.220Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-04T21:58:04.287Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/166/head:refs/remotes/origin/PR-166 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-04T21:58:05.340Z] Fetching without tags [2020-09-04T21:58:05.453Z] Sending build context to Docker daemon 608.8kB [2020-09-04T21:58:05.453Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-09-04T21:58:05.453Z] Step 2/8 : FROM ${BASE} [2020-09-04T21:58:05.806Z] Merging remotes/origin/master commit 347e199ee4a649efaded5eeb3cc00e4bd21f3e25 into PR head commit bcd987ce67ec0625e74bb83c944d46c1c4f17867 [2020-09-04T21:58:05.821Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-04T21:58:05.821Z] df20fa9351a1: Pulling fs layer [2020-09-04T21:58:05.821Z] ed8968b2872e: Pulling fs layer [2020-09-04T21:58:05.821Z] a92cc7c5fd73: Pulling fs layer [2020-09-04T21:58:05.821Z] 2dd03ba5bac4: Pulling fs layer [2020-09-04T21:58:05.821Z] 1e091d79d1de: Pulling fs layer [2020-09-04T21:58:05.821Z] 481702a1767f: Pulling fs layer [2020-09-04T21:58:05.821Z] f64a6f60c768: Pulling fs layer [2020-09-04T21:58:05.821Z] e78d2573fc39: Pulling fs layer [2020-09-04T21:58:05.821Z] e876d2f968b6: Pulling fs layer [2020-09-04T21:58:05.821Z] ce8a83651883: Pulling fs layer [2020-09-04T21:58:05.821Z] 07967f4d0e4b: Pulling fs layer [2020-09-04T21:58:05.821Z] 2dd03ba5bac4: Waiting [2020-09-04T21:58:05.821Z] 1e091d79d1de: Waiting [2020-09-04T21:58:05.821Z] 481702a1767f: Waiting [2020-09-04T21:58:05.821Z] f64a6f60c768: Waiting [2020-09-04T21:58:05.821Z] e78d2573fc39: Waiting [2020-09-04T21:58:05.821Z] e876d2f968b6: Waiting [2020-09-04T21:58:05.821Z] ce8a83651883: Waiting [2020-09-04T21:58:05.821Z] 07967f4d0e4b: Waiting [2020-09-04T21:58:05.821Z] a92cc7c5fd73: Verifying Checksum [2020-09-04T21:58:05.821Z] a92cc7c5fd73: Download complete [2020-09-04T21:58:05.821Z] ed8968b2872e: Verifying Checksum [2020-09-04T21:58:05.821Z] ed8968b2872e: Download complete [2020-09-04T21:58:05.821Z] 1e091d79d1de: Verifying Checksum [2020-09-04T21:58:05.821Z] 1e091d79d1de: Download complete [2020-09-04T21:58:06.004Z] Merge succeeded, producing bcd987ce67ec0625e74bb83c944d46c1c4f17867 [2020-09-04T21:58:06.004Z] Checking out Revision bcd987ce67ec0625e74bb83c944d46c1c4f17867 (PR-166) [2020-09-04T21:58:06.120Z] 481702a1767f: Verifying Checksum [2020-09-04T21:58:06.120Z] 481702a1767f: Download complete [2020-09-04T21:58:05.266Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-04T21:58:05.284Z] > git config --add remote.origin.fetch +refs/pull/166/head:refs/remotes/origin/PR-166 # timeout=10 [2020-09-04T21:58:05.301Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-04T21:58:05.327Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-04T21:58:05.356Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-04T21:58:05.357Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-04T21:58:05.373Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/166/head:refs/remotes/origin/PR-166 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-04T21:58:05.831Z] > git config core.sparsecheckout # timeout=10 [2020-09-04T21:58:05.850Z] > git checkout -f bcd987ce67ec0625e74bb83c944d46c1c4f17867 # timeout=10 [2020-09-04T21:58:05.931Z] > git remote # timeout=10 [2020-09-04T21:58:05.947Z] > git config --get remote.origin.url # timeout=10 [2020-09-04T21:58:05.959Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-04T21:58:05.969Z] > git merge 347e199ee4a649efaded5eeb3cc00e4bd21f3e25 # timeout=10 [2020-09-04T21:58:05.992Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-04T21:58:06.013Z] > git config core.sparsecheckout # timeout=10 [2020-09-04T21:58:06.032Z] > git checkout -f bcd987ce67ec0625e74bb83c944d46c1c4f17867 # timeout=10 [2020-09-04T21:58:06.418Z] df20fa9351a1: Verifying Checksum [2020-09-04T21:58:06.418Z] df20fa9351a1: Download complete [2020-09-04T21:58:07.050Z] df20fa9351a1: Pull complete [2020-09-04T21:58:07.789Z] ed8968b2872e: Pull complete [2020-09-04T21:58:07.789Z] a92cc7c5fd73: Pull complete [2020-09-04T21:58:10.342Z] Commit message: "fix: local snap development" [2020-09-04T21:58:10.410Z] > git --version # timeout=10 [2020-09-04T21:58:10.430Z] > git --version # 'git version 2.17.1' [2020-09-04T21:58:10.445Z] fatal: bad object 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-04T21:58:11.707Z] ========================================================= [2020-09-04T21:58:11.707Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-09-04T21:58:11.707Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-04T21:58:12.955Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-09-04T21:58:13.945Z] Sending build context to Docker daemon 608.8kB [2020-09-04T21:58:13.945Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-09-04T21:58:13.945Z] Step 2/8 : FROM ${BASE} [2020-09-04T21:58:14.223Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-04T21:58:14.223Z] b538f80385f9: Pulling fs layer [2020-09-04T21:58:14.223Z] 74f711af9a0d: Pulling fs layer [2020-09-04T21:58:14.223Z] 99f96fe45779: Pulling fs layer [2020-09-04T21:58:14.223Z] fd7a069fd194: Pulling fs layer [2020-09-04T21:58:14.223Z] 66aa3694b03b: Pulling fs layer [2020-09-04T21:58:14.223Z] 170f70906a0f: Pulling fs layer [2020-09-04T21:58:14.223Z] ad7c5574e4b9: Pulling fs layer [2020-09-04T21:58:14.223Z] e772456be8f7: Pulling fs layer [2020-09-04T21:58:14.223Z] c890913d741a: Pulling fs layer [2020-09-04T21:58:14.223Z] 2480fcc9aa5a: Pulling fs layer [2020-09-04T21:58:14.223Z] 09adf4765672: Pulling fs layer [2020-09-04T21:58:14.223Z] fd7a069fd194: Waiting [2020-09-04T21:58:14.223Z] ad7c5574e4b9: Waiting [2020-09-04T21:58:14.223Z] e772456be8f7: Waiting [2020-09-04T21:58:14.223Z] 66aa3694b03b: Waiting [2020-09-04T21:58:14.223Z] c890913d741a: Waiting [2020-09-04T21:58:14.223Z] 2480fcc9aa5a: Waiting [2020-09-04T21:58:14.223Z] 170f70906a0f: Waiting [2020-09-04T21:58:14.223Z] 09adf4765672: Waiting [2020-09-04T21:58:14.223Z] 99f96fe45779: Verifying Checksum [2020-09-04T21:58:14.223Z] 99f96fe45779: Download complete [2020-09-04T21:58:14.223Z] 74f711af9a0d: Verifying Checksum [2020-09-04T21:58:14.223Z] 74f711af9a0d: Download complete [2020-09-04T21:58:14.223Z] 66aa3694b03b: Verifying Checksum [2020-09-04T21:58:14.223Z] 66aa3694b03b: Download complete [2020-09-04T21:58:14.223Z] 170f70906a0f: Verifying Checksum [2020-09-04T21:58:14.223Z] 170f70906a0f: Download complete [2020-09-04T21:58:14.223Z] b538f80385f9: Download complete [2020-09-04T21:58:15.226Z] b538f80385f9: Pull complete [2020-09-04T21:58:15.833Z] 74f711af9a0d: Pull complete [2020-09-04T21:58:16.111Z] 99f96fe45779: Pull complete [2020-09-04T21:58:16.711Z] ad7c5574e4b9: Verifying Checksum [2020-09-04T21:58:16.711Z] ad7c5574e4b9: Download complete [2020-09-04T21:58:16.987Z] c890913d741a: Verifying Checksum [2020-09-04T21:58:16.987Z] c890913d741a: Download complete [2020-09-04T21:58:18.436Z] 2480fcc9aa5a: Verifying Checksum [2020-09-04T21:58:18.436Z] 2480fcc9aa5a: Download complete [2020-09-04T21:58:19.031Z] e772456be8f7: Verifying Checksum [2020-09-04T21:58:19.031Z] e772456be8f7: Download complete [2020-09-04T21:58:19.300Z] 09adf4765672: Download complete [2020-09-04T21:58:19.892Z] fd7a069fd194: Verifying Checksum [2020-09-04T21:58:19.892Z] fd7a069fd194: Download complete [2020-09-04T21:58:25.107Z] f64a6f60c768: Verifying Checksum [2020-09-04T21:58:25.107Z] f64a6f60c768: Download complete [2020-09-04T21:58:25.107Z] e876d2f968b6: Verifying Checksum [2020-09-04T21:58:25.107Z] e876d2f968b6: Download complete [2020-09-04T21:58:27.348Z] e78d2573fc39: Verifying Checksum [2020-09-04T21:58:27.348Z] e78d2573fc39: Download complete [2020-09-04T21:58:27.348Z] 07967f4d0e4b: Verifying Checksum [2020-09-04T21:58:27.348Z] 07967f4d0e4b: Download complete [2020-09-04T21:58:28.432Z] ce8a83651883: Verifying Checksum [2020-09-04T21:58:28.432Z] ce8a83651883: Download complete [2020-09-04T21:58:28.795Z] 2dd03ba5bac4: Verifying Checksum [2020-09-04T21:58:28.795Z] 2dd03ba5bac4: Download complete [2020-09-04T21:58:32.299Z] fd7a069fd194: Pull complete [2020-09-04T21:58:32.299Z] 66aa3694b03b: Pull complete [2020-09-04T21:58:32.299Z] 170f70906a0f: Pull complete [2020-09-04T21:58:34.927Z] ad7c5574e4b9: Pull complete [2020-09-04T21:58:40.348Z] e772456be8f7: Pull complete [2020-09-04T21:58:40.348Z] c890913d741a: Pull complete [2020-09-04T21:58:41.436Z] 2dd03ba5bac4: Pull complete [2020-09-04T21:58:41.436Z] 1e091d79d1de: Pull complete [2020-09-04T21:58:41.436Z] 481702a1767f: Pull complete [2020-09-04T21:58:42.330Z] 2480fcc9aa5a: Pull complete [2020-09-04T21:58:42.330Z] 09adf4765672: Pull complete [2020-09-04T21:58:42.330Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-09-04T21:58:42.330Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-09-04T21:58:42.330Z] ---> 2248a725d1cf [2020-09-04T21:58:42.330Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-04T21:58:46.649Z] ---> Running in 7bcae7f57405 [2020-09-04T21:58:46.919Z] Removing intermediate container 7bcae7f57405 [2020-09-04T21:58:46.919Z] ---> 7c55df6feb20 [2020-09-04T21:58:46.919Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-04T21:58:46.919Z] ---> Running in 637dde411a62 [2020-09-04T21:58:47.243Z] f64a6f60c768: Pull complete [2020-09-04T21:58:49.541Z] Removing intermediate container 637dde411a62 [2020-09-04T21:58:49.541Z] ---> d3bc9ade89ab [2020-09-04T21:58:49.541Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-04T21:58:49.819Z] ---> Running in 3b3ddaca0b58 [2020-09-04T21:58:51.258Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-04T21:58:51.852Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-04T21:58:52.443Z] (1/14) Installing libmagic (5.38-r0) [2020-09-04T21:58:52.713Z] (2/14) Installing file (5.38-r0) [2020-09-04T21:58:52.713Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-04T21:58:52.713Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-04T21:58:52.716Z] e78d2573fc39: Pull complete [2020-09-04T21:58:52.716Z] e876d2f968b6: Pull complete [2020-09-04T21:58:55.230Z] ce8a83651883: Pull complete [2020-09-04T21:58:55.230Z] 07967f4d0e4b: Pull complete [2020-09-04T21:58:55.230Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-09-04T21:58:55.230Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-09-04T21:58:55.230Z] ---> 5d7c900382c6 [2020-09-04T21:58:55.230Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-04T21:58:56.087Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-04T21:58:56.087Z] (6/14) Installing patch (2.7.6-r6) [2020-09-04T21:58:56.087Z] (7/14) Installing build-base (0.5-r2) [2020-09-04T21:58:56.359Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-04T21:58:56.360Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-04T21:58:56.360Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-04T21:58:56.461Z] ---> Running in 0740fae2683f [2020-09-04T21:58:56.792Z] Removing intermediate container 0740fae2683f [2020-09-04T21:58:56.792Z] ---> 3cd316eff9d0 [2020-09-04T21:58:56.792Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-04T21:58:56.792Z] ---> Running in 62753079e997 [2020-09-04T21:58:56.950Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-04T21:58:56.950Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-04T21:58:56.950Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-04T21:58:56.950Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-04T21:58:57.228Z] Executing busybox-1.31.1-r16.trigger [2020-09-04T21:58:57.228Z] OK: 221 MiB in 53 packages [2020-09-04T21:58:58.254Z] Removing intermediate container 62753079e997 [2020-09-04T21:58:58.254Z] ---> e1d72bbaea0a [2020-09-04T21:58:58.254Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-04T21:58:58.254Z] ---> Running in e7d6f79ece0d [2020-09-04T21:58:59.119Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-04T21:59:01.086Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-04T21:59:01.529Z] Removing intermediate container 3b3ddaca0b58 [2020-09-04T21:59:01.529Z] ---> ce83eb535608 [2020-09-04T21:59:01.529Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-09-04T21:59:01.529Z] ---> Running in dc1e7211cdd8 [2020-09-04T21:59:02.124Z] Removing intermediate container dc1e7211cdd8 [2020-09-04T21:59:02.124Z] ---> 8816b9ce10f0 [2020-09-04T21:59:02.124Z] Step 7/8 : COPY . . [2020-09-04T21:59:03.100Z] ---> e9e5e7f11750 [2020-09-04T21:59:03.100Z] Step 8/8 : RUN go mod download [2020-09-04T21:59:03.100Z] ---> Running in 3d9ff37d37da [2020-09-04T21:59:03.143Z] (1/14) Installing libmagic (5.38-r0) [2020-09-04T21:59:03.420Z] (2/14) Installing file (5.38-r0) [2020-09-04T21:59:03.420Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-04T21:59:03.697Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-04T21:59:06.481Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-04T21:59:06.481Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-04T21:59:06.481Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-04T21:59:06.481Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-04T21:59:06.481Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-04T21:59:06.481Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-04T21:59:06.481Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-04T21:59:06.481Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-04T21:59:06.481Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-09-04T21:59:06.481Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-04T21:59:06.481Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-04T21:59:06.481Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-04T21:59:06.481Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-04T21:59:06.481Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-04T21:59:06.481Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-04T21:59:06.481Z] go: finding github.com/fatih/color v1.7.0 [2020-09-04T21:59:06.481Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-04T21:59:06.481Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-04T21:59:06.481Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-04T21:59:06.481Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-04T21:59:06.481Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-04T21:59:06.481Z] go: finding github.com/google/uuid v1.1.1 [2020-09-04T21:59:06.481Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-04T21:59:06.481Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-04T21:59:06.481Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-04T21:59:06.481Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-04T21:59:06.481Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-04T21:59:06.753Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-04T21:59:06.753Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-04T21:59:06.753Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-04T21:59:06.753Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-04T21:59:06.753Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-04T21:59:06.753Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-04T21:59:06.753Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-04T21:59:06.753Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-04T21:59:06.753Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-04T21:59:06.753Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-04T21:59:06.753Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-04T21:59:07.023Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-04T21:59:07.023Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-04T21:59:07.023Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-04T21:59:07.023Z] go: finding github.com/kr/pretty v0.1.0 [2020-09-04T21:59:07.023Z] go: finding github.com/kr/pty v1.1.1 [2020-09-04T21:59:07.023Z] go: finding github.com/kr/text v0.1.0 [2020-09-04T21:59:07.023Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-04T21:59:07.023Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-04T21:59:07.023Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-04T21:59:07.023Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-04T21:59:07.023Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-04T21:59:07.023Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-04T21:59:07.298Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-04T21:59:07.298Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-04T21:59:07.298Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-04T21:59:07.298Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-04T21:59:07.298Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-04T21:59:07.298Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-04T21:59:07.298Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-04T21:59:07.298Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-04T21:59:07.298Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-04T21:59:07.298Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-04T21:59:07.298Z] go: finding github.com/posener/complete v1.1.1 [2020-09-04T21:59:07.567Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-04T21:59:07.567Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-04T21:59:07.567Z] go: finding github.com/spf13/cast v1.3.0 [2020-09-04T21:59:07.567Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-04T21:59:07.567Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-04T21:59:07.567Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-04T21:59:07.567Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-04T21:59:07.567Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-09-04T21:59:07.567Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-04T21:59:07.567Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-04T21:59:07.567Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-09-04T21:59:07.567Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-09-04T21:59:07.836Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-04T21:59:07.836Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-04T21:59:14.029Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-04T21:59:14.029Z] (6/14) Installing patch (2.7.6-r6) [2020-09-04T21:59:14.029Z] (7/14) Installing build-base (0.5-r2) [2020-09-04T21:59:14.029Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-04T21:59:14.029Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-04T21:59:14.029Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-04T21:59:14.029Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-04T21:59:14.029Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-04T21:59:14.029Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-04T21:59:14.029Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-04T21:59:14.029Z] Executing busybox-1.31.1-r16.trigger [2020-09-04T21:59:14.029Z] OK: 237 MiB in 53 packages [2020-09-04T21:59:17.511Z] Removing intermediate container e7d6f79ece0d [2020-09-04T21:59:17.511Z] ---> 3fd11be73462 [2020-09-04T21:59:17.511Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-09-04T21:59:17.511Z] ---> Running in 3cdee5b15677 [2020-09-04T21:59:17.511Z] Removing intermediate container 3cdee5b15677 [2020-09-04T21:59:17.511Z] ---> f2b27d9ea4b7 [2020-09-04T21:59:17.511Z] Step 7/8 : COPY . . [2020-09-04T21:59:17.982Z] Removing intermediate container 3d9ff37d37da [2020-09-04T21:59:17.983Z] ---> 0e363755d7ed [2020-09-04T21:59:17.983Z] Successfully built 0e363755d7ed [2020-09-04T21:59:17.983Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [2020-09-04T21:59:18.484Z] ---> a923842864b1 [2020-09-04T21:59:18.484Z] Step 8/8 : RUN go mod download [2020-09-04T21:59:18.484Z] ---> Running in 464c2f22b484 [Pipeline] isUnix [Pipeline] sh [2020-09-04T21:59:18.871Z] + docker inspect -f . ci-base-image-arm64 [2020-09-04T21:59:18.871Z] . [Pipeline] withDockerContainer [2020-09-04T21:59:19.117Z] prd-ubuntu18.04-docker-arm64-4c-16g-1498 does not seem to be running inside a container [2020-09-04T21:59:19.193Z] $ 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 [2020-09-04T21:59:20.453Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-04T21:59:20.454Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-04T21:59:20.454Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-04T21:59:20.454Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-04T21:59:20.454Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-04T21:59:20.454Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-04T21:59:20.454Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-04T21:59:20.454Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-04T21:59:20.454Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-09-04T21:59:20.728Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-04T21:59:20.728Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-04T21:59:20.728Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-04T21:59:20.728Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-04T21:59:20.728Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-04T21:59:20.728Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-04T21:59:20.728Z] go: finding github.com/fatih/color v1.7.0 [2020-09-04T21:59:20.728Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-04T21:59:20.728Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-04T21:59:20.728Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-04T21:59:20.728Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-04T21:59:20.914Z] $ docker top ed0b8bb39a48314d44c03149872ec1a763b6e4462f40520dd578febbc59d01e1 -eo pid,comm [2020-09-04T21:59:21.010Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-04T21:59:21.010Z] go: finding github.com/google/uuid v1.1.1 [2020-09-04T21:59:21.010Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-04T21:59:21.010Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-04T21:59:21.010Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-04T21:59:21.010Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-04T21:59:21.010Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-04T21:59:21.010Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-04T21:59:21.010Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-04T21:59:21.010Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-04T21:59:21.010Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-04T21:59:21.279Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-04T21:59:21.279Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-04T21:59:21.279Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-04T21:59:21.279Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-04T21:59:21.279Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-04T21:59:21.279Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-04T21:59:21.279Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-04T21:59:21.279Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-04T21:59:21.279Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-04T21:59:21.279Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [Pipeline] { [Pipeline] sh [2020-09-04T21:59:21.547Z] go: finding github.com/kr/pretty v0.1.0 [2020-09-04T21:59:21.547Z] go: finding github.com/kr/pty v1.1.1 [2020-09-04T21:59:21.547Z] go: finding github.com/kr/text v0.1.0 [2020-09-04T21:59:21.547Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-04T21:59:21.547Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-04T21:59:21.547Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-04T21:59:21.547Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-04T21:59:21.547Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-04T21:59:21.547Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-04T21:59:21.547Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-04T21:59:21.547Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-04T21:59:21.824Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-04T21:59:21.824Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-04T21:59:21.824Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-04T21:59:21.824Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-04T21:59:21.824Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-04T21:59:21.824Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-04T21:59:21.824Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-04T21:59:21.824Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-04T21:59:21.824Z] go: finding github.com/posener/complete v1.1.1 [2020-09-04T21:59:21.824Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-04T21:59:21.824Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-04T21:59:21.824Z] go: finding github.com/spf13/cast v1.3.0 [2020-09-04T21:59:21.824Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-04T21:59:22.094Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-04T21:59:22.094Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-04T21:59:22.094Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-04T21:59:22.094Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-09-04T21:59:22.094Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-04T21:59:22.094Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-04T21:59:22.094Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-09-04T21:59:22.094Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-09-04T21:59:22.094Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-04T21:59:22.406Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-04T21:59:22.431Z] + go version [2020-09-04T21:59:22.431Z] go version go1.13.13 linux/arm64 [Pipeline] sh [2020-09-04T21:59:23.489Z] + make test [2020-09-04T21:59:23.489Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-09-04T21:59:24.475Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-09-04T21:59:32.546Z] Removing intermediate container 464c2f22b484 [2020-09-04T21:59:32.546Z] ---> 3b4fbb5ea347 [2020-09-04T21:59:32.546Z] Successfully built 3b4fbb5ea347 [2020-09-04T21:59:32.546Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-04T21:59:33.599Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-04T21:59:33.870Z] . [Pipeline] withDockerContainer [2020-09-04T21:59:34.087Z] prd-centos7-docker-4c-2g-1499 does not seem to be running inside a container [2020-09-04T21:59:34.189Z] $ 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 [2020-09-04T21:59:35.745Z] $ docker top 4dab9a0806045fcc490686370f53d94371dd0b5f4264da30985ca84224b9d56b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-04T21:59:36.350Z] + go version [2020-09-04T21:59:36.351Z] go version go1.13.13 linux/amd64 [Pipeline] sh [2020-09-04T21:59:36.690Z] + make test [2020-09-04T21:59:36.690Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-09-04T21:59:38.132Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-09-04T21:59:56.854Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-09-04T21:59:56.854Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.030s coverage: 28.3% of statements [2020-09-04T21:59:56.854Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-09-04T21:59:56.854Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-04T21:59:57.047Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-09-04T21:59:57.047Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.243s coverage: 28.3% of statements [2020-09-04T21:59:57.047Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-09-04T21:59:57.047Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-04T22:00:01.747Z] gofmt -l . [2020-09-04T22:00:01.747Z] ["`gofmt -l .`" = ""] [2020-09-04T22:00:01.747Z] ./bin/test-attribution-txt.sh [2020-09-04T22:00:02.285Z] gofmt -l . [2020-09-04T22:00:02.285Z] ["`gofmt -l .`" = ""] [2020-09-04T22:00:02.285Z] ./bin/test-attribution-txt.sh [2020-09-04T22:00:02.883Z] ./bin/test-go-mod-tidy.sh [2020-09-04T22:00:03.268Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [Pipeline] stash [2020-09-04T22:00:03.631Z] Warning: overwriting stash ‘coverage-report’ [2020-09-04T22:00:04.242Z] Stashed 1 file(s) [Pipeline] } [2020-09-04T22:00:04.269Z] $ docker stop --time=1 ed0b8bb39a48314d44c03149872ec1a763b6e4462f40520dd578febbc59d01e1 [2020-09-04T22:00:04.831Z] Stashed 1 file(s) [2020-09-04T22:00:06.551Z] $ docker rm -f ed0b8bb39a48314d44c03149872ec1a763b6e4462f40520dd578febbc59d01e1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2020-09-04T22:00:07.143Z] $ docker stop --time=1 4dab9a0806045fcc490686370f53d94371dd0b5f4264da30985ca84224b9d56b [2020-09-04T22:00:09.643Z] $ 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 [2020-09-04T22:00:12.874Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-04T22:00:13.024Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-04T22:00:13.228Z] + ls -al . [2020-09-04T22:00:13.228Z] total 136 [2020-09-04T22:00:13.228Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 4 22:00 . [2020-09-04T22:00:13.228Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 4 21:58 .. [2020-09-04T22:00:13.228Z] -rw-rw-r-- 1 jenkins jenkins 140 Sep 4 21:58 .dockerignore [2020-09-04T22:00:13.228Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 4 21:58 .git [2020-09-04T22:00:13.228Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 4 21:58 .github [2020-09-04T22:00:13.228Z] -rw-rw-r-- 1 jenkins jenkins 328 Sep 4 21:58 .gitignore [2020-09-04T22:00:13.228Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 4 21:58 .semver [2020-09-04T22:00:13.228Z] -rw-rw-r-- 1 jenkins jenkins 4678 Sep 4 21:58 Attribution.txt [2020-09-04T22:00:13.228Z] -rw-rw-r-- 1 jenkins jenkins 1784 Sep 4 21:58 Dockerfile [2020-09-04T22:00:13.228Z] -rw-rw-r-- 1 jenkins jenkins 953 Sep 4 21:58 Dockerfile.build [2020-09-04T22:00:13.228Z] -rw-rw-r-- 1 jenkins jenkins 700 Sep 4 21:58 Jenkinsfile [2020-09-04T22:00:13.228Z] -rw-rw-r-- 1 jenkins jenkins 11340 Sep 4 21:58 LICENSE [2020-09-04T22:00:13.228Z] -rw-rw-r-- 1 jenkins jenkins 902 Sep 4 21:58 Makefile [2020-09-04T22:00:13.228Z] -rw-rw-r-- 1 jenkins jenkins 444 Sep 4 21:58 README.md [2020-09-04T22:00:13.228Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 4 21:55 VERSION [2020-09-04T22:00:13.228Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 4 21:58 bin [2020-09-04T22:00:13.228Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 4 21:58 cmd [2020-09-04T22:00:13.228Z] -rw-r--r-- 1 jenkins jenkins 18939 Sep 4 21:59 coverage.out [2020-09-04T22:00:13.228Z] -rw-r--r-- 1 jenkins jenkins 510 Sep 4 22:00 go.mod [2020-09-04T22:00:13.228Z] -rw-r--r-- 1 jenkins jenkins 13621 Sep 4 22:00 go.sum [2020-09-04T22:00:13.228Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 4 21:58 internal [2020-09-04T22:00:13.228Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 4 21:58 mock [2020-09-04T22:00:13.228Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 4 21:58 snap [2020-09-04T22:00:13.228Z] -rw-rw-r-- 1 jenkins jenkins 227 Sep 4 21:58 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-04T22:00:13.366Z] + ls -al . [2020-09-04T22:00:13.366Z] total 100 [2020-09-04T22:00:13.366Z] drwxrwxr-x. 10 jenkins jenkins 4096 Sep 4 22:00 . [2020-09-04T22:00:13.366Z] drwxrwxr-x. 4 jenkins jenkins 28 Sep 4 21:57 .. [2020-09-04T22:00:13.366Z] -rw-rw-r--. 1 jenkins jenkins 4678 Sep 4 21:57 Attribution.txt [2020-09-04T22:00:13.366Z] drwxrwxr-x. 2 jenkins jenkins 87 Sep 4 21:57 bin [2020-09-04T22:00:13.366Z] drwxrwxr-x. 3 jenkins jenkins 32 Sep 4 21:57 cmd [2020-09-04T22:00:13.366Z] -rw-r--r--. 1 jenkins jenkins 18939 Sep 4 21:59 coverage.out [2020-09-04T22:00:13.366Z] -rw-rw-r--. 1 jenkins jenkins 1784 Sep 4 21:57 Dockerfile [2020-09-04T22:00:13.366Z] -rw-rw-r--. 1 jenkins jenkins 953 Sep 4 21:57 Dockerfile.build [2020-09-04T22:00:13.366Z] -rw-rw-r--. 1 jenkins jenkins 140 Sep 4 21:57 .dockerignore [2020-09-04T22:00:13.366Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 4 21:58 .git [2020-09-04T22:00:13.366Z] drwxrwxr-x. 2 jenkins jenkins 38 Sep 4 21:57 .github [2020-09-04T22:00:13.366Z] -rw-rw-r--. 1 jenkins jenkins 328 Sep 4 21:57 .gitignore [2020-09-04T22:00:13.366Z] -rw-r--r--. 1 jenkins jenkins 510 Sep 4 22:00 go.mod [2020-09-04T22:00:13.366Z] -rw-r--r--. 1 jenkins jenkins 13621 Sep 4 22:00 go.sum [2020-09-04T22:00:13.366Z] drwxrwxr-x. 3 jenkins jenkins 20 Sep 4 21:57 internal [2020-09-04T22:00:13.366Z] -rw-rw-r--. 1 jenkins jenkins 700 Sep 4 21:57 Jenkinsfile [2020-09-04T22:00:13.366Z] -rw-rw-r--. 1 jenkins jenkins 11340 Sep 4 21:57 LICENSE [2020-09-04T22:00:13.366Z] -rw-rw-r--. 1 jenkins jenkins 902 Sep 4 21:57 Makefile [2020-09-04T22:00:13.366Z] drwxrwxr-x. 2 jenkins jenkins 23 Sep 4 21:57 mock [2020-09-04T22:00:13.366Z] -rw-rw-r--. 1 jenkins jenkins 444 Sep 4 21:57 README.md [2020-09-04T22:00:13.366Z] drwxrwxr-x. 3 jenkins jenkins 58 Sep 4 21:58 .semver [2020-09-04T22:00:13.366Z] drwxrwxr-x. 4 jenkins jenkins 54 Sep 4 21:57 snap [2020-09-04T22:00:13.366Z] -rw-rw-r--. 1 jenkins jenkins 5 Sep 4 21:55 VERSION [2020-09-04T22:00:13.366Z] -rw-rw-r--. 1 jenkins jenkins 227 Sep 4 21:57 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-04T22:00:13.595Z] + 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 . [2020-09-04T22:00:13.761Z] + 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 . [2020-09-04T22:00:13.865Z] Sending build context to Docker daemon 628.2kB [2020-09-04T22:00:13.865Z] Step 1/22 : ARG BASE=golang:1.13-alpine [2020-09-04T22:00:13.865Z] Step 2/22 : FROM ${BASE} AS builder [2020-09-04T22:00:13.865Z] ---> 0e363755d7ed [2020-09-04T22:00:13.865Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-09-04T22:00:14.025Z] Sending build context to Docker daemon 628.2kB [2020-09-04T22:00:14.025Z] Step 1/22 : ARG BASE=golang:1.13-alpine [2020-09-04T22:00:14.025Z] Step 2/22 : FROM ${BASE} AS builder [2020-09-04T22:00:14.025Z] ---> 3b4fbb5ea347 [2020-09-04T22:00:14.025Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-09-04T22:00:14.025Z] ---> Running in e3a571e1ae77 [2020-09-04T22:00:14.136Z] ---> Running in 108764e1e957 [2020-09-04T22:00:14.300Z] Removing intermediate container e3a571e1ae77 [2020-09-04T22:00:14.300Z] ---> 2961ff3fe4fe [2020-09-04T22:00:14.300Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-09-04T22:00:14.300Z] ---> Running in b2a44c494263 [2020-09-04T22:00:14.574Z] Removing intermediate container b2a44c494263 [2020-09-04T22:00:14.574Z] ---> dcc97513b270 [2020-09-04T22:00:14.574Z] Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-04T22:00:14.574Z] ---> Running in 1b5a40b0cc55 [2020-09-04T22:00:14.729Z] Removing intermediate container 108764e1e957 [2020-09-04T22:00:14.729Z] ---> 7d45f672f06c [2020-09-04T22:00:14.729Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-09-04T22:00:14.729Z] ---> Running in ff851fc73fee [2020-09-04T22:00:15.326Z] Removing intermediate container ff851fc73fee [2020-09-04T22:00:15.326Z] ---> cd3eabcb81b7 [2020-09-04T22:00:15.326Z] Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-04T22:00:15.326Z] ---> Running in 13f3a602160a [2020-09-04T22:00:15.999Z] Removing intermediate container 1b5a40b0cc55 [2020-09-04T22:00:15.999Z] ---> bec664ac91b6 [2020-09-04T22:00:15.999Z] Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-04T22:00:15.999Z] ---> Running in 0da63e735183 [2020-09-04T22:00:16.261Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-04T22:00:16.834Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-04T22:00:17.442Z] OK: 237 MiB in 53 packages [2020-09-04T22:00:17.960Z] Removing intermediate container 13f3a602160a [2020-09-04T22:00:17.960Z] ---> e979a213318c [2020-09-04T22:00:17.960Z] Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-04T22:00:17.960Z] ---> Running in 6e3047909014 [2020-09-04T22:00:18.028Z] Removing intermediate container 0da63e735183 [2020-09-04T22:00:18.028Z] ---> a138200d96e1 [2020-09-04T22:00:18.028Z] Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-09-04T22:00:18.028Z] ---> Running in b24e4b5610e9 [2020-09-04T22:00:18.298Z] Removing intermediate container b24e4b5610e9 [2020-09-04T22:00:18.298Z] ---> 8c69b19e0996 [2020-09-04T22:00:18.298Z] Step 8/22 : COPY . . [2020-09-04T22:00:18.876Z] ---> 213063360f1c [2020-09-04T22:00:18.876Z] Step 9/22 : ARG MAKE='make build' [2020-09-04T22:00:19.141Z] ---> Running in 1e6fca3db607 [2020-09-04T22:00:19.141Z] Removing intermediate container 1e6fca3db607 [2020-09-04T22:00:19.141Z] ---> 10553a8ef750 [2020-09-04T22:00:19.141Z] Step 10/22 : RUN $MAKE [2020-09-04T22:00:19.388Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-04T22:00:19.409Z] ---> Running in bff796f4dcf6 [2020-09-04T22:00:19.978Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-04T22:00:20.021Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd [2020-09-04T22:00:20.572Z] OK: 221 MiB in 53 packages [2020-09-04T22:00:22.002Z] Removing intermediate container 6e3047909014 [2020-09-04T22:00:22.002Z] ---> fa553136c442 [2020-09-04T22:00:22.002Z] Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-09-04T22:00:22.002Z] ---> Running in 6c98ddf4efd1 [2020-09-04T22:00:22.593Z] Removing intermediate container 6c98ddf4efd1 [2020-09-04T22:00:22.593Z] ---> 327e4c930ea1 [2020-09-04T22:00:22.593Z] Step 8/22 : COPY . . [2020-09-04T22:00:23.567Z] ---> 5195a6490914 [2020-09-04T22:00:23.567Z] Step 9/22 : ARG MAKE='make build' [2020-09-04T22:00:23.567Z] ---> Running in 0353f0c0e604 [2020-09-04T22:00:23.842Z] Removing intermediate container 0353f0c0e604 [2020-09-04T22:00:23.842Z] ---> 379ef2642bf1 [2020-09-04T22:00:23.842Z] Step 10/22 : RUN $MAKE [2020-09-04T22:00:24.116Z] ---> Running in e463493dcc0f [2020-09-04T22:00:25.540Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd [2020-09-04T22:00:35.258Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-04T22:00:38.693Z] Removing intermediate container bff796f4dcf6 [2020-09-04T22:00:38.693Z] ---> 240864c2e813 [2020-09-04T22:00:38.693Z] Step 11/22 : FROM alpine [2020-09-04T22:00:38.693Z] latest: Pulling from library/alpine [2020-09-04T22:00:38.967Z] df20fa9351a1: Already exists [2020-09-04T22:00:38.967Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-04T22:00:38.967Z] Status: Downloaded newer image for alpine:latest [2020-09-04T22:00:38.967Z] ---> a24bb4013296 [2020-09-04T22:00:38.967Z] Step 12/22 : ENV APP_PORT=49982 [2020-09-04T22:00:38.967Z] ---> Running in 52e965b10b2a [2020-09-04T22:00:39.235Z] Removing intermediate container 52e965b10b2a [2020-09-04T22:00:39.235Z] ---> e20a841d53c9 [2020-09-04T22:00:39.235Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-04T22:00:39.504Z] ---> Running in dc68b3a48de6 [2020-09-04T22:00:39.504Z] Removing intermediate container dc68b3a48de6 [2020-09-04T22:00:39.504Z] ---> 591da07873e0 [2020-09-04T22:00:39.504Z] Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-09-04T22:00:41.105Z] ---> ff5c4ee3f0c6 [2020-09-04T22:00:41.105Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-09-04T22:00:41.105Z] ---> 1bef5057601b [2020-09-04T22:00:41.105Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-09-04T22:00:41.377Z] ---> 1bca6d88c033 [2020-09-04T22:00:41.377Z] Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-09-04T22:00:41.377Z] ---> Running in 769079a2c6ce [2020-09-04T22:00:41.653Z] Removing intermediate container 769079a2c6ce [2020-09-04T22:00:41.653Z] ---> 6687aa00208e [2020-09-04T22:00:41.653Z] Step 18/22 : ENTRYPOINT ["/device-mqtt"] [2020-09-04T22:00:41.925Z] ---> Running in b98af0317f30 [2020-09-04T22:00:41.925Z] Removing intermediate container b98af0317f30 [2020-09-04T22:00:41.925Z] ---> f944bff689c5 [2020-09-04T22:00:41.925Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-04T22:00:42.193Z] ---> Running in 45e14c53fc73 [2020-09-04T22:00:42.193Z] Removing intermediate container 45e14c53fc73 [2020-09-04T22:00:42.193Z] ---> 4a8ee94c89e0 [2020-09-04T22:00:42.193Z] Step 20/22 : LABEL arch=amd64 [2020-09-04T22:00:42.459Z] ---> Running in db2233e4cfa7 [2020-09-04T22:00:42.729Z] Removing intermediate container db2233e4cfa7 [2020-09-04T22:00:42.729Z] ---> 29b82238a3dc [2020-09-04T22:00:42.729Z] Step 21/22 : LABEL git_sha=bcd987ce67ec0625e74bb83c944d46c1c4f17867 [2020-09-04T22:00:42.729Z] ---> Running in 0da30149b81c [2020-09-04T22:00:43.061Z] Removing intermediate container 0da30149b81c [2020-09-04T22:00:43.061Z] ---> 470d21d1fb48 [2020-09-04T22:00:43.061Z] Step 22/22 : LABEL version=0.0.0 [2020-09-04T22:00:43.061Z] ---> Running in 377a4472d5e1 [2020-09-04T22:00:43.339Z] Removing intermediate container 377a4472d5e1 [2020-09-04T22:00:43.339Z] ---> 4e5173945b23 [2020-09-04T22:00:43.339Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-04T22:00:43.339Z] Successfully built 4e5173945b23 [2020-09-04T22:00:43.339Z] Successfully tagged docker-device-mqtt-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-09-04T22:00:52.343Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-04T22:00:59.142Z] Still waiting to schedule task [2020-09-04T22:00:59.142Z] All nodes of label ‘centos7-docker-8c-8g’ are offline [2020-09-04T22:01:00.606Z] Removing intermediate container e463493dcc0f [2020-09-04T22:01:00.606Z] ---> 19aa6b25e506 [2020-09-04T22:01:00.606Z] Step 11/22 : FROM alpine [2020-09-04T22:01:00.606Z] latest: Pulling from library/alpine [2020-09-04T22:01:00.877Z] b538f80385f9: Already exists [2020-09-04T22:01:00.877Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-04T22:01:01.151Z] Status: Downloaded newer image for alpine:latest [2020-09-04T22:01:01.151Z] ---> 62ee0e9f8440 [2020-09-04T22:01:01.151Z] Step 12/22 : ENV APP_PORT=49982 [2020-09-04T22:01:01.151Z] ---> Running in ad716cc3ce7f [2020-09-04T22:01:01.744Z] Removing intermediate container ad716cc3ce7f [2020-09-04T22:01:01.744Z] ---> 8d6a3cdd6e58 [2020-09-04T22:01:01.744Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-04T22:01:01.744Z] ---> Running in 1d72dc330ec8 [2020-09-04T22:01:02.344Z] Removing intermediate container 1d72dc330ec8 [2020-09-04T22:01:02.344Z] ---> bd4ada881a57 [2020-09-04T22:01:02.344Z] Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-09-04T22:01:03.769Z] ---> d6829136eed0 [2020-09-04T22:01:03.769Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-09-04T22:01:04.363Z] ---> b0b876729e24 [2020-09-04T22:01:04.363Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-09-04T22:01:04.961Z] ---> 201627a0ddbe [2020-09-04T22:01:04.961Z] Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-09-04T22:01:05.237Z] ---> Running in 3c2c2ece740c [2020-09-04T22:01:05.833Z] Removing intermediate container 3c2c2ece740c [2020-09-04T22:01:05.833Z] ---> c73adf71912d [2020-09-04T22:01:05.833Z] Step 18/22 : ENTRYPOINT ["/device-mqtt"] [2020-09-04T22:01:05.833Z] ---> Running in ea7c7ebe8f25 [2020-09-04T22:01:06.425Z] Removing intermediate container ea7c7ebe8f25 [2020-09-04T22:01:06.425Z] ---> a19b6d51c966 [2020-09-04T22:01:06.425Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-04T22:01:06.425Z] ---> Running in c0d5b912811f [2020-09-04T22:01:07.020Z] Removing intermediate container c0d5b912811f [2020-09-04T22:01:07.020Z] ---> 17f203545888 [2020-09-04T22:01:07.020Z] Step 20/22 : LABEL arch=arm64 [2020-09-04T22:01:07.020Z] ---> Running in 4b8650f84aa1 [2020-09-04T22:01:07.612Z] Removing intermediate container 4b8650f84aa1 [2020-09-04T22:01:07.612Z] ---> 9e31ec11475a [2020-09-04T22:01:07.612Z] Step 21/22 : LABEL git_sha=bcd987ce67ec0625e74bb83c944d46c1c4f17867 [2020-09-04T22:01:07.612Z] ---> Running in 6bd1d099bce7 [2020-09-04T22:01:08.204Z] Removing intermediate container 6bd1d099bce7 [2020-09-04T22:01:08.204Z] ---> 7b35b5b4dd4c [2020-09-04T22:01:08.204Z] Step 22/22 : LABEL version=0.0.0 [2020-09-04T22:01:08.204Z] ---> Running in 642fae75eee8 [2020-09-04T22:01:08.474Z] Removing intermediate container 642fae75eee8 [2020-09-04T22:01:08.474Z] ---> ac3128aae8ad [2020-09-04T22:01:08.474Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-04T22:01:08.474Z] Successfully built ac3128aae8ad [2020-09-04T22:01:08.745Z] Successfully tagged docker-device-mqtt-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-09-04T22:01:24.645Z] Still waiting to schedule task [2020-09-04T22:01:24.645Z] All nodes of label ‘ubuntu18.04-docker-arm64-16c-16g’ are offline [2020-09-04T22:02:03.205Z] Running on prd-centos7-docker-8c-8g-1500 in /w/workspace/gexfoundry_device-mqtt-go_PR-166 [Pipeline] { [Pipeline] ws [2020-09-04T22:02:03.296Z] Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout [2020-09-04T22:02:05.276Z] using credential edgex-jenkins-ssh [2020-09-04T22:02:05.336Z] Cloning the remote Git repository [2020-09-04T22:02:05.336Z] Cloning with configured refspecs honoured and without tags [2020-09-04T22:02:05.002Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-04T22:02:05.064Z] > git init /w/workspace/device-mqtt-go/1 # timeout=10 [2020-09-04T22:02:05.084Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-04T22:02:05.085Z] > git --version # timeout=10 [2020-09-04T22:02:05.089Z] > git --version # 'git version 2.16.5' [2020-09-04T22:02:05.090Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-04T22:02:05.110Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/166/head:refs/remotes/origin/PR-166 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-04T22:02:05.918Z] Fetching without tags [2020-09-04T22:02:06.368Z] Merging remotes/origin/master commit 347e199ee4a649efaded5eeb3cc00e4bd21f3e25 into PR head commit bcd987ce67ec0625e74bb83c944d46c1c4f17867 [2020-09-04T22:02:06.424Z] Merge succeeded, producing bcd987ce67ec0625e74bb83c944d46c1c4f17867 [2020-09-04T22:02:06.424Z] Checking out Revision bcd987ce67ec0625e74bb83c944d46c1c4f17867 (PR-166) [2020-09-04T22:02:05.591Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-04T22:02:05.596Z] > git config --add remote.origin.fetch +refs/pull/166/head:refs/remotes/origin/PR-166 # timeout=10 [2020-09-04T22:02:05.600Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-04T22:02:05.608Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-04T22:02:05.616Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-04T22:02:05.616Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-04T22:02:05.620Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/166/head:refs/remotes/origin/PR-166 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-04T22:02:06.107Z] > git config core.sparsecheckout # timeout=10 [2020-09-04T22:02:06.111Z] > git checkout -f bcd987ce67ec0625e74bb83c944d46c1c4f17867 # timeout=10 [2020-09-04T22:02:06.137Z] > git remote # timeout=10 [2020-09-04T22:02:06.141Z] > git config --get remote.origin.url # timeout=10 [2020-09-04T22:02:06.145Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-04T22:02:06.148Z] > git merge 347e199ee4a649efaded5eeb3cc00e4bd21f3e25 # timeout=10 [2020-09-04T22:02:06.155Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-04T22:02:06.163Z] > git config core.sparsecheckout # timeout=10 [2020-09-04T22:02:06.166Z] > git checkout -f bcd987ce67ec0625e74bb83c944d46c1c4f17867 # timeout=10 [2020-09-04T22:02:09.657Z] Commit message: "fix: local snap development" [2020-09-04T22:02:09.678Z] > git --version # timeout=10 [2020-09-04T22:02:09.682Z] > git --version # 'git version 2.16.5' [2020-09-04T22:02:09.685Z] fatal: bad object 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-04T22:02:11.152Z] ++ find /w/workspace/device-mqtt-go/1 [2020-09-04T22:02:11.152Z] ++ grep snapcraft.yaml [2020-09-04T22:02:11.152Z] + grep -Po '^name: \K(.*)' /w/workspace/device-mqtt-go/1/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-04T22:02:11.358Z] provisioning config files... [2020-09-04T22:02:11.368Z] copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/1@tmp/config5679877972657944190tmp [Pipeline] { [Pipeline] sh [2020-09-04T22:02:11.765Z] + cp /w/workspace/device-mqtt-go/1@tmp/config5679877972657944190tmp /w/workspace/device-mqtt-go/1/edgex-snap-store-login [Pipeline] sh [2020-09-04T22:02:12.083Z] + 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 [2020-09-04T22:02:12.083Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-09-04T22:02:12.344Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-09-04T22:02:12.344Z] f08d8e2a3ba1: Pulling fs layer [2020-09-04T22:02:12.344Z] 3baa9cb2483b: Pulling fs layer [2020-09-04T22:02:12.344Z] 94e5ff4c0b15: Pulling fs layer [2020-09-04T22:02:12.344Z] 1860925334f9: Pulling fs layer [2020-09-04T22:02:12.344Z] 2daf38717194: Pulling fs layer [2020-09-04T22:02:12.344Z] 309017e8d7a4: Pulling fs layer [2020-09-04T22:02:12.344Z] f7790dc9fd0f: Pulling fs layer [2020-09-04T22:02:12.344Z] cac0ae9282c2: Pulling fs layer [2020-09-04T22:02:12.344Z] 1f4cadf9a1ed: Pulling fs layer [2020-09-04T22:02:12.344Z] 309017e8d7a4: Waiting [2020-09-04T22:02:12.344Z] f7790dc9fd0f: Waiting [2020-09-04T22:02:12.344Z] cac0ae9282c2: Waiting [2020-09-04T22:02:12.344Z] 1f4cadf9a1ed: Waiting [2020-09-04T22:02:12.344Z] 1860925334f9: Waiting [2020-09-04T22:02:12.344Z] 2daf38717194: Waiting [2020-09-04T22:02:12.344Z] 94e5ff4c0b15: Verifying Checksum [2020-09-04T22:02:12.344Z] 94e5ff4c0b15: Download complete [2020-09-04T22:02:12.344Z] 3baa9cb2483b: Download complete [2020-09-04T22:02:12.344Z] 1860925334f9: Verifying Checksum [2020-09-04T22:02:12.344Z] 1860925334f9: Download complete [2020-09-04T22:02:12.344Z] 309017e8d7a4: Verifying Checksum [2020-09-04T22:02:12.344Z] 309017e8d7a4: Download complete [2020-09-04T22:02:12.344Z] f7790dc9fd0f: Verifying Checksum [2020-09-04T22:02:12.344Z] f7790dc9fd0f: Download complete [2020-09-04T22:02:12.344Z] cac0ae9282c2: Verifying Checksum [2020-09-04T22:02:12.344Z] cac0ae9282c2: Download complete [2020-09-04T22:02:12.344Z] 1f4cadf9a1ed: Verifying Checksum [2020-09-04T22:02:12.344Z] 1f4cadf9a1ed: Download complete [2020-09-04T22:02:12.915Z] f08d8e2a3ba1: Download complete [2020-09-04T22:02:14.298Z] f08d8e2a3ba1: Pull complete [2020-09-04T22:02:14.298Z] 3baa9cb2483b: Pull complete [2020-09-04T22:02:14.298Z] 94e5ff4c0b15: Pull complete [2020-09-04T22:02:14.561Z] 1860925334f9: Pull complete [2020-09-04T22:02:17.861Z] 2daf38717194: Verifying Checksum [2020-09-04T22:02:17.861Z] 2daf38717194: Download complete [2020-09-04T22:02:35.988Z] 2daf38717194: Pull complete [2020-09-04T22:02:35.988Z] 309017e8d7a4: Pull complete [2020-09-04T22:02:35.988Z] f7790dc9fd0f: Pull complete [2020-09-04T22:02:35.988Z] cac0ae9282c2: Pull complete [2020-09-04T22:02:35.988Z] 1f4cadf9a1ed: Pull complete [2020-09-04T22:02:35.988Z] Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 [2020-09-04T22:02:35.988Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-09-04T22:02:37.902Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-09-04T22:02:37.902Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-09-04T22:02:37.902Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-09-04T22:02:37.902Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-09-04T22:02:37.902Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [892 kB] [2020-09-04T22:02:38.162Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1362 kB] [2020-09-04T22:02:38.423Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [109 kB] [2020-09-04T22:02:38.423Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1067 kB] [2020-09-04T22:02:38.684Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [125 kB] [2020-09-04T22:02:38.684Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1421 kB] [2020-09-04T22:02:38.944Z] Fetched 5228 kB in 2s (3158 kB/s) [2020-09-04T22:02:40.326Z] Reading package lists... [2020-09-04T22:02:43.623Z] 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-09-04T22:02:43.882Z] 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 [2020-09-04T22:02:43.882Z] 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-09-04T22:02:43.882Z] 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 [2020-09-04T22:02:45.234Z] 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 [2020-09-04T22:02:47.145Z] Installing build dependencies: curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 libperl5.26 make netbase patch perl perl-modules-5.26 [2020-09-04T22:02:48.233Z] 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 [2020-09-04T22:02:48.493Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree [2020-09-04T22:02:48.493Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-09-04T22:02:48.493Z] The following packages were automatically installed and are no longer required: [2020-09-04T22:02:48.493Z] libjq1 libonig4 [2020-09-04T22:02:48.493Z] Use 'sudo apt autoremove' to remove them. [2020-09-04T22:02:48.493Z] Suggested packages: [2020-09-04T22:02:48.493Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-09-04T22:02:48.493Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed [2020-09-04T22:02:48.493Z] diffutils-doc perl-doc libterm-readline-gnu-perl [2020-09-04T22:02:48.493Z] | libterm-readline-perl-perl [2020-09-04T22:02:48.752Z] The following NEW packages will be installed: [2020-09-04T22:02:48.752Z] curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 [2020-09-04T22:02:48.752Z] libperl5.26 make netbase patch perl perl-modules-5.26 [2020-09-04T22:02:48.752Z] 0 upgraded, 14 newly installed, 0 to remove and 3 not upgraded. [2020-09-04T22:02:48.752Z] Need to get 12.0 MB of archives. [2020-09-04T22:02:48.752Z] After this operation, 77.5 MB of additional disk space will be used. [2020-09-04T22:02:49.012Z] 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-09-04T22:02:49.844Z] 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] [2020-09-04T22:02:49.844Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-09-04T22:02:49.844Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] [2020-09-04T22:02:50.108Z] 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] [2020-09-04T22:02:50.108Z] 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] [2020-09-04T22:02:50.108Z] 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] [2020-09-04T22:02:50.108Z] 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] [2020-09-04T22:02:50.108Z] 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] [2020-09-04T22:02:50.108Z] 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] [2020-09-04T22:02:50.108Z] 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] [2020-09-04T22:02:50.108Z] 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] [2020-09-04T22:02:50.369Z] 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] [2020-09-04T22:02:50.369Z] 96% [13 make 32.7 kB/154 kB 21%] 98% [Waiting for headers] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-09-04T22:02:50.369Z] 98% [14 patch 9523 B/102 kB 9%] 100% [Working] Fetched 12.0 MB in 2s (7732 kB/s) [2020-09-04T22:02:50.631Z] debconf: delaying package configuration, since apt-utils is not installed [2020-09-04T22:02:50.631Z] Selecting previously unselected package perl-modules-5.26. [2020-09-04T22:02:50.631Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9889 files and directories currently installed.) [2020-09-04T22:02:50.631Z] Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-09-04T22:02:50.631Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-04T22:02:51.572Z] Selecting previously unselected package libgdbm5:amd64. [2020-09-04T22:02:51.572Z] Preparing to unpack .../01-libgdbm5_1.14.1-6_amd64.deb ... [2020-09-04T22:02:51.572Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-09-04T22:02:51.572Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-09-04T22:02:51.572Z] Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-09-04T22:02:51.572Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-09-04T22:02:51.572Z] Selecting previously unselected package libperl5.26:amd64. [2020-09-04T22:02:51.572Z] Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-09-04T22:02:51.572Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-09-04T22:02:52.141Z] Selecting previously unselected package perl. [2020-09-04T22:02:52.141Z] Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-09-04T22:02:52.141Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-09-04T22:02:52.401Z] Selecting previously unselected package less. [2020-09-04T22:02:52.401Z] Preparing to unpack .../05-less_487-0.1_amd64.deb ... [2020-09-04T22:02:52.401Z] Unpacking less (487-0.1) ... [2020-09-04T22:02:52.401Z] Selecting previously unselected package netbase. [2020-09-04T22:02:52.401Z] Preparing to unpack .../06-netbase_5.4_all.deb ... [2020-09-04T22:02:52.401Z] Unpacking netbase (5.4) ... [2020-09-04T22:02:52.401Z] Selecting previously unselected package curl. [2020-09-04T22:02:52.401Z] Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_amd64.deb ... [2020-09-04T22:02:52.401Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-09-04T22:02:52.660Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-09-04T22:02:52.660Z] Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... [2020-09-04T22:02:52.660Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-09-04T22:02:52.660Z] Selecting previously unselected package liberror-perl. [2020-09-04T22:02:52.660Z] Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... [2020-09-04T22:02:52.660Z] Unpacking liberror-perl (0.17025-1) ... [2020-09-04T22:02:52.660Z] Selecting previously unselected package git-man. [2020-09-04T22:02:52.660Z] Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-09-04T22:02:52.660Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-04T22:02:52.920Z] Selecting previously unselected package git. [2020-09-04T22:02:52.920Z] Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-09-04T22:02:52.920Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-09-04T22:02:53.491Z] Selecting previously unselected package make. [2020-09-04T22:02:53.491Z] Preparing to unpack .../12-make_4.1-9.1ubuntu1_amd64.deb ... [2020-09-04T22:02:53.491Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-09-04T22:02:53.491Z] Selecting previously unselected package patch. [2020-09-04T22:02:53.491Z] Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-09-04T22:02:53.491Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-09-04T22:02:53.491Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-04T22:02:53.491Z] Setting up less (487-0.1) ... [2020-09-04T22:02:53.751Z] Setting up make (4.1-9.1ubuntu1) ... [2020-09-04T22:02:53.751Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-09-04T22:02:53.751Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-09-04T22:02:53.751Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-04T22:02:53.751Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-09-04T22:02:53.751Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-09-04T22:02:53.751Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-09-04T22:02:53.751Z] Setting up netbase (5.4) ... [2020-09-04T22:02:53.751Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-09-04T22:02:53.751Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-09-04T22:02:54.011Z] Setting up liberror-perl (0.17025-1) ... [2020-09-04T22:02:54.011Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-09-04T22:02:54.011Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-09-04T22:02:54.011Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-09-04T22:02:55.392Z] curl set to automatically installed. [2020-09-04T22:02:55.392Z] git set to automatically installed. [2020-09-04T22:02:55.392Z] git-man set to automatically installed. [2020-09-04T22:02:55.392Z] less set to automatically installed. [2020-09-04T22:02:55.652Z] libcurl3-gnutls set to automatically installed. [2020-09-04T22:02:55.652Z] liberror-perl set to automatically installed. [2020-09-04T22:02:55.652Z] libgdbm-compat4 set to automatically installed. [2020-09-04T22:02:55.652Z] libgdbm5 set to automatically installed. [2020-09-04T22:02:55.652Z] libperl5.26 set to automatically installed. [2020-09-04T22:02:55.652Z] make set to automatically installed. [2020-09-04T22:02:55.652Z] netbase set to automatically installed. [2020-09-04T22:02:55.652Z] patch set to automatically installed. [2020-09-04T22:02:55.652Z] perl set to automatically installed. [2020-09-04T22:02:55.652Z] perl-modules-5.26 set to automatically installed. [2020-09-04T22:02:55.652Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-09-04T22:02:55.652Z] Please ensure the environment is properly setup before continuing. [2020-09-04T22:02:55.652Z] Ignore this message if the appropriate measures have already been taken [2020-09-04T22:02:56.222Z] Pulling go  [2020-09-04T22:02:57.163Z] 'device-mqtt' has dependencies that need to be staged: go [2020-09-04T22:02:57.163Z] Skipping pull go (already ran) [2020-09-04T22:02:57.163Z] Building go  [2020-09-04T22:02:57.163Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-04T22:02:57.163Z] Dload Upload Total Spent Left Speed [2020-09-04T22:02:59.055Z] 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 [2020-09-04T22:02:59.996Z] go1.13.5.linux-amd64.tar.gz: OK [2020-09-04T22:03:06.576Z] Staging go  [2020-09-04T22:03:06.576Z] Pulling device-mqtt  [2020-09-04T22:03:07.516Z] Skipping build go (already ran) [2020-09-04T22:03:07.516Z] Building device-mqtt  [2020-09-04T22:03:07.516Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd [2020-09-04T22:03:08.458Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-04T22:03:08.458Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-04T22:03:08.458Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-04T22:03:08.458Z] go: downloading github.com/spf13/cast v1.3.0 [2020-09-04T22:03:08.458Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-09-04T22:03:08.458Z] go: extracting github.com/spf13/cast v1.3.0 [2020-09-04T22:03:08.458Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-09-04T22:03:08.458Z] go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-04T22:03:08.458Z] go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-04T22:03:08.458Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-04T22:03:08.458Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-04T22:03:08.458Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-09-04T22:03:08.458Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-04T22:03:08.458Z] go: downloading github.com/google/uuid v1.1.1 [2020-09-04T22:03:08.458Z] go: extracting github.com/google/uuid v1.1.1 [2020-09-04T22:03:08.458Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-09-04T22:03:08.458Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-04T22:03:08.458Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-04T22:03:08.458Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-09-04T22:03:08.458Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-09-04T22:03:08.458Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-09-04T22:03:08.458Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-04T22:03:08.458Z] go: downloading github.com/pkg/errors v0.8.1 [2020-09-04T22:03:08.458Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-04T22:03:08.719Z] go: extracting github.com/pkg/errors v0.8.1 [2020-09-04T22:03:08.719Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-04T22:03:08.719Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-09-04T22:03:08.719Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-04T22:03:08.719Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-09-04T22:03:08.719Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-09-04T22:03:08.719Z] go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-04T22:03:08.719Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-09-04T22:03:08.719Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-09-04T22:03:08.719Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-04T22:03:08.719Z] go: downloading github.com/x448/float16 v0.8.4 [2020-09-04T22:03:08.719Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-04T22:03:08.719Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-09-04T22:03:08.719Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-04T22:03:08.719Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-09-04T22:03:08.719Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-09-04T22:03:08.719Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-04T22:03:08.719Z] go: extracting github.com/x448/float16 v0.8.4 [2020-09-04T22:03:08.719Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-09-04T22:03:08.719Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-09-04T22:03:08.719Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-04T22:03:08.719Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-04T22:03:08.719Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-09-04T22:03:08.719Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-09-04T22:03:08.719Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-09-04T22:03:08.719Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-04T22:03:08.719Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-04T22:03:08.719Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-09-04T22:03:08.719Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-09-04T22:03:08.719Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-04T22:03:08.719Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-09-04T22:03:08.719Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-09-04T22:03:08.719Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-04T22:03:08.719Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-04T22:03:08.719Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-09-04T22:03:08.719Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-09-04T22:03:08.978Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-04T22:03:08.978Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-04T22:03:08.978Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-04T22:03:08.978Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-04T22:03:08.978Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-09-04T22:03:08.978Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-09-04T22:03:08.978Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-04T22:03:08.978Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-04T22:03:08.978Z] go: finding github.com/spf13/cast v1.3.0 [2020-09-04T22:03:08.978Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-09-04T22:03:08.978Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-04T22:03:08.978Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-04T22:03:08.978Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-04T22:03:08.978Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-04T22:03:08.978Z] go: finding github.com/google/uuid v1.1.1 [2020-09-04T22:03:08.978Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-04T22:03:08.978Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-04T22:03:08.978Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-04T22:03:08.978Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-04T22:03:08.978Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-04T22:03:08.978Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-04T22:03:08.978Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-04T22:03:08.978Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-04T22:03:08.978Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-04T22:03:08.978Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-04T22:03:08.978Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-04T22:03:08.978Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-04T22:03:08.978Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-04T22:03:09.244Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-04T22:03:09.244Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-04T22:03:09.244Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-04T22:03:09.244Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-04T22:03:09.244Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-04T22:03:09.244Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-04T22:03:09.244Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-04T22:03:09.244Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-04T22:03:09.244Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-04T22:03:09.244Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-04T22:03:09.244Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-04T22:03:14.574Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-04T22:03:18.788Z] Skipping stage go (already ran) [2020-09-04T22:03:18.788Z] Staging device-mqtt  [2020-09-04T22:03:19.048Z] Priming go  [2020-09-04T22:03:19.271Z] Running on prd-ubuntu18.04-docker-arm64-16c-16g-1501 in /w/workspace/gexfoundry_device-mqtt-go_PR-166 [Pipeline] { [Pipeline] ws [2020-09-04T22:03:19.357Z] Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout [2020-09-04T22:03:19.990Z] Priming device-mqtt  [2020-09-04T22:03:20.948Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-09-04T22:03:20.948Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-09-04T22:03:20.948Z] Determining the version from the project repo (version-script). [2020-09-04T22:03:20.948Z] The version has been set to 'local-dev-20200904+bcd987c' [2020-09-04T22:03:21.518Z] Snapping | Snapping / Snapping - Snapping \ Snapping | [2020-09-04T22:03:21.519Z] Snapped edgex-device-mqtt_local-dev-20200904+bcd987c_amd64.snap [2020-09-04T22:03:23.031Z] using credential edgex-jenkins-ssh [2020-09-04T22:03:23.089Z] Cloning the remote Git repository [2020-09-04T22:03:23.089Z] Cloning with configured refspecs honoured and without tags [Pipeline] } [2020-09-04T22:03:24.084Z] Deleting 1 temporary files [Pipeline] // configFileProvider [2020-09-04T22:03:24.163Z] Fetching without tags [Pipeline] } [Pipeline] // withEnv [2020-09-04T22:03:23.234Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-04T22:03:23.331Z] > git init /w/workspace/device-mqtt-go/1 # timeout=10 [2020-09-04T22:03:23.383Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-04T22:03:23.383Z] > git --version # timeout=10 [2020-09-04T22:03:23.399Z] > git --version # 'git version 2.17.1' [2020-09-04T22:03:23.401Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-04T22:03:23.483Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/166/head:refs/remotes/origin/PR-166 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-04T22:03:24.129Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-04T22:03:24.142Z] > git config --add remote.origin.fetch +refs/pull/166/head:refs/remotes/origin/PR-166 # timeout=10 [2020-09-04T22:03:24.154Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-04T22:03:24.173Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-04T22:03:24.194Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-04T22:03:24.195Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-04T22:03:24.206Z] > 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] } [2020-09-04T22:03:24.656Z] Merging remotes/origin/master commit 347e199ee4a649efaded5eeb3cc00e4bd21f3e25 into PR head commit bcd987ce67ec0625e74bb83c944d46c1c4f17867 [Pipeline] // node [Pipeline] } [2020-09-04T22:03:24.813Z] Merge succeeded, producing bcd987ce67ec0625e74bb83c944d46c1c4f17867 [2020-09-04T22:03:24.813Z] Checking out Revision bcd987ce67ec0625e74bb83c944d46c1c4f17867 (PR-166) [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2020-09-04T22:03:24.693Z] > git config core.sparsecheckout # timeout=10 [2020-09-04T22:03:24.706Z] > git checkout -f bcd987ce67ec0625e74bb83c944d46c1c4f17867 # timeout=10 [2020-09-04T22:03:24.773Z] > git remote # timeout=10 [2020-09-04T22:03:24.785Z] > git config --get remote.origin.url # timeout=10 [2020-09-04T22:03:24.794Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-04T22:03:24.804Z] > git merge 347e199ee4a649efaded5eeb3cc00e4bd21f3e25 # timeout=10 [2020-09-04T22:03:24.822Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-04T22:03:24.840Z] > git config core.sparsecheckout # timeout=10 [2020-09-04T22:03:24.849Z] > git checkout -f bcd987ce67ec0625e74bb83c944d46c1c4f17867 # timeout=10 [Pipeline] // stage [Pipeline] } [2020-09-04T22:03:28.913Z] Commit message: "fix: local snap development" [2020-09-04T22:03:28.982Z] > git --version # timeout=10 [2020-09-04T22:03:28.990Z] > git --version # 'git version 2.17.1' [2020-09-04T22:03:28.998Z] fatal: bad object 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-04T22:03:30.262Z] + find /w/workspace/device-mqtt-go/1 [2020-09-04T22:03:30.262Z] + grep snapcraft.yaml [2020-09-04T22:03:30.262Z] + grep -Po ^name: \K(.*) /w/workspace/device-mqtt-go/1/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-04T22:03:30.529Z] provisioning config files... [2020-09-04T22:03:30.552Z] copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/1@tmp/config5805730189217817542tmp [Pipeline] { [Pipeline] sh [2020-09-04T22:03:31.007Z] + cp /w/workspace/device-mqtt-go/1@tmp/config5805730189217817542tmp /w/workspace/device-mqtt-go/1/edgex-snap-store-login [Pipeline] sh [2020-09-04T22:03:31.359Z] + 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 [2020-09-04T22:03:31.952Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-09-04T22:03:32.224Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-09-04T22:03:32.224Z] 237528ba509b: Pulling fs layer [2020-09-04T22:03:32.224Z] 393b96f31d8b: Pulling fs layer [2020-09-04T22:03:32.224Z] 4d82b0e39008: Pulling fs layer [2020-09-04T22:03:32.224Z] e7ca375b8d34: Pulling fs layer [2020-09-04T22:03:32.224Z] 418f656485bb: Pulling fs layer [2020-09-04T22:03:32.224Z] aebe8db9254c: Pulling fs layer [2020-09-04T22:03:32.224Z] 4f5f7b207d3f: Pulling fs layer [2020-09-04T22:03:32.224Z] d19ca6af091a: Pulling fs layer [2020-09-04T22:03:32.224Z] 16b5a0711add: Pulling fs layer [2020-09-04T22:03:32.224Z] 4f5f7b207d3f: Waiting [2020-09-04T22:03:32.224Z] e7ca375b8d34: Waiting [2020-09-04T22:03:32.224Z] 418f656485bb: Waiting [2020-09-04T22:03:32.224Z] d19ca6af091a: Waiting [2020-09-04T22:03:32.224Z] 16b5a0711add: Waiting [2020-09-04T22:03:32.224Z] 4d82b0e39008: Download complete [2020-09-04T22:03:32.224Z] 393b96f31d8b: Verifying Checksum [2020-09-04T22:03:32.224Z] 393b96f31d8b: Download complete [2020-09-04T22:03:32.224Z] e7ca375b8d34: Verifying Checksum [2020-09-04T22:03:32.224Z] e7ca375b8d34: Download complete [2020-09-04T22:03:32.224Z] aebe8db9254c: Download complete [2020-09-04T22:03:32.224Z] 4f5f7b207d3f: Download complete [2020-09-04T22:03:32.224Z] d19ca6af091a: Download complete [2020-09-04T22:03:32.224Z] 16b5a0711add: Verifying Checksum [2020-09-04T22:03:32.224Z] 16b5a0711add: Download complete [2020-09-04T22:03:33.209Z] 237528ba509b: Verifying Checksum [2020-09-04T22:03:33.209Z] 237528ba509b: Download complete [2020-09-04T22:03:36.602Z] 237528ba509b: Pull complete [2020-09-04T22:03:36.602Z] 393b96f31d8b: Pull complete [2020-09-04T22:03:36.877Z] 4d82b0e39008: Pull complete [2020-09-04T22:03:37.151Z] e7ca375b8d34: Pull complete [2020-09-04T22:03:41.450Z] 418f656485bb: Verifying Checksum [2020-09-04T22:03:41.450Z] 418f656485bb: Download complete [2020-09-04T22:04:28.400Z] 418f656485bb: Pull complete [2020-09-04T22:04:28.400Z] aebe8db9254c: Pull complete [2020-09-04T22:04:28.400Z] 4f5f7b207d3f: Pull complete [2020-09-04T22:04:28.400Z] d19ca6af091a: Pull complete [2020-09-04T22:04:28.400Z] 16b5a0711add: Pull complete [2020-09-04T22:04:28.400Z] Digest: sha256:9ca9034cebc7408d83a32dada391ac179c4174cde852b5731596ec8e47bf0b3e [2020-09-04T22:04:28.400Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-09-04T22:04:28.400Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-09-04T22:04:28.400Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-09-04T22:04:28.400Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-09-04T22:04:28.672Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-09-04T22:04:28.946Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1257 kB] [2020-09-04T22:04:29.541Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [932 kB] [2020-09-04T22:04:29.541Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [661 kB] [2020-09-04T22:04:29.813Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [780 kB] [2020-09-04T22:04:30.085Z] Fetched 3882 kB in 2s (1758 kB/s) [2020-09-04T22:04:34.378Z] Reading package lists... [2020-09-04T22:04:49.434Z] 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-09-04T22:04:49.434Z] 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [2020-09-04T22:04:49.434Z] 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [2020-09-04T22:04:49.434Z] 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [2020-09-04T22:04:53.220Z] 0% [1 InRelease gpgv 242 kB] 0% [Working] 0% [2 InRelease gpgv 88.7 kB] 0% [Working] 0% [3 InRelease gpgv 74.6 kB] 0% [Working] 0% [4 InRelease gpgv 88.7 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 9% Reading package lists... 30% Reading package lists... 51% Reading package lists... 71% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-09-04T22:04:59.904Z] Installing build dependencies: curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 libperl5.26 make netbase patch perl perl-modules-5.26 [2020-09-04T22:05:03.900Z] 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 [2020-09-04T22:05:04.494Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree [2020-09-04T22:05:04.494Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-09-04T22:05:05.089Z] The following packages were automatically installed and are no longer required: [2020-09-04T22:05:05.089Z] libjq1 libonig4 [2020-09-04T22:05:05.089Z] Use 'sudo apt autoremove' to remove them. [2020-09-04T22:05:05.089Z] Suggested packages: [2020-09-04T22:05:05.089Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-09-04T22:05:05.089Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed [2020-09-04T22:05:05.089Z] diffutils-doc perl-doc libterm-readline-gnu-perl [2020-09-04T22:05:05.089Z] | libterm-readline-perl-perl [2020-09-04T22:05:05.679Z] The following NEW packages will be installed: [2020-09-04T22:05:05.679Z] curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 [2020-09-04T22:05:05.679Z] libperl5.26 make netbase patch perl perl-modules-5.26 [2020-09-04T22:05:05.679Z] 0 upgraded, 14 newly installed, 0 to remove and 3 not upgraded. [2020-09-04T22:05:05.679Z] Need to get 10.8 MB of archives. [2020-09-04T22:05:05.679Z] After this operation, 73.6 MB of additional disk space will be used. [2020-09-04T22:05:05.679Z] 0% [Working] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-09-04T22:05:10.299Z] 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] [2020-09-04T22:05:10.299Z] 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] [2020-09-04T22:05:10.299Z] 25% [Working] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] [2020-09-04T22:05:17.274Z] 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] [2020-09-04T22:05:17.545Z] 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] [2020-09-04T22:05:17.814Z] 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] [2020-09-04T22:05:17.814Z] 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] [2020-09-04T22:05:18.085Z] 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] [2020-09-04T22:05:18.355Z] 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] [2020-09-04T22:05:18.355Z] 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] [2020-09-04T22:05:19.213Z] 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] [2020-09-04T22:05:21.253Z] 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] [2020-09-04T22:05:21.523Z] 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] [2020-09-04T22:05:21.523Z] 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) [2020-09-04T22:05:22.115Z] debconf: delaying package configuration, since apt-utils is not installed [2020-09-04T22:05:22.115Z] Selecting previously unselected package perl-modules-5.26. [2020-09-04T22:05:22.387Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9882 files and directories currently installed.) [2020-09-04T22:05:22.387Z] Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-09-04T22:05:22.387Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-04T22:05:23.814Z] Selecting previously unselected package libgdbm5:arm64. [2020-09-04T22:05:23.814Z] Preparing to unpack .../01-libgdbm5_1.14.1-6_arm64.deb ... [2020-09-04T22:05:23.814Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-09-04T22:05:23.814Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-09-04T22:05:23.814Z] Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-09-04T22:05:23.814Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-09-04T22:05:23.814Z] Selecting previously unselected package libperl5.26:arm64. [2020-09-04T22:05:23.814Z] Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... [2020-09-04T22:05:24.084Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-09-04T22:05:25.058Z] Selecting previously unselected package perl. [2020-09-04T22:05:25.058Z] Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_arm64.deb ... [2020-09-04T22:05:25.331Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-09-04T22:05:25.331Z] Selecting previously unselected package less. [2020-09-04T22:05:25.331Z] Preparing to unpack .../05-less_487-0.1_arm64.deb ... [2020-09-04T22:05:25.331Z] Unpacking less (487-0.1) ... [2020-09-04T22:05:25.599Z] Selecting previously unselected package netbase. [2020-09-04T22:05:25.599Z] Preparing to unpack .../06-netbase_5.4_all.deb ... [2020-09-04T22:05:25.599Z] Unpacking netbase (5.4) ... [2020-09-04T22:05:25.599Z] Selecting previously unselected package curl. [2020-09-04T22:05:25.599Z] Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_arm64.deb ... [2020-09-04T22:05:25.599Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-09-04T22:05:25.868Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-09-04T22:05:25.868Z] Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_arm64.deb ... [2020-09-04T22:05:25.868Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... [2020-09-04T22:05:25.868Z] Selecting previously unselected package liberror-perl. [2020-09-04T22:05:25.868Z] Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... [2020-09-04T22:05:25.868Z] Unpacking liberror-perl (0.17025-1) ... [2020-09-04T22:05:26.138Z] Selecting previously unselected package git-man. [2020-09-04T22:05:26.138Z] Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-09-04T22:05:26.138Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-04T22:05:26.409Z] Selecting previously unselected package git. [2020-09-04T22:05:26.409Z] Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-09-04T22:05:26.409Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-09-04T22:05:27.827Z] Selecting previously unselected package make. [2020-09-04T22:05:27.828Z] Preparing to unpack .../12-make_4.1-9.1ubuntu1_arm64.deb ... [2020-09-04T22:05:27.828Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-09-04T22:05:27.828Z] Selecting previously unselected package patch. [2020-09-04T22:05:27.828Z] Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-09-04T22:05:27.828Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-09-04T22:05:27.828Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-04T22:05:27.828Z] Setting up less (487-0.1) ... [2020-09-04T22:05:28.417Z] Setting up make (4.1-9.1ubuntu1) ... [2020-09-04T22:05:28.417Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-09-04T22:05:28.417Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... [2020-09-04T22:05:28.417Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-04T22:05:28.417Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-09-04T22:05:28.417Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-09-04T22:05:28.417Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-09-04T22:05:28.417Z] Setting up netbase (5.4) ... [2020-09-04T22:05:28.417Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-09-04T22:05:28.685Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-09-04T22:05:28.685Z] Setting up liberror-perl (0.17025-1) ... [2020-09-04T22:05:28.685Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-09-04T22:05:28.685Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-09-04T22:05:28.955Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-09-04T22:05:34.516Z] curl set to automatically installed. [2020-09-04T22:05:34.516Z] git set to automatically installed. [2020-09-04T22:05:34.516Z] git-man set to automatically installed. [2020-09-04T22:05:34.516Z] less set to automatically installed. [2020-09-04T22:05:34.516Z] libcurl3-gnutls set to automatically installed. [2020-09-04T22:05:34.516Z] liberror-perl set to automatically installed. [2020-09-04T22:05:34.516Z] libgdbm-compat4 set to automatically installed. [2020-09-04T22:05:34.516Z] libgdbm5 set to automatically installed. [2020-09-04T22:05:34.516Z] libperl5.26 set to automatically installed. [2020-09-04T22:05:34.788Z] make set to automatically installed. [2020-09-04T22:05:34.788Z] netbase set to automatically installed. [2020-09-04T22:05:34.788Z] patch set to automatically installed. [2020-09-04T22:05:34.788Z] perl set to automatically installed. [2020-09-04T22:05:34.788Z] perl-modules-5.26 set to automatically installed. [2020-09-04T22:05:34.788Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-09-04T22:05:34.788Z] Please ensure the environment is properly setup before continuing. [2020-09-04T22:05:34.788Z] Ignore this message if the appropriate measures have already been taken [2020-09-04T22:05:35.758Z] Pulling go  [2020-09-04T22:05:39.149Z] 'device-mqtt' has dependencies that need to be staged: go [2020-09-04T22:05:39.149Z] Skipping pull go (already ran) [2020-09-04T22:05:39.149Z] Building go  [2020-09-04T22:05:39.149Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-04T22:05:39.149Z] Dload Upload Total Spent Left Speed [2020-09-04T22:05:42.357Z] 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 [2020-09-04T22:05:43.785Z] go1.13.5.linux-arm64.tar.gz: OK [2020-09-04T22:06:02.054Z] Staging go  [2020-09-04T22:06:04.662Z] Pulling device-mqtt  [2020-09-04T22:06:07.265Z] Skipping build go (already ran) [2020-09-04T22:06:07.265Z] Building device-mqtt  [2020-09-04T22:06:07.537Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd [2020-09-04T22:06:08.963Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-04T22:06:08.963Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-04T22:06:08.963Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-04T22:06:08.963Z] go: downloading github.com/spf13/cast v1.3.0 [2020-09-04T22:06:08.963Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-09-04T22:06:08.963Z] go: extracting github.com/spf13/cast v1.3.0 [2020-09-04T22:06:08.963Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-04T22:06:08.963Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-09-04T22:06:08.963Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-04T22:06:08.963Z] go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-04T22:06:08.963Z] go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-04T22:06:08.963Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-09-04T22:06:08.963Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-04T22:06:08.963Z] go: downloading github.com/google/uuid v1.1.1 [2020-09-04T22:06:08.963Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-09-04T22:06:08.963Z] go: extracting github.com/google/uuid v1.1.1 [2020-09-04T22:06:08.963Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-04T22:06:08.963Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-09-04T22:06:08.963Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-04T22:06:08.963Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-04T22:06:08.963Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-09-04T22:06:08.963Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-04T22:06:08.963Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-09-04T22:06:08.963Z] go: downloading github.com/pkg/errors v0.8.1 [2020-09-04T22:06:08.963Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-04T22:06:08.963Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-04T22:06:08.963Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-09-04T22:06:08.963Z] go: extracting github.com/pkg/errors v0.8.1 [2020-09-04T22:06:08.963Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-09-04T22:06:08.963Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-04T22:06:09.234Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-09-04T22:06:09.234Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-09-04T22:06:09.234Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-04T22:06:09.234Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-04T22:06:09.234Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-09-04T22:06:09.234Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-09-04T22:06:09.234Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-04T22:06:09.234Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-04T22:06:09.234Z] go: downloading github.com/x448/float16 v0.8.4 [2020-09-04T22:06:09.234Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-09-04T22:06:09.234Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-04T22:06:09.234Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-09-04T22:06:09.234Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-09-04T22:06:09.234Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-09-04T22:06:09.234Z] go: extracting github.com/x448/float16 v0.8.4 [2020-09-04T22:06:09.234Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-09-04T22:06:09.234Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-04T22:06:09.234Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-09-04T22:06:09.234Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-09-04T22:06:09.234Z] go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-04T22:06:09.234Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-04T22:06:09.234Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-09-04T22:06:09.234Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-09-04T22:06:09.234Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-04T22:06:09.234Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-09-04T22:06:09.234Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-04T22:06:09.234Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-04T22:06:09.507Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-09-04T22:06:09.507Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-09-04T22:06:09.507Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-09-04T22:06:09.507Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-04T22:06:09.507Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-04T22:06:09.507Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-04T22:06:09.780Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-04T22:06:09.780Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-09-04T22:06:09.780Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-09-04T22:06:09.780Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-04T22:06:09.780Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-04T22:06:09.780Z] go: finding github.com/spf13/cast v1.3.0 [2020-09-04T22:06:09.780Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-09-04T22:06:09.780Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-04T22:06:09.780Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-04T22:06:09.780Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-04T22:06:09.780Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-04T22:06:09.780Z] go: finding github.com/google/uuid v1.1.1 [2020-09-04T22:06:09.780Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-04T22:06:09.780Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-04T22:06:09.780Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-04T22:06:09.780Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-04T22:06:09.780Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-04T22:06:09.780Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-04T22:06:09.780Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-04T22:06:09.780Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-04T22:06:09.780Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-04T22:06:09.780Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-04T22:06:09.780Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-04T22:06:10.052Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-04T22:06:10.052Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-04T22:06:10.052Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-04T22:06:10.052Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-04T22:06:10.052Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-04T22:06:10.052Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-04T22:06:10.052Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-04T22:06:10.052Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-04T22:06:10.052Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-04T22:06:10.052Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-04T22:06:10.052Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-04T22:06:10.052Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-04T22:06:10.052Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-04T22:06:28.359Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-04T22:06:46.636Z] Skipping stage go (already ran) [2020-09-04T22:06:46.636Z] Staging device-mqtt  [2020-09-04T22:06:50.026Z] Priming go  [2020-09-04T22:06:53.392Z] Priming device-mqtt  [2020-09-04T22:06:56.761Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-09-04T22:06:56.761Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-09-04T22:06:56.761Z] Determining the version from the project repo (version-script). [2020-09-04T22:06:56.761Z] The version has been set to 'local-dev-20200904+bcd987c' [2020-09-04T22:06:57.573Z] Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping | [2020-09-04T22:06:57.573Z] Snapped edgex-device-mqtt_local-dev-20200904+bcd987c_arm64.snap [Pipeline] } [2020-09-04T22:07:00.206Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-09-04T22:07:02.845Z] provisioning config files... [2020-09-04T22:07:02.859Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-166@tmp/config2808030507577314177tmp [Pipeline] { [Pipeline] sh [2020-09-04T22:07:03.259Z] + curl -s https://codecov.io/bash [2020-09-04T22:07:03.259Z] + bash -s - -t @/w/workspace/gexfoundry_device-mqtt-go_PR-166@tmp/config2808030507577314177tmp [Pipeline] } [2020-09-04T22:07:03.543Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-09-04T22:07:06.415Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-04T22:07:07.019Z] ---> package-listing.sh [2020-09-04T22:07:07.019Z] ++ facter osfamily [2020-09-04T22:07:07.019Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-04T22:07:07.019Z] + OS_FAMILY=redhat [2020-09-04T22:07:07.019Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-166 [2020-09-04T22:07:07.019Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-04T22:07:07.019Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-04T22:07:07.019Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-04T22:07:07.019Z] + PACKAGES=/tmp/packages_start.txt [2020-09-04T22:07:07.019Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-166 ']' [2020-09-04T22:07:07.019Z] + PACKAGES=/tmp/packages_end.txt [2020-09-04T22:07:07.019Z] + case "${OS_FAMILY}" in [2020-09-04T22:07:07.019Z] + rpm -qa [2020-09-04T22:07:07.019Z] + sort [2020-09-04T22:07:11.235Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-04T22:07:11.235Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-04T22:07:11.235Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-04T22:07:11.235Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-166 ']' [2020-09-04T22:07:11.235Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-166/archives/ [2020-09-04T22:07:11.235Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-166/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-04T22:07:11.704Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-04T22:07:11.704Z] [2020-09-04T22:07:11.704Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-04T22:07:12.088Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-04T22:07:12.088Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-04T22:07:12.088Z] df20fa9351a1: Pulling fs layer [2020-09-04T22:07:12.088Z] 36b3adc4ff6f: Pulling fs layer [2020-09-04T22:07:12.088Z] 8ad3a11d3b57: Pulling fs layer [2020-09-04T22:07:12.088Z] 46f8f816bc3b: Pulling fs layer [2020-09-04T22:07:12.088Z] 0dadc02b9964: Pulling fs layer [2020-09-04T22:07:12.088Z] ce6a7cf60c04: Pulling fs layer [2020-09-04T22:07:12.088Z] 7a184a31f384: Pulling fs layer [2020-09-04T22:07:12.088Z] 0879bd2ef858: Pulling fs layer [2020-09-04T22:07:12.088Z] 46f8f816bc3b: Waiting [2020-09-04T22:07:12.088Z] 0dadc02b9964: Waiting [2020-09-04T22:07:12.088Z] 7a184a31f384: Waiting [2020-09-04T22:07:12.088Z] 0879bd2ef858: Waiting [2020-09-04T22:07:12.088Z] ce6a7cf60c04: Waiting [2020-09-04T22:07:12.088Z] 36b3adc4ff6f: Verifying Checksum [2020-09-04T22:07:12.088Z] 36b3adc4ff6f: Download complete [2020-09-04T22:07:12.088Z] 46f8f816bc3b: Verifying Checksum [2020-09-04T22:07:12.088Z] 46f8f816bc3b: Download complete [2020-09-04T22:07:12.088Z] df20fa9351a1: Verifying Checksum [2020-09-04T22:07:12.088Z] df20fa9351a1: Download complete [2020-09-04T22:07:12.088Z] 0dadc02b9964: Verifying Checksum [2020-09-04T22:07:12.088Z] 0dadc02b9964: Download complete [2020-09-04T22:07:12.088Z] ce6a7cf60c04: Verifying Checksum [2020-09-04T22:07:12.088Z] ce6a7cf60c04: Download complete [2020-09-04T22:07:12.088Z] 7a184a31f384: Verifying Checksum [2020-09-04T22:07:12.088Z] 7a184a31f384: Download complete [2020-09-04T22:07:12.350Z] 8ad3a11d3b57: Verifying Checksum [2020-09-04T22:07:12.350Z] 8ad3a11d3b57: Download complete [2020-09-04T22:07:12.613Z] df20fa9351a1: Pull complete [2020-09-04T22:07:12.613Z] 36b3adc4ff6f: Pull complete [2020-09-04T22:07:12.613Z] 0879bd2ef858: Verifying Checksum [2020-09-04T22:07:12.613Z] 0879bd2ef858: Download complete [2020-09-04T22:07:13.190Z] 8ad3a11d3b57: Pull complete [2020-09-04T22:07:13.452Z] 46f8f816bc3b: Pull complete [2020-09-04T22:07:13.716Z] 0dadc02b9964: Pull complete [2020-09-04T22:07:13.716Z] ce6a7cf60c04: Pull complete [2020-09-04T22:07:13.716Z] 7a184a31f384: Pull complete [2020-09-04T22:07:16.280Z] 0879bd2ef858: Pull complete [2020-09-04T22:07:16.280Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-04T22:07:16.280Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-04T22:07:16.280Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-04T22:07:16.428Z] prd-centos7-docker-4c-2g-1495 does not seem to be running inside a container [2020-09-04T22:07:16.473Z] $ 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 [2020-09-04T22:07:21.342Z] $ docker top c10718d9d33b75cca57b5e2aad2d00f18f38e5ef3981873affd89a1cdf95c5da -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-04T22:07:21.940Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-04T22:07:22.257Z] + ls /var/log/sa-host [2020-09-04T22:07:22.257Z] + sadf -c /var/log/sa-host/sa04 [2020-09-04T22:07:22.257Z] file_magic: OK [2020-09-04T22:07:22.257Z] HZ: Using current value: 100 [2020-09-04T22:07:22.257Z] file_header: OK [2020-09-04T22:07:22.257Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-04T22:07:22.257Z] Statistics: [2020-09-04T22:07:22.257Z] 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... [2020-09-04T22:07:22.257Z] File successfully converted to sysstat format version 12.2.1 [2020-09-04T22:07:22.257Z] + sadf -c /var/log/sa-host/sa05 [2020-09-04T22:07:22.257Z] file_magic: OK [2020-09-04T22:07:22.257Z] HZ: Using current value: 100 [2020-09-04T22:07:22.257Z] file_header: OK [2020-09-04T22:07:22.257Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-04T22:07:22.257Z] Statistics: [2020-09-04T22:07:22.257Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-04T22:07:22.257Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-04T22:07:22.376Z] provisioning config files... [2020-09-04T22:07:22.391Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-166@tmp/config8002910127157694275tmp [Pipeline] { [Pipeline] echo [2020-09-04T22:07:22.506Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-04T22:07:22.840Z] ---> create-netrc.sh [Pipeline] echo [2020-09-04T22:07:22.873Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-04T22:07:23.206Z] ---> logs-deploy.sh [2020-09-04T22:07:23.206Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-166/1 [2020-09-04T22:07:23.206Z] INFO: archiving workspace using pattern(s): [2020-09-04T22:07:24.591Z] Archives upload complete. [2020-09-04T22:07:24.591Z] INFO: archiving logs to Nexus