Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4f13d3b8c24926502c75f0ce487e96a984a92e31+a4d671bc363cd3b6b16a5de27983df7bd02b35a1 (26bdb0b3f337f2118359577be2d2d7185c4d2503) 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 using credential edgex-jenkins-ssh > 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, goVersion:1.13, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-mqtt-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-2286 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 with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git Fetching without tags Merging remotes/origin/master commit a4d671bc363cd3b6b16a5de27983df7bd02b35a1 into PR head commit 4f13d3b8c24926502c75f0ce487e96a984a92e31 > 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 > git fetch --no-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 remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/169/head:refs/remotes/origin/PR-169 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4f13d3b8c24926502c75f0ce487e96a984a92e31 # timeout=10 Merge succeeded, producing c9594826a78fa83a3b5fcd0b3a5101f119927029 Checking out Revision c9594826a78fa83a3b5fcd0b3a5101f119927029 (PR-169) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge a4d671bc363cd3b6b16a5de27983df7bd02b35a1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c9594826a78fa83a3b5fcd0b3a5101f119927029 # timeout=10 Commit message: "Merge commit 'a4d671bc363cd3b6b16a5de27983df7bd02b35a1' into HEAD" > git rev-list --no-walk 4f13d3b8c24926502c75f0ce487e96a984a92e31 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-11T19:19:17.593Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-11T19:19:17.853Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-11T19:19:17.971Z] ========================================================= [2020-09-11T19:19:17.971Z] EdgeX Global Pipelines Version Info [2020-09-11T19:19:17.971Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-11T19:19:19.404Z] ------------------- [2020-09-11T19:19:19.405Z] stable info: [2020-09-11T19:19:19.405Z] ------------------- [2020-09-11T19:19:19.405Z] Commited By: Emilio Reyes emilio.reyes@intel.com [2020-09-11T19:19:19.405Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-11T19:19:19.405Z] Message: update stable to v1.0.119 [2020-09-11T19:19:19.983Z] ------------------- [2020-09-11T19:19:19.983Z] experimental info: [2020-09-11T19:19:19.983Z] ------------------- [2020-09-11T19:19:19.983Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-11T19:19:19.983Z] Commit SHA: 26a2d0761a2efda4215483e42b68dbac15e3db92 [2020-09-11T19:19:19.983Z] Message: update experimental to v1.0.121 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-11T19:19:20.728Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2020-09-11T19:19:20.820Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2020-09-11T19:19:20.922Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-11T19:19:21.069Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-11T19:19:21.188Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-11T19:19:21.326Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-09-11T19:19:21.442Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-11T19:19:21.543Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-09-11T19:19:21.668Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-11T19:19:21.841Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-11T19:19:21.938Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-11T19:19:22.038Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo [2020-09-11T19:19:22.169Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-11T19:19:22.307Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-11T19:19:22.413Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-11T19:19:22.516Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-11T19:19:22.622Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-11T19:19:22.726Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-11T19:19:22.826Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-11T19:19:22.937Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-09-11T19:19:23.049Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-11T19:19:23.310Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-11T19:19:23.404Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-169 [Pipeline] echo [2020-09-11T19:19:23.503Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-169 [Pipeline] echo [2020-09-11T19:19:23.611Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-169 [Pipeline] echo [2020-09-11T19:19:23.770Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c9594826a78fa83a3b5fcd0b3a5101f119927029 [Pipeline] echo [2020-09-11T19:19:23.887Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c959482 [Pipeline] echo [2020-09-11T19:19:23.991Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-11T19:19:24.735Z] + git log --format=format:%s -1 c9594826a78fa83a3b5fcd0b3a5101f119927029 [Pipeline] echo [2020-09-11T19:19:24.795Z] GIT_COMMIT: c9594826a78fa83a3b5fcd0b3a5101f119927029, Commit Message: Merge commit 'a4d671bc363cd3b6b16a5de27983df7bd02b35a1' into HEAD [Pipeline] echo [2020-09-11T19:19:24.847Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-11T19:19:25.411Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-11T19:19:25.674Z] [2020-09-11T19:19:25.674Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-11T19:19:26.032Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-11T19:19:26.033Z] latest: Pulling from edgex-devops/git-semver [2020-09-11T19:19:26.033Z] 31603596830f: Pulling fs layer [2020-09-11T19:19:26.033Z] 2a8b12db71e7: Pulling fs layer [2020-09-11T19:19:26.033Z] 6ca5941a6612: Pulling fs layer [2020-09-11T19:19:26.033Z] ecc8261a40a4: Pulling fs layer [2020-09-11T19:19:26.033Z] ecc8261a40a4: Waiting [2020-09-11T19:19:26.033Z] 2a8b12db71e7: Verifying Checksum [2020-09-11T19:19:26.033Z] 2a8b12db71e7: Download complete [2020-09-11T19:19:26.296Z] 31603596830f: Verifying Checksum [2020-09-11T19:19:26.296Z] 31603596830f: Download complete [2020-09-11T19:19:26.296Z] ecc8261a40a4: Verifying Checksum [2020-09-11T19:19:26.296Z] ecc8261a40a4: Download complete [2020-09-11T19:19:26.296Z] 6ca5941a6612: Verifying Checksum [2020-09-11T19:19:26.296Z] 6ca5941a6612: Download complete [2020-09-11T19:19:26.560Z] 31603596830f: Pull complete [2020-09-11T19:19:26.560Z] 2a8b12db71e7: Pull complete [2020-09-11T19:19:27.518Z] 6ca5941a6612: Pull complete [2020-09-11T19:19:27.781Z] ecc8261a40a4: Pull complete [2020-09-11T19:19:27.781Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-11T19:19:27.781Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-11T19:19:27.781Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-11T19:19:27.888Z] prd-centos7-docker-4c-2g-2286 does not seem to be running inside a container [2020-09-11T19:19:27.938Z] $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-11T19:19:29.595Z] $ docker top 701cb41f136a4515ef7b56c1d6b40516f4bb8416fead9d03a3444ab5807247f0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-11T19:19:29.907Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-11T19:19:29.908Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-11T19:19:30.103Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-11T19:19:30.107Z] $ docker exec 701cb41f136a4515ef7b56c1d6b40516f4bb8416fead9d03a3444ab5807247f0 ssh-agent [2020-09-11T19:19:30.268Z] SSH_AUTH_SOCK=/tmp/ssh-45wzcntlXFDE/agent.11 [2020-09-11T19:19:30.268Z] SSH_AGENT_PID=16 [2020-09-11T19:19:30.280Z] Running ssh-add (command line suppressed) [2020-09-11T19:19:30.396Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp/private_key_982876168486984696.key (/w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp/private_key_982876168486984696.key) [2020-09-11T19:19:30.447Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-11T19:19:30.828Z] + git describe --exact-match --tags HEAD [2020-09-11T19:19:30.828Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-11T19:19:30.849Z] $ docker exec --env ******** --env ******** 701cb41f136a4515ef7b56c1d6b40516f4bb8416fead9d03a3444ab5807247f0 ssh-agent -k [2020-09-11T19:19:30.966Z] unset SSH_AUTH_SOCK; [2020-09-11T19:19:30.966Z] unset SSH_AGENT_PID; [2020-09-11T19:19:30.966Z] echo Agent pid 16 killed; [2020-09-11T19:19:31.011Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-11T19:19:31.108Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-11T19:19:31.108Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-11T19:19:31.244Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-11T19:19:31.244Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-11T19:19:31.429Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-11T19:19:31.434Z] $ docker exec 701cb41f136a4515ef7b56c1d6b40516f4bb8416fead9d03a3444ab5807247f0 ssh-agent [2020-09-11T19:19:31.647Z] SSH_AUTH_SOCK=/tmp/ssh-44OJ3xpWWHe6/agent.45 [2020-09-11T19:19:31.647Z] SSH_AGENT_PID=50 [2020-09-11T19:19:31.667Z] Running ssh-add (command line suppressed) [2020-09-11T19:19:31.783Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp/private_key_658494213684568687.key (/w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp/private_key_658494213684568687.key) [2020-09-11T19:19:31.835Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-11T19:19:32.174Z] + git semver init [2020-09-11T19:19:32.174Z] # -> Open(): unable to determine branch for HEAD [2020-09-11T19:19:32.174Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-169/.git [2020-09-11T19:19:32.174Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-169 [2020-09-11T19:19:32.175Z] # $SEMVER_REMOTE_NAME = origin [2020-09-11T19:19:32.175Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-11T19:19:32.175Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-11T19:19:32.175Z] # $SEMVER_BRANCH = PR-169 [2020-09-11T19:19:32.175Z] # $SEMVER_TEMP = /tmp/semver-568607697 [2020-09-11T19:19:32.175Z] # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP [2020-09-11T19:19:32.438Z] # '/tmp/semver-568607697' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-169/.semver' [2020-09-11T19:19:32.438Z] # -> Force: false [2020-09-11T19:19:32.438Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-169/.semver [Pipeline] } [2020-09-11T19:19:32.451Z] $ docker exec --env ******** --env ******** 701cb41f136a4515ef7b56c1d6b40516f4bb8416fead9d03a3444ab5807247f0 ssh-agent -k [2020-09-11T19:19:32.563Z] unset SSH_AUTH_SOCK; [2020-09-11T19:19:32.564Z] unset SSH_AGENT_PID; [2020-09-11T19:19:32.564Z] echo Agent pid 50 killed; [2020-09-11T19:19:32.604Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-11T19:19:33.118Z] + git semver [Pipeline] } [2020-09-11T19:19:33.134Z] $ docker stop --time=1 701cb41f136a4515ef7b56c1d6b40516f4bb8416fead9d03a3444ab5807247f0 [2020-09-11T19:19:34.436Z] $ docker rm -f 701cb41f136a4515ef7b56c1d6b40516f4bb8416fead9d03a3444ab5807247f0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-11T19:19:35.061Z] Stashed 26 file(s) [Pipeline] echo [2020-09-11T19:19:35.064Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-11T19:19:35.161Z] Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-09-11T19:19:50.647Z] Still waiting to schedule task [2020-09-11T19:19:50.647Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-11T19:19:50.649Z] Still waiting to schedule task [2020-09-11T19:19:50.649Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-2282’ [2020-09-11T19:20:58.134Z] Running on prd-centos7-docker-4c-2g-2288 in /w/workspace/gexfoundry_device-mqtt-go_PR-169 [Pipeline] { [Pipeline] ws [2020-09-11T19:20:58.191Z] Running in /w/workspace/device-mqtt-go/2 [Pipeline] { [Pipeline] checkout [2020-09-11T19:21:01.160Z] using credential edgex-jenkins-ssh [2020-09-11T19:21:01.213Z] Cloning the remote Git repository [2020-09-11T19:21:01.213Z] Cloning with configured refspecs honoured and without tags [2020-09-11T19:21:01.239Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-11T19:21:01.308Z] > git init /w/workspace/device-mqtt-go/2 # timeout=10 [2020-09-11T19:21:01.359Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-11T19:21:01.359Z] > git --version # timeout=10 [2020-09-11T19:21:01.367Z] > git --version # 'git version 2.16.5' [2020-09-11T19:21:01.368Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-11T19:21:01.407Z] > git fetch --no-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-09-11T19:21:02.144Z] Fetching without tags [2020-09-11T19:21:02.116Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-11T19:21:02.123Z] > git config --add remote.origin.fetch +refs/pull/169/head:refs/remotes/origin/PR-169 # timeout=10 [2020-09-11T19:21:02.128Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-11T19:21:02.138Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-11T19:21:02.148Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-11T19:21:02.148Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-11T19:21:02.153Z] > git fetch --no-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-09-11T19:21:03.088Z] Merging remotes/origin/master commit a4d671bc363cd3b6b16a5de27983df7bd02b35a1 into PR head commit 4f13d3b8c24926502c75f0ce487e96a984a92e31 [2020-09-11T19:21:03.180Z] Merge succeeded, producing 3168d2f7704e67a803bf298048ab2ab3311a69b0 [2020-09-11T19:21:03.180Z] Checking out Revision 3168d2f7704e67a803bf298048ab2ab3311a69b0 (PR-169) [2020-09-11T19:21:03.096Z] > git config core.sparsecheckout # timeout=10 [2020-09-11T19:21:03.103Z] > git checkout -f 4f13d3b8c24926502c75f0ce487e96a984a92e31 # timeout=10 [2020-09-11T19:21:03.134Z] > git remote # timeout=10 [2020-09-11T19:21:03.142Z] > git config --get remote.origin.url # timeout=10 [2020-09-11T19:21:03.151Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-11T19:21:03.155Z] > git merge a4d671bc363cd3b6b16a5de27983df7bd02b35a1 # timeout=10 [2020-09-11T19:21:03.173Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-11T19:21:03.183Z] > git config core.sparsecheckout # timeout=10 [2020-09-11T19:21:03.186Z] > git checkout -f 3168d2f7704e67a803bf298048ab2ab3311a69b0 # timeout=10 [2020-09-11T19:21:06.805Z] Commit message: "Merge commit 'a4d671bc363cd3b6b16a5de27983df7bd02b35a1' into HEAD" [2020-09-11T19:21:06.809Z] > git rev-list --no-walk 4f13d3b8c24926502c75f0ce487e96a984a92e31 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-11T19:21:07.707Z] ========================================================= [2020-09-11T19:21:07.707Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-09-11T19:21:07.707Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-11T19:21:08.418Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-09-11T19:21:08.683Z] Sending build context to Docker daemon 626.2kB [2020-09-11T19:21:08.683Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-09-11T19:21:08.683Z] Step 2/8 : FROM ${BASE} [2020-09-11T19:21:08.683Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-11T19:21:08.683Z] df20fa9351a1: Pulling fs layer [2020-09-11T19:21:08.683Z] ed8968b2872e: Pulling fs layer [2020-09-11T19:21:08.683Z] a92cc7c5fd73: Pulling fs layer [2020-09-11T19:21:08.683Z] 2dd03ba5bac4: Pulling fs layer [2020-09-11T19:21:08.683Z] 1e091d79d1de: Pulling fs layer [2020-09-11T19:21:08.683Z] 481702a1767f: Pulling fs layer [2020-09-11T19:21:08.683Z] f64a6f60c768: Pulling fs layer [2020-09-11T19:21:08.683Z] e78d2573fc39: Pulling fs layer [2020-09-11T19:21:08.683Z] e876d2f968b6: Pulling fs layer [2020-09-11T19:21:08.683Z] ce8a83651883: Pulling fs layer [2020-09-11T19:21:08.683Z] 07967f4d0e4b: Pulling fs layer [2020-09-11T19:21:08.683Z] f64a6f60c768: Waiting [2020-09-11T19:21:08.683Z] e78d2573fc39: Waiting [2020-09-11T19:21:08.683Z] e876d2f968b6: Waiting [2020-09-11T19:21:08.683Z] 2dd03ba5bac4: Waiting [2020-09-11T19:21:08.683Z] ce8a83651883: Waiting [2020-09-11T19:21:08.683Z] 07967f4d0e4b: Waiting [2020-09-11T19:21:08.683Z] 1e091d79d1de: Waiting [2020-09-11T19:21:08.683Z] 481702a1767f: Waiting [2020-09-11T19:21:08.944Z] a92cc7c5fd73: Download complete [2020-09-11T19:21:08.944Z] ed8968b2872e: Verifying Checksum [2020-09-11T19:21:08.944Z] ed8968b2872e: Download complete [2020-09-11T19:21:09.207Z] 1e091d79d1de: Verifying Checksum [2020-09-11T19:21:09.207Z] 1e091d79d1de: Download complete [2020-09-11T19:21:09.207Z] 481702a1767f: Verifying Checksum [2020-09-11T19:21:09.207Z] 481702a1767f: Download complete [2020-09-11T19:21:09.207Z] df20fa9351a1: Verifying Checksum [2020-09-11T19:21:09.207Z] df20fa9351a1: Download complete [2020-09-11T19:21:09.475Z] df20fa9351a1: Pull complete [2020-09-11T19:21:09.740Z] ed8968b2872e: Pull complete [2020-09-11T19:21:09.740Z] a92cc7c5fd73: Pull complete [2020-09-11T19:21:11.135Z] f64a6f60c768: Verifying Checksum [2020-09-11T19:21:11.135Z] f64a6f60c768: Download complete [2020-09-11T19:21:11.430Z] e876d2f968b6: Verifying Checksum [2020-09-11T19:21:11.430Z] e876d2f968b6: Download complete [2020-09-11T19:21:12.382Z] ce8a83651883: Verifying Checksum [2020-09-11T19:21:12.382Z] ce8a83651883: Download complete [2020-09-11T19:21:12.649Z] 07967f4d0e4b: Verifying Checksum [2020-09-11T19:21:12.650Z] 07967f4d0e4b: Download complete [2020-09-11T19:21:12.914Z] e78d2573fc39: Verifying Checksum [2020-09-11T19:21:12.914Z] e78d2573fc39: Download complete [2020-09-11T19:21:13.184Z] 2dd03ba5bac4: Verifying Checksum [2020-09-11T19:21:13.184Z] 2dd03ba5bac4: Download complete [2020-09-11T19:21:19.799Z] 2dd03ba5bac4: Pull complete [2020-09-11T19:21:19.799Z] 1e091d79d1de: Pull complete [2020-09-11T19:21:19.799Z] 481702a1767f: Pull complete [2020-09-11T19:21:25.122Z] f64a6f60c768: Pull complete [2020-09-11T19:21:27.689Z] e78d2573fc39: Pull complete [2020-09-11T19:21:27.961Z] e876d2f968b6: Pull complete [2020-09-11T19:21:28.923Z] ce8a83651883: Pull complete [2020-09-11T19:21:29.187Z] 07967f4d0e4b: Pull complete [2020-09-11T19:21:29.187Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-09-11T19:21:29.187Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-09-11T19:21:29.187Z] ---> 5d7c900382c6 [2020-09-11T19:21:29.187Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-11T19:21:31.112Z] ---> Running in e0121b22fb77 [2020-09-11T19:21:31.112Z] Removing intermediate container e0121b22fb77 [2020-09-11T19:21:31.112Z] ---> a37b4459f62f [2020-09-11T19:21:31.112Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-11T19:21:31.112Z] ---> Running in 9b340b76bd7b [2020-09-11T19:21:32.506Z] Removing intermediate container 9b340b76bd7b [2020-09-11T19:21:32.506Z] ---> 1a675d911e80 [2020-09-11T19:21:32.506Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-11T19:21:32.506Z] ---> Running in e7bf83b05f3e [2020-09-11T19:21:33.082Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-11T19:21:34.034Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-11T19:21:34.296Z] (1/14) Installing libmagic (5.38-r0) [2020-09-11T19:21:34.558Z] (2/14) Installing file (5.38-r0) [2020-09-11T19:21:34.558Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-11T19:21:34.558Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-11T19:21:39.869Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-11T19:21:39.869Z] (6/14) Installing patch (2.7.6-r6) [2020-09-11T19:21:39.869Z] (7/14) Installing build-base (0.5-r2) [2020-09-11T19:21:39.869Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-11T19:21:39.869Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-11T19:21:39.869Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-11T19:21:40.132Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-11T19:21:40.132Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-11T19:21:40.132Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-11T19:21:40.395Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-11T19:21:40.395Z] Executing busybox-1.31.1-r16.trigger [2020-09-11T19:21:40.661Z] OK: 237 MiB in 53 packages [2020-09-11T19:21:44.899Z] Removing intermediate container e7bf83b05f3e [2020-09-11T19:21:44.899Z] ---> 86938c377537 [2020-09-11T19:21:44.899Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-09-11T19:21:44.899Z] ---> Running in 914aac296a8e [2020-09-11T19:21:44.899Z] Removing intermediate container 914aac296a8e [2020-09-11T19:21:44.899Z] ---> a5e3cf4809a6 [2020-09-11T19:21:44.899Z] Step 7/8 : COPY . . [2020-09-11T19:21:45.478Z] ---> 2110b3ebc7e4 [2020-09-11T19:21:45.478Z] Step 8/8 : RUN go mod download [2020-09-11T19:21:45.478Z] ---> Running in e4e0005f4c13 [2020-09-11T19:21:47.407Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-11T19:21:47.407Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-11T19:21:47.407Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-11T19:21:47.407Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-11T19:21:47.407Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-11T19:21:47.407Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-11T19:21:47.407Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-11T19:21:47.407Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-11T19:21:47.407Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-09-11T19:21:47.407Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-11T19:21:47.407Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-11T19:21:47.407Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-11T19:21:47.407Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-11T19:21:47.407Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-11T19:21:47.407Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-11T19:21:47.407Z] go: finding github.com/fatih/color v1.7.0 [2020-09-11T19:21:47.407Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-11T19:21:47.673Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-11T19:21:47.673Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-11T19:21:47.673Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-11T19:21:47.673Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-11T19:21:47.673Z] go: finding github.com/google/uuid v1.1.1 [2020-09-11T19:21:47.673Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-11T19:21:47.673Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-11T19:21:47.673Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-11T19:21:47.673Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-11T19:21:47.673Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-11T19:21:47.673Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-11T19:21:47.673Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-11T19:21:47.936Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-11T19:21:47.936Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-11T19:21:47.936Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-11T19:21:47.936Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-11T19:21:47.936Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-11T19:21:47.936Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-11T19:21:47.936Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-11T19:21:47.936Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-11T19:21:47.936Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-11T19:21:47.936Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-11T19:21:47.936Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-11T19:21:48.198Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-11T19:21:48.198Z] go: finding github.com/kr/pretty v0.1.0 [2020-09-11T19:21:48.198Z] go: finding github.com/kr/pty v1.1.1 [2020-09-11T19:21:48.198Z] go: finding github.com/kr/text v0.1.0 [2020-09-11T19:21:48.198Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-11T19:21:48.198Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-11T19:21:48.198Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-11T19:21:48.198Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-11T19:21:48.198Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-11T19:21:48.198Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-11T19:21:48.198Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-11T19:21:48.198Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-11T19:21:48.483Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-11T19:21:48.483Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-11T19:21:48.483Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-11T19:21:48.483Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-11T19:21:48.483Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-11T19:21:48.483Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-11T19:21:48.483Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-11T19:21:48.483Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-11T19:21:48.483Z] go: finding github.com/posener/complete v1.1.1 [2020-09-11T19:21:48.483Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-11T19:21:48.483Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-11T19:21:48.483Z] go: finding github.com/spf13/cast v1.3.0 [2020-09-11T19:21:48.483Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-11T19:21:48.752Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-11T19:21:48.752Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-11T19:21:48.752Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-11T19:21:48.752Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-09-11T19:21:48.752Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-11T19:21:48.752Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-11T19:21:48.752Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-09-11T19:21:48.752Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-09-11T19:21:48.752Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-11T19:21:48.752Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-11T19:21:56.983Z] Removing intermediate container e4e0005f4c13 [2020-09-11T19:21:56.983Z] ---> 70d27ae9bb6e [2020-09-11T19:21:56.983Z] Successfully built 70d27ae9bb6e [2020-09-11T19:21:56.983Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-11T19:21:57.810Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-11T19:21:57.810Z] . [Pipeline] withDockerContainer [2020-09-11T19:21:57.922Z] prd-centos7-docker-4c-2g-2288 does not seem to be running inside a container [2020-09-11T19:21:57.973Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/2 -v /w/workspace/device-mqtt-go/2:/w/workspace/device-mqtt-go/2:rw,z -v /w/workspace/device-mqtt-go/2@tmp:/w/workspace/device-mqtt-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-11T19:21:59.223Z] $ docker top 3c3caa71f3044d0ffee7327fabae6720c2de4e19910bda7f437f45d2df3d6647 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-11T19:21:59.746Z] + go version [2020-09-11T19:21:59.746Z] go version go1.13.13 linux/amd64 [Pipeline] sh [2020-09-11T19:22:00.050Z] + make test [2020-09-11T19:22:00.050Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-09-11T19:22:01.004Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-09-11T19:22:11.171Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-09-11T19:22:11.171Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.007s coverage: 28.3% of statements [2020-09-11T19:22:11.171Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-09-11T19:22:11.433Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-11T19:22:13.365Z] gofmt -l . [2020-09-11T19:22:13.365Z] ["`gofmt -l .`" = ""] [2020-09-11T19:22:13.365Z] ./bin/test-attribution-txt.sh [2020-09-11T19:22:14.314Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-11T19:22:14.885Z] Stashed 1 file(s) [Pipeline] } [2020-09-11T19:22:14.892Z] $ docker stop --time=1 3c3caa71f3044d0ffee7327fabae6720c2de4e19910bda7f437f45d2df3d6647 [2020-09-11T19:22:17.191Z] $ docker rm -f 3c3caa71f3044d0ffee7327fabae6720c2de4e19910bda7f437f45d2df3d6647 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-11T19:22:18.774Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-11T19:22:19.071Z] + ls -al . [2020-09-11T19:22:19.071Z] total 100 [2020-09-11T19:22:19.071Z] drwxrwxr-x. 10 jenkins jenkins 4096 Sep 11 19:22 . [2020-09-11T19:22:19.071Z] drwxrwxr-x. 4 jenkins jenkins 28 Sep 11 19:21 .. [2020-09-11T19:22:19.071Z] -rw-rw-r--. 1 jenkins jenkins 4678 Sep 11 19:21 Attribution.txt [2020-09-11T19:22:19.071Z] drwxrwxr-x. 2 jenkins jenkins 87 Sep 11 19:21 bin [2020-09-11T19:22:19.071Z] drwxrwxr-x. 3 jenkins jenkins 32 Sep 11 19:21 cmd [2020-09-11T19:22:19.071Z] -rw-r--r--. 1 jenkins jenkins 18939 Sep 11 19:22 coverage.out [2020-09-11T19:22:19.071Z] -rw-rw-r--. 1 jenkins jenkins 1784 Sep 11 19:21 Dockerfile [2020-09-11T19:22:19.071Z] -rw-rw-r--. 1 jenkins jenkins 953 Sep 11 19:21 Dockerfile.build [2020-09-11T19:22:19.071Z] -rw-rw-r--. 1 jenkins jenkins 140 Sep 11 19:21 .dockerignore [2020-09-11T19:22:19.071Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 11 19:21 .git [2020-09-11T19:22:19.071Z] drwxrwxr-x. 2 jenkins jenkins 60 Sep 11 19:21 .github [2020-09-11T19:22:19.071Z] -rw-rw-r--. 1 jenkins jenkins 336 Sep 11 19:21 .gitignore [2020-09-11T19:22:19.071Z] -rw-r--r--. 1 jenkins jenkins 510 Sep 11 19:22 go.mod [2020-09-11T19:22:19.071Z] -rw-r--r--. 1 jenkins jenkins 13621 Sep 11 19:22 go.sum [2020-09-11T19:22:19.071Z] drwxrwxr-x. 3 jenkins jenkins 20 Sep 11 19:21 internal [2020-09-11T19:22:19.071Z] -rw-rw-r--. 1 jenkins jenkins 700 Sep 11 19:21 Jenkinsfile [2020-09-11T19:22:19.071Z] -rw-rw-r--. 1 jenkins jenkins 11340 Sep 11 19:21 LICENSE [2020-09-11T19:22:19.071Z] -rw-rw-r--. 1 jenkins jenkins 902 Sep 11 19:21 Makefile [2020-09-11T19:22:19.071Z] drwxrwxr-x. 2 jenkins jenkins 23 Sep 11 19:21 mock [2020-09-11T19:22:19.071Z] -rw-rw-r--. 1 jenkins jenkins 444 Sep 11 19:21 README.md [2020-09-11T19:22:19.071Z] drwxrwxr-x. 3 jenkins jenkins 58 Sep 11 19:21 .semver [2020-09-11T19:22:19.071Z] drwxrwxr-x. 4 jenkins jenkins 54 Sep 11 19:21 snap [2020-09-11T19:22:19.071Z] -rw-rw-r--. 1 jenkins jenkins 5 Sep 11 19:19 VERSION [2020-09-11T19:22:19.071Z] -rw-rw-r--. 1 jenkins jenkins 227 Sep 11 19:21 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-11T19:22:19.386Z] + 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=c9594826a78fa83a3b5fcd0b3a5101f119927029 --label arch=amd64 --label version=0.0.0 . [2020-09-11T19:22:19.386Z] Sending build context to Docker daemon 645.6kB [2020-09-11T19:22:19.649Z] Step 1/22 : ARG BASE=golang:1.13-alpine [2020-09-11T19:22:19.649Z] Step 2/22 : FROM ${BASE} AS builder [2020-09-11T19:22:19.649Z] ---> 70d27ae9bb6e [2020-09-11T19:22:19.649Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-09-11T19:22:19.649Z] ---> Running in 02b0ada3f579 [2020-09-11T19:22:19.915Z] Removing intermediate container 02b0ada3f579 [2020-09-11T19:22:19.915Z] ---> 04b3afd58e01 [2020-09-11T19:22:19.915Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-09-11T19:22:19.915Z] ---> Running in 9d017506f5e1 [2020-09-11T19:22:20.180Z] Removing intermediate container 9d017506f5e1 [2020-09-11T19:22:20.180Z] ---> e2e0a3e0babb [2020-09-11T19:22:20.180Z] Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-11T19:22:20.180Z] ---> Running in 97e5a55daa37 [2020-09-11T19:22:21.131Z] Removing intermediate container 97e5a55daa37 [2020-09-11T19:22:21.131Z] ---> aa6d758ff808 [2020-09-11T19:22:21.131Z] Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-11T19:22:21.394Z] ---> Running in 40c9f472cdee [2020-09-11T19:22:21.656Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-11T19:22:23.051Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-11T19:22:26.402Z] OK: 237 MiB in 53 packages [2020-09-11T19:22:26.665Z] Removing intermediate container 40c9f472cdee [2020-09-11T19:22:26.665Z] ---> 699555ec6f38 [2020-09-11T19:22:26.665Z] Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-09-11T19:22:26.665Z] ---> Running in 4deb7c4565ab [2020-09-11T19:22:26.926Z] Removing intermediate container 4deb7c4565ab [2020-09-11T19:22:26.926Z] ---> 4748acfb921a [2020-09-11T19:22:26.926Z] Step 8/22 : COPY . . [2020-09-11T19:22:27.898Z] ---> 6ac6c7f2727d [2020-09-11T19:22:27.898Z] Step 9/22 : ARG MAKE='make build' [2020-09-11T19:22:27.898Z] ---> Running in 26423fe37383 [2020-09-11T19:22:27.898Z] Removing intermediate container 26423fe37383 [2020-09-11T19:22:27.898Z] ---> 3b6ea9eedab3 [2020-09-11T19:22:27.898Z] Step 10/22 : RUN $MAKE [2020-09-11T19:22:27.898Z] ---> Running in 797cebfe0e4d [2020-09-11T19:22:28.484Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd [2020-09-11T19:22:38.610Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-11T19:22:41.918Z] Removing intermediate container 797cebfe0e4d [2020-09-11T19:22:41.918Z] ---> b212c81c711c [2020-09-11T19:22:41.918Z] Step 11/22 : FROM alpine [2020-09-11T19:22:41.918Z] latest: Pulling from library/alpine [2020-09-11T19:22:42.184Z] df20fa9351a1: Already exists [2020-09-11T19:22:42.184Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-11T19:22:42.184Z] Status: Downloaded newer image for alpine:latest [2020-09-11T19:22:42.184Z] ---> a24bb4013296 [2020-09-11T19:22:42.184Z] Step 12/22 : ENV APP_PORT=49982 [2020-09-11T19:22:42.184Z] ---> Running in d1de00698c92 [2020-09-11T19:22:42.448Z] Removing intermediate container d1de00698c92 [2020-09-11T19:22:42.448Z] ---> fedb40e6ab56 [2020-09-11T19:22:42.448Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-11T19:22:42.448Z] ---> Running in 98e401b1c83c [2020-09-11T19:22:42.710Z] Removing intermediate container 98e401b1c83c [2020-09-11T19:22:42.710Z] ---> 86610d7561e8 [2020-09-11T19:22:42.710Z] Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-09-11T19:22:43.286Z] ---> eb6343a426f3 [2020-09-11T19:22:43.286Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-09-11T19:22:43.547Z] ---> 8995f4f297cf [2020-09-11T19:22:43.547Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-09-11T19:22:43.809Z] ---> c5a0cdb2ee3b [2020-09-11T19:22:43.809Z] Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-09-11T19:22:43.809Z] ---> Running in ebeb1d849936 [2020-09-11T19:22:44.755Z] Removing intermediate container ebeb1d849936 [2020-09-11T19:22:44.755Z] ---> e0c2883b4b83 [2020-09-11T19:22:44.755Z] Step 18/22 : ENTRYPOINT ["/device-mqtt"] [2020-09-11T19:22:44.755Z] ---> Running in b9bb5c9e5425 [2020-09-11T19:22:45.017Z] Removing intermediate container b9bb5c9e5425 [2020-09-11T19:22:45.017Z] ---> f7b6eba22034 [2020-09-11T19:22:45.017Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-11T19:22:45.017Z] ---> Running in 3bcc3eda8ff4 [2020-09-11T19:22:45.017Z] Removing intermediate container 3bcc3eda8ff4 [2020-09-11T19:22:45.017Z] ---> 789782e2cf45 [2020-09-11T19:22:45.017Z] Step 20/22 : LABEL arch=amd64 [2020-09-11T19:22:45.278Z] ---> Running in 16819ade740c [2020-09-11T19:22:45.278Z] Removing intermediate container 16819ade740c [2020-09-11T19:22:45.278Z] ---> 0b7d562ed9a8 [2020-09-11T19:22:45.278Z] Step 21/22 : LABEL git_sha=c9594826a78fa83a3b5fcd0b3a5101f119927029 [2020-09-11T19:22:45.541Z] ---> Running in e6596f65e3eb [2020-09-11T19:22:45.541Z] Removing intermediate container e6596f65e3eb [2020-09-11T19:22:45.541Z] ---> 546e0ce4917f [2020-09-11T19:22:45.542Z] Step 22/22 : LABEL version=0.0.0 [2020-09-11T19:22:45.542Z] ---> Running in d53379d110ef [2020-09-11T19:22:45.805Z] Removing intermediate container d53379d110ef [2020-09-11T19:22:45.805Z] ---> 9db0cfcffadc [2020-09-11T19:22:45.805Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-11T19:22:45.805Z] Successfully built 9db0cfcffadc [2020-09-11T19:22:45.805Z] Successfully tagged docker-device-mqtt-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-09-11T19:22:50.478Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2290 in /w/workspace/gexfoundry_device-mqtt-go_PR-169 [Pipeline] { [Pipeline] ws [2020-09-11T19:22:50.533Z] Running in /w/workspace/device-mqtt-go/2 [Pipeline] { [Pipeline] checkout [2020-09-11T19:22:55.369Z] using credential edgex-jenkins-ssh [2020-09-11T19:22:55.430Z] Cloning the remote Git repository [2020-09-11T19:22:55.430Z] Cloning with configured refspecs honoured and without tags [2020-09-11T19:22:55.499Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-11T19:22:55.616Z] > git init /w/workspace/device-mqtt-go/2 # timeout=10 [2020-09-11T19:22:55.704Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-11T19:22:55.704Z] > git --version # timeout=10 [2020-09-11T19:22:55.723Z] > git --version # 'git version 2.17.1' [2020-09-11T19:22:55.724Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-11T19:22:56.479Z] Fetching without tags [2020-09-11T19:22:56.959Z] Merging remotes/origin/master commit a4d671bc363cd3b6b16a5de27983df7bd02b35a1 into PR head commit 4f13d3b8c24926502c75f0ce487e96a984a92e31 [2020-09-11T19:22:55.781Z] > git fetch --no-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-09-11T19:22:56.413Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-11T19:22:56.429Z] > git config --add remote.origin.fetch +refs/pull/169/head:refs/remotes/origin/PR-169 # timeout=10 [2020-09-11T19:22:56.443Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-11T19:22:56.468Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-11T19:22:56.491Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-11T19:22:56.492Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-11T19:22:56.503Z] > git fetch --no-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-09-11T19:22:57.169Z] Merge succeeded, producing efd96050f7537b4c1db64c6b5333f512fe7a2f36 [2020-09-11T19:22:57.169Z] Checking out Revision efd96050f7537b4c1db64c6b5333f512fe7a2f36 (PR-169) [2020-09-11T19:22:56.979Z] > git config core.sparsecheckout # timeout=10 [2020-09-11T19:22:57.006Z] > git checkout -f 4f13d3b8c24926502c75f0ce487e96a984a92e31 # timeout=10 [2020-09-11T19:22:57.079Z] > git remote # timeout=10 [2020-09-11T19:22:57.093Z] > git config --get remote.origin.url # timeout=10 [2020-09-11T19:22:57.104Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-11T19:22:57.115Z] > git merge a4d671bc363cd3b6b16a5de27983df7bd02b35a1 # timeout=10 [2020-09-11T19:22:57.159Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-11T19:22:57.179Z] > git config core.sparsecheckout # timeout=10 [2020-09-11T19:22:57.190Z] > git checkout -f efd96050f7537b4c1db64c6b5333f512fe7a2f36 # timeout=10 [2020-09-11T19:23:01.426Z] Still waiting to schedule task [2020-09-11T19:23:01.426Z] Waiting for next available executor on ‘prd-centos7-docker-8c-8g-2284’ [2020-09-11T19:23:01.493Z] Commit message: "Merge commit 'a4d671bc363cd3b6b16a5de27983df7bd02b35a1' into HEAD" [2020-09-11T19:23:01.505Z] > git rev-list --no-walk 4f13d3b8c24926502c75f0ce487e96a984a92e31 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-11T19:23:02.625Z] ========================================================= [2020-09-11T19:23:02.626Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-09-11T19:23:02.626Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-11T19:23:03.647Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-09-11T19:23:04.257Z] Sending build context to Docker daemon 626.2kB [2020-09-11T19:23:04.529Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-09-11T19:23:04.529Z] Step 2/8 : FROM ${BASE} [2020-09-11T19:23:04.805Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-11T19:23:04.805Z] b538f80385f9: Pulling fs layer [2020-09-11T19:23:04.805Z] 74f711af9a0d: Pulling fs layer [2020-09-11T19:23:04.805Z] 99f96fe45779: Pulling fs layer [2020-09-11T19:23:04.805Z] fd7a069fd194: Pulling fs layer [2020-09-11T19:23:04.805Z] 66aa3694b03b: Pulling fs layer [2020-09-11T19:23:04.805Z] 170f70906a0f: Pulling fs layer [2020-09-11T19:23:04.805Z] ad7c5574e4b9: Pulling fs layer [2020-09-11T19:23:04.805Z] e772456be8f7: Pulling fs layer [2020-09-11T19:23:04.805Z] c890913d741a: Pulling fs layer [2020-09-11T19:23:04.805Z] 2480fcc9aa5a: Pulling fs layer [2020-09-11T19:23:04.805Z] 09adf4765672: Pulling fs layer [2020-09-11T19:23:04.805Z] fd7a069fd194: Waiting [2020-09-11T19:23:04.805Z] 66aa3694b03b: Waiting [2020-09-11T19:23:04.805Z] 170f70906a0f: Waiting [2020-09-11T19:23:04.805Z] ad7c5574e4b9: Waiting [2020-09-11T19:23:04.805Z] e772456be8f7: Waiting [2020-09-11T19:23:04.805Z] c890913d741a: Waiting [2020-09-11T19:23:04.805Z] 2480fcc9aa5a: Waiting [2020-09-11T19:23:04.805Z] 09adf4765672: Waiting [2020-09-11T19:23:04.805Z] 99f96fe45779: Verifying Checksum [2020-09-11T19:23:04.805Z] 99f96fe45779: Download complete [2020-09-11T19:23:04.805Z] 74f711af9a0d: Verifying Checksum [2020-09-11T19:23:04.805Z] 74f711af9a0d: Download complete [2020-09-11T19:23:05.080Z] 66aa3694b03b: Verifying Checksum [2020-09-11T19:23:05.080Z] 66aa3694b03b: Download complete [2020-09-11T19:23:05.080Z] 170f70906a0f: Download complete [2020-09-11T19:23:05.080Z] b538f80385f9: Verifying Checksum [2020-09-11T19:23:05.080Z] b538f80385f9: Download complete [2020-09-11T19:23:06.075Z] b538f80385f9: Pull complete [2020-09-11T19:23:06.355Z] 74f711af9a0d: Pull complete [2020-09-11T19:23:06.959Z] 99f96fe45779: Pull complete [2020-09-11T19:23:08.401Z] ad7c5574e4b9: Verifying Checksum [2020-09-11T19:23:08.401Z] ad7c5574e4b9: Download complete [2020-09-11T19:23:08.401Z] c890913d741a: Verifying Checksum [2020-09-11T19:23:11.035Z] 2480fcc9aa5a: Verifying Checksum [2020-09-11T19:23:11.035Z] 2480fcc9aa5a: Download complete [2020-09-11T19:23:11.035Z] 09adf4765672: Verifying Checksum [2020-09-11T19:23:11.035Z] 09adf4765672: Download complete [2020-09-11T19:23:11.309Z] e772456be8f7: Download complete [2020-09-11T19:23:11.580Z] fd7a069fd194: Verifying Checksum [2020-09-11T19:23:11.580Z] fd7a069fd194: Download complete [2020-09-11T19:23:24.007Z] fd7a069fd194: Pull complete [2020-09-11T19:23:24.007Z] 66aa3694b03b: Pull complete [2020-09-11T19:23:24.007Z] 170f70906a0f: Pull complete [2020-09-11T19:23:27.411Z] ad7c5574e4b9: Pull complete [2020-09-11T19:23:31.729Z] e772456be8f7: Pull complete [2020-09-11T19:23:32.014Z] c890913d741a: Pull complete [2020-09-11T19:23:34.646Z] 2480fcc9aa5a: Pull complete [2020-09-11T19:23:34.646Z] 09adf4765672: Pull complete [2020-09-11T19:23:34.921Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-09-11T19:23:34.921Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-09-11T19:23:34.921Z] ---> 2248a725d1cf [2020-09-11T19:23:34.921Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-11T19:23:39.282Z] ---> Running in 0c2df271fb6d [2020-09-11T19:23:39.282Z] Removing intermediate container 0c2df271fb6d [2020-09-11T19:23:39.282Z] ---> 7f333f31bbef [2020-09-11T19:23:39.282Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-11T19:23:39.282Z] ---> Running in 8a36affc0412 [2020-09-11T19:23:41.950Z] Removing intermediate container 8a36affc0412 [2020-09-11T19:23:41.950Z] ---> 3fa6b99d00ed [2020-09-11T19:23:41.950Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-11T19:23:41.950Z] ---> Running in f51ef2af2209 [2020-09-11T19:23:43.392Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-11T19:23:44.370Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-11T19:23:45.804Z] (1/14) Installing libmagic (5.38-r0) [2020-09-11T19:23:46.074Z] (2/14) Installing file (5.38-r0) [2020-09-11T19:23:46.074Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-11T19:23:46.074Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-11T19:23:50.371Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-11T19:23:50.371Z] (6/14) Installing patch (2.7.6-r6) [2020-09-11T19:23:50.371Z] (7/14) Installing build-base (0.5-r2) [2020-09-11T19:23:50.371Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-11T19:23:50.371Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-11T19:23:50.371Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-11T19:23:50.643Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-11T19:23:50.643Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-11T19:23:50.918Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-11T19:23:50.918Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-11T19:23:50.918Z] Executing busybox-1.31.1-r16.trigger [2020-09-11T19:23:50.918Z] OK: 221 MiB in 53 packages [2020-09-11T19:23:55.227Z] Removing intermediate container f51ef2af2209 [2020-09-11T19:23:55.227Z] ---> 49e3f21918ec [2020-09-11T19:23:55.227Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-09-11T19:23:55.227Z] ---> Running in ba043d4f0af9 [2020-09-11T19:23:55.820Z] Removing intermediate container ba043d4f0af9 [2020-09-11T19:23:55.820Z] ---> fa6f2d1c7a18 [2020-09-11T19:23:55.820Z] Step 7/8 : COPY . . [2020-09-11T19:23:56.799Z] ---> dc96a311152a [2020-09-11T19:23:56.799Z] Step 8/8 : RUN go mod download [2020-09-11T19:23:56.799Z] ---> Running in db8e87331c21 [2020-09-11T19:23:59.420Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-11T19:23:59.693Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-11T19:23:59.693Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-11T19:23:59.693Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-11T19:23:59.693Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-11T19:23:59.693Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-11T19:23:59.693Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-11T19:23:59.693Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-11T19:23:59.693Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-09-11T19:23:59.693Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-11T19:23:59.693Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-11T19:23:59.693Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-11T19:23:59.961Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-11T19:23:59.961Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-11T19:23:59.961Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-11T19:23:59.961Z] go: finding github.com/fatih/color v1.7.0 [2020-09-11T19:23:59.961Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-11T19:23:59.961Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-11T19:23:59.961Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-11T19:23:59.961Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-11T19:23:59.961Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-11T19:23:59.961Z] go: finding github.com/google/uuid v1.1.1 [2020-09-11T19:23:59.961Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-11T19:24:00.231Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-11T19:24:00.231Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-11T19:24:00.231Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-11T19:24:00.231Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-11T19:24:00.231Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-11T19:24:00.231Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-11T19:24:00.231Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-11T19:24:00.231Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-11T19:24:00.231Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-11T19:24:00.231Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-11T19:24:00.231Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-11T19:24:00.231Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-11T19:24:00.500Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-11T19:24:00.500Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-11T19:24:00.500Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-11T19:24:00.500Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-11T19:24:00.500Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-11T19:24:00.500Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-11T19:24:00.500Z] go: finding github.com/kr/pretty v0.1.0 [2020-09-11T19:24:00.500Z] go: finding github.com/kr/pty v1.1.1 [2020-09-11T19:24:00.500Z] go: finding github.com/kr/text v0.1.0 [2020-09-11T19:24:00.500Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-11T19:24:00.500Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-11T19:24:00.774Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-11T19:24:00.774Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-11T19:24:00.774Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-11T19:24:00.774Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-11T19:24:00.774Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-11T19:24:00.774Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-11T19:24:00.774Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-11T19:24:00.774Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-11T19:24:00.774Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-11T19:24:00.774Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-11T19:24:00.774Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-11T19:24:00.774Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-11T19:24:01.045Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-11T19:24:01.045Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-11T19:24:01.045Z] go: finding github.com/posener/complete v1.1.1 [2020-09-11T19:24:01.045Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-11T19:24:01.045Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-11T19:24:01.045Z] go: finding github.com/spf13/cast v1.3.0 [2020-09-11T19:24:01.045Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-11T19:24:01.045Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-11T19:24:01.045Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-11T19:24:01.045Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-11T19:24:01.045Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-09-11T19:24:01.322Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-11T19:24:01.322Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-11T19:24:01.322Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-09-11T19:24:01.322Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-09-11T19:24:01.322Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-11T19:24:01.322Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-11T19:24:11.486Z] Removing intermediate container db8e87331c21 [2020-09-11T19:24:11.486Z] ---> 5a933ea8cc4e [2020-09-11T19:24:11.486Z] Successfully built 5a933ea8cc4e [2020-09-11T19:24:11.486Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-11T19:24:12.298Z] + docker inspect -f . ci-base-image-arm64 [2020-09-11T19:24:12.298Z] . [Pipeline] withDockerContainer [2020-09-11T19:24:12.543Z] prd-ubuntu18.04-docker-arm64-4c-16g-2290 does not seem to be running inside a container [2020-09-11T19:24:12.632Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/2 -v /w/workspace/device-mqtt-go/2:/w/workspace/device-mqtt-go/2:rw,z -v /w/workspace/device-mqtt-go/2@tmp:/w/workspace/device-mqtt-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-11T19:24:14.415Z] $ docker top b32550f2aa1f9b2b2c331ae4ba5f06887936836029e199578ab7071aa52051a9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-11T19:24:15.824Z] + go version [2020-09-11T19:24:15.824Z] go version go1.13.13 linux/arm64 [Pipeline] sh [2020-09-11T19:24:16.870Z] + make test [2020-09-11T19:24:16.870Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-09-11T19:24:17.861Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-09-11T19:24:50.246Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-09-11T19:24:50.246Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.029s coverage: 28.3% of statements [2020-09-11T19:24:50.246Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-09-11T19:24:50.246Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-11T19:24:55.663Z] gofmt -l . [2020-09-11T19:24:55.663Z] ["`gofmt -l .`" = ""] [2020-09-11T19:24:55.663Z] ./bin/test-attribution-txt.sh [2020-09-11T19:24:55.935Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-11T19:24:56.597Z] Warning: overwriting stash ‘coverage-report’ [2020-09-11T19:24:57.309Z] Stashed 1 file(s) [Pipeline] } [2020-09-11T19:24:57.324Z] $ docker stop --time=1 b32550f2aa1f9b2b2c331ae4ba5f06887936836029e199578ab7071aa52051a9 [2020-09-11T19:24:59.457Z] $ docker rm -f b32550f2aa1f9b2b2c331ae4ba5f06887936836029e199578ab7071aa52051a9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-11T19:25:00.904Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-11T19:25:01.249Z] + ls -al . [2020-09-11T19:25:01.249Z] total 136 [2020-09-11T19:25:01.249Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 11 19:24 . [2020-09-11T19:25:01.249Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 11 19:22 .. [2020-09-11T19:25:01.249Z] -rw-rw-r-- 1 jenkins jenkins 140 Sep 11 19:22 .dockerignore [2020-09-11T19:25:01.249Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 11 19:23 .git [2020-09-11T19:25:01.249Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 11 19:22 .github [2020-09-11T19:25:01.249Z] -rw-rw-r-- 1 jenkins jenkins 336 Sep 11 19:22 .gitignore [2020-09-11T19:25:01.249Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 11 19:23 .semver [2020-09-11T19:25:01.249Z] -rw-rw-r-- 1 jenkins jenkins 4678 Sep 11 19:22 Attribution.txt [2020-09-11T19:25:01.249Z] -rw-rw-r-- 1 jenkins jenkins 1784 Sep 11 19:22 Dockerfile [2020-09-11T19:25:01.249Z] -rw-rw-r-- 1 jenkins jenkins 953 Sep 11 19:22 Dockerfile.build [2020-09-11T19:25:01.249Z] -rw-rw-r-- 1 jenkins jenkins 700 Sep 11 19:22 Jenkinsfile [2020-09-11T19:25:01.249Z] -rw-rw-r-- 1 jenkins jenkins 11340 Sep 11 19:22 LICENSE [2020-09-11T19:25:01.249Z] -rw-rw-r-- 1 jenkins jenkins 902 Sep 11 19:22 Makefile [2020-09-11T19:25:01.249Z] -rw-rw-r-- 1 jenkins jenkins 444 Sep 11 19:22 README.md [2020-09-11T19:25:01.249Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 11 19:19 VERSION [2020-09-11T19:25:01.249Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 11 19:22 bin [2020-09-11T19:25:01.249Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 11 19:22 cmd [2020-09-11T19:25:01.249Z] -rw-r--r-- 1 jenkins jenkins 18939 Sep 11 19:24 coverage.out [2020-09-11T19:25:01.249Z] -rw-r--r-- 1 jenkins jenkins 510 Sep 11 19:24 go.mod [2020-09-11T19:25:01.249Z] -rw-r--r-- 1 jenkins jenkins 13621 Sep 11 19:24 go.sum [2020-09-11T19:25:01.249Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 11 19:22 internal [2020-09-11T19:25:01.249Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 11 19:22 mock [2020-09-11T19:25:01.249Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 11 19:22 snap [2020-09-11T19:25:01.249Z] -rw-rw-r-- 1 jenkins jenkins 227 Sep 11 19:22 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-11T19:25:01.593Z] + 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=c9594826a78fa83a3b5fcd0b3a5101f119927029 --label arch=arm64 --label version=0.0.0 . [2020-09-11T19:25:01.867Z] Sending build context to Docker daemon 645.6kB [2020-09-11T19:25:01.867Z] Step 1/22 : ARG BASE=golang:1.13-alpine [2020-09-11T19:25:01.867Z] Step 2/22 : FROM ${BASE} AS builder [2020-09-11T19:25:01.867Z] ---> 5a933ea8cc4e [2020-09-11T19:25:01.867Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-09-11T19:25:02.146Z] ---> Running in 4942b0923fd7 [2020-09-11T19:25:02.738Z] Removing intermediate container 4942b0923fd7 [2020-09-11T19:25:02.739Z] ---> caf036f24bfe [2020-09-11T19:25:02.739Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-09-11T19:25:02.739Z] ---> Running in 9369257a3ee7 [2020-09-11T19:25:03.010Z] Removing intermediate container 9369257a3ee7 [2020-09-11T19:25:03.010Z] ---> 93daec2de033 [2020-09-11T19:25:03.010Z] Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-11T19:25:03.282Z] ---> Running in 1f43dbc6054a [2020-09-11T19:25:05.894Z] Removing intermediate container 1f43dbc6054a [2020-09-11T19:25:05.894Z] ---> 40422a61066e [2020-09-11T19:25:05.894Z] Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-11T19:25:05.894Z] ---> Running in 82e67b1771ce [2020-09-11T19:25:07.323Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-11T19:25:07.921Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-11T19:25:08.513Z] OK: 221 MiB in 53 packages [2020-09-11T19:25:09.496Z] Removing intermediate container 82e67b1771ce [2020-09-11T19:25:09.496Z] ---> eab38f8fc6a2 [2020-09-11T19:25:09.496Z] Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-09-11T19:25:09.768Z] ---> Running in f61f4aa0b18b [2020-09-11T19:25:10.373Z] Removing intermediate container f61f4aa0b18b [2020-09-11T19:25:10.373Z] ---> 4302deaada60 [2020-09-11T19:25:10.373Z] Step 8/22 : COPY . . [2020-09-11T19:25:11.350Z] ---> 107796a9da64 [2020-09-11T19:25:11.350Z] Step 9/22 : ARG MAKE='make build' [2020-09-11T19:25:11.350Z] ---> Running in 2b0182508150 [2020-09-11T19:25:11.947Z] Removing intermediate container 2b0182508150 [2020-09-11T19:25:11.947Z] ---> fb07ffd15aa3 [2020-09-11T19:25:11.947Z] Step 10/22 : RUN $MAKE [2020-09-11T19:25:11.947Z] ---> Running in bbbdad1a297b [2020-09-11T19:25:13.376Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd [2020-09-11T19:25:40.175Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-11T19:25:48.461Z] Removing intermediate container bbbdad1a297b [2020-09-11T19:25:48.461Z] ---> e49e5a0dbb69 [2020-09-11T19:25:48.461Z] Step 11/22 : FROM alpine [2020-09-11T19:25:48.461Z] latest: Pulling from library/alpine [2020-09-11T19:25:48.732Z] b538f80385f9: Already exists [2020-09-11T19:25:48.732Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-11T19:25:48.732Z] Status: Downloaded newer image for alpine:latest [2020-09-11T19:25:48.732Z] ---> 62ee0e9f8440 [2020-09-11T19:25:48.732Z] Step 12/22 : ENV APP_PORT=49982 [2020-09-11T19:25:49.014Z] ---> Running in 06549fd81ba3 [2020-09-11T19:25:49.289Z] Removing intermediate container 06549fd81ba3 [2020-09-11T19:25:49.289Z] ---> 075567b04d76 [2020-09-11T19:25:49.289Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-11T19:25:49.561Z] ---> Running in bccf580dd98d [2020-09-11T19:25:49.830Z] Removing intermediate container bccf580dd98d [2020-09-11T19:25:49.830Z] ---> dd8cc0293dac [2020-09-11T19:25:49.830Z] Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-09-11T19:25:51.262Z] ---> 66d452993b83 [2020-09-11T19:25:51.262Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-09-11T19:25:52.252Z] ---> 10fe807798df [2020-09-11T19:25:52.252Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-09-11T19:25:52.849Z] ---> 6668f47e5a3c [2020-09-11T19:25:52.849Z] Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-09-11T19:25:52.849Z] ---> Running in 9d6097f1d69d [2020-09-11T19:25:53.442Z] Removing intermediate container 9d6097f1d69d [2020-09-11T19:25:53.442Z] ---> 7ac83770a060 [2020-09-11T19:25:53.442Z] Step 18/22 : ENTRYPOINT ["/device-mqtt"] [2020-09-11T19:25:53.442Z] ---> Running in a0558d3e3626 [2020-09-11T19:25:54.037Z] Removing intermediate container a0558d3e3626 [2020-09-11T19:25:54.037Z] ---> 9b0f2040219d [2020-09-11T19:25:54.037Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-11T19:25:54.037Z] ---> Running in f0edd7ee9c46 [2020-09-11T19:25:54.635Z] Running on prd-centos7-docker-8c-8g-2295 in /w/workspace/gexfoundry_device-mqtt-go_PR-169 [Pipeline] { [2020-09-11T19:25:54.638Z] Removing intermediate container f0edd7ee9c46 [2020-09-11T19:25:54.638Z] ---> 82d601d80fc7 [2020-09-11T19:25:54.638Z] Step 20/22 : LABEL arch=arm64 [2020-09-11T19:25:54.638Z] ---> Running in 84cc38c12082 [Pipeline] ws [2020-09-11T19:25:54.694Z] Running in /w/workspace/device-mqtt-go/2 [Pipeline] { [Pipeline] checkout [2020-09-11T19:25:54.925Z] Removing intermediate container 84cc38c12082 [2020-09-11T19:25:54.925Z] ---> e20870742e5b [2020-09-11T19:25:54.925Z] Step 21/22 : LABEL git_sha=c9594826a78fa83a3b5fcd0b3a5101f119927029 [2020-09-11T19:25:55.198Z] ---> Running in 476f60e53bb7 [2020-09-11T19:25:55.797Z] Removing intermediate container 476f60e53bb7 [2020-09-11T19:25:55.797Z] ---> 55676e1505cf [2020-09-11T19:25:55.797Z] Step 22/22 : LABEL version=0.0.0 [2020-09-11T19:25:55.797Z] ---> Running in 977b125ef45a [2020-09-11T19:25:56.070Z] Removing intermediate container 977b125ef45a [2020-09-11T19:25:56.070Z] ---> 805e6f14ebbd [2020-09-11T19:25:56.070Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-11T19:25:56.340Z] Successfully built 805e6f14ebbd [2020-09-11T19:25:56.340Z] 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 [2020-09-11T19:25:56.904Z] using credential edgex-jenkins-ssh [Pipeline] node [2020-09-11T19:25:56.952Z] Cloning the remote Git repository [2020-09-11T19:25:56.952Z] Cloning with configured refspecs honoured and without tags [2020-09-11T19:25:57.638Z] Fetching without tags [2020-09-11T19:25:58.006Z] Merging remotes/origin/master commit a4d671bc363cd3b6b16a5de27983df7bd02b35a1 into PR head commit 4f13d3b8c24926502c75f0ce487e96a984a92e31 [2020-09-11T19:25:57.001Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-11T19:25:57.069Z] > git init /w/workspace/device-mqtt-go/2 # timeout=10 [2020-09-11T19:25:57.106Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-11T19:25:57.106Z] > git --version # timeout=10 [2020-09-11T19:25:57.114Z] > git --version # 'git version 2.16.5' [2020-09-11T19:25:57.115Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-11T19:25:57.141Z] > git fetch --no-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-09-11T19:25:57.612Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-11T19:25:57.618Z] > git config --add remote.origin.fetch +refs/pull/169/head:refs/remotes/origin/PR-169 # timeout=10 [2020-09-11T19:25:57.623Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-11T19:25:57.634Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-11T19:25:57.646Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-11T19:25:57.646Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-11T19:25:57.651Z] > git fetch --no-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-09-11T19:25:58.016Z] > git config core.sparsecheckout # timeout=10 [2020-09-11T19:25:58.023Z] > git checkout -f 4f13d3b8c24926502c75f0ce487e96a984a92e31 # timeout=10 [2020-09-11T19:25:58.061Z] > git remote # timeout=10 [2020-09-11T19:25:58.066Z] > git config --get remote.origin.url # timeout=10 [2020-09-11T19:25:58.071Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-11T19:25:58.074Z] > git merge a4d671bc363cd3b6b16a5de27983df7bd02b35a1 # timeout=10 [2020-09-11T19:25:58.096Z] Merge succeeded, producing fb3284e4e8bd36186d766381d460e7dbe85ed059 [2020-09-11T19:25:58.096Z] Checking out Revision fb3284e4e8bd36186d766381d460e7dbe85ed059 (PR-169) [2020-09-11T19:25:58.092Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-11T19:25:58.100Z] > git config core.sparsecheckout # timeout=10 [2020-09-11T19:25:58.104Z] > git checkout -f fb3284e4e8bd36186d766381d460e7dbe85ed059 # timeout=10 [2020-09-11T19:26:01.732Z] Commit message: "Merge commit 'a4d671bc363cd3b6b16a5de27983df7bd02b35a1' into HEAD" [2020-09-11T19:26:01.736Z] > git rev-list --no-walk 4f13d3b8c24926502c75f0ce487e96a984a92e31 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-11T19:26:02.899Z] ++ find /w/workspace/device-mqtt-go/2 [2020-09-11T19:26:02.899Z] ++ grep snapcraft.yaml [2020-09-11T19:26:02.899Z] + grep -Po '^name: \K(.*)' /w/workspace/device-mqtt-go/2/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-11T19:26:03.049Z] provisioning config files... [2020-09-11T19:26:03.061Z] copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/2@tmp/config2536092460855561905tmp [Pipeline] { [Pipeline] sh [2020-09-11T19:26:03.460Z] + cp /w/workspace/device-mqtt-go/2@tmp/config2536092460855561905tmp /w/workspace/device-mqtt-go/2/edgex-snap-store-login [Pipeline] sh [2020-09-11T19:26:03.763Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/2:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-09-11T19:26:03.763Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-09-11T19:26:04.029Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-09-11T19:26:04.029Z] f08d8e2a3ba1: Pulling fs layer [2020-09-11T19:26:04.029Z] 3baa9cb2483b: Pulling fs layer [2020-09-11T19:26:04.029Z] 94e5ff4c0b15: Pulling fs layer [2020-09-11T19:26:04.029Z] 1860925334f9: Pulling fs layer [2020-09-11T19:26:04.029Z] 2daf38717194: Pulling fs layer [2020-09-11T19:26:04.029Z] 309017e8d7a4: Pulling fs layer [2020-09-11T19:26:04.029Z] f7790dc9fd0f: Pulling fs layer [2020-09-11T19:26:04.029Z] cac0ae9282c2: Pulling fs layer [2020-09-11T19:26:04.029Z] 1f4cadf9a1ed: Pulling fs layer [2020-09-11T19:26:04.029Z] cac0ae9282c2: Waiting [2020-09-11T19:26:04.029Z] 2daf38717194: Waiting [2020-09-11T19:26:04.029Z] 1f4cadf9a1ed: Waiting [2020-09-11T19:26:04.029Z] 309017e8d7a4: Waiting [2020-09-11T19:26:04.029Z] f7790dc9fd0f: Waiting [2020-09-11T19:26:04.029Z] 1860925334f9: Waiting [2020-09-11T19:26:04.029Z] 94e5ff4c0b15: Verifying Checksum [2020-09-11T19:26:04.029Z] 94e5ff4c0b15: Download complete [2020-09-11T19:26:04.029Z] 3baa9cb2483b: Verifying Checksum [2020-09-11T19:26:04.029Z] 3baa9cb2483b: Download complete [2020-09-11T19:26:04.029Z] 1860925334f9: Verifying Checksum [2020-09-11T19:26:04.029Z] 1860925334f9: Download complete [2020-09-11T19:26:04.029Z] 309017e8d7a4: Verifying Checksum [2020-09-11T19:26:04.029Z] 309017e8d7a4: Download complete [2020-09-11T19:26:05.419Z] f7790dc9fd0f: Download complete [2020-09-11T19:26:05.419Z] cac0ae9282c2: Download complete [2020-09-11T19:26:05.419Z] 1f4cadf9a1ed: Verifying Checksum [2020-09-11T19:26:05.419Z] 1f4cadf9a1ed: Download complete [2020-09-11T19:26:05.994Z] f08d8e2a3ba1: Verifying Checksum [2020-09-11T19:26:05.994Z] f08d8e2a3ba1: Download complete [2020-09-11T19:26:07.405Z] f08d8e2a3ba1: Pull complete [2020-09-11T19:26:07.405Z] 3baa9cb2483b: Pull complete [2020-09-11T19:26:07.405Z] 94e5ff4c0b15: Pull complete [2020-09-11T19:26:07.405Z] 1860925334f9: Pull complete [2020-09-11T19:26:11.617Z] 2daf38717194: Verifying Checksum [2020-09-11T19:26:11.617Z] 2daf38717194: Download complete [2020-09-11T19:26:11.938Z] Still waiting to schedule task [2020-09-11T19:26:11.938Z] All nodes of label ‘ubuntu18.04-docker-arm64-16c-16g’ are offline [2020-09-11T19:26:29.767Z] 2daf38717194: Pull complete [2020-09-11T19:26:29.767Z] 309017e8d7a4: Pull complete [2020-09-11T19:26:29.767Z] f7790dc9fd0f: Pull complete [2020-09-11T19:26:29.767Z] cac0ae9282c2: Pull complete [2020-09-11T19:26:29.767Z] 1f4cadf9a1ed: Pull complete [2020-09-11T19:26:29.767Z] Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 [2020-09-11T19:26:29.767Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-09-11T19:26:32.352Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-09-11T19:26:32.626Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-09-11T19:26:32.626Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-09-11T19:26:32.626Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [897 kB] [2020-09-11T19:26:32.900Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1089 kB] [2020-09-11T19:26:32.900Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [10.1 kB] [2020-09-11T19:26:32.900Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [116 kB] [2020-09-11T19:26:32.900Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-09-11T19:26:33.162Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1425 kB] [2020-09-11T19:26:33.736Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1384 kB] [2020-09-11T19:26:33.736Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [132 kB] [2020-09-11T19:26:33.736Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.7 kB] [2020-09-11T19:26:33.999Z] Fetched 5334 kB in 2s (3244 kB/s) [2020-09-11T19:26:35.391Z] Reading package lists... [2020-09-11T19:26:39.627Z] 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-09-11T19:26:39.627Z] 0% [Connecting to archive.ubuntu.com (91.189.88.152)] 0% [1 InRelease gpgv 88.7 kB] [Connecting to archive.ubuntu.com (91.189.88.152) 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-09-11T19:26:39.627Z] 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-09-11T19:26:39.627Z] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] 0% [Waiting for headers] 0% [3 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-09-11T19:26:41.004Z] 0% [3 InRelease gpgv 88.7 kB] 0% [Working] 0% [4 InRelease gpgv 74.6 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 47% Reading package lists... 64% Reading package lists... 64% Reading package lists... 65% Reading package lists... 65% Reading package lists... 74% Reading package lists... 74% Reading package lists... 75% Reading package lists... 75% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-09-11T19:26:42.939Z] Installing build dependencies: curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 libperl5.26 make netbase patch perl perl-modules-5.26 [2020-09-11T19:26:44.310Z] 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... 53% Reading package lists... 64% Reading package lists... 64% Reading package lists... 65% Reading package lists... 65% Reading package lists... 74% Reading package lists... 74% Reading package lists... 75% Reading package lists... 75% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-09-11T19:26:44.573Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 87% Building dependency tree [2020-09-11T19:26:44.574Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-09-11T19:26:44.838Z] The following packages were automatically installed and are no longer required: [2020-09-11T19:26:44.838Z] libjq1 libonig4 [2020-09-11T19:26:44.838Z] Use 'sudo apt autoremove' to remove them. [2020-09-11T19:26:44.838Z] Suggested packages: [2020-09-11T19:26:44.838Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-09-11T19:26:44.838Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed [2020-09-11T19:26:44.838Z] diffutils-doc perl-doc libterm-readline-gnu-perl [2020-09-11T19:26:44.838Z] | libterm-readline-perl-perl [2020-09-11T19:26:44.838Z] The following NEW packages will be installed: [2020-09-11T19:26:44.838Z] curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 [2020-09-11T19:26:44.838Z] libperl5.26 make netbase patch perl perl-modules-5.26 [2020-09-11T19:26:44.838Z] 0 upgraded, 14 newly installed, 0 to remove and 3 not upgraded. [2020-09-11T19:26:44.838Z] Need to get 12.0 MB of archives. [2020-09-11T19:26:44.838Z] After this operation, 77.5 MB of additional disk space will be used. [2020-09-11T19:26:45.101Z] 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-09-11T19:26:45.939Z] 0% [1 perl-modules-5.26 12.6 kB/2763 kB 0%] 5% [1 perl-modules-5.26 685 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-09-11T19:26:45.939Z] 20% [2 libgdbm5 26.0 kB/26.0 kB 100%] 21% [Waiting for headers] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-09-11T19:26:45.939Z] 23% [Waiting for headers] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] [2020-09-11T19:26:45.939Z] 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-09-11T19:26:45.939Z] 48% [5 perl 33.5 kB/201 kB 17%] 51% [Waiting for headers] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-09-11T19:26:45.939Z] 51% [6 less 26.6 kB/112 kB 24%] 53% [Waiting for headers] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-09-11T19:26:45.939Z] 53% [7 netbase 12.7 kB/12.7 kB 100%] 54% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] [2020-09-11T19:26:45.939Z] 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-09-11T19:26:45.939Z] 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-09-11T19:26:45.939Z] 60% [10 liberror-perl 22.8 kB/22.8 kB 100%] 61% [Waiting for headers] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-09-11T19:26:46.203Z] 61% [11 git-man 33.0 kB/804 kB 4%] 68% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-09-11T19:26:46.203Z] 68% [12 git 15.7 kB/3915 kB 0%] 95% [Waiting for headers] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-09-11T19:26:46.203Z] 96% [13 make 32.7 kB/154 kB 21%] 98% [Waiting for headers] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-09-11T19:26:46.203Z] 98% [14 patch 9523 B/102 kB 9%] 100% [Working] Fetched 12.0 MB in 1s (9225 kB/s) [2020-09-11T19:26:46.465Z] debconf: delaying package configuration, since apt-utils is not installed [2020-09-11T19:26:46.465Z] Selecting previously unselected package perl-modules-5.26. [2020-09-11T19:26:46.466Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9889 files and directories currently installed.) [2020-09-11T19:26:46.466Z] Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-09-11T19:26:46.466Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-11T19:26:47.415Z] Selecting previously unselected package libgdbm5:amd64. [2020-09-11T19:26:47.415Z] Preparing to unpack .../01-libgdbm5_1.14.1-6_amd64.deb ... [2020-09-11T19:26:47.415Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-09-11T19:26:47.678Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-09-11T19:26:47.678Z] Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-09-11T19:26:47.678Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-09-11T19:26:47.678Z] Selecting previously unselected package libperl5.26:amd64. [2020-09-11T19:26:47.678Z] Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-09-11T19:26:47.678Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-09-11T19:26:48.271Z] Selecting previously unselected package perl. [2020-09-11T19:26:48.271Z] Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-09-11T19:26:48.271Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-09-11T19:26:48.534Z] Selecting previously unselected package less. [2020-09-11T19:26:48.534Z] Preparing to unpack .../05-less_487-0.1_amd64.deb ... [2020-09-11T19:26:48.534Z] Unpacking less (487-0.1) ... [2020-09-11T19:26:48.534Z] Selecting previously unselected package netbase. [2020-09-11T19:26:48.534Z] Preparing to unpack .../06-netbase_5.4_all.deb ... [2020-09-11T19:26:48.534Z] Unpacking netbase (5.4) ... [2020-09-11T19:26:48.534Z] Selecting previously unselected package curl. [2020-09-11T19:26:48.534Z] Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_amd64.deb ... [2020-09-11T19:26:48.534Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-09-11T19:26:48.534Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-09-11T19:26:48.534Z] Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... [2020-09-11T19:26:48.534Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-09-11T19:26:48.797Z] Selecting previously unselected package liberror-perl. [2020-09-11T19:26:48.797Z] Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... [2020-09-11T19:26:48.797Z] Unpacking liberror-perl (0.17025-1) ... [2020-09-11T19:26:48.797Z] Selecting previously unselected package git-man. [2020-09-11T19:26:48.797Z] Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-09-11T19:26:48.797Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-11T19:26:49.060Z] Selecting previously unselected package git. [2020-09-11T19:26:49.060Z] Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-09-11T19:26:49.060Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-09-11T19:26:49.641Z] Selecting previously unselected package make. [2020-09-11T19:26:49.641Z] Preparing to unpack .../12-make_4.1-9.1ubuntu1_amd64.deb ... [2020-09-11T19:26:49.641Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-09-11T19:26:49.641Z] Selecting previously unselected package patch. [2020-09-11T19:26:49.641Z] Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-09-11T19:26:49.641Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-09-11T19:26:49.641Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-11T19:26:49.641Z] Setting up less (487-0.1) ... [2020-09-11T19:26:49.904Z] Setting up make (4.1-9.1ubuntu1) ... [2020-09-11T19:26:49.904Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-09-11T19:26:49.904Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-09-11T19:26:49.904Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-11T19:26:49.904Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-09-11T19:26:49.904Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-09-11T19:26:49.904Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-09-11T19:26:50.167Z] Setting up netbase (5.4) ... [2020-09-11T19:26:50.167Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-09-11T19:26:50.167Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-09-11T19:26:50.167Z] Setting up liberror-perl (0.17025-1) ... [2020-09-11T19:26:50.167Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-09-11T19:26:50.167Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-09-11T19:26:50.167Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-09-11T19:26:52.088Z] curl set to automatically installed. [2020-09-11T19:26:52.088Z] git set to automatically installed. [2020-09-11T19:26:52.088Z] git-man set to automatically installed. [2020-09-11T19:26:52.088Z] less set to automatically installed. [2020-09-11T19:26:52.088Z] libcurl3-gnutls set to automatically installed. [2020-09-11T19:26:52.088Z] liberror-perl set to automatically installed. [2020-09-11T19:26:52.088Z] libgdbm-compat4 set to automatically installed. [2020-09-11T19:26:52.088Z] libgdbm5 set to automatically installed. [2020-09-11T19:26:52.088Z] libperl5.26 set to automatically installed. [2020-09-11T19:26:52.088Z] make set to automatically installed. [2020-09-11T19:26:52.088Z] netbase set to automatically installed. [2020-09-11T19:26:52.088Z] patch set to automatically installed. [2020-09-11T19:26:52.088Z] perl set to automatically installed. [2020-09-11T19:26:52.088Z] perl-modules-5.26 set to automatically installed. [2020-09-11T19:26:52.088Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-09-11T19:26:52.088Z] Please ensure the environment is properly setup before continuing. [2020-09-11T19:26:52.088Z] Ignore this message if the appropriate measures have already been taken [2020-09-11T19:26:52.665Z] Pulling go  [2020-09-11T19:26:53.619Z] 'device-mqtt' has dependencies that need to be staged: go [2020-09-11T19:26:53.619Z] Skipping pull go (already ran) [2020-09-11T19:26:53.619Z] Building go  [2020-09-11T19:26:53.619Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-11T19:26:53.619Z] Dload Upload Total Spent Left Speed [2020-09-11T19:26:55.612Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 114M 0 66387 0 0 617k 0 0:03:09 --:--:-- 0:03:09 611k 46 114M 46 53.7M 0 0 48.5M 0 0:00:02 0:00:01 0:00:01 48.5M 100 114M 100 114M 0 0 56.2M 0 0:00:02 0:00:02 --:--:-- 56.3M [2020-09-11T19:26:56.562Z] go1.13.5.linux-amd64.tar.gz: OK [2020-09-11T19:27:03.176Z] Staging go  [2020-09-11T19:27:04.124Z] Pulling device-mqtt  [2020-09-11T19:27:05.072Z] Skipping build go (already ran) [2020-09-11T19:27:05.072Z] Building device-mqtt  [2020-09-11T19:27:05.072Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd [2020-09-11T19:27:06.021Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-09-11T19:27:06.021Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-11T19:27:06.021Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-11T19:27:06.021Z] go: downloading github.com/spf13/cast v1.3.0 [2020-09-11T19:27:06.021Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-11T19:27:06.021Z] go: extracting github.com/spf13/cast v1.3.0 [2020-09-11T19:27:06.021Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-11T19:27:06.021Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-09-11T19:27:06.021Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-11T19:27:06.021Z] go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-11T19:27:06.021Z] go: downloading github.com/google/uuid v1.1.1 [2020-09-11T19:27:06.022Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-11T19:27:06.022Z] go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-11T19:27:06.022Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-11T19:27:06.022Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-09-11T19:27:06.022Z] go: extracting github.com/google/uuid v1.1.1 [2020-09-11T19:27:06.022Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-09-11T19:27:06.022Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-11T19:27:06.022Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-11T19:27:06.022Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-09-11T19:27:06.022Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-09-11T19:27:06.022Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-11T19:27:06.022Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-11T19:27:06.022Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-09-11T19:27:06.022Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-11T19:27:06.022Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-09-11T19:27:06.022Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-09-11T19:27:06.022Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-09-11T19:27:06.022Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-09-11T19:27:06.022Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-11T19:27:06.022Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-11T19:27:06.022Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-11T19:27:06.022Z] go: downloading github.com/x448/float16 v0.8.4 [2020-09-11T19:27:06.022Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-09-11T19:27:06.022Z] go: downloading github.com/pkg/errors v0.8.1 [2020-09-11T19:27:06.022Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-09-11T19:27:06.022Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-11T19:27:06.022Z] go: extracting github.com/pkg/errors v0.8.1 [2020-09-11T19:27:06.022Z] go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-11T19:27:06.022Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-09-11T19:27:06.022Z] go: extracting github.com/x448/float16 v0.8.4 [2020-09-11T19:27:06.022Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-09-11T19:27:06.022Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-09-11T19:27:06.285Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-11T19:27:06.285Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-09-11T19:27:06.285Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-11T19:27:06.285Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-09-11T19:27:06.285Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-11T19:27:06.285Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-09-11T19:27:06.285Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-11T19:27:06.285Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-09-11T19:27:06.285Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-09-11T19:27:06.285Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-11T19:27:06.285Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-09-11T19:27:06.285Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-11T19:27:06.285Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-11T19:27:06.285Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-09-11T19:27:06.285Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-09-11T19:27:06.285Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-09-11T19:27:06.285Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-09-11T19:27:06.285Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-11T19:27:06.285Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-11T19:27:06.285Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-11T19:27:06.285Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-11T19:27:06.285Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-09-11T19:27:06.548Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-09-11T19:27:06.548Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-11T19:27:06.548Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-11T19:27:06.548Z] go: finding github.com/spf13/cast v1.3.0 [2020-09-11T19:27:06.548Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-09-11T19:27:06.548Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-11T19:27:06.548Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-11T19:27:06.548Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-11T19:27:06.548Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-11T19:27:06.548Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-11T19:27:06.548Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-11T19:27:06.548Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-11T19:27:06.549Z] go: finding github.com/google/uuid v1.1.1 [2020-09-11T19:27:06.549Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-11T19:27:06.549Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-11T19:27:06.549Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-11T19:27:06.549Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-11T19:27:06.549Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-11T19:27:06.549Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-11T19:27:06.549Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-11T19:27:06.549Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-11T19:27:06.549Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-11T19:27:06.549Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-11T19:27:06.549Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-11T19:27:06.549Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-11T19:27:06.549Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-11T19:27:06.549Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-11T19:27:06.549Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-11T19:27:06.549Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-11T19:27:06.549Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-11T19:27:06.549Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-11T19:27:06.549Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-11T19:27:06.549Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-11T19:27:06.549Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-11T19:27:13.214Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-11T19:27:17.433Z] Skipping stage go (already ran) [2020-09-11T19:27:17.433Z] Staging device-mqtt  [2020-09-11T19:27:18.379Z] Priming go  [2020-09-11T19:27:19.323Z] Priming device-mqtt  [2020-09-11T19:27:20.283Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-09-11T19:27:20.283Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-09-11T19:27:20.283Z] Determining the version from the project repo (version-script). [2020-09-11T19:27:20.283Z] The version has been set to 'local-dev-20200911+fb3284e' [2020-09-11T19:27:20.847Z] Snapping | Snapping / Snapping - Snapping \ Snapping | [2020-09-11T19:27:20.847Z] Snapped edgex-device-mqtt_local-dev-20200911+fb3284e_amd64.snap [Pipeline] } [2020-09-11T19:27:23.410Z] 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-09-11T19:28:59.972Z] Running on prd-ubuntu18.04-docker-arm64-16c-16g-2297 in /w/workspace/gexfoundry_device-mqtt-go_PR-169 [Pipeline] { [Pipeline] ws [2020-09-11T19:29:00.044Z] Running in /w/workspace/device-mqtt-go/2 [Pipeline] { [Pipeline] checkout [2020-09-11T19:29:04.737Z] using credential edgex-jenkins-ssh [2020-09-11T19:29:04.814Z] Cloning the remote Git repository [2020-09-11T19:29:04.814Z] Cloning with configured refspecs honoured and without tags [2020-09-11T19:29:04.869Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-11T19:29:04.984Z] > git init /w/workspace/device-mqtt-go/2 # timeout=10 [2020-09-11T19:29:05.066Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-11T19:29:05.067Z] > git --version # timeout=10 [2020-09-11T19:29:05.084Z] > git --version # 'git version 2.17.1' [2020-09-11T19:29:05.086Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-11T19:29:05.930Z] Fetching without tags [2020-09-11T19:29:05.164Z] > git fetch --no-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-09-11T19:29:05.865Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-11T19:29:05.881Z] > git config --add remote.origin.fetch +refs/pull/169/head:refs/remotes/origin/PR-169 # timeout=10 [2020-09-11T19:29:05.895Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-11T19:29:05.919Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-11T19:29:05.942Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-11T19:29:05.943Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-11T19:29:05.955Z] > git fetch --no-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-09-11T19:29:06.457Z] Merging remotes/origin/master commit a4d671bc363cd3b6b16a5de27983df7bd02b35a1 into PR head commit 4f13d3b8c24926502c75f0ce487e96a984a92e31 [2020-09-11T19:29:06.662Z] Merge succeeded, producing 51a2a845a4bff08f1b481ab7aff788d44c9f9409 [2020-09-11T19:29:06.663Z] Checking out Revision 51a2a845a4bff08f1b481ab7aff788d44c9f9409 (PR-169) [2020-09-11T19:29:06.476Z] > git config core.sparsecheckout # timeout=10 [2020-09-11T19:29:06.489Z] > git checkout -f 4f13d3b8c24926502c75f0ce487e96a984a92e31 # timeout=10 [2020-09-11T19:29:06.568Z] > git remote # timeout=10 [2020-09-11T19:29:06.585Z] > git config --get remote.origin.url # timeout=10 [2020-09-11T19:29:06.596Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-11T19:29:06.608Z] > git merge a4d671bc363cd3b6b16a5de27983df7bd02b35a1 # timeout=10 [2020-09-11T19:29:06.651Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-11T19:29:06.671Z] > git config core.sparsecheckout # timeout=10 [2020-09-11T19:29:06.681Z] > git checkout -f 51a2a845a4bff08f1b481ab7aff788d44c9f9409 # timeout=10 [2020-09-11T19:29:10.909Z] Commit message: "Merge commit 'a4d671bc363cd3b6b16a5de27983df7bd02b35a1' into HEAD" [2020-09-11T19:29:10.921Z] > git rev-list --no-walk 4f13d3b8c24926502c75f0ce487e96a984a92e31 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-11T19:29:12.293Z] + find /w/workspace/device-mqtt-go/2 [2020-09-11T19:29:12.293Z] + grep snapcraft.yaml [2020-09-11T19:29:12.293Z] + grep -Po ^name: \K(.*) /w/workspace/device-mqtt-go/2/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-11T19:29:12.575Z] provisioning config files... [2020-09-11T19:29:12.604Z] copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/2@tmp/config8236429870084726992tmp [Pipeline] { [Pipeline] sh [2020-09-11T19:29:13.021Z] + cp /w/workspace/device-mqtt-go/2@tmp/config8236429870084726992tmp /w/workspace/device-mqtt-go/2/edgex-snap-store-login [Pipeline] sh [2020-09-11T19:29:13.366Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/2:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-09-11T19:29:13.966Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-09-11T19:29:14.240Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-09-11T19:29:14.240Z] 237528ba509b: Pulling fs layer [2020-09-11T19:29:14.240Z] 393b96f31d8b: Pulling fs layer [2020-09-11T19:29:14.240Z] 4d82b0e39008: Pulling fs layer [2020-09-11T19:29:14.240Z] e7ca375b8d34: Pulling fs layer [2020-09-11T19:29:14.240Z] 418f656485bb: Pulling fs layer [2020-09-11T19:29:14.240Z] aebe8db9254c: Pulling fs layer [2020-09-11T19:29:14.240Z] 4f5f7b207d3f: Pulling fs layer [2020-09-11T19:29:14.240Z] d19ca6af091a: Pulling fs layer [2020-09-11T19:29:14.240Z] 16b5a0711add: Pulling fs layer [2020-09-11T19:29:14.240Z] aebe8db9254c: Waiting [2020-09-11T19:29:14.240Z] 16b5a0711add: Waiting [2020-09-11T19:29:14.240Z] d19ca6af091a: Waiting [2020-09-11T19:29:14.240Z] 418f656485bb: Waiting [2020-09-11T19:29:14.240Z] 4d82b0e39008: Verifying Checksum [2020-09-11T19:29:14.240Z] 4d82b0e39008: Download complete [2020-09-11T19:29:14.240Z] 393b96f31d8b: Download complete [2020-09-11T19:29:14.515Z] e7ca375b8d34: Verifying Checksum [2020-09-11T19:29:14.515Z] e7ca375b8d34: Download complete [2020-09-11T19:29:15.500Z] aebe8db9254c: Download complete [2020-09-11T19:29:15.500Z] 4f5f7b207d3f: Verifying Checksum [2020-09-11T19:29:15.500Z] 4f5f7b207d3f: Download complete [2020-09-11T19:29:15.500Z] d19ca6af091a: Verifying Checksum [2020-09-11T19:29:15.500Z] d19ca6af091a: Download complete [2020-09-11T19:29:15.777Z] 16b5a0711add: Verifying Checksum [2020-09-11T19:29:15.777Z] 16b5a0711add: Download complete [2020-09-11T19:29:16.380Z] 237528ba509b: Verifying Checksum [2020-09-11T19:29:16.380Z] 237528ba509b: Download complete [2020-09-11T19:29:19.786Z] 237528ba509b: Pull complete [2020-09-11T19:29:19.786Z] 393b96f31d8b: Pull complete [2020-09-11T19:29:20.062Z] 4d82b0e39008: Pull complete [2020-09-11T19:29:20.660Z] e7ca375b8d34: Pull complete [2020-09-11T19:29:26.068Z] 418f656485bb: Verifying Checksum [2020-09-11T19:29:26.068Z] 418f656485bb: Download complete [2020-09-11T19:30:05.068Z] 418f656485bb: Pull complete [2020-09-11T19:30:05.068Z] aebe8db9254c: Pull complete [2020-09-11T19:30:05.068Z] 4f5f7b207d3f: Pull complete [2020-09-11T19:30:05.342Z] d19ca6af091a: Pull complete [2020-09-11T19:30:05.646Z] 16b5a0711add: Pull complete [2020-09-11T19:30:05.921Z] Digest: sha256:9ca9034cebc7408d83a32dada391ac179c4174cde852b5731596ec8e47bf0b3e [2020-09-11T19:30:05.921Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-09-11T19:30:10.216Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-09-11T19:30:10.216Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-09-11T19:30:10.216Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-09-11T19:30:10.216Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-09-11T19:30:10.488Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [943 kB] [2020-09-11T19:30:11.086Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1260 kB] [2020-09-11T19:30:11.358Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [783 kB] [2020-09-11T19:30:11.358Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [671 kB] [2020-09-11T19:30:11.950Z] Fetched 3909 kB in 2s (1691 kB/s) [2020-09-11T19:30:16.257Z] Reading package lists... [2020-09-11T19:30:31.323Z] 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-09-11T19:30:31.323Z] 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [2020-09-11T19:30:31.323Z] 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [2020-09-11T19:30:31.323Z] 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [2020-09-11T19:30:36.283Z] 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... 8% Reading package lists... 26% Reading package lists... 45% Reading package lists... 63% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-09-11T19:30:44.566Z] Installing build dependencies: curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 libperl5.26 make netbase patch perl perl-modules-5.26 [2020-09-11T19:30:48.468Z] 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... 10% Reading package lists... 30% Reading package lists... 46% Reading package lists... 63% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-09-11T19:30:49.612Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 97% Building dependency tree [2020-09-11T19:30:49.613Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-09-11T19:30:50.591Z] The following packages were automatically installed and are no longer required: [2020-09-11T19:30:50.591Z] libjq1 libonig4 [2020-09-11T19:30:50.591Z] Use 'sudo apt autoremove' to remove them. [2020-09-11T19:30:50.591Z] Suggested packages: [2020-09-11T19:30:50.591Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-09-11T19:30:50.591Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed [2020-09-11T19:30:50.591Z] diffutils-doc perl-doc libterm-readline-gnu-perl [2020-09-11T19:30:50.591Z] | libterm-readline-perl-perl [2020-09-11T19:30:50.864Z] The following NEW packages will be installed: [2020-09-11T19:30:50.864Z] curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 [2020-09-11T19:30:50.864Z] libperl5.26 make netbase patch perl perl-modules-5.26 [2020-09-11T19:30:51.137Z] 0 upgraded, 14 newly installed, 0 to remove and 3 not upgraded. [2020-09-11T19:30:51.137Z] Need to get 10.8 MB of archives. [2020-09-11T19:30:51.137Z] After this operation, 73.6 MB of additional disk space will be used. [2020-09-11T19:30:51.137Z] 0% [Working] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-09-11T19:30:52.324Z] 0% [1 perl-modules-5.26 13.8 kB/2763 kB 0%] 4% [1 perl-modules-5.26 575 kB/2763 kB 21%] 22% [Working] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] [2020-09-11T19:30:52.324Z] 22% [2 libgdbm5 0 B/23.1 kB 0%] 24% [Working] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] [2020-09-11T19:30:52.324Z] 24% [3 libgdbm-compat4 5536 B/5536 B 100%] 25% [Working] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] [2020-09-11T19:30:52.920Z] 25% [4 libperl5.26 20.5 kB/3326 kB 1%] 47% [4 libperl5.26 2978 kB/3326 kB 90%] 51% [Working] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] [2020-09-11T19:30:52.920Z] 51% [5 perl 7554 B/201 kB 4%] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] [2020-09-11T19:30:52.920Z] 55% [6 less 99.7 kB/99.7 kB 100%] 56% [Working] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] [2020-09-11T19:30:52.920Z] 56% [7 netbase 12.7 kB/12.7 kB 100%] 58% [Working] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.10 [152 kB] [2020-09-11T19:30:52.920Z] 58% [8 curl 55.4 kB/152 kB 36%] 60% [Working] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.10 [179 kB] [2020-09-11T19:30:52.920Z] 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-09-11T19:30:52.920Z] 63% [10 liberror-perl 22.8 kB/22.8 kB 100%] 65% [Working] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-09-11T19:30:53.191Z] 65% [11 git-man 28.5 kB/804 kB 4%] 72% [Working] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] [2020-09-11T19:30:53.785Z] 72% [12 git 16.4 kB/2952 kB 1%] 89% [12 git 2338 kB/2952 kB 79%] 95% [Working] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] [2020-09-11T19:30:53.785Z] 96% [13 make 16.4 kB/139 kB 12%] 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-09-11T19:30:53.785Z] 98% [14 patch 14.7 kB/91.8 kB 16%] 100% [Working] Fetched 10.8 MB in 3s (4005 kB/s) [2020-09-11T19:30:54.378Z] debconf: delaying package configuration, since apt-utils is not installed [2020-09-11T19:30:54.651Z] Selecting previously unselected package perl-modules-5.26. [2020-09-11T19:30:54.651Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9882 files and directories currently installed.) [2020-09-11T19:30:54.651Z] Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-09-11T19:30:54.651Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-11T19:30:56.085Z] Selecting previously unselected package libgdbm5:arm64. [2020-09-11T19:30:56.085Z] Preparing to unpack .../01-libgdbm5_1.14.1-6_arm64.deb ... [2020-09-11T19:30:56.085Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-09-11T19:30:56.085Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-09-11T19:30:56.085Z] Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-09-11T19:30:56.085Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-09-11T19:30:56.357Z] Selecting previously unselected package libperl5.26:arm64. [2020-09-11T19:30:56.357Z] Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... [2020-09-11T19:30:56.357Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-09-11T19:30:57.788Z] Selecting previously unselected package perl. [2020-09-11T19:30:57.788Z] Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_arm64.deb ... [2020-09-11T19:30:57.788Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-09-11T19:30:57.788Z] Selecting previously unselected package less. [2020-09-11T19:30:57.788Z] Preparing to unpack .../05-less_487-0.1_arm64.deb ... [2020-09-11T19:30:57.788Z] Unpacking less (487-0.1) ... [2020-09-11T19:30:57.788Z] Selecting previously unselected package netbase. [2020-09-11T19:30:57.788Z] Preparing to unpack .../06-netbase_5.4_all.deb ... [2020-09-11T19:30:57.788Z] Unpacking netbase (5.4) ... [2020-09-11T19:30:58.061Z] Selecting previously unselected package curl. [2020-09-11T19:30:58.061Z] Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_arm64.deb ... [2020-09-11T19:30:58.061Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-09-11T19:30:58.061Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-09-11T19:30:58.335Z] Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_arm64.deb ... [2020-09-11T19:30:58.335Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... [2020-09-11T19:30:58.335Z] Selecting previously unselected package liberror-perl. [2020-09-11T19:30:58.335Z] Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... [2020-09-11T19:30:58.335Z] Unpacking liberror-perl (0.17025-1) ... [2020-09-11T19:30:58.608Z] Selecting previously unselected package git-man. [2020-09-11T19:30:58.608Z] Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-09-11T19:30:58.608Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-11T19:30:58.881Z] Selecting previously unselected package git. [2020-09-11T19:30:58.881Z] Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-09-11T19:30:58.881Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-09-11T19:31:00.339Z] Selecting previously unselected package make. [2020-09-11T19:31:00.339Z] Preparing to unpack .../12-make_4.1-9.1ubuntu1_arm64.deb ... [2020-09-11T19:31:00.339Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-09-11T19:31:00.339Z] Selecting previously unselected package patch. [2020-09-11T19:31:00.339Z] Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-09-11T19:31:00.339Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-09-11T19:31:00.339Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-11T19:31:00.339Z] Setting up less (487-0.1) ... [2020-09-11T19:31:00.935Z] Setting up make (4.1-9.1ubuntu1) ... [2020-09-11T19:31:00.935Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-09-11T19:31:00.935Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... [2020-09-11T19:31:00.935Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-11T19:31:00.935Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-09-11T19:31:00.935Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-09-11T19:31:00.935Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-09-11T19:31:01.208Z] Setting up netbase (5.4) ... [2020-09-11T19:31:01.208Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-09-11T19:31:01.208Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-09-11T19:31:01.208Z] Setting up liberror-perl (0.17025-1) ... [2020-09-11T19:31:01.208Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-09-11T19:31:01.482Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-09-11T19:31:01.482Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-09-11T19:31:08.177Z] curl set to automatically installed. [2020-09-11T19:31:08.177Z] git set to automatically installed. [2020-09-11T19:31:08.177Z] git-man set to automatically installed. [2020-09-11T19:31:08.177Z] less set to automatically installed. [2020-09-11T19:31:08.177Z] libcurl3-gnutls set to automatically installed. [2020-09-11T19:31:08.177Z] liberror-perl set to automatically installed. [2020-09-11T19:31:08.177Z] libgdbm-compat4 set to automatically installed. [2020-09-11T19:31:08.177Z] libgdbm5 set to automatically installed. [2020-09-11T19:31:08.177Z] libperl5.26 set to automatically installed. [2020-09-11T19:31:08.177Z] make set to automatically installed. [2020-09-11T19:31:08.177Z] netbase set to automatically installed. [2020-09-11T19:31:08.177Z] patch set to automatically installed. [2020-09-11T19:31:08.177Z] perl set to automatically installed. [2020-09-11T19:31:08.177Z] perl-modules-5.26 set to automatically installed. [2020-09-11T19:31:08.177Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-09-11T19:31:08.177Z] Please ensure the environment is properly setup before continuing. [2020-09-11T19:31:08.177Z] Ignore this message if the appropriate measures have already been taken [2020-09-11T19:31:08.448Z] Pulling go  [2020-09-11T19:31:12.749Z] 'device-mqtt' has dependencies that need to be staged: go [2020-09-11T19:31:12.749Z] Skipping pull go (already ran) [2020-09-11T19:31:12.749Z] Building go  [2020-09-11T19:31:12.749Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-11T19:31:12.749Z] Dload Upload Total Spent Left Speed [2020-09-11T19:31:14.924Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 17 93.0M 17 16.2M 0 0 27.0M 0 0:00:03 --:--:-- 0:00:03 26.9M 64 93.0M 64 60.1M 0 0 37.4M 0 0:00:02 0:00:01 0:00:01 37.4M 100 93.0M 100 93.0M 0 0 39.1M 0 0:00:02 0:00:02 --:--:-- 39.1M [2020-09-11T19:31:16.897Z] go1.13.5.linux-arm64.tar.gz: OK [2020-09-11T19:31:35.226Z] Staging go  [2020-09-11T19:31:37.194Z] Pulling device-mqtt  [2020-09-11T19:31:40.576Z] Skipping build go (already ran) [2020-09-11T19:31:40.576Z] Building device-mqtt  [2020-09-11T19:31:40.576Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd [2020-09-11T19:31:41.563Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-11T19:31:41.563Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-11T19:31:41.563Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-11T19:31:41.563Z] go: downloading github.com/spf13/cast v1.3.0 [2020-09-11T19:31:41.563Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-09-11T19:31:41.836Z] go: extracting github.com/spf13/cast v1.3.0 [2020-09-11T19:31:41.836Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-11T19:31:41.836Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-09-11T19:31:41.836Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-11T19:31:41.836Z] go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-11T19:31:41.836Z] go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-11T19:31:41.836Z] go: downloading github.com/google/uuid v1.1.1 [2020-09-11T19:31:41.836Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-11T19:31:41.836Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-09-11T19:31:41.836Z] go: extracting github.com/google/uuid v1.1.1 [2020-09-11T19:31:41.836Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-11T19:31:41.836Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-09-11T19:31:41.836Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-09-11T19:31:41.836Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-11T19:31:42.109Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-09-11T19:31:42.109Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-11T19:31:42.109Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-11T19:31:42.109Z] go: downloading github.com/pkg/errors v0.8.1 [2020-09-11T19:31:42.109Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-09-11T19:31:42.109Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-09-11T19:31:42.109Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-11T19:31:42.109Z] go: extracting github.com/pkg/errors v0.8.1 [2020-09-11T19:31:42.109Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-11T19:31:42.109Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-11T19:31:42.109Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-11T19:31:42.109Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-09-11T19:31:42.109Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-09-11T19:31:42.110Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-09-11T19:31:42.110Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-09-11T19:31:42.110Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-11T19:31:42.110Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-09-11T19:31:42.110Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-11T19:31:42.110Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-11T19:31:42.110Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-09-11T19:31:42.110Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-11T19:31:42.110Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-09-11T19:31:42.110Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-09-11T19:31:42.110Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-09-11T19:31:42.110Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-09-11T19:31:42.110Z] go: downloading github.com/x448/float16 v0.8.4 [2020-09-11T19:31:42.110Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-11T19:31:42.110Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-09-11T19:31:42.110Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-09-11T19:31:42.110Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-09-11T19:31:42.110Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-11T19:31:42.110Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-11T19:31:42.110Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-09-11T19:31:42.110Z] go: extracting github.com/x448/float16 v0.8.4 [2020-09-11T19:31:42.110Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-09-11T19:31:42.384Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-11T19:31:42.384Z] go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-11T19:31:42.384Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-11T19:31:42.384Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-09-11T19:31:42.384Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-09-11T19:31:42.384Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-09-11T19:31:42.661Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-11T19:31:42.661Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-11T19:31:42.661Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-11T19:31:42.661Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-11T19:31:42.661Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-09-11T19:31:42.661Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-09-11T19:31:42.661Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-11T19:31:42.661Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-11T19:31:42.661Z] go: finding github.com/spf13/cast v1.3.0 [2020-09-11T19:31:42.661Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-09-11T19:31:42.661Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-11T19:31:42.661Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-11T19:31:42.661Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-11T19:31:42.943Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-11T19:31:42.943Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-11T19:31:42.943Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-11T19:31:42.943Z] go: finding github.com/google/uuid v1.1.1 [2020-09-11T19:31:42.943Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-11T19:31:42.943Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-11T19:31:42.943Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-11T19:31:42.943Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-11T19:31:42.943Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-11T19:31:42.943Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-11T19:31:42.943Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-11T19:31:42.943Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-11T19:31:42.943Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-11T19:31:42.943Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-11T19:31:42.943Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-11T19:31:42.943Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-11T19:31:42.943Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-11T19:31:42.943Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-11T19:31:42.943Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-11T19:31:42.943Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-11T19:31:42.943Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-11T19:31:42.943Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-11T19:31:42.943Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-11T19:31:42.943Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-11T19:31:42.943Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-11T19:31:42.943Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-11T19:32:01.240Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-11T19:32:19.532Z] Skipping stage go (already ran) [2020-09-11T19:32:19.532Z] Staging device-mqtt  [2020-09-11T19:32:20.127Z] Priming go  [2020-09-11T19:32:23.501Z] Priming device-mqtt  [2020-09-11T19:32:26.874Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-09-11T19:32:26.874Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-09-11T19:32:26.874Z] Determining the version from the project repo (version-script). [2020-09-11T19:32:26.874Z] The version has been set to 'local-dev-20200911+51a2a84' [2020-09-11T19:32:27.965Z] Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping | [2020-09-11T19:32:27.965Z] Snapped edgex-device-mqtt_local-dev-20200911+51a2a84_arm64.snap [Pipeline] } [2020-09-11T19:32:30.593Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-09-11T19:32:32.964Z] provisioning config files... [2020-09-11T19:32:32.976Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp/config5362081872584089880tmp [Pipeline] { [Pipeline] sh [2020-09-11T19:32:33.363Z] + curl -s https://codecov.io/bash [2020-09-11T19:32:33.363Z] + bash -s - -t @/w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp/config5362081872584089880tmp [Pipeline] } [2020-09-11T19:32:33.635Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-09-11T19:32:36.725Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-11T19:32:37.288Z] ---> package-listing.sh [2020-09-11T19:32:37.288Z] ++ facter osfamily [2020-09-11T19:32:37.288Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-11T19:32:37.288Z] + OS_FAMILY=redhat [2020-09-11T19:32:37.288Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-169 [2020-09-11T19:32:37.288Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-11T19:32:37.288Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-11T19:32:37.288Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-11T19:32:37.288Z] + PACKAGES=/tmp/packages_start.txt [2020-09-11T19:32:37.288Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-169 ']' [2020-09-11T19:32:37.288Z] + PACKAGES=/tmp/packages_end.txt [2020-09-11T19:32:37.288Z] + case "${OS_FAMILY}" in [2020-09-11T19:32:37.288Z] + rpm -qa [2020-09-11T19:32:37.288Z] + sort [2020-09-11T19:32:42.585Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-11T19:32:42.585Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-11T19:32:42.585Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-11T19:32:42.585Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-169 ']' [2020-09-11T19:32:42.585Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-169/archives/ [2020-09-11T19:32:42.585Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-169/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-11T19:32:43.076Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-11T19:32:43.076Z] [2020-09-11T19:32:43.076Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-11T19:32:43.429Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-11T19:32:43.429Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-11T19:32:43.429Z] df20fa9351a1: Pulling fs layer [2020-09-11T19:32:43.429Z] 36b3adc4ff6f: Pulling fs layer [2020-09-11T19:32:43.429Z] 8ad3a11d3b57: Pulling fs layer [2020-09-11T19:32:43.429Z] 46f8f816bc3b: Pulling fs layer [2020-09-11T19:32:43.429Z] 0dadc02b9964: Pulling fs layer [2020-09-11T19:32:43.429Z] ce6a7cf60c04: Pulling fs layer [2020-09-11T19:32:43.429Z] 7a184a31f384: Pulling fs layer [2020-09-11T19:32:43.429Z] 0879bd2ef858: Pulling fs layer [2020-09-11T19:32:43.429Z] 0dadc02b9964: Waiting [2020-09-11T19:32:43.429Z] 7a184a31f384: Waiting [2020-09-11T19:32:43.429Z] ce6a7cf60c04: Waiting [2020-09-11T19:32:43.429Z] 46f8f816bc3b: Waiting [2020-09-11T19:32:43.429Z] 0879bd2ef858: Waiting [2020-09-11T19:32:43.429Z] 36b3adc4ff6f: Download complete [2020-09-11T19:32:43.429Z] 46f8f816bc3b: Verifying Checksum [2020-09-11T19:32:43.429Z] 46f8f816bc3b: Download complete [2020-09-11T19:32:43.429Z] df20fa9351a1: Verifying Checksum [2020-09-11T19:32:43.429Z] df20fa9351a1: Download complete [2020-09-11T19:32:43.692Z] ce6a7cf60c04: Verifying Checksum [2020-09-11T19:32:43.692Z] ce6a7cf60c04: Download complete [2020-09-11T19:32:43.692Z] 7a184a31f384: Verifying Checksum [2020-09-11T19:32:43.692Z] 7a184a31f384: Download complete [2020-09-11T19:32:43.692Z] 0dadc02b9964: Verifying Checksum [2020-09-11T19:32:43.692Z] 0dadc02b9964: Download complete [2020-09-11T19:32:43.955Z] df20fa9351a1: Pull complete [2020-09-11T19:32:43.955Z] 8ad3a11d3b57: Verifying Checksum [2020-09-11T19:32:43.955Z] 8ad3a11d3b57: Download complete [2020-09-11T19:32:43.955Z] 36b3adc4ff6f: Pull complete [2020-09-11T19:32:44.218Z] 0879bd2ef858: Verifying Checksum [2020-09-11T19:32:44.218Z] 0879bd2ef858: Download complete [2020-09-11T19:32:44.792Z] 8ad3a11d3b57: Pull complete [2020-09-11T19:32:44.792Z] 46f8f816bc3b: Pull complete [2020-09-11T19:32:45.053Z] 0dadc02b9964: Pull complete [2020-09-11T19:32:45.053Z] ce6a7cf60c04: Pull complete [2020-09-11T19:32:45.316Z] 7a184a31f384: Pull complete [2020-09-11T19:32:47.274Z] 0879bd2ef858: Pull complete [2020-09-11T19:32:47.274Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-11T19:32:47.274Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-11T19:32:47.274Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-11T19:32:47.711Z] prd-centos7-docker-4c-2g-2286 does not seem to be running inside a container [2020-09-11T19:32:47.755Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/gexfoundry_device-mqtt-go_PR-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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-11T19:32:53.272Z] $ docker top 7a32d105fe3bfeaedbb440e036129e77ed61f3237c082f70d7760853b889e102 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-11T19:32:53.786Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-11T19:32:54.084Z] + ls /var/log/sa-host [2020-09-11T19:32:54.085Z] + sadf -c /var/log/sa-host/sa05 [2020-09-11T19:32:54.085Z] file_magic: OK [2020-09-11T19:32:54.085Z] HZ: Using current value: 100 [2020-09-11T19:32:54.085Z] file_header: OK [2020-09-11T19:32:54.085Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-11T19:32:54.085Z] Statistics: [2020-09-11T19:32:54.085Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-11T19:32:54.085Z] File successfully converted to sysstat format version 12.2.1 [2020-09-11T19:32:54.085Z] + sadf -c /var/log/sa-host/sa11 [2020-09-11T19:32:54.085Z] file_magic: OK [2020-09-11T19:32:54.085Z] HZ: Using current value: 100 [2020-09-11T19:32:54.085Z] file_header: OK [2020-09-11T19:32:54.085Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-11T19:32:54.085Z] Statistics: [2020-09-11T19:32:54.085Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-11T19:32:54.085Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-11T19:32:54.150Z] provisioning config files... [2020-09-11T19:32:54.190Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp/config730622926601665758tmp [Pipeline] { [Pipeline] echo [2020-09-11T19:32:54.305Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-11T19:32:54.606Z] ---> create-netrc.sh [Pipeline] echo [2020-09-11T19:32:54.618Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-11T19:32:54.915Z] ---> logs-deploy.sh [2020-09-11T19:32:54.915Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-169/2 [2020-09-11T19:32:54.915Z] INFO: archiving workspace using pattern(s): [2020-09-11T19:32:56.305Z] Archives upload complete. [2020-09-11T19:32:56.305Z] INFO: archiving logs to Nexus