Pull request #170 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e6856924589b46b10038e9fce567ea5232b81490+fe2df51579bf0cce1b2e428c0c04fcb23a980c4d (5aca88438fe697ef5e3d7e533b8fa368d4a396df) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-170/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, goVersion:1.13, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-mqtt-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-1780 in /w/workspace/gexfoundry_device-mqtt-go_PR-170 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git > git init /w/workspace/gexfoundry_device-mqtt-go_PR-170 # 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/170/head:refs/remotes/origin/PR-170 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/170/head:refs/remotes/origin/PR-170 # 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/170/head:refs/remotes/origin/PR-170 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit fe2df51579bf0cce1b2e428c0c04fcb23a980c4d into PR head commit e6856924589b46b10038e9fce567ea5232b81490 Merge succeeded, producing e6856924589b46b10038e9fce567ea5232b81490 Checking out Revision e6856924589b46b10038e9fce567ea5232b81490 (PR-170) > git config core.sparsecheckout # timeout=10 > git checkout -f e6856924589b46b10038e9fce567ea5232b81490 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge fe2df51579bf0cce1b2e428c0c04fcb23a980c4d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e6856924589b46b10038e9fce567ea5232b81490 # timeout=10 Commit message: "Bump github.com/spf13/cast from 1.3.0 to 1.3.1" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-08T04:47:05.420Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-08T04:47:05.725Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-08T04:47:05.932Z] ========================================================= [2020-09-08T04:47:05.932Z] EdgeX Global Pipelines Version Info [2020-09-08T04:47:05.932Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-08T04:47:08.965Z] ------------------- [2020-09-08T04:47:08.965Z] stable info: [2020-09-08T04:47:08.965Z] ------------------- [2020-09-08T04:47:08.965Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-08T04:47:08.965Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-08T04:47:08.965Z] Message: update stable to v1.0.119 [2020-09-08T04:47:10.424Z] ------------------- [2020-09-08T04:47:10.424Z] experimental info: [2020-09-08T04:47:10.424Z] ------------------- [2020-09-08T04:47:10.424Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-08T04:47:10.424Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-08T04:47:10.424Z] Message: update experimental to v1.0.119 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-08T04:47:11.009Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2020-09-08T04:47:11.133Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2020-09-08T04:47:11.277Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-08T04:47:11.386Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-08T04:47:11.508Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-08T04:47:11.621Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-09-08T04:47:11.742Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-08T04:47:11.850Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-09-08T04:47:12.026Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-08T04:47:12.132Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-08T04:47:12.241Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-08T04:47:12.353Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo [2020-09-08T04:47:12.472Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-08T04:47:12.592Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-08T04:47:12.703Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-08T04:47:12.812Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-08T04:47:12.943Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-08T04:47:13.074Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-08T04:47:13.184Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-08T04:47:13.290Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-09-08T04:47:13.496Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-08T04:47:13.612Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-08T04:47:13.779Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-170 [Pipeline] echo [2020-09-08T04:47:13.888Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-170 [Pipeline] echo [2020-09-08T04:47:14.017Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-170 [Pipeline] echo [2020-09-08T04:47:14.131Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e6856924589b46b10038e9fce567ea5232b81490 [Pipeline] echo [2020-09-08T04:47:14.253Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e685692 [Pipeline] echo [2020-09-08T04:47:14.371Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-08T04:47:15.071Z] + git log --format=format:%s -1 e6856924589b46b10038e9fce567ea5232b81490 [Pipeline] echo [2020-09-08T04:47:15.178Z] GIT_COMMIT: e6856924589b46b10038e9fce567ea5232b81490, Commit Message: Bump github.com/spf13/cast from 1.3.0 to 1.3.1 [Pipeline] echo [2020-09-08T04:47:15.247Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:47:15.821Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-08T04:47:16.404Z] [2020-09-08T04:47:16.404Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:47:16.814Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-08T04:47:16.814Z] latest: Pulling from edgex-devops/git-semver [2020-09-08T04:47:16.814Z] 31603596830f: Pulling fs layer [2020-09-08T04:47:16.814Z] 2a8b12db71e7: Pulling fs layer [2020-09-08T04:47:16.814Z] 6ca5941a6612: Pulling fs layer [2020-09-08T04:47:16.814Z] ecc8261a40a4: Pulling fs layer [2020-09-08T04:47:16.814Z] ecc8261a40a4: Waiting [2020-09-08T04:47:16.814Z] 2a8b12db71e7: Verifying Checksum [2020-09-08T04:47:16.814Z] 2a8b12db71e7: Download complete [2020-09-08T04:47:17.086Z] 31603596830f: Verifying Checksum [2020-09-08T04:47:17.086Z] 31603596830f: Download complete [2020-09-08T04:47:17.363Z] ecc8261a40a4: Verifying Checksum [2020-09-08T04:47:17.363Z] ecc8261a40a4: Download complete [2020-09-08T04:47:17.363Z] 6ca5941a6612: Verifying Checksum [2020-09-08T04:47:17.363Z] 6ca5941a6612: Download complete [2020-09-08T04:47:17.628Z] 31603596830f: Pull complete [2020-09-08T04:47:17.628Z] 2a8b12db71e7: Pull complete [2020-09-08T04:47:19.039Z] 6ca5941a6612: Pull complete [2020-09-08T04:47:19.305Z] ecc8261a40a4: Pull complete [2020-09-08T04:47:19.305Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-08T04:47:19.305Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-08T04:47:19.305Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-08T04:47:19.483Z] prd-centos7-docker-4c-2g-1780 does not seem to be running inside a container [2020-09-08T04:47:19.583Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-170 -v /w/workspace/gexfoundry_device-mqtt-go_PR-170:/w/workspace/gexfoundry_device-mqtt-go_PR-170:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-170@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-08T04:47:21.209Z] $ docker top 93c5c3e389b3e618dac2fd68aab0214d3763c0256ed101e77c93dd9b267fa724 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-08T04:47:21.667Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-08T04:47:21.668Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-08T04:47:22.194Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-08T04:47:22.209Z] $ docker exec 93c5c3e389b3e618dac2fd68aab0214d3763c0256ed101e77c93dd9b267fa724 ssh-agent [2020-09-08T04:47:22.487Z] SSH_AUTH_SOCK=/tmp/ssh-uY7C4JeOLWLx/agent.11 [2020-09-08T04:47:22.487Z] SSH_AGENT_PID=17 [2020-09-08T04:47:22.582Z] Running ssh-add (command line suppressed) [2020-09-08T04:47:22.835Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp/private_key_1905784539195737742.key (/w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp/private_key_1905784539195737742.key) [2020-09-08T04:47:22.898Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-08T04:47:23.304Z] + git describe --exact-match --tags HEAD [2020-09-08T04:47:23.304Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-08T04:47:23.575Z] $ docker exec --env ******** --env ******** 93c5c3e389b3e618dac2fd68aab0214d3763c0256ed101e77c93dd9b267fa724 ssh-agent -k [2020-09-08T04:47:24.048Z] unset SSH_AUTH_SOCK; [2020-09-08T04:47:24.048Z] unset SSH_AGENT_PID; [2020-09-08T04:47:24.048Z] echo Agent pid 17 killed; [2020-09-08T04:47:24.205Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-08T04:47:24.358Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-08T04:47:24.358Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-08T04:47:24.464Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-08T04:47:24.464Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-08T04:47:24.787Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-08T04:47:24.825Z] $ docker exec 93c5c3e389b3e618dac2fd68aab0214d3763c0256ed101e77c93dd9b267fa724 ssh-agent [2020-09-08T04:47:25.118Z] SSH_AUTH_SOCK=/tmp/ssh-qkCSjnfiDV7m/agent.47 [2020-09-08T04:47:25.118Z] SSH_AGENT_PID=52 [2020-09-08T04:47:25.148Z] Running ssh-add (command line suppressed) [2020-09-08T04:47:25.435Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp/private_key_2851224078426639139.key (/w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp/private_key_2851224078426639139.key) [2020-09-08T04:47:25.558Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-08T04:47:26.233Z] + git semver init [2020-09-08T04:47:26.233Z] # -> Open(): unable to determine branch for HEAD [2020-09-08T04:47:26.233Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-170/.git [2020-09-08T04:47:26.233Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-170 [2020-09-08T04:47:26.233Z] # $SEMVER_REMOTE_NAME = origin [2020-09-08T04:47:26.233Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-08T04:47:26.233Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-08T04:47:26.233Z] # $SEMVER_BRANCH = PR-170 [2020-09-08T04:47:26.233Z] # $SEMVER_TEMP = /tmp/semver-784569170 [2020-09-08T04:47:26.233Z] # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP [2020-09-08T04:47:26.836Z] # '/tmp/semver-784569170' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-170/.semver' [2020-09-08T04:47:26.836Z] # -> Force: false [2020-09-08T04:47:26.836Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-170/.semver [Pipeline] } [2020-09-08T04:47:26.900Z] $ docker exec --env ******** --env ******** 93c5c3e389b3e618dac2fd68aab0214d3763c0256ed101e77c93dd9b267fa724 ssh-agent -k [2020-09-08T04:47:27.095Z] unset SSH_AUTH_SOCK; [2020-09-08T04:47:27.097Z] unset SSH_AGENT_PID; [2020-09-08T04:47:27.097Z] echo Agent pid 52 killed; [2020-09-08T04:47:27.169Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-08T04:47:27.808Z] + git semver [Pipeline] } [2020-09-08T04:47:27.864Z] $ docker stop --time=1 93c5c3e389b3e618dac2fd68aab0214d3763c0256ed101e77c93dd9b267fa724 [2020-09-08T04:47:29.397Z] $ docker rm -f 93c5c3e389b3e618dac2fd68aab0214d3763c0256ed101e77c93dd9b267fa724 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-08T04:47:30.490Z] Stashed 24 file(s) [Pipeline] echo [2020-09-08T04:47:30.511Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-08T04:47:30.667Z] Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-09-08T04:47:46.375Z] Still waiting to schedule task [2020-09-08T04:47:46.375Z] ‘prd-centos7-docker-4c-2g-1782’ is offline; ‘prd-centos7-docker-4c-2g-213’ is offline [2020-09-08T04:47:46.400Z] Still waiting to schedule task [2020-09-08T04:47:46.401Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1779’ [2020-09-08T04:50:20.965Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1787 in /w/workspace/gexfoundry_device-mqtt-go_PR-170 [Pipeline] { [Pipeline] ws [2020-09-08T04:50:21.061Z] Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout [2020-09-08T04:50:26.296Z] using credential edgex-jenkins-ssh [2020-09-08T04:50:26.389Z] Cloning the remote Git repository [2020-09-08T04:50:26.389Z] Cloning with configured refspecs honoured and without tags [2020-09-08T04:50:26.458Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T04:50:26.595Z] > git init /w/workspace/device-mqtt-go/1 # timeout=10 [2020-09-08T04:50:26.679Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T04:50:26.682Z] > git --version # timeout=10 [2020-09-08T04:50:26.702Z] > git --version # 'git version 2.17.1' [2020-09-08T04:50:26.703Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T04:50:26.755Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/170/head:refs/remotes/origin/PR-170 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T04:50:27.621Z] Fetching without tags [2020-09-08T04:50:28.076Z] Merging remotes/origin/master commit fe2df51579bf0cce1b2e428c0c04fcb23a980c4d into PR head commit e6856924589b46b10038e9fce567ea5232b81490 [2020-09-08T04:50:28.443Z] Merge succeeded, producing e6856924589b46b10038e9fce567ea5232b81490 [2020-09-08T04:50:28.443Z] Checking out Revision e6856924589b46b10038e9fce567ea5232b81490 (PR-170) [2020-09-08T04:50:27.519Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-08T04:50:27.537Z] > git config --add remote.origin.fetch +refs/pull/170/head:refs/remotes/origin/PR-170 # timeout=10 [2020-09-08T04:50:27.563Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T04:50:27.594Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-08T04:50:27.641Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T04:50:27.642Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T04:50:27.654Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/170/head:refs/remotes/origin/PR-170 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T04:50:28.106Z] > git config core.sparsecheckout # timeout=10 [2020-09-08T04:50:28.173Z] > git checkout -f e6856924589b46b10038e9fce567ea5232b81490 # timeout=10 [2020-09-08T04:50:28.293Z] > git remote # timeout=10 [2020-09-08T04:50:28.318Z] > git config --get remote.origin.url # timeout=10 [2020-09-08T04:50:28.346Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T04:50:28.375Z] > git merge fe2df51579bf0cce1b2e428c0c04fcb23a980c4d # timeout=10 [2020-09-08T04:50:28.421Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-08T04:50:28.458Z] > git config core.sparsecheckout # timeout=10 [2020-09-08T04:50:28.502Z] > git checkout -f e6856924589b46b10038e9fce567ea5232b81490 # timeout=10 [2020-09-08T04:50:32.851Z] Commit message: "Bump github.com/spf13/cast from 1.3.0 to 1.3.1" [2020-09-08T04:50:32.932Z] > git --version # timeout=10 [2020-09-08T04:50:32.943Z] > git --version # 'git version 2.17.1' [2020-09-08T04:50:32.952Z] fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-08T04:50:34.113Z] ========================================================= [2020-09-08T04:50:34.113Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-09-08T04:50:34.113Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:50:35.349Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-09-08T04:50:36.338Z] Sending build context to Docker daemon 609.3kB [2020-09-08T04:50:36.338Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-09-08T04:50:36.338Z] Step 2/8 : FROM ${BASE} [2020-09-08T04:50:36.616Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-08T04:50:36.616Z] b538f80385f9: Pulling fs layer [2020-09-08T04:50:36.616Z] 74f711af9a0d: Pulling fs layer [2020-09-08T04:50:36.616Z] 99f96fe45779: Pulling fs layer [2020-09-08T04:50:36.616Z] fd7a069fd194: Pulling fs layer [2020-09-08T04:50:36.616Z] 66aa3694b03b: Pulling fs layer [2020-09-08T04:50:36.616Z] 170f70906a0f: Pulling fs layer [2020-09-08T04:50:36.616Z] ad7c5574e4b9: Pulling fs layer [2020-09-08T04:50:36.616Z] e772456be8f7: Pulling fs layer [2020-09-08T04:50:36.616Z] c890913d741a: Pulling fs layer [2020-09-08T04:50:36.616Z] 2480fcc9aa5a: Pulling fs layer [2020-09-08T04:50:36.616Z] 09adf4765672: Pulling fs layer [2020-09-08T04:50:36.616Z] ad7c5574e4b9: Waiting [2020-09-08T04:50:36.616Z] e772456be8f7: Waiting [2020-09-08T04:50:36.616Z] c890913d741a: Waiting [2020-09-08T04:50:36.616Z] 2480fcc9aa5a: Waiting [2020-09-08T04:50:36.616Z] 09adf4765672: Waiting [2020-09-08T04:50:36.616Z] fd7a069fd194: Waiting [2020-09-08T04:50:36.616Z] 66aa3694b03b: Waiting [2020-09-08T04:50:36.616Z] 170f70906a0f: Waiting [2020-09-08T04:50:36.616Z] 99f96fe45779: Verifying Checksum [2020-09-08T04:50:36.616Z] 99f96fe45779: Download complete [2020-09-08T04:50:36.616Z] 74f711af9a0d: Verifying Checksum [2020-09-08T04:50:36.616Z] 74f711af9a0d: Download complete [2020-09-08T04:50:36.616Z] 66aa3694b03b: Verifying Checksum [2020-09-08T04:50:36.616Z] 66aa3694b03b: Download complete [2020-09-08T04:50:36.616Z] 170f70906a0f: Verifying Checksum [2020-09-08T04:50:36.616Z] 170f70906a0f: Download complete [2020-09-08T04:50:36.616Z] b538f80385f9: Verifying Checksum [2020-09-08T04:50:36.616Z] b538f80385f9: Download complete [2020-09-08T04:50:37.608Z] b538f80385f9: Pull complete [2020-09-08T04:50:38.210Z] 74f711af9a0d: Pull complete [2020-09-08T04:50:38.487Z] 99f96fe45779: Pull complete [2020-09-08T04:50:39.480Z] ad7c5574e4b9: Verifying Checksum [2020-09-08T04:50:39.480Z] ad7c5574e4b9: Download complete [2020-09-08T04:50:39.480Z] c890913d741a: Verifying Checksum [2020-09-08T04:50:39.480Z] c890913d741a: Download complete [2020-09-08T04:50:41.475Z] 2480fcc9aa5a: Verifying Checksum [2020-09-08T04:50:41.475Z] 2480fcc9aa5a: Download complete [2020-09-08T04:50:41.475Z] e772456be8f7: Verifying Checksum [2020-09-08T04:50:41.475Z] e772456be8f7: Download complete [2020-09-08T04:50:41.475Z] 09adf4765672: Verifying Checksum [2020-09-08T04:50:41.475Z] 09adf4765672: Download complete [2020-09-08T04:50:42.461Z] fd7a069fd194: Verifying Checksum [2020-09-08T04:50:42.461Z] fd7a069fd194: Download complete [2020-09-08T04:50:54.881Z] fd7a069fd194: Pull complete [2020-09-08T04:50:54.881Z] 66aa3694b03b: Pull complete [2020-09-08T04:50:54.881Z] 170f70906a0f: Pull complete [2020-09-08T04:50:58.277Z] ad7c5574e4b9: Pull complete [2020-09-08T04:51:03.694Z] e772456be8f7: Pull complete [2020-09-08T04:51:03.694Z] c890913d741a: Pull complete [2020-09-08T04:51:05.678Z] 2480fcc9aa5a: Pull complete [2020-09-08T04:51:05.955Z] 09adf4765672: Pull complete [2020-09-08T04:51:05.955Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-09-08T04:51:05.955Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-09-08T04:51:05.955Z] ---> 2248a725d1cf [2020-09-08T04:51:05.955Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-08T04:51:11.384Z] ---> Running in 996c59dddd02 [2020-09-08T04:51:11.384Z] Removing intermediate container 996c59dddd02 [2020-09-08T04:51:11.384Z] ---> d61288561238 [2020-09-08T04:51:11.384Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-08T04:51:11.384Z] ---> Running in c80b69c740b6 [2020-09-08T04:51:14.015Z] Removing intermediate container c80b69c740b6 [2020-09-08T04:51:14.015Z] ---> 74a5ef3ee580 [2020-09-08T04:51:14.015Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-08T04:51:14.015Z] ---> Running in d02ea170195c [2020-09-08T04:51:15.454Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-08T04:51:16.052Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-08T04:51:17.035Z] (1/14) Installing libmagic (5.38-r0) [2020-09-08T04:51:17.035Z] (2/14) Installing file (5.38-r0) [2020-09-08T04:51:17.306Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-08T04:51:17.306Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-08T04:51:25.548Z] Running on prd-centos7-docker-4c-2g-1789 in /w/workspace/gexfoundry_device-mqtt-go_PR-170 [Pipeline] { [Pipeline] ws [2020-09-08T04:51:25.645Z] Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout [2020-09-08T04:51:27.458Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-08T04:51:27.458Z] (6/14) Installing patch (2.7.6-r6) [2020-09-08T04:51:27.458Z] (7/14) Installing build-base (0.5-r2) [2020-09-08T04:51:27.458Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-08T04:51:27.732Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-08T04:51:27.732Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-08T04:51:28.195Z] using credential edgex-jenkins-ssh [2020-09-08T04:51:28.275Z] Cloning the remote Git repository [2020-09-08T04:51:28.275Z] Cloning with configured refspecs honoured and without tags [2020-09-08T04:51:28.340Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-08T04:51:28.610Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-08T04:51:28.610Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-08T04:51:28.880Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-08T04:51:28.991Z] Fetching without tags [2020-09-08T04:51:29.154Z] Executing busybox-1.31.1-r16.trigger [2020-09-08T04:51:29.154Z] OK: 221 MiB in 53 packages [2020-09-08T04:51:28.302Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T04:51:28.368Z] > git init /w/workspace/device-mqtt-go/1 # timeout=10 [2020-09-08T04:51:28.420Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T04:51:28.420Z] > git --version # timeout=10 [2020-09-08T04:51:28.425Z] > git --version # 'git version 2.16.5' [2020-09-08T04:51:28.426Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T04:51:28.455Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/170/head:refs/remotes/origin/PR-170 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T04:51:28.955Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-08T04:51:28.963Z] > git config --add remote.origin.fetch +refs/pull/170/head:refs/remotes/origin/PR-170 # timeout=10 [2020-09-08T04:51:28.972Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T04:51:28.983Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-08T04:51:28.998Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T04:51:28.998Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T04:51:29.003Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/170/head:refs/remotes/origin/PR-170 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T04:51:29.364Z] Merging remotes/origin/master commit fe2df51579bf0cce1b2e428c0c04fcb23a980c4d into PR head commit e6856924589b46b10038e9fce567ea5232b81490 [2020-09-08T04:51:29.442Z] Merge succeeded, producing e6856924589b46b10038e9fce567ea5232b81490 [2020-09-08T04:51:29.442Z] Checking out Revision e6856924589b46b10038e9fce567ea5232b81490 (PR-170) [2020-09-08T04:51:29.374Z] > git config core.sparsecheckout # timeout=10 [2020-09-08T04:51:29.382Z] > git checkout -f e6856924589b46b10038e9fce567ea5232b81490 # timeout=10 [2020-09-08T04:51:29.414Z] > git remote # timeout=10 [2020-09-08T04:51:29.420Z] > git config --get remote.origin.url # timeout=10 [2020-09-08T04:51:29.424Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T04:51:29.428Z] > git merge fe2df51579bf0cce1b2e428c0c04fcb23a980c4d # timeout=10 [2020-09-08T04:51:29.438Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-08T04:51:29.447Z] > git config core.sparsecheckout # timeout=10 [2020-09-08T04:51:29.451Z] > git checkout -f e6856924589b46b10038e9fce567ea5232b81490 # timeout=10 [2020-09-08T04:51:33.042Z] Commit message: "Bump github.com/spf13/cast from 1.3.0 to 1.3.1" [2020-09-08T04:51:33.080Z] > git --version # timeout=10 [2020-09-08T04:51:33.087Z] > git --version # 'git version 2.16.5' [2020-09-08T04:51:33.096Z] fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-08T04:51:33.457Z] Removing intermediate container d02ea170195c [2020-09-08T04:51:33.457Z] ---> accb723d5e10 [2020-09-08T04:51:33.457Z] Step 6/8 : WORKDIR /device-mqtt-go [Pipeline] withEnv [Pipeline] { [2020-09-08T04:51:33.733Z] ---> Running in 6dc004f3e242 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2020-09-08T04:51:34.015Z] Removing intermediate container 6dc004f3e242 [2020-09-08T04:51:34.015Z] ---> 9a2df5fd7652 [2020-09-08T04:51:34.015Z] Step 7/8 : COPY . . [Pipeline] unstash [Pipeline] echo [2020-09-08T04:51:34.235Z] ========================================================= [2020-09-08T04:51:34.235Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-09-08T04:51:34.235Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:51:34.952Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-09-08T04:51:35.006Z] ---> 2a561636bb62 [2020-09-08T04:51:35.006Z] Step 8/8 : RUN go mod download [2020-09-08T04:51:35.215Z] Sending build context to Docker daemon 609.3kB [2020-09-08T04:51:35.215Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-09-08T04:51:35.215Z] Step 2/8 : FROM ${BASE} [2020-09-08T04:51:35.215Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-08T04:51:35.215Z] df20fa9351a1: Pulling fs layer [2020-09-08T04:51:35.215Z] ed8968b2872e: Pulling fs layer [2020-09-08T04:51:35.215Z] a92cc7c5fd73: Pulling fs layer [2020-09-08T04:51:35.215Z] 2dd03ba5bac4: Pulling fs layer [2020-09-08T04:51:35.215Z] 1e091d79d1de: Pulling fs layer [2020-09-08T04:51:35.215Z] 481702a1767f: Pulling fs layer [2020-09-08T04:51:35.215Z] f64a6f60c768: Pulling fs layer [2020-09-08T04:51:35.215Z] e78d2573fc39: Pulling fs layer [2020-09-08T04:51:35.215Z] e876d2f968b6: Pulling fs layer [2020-09-08T04:51:35.215Z] ce8a83651883: Pulling fs layer [2020-09-08T04:51:35.215Z] 07967f4d0e4b: Pulling fs layer [2020-09-08T04:51:35.215Z] f64a6f60c768: Waiting [2020-09-08T04:51:35.215Z] e78d2573fc39: Waiting [2020-09-08T04:51:35.215Z] e876d2f968b6: Waiting [2020-09-08T04:51:35.215Z] ce8a83651883: Waiting [2020-09-08T04:51:35.215Z] 07967f4d0e4b: Waiting [2020-09-08T04:51:35.215Z] 481702a1767f: Waiting [2020-09-08T04:51:35.215Z] 1e091d79d1de: Waiting [2020-09-08T04:51:35.215Z] a92cc7c5fd73: Verifying Checksum [2020-09-08T04:51:35.215Z] a92cc7c5fd73: Download complete [2020-09-08T04:51:35.215Z] ed8968b2872e: Download complete [2020-09-08T04:51:35.215Z] 1e091d79d1de: Verifying Checksum [2020-09-08T04:51:35.215Z] 1e091d79d1de: Download complete [2020-09-08T04:51:35.281Z] ---> Running in ff2cc964439f [2020-09-08T04:51:35.481Z] 481702a1767f: Verifying Checksum [2020-09-08T04:51:35.481Z] 481702a1767f: Download complete [2020-09-08T04:51:35.481Z] df20fa9351a1: Verifying Checksum [2020-09-08T04:51:35.481Z] df20fa9351a1: Download complete [2020-09-08T04:51:35.755Z] df20fa9351a1: Pull complete [2020-09-08T04:51:36.039Z] ed8968b2872e: Pull complete [2020-09-08T04:51:36.039Z] a92cc7c5fd73: Pull complete [2020-09-08T04:51:37.447Z] f64a6f60c768: Verifying Checksum [2020-09-08T04:51:37.447Z] f64a6f60c768: Download complete [2020-09-08T04:51:37.447Z] e876d2f968b6: Verifying Checksum [2020-09-08T04:51:37.447Z] e876d2f968b6: Download complete [2020-09-08T04:51:37.900Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-08T04:51:37.900Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-08T04:51:37.900Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-08T04:51:38.171Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-08T04:51:38.171Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-08T04:51:38.171Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-08T04:51:38.171Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-08T04:51:38.171Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-08T04:51:38.171Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-09-08T04:51:38.171Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-08T04:51:38.171Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-08T04:51:38.171Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-08T04:51:38.171Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-08T04:51:38.171Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-08T04:51:38.444Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-08T04:51:38.444Z] go: finding github.com/fatih/color v1.7.0 [2020-09-08T04:51:38.444Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-08T04:51:38.444Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-08T04:51:38.444Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-08T04:51:38.444Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-08T04:51:38.444Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-08T04:51:38.444Z] go: finding github.com/google/uuid v1.1.1 [2020-09-08T04:51:38.444Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-08T04:51:38.444Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-08T04:51:38.444Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-08T04:51:38.717Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-08T04:51:38.717Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-08T04:51:38.717Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-08T04:51:38.717Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-08T04:51:38.717Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-08T04:51:38.717Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-08T04:51:38.717Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-08T04:51:38.717Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-08T04:51:38.717Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-08T04:51:38.717Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-08T04:51:38.717Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-08T04:51:38.854Z] ce8a83651883: Verifying Checksum [2020-09-08T04:51:38.854Z] ce8a83651883: Download complete [2020-09-08T04:51:38.854Z] 07967f4d0e4b: Verifying Checksum [2020-09-08T04:51:38.854Z] 07967f4d0e4b: Download complete [2020-09-08T04:51:38.992Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-08T04:51:38.992Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-08T04:51:38.992Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-08T04:51:38.992Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-08T04:51:38.992Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-08T04:51:38.992Z] go: finding github.com/kr/pretty v0.1.0 [2020-09-08T04:51:38.992Z] go: finding github.com/kr/pty v1.1.1 [2020-09-08T04:51:38.992Z] go: finding github.com/kr/text v0.1.0 [2020-09-08T04:51:38.992Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-08T04:51:38.992Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-08T04:51:39.117Z] e78d2573fc39: Verifying Checksum [2020-09-08T04:51:39.117Z] e78d2573fc39: Download complete [2020-09-08T04:51:39.269Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-08T04:51:39.269Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-08T04:51:39.269Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-08T04:51:39.269Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-08T04:51:39.269Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-08T04:51:39.269Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-08T04:51:39.269Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-08T04:51:39.269Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-08T04:51:39.269Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-08T04:51:39.269Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-08T04:51:39.269Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-08T04:51:39.269Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-08T04:51:39.540Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-08T04:51:39.540Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-08T04:51:39.540Z] go: finding github.com/posener/complete v1.1.1 [2020-09-08T04:51:39.540Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-08T04:51:39.540Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-08T04:51:39.540Z] go: finding github.com/spf13/cast v1.3.1 [2020-09-08T04:51:39.540Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-08T04:51:39.540Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-08T04:51:39.540Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-08T04:51:39.540Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-08T04:51:39.540Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-09-08T04:51:39.692Z] 2dd03ba5bac4: Download complete [2020-09-08T04:51:39.817Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-08T04:51:39.817Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-08T04:51:39.818Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-09-08T04:51:39.818Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-09-08T04:51:39.818Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-08T04:51:39.818Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-08T04:51:45.008Z] 2dd03ba5bac4: Pull complete [2020-09-08T04:51:45.271Z] 1e091d79d1de: Pull complete [2020-09-08T04:51:45.271Z] 481702a1767f: Pull complete [2020-09-08T04:51:49.977Z] Removing intermediate container ff2cc964439f [2020-09-08T04:51:49.977Z] ---> e3fbda614d3a [2020-09-08T04:51:49.977Z] Successfully built e3fbda614d3a [2020-09-08T04:51:49.977Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:51:51.095Z] + docker inspect -f . ci-base-image-arm64 [2020-09-08T04:51:51.095Z] . [Pipeline] withDockerContainer [2020-09-08T04:51:51.393Z] prd-ubuntu18.04-docker-arm64-4c-16g-1787 does not seem to be running inside a container [2020-09-08T04:51:51.501Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-08T04:51:51.893Z] f64a6f60c768: Pull complete [2020-09-08T04:51:53.359Z] $ docker top 145c1583d6a8a625146204b3ee27f8be3c65f60f9e565d18a6b25ecf24be2181 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-08T04:51:54.466Z] e78d2573fc39: Pull complete [2020-09-08T04:51:54.730Z] e876d2f968b6: Pull complete [2020-09-08T04:51:54.839Z] + go version [2020-09-08T04:51:54.839Z] go version go1.13.13 linux/arm64 [Pipeline] sh [2020-09-08T04:51:55.694Z] ce8a83651883: Pull complete [2020-09-08T04:51:55.906Z] + make test [2020-09-08T04:51:55.906Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-09-08T04:51:55.959Z] 07967f4d0e4b: Pull complete [2020-09-08T04:51:55.959Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-09-08T04:51:55.959Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-09-08T04:51:55.959Z] ---> 5d7c900382c6 [2020-09-08T04:51:55.959Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-08T04:51:56.895Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-09-08T04:51:57.350Z] ---> Running in 72c657a3eaf8 [2020-09-08T04:51:57.350Z] Removing intermediate container 72c657a3eaf8 [2020-09-08T04:51:57.350Z] ---> 772ce08ad8f4 [2020-09-08T04:51:57.350Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-08T04:51:57.350Z] ---> Running in 205006996a5d [2020-09-08T04:51:58.742Z] Removing intermediate container 205006996a5d [2020-09-08T04:51:58.742Z] ---> 5a7c68964849 [2020-09-08T04:51:58.742Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-08T04:51:58.742Z] ---> Running in 8a40f9c63050 [2020-09-08T04:51:59.696Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-08T04:52:00.271Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-08T04:52:01.221Z] (1/14) Installing libmagic (5.38-r0) [2020-09-08T04:52:01.221Z] (2/14) Installing file (5.38-r0) [2020-09-08T04:52:01.486Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-08T04:52:01.486Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-08T04:52:06.806Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-08T04:52:06.806Z] (6/14) Installing patch (2.7.6-r6) [2020-09-08T04:52:06.806Z] (7/14) Installing build-base (0.5-r2) [2020-09-08T04:52:06.806Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-08T04:52:06.806Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-08T04:52:06.806Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-08T04:52:07.068Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-08T04:52:07.068Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-08T04:52:07.068Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-08T04:52:07.332Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-08T04:52:07.332Z] Executing busybox-1.31.1-r16.trigger [2020-09-08T04:52:07.332Z] OK: 237 MiB in 53 packages [2020-09-08T04:52:11.566Z] Removing intermediate container 8a40f9c63050 [2020-09-08T04:52:11.566Z] ---> 4d7e6784b27b [2020-09-08T04:52:11.566Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-09-08T04:52:11.566Z] ---> Running in 58f739c1c364 [2020-09-08T04:52:11.566Z] Removing intermediate container 58f739c1c364 [2020-09-08T04:52:11.566Z] ---> 70847776bdc9 [2020-09-08T04:52:11.566Z] Step 7/8 : COPY . . [2020-09-08T04:52:12.515Z] ---> 6b1382afdf6e [2020-09-08T04:52:12.515Z] Step 8/8 : RUN go mod download [2020-09-08T04:52:12.515Z] ---> Running in 9b9c5ead5c30 [2020-09-08T04:52:14.451Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-08T04:52:14.451Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-08T04:52:14.451Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-08T04:52:14.451Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-08T04:52:14.451Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-08T04:52:14.451Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-08T04:52:14.451Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-08T04:52:14.451Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-08T04:52:14.451Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-09-08T04:52:14.451Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-08T04:52:14.451Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-08T04:52:14.451Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-08T04:52:14.451Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-08T04:52:14.451Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-08T04:52:14.451Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-08T04:52:14.451Z] go: finding github.com/fatih/color v1.7.0 [2020-09-08T04:52:14.451Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-08T04:52:14.451Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-08T04:52:14.451Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-08T04:52:14.451Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-08T04:52:14.715Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-08T04:52:14.715Z] go: finding github.com/google/uuid v1.1.1 [2020-09-08T04:52:14.715Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-08T04:52:14.715Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-08T04:52:14.715Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-08T04:52:14.715Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-08T04:52:14.715Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-08T04:52:14.715Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-08T04:52:14.715Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-08T04:52:14.715Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-08T04:52:14.715Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-08T04:52:14.715Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-08T04:52:14.977Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-08T04:52:14.977Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-08T04:52:14.977Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-08T04:52:14.977Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-08T04:52:14.977Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-08T04:52:14.977Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-08T04:52:14.977Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-08T04:52:14.977Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-08T04:52:14.977Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-08T04:52:14.977Z] go: finding github.com/kr/pretty v0.1.0 [2020-09-08T04:52:14.977Z] go: finding github.com/kr/pty v1.1.1 [2020-09-08T04:52:15.240Z] go: finding github.com/kr/text v0.1.0 [2020-09-08T04:52:15.240Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-08T04:52:15.240Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-08T04:52:15.240Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-08T04:52:15.240Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-08T04:52:15.240Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-08T04:52:15.240Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-08T04:52:15.240Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-08T04:52:15.240Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-08T04:52:15.240Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-08T04:52:15.240Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-08T04:52:15.502Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-08T04:52:15.502Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-08T04:52:15.502Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-08T04:52:15.502Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-08T04:52:15.502Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-08T04:52:15.502Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-08T04:52:15.502Z] go: finding github.com/posener/complete v1.1.1 [2020-09-08T04:52:15.502Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-08T04:52:15.502Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-08T04:52:15.502Z] go: finding github.com/spf13/cast v1.3.1 [2020-09-08T04:52:15.502Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-08T04:52:15.502Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-08T04:52:15.767Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-08T04:52:15.767Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-08T04:52:15.767Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-09-08T04:52:15.767Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-08T04:52:15.767Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-08T04:52:15.767Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-09-08T04:52:15.767Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-09-08T04:52:15.767Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-08T04:52:15.767Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-08T04:52:24.087Z] Removing intermediate container 9b9c5ead5c30 [2020-09-08T04:52:24.087Z] ---> 2ea119da46fd [2020-09-08T04:52:24.087Z] Successfully built 2ea119da46fd [2020-09-08T04:52:24.087Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:52:25.091Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-08T04:52:25.091Z] . [Pipeline] withDockerContainer [2020-09-08T04:52:25.214Z] prd-centos7-docker-4c-2g-1789 does not seem to be running inside a container [2020-09-08T04:52:25.261Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-08T04:52:26.526Z] $ docker top feb4900079d5f3c85719c729e22ff2e7047d44410c3ea82a728db8d01f93fc22 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-08T04:52:27.125Z] + go version [2020-09-08T04:52:27.125Z] go version go1.13.13 linux/amd64 [Pipeline] sh [2020-09-08T04:52:27.451Z] + make test [2020-09-08T04:52:27.451Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-09-08T04:52:28.405Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-09-08T04:52:29.297Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-09-08T04:52:29.297Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.026s coverage: 28.3% of statements [2020-09-08T04:52:29.297Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-09-08T04:52:29.297Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-08T04:52:36.028Z] gofmt -l . [2020-09-08T04:52:36.028Z] ["`gofmt -l .`" = ""] [2020-09-08T04:52:36.028Z] ./bin/test-attribution-txt.sh [2020-09-08T04:52:36.028Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-08T04:52:37.016Z] Stashed 1 file(s) [Pipeline] } [2020-09-08T04:52:37.083Z] $ docker stop --time=1 145c1583d6a8a625146204b3ee27f8be3c65f60f9e565d18a6b25ecf24be2181 [2020-09-08T04:52:38.541Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-09-08T04:52:38.803Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.007s coverage: 28.3% of statements [2020-09-08T04:52:38.803Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-09-08T04:52:38.803Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-08T04:52:39.390Z] $ docker rm -f 145c1583d6a8a625146204b3ee27f8be3c65f60f9e565d18a6b25ecf24be2181 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2020-09-08T04:52:40.779Z] gofmt -l . [2020-09-08T04:52:41.043Z] ["`gofmt -l .`" = ""] [2020-09-08T04:52:41.043Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-09-08T04:52:41.425Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-08T04:52:41.633Z] ./bin/test-go-mod-tidy.sh [2020-09-08T04:52:41.838Z] + ls -al . [2020-09-08T04:52:41.838Z] total 136 [2020-09-08T04:52:41.838Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 8 04:52 . [2020-09-08T04:52:41.838Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 8 04:50 .. [2020-09-08T04:52:41.838Z] -rw-rw-r-- 1 jenkins jenkins 140 Sep 8 04:50 .dockerignore [2020-09-08T04:52:41.838Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 8 04:50 .git [2020-09-08T04:52:41.838Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 8 04:50 .github [2020-09-08T04:52:41.838Z] -rw-rw-r-- 1 jenkins jenkins 328 Sep 8 04:50 .gitignore [2020-09-08T04:52:41.838Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 8 04:50 .semver [2020-09-08T04:52:41.838Z] -rw-rw-r-- 1 jenkins jenkins 4678 Sep 8 04:50 Attribution.txt [2020-09-08T04:52:41.838Z] -rw-rw-r-- 1 jenkins jenkins 1784 Sep 8 04:50 Dockerfile [2020-09-08T04:52:41.838Z] -rw-rw-r-- 1 jenkins jenkins 953 Sep 8 04:50 Dockerfile.build [2020-09-08T04:52:41.838Z] -rw-rw-r-- 1 jenkins jenkins 700 Sep 8 04:50 Jenkinsfile [2020-09-08T04:52:41.838Z] -rw-rw-r-- 1 jenkins jenkins 11340 Sep 8 04:50 LICENSE [2020-09-08T04:52:41.838Z] -rw-rw-r-- 1 jenkins jenkins 902 Sep 8 04:50 Makefile [2020-09-08T04:52:41.838Z] -rw-rw-r-- 1 jenkins jenkins 444 Sep 8 04:50 README.md [2020-09-08T04:52:41.838Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 8 04:47 VERSION [2020-09-08T04:52:41.838Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 8 04:50 bin [2020-09-08T04:52:41.838Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 8 04:50 cmd [2020-09-08T04:52:41.838Z] -rw-r--r-- 1 jenkins jenkins 18939 Sep 8 04:52 coverage.out [2020-09-08T04:52:41.838Z] -rw-r--r-- 1 jenkins jenkins 510 Sep 8 04:52 go.mod [2020-09-08T04:52:41.838Z] -rw-r--r-- 1 jenkins jenkins 13621 Sep 8 04:52 go.sum [2020-09-08T04:52:41.838Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 8 04:50 internal [2020-09-08T04:52:41.838Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 8 04:50 mock [2020-09-08T04:52:41.838Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 8 04:50 snap [2020-09-08T04:52:41.838Z] -rw-rw-r-- 1 jenkins jenkins 227 Sep 8 04:50 version.go [Pipeline] isUnix [Pipeline] sh [Pipeline] stash [2020-09-08T04:52:42.117Z] Warning: overwriting stash ‘coverage-report’ [2020-09-08T04:52:42.259Z] + 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=e6856924589b46b10038e9fce567ea5232b81490 --label arch=arm64 --label version=0.0.0 . [2020-09-08T04:52:42.417Z] Stashed 1 file(s) [Pipeline] } [2020-09-08T04:52:42.437Z] $ docker stop --time=1 feb4900079d5f3c85719c729e22ff2e7047d44410c3ea82a728db8d01f93fc22 [2020-09-08T04:52:42.861Z] Sending build context to Docker daemon 628.7kB [2020-09-08T04:52:42.861Z] Step 1/22 : ARG BASE=golang:1.13-alpine [2020-09-08T04:52:42.861Z] Step 2/22 : FROM ${BASE} AS builder [2020-09-08T04:52:42.861Z] ---> e3fbda614d3a [2020-09-08T04:52:42.861Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-09-08T04:52:42.861Z] ---> Running in eb3f67f1bdb2 [2020-09-08T04:52:43.457Z] Removing intermediate container eb3f67f1bdb2 [2020-09-08T04:52:43.457Z] ---> 5f0b26c388f6 [2020-09-08T04:52:43.457Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-09-08T04:52:43.457Z] ---> Running in 71284cab47b3 [2020-09-08T04:52:44.056Z] Removing intermediate container 71284cab47b3 [2020-09-08T04:52:44.056Z] ---> 06099bb46df4 [2020-09-08T04:52:44.056Z] Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-08T04:52:44.056Z] ---> Running in 697c6f8fcfce [2020-09-08T04:52:44.786Z] $ docker rm -f feb4900079d5f3c85719c729e22ff2e7047d44410c3ea82a728db8d01f93fc22 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-08T04:52:45.910Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-08T04:52:46.239Z] + ls -al . [2020-09-08T04:52:46.239Z] total 100 [2020-09-08T04:52:46.239Z] drwxrwxr-x. 10 jenkins jenkins 4096 Sep 8 04:52 . [2020-09-08T04:52:46.239Z] drwxrwxr-x. 4 jenkins jenkins 28 Sep 8 04:51 .. [2020-09-08T04:52:46.239Z] -rw-rw-r--. 1 jenkins jenkins 4678 Sep 8 04:51 Attribution.txt [2020-09-08T04:52:46.239Z] drwxrwxr-x. 2 jenkins jenkins 87 Sep 8 04:51 bin [2020-09-08T04:52:46.239Z] drwxrwxr-x. 3 jenkins jenkins 32 Sep 8 04:51 cmd [2020-09-08T04:52:46.239Z] -rw-r--r--. 1 jenkins jenkins 18939 Sep 8 04:52 coverage.out [2020-09-08T04:52:46.239Z] -rw-rw-r--. 1 jenkins jenkins 1784 Sep 8 04:51 Dockerfile [2020-09-08T04:52:46.239Z] -rw-rw-r--. 1 jenkins jenkins 953 Sep 8 04:51 Dockerfile.build [2020-09-08T04:52:46.239Z] -rw-rw-r--. 1 jenkins jenkins 140 Sep 8 04:51 .dockerignore [2020-09-08T04:52:46.239Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 8 04:51 .git [2020-09-08T04:52:46.239Z] drwxrwxr-x. 2 jenkins jenkins 60 Sep 8 04:51 .github [2020-09-08T04:52:46.239Z] -rw-rw-r--. 1 jenkins jenkins 328 Sep 8 04:51 .gitignore [2020-09-08T04:52:46.239Z] -rw-r--r--. 1 jenkins jenkins 510 Sep 8 04:52 go.mod [2020-09-08T04:52:46.239Z] -rw-r--r--. 1 jenkins jenkins 13621 Sep 8 04:52 go.sum [2020-09-08T04:52:46.239Z] drwxrwxr-x. 3 jenkins jenkins 20 Sep 8 04:51 internal [2020-09-08T04:52:46.239Z] -rw-rw-r--. 1 jenkins jenkins 700 Sep 8 04:51 Jenkinsfile [2020-09-08T04:52:46.239Z] -rw-rw-r--. 1 jenkins jenkins 11340 Sep 8 04:51 LICENSE [2020-09-08T04:52:46.239Z] -rw-rw-r--. 1 jenkins jenkins 902 Sep 8 04:51 Makefile [2020-09-08T04:52:46.239Z] drwxrwxr-x. 2 jenkins jenkins 23 Sep 8 04:51 mock [2020-09-08T04:52:46.239Z] -rw-rw-r--. 1 jenkins jenkins 444 Sep 8 04:51 README.md [2020-09-08T04:52:46.239Z] drwxrwxr-x. 3 jenkins jenkins 58 Sep 8 04:51 .semver [2020-09-08T04:52:46.239Z] drwxrwxr-x. 4 jenkins jenkins 54 Sep 8 04:51 snap [2020-09-08T04:52:46.239Z] -rw-rw-r--. 1 jenkins jenkins 5 Sep 8 04:47 VERSION [2020-09-08T04:52:46.239Z] -rw-rw-r--. 1 jenkins jenkins 227 Sep 8 04:51 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:52:46.581Z] + 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=e6856924589b46b10038e9fce567ea5232b81490 --label arch=amd64 --label version=0.0.0 . [2020-09-08T04:52:46.582Z] Sending build context to Docker daemon 628.7kB [2020-09-08T04:52:46.672Z] Removing intermediate container 697c6f8fcfce [2020-09-08T04:52:46.672Z] ---> 3a9c28e65934 [2020-09-08T04:52:46.672Z] Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-08T04:52:46.672Z] ---> Running in 19d22768a2ba [2020-09-08T04:52:46.842Z] Step 1/22 : ARG BASE=golang:1.13-alpine [2020-09-08T04:52:46.842Z] Step 2/22 : FROM ${BASE} AS builder [2020-09-08T04:52:46.842Z] ---> 2ea119da46fd [2020-09-08T04:52:46.842Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-09-08T04:52:46.842Z] ---> Running in 35dcd67cda4d [2020-09-08T04:52:47.105Z] Removing intermediate container 35dcd67cda4d [2020-09-08T04:52:47.105Z] ---> acb172ea4f5b [2020-09-08T04:52:47.105Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-09-08T04:52:47.105Z] ---> Running in 1276a849ff54 [2020-09-08T04:52:47.367Z] Removing intermediate container 1276a849ff54 [2020-09-08T04:52:47.367Z] ---> e071b22b4c32 [2020-09-08T04:52:47.367Z] Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-08T04:52:47.367Z] ---> Running in 46af6f04c281 [2020-09-08T04:52:48.103Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-08T04:52:48.320Z] Removing intermediate container 46af6f04c281 [2020-09-08T04:52:48.320Z] ---> 09fcc9c0d1a0 [2020-09-08T04:52:48.320Z] Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-08T04:52:48.320Z] ---> Running in c8c3e2635017 [2020-09-08T04:52:48.583Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-08T04:52:49.077Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-08T04:52:49.970Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-08T04:52:50.919Z] OK: 237 MiB in 53 packages [2020-09-08T04:52:51.038Z] OK: 221 MiB in 53 packages [2020-09-08T04:52:51.494Z] Removing intermediate container c8c3e2635017 [2020-09-08T04:52:51.494Z] ---> 7198ec4c5053 [2020-09-08T04:52:51.495Z] Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-09-08T04:52:51.495Z] ---> Running in 3e51c6db8f7b [2020-09-08T04:52:51.756Z] Removing intermediate container 3e51c6db8f7b [2020-09-08T04:52:51.756Z] ---> 65446ec235ff [2020-09-08T04:52:51.756Z] Step 8/22 : COPY . . [2020-09-08T04:52:52.016Z] Removing intermediate container 19d22768a2ba [2020-09-08T04:52:52.016Z] ---> 38970eb7968d [2020-09-08T04:52:52.016Z] Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-09-08T04:52:52.016Z] ---> Running in c1ce746679cd [2020-09-08T04:52:52.340Z] ---> b4a6e6963eb2 [2020-09-08T04:52:52.340Z] Step 9/22 : ARG MAKE='make build' [2020-09-08T04:52:52.340Z] ---> Running in a3af9591be2a [2020-09-08T04:52:52.607Z] Removing intermediate container a3af9591be2a [2020-09-08T04:52:52.607Z] ---> f61fd34a8cd3 [2020-09-08T04:52:52.607Z] Step 10/22 : RUN $MAKE [2020-09-08T04:52:52.607Z] ---> Running in 6133fe3f8245 [2020-09-08T04:52:52.621Z] Removing intermediate container c1ce746679cd [2020-09-08T04:52:52.621Z] ---> caf7b01bc1eb [2020-09-08T04:52:52.621Z] Step 8/22 : COPY . . [2020-09-08T04:52:53.197Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd [2020-09-08T04:52:53.597Z] ---> d8288fcc3f4f [2020-09-08T04:52:53.597Z] Step 9/22 : ARG MAKE='make build' [2020-09-08T04:52:53.597Z] ---> Running in 0a6eb860e023 [2020-09-08T04:52:54.201Z] Removing intermediate container 0a6eb860e023 [2020-09-08T04:52:54.201Z] ---> ed42dde1283c [2020-09-08T04:52:54.201Z] Step 10/22 : RUN $MAKE [2020-09-08T04:52:54.201Z] ---> Running in f4b4fdddbd68 [2020-09-08T04:52:55.629Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd [2020-09-08T04:53:03.306Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-08T04:53:07.557Z] Removing intermediate container 6133fe3f8245 [2020-09-08T04:53:07.557Z] ---> f135efcae8d0 [2020-09-08T04:53:07.557Z] Step 11/22 : FROM alpine [2020-09-08T04:53:07.557Z] latest: Pulling from library/alpine [2020-09-08T04:53:07.557Z] df20fa9351a1: Already exists [2020-09-08T04:53:07.819Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-08T04:53:07.819Z] Status: Downloaded newer image for alpine:latest [2020-09-08T04:53:07.819Z] ---> a24bb4013296 [2020-09-08T04:53:07.819Z] Step 12/22 : ENV APP_PORT=49982 [2020-09-08T04:53:08.080Z] ---> Running in e130beac015d [2020-09-08T04:53:08.080Z] Removing intermediate container e130beac015d [2020-09-08T04:53:08.080Z] ---> ac8431f477ba [2020-09-08T04:53:08.080Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-08T04:53:08.343Z] ---> Running in 9bae29712928 [2020-09-08T04:53:08.343Z] Removing intermediate container 9bae29712928 [2020-09-08T04:53:08.343Z] ---> 69c66d474c47 [2020-09-08T04:53:08.343Z] Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-09-08T04:53:08.915Z] ---> 71498208656c [2020-09-08T04:53:08.915Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-09-08T04:53:09.177Z] ---> 70559d0660b8 [2020-09-08T04:53:09.177Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-09-08T04:53:09.441Z] ---> cabb6ca1ff99 [2020-09-08T04:53:09.441Z] Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-09-08T04:53:09.703Z] ---> Running in f7e2231bd995 [2020-09-08T04:53:09.703Z] Removing intermediate container f7e2231bd995 [2020-09-08T04:53:09.703Z] ---> b60911586431 [2020-09-08T04:53:09.703Z] Step 18/22 : ENTRYPOINT ["/device-mqtt"] [2020-09-08T04:53:09.703Z] ---> Running in 810d48053431 [2020-09-08T04:53:09.965Z] Removing intermediate container 810d48053431 [2020-09-08T04:53:09.965Z] ---> f2dc65d8489d [2020-09-08T04:53:09.965Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-08T04:53:09.965Z] ---> Running in 73f72d2e39e7 [2020-09-08T04:53:10.227Z] Removing intermediate container 73f72d2e39e7 [2020-09-08T04:53:10.227Z] ---> 527e734e9dac [2020-09-08T04:53:10.227Z] Step 20/22 : LABEL arch=amd64 [2020-09-08T04:53:10.227Z] ---> Running in 8afb48c81c49 [2020-09-08T04:53:10.489Z] Removing intermediate container 8afb48c81c49 [2020-09-08T04:53:10.489Z] ---> 4623642851e3 [2020-09-08T04:53:10.489Z] Step 21/22 : LABEL git_sha=e6856924589b46b10038e9fce567ea5232b81490 [2020-09-08T04:53:10.489Z] ---> Running in f729dfe19029 [2020-09-08T04:53:10.750Z] Removing intermediate container f729dfe19029 [2020-09-08T04:53:10.750Z] ---> 0a885598b2cb [2020-09-08T04:53:10.750Z] Step 22/22 : LABEL version=0.0.0 [2020-09-08T04:53:10.750Z] ---> Running in c5f1bcbbf3be [2020-09-08T04:53:10.750Z] Removing intermediate container c5f1bcbbf3be [2020-09-08T04:53:10.750Z] ---> 19c7ffa34524 [2020-09-08T04:53:10.750Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-08T04:53:11.015Z] Successfully built 19c7ffa34524 [2020-09-08T04:53:11.015Z] Successfully tagged docker-device-mqtt-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-09-08T04:53:22.459Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-08T04:53:26.905Z] Still waiting to schedule task [2020-09-08T04:53:26.905Z] Waiting for next available executor on ‘prd-centos7-docker-8c-8g-1791’ [2020-09-08T04:53:31.203Z] Removing intermediate container f4b4fdddbd68 [2020-09-08T04:53:31.203Z] ---> 9c8fb6a286fd [2020-09-08T04:53:31.203Z] Step 11/22 : FROM alpine [2020-09-08T04:53:31.203Z] latest: Pulling from library/alpine [2020-09-08T04:53:31.203Z] b538f80385f9: Already exists [2020-09-08T04:53:31.203Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-08T04:53:31.203Z] Status: Downloaded newer image for alpine:latest [2020-09-08T04:53:31.203Z] ---> 62ee0e9f8440 [2020-09-08T04:53:31.203Z] Step 12/22 : ENV APP_PORT=49982 [2020-09-08T04:53:31.203Z] ---> Running in 71107c6220c4 [2020-09-08T04:53:31.799Z] Removing intermediate container 71107c6220c4 [2020-09-08T04:53:31.799Z] ---> eb48295044f5 [2020-09-08T04:53:31.799Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-08T04:53:31.799Z] ---> Running in 34ab24b3eeb5 [2020-09-08T04:53:32.404Z] Removing intermediate container 34ab24b3eeb5 [2020-09-08T04:53:32.404Z] ---> b730c95c6304 [2020-09-08T04:53:32.404Z] Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-09-08T04:53:33.840Z] ---> b405ecf4dc77 [2020-09-08T04:53:33.840Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-09-08T04:53:34.448Z] ---> f498eb0b2bf0 [2020-09-08T04:53:34.448Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-09-08T04:53:35.061Z] ---> 68ddf0e80820 [2020-09-08T04:53:35.061Z] Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-09-08T04:53:35.342Z] ---> Running in d133badcdefc [2020-09-08T04:53:35.940Z] Removing intermediate container d133badcdefc [2020-09-08T04:53:35.940Z] ---> 1b0f5d6aa5ca [2020-09-08T04:53:35.940Z] Step 18/22 : ENTRYPOINT ["/device-mqtt"] [2020-09-08T04:53:35.940Z] ---> Running in fdd14a7bffd4 [2020-09-08T04:53:36.534Z] Removing intermediate container fdd14a7bffd4 [2020-09-08T04:53:36.534Z] ---> f6944251c115 [2020-09-08T04:53:36.534Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-08T04:53:36.534Z] ---> Running in 5be28bf997d5 [2020-09-08T04:53:37.146Z] Removing intermediate container 5be28bf997d5 [2020-09-08T04:53:37.146Z] ---> fd933e0432cd [2020-09-08T04:53:37.146Z] Step 20/22 : LABEL arch=arm64 [2020-09-08T04:53:37.146Z] ---> Running in 1e32769f16bf [2020-09-08T04:53:37.767Z] Removing intermediate container 1e32769f16bf [2020-09-08T04:53:37.767Z] ---> 282d5250d928 [2020-09-08T04:53:37.767Z] Step 21/22 : LABEL git_sha=e6856924589b46b10038e9fce567ea5232b81490 [2020-09-08T04:53:37.767Z] ---> Running in 252d03fa9d79 [2020-09-08T04:53:38.048Z] Removing intermediate container 252d03fa9d79 [2020-09-08T04:53:38.048Z] ---> f3e385380982 [2020-09-08T04:53:38.048Z] Step 22/22 : LABEL version=0.0.0 [2020-09-08T04:53:38.337Z] ---> Running in 6e29c91da6c5 [2020-09-08T04:53:38.618Z] Removing intermediate container 6e29c91da6c5 [2020-09-08T04:53:38.618Z] ---> 0307b311d5c6 [2020-09-08T04:53:38.618Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-08T04:53:38.618Z] Successfully built 0307b311d5c6 [2020-09-08T04:53:38.898Z] Successfully tagged docker-device-mqtt-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-09-08T04:53:54.781Z] Still waiting to schedule task [2020-09-08T04:53:54.781Z] All nodes of label ‘ubuntu18.04-docker-arm64-16c-16g’ are offline [2020-09-08T04:54:50.679Z] Running on prd-centos7-docker-8c-8g-1793 in /w/workspace/gexfoundry_device-mqtt-go_PR-170 [Pipeline] { [Pipeline] ws [2020-09-08T04:54:50.846Z] Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout [2020-09-08T04:54:52.700Z] using credential edgex-jenkins-ssh [2020-09-08T04:54:52.748Z] Cloning the remote Git repository [2020-09-08T04:54:52.748Z] Cloning with configured refspecs honoured and without tags [2020-09-08T04:54:52.478Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T04:54:52.607Z] > git init /w/workspace/device-mqtt-go/1 # timeout=10 [2020-09-08T04:54:52.664Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T04:54:52.664Z] > git --version # timeout=10 [2020-09-08T04:54:52.670Z] > git --version # 'git version 2.16.5' [2020-09-08T04:54:52.671Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T04:54:52.696Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/170/head:refs/remotes/origin/PR-170 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T04:54:53.438Z] Fetching without tags [2020-09-08T04:54:53.822Z] Merging remotes/origin/master commit fe2df51579bf0cce1b2e428c0c04fcb23a980c4d into PR head commit e6856924589b46b10038e9fce567ea5232b81490 [2020-09-08T04:54:53.885Z] Merge succeeded, producing e6856924589b46b10038e9fce567ea5232b81490 [2020-09-08T04:54:53.885Z] Checking out Revision e6856924589b46b10038e9fce567ea5232b81490 (PR-170) [2020-09-08T04:54:53.177Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-08T04:54:53.185Z] > git config --add remote.origin.fetch +refs/pull/170/head:refs/remotes/origin/PR-170 # timeout=10 [2020-09-08T04:54:53.189Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T04:54:53.198Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-08T04:54:53.206Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T04:54:53.206Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T04:54:53.209Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/170/head:refs/remotes/origin/PR-170 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T04:54:53.626Z] > git config core.sparsecheckout # timeout=10 [2020-09-08T04:54:53.631Z] > git checkout -f e6856924589b46b10038e9fce567ea5232b81490 # timeout=10 [2020-09-08T04:54:53.662Z] > git remote # timeout=10 [2020-09-08T04:54:53.665Z] > git config --get remote.origin.url # timeout=10 [2020-09-08T04:54:53.669Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T04:54:53.672Z] > git merge fe2df51579bf0cce1b2e428c0c04fcb23a980c4d # timeout=10 [2020-09-08T04:54:53.682Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-08T04:54:53.689Z] > git config core.sparsecheckout # timeout=10 [2020-09-08T04:54:53.692Z] > git checkout -f e6856924589b46b10038e9fce567ea5232b81490 # timeout=10 [2020-09-08T04:54:57.173Z] Commit message: "Bump github.com/spf13/cast from 1.3.0 to 1.3.1" [2020-09-08T04:54:57.196Z] > git --version # timeout=10 [2020-09-08T04:54:57.199Z] > git --version # 'git version 2.16.5' [2020-09-08T04:54:57.203Z] fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-08T04:54:58.494Z] ++ grep snapcraft.yaml [2020-09-08T04:54:58.494Z] ++ find /w/workspace/device-mqtt-go/1 [2020-09-08T04:54:58.494Z] + grep -Po '^name: \K(.*)' /w/workspace/device-mqtt-go/1/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-08T04:54:58.694Z] provisioning config files... [2020-09-08T04:54:58.704Z] copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/1@tmp/config6112077347898240364tmp [Pipeline] { [Pipeline] sh [2020-09-08T04:54:59.120Z] + cp /w/workspace/device-mqtt-go/1@tmp/config6112077347898240364tmp /w/workspace/device-mqtt-go/1/edgex-snap-store-login [Pipeline] sh [2020-09-08T04:54:59.437Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/1:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-09-08T04:54:59.437Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-09-08T04:54:59.703Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-09-08T04:54:59.703Z] f08d8e2a3ba1: Pulling fs layer [2020-09-08T04:54:59.703Z] 3baa9cb2483b: Pulling fs layer [2020-09-08T04:54:59.703Z] 94e5ff4c0b15: Pulling fs layer [2020-09-08T04:54:59.703Z] 1860925334f9: Pulling fs layer [2020-09-08T04:54:59.703Z] 2daf38717194: Pulling fs layer [2020-09-08T04:54:59.703Z] 309017e8d7a4: Pulling fs layer [2020-09-08T04:54:59.703Z] f7790dc9fd0f: Pulling fs layer [2020-09-08T04:54:59.703Z] cac0ae9282c2: Pulling fs layer [2020-09-08T04:54:59.703Z] 1f4cadf9a1ed: Pulling fs layer [2020-09-08T04:54:59.703Z] 1860925334f9: Waiting [2020-09-08T04:54:59.703Z] 2daf38717194: Waiting [2020-09-08T04:54:59.703Z] 309017e8d7a4: Waiting [2020-09-08T04:54:59.703Z] f7790dc9fd0f: Waiting [2020-09-08T04:54:59.703Z] cac0ae9282c2: Waiting [2020-09-08T04:54:59.703Z] 1f4cadf9a1ed: Waiting [2020-09-08T04:54:59.704Z] 3baa9cb2483b: Download complete [2020-09-08T04:54:59.704Z] 94e5ff4c0b15: Download complete [2020-09-08T04:54:59.704Z] 1860925334f9: Verifying Checksum [2020-09-08T04:54:59.704Z] 1860925334f9: Download complete [2020-09-08T04:54:59.704Z] 309017e8d7a4: Verifying Checksum [2020-09-08T04:54:59.704Z] 309017e8d7a4: Download complete [2020-09-08T04:54:59.704Z] f7790dc9fd0f: Verifying Checksum [2020-09-08T04:54:59.704Z] f7790dc9fd0f: Download complete [2020-09-08T04:54:59.704Z] cac0ae9282c2: Verifying Checksum [2020-09-08T04:54:59.704Z] cac0ae9282c2: Download complete [2020-09-08T04:54:59.704Z] 1f4cadf9a1ed: Verifying Checksum [2020-09-08T04:54:59.704Z] 1f4cadf9a1ed: Download complete [2020-09-08T04:55:00.646Z] f08d8e2a3ba1: Verifying Checksum [2020-09-08T04:55:00.646Z] f08d8e2a3ba1: Download complete [2020-09-08T04:55:01.590Z] f08d8e2a3ba1: Pull complete [2020-09-08T04:55:01.858Z] 3baa9cb2483b: Pull complete [2020-09-08T04:55:01.858Z] 94e5ff4c0b15: Pull complete [2020-09-08T04:55:02.119Z] 1860925334f9: Pull complete [2020-09-08T04:55:05.418Z] 2daf38717194: Verifying Checksum [2020-09-08T04:55:05.418Z] 2daf38717194: Download complete [2020-09-08T04:55:23.532Z] 2daf38717194: Pull complete [2020-09-08T04:55:23.532Z] 309017e8d7a4: Pull complete [2020-09-08T04:55:23.532Z] f7790dc9fd0f: Pull complete [2020-09-08T04:55:23.532Z] cac0ae9282c2: Pull complete [2020-09-08T04:55:23.532Z] 1f4cadf9a1ed: Pull complete [2020-09-08T04:55:23.532Z] Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 [2020-09-08T04:55:23.532Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-09-08T04:55:24.475Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-09-08T04:55:24.475Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-09-08T04:55:24.742Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-09-08T04:55:25.002Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-09-08T04:55:25.002Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [116 kB] [2020-09-08T04:55:25.002Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1384 kB] [2020-09-08T04:55:25.002Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [10.1 kB] [2020-09-08T04:55:25.003Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1089 kB] [2020-09-08T04:55:25.263Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [896 kB] [2020-09-08T04:55:25.522Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1425 kB] [2020-09-08T04:55:25.522Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.7 kB] [2020-09-08T04:55:25.522Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [132 kB] [2020-09-08T04:55:25.782Z] Fetched 5332 kB in 2s (3484 kB/s) [2020-09-08T04:55:27.175Z] Reading package lists... [2020-09-08T04:55:30.476Z] 0% [Working] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-09-08T04:55:30.476Z] 0% [Waiting for headers] [Waiting for headers] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-09-08T04:55:30.476Z] 0% [Waiting for headers] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-09-08T04:55:30.476Z] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] 0% [Waiting for headers] 0% [2 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-09-08T04:55:32.090Z] 0% [2 InRelease gpgv 88.7 kB] 0% [Working] 0% [3 InRelease gpgv 88.7 kB] 0% [Working] 0% [4 InRelease gpgv 74.6 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 61% Reading package lists... 64% Reading package lists... 64% Reading package lists... 65% Reading package lists... 65% Reading package lists... 74% Reading package lists... 74% Reading package lists... 75% Reading package lists... 75% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-09-08T04:55:34.001Z] Installing build dependencies: curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 libperl5.26 make netbase patch perl perl-modules-5.26 [2020-09-08T04:55:35.092Z] 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... 62% Reading package lists... 64% Reading package lists... 64% Reading package lists... 65% Reading package lists... 65% Reading package lists... 74% Reading package lists... 74% Reading package lists... 75% Reading package lists... 75% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-09-08T04:55:35.092Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree [2020-09-08T04:55:35.092Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-09-08T04:55:35.354Z] The following packages were automatically installed and are no longer required: [2020-09-08T04:55:35.354Z] libjq1 libonig4 [2020-09-08T04:55:35.354Z] Use 'sudo apt autoremove' to remove them. [2020-09-08T04:55:35.354Z] Suggested packages: [2020-09-08T04:55:35.354Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-09-08T04:55:35.354Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed [2020-09-08T04:55:35.354Z] diffutils-doc perl-doc libterm-readline-gnu-perl [2020-09-08T04:55:35.354Z] | libterm-readline-perl-perl [2020-09-08T04:55:35.354Z] The following NEW packages will be installed: [2020-09-08T04:55:35.354Z] curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 [2020-09-08T04:55:35.354Z] libperl5.26 make netbase patch perl perl-modules-5.26 [2020-09-08T04:55:35.354Z] 0 upgraded, 14 newly installed, 0 to remove and 3 not upgraded. [2020-09-08T04:55:35.354Z] Need to get 12.0 MB of archives. [2020-09-08T04:55:35.354Z] After this operation, 77.5 MB of additional disk space will be used. [2020-09-08T04:55:35.615Z] 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-09-08T04:55:36.447Z] 0% [1 perl-modules-5.26 12.6 kB/2763 kB 0%] 5% [1 perl-modules-5.26 697 kB/2763 kB 25%] 20% [Working] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-09-08T04:55:36.447Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-09-08T04:55:36.447Z] 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-08T04:55:36.447Z] 23% [4 libperl5.26 43.5 kB/3527 kB 1%] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] [2020-09-08T04:55:36.714Z] 48% [5 perl 55.0 kB/201 kB 27%] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-09-08T04:55:36.714Z] 51% [6 less 65.5 kB/112 kB 59%] 53% [Waiting for headers] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-09-08T04:55:36.714Z] 53% [7 netbase 12.7 kB/12.7 kB 100%] 54% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] [2020-09-08T04:55:36.714Z] 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-08T04:55:36.714Z] 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-08T04:55:36.714Z] 60% [10 liberror-perl 22.8 kB/22.8 kB 100%] 61% [Waiting for headers] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-09-08T04:55:36.714Z] 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-08T04:55:36.714Z] 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-08T04:55:36.714Z] 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-08T04:55:36.714Z] 98% [14 patch 9523 B/102 kB 9%] 100% [Working] Fetched 12.0 MB in 1s (8529 kB/s) [2020-09-08T04:55:36.977Z] debconf: delaying package configuration, since apt-utils is not installed [2020-09-08T04:55:36.977Z] Selecting previously unselected package perl-modules-5.26. [2020-09-08T04:55:36.977Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9889 files and directories currently installed.) [2020-09-08T04:55:36.977Z] Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-09-08T04:55:36.977Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-08T04:55:37.915Z] Selecting previously unselected package libgdbm5:amd64. [2020-09-08T04:55:37.915Z] Preparing to unpack .../01-libgdbm5_1.14.1-6_amd64.deb ... [2020-09-08T04:55:37.915Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-09-08T04:55:37.915Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-09-08T04:55:37.915Z] Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-09-08T04:55:37.915Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-09-08T04:55:37.915Z] Selecting previously unselected package libperl5.26:amd64. [2020-09-08T04:55:37.915Z] Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-09-08T04:55:38.178Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-09-08T04:55:38.747Z] Selecting previously unselected package perl. [2020-09-08T04:55:38.747Z] Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-09-08T04:55:38.747Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-09-08T04:55:38.747Z] Selecting previously unselected package less. [2020-09-08T04:55:38.747Z] Preparing to unpack .../05-less_487-0.1_amd64.deb ... [2020-09-08T04:55:38.747Z] Unpacking less (487-0.1) ... [2020-09-08T04:55:38.747Z] Selecting previously unselected package netbase. [2020-09-08T04:55:38.747Z] Preparing to unpack .../06-netbase_5.4_all.deb ... [2020-09-08T04:55:38.747Z] Unpacking netbase (5.4) ... [2020-09-08T04:55:38.747Z] Selecting previously unselected package curl. [2020-09-08T04:55:38.747Z] Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_amd64.deb ... [2020-09-08T04:55:38.747Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-09-08T04:55:39.007Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-09-08T04:55:39.007Z] Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... [2020-09-08T04:55:39.007Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-09-08T04:55:39.007Z] Selecting previously unselected package liberror-perl. [2020-09-08T04:55:39.007Z] Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... [2020-09-08T04:55:39.007Z] Unpacking liberror-perl (0.17025-1) ... [2020-09-08T04:55:39.007Z] Selecting previously unselected package git-man. [2020-09-08T04:55:39.007Z] Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-09-08T04:55:39.007Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-08T04:55:39.266Z] Selecting previously unselected package git. [2020-09-08T04:55:39.266Z] Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-09-08T04:55:39.266Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-09-08T04:55:39.836Z] Selecting previously unselected package make. [2020-09-08T04:55:39.836Z] Preparing to unpack .../12-make_4.1-9.1ubuntu1_amd64.deb ... [2020-09-08T04:55:39.836Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-09-08T04:55:39.836Z] Selecting previously unselected package patch. [2020-09-08T04:55:39.836Z] Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-09-08T04:55:39.836Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-09-08T04:55:39.836Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-08T04:55:39.836Z] Setting up less (487-0.1) ... [2020-09-08T04:55:40.095Z] Setting up make (4.1-9.1ubuntu1) ... [2020-09-08T04:55:40.095Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-09-08T04:55:40.095Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-09-08T04:55:40.095Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-08T04:55:40.095Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-09-08T04:55:40.095Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-09-08T04:55:40.095Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-09-08T04:55:40.095Z] Setting up netbase (5.4) ... [2020-09-08T04:55:40.355Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-09-08T04:55:40.355Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-09-08T04:55:40.355Z] Setting up liberror-perl (0.17025-1) ... [2020-09-08T04:55:40.355Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-09-08T04:55:40.355Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-09-08T04:55:40.355Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-09-08T04:55:41.736Z] curl set to automatically installed. [2020-09-08T04:55:41.998Z] git set to automatically installed. [2020-09-08T04:55:41.998Z] git-man set to automatically installed. [2020-09-08T04:55:41.998Z] less set to automatically installed. [2020-09-08T04:55:41.998Z] libcurl3-gnutls set to automatically installed. [2020-09-08T04:55:41.998Z] liberror-perl set to automatically installed. [2020-09-08T04:55:41.998Z] libgdbm-compat4 set to automatically installed. [2020-09-08T04:55:41.998Z] libgdbm5 set to automatically installed. [2020-09-08T04:55:41.998Z] libperl5.26 set to automatically installed. [2020-09-08T04:55:41.998Z] make set to automatically installed. [2020-09-08T04:55:41.998Z] netbase set to automatically installed. [2020-09-08T04:55:41.998Z] patch set to automatically installed. [2020-09-08T04:55:41.998Z] perl set to automatically installed. [2020-09-08T04:55:41.998Z] perl-modules-5.26 set to automatically installed. [2020-09-08T04:55:41.998Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-09-08T04:55:41.998Z] Please ensure the environment is properly setup before continuing. [2020-09-08T04:55:41.998Z] Ignore this message if the appropriate measures have already been taken [2020-09-08T04:55:42.569Z] Pulling go  [2020-09-08T04:55:43.515Z] 'device-mqtt' has dependencies that need to be staged: go [2020-09-08T04:55:43.515Z] Skipping pull go (already ran) [2020-09-08T04:55:43.515Z] Building go  [2020-09-08T04:55:43.515Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-08T04:55:43.515Z] Dload Upload Total Spent Left Speed [2020-09-08T04:55:45.307Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 33 114M 33 38.1M 0 0 49.6M 0 0:00:02 --:--:-- 0:00:02 49.6M 88 114M 88 101M 0 0 57.6M 0 0:00:01 0:00:01 --:--:-- 57.5M 100 114M 100 114M 0 0 58.5M 0 0:00:01 0:00:01 --:--:-- 58.5M [2020-09-08T04:55:46.256Z] go1.13.5.linux-amd64.tar.gz: OK [2020-09-08T04:55:52.842Z] Staging go  [2020-09-08T04:55:52.842Z] Pulling device-mqtt  [2020-09-08T04:55:53.779Z] Skipping build go (already ran) [2020-09-08T04:55:53.779Z] Building device-mqtt  [2020-09-08T04:55:53.779Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.1" -o cmd/device-mqtt ./cmd [2020-09-08T04:55:54.718Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-08T04:55:54.718Z] go: downloading github.com/spf13/cast v1.3.1 [2020-09-08T04:55:54.718Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-08T04:55:54.718Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-08T04:55:54.718Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-09-08T04:55:54.718Z] go: extracting github.com/spf13/cast v1.3.1 [2020-09-08T04:55:54.718Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-09-08T04:55:54.718Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-08T04:55:54.718Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-08T04:55:54.718Z] go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-08T04:55:54.718Z] go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-08T04:55:54.718Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-09-08T04:55:54.718Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-08T04:55:54.718Z] go: downloading github.com/google/uuid v1.1.1 [2020-09-08T04:55:54.718Z] go: extracting github.com/google/uuid v1.1.1 [2020-09-08T04:55:54.718Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-09-08T04:55:54.718Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-08T04:55:54.718Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-09-08T04:55:54.718Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-08T04:55:54.718Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-09-08T04:55:54.718Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-08T04:55:54.718Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-08T04:55:54.718Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-09-08T04:55:54.718Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-09-08T04:55:54.718Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-08T04:55:54.718Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-09-08T04:55:54.718Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-08T04:55:54.718Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-08T04:55:54.718Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-09-08T04:55:54.718Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-09-08T04:55:54.718Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-08T04:55:54.718Z] go: downloading github.com/pkg/errors v0.8.1 [2020-09-08T04:55:54.718Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-09-08T04:55:54.718Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-09-08T04:55:54.718Z] go: downloading github.com/x448/float16 v0.8.4 [2020-09-08T04:55:54.718Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-08T04:55:54.718Z] go: extracting github.com/pkg/errors v0.8.1 [2020-09-08T04:55:54.718Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-09-08T04:55:54.718Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-08T04:55:54.718Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-09-08T04:55:54.718Z] go: extracting github.com/x448/float16 v0.8.4 [2020-09-08T04:55:54.718Z] go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-08T04:55:54.718Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-09-08T04:55:54.980Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-08T04:55:54.980Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-08T04:55:54.980Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-09-08T04:55:54.980Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-09-08T04:55:54.980Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-09-08T04:55:54.980Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-08T04:55:54.980Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-08T04:55:54.980Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-09-08T04:55:54.980Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-09-08T04:55:54.980Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-08T04:55:54.980Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-09-08T04:55:54.980Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-08T04:55:54.980Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-09-08T04:55:54.980Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-08T04:55:54.980Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-09-08T04:55:54.980Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-09-08T04:55:54.980Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-09-08T04:55:54.980Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-08T04:55:54.980Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-08T04:55:54.980Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-08T04:55:54.980Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-08T04:55:54.980Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-09-08T04:55:54.980Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-09-08T04:55:54.980Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-08T04:55:54.980Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-08T04:55:54.980Z] go: finding github.com/spf13/cast v1.3.1 [2020-09-08T04:55:54.980Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-09-08T04:55:54.980Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-08T04:55:55.243Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-08T04:55:55.243Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-08T04:55:55.243Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-08T04:55:55.243Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-08T04:55:55.243Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-08T04:55:55.243Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-08T04:55:55.243Z] go: finding github.com/google/uuid v1.1.1 [2020-09-08T04:55:55.243Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-08T04:55:55.243Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-08T04:55:55.243Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-08T04:55:55.243Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-08T04:55:55.243Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-08T04:55:55.243Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-08T04:55:55.243Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-08T04:55:55.243Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-08T04:55:55.243Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-08T04:55:55.243Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-08T04:55:55.243Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-08T04:55:55.243Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-08T04:55:55.243Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-08T04:55:55.243Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-08T04:55:55.243Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-08T04:55:55.243Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-08T04:55:55.243Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-08T04:55:55.243Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-08T04:55:55.243Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-08T04:55:55.243Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-08T04:55:55.243Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-08T04:56:00.577Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-08T04:56:04.780Z] Skipping stage go (already ran) [2020-09-08T04:56:04.781Z] Staging device-mqtt  [2020-09-08T04:56:05.044Z] Priming go  [2020-09-08T04:56:05.988Z] Priming device-mqtt  [2020-09-08T04:56:06.948Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-09-08T04:56:06.948Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-09-08T04:56:06.948Z] Determining the version from the project repo (version-script). [2020-09-08T04:56:06.948Z] The version has been set to '1.2.1-20200908+e685692' [2020-09-08T04:56:07.514Z] Snapping | Snapping / Snapping - Snapping \ Snapping | [2020-09-08T04:56:07.514Z] Snapped edgex-device-mqtt_1.2.1-20200908+e685692_amd64.snap [Pipeline] } [2020-09-08T04:56:10.086Z] 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-08T04:56:56.076Z] Running on prd-ubuntu18.04-docker-arm64-16c-16g-1794 in /w/workspace/gexfoundry_device-mqtt-go_PR-170 [Pipeline] { [Pipeline] ws [2020-09-08T04:56:56.184Z] Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout [2020-09-08T04:57:00.219Z] using credential edgex-jenkins-ssh [2020-09-08T04:57:00.304Z] Cloning the remote Git repository [2020-09-08T04:57:00.304Z] Cloning with configured refspecs honoured and without tags [2020-09-08T04:57:00.376Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T04:57:00.477Z] > git init /w/workspace/device-mqtt-go/1 # timeout=10 [2020-09-08T04:57:00.540Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T04:57:00.541Z] > git --version # timeout=10 [2020-09-08T04:57:00.556Z] > git --version # 'git version 2.17.1' [2020-09-08T04:57:00.558Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T04:57:00.603Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/170/head:refs/remotes/origin/PR-170 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T04:57:01.311Z] Fetching without tags [2020-09-08T04:57:01.812Z] Merging remotes/origin/master commit fe2df51579bf0cce1b2e428c0c04fcb23a980c4d into PR head commit e6856924589b46b10038e9fce567ea5232b81490 [2020-09-08T04:57:01.979Z] Merge succeeded, producing e6856924589b46b10038e9fce567ea5232b81490 [2020-09-08T04:57:01.980Z] Checking out Revision e6856924589b46b10038e9fce567ea5232b81490 (PR-170) [2020-09-08T04:57:01.267Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-08T04:57:01.281Z] > git config --add remote.origin.fetch +refs/pull/170/head:refs/remotes/origin/PR-170 # timeout=10 [2020-09-08T04:57:01.294Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T04:57:01.317Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-08T04:57:01.341Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T04:57:01.342Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T04:57:01.357Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/170/head:refs/remotes/origin/PR-170 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T04:57:01.848Z] > git config core.sparsecheckout # timeout=10 [2020-09-08T04:57:01.860Z] > git checkout -f e6856924589b46b10038e9fce567ea5232b81490 # timeout=10 [2020-09-08T04:57:01.930Z] > git remote # timeout=10 [2020-09-08T04:57:01.945Z] > git config --get remote.origin.url # timeout=10 [2020-09-08T04:57:01.956Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T04:57:01.965Z] > git merge fe2df51579bf0cce1b2e428c0c04fcb23a980c4d # timeout=10 [2020-09-08T04:57:01.986Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-08T04:57:02.004Z] > git config core.sparsecheckout # timeout=10 [2020-09-08T04:57:02.013Z] > git checkout -f e6856924589b46b10038e9fce567ea5232b81490 # timeout=10 [2020-09-08T04:57:06.169Z] Commit message: "Bump github.com/spf13/cast from 1.3.0 to 1.3.1" [2020-09-08T04:57:06.237Z] > git --version # timeout=10 [2020-09-08T04:57:06.246Z] > git --version # 'git version 2.17.1' [2020-09-08T04:57:06.254Z] fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-08T04:57:07.640Z] + find /w/workspace/device-mqtt-go/1 [2020-09-08T04:57:07.640Z] + grep snapcraft.yaml [2020-09-08T04:57:07.640Z] + grep -Po ^name: \K(.*) /w/workspace/device-mqtt-go/1/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-08T04:57:07.935Z] provisioning config files... [2020-09-08T04:57:07.961Z] copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/1@tmp/config7226079571046137698tmp [Pipeline] { [Pipeline] sh [2020-09-08T04:57:08.395Z] + cp /w/workspace/device-mqtt-go/1@tmp/config7226079571046137698tmp /w/workspace/device-mqtt-go/1/edgex-snap-store-login [Pipeline] sh [2020-09-08T04:57:08.758Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/1:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-09-08T04:57:09.355Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-09-08T04:57:09.632Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-09-08T04:57:09.632Z] 237528ba509b: Pulling fs layer [2020-09-08T04:57:09.632Z] 393b96f31d8b: Pulling fs layer [2020-09-08T04:57:09.632Z] 4d82b0e39008: Pulling fs layer [2020-09-08T04:57:09.632Z] e7ca375b8d34: Pulling fs layer [2020-09-08T04:57:09.632Z] e7ca375b8d34: Waiting [2020-09-08T04:57:09.632Z] 418f656485bb: Pulling fs layer [2020-09-08T04:57:09.632Z] aebe8db9254c: Pulling fs layer [2020-09-08T04:57:09.632Z] 4f5f7b207d3f: Pulling fs layer [2020-09-08T04:57:09.632Z] d19ca6af091a: Pulling fs layer [2020-09-08T04:57:09.632Z] 16b5a0711add: Pulling fs layer [2020-09-08T04:57:09.909Z] 418f656485bb: Waiting [2020-09-08T04:57:09.909Z] aebe8db9254c: Waiting [2020-09-08T04:57:09.909Z] 4f5f7b207d3f: Waiting [2020-09-08T04:57:09.909Z] d19ca6af091a: Waiting [2020-09-08T04:57:09.909Z] 16b5a0711add: Waiting [2020-09-08T04:57:09.909Z] 4d82b0e39008: Verifying Checksum [2020-09-08T04:57:09.909Z] 4d82b0e39008: Download complete [2020-09-08T04:57:09.909Z] 393b96f31d8b: Download complete [2020-09-08T04:57:09.909Z] e7ca375b8d34: Verifying Checksum [2020-09-08T04:57:09.909Z] e7ca375b8d34: Download complete [2020-09-08T04:57:09.909Z] aebe8db9254c: Verifying Checksum [2020-09-08T04:57:09.909Z] aebe8db9254c: Download complete [2020-09-08T04:57:09.909Z] 4f5f7b207d3f: Download complete [2020-09-08T04:57:09.909Z] d19ca6af091a: Download complete [2020-09-08T04:57:09.909Z] 16b5a0711add: Verifying Checksum [2020-09-08T04:57:09.909Z] 16b5a0711add: Download complete [2020-09-08T04:57:10.891Z] 237528ba509b: Download complete [2020-09-08T04:57:13.522Z] 237528ba509b: Pull complete [2020-09-08T04:57:14.123Z] 393b96f31d8b: Pull complete [2020-09-08T04:57:14.398Z] 4d82b0e39008: Pull complete [2020-09-08T04:57:14.997Z] e7ca375b8d34: Pull complete [2020-09-08T04:57:20.386Z] 418f656485bb: Verifying Checksum [2020-09-08T04:57:20.386Z] 418f656485bb: Download complete [2020-09-08T04:58:07.358Z] 418f656485bb: Pull complete [2020-09-08T04:58:07.358Z] aebe8db9254c: Pull complete [2020-09-08T04:58:07.358Z] 4f5f7b207d3f: Pull complete [2020-09-08T04:58:07.358Z] d19ca6af091a: Pull complete [2020-09-08T04:58:07.358Z] 16b5a0711add: Pull complete [2020-09-08T04:58:07.358Z] Digest: sha256:9ca9034cebc7408d83a32dada391ac179c4174cde852b5731596ec8e47bf0b3e [2020-09-08T04:58:07.358Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-09-08T04:58:07.358Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-09-08T04:58:07.358Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-09-08T04:58:07.358Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-09-08T04:58:07.358Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-09-08T04:58:07.358Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [942 kB] [2020-09-08T04:58:07.635Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1259 kB] [2020-09-08T04:58:08.233Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [782 kB] [2020-09-08T04:58:08.233Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [671 kB] [2020-09-08T04:58:08.829Z] Fetched 3906 kB in 2s (1648 kB/s) [2020-09-08T04:58:13.128Z] Reading package lists... [2020-09-08T04:58:25.501Z] 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-09-08T04:58:25.501Z] 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [2020-09-08T04:58:25.501Z] 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [2020-09-08T04:58:25.774Z] 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [2020-09-08T04:58:31.248Z] 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... 10% Reading package lists... 30% Reading package lists... 50% Reading package lists... 69% 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... 88% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-09-08T04:58:37.942Z] Installing build dependencies: curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 libperl5.26 make netbase patch perl perl-modules-5.26 [2020-09-08T04:58:41.507Z] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 9% Reading package lists... 30% Reading package lists... 51% Reading package lists... 71% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-09-08T04:58:42.347Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 56% Building dependency tree [2020-09-08T04:58:42.347Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-09-08T04:58:43.323Z] The following packages were automatically installed and are no longer required: [2020-09-08T04:58:43.323Z] libjq1 libonig4 [2020-09-08T04:58:43.323Z] Use 'sudo apt autoremove' to remove them. [2020-09-08T04:58:43.323Z] Suggested packages: [2020-09-08T04:58:43.323Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-09-08T04:58:43.323Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed [2020-09-08T04:58:43.323Z] diffutils-doc perl-doc libterm-readline-gnu-perl [2020-09-08T04:58:43.323Z] | libterm-readline-perl-perl [2020-09-08T04:58:43.593Z] The following NEW packages will be installed: [2020-09-08T04:58:43.593Z] curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 [2020-09-08T04:58:43.593Z] libperl5.26 make netbase patch perl perl-modules-5.26 [2020-09-08T04:58:43.863Z] 0 upgraded, 14 newly installed, 0 to remove and 3 not upgraded. [2020-09-08T04:58:43.863Z] Need to get 10.8 MB of archives. [2020-09-08T04:58:43.863Z] After this operation, 73.6 MB of additional disk space will be used. [2020-09-08T04:58:43.863Z] 0% [Working] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-09-08T04:58:44.989Z] 0% [1 perl-modules-5.26 13.8 kB/2763 kB 0%] 6% [1 perl-modules-5.26 787 kB/2763 kB 28%] 22% [Working] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] [2020-09-08T04:58:44.989Z] 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-08T04:58:44.989Z] 24% [3 libgdbm-compat4 5536 B/5536 B 100%] 25% [Working] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] [2020-09-08T04:58:45.578Z] 25% [4 libperl5.26 0 B/3326 kB 0%] 48% [4 libperl5.26 3148 kB/3326 kB 95%] 51% [Working] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] [2020-09-08T04:58:45.578Z] 51% [5 perl 42.3 kB/201 kB 21%] 54% [Working] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] [2020-09-08T04:58:45.578Z] 54% [6 less 37.3 kB/99.7 kB 37%] 56% [Working] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] [2020-09-08T04:58:45.578Z] 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-08T04:58:45.579Z] 58% [8 curl 55.4 kB/152 kB 36%] 60% [Working] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.10 [179 kB] [2020-09-08T04:58:45.579Z] 60% [9 libcurl3-gnutls 19.0 kB/179 kB 11%] 63% [Working] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] [2020-09-08T04:58:45.579Z] 63% [10 liberror-perl 22.8 kB/22.8 kB 100%] 65% [Working] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-09-08T04:58:45.579Z] 65% [11 git-man 27.7 kB/804 kB 3%] 72% [Working] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] [2020-09-08T04:58:46.170Z] 72% [12 git 12.3 kB/2952 kB 0%] 95% [Working] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] [2020-09-08T04:58:46.171Z] 96% [13 make 24.6 kB/139 kB 18%] 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-08T04:58:46.171Z] 98% [14 patch 61.4 kB/91.8 kB 67%] 100% [Working] Fetched 10.8 MB in 2s (4818 kB/s) [2020-09-08T04:58:46.442Z] debconf: delaying package configuration, since apt-utils is not installed [2020-09-08T04:58:46.713Z] Selecting previously unselected package perl-modules-5.26. [2020-09-08T04:58:46.713Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9882 files and directories currently installed.) [2020-09-08T04:58:46.713Z] Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-09-08T04:58:46.713Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-08T04:58:48.139Z] Selecting previously unselected package libgdbm5:arm64. [2020-09-08T04:58:48.139Z] Preparing to unpack .../01-libgdbm5_1.14.1-6_arm64.deb ... [2020-09-08T04:58:48.139Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-09-08T04:58:48.410Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-09-08T04:58:48.410Z] Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-09-08T04:58:48.410Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-09-08T04:58:48.410Z] Selecting previously unselected package libperl5.26:arm64. [2020-09-08T04:58:48.410Z] Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... [2020-09-08T04:58:48.410Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-09-08T04:58:49.836Z] Selecting previously unselected package perl. [2020-09-08T04:58:49.836Z] Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_arm64.deb ... [2020-09-08T04:58:49.836Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-09-08T04:58:49.836Z] Selecting previously unselected package less. [2020-09-08T04:58:49.836Z] Preparing to unpack .../05-less_487-0.1_arm64.deb ... [2020-09-08T04:58:49.836Z] Unpacking less (487-0.1) ... [2020-09-08T04:58:50.108Z] Selecting previously unselected package netbase. [2020-09-08T04:58:50.108Z] Preparing to unpack .../06-netbase_5.4_all.deb ... [2020-09-08T04:58:50.108Z] Unpacking netbase (5.4) ... [2020-09-08T04:58:50.108Z] Selecting previously unselected package curl. [2020-09-08T04:58:50.108Z] Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_arm64.deb ... [2020-09-08T04:58:50.108Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-09-08T04:58:50.380Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-09-08T04:58:50.380Z] Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_arm64.deb ... [2020-09-08T04:58:50.380Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... [2020-09-08T04:58:50.380Z] Selecting previously unselected package liberror-perl. [2020-09-08T04:58:50.380Z] Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... [2020-09-08T04:58:50.380Z] Unpacking liberror-perl (0.17025-1) ... [2020-09-08T04:58:50.653Z] Selecting previously unselected package git-man. [2020-09-08T04:58:50.653Z] Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-09-08T04:58:50.653Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-08T04:58:50.925Z] Selecting previously unselected package git. [2020-09-08T04:58:50.925Z] Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-09-08T04:58:50.925Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-09-08T04:58:52.351Z] Selecting previously unselected package make. [2020-09-08T04:58:52.351Z] Preparing to unpack .../12-make_4.1-9.1ubuntu1_arm64.deb ... [2020-09-08T04:58:52.351Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-09-08T04:58:52.351Z] Selecting previously unselected package patch. [2020-09-08T04:58:52.351Z] Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-09-08T04:58:52.351Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-09-08T04:58:52.351Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-08T04:58:52.351Z] Setting up less (487-0.1) ... [2020-09-08T04:58:52.621Z] Setting up make (4.1-9.1ubuntu1) ... [2020-09-08T04:58:52.890Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-09-08T04:58:52.890Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... [2020-09-08T04:58:52.890Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-08T04:58:52.890Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-09-08T04:58:52.890Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-09-08T04:58:52.890Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-09-08T04:58:52.890Z] Setting up netbase (5.4) ... [2020-09-08T04:58:53.164Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-09-08T04:58:53.164Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-09-08T04:58:53.164Z] Setting up liberror-perl (0.17025-1) ... [2020-09-08T04:58:53.164Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-09-08T04:58:53.435Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-09-08T04:58:53.435Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-09-08T04:58:58.814Z] curl set to automatically installed. [2020-09-08T04:58:58.814Z] git set to automatically installed. [2020-09-08T04:58:58.814Z] git-man set to automatically installed. [2020-09-08T04:58:58.814Z] less set to automatically installed. [2020-09-08T04:58:59.084Z] libcurl3-gnutls set to automatically installed. [2020-09-08T04:58:59.084Z] liberror-perl set to automatically installed. [2020-09-08T04:58:59.084Z] libgdbm-compat4 set to automatically installed. [2020-09-08T04:58:59.084Z] libgdbm5 set to automatically installed. [2020-09-08T04:58:59.084Z] libperl5.26 set to automatically installed. [2020-09-08T04:58:59.084Z] make set to automatically installed. [2020-09-08T04:58:59.084Z] netbase set to automatically installed. [2020-09-08T04:58:59.356Z] patch set to automatically installed. [2020-09-08T04:58:59.356Z] perl set to automatically installed. [2020-09-08T04:58:59.356Z] perl-modules-5.26 set to automatically installed. [2020-09-08T04:58:59.356Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-09-08T04:58:59.356Z] Please ensure the environment is properly setup before continuing. [2020-09-08T04:58:59.356Z] Ignore this message if the appropriate measures have already been taken [2020-09-08T04:59:00.323Z] Pulling go  [2020-09-08T04:59:03.693Z] 'device-mqtt' has dependencies that need to be staged: go [2020-09-08T04:59:03.693Z] Skipping pull go (already ran) [2020-09-08T04:59:03.693Z] Building go  [2020-09-08T04:59:03.976Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-08T04:59:03.976Z] Dload Upload Total Spent Left Speed [2020-09-08T04:59:06.292Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 1 93.0M 1 955k 0 0 4445k 0 0:00:21 --:--:-- 0:00:21 4424k 45 93.0M 45 41.9M 0 0 33.9M 0 0:00:02 0:00:01 0:00:01 33.9M 92 93.0M 92 85.8M 0 0 38.7M 0 0:00:02 0:00:02 --:--:-- 38.7M 100 93.0M 100 93.0M 0 0 39.4M 0 0:00:02 0:00:02 --:--:-- 39.4M [2020-09-08T04:59:07.719Z] go1.13.5.linux-arm64.tar.gz: OK [2020-09-08T04:59:26.004Z] Staging go  [2020-09-08T04:59:29.373Z] Pulling device-mqtt  [2020-09-08T04:59:33.661Z] Skipping build go (already ran) [2020-09-08T04:59:33.661Z] Building device-mqtt  [2020-09-08T04:59:33.661Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.1" -o cmd/device-mqtt ./cmd [2020-09-08T04:59:34.638Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-08T04:59:34.638Z] go: downloading github.com/spf13/cast v1.3.1 [2020-09-08T04:59:34.638Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-09-08T04:59:34.638Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-08T04:59:34.638Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-08T04:59:34.638Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-08T04:59:34.638Z] go: extracting github.com/spf13/cast v1.3.1 [2020-09-08T04:59:34.638Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-08T04:59:34.638Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-09-08T04:59:34.638Z] go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-08T04:59:34.638Z] go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-08T04:59:34.638Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-09-08T04:59:34.638Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-08T04:59:34.638Z] go: downloading github.com/google/uuid v1.1.1 [2020-09-08T04:59:34.638Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-09-08T04:59:34.638Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-09-08T04:59:34.638Z] go: extracting github.com/google/uuid v1.1.1 [2020-09-08T04:59:34.909Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-08T04:59:34.909Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-08T04:59:34.909Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-08T04:59:34.909Z] go: downloading github.com/pkg/errors v0.8.1 [2020-09-08T04:59:34.910Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-08T04:59:34.910Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-09-08T04:59:34.910Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-09-08T04:59:34.910Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-08T04:59:34.910Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-08T04:59:34.910Z] go: extracting github.com/pkg/errors v0.8.1 [2020-09-08T04:59:34.910Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-09-08T04:59:34.910Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-08T04:59:34.910Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-09-08T04:59:34.910Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-09-08T04:59:34.910Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-08T04:59:34.910Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-08T04:59:34.910Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-09-08T04:59:34.910Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-09-08T04:59:34.910Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-09-08T04:59:34.910Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-08T04:59:34.910Z] go: downloading github.com/x448/float16 v0.8.4 [2020-09-08T04:59:34.910Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-09-08T04:59:34.910Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-09-08T04:59:34.910Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-08T04:59:34.910Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-08T04:59:34.910Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-09-08T04:59:34.910Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-09-08T04:59:34.910Z] go: extracting github.com/x448/float16 v0.8.4 [2020-09-08T04:59:34.910Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-09-08T04:59:35.181Z] go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-08T04:59:35.181Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-08T04:59:35.181Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-08T04:59:35.181Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-08T04:59:35.181Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-09-08T04:59:35.181Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-09-08T04:59:35.181Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-09-08T04:59:35.181Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-09-08T04:59:35.181Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-08T04:59:35.181Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-08T04:59:35.181Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-09-08T04:59:35.181Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-09-08T04:59:35.181Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-09-08T04:59:35.181Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-09-08T04:59:35.453Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-08T04:59:35.453Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-08T04:59:35.453Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-08T04:59:35.453Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-08T04:59:35.453Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-09-08T04:59:35.453Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-09-08T04:59:35.453Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-08T04:59:35.453Z] go: finding github.com/spf13/cast v1.3.1 [2020-09-08T04:59:35.724Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-08T04:59:35.724Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-09-08T04:59:35.724Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-08T04:59:35.724Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-08T04:59:35.724Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-08T04:59:35.724Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-08T04:59:35.724Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-08T04:59:35.724Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-08T04:59:35.724Z] go: finding github.com/google/uuid v1.1.1 [2020-09-08T04:59:35.724Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-08T04:59:35.724Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-08T04:59:35.724Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-08T04:59:35.724Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-08T04:59:35.724Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-08T04:59:35.724Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-08T04:59:35.724Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-08T04:59:35.724Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-08T04:59:35.724Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-08T04:59:35.724Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-08T04:59:35.724Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-08T04:59:35.724Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-08T04:59:35.724Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-08T04:59:35.724Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-08T04:59:35.724Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-08T04:59:35.724Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-08T04:59:35.724Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-08T04:59:35.724Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-08T04:59:35.724Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-08T04:59:35.724Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-08T04:59:35.724Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-08T04:59:35.998Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-08T04:59:54.301Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-08T05:00:12.579Z] Skipping stage go (already ran) [2020-09-08T05:00:12.579Z] Staging device-mqtt  [2020-09-08T05:00:14.543Z] Priming go  [2020-09-08T05:00:17.913Z] Priming device-mqtt  [2020-09-08T05:00:20.512Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-09-08T05:00:20.512Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-09-08T05:00:20.512Z] Determining the version from the project repo (version-script). [2020-09-08T05:00:20.512Z] The version has been set to '1.2.1-20200908+e685692' [2020-09-08T05:00:21.879Z] Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping | [2020-09-08T05:00:21.879Z] Snapped edgex-device-mqtt_1.2.1-20200908+e685692_arm64.snap [Pipeline] } [2020-09-08T05:00:24.523Z] 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-08T05:00:26.745Z] provisioning config files... [2020-09-08T05:00:26.761Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp/config2007223380675268503tmp [Pipeline] { [Pipeline] sh [2020-09-08T05:00:27.246Z] + curl -s https://codecov.io/bash [2020-09-08T05:00:27.246Z] + bash -s - -t @/w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp/config2007223380675268503tmp [Pipeline] } [2020-09-08T05:00:27.615Z] 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-08T05:00:30.403Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-08T05:00:31.504Z] ---> package-listing.sh [2020-09-08T05:00:31.504Z] ++ facter osfamily [2020-09-08T05:00:31.504Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-08T05:00:31.504Z] + OS_FAMILY=redhat [2020-09-08T05:00:31.504Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-170 [2020-09-08T05:00:31.504Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-08T05:00:31.504Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-08T05:00:31.504Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-08T05:00:31.504Z] + PACKAGES=/tmp/packages_start.txt [2020-09-08T05:00:31.504Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-170 ']' [2020-09-08T05:00:31.504Z] + PACKAGES=/tmp/packages_end.txt [2020-09-08T05:00:31.504Z] + case "${OS_FAMILY}" in [2020-09-08T05:00:31.504Z] + rpm -qa [2020-09-08T05:00:31.504Z] + sort [2020-09-08T05:00:35.982Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-08T05:00:35.982Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-08T05:00:35.982Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-08T05:00:35.982Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-170 ']' [2020-09-08T05:00:35.982Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-170/archives/ [2020-09-08T05:00:35.982Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-170/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-08T05:00:36.510Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-08T05:00:36.779Z] [2020-09-08T05:00:36.779Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-08T05:00:37.236Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-08T05:00:37.554Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-08T05:00:37.554Z] df20fa9351a1: Pulling fs layer [2020-09-08T05:00:37.554Z] 36b3adc4ff6f: Pulling fs layer [2020-09-08T05:00:37.554Z] 8ad3a11d3b57: Pulling fs layer [2020-09-08T05:00:37.554Z] 46f8f816bc3b: Pulling fs layer [2020-09-08T05:00:37.554Z] 0dadc02b9964: Pulling fs layer [2020-09-08T05:00:37.554Z] ce6a7cf60c04: Pulling fs layer [2020-09-08T05:00:37.554Z] 7a184a31f384: Pulling fs layer [2020-09-08T05:00:37.554Z] 0879bd2ef858: Pulling fs layer [2020-09-08T05:00:37.554Z] 7a184a31f384: Waiting [2020-09-08T05:00:37.554Z] ce6a7cf60c04: Waiting [2020-09-08T05:00:37.554Z] 0879bd2ef858: Waiting [2020-09-08T05:00:37.554Z] 0dadc02b9964: Waiting [2020-09-08T05:00:37.554Z] 46f8f816bc3b: Waiting [2020-09-08T05:00:37.554Z] 36b3adc4ff6f: Verifying Checksum [2020-09-08T05:00:37.554Z] 36b3adc4ff6f: Download complete [2020-09-08T05:00:37.554Z] 46f8f816bc3b: Verifying Checksum [2020-09-08T05:00:37.554Z] 46f8f816bc3b: Download complete [2020-09-08T05:00:37.554Z] df20fa9351a1: Verifying Checksum [2020-09-08T05:00:37.554Z] ce6a7cf60c04: Verifying Checksum [2020-09-08T05:00:37.554Z] ce6a7cf60c04: Download complete [2020-09-08T05:00:37.946Z] 7a184a31f384: Verifying Checksum [2020-09-08T05:00:37.946Z] 7a184a31f384: Download complete [2020-09-08T05:00:37.946Z] 0dadc02b9964: Verifying Checksum [2020-09-08T05:00:37.946Z] 0dadc02b9964: Download complete [2020-09-08T05:00:38.223Z] df20fa9351a1: Pull complete [2020-09-08T05:00:38.542Z] 36b3adc4ff6f: Pull complete [2020-09-08T05:00:38.864Z] 8ad3a11d3b57: Verifying Checksum [2020-09-08T05:00:38.864Z] 8ad3a11d3b57: Download complete [2020-09-08T05:00:39.483Z] 0879bd2ef858: Verifying Checksum [2020-09-08T05:00:39.483Z] 0879bd2ef858: Download complete [2020-09-08T05:00:40.109Z] 8ad3a11d3b57: Pull complete [2020-09-08T05:00:40.109Z] 46f8f816bc3b: Pull complete [2020-09-08T05:00:40.732Z] 0dadc02b9964: Pull complete [2020-09-08T05:00:41.012Z] ce6a7cf60c04: Pull complete [2020-09-08T05:00:41.012Z] 7a184a31f384: Pull complete [2020-09-08T05:00:44.430Z] 0879bd2ef858: Pull complete [2020-09-08T05:00:44.430Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-08T05:00:44.430Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-08T05:00:44.430Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-08T05:00:44.607Z] prd-centos7-docker-4c-2g-1780 does not seem to be running inside a container [2020-09-08T05:00:44.667Z] $ 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-170 -v /w/workspace/gexfoundry_device-mqtt-go_PR-170:/w/workspace/gexfoundry_device-mqtt-go_PR-170:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-08T05:00:50.313Z] $ docker top 02ec404b5d259fe0a73dcea0171649139cfab2dee0bedba3dba39a575094bef1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-08T05:00:51.104Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-08T05:00:51.511Z] + ls /var/log/sa-host [2020-09-08T05:00:51.511Z] + sadf -c /var/log/sa-host/sa05 [2020-09-08T05:00:51.511Z] file_magic: OK [2020-09-08T05:00:51.511Z] HZ: Using current value: 100 [2020-09-08T05:00:51.511Z] file_header: OK [2020-09-08T05:00:51.511Z] 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-08T05:00:51.511Z] Statistics: [2020-09-08T05:00:51.511Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-08T05:00:51.511Z] File successfully converted to sysstat format version 12.2.1 [2020-09-08T05:00:51.512Z] + sadf -c /var/log/sa-host/sa08 [2020-09-08T05:00:51.512Z] file_magic: OK [2020-09-08T05:00:51.512Z] HZ: Using current value: 100 [2020-09-08T05:00:51.512Z] file_header: OK [2020-09-08T05:00:51.512Z] 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-08T05:00:51.512Z] Statistics: [2020-09-08T05:00:51.512Z] 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-08T05:00:51.512Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-08T05:00:51.640Z] provisioning config files... [2020-09-08T05:00:51.689Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp/config6786018259227783655tmp [Pipeline] { [Pipeline] echo [2020-09-08T05:00:51.793Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-08T05:00:52.242Z] ---> create-netrc.sh [Pipeline] echo [2020-09-08T05:00:52.286Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-08T05:00:52.662Z] ---> logs-deploy.sh [2020-09-08T05:00:52.662Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-170/1 [2020-09-08T05:00:52.662Z] INFO: archiving workspace using pattern(s): [2020-09-08T05:00:54.720Z] Archives upload complete. [2020-09-08T05:00:55.001Z] INFO: archiving logs to Nexus