Pull request #180 updated 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 weichou1229 for edgexfoundry/device-mqtt-go Obtained Jenkinsfile from 602625d46efc934df5d367cff749466edd3cc366+12b1a35b74ef9c89c590951cdcdb7fdae4622f9b (5a2d113c84f9d6073c68425db7cb832a5fe5adae) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master 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 -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-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 --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-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, 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.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-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 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-9111 in /w/workspace/gexfoundry_device-mqtt-go_PR-180 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git > git init /w/workspace/gexfoundry_device-mqtt-go_PR-180 # 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 --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b into PR head commit 602625d46efc934df5d367cff749466edd3cc366 Merge succeeded, producing 602625d46efc934df5d367cff749466edd3cc366 Checking out Revision 602625d46efc934df5d367cff749466edd3cc366 (PR-180) > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 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 --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/180/head:refs/remotes/origin/PR-180 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 602625d46efc934df5d367cff749466edd3cc366 # 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 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 602625d46efc934df5d367cff749466edd3cc366 # timeout=10 Commit message: "fix: Return error instead of the panic if required config not found" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk 008ed5ac6cfa87e786d1ed3cb8bfa36782079bcc # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-27T08:47:52.811Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-27T08:47:53.115Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-27T08:47:53.260Z] ========================================================= [2020-10-27T08:47:53.260Z] EdgeX Global Pipelines Version Info [2020-10-27T08:47:53.260Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-27T08:47:55.244Z] ------------------- [2020-10-27T08:47:55.244Z] stable info: [2020-10-27T08:47:55.244Z] ------------------- [2020-10-27T08:47:55.244Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-27T08:47:55.244Z] Commit SHA: f3f382fce060f16c10d6f597981912fab355381a [2020-10-27T08:47:55.244Z] Message: update stable to v1.0.148 [2020-10-27T08:47:55.818Z] ------------------- [2020-10-27T08:47:55.818Z] experimental info: [2020-10-27T08:47:55.819Z] ------------------- [2020-10-27T08:47:55.819Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-27T08:47:55.819Z] Commit SHA: 2701555fd48d7f7017006eef04e32eb767bac8dc [2020-10-27T08:47:55.819Z] Message: update experimental to v1.0.151 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-27T08:47:56.201Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2020-10-27T08:47:56.307Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2020-10-27T08:47:56.400Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-27T08:47:56.508Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-27T08:47:56.616Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-27T08:47:56.715Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-27T08:47:56.897Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-27T08:47:56.997Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-27T08:47:57.098Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-27T08:47:57.216Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-27T08:47:57.318Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-27T08:47:57.429Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo [2020-10-27T08:47:57.532Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-27T08:47:57.624Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-27T08:47:57.733Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-27T08:47:57.844Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-27T08:47:57.959Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-27T08:47:58.055Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-27T08:47:58.159Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-27T08:47:58.275Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-27T08:47:58.384Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-27T08:47:58.480Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-27T08:47:58.607Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-27T08:47:58.711Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-27T08:47:58.802Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-27T08:47:58.895Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-180 [Pipeline] echo [2020-10-27T08:47:58.986Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-180 [Pipeline] echo [2020-10-27T08:47:59.097Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-180 [Pipeline] echo [2020-10-27T08:47:59.186Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 602625d46efc934df5d367cff749466edd3cc366 [Pipeline] echo [2020-10-27T08:47:59.282Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 602625d [Pipeline] echo [2020-10-27T08:47:59.377Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-27T08:48:00.012Z] + git log --format=format:%s -1 602625d46efc934df5d367cff749466edd3cc366 [Pipeline] echo [2020-10-27T08:48:00.079Z] GIT_COMMIT: 602625d46efc934df5d367cff749466edd3cc366, Commit Message: fix: Return error instead of the panic if required config not found [Pipeline] echo [2020-10-27T08:48:00.147Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-27T08:48:01.133Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-27T08:48:01.399Z] [2020-10-27T08:48:01.399Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-27T08:48:01.766Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-27T08:48:01.766Z] latest: Pulling from edgex-devops/git-semver [2020-10-27T08:48:01.766Z] 31603596830f: Pulling fs layer [2020-10-27T08:48:01.766Z] 2a8b12db71e7: Pulling fs layer [2020-10-27T08:48:01.766Z] 6ca5941a6612: Pulling fs layer [2020-10-27T08:48:01.766Z] ecc8261a40a4: Pulling fs layer [2020-10-27T08:48:01.766Z] ecc8261a40a4: Waiting [2020-10-27T08:48:01.766Z] 2a8b12db71e7: Verifying Checksum [2020-10-27T08:48:01.766Z] 2a8b12db71e7: Download complete [2020-10-27T08:48:02.033Z] 31603596830f: Verifying Checksum [2020-10-27T08:48:02.033Z] 31603596830f: Download complete [2020-10-27T08:48:02.033Z] ecc8261a40a4: Verifying Checksum [2020-10-27T08:48:02.033Z] ecc8261a40a4: Download complete [2020-10-27T08:48:02.303Z] 6ca5941a6612: Verifying Checksum [2020-10-27T08:48:02.303Z] 6ca5941a6612: Download complete [2020-10-27T08:48:02.303Z] 31603596830f: Pull complete [2020-10-27T08:48:02.569Z] 2a8b12db71e7: Pull complete [2020-10-27T08:48:03.531Z] 6ca5941a6612: Pull complete [2020-10-27T08:48:03.794Z] ecc8261a40a4: Pull complete [2020-10-27T08:48:03.794Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-27T08:48:03.794Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-27T08:48:03.794Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-27T08:48:03.913Z] prd-centos7-docker-4c-2g-9111 does not seem to be running inside a container [2020-10-27T08:48:03.980Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-180 -v /w/workspace/gexfoundry_device-mqtt-go_PR-180:/w/workspace/gexfoundry_device-mqtt-go_PR-180:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-180@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-180@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-27T08:48:06.117Z] $ docker top 495cc6e6d3690430950e0dbf41437b7c5656908e29601ebe81c14ab8f9c50007 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-27T08:48:06.558Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-27T08:48:06.558Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-27T08:48:06.809Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-27T08:48:06.816Z] $ docker exec 495cc6e6d3690430950e0dbf41437b7c5656908e29601ebe81c14ab8f9c50007 ssh-agent [2020-10-27T08:48:07.000Z] SSH_AUTH_SOCK=/tmp/ssh-QAcfOUWSWbNj/agent.11 [2020-10-27T08:48:07.000Z] SSH_AGENT_PID=17 [2020-10-27T08:48:07.017Z] Running ssh-add (command line suppressed) [2020-10-27T08:48:07.160Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-180@tmp/private_key_2705391548854304079.key (/w/workspace/gexfoundry_device-mqtt-go_PR-180@tmp/private_key_2705391548854304079.key) [2020-10-27T08:48:07.215Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-27T08:48:07.568Z] + git tag --points-at HEAD [Pipeline] } [2020-10-27T08:48:07.597Z] $ docker exec --env ******** --env ******** 495cc6e6d3690430950e0dbf41437b7c5656908e29601ebe81c14ab8f9c50007 ssh-agent -k [2020-10-27T08:48:07.737Z] unset SSH_AUTH_SOCK; [2020-10-27T08:48:07.737Z] unset SSH_AGENT_PID; [2020-10-27T08:48:07.737Z] echo Agent pid 17 killed; [2020-10-27T08:48:07.793Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-27T08:48:07.934Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-27T08:48:07.934Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-27T08:48:08.120Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-27T08:48:08.127Z] $ docker exec 495cc6e6d3690430950e0dbf41437b7c5656908e29601ebe81c14ab8f9c50007 ssh-agent [2020-10-27T08:48:08.304Z] SSH_AUTH_SOCK=/tmp/ssh-AR2QtxV5DCRH/agent.45 [2020-10-27T08:48:08.304Z] SSH_AGENT_PID=50 [2020-10-27T08:48:08.311Z] Running ssh-add (command line suppressed) [2020-10-27T08:48:08.445Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-180@tmp/private_key_8282337428949767512.key (/w/workspace/gexfoundry_device-mqtt-go_PR-180@tmp/private_key_8282337428949767512.key) [2020-10-27T08:48:08.501Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-27T08:48:08.865Z] + git semver init [2020-10-27T08:48:08.865Z] # -> Open(): unable to determine branch for HEAD [2020-10-27T08:48:08.865Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-180/.git [2020-10-27T08:48:08.865Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-180 [2020-10-27T08:48:08.865Z] # $SEMVER_REMOTE_NAME = origin [2020-10-27T08:48:08.865Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-27T08:48:08.865Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-27T08:48:08.865Z] # $SEMVER_BRANCH = PR-180 [2020-10-27T08:48:08.865Z] # $SEMVER_TEMP = /tmp/semver-153491720 [2020-10-27T08:48:08.865Z] # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP [2020-10-27T08:48:09.442Z] # '/tmp/semver-153491720' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-180/.semver' [2020-10-27T08:48:09.442Z] # -> Force: false [2020-10-27T08:48:09.442Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-180/.semver [Pipeline] } [2020-10-27T08:48:09.459Z] $ docker exec --env ******** --env ******** 495cc6e6d3690430950e0dbf41437b7c5656908e29601ebe81c14ab8f9c50007 ssh-agent -k [2020-10-27T08:48:09.617Z] unset SSH_AUTH_SOCK; [2020-10-27T08:48:09.617Z] unset SSH_AGENT_PID; [2020-10-27T08:48:09.618Z] echo Agent pid 50 killed; [2020-10-27T08:48:09.732Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-27T08:48:10.234Z] + git semver [Pipeline] } [2020-10-27T08:48:10.277Z] $ docker stop --time=1 495cc6e6d3690430950e0dbf41437b7c5656908e29601ebe81c14ab8f9c50007 [2020-10-27T08:48:11.762Z] $ docker rm -f 495cc6e6d3690430950e0dbf41437b7c5656908e29601ebe81c14ab8f9c50007 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-27T08:48:12.260Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-27T08:48:12.796Z] Stashed 1 file(s) [Pipeline] echo [2020-10-27T08:48:12.799Z] [edgeXSemver]: initialized semver on 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-10-27T08:48:28.428Z] Still waiting to schedule task [2020-10-27T08:48:28.429Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-27T08:48:28.434Z] Still waiting to schedule task [2020-10-27T08:48:28.434Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-27T08:50:22.384Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-9112 in /w/workspace/gexfoundry_device-mqtt-go_PR-180 [Pipeline] { [Pipeline] ws [2020-10-27T08:50:22.507Z] Running in /w/workspace/device-mqtt-go/2 [Pipeline] { [Pipeline] checkout [2020-10-27T08:50:27.607Z] using credential edgex-jenkins-ssh [2020-10-27T08:50:27.669Z] Cloning the remote Git repository [2020-10-27T08:50:27.731Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-27T08:50:27.834Z] > git init /w/workspace/device-mqtt-go/2 # timeout=10 [2020-10-27T08:50:27.930Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-27T08:50:27.931Z] > git --version # timeout=10 [2020-10-27T08:50:27.948Z] > git --version # 'git version 2.17.1' [2020-10-27T08:50:27.950Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T08:50:27.996Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-27T08:50:28.882Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-10-27T08:50:29.556Z] Merging remotes/origin/master commit 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b into PR head commit 602625d46efc934df5d367cff749466edd3cc366 [2020-10-27T08:50:29.853Z] Merge succeeded, producing 602625d46efc934df5d367cff749466edd3cc366 [2020-10-27T08:50:29.854Z] Checking out Revision 602625d46efc934df5d367cff749466edd3cc366 (PR-180) [2020-10-27T08:50:28.911Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-27T08:50:28.944Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-10-27T08:50:28.985Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-27T08:50:28.986Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T08:50:28.999Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/180/head:refs/remotes/origin/PR-180 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-27T08:50:29.617Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T08:50:29.651Z] > git checkout -f 602625d46efc934df5d367cff749466edd3cc366 # timeout=10 [2020-10-27T08:50:29.773Z] > git remote # timeout=10 [2020-10-27T08:50:29.792Z] > git config --get remote.origin.url # timeout=10 [2020-10-27T08:50:29.805Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T08:50:29.815Z] > git merge 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b # timeout=10 [2020-10-27T08:50:29.838Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-27T08:50:29.859Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T08:50:29.870Z] > git checkout -f 602625d46efc934df5d367cff749466edd3cc366 # timeout=10 [2020-10-27T08:50:34.064Z] Commit message: "fix: Return error instead of the panic if required config not found" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-27T08:50:35.163Z] ========================================================= [2020-10-27T08:50:35.163Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-27T08:50:35.163Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-27T08:50:36.093Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-10-27T08:50:37.079Z] Sending build context to Docker daemon 466.9kB [2020-10-27T08:50:37.079Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-27T08:50:37.079Z] Step 2/8 : FROM ${BASE} [2020-10-27T08:50:37.371Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-27T08:50:37.371Z] b538f80385f9: Pulling fs layer [2020-10-27T08:50:37.371Z] 74f711af9a0d: Pulling fs layer [2020-10-27T08:50:37.371Z] 99f96fe45779: Pulling fs layer [2020-10-27T08:50:37.371Z] 8529a6b9a6be: Pulling fs layer [2020-10-27T08:50:37.371Z] 45590311c82a: Pulling fs layer [2020-10-27T08:50:37.371Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-27T08:50:37.371Z] 209524e5b208: Pulling fs layer [2020-10-27T08:50:37.371Z] 45590311c82a: Waiting [2020-10-27T08:50:37.371Z] 69ca0ff8b7b3: Waiting [2020-10-27T08:50:37.372Z] 209524e5b208: Waiting [2020-10-27T08:50:37.372Z] 8529a6b9a6be: Waiting [2020-10-27T08:50:37.372Z] 99f96fe45779: Verifying Checksum [2020-10-27T08:50:37.372Z] 99f96fe45779: Download complete [2020-10-27T08:50:37.372Z] 74f711af9a0d: Verifying Checksum [2020-10-27T08:50:37.372Z] 74f711af9a0d: Download complete [2020-10-27T08:50:37.372Z] 45590311c82a: Verifying Checksum [2020-10-27T08:50:37.372Z] 45590311c82a: Download complete [2020-10-27T08:50:37.372Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-27T08:50:37.372Z] 69ca0ff8b7b3: Download complete [2020-10-27T08:50:37.372Z] b538f80385f9: Verifying Checksum [2020-10-27T08:50:37.372Z] b538f80385f9: Download complete [2020-10-27T08:50:37.973Z] b538f80385f9: Pull complete [2020-10-27T08:50:38.576Z] 74f711af9a0d: Pull complete [2020-10-27T08:50:39.174Z] 99f96fe45779: Pull complete [2020-10-27T08:50:39.772Z] 209524e5b208: Verifying Checksum [2020-10-27T08:50:39.772Z] 209524e5b208: Download complete [2020-10-27T08:50:41.203Z] 8529a6b9a6be: Verifying Checksum [2020-10-27T08:50:41.203Z] 8529a6b9a6be: Download complete [2020-10-27T08:50:51.361Z] 8529a6b9a6be: Pull complete [2020-10-27T08:50:51.634Z] 45590311c82a: Pull complete [2020-10-27T08:50:51.909Z] 69ca0ff8b7b3: Pull complete [2020-10-27T08:50:56.240Z] 209524e5b208: Pull complete [2020-10-27T08:50:56.240Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-27T08:50:56.240Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-27T08:50:56.240Z] ---> 5bddaf1c2fca [2020-10-27T08:50:56.240Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-10-27T08:50:58.224Z] ---> Running in 659992a5c56d [2020-10-27T08:50:58.498Z] Removing intermediate container 659992a5c56d [2020-10-27T08:50:58.498Z] ---> 658ec0db772d [2020-10-27T08:50:58.498Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T08:50:58.773Z] ---> Running in 8dbb70b1ae18 [2020-10-27T08:51:01.411Z] Removing intermediate container 8dbb70b1ae18 [2020-10-27T08:51:01.411Z] ---> ebb05f5a5606 [2020-10-27T08:51:01.411Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-10-27T08:51:01.411Z] ---> Running in bc1154d60409 [2020-10-27T08:51:02.855Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T08:51:03.845Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T08:51:04.445Z] (1/14) Installing libmagic (5.38-r0) [2020-10-27T08:51:04.445Z] (2/14) Installing file (5.38-r0) [2020-10-27T08:51:04.718Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-10-27T08:51:04.718Z] (4/14) Installing g++ (9.3.0-r2) [2020-10-27T08:51:07.168Z] Running on prd-centos7-docker-4c-2g-9113 in /w/workspace/gexfoundry_device-mqtt-go_PR-180 [Pipeline] { [Pipeline] ws [2020-10-27T08:51:07.234Z] Running in /w/workspace/device-mqtt-go/2 [Pipeline] { [Pipeline] checkout [2020-10-27T08:51:10.372Z] using credential edgex-jenkins-ssh [2020-10-27T08:51:10.447Z] Cloning the remote Git repository [2020-10-27T08:51:10.468Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-27T08:51:10.544Z] > git init /w/workspace/device-mqtt-go/2 # timeout=10 [2020-10-27T08:51:10.592Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-27T08:51:10.593Z] > git --version # timeout=10 [2020-10-27T08:51:10.600Z] > git --version # 'git version 2.16.5' [2020-10-27T08:51:10.600Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T08:51:10.625Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-27T08:51:11.691Z] Merging remotes/origin/master commit 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b into PR head commit 602625d46efc934df5d367cff749466edd3cc366 [2020-10-27T08:51:11.774Z] Merge succeeded, producing 602625d46efc934df5d367cff749466edd3cc366 [2020-10-27T08:51:11.775Z] Checking out Revision 602625d46efc934df5d367cff749466edd3cc366 (PR-180) [2020-10-27T08:51:11.156Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-10-27T08:51:11.162Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-27T08:51:11.174Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-10-27T08:51:11.188Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-27T08:51:11.189Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T08:51:11.194Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/180/head:refs/remotes/origin/PR-180 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-27T08:51:11.696Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T08:51:11.702Z] > git checkout -f 602625d46efc934df5d367cff749466edd3cc366 # timeout=10 [2020-10-27T08:51:11.733Z] > git remote # timeout=10 [2020-10-27T08:51:11.746Z] > git config --get remote.origin.url # timeout=10 [2020-10-27T08:51:11.751Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T08:51:11.754Z] > git merge 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b # timeout=10 [2020-10-27T08:51:11.764Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-27T08:51:11.774Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T08:51:11.781Z] > git checkout -f 602625d46efc934df5d367cff749466edd3cc366 # timeout=10 [2020-10-27T08:51:14.861Z] (5/14) Installing fortify-headers (1.1-r0) [2020-10-27T08:51:14.862Z] (6/14) Installing patch (2.7.6-r6) [2020-10-27T08:51:14.862Z] (7/14) Installing build-base (0.5-r2) [2020-10-27T08:51:14.862Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-10-27T08:51:14.862Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-10-27T08:51:14.862Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-10-27T08:51:14.862Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-10-27T08:51:14.862Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-10-27T08:51:14.862Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-10-27T08:51:14.862Z] (14/14) Installing openssh (8.3_p1-r0) [2020-10-27T08:51:14.862Z] Executing busybox-1.31.1-r16.trigger [2020-10-27T08:51:14.862Z] OK: 221 MiB in 53 packages [2020-10-27T08:51:15.399Z] Commit message: "fix: Return error instead of the panic if required config not found" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-27T08:51:16.091Z] ========================================================= [2020-10-27T08:51:16.091Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-27T08:51:16.091Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-27T08:51:16.743Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-10-27T08:51:17.021Z] Sending build context to Docker daemon 466.9kB [2020-10-27T08:51:17.021Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-27T08:51:17.021Z] Step 2/8 : FROM ${BASE} [2020-10-27T08:51:17.284Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-27T08:51:17.284Z] df20fa9351a1: Pulling fs layer [2020-10-27T08:51:17.284Z] ed8968b2872e: Pulling fs layer [2020-10-27T08:51:17.284Z] a92cc7c5fd73: Pulling fs layer [2020-10-27T08:51:17.284Z] e871e8e8d7a9: Pulling fs layer [2020-10-27T08:51:17.284Z] e73272ec9a57: Pulling fs layer [2020-10-27T08:51:17.284Z] 1e910a182e73: Pulling fs layer [2020-10-27T08:51:17.284Z] 4e634b169226: Pulling fs layer [2020-10-27T08:51:17.284Z] e73272ec9a57: Waiting [2020-10-27T08:51:17.284Z] 1e910a182e73: Waiting [2020-10-27T08:51:17.284Z] e871e8e8d7a9: Waiting [2020-10-27T08:51:17.284Z] 4e634b169226: Waiting [2020-10-27T08:51:17.284Z] a92cc7c5fd73: Verifying Checksum [2020-10-27T08:51:17.284Z] a92cc7c5fd73: Download complete [2020-10-27T08:51:17.284Z] ed8968b2872e: Download complete [2020-10-27T08:51:17.284Z] e73272ec9a57: Verifying Checksum [2020-10-27T08:51:17.284Z] e73272ec9a57: Download complete [2020-10-27T08:51:17.284Z] df20fa9351a1: Verifying Checksum [2020-10-27T08:51:17.284Z] df20fa9351a1: Download complete [2020-10-27T08:51:17.546Z] 1e910a182e73: Verifying Checksum [2020-10-27T08:51:17.546Z] 1e910a182e73: Download complete [2020-10-27T08:51:17.546Z] df20fa9351a1: Pull complete [2020-10-27T08:51:17.809Z] ed8968b2872e: Pull complete [2020-10-27T08:51:17.809Z] a92cc7c5fd73: Pull complete [2020-10-27T08:51:19.181Z] Removing intermediate container bc1154d60409 [2020-10-27T08:51:19.181Z] ---> 771904a94e4f [2020-10-27T08:51:19.181Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-10-27T08:51:19.181Z] ---> Running in 0cf4dd241df3 [2020-10-27T08:51:19.209Z] 4e634b169226: Verifying Checksum [2020-10-27T08:51:19.209Z] 4e634b169226: Download complete [2020-10-27T08:51:19.455Z] Removing intermediate container 0cf4dd241df3 [2020-10-27T08:51:19.455Z] ---> cb6dd10ac1f7 [2020-10-27T08:51:19.455Z] Step 7/8 : COPY . . [2020-10-27T08:51:20.173Z] e871e8e8d7a9: Verifying Checksum [2020-10-27T08:51:20.173Z] e871e8e8d7a9: Download complete [2020-10-27T08:51:20.436Z] ---> d0ab66f7daa0 [2020-10-27T08:51:20.436Z] Step 8/8 : RUN go mod download [2020-10-27T08:51:20.436Z] ---> Running in 2603e20f7956 [2020-10-27T08:51:25.524Z] e871e8e8d7a9: Pull complete [2020-10-27T08:51:25.524Z] e73272ec9a57: Pull complete [2020-10-27T08:51:25.525Z] 1e910a182e73: Pull complete [2020-10-27T08:51:30.852Z] 4e634b169226: Pull complete [2020-10-27T08:51:30.852Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-27T08:51:30.852Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-27T08:51:30.852Z] ---> f7629b54cfaa [2020-10-27T08:51:30.852Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-10-27T08:51:30.852Z] ---> Running in 0d55dc2b6fed [2020-10-27T08:51:30.852Z] Removing intermediate container 0d55dc2b6fed [2020-10-27T08:51:30.852Z] ---> c1afbc28b3ae [2020-10-27T08:51:30.852Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T08:51:30.852Z] ---> Running in 60488cf0acbf [2020-10-27T08:51:32.244Z] Removing intermediate container 60488cf0acbf [2020-10-27T08:51:32.244Z] ---> dfed023c1f95 [2020-10-27T08:51:32.244Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-10-27T08:51:32.244Z] ---> Running in 89fb8d4c167b [2020-10-27T08:51:32.819Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T08:51:33.765Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T08:51:34.342Z] (1/14) Installing libmagic (5.38-r0) [2020-10-27T08:51:34.342Z] (2/14) Installing file (5.38-r0) [2020-10-27T08:51:34.603Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-10-27T08:51:34.603Z] (4/14) Installing g++ (9.3.0-r2) [2020-10-27T08:51:35.511Z] Removing intermediate container 2603e20f7956 [2020-10-27T08:51:35.511Z] ---> b4cf4a5d0968 [2020-10-27T08:51:35.511Z] Successfully built b4cf4a5d0968 [2020-10-27T08:51:35.511Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-27T08:51:35.919Z] + docker inspect -f . ci-base-image-arm64 [2020-10-27T08:51:35.919Z] . [Pipeline] withDockerContainer [2020-10-27T08:51:36.155Z] prd-ubuntu18.04-docker-arm64-4c-16g-9112 does not seem to be running inside a container [2020-10-27T08:51:36.252Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/2 -v /w/workspace/device-mqtt-go/2:/w/workspace/device-mqtt-go/2:rw,z -v /w/workspace/device-mqtt-go/2@tmp:/w/workspace/device-mqtt-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-27T08:51:37.918Z] (5/14) Installing fortify-headers (1.1-r0) [2020-10-27T08:51:37.918Z] (6/14) Installing patch (2.7.6-r6) [2020-10-27T08:51:37.918Z] (7/14) Installing build-base (0.5-r2) [2020-10-27T08:51:37.918Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-10-27T08:51:37.918Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-10-27T08:51:38.096Z] $ docker top 090e57e3b5e72a8b10849aff6e55f1a8ec36bd5fc9616bf78d72b5fb906aeb5c -eo pid,comm [2020-10-27T08:51:38.180Z] (10/14) Installing openssh-client (8.3_p1-r0) [Pipeline] { [Pipeline] sh [2020-10-27T08:51:38.757Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-10-27T08:51:38.757Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-10-27T08:51:38.757Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-10-27T08:51:39.052Z] (14/14) Installing openssh (8.3_p1-r0) [2020-10-27T08:51:39.345Z] Executing busybox-1.31.1-r16.trigger [2020-10-27T08:51:39.345Z] OK: 237 MiB in 53 packages [2020-10-27T08:51:39.483Z] + go version [2020-10-27T08:51:39.483Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-27T08:51:39.518Z] $ docker stop --time=1 090e57e3b5e72a8b10849aff6e55f1a8ec36bd5fc9616bf78d72b5fb906aeb5c [2020-10-27T08:51:41.415Z] $ docker rm -f 090e57e3b5e72a8b10849aff6e55f1a8ec36bd5fc9616bf78d72b5fb906aeb5c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-27T08:51:42.484Z] + docker inspect -f . ci-base-image-arm64 [2020-10-27T08:51:42.484Z] . [Pipeline] withDockerContainer [2020-10-27T08:51:42.694Z] Removing intermediate container 89fb8d4c167b [2020-10-27T08:51:42.694Z] ---> 4a0692e9019f [2020-10-27T08:51:42.694Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-10-27T08:51:42.694Z] ---> Running in fe90a4e47b88 [2020-10-27T08:51:42.730Z] prd-ubuntu18.04-docker-arm64-4c-16g-9112 does not seem to be running inside a container [2020-10-27T08:51:42.823Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/2 -v /w/workspace/device-mqtt-go/2:/w/workspace/device-mqtt-go/2:rw,z -v /w/workspace/device-mqtt-go/2@tmp:/w/workspace/device-mqtt-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-27T08:51:42.956Z] Removing intermediate container fe90a4e47b88 [2020-10-27T08:51:42.957Z] ---> 7ad3c7bd9564 [2020-10-27T08:51:42.957Z] Step 7/8 : COPY . . [2020-10-27T08:51:43.911Z] ---> 85b1daaae563 [2020-10-27T08:51:43.911Z] Step 8/8 : RUN go mod download [2020-10-27T08:51:43.911Z] ---> Running in 9bf325f756e5 [2020-10-27T08:51:44.666Z] $ docker top 48ed00d7f98e3cce981ddb6da6b4e427363e5cd69f7f7b214a3bbe3061128c77 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-27T08:51:46.100Z] + make test [2020-10-27T08:51:46.100Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-10-27T08:51:47.089Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-10-27T08:51:56.172Z] Removing intermediate container 9bf325f756e5 [2020-10-27T08:51:56.172Z] ---> 5ce47a2fabbe [2020-10-27T08:51:56.172Z] Successfully built 5ce47a2fabbe [2020-10-27T08:51:56.172Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-27T08:51:56.524Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-27T08:51:56.524Z] . [Pipeline] withDockerContainer [2020-10-27T08:51:56.646Z] prd-centos7-docker-4c-2g-9113 does not seem to be running inside a container [2020-10-27T08:51:56.695Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/2 -v /w/workspace/device-mqtt-go/2:/w/workspace/device-mqtt-go/2:rw,z -v /w/workspace/device-mqtt-go/2@tmp:/w/workspace/device-mqtt-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-27T08:51:57.994Z] $ docker top 4c92ada11cdc05c144cd76f6e3651c2323125842a99e9f33a85932903ecd1575 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-27T08:51:58.494Z] + go version [2020-10-27T08:51:58.494Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-27T08:51:58.504Z] $ docker stop --time=1 4c92ada11cdc05c144cd76f6e3651c2323125842a99e9f33a85932903ecd1575 [2020-10-27T08:51:59.852Z] $ docker rm -f 4c92ada11cdc05c144cd76f6e3651c2323125842a99e9f33a85932903ecd1575 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-27T08:52:00.975Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-27T08:52:00.976Z] . [Pipeline] withDockerContainer [2020-10-27T08:52:01.071Z] prd-centos7-docker-4c-2g-9113 does not seem to be running inside a container [2020-10-27T08:52:01.116Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/2 -v /w/workspace/device-mqtt-go/2:/w/workspace/device-mqtt-go/2:rw,z -v /w/workspace/device-mqtt-go/2@tmp:/w/workspace/device-mqtt-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-27T08:52:01.763Z] $ docker top 24689eeff15d9eb6b24b659aee1c12376b49b441c394524c2daf51a503cdf426 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-27T08:52:02.257Z] + make test [2020-10-27T08:52:02.257Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-10-27T08:52:02.844Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-10-27T08:52:12.962Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-10-27T08:52:12.962Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.007s coverage: 28.3% of statements [2020-10-27T08:52:12.962Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-10-27T08:52:13.224Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-10-27T08:52:15.199Z] gofmt -l . [2020-10-27T08:52:15.199Z] ["`gofmt -l .`" = ""] [2020-10-27T08:52:15.199Z] ./bin/test-attribution-txt.sh [2020-10-27T08:52:16.145Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-10-27T08:52:16.684Z] Stashed 1 file(s) [Pipeline] } [2020-10-27T08:52:16.687Z] $ docker stop --time=1 24689eeff15d9eb6b24b659aee1c12376b49b441c394524c2daf51a503cdf426 [2020-10-27T08:52:18.984Z] $ docker rm -f 24689eeff15d9eb6b24b659aee1c12376b49b441c394524c2daf51a503cdf426 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2020-10-27T08:52:19.507Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-10-27T08:52:21.501Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.025s coverage: 28.3% of statements [2020-10-27T08:52:21.501Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-10-27T08:52:21.501Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [Pipeline] sh [2020-10-27T08:52:22.054Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-27T08:52:22.355Z] + ls -al . [2020-10-27T08:52:22.355Z] total 100 [2020-10-27T08:52:22.355Z] drwxrwxr-x. 9 jenkins jenkins 4096 Oct 27 08:52 . [2020-10-27T08:52:22.355Z] drwxrwxr-x. 4 jenkins jenkins 28 Oct 27 08:51 .. [2020-10-27T08:52:22.355Z] -rw-rw-r--. 1 jenkins jenkins 5255 Oct 27 08:51 Attribution.txt [2020-10-27T08:52:22.355Z] drwxrwxr-x. 2 jenkins jenkins 87 Oct 27 08:51 bin [2020-10-27T08:52:22.355Z] drwxrwxr-x. 3 jenkins jenkins 32 Oct 27 08:51 cmd [2020-10-27T08:52:22.355Z] -rw-r--r--. 1 jenkins jenkins 18940 Oct 27 08:52 coverage.out [2020-10-27T08:52:22.355Z] -rw-rw-r--. 1 jenkins jenkins 1784 Oct 27 08:51 Dockerfile [2020-10-27T08:52:22.355Z] -rw-rw-r--. 1 jenkins jenkins 953 Oct 27 08:51 Dockerfile.build [2020-10-27T08:52:22.355Z] -rw-rw-r--. 1 jenkins jenkins 140 Oct 27 08:51 .dockerignore [2020-10-27T08:52:22.355Z] drwxrwxr-x. 8 jenkins jenkins 179 Oct 27 08:51 .git [2020-10-27T08:52:22.355Z] drwxrwxr-x. 2 jenkins jenkins 60 Oct 27 08:51 .github [2020-10-27T08:52:22.355Z] -rw-rw-r--. 1 jenkins jenkins 336 Oct 27 08:51 .gitignore [2020-10-27T08:52:22.355Z] -rw-r--r--. 1 jenkins jenkins 546 Oct 27 08:52 go.mod [2020-10-27T08:52:22.355Z] -rw-r--r--. 1 jenkins jenkins 13621 Oct 27 08:52 go.sum [2020-10-27T08:52:22.355Z] drwxrwxr-x. 3 jenkins jenkins 20 Oct 27 08:51 internal [2020-10-27T08:52:22.355Z] -rw-rw-r--. 1 jenkins jenkins 677 Oct 27 08:51 Jenkinsfile [2020-10-27T08:52:22.355Z] -rw-rw-r--. 1 jenkins jenkins 11340 Oct 27 08:51 LICENSE [2020-10-27T08:52:22.355Z] -rw-rw-r--. 1 jenkins jenkins 902 Oct 27 08:51 Makefile [2020-10-27T08:52:22.355Z] drwxrwxr-x. 2 jenkins jenkins 23 Oct 27 08:51 mock [2020-10-27T08:52:22.355Z] -rw-rw-r--. 1 jenkins jenkins 444 Oct 27 08:51 README.md [2020-10-27T08:52:22.355Z] drwxrwxr-x. 4 jenkins jenkins 54 Oct 27 08:51 snap [2020-10-27T08:52:22.355Z] -rw-rw-r--. 1 jenkins jenkins 5 Oct 27 08:48 VERSION [2020-10-27T08:52:22.355Z] -rw-rw-r--. 1 jenkins jenkins 227 Oct 27 08:51 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-27T08:52:22.666Z] + 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=602625d46efc934df5d367cff749466edd3cc366 --label arch=amd64 --label version=0.0.0 . [2020-10-27T08:52:22.666Z] Sending build context to Docker daemon 486.4kB [2020-10-27T08:52:22.666Z] Step 1/22 : ARG BASE=golang:1.15-alpine [2020-10-27T08:52:22.666Z] Step 2/22 : FROM ${BASE} AS builder [2020-10-27T08:52:22.666Z] ---> 5ce47a2fabbe [2020-10-27T08:52:22.666Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-10-27T08:52:22.928Z] ---> Running in 03bc9a6cf563 [2020-10-27T08:52:23.190Z] Removing intermediate container 03bc9a6cf563 [2020-10-27T08:52:23.190Z] ---> 55ebcc9df39d [2020-10-27T08:52:23.190Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-10-27T08:52:23.190Z] ---> Running in cd3799121d13 [2020-10-27T08:52:23.453Z] Removing intermediate container cd3799121d13 [2020-10-27T08:52:23.453Z] ---> 3bceef262a90 [2020-10-27T08:52:23.453Z] Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T08:52:23.453Z] ---> Running in 43ab83cc5304 [2020-10-27T08:52:24.406Z] Removing intermediate container 43ab83cc5304 [2020-10-27T08:52:24.406Z] ---> cb2cd5b18bd9 [2020-10-27T08:52:24.406Z] Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-10-27T08:52:24.406Z] ---> Running in 1bcdc9570cba [2020-10-27T08:52:24.668Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T08:52:25.621Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T08:52:25.884Z] OK: 237 MiB in 53 packages [2020-10-27T08:52:26.149Z] Removing intermediate container 1bcdc9570cba [2020-10-27T08:52:26.149Z] ---> 6ae842e6ed81 [2020-10-27T08:52:26.149Z] Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-10-27T08:52:26.418Z] ---> Running in deb8458dffcc [2020-10-27T08:52:26.418Z] Removing intermediate container deb8458dffcc [2020-10-27T08:52:26.418Z] ---> 5ad0d2490abb [2020-10-27T08:52:26.418Z] Step 8/22 : COPY . . [2020-10-27T08:52:27.365Z] ---> 4dd5118b16e3 [2020-10-27T08:52:27.365Z] Step 9/22 : ARG MAKE='make build' [2020-10-27T08:52:27.365Z] ---> Running in 2ac29df929e4 [2020-10-27T08:52:27.631Z] Removing intermediate container 2ac29df929e4 [2020-10-27T08:52:27.631Z] ---> 30152b0d560f [2020-10-27T08:52:27.631Z] Step 10/22 : RUN $MAKE [2020-10-27T08:52:27.631Z] ---> Running in ad949adef8bc [2020-10-27T08:52:28.209Z] 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-10-27T08:52:28.246Z] gofmt -l . [2020-10-27T08:52:28.520Z] ["`gofmt -l .`" = ""] [2020-10-27T08:52:28.520Z] ./bin/test-attribution-txt.sh [2020-10-27T08:52:29.503Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-10-27T08:52:29.796Z] Warning: overwriting stash ‘coverage-report’ [2020-10-27T08:52:30.458Z] Stashed 1 file(s) [Pipeline] } [2020-10-27T08:52:30.481Z] $ docker stop --time=1 48ed00d7f98e3cce981ddb6da6b4e427363e5cd69f7f7b214a3bbe3061128c77 [2020-10-27T08:52:32.807Z] $ docker rm -f 48ed00d7f98e3cce981ddb6da6b4e427363e5cd69f7f7b214a3bbe3061128c77 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-27T08:52:34.140Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-27T08:52:34.514Z] + ls -al . [2020-10-27T08:52:34.514Z] total 132 [2020-10-27T08:52:34.514Z] drwxrwxr-x 9 jenkins jenkins 4096 Oct 27 08:52 . [2020-10-27T08:52:34.514Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 27 08:50 .. [2020-10-27T08:52:34.514Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 27 08:50 .dockerignore [2020-10-27T08:52:34.514Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 27 08:50 .git [2020-10-27T08:52:34.514Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 27 08:50 .github [2020-10-27T08:52:34.514Z] -rw-rw-r-- 1 jenkins jenkins 336 Oct 27 08:50 .gitignore [2020-10-27T08:52:34.514Z] -rw-rw-r-- 1 jenkins jenkins 5255 Oct 27 08:50 Attribution.txt [2020-10-27T08:52:34.514Z] -rw-rw-r-- 1 jenkins jenkins 1784 Oct 27 08:50 Dockerfile [2020-10-27T08:52:34.514Z] -rw-rw-r-- 1 jenkins jenkins 953 Oct 27 08:50 Dockerfile.build [2020-10-27T08:52:34.514Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 27 08:50 Jenkinsfile [2020-10-27T08:52:34.514Z] -rw-rw-r-- 1 jenkins jenkins 11340 Oct 27 08:50 LICENSE [2020-10-27T08:52:34.514Z] -rw-rw-r-- 1 jenkins jenkins 902 Oct 27 08:50 Makefile [2020-10-27T08:52:34.514Z] -rw-rw-r-- 1 jenkins jenkins 444 Oct 27 08:50 README.md [2020-10-27T08:52:34.514Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 27 08:48 VERSION [2020-10-27T08:52:34.514Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 27 08:50 bin [2020-10-27T08:52:34.514Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 27 08:50 cmd [2020-10-27T08:52:34.514Z] -rw-r--r-- 1 jenkins jenkins 18940 Oct 27 08:52 coverage.out [2020-10-27T08:52:34.514Z] -rw-r--r-- 1 jenkins jenkins 546 Oct 27 08:52 go.mod [2020-10-27T08:52:34.514Z] -rw-r--r-- 1 jenkins jenkins 13621 Oct 27 08:52 go.sum [2020-10-27T08:52:34.514Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 27 08:50 internal [2020-10-27T08:52:34.514Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 27 08:50 mock [2020-10-27T08:52:34.514Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 27 08:50 snap [2020-10-27T08:52:34.514Z] -rw-rw-r-- 1 jenkins jenkins 227 Oct 27 08:50 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-27T08:52:34.874Z] + 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=602625d46efc934df5d367cff749466edd3cc366 --label arch=arm64 --label version=0.0.0 . [2020-10-27T08:52:35.144Z] Sending build context to Docker daemon 486.4kB [2020-10-27T08:52:35.144Z] Step 1/22 : ARG BASE=golang:1.15-alpine [2020-10-27T08:52:35.144Z] Step 2/22 : FROM ${BASE} AS builder [2020-10-27T08:52:35.144Z] ---> b4cf4a5d0968 [2020-10-27T08:52:35.144Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-10-27T08:52:35.417Z] ---> Running in 5d6122fbbb4f [2020-10-27T08:52:36.012Z] Removing intermediate container 5d6122fbbb4f [2020-10-27T08:52:36.012Z] ---> 7ca2408b0591 [2020-10-27T08:52:36.012Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-10-27T08:52:36.012Z] ---> Running in ef3749ce6b6c [2020-10-27T08:52:36.287Z] Removing intermediate container ef3749ce6b6c [2020-10-27T08:52:36.287Z] ---> cd5fed63aa91 [2020-10-27T08:52:36.287Z] Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T08:52:36.502Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-10-27T08:52:36.561Z] ---> Running in 00c157264a34 [2020-10-27T08:52:39.183Z] Removing intermediate container 00c157264a34 [2020-10-27T08:52:39.183Z] ---> 147c4cea5792 [2020-10-27T08:52:39.183Z] Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-10-27T08:52:39.183Z] ---> Running in 668f2215a41d [2020-10-27T08:52:39.825Z] Removing intermediate container ad949adef8bc [2020-10-27T08:52:39.825Z] ---> 8aa6f3677e1c [2020-10-27T08:52:39.825Z] Step 11/22 : FROM alpine [2020-10-27T08:52:39.825Z] latest: Pulling from library/alpine [2020-10-27T08:52:40.088Z] 188c0c94c7c5: Pulling fs layer [2020-10-27T08:52:40.088Z] 188c0c94c7c5: Verifying Checksum [2020-10-27T08:52:40.088Z] 188c0c94c7c5: Download complete [2020-10-27T08:52:40.351Z] 188c0c94c7c5: Pull complete [2020-10-27T08:52:40.351Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-10-27T08:52:40.351Z] Status: Downloaded newer image for alpine:latest [2020-10-27T08:52:40.351Z] ---> d6e46aa2470d [2020-10-27T08:52:40.351Z] Step 12/22 : ENV APP_PORT=49982 [2020-10-27T08:52:40.614Z] ---> Running in 09fc3cc66c51 [2020-10-27T08:52:40.616Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T08:52:40.878Z] Removing intermediate container 09fc3cc66c51 [2020-10-27T08:52:40.878Z] ---> 025585dacd3e [2020-10-27T08:52:40.878Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-27T08:52:40.878Z] ---> Running in 1a1dc4372a27 [2020-10-27T08:52:41.140Z] Removing intermediate container 1a1dc4372a27 [2020-10-27T08:52:41.141Z] ---> 869ac0a49f1e [2020-10-27T08:52:41.141Z] Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-10-27T08:52:41.209Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T08:52:41.718Z] ---> cc96cf4386e1 [2020-10-27T08:52:41.718Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-10-27T08:52:41.718Z] ---> 0d148803374b [2020-10-27T08:52:41.718Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-10-27T08:52:41.803Z] OK: 221 MiB in 53 packages [2020-10-27T08:52:42.293Z] ---> dd1397b76087 [2020-10-27T08:52:42.293Z] Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-10-27T08:52:42.293Z] ---> Running in 9385c4404a26 [2020-10-27T08:52:42.556Z] Removing intermediate container 9385c4404a26 [2020-10-27T08:52:42.556Z] ---> fa75a304dd4e [2020-10-27T08:52:42.556Z] Step 18/22 : ENTRYPOINT ["/device-mqtt"] [2020-10-27T08:52:42.556Z] ---> Running in 318cce1f16a0 [2020-10-27T08:52:42.556Z] Removing intermediate container 318cce1f16a0 [2020-10-27T08:52:42.556Z] ---> 1567e8e2070f [2020-10-27T08:52:42.556Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-27T08:52:42.818Z] ---> Running in da4f5d21edab [2020-10-27T08:52:43.081Z] Removing intermediate container da4f5d21edab [2020-10-27T08:52:43.081Z] ---> 5932341a6db9 [2020-10-27T08:52:43.081Z] Step 20/22 : LABEL arch=amd64 [2020-10-27T08:52:43.081Z] ---> Running in ff24a45af187 [2020-10-27T08:52:43.263Z] Removing intermediate container 668f2215a41d [2020-10-27T08:52:43.264Z] ---> 64f2edc552d4 [2020-10-27T08:52:43.264Z] Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-10-27T08:52:43.264Z] ---> Running in 1f5577be4e62 [2020-10-27T08:52:43.343Z] Removing intermediate container ff24a45af187 [2020-10-27T08:52:43.343Z] ---> 79e1774487e2 [2020-10-27T08:52:43.343Z] Step 21/22 : LABEL git_sha=602625d46efc934df5d367cff749466edd3cc366 [2020-10-27T08:52:43.343Z] ---> Running in a2448c0401a5 [2020-10-27T08:52:43.610Z] Removing intermediate container a2448c0401a5 [2020-10-27T08:52:43.610Z] ---> 61a04f6437ee [2020-10-27T08:52:43.610Z] Step 22/22 : LABEL version=0.0.0 [2020-10-27T08:52:43.610Z] ---> Running in ab10d491e7bb [2020-10-27T08:52:43.859Z] Removing intermediate container 1f5577be4e62 [2020-10-27T08:52:43.859Z] ---> 69f0de7d9a95 [2020-10-27T08:52:43.859Z] Step 8/22 : COPY . . [2020-10-27T08:52:43.871Z] Removing intermediate container ab10d491e7bb [2020-10-27T08:52:43.872Z] ---> 8d82c8452104 [2020-10-27T08:52:43.872Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-27T08:52:43.872Z] Successfully built 8d82c8452104 [2020-10-27T08:52:43.872Z] Successfully tagged docker-device-mqtt-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [2020-10-27T08:52:44.844Z] ---> 306ca6a66438 [2020-10-27T08:52:44.844Z] Step 9/22 : ARG MAKE='make build' [2020-10-27T08:52:44.844Z] ---> Running in 9976a7cd2320 [2020-10-27T08:52:45.443Z] Removing intermediate container 9976a7cd2320 [2020-10-27T08:52:45.443Z] ---> 4b2f5fcc240d [2020-10-27T08:52:45.443Z] Step 10/22 : RUN $MAKE [2020-10-27T08:52:45.443Z] ---> Running in abbf6e4944c1 [2020-10-27T08:52:46.884Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-10-27T08:53:02.821Z] Still waiting to schedule task [2020-10-27T08:53:02.821Z] All nodes of label ‘centos7-docker-8c-8g’ are offline [2020-10-27T08:53:13.725Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-10-27T08:53:17.097Z] Removing intermediate container abbf6e4944c1 [2020-10-27T08:53:17.097Z] ---> 86b5a9c22347 [2020-10-27T08:53:17.097Z] Step 11/22 : FROM alpine [2020-10-27T08:53:17.367Z] latest: Pulling from library/alpine [2020-10-27T08:53:17.638Z] 5f621e34cdf4: Pulling fs layer [2020-10-27T08:53:17.909Z] 5f621e34cdf4: Verifying Checksum [2020-10-27T08:53:17.909Z] 5f621e34cdf4: Download complete [2020-10-27T08:53:18.502Z] 5f621e34cdf4: Pull complete [2020-10-27T08:53:18.502Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-10-27T08:53:18.502Z] Status: Downloaded newer image for alpine:latest [2020-10-27T08:53:18.502Z] ---> 2e77e061c27f [2020-10-27T08:53:18.502Z] Step 12/22 : ENV APP_PORT=49982 [2020-10-27T08:53:18.502Z] ---> Running in 3e400b124ff3 [2020-10-27T08:53:19.099Z] Removing intermediate container 3e400b124ff3 [2020-10-27T08:53:19.099Z] ---> e5a041f72771 [2020-10-27T08:53:19.099Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-27T08:53:19.099Z] ---> Running in e0fc504c0dee [2020-10-27T08:53:19.693Z] Removing intermediate container e0fc504c0dee [2020-10-27T08:53:19.693Z] ---> f2fd2e57b830 [2020-10-27T08:53:19.693Z] Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-10-27T08:53:20.670Z] ---> c6d5bc5286d7 [2020-10-27T08:53:20.670Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-10-27T08:53:21.656Z] ---> 7c473afb124f [2020-10-27T08:53:21.656Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-10-27T08:53:22.255Z] ---> a2cd50da3f81 [2020-10-27T08:53:22.255Z] Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-10-27T08:53:22.255Z] ---> Running in a82106b1bed3 [2020-10-27T08:53:22.845Z] Removing intermediate container a82106b1bed3 [2020-10-27T08:53:22.845Z] ---> 92195ca90649 [2020-10-27T08:53:22.845Z] Step 18/22 : ENTRYPOINT ["/device-mqtt"] [2020-10-27T08:53:22.845Z] ---> Running in 630f370faa74 [2020-10-27T08:53:23.435Z] Removing intermediate container 630f370faa74 [2020-10-27T08:53:23.435Z] ---> 35e531eae1cd [2020-10-27T08:53:23.435Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-27T08:53:23.435Z] ---> Running in a0196aae50f4 [2020-10-27T08:53:23.706Z] Removing intermediate container a0196aae50f4 [2020-10-27T08:53:23.706Z] ---> e29ddeab1f78 [2020-10-27T08:53:23.706Z] Step 20/22 : LABEL arch=arm64 [2020-10-27T08:53:23.979Z] ---> Running in 71e92fc879b6 [2020-10-27T08:53:24.249Z] Removing intermediate container 71e92fc879b6 [2020-10-27T08:53:24.249Z] ---> c50f488d5c3b [2020-10-27T08:53:24.249Z] Step 21/22 : LABEL git_sha=602625d46efc934df5d367cff749466edd3cc366 [2020-10-27T08:53:24.519Z] ---> Running in 4481bb33faba [2020-10-27T08:53:24.795Z] Removing intermediate container 4481bb33faba [2020-10-27T08:53:24.795Z] ---> 02a123df1836 [2020-10-27T08:53:24.795Z] Step 22/22 : LABEL version=0.0.0 [2020-10-27T08:53:25.072Z] ---> Running in 84eed61f5943 [2020-10-27T08:53:25.345Z] Removing intermediate container 84eed61f5943 [2020-10-27T08:53:25.345Z] ---> 743830cb109e [2020-10-27T08:53:25.345Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-27T08:53:25.345Z] Successfully built 743830cb109e [2020-10-27T08:53:25.345Z] 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-10-27T08:53:41.071Z] Still waiting to schedule task [2020-10-27T08:53:41.071Z] All nodes of label ‘ubuntu18.04-docker-arm64-16c-16g’ are offline [2020-10-27T08:54:02.266Z] Running on prd-centos7-docker-8c-8g-9114 in /w/workspace/gexfoundry_device-mqtt-go_PR-180 [Pipeline] { [Pipeline] ws [2020-10-27T08:54:02.374Z] Running in /w/workspace/device-mqtt-go/2 [Pipeline] { [Pipeline] checkout [2020-10-27T08:54:04.909Z] using credential edgex-jenkins-ssh [2020-10-27T08:54:04.966Z] Cloning the remote Git repository [2020-10-27T08:54:04.819Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-27T08:54:04.885Z] > git init /w/workspace/device-mqtt-go/2 # timeout=10 [2020-10-27T08:54:04.917Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-27T08:54:04.917Z] > git --version # timeout=10 [2020-10-27T08:54:04.927Z] > git --version # 'git version 2.16.5' [2020-10-27T08:54:04.928Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T08:54:04.958Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-27T08:54:05.519Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-10-27T08:54:05.526Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-27T08:54:05.537Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-10-27T08:54:05.550Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-27T08:54:05.550Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T08:54:05.555Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/180/head:refs/remotes/origin/PR-180 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-27T08:54:06.109Z] Merging remotes/origin/master commit 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b into PR head commit 602625d46efc934df5d367cff749466edd3cc366 [2020-10-27T08:54:06.191Z] Merge succeeded, producing 602625d46efc934df5d367cff749466edd3cc366 [2020-10-27T08:54:06.192Z] Checking out Revision 602625d46efc934df5d367cff749466edd3cc366 (PR-180) [2020-10-27T08:54:06.041Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T08:54:06.048Z] > git checkout -f 602625d46efc934df5d367cff749466edd3cc366 # timeout=10 [2020-10-27T08:54:06.085Z] > git remote # timeout=10 [2020-10-27T08:54:06.091Z] > git config --get remote.origin.url # timeout=10 [2020-10-27T08:54:06.098Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T08:54:06.103Z] > git merge 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b # timeout=10 [2020-10-27T08:54:06.113Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-27T08:54:06.124Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T08:54:06.130Z] > git checkout -f 602625d46efc934df5d367cff749466edd3cc366 # timeout=10 [2020-10-27T08:54:09.801Z] Commit message: "fix: Return error instead of the panic if required config not found" [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T08:54:11.228Z] ++ grep snapcraft.yaml [2020-10-27T08:54:11.228Z] ++ find /w/workspace/device-mqtt-go/2 [2020-10-27T08:54:11.228Z] + grep -Po '^name: \K(.*)' /w/workspace/device-mqtt-go/2/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-27T08:54:11.377Z] provisioning config files... [2020-10-27T08:54:11.389Z] copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/2@tmp/config5404572364677978144tmp [Pipeline] { [Pipeline] sh [2020-10-27T08:54:11.759Z] + cp /w/workspace/device-mqtt-go/2@tmp/config5404572364677978144tmp /w/workspace/device-mqtt-go/2/edgex-snap-store-login [Pipeline] sh [2020-10-27T08:54:12.055Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/2:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-10-27T08:54:12.317Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-10-27T08:54:12.317Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-10-27T08:54:12.317Z] f08d8e2a3ba1: Pulling fs layer [2020-10-27T08:54:12.317Z] 3baa9cb2483b: Pulling fs layer [2020-10-27T08:54:12.317Z] 94e5ff4c0b15: Pulling fs layer [2020-10-27T08:54:12.317Z] 1860925334f9: Pulling fs layer [2020-10-27T08:54:12.317Z] 2daf38717194: Pulling fs layer [2020-10-27T08:54:12.317Z] 309017e8d7a4: Pulling fs layer [2020-10-27T08:54:12.317Z] f7790dc9fd0f: Pulling fs layer [2020-10-27T08:54:12.317Z] cac0ae9282c2: Pulling fs layer [2020-10-27T08:54:12.317Z] 1f4cadf9a1ed: Pulling fs layer [2020-10-27T08:54:12.317Z] 309017e8d7a4: Waiting [2020-10-27T08:54:12.317Z] 2daf38717194: Waiting [2020-10-27T08:54:12.317Z] f7790dc9fd0f: Waiting [2020-10-27T08:54:12.317Z] cac0ae9282c2: Waiting [2020-10-27T08:54:12.317Z] 1860925334f9: Waiting [2020-10-27T08:54:12.317Z] 1f4cadf9a1ed: Waiting [2020-10-27T08:54:12.317Z] 94e5ff4c0b15: Verifying Checksum [2020-10-27T08:54:12.317Z] 94e5ff4c0b15: Download complete [2020-10-27T08:54:12.317Z] 3baa9cb2483b: Download complete [2020-10-27T08:54:12.317Z] 1860925334f9: Download complete [2020-10-27T08:54:13.705Z] f7790dc9fd0f: Verifying Checksum [2020-10-27T08:54:13.705Z] f7790dc9fd0f: Download complete [2020-10-27T08:54:14.649Z] cac0ae9282c2: Verifying Checksum [2020-10-27T08:54:14.649Z] cac0ae9282c2: Download complete [2020-10-27T08:54:14.649Z] 1f4cadf9a1ed: Verifying Checksum [2020-10-27T08:54:14.649Z] 1f4cadf9a1ed: Download complete [2020-10-27T08:54:15.223Z] f08d8e2a3ba1: Verifying Checksum [2020-10-27T08:54:15.223Z] f08d8e2a3ba1: Download complete [2020-10-27T08:54:16.611Z] f08d8e2a3ba1: Pull complete [2020-10-27T08:54:16.611Z] 3baa9cb2483b: Pull complete [2020-10-27T08:54:16.873Z] 94e5ff4c0b15: Pull complete [2020-10-27T08:54:16.873Z] 1860925334f9: Pull complete [2020-10-27T08:54:21.085Z] 2daf38717194: Verifying Checksum [2020-10-27T08:54:21.085Z] 2daf38717194: Download complete [2020-10-27T08:54:39.258Z] 2daf38717194: Pull complete [2020-10-27T08:54:39.258Z] 309017e8d7a4: Pull complete [2020-10-27T08:54:39.258Z] f7790dc9fd0f: Pull complete [2020-10-27T08:54:39.258Z] cac0ae9282c2: Pull complete [2020-10-27T08:54:39.258Z] 1f4cadf9a1ed: Pull complete [2020-10-27T08:54:39.258Z] Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 [2020-10-27T08:54:39.258Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-10-27T08:54:44.563Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-10-27T08:54:44.563Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-10-27T08:54:44.563Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-10-27T08:54:44.563Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-10-27T08:54:44.563Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1352 kB] [2020-10-27T08:54:44.825Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2115 kB] [2020-10-27T08:54:45.085Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1745 kB] [2020-10-27T08:54:45.085Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.4 kB] [2020-10-27T08:54:45.347Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [211 kB] [2020-10-27T08:54:45.347Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [239 kB] [2020-10-27T08:54:45.347Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [45.9 kB] [2020-10-27T08:54:45.347Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2165 kB] [2020-10-27T08:54:45.347Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] [2020-10-27T08:54:45.347Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] [2020-10-27T08:54:45.608Z] Fetched 8163 kB in 2s (4763 kB/s) [2020-10-27T08:54:46.996Z] Reading package lists... [2020-10-27T08:54:50.302Z] 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-10-27T08:54:50.302Z] 0% [Connecting to archive.ubuntu.com (91.189.88.142)] 0% [1 InRelease gpgv 88.7 kB] [Connecting to archive.ubuntu.com (91.189.88.142) 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-10-27T08:54:50.302Z] 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-10-27T08:54:50.563Z] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] 0% [Waiting for headers] 0% [3 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-10-27T08:54:51.923Z] 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... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 54% Reading package lists... 60% Reading package lists... 60% Reading package lists... 61% Reading package lists... 61% Reading package lists... 71% Reading package lists... 71% Reading package lists... 73% Reading package lists... 73% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% 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-10-27T08:54:53.843Z] Installing build dependencies: curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 libperl5.26 make netbase patch perl perl-base perl-modules-5.26 [2020-10-27T08:54:54.945Z] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 58% Reading package lists... 60% Reading package lists... 60% Reading package lists... 61% Reading package lists... 61% Reading package lists... 71% Reading package lists... 71% Reading package lists... 73% Reading package lists... 73% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% 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-10-27T08:54:55.206Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree [2020-10-27T08:54:55.206Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-10-27T08:54:55.206Z] The following packages were automatically installed and are no longer required: [2020-10-27T08:54:55.206Z] libjq1 libonig4 [2020-10-27T08:54:55.206Z] Use 'sudo apt autoremove' to remove them. [2020-10-27T08:54:55.206Z] Suggested packages: [2020-10-27T08:54:55.206Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-10-27T08:54:55.206Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed [2020-10-27T08:54:55.206Z] diffutils-doc perl-doc libterm-readline-gnu-perl [2020-10-27T08:54:55.206Z] | libterm-readline-perl-perl [2020-10-27T08:54:55.466Z] The following NEW packages will be installed: [2020-10-27T08:54:55.466Z] curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 [2020-10-27T08:54:55.466Z] libperl5.26 make netbase patch perl perl-modules-5.26 [2020-10-27T08:54:55.466Z] The following packages will be upgraded: [2020-10-27T08:54:55.466Z] perl-base [2020-10-27T08:54:55.466Z] 1 upgraded, 14 newly installed, 0 to remove and 31 not upgraded. [2020-10-27T08:54:55.466Z] Need to get 13.4 MB of archives. [2020-10-27T08:54:55.466Z] After this operation, 77.5 MB of additional disk space will be used. [2020-10-27T08:54:55.466Z] 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2020-10-27T08:54:56.298Z] 0% [1 perl-base 12.6 kB/1391 kB 1%] 4% [1 perl-base 733 kB/1391 kB 53%] 10% [Waiting for headers] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2020-10-27T08:54:56.561Z] 10% [2 perl-modules-5.26 46.1 kB/2762 kB 2%] 27% [Working] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-10-27T08:54:56.561Z] 28% [3 libgdbm5 26.0 kB/26.0 kB 100%] 29% [Working] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-10-27T08:54:56.561Z] 29% [4 libgdbm-compat4 0 B/6084 B 0%] 30% [Waiting for headers] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2020-10-27T08:54:56.561Z] 30% [5 libperl5.26 7184 B/3534 kB 0%] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2020-10-27T08:54:56.822Z] 53% [6 perl 0 B/201 kB 0%] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-10-27T08:54:56.822Z] 56% [7 less 72.5 kB/112 kB 65%] 57% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-10-27T08:54:56.822Z] 57% [8 netbase 12.7 kB/12.7 kB 100%] 59% [Waiting for headers] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] [2020-10-27T08:54:56.822Z] 59% [9 curl 13.3 kB/159 kB 8%] 61% [Waiting for headers] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] [2020-10-27T08:54:56.822Z] 61% [10 libcurl3-gnutls 51.0 kB/213 kB 24%] 64% [Waiting for headers] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-10-27T08:54:56.822Z] 64% [11 liberror-perl 22.8 kB/22.8 kB 100%] 65% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-10-27T08:54:56.822Z] 65% [12 git-man 65.5 kB/804 kB 8%] 71% [Waiting for headers] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-10-27T08:54:57.087Z] 71% [13 git 59.8 kB/3915 kB 2%] 96% [Waiting for headers] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-10-27T08:54:57.087Z] 96% [14 make 11.3 kB/154 kB 7%] 98% [Waiting for headers] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-10-27T08:54:57.087Z] 98% [15 patch 18.1 kB/102 kB 18%] 100% [Working] Fetched 13.4 MB in 2s (8226 kB/s) [2020-10-27T08:54:57.087Z] debconf: delaying package configuration, since apt-utils is not installed [2020-10-27T08:54:57.348Z] (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-10-27T08:54:57.348Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2020-10-27T08:54:57.348Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6ubuntu0.3) ... [2020-10-27T08:55:00.648Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2020-10-27T08:55:00.648Z] Selecting previously unselected package perl-modules-5.26. [2020-10-27T08:55:00.648Z] (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-10-27T08:55:00.648Z] Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2020-10-27T08:55:00.648Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-10-27T08:55:01.599Z] Selecting previously unselected package libgdbm5:amd64. [2020-10-27T08:55:01.599Z] Preparing to unpack .../01-libgdbm5_1.14.1-6_amd64.deb ... [2020-10-27T08:55:01.599Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-10-27T08:55:01.599Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-10-27T08:55:01.599Z] Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-10-27T08:55:01.599Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-10-27T08:55:01.861Z] Selecting previously unselected package libperl5.26:amd64. [2020-10-27T08:55:01.861Z] Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2020-10-27T08:55:01.861Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-10-27T08:55:02.433Z] Selecting previously unselected package perl. [2020-10-27T08:55:02.433Z] Preparing to unpack .../04-perl_5.26.1-6ubuntu0.5_amd64.deb ... [2020-10-27T08:55:02.433Z] Unpacking perl (5.26.1-6ubuntu0.5) ... [2020-10-27T08:55:02.433Z] Selecting previously unselected package less. [2020-10-27T08:55:02.433Z] Preparing to unpack .../05-less_487-0.1_amd64.deb ... [2020-10-27T08:55:02.433Z] Unpacking less (487-0.1) ... [2020-10-27T08:55:02.433Z] Selecting previously unselected package netbase. [2020-10-27T08:55:02.433Z] Preparing to unpack .../06-netbase_5.4_all.deb ... [2020-10-27T08:55:02.695Z] Unpacking netbase (5.4) ... [2020-10-27T08:55:02.695Z] Selecting previously unselected package curl. [2020-10-27T08:55:02.695Z] Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_amd64.deb ... [2020-10-27T08:55:02.695Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-10-27T08:55:02.695Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-10-27T08:55:02.695Z] Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... [2020-10-27T08:55:02.695Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-10-27T08:55:02.695Z] Selecting previously unselected package liberror-perl. [2020-10-27T08:55:02.695Z] Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... [2020-10-27T08:55:02.695Z] Unpacking liberror-perl (0.17025-1) ... [2020-10-27T08:55:02.695Z] Selecting previously unselected package git-man. [2020-10-27T08:55:02.695Z] Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-10-27T08:55:02.695Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-10-27T08:55:02.956Z] Selecting previously unselected package git. [2020-10-27T08:55:02.956Z] Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-10-27T08:55:02.956Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-10-27T08:55:03.528Z] Selecting previously unselected package make. [2020-10-27T08:55:03.528Z] Preparing to unpack .../12-make_4.1-9.1ubuntu1_amd64.deb ... [2020-10-27T08:55:03.528Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-10-27T08:55:03.528Z] Selecting previously unselected package patch. [2020-10-27T08:55:03.528Z] Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-10-27T08:55:03.528Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-10-27T08:55:03.789Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-10-27T08:55:03.789Z] Setting up less (487-0.1) ... [2020-10-27T08:55:03.789Z] Setting up make (4.1-9.1ubuntu1) ... [2020-10-27T08:55:03.789Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-10-27T08:55:03.789Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-10-27T08:55:03.789Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-10-27T08:55:03.789Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-10-27T08:55:03.789Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-10-27T08:55:03.789Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-10-27T08:55:04.050Z] Setting up netbase (5.4) ... [2020-10-27T08:55:04.050Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-10-27T08:55:04.050Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2020-10-27T08:55:04.051Z] Setting up liberror-perl (0.17025-1) ... [2020-10-27T08:55:04.051Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-10-27T08:55:04.051Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-10-27T08:55:04.051Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-10-27T08:55:05.965Z] curl set to automatically installed. [2020-10-27T08:55:05.965Z] git set to automatically installed. [2020-10-27T08:55:05.965Z] git-man set to automatically installed. [2020-10-27T08:55:05.965Z] less set to automatically installed. [2020-10-27T08:55:05.965Z] libcurl3-gnutls set to automatically installed. [2020-10-27T08:55:05.965Z] liberror-perl set to automatically installed. [2020-10-27T08:55:05.965Z] libgdbm-compat4 set to automatically installed. [2020-10-27T08:55:05.965Z] libgdbm5 set to automatically installed. [2020-10-27T08:55:05.965Z] libperl5.26 set to automatically installed. [2020-10-27T08:55:05.965Z] make set to automatically installed. [2020-10-27T08:55:05.965Z] netbase set to automatically installed. [2020-10-27T08:55:05.965Z] patch set to automatically installed. [2020-10-27T08:55:05.965Z] perl set to automatically installed. [2020-10-27T08:55:05.965Z] perl-base set to automatically installed. [2020-10-27T08:55:05.965Z] perl-modules-5.26 set to automatically installed. [2020-10-27T08:55:05.965Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-10-27T08:55:05.965Z] Please ensure the environment is properly setup before continuing. [2020-10-27T08:55:05.965Z] Ignore this message if the appropriate measures have already been taken [2020-10-27T08:55:06.226Z] Pulling go  [2020-10-27T08:55:07.179Z] 'device-mqtt' has dependencies that need to be staged: go [2020-10-27T08:55:07.179Z] Skipping pull go (already ran) [2020-10-27T08:55:07.179Z] Building go  [2020-10-27T08:55:07.179Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-27T08:55:07.179Z] Dload Upload Total Spent Left Speed [2020-10-27T08:55:09.287Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 15 115M 15 17.6M 0 0 37.5M 0 0:00:03 --:--:-- 0:00:03 37.4M 68 115M 68 79.6M 0 0 54.5M 0 0:00:02 0:00:01 0:00:01 54.5M 100 115M 100 115M 0 0 56.0M 0 0:00:02 0:00:02 --:--:-- 56.0M [2020-10-27T08:55:10.230Z] go1.15.2.linux-amd64.tar.gz: OK [2020-10-27T08:55:16.823Z] Staging go  [2020-10-27T08:55:17.395Z] Pulling device-mqtt  [2020-10-27T08:55:18.345Z] Skipping build go (already ran) [2020-10-27T08:55:18.345Z] Building device-mqtt  [2020-10-27T08:55:18.345Z] 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-10-27T08:55:19.296Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-10-27T08:55:19.296Z] go: downloading github.com/spf13/cast v1.3.0 [2020-10-27T08:55:19.296Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-10-27T08:55:19.296Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-10-27T08:55:19.296Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-10-27T08:55:19.296Z] go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-10-27T08:55:19.296Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-10-27T08:55:19.296Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-10-27T08:55:19.296Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-10-27T08:55:19.296Z] go: downloading github.com/pkg/errors v0.8.1 [2020-10-27T08:55:19.296Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-10-27T08:55:19.296Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-10-27T08:55:19.296Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-10-27T08:55:19.557Z] go: downloading github.com/google/uuid v1.1.1 [2020-10-27T08:55:19.557Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-10-27T08:55:19.557Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-10-27T08:55:19.557Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-10-27T08:55:19.557Z] go: downloading github.com/x448/float16 v0.8.4 [2020-10-27T08:55:19.557Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-10-27T08:55:19.557Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-10-27T08:55:19.557Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-10-27T08:55:19.557Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-10-27T08:55:19.557Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-10-27T08:55:19.557Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-10-27T08:55:19.557Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-10-27T08:55:19.557Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-10-27T08:55:19.557Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-10-27T08:55:19.557Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-10-27T08:55:19.557Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-10-27T08:55:19.557Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-10-27T08:55:19.762Z] Running on prd-ubuntu18.04-docker-arm64-16c-16g-9115 in /w/workspace/gexfoundry_device-mqtt-go_PR-180 [Pipeline] { [2020-10-27T08:55:19.818Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-10-27T08:55:19.818Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-10-27T08:55:19.818Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [Pipeline] ws [2020-10-27T08:55:19.831Z] Running in /w/workspace/device-mqtt-go/2 [Pipeline] { [Pipeline] checkout [2020-10-27T08:55:23.848Z] using credential edgex-jenkins-ssh [2020-10-27T08:55:23.969Z] Cloning the remote Git repository [2020-10-27T08:55:24.001Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-27T08:55:24.100Z] > git init /w/workspace/device-mqtt-go/2 # timeout=10 [2020-10-27T08:55:24.160Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-27T08:55:24.161Z] > git --version # timeout=10 [2020-10-27T08:55:24.175Z] > git --version # 'git version 2.17.1' [2020-10-27T08:55:24.177Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T08:55:24.224Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-27T08:55:25.168Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-10-27T08:55:25.573Z] Merging remotes/origin/master commit 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b into PR head commit 602625d46efc934df5d367cff749466edd3cc366 [2020-10-27T08:55:25.760Z] Merge succeeded, producing 602625d46efc934df5d367cff749466edd3cc366 [2020-10-27T08:55:25.760Z] Checking out Revision 602625d46efc934df5d367cff749466edd3cc366 (PR-180) [2020-10-27T08:55:24.913Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-10-27T08:55:24.928Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-27T08:55:24.952Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-10-27T08:55:24.981Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-27T08:55:24.982Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T08:55:24.993Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/180/head:refs/remotes/origin/PR-180 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-27T08:55:25.579Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T08:55:25.591Z] > git checkout -f 602625d46efc934df5d367cff749466edd3cc366 # timeout=10 [2020-10-27T08:55:25.677Z] > git remote # timeout=10 [2020-10-27T08:55:25.690Z] > git config --get remote.origin.url # timeout=10 [2020-10-27T08:55:25.702Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T08:55:25.712Z] > git merge 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b # timeout=10 [2020-10-27T08:55:25.735Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-27T08:55:25.756Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T08:55:25.767Z] > git checkout -f 602625d46efc934df5d367cff749466edd3cc366 # timeout=10 [2020-10-27T08:55:29.374Z] Skipping stage go (already ran) [2020-10-27T08:55:29.374Z] Staging device-mqtt  [2020-10-27T08:55:29.634Z] Priming go  [2020-10-27T08:55:29.852Z] Commit message: "fix: Return error instead of the panic if required config not found" [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T08:55:30.580Z] Priming device-mqtt  [2020-10-27T08:55:31.151Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-10-27T08:55:31.152Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-10-27T08:55:31.152Z] Determining the version from the project repo (version-script). [2020-10-27T08:55:31.152Z] The version has been set to 'local-dev-20201027+602625d' [2020-10-27T08:55:31.157Z] + find /w/workspace/device-mqtt-go/2 [2020-10-27T08:55:31.158Z] + grep snapcraft.yaml [2020-10-27T08:55:31.158Z] + grep -Po ^name: \K(.*) /w/workspace/device-mqtt-go/2/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-27T08:55:31.400Z] provisioning config files... [2020-10-27T08:55:31.422Z] copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/2@tmp/config1734821801896941435tmp [Pipeline] { [Pipeline] sh [2020-10-27T08:55:31.827Z] + cp /w/workspace/device-mqtt-go/2@tmp/config1734821801896941435tmp /w/workspace/device-mqtt-go/2/edgex-snap-store-login [Pipeline] sh [2020-10-27T08:55:31.986Z] Snapping | Snapping / Snapping - Snapping \ Snapping | [2020-10-27T08:55:31.987Z] Snapped edgex-device-mqtt_local-dev-20201027+602625d_amd64.snap [2020-10-27T08:55:32.160Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/2:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-10-27T08:55:32.756Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-10-27T08:55:33.029Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-10-27T08:55:33.029Z] 237528ba509b: Pulling fs layer [2020-10-27T08:55:33.029Z] 393b96f31d8b: Pulling fs layer [2020-10-27T08:55:33.029Z] 4d82b0e39008: Pulling fs layer [2020-10-27T08:55:33.029Z] e7ca375b8d34: Pulling fs layer [2020-10-27T08:55:33.029Z] 418f656485bb: Pulling fs layer [2020-10-27T08:55:33.029Z] aebe8db9254c: Pulling fs layer [2020-10-27T08:55:33.029Z] 4f5f7b207d3f: Pulling fs layer [2020-10-27T08:55:33.029Z] d19ca6af091a: Pulling fs layer [2020-10-27T08:55:33.029Z] 16b5a0711add: Pulling fs layer [2020-10-27T08:55:33.029Z] e7ca375b8d34: Waiting [2020-10-27T08:55:33.029Z] aebe8db9254c: Waiting [2020-10-27T08:55:33.029Z] 4f5f7b207d3f: Waiting [2020-10-27T08:55:33.029Z] 16b5a0711add: Waiting [2020-10-27T08:55:33.029Z] 418f656485bb: Waiting [2020-10-27T08:55:33.029Z] 393b96f31d8b: Verifying Checksum [2020-10-27T08:55:33.029Z] 393b96f31d8b: Download complete [2020-10-27T08:55:33.029Z] 4d82b0e39008: Verifying Checksum [2020-10-27T08:55:33.029Z] 4d82b0e39008: Download complete [2020-10-27T08:55:33.029Z] e7ca375b8d34: Download complete [2020-10-27T08:55:33.029Z] aebe8db9254c: Download complete [2020-10-27T08:55:33.302Z] 4f5f7b207d3f: Verifying Checksum [2020-10-27T08:55:33.302Z] 4f5f7b207d3f: Download complete [2020-10-27T08:55:33.302Z] d19ca6af091a: Verifying Checksum [2020-10-27T08:55:33.302Z] d19ca6af091a: Download complete [2020-10-27T08:55:33.302Z] 16b5a0711add: Verifying Checksum [2020-10-27T08:55:33.302Z] 16b5a0711add: Download complete [2020-10-27T08:55:34.285Z] 237528ba509b: Download complete [Pipeline] } [2020-10-27T08:55:34.554Z] 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] } [2020-10-27T08:55:36.921Z] 237528ba509b: Pull complete [2020-10-27T08:55:37.197Z] 393b96f31d8b: Pull complete [2020-10-27T08:55:37.799Z] 4d82b0e39008: Pull complete [2020-10-27T08:55:38.075Z] e7ca375b8d34: Pull complete [2020-10-27T08:55:43.515Z] 418f656485bb: Verifying Checksum [2020-10-27T08:55:43.515Z] 418f656485bb: Download complete [2020-10-27T08:56:30.496Z] 418f656485bb: Pull complete [2020-10-27T08:56:30.496Z] aebe8db9254c: Pull complete [2020-10-27T08:56:30.496Z] 4f5f7b207d3f: Pull complete [2020-10-27T08:56:30.496Z] d19ca6af091a: Pull complete [2020-10-27T08:56:30.496Z] 16b5a0711add: Pull complete [2020-10-27T08:56:30.496Z] Digest: sha256:9ca9034cebc7408d83a32dada391ac179c4174cde852b5731596ec8e47bf0b3e [2020-10-27T08:56:30.496Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-10-27T08:56:30.496Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-10-27T08:56:30.496Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-10-27T08:56:30.496Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-10-27T08:56:30.496Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-10-27T08:56:31.097Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [1413 kB] [2020-10-27T08:56:31.695Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1860 kB] [2020-10-27T08:56:31.971Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [5546 B] [2020-10-27T08:56:31.971Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [2242 B] [2020-10-27T08:56:31.971Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [11.2 kB] [2020-10-27T08:56:31.971Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [11.0 kB] [2020-10-27T08:56:31.971Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [1031 kB] [2020-10-27T08:56:32.244Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [1149 B] [2020-10-27T08:56:32.244Z] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [1178 kB] [2020-10-27T08:56:32.244Z] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse arm64 Packages [2430 B] [2020-10-27T08:56:32.841Z] Fetched 5769 kB in 3s (2009 kB/s) [2020-10-27T08:56:37.145Z] Reading package lists... [2020-10-27T08:56:52.221Z] 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-10-27T08:56:52.221Z] 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [2020-10-27T08:56:52.221Z] 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [2020-10-27T08:56:52.221Z] 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [2020-10-27T08:56:55.742Z] 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... 29% Reading package lists... 49% Reading package lists... 68% Reading package lists... 69% Reading package lists... 69% Reading package lists... 69% Reading package lists... 69% Reading package lists... 77% Reading package lists... 77% Reading package lists... 77% Reading package lists... 77% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 88% 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-10-27T08:57:02.441Z] Installing build dependencies: curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 libperl5.26 make netbase patch perl perl-base perl-modules-5.26 [2020-10-27T08:57:06.789Z] 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... 29% Reading package lists... 49% Reading package lists... 68% Reading package lists... 69% Reading package lists... 69% Reading package lists... 69% Reading package lists... 69% Reading package lists... 77% Reading package lists... 77% Reading package lists... 77% Reading package lists... 77% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 88% 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-10-27T08:57:07.664Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 57% Building dependency tree [2020-10-27T08:57:07.664Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-10-27T08:57:08.277Z] The following packages were automatically installed and are no longer required: [2020-10-27T08:57:08.277Z] libjq1 libonig4 [2020-10-27T08:57:08.277Z] Use 'sudo apt autoremove' to remove them. [2020-10-27T08:57:08.277Z] Suggested packages: [2020-10-27T08:57:08.277Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-10-27T08:57:08.277Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed [2020-10-27T08:57:08.277Z] diffutils-doc perl-doc libterm-readline-gnu-perl [2020-10-27T08:57:08.277Z] | libterm-readline-perl-perl [2020-10-27T08:57:08.876Z] The following NEW packages will be installed: [2020-10-27T08:57:08.876Z] curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 [2020-10-27T08:57:08.876Z] libperl5.26 make netbase patch perl perl-modules-5.26 [2020-10-27T08:57:08.876Z] The following packages will be upgraded: [2020-10-27T08:57:08.876Z] perl-base [2020-10-27T08:57:08.876Z] 1 upgraded, 14 newly installed, 0 to remove and 31 not upgraded. [2020-10-27T08:57:08.876Z] Need to get 12.0 MB of archives. [2020-10-27T08:57:08.876Z] After this operation, 73.6 MB of additional disk space will be used. [2020-10-27T08:57:09.151Z] 0% [Working] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-base arm64 5.26.1-6ubuntu0.5 [1237 kB] [2020-10-27T08:57:09.750Z] 0% [1 perl-base 12.6 kB/1237 kB 1%] 4% [1 perl-base 624 kB/1237 kB 50%] 10% [Working] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2020-10-27T08:57:10.021Z] 10% [2 perl-modules-5.26 7382 B/2762 kB 0%] 29% [Working] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] [2020-10-27T08:57:10.021Z] 29% [3 libgdbm5 23.1 kB/23.1 kB 100%] 31% [Working] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] [2020-10-27T08:57:10.021Z] 31% [4 libgdbm-compat4 4096 B/5536 B 74%] 32% [Working] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.5 [3335 kB] [2020-10-27T08:57:10.293Z] 32% [5 libperl5.26 33.6 kB/3335 kB 1%] 56% [Working] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.5 [201 kB] [2020-10-27T08:57:10.293Z] 56% [6 perl 41.1 kB/201 kB 20%] 58% [Working] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] [2020-10-27T08:57:10.293Z] 58% [7 less 12.3 kB/99.7 kB 12%] 60% [Working] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] [2020-10-27T08:57:10.293Z] 60% [8 netbase 12.7 kB/12.7 kB 100%] 62% [Working] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.10 [152 kB] [2020-10-27T08:57:10.293Z] 62% [9 curl 54.1 kB/152 kB 36%] 64% [Working] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.10 [179 kB] [2020-10-27T08:57:10.293Z] 64% [10 libcurl3-gnutls 32.8 kB/179 kB 18%] 67% [Working] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] [2020-10-27T08:57:10.293Z] 67% [11 liberror-perl 22.8 kB/22.8 kB 100%] 68% [Working] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-10-27T08:57:10.293Z] 68% [12 git-man 27.2 kB/804 kB 3%] 75% [Waiting for headers] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] [2020-10-27T08:57:10.567Z] 75% [13 git 9887 B/2952 kB 0%] 96% [Waiting for headers] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] [2020-10-27T08:57:10.567Z] 96% [14 make 65.5 kB/139 kB 47%] 98% [Waiting for headers] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] [2020-10-27T08:57:10.567Z] 98% [15 patch 64.9 kB/91.8 kB 71%] 100% [Working] Fetched 12.0 MB in 2s (7850 kB/s) [2020-10-27T08:57:11.161Z] debconf: delaying package configuration, since apt-utils is not installed [2020-10-27T08:57:11.161Z] (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-10-27T08:57:11.161Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_arm64.deb ... [2020-10-27T08:57:11.434Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6ubuntu0.3) ... [2020-10-27T08:57:16.824Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2020-10-27T08:57:16.824Z] Selecting previously unselected package perl-modules-5.26. [2020-10-27T08:57:16.824Z] (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-10-27T08:57:16.824Z] Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2020-10-27T08:57:16.824Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-10-27T08:57:17.800Z] Selecting previously unselected package libgdbm5:arm64. [2020-10-27T08:57:17.800Z] Preparing to unpack .../01-libgdbm5_1.14.1-6_arm64.deb ... [2020-10-27T08:57:17.800Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-10-27T08:57:17.800Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-10-27T08:57:17.800Z] Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-10-27T08:57:18.073Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-10-27T08:57:18.073Z] Selecting previously unselected package libperl5.26:arm64. [2020-10-27T08:57:18.073Z] Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.5_arm64.deb ... [2020-10-27T08:57:18.073Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.5) ... [2020-10-27T08:57:19.504Z] Selecting previously unselected package perl. [2020-10-27T08:57:19.504Z] Preparing to unpack .../04-perl_5.26.1-6ubuntu0.5_arm64.deb ... [2020-10-27T08:57:19.504Z] Unpacking perl (5.26.1-6ubuntu0.5) ... [2020-10-27T08:57:19.504Z] Selecting previously unselected package less. [2020-10-27T08:57:19.504Z] Preparing to unpack .../05-less_487-0.1_arm64.deb ... [2020-10-27T08:57:19.504Z] Unpacking less (487-0.1) ... [2020-10-27T08:57:19.777Z] Selecting previously unselected package netbase. [2020-10-27T08:57:19.777Z] Preparing to unpack .../06-netbase_5.4_all.deb ... [2020-10-27T08:57:19.777Z] Unpacking netbase (5.4) ... [2020-10-27T08:57:19.777Z] Selecting previously unselected package curl. [2020-10-27T08:57:19.777Z] Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_arm64.deb ... [2020-10-27T08:57:19.777Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-10-27T08:57:20.048Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-10-27T08:57:20.048Z] Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_arm64.deb ... [2020-10-27T08:57:20.048Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... [2020-10-27T08:57:20.048Z] Selecting previously unselected package liberror-perl. [2020-10-27T08:57:20.048Z] Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... [2020-10-27T08:57:20.048Z] Unpacking liberror-perl (0.17025-1) ... [2020-10-27T08:57:20.320Z] Selecting previously unselected package git-man. [2020-10-27T08:57:20.320Z] Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-10-27T08:57:20.320Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-10-27T08:57:20.593Z] Selecting previously unselected package git. [2020-10-27T08:57:20.593Z] Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-10-27T08:57:20.593Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-10-27T08:57:22.023Z] Selecting previously unselected package make. [2020-10-27T08:57:22.023Z] Preparing to unpack .../12-make_4.1-9.1ubuntu1_arm64.deb ... [2020-10-27T08:57:22.023Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-10-27T08:57:22.023Z] Selecting previously unselected package patch. [2020-10-27T08:57:22.023Z] Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-10-27T08:57:22.023Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-10-27T08:57:22.023Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-10-27T08:57:22.023Z] Setting up less (487-0.1) ... [2020-10-27T08:57:22.618Z] Setting up make (4.1-9.1ubuntu1) ... [2020-10-27T08:57:22.618Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-10-27T08:57:22.618Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... [2020-10-27T08:57:22.618Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-10-27T08:57:22.618Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-10-27T08:57:22.618Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-10-27T08:57:22.890Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-10-27T08:57:22.890Z] Setting up netbase (5.4) ... [2020-10-27T08:57:22.890Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.5) ... [2020-10-27T08:57:22.890Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2020-10-27T08:57:23.161Z] Setting up liberror-perl (0.17025-1) ... [2020-10-27T08:57:23.161Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-10-27T08:57:23.161Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-10-27T08:57:23.161Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-10-27T08:57:28.552Z] curl set to automatically installed. [2020-10-27T08:57:28.552Z] git set to automatically installed. [2020-10-27T08:57:28.824Z] git-man set to automatically installed. [2020-10-27T08:57:28.824Z] less set to automatically installed. [2020-10-27T08:57:28.824Z] libcurl3-gnutls set to automatically installed. [2020-10-27T08:57:28.824Z] liberror-perl set to automatically installed. [2020-10-27T08:57:28.824Z] libgdbm-compat4 set to automatically installed. [2020-10-27T08:57:28.824Z] libgdbm5 set to automatically installed. [2020-10-27T08:57:28.824Z] libperl5.26 set to automatically installed. [2020-10-27T08:57:29.097Z] make set to automatically installed. [2020-10-27T08:57:29.097Z] netbase set to automatically installed. [2020-10-27T08:57:29.097Z] patch set to automatically installed. [2020-10-27T08:57:29.097Z] perl set to automatically installed. [2020-10-27T08:57:29.097Z] perl-base set to automatically installed. [2020-10-27T08:57:29.097Z] perl-modules-5.26 set to automatically installed. [2020-10-27T08:57:29.097Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-10-27T08:57:29.097Z] Please ensure the environment is properly setup before continuing. [2020-10-27T08:57:29.097Z] Ignore this message if the appropriate measures have already been taken [2020-10-27T08:57:30.071Z] Pulling go  [2020-10-27T08:57:33.451Z] 'device-mqtt' has dependencies that need to be staged: go [2020-10-27T08:57:33.451Z] Skipping pull go (already ran) [2020-10-27T08:57:33.451Z] Building go  [2020-10-27T08:57:33.724Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-27T08:57:33.724Z] Dload Upload Total Spent Left Speed [2020-10-27T08:57:35.963Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 13 93.2M 13 12.2M 0 0 23.4M 0 0:00:03 --:--:-- 0:00:03 23.4M 61 93.2M 61 57.6M 0 0 38.0M 0 0:00:02 0:00:01 0:00:01 38.0M 100 93.2M 100 93.2M 0 0 40.6M 0 0:00:02 0:00:02 --:--:-- 40.6M [2020-10-27T08:57:37.387Z] go1.15.2.linux-arm64.tar.gz: OK [2020-10-27T08:57:55.694Z] Staging go  [2020-10-27T08:57:57.667Z] Pulling device-mqtt  [2020-10-27T08:58:01.050Z] Skipping build go (already ran) [2020-10-27T08:58:01.050Z] Building device-mqtt  [2020-10-27T08:58:01.050Z] 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-10-27T08:58:03.023Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-10-27T08:58:03.023Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-10-27T08:58:03.023Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-10-27T08:58:03.023Z] go: downloading github.com/spf13/cast v1.3.0 [2020-10-27T08:58:03.023Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-10-27T08:58:03.023Z] go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-10-27T08:58:03.299Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-10-27T08:58:03.299Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-10-27T08:58:03.299Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-10-27T08:58:03.299Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-10-27T08:58:03.299Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-10-27T08:58:03.299Z] go: downloading github.com/pkg/errors v0.8.1 [2020-10-27T08:58:03.299Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-10-27T08:58:03.299Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-10-27T08:58:03.299Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-10-27T08:58:03.299Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-10-27T08:58:03.299Z] go: downloading github.com/google/uuid v1.1.1 [2020-10-27T08:58:03.299Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-10-27T08:58:03.299Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-10-27T08:58:03.299Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-10-27T08:58:03.299Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-10-27T08:58:03.571Z] go: downloading github.com/x448/float16 v0.8.4 [2020-10-27T08:58:03.571Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-10-27T08:58:03.571Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-10-27T08:58:03.571Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-10-27T08:58:03.571Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-10-27T08:58:03.571Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-10-27T08:58:03.571Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-10-27T08:58:03.571Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-10-27T08:58:03.842Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-10-27T08:58:03.842Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-10-27T08:58:03.842Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-10-27T08:58:04.114Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-10-27T08:58:22.425Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-10-27T08:58:37.504Z] Skipping stage go (already ran) [2020-10-27T08:58:37.504Z] Staging device-mqtt  [2020-10-27T08:58:40.883Z] Priming go  [2020-10-27T08:58:45.178Z] Priming device-mqtt  [2020-10-27T08:58:48.559Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-10-27T08:58:48.559Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-10-27T08:58:48.559Z] Determining the version from the project repo (version-script). [2020-10-27T08:58:48.559Z] The version has been set to 'local-dev-20201027+602625d' [2020-10-27T08:58:49.109Z] Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping | [2020-10-27T08:58:49.109Z] Snapped edgex-device-mqtt_local-dev-20201027+602625d_arm64.snap [Pipeline] } [2020-10-27T08:58:51.739Z] 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-10-27T08:58:54.470Z] provisioning config files... [2020-10-27T08:58:54.490Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-180@tmp/config5936784112570431868tmp [Pipeline] { [Pipeline] sh [2020-10-27T08:58:54.885Z] + set +x [2020-10-27T08:58:54.885Z] + curl -s https://codecov.io/bash [2020-10-27T08:58:54.885Z] + bash -s -- [2020-10-27T08:58:55.148Z] [2020-10-27T08:58:55.148Z] _____ _ [2020-10-27T08:58:55.148Z] / ____| | | [2020-10-27T08:58:55.148Z] | | ___ __| | ___ ___ _____ __ [2020-10-27T08:58:55.148Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-10-27T08:58:55.148Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-10-27T08:58:55.148Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-10-27T08:58:55.148Z] Bash-20201009-048fee3 [2020-10-27T08:58:55.148Z] [2020-10-27T08:58:55.148Z] [2020-10-27T08:58:55.148Z] ==> Jenkins CI detected. [2020-10-27T08:58:55.148Z] project root: . [2020-10-27T08:58:55.148Z] --> token set from env [2020-10-27T08:58:55.148Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-10-27T08:58:55.148Z] ==> Running gcov in . (disable via -X gcov) [2020-10-27T08:58:55.148Z] ==> Python coveragepy not found [2020-10-27T08:58:55.148Z] ==> Searching for coverage reports in: [2020-10-27T08:58:55.148Z] + . [2020-10-27T08:58:55.148Z] -> Found 1 reports [2020-10-27T08:58:55.148Z] ==> Detecting git/mercurial file structure [2020-10-27T08:58:55.148Z] ==> Reading reports [2020-10-27T08:58:55.148Z] + ./coverage.out bytes=18940 [2020-10-27T08:58:55.148Z] ==> Appending adjustments [2020-10-27T08:58:55.148Z] https://docs.codecov.io/docs/fixing-reports [2020-10-27T08:58:55.413Z] + Found adjustments [2020-10-27T08:58:55.413Z] ==> Gzipping contents [2020-10-27T08:58:55.413Z] ==> Uploading reports [2020-10-27T08:58:55.413Z] url: https://codecov.io [2020-10-27T08:58:55.413Z] query: branch=PR-180&commit=602625d46efc934df5d367cff749466edd3cc366&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-180%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=180&job=&cmd_args= [2020-10-27T08:58:55.413Z] -> Pinging Codecov [2020-10-27T08:58:55.413Z] https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-180&commit=602625d46efc934df5d367cff749466edd3cc366&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-180%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=180&job=&cmd_args= [2020-10-27T08:58:55.677Z] -> Uploading to [2020-10-27T08:58:55.677Z] [2020-10-27T08:58:55.677Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-27T08:58:55.677Z] Dload Upload Total Spent Left Speed [2020-10-27T08:58:55.677Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error [2020-10-27T08:58:55.677Z] X> Failed to upload [2020-10-27T08:58:55.677Z] ==> Uploading to Codecov [2020-10-27T08:58:55.677Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-27T08:58:55.677Z] Dload Upload Total Spent Left Speed [2020-10-27T08:58:56.891Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3247 0 0 100 3247 0 2759 0:00:01 0:00:01 --:--:-- 2758 100 3358 100 111 100 3247 83 2432 0:00:01 0:00:01 --:--:-- 2432 [2020-10-27T08:58:56.891Z] View reports at https://codecov.io/github/edgexfoundry/device-mqtt-go/commit/602625d46efc934df5d367cff749466edd3cc366 [Pipeline] } [2020-10-27T08:58:56.902Z] 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] { (Archive Prep) Stage "Archive Prep" 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-10-27T08:58:59.712Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T08:59:00.289Z] ---> package-listing.sh [2020-10-27T08:59:00.289Z] ++ facter osfamily [2020-10-27T08:59:00.289Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-27T08:59:00.289Z] + OS_FAMILY=redhat [2020-10-27T08:59:00.289Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-180 [2020-10-27T08:59:00.289Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-27T08:59:00.289Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-27T08:59:00.289Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-27T08:59:00.289Z] + PACKAGES=/tmp/packages_start.txt [2020-10-27T08:59:00.289Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-180 ']' [2020-10-27T08:59:00.289Z] + PACKAGES=/tmp/packages_end.txt [2020-10-27T08:59:00.289Z] + case "${OS_FAMILY}" in [2020-10-27T08:59:00.289Z] + rpm -qa [2020-10-27T08:59:00.289Z] + sort [2020-10-27T08:59:04.525Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-27T08:59:04.525Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-27T08:59:04.525Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-27T08:59:04.525Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-180 ']' [2020-10-27T08:59:04.525Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-180/archives/ [2020-10-27T08:59:04.525Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-180/archives/ [Pipeline] echo [2020-10-27T08:59:04.539Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-mqtt-go_PR-180/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-27T08:59:04.843Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-27T08:59:05.154Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-27T08:59:05.154Z] [2020-10-27T08:59:05.154Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-27T08:59:05.515Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-27T08:59:05.515Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-27T08:59:05.515Z] df20fa9351a1: Pulling fs layer [2020-10-27T08:59:05.515Z] 36b3adc4ff6f: Pulling fs layer [2020-10-27T08:59:05.515Z] 8ad3a11d3b57: Pulling fs layer [2020-10-27T08:59:05.515Z] 46f8f816bc3b: Pulling fs layer [2020-10-27T08:59:05.515Z] 93b61091891f: Pulling fs layer [2020-10-27T08:59:05.515Z] 93b9cdb0e59b: Pulling fs layer [2020-10-27T08:59:05.515Z] 5e14af77c1be: Pulling fs layer [2020-10-27T08:59:05.515Z] 01666e4c0597: Pulling fs layer [2020-10-27T08:59:05.515Z] aa168da1d23b: Pulling fs layer [2020-10-27T08:59:05.515Z] 93b9cdb0e59b: Waiting [2020-10-27T08:59:05.515Z] 5e14af77c1be: Waiting [2020-10-27T08:59:05.515Z] 01666e4c0597: Waiting [2020-10-27T08:59:05.515Z] aa168da1d23b: Waiting [2020-10-27T08:59:05.515Z] 46f8f816bc3b: Waiting [2020-10-27T08:59:05.515Z] 93b61091891f: Waiting [2020-10-27T08:59:05.784Z] 36b3adc4ff6f: Verifying Checksum [2020-10-27T08:59:05.785Z] 36b3adc4ff6f: Download complete [2020-10-27T08:59:05.785Z] 46f8f816bc3b: Verifying Checksum [2020-10-27T08:59:05.785Z] 46f8f816bc3b: Download complete [2020-10-27T08:59:05.785Z] df20fa9351a1: Verifying Checksum [2020-10-27T08:59:05.785Z] 93b9cdb0e59b: Verifying Checksum [2020-10-27T08:59:05.785Z] 93b9cdb0e59b: Download complete [2020-10-27T08:59:05.785Z] 93b61091891f: Verifying Checksum [2020-10-27T08:59:05.785Z] 93b61091891f: Download complete [2020-10-27T08:59:05.785Z] 5e14af77c1be: Verifying Checksum [2020-10-27T08:59:05.785Z] 5e14af77c1be: Download complete [2020-10-27T08:59:05.785Z] 01666e4c0597: Verifying Checksum [2020-10-27T08:59:05.785Z] 01666e4c0597: Download complete [2020-10-27T08:59:06.362Z] df20fa9351a1: Pull complete [2020-10-27T08:59:06.362Z] 36b3adc4ff6f: Pull complete [2020-10-27T08:59:06.631Z] 8ad3a11d3b57: Verifying Checksum [2020-10-27T08:59:06.631Z] 8ad3a11d3b57: Download complete [2020-10-27T08:59:07.601Z] 8ad3a11d3b57: Pull complete [2020-10-27T08:59:07.601Z] 46f8f816bc3b: Pull complete [2020-10-27T08:59:08.186Z] 93b61091891f: Pull complete [2020-10-27T08:59:08.458Z] 93b9cdb0e59b: Pull complete [2020-10-27T08:59:08.730Z] aa168da1d23b: Verifying Checksum [2020-10-27T08:59:08.730Z] aa168da1d23b: Download complete [2020-10-27T08:59:08.730Z] 5e14af77c1be: Pull complete [2020-10-27T08:59:08.730Z] 01666e4c0597: Pull complete [2020-10-27T08:59:16.965Z] aa168da1d23b: Pull complete [2020-10-27T08:59:16.965Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-27T08:59:16.965Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-27T08:59:16.965Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-27T08:59:17.193Z] prd-centos7-docker-4c-2g-9111 does not seem to be running inside a container [2020-10-27T08:59:17.254Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-mqtt-go_PR-180/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-mqtt-go_PR-180 -v /w/workspace/gexfoundry_device-mqtt-go_PR-180:/w/workspace/gexfoundry_device-mqtt-go_PR-180:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-180@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-180@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-27T08:59:21.082Z] $ docker top 0c9e42c818b293c5c9edf9522daf6771ee0b2ebd96cceebff4cd764edc142f2e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-27T08:59:21.727Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-27T08:59:22.038Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-27T08:59:22.342Z] + ls /var/log/sa-host [2020-10-27T08:59:22.342Z] + sadf -c /var/log/sa-host/sa05 [2020-10-27T08:59:22.342Z] file_magic: OK [2020-10-27T08:59:22.342Z] HZ: Using current value: 100 [2020-10-27T08:59:22.342Z] file_header: OK [2020-10-27T08:59:22.342Z] 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-10-27T08:59:22.342Z] Statistics: [2020-10-27T08:59:22.342Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-27T08:59:22.342Z] File successfully converted to sysstat format version 12.2.1 [2020-10-27T08:59:22.342Z] + sadf -c /var/log/sa-host/sa27 [2020-10-27T08:59:22.342Z] file_magic: OK [2020-10-27T08:59:22.342Z] HZ: Using current value: 100 [2020-10-27T08:59:22.342Z] file_header: OK [2020-10-27T08:59:22.342Z] 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-10-27T08:59:22.342Z] Statistics: [2020-10-27T08:59:22.342Z] 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-10-27T08:59:22.342Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-27T08:59:23.027Z] provisioning config files... [2020-10-27T08:59:23.045Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-180@tmp/config8221791094676131065tmp [Pipeline] { [Pipeline] echo [2020-10-27T08:59:23.143Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T08:59:23.457Z] ---> create-netrc.sh [Pipeline] } [2020-10-27T08:59:23.468Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-27T08:59:23.568Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T08:59:23.870Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-27T08:59:23.882Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T08:59:24.190Z] ---> sudo-logs.sh [2020-10-27T08:59:24.190Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-27T08:59:24.202Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T08:59:24.503Z] ---> job-cost.sh [2020-10-27T08:59:24.503Z] lf-activate-venv: SKIPPING [2020-10-27T08:59:24.503Z] INFO: No Stack... [2020-10-27T08:59:25.898Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-27T08:59:26.161Z] INFO: Archiving Costs [Pipeline] echo [2020-10-27T08:59:26.175Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T08:59:26.475Z] ---> logs-deploy.sh [2020-10-27T08:59:26.475Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-180/2 [2020-10-27T08:59:26.475Z] INFO: archiving workspace using pattern(s): [2020-10-27T08:59:28.404Z] Archives upload complete. [2020-10-27T08:59:28.404Z] INFO: archiving logs to Nexus