Pull request #167 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 hahattan for edgexfoundry/device-mqtt-go Obtained Jenkinsfile from 730afc1cd21337c71e544ea5b289aeb82cf19f56+347e199ee4a649efaded5eeb3cc00e4bd21f3e25 (c69b749955be258855ed557158707c0eee26639f) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-167/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, goVersion:1.13, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-mqtt-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-1771 in /w/workspace/gexfoundry_device-mqtt-go_PR-167 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git > git init /w/workspace/gexfoundry_device-mqtt-go_PR-167 # 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/167/head:refs/remotes/origin/PR-167 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/167/head:refs/remotes/origin/PR-167 # 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/167/head:refs/remotes/origin/PR-167 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 347e199ee4a649efaded5eeb3cc00e4bd21f3e25 into PR head commit 730afc1cd21337c71e544ea5b289aeb82cf19f56 Merge succeeded, producing 730afc1cd21337c71e544ea5b289aeb82cf19f56 Checking out Revision 730afc1cd21337c71e544ea5b289aeb82cf19f56 (PR-167) > git config core.sparsecheckout # timeout=10 > git checkout -f 730afc1cd21337c71e544ea5b289aeb82cf19f56 # 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 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 730afc1cd21337c71e544ea5b289aeb82cf19f56 # timeout=10 Commit message: "build: add dependabot.yml" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-08T04:14:50.865Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-08T04:14:51.280Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-08T04:14:51.460Z] ========================================================= [2020-09-08T04:14:51.460Z] EdgeX Global Pipelines Version Info [2020-09-08T04:14:51.460Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-08T04:14:54.037Z] ------------------- [2020-09-08T04:14:54.037Z] stable info: [2020-09-08T04:14:54.037Z] ------------------- [2020-09-08T04:14:54.037Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-08T04:14:54.037Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-08T04:14:54.037Z] Message: update stable to v1.0.119 [2020-09-08T04:14:55.033Z] ------------------- [2020-09-08T04:14:55.033Z] experimental info: [2020-09-08T04:14:55.033Z] ------------------- [2020-09-08T04:14:55.033Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-08T04:14:55.033Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-08T04:14:55.033Z] Message: update experimental to v1.0.119 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-08T04:14:55.502Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2020-09-08T04:14:55.617Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2020-09-08T04:14:55.745Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-08T04:14:55.859Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-08T04:14:55.978Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-08T04:14:56.118Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-09-08T04:14:56.232Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-08T04:14:56.346Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-09-08T04:14:56.466Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-08T04:14:56.581Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-08T04:14:56.696Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-08T04:14:56.855Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo [2020-09-08T04:14:57.182Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-08T04:14:57.297Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-08T04:14:57.409Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-08T04:14:57.543Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-08T04:14:57.648Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-08T04:14:57.782Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-08T04:14:57.890Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-08T04:14:58.016Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-09-08T04:14:58.133Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-08T04:14:58.243Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-08T04:14:58.354Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-167 [Pipeline] echo [2020-09-08T04:14:58.468Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-167 [Pipeline] echo [2020-09-08T04:14:58.600Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-167 [Pipeline] echo [2020-09-08T04:14:58.733Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 730afc1cd21337c71e544ea5b289aeb82cf19f56 [Pipeline] echo [2020-09-08T04:14:58.843Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 730afc1 [Pipeline] echo [2020-09-08T04:14:59.014Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-08T04:14:59.740Z] + git log --format=format:%s -1 730afc1cd21337c71e544ea5b289aeb82cf19f56 [Pipeline] echo [2020-09-08T04:14:59.854Z] GIT_COMMIT: 730afc1cd21337c71e544ea5b289aeb82cf19f56, Commit Message: build: add dependabot.yml [Pipeline] echo [2020-09-08T04:14:59.919Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:15:00.784Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-08T04:15:01.375Z] [2020-09-08T04:15:01.375Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:15:01.872Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-08T04:15:02.243Z] latest: Pulling from edgex-devops/git-semver [2020-09-08T04:15:02.243Z] 31603596830f: Pulling fs layer [2020-09-08T04:15:02.243Z] 2a8b12db71e7: Pulling fs layer [2020-09-08T04:15:02.243Z] 6ca5941a6612: Pulling fs layer [2020-09-08T04:15:02.243Z] ecc8261a40a4: Pulling fs layer [2020-09-08T04:15:02.243Z] ecc8261a40a4: Waiting [2020-09-08T04:15:02.243Z] 2a8b12db71e7: Verifying Checksum [2020-09-08T04:15:02.243Z] 2a8b12db71e7: Download complete [2020-09-08T04:15:03.339Z] 31603596830f: Verifying Checksum [2020-09-08T04:15:03.339Z] 31603596830f: Download complete [2020-09-08T04:15:03.643Z] ecc8261a40a4: Verifying Checksum [2020-09-08T04:15:03.643Z] ecc8261a40a4: Download complete [2020-09-08T04:15:03.643Z] 6ca5941a6612: Verifying Checksum [2020-09-08T04:15:03.643Z] 6ca5941a6612: Download complete [2020-09-08T04:15:03.912Z] 31603596830f: Pull complete [2020-09-08T04:15:03.912Z] 2a8b12db71e7: Pull complete [2020-09-08T04:15:05.355Z] 6ca5941a6612: Pull complete [2020-09-08T04:15:05.620Z] ecc8261a40a4: Pull complete [2020-09-08T04:15:05.620Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-08T04:15:05.620Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-08T04:15:05.620Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-08T04:15:05.792Z] prd-centos7-docker-4c-2g-1771 does not seem to be running inside a container [2020-09-08T04:15:05.904Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-167 -v /w/workspace/gexfoundry_device-mqtt-go_PR-167:/w/workspace/gexfoundry_device-mqtt-go_PR-167:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-167@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-167@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-08T04:15:08.604Z] $ docker top 8ae845f936bea0c4f327db7a8a23fe6fc2ab5a58ea080978a692258caaf6a83d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-08T04:15:09.162Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-08T04:15:09.162Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-08T04:15:09.683Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-08T04:15:09.701Z] $ docker exec 8ae845f936bea0c4f327db7a8a23fe6fc2ab5a58ea080978a692258caaf6a83d ssh-agent [2020-09-08T04:15:10.141Z] SSH_AUTH_SOCK=/tmp/ssh-Xcw851jb6ENR/agent.11 [2020-09-08T04:15:10.141Z] SSH_AGENT_PID=17 [2020-09-08T04:15:10.157Z] Running ssh-add (command line suppressed) [2020-09-08T04:15:10.392Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-167@tmp/private_key_6804772433392733779.key (/w/workspace/gexfoundry_device-mqtt-go_PR-167@tmp/private_key_6804772433392733779.key) [2020-09-08T04:15:10.463Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-08T04:15:10.902Z] + git describe --exact-match --tags HEAD [2020-09-08T04:15:10.902Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-08T04:15:10.954Z] $ docker exec --env ******** --env ******** 8ae845f936bea0c4f327db7a8a23fe6fc2ab5a58ea080978a692258caaf6a83d ssh-agent -k [2020-09-08T04:15:11.147Z] unset SSH_AUTH_SOCK; [2020-09-08T04:15:11.163Z] unset SSH_AGENT_PID; [2020-09-08T04:15:11.163Z] echo Agent pid 17 killed; [2020-09-08T04:15:11.231Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-08T04:15:11.377Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-08T04:15:11.377Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-08T04:15:11.495Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-08T04:15:11.495Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-08T04:15:11.717Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-08T04:15:11.719Z] $ docker exec 8ae845f936bea0c4f327db7a8a23fe6fc2ab5a58ea080978a692258caaf6a83d ssh-agent [2020-09-08T04:15:12.073Z] SSH_AUTH_SOCK=/tmp/ssh-ENAowclPbt5A/agent.47 [2020-09-08T04:15:12.073Z] SSH_AGENT_PID=52 [2020-09-08T04:15:12.082Z] Running ssh-add (command line suppressed) [2020-09-08T04:15:12.333Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-167@tmp/private_key_6504544103723377145.key (/w/workspace/gexfoundry_device-mqtt-go_PR-167@tmp/private_key_6504544103723377145.key) [2020-09-08T04:15:12.466Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-08T04:15:12.973Z] + git semver init [2020-09-08T04:15:12.973Z] # -> Open(): unable to determine branch for HEAD [2020-09-08T04:15:12.973Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-167/.git [2020-09-08T04:15:12.973Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-167 [2020-09-08T04:15:12.973Z] # $SEMVER_REMOTE_NAME = origin [2020-09-08T04:15:12.973Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-08T04:15:12.973Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-08T04:15:12.973Z] # $SEMVER_BRANCH = PR-167 [2020-09-08T04:15:12.973Z] # $SEMVER_TEMP = /tmp/semver-257395833 [2020-09-08T04:15:12.973Z] # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP [2020-09-08T04:15:13.560Z] # '/tmp/semver-257395833' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-167/.semver' [2020-09-08T04:15:13.560Z] # -> Force: false [2020-09-08T04:15:13.560Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-167/.semver [Pipeline] } [2020-09-08T04:15:13.586Z] $ docker exec --env ******** --env ******** 8ae845f936bea0c4f327db7a8a23fe6fc2ab5a58ea080978a692258caaf6a83d ssh-agent -k [2020-09-08T04:15:13.770Z] unset SSH_AUTH_SOCK; [2020-09-08T04:15:13.775Z] unset SSH_AGENT_PID; [2020-09-08T04:15:13.775Z] echo Agent pid 52 killed; [2020-09-08T04:15:13.833Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-08T04:15:14.412Z] + git semver [Pipeline] } [2020-09-08T04:15:14.442Z] $ docker stop --time=1 8ae845f936bea0c4f327db7a8a23fe6fc2ab5a58ea080978a692258caaf6a83d [2020-09-08T04:15:15.890Z] $ docker rm -f 8ae845f936bea0c4f327db7a8a23fe6fc2ab5a58ea080978a692258caaf6a83d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-08T04:15:16.880Z] Stashed 24 file(s) [Pipeline] echo [2020-09-08T04:15:16.899Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-08T04:15:17.017Z] 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-08T04:15:32.724Z] Still waiting to schedule task [2020-09-08T04:15:32.725Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-08T04:15:32.746Z] Still waiting to schedule task [2020-09-08T04:15:32.746Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-08T04:17:20.716Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1772 in /w/workspace/gexfoundry_device-mqtt-go_PR-167 [Pipeline] { [Pipeline] ws [2020-09-08T04:17:20.840Z] Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout [2020-09-08T04:17:26.027Z] using credential edgex-jenkins-ssh [2020-09-08T04:17:26.080Z] Cloning the remote Git repository [2020-09-08T04:17:26.080Z] Cloning with configured refspecs honoured and without tags [2020-09-08T04:17:26.141Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T04:17:27.185Z] Fetching without tags [2020-09-08T04:17:26.258Z] > git init /w/workspace/device-mqtt-go/1 # timeout=10 [2020-09-08T04:17:26.329Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T04:17:26.330Z] > git --version # timeout=10 [2020-09-08T04:17:26.348Z] > git --version # 'git version 2.17.1' [2020-09-08T04:17:26.349Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T04:17:26.416Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/167/head:refs/remotes/origin/PR-167 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T04:17:27.090Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-08T04:17:27.114Z] > git config --add remote.origin.fetch +refs/pull/167/head:refs/remotes/origin/PR-167 # timeout=10 [2020-09-08T04:17:27.136Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T04:17:27.165Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-08T04:17:27.197Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T04:17:27.198Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T04:17:27.209Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/167/head:refs/remotes/origin/PR-167 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T04:17:27.615Z] Merging remotes/origin/master commit 347e199ee4a649efaded5eeb3cc00e4bd21f3e25 into PR head commit 730afc1cd21337c71e544ea5b289aeb82cf19f56 [2020-09-08T04:17:27.814Z] Merge succeeded, producing 730afc1cd21337c71e544ea5b289aeb82cf19f56 [2020-09-08T04:17:27.814Z] Checking out Revision 730afc1cd21337c71e544ea5b289aeb82cf19f56 (PR-167) [2020-09-08T04:17:27.633Z] > git config core.sparsecheckout # timeout=10 [2020-09-08T04:17:27.662Z] > git checkout -f 730afc1cd21337c71e544ea5b289aeb82cf19f56 # timeout=10 [2020-09-08T04:17:27.731Z] > git remote # timeout=10 [2020-09-08T04:17:27.747Z] > git config --get remote.origin.url # timeout=10 [2020-09-08T04:17:27.759Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T04:17:27.773Z] > git merge 347e199ee4a649efaded5eeb3cc00e4bd21f3e25 # timeout=10 [2020-09-08T04:17:27.802Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-08T04:17:27.821Z] > git config core.sparsecheckout # timeout=10 [2020-09-08T04:17:27.840Z] > git checkout -f 730afc1cd21337c71e544ea5b289aeb82cf19f56 # timeout=10 [2020-09-08T04:17:32.034Z] Commit message: "build: add dependabot.yml" [2020-09-08T04:17:32.095Z] > git --version # timeout=10 [2020-09-08T04:17:32.107Z] > git --version # 'git version 2.17.1' [2020-09-08T04:17:32.128Z] fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-08T04:17:33.373Z] ========================================================= [2020-09-08T04:17:33.373Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-09-08T04:17:33.373Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:17:34.393Z] + 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-08T04:17:35.381Z] Sending build context to Docker daemon 607.7kB [2020-09-08T04:17:35.381Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-09-08T04:17:35.381Z] Step 2/8 : FROM ${BASE} [2020-09-08T04:17:35.664Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-08T04:17:35.664Z] b538f80385f9: Pulling fs layer [2020-09-08T04:17:35.664Z] 74f711af9a0d: Pulling fs layer [2020-09-08T04:17:35.664Z] 99f96fe45779: Pulling fs layer [2020-09-08T04:17:35.664Z] fd7a069fd194: Pulling fs layer [2020-09-08T04:17:35.664Z] 66aa3694b03b: Pulling fs layer [2020-09-08T04:17:35.665Z] 170f70906a0f: Pulling fs layer [2020-09-08T04:17:35.665Z] ad7c5574e4b9: Pulling fs layer [2020-09-08T04:17:35.665Z] e772456be8f7: Pulling fs layer [2020-09-08T04:17:35.665Z] c890913d741a: Pulling fs layer [2020-09-08T04:17:35.665Z] 2480fcc9aa5a: Pulling fs layer [2020-09-08T04:17:35.665Z] 09adf4765672: Pulling fs layer [2020-09-08T04:17:35.665Z] fd7a069fd194: Waiting [2020-09-08T04:17:35.665Z] 66aa3694b03b: Waiting [2020-09-08T04:17:35.665Z] 170f70906a0f: Waiting [2020-09-08T04:17:35.665Z] ad7c5574e4b9: Waiting [2020-09-08T04:17:35.665Z] e772456be8f7: Waiting [2020-09-08T04:17:35.665Z] c890913d741a: Waiting [2020-09-08T04:17:35.665Z] 2480fcc9aa5a: Waiting [2020-09-08T04:17:35.665Z] 09adf4765672: Waiting [2020-09-08T04:17:35.665Z] 99f96fe45779: Verifying Checksum [2020-09-08T04:17:35.665Z] 99f96fe45779: Download complete [2020-09-08T04:17:35.665Z] 74f711af9a0d: Download complete [2020-09-08T04:17:35.665Z] 66aa3694b03b: Verifying Checksum [2020-09-08T04:17:35.665Z] 66aa3694b03b: Download complete [2020-09-08T04:17:35.665Z] 170f70906a0f: Download complete [2020-09-08T04:17:35.665Z] b538f80385f9: Verifying Checksum [2020-09-08T04:17:35.665Z] b538f80385f9: Download complete [2020-09-08T04:17:36.663Z] b538f80385f9: Pull complete [2020-09-08T04:17:37.278Z] 74f711af9a0d: Pull complete [2020-09-08T04:17:37.553Z] 99f96fe45779: Pull complete [2020-09-08T04:17:38.538Z] ad7c5574e4b9: Verifying Checksum [2020-09-08T04:17:38.538Z] ad7c5574e4b9: Download complete [2020-09-08T04:17:38.538Z] c890913d741a: Verifying Checksum [2020-09-08T04:17:38.538Z] c890913d741a: Download complete [2020-09-08T04:17:40.525Z] 2480fcc9aa5a: Verifying Checksum [2020-09-08T04:17:40.525Z] 2480fcc9aa5a: Download complete [2020-09-08T04:17:40.525Z] 09adf4765672: Download complete [2020-09-08T04:17:40.525Z] e772456be8f7: Verifying Checksum [2020-09-08T04:17:40.525Z] e772456be8f7: Download complete [2020-09-08T04:17:41.129Z] fd7a069fd194: Verifying Checksum [2020-09-08T04:17:41.129Z] fd7a069fd194: Download complete [2020-09-08T04:17:53.546Z] fd7a069fd194: Pull complete [2020-09-08T04:17:53.546Z] 66aa3694b03b: Pull complete [2020-09-08T04:17:53.546Z] 170f70906a0f: Pull complete [2020-09-08T04:17:56.936Z] ad7c5574e4b9: Pull complete [2020-09-08T04:18:01.246Z] e772456be8f7: Pull complete [2020-09-08T04:18:01.246Z] c890913d741a: Pull complete [2020-09-08T04:18:03.864Z] 2480fcc9aa5a: Pull complete [2020-09-08T04:18:03.864Z] 09adf4765672: Pull complete [2020-09-08T04:18:03.864Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-09-08T04:18:03.864Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-09-08T04:18:03.864Z] ---> 2248a725d1cf [2020-09-08T04:18:03.864Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-08T04:18:08.175Z] ---> Running in 9adc6b9458dd [2020-09-08T04:18:08.175Z] Removing intermediate container 9adc6b9458dd [2020-09-08T04:18:08.175Z] ---> 83cad8b2a50b [2020-09-08T04:18:08.175Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-08T04:18:08.445Z] ---> Running in 9cb0b17b452e [2020-09-08T04:18:10.596Z] Running on prd-centos7-docker-4c-2g-1773 in /w/workspace/gexfoundry_device-mqtt-go_PR-167 [Pipeline] { [Pipeline] ws [2020-09-08T04:18:10.676Z] Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout [2020-09-08T04:18:11.072Z] Removing intermediate container 9cb0b17b452e [2020-09-08T04:18:11.072Z] ---> 2ff61010dffb [2020-09-08T04:18:11.072Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-08T04:18:11.348Z] ---> Running in ba51567a1e26 [2020-09-08T04:18:12.775Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-08T04:18:13.176Z] using credential edgex-jenkins-ssh [2020-09-08T04:18:13.291Z] Cloning the remote Git repository [2020-09-08T04:18:13.291Z] Cloning with configured refspecs honoured and without tags [2020-09-08T04:18:13.743Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-08T04:18:13.318Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T04:18:13.381Z] > git init /w/workspace/device-mqtt-go/1 # timeout=10 [2020-09-08T04:18:13.429Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T04:18:13.430Z] > git --version # timeout=10 [2020-09-08T04:18:13.438Z] > git --version # 'git version 2.16.5' [2020-09-08T04:18:13.439Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T04:18:13.475Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/167/head:refs/remotes/origin/PR-167 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T04:18:14.710Z] (1/14) Installing libmagic (5.38-r0) [2020-09-08T04:18:14.934Z] Fetching without tags [2020-09-08T04:18:14.980Z] (2/14) Installing file (5.38-r0) [2020-09-08T04:18:15.251Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-08T04:18:15.251Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-08T04:18:15.308Z] Merging remotes/origin/master commit 347e199ee4a649efaded5eeb3cc00e4bd21f3e25 into PR head commit 730afc1cd21337c71e544ea5b289aeb82cf19f56 [2020-09-08T04:18:15.381Z] Merge succeeded, producing 730afc1cd21337c71e544ea5b289aeb82cf19f56 [2020-09-08T04:18:15.382Z] Checking out Revision 730afc1cd21337c71e544ea5b289aeb82cf19f56 (PR-167) [2020-09-08T04:18:14.899Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-08T04:18:14.905Z] > git config --add remote.origin.fetch +refs/pull/167/head:refs/remotes/origin/PR-167 # timeout=10 [2020-09-08T04:18:14.915Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T04:18:14.929Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-08T04:18:14.940Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T04:18:14.940Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T04:18:14.945Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/167/head:refs/remotes/origin/PR-167 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T04:18:15.318Z] > git config core.sparsecheckout # timeout=10 [2020-09-08T04:18:15.323Z] > git checkout -f 730afc1cd21337c71e544ea5b289aeb82cf19f56 # timeout=10 [2020-09-08T04:18:15.354Z] > git remote # timeout=10 [2020-09-08T04:18:15.361Z] > git config --get remote.origin.url # timeout=10 [2020-09-08T04:18:15.365Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T04:18:15.369Z] > git merge 347e199ee4a649efaded5eeb3cc00e4bd21f3e25 # timeout=10 [2020-09-08T04:18:15.377Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-08T04:18:15.386Z] > git config core.sparsecheckout # timeout=10 [2020-09-08T04:18:15.391Z] > git checkout -f 730afc1cd21337c71e544ea5b289aeb82cf19f56 # timeout=10 [2020-09-08T04:18:18.978Z] Commit message: "build: add dependabot.yml" [2020-09-08T04:18:19.002Z] > git --version # timeout=10 [2020-09-08T04:18:19.006Z] > git --version # 'git version 2.16.5' [2020-09-08T04:18:19.011Z] fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2020-09-08T04:18:19.541Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-08T04:18:19.541Z] (6/14) Installing patch (2.7.6-r6) [2020-09-08T04:18:19.541Z] (7/14) Installing build-base (0.5-r2) [2020-09-08T04:18:19.541Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-08T04:18:19.541Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-08T04:18:19.541Z] (10/14) Installing openssh-client (8.3_p1-r0) [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-08T04:18:19.945Z] ========================================================= [2020-09-08T04:18:19.945Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-09-08T04:18:19.945Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:18:20.139Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-08T04:18:20.139Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-08T04:18:20.139Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-08T04:18:20.526Z] + 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-08T04:18:20.727Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-08T04:18:20.727Z] Executing busybox-1.31.1-r16.trigger [2020-09-08T04:18:20.727Z] OK: 221 MiB in 53 packages [2020-09-08T04:18:21.104Z] Sending build context to Docker daemon 607.7kB [2020-09-08T04:18:21.104Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-09-08T04:18:21.104Z] Step 2/8 : FROM ${BASE} [2020-09-08T04:18:21.104Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-08T04:18:21.104Z] df20fa9351a1: Pulling fs layer [2020-09-08T04:18:21.104Z] ed8968b2872e: Pulling fs layer [2020-09-08T04:18:21.104Z] a92cc7c5fd73: Pulling fs layer [2020-09-08T04:18:21.104Z] 2dd03ba5bac4: Pulling fs layer [2020-09-08T04:18:21.104Z] 1e091d79d1de: Pulling fs layer [2020-09-08T04:18:21.104Z] 481702a1767f: Pulling fs layer [2020-09-08T04:18:21.104Z] f64a6f60c768: Pulling fs layer [2020-09-08T04:18:21.104Z] e78d2573fc39: Pulling fs layer [2020-09-08T04:18:21.104Z] e876d2f968b6: Pulling fs layer [2020-09-08T04:18:21.104Z] ce8a83651883: Pulling fs layer [2020-09-08T04:18:21.104Z] 07967f4d0e4b: Pulling fs layer [2020-09-08T04:18:21.104Z] f64a6f60c768: Waiting [2020-09-08T04:18:21.104Z] e78d2573fc39: Waiting [2020-09-08T04:18:21.104Z] e876d2f968b6: Waiting [2020-09-08T04:18:21.104Z] ce8a83651883: Waiting [2020-09-08T04:18:21.104Z] 07967f4d0e4b: Waiting [2020-09-08T04:18:21.104Z] 2dd03ba5bac4: Waiting [2020-09-08T04:18:21.104Z] 1e091d79d1de: Waiting [2020-09-08T04:18:21.104Z] 481702a1767f: Waiting [2020-09-08T04:18:21.104Z] a92cc7c5fd73: Verifying Checksum [2020-09-08T04:18:21.104Z] a92cc7c5fd73: Download complete [2020-09-08T04:18:21.104Z] ed8968b2872e: Verifying Checksum [2020-09-08T04:18:21.104Z] ed8968b2872e: Download complete [2020-09-08T04:18:21.104Z] 1e091d79d1de: Download complete [2020-09-08T04:18:21.104Z] 481702a1767f: Verifying Checksum [2020-09-08T04:18:21.104Z] 481702a1767f: Download complete [2020-09-08T04:18:21.104Z] df20fa9351a1: Verifying Checksum [2020-09-08T04:18:21.104Z] df20fa9351a1: Download complete [2020-09-08T04:18:21.375Z] df20fa9351a1: Pull complete [2020-09-08T04:18:21.951Z] ed8968b2872e: Pull complete [2020-09-08T04:18:21.951Z] a92cc7c5fd73: Pull complete [2020-09-08T04:18:22.898Z] f64a6f60c768: Verifying Checksum [2020-09-08T04:18:22.898Z] f64a6f60c768: Download complete [2020-09-08T04:18:22.898Z] e876d2f968b6: Verifying Checksum [2020-09-08T04:18:22.898Z] e876d2f968b6: Download complete [2020-09-08T04:18:23.845Z] ce8a83651883: Verifying Checksum [2020-09-08T04:18:23.845Z] ce8a83651883: Download complete [2020-09-08T04:18:23.845Z] 07967f4d0e4b: Verifying Checksum [2020-09-08T04:18:23.845Z] 07967f4d0e4b: Download complete [2020-09-08T04:18:24.797Z] e78d2573fc39: Verifying Checksum [2020-09-08T04:18:24.797Z] e78d2573fc39: Download complete [2020-09-08T04:18:24.797Z] 2dd03ba5bac4: Verifying Checksum [2020-09-08T04:18:24.797Z] 2dd03ba5bac4: Download complete [2020-09-08T04:18:25.029Z] Removing intermediate container ba51567a1e26 [2020-09-08T04:18:25.029Z] ---> ccfab42b99f6 [2020-09-08T04:18:25.029Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-09-08T04:18:25.029Z] ---> Running in c5d7061bf93e [2020-09-08T04:18:25.620Z] Removing intermediate container c5d7061bf93e [2020-09-08T04:18:25.620Z] ---> 430d0cd790e7 [2020-09-08T04:18:25.620Z] Step 7/8 : COPY . . [2020-09-08T04:18:26.595Z] ---> e65ee154719f [2020-09-08T04:18:26.595Z] Step 8/8 : RUN go mod download [2020-09-08T04:18:26.595Z] ---> Running in 8a87e9e4de76 [2020-09-08T04:18:30.067Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-08T04:18:30.067Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-08T04:18:30.067Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-08T04:18:30.067Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-08T04:18:30.067Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-08T04:18:30.067Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-08T04:18:30.067Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-08T04:18:30.067Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-08T04:18:30.067Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-09-08T04:18:30.067Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-08T04:18:30.067Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-08T04:18:30.067Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-08T04:18:30.067Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-08T04:18:30.067Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-08T04:18:30.067Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-08T04:18:30.067Z] go: finding github.com/fatih/color v1.7.0 [2020-09-08T04:18:30.067Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-08T04:18:30.067Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-08T04:18:30.067Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-08T04:18:30.067Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-08T04:18:30.067Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-08T04:18:30.067Z] go: finding github.com/google/uuid v1.1.1 [2020-09-08T04:18:30.067Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-08T04:18:30.067Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-08T04:18:30.067Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-08T04:18:30.067Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-08T04:18:30.067Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-08T04:18:30.341Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-08T04:18:30.341Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-08T04:18:30.341Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-08T04:18:30.341Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-08T04:18:30.341Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-08T04:18:30.341Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-08T04:18:30.341Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-08T04:18:30.341Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-08T04:18:30.341Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-08T04:18:30.341Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-08T04:18:30.341Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-08T04:18:30.613Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-08T04:18:30.613Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-08T04:18:30.613Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-08T04:18:30.613Z] go: finding github.com/kr/pretty v0.1.0 [2020-09-08T04:18:30.613Z] go: finding github.com/kr/pty v1.1.1 [2020-09-08T04:18:30.613Z] go: finding github.com/kr/text v0.1.0 [2020-09-08T04:18:30.613Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-08T04:18:30.613Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-08T04:18:30.613Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-08T04:18:30.613Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-08T04:18:30.613Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-08T04:18:30.884Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-08T04:18:30.884Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-08T04:18:30.884Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-08T04:18:30.884Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-08T04:18:30.884Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-08T04:18:30.884Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-08T04:18:30.884Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-08T04:18:30.884Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-08T04:18:30.884Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-08T04:18:30.884Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-08T04:18:30.884Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-08T04:18:31.155Z] go: finding github.com/posener/complete v1.1.1 [2020-09-08T04:18:31.155Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-08T04:18:31.155Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-08T04:18:31.155Z] go: finding github.com/spf13/cast v1.3.0 [2020-09-08T04:18:31.155Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-08T04:18:31.155Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-08T04:18:31.155Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-08T04:18:31.155Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-08T04:18:31.155Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-09-08T04:18:31.155Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-08T04:18:31.155Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-08T04:18:31.421Z] 2dd03ba5bac4: Pull complete [2020-09-08T04:18:31.421Z] 1e091d79d1de: Pull complete [2020-09-08T04:18:31.421Z] 481702a1767f: Pull complete [2020-09-08T04:18:31.428Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-09-08T04:18:31.428Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-09-08T04:18:31.428Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-08T04:18:31.428Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-08T04:18:34.748Z] f64a6f60c768: Pull complete [2020-09-08T04:18:38.978Z] e78d2573fc39: Pull complete [2020-09-08T04:18:38.978Z] e876d2f968b6: Pull complete [2020-09-08T04:18:39.240Z] ce8a83651883: Pull complete [2020-09-08T04:18:39.502Z] 07967f4d0e4b: Pull complete [2020-09-08T04:18:39.502Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-09-08T04:18:39.502Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-09-08T04:18:39.502Z] ---> 5d7c900382c6 [2020-09-08T04:18:39.502Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-08T04:18:41.430Z] ---> Running in fcf7765978cc [2020-09-08T04:18:41.430Z] Removing intermediate container fcf7765978cc [2020-09-08T04:18:41.430Z] ---> 641016721ee1 [2020-09-08T04:18:41.430Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-08T04:18:41.430Z] ---> Running in 6a29e40ee7d7 [2020-09-08T04:18:41.578Z] Removing intermediate container 8a87e9e4de76 [2020-09-08T04:18:41.578Z] ---> ec51339a12ff [2020-09-08T04:18:41.578Z] Successfully built ec51339a12ff [2020-09-08T04:18:41.578Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:18:42.533Z] + docker inspect -f . ci-base-image-arm64 [2020-09-08T04:18:42.533Z] . [Pipeline] withDockerContainer [2020-09-08T04:18:42.822Z] Removing intermediate container 6a29e40ee7d7 [2020-09-08T04:18:42.822Z] ---> a5c527148473 [2020-09-08T04:18:42.822Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-08T04:18:42.822Z] ---> Running in bd398dcee0d5 [2020-09-08T04:18:42.830Z] prd-ubuntu18.04-docker-arm64-4c-16g-1772 does not seem to be running inside a container [2020-09-08T04:18:42.915Z] $ 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-08T04:18:43.393Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-08T04:18:43.971Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-08T04:18:44.232Z] (1/14) Installing libmagic (5.38-r0) [2020-09-08T04:18:44.493Z] (2/14) Installing file (5.38-r0) [2020-09-08T04:18:44.493Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-08T04:18:44.493Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-08T04:18:44.785Z] $ docker top 00a22f001ffbac0435e5c55b4fe8916da72b0028eafbebbb9008b4280c05b122 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-08T04:18:46.308Z] + go version [2020-09-08T04:18:46.308Z] go version go1.13.13 linux/arm64 [Pipeline] sh [2020-09-08T04:18:47.368Z] + make test [2020-09-08T04:18:47.369Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-09-08T04:18:48.350Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-09-08T04:18:51.098Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-08T04:18:51.098Z] (6/14) Installing patch (2.7.6-r6) [2020-09-08T04:18:51.098Z] (7/14) Installing build-base (0.5-r2) [2020-09-08T04:18:51.098Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-08T04:18:51.098Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-08T04:18:51.098Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-08T04:18:51.098Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-08T04:18:51.098Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-08T04:18:51.098Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-08T04:18:51.359Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-08T04:18:51.359Z] Executing busybox-1.31.1-r16.trigger [2020-09-08T04:18:51.359Z] OK: 237 MiB in 53 packages [2020-09-08T04:18:54.667Z] Removing intermediate container bd398dcee0d5 [2020-09-08T04:18:54.667Z] ---> 446f8d37b8f6 [2020-09-08T04:18:54.667Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-09-08T04:18:54.667Z] ---> Running in 0a37c628e9f7 [2020-09-08T04:18:54.930Z] Removing intermediate container 0a37c628e9f7 [2020-09-08T04:18:54.930Z] ---> c7219fdaa883 [2020-09-08T04:18:54.930Z] Step 7/8 : COPY . . [2020-09-08T04:18:55.505Z] ---> a38745e348d7 [2020-09-08T04:18:55.505Z] Step 8/8 : RUN go mod download [2020-09-08T04:18:55.772Z] ---> Running in ea46f2cbec4b [2020-09-08T04:18:57.691Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-08T04:18:57.691Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-08T04:18:57.691Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-08T04:18:57.691Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-08T04:18:57.691Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-08T04:18:57.691Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-08T04:18:57.691Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-08T04:18:57.691Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-08T04:18:57.691Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-09-08T04:18:57.691Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-08T04:18:57.691Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-08T04:18:57.691Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-08T04:18:57.691Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-08T04:18:57.691Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-08T04:18:57.691Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-08T04:18:57.691Z] go: finding github.com/fatih/color v1.7.0 [2020-09-08T04:18:57.960Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-08T04:18:57.960Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-08T04:18:57.960Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-08T04:18:57.960Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-08T04:18:57.960Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-08T04:18:57.960Z] go: finding github.com/google/uuid v1.1.1 [2020-09-08T04:18:57.960Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-08T04:18:57.960Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-08T04:18:57.960Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-08T04:18:57.960Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-08T04:18:57.960Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-08T04:18:57.960Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-08T04:18:58.225Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-08T04:18:58.225Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-08T04:18:58.225Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-08T04:18:58.226Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-08T04:18:58.226Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-08T04:18:58.226Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-08T04:18:58.226Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-08T04:18:58.226Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-08T04:18:58.226Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-08T04:18:58.226Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-08T04:18:58.226Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-08T04:18:58.226Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-08T04:18:58.489Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-08T04:18:58.489Z] go: finding github.com/kr/pretty v0.1.0 [2020-09-08T04:18:58.489Z] go: finding github.com/kr/pty v1.1.1 [2020-09-08T04:18:58.489Z] go: finding github.com/kr/text v0.1.0 [2020-09-08T04:18:58.489Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-08T04:18:58.489Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-08T04:18:58.489Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-08T04:18:58.489Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-08T04:18:58.489Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-08T04:18:58.489Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-08T04:18:58.489Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-08T04:18:58.489Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-08T04:18:58.750Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-08T04:18:58.750Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-08T04:18:58.750Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-08T04:18:58.750Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-08T04:18:58.750Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-08T04:18:58.750Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-08T04:18:58.750Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-08T04:18:58.750Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-08T04:18:58.750Z] go: finding github.com/posener/complete v1.1.1 [2020-09-08T04:18:58.750Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-08T04:18:58.750Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-08T04:18:58.750Z] go: finding github.com/spf13/cast v1.3.0 [2020-09-08T04:18:59.012Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-08T04:18:59.012Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-08T04:18:59.012Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-08T04:18:59.012Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-08T04:18:59.012Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-09-08T04:18:59.012Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-08T04:18:59.012Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-08T04:18:59.012Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-09-08T04:18:59.012Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-09-08T04:18:59.012Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-08T04:18:59.012Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-08T04:19:09.102Z] Removing intermediate container ea46f2cbec4b [2020-09-08T04:19:09.102Z] ---> c088402ff30a [2020-09-08T04:19:09.102Z] Successfully built c088402ff30a [2020-09-08T04:19:09.102Z] 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-08T04:19:10.081Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-08T04:19:10.081Z] . [Pipeline] withDockerContainer [2020-09-08T04:19:10.210Z] prd-centos7-docker-4c-2g-1773 does not seem to be running inside a container [2020-09-08T04:19:10.253Z] $ 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-x86_64 cat [2020-09-08T04:19:11.585Z] $ docker top 4d37b837f3269c996f8116e7ae578e5d51f0d6059e9cdafe0d1a907feef9482c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-08T04:19:12.172Z] + go version [2020-09-08T04:19:12.172Z] go version go1.13.13 linux/amd64 [Pipeline] sh [2020-09-08T04:19:12.500Z] + make test [2020-09-08T04:19:12.500Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-09-08T04:19:13.453Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-09-08T04:19:20.720Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-09-08T04:19:20.720Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.025s coverage: 28.3% of statements [2020-09-08T04:19:20.720Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-09-08T04:19:20.720Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-08T04:19:23.614Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-09-08T04:19:23.614Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.007s coverage: 28.3% of statements [2020-09-08T04:19:23.614Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-09-08T04:19:23.614Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-08T04:19:25.548Z] gofmt -l . [2020-09-08T04:19:25.548Z] ["`gofmt -l .`" = ""] [2020-09-08T04:19:25.548Z] ./bin/test-attribution-txt.sh [2020-09-08T04:19:26.135Z] gofmt -l . [2020-09-08T04:19:26.135Z] ["`gofmt -l .`" = ""] [2020-09-08T04:19:26.135Z] ./bin/test-attribution-txt.sh [2020-09-08T04:19:26.500Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-08T04:19:26.801Z] Stashed 1 file(s) [Pipeline] } [2020-09-08T04:19:26.823Z] $ docker stop --time=1 4d37b837f3269c996f8116e7ae578e5d51f0d6059e9cdafe0d1a907feef9482c [2020-09-08T04:19:27.113Z] ./bin/test-go-mod-tidy.sh [2020-09-08T04:19:29.022Z] $ docker rm -f 4d37b837f3269c996f8116e7ae578e5d51f0d6059e9cdafe0d1a907feef9482c [Pipeline] // withDockerContainer [Pipeline] stash [2020-09-08T04:19:29.332Z] Warning: overwriting stash ‘coverage-report’ [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2020-09-08T04:19:30.043Z] Stashed 1 file(s) [Pipeline] } [2020-09-08T04:19:31.550Z] $ docker stop --time=1 00a22f001ffbac0435e5c55b4fe8916da72b0028eafbebbb9008b4280c05b122 [2020-09-08T04:19:33.697Z] $ docker rm -f 00a22f001ffbac0435e5c55b4fe8916da72b0028eafbebbb9008b4280c05b122 [Pipeline] sh [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2020-09-08T04:19:34.518Z] + sudo chown -R jenkins:jenkins . [Pipeline] } [Pipeline] // stage [Pipeline] sh [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2020-09-08T04:19:34.964Z] + ls -al . [2020-09-08T04:19:34.964Z] total 100 [2020-09-08T04:19:34.964Z] drwxrwxr-x. 10 jenkins jenkins 4096 Sep 8 04:19 . [2020-09-08T04:19:34.964Z] drwxrwxr-x. 4 jenkins jenkins 28 Sep 8 04:18 .. [2020-09-08T04:19:34.964Z] -rw-rw-r--. 1 jenkins jenkins 4678 Sep 8 04:18 Attribution.txt [2020-09-08T04:19:34.964Z] drwxrwxr-x. 2 jenkins jenkins 87 Sep 8 04:18 bin [2020-09-08T04:19:34.964Z] drwxrwxr-x. 3 jenkins jenkins 32 Sep 8 04:18 cmd [2020-09-08T04:19:34.964Z] -rw-r--r--. 1 jenkins jenkins 18939 Sep 8 04:19 coverage.out [2020-09-08T04:19:34.964Z] -rw-rw-r--. 1 jenkins jenkins 1784 Sep 8 04:18 Dockerfile [2020-09-08T04:19:34.964Z] -rw-rw-r--. 1 jenkins jenkins 953 Sep 8 04:18 Dockerfile.build [2020-09-08T04:19:34.964Z] -rw-rw-r--. 1 jenkins jenkins 140 Sep 8 04:18 .dockerignore [2020-09-08T04:19:34.964Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 8 04:18 .git [2020-09-08T04:19:34.964Z] drwxrwxr-x. 2 jenkins jenkins 60 Sep 8 04:18 .github [2020-09-08T04:19:34.964Z] -rw-rw-r--. 1 jenkins jenkins 328 Sep 8 04:18 .gitignore [2020-09-08T04:19:34.965Z] -rw-r--r--. 1 jenkins jenkins 510 Sep 8 04:19 go.mod [2020-09-08T04:19:34.965Z] -rw-r--r--. 1 jenkins jenkins 13621 Sep 8 04:19 go.sum [2020-09-08T04:19:34.965Z] drwxrwxr-x. 3 jenkins jenkins 20 Sep 8 04:18 internal [2020-09-08T04:19:34.965Z] -rw-rw-r--. 1 jenkins jenkins 700 Sep 8 04:18 Jenkinsfile [2020-09-08T04:19:34.965Z] -rw-rw-r--. 1 jenkins jenkins 11340 Sep 8 04:18 LICENSE [2020-09-08T04:19:34.965Z] -rw-rw-r--. 1 jenkins jenkins 902 Sep 8 04:18 Makefile [2020-09-08T04:19:34.965Z] drwxrwxr-x. 2 jenkins jenkins 23 Sep 8 04:18 mock [2020-09-08T04:19:34.965Z] -rw-rw-r--. 1 jenkins jenkins 444 Sep 8 04:18 README.md [2020-09-08T04:19:34.965Z] drwxrwxr-x. 3 jenkins jenkins 58 Sep 8 04:18 .semver [2020-09-08T04:19:34.965Z] drwxrwxr-x. 4 jenkins jenkins 54 Sep 8 04:18 snap [2020-09-08T04:19:34.965Z] -rw-rw-r--. 1 jenkins jenkins 5 Sep 8 04:15 VERSION [2020-09-08T04:19:34.965Z] -rw-rw-r--. 1 jenkins jenkins 227 Sep 8 04:18 version.go [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:19:35.288Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-08T04:19:35.415Z] + 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=730afc1cd21337c71e544ea5b289aeb82cf19f56 --label arch=amd64 --label version=0.0.0 . [2020-09-08T04:19:35.416Z] Sending build context to Docker daemon 627.2kB [2020-09-08T04:19:35.416Z] Step 1/22 : ARG BASE=golang:1.13-alpine [2020-09-08T04:19:35.416Z] Step 2/22 : FROM ${BASE} AS builder [2020-09-08T04:19:35.416Z] ---> c088402ff30a [2020-09-08T04:19:35.416Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-09-08T04:19:35.634Z] + ls -al . [2020-09-08T04:19:35.634Z] total 136 [2020-09-08T04:19:35.634Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 8 04:19 . [2020-09-08T04:19:35.634Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 8 04:17 .. [2020-09-08T04:19:35.634Z] -rw-rw-r-- 1 jenkins jenkins 140 Sep 8 04:17 .dockerignore [2020-09-08T04:19:35.634Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 8 04:17 .git [2020-09-08T04:19:35.634Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 8 04:17 .github [2020-09-08T04:19:35.634Z] -rw-rw-r-- 1 jenkins jenkins 328 Sep 8 04:17 .gitignore [2020-09-08T04:19:35.634Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 8 04:17 .semver [2020-09-08T04:19:35.634Z] -rw-rw-r-- 1 jenkins jenkins 4678 Sep 8 04:17 Attribution.txt [2020-09-08T04:19:35.634Z] -rw-rw-r-- 1 jenkins jenkins 1784 Sep 8 04:17 Dockerfile [2020-09-08T04:19:35.634Z] -rw-rw-r-- 1 jenkins jenkins 953 Sep 8 04:17 Dockerfile.build [2020-09-08T04:19:35.634Z] -rw-rw-r-- 1 jenkins jenkins 700 Sep 8 04:17 Jenkinsfile [2020-09-08T04:19:35.634Z] -rw-rw-r-- 1 jenkins jenkins 11340 Sep 8 04:17 LICENSE [2020-09-08T04:19:35.634Z] -rw-rw-r-- 1 jenkins jenkins 902 Sep 8 04:17 Makefile [2020-09-08T04:19:35.634Z] -rw-rw-r-- 1 jenkins jenkins 444 Sep 8 04:17 README.md [2020-09-08T04:19:35.634Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 8 04:15 VERSION [2020-09-08T04:19:35.634Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 8 04:17 bin [2020-09-08T04:19:35.634Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 8 04:17 cmd [2020-09-08T04:19:35.634Z] -rw-r--r-- 1 jenkins jenkins 18939 Sep 8 04:19 coverage.out [2020-09-08T04:19:35.634Z] -rw-r--r-- 1 jenkins jenkins 510 Sep 8 04:19 go.mod [2020-09-08T04:19:35.634Z] -rw-r--r-- 1 jenkins jenkins 13621 Sep 8 04:19 go.sum [2020-09-08T04:19:35.634Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 8 04:17 internal [2020-09-08T04:19:35.634Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 8 04:17 mock [2020-09-08T04:19:35.634Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 8 04:17 snap [2020-09-08T04:19:35.634Z] -rw-rw-r-- 1 jenkins jenkins 227 Sep 8 04:17 version.go [Pipeline] isUnix [2020-09-08T04:19:35.677Z] ---> Running in 26f71dfb8539 [Pipeline] sh [2020-09-08T04:19:35.938Z] Removing intermediate container 26f71dfb8539 [2020-09-08T04:19:35.938Z] ---> c1baa2ad9920 [2020-09-08T04:19:35.938Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-09-08T04:19:35.938Z] ---> Running in a77cbd239b82 [2020-09-08T04:19:35.938Z] Removing intermediate container a77cbd239b82 [2020-09-08T04:19:35.938Z] ---> ebac5351fdbb [2020-09-08T04:19:35.938Z] Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-08T04:19:35.997Z] + 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=730afc1cd21337c71e544ea5b289aeb82cf19f56 --label arch=arm64 --label version=0.0.0 . [2020-09-08T04:19:36.201Z] ---> Running in 16a5173b2c3c [2020-09-08T04:19:36.270Z] Sending build context to Docker daemon 627.2kB [2020-09-08T04:19:36.270Z] Step 1/22 : ARG BASE=golang:1.13-alpine [2020-09-08T04:19:36.270Z] Step 2/22 : FROM ${BASE} AS builder [2020-09-08T04:19:36.270Z] ---> ec51339a12ff [2020-09-08T04:19:36.270Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-09-08T04:19:36.543Z] ---> Running in 992eeec92abe [2020-09-08T04:19:37.139Z] Removing intermediate container 992eeec92abe [2020-09-08T04:19:37.139Z] ---> 05f14bd31cff [2020-09-08T04:19:37.139Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-09-08T04:19:37.139Z] ---> Running in 05b0305bdece [2020-09-08T04:19:37.152Z] Removing intermediate container 16a5173b2c3c [2020-09-08T04:19:37.152Z] ---> ac45cf4649b0 [2020-09-08T04:19:37.152Z] Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-08T04:19:37.152Z] ---> Running in 4d823b68fcb2 [2020-09-08T04:19:37.415Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-08T04:19:37.738Z] Removing intermediate container 05b0305bdece [2020-09-08T04:19:37.738Z] ---> e38cd8da44c9 [2020-09-08T04:19:37.738Z] Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-08T04:19:37.738Z] ---> Running in 622dca11c939 [2020-09-08T04:19:37.988Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-08T04:19:38.562Z] OK: 237 MiB in 53 packages [2020-09-08T04:19:39.133Z] Removing intermediate container 4d823b68fcb2 [2020-09-08T04:19:39.133Z] ---> 501fa864b160 [2020-09-08T04:19:39.133Z] Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-09-08T04:19:39.133Z] ---> Running in b386584da06c [2020-09-08T04:19:39.133Z] Removing intermediate container b386584da06c [2020-09-08T04:19:39.133Z] ---> 238a3d2ce12a [2020-09-08T04:19:39.133Z] Step 8/22 : COPY . . [2020-09-08T04:19:40.081Z] ---> b90047d32832 [2020-09-08T04:19:40.081Z] Step 9/22 : ARG MAKE='make build' [2020-09-08T04:19:40.081Z] ---> Running in 2cbc7d5d87f0 [2020-09-08T04:19:40.081Z] Removing intermediate container 2cbc7d5d87f0 [2020-09-08T04:19:40.081Z] ---> 2f180bb4060b [2020-09-08T04:19:40.081Z] Step 10/22 : RUN $MAKE [2020-09-08T04:19:40.346Z] ---> Running in b071ed07b45c [2020-09-08T04:19:40.356Z] Removing intermediate container 622dca11c939 [2020-09-08T04:19:40.356Z] ---> 1d9e6ee859fe [2020-09-08T04:19:40.356Z] Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-08T04:19:40.356Z] ---> Running in c0c5adf0bd1e [2020-09-08T04:19:40.941Z] 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-08T04:19:41.784Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-08T04:19:42.373Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-08T04:19:42.964Z] OK: 221 MiB in 53 packages [2020-09-08T04:19:44.387Z] Removing intermediate container c0c5adf0bd1e [2020-09-08T04:19:44.387Z] ---> 380fbf601266 [2020-09-08T04:19:44.387Z] Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-09-08T04:19:44.387Z] ---> Running in ed357f067829 [2020-09-08T04:19:44.982Z] Removing intermediate container ed357f067829 [2020-09-08T04:19:44.982Z] ---> 20cd52461936 [2020-09-08T04:19:44.982Z] Step 8/22 : COPY . . [2020-09-08T04:19:45.959Z] ---> ad275e4cc29d [2020-09-08T04:19:45.959Z] Step 9/22 : ARG MAKE='make build' [2020-09-08T04:19:45.959Z] ---> Running in b5a8823d65a2 [2020-09-08T04:19:46.548Z] Removing intermediate container b5a8823d65a2 [2020-09-08T04:19:46.548Z] ---> f68ddd0670cc [2020-09-08T04:19:46.548Z] Step 10/22 : RUN $MAKE [2020-09-08T04:19:46.548Z] ---> Running in adff51bffd87 [2020-09-08T04:19:47.973Z] 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-08T04:19:51.053Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-08T04:19:54.367Z] Removing intermediate container b071ed07b45c [2020-09-08T04:19:54.367Z] ---> 071d3e908e94 [2020-09-08T04:19:54.367Z] Step 11/22 : FROM alpine [2020-09-08T04:19:54.630Z] latest: Pulling from library/alpine [2020-09-08T04:19:54.630Z] df20fa9351a1: Already exists [2020-09-08T04:19:54.892Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-08T04:19:54.892Z] Status: Downloaded newer image for alpine:latest [2020-09-08T04:19:54.892Z] ---> a24bb4013296 [2020-09-08T04:19:54.892Z] Step 12/22 : ENV APP_PORT=49982 [2020-09-08T04:19:54.892Z] ---> Running in c0eddb75ad5e [2020-09-08T04:19:55.154Z] Removing intermediate container c0eddb75ad5e [2020-09-08T04:19:55.154Z] ---> 243007176547 [2020-09-08T04:19:55.154Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-08T04:19:55.154Z] ---> Running in 0ef4b9fbd376 [2020-09-08T04:19:55.415Z] Removing intermediate container 0ef4b9fbd376 [2020-09-08T04:19:55.415Z] ---> 99ca3020b422 [2020-09-08T04:19:55.415Z] Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-09-08T04:19:55.988Z] ---> 99c0414a701d [2020-09-08T04:19:55.988Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-09-08T04:19:56.250Z] ---> 7fbb34731cdd [2020-09-08T04:19:56.250Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-09-08T04:19:56.512Z] ---> 8babd919a45f [2020-09-08T04:19:56.512Z] Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-09-08T04:19:56.512Z] ---> Running in 181c88adaef9 [2020-09-08T04:19:56.512Z] Removing intermediate container 181c88adaef9 [2020-09-08T04:19:56.512Z] ---> 0cdbbeb77e36 [2020-09-08T04:19:56.512Z] Step 18/22 : ENTRYPOINT ["/device-mqtt"] [2020-09-08T04:19:56.773Z] ---> Running in e74cecfb20ba [2020-09-08T04:19:56.773Z] Removing intermediate container e74cecfb20ba [2020-09-08T04:19:56.773Z] ---> c29e7d2eb687 [2020-09-08T04:19:56.773Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-08T04:19:56.773Z] ---> Running in 6ce3692b0e14 [2020-09-08T04:19:57.035Z] Removing intermediate container 6ce3692b0e14 [2020-09-08T04:19:57.035Z] ---> ce20a37664eb [2020-09-08T04:19:57.035Z] Step 20/22 : LABEL arch=amd64 [2020-09-08T04:19:57.035Z] ---> Running in 4dc61253404d [2020-09-08T04:19:57.296Z] Removing intermediate container 4dc61253404d [2020-09-08T04:19:57.296Z] ---> 6027461cd562 [2020-09-08T04:19:57.296Z] Step 21/22 : LABEL git_sha=730afc1cd21337c71e544ea5b289aeb82cf19f56 [2020-09-08T04:19:57.296Z] ---> Running in 0980c2043048 [2020-09-08T04:19:57.565Z] Removing intermediate container 0980c2043048 [2020-09-08T04:19:57.565Z] ---> 630fc2535f9f [2020-09-08T04:19:57.565Z] Step 22/22 : LABEL version=0.0.0 [2020-09-08T04:19:57.565Z] ---> Running in 9163abf54f7c [2020-09-08T04:19:57.828Z] Removing intermediate container 9163abf54f7c [2020-09-08T04:19:57.828Z] ---> 479a6aa8e016 [2020-09-08T04:19:57.828Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-08T04:19:57.828Z] Successfully built 479a6aa8e016 [2020-09-08T04:19:57.828Z] 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-08T04:20:13.668Z] Still waiting to schedule task [2020-09-08T04:20:13.668Z] All nodes of label ‘centos7-docker-8c-8g’ are offline [2020-09-08T04:20:14.785Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-08T04:20:23.056Z] Removing intermediate container adff51bffd87 [2020-09-08T04:20:23.056Z] ---> b23e8577d870 [2020-09-08T04:20:23.056Z] Step 11/22 : FROM alpine [2020-09-08T04:20:23.056Z] latest: Pulling from library/alpine [2020-09-08T04:20:23.056Z] b538f80385f9: Already exists [2020-09-08T04:20:23.327Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-08T04:20:23.327Z] Status: Downloaded newer image for alpine:latest [2020-09-08T04:20:23.327Z] ---> 62ee0e9f8440 [2020-09-08T04:20:23.327Z] Step 12/22 : ENV APP_PORT=49982 [2020-09-08T04:20:23.599Z] ---> Running in f63fe29c5bbd [2020-09-08T04:20:24.191Z] Removing intermediate container f63fe29c5bbd [2020-09-08T04:20:24.191Z] ---> d67d329738e4 [2020-09-08T04:20:24.192Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-08T04:20:24.192Z] ---> Running in 922e459cc780 [2020-09-08T04:20:24.783Z] Removing intermediate container 922e459cc780 [2020-09-08T04:20:24.783Z] ---> 796a7560c97f [2020-09-08T04:20:24.783Z] Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-09-08T04:20:26.210Z] ---> 428908a83b80 [2020-09-08T04:20:26.210Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-09-08T04:20:27.184Z] ---> ad8514ffc0dc [2020-09-08T04:20:27.184Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-09-08T04:20:27.775Z] ---> 86f48ab9def4 [2020-09-08T04:20:27.775Z] Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-09-08T04:20:28.052Z] ---> Running in f04bbe587d19 [2020-09-08T04:20:28.323Z] Removing intermediate container f04bbe587d19 [2020-09-08T04:20:28.323Z] ---> 9aa71a44530e [2020-09-08T04:20:28.323Z] Step 18/22 : ENTRYPOINT ["/device-mqtt"] [2020-09-08T04:20:28.595Z] ---> Running in 914d7c0743ff [2020-09-08T04:20:28.864Z] Removing intermediate container 914d7c0743ff [2020-09-08T04:20:28.864Z] ---> 38645eb2ad5a [2020-09-08T04:20:28.864Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-08T04:20:29.136Z] ---> Running in 189abb9554d1 [2020-09-08T04:20:29.416Z] Removing intermediate container 189abb9554d1 [2020-09-08T04:20:29.416Z] ---> 12dea63de7be [2020-09-08T04:20:29.416Z] Step 20/22 : LABEL arch=arm64 [2020-09-08T04:20:29.687Z] ---> Running in 6c338b61cc92 [2020-09-08T04:20:30.278Z] Removing intermediate container 6c338b61cc92 [2020-09-08T04:20:30.278Z] ---> 61ea118b85bb [2020-09-08T04:20:30.278Z] Step 21/22 : LABEL git_sha=730afc1cd21337c71e544ea5b289aeb82cf19f56 [2020-09-08T04:20:30.278Z] ---> Running in 3904ee1c1fcd [2020-09-08T04:20:30.876Z] Removing intermediate container 3904ee1c1fcd [2020-09-08T04:20:30.876Z] ---> ae74495b229b [2020-09-08T04:20:30.876Z] Step 22/22 : LABEL version=0.0.0 [2020-09-08T04:20:30.876Z] ---> Running in 5e87f181fbd4 [2020-09-08T04:20:31.467Z] Removing intermediate container 5e87f181fbd4 [2020-09-08T04:20:31.467Z] ---> ebe7e838c783 [2020-09-08T04:20:31.467Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-08T04:20:31.467Z] Successfully built ebe7e838c783 [2020-09-08T04:20:31.467Z] 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-08T04:20:47.404Z] Still waiting to schedule task [2020-09-08T04:20:47.405Z] All nodes of label ‘ubuntu18.04-docker-arm64-16c-16g’ are offline [2020-09-08T04:21:15.520Z] Running on prd-centos7-docker-8c-8g-1774 in /w/workspace/gexfoundry_device-mqtt-go_PR-167 [Pipeline] { [Pipeline] ws [2020-09-08T04:21:15.603Z] Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout [2020-09-08T04:21:17.743Z] using credential edgex-jenkins-ssh [2020-09-08T04:21:17.784Z] Cloning the remote Git repository [2020-09-08T04:21:17.784Z] Cloning with configured refspecs honoured and without tags [2020-09-08T04:21:17.811Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T04:21:17.874Z] > git init /w/workspace/device-mqtt-go/1 # timeout=10 [2020-09-08T04:21:17.905Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T04:21:17.906Z] > git --version # timeout=10 [2020-09-08T04:21:17.913Z] > git --version # 'git version 2.16.5' [2020-09-08T04:21:17.914Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T04:21:17.935Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/167/head:refs/remotes/origin/PR-167 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T04:21:18.400Z] Fetching without tags [2020-09-08T04:21:18.806Z] Merging remotes/origin/master commit 347e199ee4a649efaded5eeb3cc00e4bd21f3e25 into PR head commit 730afc1cd21337c71e544ea5b289aeb82cf19f56 [2020-09-08T04:21:18.897Z] Merge succeeded, producing 730afc1cd21337c71e544ea5b289aeb82cf19f56 [2020-09-08T04:21:18.897Z] Checking out Revision 730afc1cd21337c71e544ea5b289aeb82cf19f56 (PR-167) [2020-09-08T04:21:18.371Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-08T04:21:18.377Z] > git config --add remote.origin.fetch +refs/pull/167/head:refs/remotes/origin/PR-167 # timeout=10 [2020-09-08T04:21:18.383Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T04:21:18.395Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-08T04:21:18.408Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T04:21:18.408Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T04:21:18.413Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/167/head:refs/remotes/origin/PR-167 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T04:21:18.830Z] > git config core.sparsecheckout # timeout=10 [2020-09-08T04:21:18.839Z] > git checkout -f 730afc1cd21337c71e544ea5b289aeb82cf19f56 # timeout=10 [2020-09-08T04:21:18.872Z] > git remote # timeout=10 [2020-09-08T04:21:18.876Z] > git config --get remote.origin.url # timeout=10 [2020-09-08T04:21:18.880Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T04:21:18.883Z] > git merge 347e199ee4a649efaded5eeb3cc00e4bd21f3e25 # timeout=10 [2020-09-08T04:21:18.894Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-08T04:21:18.904Z] > git config core.sparsecheckout # timeout=10 [2020-09-08T04:21:18.909Z] > git checkout -f 730afc1cd21337c71e544ea5b289aeb82cf19f56 # timeout=10 [2020-09-08T04:21:22.473Z] Commit message: "build: add dependabot.yml" [2020-09-08T04:21:22.500Z] > git --version # timeout=10 [2020-09-08T04:21:22.506Z] > git --version # 'git version 2.16.5' [2020-09-08T04:21:22.515Z] fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-08T04:21:23.933Z] ++ find /w/workspace/device-mqtt-go/1 [2020-09-08T04:21:23.934Z] ++ grep snapcraft.yaml [2020-09-08T04:21:23.934Z] + grep -Po '^name: \K(.*)' /w/workspace/device-mqtt-go/1/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-08T04:21:24.123Z] provisioning config files... [2020-09-08T04:21:24.135Z] copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/1@tmp/config6027174493952237824tmp [Pipeline] { [Pipeline] sh [2020-09-08T04:21:24.527Z] + cp /w/workspace/device-mqtt-go/1@tmp/config6027174493952237824tmp /w/workspace/device-mqtt-go/1/edgex-snap-store-login [Pipeline] sh [2020-09-08T04:21:24.852Z] + 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-08T04:21:25.114Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-09-08T04:21:25.114Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-09-08T04:21:25.114Z] f08d8e2a3ba1: Pulling fs layer [2020-09-08T04:21:25.114Z] 3baa9cb2483b: Pulling fs layer [2020-09-08T04:21:25.114Z] 94e5ff4c0b15: Pulling fs layer [2020-09-08T04:21:25.114Z] 1860925334f9: Pulling fs layer [2020-09-08T04:21:25.114Z] 2daf38717194: Pulling fs layer [2020-09-08T04:21:25.114Z] 309017e8d7a4: Pulling fs layer [2020-09-08T04:21:25.114Z] f7790dc9fd0f: Pulling fs layer [2020-09-08T04:21:25.114Z] 1860925334f9: Waiting [2020-09-08T04:21:25.114Z] 2daf38717194: Waiting [2020-09-08T04:21:25.114Z] 309017e8d7a4: Waiting [2020-09-08T04:21:25.114Z] f7790dc9fd0f: Waiting [2020-09-08T04:21:25.114Z] cac0ae9282c2: Pulling fs layer [2020-09-08T04:21:25.114Z] 1f4cadf9a1ed: Pulling fs layer [2020-09-08T04:21:25.114Z] 1f4cadf9a1ed: Waiting [2020-09-08T04:21:25.114Z] cac0ae9282c2: Waiting [2020-09-08T04:21:25.114Z] 94e5ff4c0b15: Verifying Checksum [2020-09-08T04:21:25.114Z] 94e5ff4c0b15: Download complete [2020-09-08T04:21:25.114Z] 3baa9cb2483b: Verifying Checksum [2020-09-08T04:21:25.114Z] 3baa9cb2483b: Download complete [2020-09-08T04:21:25.114Z] 1860925334f9: Verifying Checksum [2020-09-08T04:21:25.114Z] 1860925334f9: Download complete [2020-09-08T04:21:25.114Z] 309017e8d7a4: Download complete [2020-09-08T04:21:25.114Z] f7790dc9fd0f: Verifying Checksum [2020-09-08T04:21:25.114Z] f7790dc9fd0f: Download complete [2020-09-08T04:21:25.114Z] cac0ae9282c2: Verifying Checksum [2020-09-08T04:21:25.114Z] cac0ae9282c2: Download complete [2020-09-08T04:21:25.114Z] 1f4cadf9a1ed: Verifying Checksum [2020-09-08T04:21:25.114Z] 1f4cadf9a1ed: Download complete [2020-09-08T04:21:26.089Z] f08d8e2a3ba1: Download complete [2020-09-08T04:21:27.489Z] f08d8e2a3ba1: Pull complete [2020-09-08T04:21:27.754Z] 3baa9cb2483b: Pull complete [2020-09-08T04:21:27.754Z] 94e5ff4c0b15: Pull complete [2020-09-08T04:21:28.015Z] 1860925334f9: Pull complete [2020-09-08T04:21:32.230Z] 2daf38717194: Verifying Checksum [2020-09-08T04:21:32.230Z] 2daf38717194: Download complete [2020-09-08T04:21:50.357Z] 2daf38717194: Pull complete [2020-09-08T04:21:50.357Z] 309017e8d7a4: Pull complete [2020-09-08T04:21:50.357Z] f7790dc9fd0f: Pull complete [2020-09-08T04:21:50.357Z] cac0ae9282c2: Pull complete [2020-09-08T04:21:50.357Z] 1f4cadf9a1ed: Pull complete [2020-09-08T04:21:50.357Z] Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 [2020-09-08T04:21:50.357Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-09-08T04:21:53.663Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-09-08T04:21:53.663Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-09-08T04:21:53.663Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-09-08T04:21:53.926Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-09-08T04:21:54.187Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [116 kB] [2020-09-08T04:21:54.187Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.7 kB] [2020-09-08T04:21:54.187Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [10.1 kB] [2020-09-08T04:21:54.187Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [896 kB] [2020-09-08T04:21:54.187Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [132 kB] [2020-09-08T04:21:54.450Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1425 kB] [2020-09-08T04:21:54.450Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1089 kB] [2020-09-08T04:21:54.712Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1384 kB] [2020-09-08T04:21:54.974Z] Fetched 5332 kB in 2s (3308 kB/s) [2020-09-08T04:21:56.888Z] Reading package lists... [2020-09-08T04:22:01.096Z] 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-09-08T04:22:01.096Z] 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-08T04:22:01.096Z] 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-08T04:22:01.096Z] 0% [2 InRelease gpgv 242 kB] 0% [Waiting for headers] 0% [3 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-09-08T04:22:02.199Z] 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... 54% Reading package lists... 64% Reading package lists... 64% Reading package lists... 65% Reading package lists... 65% Reading package lists... 74% Reading package lists... 74% Reading package lists... 75% Reading package lists... 75% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-09-08T04:22:04.117Z] 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-08T04:22:05.217Z] 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... 58% Reading package lists... 64% Reading package lists... 64% Reading package lists... 65% Reading package lists... 65% Reading package lists... 74% Reading package lists... 74% Reading package lists... 75% Reading package lists... 75% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-09-08T04:22:05.477Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree [2020-09-08T04:22:05.477Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-09-08T04:22:05.746Z] The following packages were automatically installed and are no longer required: [2020-09-08T04:22:05.746Z] libjq1 libonig4 [2020-09-08T04:22:05.746Z] Use 'sudo apt autoremove' to remove them. [2020-09-08T04:22:05.746Z] Suggested packages: [2020-09-08T04:22:05.746Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-09-08T04:22:05.746Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed [2020-09-08T04:22:05.746Z] diffutils-doc perl-doc libterm-readline-gnu-perl [2020-09-08T04:22:05.746Z] | libterm-readline-perl-perl [2020-09-08T04:22:05.746Z] The following NEW packages will be installed: [2020-09-08T04:22:05.746Z] curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 [2020-09-08T04:22:05.746Z] libperl5.26 make netbase patch perl perl-modules-5.26 [2020-09-08T04:22:05.746Z] 0 upgraded, 14 newly installed, 0 to remove and 3 not upgraded. [2020-09-08T04:22:05.746Z] Need to get 12.0 MB of archives. [2020-09-08T04:22:05.746Z] After this operation, 77.5 MB of additional disk space will be used. [2020-09-08T04:22:06.011Z] 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-08T04:22:06.848Z] 0% [1 perl-modules-5.26 12.6 kB/2763 kB 0%] 5% [1 perl-modules-5.26 688 kB/2763 kB 25%] 20% [Working] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-09-08T04:22:06.848Z] 20% [2 libgdbm5 26.0 kB/26.0 kB 100%] 21% [Waiting for headers] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-09-08T04:22:06.848Z] 21% [3 libgdbm-compat4 6084 B/6084 B 100%] 23% [Working] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] [2020-09-08T04:22:07.129Z] 23% [4 libperl5.26 0 B/3527 kB 0%] 48% [Waiting for headers] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] [2020-09-08T04:22:07.129Z] 48% [5 perl 16.0 kB/201 kB 8%] 51% [Waiting for headers] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-09-08T04:22:07.129Z] 51% [6 less 28.4 kB/112 kB 25%] 53% [Waiting for headers] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-09-08T04:22:07.129Z] 53% [7 netbase 12.7 kB/12.7 kB 100%] 54% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] [2020-09-08T04:22:07.129Z] 54% [8 curl 4096 B/159 kB 3%] 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-08T04:22:07.129Z] 57% [9 libcurl3-gnutls 24.6 kB/213 kB 12%] 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-08T04:22:07.129Z] 60% [10 liberror-perl 22.8 kB/22.8 kB 100%] 61% [Waiting for headers] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-09-08T04:22:07.129Z] 61% [11 git-man 28.7 kB/804 kB 4%] 68% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-09-08T04:22:07.129Z] 68% [12 git 65.5 kB/3915 kB 2%] 95% [Waiting for headers] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-09-08T04:22:07.394Z] 96% [13 make 29.4 kB/154 kB 19%] 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-08T04:22:07.394Z] 98% [14 patch 9523 B/102 kB 9%] 100% [Working] Fetched 12.0 MB in 1s (9090 kB/s) [2020-09-08T04:22:07.394Z] debconf: delaying package configuration, since apt-utils is not installed [2020-09-08T04:22:07.658Z] Selecting previously unselected package perl-modules-5.26. [2020-09-08T04:22:07.658Z] (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-08T04:22:07.658Z] Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-09-08T04:22:07.658Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-08T04:22:08.601Z] Selecting previously unselected package libgdbm5:amd64. [2020-09-08T04:22:08.601Z] Preparing to unpack .../01-libgdbm5_1.14.1-6_amd64.deb ... [2020-09-08T04:22:08.601Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-09-08T04:22:08.601Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-09-08T04:22:08.601Z] Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-09-08T04:22:08.601Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-09-08T04:22:08.601Z] Selecting previously unselected package libperl5.26:amd64. [2020-09-08T04:22:08.601Z] Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-09-08T04:22:08.601Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-09-08T04:22:09.542Z] Selecting previously unselected package perl. [2020-09-08T04:22:09.542Z] Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-09-08T04:22:09.542Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-09-08T04:22:09.542Z] Selecting previously unselected package less. [2020-09-08T04:22:09.542Z] Preparing to unpack .../05-less_487-0.1_amd64.deb ... [2020-09-08T04:22:09.542Z] Unpacking less (487-0.1) ... [2020-09-08T04:22:09.542Z] Selecting previously unselected package netbase. [2020-09-08T04:22:09.542Z] Preparing to unpack .../06-netbase_5.4_all.deb ... [2020-09-08T04:22:09.542Z] Unpacking netbase (5.4) ... [2020-09-08T04:22:09.542Z] Selecting previously unselected package curl. [2020-09-08T04:22:09.542Z] Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_amd64.deb ... [2020-09-08T04:22:09.542Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-09-08T04:22:09.804Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-09-08T04:22:09.804Z] Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... [2020-09-08T04:22:09.804Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-09-08T04:22:09.804Z] Selecting previously unselected package liberror-perl. [2020-09-08T04:22:09.804Z] Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... [2020-09-08T04:22:09.804Z] Unpacking liberror-perl (0.17025-1) ... [2020-09-08T04:22:09.804Z] Selecting previously unselected package git-man. [2020-09-08T04:22:09.804Z] Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-09-08T04:22:09.804Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-08T04:22:10.066Z] Selecting previously unselected package git. [2020-09-08T04:22:10.066Z] Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-09-08T04:22:10.066Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-09-08T04:22:10.643Z] Selecting previously unselected package make. [2020-09-08T04:22:10.643Z] Preparing to unpack .../12-make_4.1-9.1ubuntu1_amd64.deb ... [2020-09-08T04:22:10.643Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-09-08T04:22:10.904Z] Selecting previously unselected package patch. [2020-09-08T04:22:10.904Z] Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-09-08T04:22:10.904Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-09-08T04:22:10.904Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-08T04:22:10.904Z] Setting up less (487-0.1) ... [2020-09-08T04:22:11.166Z] Setting up make (4.1-9.1ubuntu1) ... [2020-09-08T04:22:11.166Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-09-08T04:22:11.166Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-09-08T04:22:11.166Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-08T04:22:11.166Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-09-08T04:22:11.166Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-09-08T04:22:11.166Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-09-08T04:22:11.166Z] Setting up netbase (5.4) ... [2020-09-08T04:22:11.166Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-09-08T04:22:11.166Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-09-08T04:22:11.429Z] Setting up liberror-perl (0.17025-1) ... [2020-09-08T04:22:11.429Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-09-08T04:22:11.429Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-09-08T04:22:11.429Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-09-08T04:22:13.386Z] curl set to automatically installed. [2020-09-08T04:22:13.386Z] git set to automatically installed. [2020-09-08T04:22:13.386Z] git-man set to automatically installed. [2020-09-08T04:22:13.386Z] less set to automatically installed. [2020-09-08T04:22:13.386Z] libcurl3-gnutls set to automatically installed. [2020-09-08T04:22:13.386Z] liberror-perl set to automatically installed. [2020-09-08T04:22:13.386Z] libgdbm-compat4 set to automatically installed. [2020-09-08T04:22:13.386Z] libgdbm5 set to automatically installed. [2020-09-08T04:22:13.386Z] libperl5.26 set to automatically installed. [2020-09-08T04:22:13.386Z] make set to automatically installed. [2020-09-08T04:22:13.386Z] netbase set to automatically installed. [2020-09-08T04:22:13.386Z] patch set to automatically installed. [2020-09-08T04:22:13.386Z] perl set to automatically installed. [2020-09-08T04:22:13.386Z] perl-modules-5.26 set to automatically installed. [2020-09-08T04:22:13.386Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-09-08T04:22:13.386Z] Please ensure the environment is properly setup before continuing. [2020-09-08T04:22:13.386Z] Ignore this message if the appropriate measures have already been taken [2020-09-08T04:22:13.972Z] Pulling go  [2020-09-08T04:22:14.925Z] 'device-mqtt' has dependencies that need to be staged: go [2020-09-08T04:22:14.925Z] Skipping pull go (already ran) [2020-09-08T04:22:14.925Z] Building go  [2020-09-08T04:22:14.925Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-08T04:22:14.925Z] Dload Upload Total Spent Left Speed [2020-09-08T04:22:17.047Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 26 114M 26 30.1M 0 0 49.2M 0 0:00:02 --:--:-- 0:00:02 49.1M 80 114M 80 92.1M 0 0 57.8M 0 0:00:01 0:00:01 --:--:-- 57.8M 100 114M 100 114M 0 0 59.3M 0 0:00:01 0:00:01 --:--:-- 59.3M [2020-09-08T04:22:17.620Z] go1.13.5.linux-amd64.tar.gz: OK [2020-09-08T04:22:24.224Z] Staging go  [2020-09-08T04:22:24.801Z] Pulling device-mqtt  [2020-09-08T04:22:25.747Z] Skipping build go (already ran) [2020-09-08T04:22:25.747Z] Building device-mqtt  [2020-09-08T04:22:25.747Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.1" -o cmd/device-mqtt ./cmd [2020-09-08T04:22:26.697Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-08T04:22:26.697Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-09-08T04:22:26.697Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-08T04:22:26.697Z] go: downloading github.com/spf13/cast v1.3.0 [2020-09-08T04:22:26.697Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-08T04:22:26.697Z] go: extracting github.com/spf13/cast v1.3.0 [2020-09-08T04:22:26.697Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-08T04:22:26.697Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-09-08T04:22:26.697Z] go: downloading github.com/google/uuid v1.1.1 [2020-09-08T04:22:26.697Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-08T04:22:26.697Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-09-08T04:22:26.697Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-08T04:22:26.697Z] go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-08T04:22:26.697Z] go: extracting github.com/google/uuid v1.1.1 [2020-09-08T04:22:26.697Z] go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-08T04:22:26.697Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-09-08T04:22:26.697Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-08T04:22:26.697Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-09-08T04:22:26.697Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-08T04:22:26.697Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-09-08T04:22:26.959Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-09-08T04:22:26.959Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-08T04:22:26.959Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-09-08T04:22:26.959Z] go: downloading github.com/x448/float16 v0.8.4 [2020-09-08T04:22:26.959Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-09-08T04:22:26.959Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-08T04:22:26.959Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-08T04:22:26.959Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-08T04:22:26.959Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-09-08T04:22:26.959Z] go: extracting github.com/x448/float16 v0.8.4 [2020-09-08T04:22:26.959Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-09-08T04:22:26.959Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-09-08T04:22:26.959Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-08T04:22:26.959Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-09-08T04:22:26.959Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-08T04:22:26.959Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-08T04:22:26.959Z] go: downloading github.com/pkg/errors v0.8.1 [2020-09-08T04:22:26.959Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-09-08T04:22:26.959Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-09-08T04:22:26.959Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-08T04:22:26.959Z] go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-08T04:22:26.959Z] go: extracting github.com/pkg/errors v0.8.1 [2020-09-08T04:22:26.959Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-09-08T04:22:26.959Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-09-08T04:22:26.959Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-08T04:22:26.959Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-08T04:22:26.959Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-09-08T04:22:26.959Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-09-08T04:22:26.959Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-09-08T04:22:26.959Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-08T04:22:26.959Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-09-08T04:22:26.959Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-08T04:22:26.959Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-08T04:22:26.959Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-09-08T04:22:26.959Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-09-08T04:22:26.959Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-09-08T04:22:26.959Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-08T04:22:26.959Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-08T04:22:26.959Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-09-08T04:22:26.959Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-09-08T04:22:27.220Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-08T04:22:27.220Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-08T04:22:27.220Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-08T04:22:27.220Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-08T04:22:27.220Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-09-08T04:22:27.220Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-09-08T04:22:27.220Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-08T04:22:27.220Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-08T04:22:27.220Z] go: finding github.com/spf13/cast v1.3.0 [2020-09-08T04:22:27.220Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-09-08T04:22:27.220Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-08T04:22:27.220Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-08T04:22:27.220Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-08T04:22:27.220Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-08T04:22:27.220Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-08T04:22:27.220Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-08T04:22:27.220Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-08T04:22:27.220Z] go: finding github.com/google/uuid v1.1.1 [2020-09-08T04:22:27.220Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-08T04:22:27.221Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-08T04:22:27.221Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-08T04:22:27.221Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-08T04:22:27.221Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-08T04:22:27.221Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-08T04:22:27.485Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-08T04:22:27.485Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-08T04:22:27.485Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-08T04:22:27.485Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-08T04:22:27.485Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-08T04:22:27.485Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-08T04:22:27.485Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-08T04:22:27.485Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-08T04:22:27.485Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-08T04:22:27.485Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-08T04:22:27.485Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-08T04:22:27.485Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-08T04:22:27.485Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-08T04:22:27.485Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-08T04:22:27.485Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-08T04:22:32.142Z] Running on prd-ubuntu18.04-docker-arm64-16c-16g-1775 in /w/workspace/gexfoundry_device-mqtt-go_PR-167 [Pipeline] { [Pipeline] ws [2020-09-08T04:22:32.224Z] Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout [2020-09-08T04:22:34.203Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-08T04:22:36.090Z] using credential edgex-jenkins-ssh [2020-09-08T04:22:36.141Z] Cloning the remote Git repository [2020-09-08T04:22:36.141Z] Cloning with configured refspecs honoured and without tags [2020-09-08T04:22:37.055Z] Fetching without tags [2020-09-08T04:22:36.185Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T04:22:36.279Z] > git init /w/workspace/device-mqtt-go/1 # timeout=10 [2020-09-08T04:22:36.330Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T04:22:36.331Z] > git --version # timeout=10 [2020-09-08T04:22:36.348Z] > git --version # 'git version 2.17.1' [2020-09-08T04:22:36.350Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T04:22:36.393Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/167/head:refs/remotes/origin/PR-167 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T04:22:36.992Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-08T04:22:37.006Z] > git config --add remote.origin.fetch +refs/pull/167/head:refs/remotes/origin/PR-167 # timeout=10 [2020-09-08T04:22:37.019Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T04:22:37.040Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-08T04:22:37.063Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T04:22:37.063Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T04:22:37.075Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/167/head:refs/remotes/origin/PR-167 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T04:22:37.497Z] Merging remotes/origin/master commit 347e199ee4a649efaded5eeb3cc00e4bd21f3e25 into PR head commit 730afc1cd21337c71e544ea5b289aeb82cf19f56 [2020-09-08T04:22:37.675Z] Merge succeeded, producing 730afc1cd21337c71e544ea5b289aeb82cf19f56 [2020-09-08T04:22:37.676Z] Checking out Revision 730afc1cd21337c71e544ea5b289aeb82cf19f56 (PR-167) [2020-09-08T04:22:37.511Z] > git config core.sparsecheckout # timeout=10 [2020-09-08T04:22:37.523Z] > git checkout -f 730afc1cd21337c71e544ea5b289aeb82cf19f56 # timeout=10 [2020-09-08T04:22:37.590Z] > git remote # timeout=10 [2020-09-08T04:22:37.603Z] > git config --get remote.origin.url # timeout=10 [2020-09-08T04:22:37.612Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T04:22:37.622Z] > git merge 347e199ee4a649efaded5eeb3cc00e4bd21f3e25 # timeout=10 [2020-09-08T04:22:37.663Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-08T04:22:37.681Z] > git config core.sparsecheckout # timeout=10 [2020-09-08T04:22:37.690Z] > git checkout -f 730afc1cd21337c71e544ea5b289aeb82cf19f56 # timeout=10 [2020-09-08T04:22:38.415Z] Skipping stage go (already ran) [2020-09-08T04:22:38.415Z] Staging device-mqtt  [2020-09-08T04:22:38.987Z] Priming go  [2020-09-08T04:22:39.941Z] Priming device-mqtt  [2020-09-08T04:22:40.917Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-09-08T04:22:40.917Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-09-08T04:22:40.917Z] Determining the version from the project repo (version-script). [2020-09-08T04:22:40.917Z] The version has been set to '1.2.1-20200908+730afc1' [2020-09-08T04:22:41.472Z] Snapping | Snapping / Snapping - Snapping \ Snapping | [2020-09-08T04:22:41.472Z] Snapped edgex-device-mqtt_1.2.1-20200908+730afc1_amd64.snap [2020-09-08T04:22:41.747Z] Commit message: "build: add dependabot.yml" [2020-09-08T04:22:41.803Z] > git --version # timeout=10 [2020-09-08T04:22:41.814Z] > git --version # 'git version 2.17.1' [2020-09-08T04:22:41.823Z] fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-08T04:22:43.203Z] + find /w/workspace/device-mqtt-go/1 [2020-09-08T04:22:43.204Z] + grep snapcraft.yaml [2020-09-08T04:22:43.204Z] + grep -Po ^name: \K(.*) /w/workspace/device-mqtt-go/1/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-08T04:22:43.501Z] provisioning config files... [2020-09-08T04:22:43.524Z] copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/1@tmp/config2000920071918494480tmp [Pipeline] { [Pipeline] sh [2020-09-08T04:22:43.984Z] + cp /w/workspace/device-mqtt-go/1@tmp/config2000920071918494480tmp /w/workspace/device-mqtt-go/1/edgex-snap-store-login [Pipeline] sh [Pipeline] } [2020-09-08T04:22:44.142Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-08T04:22:44.337Z] + 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 [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2020-09-08T04:22:44.940Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [2020-09-08T04:22:45.217Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-09-08T04:22:45.217Z] 237528ba509b: Pulling fs layer [2020-09-08T04:22:45.217Z] 393b96f31d8b: Pulling fs layer [2020-09-08T04:22:45.217Z] 4d82b0e39008: Pulling fs layer [2020-09-08T04:22:45.217Z] e7ca375b8d34: Pulling fs layer [2020-09-08T04:22:45.217Z] 418f656485bb: Pulling fs layer [2020-09-08T04:22:45.217Z] aebe8db9254c: Pulling fs layer [2020-09-08T04:22:45.217Z] 4f5f7b207d3f: Pulling fs layer [2020-09-08T04:22:45.217Z] d19ca6af091a: Pulling fs layer [2020-09-08T04:22:45.217Z] 16b5a0711add: Pulling fs layer [2020-09-08T04:22:45.217Z] 418f656485bb: Waiting [2020-09-08T04:22:45.217Z] aebe8db9254c: Waiting [2020-09-08T04:22:45.217Z] 4f5f7b207d3f: Waiting [2020-09-08T04:22:45.217Z] d19ca6af091a: Waiting [2020-09-08T04:22:45.217Z] 16b5a0711add: Waiting [2020-09-08T04:22:45.217Z] e7ca375b8d34: Waiting [2020-09-08T04:22:45.217Z] 4d82b0e39008: Verifying Checksum [2020-09-08T04:22:45.217Z] 4d82b0e39008: Download complete [2020-09-08T04:22:45.217Z] 393b96f31d8b: Verifying Checksum [2020-09-08T04:22:45.217Z] 393b96f31d8b: Download complete [2020-09-08T04:22:45.217Z] aebe8db9254c: Verifying Checksum [2020-09-08T04:22:45.217Z] aebe8db9254c: Download complete [2020-09-08T04:22:45.217Z] 4f5f7b207d3f: Download complete [2020-09-08T04:22:45.217Z] d19ca6af091a: Verifying Checksum [2020-09-08T04:22:45.217Z] d19ca6af091a: Download complete [2020-09-08T04:22:45.217Z] 16b5a0711add: Download complete [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-08T04:22:46.227Z] 237528ba509b: Verifying Checksum [2020-09-08T04:22:46.227Z] 237528ba509b: Download complete [2020-09-08T04:22:48.850Z] 237528ba509b: Pull complete [2020-09-08T04:22:49.122Z] 393b96f31d8b: Pull complete [2020-09-08T04:22:49.404Z] 4d82b0e39008: Pull complete [2020-09-08T04:22:50.002Z] e7ca375b8d34: Pull complete [2020-09-08T04:22:54.312Z] 418f656485bb: Verifying Checksum [2020-09-08T04:22:54.312Z] 418f656485bb: Download complete [2020-09-08T04:23:41.423Z] 418f656485bb: Pull complete [2020-09-08T04:23:41.423Z] aebe8db9254c: Pull complete [2020-09-08T04:23:41.423Z] 4f5f7b207d3f: Pull complete [2020-09-08T04:23:41.423Z] d19ca6af091a: Pull complete [2020-09-08T04:23:41.423Z] 16b5a0711add: Pull complete [2020-09-08T04:23:41.423Z] Digest: sha256:9ca9034cebc7408d83a32dada391ac179c4174cde852b5731596ec8e47bf0b3e [2020-09-08T04:23:41.423Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-09-08T04:23:42.891Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-09-08T04:23:42.891Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-09-08T04:23:42.891Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-09-08T04:23:43.188Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-09-08T04:23:43.474Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1259 kB] [2020-09-08T04:23:43.780Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [942 kB] [2020-09-08T04:23:44.085Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [671 kB] [2020-09-08T04:23:44.381Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [782 kB] [2020-09-08T04:23:44.682Z] Fetched 3906 kB in 2s (1750 kB/s) [2020-09-08T04:23:49.114Z] Reading package lists... [2020-09-08T04:24:01.733Z] 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-09-08T04:24:01.733Z] 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [2020-09-08T04:24:01.733Z] 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [2020-09-08T04:24:01.733Z] 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [2020-09-08T04:24:07.222Z] 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-08T04:24:13.912Z] 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-08T04:24:17.990Z] 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... 49% Reading package lists... 67% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 84% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-09-08T04:24:18.853Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 16% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree [2020-09-08T04:24:18.853Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-09-08T04:24:19.826Z] The following packages were automatically installed and are no longer required: [2020-09-08T04:24:19.826Z] libjq1 libonig4 [2020-09-08T04:24:19.826Z] Use 'sudo apt autoremove' to remove them. [2020-09-08T04:24:19.826Z] Suggested packages: [2020-09-08T04:24:19.826Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-09-08T04:24:19.826Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed [2020-09-08T04:24:19.826Z] diffutils-doc perl-doc libterm-readline-gnu-perl [2020-09-08T04:24:19.826Z] | libterm-readline-perl-perl [2020-09-08T04:24:20.096Z] The following NEW packages will be installed: [2020-09-08T04:24:20.096Z] curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 [2020-09-08T04:24:20.096Z] libperl5.26 make netbase patch perl perl-modules-5.26 [2020-09-08T04:24:20.096Z] 0 upgraded, 14 newly installed, 0 to remove and 3 not upgraded. [2020-09-08T04:24:20.096Z] Need to get 10.8 MB of archives. [2020-09-08T04:24:20.096Z] After this operation, 73.6 MB of additional disk space will be used. [2020-09-08T04:24:20.368Z] 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-08T04:24:21.229Z] 0% [1 perl-modules-5.26 8181 B/2763 kB 0%] 7% [1 perl-modules-5.26 886 kB/2763 kB 32%] 22% [Working] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] [2020-09-08T04:24:21.229Z] 22% [2 libgdbm5 8192 B/23.1 kB 35%] 24% [Working] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] [2020-09-08T04:24:21.229Z] 24% [3 libgdbm-compat4 5536 B/5536 B 100%] 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-08T04:24:21.229Z] 25% [4 libperl5.26 12.3 kB/3326 kB 0%] 51% [Working] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] [2020-09-08T04:24:21.229Z] 51% [5 perl 42.3 kB/201 kB 21%] 54% [Working] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] [2020-09-08T04:24:21.229Z] 54% [6 less 24.6 kB/99.7 kB 25%] 56% [Working] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] [2020-09-08T04:24:21.229Z] 56% [7 netbase 12.7 kB/12.7 kB 100%] 58% [Waiting for headers] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.10 [152 kB] [2020-09-08T04:24:21.229Z] 58% [8 curl 55.4 kB/152 kB 36%] 60% [Working] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.10 [179 kB] [2020-09-08T04:24:21.229Z] 60% [9 libcurl3-gnutls 12.3 kB/179 kB 7%] 63% [Working] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] [2020-09-08T04:24:21.229Z] 63% [10 liberror-perl 22.8 kB/22.8 kB 100%] 65% [Working] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-09-08T04:24:21.229Z] 65% [11 git-man 4096 B/804 kB 1%] 72% [Working] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] [2020-09-08T04:24:21.500Z] 72% [12 git 0 B/2952 kB 0%] 95% [Waiting for headers] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] [2020-09-08T04:24:21.500Z] 96% [13 make 65.5 kB/139 kB 47%] 98% [Waiting for headers] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] [2020-09-08T04:24:21.500Z] 98% [14 patch 65.5 kB/91.8 kB 71%] 100% [Working] Fetched 10.8 MB in 1s (8703 kB/s) [2020-09-08T04:24:22.094Z] debconf: delaying package configuration, since apt-utils is not installed [2020-09-08T04:24:22.094Z] Selecting previously unselected package perl-modules-5.26. [2020-09-08T04:24:22.094Z] (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-08T04:24:22.094Z] Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-09-08T04:24:22.094Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-08T04:24:24.062Z] Selecting previously unselected package libgdbm5:arm64. [2020-09-08T04:24:24.062Z] Preparing to unpack .../01-libgdbm5_1.14.1-6_arm64.deb ... [2020-09-08T04:24:24.062Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-09-08T04:24:24.062Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-09-08T04:24:24.062Z] Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-09-08T04:24:24.062Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-09-08T04:24:24.062Z] Selecting previously unselected package libperl5.26:arm64. [2020-09-08T04:24:24.062Z] Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... [2020-09-08T04:24:24.062Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-09-08T04:24:25.489Z] Selecting previously unselected package perl. [2020-09-08T04:24:25.489Z] Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_arm64.deb ... [2020-09-08T04:24:25.489Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-09-08T04:24:25.489Z] Selecting previously unselected package less. [2020-09-08T04:24:25.489Z] Preparing to unpack .../05-less_487-0.1_arm64.deb ... [2020-09-08T04:24:25.489Z] Unpacking less (487-0.1) ... [2020-09-08T04:24:25.762Z] Selecting previously unselected package netbase. [2020-09-08T04:24:25.762Z] Preparing to unpack .../06-netbase_5.4_all.deb ... [2020-09-08T04:24:25.762Z] Unpacking netbase (5.4) ... [2020-09-08T04:24:25.762Z] Selecting previously unselected package curl. [2020-09-08T04:24:25.762Z] Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_arm64.deb ... [2020-09-08T04:24:25.762Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-09-08T04:24:26.034Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-09-08T04:24:26.034Z] Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_arm64.deb ... [2020-09-08T04:24:26.034Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... [2020-09-08T04:24:26.034Z] Selecting previously unselected package liberror-perl. [2020-09-08T04:24:26.034Z] Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... [2020-09-08T04:24:26.034Z] Unpacking liberror-perl (0.17025-1) ... [2020-09-08T04:24:26.305Z] Selecting previously unselected package git-man. [2020-09-08T04:24:26.305Z] Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-09-08T04:24:26.305Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-08T04:24:26.576Z] Selecting previously unselected package git. [2020-09-08T04:24:26.576Z] Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-09-08T04:24:26.576Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-09-08T04:24:28.002Z] Selecting previously unselected package make. [2020-09-08T04:24:28.002Z] Preparing to unpack .../12-make_4.1-9.1ubuntu1_arm64.deb ... [2020-09-08T04:24:28.002Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-09-08T04:24:28.002Z] Selecting previously unselected package patch. [2020-09-08T04:24:28.002Z] Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-09-08T04:24:28.002Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-09-08T04:24:28.273Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-08T04:24:28.273Z] Setting up less (487-0.1) ... [2020-09-08T04:24:28.542Z] Setting up make (4.1-9.1ubuntu1) ... [2020-09-08T04:24:28.542Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-09-08T04:24:28.542Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... [2020-09-08T04:24:28.811Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-08T04:24:28.811Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-09-08T04:24:28.811Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-09-08T04:24:28.811Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-09-08T04:24:28.811Z] Setting up netbase (5.4) ... [2020-09-08T04:24:29.082Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-09-08T04:24:29.082Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-09-08T04:24:29.082Z] Setting up liberror-perl (0.17025-1) ... [2020-09-08T04:24:29.082Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-09-08T04:24:29.354Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-09-08T04:24:29.354Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-09-08T04:24:34.736Z] curl set to automatically installed. [2020-09-08T04:24:34.736Z] git set to automatically installed. [2020-09-08T04:24:34.736Z] git-man set to automatically installed. [2020-09-08T04:24:34.736Z] less set to automatically installed. [2020-09-08T04:24:34.736Z] libcurl3-gnutls set to automatically installed. [2020-09-08T04:24:34.736Z] liberror-perl set to automatically installed. [2020-09-08T04:24:34.736Z] libgdbm-compat4 set to automatically installed. [2020-09-08T04:24:34.736Z] libgdbm5 set to automatically installed. [2020-09-08T04:24:34.736Z] libperl5.26 set to automatically installed. [2020-09-08T04:24:34.736Z] make set to automatically installed. [2020-09-08T04:24:34.736Z] netbase set to automatically installed. [2020-09-08T04:24:34.736Z] patch set to automatically installed. [2020-09-08T04:24:34.736Z] perl set to automatically installed. [2020-09-08T04:24:34.736Z] perl-modules-5.26 set to automatically installed. [2020-09-08T04:24:34.736Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-09-08T04:24:34.736Z] Please ensure the environment is properly setup before continuing. [2020-09-08T04:24:34.736Z] Ignore this message if the appropriate measures have already been taken [2020-09-08T04:24:35.703Z] Pulling go  [2020-09-08T04:24:39.089Z] 'device-mqtt' has dependencies that need to be staged: go [2020-09-08T04:24:39.089Z] Skipping pull go (already ran) [2020-09-08T04:24:39.089Z] Building go  [2020-09-08T04:24:39.089Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-08T04:24:39.089Z] Dload Upload Total Spent Left Speed [2020-09-08T04:24:44.380Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 8 93.0M 8 7887k 0 0 14.5M 0 0:00:06 --:--:-- 0:00:06 14.5M 36 93.0M 36 33.6M 0 0 22.0M 0 0:00:04 0:00:01 0:00:03 22.0M 64 93.0M 64 59.6M 0 0 23.6M 0 0:00:03 0:00:02 0:00:01 23.6M 77 93.0M 77 71.9M 0 0 17.9M 0 0:00:05 0:00:04 0:00:01 17.9M 77 93.0M 77 71.9M 0 0 14.3M 0 0:00:06 0:00:05 0:00:01 14.3M 92 93.0M 92 86.1M 0 0 15.5M 0 0:00:05 0:00:05 --:--:-- 15.6M 100 93.0M 100 93.0M 0 0 16.2M 0 0:00:05 0:00:05 --:--:-- 14.1M [2020-09-08T04:24:45.813Z] go1.13.5.linux-arm64.tar.gz: OK [2020-09-08T04:25:04.132Z] Staging go  [2020-09-08T04:25:06.108Z] Pulling device-mqtt  [2020-09-08T04:25:09.495Z] Skipping build go (already ran) [2020-09-08T04:25:09.495Z] Building device-mqtt  [2020-09-08T04:25:09.495Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.1" -o cmd/device-mqtt ./cmd [2020-09-08T04:25:10.478Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-08T04:25:10.478Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-08T04:25:10.478Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-08T04:25:10.478Z] go: downloading github.com/spf13/cast v1.3.0 [2020-09-08T04:25:10.754Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-09-08T04:25:10.754Z] go: extracting github.com/spf13/cast v1.3.0 [2020-09-08T04:25:10.754Z] go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-08T04:25:10.754Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-08T04:25:10.754Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-08T04:25:10.754Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-09-08T04:25:11.033Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-09-08T04:25:11.033Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-08T04:25:11.033Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-09-08T04:25:11.033Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-09-08T04:25:11.033Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-09-08T04:25:11.033Z] go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-08T04:25:11.033Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-09-08T04:25:11.033Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-08T04:25:11.033Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-08T04:25:11.033Z] go: downloading github.com/google/uuid v1.1.1 [2020-09-08T04:25:11.033Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-09-08T04:25:11.033Z] go: downloading github.com/pkg/errors v0.8.1 [2020-09-08T04:25:11.033Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-09-08T04:25:11.033Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-08T04:25:11.033Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-08T04:25:11.033Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-08T04:25:11.033Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-08T04:25:11.033Z] go: extracting github.com/google/uuid v1.1.1 [2020-09-08T04:25:11.033Z] go: extracting github.com/pkg/errors v0.8.1 [2020-09-08T04:25:11.033Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-09-08T04:25:11.033Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-09-08T04:25:11.033Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-09-08T04:25:11.033Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-09-08T04:25:11.033Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-09-08T04:25:11.306Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-08T04:25:11.306Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-08T04:25:11.306Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-09-08T04:25:11.306Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-08T04:25:11.306Z] go: downloading github.com/x448/float16 v0.8.4 [2020-09-08T04:25:11.306Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-09-08T04:25:11.306Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-08T04:25:11.306Z] go: extracting github.com/x448/float16 v0.8.4 [2020-09-08T04:25:11.306Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-08T04:25:11.306Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-09-08T04:25:11.306Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-08T04:25:11.306Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-09-08T04:25:11.306Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-08T04:25:11.306Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-09-08T04:25:11.306Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-08T04:25:11.306Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-08T04:25:11.306Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-08T04:25:11.306Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-08T04:25:11.306Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-09-08T04:25:11.306Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-09-08T04:25:11.306Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-09-08T04:25:11.306Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-09-08T04:25:11.306Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-09-08T04:25:11.580Z] go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-08T04:25:11.580Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-09-08T04:25:11.580Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-09-08T04:25:11.580Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-08T04:25:11.580Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-08T04:25:11.580Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-08T04:25:11.854Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-08T04:25:11.854Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-09-08T04:25:11.854Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-09-08T04:25:11.854Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-08T04:25:11.854Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-08T04:25:11.854Z] go: finding github.com/spf13/cast v1.3.0 [2020-09-08T04:25:11.854Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-09-08T04:25:11.854Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-08T04:25:11.854Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-08T04:25:11.854Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-08T04:25:11.854Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-08T04:25:11.854Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-08T04:25:11.854Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-08T04:25:11.854Z] go: finding github.com/google/uuid v1.1.1 [2020-09-08T04:25:11.854Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-08T04:25:11.854Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-08T04:25:12.129Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-08T04:25:12.129Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-08T04:25:12.129Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-08T04:25:12.129Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-08T04:25:12.129Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-08T04:25:12.129Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-08T04:25:12.129Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-08T04:25:12.129Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-08T04:25:12.129Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-08T04:25:12.129Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-08T04:25:12.130Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-08T04:25:12.130Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-08T04:25:12.130Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-08T04:25:12.130Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-08T04:25:12.130Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-08T04:25:12.130Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-08T04:25:12.130Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-08T04:25:12.130Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-08T04:25:12.130Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-08T04:25:12.130Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-08T04:25:30.464Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-08T04:25:48.776Z] Skipping stage go (already ran) [2020-09-08T04:25:48.776Z] Staging device-mqtt  [2020-09-08T04:25:51.389Z] Priming go  [2020-09-08T04:25:54.007Z] Priming device-mqtt  [2020-09-08T04:25:58.304Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-09-08T04:25:58.304Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-09-08T04:25:58.304Z] Determining the version from the project repo (version-script). [2020-09-08T04:25:58.304Z] The version has been set to '1.2.1-20200908+730afc1' [2020-09-08T04:25:58.858Z] Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping | [2020-09-08T04:25:58.858Z] Snapped edgex-device-mqtt_1.2.1-20200908+730afc1_arm64.snap [Pipeline] } [2020-09-08T04:26:01.509Z] 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-08T04:26:03.835Z] provisioning config files... [2020-09-08T04:26:03.849Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-167@tmp/config7419683165955072759tmp [Pipeline] { [Pipeline] sh [2020-09-08T04:26:04.297Z] + curl -s https://codecov.io/bash [2020-09-08T04:26:04.297Z] + bash -s - -t @/w/workspace/gexfoundry_device-mqtt-go_PR-167@tmp/config7419683165955072759tmp [Pipeline] } [2020-09-08T04:26:04.607Z] 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-08T04:26:07.678Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-08T04:26:08.294Z] ---> package-listing.sh [2020-09-08T04:26:08.294Z] ++ facter osfamily [2020-09-08T04:26:08.294Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-08T04:26:08.558Z] + OS_FAMILY=redhat [2020-09-08T04:26:08.558Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-167 [2020-09-08T04:26:08.558Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-08T04:26:08.558Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-08T04:26:08.558Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-08T04:26:08.558Z] + PACKAGES=/tmp/packages_start.txt [2020-09-08T04:26:08.558Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-167 ']' [2020-09-08T04:26:08.558Z] + PACKAGES=/tmp/packages_end.txt [2020-09-08T04:26:08.558Z] + case "${OS_FAMILY}" in [2020-09-08T04:26:08.558Z] + rpm -qa [2020-09-08T04:26:08.558Z] + sort [2020-09-08T04:26:12.816Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-08T04:26:12.816Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-08T04:26:12.816Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-08T04:26:12.816Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-167 ']' [2020-09-08T04:26:12.816Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-167/archives/ [2020-09-08T04:26:12.816Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-167/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:26:13.786Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-08T04:26:13.786Z] [2020-09-08T04:26:13.786Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:26:14.210Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-08T04:26:14.211Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-08T04:26:14.211Z] df20fa9351a1: Pulling fs layer [2020-09-08T04:26:14.211Z] 36b3adc4ff6f: Pulling fs layer [2020-09-08T04:26:14.211Z] 8ad3a11d3b57: Pulling fs layer [2020-09-08T04:26:14.211Z] 46f8f816bc3b: Pulling fs layer [2020-09-08T04:26:14.211Z] 0dadc02b9964: Pulling fs layer [2020-09-08T04:26:14.211Z] ce6a7cf60c04: Pulling fs layer [2020-09-08T04:26:14.211Z] 7a184a31f384: Pulling fs layer [2020-09-08T04:26:14.211Z] 0879bd2ef858: Pulling fs layer [2020-09-08T04:26:14.211Z] 46f8f816bc3b: Waiting [2020-09-08T04:26:14.211Z] 0dadc02b9964: Waiting [2020-09-08T04:26:14.211Z] 0879bd2ef858: Waiting [2020-09-08T04:26:14.211Z] ce6a7cf60c04: Waiting [2020-09-08T04:26:14.211Z] 7a184a31f384: Waiting [2020-09-08T04:26:14.211Z] 36b3adc4ff6f: Download complete [2020-09-08T04:26:14.520Z] 46f8f816bc3b: Verifying Checksum [2020-09-08T04:26:14.520Z] 46f8f816bc3b: Download complete [2020-09-08T04:26:14.520Z] df20fa9351a1: Verifying Checksum [2020-09-08T04:26:14.819Z] ce6a7cf60c04: Verifying Checksum [2020-09-08T04:26:14.819Z] ce6a7cf60c04: Download complete [2020-09-08T04:26:14.819Z] 7a184a31f384: Verifying Checksum [2020-09-08T04:26:14.819Z] 7a184a31f384: Download complete [2020-09-08T04:26:14.819Z] 0dadc02b9964: Verifying Checksum [2020-09-08T04:26:14.819Z] 0dadc02b9964: Download complete [2020-09-08T04:26:15.096Z] df20fa9351a1: Pull complete [2020-09-08T04:26:15.374Z] 8ad3a11d3b57: Verifying Checksum [2020-09-08T04:26:15.374Z] 8ad3a11d3b57: Download complete [2020-09-08T04:26:15.374Z] 36b3adc4ff6f: Pull complete [2020-09-08T04:26:15.983Z] 0879bd2ef858: Verifying Checksum [2020-09-08T04:26:15.983Z] 0879bd2ef858: Download complete [2020-09-08T04:26:16.566Z] 8ad3a11d3b57: Pull complete [2020-09-08T04:26:16.566Z] 46f8f816bc3b: Pull complete [2020-09-08T04:26:17.143Z] 0dadc02b9964: Pull complete [2020-09-08T04:26:17.408Z] ce6a7cf60c04: Pull complete [2020-09-08T04:26:18.026Z] 7a184a31f384: Pull complete [2020-09-08T04:26:22.460Z] 0879bd2ef858: Pull complete [2020-09-08T04:26:22.460Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-08T04:26:22.460Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-08T04:26:22.460Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-08T04:26:22.691Z] prd-centos7-docker-4c-2g-1771 does not seem to be running inside a container [2020-09-08T04:26:22.783Z] $ 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-167 -v /w/workspace/gexfoundry_device-mqtt-go_PR-167:/w/workspace/gexfoundry_device-mqtt-go_PR-167:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-167@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-167@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-08T04:26:28.879Z] $ docker top 8e1d4746f4b14977a6e7a56e171f178d9ecd763def8135d712b489ceb755564d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-08T04:26:29.744Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-08T04:26:30.156Z] + ls /var/log/sa-host [2020-09-08T04:26:30.156Z] + sadf -c /var/log/sa-host/sa05 [2020-09-08T04:26:30.156Z] file_magic: OK [2020-09-08T04:26:30.156Z] HZ: Using current value: 100 [2020-09-08T04:26:30.156Z] file_header: OK [2020-09-08T04:26:30.156Z] 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-08T04:26:30.156Z] Statistics: [2020-09-08T04:26:30.156Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-08T04:26:30.156Z] File successfully converted to sysstat format version 12.2.1 [2020-09-08T04:26:30.156Z] + sadf -c /var/log/sa-host/sa08 [2020-09-08T04:26:30.156Z] file_magic: OK [2020-09-08T04:26:30.156Z] HZ: Using current value: 100 [2020-09-08T04:26:30.156Z] file_header: OK [2020-09-08T04:26:30.156Z] 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-08T04:26:30.156Z] Statistics: [2020-09-08T04:26:30.156Z] HRHnuu...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-08T04:26:30.156Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-08T04:26:30.272Z] provisioning config files... [2020-09-08T04:26:30.304Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-167@tmp/config8881584199924384282tmp [Pipeline] { [Pipeline] echo [2020-09-08T04:26:30.488Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-08T04:26:30.836Z] ---> create-netrc.sh [Pipeline] echo [2020-09-08T04:26:30.866Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-08T04:26:31.213Z] ---> logs-deploy.sh [2020-09-08T04:26:31.213Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-167/1 [2020-09-08T04:26:31.213Z] INFO: archiving workspace using pattern(s): [2020-09-08T04:26:33.201Z] Archives upload complete. [2020-09-08T04:26:33.479Z] INFO: archiving logs to Nexus