Pull request #169 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4f13d3b8c24926502c75f0ce487e96a984a92e31+fe2df51579bf0cce1b2e428c0c04fcb23a980c4d (71e6488c44fd49af38272fbacac7e84b38779695) 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-169/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-1778 in /w/workspace/gexfoundry_device-mqtt-go_PR-169 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git > git init /w/workspace/gexfoundry_device-mqtt-go_PR-169 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit fe2df51579bf0cce1b2e428c0c04fcb23a980c4d into PR head commit 4f13d3b8c24926502c75f0ce487e96a984a92e31 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/169/head:refs/remotes/origin/PR-169 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merge succeeded, producing 4f13d3b8c24926502c75f0ce487e96a984a92e31 Checking out Revision 4f13d3b8c24926502c75f0ce487e96a984a92e31 (PR-169) > git config core.sparsecheckout # timeout=10 > git checkout -f 4f13d3b8c24926502c75f0ce487e96a984a92e31 # 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 4f13d3b8c24926502c75f0ce487e96a984a92e31 # timeout=10 Commit message: "Bump github.com/eclipse/paho.mqtt.golang from 1.1.1 to 1.2.0" First time build. Skipping changelog. > git --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:46:49.027Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-08T04:46:49.326Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-08T04:46:49.538Z] ========================================================= [2020-09-08T04:46:49.538Z] EdgeX Global Pipelines Version Info [2020-09-08T04:46:49.538Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-08T04:46:52.266Z] ------------------- [2020-09-08T04:46:52.266Z] stable info: [2020-09-08T04:46:52.266Z] ------------------- [2020-09-08T04:46:52.266Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-08T04:46:52.266Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-08T04:46:52.266Z] Message: update stable to v1.0.119 [2020-09-08T04:46:53.778Z] ------------------- [2020-09-08T04:46:53.778Z] experimental info: [2020-09-08T04:46:53.778Z] ------------------- [2020-09-08T04:46:53.778Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-08T04:46:53.778Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-08T04:46:53.778Z] Message: update experimental to v1.0.119 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-08T04:46:54.277Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2020-09-08T04:46:54.386Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2020-09-08T04:46:54.510Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-08T04:46:54.619Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-08T04:46:54.734Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-08T04:46:54.848Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-09-08T04:46:54.959Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-08T04:46:55.084Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-09-08T04:46:55.193Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-08T04:46:55.297Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-08T04:46:55.423Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-08T04:46:55.527Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo [2020-09-08T04:46:55.663Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-08T04:46:55.778Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-08T04:46:55.887Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-08T04:46:55.996Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-08T04:46:56.108Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-08T04:46:56.220Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-08T04:46:56.326Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-08T04:46:56.441Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-09-08T04:46:56.553Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-08T04:46:56.660Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-08T04:46:56.767Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-169 [Pipeline] echo [2020-09-08T04:46:56.954Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-169 [Pipeline] echo [2020-09-08T04:46:57.076Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-169 [Pipeline] echo [2020-09-08T04:46:57.199Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4f13d3b8c24926502c75f0ce487e96a984a92e31 [Pipeline] echo [2020-09-08T04:46:57.320Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4f13d3b [Pipeline] echo [2020-09-08T04:46:57.427Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-08T04:46:58.301Z] + git log --format=format:%s -1 4f13d3b8c24926502c75f0ce487e96a984a92e31 [Pipeline] echo [2020-09-08T04:46:58.671Z] GIT_COMMIT: 4f13d3b8c24926502c75f0ce487e96a984a92e31, Commit Message: Bump github.com/eclipse/paho.mqtt.golang from 1.1.1 to 1.2.0 [Pipeline] echo [2020-09-08T04:46:58.734Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:46:59.320Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-08T04:46:59.621Z] [2020-09-08T04:46:59.621Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:47:00.101Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-08T04:47:00.400Z] latest: Pulling from edgex-devops/git-semver [2020-09-08T04:47:00.400Z] 31603596830f: Pulling fs layer [2020-09-08T04:47:00.400Z] 2a8b12db71e7: Pulling fs layer [2020-09-08T04:47:00.400Z] 6ca5941a6612: Pulling fs layer [2020-09-08T04:47:00.400Z] ecc8261a40a4: Pulling fs layer [2020-09-08T04:47:00.400Z] ecc8261a40a4: Waiting [2020-09-08T04:47:00.400Z] 2a8b12db71e7: Verifying Checksum [2020-09-08T04:47:00.400Z] 2a8b12db71e7: Download complete [2020-09-08T04:47:00.684Z] 31603596830f: Verifying Checksum [2020-09-08T04:47:00.684Z] 31603596830f: Download complete [2020-09-08T04:47:00.963Z] 6ca5941a6612: Verifying Checksum [2020-09-08T04:47:00.963Z] 6ca5941a6612: Download complete [2020-09-08T04:47:00.963Z] ecc8261a40a4: Verifying Checksum [2020-09-08T04:47:00.963Z] ecc8261a40a4: Download complete [2020-09-08T04:47:01.238Z] 31603596830f: Pull complete [2020-09-08T04:47:01.505Z] 2a8b12db71e7: Pull complete [2020-09-08T04:47:02.496Z] 6ca5941a6612: Pull complete [2020-09-08T04:47:02.771Z] ecc8261a40a4: Pull complete [2020-09-08T04:47:02.771Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-08T04:47:02.771Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-08T04:47:02.771Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-08T04:47:03.088Z] prd-centos7-docker-4c-2g-1778 does not seem to be running inside a container [2020-09-08T04:47:03.177Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-169 -v /w/workspace/gexfoundry_device-mqtt-go_PR-169:/w/workspace/gexfoundry_device-mqtt-go_PR-169:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-08T04:47:05.772Z] $ docker top 5686ae87fecd3b46fc55d8a51f4f56a7774dfaf9f7d7d6e40f97714a5ed20958 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-08T04:47:06.443Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-08T04:47:06.443Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-08T04:47:06.864Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-08T04:47:06.871Z] $ docker exec 5686ae87fecd3b46fc55d8a51f4f56a7774dfaf9f7d7d6e40f97714a5ed20958 ssh-agent [2020-09-08T04:47:07.529Z] SSH_AUTH_SOCK=/tmp/ssh-PNJ6rvlb0SrD/agent.11 [2020-09-08T04:47:07.529Z] SSH_AGENT_PID=16 [2020-09-08T04:47:07.868Z] Running ssh-add (command line suppressed) [2020-09-08T04:47:08.205Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp/private_key_406506408438180640.key (/w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp/private_key_406506408438180640.key) [2020-09-08T04:47:08.313Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-08T04:47:08.727Z] + git describe --exact-match --tags HEAD [2020-09-08T04:47:08.727Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-08T04:47:08.780Z] $ docker exec --env ******** --env ******** 5686ae87fecd3b46fc55d8a51f4f56a7774dfaf9f7d7d6e40f97714a5ed20958 ssh-agent -k [2020-09-08T04:47:08.976Z] unset SSH_AUTH_SOCK; [2020-09-08T04:47:08.976Z] unset SSH_AGENT_PID; [2020-09-08T04:47:08.977Z] echo Agent pid 16 killed; [2020-09-08T04:47:09.087Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-08T04:47:09.226Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-08T04:47:09.226Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-08T04:47:09.342Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-08T04:47:09.342Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-08T04:47:09.807Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-08T04:47:09.830Z] $ docker exec 5686ae87fecd3b46fc55d8a51f4f56a7774dfaf9f7d7d6e40f97714a5ed20958 ssh-agent [2020-09-08T04:47:10.109Z] SSH_AUTH_SOCK=/tmp/ssh-iOalKkOCUmEy/agent.45 [2020-09-08T04:47:10.109Z] SSH_AGENT_PID=50 [2020-09-08T04:47:10.116Z] Running ssh-add (command line suppressed) [2020-09-08T04:47:10.270Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp/private_key_1629892455253707028.key (/w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp/private_key_1629892455253707028.key) [2020-09-08T04:47:10.338Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-08T04:47:10.767Z] + git semver init [2020-09-08T04:47:10.767Z] # -> Open(): unable to determine branch for HEAD [2020-09-08T04:47:10.767Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-169/.git [2020-09-08T04:47:10.767Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-169 [2020-09-08T04:47:10.767Z] # $SEMVER_REMOTE_NAME = origin [2020-09-08T04:47:10.767Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-08T04:47:10.767Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-08T04:47:10.767Z] # $SEMVER_BRANCH = PR-169 [2020-09-08T04:47:10.767Z] # $SEMVER_TEMP = /tmp/semver-339151668 [2020-09-08T04:47:10.767Z] # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP [2020-09-08T04:47:11.030Z] # '/tmp/semver-339151668' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-169/.semver' [2020-09-08T04:47:11.293Z] # -> Force: false [2020-09-08T04:47:11.293Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-169/.semver [Pipeline] } [2020-09-08T04:47:11.322Z] $ docker exec --env ******** --env ******** 5686ae87fecd3b46fc55d8a51f4f56a7774dfaf9f7d7d6e40f97714a5ed20958 ssh-agent -k [2020-09-08T04:47:11.503Z] unset SSH_AUTH_SOCK; [2020-09-08T04:47:11.504Z] unset SSH_AGENT_PID; [2020-09-08T04:47:11.505Z] echo Agent pid 50 killed; [2020-09-08T04:47:11.560Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-08T04:47:12.185Z] + git semver [Pipeline] } [2020-09-08T04:47:12.256Z] $ docker stop --time=1 5686ae87fecd3b46fc55d8a51f4f56a7774dfaf9f7d7d6e40f97714a5ed20958 [2020-09-08T04:47:13.764Z] $ docker rm -f 5686ae87fecd3b46fc55d8a51f4f56a7774dfaf9f7d7d6e40f97714a5ed20958 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-08T04:47:15.042Z] Stashed 24 file(s) [Pipeline] echo [2020-09-08T04:47:15.066Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-08T04:47:15.191Z] 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:30.890Z] Still waiting to schedule task [2020-09-08T04:47:30.890Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-08T04:47:30.920Z] Still waiting to schedule task [2020-09-08T04:47:30.920Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1779’ [2020-09-08T04:49:05.644Z] Running on prd-centos7-docker-4c-2g-1785 in /w/workspace/gexfoundry_device-mqtt-go_PR-169 [Pipeline] { [Pipeline] ws [2020-09-08T04:49:05.752Z] Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout [2020-09-08T04:49:08.233Z] using credential edgex-jenkins-ssh [2020-09-08T04:49:08.281Z] Cloning the remote Git repository [2020-09-08T04:49:08.281Z] Cloning with configured refspecs honoured and without tags [2020-09-08T04:49:09.044Z] Fetching without tags [2020-09-08T04:49:08.312Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T04:49:08.382Z] > git init /w/workspace/device-mqtt-go/1 # timeout=10 [2020-09-08T04:49:08.434Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T04:49:08.434Z] > git --version # timeout=10 [2020-09-08T04:49:08.445Z] > git --version # 'git version 2.16.5' [2020-09-08T04:49:08.445Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T04:49:08.479Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T04:49:09.001Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-08T04:49:09.011Z] > git config --add remote.origin.fetch +refs/pull/169/head:refs/remotes/origin/PR-169 # timeout=10 [2020-09-08T04:49:09.021Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T04:49:09.031Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-08T04:49:09.050Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T04:49:09.050Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T04:49:09.056Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T04:49:09.420Z] Merging remotes/origin/master commit fe2df51579bf0cce1b2e428c0c04fcb23a980c4d into PR head commit 4f13d3b8c24926502c75f0ce487e96a984a92e31 [2020-09-08T04:49:09.491Z] Merge succeeded, producing 4f13d3b8c24926502c75f0ce487e96a984a92e31 [2020-09-08T04:49:09.492Z] Checking out Revision 4f13d3b8c24926502c75f0ce487e96a984a92e31 (PR-169) [2020-09-08T04:49:09.430Z] > git config core.sparsecheckout # timeout=10 [2020-09-08T04:49:09.436Z] > git checkout -f 4f13d3b8c24926502c75f0ce487e96a984a92e31 # timeout=10 [2020-09-08T04:49:09.467Z] > git remote # timeout=10 [2020-09-08T04:49:09.472Z] > git config --get remote.origin.url # timeout=10 [2020-09-08T04:49:09.477Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T04:49:09.480Z] > git merge fe2df51579bf0cce1b2e428c0c04fcb23a980c4d # timeout=10 [2020-09-08T04:49:09.488Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-08T04:49:09.496Z] > git config core.sparsecheckout # timeout=10 [2020-09-08T04:49:09.504Z] > git checkout -f 4f13d3b8c24926502c75f0ce487e96a984a92e31 # timeout=10 [2020-09-08T04:49:13.070Z] Commit message: "Bump github.com/eclipse/paho.mqtt.golang from 1.1.1 to 1.2.0" [2020-09-08T04:49:13.095Z] > git --version # timeout=10 [2020-09-08T04:49:13.099Z] > git --version # 'git version 2.16.5' [2020-09-08T04:49:13.104Z] fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-08T04:49:14.061Z] ========================================================= [2020-09-08T04:49:14.061Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-09-08T04:49:14.061Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:49:14.737Z] + 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:49:15.317Z] Sending build context to Docker daemon 609.3kB [2020-09-08T04:49:15.317Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-09-08T04:49:15.317Z] Step 2/8 : FROM ${BASE} [2020-09-08T04:49:15.317Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-08T04:49:15.317Z] df20fa9351a1: Pulling fs layer [2020-09-08T04:49:15.317Z] ed8968b2872e: Pulling fs layer [2020-09-08T04:49:15.317Z] a92cc7c5fd73: Pulling fs layer [2020-09-08T04:49:15.317Z] 2dd03ba5bac4: Pulling fs layer [2020-09-08T04:49:15.317Z] 1e091d79d1de: Pulling fs layer [2020-09-08T04:49:15.317Z] 481702a1767f: Pulling fs layer [2020-09-08T04:49:15.317Z] f64a6f60c768: Pulling fs layer [2020-09-08T04:49:15.317Z] e78d2573fc39: Pulling fs layer [2020-09-08T04:49:15.317Z] e876d2f968b6: Pulling fs layer [2020-09-08T04:49:15.317Z] ce8a83651883: Pulling fs layer [2020-09-08T04:49:15.317Z] 07967f4d0e4b: Pulling fs layer [2020-09-08T04:49:15.317Z] 2dd03ba5bac4: Waiting [2020-09-08T04:49:15.317Z] 1e091d79d1de: Waiting [2020-09-08T04:49:15.317Z] 481702a1767f: Waiting [2020-09-08T04:49:15.317Z] f64a6f60c768: Waiting [2020-09-08T04:49:15.317Z] e78d2573fc39: Waiting [2020-09-08T04:49:15.317Z] ce8a83651883: Waiting [2020-09-08T04:49:15.317Z] e876d2f968b6: Waiting [2020-09-08T04:49:15.317Z] 07967f4d0e4b: Waiting [2020-09-08T04:49:15.317Z] a92cc7c5fd73: Verifying Checksum [2020-09-08T04:49:15.317Z] a92cc7c5fd73: Download complete [2020-09-08T04:49:15.317Z] ed8968b2872e: Download complete [2020-09-08T04:49:15.317Z] 1e091d79d1de: Download complete [2020-09-08T04:49:15.317Z] 481702a1767f: Verifying Checksum [2020-09-08T04:49:15.317Z] 481702a1767f: Download complete [2020-09-08T04:49:15.578Z] df20fa9351a1: Verifying Checksum [2020-09-08T04:49:15.578Z] df20fa9351a1: Download complete [2020-09-08T04:49:15.840Z] df20fa9351a1: Pull complete [2020-09-08T04:49:15.840Z] ed8968b2872e: Pull complete [2020-09-08T04:49:16.415Z] a92cc7c5fd73: Pull complete [2020-09-08T04:49:18.963Z] f64a6f60c768: Verifying Checksum [2020-09-08T04:49:18.963Z] f64a6f60c768: Download complete [2020-09-08T04:49:18.963Z] e876d2f968b6: Verifying Checksum [2020-09-08T04:49:18.963Z] e876d2f968b6: Download complete [2020-09-08T04:49:21.519Z] ce8a83651883: Verifying Checksum [2020-09-08T04:49:21.519Z] ce8a83651883: Download complete [2020-09-08T04:49:21.519Z] 07967f4d0e4b: Verifying Checksum [2020-09-08T04:49:21.519Z] 07967f4d0e4b: Download complete [2020-09-08T04:49:21.781Z] e78d2573fc39: Verifying Checksum [2020-09-08T04:49:21.781Z] e78d2573fc39: Download complete [2020-09-08T04:49:22.052Z] 2dd03ba5bac4: Verifying Checksum [2020-09-08T04:49:22.052Z] 2dd03ba5bac4: Download complete [2020-09-08T04:49:27.383Z] 2dd03ba5bac4: Pull complete [2020-09-08T04:49:27.671Z] 1e091d79d1de: Pull complete [2020-09-08T04:49:27.671Z] 481702a1767f: Pull complete [2020-09-08T04:49:32.984Z] f64a6f60c768: Pull complete [2020-09-08T04:49:36.322Z] e78d2573fc39: Pull complete [2020-09-08T04:49:36.322Z] e876d2f968b6: Pull complete [2020-09-08T04:49:36.904Z] ce8a83651883: Pull complete [2020-09-08T04:49:37.166Z] 07967f4d0e4b: Pull complete [2020-09-08T04:49:37.166Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-09-08T04:49:37.166Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-09-08T04:49:37.166Z] ---> 5d7c900382c6 [2020-09-08T04:49:37.166Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-08T04:49:38.115Z] ---> Running in e14f13af86eb [2020-09-08T04:49:38.115Z] Removing intermediate container e14f13af86eb [2020-09-08T04:49:38.115Z] ---> 8132a5efbdfc [2020-09-08T04:49:38.115Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-08T04:49:38.377Z] ---> Running in 0651eccfc25d [2020-09-08T04:49:39.779Z] Removing intermediate container 0651eccfc25d [2020-09-08T04:49:39.779Z] ---> 9f094898c5d6 [2020-09-08T04:49:39.779Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-08T04:49:39.779Z] ---> Running in 7a66b382690f [2020-09-08T04:49:40.355Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-08T04:49:41.298Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-08T04:49:41.559Z] (1/14) Installing libmagic (5.38-r0) [2020-09-08T04:49:41.821Z] (2/14) Installing file (5.38-r0) [2020-09-08T04:49:41.821Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-08T04:49:41.821Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-08T04:49:47.141Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-08T04:49:47.141Z] (6/14) Installing patch (2.7.6-r6) [2020-09-08T04:49:47.141Z] (7/14) Installing build-base (0.5-r2) [2020-09-08T04:49:47.141Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-08T04:49:47.141Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-08T04:49:47.141Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-08T04:49:48.531Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-08T04:49:48.796Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-08T04:49:48.796Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-08T04:49:49.058Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-08T04:49:49.321Z] Executing busybox-1.31.1-r16.trigger [2020-09-08T04:49:49.321Z] OK: 237 MiB in 53 packages [2020-09-08T04:49:52.650Z] Removing intermediate container 7a66b382690f [2020-09-08T04:49:52.650Z] ---> 21f637c80a22 [2020-09-08T04:49:52.650Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-09-08T04:49:52.651Z] ---> Running in 55a417976e6a [2020-09-08T04:49:52.651Z] Removing intermediate container 55a417976e6a [2020-09-08T04:49:52.651Z] ---> 7a75807a4ef8 [2020-09-08T04:49:52.651Z] Step 7/8 : COPY . . [2020-09-08T04:49:53.594Z] ---> 4e68b9c15337 [2020-09-08T04:49:53.594Z] Step 8/8 : RUN go mod download [2020-09-08T04:49:54.166Z] ---> Running in a7a6f79043a8 [2020-09-08T04:49:56.089Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-08T04:49:56.089Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-08T04:49:56.089Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-08T04:49:56.089Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-08T04:49:56.089Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-08T04:49:56.089Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-08T04:49:56.089Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-08T04:49:56.089Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-08T04:49:56.089Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-09-08T04:49:56.089Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-08T04:49:56.089Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-08T04:49:56.089Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-08T04:49:56.089Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-08T04:49:56.089Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-08T04:49:56.351Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-08T04:49:56.351Z] go: finding github.com/fatih/color v1.7.0 [2020-09-08T04:49:56.351Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-08T04:49:56.351Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-08T04:49:56.351Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-08T04:49:56.351Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-08T04:49:56.351Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-08T04:49:56.351Z] go: finding github.com/google/uuid v1.1.1 [2020-09-08T04:49:56.351Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-08T04:49:56.351Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-08T04:49:56.351Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-08T04:49:56.351Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-08T04:49:56.618Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-08T04:49:56.618Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-08T04:49:56.618Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-08T04:49:56.618Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-08T04:49:56.618Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-08T04:49:56.618Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-08T04:49:56.618Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-08T04:49:56.618Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-08T04:49:56.618Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-08T04:49:56.618Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-08T04:49:56.618Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-08T04:49:56.919Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-08T04:49:56.919Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-08T04:49:56.919Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-08T04:49:56.919Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-08T04:49:56.919Z] go: finding github.com/kr/pretty v0.1.0 [2020-09-08T04:49:56.919Z] go: finding github.com/kr/pty v1.1.1 [2020-09-08T04:49:56.919Z] go: finding github.com/kr/text v0.1.0 [2020-09-08T04:49:56.919Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-08T04:49:56.919Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-08T04:49:56.919Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-08T04:49:56.919Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-08T04:49:56.919Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-08T04:49:56.919Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-08T04:49:57.188Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-08T04:49:57.188Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-08T04:49:57.188Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-08T04:49:57.188Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-08T04:49:57.188Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-08T04:49:57.188Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-08T04:49:57.188Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-08T04:49:57.188Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-08T04:49:57.188Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-08T04:49:57.188Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-08T04:49:57.188Z] go: finding github.com/posener/complete v1.1.1 [2020-09-08T04:49:57.188Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-08T04:49:57.470Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-08T04:49:57.470Z] go: finding github.com/spf13/cast v1.3.0 [2020-09-08T04:49:57.470Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-08T04:49:57.470Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-08T04:49:57.470Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-08T04:49:57.470Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-08T04:49:57.470Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-09-08T04:49:57.470Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-08T04:49:57.470Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-08T04:49:57.470Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-09-08T04:49:57.470Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-09-08T04:49:57.470Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-08T04:49:57.783Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-08T04:50:01.138Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1786 in /w/workspace/gexfoundry_device-mqtt-go_PR-169 [Pipeline] { [Pipeline] ws [2020-09-08T04:50:01.235Z] Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout [2020-09-08T04:50:05.960Z] Removing intermediate container a7a6f79043a8 [2020-09-08T04:50:05.960Z] ---> cd4a900b0529 [2020-09-08T04:50:05.960Z] Successfully built cd4a900b0529 [2020-09-08T04:50:05.960Z] 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:50:06.775Z] using credential edgex-jenkins-ssh [2020-09-08T04:50:06.846Z] Cloning the remote Git repository [2020-09-08T04:50:06.846Z] Cloning with configured refspecs honoured and without tags [2020-09-08T04:50:06.882Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-08T04:50:06.882Z] . [Pipeline] withDockerContainer [2020-09-08T04:50:07.000Z] prd-centos7-docker-4c-2g-1785 does not seem to be running inside a container [2020-09-08T04:50:07.043Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-08T04:50:06.921Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T04:50:07.042Z] > git init /w/workspace/device-mqtt-go/1 # timeout=10 [2020-09-08T04:50:07.111Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T04:50:07.113Z] > git --version # timeout=10 [2020-09-08T04:50:07.131Z] > git --version # 'git version 2.17.1' [2020-09-08T04:50:07.133Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T04:50:07.205Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T04:50:07.971Z] Fetching without tags [2020-09-08T04:50:08.295Z] $ docker top 70c1230f241d4aa20f71349e76c4908ac5f3a20934983a053939f4d40d905547 -eo pid,comm [2020-09-08T04:50:08.457Z] Merging remotes/origin/master commit fe2df51579bf0cce1b2e428c0c04fcb23a980c4d into PR head commit 4f13d3b8c24926502c75f0ce487e96a984a92e31 [Pipeline] { [Pipeline] sh [2020-09-08T04:50:08.752Z] Merge succeeded, producing 4f13d3b8c24926502c75f0ce487e96a984a92e31 [2020-09-08T04:50:08.753Z] Checking out Revision 4f13d3b8c24926502c75f0ce487e96a984a92e31 (PR-169) [2020-09-08T04:50:08.867Z] + go version [2020-09-08T04:50:08.867Z] go version go1.13.13 linux/amd64 [Pipeline] sh [2020-09-08T04:50:07.884Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-08T04:50:07.906Z] > git config --add remote.origin.fetch +refs/pull/169/head:refs/remotes/origin/PR-169 # timeout=10 [2020-09-08T04:50:07.924Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T04:50:07.953Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-08T04:50:07.983Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T04:50:07.983Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T04:50:07.996Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T04:50:08.481Z] > git config core.sparsecheckout # timeout=10 [2020-09-08T04:50:08.504Z] > git checkout -f 4f13d3b8c24926502c75f0ce487e96a984a92e31 # timeout=10 [2020-09-08T04:50:08.584Z] > git remote # timeout=10 [2020-09-08T04:50:08.602Z] > git config --get remote.origin.url # timeout=10 [2020-09-08T04:50:08.657Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T04:50:08.671Z] > git merge fe2df51579bf0cce1b2e428c0c04fcb23a980c4d # timeout=10 [2020-09-08T04:50:08.716Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-08T04:50:08.760Z] > git config core.sparsecheckout # timeout=10 [2020-09-08T04:50:08.797Z] > git checkout -f 4f13d3b8c24926502c75f0ce487e96a984a92e31 # timeout=10 [2020-09-08T04:50:09.202Z] + make test [2020-09-08T04:50:09.202Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-09-08T04:50:10.157Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-09-08T04:50:13.233Z] Commit message: "Bump github.com/eclipse/paho.mqtt.golang from 1.1.1 to 1.2.0" [2020-09-08T04:50:13.292Z] > git --version # timeout=10 [2020-09-08T04:50:13.304Z] > git --version # 'git version 2.17.1' [2020-09-08T04:50:13.314Z] 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:14.567Z] ========================================================= [2020-09-08T04:50:14.567Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-09-08T04:50:14.567Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:50:15.679Z] + 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:16.666Z] Sending build context to Docker daemon 609.3kB [2020-09-08T04:50:16.666Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-09-08T04:50:16.666Z] Step 2/8 : FROM ${BASE} [2020-09-08T04:50:16.943Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-08T04:50:16.943Z] b538f80385f9: Pulling fs layer [2020-09-08T04:50:16.943Z] 74f711af9a0d: Pulling fs layer [2020-09-08T04:50:16.943Z] 99f96fe45779: Pulling fs layer [2020-09-08T04:50:16.943Z] fd7a069fd194: Pulling fs layer [2020-09-08T04:50:16.943Z] 66aa3694b03b: Pulling fs layer [2020-09-08T04:50:16.943Z] 170f70906a0f: Pulling fs layer [2020-09-08T04:50:16.943Z] ad7c5574e4b9: Pulling fs layer [2020-09-08T04:50:16.943Z] e772456be8f7: Pulling fs layer [2020-09-08T04:50:16.943Z] c890913d741a: Pulling fs layer [2020-09-08T04:50:16.943Z] 2480fcc9aa5a: Pulling fs layer [2020-09-08T04:50:16.943Z] 09adf4765672: Pulling fs layer [2020-09-08T04:50:16.943Z] ad7c5574e4b9: Waiting [2020-09-08T04:50:16.943Z] e772456be8f7: Waiting [2020-09-08T04:50:16.943Z] fd7a069fd194: Waiting [2020-09-08T04:50:16.943Z] 66aa3694b03b: Waiting [2020-09-08T04:50:16.943Z] c890913d741a: Waiting [2020-09-08T04:50:16.943Z] 2480fcc9aa5a: Waiting [2020-09-08T04:50:16.943Z] 170f70906a0f: Waiting [2020-09-08T04:50:16.943Z] 09adf4765672: Waiting [2020-09-08T04:50:16.943Z] 99f96fe45779: Verifying Checksum [2020-09-08T04:50:16.943Z] 99f96fe45779: Download complete [2020-09-08T04:50:16.943Z] 74f711af9a0d: Verifying Checksum [2020-09-08T04:50:16.943Z] 74f711af9a0d: Download complete [2020-09-08T04:50:16.943Z] 66aa3694b03b: Download complete [2020-09-08T04:50:16.943Z] 170f70906a0f: Verifying Checksum [2020-09-08T04:50:16.943Z] b538f80385f9: Download complete [2020-09-08T04:50:17.963Z] b538f80385f9: Pull complete [2020-09-08T04:50:18.572Z] 74f711af9a0d: Pull complete [2020-09-08T04:50:18.849Z] 99f96fe45779: Pull complete [2020-09-08T04:50:20.270Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-09-08T04:50:20.270Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.008s coverage: 28.3% of statements [2020-09-08T04:50:20.270Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-09-08T04:50:20.270Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-08T04:50:20.294Z] ad7c5574e4b9: Verifying Checksum [2020-09-08T04:50:20.294Z] ad7c5574e4b9: Download complete [2020-09-08T04:50:20.294Z] c890913d741a: Verifying Checksum [2020-09-08T04:50:20.294Z] c890913d741a: Download complete [2020-09-08T04:50:22.205Z] gofmt -l . [2020-09-08T04:50:22.205Z] ["`gofmt -l .`" = ""] [2020-09-08T04:50:22.205Z] ./bin/test-attribution-txt.sh [2020-09-08T04:50:22.292Z] e772456be8f7: Verifying Checksum [2020-09-08T04:50:22.292Z] e772456be8f7: Download complete [2020-09-08T04:50:22.292Z] 09adf4765672: Verifying Checksum [2020-09-08T04:50:22.292Z] 09adf4765672: Download complete [2020-09-08T04:50:22.568Z] 2480fcc9aa5a: Verifying Checksum [2020-09-08T04:50:22.568Z] 2480fcc9aa5a: Download complete [2020-09-08T04:50:22.781Z] ./bin/test-go-mod-tidy.sh [2020-09-08T04:50:22.843Z] fd7a069fd194: Verifying Checksum [2020-09-08T04:50:22.843Z] fd7a069fd194: Download complete [Pipeline] stash [2020-09-08T04:50:23.367Z] Stashed 1 file(s) [Pipeline] } [2020-09-08T04:50:23.388Z] $ docker stop --time=1 70c1230f241d4aa20f71349e76c4908ac5f3a20934983a053939f4d40d905547 [2020-09-08T04:50:26.402Z] $ docker rm -f 70c1230f241d4aa20f71349e76c4908ac5f3a20934983a053939f4d40d905547 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-08T04:50:27.995Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-08T04:50:28.315Z] + ls -al . [2020-09-08T04:50:28.315Z] total 100 [2020-09-08T04:50:28.315Z] drwxrwxr-x. 10 jenkins jenkins 4096 Sep 8 04:50 . [2020-09-08T04:50:28.315Z] drwxrwxr-x. 4 jenkins jenkins 28 Sep 8 04:49 .. [2020-09-08T04:50:28.315Z] -rw-rw-r--. 1 jenkins jenkins 4678 Sep 8 04:49 Attribution.txt [2020-09-08T04:50:28.315Z] drwxrwxr-x. 2 jenkins jenkins 87 Sep 8 04:49 bin [2020-09-08T04:50:28.315Z] drwxrwxr-x. 3 jenkins jenkins 32 Sep 8 04:49 cmd [2020-09-08T04:50:28.315Z] -rw-r--r--. 1 jenkins jenkins 18939 Sep 8 04:50 coverage.out [2020-09-08T04:50:28.315Z] -rw-rw-r--. 1 jenkins jenkins 1784 Sep 8 04:49 Dockerfile [2020-09-08T04:50:28.315Z] -rw-rw-r--. 1 jenkins jenkins 953 Sep 8 04:49 Dockerfile.build [2020-09-08T04:50:28.315Z] -rw-rw-r--. 1 jenkins jenkins 140 Sep 8 04:49 .dockerignore [2020-09-08T04:50:28.315Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 8 04:49 .git [2020-09-08T04:50:28.315Z] drwxrwxr-x. 2 jenkins jenkins 60 Sep 8 04:49 .github [2020-09-08T04:50:28.315Z] -rw-rw-r--. 1 jenkins jenkins 328 Sep 8 04:49 .gitignore [2020-09-08T04:50:28.315Z] -rw-r--r--. 1 jenkins jenkins 510 Sep 8 04:50 go.mod [2020-09-08T04:50:28.315Z] -rw-r--r--. 1 jenkins jenkins 13621 Sep 8 04:50 go.sum [2020-09-08T04:50:28.315Z] drwxrwxr-x. 3 jenkins jenkins 20 Sep 8 04:49 internal [2020-09-08T04:50:28.315Z] -rw-rw-r--. 1 jenkins jenkins 700 Sep 8 04:49 Jenkinsfile [2020-09-08T04:50:28.315Z] -rw-rw-r--. 1 jenkins jenkins 11340 Sep 8 04:49 LICENSE [2020-09-08T04:50:28.315Z] -rw-rw-r--. 1 jenkins jenkins 902 Sep 8 04:49 Makefile [2020-09-08T04:50:28.315Z] drwxrwxr-x. 2 jenkins jenkins 23 Sep 8 04:49 mock [2020-09-08T04:50:28.315Z] -rw-rw-r--. 1 jenkins jenkins 444 Sep 8 04:49 README.md [2020-09-08T04:50:28.315Z] drwxrwxr-x. 3 jenkins jenkins 58 Sep 8 04:49 .semver [2020-09-08T04:50:28.315Z] drwxrwxr-x. 4 jenkins jenkins 54 Sep 8 04:49 snap [2020-09-08T04:50:28.315Z] -rw-rw-r--. 1 jenkins jenkins 5 Sep 8 04:47 VERSION [2020-09-08T04:50:28.315Z] -rw-rw-r--. 1 jenkins jenkins 227 Sep 8 04:49 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:50:28.650Z] + 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=4f13d3b8c24926502c75f0ce487e96a984a92e31 --label arch=amd64 --label version=0.0.0 . [2020-09-08T04:50:28.650Z] Sending build context to Docker daemon 628.7kB [2020-09-08T04:50:28.650Z] Step 1/22 : ARG BASE=golang:1.13-alpine [2020-09-08T04:50:28.650Z] Step 2/22 : FROM ${BASE} AS builder [2020-09-08T04:50:28.650Z] ---> cd4a900b0529 [2020-09-08T04:50:28.650Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-09-08T04:50:28.914Z] ---> Running in 218ef720aa8a [2020-09-08T04:50:29.175Z] Removing intermediate container 218ef720aa8a [2020-09-08T04:50:29.175Z] ---> a18e29799709 [2020-09-08T04:50:29.175Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-09-08T04:50:29.175Z] ---> Running in 9aff1c923824 [2020-09-08T04:50:29.441Z] Removing intermediate container 9aff1c923824 [2020-09-08T04:50:29.441Z] ---> 02f1bb7571c1 [2020-09-08T04:50:29.441Z] Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-08T04:50:29.441Z] ---> Running in fbcb42f54d00 [2020-09-08T04:50:30.387Z] Removing intermediate container fbcb42f54d00 [2020-09-08T04:50:30.387Z] ---> d561b46b112d [2020-09-08T04:50:30.387Z] Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-08T04:50:30.387Z] ---> Running in eb7ca10b38c7 [2020-09-08T04:50:30.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-08T04:50:31.534Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-08T04:50:32.108Z] OK: 237 MiB in 53 packages [2020-09-08T04:50:32.687Z] Removing intermediate container eb7ca10b38c7 [2020-09-08T04:50:32.687Z] ---> 904542b5bbf8 [2020-09-08T04:50:32.687Z] Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-09-08T04:50:32.687Z] ---> Running in 4cfcdc14ccf5 [2020-09-08T04:50:32.949Z] Removing intermediate container 4cfcdc14ccf5 [2020-09-08T04:50:32.949Z] ---> 50aa6bfeb343 [2020-09-08T04:50:32.949Z] Step 8/22 : COPY . . [2020-09-08T04:50:33.010Z] fd7a069fd194: Pull complete [2020-09-08T04:50:33.284Z] 66aa3694b03b: Pull complete [2020-09-08T04:50:33.525Z] ---> 2c7f769494a3 [2020-09-08T04:50:33.525Z] Step 9/22 : ARG MAKE='make build' [2020-09-08T04:50:33.525Z] ---> Running in 36fa4cbcf02c [2020-09-08T04:50:33.560Z] 170f70906a0f: Pull complete [2020-09-08T04:50:33.803Z] Removing intermediate container 36fa4cbcf02c [2020-09-08T04:50:33.803Z] ---> eb1d22ab2c55 [2020-09-08T04:50:33.803Z] Step 10/22 : RUN $MAKE [2020-09-08T04:50:33.803Z] ---> Running in 1aacfc8e3fc8 [2020-09-08T04:50:34.380Z] 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:50:36.966Z] ad7c5574e4b9: Pull complete [2020-09-08T04:50:42.371Z] e772456be8f7: Pull complete [2020-09-08T04:50:42.371Z] c890913d741a: Pull complete [2020-09-08T04:50:44.383Z] 2480fcc9aa5a: Pull complete [2020-09-08T04:50:44.447Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-08T04:50:44.664Z] 09adf4765672: Pull complete [2020-09-08T04:50:44.664Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-09-08T04:50:44.665Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-09-08T04:50:44.665Z] ---> 2248a725d1cf [2020-09-08T04:50:44.665Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-08T04:50:48.664Z] Removing intermediate container 1aacfc8e3fc8 [2020-09-08T04:50:48.664Z] ---> 42d4810bcd05 [2020-09-08T04:50:48.664Z] Step 11/22 : FROM alpine [2020-09-08T04:50:48.664Z] latest: Pulling from library/alpine [2020-09-08T04:50:48.664Z] df20fa9351a1: Already exists [2020-09-08T04:50:48.664Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-08T04:50:48.664Z] Status: Downloaded newer image for alpine:latest [2020-09-08T04:50:48.664Z] ---> a24bb4013296 [2020-09-08T04:50:48.664Z] Step 12/22 : ENV APP_PORT=49982 [2020-09-08T04:50:48.925Z] ---> Running in b6ba2a63a12c [2020-09-08T04:50:48.925Z] Removing intermediate container b6ba2a63a12c [2020-09-08T04:50:48.925Z] ---> 952c3d02cd13 [2020-09-08T04:50:48.925Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-08T04:50:48.925Z] ---> Running in 5409e41693f5 [2020-09-08T04:50:49.005Z] ---> Running in d44307ca198c [2020-09-08T04:50:49.187Z] Removing intermediate container 5409e41693f5 [2020-09-08T04:50:49.187Z] ---> 42185d61ea19 [2020-09-08T04:50:49.187Z] Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-09-08T04:50:49.606Z] Removing intermediate container d44307ca198c [2020-09-08T04:50:49.606Z] ---> 40961413cc26 [2020-09-08T04:50:49.606Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-08T04:50:49.606Z] ---> Running in a46f8c1fc6bf [2020-09-08T04:50:49.761Z] ---> 11b15c115df6 [2020-09-08T04:50:49.761Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-09-08T04:50:50.026Z] ---> 6d0d05f339b3 [2020-09-08T04:50:50.026Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-09-08T04:50:50.289Z] ---> d9f063b6b87c [2020-09-08T04:50:50.289Z] Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-09-08T04:50:50.289Z] ---> Running in 51f1d0aa4fc6 [2020-09-08T04:50:50.551Z] Removing intermediate container 51f1d0aa4fc6 [2020-09-08T04:50:50.551Z] ---> 5fbc2b0481c1 [2020-09-08T04:50:50.551Z] Step 18/22 : ENTRYPOINT ["/device-mqtt"] [2020-09-08T04:50:50.551Z] ---> Running in a3900b246a77 [2020-09-08T04:50:50.551Z] Removing intermediate container a3900b246a77 [2020-09-08T04:50:50.551Z] ---> b8899ed293ba [2020-09-08T04:50:50.551Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-08T04:50:50.811Z] ---> Running in aed5224f0b77 [2020-09-08T04:50:50.811Z] Removing intermediate container aed5224f0b77 [2020-09-08T04:50:50.811Z] ---> 18b307e303f5 [2020-09-08T04:50:50.811Z] Step 20/22 : LABEL arch=amd64 [2020-09-08T04:50:51.073Z] ---> Running in b2de706c146b [2020-09-08T04:50:51.073Z] Removing intermediate container b2de706c146b [2020-09-08T04:50:51.073Z] ---> 24fbd175f137 [2020-09-08T04:50:51.073Z] Step 21/22 : LABEL git_sha=4f13d3b8c24926502c75f0ce487e96a984a92e31 [2020-09-08T04:50:51.073Z] ---> Running in 759519d0696d [2020-09-08T04:50:51.336Z] Removing intermediate container 759519d0696d [2020-09-08T04:50:51.336Z] ---> cb1954883ad0 [2020-09-08T04:50:51.336Z] Step 22/22 : LABEL version=0.0.0 [2020-09-08T04:50:51.336Z] ---> Running in 54a487ae0333 [2020-09-08T04:50:51.599Z] Removing intermediate container 54a487ae0333 [2020-09-08T04:50:51.599Z] ---> 18a950bbe7f0 [2020-09-08T04:50:51.599Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-08T04:50:51.599Z] Successfully built 18a950bbe7f0 [2020-09-08T04:50:51.599Z] 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 [2020-09-08T04:50:52.232Z] Removing intermediate container a46f8c1fc6bf [2020-09-08T04:50:52.232Z] ---> 0bc7abe62687 [2020-09-08T04:50:52.232Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-09-08T04:50:52.509Z] ---> Running in e05bf81a6fda [2020-09-08T04:50:53.942Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-08T04:50:55.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-08T04:50:57.978Z] (1/14) Installing libmagic (5.38-r0) [2020-09-08T04:50:58.248Z] (2/14) Installing file (5.38-r0) [2020-09-08T04:50:58.248Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-08T04:50:58.248Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-08T04:51:07.485Z] Still waiting to schedule task [2020-09-08T04:51:07.485Z] All nodes of label ‘centos7-docker-8c-8g’ are offline [2020-09-08T04:51:08.377Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-08T04:51:08.377Z] (6/14) Installing patch (2.7.6-r6) [2020-09-08T04:51:08.377Z] (7/14) Installing build-base (0.5-r2) [2020-09-08T04:51:08.377Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-08T04:51:08.377Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-08T04:51:08.650Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-08T04:51:08.920Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-08T04:51:09.191Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-08T04:51:09.191Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-08T04:51:09.464Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-08T04:51:09.464Z] Executing busybox-1.31.1-r16.trigger [2020-09-08T04:51:09.464Z] OK: 221 MiB in 53 packages [2020-09-08T04:51:13.793Z] Removing intermediate container e05bf81a6fda [2020-09-08T04:51:13.794Z] ---> 24a3c5390c67 [2020-09-08T04:51:13.794Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-09-08T04:51:14.065Z] ---> Running in 6983d00d511e [2020-09-08T04:51:14.658Z] Removing intermediate container 6983d00d511e [2020-09-08T04:51:14.658Z] ---> f31dd67f123e [2020-09-08T04:51:14.658Z] Step 7/8 : COPY . . [2020-09-08T04:51:15.648Z] ---> 39e6bd2f95f8 [2020-09-08T04:51:15.648Z] Step 8/8 : RUN go mod download [2020-09-08T04:51:15.648Z] ---> Running in 4e24b54b4598 [2020-09-08T04:51:19.029Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-08T04:51:19.029Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-08T04:51:19.029Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-08T04:51:19.029Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-08T04:51:19.029Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-08T04:51:19.029Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-08T04:51:19.029Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-08T04:51:19.029Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-08T04:51:19.029Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-09-08T04:51:19.029Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-08T04:51:19.029Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-08T04:51:19.301Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-08T04:51:19.301Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-08T04:51:19.301Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-08T04:51:19.301Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-08T04:51:19.301Z] go: finding github.com/fatih/color v1.7.0 [2020-09-08T04:51:19.301Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-08T04:51:19.301Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-08T04:51:19.301Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-08T04:51:19.301Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-08T04:51:19.301Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-08T04:51:19.576Z] go: finding github.com/google/uuid v1.1.1 [2020-09-08T04:51:19.576Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-08T04:51:19.576Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-08T04:51:19.577Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-08T04:51:19.577Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-08T04:51:19.577Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-08T04:51:19.577Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-08T04:51:19.577Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-08T04:51:19.577Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-08T04:51:19.577Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-08T04:51:19.577Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-08T04:51:19.847Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-08T04:51:19.847Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-08T04:51:19.847Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-08T04:51:19.847Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-08T04:51:19.847Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-08T04:51:19.847Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-08T04:51:19.847Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-08T04:51:19.847Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-08T04:51:19.847Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-08T04:51:19.847Z] go: finding github.com/kr/pretty v0.1.0 [2020-09-08T04:51:19.847Z] go: finding github.com/kr/pty v1.1.1 [2020-09-08T04:51:20.118Z] go: finding github.com/kr/text v0.1.0 [2020-09-08T04:51:20.118Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-08T04:51:20.118Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-08T04:51:20.118Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-08T04:51:20.118Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-08T04:51:20.118Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-08T04:51:20.118Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-08T04:51:20.118Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-08T04:51:20.118Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-08T04:51:20.118Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-08T04:51:20.118Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-08T04:51:20.391Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-08T04:51:20.391Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-08T04:51:20.391Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-08T04:51:20.391Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-08T04:51:20.391Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-08T04:51:20.391Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-08T04:51:20.391Z] go: finding github.com/posener/complete v1.1.1 [2020-09-08T04:51:20.391Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-08T04:51:20.391Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-08T04:51:20.391Z] go: finding github.com/spf13/cast v1.3.0 [2020-09-08T04:51:20.660Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-08T04:51:20.660Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-08T04:51:20.660Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-08T04:51:20.660Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-08T04:51:20.660Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-09-08T04:51:20.660Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-08T04:51:20.660Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-08T04:51:20.660Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-09-08T04:51:20.660Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-09-08T04:51:20.660Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-08T04:51:20.660Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-08T04:51:30.825Z] Removing intermediate container 4e24b54b4598 [2020-09-08T04:51:30.825Z] ---> 6b8f3cc46800 [2020-09-08T04:51:30.825Z] Successfully built 6b8f3cc46800 [2020-09-08T04:51:30.825Z] 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:31.862Z] + docker inspect -f . ci-base-image-arm64 [2020-09-08T04:51:31.862Z] . [Pipeline] withDockerContainer [2020-09-08T04:51:32.166Z] prd-ubuntu18.04-docker-arm64-4c-16g-1786 does not seem to be running inside a container [2020-09-08T04:51:32.256Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-08T04:51:34.230Z] $ docker top f83f8d81ea2d3da2a066f96caa9fdebea7cfd5e4b01eb9535aa9e20ae677af8e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-08T04:51:35.738Z] + go version [2020-09-08T04:51:35.738Z] go version go1.13.13 linux/arm64 [Pipeline] sh [2020-09-08T04:51:36.819Z] + make test [2020-09-08T04:51:36.819Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-09-08T04:51:37.818Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-09-08T04:52:10.237Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-09-08T04:52:10.517Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.026s coverage: 28.3% of statements [2020-09-08T04:52:10.517Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-09-08T04:52:11.115Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-08T04:52:15.670Z] Running on prd-centos7-docker-8c-8g-1791 in /w/workspace/gexfoundry_device-mqtt-go_PR-169 [Pipeline] { [Pipeline] ws [2020-09-08T04:52:15.747Z] Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout [2020-09-08T04:52:17.683Z] using credential edgex-jenkins-ssh [2020-09-08T04:52:17.741Z] Cloning the remote Git repository [2020-09-08T04:52:17.741Z] Cloning with configured refspecs honoured and without tags [2020-09-08T04:52:17.864Z] gofmt -l . [2020-09-08T04:52:17.864Z] ["`gofmt -l .`" = ""] [2020-09-08T04:52:17.864Z] ./bin/test-attribution-txt.sh [2020-09-08T04:52:17.864Z] ./bin/test-go-mod-tidy.sh [2020-09-08T04:52:17.761Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T04:52:17.819Z] > git init /w/workspace/device-mqtt-go/1 # timeout=10 [2020-09-08T04:52:17.840Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T04:52:17.840Z] > git --version # timeout=10 [2020-09-08T04:52:17.845Z] > git --version # 'git version 2.16.5' [2020-09-08T04:52:17.846Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T04:52:17.866Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T04:52:18.281Z] Fetching without tags [Pipeline] stash [2020-09-08T04:52:18.513Z] Warning: overwriting stash ‘coverage-report’ [2020-09-08T04:52:18.661Z] Merging remotes/origin/master commit fe2df51579bf0cce1b2e428c0c04fcb23a980c4d into PR head commit 4f13d3b8c24926502c75f0ce487e96a984a92e31 [2020-09-08T04:52:18.719Z] Merge succeeded, producing 4f13d3b8c24926502c75f0ce487e96a984a92e31 [2020-09-08T04:52:18.720Z] Checking out Revision 4f13d3b8c24926502c75f0ce487e96a984a92e31 (PR-169) [2020-09-08T04:52:18.264Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-08T04:52:18.269Z] > git config --add remote.origin.fetch +refs/pull/169/head:refs/remotes/origin/PR-169 # timeout=10 [2020-09-08T04:52:18.272Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T04:52:18.279Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-08T04:52:18.286Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T04:52:18.286Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T04:52:18.289Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T04:52:18.672Z] > git config core.sparsecheckout # timeout=10 [2020-09-08T04:52:18.677Z] > git checkout -f 4f13d3b8c24926502c75f0ce487e96a984a92e31 # timeout=10 [2020-09-08T04:52:18.701Z] > git remote # timeout=10 [2020-09-08T04:52:18.705Z] > git config --get remote.origin.url # timeout=10 [2020-09-08T04:52:18.708Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T04:52:18.711Z] > git merge fe2df51579bf0cce1b2e428c0c04fcb23a980c4d # timeout=10 [2020-09-08T04:52:18.717Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-08T04:52:18.724Z] > git config core.sparsecheckout # timeout=10 [2020-09-08T04:52:18.727Z] > git checkout -f 4f13d3b8c24926502c75f0ce487e96a984a92e31 # timeout=10 [2020-09-08T04:52:19.318Z] Stashed 1 file(s) [Pipeline] } [2020-09-08T04:52:19.350Z] $ docker stop --time=1 f83f8d81ea2d3da2a066f96caa9fdebea7cfd5e4b01eb9535aa9e20ae677af8e [2020-09-08T04:52:21.533Z] $ docker rm -f f83f8d81ea2d3da2a066f96caa9fdebea7cfd5e4b01eb9535aa9e20ae677af8e [Pipeline] // withDockerContainer [Pipeline] } [2020-09-08T04:52:22.224Z] Commit message: "Bump github.com/eclipse/paho.mqtt.golang from 1.1.1 to 1.2.0" [Pipeline] // script [2020-09-08T04:52:22.291Z] > git --version # timeout=10 [2020-09-08T04:52:22.294Z] > git --version # 'git version 2.16.5' [2020-09-08T04:52:22.297Z] fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [2020-09-08T04:52:23.133Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [Pipeline] sh [2020-09-08T04:52:23.847Z] ++ find /w/workspace/device-mqtt-go/1 [2020-09-08T04:52:23.847Z] ++ grep snapcraft.yaml [2020-09-08T04:52:23.847Z] + grep -Po '^name: \K(.*)' /w/workspace/device-mqtt-go/1/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [2020-09-08T04:52:23.944Z] + ls -al . [2020-09-08T04:52:23.944Z] total 136 [2020-09-08T04:52:23.944Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 8 04:52 . [2020-09-08T04:52:23.944Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 8 04:50 .. [2020-09-08T04:52:23.944Z] -rw-rw-r-- 1 jenkins jenkins 140 Sep 8 04:50 .dockerignore [2020-09-08T04:52:23.944Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 8 04:50 .git [2020-09-08T04:52:23.944Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 8 04:50 .github [2020-09-08T04:52:23.944Z] -rw-rw-r-- 1 jenkins jenkins 328 Sep 8 04:50 .gitignore [2020-09-08T04:52:23.944Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 8 04:50 .semver [2020-09-08T04:52:23.944Z] -rw-rw-r-- 1 jenkins jenkins 4678 Sep 8 04:50 Attribution.txt [2020-09-08T04:52:23.944Z] -rw-rw-r-- 1 jenkins jenkins 1784 Sep 8 04:50 Dockerfile [2020-09-08T04:52:23.944Z] -rw-rw-r-- 1 jenkins jenkins 953 Sep 8 04:50 Dockerfile.build [2020-09-08T04:52:23.944Z] -rw-rw-r-- 1 jenkins jenkins 700 Sep 8 04:50 Jenkinsfile [2020-09-08T04:52:23.944Z] -rw-rw-r-- 1 jenkins jenkins 11340 Sep 8 04:50 LICENSE [2020-09-08T04:52:23.944Z] -rw-rw-r-- 1 jenkins jenkins 902 Sep 8 04:50 Makefile [2020-09-08T04:52:23.944Z] -rw-rw-r-- 1 jenkins jenkins 444 Sep 8 04:50 README.md [2020-09-08T04:52:23.944Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 8 04:47 VERSION [2020-09-08T04:52:23.944Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 8 04:50 bin [2020-09-08T04:52:23.944Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 8 04:50 cmd [2020-09-08T04:52:23.944Z] -rw-r--r-- 1 jenkins jenkins 18939 Sep 8 04:52 coverage.out [2020-09-08T04:52:23.944Z] -rw-r--r-- 1 jenkins jenkins 510 Sep 8 04:52 go.mod [2020-09-08T04:52:23.944Z] -rw-r--r-- 1 jenkins jenkins 13621 Sep 8 04:52 go.sum [2020-09-08T04:52:23.944Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 8 04:50 internal [2020-09-08T04:52:23.944Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 8 04:50 mock [2020-09-08T04:52:23.944Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 8 04:50 snap [2020-09-08T04:52:23.944Z] -rw-rw-r-- 1 jenkins jenkins 227 Sep 8 04:50 version.go [Pipeline] configFileProvider [2020-09-08T04:52:24.040Z] provisioning config files... [2020-09-08T04:52:24.060Z] copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/1@tmp/config5744747826255593245tmp [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:52:24.399Z] + cp /w/workspace/device-mqtt-go/1@tmp/config5744747826255593245tmp /w/workspace/device-mqtt-go/1/edgex-snap-store-login [Pipeline] sh [2020-09-08T04:52:24.533Z] + 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=4f13d3b8c24926502c75f0ce487e96a984a92e31 --label arch=arm64 --label version=0.0.0 . [2020-09-08T04:52:24.731Z] + 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:52:24.731Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-09-08T04:52:24.731Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-09-08T04:52:24.731Z] f08d8e2a3ba1: Pulling fs layer [2020-09-08T04:52:24.731Z] 3baa9cb2483b: Pulling fs layer [2020-09-08T04:52:24.731Z] 94e5ff4c0b15: Pulling fs layer [2020-09-08T04:52:24.731Z] 1860925334f9: Pulling fs layer [2020-09-08T04:52:24.731Z] 2daf38717194: Pulling fs layer [2020-09-08T04:52:24.731Z] 309017e8d7a4: Pulling fs layer [2020-09-08T04:52:24.731Z] f7790dc9fd0f: Pulling fs layer [2020-09-08T04:52:24.731Z] cac0ae9282c2: Pulling fs layer [2020-09-08T04:52:24.731Z] 1860925334f9: Waiting [2020-09-08T04:52:24.731Z] 1f4cadf9a1ed: Pulling fs layer [2020-09-08T04:52:24.731Z] 2daf38717194: Waiting [2020-09-08T04:52:24.731Z] 309017e8d7a4: Waiting [2020-09-08T04:52:24.731Z] f7790dc9fd0f: Waiting [2020-09-08T04:52:24.731Z] 1f4cadf9a1ed: Waiting [2020-09-08T04:52:24.731Z] 94e5ff4c0b15: Verifying Checksum [2020-09-08T04:52:24.731Z] 94e5ff4c0b15: Download complete [2020-09-08T04:52:24.731Z] 3baa9cb2483b: Verifying Checksum [2020-09-08T04:52:24.731Z] 3baa9cb2483b: Download complete [2020-09-08T04:52:24.731Z] 1860925334f9: Verifying Checksum [2020-09-08T04:52:24.731Z] 1860925334f9: Download complete [2020-09-08T04:52:24.731Z] 309017e8d7a4: Download complete [2020-09-08T04:52:24.803Z] Sending build context to Docker daemon 628.7kB [2020-09-08T04:52:24.803Z] Step 1/22 : ARG BASE=golang:1.13-alpine [2020-09-08T04:52:24.803Z] Step 2/22 : FROM ${BASE} AS builder [2020-09-08T04:52:24.803Z] ---> 6b8f3cc46800 [2020-09-08T04:52:24.803Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-09-08T04:52:25.004Z] f7790dc9fd0f: Download complete [2020-09-08T04:52:25.004Z] cac0ae9282c2: Download complete [2020-09-08T04:52:25.004Z] 1f4cadf9a1ed: Download complete [2020-09-08T04:52:25.075Z] ---> Running in 139d22746c5e [2020-09-08T04:52:25.574Z] f08d8e2a3ba1: Verifying Checksum [2020-09-08T04:52:25.574Z] f08d8e2a3ba1: Download complete [2020-09-08T04:52:25.668Z] Removing intermediate container 139d22746c5e [2020-09-08T04:52:25.668Z] ---> c7623a8d5b0c [2020-09-08T04:52:25.668Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-09-08T04:52:25.668Z] ---> Running in 7f10c2548977 [2020-09-08T04:52:26.262Z] Removing intermediate container 7f10c2548977 [2020-09-08T04:52:26.262Z] ---> a0bdf997c61a [2020-09-08T04:52:26.262Z] Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-08T04:52:26.262Z] ---> Running in 2c9fa6aff776 [2020-09-08T04:52:26.515Z] f08d8e2a3ba1: Pull complete [2020-09-08T04:52:26.776Z] 3baa9cb2483b: Pull complete [2020-09-08T04:52:26.776Z] 94e5ff4c0b15: Pull complete [2020-09-08T04:52:26.776Z] 1860925334f9: Pull complete [2020-09-08T04:52:28.876Z] Removing intermediate container 2c9fa6aff776 [2020-09-08T04:52:28.876Z] ---> b467d5361d07 [2020-09-08T04:52:28.876Z] Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-08T04:52:28.876Z] ---> Running in 715a36853d45 [2020-09-08T04:52:30.319Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-08T04:52:30.976Z] 2daf38717194: Verifying Checksum [2020-09-08T04:52:30.976Z] 2daf38717194: Download complete [2020-09-08T04:52:31.305Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-08T04:52:31.578Z] OK: 221 MiB in 53 packages [2020-09-08T04:52:33.038Z] Removing intermediate container 715a36853d45 [2020-09-08T04:52:33.038Z] ---> ed96d721feca [2020-09-08T04:52:33.038Z] Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-09-08T04:52:33.038Z] ---> Running in be4cf1d04a3d [2020-09-08T04:52:33.634Z] Removing intermediate container be4cf1d04a3d [2020-09-08T04:52:33.634Z] ---> e55c8271c2fe [2020-09-08T04:52:33.634Z] Step 8/22 : COPY . . [2020-09-08T04:52:34.613Z] ---> 33d69d7e20b2 [2020-09-08T04:52:34.613Z] Step 9/22 : ARG MAKE='make build' [2020-09-08T04:52:34.613Z] ---> Running in a19c0a1b8cb5 [2020-09-08T04:52:35.209Z] Removing intermediate container a19c0a1b8cb5 [2020-09-08T04:52:35.209Z] ---> 95c9aa7c110a [2020-09-08T04:52:35.209Z] Step 10/22 : RUN $MAKE [2020-09-08T04:52:35.209Z] ---> Running in 9527ee505b8c [2020-09-08T04:52:36.642Z] 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:49.131Z] 2daf38717194: Pull complete [2020-09-08T04:52:49.131Z] 309017e8d7a4: Pull complete [2020-09-08T04:52:49.131Z] f7790dc9fd0f: Pull complete [2020-09-08T04:52:49.131Z] cac0ae9282c2: Pull complete [2020-09-08T04:52:49.131Z] 1f4cadf9a1ed: Pull complete [2020-09-08T04:52:49.131Z] Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 [2020-09-08T04:52:49.131Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-09-08T04:52:49.704Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-09-08T04:52:49.704Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-09-08T04:52:49.704Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [116 kB] [2020-09-08T04:52:49.704Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-09-08T04:52:49.704Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1089 kB] [2020-09-08T04:52:49.971Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [896 kB] [2020-09-08T04:52:49.971Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [10.1 kB] [2020-09-08T04:52:50.235Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-09-08T04:52:50.235Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1384 kB] [2020-09-08T04:52:50.806Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [132 kB] [2020-09-08T04:52:50.806Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.7 kB] [2020-09-08T04:52:50.806Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1425 kB] [2020-09-08T04:52:51.065Z] Fetched 5332 kB in 1s (3725 kB/s) [2020-09-08T04:52:52.004Z] Reading package lists... [2020-09-08T04:52:55.310Z] 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-09-08T04:52:55.310Z] 0% [Connecting to archive.ubuntu.com (91.189.88.152)] 0% [1 InRelease gpgv 88.7 kB] [Connecting to archive.ubuntu.com (91.189.88.152) 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-09-08T04:52:55.310Z] 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-09-08T04:52:55.310Z] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] 0% [Waiting for headers] 0% [3 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-09-08T04:52:56.664Z] 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... 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:52:58.043Z] 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:52:59.132Z] 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... 64% Reading package lists... 64% Reading package lists... 65% Reading package lists... 65% Reading package lists... 67% 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:52:59.652Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree [2020-09-08T04:52:59.652Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-09-08T04:52:59.652Z] The following packages were automatically installed and are no longer required: [2020-09-08T04:52:59.652Z] libjq1 libonig4 [2020-09-08T04:52:59.652Z] Use 'sudo apt autoremove' to remove them. [2020-09-08T04:52:59.652Z] Suggested packages: [2020-09-08T04:52:59.652Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-09-08T04:52:59.652Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed [2020-09-08T04:52:59.652Z] diffutils-doc perl-doc libterm-readline-gnu-perl [2020-09-08T04:52:59.652Z] | libterm-readline-perl-perl [2020-09-08T04:52:59.911Z] The following NEW packages will be installed: [2020-09-08T04:52:59.911Z] curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 [2020-09-08T04:52:59.911Z] libperl5.26 make netbase patch perl perl-modules-5.26 [2020-09-08T04:52:59.911Z] 0 upgraded, 14 newly installed, 0 to remove and 3 not upgraded. [2020-09-08T04:52:59.911Z] Need to get 12.0 MB of archives. [2020-09-08T04:52:59.911Z] After this operation, 77.5 MB of additional disk space will be used. [2020-09-08T04:52:59.911Z] 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:53:00.744Z] 0% [1 perl-modules-5.26 13.8 kB/2763 kB 0%] 5% [1 perl-modules-5.26 713 kB/2763 kB 26%] 20% [Waiting for headers] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-09-08T04:53:00.744Z] 20% [2 libgdbm5 26.0 kB/26.0 kB 100%] 21% [Waiting for headers] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-09-08T04:53:00.744Z] 21% [3 libgdbm-compat4 6084 B/6084 B 100%] 23% [Working] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] [2020-09-08T04:53:01.005Z] 23% [4 libperl5.26 8192 B/3527 kB 0%] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] [2020-09-08T04:53:01.005Z] 48% [5 perl 46.1 kB/201 kB 23%] 51% [Working] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-09-08T04:53:01.005Z] 51% [6 less 28.4 kB/112 kB 25%] 53% [Waiting for headers] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-09-08T04:53:01.005Z] 53% [7 netbase 11.0 kB/12.7 kB 87%] 54% [Working] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] [2020-09-08T04:53:01.005Z] 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:53:01.005Z] 57% [9 libcurl3-gnutls 6834 B/213 kB 3%] 60% [Working] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-09-08T04:53:01.005Z] 60% [10 liberror-perl 14.3 kB/22.8 kB 63%] 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:53:01.005Z] 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:53:01.005Z] 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:53:01.005Z] 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:53:01.005Z] 98% [14 patch 9523 B/102 kB 9%] 100% [Working] Fetched 12.0 MB in 1s (9915 kB/s) [2020-09-08T04:53:01.274Z] debconf: delaying package configuration, since apt-utils is not installed [2020-09-08T04:53:01.274Z] Selecting previously unselected package perl-modules-5.26. [2020-09-08T04:53:01.274Z] (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:53:01.274Z] Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-09-08T04:53:01.274Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-08T04:53:02.237Z] Selecting previously unselected package libgdbm5:amd64. [2020-09-08T04:53:02.237Z] Preparing to unpack .../01-libgdbm5_1.14.1-6_amd64.deb ... [2020-09-08T04:53:02.237Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-09-08T04:53:02.237Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-09-08T04:53:02.237Z] Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-09-08T04:53:02.237Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-09-08T04:53:02.237Z] Selecting previously unselected package libperl5.26:amd64. [2020-09-08T04:53:02.237Z] Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-09-08T04:53:02.237Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-09-08T04:53:02.810Z] Selecting previously unselected package perl. [2020-09-08T04:53:02.810Z] Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-09-08T04:53:02.810Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-09-08T04:53:02.810Z] Selecting previously unselected package less. [2020-09-08T04:53:02.810Z] Preparing to unpack .../05-less_487-0.1_amd64.deb ... [2020-09-08T04:53:02.810Z] Unpacking less (487-0.1) ... [2020-09-08T04:53:03.070Z] Selecting previously unselected package netbase. [2020-09-08T04:53:03.070Z] Preparing to unpack .../06-netbase_5.4_all.deb ... [2020-09-08T04:53:03.070Z] Unpacking netbase (5.4) ... [2020-09-08T04:53:03.070Z] Selecting previously unselected package curl. [2020-09-08T04:53:03.070Z] Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_amd64.deb ... [2020-09-08T04:53:03.070Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-09-08T04:53:03.070Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-09-08T04:53:03.070Z] Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... [2020-09-08T04:53:03.070Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-09-08T04:53:03.070Z] Selecting previously unselected package liberror-perl. [2020-09-08T04:53:03.070Z] Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... [2020-09-08T04:53:03.070Z] Unpacking liberror-perl (0.17025-1) ... [2020-09-08T04:53:03.329Z] Selecting previously unselected package git-man. [2020-09-08T04:53:03.329Z] Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-09-08T04:53:03.329Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-08T04:53:03.329Z] Selecting previously unselected package git. [2020-09-08T04:53:03.329Z] Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-09-08T04:53:03.329Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-09-08T04:53:03.500Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-08T04:53:03.899Z] Selecting previously unselected package make. [2020-09-08T04:53:03.899Z] Preparing to unpack .../12-make_4.1-9.1ubuntu1_amd64.deb ... [2020-09-08T04:53:03.899Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-09-08T04:53:03.899Z] Selecting previously unselected package patch. [2020-09-08T04:53:03.899Z] Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-09-08T04:53:03.899Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-09-08T04:53:04.157Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-08T04:53:04.157Z] Setting up less (487-0.1) ... [2020-09-08T04:53:04.157Z] Setting up make (4.1-9.1ubuntu1) ... [2020-09-08T04:53:04.157Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-09-08T04:53:04.420Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-09-08T04:53:04.420Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-08T04:53:04.420Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-09-08T04:53:04.420Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-09-08T04:53:04.420Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-09-08T04:53:04.420Z] Setting up netbase (5.4) ... [2020-09-08T04:53:04.420Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-09-08T04:53:04.420Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-09-08T04:53:04.420Z] Setting up liberror-perl (0.17025-1) ... [2020-09-08T04:53:04.420Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-09-08T04:53:04.420Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-09-08T04:53:04.680Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-09-08T04:53:06.065Z] curl set to automatically installed. [2020-09-08T04:53:06.065Z] git set to automatically installed. [2020-09-08T04:53:06.065Z] git-man set to automatically installed. [2020-09-08T04:53:06.065Z] less set to automatically installed. [2020-09-08T04:53:06.065Z] libcurl3-gnutls set to automatically installed. [2020-09-08T04:53:06.065Z] liberror-perl set to automatically installed. [2020-09-08T04:53:06.065Z] libgdbm-compat4 set to automatically installed. [2020-09-08T04:53:06.065Z] libgdbm5 set to automatically installed. [2020-09-08T04:53:06.065Z] libperl5.26 set to automatically installed. [2020-09-08T04:53:06.065Z] make set to automatically installed. [2020-09-08T04:53:06.065Z] netbase set to automatically installed. [2020-09-08T04:53:06.065Z] patch set to automatically installed. [2020-09-08T04:53:06.065Z] perl set to automatically installed. [2020-09-08T04:53:06.065Z] perl-modules-5.26 set to automatically installed. [2020-09-08T04:53:06.065Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-09-08T04:53:06.065Z] Please ensure the environment is properly setup before continuing. [2020-09-08T04:53:06.065Z] Ignore this message if the appropriate measures have already been taken [2020-09-08T04:53:06.641Z] Pulling go  [2020-09-08T04:53:07.578Z] 'device-mqtt' has dependencies that need to be staged: go [2020-09-08T04:53:07.578Z] Skipping pull go (already ran) [2020-09-08T04:53:07.578Z] Building go  [2020-09-08T04:53:07.578Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-08T04:53:07.578Z] Dload Upload Total Spent Left Speed [2020-09-08T04:53:09.556Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 34 114M 34 39.5M 0 0 53.7M 0 0:00:02 --:--:-- 0:00:02 53.6M 91 114M 91 104M 0 0 60.6M 0 0:00:01 0:00:01 --:--:-- 60.6M 100 114M 100 114M 0 0 61.3M 0 0:00:01 0:00:01 --:--:-- 61.3M [2020-09-08T04:53:10.127Z] go1.13.5.linux-amd64.tar.gz: OK [2020-09-08T04:53:13.682Z] Removing intermediate container 9527ee505b8c [2020-09-08T04:53:13.682Z] ---> f358ea6f15d6 [2020-09-08T04:53:13.682Z] Step 11/22 : FROM alpine [2020-09-08T04:53:13.682Z] latest: Pulling from library/alpine [2020-09-08T04:53:13.682Z] b538f80385f9: Already exists [2020-09-08T04:53:13.682Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-08T04:53:13.682Z] Status: Downloaded newer image for alpine:latest [2020-09-08T04:53:13.682Z] ---> 62ee0e9f8440 [2020-09-08T04:53:13.682Z] Step 12/22 : ENV APP_PORT=49982 [2020-09-08T04:53:13.682Z] ---> Running in 4d801d1e1041 [2020-09-08T04:53:14.285Z] Removing intermediate container 4d801d1e1041 [2020-09-08T04:53:14.285Z] ---> 009770d54afd [2020-09-08T04:53:14.285Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-08T04:53:14.285Z] ---> Running in de337e67959b [2020-09-08T04:53:14.885Z] Removing intermediate container de337e67959b [2020-09-08T04:53:14.885Z] ---> eb03c168ab7a [2020-09-08T04:53:14.885Z] Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-09-08T04:53:16.714Z] Staging go  [2020-09-08T04:53:16.714Z] Pulling device-mqtt  [2020-09-08T04:53:16.864Z] ---> b915571706e4 [2020-09-08T04:53:16.864Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-09-08T04:53:17.137Z] ---> 0e92474df5b7 [2020-09-08T04:53:17.137Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-09-08T04:53:17.671Z] Skipping build go (already ran) [2020-09-08T04:53:17.671Z] Building device-mqtt  [2020-09-08T04:53:17.671Z] 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:53:17.739Z] ---> d42927bb26e6 [2020-09-08T04:53:17.739Z] Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-09-08T04:53:18.012Z] ---> Running in e276b726c822 [2020-09-08T04:53:18.240Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-08T04:53:18.240Z] go: downloading github.com/spf13/cast v1.3.0 [2020-09-08T04:53:18.240Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-08T04:53:18.240Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-08T04:53:18.240Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-09-08T04:53:18.503Z] go: extracting github.com/spf13/cast v1.3.0 [2020-09-08T04:53:18.503Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-09-08T04:53:18.503Z] go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-08T04:53:18.503Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-08T04:53:18.503Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-08T04:53:18.503Z] go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-08T04:53:18.503Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-09-08T04:53:18.503Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-08T04:53:18.503Z] go: downloading github.com/pkg/errors v0.8.1 [2020-09-08T04:53:18.503Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-08T04:53:18.503Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-09-08T04:53:18.503Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-09-08T04:53:18.503Z] go: extracting github.com/pkg/errors v0.8.1 [2020-09-08T04:53:18.503Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-08T04:53:18.503Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-08T04:53:18.503Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-08T04:53:18.503Z] go: downloading github.com/google/uuid v1.1.1 [2020-09-08T04:53:18.503Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-09-08T04:53:18.503Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-08T04:53:18.503Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-09-08T04:53:18.503Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-09-08T04:53:18.503Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-09-08T04:53:18.503Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-08T04:53:18.503Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-08T04:53:18.503Z] go: extracting github.com/google/uuid v1.1.1 [2020-09-08T04:53:18.503Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-09-08T04:53:18.503Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-09-08T04:53:18.503Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-09-08T04:53:18.503Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-09-08T04:53:18.503Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-08T04:53:18.503Z] go: downloading github.com/x448/float16 v0.8.4 [2020-09-08T04:53:18.503Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-08T04:53:18.503Z] go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-08T04:53:18.503Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-08T04:53:18.637Z] Removing intermediate container e276b726c822 [2020-09-08T04:53:18.637Z] ---> 2a57b823a8bc [2020-09-08T04:53:18.637Z] Step 18/22 : ENTRYPOINT ["/device-mqtt"] [2020-09-08T04:53:18.637Z] ---> Running in 5b7245a3dcfb [2020-09-08T04:53:18.763Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-09-08T04:53:18.764Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-09-08T04:53:18.764Z] go: extracting github.com/x448/float16 v0.8.4 [2020-09-08T04:53:18.764Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-08T04:53:18.764Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-09-08T04:53:18.764Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-08T04:53:18.764Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-09-08T04:53:18.764Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-09-08T04:53:18.764Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-08T04:53:18.764Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-08T04:53:18.764Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-09-08T04:53:18.764Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-09-08T04:53:18.764Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-08T04:53:18.764Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-09-08T04:53:18.764Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-09-08T04:53:18.764Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-09-08T04:53:18.764Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-08T04:53:18.764Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-08T04:53:18.764Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-09-08T04:53:18.764Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-09-08T04:53:18.764Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-09-08T04:53:18.764Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-08T04:53:18.764Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-08T04:53:18.764Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-08T04:53:18.764Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-08T04:53:18.764Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-09-08T04:53:18.914Z] Removing intermediate container 5b7245a3dcfb [2020-09-08T04:53:18.914Z] ---> bf7a9a5cb7d4 [2020-09-08T04:53:18.914Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-08T04:53:19.027Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-09-08T04:53:19.027Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-08T04:53:19.027Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-08T04:53:19.027Z] go: finding github.com/spf13/cast v1.3.0 [2020-09-08T04:53:19.027Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-09-08T04:53:19.027Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-08T04:53:19.027Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-08T04:53:19.027Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-08T04:53:19.027Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-08T04:53:19.027Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-08T04:53:19.027Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-08T04:53:19.027Z] go: finding github.com/google/uuid v1.1.1 [2020-09-08T04:53:19.027Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-08T04:53:19.027Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-08T04:53:19.027Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-08T04:53:19.027Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-08T04:53:19.027Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-08T04:53:19.027Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-08T04:53:19.027Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-08T04:53:19.027Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-08T04:53:19.027Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-08T04:53:19.027Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-08T04:53:19.027Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-08T04:53:19.027Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-08T04:53:19.027Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-08T04:53:19.027Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-08T04:53:19.027Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-08T04:53:19.027Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-08T04:53:19.027Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-08T04:53:19.027Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-08T04:53:19.027Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-08T04:53:19.027Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-08T04:53:19.027Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-08T04:53:19.027Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-08T04:53:19.198Z] ---> Running in 71bcb5fc86d4 [2020-09-08T04:53:19.795Z] Removing intermediate container 71bcb5fc86d4 [2020-09-08T04:53:19.795Z] ---> 4261f0540b4b [2020-09-08T04:53:19.795Z] Step 20/22 : LABEL arch=arm64 [2020-09-08T04:53:19.795Z] ---> Running in 71db8ac51967 [2020-09-08T04:53:20.391Z] Removing intermediate container 71db8ac51967 [2020-09-08T04:53:20.391Z] ---> 7aabf1b21008 [2020-09-08T04:53:20.391Z] Step 21/22 : LABEL git_sha=4f13d3b8c24926502c75f0ce487e96a984a92e31 [2020-09-08T04:53:20.391Z] ---> Running in 3fcc825e7baa [2020-09-08T04:53:20.988Z] Removing intermediate container 3fcc825e7baa [2020-09-08T04:53:20.988Z] ---> aed97aed36f3 [2020-09-08T04:53:20.988Z] Step 22/22 : LABEL version=0.0.0 [2020-09-08T04:53:20.988Z] ---> Running in 734b49479374 [2020-09-08T04:53:21.581Z] Removing intermediate container 734b49479374 [2020-09-08T04:53:21.581Z] ---> b770dfb0cd48 [2020-09-08T04:53:21.581Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-08T04:53:21.581Z] Successfully built b770dfb0cd48 [2020-09-08T04:53:21.581Z] 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:24.867Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-08T04:53:28.189Z] Skipping stage go (already ran) [2020-09-08T04:53:28.189Z] Staging device-mqtt  [2020-09-08T04:53:28.453Z] Priming go  [2020-09-08T04:53:29.400Z] Priming device-mqtt  [2020-09-08T04:53:30.367Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-09-08T04:53:30.367Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-09-08T04:53:30.367Z] Determining the version from the project repo (version-script). [2020-09-08T04:53:30.367Z] The version has been set to '1.2.1-20200908+4f13d3b' [2020-09-08T04:53:30.941Z] Snapping | Snapping / Snapping - Snapping \ Snapping | [2020-09-08T04:53:30.941Z] Snapped edgex-device-mqtt_1.2.1-20200908+4f13d3b_amd64.snap [Pipeline] } [2020-09-08T04:53:33.529Z] 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:53:37.422Z] Still waiting to schedule task [2020-09-08T04:53:37.422Z] All nodes of label ‘ubuntu18.04-docker-arm64-16c-16g’ are offline [2020-09-08T04:55:30.831Z] Running on prd-ubuntu18.04-docker-arm64-16c-16g-1792 in /w/workspace/gexfoundry_device-mqtt-go_PR-169 [Pipeline] { [Pipeline] ws [2020-09-08T04:55:30.951Z] Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout [2020-09-08T04:55:34.819Z] using credential edgex-jenkins-ssh [2020-09-08T04:55:34.867Z] Cloning the remote Git repository [2020-09-08T04:55:34.867Z] Cloning with configured refspecs honoured and without tags [2020-09-08T04:55:35.853Z] Fetching without tags [2020-09-08T04:55:34.895Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T04:55:34.992Z] > git init /w/workspace/device-mqtt-go/1 # timeout=10 [2020-09-08T04:55:35.043Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T04:55:35.044Z] > git --version # timeout=10 [2020-09-08T04:55:35.057Z] > git --version # 'git version 2.17.1' [2020-09-08T04:55:35.059Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T04:55:35.102Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T04:55:35.778Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-08T04:55:35.791Z] > git config --add remote.origin.fetch +refs/pull/169/head:refs/remotes/origin/PR-169 # timeout=10 [2020-09-08T04:55:35.803Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T04:55:35.824Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-08T04:55:35.845Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T04:55:35.846Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T04:55:35.859Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T04:55:36.342Z] Merging remotes/origin/master commit fe2df51579bf0cce1b2e428c0c04fcb23a980c4d into PR head commit 4f13d3b8c24926502c75f0ce487e96a984a92e31 [2020-09-08T04:55:36.492Z] Merge succeeded, producing 4f13d3b8c24926502c75f0ce487e96a984a92e31 [2020-09-08T04:55:36.492Z] Checking out Revision 4f13d3b8c24926502c75f0ce487e96a984a92e31 (PR-169) [2020-09-08T04:55:36.342Z] > git config core.sparsecheckout # timeout=10 [2020-09-08T04:55:36.353Z] > git checkout -f 4f13d3b8c24926502c75f0ce487e96a984a92e31 # timeout=10 [2020-09-08T04:55:36.416Z] > git remote # timeout=10 [2020-09-08T04:55:36.428Z] > git config --get remote.origin.url # timeout=10 [2020-09-08T04:55:36.437Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T04:55:36.446Z] > git merge fe2df51579bf0cce1b2e428c0c04fcb23a980c4d # timeout=10 [2020-09-08T04:55:36.463Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-08T04:55:36.482Z] > git config core.sparsecheckout # timeout=10 [2020-09-08T04:55:36.491Z] > git checkout -f 4f13d3b8c24926502c75f0ce487e96a984a92e31 # timeout=10 [2020-09-08T04:55:40.588Z] Commit message: "Bump github.com/eclipse/paho.mqtt.golang from 1.1.1 to 1.2.0" [2020-09-08T04:55:40.626Z] > git --version # timeout=10 [2020-09-08T04:55:40.635Z] > git --version # 'git version 2.17.1' [2020-09-08T04:55:40.643Z] fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-08T04:55:42.017Z] + find /w/workspace/device-mqtt-go/1 [2020-09-08T04:55:42.017Z] + grep snapcraft.yaml [2020-09-08T04:55:42.017Z] + grep -Po ^name: \K(.*) /w/workspace/device-mqtt-go/1/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-08T04:55:42.299Z] provisioning config files... [2020-09-08T04:55:42.321Z] copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/1@tmp/config3869911775587507697tmp [Pipeline] { [Pipeline] sh [2020-09-08T04:55:42.761Z] + cp /w/workspace/device-mqtt-go/1@tmp/config3869911775587507697tmp /w/workspace/device-mqtt-go/1/edgex-snap-store-login [Pipeline] sh [2020-09-08T04:55:43.144Z] + 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:55:43.743Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-09-08T04:55:44.016Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-09-08T04:55:44.016Z] 237528ba509b: Pulling fs layer [2020-09-08T04:55:44.016Z] 393b96f31d8b: Pulling fs layer [2020-09-08T04:55:44.016Z] 4d82b0e39008: Pulling fs layer [2020-09-08T04:55:44.016Z] e7ca375b8d34: Pulling fs layer [2020-09-08T04:55:44.016Z] 418f656485bb: Pulling fs layer [2020-09-08T04:55:44.016Z] aebe8db9254c: Pulling fs layer [2020-09-08T04:55:44.016Z] 4f5f7b207d3f: Pulling fs layer [2020-09-08T04:55:44.016Z] d19ca6af091a: Pulling fs layer [2020-09-08T04:55:44.016Z] e7ca375b8d34: Waiting [2020-09-08T04:55:44.016Z] 418f656485bb: Waiting [2020-09-08T04:55:44.016Z] 16b5a0711add: Pulling fs layer [2020-09-08T04:55:44.016Z] 16b5a0711add: Waiting [2020-09-08T04:55:44.016Z] 4d82b0e39008: Verifying Checksum [2020-09-08T04:55:44.016Z] 4d82b0e39008: Download complete [2020-09-08T04:55:44.016Z] 393b96f31d8b: Verifying Checksum [2020-09-08T04:55:44.016Z] 393b96f31d8b: Download complete [2020-09-08T04:55:44.016Z] e7ca375b8d34: Download complete [2020-09-08T04:55:44.290Z] aebe8db9254c: Download complete [2020-09-08T04:55:44.290Z] 4f5f7b207d3f: Download complete [2020-09-08T04:55:44.290Z] d19ca6af091a: Download complete [2020-09-08T04:55:44.290Z] 16b5a0711add: Verifying Checksum [2020-09-08T04:55:44.290Z] 16b5a0711add: Download complete [2020-09-08T04:55:45.722Z] 237528ba509b: Download complete [2020-09-08T04:55:49.109Z] 237528ba509b: Pull complete [2020-09-08T04:55:49.109Z] 393b96f31d8b: Pull complete [2020-09-08T04:55:49.709Z] 4d82b0e39008: Pull complete [2020-09-08T04:55:49.982Z] e7ca375b8d34: Pull complete [2020-09-08T04:55:54.285Z] 418f656485bb: Verifying Checksum [2020-09-08T04:55:54.285Z] 418f656485bb: Download complete [2020-09-08T04:56:41.253Z] 418f656485bb: Pull complete [2020-09-08T04:56:41.253Z] aebe8db9254c: Pull complete [2020-09-08T04:56:41.253Z] 4f5f7b207d3f: Pull complete [2020-09-08T04:56:41.253Z] d19ca6af091a: Pull complete [2020-09-08T04:56:41.253Z] 16b5a0711add: Pull complete [2020-09-08T04:56:41.253Z] Digest: sha256:9ca9034cebc7408d83a32dada391ac179c4174cde852b5731596ec8e47bf0b3e [2020-09-08T04:56:41.253Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-09-08T04:56:41.253Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-09-08T04:56:41.253Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-09-08T04:56:41.530Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-09-08T04:56:41.813Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-09-08T04:56:42.091Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1259 kB] [2020-09-08T04:56:43.519Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [942 kB] [2020-09-08T04:56:44.115Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [671 kB] [2020-09-08T04:56:44.728Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [782 kB] [2020-09-08T04:56:45.004Z] Fetched 3906 kB in 4s (907 kB/s) [2020-09-08T04:56:49.307Z] Reading package lists... [2020-09-08T04:57:01.681Z] 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-09-08T04:57:01.681Z] 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:57:01.681Z] 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [2020-09-08T04:57:01.681Z] 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [2020-09-08T04:57:07.447Z] 0% [1 InRelease gpgv 242 kB] 0% [Working] 0% [2 InRelease gpgv 88.7 kB] 0% [Working] 0% [3 InRelease gpgv 74.6 kB] 0% [Working] 0% [4 InRelease gpgv 88.7 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 9% Reading package lists... 30% Reading package lists... 51% Reading package lists... 71% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-09-08T04:57:14.146Z] 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:57:18.233Z] 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... 26% Reading package lists... 46% Reading package lists... 66% 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... 86% 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:57:18.779Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 65% Building dependency tree [2020-09-08T04:57:18.779Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-09-08T04:57:19.372Z] The following packages were automatically installed and are no longer required: [2020-09-08T04:57:19.372Z] libjq1 libonig4 [2020-09-08T04:57:19.372Z] Use 'sudo apt autoremove' to remove them. [2020-09-08T04:57:19.372Z] Suggested packages: [2020-09-08T04:57:19.372Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-09-08T04:57:19.372Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed [2020-09-08T04:57:19.372Z] diffutils-doc perl-doc libterm-readline-gnu-perl [2020-09-08T04:57:19.372Z] | libterm-readline-perl-perl [2020-09-08T04:57:19.963Z] The following NEW packages will be installed: [2020-09-08T04:57:19.963Z] curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 [2020-09-08T04:57:19.963Z] libperl5.26 make netbase patch perl perl-modules-5.26 [2020-09-08T04:57:19.963Z] 0 upgraded, 14 newly installed, 0 to remove and 3 not upgraded. [2020-09-08T04:57:19.963Z] Need to get 10.8 MB of archives. [2020-09-08T04:57:19.963Z] After this operation, 73.6 MB of additional disk space will be used. [2020-09-08T04:57:20.233Z] 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:57:21.954Z] 0% [1 perl-modules-5.26 12.6 kB/2763 kB 0%] 3% [1 perl-modules-5.26 422 kB/2763 kB 15%] 10% [1 perl-modules-5.26 1288 kB/2763 kB 47%] 18% [1 perl-modules-5.26 2447 kB/2763 kB 89%] 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:57:21.955Z] 22% [2 libgdbm5 23.1 kB/23.1 kB 100%] 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:57:21.955Z] 24% [3 libgdbm-compat4 5536 B/5536 B 100%] 25% [Waiting for headers] 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:57:22.819Z] 25% [4 libperl5.26 25.8 kB/3326 kB 1%] 37% [4 libperl5.26 1633 kB/3326 kB 49%] 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:57:22.819Z] 51% [5 perl 0 B/201 kB 0%] 54% [Waiting for headers] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] [2020-09-08T04:57:22.819Z] 54% [6 less 12.2 kB/99.7 kB 12%] 56% [Working] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] [2020-09-08T04:57:22.819Z] 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:57:22.819Z] 58% [8 curl 0 B/152 kB 0%] 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:57:22.819Z] 60% [9 libcurl3-gnutls 0 B/179 kB 0%] 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:57:22.819Z] 63% [10 liberror-perl 0 B/22.8 kB 0%] 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:57:23.089Z] 65% [11 git-man 28.5 kB/804 kB 4%] 72% [Working] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] [2020-09-08T04:57:23.677Z] 72% [12 git 4421 B/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:57:23.678Z] 95% [13 make 8505 B/139 kB 6%] 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:57:23.678Z] 98% [14 patch 45.1 kB/91.8 kB 49%] 100% [Working] Fetched 10.8 MB in 4s (2974 kB/s) [2020-09-08T04:57:24.269Z] debconf: delaying package configuration, since apt-utils is not installed [2020-09-08T04:57:24.269Z] Selecting previously unselected package perl-modules-5.26. [2020-09-08T04:57:24.269Z] (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:57:24.269Z] Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-09-08T04:57:24.269Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-08T04:57:25.694Z] Selecting previously unselected package libgdbm5:arm64. [2020-09-08T04:57:25.694Z] Preparing to unpack .../01-libgdbm5_1.14.1-6_arm64.deb ... [2020-09-08T04:57:25.694Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-09-08T04:57:25.965Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-09-08T04:57:25.965Z] Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-09-08T04:57:25.965Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-09-08T04:57:25.965Z] Selecting previously unselected package libperl5.26:arm64. [2020-09-08T04:57:25.965Z] Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... [2020-09-08T04:57:25.965Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-09-08T04:57:27.392Z] Selecting previously unselected package perl. [2020-09-08T04:57:27.392Z] Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_arm64.deb ... [2020-09-08T04:57:27.392Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-09-08T04:57:27.392Z] Selecting previously unselected package less. [2020-09-08T04:57:27.392Z] Preparing to unpack .../05-less_487-0.1_arm64.deb ... [2020-09-08T04:57:27.392Z] Unpacking less (487-0.1) ... [2020-09-08T04:57:27.661Z] Selecting previously unselected package netbase. [2020-09-08T04:57:27.661Z] Preparing to unpack .../06-netbase_5.4_all.deb ... [2020-09-08T04:57:27.661Z] Unpacking netbase (5.4) ... [2020-09-08T04:57:27.661Z] Selecting previously unselected package curl. [2020-09-08T04:57:27.661Z] Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_arm64.deb ... [2020-09-08T04:57:27.661Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-09-08T04:57:27.932Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-09-08T04:57:27.932Z] Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_arm64.deb ... [2020-09-08T04:57:27.932Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... [2020-09-08T04:57:28.203Z] Selecting previously unselected package liberror-perl. [2020-09-08T04:57:28.203Z] Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... [2020-09-08T04:57:28.203Z] Unpacking liberror-perl (0.17025-1) ... [2020-09-08T04:57:28.203Z] Selecting previously unselected package git-man. [2020-09-08T04:57:28.203Z] Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-09-08T04:57:28.203Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-08T04:57:28.475Z] Selecting previously unselected package git. [2020-09-08T04:57:28.475Z] Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-09-08T04:57:28.475Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-09-08T04:57:29.904Z] Selecting previously unselected package make. [2020-09-08T04:57:29.904Z] Preparing to unpack .../12-make_4.1-9.1ubuntu1_arm64.deb ... [2020-09-08T04:57:29.904Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-09-08T04:57:29.904Z] Selecting previously unselected package patch. [2020-09-08T04:57:29.904Z] Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-09-08T04:57:29.904Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-09-08T04:57:29.904Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-08T04:57:30.174Z] Setting up less (487-0.1) ... [2020-09-08T04:57:30.445Z] Setting up make (4.1-9.1ubuntu1) ... [2020-09-08T04:57:30.445Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-09-08T04:57:30.445Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... [2020-09-08T04:57:30.445Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-08T04:57:30.716Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-09-08T04:57:30.716Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-09-08T04:57:30.716Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-09-08T04:57:30.716Z] Setting up netbase (5.4) ... [2020-09-08T04:57:30.716Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-09-08T04:57:30.988Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-09-08T04:57:30.988Z] Setting up liberror-perl (0.17025-1) ... [2020-09-08T04:57:30.988Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-09-08T04:57:31.258Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-09-08T04:57:31.258Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-09-08T04:57:36.633Z] curl set to automatically installed. [2020-09-08T04:57:36.633Z] git set to automatically installed. [2020-09-08T04:57:36.633Z] git-man set to automatically installed. [2020-09-08T04:57:36.633Z] less set to automatically installed. [2020-09-08T04:57:36.633Z] libcurl3-gnutls set to automatically installed. [2020-09-08T04:57:36.633Z] liberror-perl set to automatically installed. [2020-09-08T04:57:36.633Z] libgdbm-compat4 set to automatically installed. [2020-09-08T04:57:36.633Z] libgdbm5 set to automatically installed. [2020-09-08T04:57:36.633Z] libperl5.26 set to automatically installed. [2020-09-08T04:57:36.633Z] make set to automatically installed. [2020-09-08T04:57:36.633Z] netbase set to automatically installed. [2020-09-08T04:57:36.633Z] patch set to automatically installed. [2020-09-08T04:57:36.633Z] perl set to automatically installed. [2020-09-08T04:57:36.633Z] perl-modules-5.26 set to automatically installed. [2020-09-08T04:57:36.633Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-09-08T04:57:36.633Z] Please ensure the environment is properly setup before continuing. [2020-09-08T04:57:36.633Z] Ignore this message if the appropriate measures have already been taken [2020-09-08T04:57:37.223Z] Pulling go  [2020-09-08T04:57:41.509Z] 'device-mqtt' has dependencies that need to be staged: go [2020-09-08T04:57:41.509Z] Skipping pull go (already ran) [2020-09-08T04:57:41.509Z] Building go  [2020-09-08T04:57:41.509Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-08T04:57:41.509Z] Dload Upload Total Spent Left Speed [2020-09-08T04:57:43.093Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 8 93.0M 8 8078k 0 0 20.8M 0 0:00:04 --:--:-- 0:00:04 20.8M 57 93.0M 57 53.2M 0 0 39.5M 0 0:00:02 0:00:01 0:00:01 39.5M 100 93.0M 100 93.0M 0 0 42.4M 0 0:00:02 0:00:02 --:--:-- 42.4M [2020-09-08T04:57:44.520Z] go1.13.5.linux-arm64.tar.gz: OK [2020-09-08T04:58:02.800Z] Staging go  [2020-09-08T04:58:05.405Z] Pulling device-mqtt  [2020-09-08T04:58:08.785Z] Skipping build go (already ran) [2020-09-08T04:58:08.785Z] Building device-mqtt  [2020-09-08T04:58:08.785Z] 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:58:09.771Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-08T04:58:09.771Z] go: downloading github.com/spf13/cast v1.3.0 [2020-09-08T04:58:09.771Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-08T04:58:09.771Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-08T04:58:09.771Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-09-08T04:58:09.771Z] go: extracting github.com/spf13/cast v1.3.0 [2020-09-08T04:58:09.771Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-09-08T04:58:09.771Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-08T04:58:09.771Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-08T04:58:09.771Z] go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-08T04:58:09.771Z] go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-08T04:58:10.046Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-08T04:58:10.046Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-09-08T04:58:10.046Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-09-08T04:58:10.046Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-09-08T04:58:10.046Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-08T04:58:10.046Z] go: downloading github.com/google/uuid v1.1.1 [2020-09-08T04:58:10.046Z] go: downloading github.com/pkg/errors v0.8.1 [2020-09-08T04:58:10.046Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-08T04:58:10.046Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-09-08T04:58:10.046Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-09-08T04:58:10.046Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-08T04:58:10.046Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-09-08T04:58:10.046Z] go: extracting github.com/google/uuid v1.1.1 [2020-09-08T04:58:10.046Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-08T04:58:10.046Z] go: extracting github.com/pkg/errors v0.8.1 [2020-09-08T04:58:10.046Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-09-08T04:58:10.046Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-08T04:58:10.046Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-09-08T04:58:10.046Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-08T04:58:10.046Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-08T04:58:10.046Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-09-08T04:58:10.046Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-09-08T04:58:10.046Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-09-08T04:58:10.046Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-08T04:58:10.046Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-09-08T04:58:10.046Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-09-08T04:58:10.046Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-08T04:58:10.046Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-08T04:58:10.319Z] go: downloading github.com/x448/float16 v0.8.4 [2020-09-08T04:58:10.319Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-08T04:58:10.319Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-09-08T04:58:10.319Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-09-08T04:58:10.319Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-08T04:58:10.319Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-09-08T04:58:10.319Z] go: extracting github.com/x448/float16 v0.8.4 [2020-09-08T04:58:10.319Z] go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-08T04:58:10.319Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-09-08T04:58:10.319Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-08T04:58:10.319Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-09-08T04:58:10.319Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-08T04:58:10.319Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-08T04:58:10.319Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-09-08T04:58:10.319Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-09-08T04:58:10.319Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-08T04:58:10.319Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-09-08T04:58:10.319Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-08T04:58:10.319Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-09-08T04:58:10.319Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-09-08T04:58:10.592Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-09-08T04:58:10.592Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-08T04:58:10.592Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-08T04:58:10.592Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-08T04:58:10.592Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-08T04:58:10.865Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-09-08T04:58:10.865Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-09-08T04:58:10.865Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-08T04:58:10.865Z] go: finding github.com/spf13/cast v1.3.0 [2020-09-08T04:58:10.865Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-08T04:58:10.865Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-09-08T04:58:10.865Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-08T04:58:10.865Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-08T04:58:10.865Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-08T04:58:10.865Z] go: finding github.com/google/uuid v1.1.1 [2020-09-08T04:58:10.865Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-08T04:58:10.865Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-08T04:58:10.865Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-08T04:58:10.865Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-08T04:58:10.865Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-08T04:58:10.865Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-08T04:58:10.865Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-08T04:58:10.865Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-08T04:58:10.865Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-08T04:58:10.865Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-08T04:58:10.865Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-08T04:58:10.865Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-08T04:58:10.865Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-08T04:58:10.865Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-08T04:58:10.865Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-08T04:58:11.139Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-08T04:58:11.139Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-08T04:58:11.139Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-08T04:58:11.139Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-08T04:58:11.139Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-08T04:58:11.139Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-08T04:58:11.139Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-08T04:58:11.139Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-08T04:58:11.139Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-08T04:58:11.139Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-08T04:58:29.458Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-08T04:58:47.744Z] Skipping stage go (already ran) [2020-09-08T04:58:47.744Z] Staging device-mqtt  [2020-09-08T04:58:51.112Z] Priming go  [2020-09-08T04:58:54.484Z] Priming device-mqtt  [2020-09-08T04:58:57.867Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-09-08T04:58:57.867Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-09-08T04:58:57.867Z] Determining the version from the project repo (version-script). [2020-09-08T04:58:57.867Z] The version has been set to '1.2.1-20200908+4f13d3b' [2020-09-08T04:58:59.312Z] Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping | [2020-09-08T04:58:59.312Z] Snapped edgex-device-mqtt_1.2.1-20200908+4f13d3b_arm64.snap [Pipeline] } [2020-09-08T04:59:01.961Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-09-08T04:59:04.693Z] provisioning config files... [2020-09-08T04:59:04.706Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp/config5910607307951580556tmp [Pipeline] { [Pipeline] sh [2020-09-08T04:59:05.146Z] + curl -s https://codecov.io/bash [2020-09-08T04:59:05.146Z] + bash -s - -t @/w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp/config5910607307951580556tmp [Pipeline] } [2020-09-08T04:59:05.453Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-09-08T04:59:08.687Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-08T04:59:09.331Z] ---> package-listing.sh [2020-09-08T04:59:09.331Z] ++ facter osfamily [2020-09-08T04:59:09.331Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-08T04:59:09.620Z] + OS_FAMILY=redhat [2020-09-08T04:59:09.620Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-169 [2020-09-08T04:59:09.620Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-08T04:59:09.620Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-08T04:59:09.620Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-08T04:59:09.620Z] + PACKAGES=/tmp/packages_start.txt [2020-09-08T04:59:09.620Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-169 ']' [2020-09-08T04:59:09.620Z] + PACKAGES=/tmp/packages_end.txt [2020-09-08T04:59:09.620Z] + case "${OS_FAMILY}" in [2020-09-08T04:59:09.620Z] + rpm -qa [2020-09-08T04:59:09.620Z] + sort [2020-09-08T04:59:14.072Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-08T04:59:14.072Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-08T04:59:14.072Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-08T04:59:14.072Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-169 ']' [2020-09-08T04:59:14.072Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-169/archives/ [2020-09-08T04:59:14.072Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-169/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:59:14.892Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-08T04:59:14.892Z] [2020-09-08T04:59:14.892Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:59:15.333Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-08T04:59:15.333Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-08T04:59:15.333Z] df20fa9351a1: Pulling fs layer [2020-09-08T04:59:15.333Z] 36b3adc4ff6f: Pulling fs layer [2020-09-08T04:59:15.333Z] 8ad3a11d3b57: Pulling fs layer [2020-09-08T04:59:15.333Z] 46f8f816bc3b: Pulling fs layer [2020-09-08T04:59:15.333Z] 0dadc02b9964: Pulling fs layer [2020-09-08T04:59:15.333Z] ce6a7cf60c04: Pulling fs layer [2020-09-08T04:59:15.333Z] 7a184a31f384: Pulling fs layer [2020-09-08T04:59:15.333Z] 0879bd2ef858: Pulling fs layer [2020-09-08T04:59:15.333Z] 0dadc02b9964: Waiting [2020-09-08T04:59:15.333Z] ce6a7cf60c04: Waiting [2020-09-08T04:59:15.333Z] 7a184a31f384: Waiting [2020-09-08T04:59:15.333Z] 0879bd2ef858: Waiting [2020-09-08T04:59:15.333Z] 46f8f816bc3b: Waiting [2020-09-08T04:59:15.333Z] 36b3adc4ff6f: Verifying Checksum [2020-09-08T04:59:15.333Z] 36b3adc4ff6f: Download complete [2020-09-08T04:59:15.333Z] 46f8f816bc3b: Verifying Checksum [2020-09-08T04:59:15.333Z] 46f8f816bc3b: Download complete [2020-09-08T04:59:15.609Z] df20fa9351a1: Verifying Checksum [2020-09-08T04:59:15.609Z] ce6a7cf60c04: Verifying Checksum [2020-09-08T04:59:15.609Z] ce6a7cf60c04: Download complete [2020-09-08T04:59:15.609Z] 7a184a31f384: Verifying Checksum [2020-09-08T04:59:15.609Z] 7a184a31f384: Download complete [2020-09-08T04:59:15.609Z] 0dadc02b9964: Verifying Checksum [2020-09-08T04:59:15.609Z] 0dadc02b9964: Download complete [2020-09-08T04:59:16.277Z] df20fa9351a1: Pull complete [2020-09-08T04:59:16.277Z] 8ad3a11d3b57: Verifying Checksum [2020-09-08T04:59:16.277Z] 8ad3a11d3b57: Download complete [2020-09-08T04:59:16.277Z] 36b3adc4ff6f: Pull complete [2020-09-08T04:59:17.385Z] 0879bd2ef858: Verifying Checksum [2020-09-08T04:59:17.385Z] 0879bd2ef858: Download complete [2020-09-08T04:59:17.661Z] 8ad3a11d3b57: Pull complete [2020-09-08T04:59:17.927Z] 46f8f816bc3b: Pull complete [2020-09-08T04:59:18.212Z] 0dadc02b9964: Pull complete [2020-09-08T04:59:18.481Z] ce6a7cf60c04: Pull complete [2020-09-08T04:59:18.481Z] 7a184a31f384: Pull complete [2020-09-08T04:59:24.164Z] 0879bd2ef858: Pull complete [2020-09-08T04:59:24.164Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-08T04:59:24.164Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-08T04:59:24.164Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-08T04:59:24.399Z] prd-centos7-docker-4c-2g-1778 does not seem to be running inside a container [2020-09-08T04:59:24.559Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/gexfoundry_device-mqtt-go_PR-169 -v /w/workspace/gexfoundry_device-mqtt-go_PR-169:/w/workspace/gexfoundry_device-mqtt-go_PR-169:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-08T04:59:30.076Z] $ docker top fb31044a56473db5a51faba9170430fb9357cff45e8fb0f12d881e95b0fb2005 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-08T04:59:30.810Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-08T04:59:31.227Z] + ls /var/log/sa-host [2020-09-08T04:59:31.227Z] + sadf -c /var/log/sa-host/sa05 [2020-09-08T04:59:31.227Z] file_magic: OK [2020-09-08T04:59:31.227Z] HZ: Using current value: 100 [2020-09-08T04:59:31.227Z] file_header: OK [2020-09-08T04:59:31.227Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-08T04:59:31.227Z] Statistics: [2020-09-08T04:59:31.227Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-08T04:59:31.227Z] File successfully converted to sysstat format version 12.2.1 [2020-09-08T04:59:31.227Z] + sadf -c /var/log/sa-host/sa08 [2020-09-08T04:59:31.227Z] file_magic: OK [2020-09-08T04:59:31.227Z] HZ: Using current value: 100 [2020-09-08T04:59:31.227Z] file_header: OK [2020-09-08T04:59:31.227Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-08T04:59:31.227Z] Statistics: [2020-09-08T04:59:31.227Z] 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-08T04:59:31.227Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-08T04:59:31.361Z] provisioning config files... [2020-09-08T04:59:31.383Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp/config2542782665844598634tmp [Pipeline] { [Pipeline] echo [2020-09-08T04:59:31.579Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-08T04:59:32.316Z] ---> create-netrc.sh [Pipeline] echo [2020-09-08T04:59:32.402Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-08T04:59:32.983Z] ---> logs-deploy.sh [2020-09-08T04:59:32.984Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-169/1 [2020-09-08T04:59:32.984Z] INFO: archiving workspace using pattern(s): [2020-09-08T04:59:35.151Z] Archives upload complete. [2020-09-08T04:59:35.692Z] INFO: archiving logs to Nexus