Pull request #169 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 70266732476b49b68ada54d8048c03bfdd404deb+f7b704da3e9a84fb10464ba1b2bdd449b0700fcc (89aea8a0d4cd29a180b0ac247f9fe8ed3e1e49af) 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-5861 in /w/workspace/gexfoundry_device-mqtt-go_PR-169 [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-169 # 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 Merging remotes/origin/master commit f7b704da3e9a84fb10464ba1b2bdd449b0700fcc into PR head commit 70266732476b49b68ada54d8048c03bfdd404deb > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 Merge succeeded, producing 70266732476b49b68ada54d8048c03bfdd404deb Checking out Revision 70266732476b49b68ada54d8048c03bfdd404deb (PR-169) > git checkout -f 70266732476b49b68ada54d8048c03bfdd404deb # 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 f7b704da3e9a84fb10464ba1b2bdd449b0700fcc # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 70266732476b49b68ada54d8048c03bfdd404deb # timeout=10 Commit message: "Bump github.com/eclipse/paho.mqtt.golang from 1.1.1 to 1.2.0" First time build. Skipping changelog. > git rev-list --no-walk 8df287fcd07771fdf0ce1393637aadf009909ff7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-16T09:33:09.910Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-16T09:33:10.164Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-16T09:33:10.256Z] ========================================================= [2020-10-16T09:33:10.256Z] EdgeX Global Pipelines Version Info [2020-10-16T09:33:10.256Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-16T09:33:11.695Z] ------------------- [2020-10-16T09:33:11.695Z] stable info: [2020-10-16T09:33:11.695Z] ------------------- [2020-10-16T09:33:11.695Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-16T09:33:11.695Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-16T09:33:11.695Z] Message: update stable to v1.0.144 [2020-10-16T09:33:12.642Z] ------------------- [2020-10-16T09:33:12.642Z] experimental info: [2020-10-16T09:33:12.642Z] ------------------- [2020-10-16T09:33:12.642Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-16T09:33:12.642Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-16T09:33:12.642Z] Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-16T09:33:12.988Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2020-10-16T09:33:13.122Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2020-10-16T09:33:13.228Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-16T09:33:13.321Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-16T09:33:13.446Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-16T09:33:13.548Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-16T09:33:13.665Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-16T09:33:13.763Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-16T09:33:13.859Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-16T09:33:14.004Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-16T09:33:14.149Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-16T09:33:14.340Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo [2020-10-16T09:33:14.452Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-16T09:33:14.558Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-16T09:33:14.657Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-16T09:33:14.777Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-16T09:33:14.912Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-16T09:33:15.006Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-16T09:33:15.091Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-16T09:33:15.175Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-16T09:33:15.265Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-16T09:33:15.369Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-16T09:33:15.509Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-16T09:33:15.643Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-16T09:33:15.750Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-16T09:33:15.845Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-169 [Pipeline] echo [2020-10-16T09:33:15.935Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-169 [Pipeline] echo [2020-10-16T09:33:16.038Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-169 [Pipeline] echo [2020-10-16T09:33:16.139Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 70266732476b49b68ada54d8048c03bfdd404deb [Pipeline] echo [2020-10-16T09:33:16.234Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7026673 [Pipeline] echo [2020-10-16T09:33:16.331Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-16T09:33:16.965Z] + git log --format=format:%s -1 70266732476b49b68ada54d8048c03bfdd404deb [Pipeline] echo [2020-10-16T09:33:17.069Z] GIT_COMMIT: 70266732476b49b68ada54d8048c03bfdd404deb, Commit Message: Bump github.com/eclipse/paho.mqtt.golang from 1.1.1 to 1.2.0 [Pipeline] echo [2020-10-16T09:33:17.152Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:33:17.853Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T09:33:18.117Z] [2020-10-16T09:33:18.117Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:33:18.486Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T09:33:18.486Z] latest: Pulling from edgex-devops/git-semver [2020-10-16T09:33:18.486Z] 31603596830f: Pulling fs layer [2020-10-16T09:33:18.486Z] 2a8b12db71e7: Pulling fs layer [2020-10-16T09:33:18.486Z] 6ca5941a6612: Pulling fs layer [2020-10-16T09:33:18.486Z] ecc8261a40a4: Pulling fs layer [2020-10-16T09:33:18.486Z] ecc8261a40a4: Waiting [2020-10-16T09:33:18.486Z] 2a8b12db71e7: Verifying Checksum [2020-10-16T09:33:18.486Z] 2a8b12db71e7: Download complete [2020-10-16T09:33:18.750Z] 31603596830f: Verifying Checksum [2020-10-16T09:33:18.750Z] 31603596830f: Download complete [2020-10-16T09:33:18.750Z] ecc8261a40a4: Verifying Checksum [2020-10-16T09:33:18.750Z] ecc8261a40a4: Download complete [2020-10-16T09:33:18.750Z] 6ca5941a6612: Verifying Checksum [2020-10-16T09:33:18.750Z] 6ca5941a6612: Download complete [2020-10-16T09:33:19.014Z] 31603596830f: Pull complete [2020-10-16T09:33:19.278Z] 2a8b12db71e7: Pull complete [2020-10-16T09:33:19.863Z] 6ca5941a6612: Pull complete [2020-10-16T09:33:20.127Z] ecc8261a40a4: Pull complete [2020-10-16T09:33:20.127Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-16T09:33:20.127Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T09:33:20.127Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-16T09:33:20.245Z] prd-centos7-docker-4c-2g-5861 does not seem to be running inside a container [2020-10-16T09:33:20.297Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-169 -v /w/workspace/gexfoundry_device-mqtt-go_PR-169:/w/workspace/gexfoundry_device-mqtt-go_PR-169:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-16T09:33:22.356Z] $ docker top 950a536fc5022cb9ac8dcaa92671987b0652d7b5c87f0885c2429332835d0445 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-16T09:33:22.755Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T09:33:22.755Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T09:33:22.983Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T09:33:22.987Z] $ docker exec 950a536fc5022cb9ac8dcaa92671987b0652d7b5c87f0885c2429332835d0445 ssh-agent [2020-10-16T09:33:23.157Z] SSH_AUTH_SOCK=/tmp/ssh-zGTbjCsTBx2Y/agent.12 [2020-10-16T09:33:23.157Z] SSH_AGENT_PID=17 [2020-10-16T09:33:23.172Z] Running ssh-add (command line suppressed) [2020-10-16T09:33:23.301Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp/private_key_5457233394474475840.key (/w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp/private_key_5457233394474475840.key) [2020-10-16T09:33:23.355Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T09:33:23.693Z] + git tag --points-at HEAD [Pipeline] } [2020-10-16T09:33:23.721Z] $ docker exec --env ******** --env ******** 950a536fc5022cb9ac8dcaa92671987b0652d7b5c87f0885c2429332835d0445 ssh-agent -k [2020-10-16T09:33:23.837Z] unset SSH_AUTH_SOCK; [2020-10-16T09:33:23.837Z] unset SSH_AGENT_PID; [2020-10-16T09:33:23.837Z] echo Agent pid 17 killed; [2020-10-16T09:33:23.932Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-16T09:33:24.097Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T09:33:24.097Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T09:33:24.272Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T09:33:24.276Z] $ docker exec 950a536fc5022cb9ac8dcaa92671987b0652d7b5c87f0885c2429332835d0445 ssh-agent [2020-10-16T09:33:24.441Z] SSH_AUTH_SOCK=/tmp/ssh-iNi0OjcySZ6t/agent.46 [2020-10-16T09:33:24.441Z] SSH_AGENT_PID=51 [2020-10-16T09:33:24.449Z] Running ssh-add (command line suppressed) [2020-10-16T09:33:24.574Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp/private_key_8094498061340595014.key (/w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp/private_key_8094498061340595014.key) [2020-10-16T09:33:24.630Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T09:33:24.972Z] + git semver init [2020-10-16T09:33:24.972Z] # -> Open(): unable to determine branch for HEAD [2020-10-16T09:33:24.972Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-169/.git [2020-10-16T09:33:24.972Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-169 [2020-10-16T09:33:24.972Z] # $SEMVER_REMOTE_NAME = origin [2020-10-16T09:33:24.972Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-16T09:33:24.972Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-16T09:33:24.972Z] # $SEMVER_BRANCH = PR-169 [2020-10-16T09:33:24.972Z] # $SEMVER_TEMP = /tmp/semver-729751980 [2020-10-16T09:33:24.972Z] # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP [2020-10-16T09:33:25.240Z] # '/tmp/semver-729751980' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-169/.semver' [2020-10-16T09:33:25.240Z] # -> Force: false [2020-10-16T09:33:25.240Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-169/.semver [Pipeline] } [2020-10-16T09:33:25.254Z] $ docker exec --env ******** --env ******** 950a536fc5022cb9ac8dcaa92671987b0652d7b5c87f0885c2429332835d0445 ssh-agent -k [2020-10-16T09:33:25.374Z] unset SSH_AUTH_SOCK; [2020-10-16T09:33:25.374Z] unset SSH_AGENT_PID; [2020-10-16T09:33:25.374Z] echo Agent pid 51 killed; [2020-10-16T09:33:25.428Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-16T09:33:25.897Z] + git semver [Pipeline] } [2020-10-16T09:33:25.916Z] $ docker stop --time=1 950a536fc5022cb9ac8dcaa92671987b0652d7b5c87f0885c2429332835d0445 [2020-10-16T09:33:27.263Z] $ docker rm -f 950a536fc5022cb9ac8dcaa92671987b0652d7b5c87f0885c2429332835d0445 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T09:33:27.731Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-16T09:33:28.273Z] Stashed 1 file(s) [Pipeline] echo [2020-10-16T09:33:28.276Z] [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-16T09:33:43.946Z] Still waiting to schedule task [2020-10-16T09:33:43.946Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-16T09:33:43.949Z] Still waiting to schedule task [2020-10-16T09:33:43.949Z] ‘prd-centos7-docker-4c-2g-3642’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-5862’ is offline [2020-10-16T09:34:03.546Z] Running on prd-centos7-docker-4c-2g-5865 in /w/workspace/gexfoundry_device-mqtt-go_PR-169 [Pipeline] { [Pipeline] ws [2020-10-16T09:34:03.596Z] Running in /w/workspace/device-mqtt-go/6 [Pipeline] { [Pipeline] checkout [2020-10-16T09:34:06.546Z] using credential edgex-jenkins-ssh [2020-10-16T09:34:06.611Z] Cloning the remote Git repository [2020-10-16T09:34:06.655Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-16T09:34:06.733Z] > git init /w/workspace/device-mqtt-go/6 # timeout=10 [2020-10-16T09:34:06.793Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-16T09:34:06.793Z] > git --version # timeout=10 [2020-10-16T09:34:06.802Z] > git --version # 'git version 2.16.5' [2020-10-16T09:34:06.803Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T09:34:06.837Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T09:34:07.859Z] Merging remotes/origin/master commit f7b704da3e9a84fb10464ba1b2bdd449b0700fcc into PR head commit 70266732476b49b68ada54d8048c03bfdd404deb [2020-10-16T09:34:07.936Z] Merge succeeded, producing 70266732476b49b68ada54d8048c03bfdd404deb [2020-10-16T09:34:07.936Z] Checking out Revision 70266732476b49b68ada54d8048c03bfdd404deb (PR-169) [2020-10-16T09:34:07.450Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-10-16T09:34:07.455Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T09:34:07.468Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-10-16T09:34:07.484Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-16T09:34:07.485Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T09:34:07.489Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-16T09:34:07.867Z] > git config core.sparsecheckout # timeout=10 [2020-10-16T09:34:07.872Z] > git checkout -f 70266732476b49b68ada54d8048c03bfdd404deb # timeout=10 [2020-10-16T09:34:07.902Z] > git remote # timeout=10 [2020-10-16T09:34:07.906Z] > git config --get remote.origin.url # timeout=10 [2020-10-16T09:34:07.913Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T09:34:07.917Z] > git merge f7b704da3e9a84fb10464ba1b2bdd449b0700fcc # timeout=10 [2020-10-16T09:34:07.927Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-16T09:34:07.939Z] > git config core.sparsecheckout # timeout=10 [2020-10-16T09:34:07.945Z] > git checkout -f 70266732476b49b68ada54d8048c03bfdd404deb # timeout=10 [2020-10-16T09:34:11.833Z] Commit message: "Bump github.com/eclipse/paho.mqtt.golang from 1.1.1 to 1.2.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-16T09:34:12.596Z] ========================================================= [2020-10-16T09:34:12.596Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-16T09:34:12.596Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:34:13.222Z] + 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-16T09:34:13.488Z] Sending build context to Docker daemon 450kB [2020-10-16T09:34:13.488Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-16T09:34:13.488Z] Step 2/8 : FROM ${BASE} [2020-10-16T09:34:13.488Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-16T09:34:13.488Z] df20fa9351a1: Pulling fs layer [2020-10-16T09:34:13.488Z] ed8968b2872e: Pulling fs layer [2020-10-16T09:34:13.488Z] a92cc7c5fd73: Pulling fs layer [2020-10-16T09:34:13.488Z] e871e8e8d7a9: Pulling fs layer [2020-10-16T09:34:13.488Z] e73272ec9a57: Pulling fs layer [2020-10-16T09:34:13.488Z] 1e910a182e73: Pulling fs layer [2020-10-16T09:34:13.488Z] 4e634b169226: Pulling fs layer [2020-10-16T09:34:13.488Z] e73272ec9a57: Waiting [2020-10-16T09:34:13.488Z] 1e910a182e73: Waiting [2020-10-16T09:34:13.488Z] e871e8e8d7a9: Waiting [2020-10-16T09:34:13.488Z] 4e634b169226: Waiting [2020-10-16T09:34:13.488Z] a92cc7c5fd73: Verifying Checksum [2020-10-16T09:34:13.488Z] a92cc7c5fd73: Download complete [2020-10-16T09:34:13.759Z] ed8968b2872e: Verifying Checksum [2020-10-16T09:34:13.759Z] ed8968b2872e: Download complete [2020-10-16T09:34:13.759Z] e73272ec9a57: Verifying Checksum [2020-10-16T09:34:13.759Z] e73272ec9a57: Download complete [2020-10-16T09:34:13.759Z] 1e910a182e73: Verifying Checksum [2020-10-16T09:34:13.759Z] 1e910a182e73: Download complete [2020-10-16T09:34:13.759Z] df20fa9351a1: Verifying Checksum [2020-10-16T09:34:13.759Z] df20fa9351a1: Download complete [2020-10-16T09:34:14.028Z] df20fa9351a1: Pull complete [2020-10-16T09:34:14.290Z] ed8968b2872e: Pull complete [2020-10-16T09:34:14.290Z] a92cc7c5fd73: Pull complete [2020-10-16T09:34:16.214Z] 4e634b169226: Verifying Checksum [2020-10-16T09:34:16.214Z] 4e634b169226: Download complete [2020-10-16T09:34:16.789Z] e871e8e8d7a9: Verifying Checksum [2020-10-16T09:34:16.789Z] e871e8e8d7a9: Download complete [2020-10-16T09:34:22.123Z] e871e8e8d7a9: Pull complete [2020-10-16T09:34:22.123Z] e73272ec9a57: Pull complete [2020-10-16T09:34:22.123Z] 1e910a182e73: Pull complete [2020-10-16T09:34:28.729Z] 4e634b169226: Pull complete [2020-10-16T09:34:28.729Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-16T09:34:28.729Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-16T09:34:28.729Z] ---> f7629b54cfaa [2020-10-16T09:34:28.729Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-10-16T09:34:28.996Z] ---> Running in 2035c9cade8a [2020-10-16T09:34:29.267Z] Removing intermediate container 2035c9cade8a [2020-10-16T09:34:29.267Z] ---> 69a02fc9d366 [2020-10-16T09:34:29.267Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T09:34:29.267Z] ---> Running in cfdc6e9c8b84 [2020-10-16T09:34:30.673Z] Removing intermediate container cfdc6e9c8b84 [2020-10-16T09:34:30.673Z] ---> 254884758236 [2020-10-16T09:34:30.673Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-10-16T09:34:30.673Z] ---> Running in 3572bf5a9e35 [2020-10-16T09:34:31.252Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T09:34:32.201Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T09:34:32.776Z] (1/14) Installing libmagic (5.38-r0) [2020-10-16T09:34:33.046Z] (2/14) Installing file (5.38-r0) [2020-10-16T09:34:33.315Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-10-16T09:34:33.315Z] (4/14) Installing g++ (9.3.0-r2) [2020-10-16T09:34:36.634Z] (5/14) Installing fortify-headers (1.1-r0) [2020-10-16T09:34:36.634Z] (6/14) Installing patch (2.7.6-r6) [2020-10-16T09:34:36.896Z] (7/14) Installing build-base (0.5-r2) [2020-10-16T09:34:36.896Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-10-16T09:34:36.896Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-10-16T09:34:37.158Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-10-16T09:34:37.421Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-10-16T09:34:37.421Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-10-16T09:34:37.421Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-10-16T09:34:37.684Z] (14/14) Installing openssh (8.3_p1-r0) [2020-10-16T09:34:37.684Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T09:34:37.684Z] OK: 237 MiB in 53 packages [2020-10-16T09:34:40.995Z] Removing intermediate container 3572bf5a9e35 [2020-10-16T09:34:40.995Z] ---> 61c51790119e [2020-10-16T09:34:40.995Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-10-16T09:34:40.995Z] ---> Running in 0438e38713bf [2020-10-16T09:34:41.258Z] Removing intermediate container 0438e38713bf [2020-10-16T09:34:41.258Z] ---> b7bc7aba4511 [2020-10-16T09:34:41.258Z] Step 7/8 : COPY . . [2020-10-16T09:34:42.653Z] ---> d97bc49ed39b [2020-10-16T09:34:42.653Z] Step 8/8 : RUN go mod download [2020-10-16T09:34:42.653Z] ---> Running in c1f23a2656d2 [2020-10-16T09:34:54.922Z] Removing intermediate container c1f23a2656d2 [2020-10-16T09:34:54.922Z] ---> afef31bcff72 [2020-10-16T09:34:54.922Z] Successfully built afef31bcff72 [2020-10-16T09:34:54.922Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:34:55.278Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-16T09:34:55.278Z] . [Pipeline] withDockerContainer [2020-10-16T09:34:55.538Z] prd-centos7-docker-4c-2g-5865 does not seem to be running inside a container [2020-10-16T09:34:55.600Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/6 -v /w/workspace/device-mqtt-go/6:/w/workspace/device-mqtt-go/6:rw,z -v /w/workspace/device-mqtt-go/6@tmp:/w/workspace/device-mqtt-go/6@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 ******** ci-base-image-x86_64 cat [2020-10-16T09:34:56.835Z] $ docker top 4ce029512e2cce48909034e276f45597c580a295b6b7260bad80262ea5667cba -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T09:34:57.334Z] + go version [2020-10-16T09:34:57.334Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-16T09:34:57.350Z] $ docker stop --time=1 4ce029512e2cce48909034e276f45597c580a295b6b7260bad80262ea5667cba [2020-10-16T09:34:58.707Z] $ docker rm -f 4ce029512e2cce48909034e276f45597c580a295b6b7260bad80262ea5667cba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:34:59.596Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-16T09:34:59.596Z] . [Pipeline] withDockerContainer [2020-10-16T09:34:59.695Z] prd-centos7-docker-4c-2g-5865 does not seem to be running inside a container [2020-10-16T09:34:59.739Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/6 -v /w/workspace/device-mqtt-go/6:/w/workspace/device-mqtt-go/6:rw,z -v /w/workspace/device-mqtt-go/6@tmp:/w/workspace/device-mqtt-go/6@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 ******** ci-base-image-x86_64 cat [2020-10-16T09:35:00.468Z] $ docker top 379a65bcd816e2a5e9e6f825d2ffbbe1dd48ea1a3a74b586d6f9278babd345f4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T09:35:00.980Z] + make test [2020-10-16T09:35:00.980Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-10-16T09:35:01.566Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-10-16T09:35:11.718Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-10-16T09:35:11.981Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.007s coverage: 28.3% of statements [2020-10-16T09:35:11.981Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-10-16T09:35:12.242Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-10-16T09:35:14.183Z] gofmt -l . [2020-10-16T09:35:14.183Z] ["`gofmt -l .`" = ""] [2020-10-16T09:35:14.183Z] ./bin/test-attribution-txt.sh [2020-10-16T09:35:14.757Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-10-16T09:35:15.350Z] Stashed 1 file(s) [Pipeline] } [2020-10-16T09:35:15.356Z] $ docker stop --time=1 379a65bcd816e2a5e9e6f825d2ffbbe1dd48ea1a3a74b586d6f9278babd345f4 [2020-10-16T09:35:17.711Z] $ docker rm -f 379a65bcd816e2a5e9e6f825d2ffbbe1dd48ea1a3a74b586d6f9278babd345f4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-10-16T09:35:19.194Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-16T09:35:19.493Z] + ls -al . [2020-10-16T09:35:19.493Z] total 100 [2020-10-16T09:35:19.493Z] drwxrwxr-x. 9 jenkins jenkins 4096 Oct 16 09:35 . [2020-10-16T09:35:19.493Z] drwxrwxr-x. 4 jenkins jenkins 28 Oct 16 09:34 .. [2020-10-16T09:35:19.493Z] -rw-rw-r--. 1 jenkins jenkins 5255 Oct 16 09:34 Attribution.txt [2020-10-16T09:35:19.493Z] drwxrwxr-x. 2 jenkins jenkins 87 Oct 16 09:34 bin [2020-10-16T09:35:19.493Z] drwxrwxr-x. 3 jenkins jenkins 32 Oct 16 09:34 cmd [2020-10-16T09:35:19.493Z] -rw-r--r--. 1 jenkins jenkins 18939 Oct 16 09:35 coverage.out [2020-10-16T09:35:19.493Z] -rw-rw-r--. 1 jenkins jenkins 1784 Oct 16 09:34 Dockerfile [2020-10-16T09:35:19.493Z] -rw-rw-r--. 1 jenkins jenkins 953 Oct 16 09:34 Dockerfile.build [2020-10-16T09:35:19.493Z] -rw-rw-r--. 1 jenkins jenkins 140 Oct 16 09:34 .dockerignore [2020-10-16T09:35:19.493Z] drwxrwxr-x. 8 jenkins jenkins 179 Oct 16 09:34 .git [2020-10-16T09:35:19.493Z] drwxrwxr-x. 2 jenkins jenkins 60 Oct 16 09:34 .github [2020-10-16T09:35:19.493Z] -rw-rw-r--. 1 jenkins jenkins 336 Oct 16 09:34 .gitignore [2020-10-16T09:35:19.493Z] -rw-r--r--. 1 jenkins jenkins 546 Oct 16 09:35 go.mod [2020-10-16T09:35:19.493Z] -rw-r--r--. 1 jenkins jenkins 13621 Oct 16 09:35 go.sum [2020-10-16T09:35:19.493Z] drwxrwxr-x. 3 jenkins jenkins 20 Oct 16 09:34 internal [2020-10-16T09:35:19.493Z] -rw-rw-r--. 1 jenkins jenkins 677 Oct 16 09:34 Jenkinsfile [2020-10-16T09:35:19.493Z] -rw-rw-r--. 1 jenkins jenkins 11340 Oct 16 09:34 LICENSE [2020-10-16T09:35:19.493Z] -rw-rw-r--. 1 jenkins jenkins 902 Oct 16 09:34 Makefile [2020-10-16T09:35:19.493Z] drwxrwxr-x. 2 jenkins jenkins 23 Oct 16 09:34 mock [2020-10-16T09:35:19.493Z] -rw-rw-r--. 1 jenkins jenkins 444 Oct 16 09:34 README.md [2020-10-16T09:35:19.493Z] drwxrwxr-x. 4 jenkins jenkins 54 Oct 16 09:34 snap [2020-10-16T09:35:19.493Z] -rw-rw-r--. 1 jenkins jenkins 5 Oct 16 09:33 VERSION [2020-10-16T09:35:19.493Z] -rw-rw-r--. 1 jenkins jenkins 227 Oct 16 09:34 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:35:19.801Z] + 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=70266732476b49b68ada54d8048c03bfdd404deb --label arch=amd64 --label version=0.0.0 . [2020-10-16T09:35:19.801Z] Sending build context to Docker daemon 469.5kB [2020-10-16T09:35:20.063Z] Step 1/22 : ARG BASE=golang:1.15-alpine [2020-10-16T09:35:20.063Z] Step 2/22 : FROM ${BASE} AS builder [2020-10-16T09:35:20.063Z] ---> afef31bcff72 [2020-10-16T09:35:20.063Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-10-16T09:35:20.063Z] ---> Running in 675f8ae8327e [2020-10-16T09:35:20.325Z] Removing intermediate container 675f8ae8327e [2020-10-16T09:35:20.325Z] ---> 610b08292e1b [2020-10-16T09:35:20.325Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-10-16T09:35:20.325Z] ---> Running in df470fee6d22 [2020-10-16T09:35:20.325Z] Removing intermediate container df470fee6d22 [2020-10-16T09:35:20.325Z] ---> 3c031c035ce9 [2020-10-16T09:35:20.325Z] Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T09:35:20.592Z] ---> Running in 650c3b4f7e53 [2020-10-16T09:35:21.544Z] Removing intermediate container 650c3b4f7e53 [2020-10-16T09:35:21.544Z] ---> 2487e0d74ef8 [2020-10-16T09:35:21.544Z] Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-10-16T09:35:21.544Z] ---> Running in ba03e2bf5f92 [2020-10-16T09:35:22.120Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T09:35:22.695Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T09:35:23.270Z] OK: 237 MiB in 53 packages [2020-10-16T09:35:23.846Z] Removing intermediate container ba03e2bf5f92 [2020-10-16T09:35:23.846Z] ---> af624e56fad0 [2020-10-16T09:35:23.846Z] Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-10-16T09:35:23.846Z] ---> Running in 5040417350f9 [2020-10-16T09:35:24.109Z] Removing intermediate container 5040417350f9 [2020-10-16T09:35:24.109Z] ---> 609f81cd7470 [2020-10-16T09:35:24.109Z] Step 8/22 : COPY . . [2020-10-16T09:35:25.055Z] ---> a100c68404d8 [2020-10-16T09:35:25.055Z] Step 9/22 : ARG MAKE='make build' [2020-10-16T09:35:25.055Z] ---> Running in e258dac4be2e [2020-10-16T09:35:25.055Z] Removing intermediate container e258dac4be2e [2020-10-16T09:35:25.055Z] ---> 15ad04894919 [2020-10-16T09:35:25.055Z] Step 10/22 : RUN $MAKE [2020-10-16T09:35:25.055Z] ---> Running in c281fdf04cfc [2020-10-16T09:35:25.643Z] 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-16T09:35:33.912Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-10-16T09:35:37.233Z] Removing intermediate container c281fdf04cfc [2020-10-16T09:35:37.233Z] ---> aa2292255c0f [2020-10-16T09:35:37.233Z] Step 11/22 : FROM alpine [2020-10-16T09:35:37.233Z] latest: Pulling from library/alpine [2020-10-16T09:35:37.233Z] df20fa9351a1: Already exists [2020-10-16T09:35:37.233Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-16T09:35:37.233Z] Status: Downloaded newer image for alpine:latest [2020-10-16T09:35:37.233Z] ---> a24bb4013296 [2020-10-16T09:35:37.233Z] Step 12/22 : ENV APP_PORT=49982 [2020-10-16T09:35:37.496Z] ---> Running in 2077df2e0d68 [2020-10-16T09:35:37.496Z] Removing intermediate container 2077df2e0d68 [2020-10-16T09:35:37.496Z] ---> b9ecfda3ca83 [2020-10-16T09:35:37.496Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-16T09:35:37.758Z] ---> Running in 4917a12ab03b [2020-10-16T09:35:37.758Z] Removing intermediate container 4917a12ab03b [2020-10-16T09:35:37.758Z] ---> e52ff65981ef [2020-10-16T09:35:37.758Z] Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-10-16T09:35:38.332Z] ---> 709b75a9713b [2020-10-16T09:35:38.332Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-10-16T09:35:38.594Z] ---> 4bd920511c3a [2020-10-16T09:35:38.594Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-10-16T09:35:38.856Z] ---> 7cce0465bbe9 [2020-10-16T09:35:38.856Z] Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-10-16T09:35:38.856Z] ---> Running in 6a082face5fa [2020-10-16T09:35:39.119Z] Removing intermediate container 6a082face5fa [2020-10-16T09:35:39.119Z] ---> 4112c651870d [2020-10-16T09:35:39.119Z] Step 18/22 : ENTRYPOINT ["/device-mqtt"] [2020-10-16T09:35:39.119Z] ---> Running in 0a85523927c0 [2020-10-16T09:35:39.119Z] Removing intermediate container 0a85523927c0 [2020-10-16T09:35:39.119Z] ---> 0cf4a805f515 [2020-10-16T09:35:39.119Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T09:35:39.382Z] ---> Running in 4076e4bfb6a7 [2020-10-16T09:35:39.382Z] Removing intermediate container 4076e4bfb6a7 [2020-10-16T09:35:39.382Z] ---> 61387080089e [2020-10-16T09:35:39.382Z] Step 20/22 : LABEL arch=amd64 [2020-10-16T09:35:39.382Z] ---> Running in f738bdf75ca8 [2020-10-16T09:35:39.649Z] Removing intermediate container f738bdf75ca8 [2020-10-16T09:35:39.649Z] ---> 5714350e7598 [2020-10-16T09:35:39.649Z] Step 21/22 : LABEL git_sha=70266732476b49b68ada54d8048c03bfdd404deb [2020-10-16T09:35:39.649Z] ---> Running in 35e789050af3 [2020-10-16T09:35:39.910Z] Removing intermediate container 35e789050af3 [2020-10-16T09:35:39.910Z] ---> e6d4f5911715 [2020-10-16T09:35:39.910Z] Step 22/22 : LABEL version=0.0.0 [2020-10-16T09:35:39.910Z] ---> Running in 38226749c53a [2020-10-16T09:35:40.171Z] Removing intermediate container 38226749c53a [2020-10-16T09:35:40.171Z] ---> e9991871b95a [2020-10-16T09:35:40.171Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-16T09:35:40.171Z] Successfully built e9991871b95a [2020-10-16T09:35:40.171Z] Successfully tagged docker-device-mqtt-go:latest [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-16T09:35:44.498Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5866 in /w/workspace/gexfoundry_device-mqtt-go_PR-169 [Pipeline] { [Pipeline] ws [2020-10-16T09:35:44.558Z] Running in /w/workspace/device-mqtt-go/6 [Pipeline] { [Pipeline] checkout [2020-10-16T09:35:50.740Z] using credential edgex-jenkins-ssh [2020-10-16T09:35:50.804Z] Cloning the remote Git repository [2020-10-16T09:35:50.867Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-16T09:35:50.992Z] > git init /w/workspace/device-mqtt-go/6 # timeout=10 [2020-10-16T09:35:51.097Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-16T09:35:51.098Z] > git --version # timeout=10 [2020-10-16T09:35:51.117Z] > git --version # 'git version 2.17.1' [2020-10-16T09:35:51.120Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T09:35:51.178Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T09:35:51.916Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-10-16T09:35:51.941Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T09:35:51.972Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-10-16T09:35:52.016Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-16T09:35:52.017Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T09:35:52.028Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-16T09:35:52.530Z] Merging remotes/origin/master commit f7b704da3e9a84fb10464ba1b2bdd449b0700fcc into PR head commit 70266732476b49b68ada54d8048c03bfdd404deb [2020-10-16T09:35:52.827Z] Merge succeeded, producing 70266732476b49b68ada54d8048c03bfdd404deb [2020-10-16T09:35:52.827Z] Checking out Revision 70266732476b49b68ada54d8048c03bfdd404deb (PR-169) [2020-10-16T09:35:52.555Z] > git config core.sparsecheckout # timeout=10 [2020-10-16T09:35:52.577Z] > git checkout -f 70266732476b49b68ada54d8048c03bfdd404deb # timeout=10 [2020-10-16T09:35:52.670Z] > git remote # timeout=10 [2020-10-16T09:35:52.694Z] > git config --get remote.origin.url # timeout=10 [2020-10-16T09:35:52.714Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T09:35:52.725Z] > git merge f7b704da3e9a84fb10464ba1b2bdd449b0700fcc # timeout=10 [2020-10-16T09:35:52.797Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-16T09:35:52.837Z] > git config core.sparsecheckout # timeout=10 [2020-10-16T09:35:52.890Z] > git checkout -f 70266732476b49b68ada54d8048c03bfdd404deb # timeout=10 [2020-10-16T09:35:55.836Z] Still waiting to schedule task [2020-10-16T09:35:55.836Z] All nodes of label ‘centos7-docker-8c-8g’ are offline [2020-10-16T09:35:57.439Z] Commit message: "Bump github.com/eclipse/paho.mqtt.golang from 1.1.1 to 1.2.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-16T09:35:58.466Z] ========================================================= [2020-10-16T09:35:58.466Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-16T09:35:58.466Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:35:59.445Z] + 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-16T09:36:00.450Z] Sending build context to Docker daemon 450kB [2020-10-16T09:36:00.450Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-16T09:36:00.450Z] Step 2/8 : FROM ${BASE} [2020-10-16T09:36:00.728Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-16T09:36:00.728Z] b538f80385f9: Pulling fs layer [2020-10-16T09:36:00.728Z] 74f711af9a0d: Pulling fs layer [2020-10-16T09:36:00.728Z] 99f96fe45779: Pulling fs layer [2020-10-16T09:36:00.728Z] 8529a6b9a6be: Pulling fs layer [2020-10-16T09:36:00.728Z] 45590311c82a: Pulling fs layer [2020-10-16T09:36:00.728Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-16T09:36:00.728Z] 209524e5b208: Pulling fs layer [2020-10-16T09:36:00.728Z] 45590311c82a: Waiting [2020-10-16T09:36:00.728Z] 69ca0ff8b7b3: Waiting [2020-10-16T09:36:00.728Z] 209524e5b208: Waiting [2020-10-16T09:36:00.728Z] 8529a6b9a6be: Waiting [2020-10-16T09:36:00.728Z] 99f96fe45779: Download complete [2020-10-16T09:36:00.728Z] 74f711af9a0d: Verifying Checksum [2020-10-16T09:36:00.728Z] 74f711af9a0d: Download complete [2020-10-16T09:36:00.728Z] 45590311c82a: Download complete [2020-10-16T09:36:00.728Z] 69ca0ff8b7b3: Download complete [2020-10-16T09:36:00.728Z] b538f80385f9: Verifying Checksum [2020-10-16T09:36:00.728Z] b538f80385f9: Download complete [2020-10-16T09:36:01.739Z] b538f80385f9: Pull complete [2020-10-16T09:36:02.346Z] 74f711af9a0d: Pull complete [2020-10-16T09:36:02.624Z] 99f96fe45779: Pull complete [2020-10-16T09:36:04.618Z] 209524e5b208: Verifying Checksum [2020-10-16T09:36:04.619Z] 209524e5b208: Download complete [2020-10-16T09:36:04.619Z] 8529a6b9a6be: Verifying Checksum [2020-10-16T09:36:04.619Z] 8529a6b9a6be: Download complete [2020-10-16T09:36:14.820Z] 8529a6b9a6be: Pull complete [2020-10-16T09:36:15.096Z] 45590311c82a: Pull complete [2020-10-16T09:36:15.698Z] 69ca0ff8b7b3: Pull complete [2020-10-16T09:36:19.168Z] 209524e5b208: Pull complete [2020-10-16T09:36:19.168Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-16T09:36:19.168Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-16T09:36:19.168Z] ---> 5bddaf1c2fca [2020-10-16T09:36:19.168Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-10-16T09:36:22.609Z] ---> Running in f2c229d00849 [2020-10-16T09:36:22.609Z] Removing intermediate container f2c229d00849 [2020-10-16T09:36:22.609Z] ---> 8d6d93bec1a9 [2020-10-16T09:36:22.609Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T09:36:22.885Z] ---> Running in 36360353c915 [2020-10-16T09:36:26.319Z] Removing intermediate container 36360353c915 [2020-10-16T09:36:26.319Z] ---> b722d52dc9fc [2020-10-16T09:36:26.319Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-10-16T09:36:26.319Z] ---> Running in 229a7e4ade30 [2020-10-16T09:36:27.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T09:36:28.360Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T09:36:29.344Z] (1/14) Installing libmagic (5.38-r0) [2020-10-16T09:36:29.619Z] (2/14) Installing file (5.38-r0) [2020-10-16T09:36:29.894Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-10-16T09:36:29.894Z] (4/14) Installing g++ (9.3.0-r2) [2020-10-16T09:36:36.616Z] (5/14) Installing fortify-headers (1.1-r0) [2020-10-16T09:36:36.616Z] (6/14) Installing patch (2.7.6-r6) [2020-10-16T09:36:36.616Z] (7/14) Installing build-base (0.5-r2) [2020-10-16T09:36:36.616Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-10-16T09:36:36.616Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-10-16T09:36:36.894Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-10-16T09:36:37.168Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-10-16T09:36:37.449Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-10-16T09:36:37.449Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-10-16T09:36:37.727Z] (14/14) Installing openssh (8.3_p1-r0) [2020-10-16T09:36:37.727Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T09:36:37.727Z] OK: 221 MiB in 53 packages [2020-10-16T09:36:42.053Z] Removing intermediate container 229a7e4ade30 [2020-10-16T09:36:42.053Z] ---> 4e15864a674b [2020-10-16T09:36:42.053Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-10-16T09:36:42.326Z] ---> Running in 3dfdf7326a8b [2020-10-16T09:36:42.922Z] Removing intermediate container 3dfdf7326a8b [2020-10-16T09:36:42.922Z] ---> b4d41c029ba1 [2020-10-16T09:36:42.922Z] Step 7/8 : COPY . . [2020-10-16T09:36:43.906Z] ---> 8b5ffdfa53f8 [2020-10-16T09:36:43.906Z] Step 8/8 : RUN go mod download [2020-10-16T09:36:43.906Z] ---> Running in 9c6f6dc888a8 [2020-10-16T09:36:58.990Z] Removing intermediate container 9c6f6dc888a8 [2020-10-16T09:36:58.990Z] ---> 5bb20a321855 [2020-10-16T09:36:58.990Z] Successfully built 5bb20a321855 [2020-10-16T09:36:58.990Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:36:59.415Z] + docker inspect -f . ci-base-image-arm64 [2020-10-16T09:36:59.415Z] . [Pipeline] withDockerContainer [2020-10-16T09:36:59.679Z] prd-ubuntu18.04-docker-arm64-4c-16g-5866 does not seem to be running inside a container [2020-10-16T09:36:59.776Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/6 -v /w/workspace/device-mqtt-go/6:/w/workspace/device-mqtt-go/6:rw,z -v /w/workspace/device-mqtt-go/6@tmp:/w/workspace/device-mqtt-go/6@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 ******** ci-base-image-arm64 cat [2020-10-16T09:37:01.720Z] $ docker top 81ab015e74aeb663ec0ea035a0ec68a6f9f37e42e70fa6fb6317ba25d31990f3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T09:37:03.165Z] + go version [2020-10-16T09:37:03.165Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-16T09:37:03.198Z] $ docker stop --time=1 81ab015e74aeb663ec0ea035a0ec68a6f9f37e42e70fa6fb6317ba25d31990f3 [2020-10-16T09:37:04.234Z] Running on prd-centos7-docker-8c-8g-5868 in /w/workspace/gexfoundry_device-mqtt-go_PR-169 [2020-10-16T09:37:05.301Z] $ docker rm -f 81ab015e74aeb663ec0ea035a0ec68a6f9f37e42e70fa6fb6317ba25d31990f3 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws [2020-10-16T09:37:05.712Z] Running in /w/workspace/device-mqtt-go/6 [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:37:06.344Z] + docker inspect -f . ci-base-image-arm64 [2020-10-16T09:37:06.344Z] . [Pipeline] withDockerContainer [2020-10-16T09:37:06.659Z] prd-ubuntu18.04-docker-arm64-4c-16g-5866 does not seem to be running inside a container [2020-10-16T09:37:06.787Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/6 -v /w/workspace/device-mqtt-go/6:/w/workspace/device-mqtt-go/6:rw,z -v /w/workspace/device-mqtt-go/6@tmp:/w/workspace/device-mqtt-go/6@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 ******** ci-base-image-arm64 cat [2020-10-16T09:37:07.920Z] using credential edgex-jenkins-ssh [2020-10-16T09:37:08.023Z] Cloning the remote Git repository [2020-10-16T09:37:08.045Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-16T09:37:08.107Z] > git init /w/workspace/device-mqtt-go/6 # timeout=10 [2020-10-16T09:37:08.131Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-16T09:37:08.131Z] > git --version # timeout=10 [2020-10-16T09:37:08.136Z] > git --version # 'git version 2.16.5' [2020-10-16T09:37:08.136Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T09:37:08.156Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T09:37:08.826Z] $ docker top cb352373f174643d36a535bbab81498ee81ea58ffc100c3e07fa77fb68cecf77 -eo pid,comm [2020-10-16T09:37:09.045Z] Merging remotes/origin/master commit f7b704da3e9a84fb10464ba1b2bdd449b0700fcc into PR head commit 70266732476b49b68ada54d8048c03bfdd404deb [2020-10-16T09:37:09.107Z] Merge succeeded, producing 70266732476b49b68ada54d8048c03bfdd404deb [2020-10-16T09:37:09.107Z] Checking out Revision 70266732476b49b68ada54d8048c03bfdd404deb (PR-169) [Pipeline] { [Pipeline] sh [2020-10-16T09:37:08.638Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-10-16T09:37:08.643Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T09:37:08.653Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-10-16T09:37:08.664Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-16T09:37:08.664Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T09:37:08.669Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-16T09:37:09.054Z] > git config core.sparsecheckout # timeout=10 [2020-10-16T09:37:09.059Z] > git checkout -f 70266732476b49b68ada54d8048c03bfdd404deb # timeout=10 [2020-10-16T09:37:09.085Z] > git remote # timeout=10 [2020-10-16T09:37:09.089Z] > git config --get remote.origin.url # timeout=10 [2020-10-16T09:37:09.093Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T09:37:09.095Z] > git merge f7b704da3e9a84fb10464ba1b2bdd449b0700fcc # timeout=10 [2020-10-16T09:37:09.104Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-16T09:37:09.112Z] > git config core.sparsecheckout # timeout=10 [2020-10-16T09:37:09.115Z] > git checkout -f 70266732476b49b68ada54d8048c03bfdd404deb # timeout=10 [2020-10-16T09:37:10.234Z] + make test [2020-10-16T09:37:10.234Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-10-16T09:37:11.237Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-10-16T09:37:12.649Z] Commit message: "Bump github.com/eclipse/paho.mqtt.golang from 1.1.1 to 1.2.0" [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T09:37:13.767Z] ++ find /w/workspace/device-mqtt-go/6 [2020-10-16T09:37:13.767Z] ++ grep snapcraft.yaml [2020-10-16T09:37:13.767Z] + grep -Po '^name: \K(.*)' /w/workspace/device-mqtt-go/6/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-16T09:37:13.923Z] provisioning config files... [2020-10-16T09:37:13.970Z] copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/6@tmp/config2978509169070420902tmp [Pipeline] { [Pipeline] sh [2020-10-16T09:37:14.347Z] + cp /w/workspace/device-mqtt-go/6@tmp/config2978509169070420902tmp /w/workspace/device-mqtt-go/6/edgex-snap-store-login [Pipeline] sh [2020-10-16T09:37:14.647Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/6:/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-16T09:37:14.647Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-10-16T09:37:14.911Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-10-16T09:37:14.911Z] f08d8e2a3ba1: Pulling fs layer [2020-10-16T09:37:14.911Z] 3baa9cb2483b: Pulling fs layer [2020-10-16T09:37:14.911Z] 94e5ff4c0b15: Pulling fs layer [2020-10-16T09:37:14.911Z] 1860925334f9: Pulling fs layer [2020-10-16T09:37:14.911Z] 2daf38717194: Pulling fs layer [2020-10-16T09:37:14.911Z] 309017e8d7a4: Pulling fs layer [2020-10-16T09:37:14.911Z] f7790dc9fd0f: Pulling fs layer [2020-10-16T09:37:14.911Z] cac0ae9282c2: Pulling fs layer [2020-10-16T09:37:14.911Z] 1f4cadf9a1ed: Pulling fs layer [2020-10-16T09:37:14.911Z] 309017e8d7a4: Waiting [2020-10-16T09:37:14.911Z] f7790dc9fd0f: Waiting [2020-10-16T09:37:14.911Z] cac0ae9282c2: Waiting [2020-10-16T09:37:14.911Z] 1f4cadf9a1ed: Waiting [2020-10-16T09:37:14.911Z] 1860925334f9: Waiting [2020-10-16T09:37:14.911Z] 2daf38717194: Waiting [2020-10-16T09:37:14.911Z] 94e5ff4c0b15: Download complete [2020-10-16T09:37:14.911Z] 3baa9cb2483b: Download complete [2020-10-16T09:37:14.911Z] 1860925334f9: Download complete [2020-10-16T09:37:14.911Z] 309017e8d7a4: Download complete [2020-10-16T09:37:14.911Z] f7790dc9fd0f: Download complete [2020-10-16T09:37:14.911Z] cac0ae9282c2: Download complete [2020-10-16T09:37:14.911Z] 1f4cadf9a1ed: Verifying Checksum [2020-10-16T09:37:14.911Z] 1f4cadf9a1ed: Download complete [2020-10-16T09:37:15.487Z] f08d8e2a3ba1: Verifying Checksum [2020-10-16T09:37:15.487Z] f08d8e2a3ba1: Download complete [2020-10-16T09:37:16.876Z] f08d8e2a3ba1: Pull complete [2020-10-16T09:37:16.876Z] 3baa9cb2483b: Pull complete [2020-10-16T09:37:17.139Z] 94e5ff4c0b15: Pull complete [2020-10-16T09:37:17.139Z] 1860925334f9: Pull complete [2020-10-16T09:37:21.353Z] 2daf38717194: Verifying Checksum [2020-10-16T09:37:21.353Z] 2daf38717194: Download complete [2020-10-16T09:37:40.041Z] 2daf38717194: Pull complete [2020-10-16T09:37:40.041Z] 309017e8d7a4: Pull complete [2020-10-16T09:37:40.041Z] f7790dc9fd0f: Pull complete [2020-10-16T09:37:40.041Z] cac0ae9282c2: Pull complete [2020-10-16T09:37:40.041Z] 1f4cadf9a1ed: Pull complete [2020-10-16T09:37:40.041Z] Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 [2020-10-16T09:37:40.041Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-10-16T09:37:40.997Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-10-16T09:37:40.997Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-10-16T09:37:40.997Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.0 kB] [2020-10-16T09:37:40.997Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-10-16T09:37:40.997Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1733 kB] [2020-10-16T09:37:41.259Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [205 kB] [2020-10-16T09:37:41.259Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1348 kB] [2020-10-16T09:37:41.522Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-10-16T09:37:41.522Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2112 kB] [2020-10-16T09:37:42.097Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [45.5 kB] [2020-10-16T09:37:42.097Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [231 kB] [2020-10-16T09:37:42.097Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2150 kB] [2020-10-16T09:37:42.097Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] [2020-10-16T09:37:42.097Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] [2020-10-16T09:37:42.358Z] Fetched 8114 kB in 2s (5018 kB/s) [2020-10-16T09:37:44.276Z] Reading package lists... [2020-10-16T09:37:47.641Z] 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-10-16T09:37:47.641Z] 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-10-16T09:37:47.641Z] 0% [Waiting for headers] 0% [1 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-10-16T09:37:47.641Z] 0% [1 InRelease gpgv 88.7 kB] 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-10-16T09:37:49.262Z] 0% [2 InRelease gpgv 242 kB] 0% [Working] 0% [3 InRelease gpgv 88.7 kB] 0% [Working] 0% [4 InRelease gpgv 74.6 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 48% Reading package lists... 61% Reading package lists... 61% 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-16T09:37:50.370Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-10-16T09:37:50.370Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.022s coverage: 28.3% of statements [2020-10-16T09:37:50.370Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-10-16T09:37:50.370Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-10-16T09:37:51.184Z] Installing build dependencies: curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 libperl5.26 make netbase patch perl perl-modules-5.26 [2020-10-16T09:37:52.551Z] 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... 55% Reading package lists... 61% Reading package lists... 61% 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-16T09:37:52.551Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree [2020-10-16T09:37:52.551Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-10-16T09:37:52.812Z] The following packages were automatically installed and are no longer required: [2020-10-16T09:37:52.812Z] libjq1 libonig4 [2020-10-16T09:37:52.812Z] Use 'sudo apt autoremove' to remove them. [2020-10-16T09:37:52.812Z] Suggested packages: [2020-10-16T09:37:52.812Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-10-16T09:37:52.812Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed [2020-10-16T09:37:52.812Z] diffutils-doc perl-doc libterm-readline-gnu-perl [2020-10-16T09:37:52.812Z] | libterm-readline-perl-perl [2020-10-16T09:37:52.812Z] The following NEW packages will be installed: [2020-10-16T09:37:52.812Z] curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 [2020-10-16T09:37:52.812Z] libperl5.26 make netbase patch perl perl-modules-5.26 [2020-10-16T09:37:52.812Z] 0 upgraded, 14 newly installed, 0 to remove and 29 not upgraded. [2020-10-16T09:37:52.812Z] Need to get 12.0 MB of archives. [2020-10-16T09:37:52.812Z] After this operation, 77.5 MB of additional disk space will be used. [2020-10-16T09:37:53.073Z] 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-10-16T09:37:53.910Z] 0% [1 perl-modules-5.26 12.6 kB/2763 kB 0%] 5% [1 perl-modules-5.26 699 kB/2763 kB 25%] 20% [Waiting for headers] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-10-16T09:37:53.910Z] 20% [2 libgdbm5 26.0 kB/26.0 kB 100%] 21% [Waiting for headers] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-10-16T09:37:53.910Z] 21% [3 libgdbm-compat4 6084 B/6084 B 100%] 23% [Working] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] [2020-10-16T09:37:54.170Z] 23% [4 libperl5.26 22.2 kB/3527 kB 1%] 48% [Waiting for headers] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] [2020-10-16T09:37:54.170Z] 48% [5 perl 33.5 kB/201 kB 17%] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-10-16T09:37:54.171Z] 51% [6 less 112 kB/112 kB 100%] 53% [Waiting for headers] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-10-16T09:37:54.171Z] 53% [7 netbase 12.7 kB/12.7 kB 100%] 54% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] [2020-10-16T09:37:54.171Z] 54% [8 curl 34.7 kB/159 kB 22%] 57% [Waiting for headers] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] [2020-10-16T09:37:54.171Z] 57% [9 libcurl3-gnutls 6834 B/213 kB 3%] 60% [Waiting for headers] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-10-16T09:37:54.171Z] 60% [10 liberror-perl 0 B/22.8 kB 0%] 61% [Waiting for headers] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-10-16T09:37:54.171Z] 61% [11 git-man 28.7 kB/804 kB 4%] 68% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-10-16T09:37:54.437Z] 68% [12 git 4096 B/3915 kB 0%] 95% [Waiting for headers] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-10-16T09:37:54.437Z] 95% [13 make 0 B/154 kB 0%] 98% [Waiting for headers] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-10-16T09:37:54.437Z] 98% [14 patch 9523 B/102 kB 9%] 100% [Working] Fetched 12.0 MB in 1s (8261 kB/s) [2020-10-16T09:37:54.437Z] debconf: delaying package configuration, since apt-utils is not installed [2020-10-16T09:37:54.697Z] Selecting previously unselected package perl-modules-5.26. [2020-10-16T09:37:54.697Z] (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-16T09:37:54.697Z] Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-10-16T09:37:54.697Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-10-16T09:37:55.643Z] Selecting previously unselected package libgdbm5:amd64. [2020-10-16T09:37:55.643Z] Preparing to unpack .../01-libgdbm5_1.14.1-6_amd64.deb ... [2020-10-16T09:37:55.643Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-10-16T09:37:55.643Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-10-16T09:37:55.643Z] Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-10-16T09:37:55.643Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-10-16T09:37:55.643Z] Selecting previously unselected package libperl5.26:amd64. [2020-10-16T09:37:55.643Z] Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-10-16T09:37:55.643Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-10-16T09:37:56.218Z] Selecting previously unselected package perl. [2020-10-16T09:37:56.218Z] Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-10-16T09:37:56.218Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-10-16T09:37:56.479Z] Selecting previously unselected package less. [2020-10-16T09:37:56.479Z] Preparing to unpack .../05-less_487-0.1_amd64.deb ... [2020-10-16T09:37:56.479Z] Unpacking less (487-0.1) ... [2020-10-16T09:37:56.479Z] Selecting previously unselected package netbase. [2020-10-16T09:37:56.479Z] Preparing to unpack .../06-netbase_5.4_all.deb ... [2020-10-16T09:37:56.479Z] Unpacking netbase (5.4) ... [2020-10-16T09:37:56.479Z] Selecting previously unselected package curl. [2020-10-16T09:37:56.479Z] Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_amd64.deb ... [2020-10-16T09:37:56.479Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-10-16T09:37:56.741Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-10-16T09:37:56.741Z] Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... [2020-10-16T09:37:56.741Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-10-16T09:37:56.741Z] Selecting previously unselected package liberror-perl. [2020-10-16T09:37:56.741Z] Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... [2020-10-16T09:37:56.741Z] Unpacking liberror-perl (0.17025-1) ... [2020-10-16T09:37:56.741Z] Selecting previously unselected package git-man. [2020-10-16T09:37:56.741Z] Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-10-16T09:37:56.741Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-10-16T09:37:57.002Z] Selecting previously unselected package git. [2020-10-16T09:37:57.002Z] Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-10-16T09:37:57.002Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-10-16T09:37:57.109Z] gofmt -l . [2020-10-16T09:37:57.109Z] ["`gofmt -l .`" = ""] [2020-10-16T09:37:57.109Z] ./bin/test-attribution-txt.sh [2020-10-16T09:37:57.388Z] ./bin/test-go-mod-tidy.sh [2020-10-16T09:37:57.583Z] Selecting previously unselected package make. [2020-10-16T09:37:57.583Z] Preparing to unpack .../12-make_4.1-9.1ubuntu1_amd64.deb ... [2020-10-16T09:37:57.583Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-10-16T09:37:57.583Z] Selecting previously unselected package patch. [2020-10-16T09:37:57.583Z] Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-10-16T09:37:57.583Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-10-16T09:37:57.583Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [Pipeline] stash [2020-10-16T09:37:57.726Z] Warning: overwriting stash ‘coverage-report’ [2020-10-16T09:37:57.846Z] Setting up less (487-0.1) ... [2020-10-16T09:37:57.846Z] Setting up make (4.1-9.1ubuntu1) ... [2020-10-16T09:37:57.846Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-10-16T09:37:58.117Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-10-16T09:37:58.117Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-10-16T09:37:58.117Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-10-16T09:37:58.117Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-10-16T09:37:58.117Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-10-16T09:37:58.117Z] Setting up netbase (5.4) ... [2020-10-16T09:37:58.117Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-10-16T09:37:58.117Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-10-16T09:37:58.117Z] Setting up liberror-perl (0.17025-1) ... [2020-10-16T09:37:58.117Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-10-16T09:37:58.383Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-10-16T09:37:58.383Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-10-16T09:37:58.399Z] Stashed 1 file(s) [Pipeline] } [2020-10-16T09:37:58.410Z] $ docker stop --time=1 cb352373f174643d36a535bbab81498ee81ea58ffc100c3e07fa77fb68cecf77 [2020-10-16T09:38:00.304Z] curl set to automatically installed. [2020-10-16T09:38:00.304Z] git set to automatically installed. [2020-10-16T09:38:00.304Z] git-man set to automatically installed. [2020-10-16T09:38:00.304Z] less set to automatically installed. [2020-10-16T09:38:00.304Z] libcurl3-gnutls set to automatically installed. [2020-10-16T09:38:00.304Z] liberror-perl set to automatically installed. [2020-10-16T09:38:00.304Z] libgdbm-compat4 set to automatically installed. [2020-10-16T09:38:00.304Z] libgdbm5 set to automatically installed. [2020-10-16T09:38:00.304Z] libperl5.26 set to automatically installed. [2020-10-16T09:38:00.304Z] make set to automatically installed. [2020-10-16T09:38:00.304Z] netbase set to automatically installed. [2020-10-16T09:38:00.304Z] patch set to automatically installed. [2020-10-16T09:38:00.304Z] perl set to automatically installed. [2020-10-16T09:38:00.304Z] perl-modules-5.26 set to automatically installed. [2020-10-16T09:38:00.304Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-10-16T09:38:00.304Z] Please ensure the environment is properly setup before continuing. [2020-10-16T09:38:00.304Z] Ignore this message if the appropriate measures have already been taken [2020-10-16T09:38:00.626Z] $ docker rm -f cb352373f174643d36a535bbab81498ee81ea58ffc100c3e07fa77fb68cecf77 [2020-10-16T09:38:00.877Z] Pulling go  [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-16T09:38:01.838Z] 'device-mqtt' has dependencies that need to be staged: go [2020-10-16T09:38:01.838Z] Skipping pull go (already ran) [2020-10-16T09:38:01.838Z] Building go  [2020-10-16T09:38:01.838Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T09:38:01.838Z] Dload Upload Total Spent Left Speed [2020-10-16T09:38:02.072Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-16T09:38:02.428Z] + ls -al . [2020-10-16T09:38:02.428Z] total 132 [2020-10-16T09:38:02.428Z] drwxrwxr-x 9 jenkins jenkins 4096 Oct 16 09:37 . [2020-10-16T09:38:02.428Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 09:35 .. [2020-10-16T09:38:02.428Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 16 09:35 .dockerignore [2020-10-16T09:38:02.428Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 16 09:35 .git [2020-10-16T09:38:02.428Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 16 09:35 .github [2020-10-16T09:38:02.428Z] -rw-rw-r-- 1 jenkins jenkins 336 Oct 16 09:35 .gitignore [2020-10-16T09:38:02.428Z] -rw-rw-r-- 1 jenkins jenkins 5255 Oct 16 09:35 Attribution.txt [2020-10-16T09:38:02.428Z] -rw-rw-r-- 1 jenkins jenkins 1784 Oct 16 09:35 Dockerfile [2020-10-16T09:38:02.428Z] -rw-rw-r-- 1 jenkins jenkins 953 Oct 16 09:35 Dockerfile.build [2020-10-16T09:38:02.428Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 16 09:35 Jenkinsfile [2020-10-16T09:38:02.428Z] -rw-rw-r-- 1 jenkins jenkins 11340 Oct 16 09:35 LICENSE [2020-10-16T09:38:02.428Z] -rw-rw-r-- 1 jenkins jenkins 902 Oct 16 09:35 Makefile [2020-10-16T09:38:02.428Z] -rw-rw-r-- 1 jenkins jenkins 444 Oct 16 09:35 README.md [2020-10-16T09:38:02.428Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 16 09:33 VERSION [2020-10-16T09:38:02.428Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 16 09:35 bin [2020-10-16T09:38:02.428Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 16 09:35 cmd [2020-10-16T09:38:02.428Z] -rw-r--r-- 1 jenkins jenkins 18939 Oct 16 09:37 coverage.out [2020-10-16T09:38:02.428Z] -rw-r--r-- 1 jenkins jenkins 546 Oct 16 09:37 go.mod [2020-10-16T09:38:02.428Z] -rw-r--r-- 1 jenkins jenkins 13621 Oct 16 09:37 go.sum [2020-10-16T09:38:02.428Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 16 09:35 internal [2020-10-16T09:38:02.428Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 16 09:35 mock [2020-10-16T09:38:02.428Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 09:35 snap [2020-10-16T09:38:02.428Z] -rw-rw-r-- 1 jenkins jenkins 227 Oct 16 09:35 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:38:02.777Z] + 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=70266732476b49b68ada54d8048c03bfdd404deb --label arch=arm64 --label version=0.0.0 . [2020-10-16T09:38:03.051Z] Sending build context to Docker daemon 469.5kB [2020-10-16T09:38:03.051Z] Step 1/22 : ARG BASE=golang:1.15-alpine [2020-10-16T09:38:03.051Z] Step 2/22 : FROM ${BASE} AS builder [2020-10-16T09:38:03.051Z] ---> 5bb20a321855 [2020-10-16T09:38:03.051Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-10-16T09:38:03.331Z] ---> Running in 13aec520a8c2 [2020-10-16T09:38:03.771Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 20 115M 20 23.4M 0 0 43.5M 0 0:00:02 --:--:-- 0:00:02 43.5M 72 115M 72 84.1M 0 0 54.5M 0 0:00:02 0:00:01 0:00:01 54.5M 100 115M 100 115M 0 0 56.4M 0 0:00:02 0:00:02 --:--:-- 56.4M [2020-10-16T09:38:03.927Z] Removing intermediate container 13aec520a8c2 [2020-10-16T09:38:03.927Z] ---> e8a75544f89e [2020-10-16T09:38:03.927Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-10-16T09:38:03.927Z] ---> Running in a67e3b9fbcb0 [2020-10-16T09:38:04.537Z] Removing intermediate container a67e3b9fbcb0 [2020-10-16T09:38:04.537Z] ---> 32ac80ba6c99 [2020-10-16T09:38:04.537Z] Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T09:38:04.537Z] ---> Running in 58b5fe5f4bf6 [2020-10-16T09:38:04.722Z] go1.15.2.linux-amd64.tar.gz: OK [2020-10-16T09:38:07.168Z] Removing intermediate container 58b5fe5f4bf6 [2020-10-16T09:38:07.169Z] ---> bbd71cb1699b [2020-10-16T09:38:07.169Z] Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-10-16T09:38:07.169Z] ---> Running in 6e0965f74bba [2020-10-16T09:38:08.607Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T09:38:09.590Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T09:38:10.187Z] OK: 221 MiB in 53 packages [2020-10-16T09:38:11.325Z] Staging go  [2020-10-16T09:38:11.325Z] Pulling device-mqtt  [2020-10-16T09:38:11.623Z] Removing intermediate container 6e0965f74bba [2020-10-16T09:38:11.623Z] ---> 0487bd96ed31 [2020-10-16T09:38:11.623Z] Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-10-16T09:38:11.623Z] ---> Running in 9b3e1137fc4e [2020-10-16T09:38:12.223Z] Removing intermediate container 9b3e1137fc4e [2020-10-16T09:38:12.223Z] ---> 7974a70d5edf [2020-10-16T09:38:12.223Z] Step 8/22 : COPY . . [2020-10-16T09:38:12.269Z] Skipping build go (already ran) [2020-10-16T09:38:12.269Z] Building device-mqtt  [2020-10-16T09:38:12.269Z] 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-16T09:38:13.216Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-10-16T09:38:13.216Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-10-16T09:38:13.216Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-10-16T09:38:13.216Z] go: downloading github.com/spf13/cast v1.3.0 [2020-10-16T09:38:13.216Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-10-16T09:38:13.216Z] go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-10-16T09:38:13.216Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-10-16T09:38:13.216Z] go: downloading github.com/google/uuid v1.1.1 [2020-10-16T09:38:13.216Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-10-16T09:38:13.216Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-10-16T09:38:13.216Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-10-16T09:38:13.216Z] go: downloading github.com/pkg/errors v0.8.1 [2020-10-16T09:38:13.217Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-10-16T09:38:13.217Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-10-16T09:38:13.217Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-10-16T09:38:13.217Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-10-16T09:38:13.217Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-10-16T09:38:13.217Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-10-16T09:38:13.222Z] ---> e7f0ebf937a7 [2020-10-16T09:38:13.222Z] Step 9/22 : ARG MAKE='make build' [2020-10-16T09:38:13.222Z] ---> Running in 0d2baac70b91 [2020-10-16T09:38:13.478Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-10-16T09:38:13.478Z] go: downloading github.com/x448/float16 v0.8.4 [2020-10-16T09:38:13.478Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-10-16T09:38:13.478Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-10-16T09:38:13.478Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-10-16T09:38:13.478Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-10-16T09:38:13.478Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-10-16T09:38:13.478Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-10-16T09:38:13.478Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-10-16T09:38:13.478Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-10-16T09:38:13.478Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-10-16T09:38:13.478Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-10-16T09:38:13.478Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-10-16T09:38:13.497Z] Removing intermediate container 0d2baac70b91 [2020-10-16T09:38:13.497Z] ---> f3159ce18a70 [2020-10-16T09:38:13.497Z] Step 10/22 : RUN $MAKE [2020-10-16T09:38:13.740Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-10-16T09:38:13.740Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-10-16T09:38:13.772Z] ---> Running in eb046be080bd [2020-10-16T09:38:15.224Z] 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-16T09:38:19.139Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-10-16T09:38:22.499Z] Skipping stage go (already ran) [2020-10-16T09:38:22.499Z] Staging device-mqtt  [2020-10-16T09:38:23.098Z] Priming go  [2020-10-16T09:38:23.705Z] Priming device-mqtt  [2020-10-16T09:38:24.705Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-10-16T09:38:24.705Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-10-16T09:38:24.705Z] Determining the version from the project repo (version-script). [2020-10-16T09:38:24.705Z] The version has been set to 'local-dev-20201016+7026673' [2020-10-16T09:38:25.254Z] Snapping | Snapping / Snapping - Snapping | [2020-10-16T09:38:25.254Z] Snapped edgex-device-mqtt_local-dev-20201016+7026673_amd64.snap [Pipeline] } [2020-10-16T09:38:27.890Z] 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-16T09:38:42.310Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-10-16T09:38:46.702Z] Removing intermediate container eb046be080bd [2020-10-16T09:38:46.702Z] ---> 191abe105fe4 [2020-10-16T09:38:46.702Z] Step 11/22 : FROM alpine [2020-10-16T09:38:46.702Z] latest: Pulling from library/alpine [2020-10-16T09:38:46.979Z] b538f80385f9: Already exists [2020-10-16T09:38:46.979Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-16T09:38:47.256Z] Status: Downloaded newer image for alpine:latest [2020-10-16T09:38:47.256Z] ---> 62ee0e9f8440 [2020-10-16T09:38:47.256Z] Step 12/22 : ENV APP_PORT=49982 [2020-10-16T09:38:47.256Z] ---> Running in e1a413ae9152 [2020-10-16T09:38:47.862Z] Removing intermediate container e1a413ae9152 [2020-10-16T09:38:47.862Z] ---> 1b301ff6faa7 [2020-10-16T09:38:47.862Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-16T09:38:47.862Z] ---> Running in eb165bc25fbb [2020-10-16T09:38:48.466Z] Removing intermediate container eb165bc25fbb [2020-10-16T09:38:48.466Z] ---> 4c0e4fa1372a [2020-10-16T09:38:48.466Z] Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-10-16T09:38:49.483Z] ---> 13b4d6f52c14 [2020-10-16T09:38:49.483Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-10-16T09:38:50.490Z] ---> 6ea317205385 [2020-10-16T09:38:50.490Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-10-16T09:38:51.108Z] ---> 3e012c5ad54c [2020-10-16T09:38:51.108Z] Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-10-16T09:38:51.392Z] ---> Running in 29b49694c1a6 [2020-10-16T09:38:51.678Z] Removing intermediate container 29b49694c1a6 [2020-10-16T09:38:51.678Z] ---> a85affc4af74 [2020-10-16T09:38:51.678Z] Step 18/22 : ENTRYPOINT ["/device-mqtt"] [2020-10-16T09:38:51.960Z] ---> Running in b8d14b1c4d8e [2020-10-16T09:38:52.260Z] Removing intermediate container b8d14b1c4d8e [2020-10-16T09:38:52.260Z] ---> 2767b55661d7 [2020-10-16T09:38:52.260Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T09:38:52.537Z] ---> Running in d44016f38b4e [2020-10-16T09:38:53.143Z] Removing intermediate container d44016f38b4e [2020-10-16T09:38:53.143Z] ---> 4bf364de5bb2 [2020-10-16T09:38:53.143Z] Step 20/22 : LABEL arch=arm64 [2020-10-16T09:38:53.143Z] ---> Running in e434e222db3c [2020-10-16T09:38:53.422Z] Removing intermediate container e434e222db3c [2020-10-16T09:38:53.422Z] ---> 348ebcd0e762 [2020-10-16T09:38:53.422Z] Step 21/22 : LABEL git_sha=70266732476b49b68ada54d8048c03bfdd404deb [2020-10-16T09:38:53.698Z] ---> Running in 6a81ebf1897b [2020-10-16T09:38:54.328Z] Removing intermediate container 6a81ebf1897b [2020-10-16T09:38:54.328Z] ---> 9fb510aa7607 [2020-10-16T09:38:54.328Z] Step 22/22 : LABEL version=0.0.0 [2020-10-16T09:38:54.328Z] ---> Running in 475216a9639d [2020-10-16T09:38:54.605Z] Removing intermediate container 475216a9639d [2020-10-16T09:38:54.606Z] ---> a0dc0fa4c505 [2020-10-16T09:38:54.606Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-16T09:38:54.881Z] Successfully built a0dc0fa4c505 [2020-10-16T09:38:54.881Z] 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-16T09:39:10.503Z] Still waiting to schedule task [2020-10-16T09:39:10.503Z] All nodes of label ‘ubuntu18.04-docker-arm64-16c-16g’ are offline [2020-10-16T09:40:52.888Z] Running on prd-ubuntu18.04-docker-arm64-16c-16g-5870 in /w/workspace/gexfoundry_device-mqtt-go_PR-169 [Pipeline] { [Pipeline] ws [2020-10-16T09:40:52.954Z] Running in /w/workspace/device-mqtt-go/6 [Pipeline] { [Pipeline] checkout [2020-10-16T09:40:56.801Z] using credential edgex-jenkins-ssh [2020-10-16T09:40:56.860Z] Cloning the remote Git repository [2020-10-16T09:40:56.905Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-16T09:40:57.000Z] > git init /w/workspace/device-mqtt-go/6 # timeout=10 [2020-10-16T09:40:57.057Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-16T09:40:57.058Z] > git --version # timeout=10 [2020-10-16T09:40:57.072Z] > git --version # 'git version 2.17.1' [2020-10-16T09:40:57.074Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T09:40:57.143Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T09:40:58.402Z] Merging remotes/origin/master commit f7b704da3e9a84fb10464ba1b2bdd449b0700fcc into PR head commit 70266732476b49b68ada54d8048c03bfdd404deb [2020-10-16T09:40:58.557Z] Merge succeeded, producing 70266732476b49b68ada54d8048c03bfdd404deb [2020-10-16T09:40:58.558Z] Checking out Revision 70266732476b49b68ada54d8048c03bfdd404deb (PR-169) [2020-10-16T09:40:57.879Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-10-16T09:40:57.891Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T09:40:57.911Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-10-16T09:40:57.939Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-16T09:40:57.940Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T09:40:57.950Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-16T09:40:58.416Z] > git config core.sparsecheckout # timeout=10 [2020-10-16T09:40:58.426Z] > git checkout -f 70266732476b49b68ada54d8048c03bfdd404deb # timeout=10 [2020-10-16T09:40:58.492Z] > git remote # timeout=10 [2020-10-16T09:40:58.505Z] > git config --get remote.origin.url # timeout=10 [2020-10-16T09:40:58.515Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T09:40:58.524Z] > git merge f7b704da3e9a84fb10464ba1b2bdd449b0700fcc # timeout=10 [2020-10-16T09:40:58.543Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-16T09:40:58.562Z] > git config core.sparsecheckout # timeout=10 [2020-10-16T09:40:58.571Z] > git checkout -f 70266732476b49b68ada54d8048c03bfdd404deb # timeout=10 [2020-10-16T09:41:02.697Z] Commit message: "Bump github.com/eclipse/paho.mqtt.golang from 1.1.1 to 1.2.0" [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T09:41:04.074Z] + find /w/workspace/device-mqtt-go/6 [2020-10-16T09:41:04.074Z] + grep snapcraft.yaml [2020-10-16T09:41:04.074Z] + grep -Po ^name: \K(.*) /w/workspace/device-mqtt-go/6/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-16T09:41:04.305Z] provisioning config files... [2020-10-16T09:41:04.337Z] copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/6@tmp/config2747646095738274892tmp [Pipeline] { [Pipeline] sh [2020-10-16T09:41:04.808Z] + cp /w/workspace/device-mqtt-go/6@tmp/config2747646095738274892tmp /w/workspace/device-mqtt-go/6/edgex-snap-store-login [Pipeline] sh [2020-10-16T09:41:05.148Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/6:/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-16T09:41:05.740Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-10-16T09:41:06.014Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-10-16T09:41:06.014Z] 237528ba509b: Pulling fs layer [2020-10-16T09:41:06.014Z] 393b96f31d8b: Pulling fs layer [2020-10-16T09:41:06.014Z] 4d82b0e39008: Pulling fs layer [2020-10-16T09:41:06.014Z] e7ca375b8d34: Pulling fs layer [2020-10-16T09:41:06.014Z] 418f656485bb: Pulling fs layer [2020-10-16T09:41:06.014Z] aebe8db9254c: Pulling fs layer [2020-10-16T09:41:06.014Z] 4f5f7b207d3f: Pulling fs layer [2020-10-16T09:41:06.014Z] d19ca6af091a: Pulling fs layer [2020-10-16T09:41:06.014Z] 16b5a0711add: Pulling fs layer [2020-10-16T09:41:06.014Z] 4f5f7b207d3f: Waiting [2020-10-16T09:41:06.014Z] d19ca6af091a: Waiting [2020-10-16T09:41:06.014Z] e7ca375b8d34: Waiting [2020-10-16T09:41:06.014Z] aebe8db9254c: Waiting [2020-10-16T09:41:06.014Z] 418f656485bb: Waiting [2020-10-16T09:41:06.014Z] 16b5a0711add: Waiting [2020-10-16T09:41:06.014Z] 4d82b0e39008: Download complete [2020-10-16T09:41:06.014Z] 393b96f31d8b: Download complete [2020-10-16T09:41:06.014Z] e7ca375b8d34: Download complete [2020-10-16T09:41:06.014Z] aebe8db9254c: Verifying Checksum [2020-10-16T09:41:06.014Z] aebe8db9254c: Download complete [2020-10-16T09:41:06.014Z] 4f5f7b207d3f: Verifying Checksum [2020-10-16T09:41:06.014Z] 4f5f7b207d3f: Download complete [2020-10-16T09:41:06.288Z] d19ca6af091a: Download complete [2020-10-16T09:41:06.288Z] 16b5a0711add: Download complete [2020-10-16T09:41:07.271Z] 237528ba509b: Verifying Checksum [2020-10-16T09:41:07.271Z] 237528ba509b: Download complete [2020-10-16T09:41:09.894Z] 237528ba509b: Pull complete [2020-10-16T09:41:09.895Z] 393b96f31d8b: Pull complete [2020-10-16T09:41:10.488Z] 4d82b0e39008: Pull complete [2020-10-16T09:41:10.761Z] e7ca375b8d34: Pull complete [2020-10-16T09:41:16.167Z] 418f656485bb: Verifying Checksum [2020-10-16T09:41:16.167Z] 418f656485bb: Download complete [2020-10-16T09:42:03.307Z] 418f656485bb: Pull complete [2020-10-16T09:42:03.307Z] aebe8db9254c: Pull complete [2020-10-16T09:42:03.307Z] 4f5f7b207d3f: Pull complete [2020-10-16T09:42:03.307Z] d19ca6af091a: Pull complete [2020-10-16T09:42:03.307Z] 16b5a0711add: Pull complete [2020-10-16T09:42:03.307Z] Digest: sha256:9ca9034cebc7408d83a32dada391ac179c4174cde852b5731596ec8e47bf0b3e [2020-10-16T09:42:03.307Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-10-16T09:42:03.580Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-10-16T09:42:03.580Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-10-16T09:42:03.854Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-10-16T09:42:03.854Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-10-16T09:42:04.452Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [2242 B] [2020-10-16T09:42:04.452Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1856 kB] [2020-10-16T09:42:04.724Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [5546 B] [2020-10-16T09:42:04.724Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [1401 kB] [2020-10-16T09:42:05.001Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [11.0 kB] [2020-10-16T09:42:05.001Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [11.2 kB] [2020-10-16T09:42:05.001Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse arm64 Packages [2430 B] [2020-10-16T09:42:05.001Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [1149 B] [2020-10-16T09:42:05.001Z] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [1024 kB] [2020-10-16T09:42:05.272Z] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [1173 kB] [2020-10-16T09:42:05.866Z] Fetched 5740 kB in 3s (2272 kB/s) [2020-10-16T09:42:10.165Z] Reading package lists... [2020-10-16T09:42:25.263Z] 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-10-16T09:42:25.263Z] 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [2020-10-16T09:42:25.263Z] 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [2020-10-16T09:42:25.263Z] 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [2020-10-16T09:42:28.795Z] 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-16T09:42:35.493Z] Installing build dependencies: curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 libperl5.26 make netbase patch perl perl-modules-5.26 [2020-10-16T09:42:39.073Z] 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-16T09:42:39.892Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 54% Building dependency tree [2020-10-16T09:42:39.892Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-10-16T09:42:40.869Z] The following packages were automatically installed and are no longer required: [2020-10-16T09:42:40.869Z] libjq1 libonig4 [2020-10-16T09:42:40.869Z] Use 'sudo apt autoremove' to remove them. [2020-10-16T09:42:40.869Z] Suggested packages: [2020-10-16T09:42:40.869Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-10-16T09:42:40.869Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed [2020-10-16T09:42:40.869Z] diffutils-doc perl-doc libterm-readline-gnu-perl [2020-10-16T09:42:40.869Z] | libterm-readline-perl-perl [2020-10-16T09:42:41.142Z] The following NEW packages will be installed: [2020-10-16T09:42:41.142Z] curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 [2020-10-16T09:42:41.428Z] libperl5.26 make netbase patch perl perl-modules-5.26 [2020-10-16T09:42:41.429Z] 0 upgraded, 14 newly installed, 0 to remove and 29 not upgraded. [2020-10-16T09:42:41.429Z] Need to get 10.8 MB of archives. [2020-10-16T09:42:41.429Z] After this operation, 73.6 MB of additional disk space will be used. [2020-10-16T09:42:41.429Z] 0% [Working] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-10-16T09:42:42.625Z] 0% [1 perl-modules-5.26 12.6 kB/2763 kB 0%] 3% [1 perl-modules-5.26 390 kB/2763 kB 14%] 16% [1 perl-modules-5.26 2125 kB/2763 kB 77%] 22% [Working] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] [2020-10-16T09:42:42.626Z] 22% [2 libgdbm5 7477 B/23.1 kB 32%] 24% [Working] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] [2020-10-16T09:42:42.626Z] 24% [3 libgdbm-compat4 5536 B/5536 B 100%] 25% [Working] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] [2020-10-16T09:42:43.221Z] 25% [4 libperl5.26 16.4 kB/3326 kB 0%] 51% [Working] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] [2020-10-16T09:42:43.221Z] 51% [5 perl 42.3 kB/201 kB 21%] 54% [Working] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] [2020-10-16T09:42:43.221Z] 54% [6 less 37.3 kB/99.7 kB 37%] 56% [Working] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] [2020-10-16T09:42:43.221Z] 56% [7 netbase 8192 B/12.7 kB 64%] 58% [Working] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.10 [152 kB] [2020-10-16T09:42:43.221Z] 58% [8 curl 32.8 kB/152 kB 22%] 60% [Working] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.10 [179 kB] [2020-10-16T09:42:43.221Z] 61% [9 libcurl3-gnutls 34.1 kB/179 kB 19%] 63% [Working] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] [2020-10-16T09:42:43.221Z] 63% [10 liberror-perl 22.8 kB/22.8 kB 100%] 65% [Working] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-10-16T09:42:43.221Z] 65% [11 git-man 4472 B/804 kB 1%] 72% [Working] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] [2020-10-16T09:42:43.494Z] 72% [12 git 11.2 kB/2952 kB 0%] 95% [Working] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] [2020-10-16T09:42:43.494Z] 96% [13 make 65.5 kB/139 kB 47%] 98% [Working] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] [2020-10-16T09:42:43.494Z] 98% [14 patch 65.5 kB/91.8 kB 71%] 100% [Working] Fetched 10.8 MB in 2s (5057 kB/s) [2020-10-16T09:42:44.090Z] debconf: delaying package configuration, since apt-utils is not installed [2020-10-16T09:42:44.363Z] Selecting previously unselected package perl-modules-5.26. [2020-10-16T09:42:44.364Z] (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-16T09:42:44.364Z] Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-10-16T09:42:44.364Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-10-16T09:42:45.799Z] Selecting previously unselected package libgdbm5:arm64. [2020-10-16T09:42:45.799Z] Preparing to unpack .../01-libgdbm5_1.14.1-6_arm64.deb ... [2020-10-16T09:42:45.799Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-10-16T09:42:45.799Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-10-16T09:42:45.799Z] Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-10-16T09:42:45.799Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-10-16T09:42:46.072Z] Selecting previously unselected package libperl5.26:arm64. [2020-10-16T09:42:46.072Z] Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... [2020-10-16T09:42:46.072Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-10-16T09:42:47.051Z] Selecting previously unselected package perl. [2020-10-16T09:42:47.325Z] Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_arm64.deb ... [2020-10-16T09:42:47.325Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-10-16T09:42:47.325Z] Selecting previously unselected package less. [2020-10-16T09:42:47.325Z] Preparing to unpack .../05-less_487-0.1_arm64.deb ... [2020-10-16T09:42:47.325Z] Unpacking less (487-0.1) ... [2020-10-16T09:42:47.599Z] Selecting previously unselected package netbase. [2020-10-16T09:42:47.599Z] Preparing to unpack .../06-netbase_5.4_all.deb ... [2020-10-16T09:42:47.599Z] Unpacking netbase (5.4) ... [2020-10-16T09:42:47.599Z] Selecting previously unselected package curl. [2020-10-16T09:42:47.599Z] Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_arm64.deb ... [2020-10-16T09:42:47.871Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-10-16T09:42:47.871Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-10-16T09:42:47.871Z] Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_arm64.deb ... [2020-10-16T09:42:47.871Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... [2020-10-16T09:42:48.144Z] Selecting previously unselected package liberror-perl. [2020-10-16T09:42:48.144Z] Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... [2020-10-16T09:42:48.144Z] Unpacking liberror-perl (0.17025-1) ... [2020-10-16T09:42:48.144Z] Selecting previously unselected package git-man. [2020-10-16T09:42:48.144Z] Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-10-16T09:42:48.144Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-10-16T09:42:48.417Z] Selecting previously unselected package git. [2020-10-16T09:42:48.417Z] Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-10-16T09:42:48.417Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-10-16T09:42:49.849Z] Selecting previously unselected package make. [2020-10-16T09:42:49.849Z] Preparing to unpack .../12-make_4.1-9.1ubuntu1_arm64.deb ... [2020-10-16T09:42:49.849Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-10-16T09:42:49.849Z] Selecting previously unselected package patch. [2020-10-16T09:42:49.849Z] Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-10-16T09:42:49.849Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-10-16T09:42:50.121Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-10-16T09:42:50.121Z] Setting up less (487-0.1) ... [2020-10-16T09:42:50.393Z] Setting up make (4.1-9.1ubuntu1) ... [2020-10-16T09:42:50.393Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-10-16T09:42:50.393Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... [2020-10-16T09:42:50.393Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-10-16T09:42:50.665Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-10-16T09:42:50.665Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-10-16T09:42:50.665Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-10-16T09:42:50.665Z] Setting up netbase (5.4) ... [2020-10-16T09:42:50.937Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-10-16T09:42:50.937Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-10-16T09:42:50.937Z] Setting up liberror-perl (0.17025-1) ... [2020-10-16T09:42:50.937Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-10-16T09:42:50.937Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-10-16T09:42:51.210Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-10-16T09:42:56.595Z] curl set to automatically installed. [2020-10-16T09:42:56.596Z] git set to automatically installed. [2020-10-16T09:42:56.596Z] git-man set to automatically installed. [2020-10-16T09:42:56.596Z] less set to automatically installed. [2020-10-16T09:42:56.596Z] libcurl3-gnutls set to automatically installed. [2020-10-16T09:42:56.596Z] liberror-perl set to automatically installed. [2020-10-16T09:42:56.596Z] libgdbm-compat4 set to automatically installed. [2020-10-16T09:42:56.596Z] libgdbm5 set to automatically installed. [2020-10-16T09:42:56.596Z] libperl5.26 set to automatically installed. [2020-10-16T09:42:56.596Z] make set to automatically installed. [2020-10-16T09:42:56.596Z] netbase set to automatically installed. [2020-10-16T09:42:56.596Z] patch set to automatically installed. [2020-10-16T09:42:56.596Z] perl set to automatically installed. [2020-10-16T09:42:56.596Z] perl-modules-5.26 set to automatically installed. [2020-10-16T09:42:56.596Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-10-16T09:42:56.596Z] Please ensure the environment is properly setup before continuing. [2020-10-16T09:42:56.596Z] Ignore this message if the appropriate measures have already been taken [2020-10-16T09:42:57.188Z] Pulling go  [2020-10-16T09:43:01.487Z] 'device-mqtt' has dependencies that need to be staged: go [2020-10-16T09:43:01.487Z] Skipping pull go (already ran) [2020-10-16T09:43:01.487Z] Building go  [2020-10-16T09:43:01.487Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T09:43:01.487Z] Dload Upload Total Spent Left Speed [2020-10-16T09:43:03.716Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 11 93.2M 11 10.5M 0 0 11.3M 0 0:00:08 --:--:-- 0:00:08 11.2M 56 93.2M 56 52.6M 0 0 27.3M 0 0:00:03 0:00:01 0:00:02 27.3M 100 93.2M 100 93.2M 0 0 33.3M 0 0:00:02 0:00:02 --:--:-- 33.3M [2020-10-16T09:43:05.144Z] go1.15.2.linux-arm64.tar.gz: OK [2020-10-16T09:43:23.434Z] Staging go  [2020-10-16T09:43:26.051Z] Pulling device-mqtt  [2020-10-16T09:43:29.453Z] Skipping build go (already ran) [2020-10-16T09:43:29.453Z] Building device-mqtt  [2020-10-16T09:43:29.453Z] 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-16T09:43:30.892Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-10-16T09:43:30.892Z] go: downloading github.com/spf13/cast v1.3.0 [2020-10-16T09:43:30.892Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-10-16T09:43:30.892Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-10-16T09:43:30.892Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-10-16T09:43:31.164Z] go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-10-16T09:43:31.164Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-10-16T09:43:31.164Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-10-16T09:43:31.164Z] go: downloading github.com/google/uuid v1.1.1 [2020-10-16T09:43:31.438Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-10-16T09:43:31.438Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-10-16T09:43:31.438Z] go: downloading github.com/pkg/errors v0.8.1 [2020-10-16T09:43:31.438Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-10-16T09:43:31.438Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-10-16T09:43:31.438Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-10-16T09:43:31.438Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-10-16T09:43:31.438Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-10-16T09:43:31.438Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-10-16T09:43:31.438Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-10-16T09:43:31.438Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-10-16T09:43:31.438Z] go: downloading github.com/x448/float16 v0.8.4 [2020-10-16T09:43:31.438Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-10-16T09:43:31.438Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-10-16T09:43:31.438Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-10-16T09:43:31.438Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-10-16T09:43:31.709Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-10-16T09:43:31.709Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-10-16T09:43:31.709Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-10-16T09:43:31.709Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-10-16T09:43:31.709Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-10-16T09:43:31.982Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-10-16T09:43:31.982Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-10-16T09:43:31.982Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-10-16T09:43:50.323Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-10-16T09:44:08.619Z] Skipping stage go (already ran) [2020-10-16T09:44:08.619Z] Staging device-mqtt  [2020-10-16T09:44:11.237Z] Priming go  [2020-10-16T09:44:14.616Z] Priming device-mqtt  [2020-10-16T09:44:18.239Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-10-16T09:44:18.239Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-10-16T09:44:18.239Z] Determining the version from the project repo (version-script). [2020-10-16T09:44:18.239Z] The version has been set to 'local-dev-20201016+7026673' [2020-10-16T09:44:19.335Z] Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping | [2020-10-16T09:44:19.335Z] Snapped edgex-device-mqtt_local-dev-20201016+7026673_arm64.snap [Pipeline] } [2020-10-16T09:44:21.969Z] 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-16T09:44:23.860Z] provisioning config files... [2020-10-16T09:44:23.874Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp/config225423972518338108tmp [Pipeline] { [Pipeline] sh [2020-10-16T09:44:24.252Z] + set +x [2020-10-16T09:44:24.252Z] + curl -s https://codecov.io/bash [2020-10-16T09:44:24.252Z] + bash -s -- [2020-10-16T09:44:24.514Z] [2020-10-16T09:44:24.514Z] _____ _ [2020-10-16T09:44:24.514Z] / ____| | | [2020-10-16T09:44:24.515Z] | | ___ __| | ___ ___ _____ __ [2020-10-16T09:44:24.515Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-10-16T09:44:24.515Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-10-16T09:44:24.515Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-10-16T09:44:24.515Z] Bash-20201009-048fee3 [2020-10-16T09:44:24.515Z] [2020-10-16T09:44:24.515Z] [2020-10-16T09:44:24.515Z] ==> Jenkins CI detected. [2020-10-16T09:44:24.515Z] project root: . [2020-10-16T09:44:24.515Z] --> token set from env [2020-10-16T09:44:24.515Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-10-16T09:44:24.515Z] ==> Running gcov in . (disable via -X gcov) [2020-10-16T09:44:24.515Z] ==> Python coveragepy not found [2020-10-16T09:44:24.515Z] ==> Searching for coverage reports in: [2020-10-16T09:44:24.515Z] + . [2020-10-16T09:44:24.515Z] -> Found 1 reports [2020-10-16T09:44:24.515Z] ==> Detecting git/mercurial file structure [2020-10-16T09:44:24.515Z] ==> Reading reports [2020-10-16T09:44:24.515Z] + ./coverage.out bytes=18939 [2020-10-16T09:44:24.515Z] ==> Appending adjustments [2020-10-16T09:44:24.515Z] https://docs.codecov.io/docs/fixing-reports [2020-10-16T09:44:24.780Z] + Found adjustments [2020-10-16T09:44:24.780Z] ==> Gzipping contents [2020-10-16T09:44:24.780Z] ==> Uploading reports [2020-10-16T09:44:24.780Z] url: https://codecov.io [2020-10-16T09:44:24.780Z] query: branch=PR-169&commit=70266732476b49b68ada54d8048c03bfdd404deb&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-169%2F6%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=169&job=&cmd_args= [2020-10-16T09:44:24.780Z] -> Pinging Codecov [2020-10-16T09:44:24.780Z] https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-169&commit=70266732476b49b68ada54d8048c03bfdd404deb&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-169%2F6%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=169&job=&cmd_args= [2020-10-16T09:44:24.780Z] -> Uploading to [2020-10-16T09:44:24.780Z] [2020-10-16T09:44:24.780Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T09:44:24.780Z] Dload Upload Total Spent Left Speed [2020-10-16T09:44:24.780Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error [2020-10-16T09:44:24.780Z] X> Failed to upload [2020-10-16T09:44:24.780Z] ==> Uploading to Codecov [2020-10-16T09:44:24.780Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T09:44:24.780Z] Dload Upload Total Spent Left Speed [2020-10-16T09:44:25.355Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3358 100 111 100 3247 218 6389 --:--:-- --:--:-- --:--:-- 6391 [2020-10-16T09:44:25.355Z] View reports at https://codecov.io/github/edgexfoundry/device-mqtt-go/commit/70266732476b49b68ada54d8048c03bfdd404deb [Pipeline] } [2020-10-16T09:44:25.366Z] 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-16T09:44:28.080Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T09:44:28.648Z] ---> package-listing.sh [2020-10-16T09:44:28.648Z] ++ facter osfamily [2020-10-16T09:44:28.648Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-16T09:44:28.648Z] + OS_FAMILY=redhat [2020-10-16T09:44:28.648Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-169 [2020-10-16T09:44:28.648Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-16T09:44:28.648Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-16T09:44:28.648Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-16T09:44:28.648Z] + PACKAGES=/tmp/packages_start.txt [2020-10-16T09:44:28.648Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-169 ']' [2020-10-16T09:44:28.648Z] + PACKAGES=/tmp/packages_end.txt [2020-10-16T09:44:28.648Z] + case "${OS_FAMILY}" in [2020-10-16T09:44:28.648Z] + rpm -qa [2020-10-16T09:44:28.648Z] + sort [2020-10-16T09:44:32.876Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-16T09:44:32.877Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-16T09:44:32.877Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-16T09:44:32.877Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-169 ']' [2020-10-16T09:44:32.877Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-169/archives/ [2020-10-16T09:44:32.877Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-169/archives/ [Pipeline] echo [2020-10-16T09:44:32.892Z] 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-169/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-16T09:44:33.197Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:44:33.517Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-16T09:44:33.517Z] [2020-10-16T09:44:33.517Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:44:33.891Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-16T09:44:33.891Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-16T09:44:33.891Z] df20fa9351a1: Pulling fs layer [2020-10-16T09:44:33.891Z] 36b3adc4ff6f: Pulling fs layer [2020-10-16T09:44:33.891Z] 8ad3a11d3b57: Pulling fs layer [2020-10-16T09:44:33.891Z] 46f8f816bc3b: Pulling fs layer [2020-10-16T09:44:33.891Z] 93b61091891f: Pulling fs layer [2020-10-16T09:44:33.891Z] 93b9cdb0e59b: Pulling fs layer [2020-10-16T09:44:33.891Z] 5e14af77c1be: Pulling fs layer [2020-10-16T09:44:33.891Z] 01666e4c0597: Pulling fs layer [2020-10-16T09:44:33.891Z] aa168da1d23b: Pulling fs layer [2020-10-16T09:44:33.891Z] 93b9cdb0e59b: Waiting [2020-10-16T09:44:33.891Z] 5e14af77c1be: Waiting [2020-10-16T09:44:33.891Z] aa168da1d23b: Waiting [2020-10-16T09:44:33.891Z] 01666e4c0597: Waiting [2020-10-16T09:44:33.891Z] 46f8f816bc3b: Waiting [2020-10-16T09:44:33.892Z] 36b3adc4ff6f: Verifying Checksum [2020-10-16T09:44:33.892Z] 36b3adc4ff6f: Download complete [2020-10-16T09:44:33.892Z] 46f8f816bc3b: Verifying Checksum [2020-10-16T09:44:33.892Z] 46f8f816bc3b: Download complete [2020-10-16T09:44:34.161Z] df20fa9351a1: Verifying Checksum [2020-10-16T09:44:34.161Z] df20fa9351a1: Download complete [2020-10-16T09:44:34.161Z] 93b9cdb0e59b: Verifying Checksum [2020-10-16T09:44:34.161Z] 93b9cdb0e59b: Download complete [2020-10-16T09:44:34.161Z] 93b61091891f: Download complete [2020-10-16T09:44:34.161Z] 5e14af77c1be: Verifying Checksum [2020-10-16T09:44:34.161Z] 5e14af77c1be: Download complete [2020-10-16T09:44:34.161Z] 01666e4c0597: Verifying Checksum [2020-10-16T09:44:34.161Z] 01666e4c0597: Download complete [2020-10-16T09:44:34.161Z] 8ad3a11d3b57: Verifying Checksum [2020-10-16T09:44:34.161Z] 8ad3a11d3b57: Download complete [2020-10-16T09:44:34.431Z] df20fa9351a1: Pull complete [2020-10-16T09:44:34.697Z] 36b3adc4ff6f: Pull complete [2020-10-16T09:44:35.286Z] 8ad3a11d3b57: Pull complete [2020-10-16T09:44:35.286Z] 46f8f816bc3b: Pull complete [2020-10-16T09:44:35.892Z] 93b61091891f: Pull complete [2020-10-16T09:44:36.155Z] 93b9cdb0e59b: Pull complete [2020-10-16T09:44:36.421Z] 5e14af77c1be: Pull complete [2020-10-16T09:44:36.421Z] aa168da1d23b: Verifying Checksum [2020-10-16T09:44:36.421Z] aa168da1d23b: Download complete [2020-10-16T09:44:36.421Z] 01666e4c0597: Pull complete [2020-10-16T09:44:43.041Z] aa168da1d23b: Pull complete [2020-10-16T09:44:43.041Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-16T09:44:43.041Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-16T09:44:43.041Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-16T09:44:43.263Z] prd-centos7-docker-4c-2g-5861 does not seem to be running inside a container [2020-10-16T09:44:43.313Z] $ 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-169/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-169 -v /w/workspace/gexfoundry_device-mqtt-go_PR-169:/w/workspace/gexfoundry_device-mqtt-go_PR-169:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-169@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-16T09:44:49.998Z] $ docker top 8c778e21c2e227bcf5863add5c89a314160fdc2bd76c7823a5af6d780fc9a44a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T09:44:50.595Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-16T09:44:50.896Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-16T09:44:51.203Z] + ls /var/log/sa-host [2020-10-16T09:44:51.203Z] + sadf -c /var/log/sa-host/sa05 [2020-10-16T09:44:51.203Z] file_magic: OK [2020-10-16T09:44:51.203Z] HZ: Using current value: 100 [2020-10-16T09:44:51.203Z] file_header: OK [2020-10-16T09:44:51.203Z] 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-16T09:44:51.203Z] Statistics: [2020-10-16T09:44:51.203Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-16T09:44:51.203Z] File successfully converted to sysstat format version 12.2.1 [2020-10-16T09:44:51.203Z] + sadf -c /var/log/sa-host/sa16 [2020-10-16T09:44:51.203Z] file_magic: OK [2020-10-16T09:44:51.203Z] HZ: Using current value: 100 [2020-10-16T09:44:51.203Z] file_header: OK [2020-10-16T09:44:51.203Z] 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-16T09:44:51.203Z] Statistics: [2020-10-16T09:44:51.203Z] 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-16T09:44:51.203Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-16T09:44:51.452Z] provisioning config files... [2020-10-16T09:44:51.467Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp/config8759491084392779022tmp [Pipeline] { [Pipeline] echo [2020-10-16T09:44:51.564Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T09:44:51.863Z] ---> create-netrc.sh [Pipeline] } [2020-10-16T09:44:51.872Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-16T09:44:51.967Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T09:44:52.264Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-16T09:44:52.276Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T09:44:52.571Z] ---> sudo-logs.sh [2020-10-16T09:44:52.571Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-16T09:44:52.583Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T09:44:52.882Z] ---> job-cost.sh [2020-10-16T09:44:52.882Z] lf-activate-venv: SKIPPING [2020-10-16T09:44:52.882Z] INFO: No Stack... [2020-10-16T09:44:53.456Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-16T09:44:54.036Z] INFO: Archiving Costs [Pipeline] echo [2020-10-16T09:44:54.051Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T09:44:54.350Z] ---> logs-deploy.sh [2020-10-16T09:44:54.351Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-169/6 [2020-10-16T09:44:54.351Z] INFO: archiving workspace using pattern(s): [2020-10-16T09:44:56.274Z] Archives upload complete. [2020-10-16T09:44:56.274Z] INFO: archiving logs to Nexus