Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 53b271558e00092d9ac86daf606e53fe8237c5d2 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 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 370697454611dc68c0596e0d0a50477a8de841a8 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 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 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 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 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, goVersion:1.13, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 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 SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-2501’ Running on prd-centos7-docker-4c-2g-2506 in /w/workspace/gexfoundry_device-mqtt-go_master [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_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision 53b271558e00092d9ac86daf606e53fe8237c5d2 (master) > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # 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/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 53b271558e00092d9ac86daf606e53fe8237c5d2 # timeout=10 Commit message: "Merge pull request #150 from tonyespy/issue-149" > git rev-list --no-walk 8b9d4518ce44b452ea6e7170c38b8c7009d29236 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-11T00:40:38.892Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-11T00:40:39.010Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-11T00:40:39.051Z] ========================================================= [2020-06-11T00:40:39.051Z] EdgeX Global Pipelines Version Info [2020-06-11T00:40:39.051Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-11T00:40:40.930Z] ------------------- [2020-06-11T00:40:40.931Z] stable info: [2020-06-11T00:40:40.931Z] ------------------- [2020-06-11T00:40:40.931Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-11T00:40:40.931Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-11T00:40:40.931Z] Message: update stable to v1.0.89 [2020-06-11T00:40:41.502Z] ------------------- [2020-06-11T00:40:41.502Z] experimental info: [2020-06-11T00:40:41.502Z] ------------------- [2020-06-11T00:40:41.502Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-11T00:40:41.502Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-11T00:40:41.502Z] Message: update experimental to v1.0.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-06-11T00:40:43.045Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-11T00:40:43.045Z] [2020-06-11T00:40:43.045Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-11T00:40:43.369Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-11T00:40:43.369Z] latest: Pulling from edgex-devops/git-semver [2020-06-11T00:40:43.369Z] 9123ac7c32f7: Pulling fs layer [2020-06-11T00:40:43.369Z] b8cc5d1170e3: Pulling fs layer [2020-06-11T00:40:43.369Z] 2924cbbf6a41: Pulling fs layer [2020-06-11T00:40:43.369Z] 93b08a4f1073: Pulling fs layer [2020-06-11T00:40:43.369Z] 93b08a4f1073: Waiting [2020-06-11T00:40:43.369Z] b8cc5d1170e3: Download complete [2020-06-11T00:40:43.369Z] 9123ac7c32f7: Verifying Checksum [2020-06-11T00:40:43.369Z] 9123ac7c32f7: Download complete [2020-06-11T00:40:43.631Z] 93b08a4f1073: Verifying Checksum [2020-06-11T00:40:43.631Z] 93b08a4f1073: Download complete [2020-06-11T00:40:43.631Z] 2924cbbf6a41: Verifying Checksum [2020-06-11T00:40:43.631Z] 2924cbbf6a41: Download complete [2020-06-11T00:40:43.892Z] 9123ac7c32f7: Pull complete [2020-06-11T00:40:43.892Z] b8cc5d1170e3: Pull complete [2020-06-11T00:40:44.837Z] 2924cbbf6a41: Pull complete [2020-06-11T00:40:44.837Z] 93b08a4f1073: Pull complete [2020-06-11T00:40:44.837Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-11T00:40:44.837Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-11T00:40:44.837Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-11T00:40:44.944Z] prd-centos7-docker-4c-2g-2506 does not seem to be running inside a container [2020-06-11T00:40:44.985Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-11T00:40:47.000Z] $ docker top 342e5719352cb3724d2fa81f934da88079497540d0d3b875d14921a305d88138 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-11T00:40:47.189Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-11T00:40:47.189Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-11T00:40:47.391Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-11T00:40:47.395Z] $ docker exec 342e5719352cb3724d2fa81f934da88079497540d0d3b875d14921a305d88138 ssh-agent [2020-06-11T00:40:47.556Z] SSH_AUTH_SOCK=/tmp/ssh-n1Vg41rOnNps/agent.12 [2020-06-11T00:40:47.556Z] SSH_AGENT_PID=17 [2020-06-11T00:40:47.565Z] Running ssh-add (command line suppressed) [2020-06-11T00:40:47.681Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_7299816324293561556.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_7299816324293561556.key) [2020-06-11T00:40:47.729Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-11T00:40:48.083Z] + git describe --exact-match --tags HEAD [2020-06-11T00:40:48.083Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-11T00:40:48.192Z] $ docker exec --env ******** --env ******** 342e5719352cb3724d2fa81f934da88079497540d0d3b875d14921a305d88138 ssh-agent -k [2020-06-11T00:40:48.318Z] unset SSH_AUTH_SOCK; [2020-06-11T00:40:48.319Z] unset SSH_AGENT_PID; [2020-06-11T00:40:48.319Z] echo Agent pid 17 killed; [2020-06-11T00:40:48.360Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-11T00:40:48.398Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-11T00:40:48.398Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-11T00:40:48.444Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-11T00:40:48.444Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-11T00:40:48.606Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-11T00:40:48.610Z] $ docker exec 342e5719352cb3724d2fa81f934da88079497540d0d3b875d14921a305d88138 ssh-agent [2020-06-11T00:40:48.766Z] SSH_AUTH_SOCK=/tmp/ssh-vuN8kUz8egeI/agent.47 [2020-06-11T00:40:48.766Z] SSH_AGENT_PID=52 [2020-06-11T00:40:48.772Z] Running ssh-add (command line suppressed) [2020-06-11T00:40:48.887Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_2975415819839845244.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_2975415819839845244.key) [2020-06-11T00:40:48.937Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-11T00:40:49.238Z] + git semver init [2020-06-11T00:40:49.238Z] # -> Open(): unable to determine branch for HEAD [2020-06-11T00:40:49.238Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2020-06-11T00:40:49.238Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2020-06-11T00:40:49.238Z] # $SEMVER_REMOTE_NAME = origin [2020-06-11T00:40:49.238Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-11T00:40:49.238Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-11T00:40:49.238Z] # $SEMVER_BRANCH = master [2020-06-11T00:40:49.238Z] # $SEMVER_TEMP = /tmp/semver-615544369 [2020-06-11T00:40:49.238Z] # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP [2020-06-11T00:40:49.499Z] # '/tmp/semver-615544369' -> '/w/workspace/gexfoundry_device-mqtt-go_master/.semver' [2020-06-11T00:40:49.499Z] # -> Force: false [2020-06-11T00:40:49.499Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } [2020-06-11T00:40:49.511Z] $ docker exec --env ******** --env ******** 342e5719352cb3724d2fa81f934da88079497540d0d3b875d14921a305d88138 ssh-agent -k [2020-06-11T00:40:49.634Z] unset SSH_AUTH_SOCK; [2020-06-11T00:40:49.634Z] unset SSH_AGENT_PID; [2020-06-11T00:40:49.634Z] echo Agent pid 52 killed; [2020-06-11T00:40:49.672Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-11T00:40:50.032Z] + git semver [Pipeline] } [2020-06-11T00:40:50.055Z] $ docker stop --time=1 342e5719352cb3724d2fa81f934da88079497540d0d3b875d14921a305d88138 [2020-06-11T00:40:51.382Z] $ docker rm -f 342e5719352cb3724d2fa81f934da88079497540d0d3b875d14921a305d88138 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-11T00:40:51.843Z] Stashed 22 file(s) [Pipeline] echo [2020-06-11T00:40:51.845Z] [edgeXSemver] initialized semver on version 1.2.1-dev.2 [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-06-11T00:41:07.024Z] Still waiting to schedule task [2020-06-11T00:41:07.024Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-06-11T00:41:07.028Z] Still waiting to schedule task [2020-06-11T00:41:07.028Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-06-11T00:43:20.806Z] Running on prd-centos7-docker-4c-2g-2507 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws [2020-06-11T00:43:20.833Z] Running in /w/workspace/device-mqtt-go/8 [Pipeline] { [Pipeline] checkout [2020-06-11T00:43:23.736Z] using credential edgex-jenkins-ssh [2020-06-11T00:43:23.767Z] Cloning the remote Git repository [2020-06-11T00:43:23.767Z] Cloning with configured refspecs honoured and without tags [2020-06-11T00:43:23.496Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-11T00:43:23.571Z] > git init /w/workspace/device-mqtt-go/8 # timeout=10 [2020-06-11T00:43:23.627Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-11T00:43:23.628Z] > git --version # timeout=10 [2020-06-11T00:43:23.637Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T00:43:23.662Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T00:43:24.488Z] Fetching without tags [2020-06-11T00:43:24.913Z] Checking out Revision 53b271558e00092d9ac86daf606e53fe8237c5d2 (master) [2020-06-11T00:43:24.137Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-06-11T00:43:24.156Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T00:43:24.173Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-06-11T00:43:24.184Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-11T00:43:24.184Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T00:43:24.189Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T00:43:24.648Z] > git config core.sparsecheckout # timeout=10 [2020-06-11T00:43:24.656Z] > git checkout -f 53b271558e00092d9ac86daf606e53fe8237c5d2 # timeout=10 [2020-06-11T00:43:28.300Z] Commit message: "Merge pull request #150 from tonyespy/issue-149" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-11T00:43:28.961Z] ========================================================= [2020-06-11T00:43:28.961Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-06-11T00:43:28.961Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-11T00:43:29.638Z] + 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-06-11T00:43:29.901Z] Sending build context to Docker daemon 564.2kB [2020-06-11T00:43:29.901Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-11T00:43:29.901Z] Step 2/8 : FROM ${BASE} [2020-06-11T00:43:30.168Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-06-11T00:43:30.168Z] e6b0cf9c0882: Pulling fs layer [2020-06-11T00:43:30.168Z] 2848faf0eed1: Pulling fs layer [2020-06-11T00:43:30.168Z] 0f37312ad70f: Pulling fs layer [2020-06-11T00:43:30.168Z] 5788d62ee057: Pulling fs layer [2020-06-11T00:43:30.168Z] 0e6b1d234666: Pulling fs layer [2020-06-11T00:43:30.168Z] bf5d7aec512f: Pulling fs layer [2020-06-11T00:43:30.168Z] 34c802a77dc8: Pulling fs layer [2020-06-11T00:43:30.168Z] 9eb99e56ec68: Pulling fs layer [2020-06-11T00:43:30.168Z] 27c7a5d97fbd: Pulling fs layer [2020-06-11T00:43:30.168Z] 5c102a31e300: Pulling fs layer [2020-06-11T00:43:30.168Z] dcfb455df0a1: Pulling fs layer [2020-06-11T00:43:30.168Z] 34c802a77dc8: Waiting [2020-06-11T00:43:30.168Z] 9eb99e56ec68: Waiting [2020-06-11T00:43:30.168Z] 27c7a5d97fbd: Waiting [2020-06-11T00:43:30.168Z] 5c102a31e300: Waiting [2020-06-11T00:43:30.168Z] dcfb455df0a1: Waiting [2020-06-11T00:43:30.168Z] 5788d62ee057: Waiting [2020-06-11T00:43:30.168Z] 0e6b1d234666: Waiting [2020-06-11T00:43:30.168Z] bf5d7aec512f: Waiting [2020-06-11T00:43:30.168Z] 0f37312ad70f: Verifying Checksum [2020-06-11T00:43:30.168Z] 0f37312ad70f: Download complete [2020-06-11T00:43:30.168Z] 2848faf0eed1: Verifying Checksum [2020-06-11T00:43:30.168Z] 2848faf0eed1: Download complete [2020-06-11T00:43:30.168Z] 0e6b1d234666: Verifying Checksum [2020-06-11T00:43:30.168Z] 0e6b1d234666: Download complete [2020-06-11T00:43:30.168Z] bf5d7aec512f: Verifying Checksum [2020-06-11T00:43:30.168Z] bf5d7aec512f: Download complete [2020-06-11T00:43:30.168Z] e6b0cf9c0882: Verifying Checksum [2020-06-11T00:43:30.168Z] e6b0cf9c0882: Download complete [2020-06-11T00:43:30.432Z] e6b0cf9c0882: Pull complete [2020-06-11T00:43:30.693Z] 2848faf0eed1: Pull complete [2020-06-11T00:43:30.974Z] 0f37312ad70f: Pull complete [2020-06-11T00:43:31.248Z] 34c802a77dc8: Verifying Checksum [2020-06-11T00:43:31.248Z] 34c802a77dc8: Download complete [2020-06-11T00:43:31.248Z] 27c7a5d97fbd: Verifying Checksum [2020-06-11T00:43:31.248Z] 27c7a5d97fbd: Download complete [2020-06-11T00:43:31.849Z] 5788d62ee057: Verifying Checksum [2020-06-11T00:43:31.849Z] 5788d62ee057: Download complete [2020-06-11T00:43:31.849Z] 5c102a31e300: Verifying Checksum [2020-06-11T00:43:31.849Z] 5c102a31e300: Download complete [2020-06-11T00:43:31.849Z] dcfb455df0a1: Download complete [2020-06-11T00:43:31.849Z] 9eb99e56ec68: Verifying Checksum [2020-06-11T00:43:31.849Z] 9eb99e56ec68: Download complete [2020-06-11T00:43:40.014Z] 5788d62ee057: Pull complete [2020-06-11T00:43:40.014Z] 0e6b1d234666: Pull complete [2020-06-11T00:43:40.014Z] bf5d7aec512f: Pull complete [2020-06-11T00:43:44.241Z] 34c802a77dc8: Pull complete [2020-06-11T00:43:47.559Z] 9eb99e56ec68: Pull complete [2020-06-11T00:43:47.819Z] 27c7a5d97fbd: Pull complete [2020-06-11T00:43:48.765Z] 5c102a31e300: Pull complete [2020-06-11T00:43:48.765Z] dcfb455df0a1: Pull complete [2020-06-11T00:43:48.765Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-06-11T00:43:48.765Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-06-11T00:43:48.765Z] ---> 7c70fe431013 [2020-06-11T00:43:48.765Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-06-11T00:43:50.687Z] ---> Running in 37cb6131b266 [2020-06-11T00:43:50.687Z] Removing intermediate container 37cb6131b266 [2020-06-11T00:43:50.687Z] ---> d10ecb575f9b [2020-06-11T00:43:50.687Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-11T00:43:50.687Z] ---> Running in 47dae82574f2 [2020-06-11T00:43:51.634Z] Removing intermediate container 47dae82574f2 [2020-06-11T00:43:51.634Z] ---> c5541412e6ff [2020-06-11T00:43:51.634Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-06-11T00:43:51.634Z] ---> Running in 61d8e806cc0e [2020-06-11T00:43:52.205Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-11T00:43:53.148Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-11T00:43:53.148Z] (1/17) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) [2020-06-11T00:43:53.409Z] (2/17) Installing libmagic (5.37-r1) [2020-06-11T00:43:53.672Z] (3/17) Installing file (5.37-r1) [2020-06-11T00:43:53.672Z] (4/17) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) [2020-06-11T00:43:53.672Z] (5/17) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) [2020-06-11T00:43:53.933Z] (6/17) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-11T00:43:59.216Z] (7/17) Installing libc-dev (0.7.2-r0) [2020-06-11T00:43:59.216Z] (8/17) Installing g++ (9.2.0-r4) [2020-06-11T00:44:02.523Z] (9/17) Installing fortify-headers (1.1-r0) [2020-06-11T00:44:02.523Z] (10/17) Installing build-base (0.5-r1) [2020-06-11T00:44:02.523Z] (11/17) Installing openssh-keygen (8.1_p1-r0) [2020-06-11T00:44:02.784Z] (12/17) Installing libedit (20191211.3.1-r0) [2020-06-11T00:44:02.784Z] (13/17) Installing openssh-client (8.1_p1-r0) [2020-06-11T00:44:03.044Z] (14/17) Installing openssh-sftp-server (8.1_p1-r0) [2020-06-11T00:44:03.044Z] (15/17) Installing openssh-server-common (8.1_p1-r0) [2020-06-11T00:44:03.305Z] (16/17) Installing openssh-server (8.1_p1-r0) [2020-06-11T00:44:03.305Z] (17/17) Installing openssh (8.1_p1-r0) [2020-06-11T00:44:03.305Z] Executing busybox-1.31.1-r8.trigger [2020-06-11T00:44:03.576Z] OK: 214 MiB in 52 packages [2020-06-11T00:44:06.890Z] Removing intermediate container 61d8e806cc0e [2020-06-11T00:44:06.890Z] ---> c0aac50cb287 [2020-06-11T00:44:06.890Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-06-11T00:44:06.890Z] ---> Running in 280202a38bb0 [2020-06-11T00:44:06.891Z] Removing intermediate container 280202a38bb0 [2020-06-11T00:44:06.891Z] ---> 188b34db047e [2020-06-11T00:44:06.891Z] Step 7/8 : COPY . . [2020-06-11T00:44:07.462Z] ---> ba60059d96cf [2020-06-11T00:44:07.462Z] Step 8/8 : RUN go mod download [2020-06-11T00:44:07.462Z] ---> Running in 4a6a496417ef [2020-06-11T00:44:09.377Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-11T00:44:09.377Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-11T00:44:09.377Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-11T00:44:09.377Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T00:44:09.377Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-11T00:44:09.377Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-11T00:44:09.377Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T00:44:09.377Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-11T00:44:09.377Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-11T00:44:09.377Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-06-11T00:44:09.377Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-06-11T00:44:09.377Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T00:44:09.377Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T00:44:09.377Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T00:44:09.377Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T00:44:09.377Z] go: finding github.com/fatih/color v1.7.0 [2020-06-11T00:44:09.377Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T00:44:09.377Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-11T00:44:09.377Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T00:44:09.377Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-11T00:44:09.377Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-11T00:44:09.377Z] go: finding github.com/google/uuid v1.1.1 [2020-06-11T00:44:09.377Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-11T00:44:09.377Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-11T00:44:09.377Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-11T00:44:09.377Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-11T00:44:09.377Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T00:44:09.377Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T00:44:09.377Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-11T00:44:09.377Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-11T00:44:09.377Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T00:44:09.377Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-11T00:44:09.377Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-11T00:44:09.377Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-11T00:44:09.377Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-11T00:44:09.377Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-11T00:44:09.377Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-11T00:44:09.377Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-11T00:44:09.377Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-11T00:44:09.377Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-11T00:44:09.377Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-11T00:44:09.377Z] go: finding github.com/kr/pretty v0.1.0 [2020-06-11T00:44:09.377Z] go: finding github.com/kr/pty v1.1.1 [2020-06-11T00:44:09.377Z] go: finding github.com/kr/text v0.1.0 [2020-06-11T00:44:09.377Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-11T00:44:09.377Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-11T00:44:09.377Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-11T00:44:09.377Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-11T00:44:09.377Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T00:44:09.377Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-11T00:44:09.377Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-11T00:44:09.377Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-11T00:44:09.377Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-11T00:44:09.377Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-11T00:44:09.377Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T00:44:09.377Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T00:44:09.377Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-11T00:44:09.377Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-11T00:44:09.640Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-11T00:44:09.640Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-11T00:44:09.640Z] go: finding github.com/posener/complete v1.1.1 [2020-06-11T00:44:09.640Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-11T00:44:09.640Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-11T00:44:09.640Z] go: finding github.com/spf13/cast v1.3.0 [2020-06-11T00:44:09.640Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-11T00:44:09.640Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-11T00:44:09.640Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-11T00:44:09.640Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-11T00:44:09.640Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-11T00:44:09.640Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-11T00:44:09.640Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-11T00:44:09.640Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-11T00:44:09.640Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-06-11T00:44:09.640Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-11T00:44:09.640Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-11T00:44:17.803Z] Removing intermediate container 4a6a496417ef [2020-06-11T00:44:17.803Z] ---> 60460149841e [2020-06-11T00:44:17.803Z] Successfully built 60460149841e [2020-06-11T00:44:18.065Z] 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-06-11T00:44:18.546Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-11T00:44:18.546Z] . [Pipeline] withDockerContainer [2020-06-11T00:44:18.648Z] prd-centos7-docker-4c-2g-2507 does not seem to be running inside a container [2020-06-11T00:44:18.698Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/8 -v /w/workspace/device-mqtt-go/8:/w/workspace/device-mqtt-go/8:rw,z -v /w/workspace/device-mqtt-go/8@tmp:/w/workspace/device-mqtt-go/8@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 ******** ci-base-image-x86_64 cat [2020-06-11T00:44:19.831Z] $ docker top c733cab974a6344321a426469e7a41fb3749fe6ab24cdf8dcd42c7ca42422864 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-11T00:44:20.270Z] + go version [2020-06-11T00:44:20.270Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-06-11T00:44:20.581Z] + make test [2020-06-11T00:44:20.582Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-06-11T00:44:21.535Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-06-11T00:44:33.876Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-06-11T00:44:33.876Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.007s coverage: 29.8% of statements [2020-06-11T00:44:33.876Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-06-11T00:44:33.876Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-11T00:44:34.453Z] gofmt -l . [2020-06-11T00:44:34.453Z] ["`gofmt -l .`" = ""] [2020-06-11T00:44:34.453Z] ./bin/test-attribution-txt.sh [2020-06-11T00:44:35.395Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-06-11T00:44:35.833Z] Stashed 1 file(s) [Pipeline] } [2020-06-11T00:44:35.838Z] $ docker stop --time=1 c733cab974a6344321a426469e7a41fb3749fe6ab24cdf8dcd42c7ca42422864 [2020-06-11T00:44:37.761Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2508 in /w/workspace/gexfoundry_device-mqtt-go_master [2020-06-11T00:44:38.030Z] $ docker rm -f c733cab974a6344321a426469e7a41fb3749fe6ab24cdf8dcd42c7ca42422864 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws [2020-06-11T00:44:38.312Z] Running in /w/workspace/device-mqtt-go/8 [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-11T00:44:40.078Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-11T00:44:40.375Z] + ls -al . [2020-06-11T00:44:40.375Z] total 100 [2020-06-11T00:44:40.375Z] drwxrwxr-x. 9 jenkins jenkins 4096 Jun 11 00:44 . [2020-06-11T00:44:40.375Z] drwxrwxr-x. 4 jenkins jenkins 28 Jun 11 00:43 .. [2020-06-11T00:44:40.375Z] -rw-rw-r--. 1 jenkins jenkins 4678 Jun 11 00:43 Attribution.txt [2020-06-11T00:44:40.375Z] drwxrwxr-x. 2 jenkins jenkins 87 Jun 11 00:43 bin [2020-06-11T00:44:40.375Z] drwxrwxr-x. 3 jenkins jenkins 32 Jun 11 00:43 cmd [2020-06-11T00:44:40.375Z] -rw-r--r--. 1 jenkins jenkins 18214 Jun 11 00:44 coverage.out [2020-06-11T00:44:40.375Z] -rw-rw-r--. 1 jenkins jenkins 1776 Jun 11 00:43 Dockerfile [2020-06-11T00:44:40.375Z] -rw-rw-r--. 1 jenkins jenkins 953 Jun 11 00:43 Dockerfile.build [2020-06-11T00:44:40.375Z] -rw-rw-r--. 1 jenkins jenkins 140 Jun 11 00:43 .dockerignore [2020-06-11T00:44:40.375Z] drwxrwxr-x. 8 jenkins jenkins 162 Jun 11 00:43 .git [2020-06-11T00:44:40.375Z] -rw-rw-r--. 1 jenkins jenkins 328 Jun 11 00:43 .gitignore [2020-06-11T00:44:40.375Z] -rw-r--r--. 1 jenkins jenkins 510 Jun 11 00:44 go.mod [2020-06-11T00:44:40.375Z] -rw-r--r--. 1 jenkins jenkins 13621 Jun 11 00:44 go.sum [2020-06-11T00:44:40.375Z] drwxrwxr-x. 3 jenkins jenkins 20 Jun 11 00:43 internal [2020-06-11T00:44:40.375Z] -rw-rw-r--. 1 jenkins jenkins 700 Jun 11 00:43 Jenkinsfile [2020-06-11T00:44:40.375Z] -rw-rw-r--. 1 jenkins jenkins 11340 Jun 11 00:43 LICENSE [2020-06-11T00:44:40.375Z] -rw-rw-r--. 1 jenkins jenkins 902 Jun 11 00:43 Makefile [2020-06-11T00:44:40.375Z] drwxrwxr-x. 2 jenkins jenkins 23 Jun 11 00:43 mock [2020-06-11T00:44:40.375Z] -rw-rw-r--. 1 jenkins jenkins 444 Jun 11 00:43 README.md [2020-06-11T00:44:40.375Z] drwxrwxr-x. 3 jenkins jenkins 44 Jun 11 00:43 .semver [2020-06-11T00:44:40.375Z] drwxrwxr-x. 4 jenkins jenkins 54 Jun 11 00:43 snap [2020-06-11T00:44:40.375Z] -rw-rw-r--. 1 jenkins jenkins 11 Jun 11 00:40 VERSION [2020-06-11T00:44:40.375Z] -rw-rw-r--. 1 jenkins jenkins 227 Jun 11 00:43 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-11T00:44:40.676Z] + 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=53b271558e00092d9ac86daf606e53fe8237c5d2 --label arch=amd64 --label version=1.2.1-dev.2 . [2020-06-11T00:44:40.676Z] Sending build context to Docker daemon 583.2kB [2020-06-11T00:44:40.676Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-06-11T00:44:40.676Z] Step 2/21 : FROM ${BASE} AS builder [2020-06-11T00:44:40.676Z] ---> 60460149841e [2020-06-11T00:44:40.676Z] Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-06-11T00:44:40.937Z] ---> Running in 1dfe78b33abc [2020-06-11T00:44:40.937Z] Removing intermediate container 1dfe78b33abc [2020-06-11T00:44:40.937Z] ---> dd6f827e88ce [2020-06-11T00:44:40.937Z] Step 4/21 : ARG ALPINE_PKG_EXTRA="" [2020-06-11T00:44:40.937Z] ---> Running in f29c2f4cb475 [2020-06-11T00:44:41.198Z] Removing intermediate container f29c2f4cb475 [2020-06-11T00:44:41.198Z] ---> 2333653771e0 [2020-06-11T00:44:41.198Z] Step 5/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-11T00:44:41.198Z] ---> Running in a97db00a40a7 [2020-06-11T00:44:42.143Z] Removing intermediate container a97db00a40a7 [2020-06-11T00:44:42.143Z] ---> 91e7e92afb7c [2020-06-11T00:44:42.143Z] Step 6/21 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-11T00:44:42.143Z] ---> Running in 6630dca7bd1c [2020-06-11T00:44:42.715Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-11T00:44:43.127Z] using credential edgex-jenkins-ssh [2020-06-11T00:44:43.155Z] Cloning the remote Git repository [2020-06-11T00:44:43.155Z] Cloning with configured refspecs honoured and without tags [2020-06-11T00:44:43.287Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-11T00:44:43.177Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-11T00:44:43.285Z] > git init /w/workspace/device-mqtt-go/8 # timeout=10 [2020-06-11T00:44:43.351Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-11T00:44:43.352Z] > git --version # timeout=10 [2020-06-11T00:44:43.373Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T00:44:43.426Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T00:44:43.547Z] OK: 214 MiB in 52 packages [2020-06-11T00:44:43.806Z] Removing intermediate container 6630dca7bd1c [2020-06-11T00:44:43.806Z] ---> 199dcf8849ff [2020-06-11T00:44:43.806Z] Step 7/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-06-11T00:44:44.072Z] ---> Running in 50f728964588 [2020-06-11T00:44:44.072Z] Removing intermediate container 50f728964588 [2020-06-11T00:44:44.072Z] ---> 65725199a298 [2020-06-11T00:44:44.072Z] Step 8/21 : COPY . . [2020-06-11T00:44:44.256Z] Fetching without tags [2020-06-11T00:44:44.647Z] ---> 30f164c41600 [2020-06-11T00:44:44.647Z] Step 9/21 : ARG MAKE='make build' [2020-06-11T00:44:44.647Z] ---> Running in 71dfa99a8a04 [2020-06-11T00:44:44.738Z] Checking out Revision 53b271558e00092d9ac86daf606e53fe8237c5d2 (master) [2020-06-11T00:44:44.162Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-06-11T00:44:44.189Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T00:44:44.213Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-06-11T00:44:44.241Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-11T00:44:44.242Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T00:44:44.253Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T00:44:44.730Z] > git config core.sparsecheckout # timeout=10 [2020-06-11T00:44:44.910Z] Removing intermediate container 71dfa99a8a04 [2020-06-11T00:44:44.910Z] ---> 1805db64d85e [2020-06-11T00:44:44.910Z] Step 10/21 : RUN $MAKE [2020-06-11T00:44:44.910Z] ---> Running in 8db38edc58fb [2020-06-11T00:44:45.488Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.1-dev.2" -o cmd/device-mqtt ./cmd [2020-06-11T00:44:44.744Z] > git checkout -f 53b271558e00092d9ac86daf606e53fe8237c5d2 # timeout=10 [2020-06-11T00:44:49.118Z] Commit message: "Merge pull request #150 from tonyespy/issue-149" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-11T00:44:50.009Z] ========================================================= [2020-06-11T00:44:50.009Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-11T00:44:50.009Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-11T00:44:50.828Z] + 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-06-11T00:44:51.804Z] Sending build context to Docker daemon 564.2kB [2020-06-11T00:44:51.804Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-11T00:44:51.804Z] Step 2/8 : FROM ${BASE} [2020-06-11T00:44:52.080Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-06-11T00:44:52.080Z] cde5963f3b93: Pulling fs layer [2020-06-11T00:44:52.080Z] 2a23fa8c16f7: Pulling fs layer [2020-06-11T00:44:52.080Z] 777b28850792: Pulling fs layer [2020-06-11T00:44:52.080Z] 8a11ddd9e578: Pulling fs layer [2020-06-11T00:44:52.080Z] 4cf88f913ddb: Pulling fs layer [2020-06-11T00:44:52.080Z] 1df406cf5192: Pulling fs layer [2020-06-11T00:44:52.080Z] cd6300453558: Pulling fs layer [2020-06-11T00:44:52.080Z] b9c365052c96: Pulling fs layer [2020-06-11T00:44:52.080Z] a2d8cc88f415: Pulling fs layer [2020-06-11T00:44:52.080Z] ea1d1ca13537: Pulling fs layer [2020-06-11T00:44:52.080Z] 3750a50a1c5e: Pulling fs layer [2020-06-11T00:44:52.080Z] 8a11ddd9e578: Waiting [2020-06-11T00:44:52.080Z] 4cf88f913ddb: Waiting [2020-06-11T00:44:52.080Z] 1df406cf5192: Waiting [2020-06-11T00:44:52.080Z] cd6300453558: Waiting [2020-06-11T00:44:52.080Z] b9c365052c96: Waiting [2020-06-11T00:44:52.080Z] a2d8cc88f415: Waiting [2020-06-11T00:44:52.080Z] ea1d1ca13537: Waiting [2020-06-11T00:44:52.080Z] 3750a50a1c5e: Waiting [2020-06-11T00:44:52.080Z] 777b28850792: Verifying Checksum [2020-06-11T00:44:52.080Z] 777b28850792: Download complete [2020-06-11T00:44:52.080Z] 2a23fa8c16f7: Download complete [2020-06-11T00:44:52.080Z] 4cf88f913ddb: Verifying Checksum [2020-06-11T00:44:52.080Z] 4cf88f913ddb: Download complete [2020-06-11T00:44:52.080Z] 1df406cf5192: Verifying Checksum [2020-06-11T00:44:52.080Z] 1df406cf5192: Download complete [2020-06-11T00:44:52.080Z] cde5963f3b93: Verifying Checksum [2020-06-11T00:44:52.080Z] cde5963f3b93: Download complete [2020-06-11T00:44:52.700Z] cde5963f3b93: Pull complete [2020-06-11T00:44:53.306Z] 2a23fa8c16f7: Pull complete [2020-06-11T00:44:53.930Z] 777b28850792: Pull complete [2020-06-11T00:44:54.531Z] cd6300453558: Verifying Checksum [2020-06-11T00:44:54.531Z] cd6300453558: Download complete [2020-06-11T00:44:54.531Z] a2d8cc88f415: Verifying Checksum [2020-06-11T00:44:54.531Z] a2d8cc88f415: Download complete [2020-06-11T00:44:55.590Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-11T00:44:55.964Z] ea1d1ca13537: Verifying Checksum [2020-06-11T00:44:55.964Z] ea1d1ca13537: Download complete [2020-06-11T00:44:55.964Z] 3750a50a1c5e: Verifying Checksum [2020-06-11T00:44:55.964Z] 3750a50a1c5e: Download complete [2020-06-11T00:44:56.945Z] b9c365052c96: Verifying Checksum [2020-06-11T00:44:56.945Z] b9c365052c96: Download complete [2020-06-11T00:44:57.217Z] 8a11ddd9e578: Verifying Checksum [2020-06-11T00:44:57.217Z] 8a11ddd9e578: Download complete [2020-06-11T00:45:00.904Z] Removing intermediate container 8db38edc58fb [2020-06-11T00:45:00.904Z] ---> bbb5f96acb6a [2020-06-11T00:45:00.904Z] Step 11/21 : FROM alpine [2020-06-11T00:45:00.904Z] latest: Pulling from library/alpine [2020-06-11T00:45:00.904Z] df20fa9351a1: Pulling fs layer [2020-06-11T00:45:00.904Z] df20fa9351a1: Verifying Checksum [2020-06-11T00:45:00.904Z] df20fa9351a1: Download complete [2020-06-11T00:45:01.166Z] df20fa9351a1: Pull complete [2020-06-11T00:45:01.166Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-11T00:45:01.166Z] Status: Downloaded newer image for alpine:latest [2020-06-11T00:45:01.166Z] ---> a24bb4013296 [2020-06-11T00:45:01.166Z] Step 12/21 : ENV APP_PORT=49982 [2020-06-11T00:45:01.428Z] ---> Running in 82df52f0a3a9 [2020-06-11T00:45:01.428Z] Removing intermediate container 82df52f0a3a9 [2020-06-11T00:45:01.428Z] ---> 34e714c0f77f [2020-06-11T00:45:01.428Z] Step 13/21 : EXPOSE $APP_PORT [2020-06-11T00:45:01.697Z] ---> Running in 96c7f8b2c3a1 [2020-06-11T00:45:01.697Z] Removing intermediate container 96c7f8b2c3a1 [2020-06-11T00:45:01.697Z] ---> 69d9526f5073 [2020-06-11T00:45:01.697Z] Step 14/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-06-11T00:45:02.654Z] ---> b8ebe580feca [2020-06-11T00:45:02.654Z] Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-06-11T00:45:02.915Z] ---> bf920a801dfd [2020-06-11T00:45:02.915Z] Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-06-11T00:45:03.179Z] ---> 207916abfbcb [2020-06-11T00:45:03.179Z] Step 17/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-06-11T00:45:03.179Z] ---> Running in 1306623f5dc8 [2020-06-11T00:45:03.441Z] Removing intermediate container 1306623f5dc8 [2020-06-11T00:45:03.441Z] ---> eb5abc6c0d9b [2020-06-11T00:45:03.441Z] Step 18/21 : ENTRYPOINT ["/device-mqtt","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-06-11T00:45:03.441Z] ---> Running in e10098999701 [2020-06-11T00:45:03.441Z] Removing intermediate container e10098999701 [2020-06-11T00:45:03.441Z] ---> baf6dee16c8e [2020-06-11T00:45:03.441Z] Step 19/21 : LABEL arch=amd64 [2020-06-11T00:45:03.711Z] ---> Running in 581955434d0f [2020-06-11T00:45:03.711Z] Removing intermediate container 581955434d0f [2020-06-11T00:45:03.711Z] ---> 7856091af8e8 [2020-06-11T00:45:03.711Z] Step 20/21 : LABEL git_sha=53b271558e00092d9ac86daf606e53fe8237c5d2 [2020-06-11T00:45:03.711Z] ---> Running in bf84234d823a [2020-06-11T00:45:03.972Z] Removing intermediate container bf84234d823a [2020-06-11T00:45:03.972Z] ---> 09016ce66d12 [2020-06-11T00:45:03.972Z] Step 21/21 : LABEL version=1.2.1-dev.2 [2020-06-11T00:45:03.972Z] ---> Running in d8995fc9830e [2020-06-11T00:45:04.234Z] Removing intermediate container d8995fc9830e [2020-06-11T00:45:04.234Z] ---> fedadffd44ac [2020-06-11T00:45:04.234Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-11T00:45:04.234Z] Successfully built fedadffd44ac [2020-06-11T00:45:04.234Z] Successfully tagged docker-device-mqtt-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-06-11T00:45:04.456Z] provisioning config files... [2020-06-11T00:45:04.494Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/8@tmp/config689661376728960230tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-06-11T00:45:04.832Z] nexus3.edgexfoundry.org:10001 [2020-06-11T00:45:04.832Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T00:45:05.095Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T00:45:05.095Z] Configure a credential helper to remove this warning. See [2020-06-11T00:45:05.095Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T00:45:05.095Z] [2020-06-11T00:45:05.095Z] Login Succeeded [2020-06-11T00:45:05.095Z] nexus3.edgexfoundry.org:10002 [2020-06-11T00:45:05.095Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T00:45:05.095Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T00:45:05.095Z] Configure a credential helper to remove this warning. See [2020-06-11T00:45:05.095Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T00:45:05.095Z] [2020-06-11T00:45:05.095Z] Login Succeeded [2020-06-11T00:45:05.095Z] nexus3.edgexfoundry.org:10003 [2020-06-11T00:45:05.358Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T00:45:05.358Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T00:45:05.358Z] Configure a credential helper to remove this warning. See [2020-06-11T00:45:05.358Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T00:45:05.358Z] [2020-06-11T00:45:05.358Z] Login Succeeded [2020-06-11T00:45:05.358Z] nexus3.edgexfoundry.org:10004 [2020-06-11T00:45:05.622Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T00:45:05.622Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T00:45:05.622Z] Configure a credential helper to remove this warning. See [2020-06-11T00:45:05.622Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T00:45:05.622Z] [2020-06-11T00:45:05.622Z] Login Succeeded [2020-06-11T00:45:05.622Z] docker.io [2020-06-11T00:45:05.884Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T00:45:06.146Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T00:45:06.146Z] Configure a credential helper to remove this warning. See [2020-06-11T00:45:06.146Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T00:45:06.146Z] [2020-06-11T00:45:06.146Z] Login Succeeded [Pipeline] } [2020-06-11T00:45:06.157Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-11T00:45:06.277Z] [edgeXDocker.push] Tagging docker image docker-device-mqtt-go with the following tags: [2020-06-11T00:45:06.277Z] 53b271558e00092d9ac86daf606e53fe8237c5d2 [2020-06-11T00:45:06.277Z] latest [2020-06-11T00:45:06.277Z] 1.2.1-dev.2 [2020-06-11T00:45:06.277Z] 53b271558e00092d9ac86daf606e53fe8237c5d2-1.2.1-dev.2 [2020-06-11T00:45:06.277Z] master [2020-06-11T00:45:06.277Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-11T00:45:06.652Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:53b271558e00092d9ac86daf606e53fe8237c5d2 [Pipeline] isUnix [Pipeline] sh [2020-06-11T00:45:06.949Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:53b271558e00092d9ac86daf606e53fe8237c5d2 [2020-06-11T00:45:06.950Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-06-11T00:45:06.950Z] 0bbfecceefb7: Preparing [2020-06-11T00:45:06.950Z] cf9344e250e3: Preparing [2020-06-11T00:45:06.950Z] 771288a0684f: Preparing [2020-06-11T00:45:06.950Z] 50644c29ef5a: Preparing [2020-06-11T00:45:06.950Z] 50644c29ef5a: Layer already exists [2020-06-11T00:45:06.950Z] 0bbfecceefb7: Pushed [2020-06-11T00:45:06.950Z] cf9344e250e3: Pushed [2020-06-11T00:45:08.341Z] 771288a0684f: Pushed [2020-06-11T00:45:08.341Z] 53b271558e00092d9ac86daf606e53fe8237c5d2: digest: sha256:e80e29619a7d378cf9e7e1c1c00a648e7933f7c178ef9ba2fff0d312b9e70edb size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-11T00:45:08.643Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [Pipeline] isUnix [Pipeline] sh [2020-06-11T00:45:08.938Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [2020-06-11T00:45:08.938Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-06-11T00:45:08.938Z] 0bbfecceefb7: Preparing [2020-06-11T00:45:08.938Z] cf9344e250e3: Preparing [2020-06-11T00:45:08.938Z] 771288a0684f: Preparing [2020-06-11T00:45:08.938Z] 50644c29ef5a: Preparing [2020-06-11T00:45:08.938Z] cf9344e250e3: Layer already exists [2020-06-11T00:45:08.938Z] 0bbfecceefb7: Layer already exists [2020-06-11T00:45:08.938Z] 50644c29ef5a: Layer already exists [2020-06-11T00:45:08.938Z] 771288a0684f: Layer already exists [2020-06-11T00:45:08.938Z] latest: digest: sha256:e80e29619a7d378cf9e7e1c1c00a648e7933f7c178ef9ba2fff0d312b9e70edb size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-11T00:45:09.239Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-06-11T00:45:09.537Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.2.1-dev.2 [2020-06-11T00:45:09.537Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-06-11T00:45:09.537Z] 0bbfecceefb7: Preparing [2020-06-11T00:45:09.537Z] cf9344e250e3: Preparing [2020-06-11T00:45:09.537Z] 771288a0684f: Preparing [2020-06-11T00:45:09.537Z] 50644c29ef5a: Preparing [2020-06-11T00:45:09.537Z] 771288a0684f: Layer already exists [2020-06-11T00:45:09.537Z] cf9344e250e3: Layer already exists [2020-06-11T00:45:09.537Z] 50644c29ef5a: Layer already exists [2020-06-11T00:45:09.537Z] 0bbfecceefb7: Layer already exists [2020-06-11T00:45:09.537Z] 1.2.1-dev.2: digest: sha256:e80e29619a7d378cf9e7e1c1c00a648e7933f7c178ef9ba2fff0d312b9e70edb size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-11T00:45:09.649Z] 8a11ddd9e578: Pull complete [2020-06-11T00:45:09.649Z] 4cf88f913ddb: Pull complete [2020-06-11T00:45:09.649Z] 1df406cf5192: Pull complete [2020-06-11T00:45:09.838Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:53b271558e00092d9ac86daf606e53fe8237c5d2-1.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-06-11T00:45:10.137Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:53b271558e00092d9ac86daf606e53fe8237c5d2-1.2.1-dev.2 [2020-06-11T00:45:10.137Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-06-11T00:45:10.137Z] 0bbfecceefb7: Preparing [2020-06-11T00:45:10.137Z] cf9344e250e3: Preparing [2020-06-11T00:45:10.137Z] 771288a0684f: Preparing [2020-06-11T00:45:10.137Z] 50644c29ef5a: Preparing [2020-06-11T00:45:10.137Z] cf9344e250e3: Layer already exists [2020-06-11T00:45:10.137Z] 50644c29ef5a: Layer already exists [2020-06-11T00:45:10.137Z] 0bbfecceefb7: Layer already exists [2020-06-11T00:45:10.137Z] 771288a0684f: Layer already exists [2020-06-11T00:45:10.137Z] 53b271558e00092d9ac86daf606e53fe8237c5d2-1.2.1-dev.2: digest: sha256:e80e29619a7d378cf9e7e1c1c00a648e7933f7c178ef9ba2fff0d312b9e70edb size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-11T00:45:10.437Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [Pipeline] isUnix [Pipeline] sh [2020-06-11T00:45:10.743Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [2020-06-11T00:45:10.743Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-06-11T00:45:10.743Z] 0bbfecceefb7: Preparing [2020-06-11T00:45:10.743Z] cf9344e250e3: Preparing [2020-06-11T00:45:10.743Z] 771288a0684f: Preparing [2020-06-11T00:45:10.743Z] 50644c29ef5a: Preparing [2020-06-11T00:45:10.743Z] 50644c29ef5a: Layer already exists [2020-06-11T00:45:10.743Z] cf9344e250e3: Layer already exists [2020-06-11T00:45:10.743Z] 771288a0684f: Layer already exists [2020-06-11T00:45:10.743Z] 0bbfecceefb7: Layer already exists [2020-06-11T00:45:10.743Z] master: digest: sha256:e80e29619a7d378cf9e7e1c1c00a648e7933f7c178ef9ba2fff0d312b9e70edb size: 1154 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-11T00:45:11.548Z] ++ find /w/workspace/device-mqtt-go/8 [2020-06-11T00:45:11.548Z] ++ grep snapcraft.yaml [2020-06-11T00:45:11.548Z] + grep -Po '^name: \K(.*)' /w/workspace/device-mqtt-go/8/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-11T00:45:11.631Z] provisioning config files... [2020-06-11T00:45:11.639Z] copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/8@tmp/config1913421162722833005tmp [Pipeline] { [Pipeline] sh [2020-06-11T00:45:11.955Z] + cp /w/workspace/device-mqtt-go/8@tmp/config1913421162722833005tmp /w/workspace/device-mqtt-go/8/edgex-snap-store-login [Pipeline] sh [2020-06-11T00:45:12.253Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/8:/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-06-11T00:45:12.253Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-06-11T00:45:12.253Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-06-11T00:45:12.253Z] 5bed26d33875: Pulling fs layer [2020-06-11T00:45:12.253Z] f11b29a9c730: Pulling fs layer [2020-06-11T00:45:12.253Z] 930bda195c84: Pulling fs layer [2020-06-11T00:45:12.253Z] 78bf9a5ad49e: Pulling fs layer [2020-06-11T00:45:12.253Z] e5fbee5a4b0d: Pulling fs layer [2020-06-11T00:45:12.253Z] f452fca78f88: Pulling fs layer [2020-06-11T00:45:12.253Z] 7417ef92027a: Pulling fs layer [2020-06-11T00:45:12.253Z] 2af5c49d270b: Pulling fs layer [2020-06-11T00:45:12.253Z] df9c3bdbc40a: Pulling fs layer [2020-06-11T00:45:12.253Z] 78bf9a5ad49e: Waiting [2020-06-11T00:45:12.253Z] e5fbee5a4b0d: Waiting [2020-06-11T00:45:12.253Z] f452fca78f88: Waiting [2020-06-11T00:45:12.253Z] 7417ef92027a: Waiting [2020-06-11T00:45:12.253Z] 2af5c49d270b: Waiting [2020-06-11T00:45:12.253Z] df9c3bdbc40a: Waiting [2020-06-11T00:45:12.253Z] 930bda195c84: Verifying Checksum [2020-06-11T00:45:12.253Z] 930bda195c84: Download complete [2020-06-11T00:45:12.253Z] f11b29a9c730: Verifying Checksum [2020-06-11T00:45:12.253Z] f11b29a9c730: Download complete [2020-06-11T00:45:12.253Z] 78bf9a5ad49e: Download complete [2020-06-11T00:45:12.253Z] f452fca78f88: Verifying Checksum [2020-06-11T00:45:12.253Z] f452fca78f88: Download complete [2020-06-11T00:45:12.253Z] 7417ef92027a: Verifying Checksum [2020-06-11T00:45:12.253Z] 7417ef92027a: Download complete [2020-06-11T00:45:12.253Z] 2af5c49d270b: Verifying Checksum [2020-06-11T00:45:12.253Z] 2af5c49d270b: Download complete [2020-06-11T00:45:12.253Z] df9c3bdbc40a: Download complete [2020-06-11T00:45:12.519Z] 5bed26d33875: Verifying Checksum [2020-06-11T00:45:12.519Z] 5bed26d33875: Download complete [2020-06-11T00:45:13.976Z] cd6300453558: Pull complete [2020-06-11T00:45:16.289Z] e5fbee5a4b0d: Verifying Checksum [2020-06-11T00:45:16.289Z] e5fbee5a4b0d: Download complete [2020-06-11T00:45:16.289Z] 5bed26d33875: Pull complete [2020-06-11T00:45:16.862Z] f11b29a9c730: Pull complete [2020-06-11T00:45:17.137Z] 930bda195c84: Pull complete [2020-06-11T00:45:17.137Z] 78bf9a5ad49e: Pull complete [2020-06-11T00:45:19.381Z] b9c365052c96: Pull complete [2020-06-11T00:45:19.381Z] a2d8cc88f415: Pull complete [2020-06-11T00:45:20.830Z] ea1d1ca13537: Pull complete [2020-06-11T00:45:21.106Z] 3750a50a1c5e: Pull complete [2020-06-11T00:45:21.106Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-06-11T00:45:21.106Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-11T00:45:21.106Z] ---> 78745c68409d [2020-06-11T00:45:21.106Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-06-11T00:45:26.509Z] ---> Running in 402cae73f058 [2020-06-11T00:45:26.509Z] Removing intermediate container 402cae73f058 [2020-06-11T00:45:26.509Z] ---> 31f6cb776094 [2020-06-11T00:45:26.509Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-11T00:45:26.509Z] ---> Running in d0f58989fdb6 [2020-06-11T00:45:28.477Z] Removing intermediate container d0f58989fdb6 [2020-06-11T00:45:28.477Z] ---> ab5d5ec868d4 [2020-06-11T00:45:28.477Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-06-11T00:45:28.751Z] ---> Running in 07fa4e69c8fb [2020-06-11T00:45:30.180Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-11T00:45:30.773Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-11T00:45:31.365Z] (1/18) Upgrading libgcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-11T00:45:31.365Z] (2/18) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) [2020-06-11T00:45:31.638Z] (3/18) Installing libmagic (5.37-r1) [2020-06-11T00:45:31.909Z] (4/18) Installing file (5.37-r1) [2020-06-11T00:45:31.909Z] (5/18) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) [2020-06-11T00:45:31.910Z] (6/18) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) [2020-06-11T00:45:32.181Z] (7/18) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-11T00:45:37.557Z] (8/18) Installing libc-dev (0.7.2-r0) [2020-06-11T00:45:37.557Z] (9/18) Installing g++ (9.2.0-r4) [2020-06-11T00:45:39.169Z] e5fbee5a4b0d: Pull complete [2020-06-11T00:45:39.169Z] f452fca78f88: Pull complete [2020-06-11T00:45:39.169Z] 7417ef92027a: Pull complete [2020-06-11T00:45:39.169Z] 2af5c49d270b: Pull complete [2020-06-11T00:45:39.169Z] df9c3bdbc40a: Pull complete [2020-06-11T00:45:39.169Z] Digest: sha256:329b7ca3c147263d7a6122d30aca7e6f18adc9017ce870f1638d2965d7494739 [2020-06-11T00:45:39.169Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-06-11T00:45:40.111Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-06-11T00:45:40.111Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-06-11T00:45:40.371Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-06-11T00:45:40.631Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [66.4 kB] [2020-06-11T00:45:40.893Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-06-11T00:45:40.893Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [80.7 kB] [2020-06-11T00:45:40.893Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [958 kB] [2020-06-11T00:45:41.153Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1253 kB] [2020-06-11T00:45:41.413Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [20.3 kB] [2020-06-11T00:45:41.413Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1392 kB] [2020-06-11T00:45:41.413Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [861 kB] [2020-06-11T00:45:41.674Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] [2020-06-11T00:45:41.674Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8158 B] [2020-06-11T00:45:41.674Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9092 B] [2020-06-11T00:45:41.841Z] (10/18) Installing fortify-headers (1.1-r0) [2020-06-11T00:45:41.841Z] (11/18) Installing build-base (0.5-r1) [2020-06-11T00:45:41.841Z] (12/18) Installing openssh-keygen (8.1_p1-r0) [2020-06-11T00:45:41.841Z] (13/18) Installing libedit (20191211.3.1-r0) [2020-06-11T00:45:41.841Z] (14/18) Installing openssh-client (8.1_p1-r0) [2020-06-11T00:45:41.841Z] (15/18) Installing openssh-sftp-server (8.1_p1-r0) [2020-06-11T00:45:41.934Z] Fetched 4909 kB in 2s (2146 kB/s) [2020-06-11T00:45:42.111Z] (16/18) Installing openssh-server-common (8.1_p1-r0) [2020-06-11T00:45:42.112Z] (17/18) Installing openssh-server (8.1_p1-r0) [2020-06-11T00:45:42.383Z] (18/18) Installing openssh (8.1_p1-r0) [2020-06-11T00:45:42.383Z] Executing busybox-1.31.1-r8.trigger [2020-06-11T00:45:42.383Z] OK: 203 MiB in 52 packages [2020-06-11T00:45:43.320Z] Reading package lists... [2020-06-11T00:45:47.530Z] Installing build dependencies: curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase openssh-client patch perl perl-modules-5.26 xauth [2020-06-11T00:45:49.092Z] Removing intermediate container 07fa4e69c8fb [2020-06-11T00:45:49.093Z] ---> bf42e363781f [2020-06-11T00:45:49.093Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-06-11T00:45:49.093Z] ---> Running in 4e4eaffd6fad [2020-06-11T00:45:49.178Z] Reading package lists... [2020-06-11T00:45:49.440Z] Building dependency tree... [2020-06-11T00:45:49.440Z] Reading state information... [2020-06-11T00:45:49.440Z] The following packages were automatically installed and are no longer required: [2020-06-11T00:45:49.440Z] libjq1 liblzo2-2 libonig4 [2020-06-11T00:45:49.440Z] Use 'sudo apt autoremove' to remove them. [2020-06-11T00:45:49.440Z] Suggested packages: [2020-06-11T00:45:49.440Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-06-11T00:45:49.440Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc [2020-06-11T00:45:49.440Z] keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc [2020-06-11T00:45:49.440Z] libterm-readline-gnu-perl | libterm-readline-perl-perl [2020-06-11T00:45:49.689Z] Removing intermediate container 4e4eaffd6fad [2020-06-11T00:45:49.689Z] ---> dba9c1a87360 [2020-06-11T00:45:49.689Z] Step 7/8 : COPY . . [2020-06-11T00:45:49.701Z] The following NEW packages will be installed: [2020-06-11T00:45:49.701Z] curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl [2020-06-11T00:45:49.701Z] libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 [2020-06-11T00:45:49.701Z] libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase [2020-06-11T00:45:49.701Z] openssh-client patch perl perl-modules-5.26 xauth [2020-06-11T00:45:49.963Z] 0 upgraded, 27 newly installed, 0 to remove and 10 not upgraded. [2020-06-11T00:45:49.963Z] Need to get 14.7 MB of archives. [2020-06-11T00:45:49.963Z] After this operation, 89.5 MB of additional disk space will be used. [2020-06-11T00:45:49.963Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxau6 amd64 1:1.0.8-1 [8376 B] [2020-06-11T00:45:50.224Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-06-11T00:45:50.224Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB] [2020-06-11T00:45:50.224Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB] [2020-06-11T00:45:50.285Z] ---> 6bcd6c3a1525 [2020-06-11T00:45:50.285Z] Step 8/8 : RUN go mod download [2020-06-11T00:45:50.486Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] [2020-06-11T00:45:50.559Z] ---> Running in 6b140592b1d7 [2020-06-11T00:45:50.753Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.2 [569 kB] [2020-06-11T00:45:51.014Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB] [2020-06-11T00:45:51.015Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-06-11T00:45:51.277Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-06-11T00:45:51.277Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-06-11T00:45:51.277Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] [2020-06-11T00:45:51.277Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] [2020-06-11T00:45:51.277Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-06-11T00:45:51.277Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-06-11T00:45:51.277Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-06-11T00:45:51.277Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-06-11T00:45:51.277Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.3 [1088 kB] [2020-06-11T00:45:51.547Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B] [2020-06-11T00:45:51.547Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-06-11T00:45:51.547Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB] [2020-06-11T00:45:51.547Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.8 [159 kB] [2020-06-11T00:45:51.547Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.8 [213 kB] [2020-06-11T00:45:51.547Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-06-11T00:45:51.547Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-06-11T00:45:51.547Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-06-11T00:45:51.813Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-06-11T00:45:51.813Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-06-11T00:45:52.075Z] debconf: delaying package configuration, since apt-utils is not installed [2020-06-11T00:45:52.075Z] Fetched 14.7 MB in 2s (6942 kB/s) [2020-06-11T00:45:52.335Z] Selecting previously unselected package libxau6:amd64. [2020-06-11T00:45:52.335Z] (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 ... 4637 files and directories currently installed.) [2020-06-11T00:45:52.335Z] Preparing to unpack .../00-libxau6_1%3a1.0.8-1_amd64.deb ... [2020-06-11T00:45:52.335Z] Unpacking libxau6:amd64 (1:1.0.8-1) ... [2020-06-11T00:45:52.335Z] Selecting previously unselected package libbsd0:amd64. [2020-06-11T00:45:52.335Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-06-11T00:45:52.335Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-06-11T00:45:52.596Z] Selecting previously unselected package libxdmcp6:amd64. [2020-06-11T00:45:52.596Z] Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_amd64.deb ... [2020-06-11T00:45:52.596Z] Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... [2020-06-11T00:45:52.596Z] Selecting previously unselected package libxcb1:amd64. [2020-06-11T00:45:52.596Z] Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_amd64.deb ... [2020-06-11T00:45:52.596Z] Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ... [2020-06-11T00:45:52.596Z] Selecting previously unselected package libx11-data. [2020-06-11T00:45:52.596Z] Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... [2020-06-11T00:45:52.596Z] Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-11T00:45:53.184Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-11T00:45:53.184Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-11T00:45:53.184Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-11T00:45:53.184Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T00:45:53.184Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-11T00:45:53.184Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-11T00:45:53.184Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T00:45:53.184Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-11T00:45:53.184Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-11T00:45:53.184Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-06-11T00:45:53.184Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-06-11T00:45:53.184Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T00:45:53.184Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T00:45:53.184Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T00:45:53.184Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T00:45:53.184Z] go: finding github.com/fatih/color v1.7.0 [2020-06-11T00:45:53.184Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T00:45:53.184Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-11T00:45:53.184Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T00:45:53.184Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-11T00:45:53.184Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-11T00:45:53.184Z] go: finding github.com/google/uuid v1.1.1 [2020-06-11T00:45:53.184Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-11T00:45:53.184Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-11T00:45:53.184Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-11T00:45:53.184Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-11T00:45:53.184Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T00:45:53.184Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T00:45:53.184Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-11T00:45:53.184Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-11T00:45:53.184Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T00:45:53.184Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-11T00:45:53.184Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-11T00:45:53.184Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-11T00:45:53.184Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-11T00:45:53.185Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-11T00:45:53.185Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-11T00:45:53.185Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-11T00:45:53.185Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-11T00:45:53.457Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-11T00:45:53.457Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-11T00:45:53.457Z] go: finding github.com/kr/pretty v0.1.0 [2020-06-11T00:45:53.457Z] go: finding github.com/kr/pty v1.1.1 [2020-06-11T00:45:53.457Z] go: finding github.com/kr/text v0.1.0 [2020-06-11T00:45:53.457Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-11T00:45:53.457Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-11T00:45:53.457Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-11T00:45:53.457Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-11T00:45:53.457Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T00:45:53.457Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-11T00:45:53.457Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-11T00:45:53.457Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-11T00:45:53.457Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-11T00:45:53.457Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-11T00:45:53.457Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T00:45:53.457Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T00:45:53.457Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-11T00:45:53.457Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-11T00:45:53.457Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-11T00:45:53.457Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-11T00:45:53.457Z] go: finding github.com/posener/complete v1.1.1 [2020-06-11T00:45:53.457Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-11T00:45:53.457Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-11T00:45:53.457Z] go: finding github.com/spf13/cast v1.3.0 [2020-06-11T00:45:53.457Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-11T00:45:53.457Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-11T00:45:53.457Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-11T00:45:53.457Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-11T00:45:53.457Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-11T00:45:53.549Z] Selecting previously unselected package libx11-6:amd64. [2020-06-11T00:45:53.550Z] Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_amd64.deb ... [2020-06-11T00:45:53.550Z] Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... [2020-06-11T00:45:53.550Z] Selecting previously unselected package libxext6:amd64. [2020-06-11T00:45:53.550Z] Preparing to unpack .../06-libxext6_2%3a1.3.3-1_amd64.deb ... [2020-06-11T00:45:53.550Z] Unpacking libxext6:amd64 (2:1.3.3-1) ... [2020-06-11T00:45:53.550Z] Selecting previously unselected package perl-modules-5.26. [2020-06-11T00:45:53.550Z] Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-06-11T00:45:53.550Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-11T00:45:53.733Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-11T00:45:53.733Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-11T00:45:53.733Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-11T00:45:53.733Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-06-11T00:45:53.733Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-11T00:45:53.733Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-11T00:45:56.858Z] Selecting previously unselected package libgdbm5:amd64. [2020-06-11T00:45:56.858Z] Preparing to unpack .../08-libgdbm5_1.14.1-6_amd64.deb ... [2020-06-11T00:45:56.858Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-06-11T00:45:56.858Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-06-11T00:45:56.858Z] Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-06-11T00:45:56.858Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-06-11T00:45:56.858Z] Selecting previously unselected package libperl5.26:amd64. [2020-06-11T00:45:56.858Z] Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-06-11T00:45:56.858Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-06-11T00:45:57.801Z] Selecting previously unselected package perl. [2020-06-11T00:45:57.801Z] Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-06-11T00:45:57.801Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-06-11T00:45:58.061Z] Selecting previously unselected package less. [2020-06-11T00:45:58.061Z] Preparing to unpack .../12-less_487-0.1_amd64.deb ... [2020-06-11T00:45:58.061Z] Unpacking less (487-0.1) ... [2020-06-11T00:45:58.061Z] Selecting previously unselected package libexpat1:amd64. [2020-06-11T00:45:58.061Z] Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-06-11T00:45:58.061Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-06-11T00:45:58.061Z] Selecting previously unselected package netbase. [2020-06-11T00:45:58.061Z] Preparing to unpack .../14-netbase_5.4_all.deb ... [2020-06-11T00:45:58.061Z] Unpacking netbase (5.4) ... [2020-06-11T00:45:58.322Z] Selecting previously unselected package libedit2:amd64. [2020-06-11T00:45:58.322Z] Preparing to unpack .../15-libedit2_3.1-20170329-1_amd64.deb ... [2020-06-11T00:45:58.322Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-06-11T00:45:58.322Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-06-11T00:45:58.322Z] Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb ... [2020-06-11T00:45:58.322Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... [2020-06-11T00:45:58.585Z] Selecting previously unselected package libxmuu1:amd64. [2020-06-11T00:45:58.585Z] Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_amd64.deb ... [2020-06-11T00:45:58.585Z] Unpacking libxmuu1:amd64 (2:1.1.2-2) ... [2020-06-11T00:45:58.585Z] Selecting previously unselected package openssh-client. [2020-06-11T00:45:58.585Z] Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-06-11T00:45:58.585Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-11T00:45:58.845Z] Selecting previously unselected package xauth. [2020-06-11T00:45:58.845Z] Preparing to unpack .../19-xauth_1%3a1.0.10-1_amd64.deb ... [2020-06-11T00:45:58.845Z] Unpacking xauth (1:1.0.10-1) ... [2020-06-11T00:45:58.845Z] Selecting previously unselected package curl. [2020-06-11T00:45:58.845Z] Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_amd64.deb ... [2020-06-11T00:45:58.845Z] Unpacking curl (7.58.0-2ubuntu3.8) ... [2020-06-11T00:45:58.845Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-06-11T00:45:58.845Z] Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_amd64.deb ... [2020-06-11T00:45:58.845Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... [2020-06-11T00:45:59.106Z] Selecting previously unselected package liberror-perl. [2020-06-11T00:45:59.106Z] Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... [2020-06-11T00:45:59.106Z] Unpacking liberror-perl (0.17025-1) ... [2020-06-11T00:45:59.106Z] Selecting previously unselected package git-man. [2020-06-11T00:45:59.106Z] Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-06-11T00:45:59.106Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-11T00:45:59.370Z] Selecting previously unselected package git. [2020-06-11T00:45:59.370Z] Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-06-11T00:45:59.370Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-06-11T00:46:00.314Z] Selecting previously unselected package make. [2020-06-11T00:46:00.314Z] Preparing to unpack .../25-make_4.1-9.1ubuntu1_amd64.deb ... [2020-06-11T00:46:00.314Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-06-11T00:46:00.576Z] Selecting previously unselected package patch. [2020-06-11T00:46:00.576Z] Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-06-11T00:46:00.576Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-06-11T00:46:00.576Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-06-11T00:46:00.576Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-11T00:46:00.576Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-06-11T00:46:00.576Z] Setting up less (487-0.1) ... [2020-06-11T00:46:00.837Z] Setting up make (4.1-9.1ubuntu1) ... [2020-06-11T00:46:00.837Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... [2020-06-11T00:46:00.837Z] Setting up curl (7.58.0-2ubuntu3.8) ... [2020-06-11T00:46:01.098Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... [2020-06-11T00:46:01.098Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-11T00:46:01.098Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-06-11T00:46:01.098Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-06-11T00:46:01.098Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-06-11T00:46:01.098Z] Setting up libxdmcp6:amd64 (1:1.1.2-3) ... [2020-06-11T00:46:01.098Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-06-11T00:46:01.098Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-11T00:46:01.361Z] Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-11T00:46:01.361Z] Setting up libxau6:amd64 (1:1.0.8-1) ... [2020-06-11T00:46:01.361Z] Setting up netbase (5.4) ... [2020-06-11T00:46:01.361Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-06-11T00:46:01.361Z] Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ... [2020-06-11T00:46:01.622Z] Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... [2020-06-11T00:46:01.622Z] Setting up libxmuu1:amd64 (2:1.1.2-2) ... [2020-06-11T00:46:01.622Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-06-11T00:46:01.622Z] Setting up libxext6:amd64 (2:1.3.3-1) ... [2020-06-11T00:46:01.622Z] Setting up liberror-perl (0.17025-1) ... [2020-06-11T00:46:01.622Z] Setting up xauth (1:1.0.10-1) ... [2020-06-11T00:46:01.622Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-06-11T00:46:01.622Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-06-11T00:46:03.883Z] Removing intermediate container 6b140592b1d7 [2020-06-11T00:46:03.883Z] ---> d7087518c0f2 [2020-06-11T00:46:03.883Z] Successfully built d7087518c0f2 [2020-06-11T00:46:03.883Z] 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-06-11T00:46:04.185Z] curl set to automatically installed. [2020-06-11T00:46:04.185Z] git set to automatically installed. [2020-06-11T00:46:04.185Z] git-man set to automatically installed. [2020-06-11T00:46:04.185Z] less set to automatically installed. [2020-06-11T00:46:04.185Z] libbsd0 set to automatically installed. [2020-06-11T00:46:04.185Z] libcurl3-gnutls set to automatically installed. [2020-06-11T00:46:04.185Z] libedit2 set to automatically installed. [2020-06-11T00:46:04.185Z] liberror-perl set to automatically installed. [2020-06-11T00:46:04.185Z] libexpat1 set to automatically installed. [2020-06-11T00:46:04.185Z] libgdbm-compat4 set to automatically installed. [2020-06-11T00:46:04.185Z] libgdbm5 set to automatically installed. [2020-06-11T00:46:04.185Z] libperl5.26 set to automatically installed. [2020-06-11T00:46:04.185Z] libssl1.0.0 set to automatically installed. [2020-06-11T00:46:04.185Z] libx11-6 set to automatically installed. [2020-06-11T00:46:04.185Z] libx11-data set to automatically installed. [2020-06-11T00:46:04.185Z] libxau6 set to automatically installed. [2020-06-11T00:46:04.185Z] libxcb1 set to automatically installed. [2020-06-11T00:46:04.185Z] libxdmcp6 set to automatically installed. [2020-06-11T00:46:04.185Z] libxext6 set to automatically installed. [2020-06-11T00:46:04.185Z] libxmuu1 set to automatically installed. [2020-06-11T00:46:04.185Z] make set to automatically installed. [2020-06-11T00:46:04.185Z] netbase set to automatically installed. [2020-06-11T00:46:04.185Z] openssh-client set to automatically installed. [2020-06-11T00:46:04.185Z] patch set to automatically installed. [2020-06-11T00:46:04.185Z] perl set to automatically installed. [2020-06-11T00:46:04.185Z] perl-modules-5.26 set to automatically installed. [2020-06-11T00:46:04.185Z] xauth set to automatically installed. [2020-06-11T00:46:04.185Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-06-11T00:46:04.185Z] Please ensure the environment is properly setup before continuing. [2020-06-11T00:46:04.185Z] Ignore this message if the appropriate measures have already been taken [2020-06-11T00:46:04.420Z] + docker inspect -f . ci-base-image-arm64 [2020-06-11T00:46:04.420Z] . [Pipeline] withDockerContainer [2020-06-11T00:46:04.449Z] Pulling go [2020-06-11T00:46:04.708Z] prd-ubuntu18.04-docker-arm64-4c-16g-2508 does not seem to be running inside a container [2020-06-11T00:46:04.782Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/8 -v /w/workspace/device-mqtt-go/8:/w/workspace/device-mqtt-go/8:rw,z -v /w/workspace/device-mqtt-go/8@tmp:/w/workspace/device-mqtt-go/8@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 ******** ci-base-image-arm64 cat [2020-06-11T00:46:05.397Z] 'device-mqtt' has dependencies that need to be staged: go [2020-06-11T00:46:05.397Z] Skipping pull go (already ran) [2020-06-11T00:46:05.397Z] Building go [2020-06-11T00:46:05.397Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-06-11T00:46:05.397Z] Dload Upload Total Spent Left Speed [2020-06-11T00:46:06.562Z] $ docker top 82d6e0de5a63b249cd449662e3bc32a8d6a06edf9d2e68552a313de30ab880f8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-11T00:46:07.898Z] + go version [2020-06-11T00:46:07.898Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-06-11T00:46:07.919Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 1 114M 1 2111k 0 0 3672k 0 0:00:31 --:--:-- 0:00:31 3672k 52 114M 52 60.0M 0 0 41.6M 0 0:00:02 0:00:01 0:00:01 41.6M 100 114M 100 114M 0 0 48.7M 0 0:00:02 0:00:02 --:--:-- 48.7M [2020-06-11T00:46:08.641Z] go1.13.5.linux-amd64.tar.gz: OK [2020-06-11T00:46:08.951Z] + make test [2020-06-11T00:46:08.951Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-06-11T00:46:09.942Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-06-11T00:46:16.949Z] Staging go [2020-06-11T00:46:17.209Z] Pulling device-mqtt [2020-06-11T00:46:18.152Z] Skipping build go (already ran) [2020-06-11T00:46:18.152Z] Building device-mqtt [2020-06-11T00:46:18.413Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.1-dev.2" -o cmd/device-mqtt ./cmd [2020-06-11T00:46:19.360Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-06-11T00:46:19.360Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T00:46:19.360Z] go: downloading github.com/spf13/cast v1.3.0 [2020-06-11T00:46:19.360Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-11T00:46:19.360Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-11T00:46:19.360Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-11T00:46:19.360Z] go: extracting github.com/spf13/cast v1.3.0 [2020-06-11T00:46:19.360Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-06-11T00:46:19.360Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T00:46:19.360Z] go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-11T00:46:19.360Z] go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-11T00:46:19.360Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-06-11T00:46:19.360Z] go: downloading github.com/google/uuid v1.1.1 [2020-06-11T00:46:19.360Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-06-11T00:46:19.360Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T00:46:19.360Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-06-11T00:46:19.622Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-06-11T00:46:19.622Z] go: extracting github.com/google/uuid v1.1.1 [2020-06-11T00:46:19.622Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-06-11T00:46:19.622Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T00:46:19.622Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-06-11T00:46:19.622Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T00:46:19.622Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T00:46:19.622Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-06-11T00:46:19.622Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T00:46:19.622Z] go: downloading github.com/x448/float16 v0.8.4 [2020-06-11T00:46:19.622Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-06-11T00:46:19.622Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T00:46:19.622Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-06-11T00:46:19.622Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-06-11T00:46:19.622Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-06-11T00:46:19.622Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-06-11T00:46:19.622Z] go: extracting github.com/x448/float16 v0.8.4 [2020-06-11T00:46:19.622Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T00:46:19.622Z] go: downloading github.com/pkg/errors v0.8.1 [2020-06-11T00:46:19.622Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T00:46:19.622Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-06-11T00:46:19.622Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T00:46:19.622Z] go: extracting github.com/pkg/errors v0.8.1 [2020-06-11T00:46:19.622Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-06-11T00:46:19.622Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-06-11T00:46:19.622Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-06-11T00:46:19.622Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T00:46:19.622Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T00:46:19.622Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T00:46:19.622Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-06-11T00:46:19.622Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T00:46:19.622Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T00:46:19.622Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-06-11T00:46:19.622Z] go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-11T00:46:19.622Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T00:46:19.622Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-06-11T00:46:19.622Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T00:46:19.622Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T00:46:19.622Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T00:46:19.622Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T00:46:19.622Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T00:46:19.622Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T00:46:19.622Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T00:46:20.192Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-06-11T00:46:20.455Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T00:46:20.455Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T00:46:20.455Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T00:46:20.455Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T00:46:20.455Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-06-11T00:46:20.455Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-06-11T00:46:20.455Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-06-11T00:46:20.455Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-11T00:46:20.455Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T00:46:20.455Z] go: finding github.com/spf13/cast v1.3.0 [2020-06-11T00:46:20.455Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-11T00:46:20.455Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-11T00:46:20.455Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-11T00:46:20.455Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T00:46:20.455Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-11T00:46:20.455Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-11T00:46:20.455Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-06-11T00:46:20.455Z] go: finding github.com/google/uuid v1.1.1 [2020-06-11T00:46:20.455Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-11T00:46:20.455Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T00:46:20.455Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T00:46:20.455Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T00:46:20.455Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-11T00:46:20.455Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-11T00:46:20.455Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-11T00:46:20.455Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-11T00:46:20.455Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T00:46:20.455Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T00:46:20.455Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-11T00:46:20.455Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T00:46:20.718Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T00:46:20.719Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-11T00:46:20.719Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T00:46:20.719Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T00:46:20.719Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-11T00:46:20.719Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T00:46:20.719Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T00:46:20.719Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T00:46:20.719Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-11T00:46:33.073Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-11T00:46:37.290Z] Skipping stage go (already ran) [2020-06-11T00:46:37.290Z] Staging device-mqtt [2020-06-11T00:46:38.230Z] Priming go [2020-06-11T00:46:39.171Z] Priming device-mqtt [2020-06-11T00:46:39.742Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-06-11T00:46:39.742Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-06-11T00:46:39.742Z] Determining the version from the project repo (version-script). [2020-06-11T00:46:40.007Z] The version has been set to '1.2.1-dev.2-20200611+53b2715' [2020-06-11T00:46:40.007Z] Snapping 'edgex-device-mqtt' ... [2020-06-11T00:46:41.479Z] [2020-06-11T00:46:41.479Z] Snapped edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap [2020-06-11T00:46:42.392Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-06-11T00:46:42.392Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.026s coverage: 29.8% of statements [2020-06-11T00:46:42.392Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-06-11T00:46:42.392Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-11T00:46:44.778Z] [2020-06-11T00:46:44.778Z] Login successful. You now have these capabilities: [2020-06-11T00:46:44.778Z] [2020-06-11T00:46:44.778Z] snaps: No restriction [2020-06-11T00:46:44.778Z] channels: No restriction [2020-06-11T00:46:44.778Z] permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] [2020-06-11T00:46:44.778Z] expires: 2020-06-19T16:50:48.252993 [2020-06-11T00:46:44.778Z] [2020-06-11T00:46:45.043Z] Preparing to push 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap'. [2020-06-11T00:46:45.043Z] After pushing, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. [2020-06-11T00:46:45.043Z] Install the review-tools from the Snap Store for enhanced checks before uploading this snap. [2020-06-11T00:46:49.099Z] gofmt -l . [2020-06-11T00:46:49.099Z] ["`gofmt -l .`" = ""] [2020-06-11T00:46:49.099Z] ./bin/test-attribution-txt.sh [2020-06-11T00:46:49.099Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-06-11T00:46:49.389Z] Warning: overwriting stash ‘coverage-report’ [2020-06-11T00:46:49.775Z] Stashed 1 file(s) [Pipeline] } [2020-06-11T00:46:49.761Z] $ docker stop --time=1 82d6e0de5a63b249cd449662e3bc32a8d6a06edf9d2e68552a313de30ab880f8 [2020-06-11T00:46:50.331Z] Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [ ] 0% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [ ] 1% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [ ] 2% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [ ] 3% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [ ] 4% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [ ] 5% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [ ] 6% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [ ] 7% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [ ] 8% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [ ] 9% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [ ] 10% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [ ] 11% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [ ] 13% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [ ] 14% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [ ] 15% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [ ] 16% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [ ] 17% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [ ] 18% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [ ] 19% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [ ] 20% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [ ] 21% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [ ] 22% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [ ] 23% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [= ] 25% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [= ] 26% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [= ] 27% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [= ] 28% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [= ] 29% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [= ] 30% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [= ] 31% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [= ] 32% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [= ] 33% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [= ] 34% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [= ] 35% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [= ] 37% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [= ] 38% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [= ] 39% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [= ] 40% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [= ] 41% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [= ] 42% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [= ] 43% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [= ] 44% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [= ] 45% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [= ] 46% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [= ] 47% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [= ] 49% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [== ] 50% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [== ] 51% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [== ] 52% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [== ] 53% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [== ] 54% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [== ] 55% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [== ] 56% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [== ] 57% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [== ] 58% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [== ] 59% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [== ] 61% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [== ] 62% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [== ] 63% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [== ] 64% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [== ] 65% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [== ] 66% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [== ] 67% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [== ] 68% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [== ] 69% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [== ] 70% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [== ] 71% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [== ] 73% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [== ] 74% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [=== ] 75% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [=== ] 76% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [=== ] 77% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [=== ] 78% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [=== ] 79% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [=== ] 80% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [=== ] 81% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [=== ] 82% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [=== ] 83% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [=== ] 84% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [=== ] 86% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [=== ] 87% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [=== ] 88% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [=== ] 89% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [=== ] 90% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [=== ] 91% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [=== ] 92% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [=== ] 93% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [=== ] 94% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [=== ] 95% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [=== ] 96% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [=== ] 98% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [=== ] 99% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [====] 100% [2020-06-11T00:46:51.977Z] $ docker rm -f 82d6e0de5a63b249cd449662e3bc32a8d6a06edf9d2e68552a313de30ab880f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-11T00:46:52.985Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-11T00:46:53.311Z] + ls -al . [2020-06-11T00:46:53.311Z] total 132 [2020-06-11T00:46:53.311Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 11 00:46 . [2020-06-11T00:46:53.311Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 11 00:44 .. [2020-06-11T00:46:53.311Z] -rw-rw-r-- 1 jenkins jenkins 140 Jun 11 00:44 .dockerignore [2020-06-11T00:46:53.311Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 11 00:44 .git [2020-06-11T00:46:53.311Z] -rw-rw-r-- 1 jenkins jenkins 328 Jun 11 00:44 .gitignore [2020-06-11T00:46:53.311Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 11 00:44 .semver [2020-06-11T00:46:53.311Z] -rw-rw-r-- 1 jenkins jenkins 4678 Jun 11 00:44 Attribution.txt [2020-06-11T00:46:53.311Z] -rw-rw-r-- 1 jenkins jenkins 1776 Jun 11 00:44 Dockerfile [2020-06-11T00:46:53.311Z] -rw-rw-r-- 1 jenkins jenkins 953 Jun 11 00:44 Dockerfile.build [2020-06-11T00:46:53.311Z] -rw-rw-r-- 1 jenkins jenkins 700 Jun 11 00:44 Jenkinsfile [2020-06-11T00:46:53.311Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jun 11 00:44 LICENSE [2020-06-11T00:46:53.311Z] -rw-rw-r-- 1 jenkins jenkins 902 Jun 11 00:44 Makefile [2020-06-11T00:46:53.311Z] -rw-rw-r-- 1 jenkins jenkins 444 Jun 11 00:44 README.md [2020-06-11T00:46:53.311Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 11 00:40 VERSION [2020-06-11T00:46:53.311Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 11 00:44 bin [2020-06-11T00:46:53.311Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 11 00:44 cmd [2020-06-11T00:46:53.311Z] -rw-r--r-- 1 jenkins jenkins 18214 Jun 11 00:46 coverage.out [2020-06-11T00:46:53.311Z] -rw-r--r-- 1 jenkins jenkins 510 Jun 11 00:46 go.mod [2020-06-11T00:46:53.311Z] -rw-r--r-- 1 jenkins jenkins 13621 Jun 11 00:46 go.sum [2020-06-11T00:46:53.311Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 11 00:44 internal [2020-06-11T00:46:53.311Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 11 00:44 mock [2020-06-11T00:46:53.311Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 11 00:44 snap [2020-06-11T00:46:53.311Z] -rw-rw-r-- 1 jenkins jenkins 227 Jun 11 00:44 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-11T00:46:53.649Z] + 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=53b271558e00092d9ac86daf606e53fe8237c5d2 --label arch=arm64 --label version=1.2.1-dev.2 . [2020-06-11T00:46:53.921Z] Sending build context to Docker daemon 583.2kB [2020-06-11T00:46:53.921Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-06-11T00:46:53.921Z] Step 2/21 : FROM ${BASE} AS builder [2020-06-11T00:46:53.921Z] ---> d7087518c0f2 [2020-06-11T00:46:53.921Z] Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-06-11T00:46:54.194Z] ---> Running in 5781b785d909 [2020-06-11T00:46:54.790Z] Removing intermediate container 5781b785d909 [2020-06-11T00:46:54.790Z] ---> 50391c6f0864 [2020-06-11T00:46:54.790Z] Step 4/21 : ARG ALPINE_PKG_EXTRA="" [2020-06-11T00:46:54.790Z] ---> Running in 185717b5268f [2020-06-11T00:46:55.383Z] Removing intermediate container 185717b5268f [2020-06-11T00:46:55.383Z] ---> 43ff210c83b3 [2020-06-11T00:46:55.383Z] Step 5/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-11T00:46:55.383Z] ---> Running in aa07fb38aed2 [2020-06-11T00:46:58.001Z] Removing intermediate container aa07fb38aed2 [2020-06-11T00:46:58.001Z] ---> 98a3e9ef0f53 [2020-06-11T00:46:58.001Z] Step 6/21 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-11T00:46:58.001Z] ---> Running in 0853f7247399 [2020-06-11T00:46:59.430Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-11T00:47:00.025Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-11T00:47:00.614Z] OK: 203 MiB in 52 packages [2020-06-11T00:47:01.591Z] Removing intermediate container 0853f7247399 [2020-06-11T00:47:01.591Z] ---> acdc71fee6b1 [2020-06-11T00:47:01.591Z] Step 7/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-06-11T00:47:01.591Z] ---> Running in 5a8010697b8d [2020-06-11T00:47:02.183Z] Removing intermediate container 5a8010697b8d [2020-06-11T00:47:02.183Z] ---> 3cff0e507a6d [2020-06-11T00:47:02.183Z] Step 8/21 : COPY . . [2020-06-11T00:47:02.881Z] Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| released [2020-06-11T00:47:02.881Z] Revision 1229 of 'edgex-device-mqtt' created. [2020-06-11T00:47:03.161Z] ---> a99f479aee8b [2020-06-11T00:47:03.162Z] Step 9/21 : ARG MAKE='make build' [2020-06-11T00:47:03.162Z] ---> Running in c20daf2cf3f7 [2020-06-11T00:47:03.430Z] Removing intermediate container c20daf2cf3f7 [2020-06-11T00:47:03.430Z] ---> 392909af5652 [2020-06-11T00:47:03.430Z] Step 10/21 : RUN $MAKE [2020-06-11T00:47:03.702Z] ---> Running in cc0166dc8c2f [2020-06-11T00:47:03.821Z] Track Arch Channel Version Revision Notes [2020-06-11T00:47:03.821Z] edinburgh amd64 stable 1.0.0-20190627+29babbb 110 - [2020-06-11T00:47:03.821Z] candidate 1.0.0-20190627+29babbb 110 - [2020-06-11T00:47:03.821Z] beta 1.0.0-20190801+fd7235a 239 - [2020-06-11T00:47:03.821Z] edge 1.0.0-20200107+8d32c65 942 - [2020-06-11T00:47:03.821Z] fuji amd64 stable 1.1.1-20200228+f519bc1 1072 - [2020-06-11T00:47:03.821Z] candidate ^ ^ - [2020-06-11T00:47:03.821Z] beta 1.1.1-20200228+f519bc1 1072 - [2020-06-11T00:47:03.821Z] edge 1.1.1-20200422+f519bc1 1177 - [2020-06-11T00:47:03.821Z] geneva amd64 stable 1.2.0-20200520+8b9d451 1186 - [2020-06-11T00:47:03.821Z] candidate ^ ^ - [2020-06-11T00:47:03.821Z] beta ^ ^ - [2020-06-11T00:47:03.821Z] edge ^ ^ - [2020-06-11T00:47:03.821Z] latest amd64 stable 1.2.0-20200520+8b9d451 1186 - [2020-06-11T00:47:03.821Z] candidate 1.2.0-20200520+8b9d451 1186 - [2020-06-11T00:47:03.821Z] beta 1.2.0-20200520+8b9d451 1186 - [2020-06-11T00:47:03.821Z] edge 1.2.1-dev.2-20200611+53b2715 1229 - [2020-06-11T00:47:03.821Z] Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...| [2020-06-11T00:47:04.391Z] Pushing metadata from 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [2020-06-11T00:47:05.133Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.1-dev.2" -o cmd/device-mqtt ./cmd [2020-06-11T00:47:07.694Z] The metadata has been pushed [Pipeline] } [2020-06-11T00:47:08.275Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-06-11T00:47:32.253Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-11T00:47:40.521Z] Removing intermediate container cc0166dc8c2f [2020-06-11T00:47:40.521Z] ---> 3090042a3346 [2020-06-11T00:47:40.521Z] Step 11/21 : FROM alpine [2020-06-11T00:47:40.521Z] latest: Pulling from library/alpine [2020-06-11T00:47:40.521Z] b538f80385f9: Pulling fs layer [2020-06-11T00:47:40.793Z] b538f80385f9: Verifying Checksum [2020-06-11T00:47:40.794Z] b538f80385f9: Download complete [2020-06-11T00:47:41.389Z] b538f80385f9: Pull complete [2020-06-11T00:47:41.389Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-11T00:47:41.389Z] Status: Downloaded newer image for alpine:latest [2020-06-11T00:47:41.389Z] ---> 62ee0e9f8440 [2020-06-11T00:47:41.390Z] Step 12/21 : ENV APP_PORT=49982 [2020-06-11T00:47:41.390Z] ---> Running in 2b12078be6da [2020-06-11T00:47:41.983Z] Removing intermediate container 2b12078be6da [2020-06-11T00:47:41.983Z] ---> 4c85bba4f592 [2020-06-11T00:47:41.983Z] Step 13/21 : EXPOSE $APP_PORT [2020-06-11T00:47:41.983Z] ---> Running in 81d716be3891 [2020-06-11T00:47:42.578Z] Removing intermediate container 81d716be3891 [2020-06-11T00:47:42.578Z] ---> ada0c45dd8bd [2020-06-11T00:47:42.578Z] Step 14/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-06-11T00:47:44.006Z] ---> f408bb152726 [2020-06-11T00:47:44.006Z] Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-06-11T00:47:44.599Z] ---> 9627c1f3484d [2020-06-11T00:47:44.599Z] Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-06-11T00:47:45.576Z] ---> 5367c226df3f [2020-06-11T00:47:45.576Z] Step 17/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-06-11T00:47:45.576Z] ---> Running in 4a0953cc9115 [2020-06-11T00:47:45.848Z] Removing intermediate container 4a0953cc9115 [2020-06-11T00:47:45.848Z] ---> df097e3e9425 [2020-06-11T00:47:45.848Z] Step 18/21 : ENTRYPOINT ["/device-mqtt","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-06-11T00:47:46.118Z] ---> Running in a67066c85564 [2020-06-11T00:47:46.387Z] Removing intermediate container a67066c85564 [2020-06-11T00:47:46.387Z] ---> 73ee4ea08c3d [2020-06-11T00:47:46.387Z] Step 19/21 : LABEL arch=arm64 [2020-06-11T00:47:46.658Z] ---> Running in f60c7fc2fc12 [2020-06-11T00:47:46.931Z] Removing intermediate container f60c7fc2fc12 [2020-06-11T00:47:46.931Z] ---> 73d69c433f0b [2020-06-11T00:47:46.931Z] Step 20/21 : LABEL git_sha=53b271558e00092d9ac86daf606e53fe8237c5d2 [2020-06-11T00:47:46.931Z] ---> Running in cd12ed4e225a [2020-06-11T00:47:47.524Z] Removing intermediate container cd12ed4e225a [2020-06-11T00:47:47.524Z] ---> 2288857f46e8 [2020-06-11T00:47:47.524Z] Step 21/21 : LABEL version=1.2.1-dev.2 [2020-06-11T00:47:47.524Z] ---> Running in 00b14a6c27d2 [2020-06-11T00:47:48.115Z] Removing intermediate container 00b14a6c27d2 [2020-06-11T00:47:48.115Z] ---> eef1dbbf4f34 [2020-06-11T00:47:48.115Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-11T00:47:48.115Z] Successfully built eef1dbbf4f34 [2020-06-11T00:47:48.115Z] Successfully tagged docker-device-mqtt-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-06-11T00:47:48.318Z] provisioning config files... [2020-06-11T00:47:48.356Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/8@tmp/config1541391913698643112tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-06-11T00:47:48.717Z] nexus3.edgexfoundry.org:10001 [2020-06-11T00:47:48.986Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T00:47:48.986Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T00:47:48.986Z] Configure a credential helper to remove this warning. See [2020-06-11T00:47:48.986Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T00:47:48.986Z] [2020-06-11T00:47:48.986Z] Login Succeeded [2020-06-11T00:47:49.262Z] nexus3.edgexfoundry.org:10002 [2020-06-11T00:47:49.533Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T00:47:49.533Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T00:47:49.533Z] Configure a credential helper to remove this warning. See [2020-06-11T00:47:49.533Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T00:47:49.533Z] [2020-06-11T00:47:49.533Z] Login Succeeded [2020-06-11T00:47:49.533Z] nexus3.edgexfoundry.org:10003 [2020-06-11T00:47:50.127Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T00:47:50.127Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T00:47:50.127Z] Configure a credential helper to remove this warning. See [2020-06-11T00:47:50.127Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T00:47:50.127Z] [2020-06-11T00:47:50.127Z] Login Succeeded [2020-06-11T00:47:50.127Z] nexus3.edgexfoundry.org:10004 [2020-06-11T00:47:50.398Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T00:47:50.669Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T00:47:50.669Z] Configure a credential helper to remove this warning. See [2020-06-11T00:47:50.669Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T00:47:50.669Z] [2020-06-11T00:47:50.669Z] Login Succeeded [2020-06-11T00:47:50.669Z] docker.io [2020-06-11T00:47:50.941Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T00:47:51.531Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T00:47:51.531Z] Configure a credential helper to remove this warning. See [2020-06-11T00:47:51.531Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T00:47:51.531Z] [2020-06-11T00:47:51.531Z] Login Succeeded [Pipeline] } [2020-06-11T00:47:51.545Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-11T00:47:51.636Z] [edgeXDocker.push] Tagging docker image docker-device-mqtt-go-arm64 with the following tags: [2020-06-11T00:47:51.636Z] 53b271558e00092d9ac86daf606e53fe8237c5d2 [2020-06-11T00:47:51.636Z] latest [2020-06-11T00:47:51.636Z] 1.2.1-dev.2 [2020-06-11T00:47:51.636Z] 53b271558e00092d9ac86daf606e53fe8237c5d2-1.2.1-dev.2 [2020-06-11T00:47:51.636Z] master [2020-06-11T00:47:51.636Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-11T00:47:52.063Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:53b271558e00092d9ac86daf606e53fe8237c5d2 [Pipeline] isUnix [Pipeline] sh [2020-06-11T00:47:52.390Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:53b271558e00092d9ac86daf606e53fe8237c5d2 [2020-06-11T00:47:52.390Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-06-11T00:47:52.390Z] 3374d0e4d822: Preparing [2020-06-11T00:47:52.390Z] 94b53e4850d6: Preparing [2020-06-11T00:47:52.390Z] 8d2d47ce618b: Preparing [2020-06-11T00:47:52.390Z] e2f13739ad41: Preparing [2020-06-11T00:47:52.660Z] e2f13739ad41: Layer already exists [2020-06-11T00:47:52.660Z] 3374d0e4d822: Pushed [2020-06-11T00:47:52.660Z] 94b53e4850d6: Pushed [2020-06-11T00:47:56.025Z] 8d2d47ce618b: Pushed [2020-06-11T00:47:56.025Z] 53b271558e00092d9ac86daf606e53fe8237c5d2: digest: sha256:c44962704bec60ed9ba4fcd408f4bb19b8b87c27c6615646132b507d69acb951 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-11T00:47:56.359Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-06-11T00:47:56.688Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [2020-06-11T00:47:56.688Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-06-11T00:47:56.688Z] 3374d0e4d822: Preparing [2020-06-11T00:47:56.688Z] 94b53e4850d6: Preparing [2020-06-11T00:47:56.688Z] 8d2d47ce618b: Preparing [2020-06-11T00:47:56.688Z] e2f13739ad41: Preparing [2020-06-11T00:47:56.688Z] 94b53e4850d6: Layer already exists [2020-06-11T00:47:56.688Z] e2f13739ad41: Layer already exists [2020-06-11T00:47:56.688Z] 8d2d47ce618b: Layer already exists [2020-06-11T00:47:56.688Z] 3374d0e4d822: Layer already exists [2020-06-11T00:47:56.959Z] latest: digest: sha256:c44962704bec60ed9ba4fcd408f4bb19b8b87c27c6615646132b507d69acb951 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-11T00:47:57.290Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-06-11T00:47:57.616Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.2.1-dev.2 [2020-06-11T00:47:57.616Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-06-11T00:47:57.616Z] 3374d0e4d822: Preparing [2020-06-11T00:47:57.616Z] 94b53e4850d6: Preparing [2020-06-11T00:47:57.616Z] 8d2d47ce618b: Preparing [2020-06-11T00:47:57.616Z] e2f13739ad41: Preparing [2020-06-11T00:47:57.616Z] 94b53e4850d6: Layer already exists [2020-06-11T00:47:57.616Z] 3374d0e4d822: Layer already exists [2020-06-11T00:47:57.616Z] 8d2d47ce618b: Layer already exists [2020-06-11T00:47:57.616Z] e2f13739ad41: Layer already exists [2020-06-11T00:47:57.886Z] 1.2.1-dev.2: digest: sha256:c44962704bec60ed9ba4fcd408f4bb19b8b87c27c6615646132b507d69acb951 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-11T00:47:58.229Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:53b271558e00092d9ac86daf606e53fe8237c5d2-1.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-06-11T00:47:58.565Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:53b271558e00092d9ac86daf606e53fe8237c5d2-1.2.1-dev.2 [2020-06-11T00:47:58.565Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-06-11T00:47:58.565Z] 3374d0e4d822: Preparing [2020-06-11T00:47:58.565Z] 94b53e4850d6: Preparing [2020-06-11T00:47:58.565Z] 8d2d47ce618b: Preparing [2020-06-11T00:47:58.565Z] e2f13739ad41: Preparing [2020-06-11T00:47:58.565Z] e2f13739ad41: Layer already exists [2020-06-11T00:47:58.565Z] 94b53e4850d6: Layer already exists [2020-06-11T00:47:58.565Z] 8d2d47ce618b: Layer already exists [2020-06-11T00:47:58.565Z] 3374d0e4d822: Layer already exists [2020-06-11T00:47:58.834Z] 53b271558e00092d9ac86daf606e53fe8237c5d2-1.2.1-dev.2: digest: sha256:c44962704bec60ed9ba4fcd408f4bb19b8b87c27c6615646132b507d69acb951 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-11T00:47:59.167Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-06-11T00:47:59.495Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [2020-06-11T00:47:59.495Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-06-11T00:47:59.495Z] 3374d0e4d822: Preparing [2020-06-11T00:47:59.495Z] 94b53e4850d6: Preparing [2020-06-11T00:47:59.495Z] 8d2d47ce618b: Preparing [2020-06-11T00:47:59.495Z] e2f13739ad41: Preparing [2020-06-11T00:47:59.495Z] 8d2d47ce618b: Layer already exists [2020-06-11T00:47:59.495Z] 94b53e4850d6: Layer already exists [2020-06-11T00:47:59.765Z] e2f13739ad41: Layer already exists [2020-06-11T00:47:59.765Z] 3374d0e4d822: Layer already exists [2020-06-11T00:47:59.765Z] master: digest: sha256:c44962704bec60ed9ba4fcd408f4bb19b8b87c27c6615646132b507d69acb951 size: 1154 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-11T00:48:00.361Z] + + grepfind snapcraft.yaml /w/workspace/device-mqtt-go/8 [2020-06-11T00:48:00.361Z] [2020-06-11T00:48:00.361Z] + grep -Po ^name: \K(.*) /w/workspace/device-mqtt-go/8/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-11T00:48:00.480Z] provisioning config files... [2020-06-11T00:48:00.495Z] copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/8@tmp/config3633005843939149252tmp [Pipeline] { [Pipeline] sh [2020-06-11T00:48:00.849Z] + cp /w/workspace/device-mqtt-go/8@tmp/config3633005843939149252tmp /w/workspace/device-mqtt-go/8/edgex-snap-store-login [Pipeline] sh [2020-06-11T00:48:01.186Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/8:/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-06-11T00:48:01.186Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-06-11T00:48:01.460Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-06-11T00:48:01.460Z] b2f61026a351: Pulling fs layer [2020-06-11T00:48:01.460Z] 5538fb30c42c: Pulling fs layer [2020-06-11T00:48:01.460Z] f0b05810781a: Pulling fs layer [2020-06-11T00:48:01.460Z] 0180a33352d6: Pulling fs layer [2020-06-11T00:48:01.460Z] e7604b0c0f53: Pulling fs layer [2020-06-11T00:48:01.460Z] db689cb83ae0: Pulling fs layer [2020-06-11T00:48:01.460Z] 6138af208834: Pulling fs layer [2020-06-11T00:48:01.460Z] 007c8e8c5d63: Pulling fs layer [2020-06-11T00:48:01.460Z] 4f7a387c642f: Pulling fs layer [2020-06-11T00:48:01.460Z] 0180a33352d6: Waiting [2020-06-11T00:48:01.460Z] db689cb83ae0: Waiting [2020-06-11T00:48:01.460Z] 6138af208834: Waiting [2020-06-11T00:48:01.460Z] e7604b0c0f53: Waiting [2020-06-11T00:48:01.460Z] 007c8e8c5d63: Waiting [2020-06-11T00:48:01.460Z] 4f7a387c642f: Waiting [2020-06-11T00:48:01.460Z] 5538fb30c42c: Verifying Checksum [2020-06-11T00:48:01.460Z] 5538fb30c42c: Download complete [2020-06-11T00:48:01.460Z] f0b05810781a: Verifying Checksum [2020-06-11T00:48:01.460Z] f0b05810781a: Download complete [2020-06-11T00:48:01.460Z] 0180a33352d6: Download complete [2020-06-11T00:48:01.460Z] db689cb83ae0: Download complete [2020-06-11T00:48:01.460Z] 6138af208834: Download complete [2020-06-11T00:48:01.460Z] 007c8e8c5d63: Verifying Checksum [2020-06-11T00:48:01.460Z] 007c8e8c5d63: Download complete [2020-06-11T00:48:01.460Z] 4f7a387c642f: Download complete [2020-06-11T00:48:02.433Z] b2f61026a351: Download complete [2020-06-11T00:48:05.816Z] b2f61026a351: Pull complete [2020-06-11T00:48:05.816Z] 5538fb30c42c: Pull complete [2020-06-11T00:48:05.816Z] f0b05810781a: Pull complete [2020-06-11T00:48:06.409Z] 0180a33352d6: Pull complete [2020-06-11T00:48:09.007Z] e7604b0c0f53: Download complete [2020-06-11T00:48:41.438Z] e7604b0c0f53: Pull complete [2020-06-11T00:48:41.438Z] db689cb83ae0: Pull complete [2020-06-11T00:48:41.438Z] 6138af208834: Pull complete [2020-06-11T00:48:41.438Z] 007c8e8c5d63: Pull complete [2020-06-11T00:48:41.438Z] 4f7a387c642f: Pull complete [2020-06-11T00:48:41.438Z] Digest: sha256:95de001a4645667c7ff44d03fa3a86afcf7622caf7559cdf0345329f515671b4 [2020-06-11T00:48:41.438Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-06-11T00:48:46.814Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-06-11T00:48:46.814Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-06-11T00:48:46.814Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-06-11T00:48:46.814Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-06-11T00:48:46.814Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1233 kB] [2020-06-11T00:48:47.084Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [879 kB] [2020-06-11T00:48:47.354Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3737 B] [2020-06-11T00:48:47.354Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1192 B] [2020-06-11T00:48:47.354Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] [2020-06-11T00:48:47.355Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [7827 B] [2020-06-11T00:48:47.623Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [754 kB] [2020-06-11T00:48:47.623Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [605 kB] [2020-06-11T00:48:47.894Z] Fetched 3745 kB in 3s (1494 kB/s) [2020-06-11T00:48:52.179Z] Reading package lists... [2020-06-11T00:49:04.542Z] Installing build dependencies: curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase openssh-client patch perl perl-modules-5.26 xauth [2020-06-11T00:49:08.823Z] Reading package lists... [2020-06-11T00:49:09.414Z] Building dependency tree... [2020-06-11T00:49:09.414Z] Reading state information... [2020-06-11T00:49:10.385Z] The following packages were automatically installed and are no longer required: [2020-06-11T00:49:10.385Z] libjq1 liblzo2-2 libonig4 [2020-06-11T00:49:10.385Z] Use 'sudo apt autoremove' to remove them. [2020-06-11T00:49:10.385Z] Suggested packages: [2020-06-11T00:49:10.385Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-06-11T00:49:10.385Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc [2020-06-11T00:49:10.385Z] keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc [2020-06-11T00:49:10.385Z] libterm-readline-gnu-perl | libterm-readline-perl-perl [2020-06-11T00:49:10.654Z] The following NEW packages will be installed: [2020-06-11T00:49:10.654Z] curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl [2020-06-11T00:49:10.654Z] libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 [2020-06-11T00:49:10.654Z] libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase [2020-06-11T00:49:10.654Z] openssh-client patch perl perl-modules-5.26 xauth [2020-06-11T00:49:10.923Z] 0 upgraded, 27 newly installed, 0 to remove and 10 not upgraded. [2020-06-11T00:49:10.923Z] Need to get 12.9 MB of archives. [2020-06-11T00:49:10.923Z] After this operation, 84.2 MB of additional disk space will be used. [2020-06-11T00:49:10.923Z] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxau6 arm64 1:1.0.8-1 [7590 B] [2020-06-11T00:49:11.192Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbsd0 arm64 0.8.7-1ubuntu0.1 [36.6 kB] [2020-06-11T00:49:11.192Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxdmcp6 arm64 1:1.1.2-3 [9694 B] [2020-06-11T00:49:11.192Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxcb1 arm64 1.13-2~ubuntu18.04 [37.3 kB] [2020-06-11T00:49:11.461Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] [2020-06-11T00:49:11.461Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-6 arm64 2:1.6.4-3ubuntu0.2 [521 kB] [2020-06-11T00:49:11.730Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxext6 arm64 2:1.3.3-1 [25.4 kB] [2020-06-11T00:49:11.730Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-06-11T00:49:12.321Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] [2020-06-11T00:49:12.321Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] [2020-06-11T00:49:12.321Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] [2020-06-11T00:49:12.591Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] [2020-06-11T00:49:12.591Z] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] [2020-06-11T00:49:12.591Z] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.2 [69.3 kB] [2020-06-11T00:49:12.591Z] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] [2020-06-11T00:49:12.591Z] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libedit2 arm64 3.1-20170329-1 [63.4 kB] [2020-06-11T00:49:12.591Z] Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libssl1.0.0 arm64 1.0.2n-1ubuntu5.3 [723 kB] [2020-06-11T00:49:12.591Z] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxmuu1 arm64 2:1.1.2-2 [9502 B] [2020-06-11T00:49:12.591Z] Get:19 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssh-client arm64 1:7.6p1-4ubuntu0.3 [527 kB] [2020-06-11T00:49:12.860Z] Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xauth arm64 1:1.0.10-1 [22.4 kB] [2020-06-11T00:49:12.860Z] Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.8 [152 kB] [2020-06-11T00:49:12.860Z] Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.8 [179 kB] [2020-06-11T00:49:12.860Z] Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] [2020-06-11T00:49:12.860Z] Get:24 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-06-11T00:49:12.860Z] Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] [2020-06-11T00:49:13.130Z] Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] [2020-06-11T00:49:13.130Z] Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] [2020-06-11T00:49:13.720Z] debconf: delaying package configuration, since apt-utils is not installed [2020-06-11T00:49:13.989Z] Fetched 12.9 MB in 3s (5039 kB/s) [2020-06-11T00:49:13.989Z] Selecting previously unselected package libxau6:arm64. [2020-06-11T00:49:13.990Z] (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 ... 4630 files and directories currently installed.) [2020-06-11T00:49:13.990Z] Preparing to unpack .../00-libxau6_1%3a1.0.8-1_arm64.deb ... [2020-06-11T00:49:13.990Z] Unpacking libxau6:arm64 (1:1.0.8-1) ... [2020-06-11T00:49:14.259Z] Selecting previously unselected package libbsd0:arm64. [2020-06-11T00:49:14.259Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_arm64.deb ... [2020-06-11T00:49:14.259Z] Unpacking libbsd0:arm64 (0.8.7-1ubuntu0.1) ... [2020-06-11T00:49:14.259Z] Selecting previously unselected package libxdmcp6:arm64. [2020-06-11T00:49:14.259Z] Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_arm64.deb ... [2020-06-11T00:49:14.259Z] Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... [2020-06-11T00:49:14.531Z] Selecting previously unselected package libxcb1:arm64. [2020-06-11T00:49:14.531Z] Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_arm64.deb ... [2020-06-11T00:49:14.531Z] Unpacking libxcb1:arm64 (1.13-2~ubuntu18.04) ... [2020-06-11T00:49:14.531Z] Selecting previously unselected package libx11-data. [2020-06-11T00:49:14.531Z] Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... [2020-06-11T00:49:14.531Z] Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-11T00:49:14.800Z] Selecting previously unselected package libx11-6:arm64. [2020-06-11T00:49:14.800Z] Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_arm64.deb ... [2020-06-11T00:49:14.800Z] Unpacking libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... [2020-06-11T00:49:15.391Z] Selecting previously unselected package libxext6:arm64. [2020-06-11T00:49:15.391Z] Preparing to unpack .../06-libxext6_2%3a1.3.3-1_arm64.deb ... [2020-06-11T00:49:15.391Z] Unpacking libxext6:arm64 (2:1.3.3-1) ... [2020-06-11T00:49:15.391Z] Selecting previously unselected package perl-modules-5.26. [2020-06-11T00:49:15.391Z] Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-06-11T00:49:15.391Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-11T00:49:16.816Z] Selecting previously unselected package libgdbm5:arm64. [2020-06-11T00:49:16.816Z] Preparing to unpack .../08-libgdbm5_1.14.1-6_arm64.deb ... [2020-06-11T00:49:16.816Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-06-11T00:49:17.086Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-06-11T00:49:17.086Z] Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-06-11T00:49:17.086Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-06-11T00:49:17.086Z] Selecting previously unselected package libperl5.26:arm64. [2020-06-11T00:49:17.086Z] Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... [2020-06-11T00:49:17.086Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-06-11T00:49:18.510Z] Selecting previously unselected package perl. [2020-06-11T00:49:18.510Z] Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_arm64.deb ... [2020-06-11T00:49:18.510Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-06-11T00:49:18.782Z] Selecting previously unselected package less. [2020-06-11T00:49:18.782Z] Preparing to unpack .../12-less_487-0.1_arm64.deb ... [2020-06-11T00:49:18.782Z] Unpacking less (487-0.1) ... [2020-06-11T00:49:18.782Z] Selecting previously unselected package libexpat1:arm64. [2020-06-11T00:49:18.782Z] Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_arm64.deb ... [2020-06-11T00:49:18.782Z] Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.2) ... [2020-06-11T00:49:19.052Z] Selecting previously unselected package netbase. [2020-06-11T00:49:19.052Z] Preparing to unpack .../14-netbase_5.4_all.deb ... [2020-06-11T00:49:19.052Z] Unpacking netbase (5.4) ... [2020-06-11T00:49:19.052Z] Selecting previously unselected package libedit2:arm64. [2020-06-11T00:49:19.052Z] Preparing to unpack .../15-libedit2_3.1-20170329-1_arm64.deb ... [2020-06-11T00:49:19.052Z] Unpacking libedit2:arm64 (3.1-20170329-1) ... [2020-06-11T00:49:19.324Z] Selecting previously unselected package libssl1.0.0:arm64. [2020-06-11T00:49:19.324Z] Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_arm64.deb ... [2020-06-11T00:49:19.324Z] Unpacking libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... [2020-06-11T00:49:19.595Z] Selecting previously unselected package libxmuu1:arm64. [2020-06-11T00:49:19.595Z] Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_arm64.deb ... [2020-06-11T00:49:19.595Z] Unpacking libxmuu1:arm64 (2:1.1.2-2) ... [2020-06-11T00:49:19.595Z] Selecting previously unselected package openssh-client. [2020-06-11T00:49:19.595Z] Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_arm64.deb ... [2020-06-11T00:49:19.869Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-11T00:49:20.139Z] Selecting previously unselected package xauth. [2020-06-11T00:49:20.139Z] Preparing to unpack .../19-xauth_1%3a1.0.10-1_arm64.deb ... [2020-06-11T00:49:20.139Z] Unpacking xauth (1:1.0.10-1) ... [2020-06-11T00:49:20.139Z] Selecting previously unselected package curl. [2020-06-11T00:49:20.139Z] Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_arm64.deb ... [2020-06-11T00:49:20.139Z] Unpacking curl (7.58.0-2ubuntu3.8) ... [2020-06-11T00:49:20.410Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-06-11T00:49:20.410Z] Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_arm64.deb ... [2020-06-11T00:49:20.410Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... [2020-06-11T00:49:20.410Z] Selecting previously unselected package liberror-perl. [2020-06-11T00:49:20.410Z] Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... [2020-06-11T00:49:20.410Z] Unpacking liberror-perl (0.17025-1) ... [2020-06-11T00:49:20.681Z] Selecting previously unselected package git-man. [2020-06-11T00:49:20.681Z] Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-06-11T00:49:20.681Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-11T00:49:20.951Z] Selecting previously unselected package git. [2020-06-11T00:49:20.951Z] Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-06-11T00:49:20.951Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-06-11T00:49:22.380Z] Selecting previously unselected package make. [2020-06-11T00:49:22.380Z] Preparing to unpack .../25-make_4.1-9.1ubuntu1_arm64.deb ... [2020-06-11T00:49:22.380Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-06-11T00:49:22.380Z] Selecting previously unselected package patch. [2020-06-11T00:49:22.380Z] Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-06-11T00:49:22.380Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-06-11T00:49:22.648Z] Setting up libedit2:arm64 (3.1-20170329-1) ... [2020-06-11T00:49:22.648Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-11T00:49:22.648Z] Setting up libexpat1:arm64 (2.2.5-3ubuntu0.2) ... [2020-06-11T00:49:22.648Z] Setting up less (487-0.1) ... [2020-06-11T00:49:22.919Z] Setting up make (4.1-9.1ubuntu1) ... [2020-06-11T00:49:22.919Z] Setting up libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... [2020-06-11T00:49:23.509Z] Setting up curl (7.58.0-2ubuntu3.8) ... [2020-06-11T00:49:23.509Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... [2020-06-11T00:49:23.509Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-11T00:49:23.509Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-06-11T00:49:23.509Z] Setting up libbsd0:arm64 (0.8.7-1ubuntu0.1) ... [2020-06-11T00:49:23.509Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-06-11T00:49:23.509Z] Setting up libxdmcp6:arm64 (1:1.1.2-3) ... [2020-06-11T00:49:23.509Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-06-11T00:49:23.779Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-11T00:49:24.052Z] Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-11T00:49:24.052Z] Setting up libxau6:arm64 (1:1.0.8-1) ... [2020-06-11T00:49:24.052Z] Setting up netbase (5.4) ... [2020-06-11T00:49:24.052Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-06-11T00:49:24.052Z] Setting up libxcb1:arm64 (1.13-2~ubuntu18.04) ... [2020-06-11T00:49:24.323Z] Setting up libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... [2020-06-11T00:49:24.323Z] Setting up libxmuu1:arm64 (2:1.1.2-2) ... [2020-06-11T00:49:24.323Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-06-11T00:49:24.323Z] Setting up libxext6:arm64 (2:1.3.3-1) ... [2020-06-11T00:49:24.323Z] Setting up liberror-perl (0.17025-1) ... [2020-06-11T00:49:24.594Z] Setting up xauth (1:1.0.10-1) ... [2020-06-11T00:49:24.594Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-06-11T00:49:24.594Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-06-11T00:49:31.276Z] curl set to automatically installed. [2020-06-11T00:49:31.276Z] git set to automatically installed. [2020-06-11T00:49:31.276Z] git-man set to automatically installed. [2020-06-11T00:49:31.276Z] less set to automatically installed. [2020-06-11T00:49:31.276Z] libbsd0 set to automatically installed. [2020-06-11T00:49:31.276Z] libcurl3-gnutls set to automatically installed. [2020-06-11T00:49:31.276Z] libedit2 set to automatically installed. [2020-06-11T00:49:31.276Z] liberror-perl set to automatically installed. [2020-06-11T00:49:31.276Z] libexpat1 set to automatically installed. [2020-06-11T00:49:31.276Z] libgdbm-compat4 set to automatically installed. [2020-06-11T00:49:31.276Z] libgdbm5 set to automatically installed. [2020-06-11T00:49:31.276Z] libperl5.26 set to automatically installed. [2020-06-11T00:49:31.276Z] libssl1.0.0 set to automatically installed. [2020-06-11T00:49:31.276Z] libx11-6 set to automatically installed. [2020-06-11T00:49:31.276Z] libx11-data set to automatically installed. [2020-06-11T00:49:31.276Z] libxau6 set to automatically installed. [2020-06-11T00:49:31.276Z] libxcb1 set to automatically installed. [2020-06-11T00:49:31.276Z] libxdmcp6 set to automatically installed. [2020-06-11T00:49:31.276Z] libxext6 set to automatically installed. [2020-06-11T00:49:31.276Z] libxmuu1 set to automatically installed. [2020-06-11T00:49:31.276Z] make set to automatically installed. [2020-06-11T00:49:31.276Z] netbase set to automatically installed. [2020-06-11T00:49:31.276Z] openssh-client set to automatically installed. [2020-06-11T00:49:31.276Z] patch set to automatically installed. [2020-06-11T00:49:31.276Z] perl set to automatically installed. [2020-06-11T00:49:31.276Z] perl-modules-5.26 set to automatically installed. [2020-06-11T00:49:31.276Z] xauth set to automatically installed. [2020-06-11T00:49:31.276Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-06-11T00:49:31.276Z] Please ensure the environment is properly setup before continuing. [2020-06-11T00:49:31.276Z] Ignore this message if the appropriate measures have already been taken [2020-06-11T00:49:31.546Z] Pulling go [2020-06-11T00:49:34.148Z] 'device-mqtt' has dependencies that need to be staged: go [2020-06-11T00:49:34.420Z] Skipping pull go (already ran) [2020-06-11T00:49:34.420Z] Building go [2020-06-11T00:49:34.420Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-06-11T00:49:34.420Z] Dload Upload Total Spent Left Speed [2020-06-11T00:49:37.624Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 93.0M 0 135k 0 0 1089k 0 0:01:27 --:--:-- 0:01:27 1080k 46 93.0M 46 43.0M 0 0 39.7M 0 0:00:02 0:00:01 0:00:01 39.7M 78 93.0M 78 73.1M 0 0 35.1M 0 0:00:02 0:00:02 --:--:-- 35.1M 97 93.0M 97 90.4M 0 0 29.3M 0 0:00:03 0:00:03 --:--:-- 29.3M 100 93.0M 100 93.0M 0 0 28.8M 0 0:00:03 0:00:03 --:--:-- 28.7M [2020-06-11T00:49:39.052Z] go1.13.5.linux-arm64.tar.gz: OK [2020-06-11T00:49:57.331Z] Staging go [2020-06-11T00:49:59.291Z] Pulling device-mqtt [2020-06-11T00:50:02.653Z] Skipping build go (already ran) [2020-06-11T00:50:02.653Z] Building device-mqtt [2020-06-11T00:50:02.653Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.1-dev.2" -o cmd/device-mqtt ./cmd [2020-06-11T00:50:02.926Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-06-11T00:50:02.926Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T00:50:02.926Z] go: downloading github.com/spf13/cast v1.3.0 [2020-06-11T00:50:02.926Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-11T00:50:02.926Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-11T00:50:02.926Z] go: extracting github.com/spf13/cast v1.3.0 [2020-06-11T00:50:02.926Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-11T00:50:03.196Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-06-11T00:50:03.196Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T00:50:03.196Z] go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-11T00:50:03.196Z] go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-11T00:50:03.196Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-06-11T00:50:03.196Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-06-11T00:50:03.196Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-06-11T00:50:03.196Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-06-11T00:50:03.196Z] go: downloading github.com/pkg/errors v0.8.1 [2020-06-11T00:50:03.196Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T00:50:03.196Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-06-11T00:50:03.196Z] go: downloading github.com/google/uuid v1.1.1 [2020-06-11T00:50:03.468Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T00:50:03.468Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T00:50:03.468Z] go: extracting github.com/pkg/errors v0.8.1 [2020-06-11T00:50:03.468Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-06-11T00:50:03.468Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T00:50:03.468Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-06-11T00:50:03.468Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T00:50:03.468Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-06-11T00:50:03.468Z] go: extracting github.com/google/uuid v1.1.1 [2020-06-11T00:50:03.468Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-06-11T00:50:03.468Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T00:50:03.468Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T00:50:03.468Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T00:50:03.468Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-06-11T00:50:03.468Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-06-11T00:50:03.468Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-06-11T00:50:03.468Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T00:50:03.468Z] go: downloading github.com/x448/float16 v0.8.4 [2020-06-11T00:50:03.468Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-06-11T00:50:03.469Z] go: extracting github.com/x448/float16 v0.8.4 [2020-06-11T00:50:03.469Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-06-11T00:50:03.469Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-06-11T00:50:03.469Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T00:50:03.469Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-06-11T00:50:03.469Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T00:50:03.744Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T00:50:03.744Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-06-11T00:50:03.744Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T00:50:03.744Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T00:50:03.744Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T00:50:03.744Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-06-11T00:50:03.744Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T00:50:03.744Z] go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-11T00:50:03.744Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T00:50:03.744Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-06-11T00:50:03.744Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T00:50:03.744Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T00:50:03.744Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T00:50:03.744Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-06-11T00:50:04.016Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T00:50:04.016Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T00:50:04.016Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T00:50:04.016Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T00:50:04.017Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T00:50:04.017Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T00:50:04.017Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-06-11T00:50:04.017Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-06-11T00:50:04.292Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-06-11T00:50:04.292Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-11T00:50:04.292Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T00:50:04.292Z] go: finding github.com/spf13/cast v1.3.0 [2020-06-11T00:50:04.292Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-11T00:50:04.292Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-11T00:50:04.292Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T00:50:04.292Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-11T00:50:04.292Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-11T00:50:04.292Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-11T00:50:04.292Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-06-11T00:50:04.292Z] go: finding github.com/google/uuid v1.1.1 [2020-06-11T00:50:04.292Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-11T00:50:04.292Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T00:50:04.292Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T00:50:04.292Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T00:50:04.292Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-11T00:50:04.292Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-11T00:50:04.292Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-11T00:50:04.292Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T00:50:04.564Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-11T00:50:04.564Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-11T00:50:04.564Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T00:50:04.564Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T00:50:04.564Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T00:50:04.564Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-11T00:50:04.564Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T00:50:04.564Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T00:50:04.564Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-11T00:50:04.564Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T00:50:04.564Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T00:50:04.564Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T00:50:04.564Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-11T00:50:31.356Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-11T00:50:49.621Z] Skipping stage go (already ran) [2020-06-11T00:50:49.621Z] Staging device-mqtt [2020-06-11T00:50:49.621Z] Priming go [2020-06-11T00:50:52.985Z] Priming device-mqtt [2020-06-11T00:50:55.586Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-06-11T00:50:55.586Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-06-11T00:50:55.586Z] Determining the version from the project repo (version-script). [2020-06-11T00:50:55.586Z] The version has been set to '1.2.1-dev.2-20200611+53b2715' [2020-06-11T00:50:55.586Z] Snapping 'edgex-device-mqtt' ... [2020-06-11T00:51:00.702Z] [2020-06-11T00:51:00.702Z] Snapped edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap [2020-06-11T00:51:06.074Z] [2020-06-11T00:51:06.074Z] Login successful. You now have these capabilities: [2020-06-11T00:51:06.074Z] [2020-06-11T00:51:06.074Z] snaps: No restriction [2020-06-11T00:51:06.074Z] channels: No restriction [2020-06-11T00:51:06.074Z] permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] [2020-06-11T00:51:06.074Z] expires: 2020-06-19T16:50:48.252993 [2020-06-11T00:51:06.074Z] [2020-06-11T00:51:08.680Z] Preparing to push 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap'. [2020-06-11T00:51:08.680Z] After pushing, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. [2020-06-11T00:51:08.680Z] Install the review-tools from the Snap Store for enhanced checks before uploading this snap. [2020-06-11T00:51:12.044Z] Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [ ] 0% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [ ] 1% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [ ] 2% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [ ] 3% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [ ] 4% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [ ] 5% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [ ] 6% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [ ] 7% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [ ] 8% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [ ] 9% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [ ] 10% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [ ] 11% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [ ] 12% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [ ] 13% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [ ] 14% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [ ] 16% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [ ] 17% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [ ] 18% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [ ] 19% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [ ] 20% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [ ] 21% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [ ] 22% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [ ] 23% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [ ] 24% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [= ] 25% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [= ] 26% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [= ] 27% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [= ] 28% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [= ] 29% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [= ] 30% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [= ] 32% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [= ] 33% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [= ] 34% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [= ] 35% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [= ] 36% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [= ] 37% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [= ] 38% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [= ] 39% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [= ] 40% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [= ] 41% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [= ] 42% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [= ] 43% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [= ] 44% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [= ] 45% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [= ] 46% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [= ] 48% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [= ] 49% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [== ] 50% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [== ] 51% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [== ] 52% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [== ] 53% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [== ] 54% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [== ] 55% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [== ] 56% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [== ] 57% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [== ] 58% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [== ] 59% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [== ] 60% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [== ] 61% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [== ] 62% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [== ] 64% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [== ] 65% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [== ] 66% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [== ] 67% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [== ] 68% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [== ] 69% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [== ] 70% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [== ] 71% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [== ] 72% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [== ] 73% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [== ] 74% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [=== ] 75% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [=== ] 76% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [=== ] 77% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [=== ] 78% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [=== ] 80% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [=== ] 81% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [=== ] 82% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [=== ] 83% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [=== ] 84% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [=== ] 85% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [=== ] 86% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [=== ] 87% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [=== ] 88% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [=== ] 89% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [=== ] 90% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [=== ] 91% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [=== ] 92% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [=== ] 93% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [=== ] 94% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [=== ] 96% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [=== ] 97% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [=== ] 98% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [=== ] 99% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [====] 100% [2020-06-11T00:51:25.356Z] Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- released [2020-06-11T00:51:25.356Z] Revision 1230 of 'edgex-device-mqtt' created. [2020-06-11T00:51:26.775Z] Track Arch Channel Version Revision Notes [2020-06-11T00:51:26.775Z] edinburgh arm64 stable 1.0.0-20190627+29babbb 112 - [2020-06-11T00:51:26.775Z] candidate 1.0.0-20190627+29babbb 112 - [2020-06-11T00:51:26.775Z] beta 1.0.0-20190801+fd7235a 241 - [2020-06-11T00:51:26.775Z] edge 1.0.0-20200107+8d32c65 944 - [2020-06-11T00:51:26.775Z] fuji arm64 stable 1.1.1-20200311+f519bc1 1097 - [2020-06-11T00:51:26.775Z] candidate ^ ^ - [2020-06-11T00:51:26.775Z] beta 1.1.1-20200311+f519bc1 1097 - [2020-06-11T00:51:26.775Z] edge 1.1.1-20200421+f519bc1 1174 - [2020-06-11T00:51:26.775Z] geneva arm64 stable 1.2.0-20200520+8b9d451 1187 - [2020-06-11T00:51:26.775Z] candidate ^ ^ - [2020-06-11T00:51:26.775Z] beta ^ ^ - [2020-06-11T00:51:26.775Z] edge ^ ^ - [2020-06-11T00:51:26.775Z] latest arm64 stable 1.2.0-20200520+8b9d451 1187 - [2020-06-11T00:51:26.775Z] candidate 1.2.0-20200520+8b9d451 1187 - [2020-06-11T00:51:26.775Z] beta 1.2.0-20200520+8b9d451 1187 - [2020-06-11T00:51:26.775Z] edge 1.2.1-dev.2-20200611+53b2715 1230 - [2020-06-11T00:51:26.775Z] Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| [2020-06-11T00:51:30.143Z] Pushing metadata from 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [2020-06-11T00:51:32.736Z] The metadata has been pushed [Pipeline] } [2020-06-11T00:51:34.710Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [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-06-11T00:51:35.415Z] provisioning config files... [2020-06-11T00:51:35.431Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config8734971093386638006tmp [Pipeline] { [Pipeline] sh [2020-06-11T00:51:35.767Z] + curl -s https://codecov.io/bash [2020-06-11T00:51:35.767Z] + bash -s - -t @/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config8734971093386638006tmp [2020-06-11T00:51:36.030Z] [2020-06-11T00:51:36.030Z] _____ _ [2020-06-11T00:51:36.030Z] / ____| | | [2020-06-11T00:51:36.030Z] | | ___ __| | ___ ___ _____ __ [2020-06-11T00:51:36.030Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-06-11T00:51:36.030Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-06-11T00:51:36.030Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-06-11T00:51:36.030Z] Bash-20200602-f809a24 [2020-06-11T00:51:36.030Z] [2020-06-11T00:51:36.030Z] [2020-06-11T00:51:36.030Z] ==> Jenkins CI detected. [2020-06-11T00:51:36.030Z] project root: . [2020-06-11T00:51:36.030Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-06-11T00:51:36.030Z] ==> Running gcov in . (disable via -X gcov) [2020-06-11T00:51:36.030Z] ==> Python coveragepy not found [2020-06-11T00:51:36.030Z] ==> Searching for coverage reports in: [2020-06-11T00:51:36.030Z] + . [2020-06-11T00:51:36.030Z] -> Found 1 reports [2020-06-11T00:51:36.030Z] ==> Detecting git/mercurial file structure [2020-06-11T00:51:36.030Z] ==> Reading reports [2020-06-11T00:51:36.030Z] + ./coverage.out bytes=18214 [2020-06-11T00:51:36.030Z] ==> Appending adjustments [2020-06-11T00:51:36.030Z] https://docs.codecov.io/docs/fixing-reports [2020-06-11T00:51:36.294Z] + Found adjustments [2020-06-11T00:51:36.294Z] ==> Gzipping contents [2020-06-11T00:51:36.294Z] ==> Uploading reports [2020-06-11T00:51:36.294Z] url: https://codecov.io [2020-06-11T00:51:36.294Z] query: branch=master&commit=53b271558e00092d9ac86daf606e53fe8237c5d2&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F8%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job= [2020-06-11T00:51:36.294Z] -> Pinging Codecov [2020-06-11T00:51:36.294Z] https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=master&commit=53b271558e00092d9ac86daf606e53fe8237c5d2&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F8%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job= [2020-06-11T00:51:36.867Z] -> Uploading [2020-06-11T00:51:37.128Z] -> View reports at https://codecov.io/github/edgexfoundry/device-mqtt-go/commit/53b271558e00092d9ac86daf606e53fe8237c5d2 [Pipeline] } [2020-06-11T00:51:37.137Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-06-11T00:51:37.409Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-06-11T00:51:37.410Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-06-11T00:51:37.436Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-11T00:51:37.750Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-11T00:51:37.750Z] [2020-06-11T00:51:37.750Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-06-11T00:51:38.093Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-11T00:51:38.094Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-06-11T00:51:38.094Z] cbdbe7a5bc2a: Pulling fs layer [2020-06-11T00:51:38.094Z] 408f87550127: Pulling fs layer [2020-06-11T00:51:38.094Z] fe522b08c979: Pulling fs layer [2020-06-11T00:51:38.094Z] 221eaa008020: Pulling fs layer [2020-06-11T00:51:38.094Z] 2a4607e5d6b9: Pulling fs layer [2020-06-11T00:51:38.094Z] 8f79b27c4fd2: Pulling fs layer [2020-06-11T00:51:38.094Z] e5c8dbe1645b: Pulling fs layer [2020-06-11T00:51:38.094Z] 23e8b3b47431: Pulling fs layer [2020-06-11T00:51:38.094Z] 5c568d65a230: Pulling fs layer [2020-06-11T00:51:38.094Z] 8f79b27c4fd2: Waiting [2020-06-11T00:51:38.094Z] e5c8dbe1645b: Waiting [2020-06-11T00:51:38.094Z] 23e8b3b47431: Waiting [2020-06-11T00:51:38.094Z] 5c568d65a230: Waiting [2020-06-11T00:51:38.094Z] 221eaa008020: Waiting [2020-06-11T00:51:38.094Z] 2a4607e5d6b9: Waiting [2020-06-11T00:51:38.094Z] fe522b08c979: Verifying Checksum [2020-06-11T00:51:38.094Z] fe522b08c979: Download complete [2020-06-11T00:51:38.094Z] 408f87550127: Verifying Checksum [2020-06-11T00:51:38.094Z] 408f87550127: Download complete [2020-06-11T00:51:38.094Z] 2a4607e5d6b9: Verifying Checksum [2020-06-11T00:51:38.094Z] 2a4607e5d6b9: Download complete [2020-06-11T00:51:38.094Z] 8f79b27c4fd2: Verifying Checksum [2020-06-11T00:51:38.094Z] 8f79b27c4fd2: Download complete [2020-06-11T00:51:38.094Z] cbdbe7a5bc2a: Download complete [2020-06-11T00:51:38.683Z] cbdbe7a5bc2a: Pull complete [2020-06-11T00:51:38.683Z] e5c8dbe1645b: Verifying Checksum [2020-06-11T00:51:38.683Z] e5c8dbe1645b: Download complete [2020-06-11T00:51:38.683Z] 408f87550127: Pull complete [2020-06-11T00:51:38.955Z] 23e8b3b47431: Verifying Checksum [2020-06-11T00:51:38.955Z] 23e8b3b47431: Download complete [2020-06-11T00:51:39.218Z] fe522b08c979: Pull complete [2020-06-11T00:51:39.218Z] 5c568d65a230: Verifying Checksum [2020-06-11T00:51:39.218Z] 5c568d65a230: Download complete [2020-06-11T00:51:39.796Z] 221eaa008020: Download complete [2020-06-11T00:51:45.105Z] 221eaa008020: Pull complete [2020-06-11T00:51:45.366Z] 2a4607e5d6b9: Pull complete [2020-06-11T00:51:45.366Z] 8f79b27c4fd2: Pull complete [2020-06-11T00:51:47.960Z] e5c8dbe1645b: Pull complete [2020-06-11T00:51:51.284Z] 23e8b3b47431: Pull complete [2020-06-11T00:51:52.235Z] 5c568d65a230: Pull complete [2020-06-11T00:51:52.235Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-06-11T00:51:52.235Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-11T00:51:52.235Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-06-11T00:51:52.384Z] prd-centos7-docker-4c-2g-2506 does not seem to be running inside a container [2020-06-11T00:51:52.431Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/gexfoundry_device-mqtt-go_master:/ws -w /ws --entrypoint= -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-06-11T00:51:53.199Z] $ docker top bb8ef98c42233813ca76811930e7dbfb433937f00e17b68e862388809a572c6d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-11T00:51:53.645Z] + snyk monitor '--org=edgex-jenkins' [2020-06-11T00:52:08.564Z] [2020-06-11T00:52:08.564Z] Monitoring /w/workspace/gexfoundry_device-mqtt-go_master (github.com/edgexfoundry/device-mqtt-go)... [2020-06-11T00:52:08.564Z] [2020-06-11T00:52:08.564Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6acecf1b-85ea-4374-bf84-4fa5a6e664d0/history/bfb2bd90-416f-45fc-bf38-a7f8b22367af [2020-06-11T00:52:08.564Z] [2020-06-11T00:52:08.564Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-06-11T00:52:08.564Z] [2020-06-11T00:52:08.564Z] [Pipeline] } [2020-06-11T00:52:08.579Z] $ docker stop --time=1 bb8ef98c42233813ca76811930e7dbfb433937f00e17b68e862388809a572c6d [2020-06-11T00:52:11.276Z] $ docker rm -f bb8ef98c42233813ca76811930e7dbfb433937f00e17b68e862388809a572c6d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-11T00:52:12.146Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-11T00:52:12.146Z] [2020-06-11T00:52:12.146Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-06-11T00:52:12.462Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-11T00:52:12.463Z] latest: Pulling from edgex-devops/edgex-klar [2020-06-11T00:52:12.463Z] e7c96db7181b: Pulling fs layer [2020-06-11T00:52:12.463Z] 1868ca2cb446: Pulling fs layer [2020-06-11T00:52:12.463Z] 136be5d0fe8e: Pulling fs layer [2020-06-11T00:52:12.463Z] 894bfe63afcb: Pulling fs layer [2020-06-11T00:52:12.463Z] 894bfe63afcb: Waiting [2020-06-11T00:52:12.463Z] 1868ca2cb446: Download complete [2020-06-11T00:52:12.463Z] 136be5d0fe8e: Verifying Checksum [2020-06-11T00:52:12.463Z] 136be5d0fe8e: Download complete [2020-06-11T00:52:12.463Z] e7c96db7181b: Verifying Checksum [2020-06-11T00:52:12.463Z] e7c96db7181b: Download complete [2020-06-11T00:52:12.463Z] 894bfe63afcb: Verifying Checksum [2020-06-11T00:52:12.463Z] 894bfe63afcb: Download complete [2020-06-11T00:52:13.035Z] e7c96db7181b: Pull complete [2020-06-11T00:52:13.035Z] 1868ca2cb446: Pull complete [2020-06-11T00:52:13.035Z] 136be5d0fe8e: Pull complete [2020-06-11T00:52:13.296Z] 894bfe63afcb: Pull complete [2020-06-11T00:52:13.296Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-06-11T00:52:13.296Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-11T00:52:13.296Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-06-11T00:52:13.390Z] prd-centos7-docker-4c-2g-2506 does not seem to be running inside a container [2020-06-11T00:52:13.433Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-11T00:52:14.620Z] $ docker top b2f273e68e91505964d91298feb77a9c49c238116272a5c3297cbc165df15380 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-11T00:52:15.088Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:53b271558e00092d9ac86daf606e53fe8237c5d2 [2020-06-11T00:52:15.089Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-11T00:52:19.378Z] $ docker stop --time=1 b2f273e68e91505964d91298feb77a9c49c238116272a5c3297cbc165df15380 [2020-06-11T00:52:20.705Z] $ docker rm -f b2f273e68e91505964d91298feb77a9c49c238116272a5c3297cbc165df15380 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-11T00:52:21.114Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-11T00:52:21.114Z] . [Pipeline] withDockerContainer [2020-06-11T00:52:21.207Z] prd-centos7-docker-4c-2g-2506 does not seem to be running inside a container [2020-06-11T00:52:21.249Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-11T00:52:21.794Z] $ docker top 55c12f6e2af2a1444d310debe6923bcc851ec27e076547451b15cec93d96087b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-11T00:52:22.234Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:53b271558e00092d9ac86daf606e53fe8237c5d2 [2020-06-11T00:52:22.234Z] + tee [2020-06-11T00:52:22.234Z] clair timeout 1m0s [2020-06-11T00:52:22.234Z] docker timeout: 1m0s [2020-06-11T00:52:22.234Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-11T00:52:22.861Z] $ docker stop --time=1 55c12f6e2af2a1444d310debe6923bcc851ec27e076547451b15cec93d96087b [2020-06-11T00:52:24.191Z] $ docker rm -f 55c12f6e2af2a1444d310debe6923bcc851ec27e076547451b15cec93d96087b [Pipeline] // withDockerContainer [Pipeline] sh [2020-06-11T00:52:24.609Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports [Pipeline] echo [2020-06-11T00:52:24.621Z] Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports/clair_results_docker-device-mqtt-go_53b271558e00092d9ac86daf606e53fe8237c5d2.html [Pipeline] writeFile [Pipeline] step [2020-06-11T00:52:24.648Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-06-11T00:52:24.968Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-11T00:52:24.968Z] . [Pipeline] withDockerContainer [2020-06-11T00:52:25.058Z] prd-centos7-docker-4c-2g-2506 does not seem to be running inside a container [2020-06-11T00:52:25.098Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-11T00:52:25.983Z] $ docker top f90395e514b8a8c4a53b998e341492906cd6e74b90c4323b682bf148f97965f0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-11T00:52:26.464Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:53b271558e00092d9ac86daf606e53fe8237c5d2 [2020-06-11T00:52:26.464Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-11T00:52:30.775Z] $ docker stop --time=1 f90395e514b8a8c4a53b998e341492906cd6e74b90c4323b682bf148f97965f0 [2020-06-11T00:52:32.111Z] $ docker rm -f f90395e514b8a8c4a53b998e341492906cd6e74b90c4323b682bf148f97965f0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-11T00:52:32.636Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-11T00:52:32.636Z] . [Pipeline] withDockerContainer [2020-06-11T00:52:32.730Z] prd-centos7-docker-4c-2g-2506 does not seem to be running inside a container [2020-06-11T00:52:32.771Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-11T00:52:33.448Z] $ docker top dab848cdbe3a2f8c2e68456528e6770be95f1ba919b52007dee189fe3669ffcd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-11T00:52:33.891Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:53b271558e00092d9ac86daf606e53fe8237c5d2 [2020-06-11T00:52:33.891Z] + tee [2020-06-11T00:52:33.891Z] clair timeout 1m0s [2020-06-11T00:52:33.891Z] docker timeout: 1m0s [2020-06-11T00:52:33.891Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-11T00:52:34.523Z] $ docker stop --time=1 dab848cdbe3a2f8c2e68456528e6770be95f1ba919b52007dee189fe3669ffcd [2020-06-11T00:52:35.865Z] $ docker rm -f dab848cdbe3a2f8c2e68456528e6770be95f1ba919b52007dee189fe3669ffcd [Pipeline] // withDockerContainer [Pipeline] sh [2020-06-11T00:52:36.270Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports [Pipeline] echo [2020-06-11T00:52:36.283Z] Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports/clair_results_docker-device-mqtt-go-arm64_53b271558e00092d9ac86daf606e53fe8237c5d2.html [Pipeline] writeFile [Pipeline] step [2020-06-11T00:52:36.314Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-06-11T00:52:36.832Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-11T00:52:36.832Z] . [Pipeline] withDockerContainer [2020-06-11T00:52:36.925Z] prd-centos7-docker-4c-2g-2506 does not seem to be running inside a container [2020-06-11T00:52:36.966Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-11T00:52:37.555Z] $ docker top c49dfcae77cf02425b76d0364e1dab03f2383793431c9fae34827e8c9718dd0b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-11T00:52:37.737Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-11T00:52:37.737Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-11T00:52:37.944Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-11T00:52:37.949Z] $ docker exec c49dfcae77cf02425b76d0364e1dab03f2383793431c9fae34827e8c9718dd0b ssh-agent [2020-06-11T00:52:38.109Z] SSH_AUTH_SOCK=/tmp/ssh-nEsytayNPBVD/agent.12 [2020-06-11T00:52:38.109Z] SSH_AGENT_PID=17 [2020-06-11T00:52:38.115Z] Running ssh-add (command line suppressed) [2020-06-11T00:52:38.246Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_6944846718642673290.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_6944846718642673290.key) [2020-06-11T00:52:38.291Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-11T00:52:38.612Z] + git semver tag [2020-06-11T00:52:38.613Z] # -> Open(): unable to determine branch for HEAD [2020-06-11T00:52:38.613Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2020-06-11T00:52:38.613Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2020-06-11T00:52:38.613Z] # $SEMVER_REMOTE_NAME = origin [2020-06-11T00:52:38.613Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-11T00:52:38.613Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-11T00:52:38.613Z] # $SEMVER_BRANCH = master [2020-06-11T00:52:38.613Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [2020-06-11T00:52:38.613Z] # 53b271558e00092d9ac86daf606e53fe8237c5d2 HEAD [2020-06-11T00:52:38.613Z] # -> Force: false [2020-06-11T00:52:38.613Z] # 51cd0a193d687a9f6a285b067444772aba7843f3 refs/tags/v1.2.1-dev.2 [Pipeline] } [2020-06-11T00:52:38.628Z] $ docker exec --env ******** --env ******** c49dfcae77cf02425b76d0364e1dab03f2383793431c9fae34827e8c9718dd0b ssh-agent -k [2020-06-11T00:52:38.743Z] unset SSH_AUTH_SOCK; [2020-06-11T00:52:38.744Z] unset SSH_AGENT_PID; [2020-06-11T00:52:38.744Z] echo Agent pid 17 killed; [2020-06-11T00:52:38.786Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-11T00:52:39.144Z] + git semver [Pipeline] } [2020-06-11T00:52:39.160Z] $ docker stop --time=1 c49dfcae77cf02425b76d0364e1dab03f2383793431c9fae34827e8c9718dd0b [2020-06-11T00:52:40.475Z] $ docker rm -f c49dfcae77cf02425b76d0364e1dab03f2383793431c9fae34827e8c9718dd0b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-06-11T00:52:40.977Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-11T00:52:40.977Z] [2020-06-11T00:52:40.977Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-06-11T00:52:41.289Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-11T00:52:41.289Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-06-11T00:52:41.289Z] ab5ef0e58194: Pulling fs layer [2020-06-11T00:52:41.289Z] 9712f1f96733: Pulling fs layer [2020-06-11T00:52:41.289Z] 63f879dbbcfc: Pulling fs layer [2020-06-11T00:52:41.289Z] 0d9ebad4ef96: Pulling fs layer [2020-06-11T00:52:41.289Z] e9a5061849ea: Pulling fs layer [2020-06-11T00:52:41.289Z] d747dcd14b5f: Pulling fs layer [2020-06-11T00:52:41.289Z] 2de7ff778b66: Pulling fs layer [2020-06-11T00:52:41.289Z] e9a5061849ea: Waiting [2020-06-11T00:52:41.289Z] d747dcd14b5f: Waiting [2020-06-11T00:52:41.289Z] 2de7ff778b66: Waiting [2020-06-11T00:52:41.289Z] 0d9ebad4ef96: Waiting [2020-06-11T00:52:41.289Z] 9712f1f96733: Download complete [2020-06-11T00:52:41.873Z] 63f879dbbcfc: Verifying Checksum [2020-06-11T00:52:41.873Z] 63f879dbbcfc: Download complete [2020-06-11T00:52:41.873Z] e9a5061849ea: Verifying Checksum [2020-06-11T00:52:41.873Z] e9a5061849ea: Download complete [2020-06-11T00:52:42.136Z] d747dcd14b5f: Verifying Checksum [2020-06-11T00:52:42.136Z] d747dcd14b5f: Download complete [2020-06-11T00:52:42.136Z] 0d9ebad4ef96: Verifying Checksum [2020-06-11T00:52:42.136Z] 0d9ebad4ef96: Download complete [2020-06-11T00:52:42.136Z] 2de7ff778b66: Verifying Checksum [2020-06-11T00:52:42.136Z] 2de7ff778b66: Download complete [2020-06-11T00:52:42.396Z] ab5ef0e58194: Verifying Checksum [2020-06-11T00:52:42.397Z] ab5ef0e58194: Download complete [2020-06-11T00:52:46.616Z] ab5ef0e58194: Pull complete [2020-06-11T00:52:46.877Z] 9712f1f96733: Pull complete [2020-06-11T00:52:50.180Z] 63f879dbbcfc: Pull complete [2020-06-11T00:52:56.778Z] 0d9ebad4ef96: Pull complete [2020-06-11T00:52:56.778Z] e9a5061849ea: Pull complete [2020-06-11T00:52:57.039Z] d747dcd14b5f: Pull complete [2020-06-11T00:53:01.255Z] 2de7ff778b66: Pull complete [2020-06-11T00:53:01.255Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-06-11T00:53:01.255Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-11T00:53:01.255Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-06-11T00:53:01.403Z] prd-centos7-docker-4c-2g-2506 does not seem to be running inside a container [2020-06-11T00:53:01.443Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-06-11T00:53:05.393Z] $ docker top a4c011752abc864641cccde124f79e8fa99e975c8c59e8e282f2c461c1b6413c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-06-11T00:53:05.549Z] provisioning config files... [2020-06-11T00:53:05.558Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config8645776524031359970tmp [2020-06-11T00:53:05.572Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config5332138963337555865tmp [2020-06-11T00:53:05.585Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config4996161920914800673tmp [Pipeline] { [Pipeline] echo [2020-06-11T00:53:05.613Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-11T00:53:05.908Z] ---> sigul-configuration.sh [2020-06-11T00:53:05.908Z] gpg: directory `/root/.gnupg' created [2020-06-11T00:53:05.908Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-06-11T00:53:05.908Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-06-11T00:53:05.908Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-06-11T00:53:05.908Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-06-11T00:53:05.908Z] gpg: CAST5 encrypted data [2020-06-11T00:53:06.169Z] gpg: encrypted with 1 passphrase [2020-06-11T00:53:06.169Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-06-11T00:53:06.461Z] + mkdir /home/jenkins [2020-06-11T00:53:06.461Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-06-11T00:53:06.750Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-06-11T00:53:06.759Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-11T00:53:07.048Z] ---> sigul-install.sh [2020-06-11T00:53:11.257Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-06-11T00:53:11.811Z] + git tag --list [2020-06-11T00:53:11.811Z] v1.2.1-dev.2 [Pipeline] sh [2020-06-11T00:53:12.114Z] + lftools sign git-tag v1.2.1-dev.2 [2020-06-11T00:53:13.498Z] Signing Git tag with Sigul... [2020-06-11T00:53:13.498Z] Signing v1.2.1-dev.2 [Pipeline] echo [2020-06-11T00:53:14.451Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-11T00:53:14.744Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-06-11T00:53:14.753Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-06-11T00:53:14.799Z] $ docker stop --time=1 a4c011752abc864641cccde124f79e8fa99e975c8c59e8e282f2c461c1b6413c [2020-06-11T00:53:16.650Z] $ docker rm -f a4c011752abc864641cccde124f79e8fa99e975c8c59e8e282f2c461c1b6413c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-06-11T00:53:17.198Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-11T00:53:17.198Z] . [Pipeline] withDockerContainer [2020-06-11T00:53:17.356Z] prd-centos7-docker-4c-2g-2506 does not seem to be running inside a container [2020-06-11T00:53:17.473Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-11T00:53:18.038Z] $ docker top 8eebd2116d7241ae103fa4ea4b06c5a9cccdce5839376e01fa8eded7c62ff9ea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-11T00:53:18.219Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-11T00:53:18.219Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-11T00:53:18.406Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-11T00:53:18.411Z] $ docker exec 8eebd2116d7241ae103fa4ea4b06c5a9cccdce5839376e01fa8eded7c62ff9ea ssh-agent [2020-06-11T00:53:18.591Z] SSH_AUTH_SOCK=/tmp/ssh-HfD9I57wlP2E/agent.11 [2020-06-11T00:53:18.591Z] SSH_AGENT_PID=16 [2020-06-11T00:53:18.598Z] Running ssh-add (command line suppressed) [2020-06-11T00:53:18.729Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_1864168286454265195.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_1864168286454265195.key) [2020-06-11T00:53:18.779Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-11T00:53:19.081Z] + git semver bump pre [2020-06-11T00:53:19.081Z] # -> Open(): unable to determine branch for HEAD [2020-06-11T00:53:19.081Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2020-06-11T00:53:19.081Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2020-06-11T00:53:19.081Z] # $SEMVER_REMOTE_NAME = origin [2020-06-11T00:53:19.081Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-11T00:53:19.081Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-11T00:53:19.081Z] # $SEMVER_BRANCH = master [2020-06-11T00:53:19.081Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [2020-06-11T00:53:19.081Z] 1.2.1-dev.3 [Pipeline] } [2020-06-11T00:53:19.094Z] $ docker exec --env ******** --env ******** 8eebd2116d7241ae103fa4ea4b06c5a9cccdce5839376e01fa8eded7c62ff9ea ssh-agent -k [2020-06-11T00:53:19.219Z] unset SSH_AUTH_SOCK; [2020-06-11T00:53:19.220Z] unset SSH_AGENT_PID; [2020-06-11T00:53:19.220Z] echo Agent pid 16 killed; [2020-06-11T00:53:19.269Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-11T00:53:19.630Z] + git semver [Pipeline] } [2020-06-11T00:53:19.646Z] $ docker stop --time=1 8eebd2116d7241ae103fa4ea4b06c5a9cccdce5839376e01fa8eded7c62ff9ea [2020-06-11T00:53:20.978Z] $ docker rm -f 8eebd2116d7241ae103fa4ea4b06c5a9cccdce5839376e01fa8eded7c62ff9ea [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-11T00:53:21.404Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-11T00:53:21.404Z] . [Pipeline] withDockerContainer [2020-06-11T00:53:21.494Z] prd-centos7-docker-4c-2g-2506 does not seem to be running inside a container [2020-06-11T00:53:21.532Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-11T00:53:22.072Z] $ docker top 0f7b33b126c4cb7797cf3b26bdc7978fececa3e33de43f216595379f4fd4e0e3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-11T00:53:22.251Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-11T00:53:22.251Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-11T00:53:22.428Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-11T00:53:22.433Z] $ docker exec 0f7b33b126c4cb7797cf3b26bdc7978fececa3e33de43f216595379f4fd4e0e3 ssh-agent [2020-06-11T00:53:22.613Z] SSH_AUTH_SOCK=/tmp/ssh-SMlHU83mdHdY/agent.13 [2020-06-11T00:53:22.613Z] SSH_AGENT_PID=19 [2020-06-11T00:53:22.619Z] Running ssh-add (command line suppressed) [2020-06-11T00:53:22.742Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_8229792557612596996.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_8229792557612596996.key) [2020-06-11T00:53:22.791Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-11T00:53:23.093Z] + git semver push [2020-06-11T00:53:23.093Z] # -> Open(): unable to determine branch for HEAD [2020-06-11T00:53:23.093Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2020-06-11T00:53:23.093Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2020-06-11T00:53:23.093Z] # $SEMVER_REMOTE_NAME = origin [2020-06-11T00:53:23.094Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-11T00:53:23.094Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-11T00:53:23.094Z] # $SEMVER_BRANCH = master [2020-06-11T00:53:23.094Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } [2020-06-11T00:53:29.697Z] $ docker exec --env ******** --env ******** 0f7b33b126c4cb7797cf3b26bdc7978fececa3e33de43f216595379f4fd4e0e3 ssh-agent -k [2020-06-11T00:53:29.829Z] unset SSH_AUTH_SOCK; [2020-06-11T00:53:29.829Z] unset SSH_AGENT_PID; [2020-06-11T00:53:29.829Z] echo Agent pid 19 killed; [2020-06-11T00:53:29.879Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-11T00:53:30.241Z] + git semver [Pipeline] } [2020-06-11T00:53:30.258Z] $ docker stop --time=1 0f7b33b126c4cb7797cf3b26bdc7978fececa3e33de43f216595379f4fd4e0e3 [2020-06-11T00:53:31.600Z] $ docker rm -f 0f7b33b126c4cb7797cf3b26bdc7978fececa3e33de43f216595379f4fd4e0e3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-06-11T00:53:32.240Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-11T00:53:32.794Z] ---> package-listing.sh [2020-06-11T00:53:32.795Z] ++ facter osfamily [2020-06-11T00:53:32.795Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-11T00:53:32.795Z] + OS_FAMILY=redhat [2020-06-11T00:53:32.795Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_master [2020-06-11T00:53:32.795Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-11T00:53:32.795Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-11T00:53:32.795Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-11T00:53:32.795Z] + PACKAGES=/tmp/packages_start.txt [2020-06-11T00:53:32.795Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' [2020-06-11T00:53:32.795Z] + PACKAGES=/tmp/packages_end.txt [2020-06-11T00:53:32.795Z] + case "${OS_FAMILY}" in [2020-06-11T00:53:32.795Z] + rpm -qa [2020-06-11T00:53:32.795Z] + sort [2020-06-11T00:53:36.999Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-11T00:53:36.999Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-11T00:53:36.999Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-11T00:53:36.999Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' [2020-06-11T00:53:36.999Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/archives/ [2020-06-11T00:53:36.999Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-06-11T00:53:37.722Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-11T00:53:37.722Z] [2020-06-11T00:53:37.722Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-11T00:53:38.035Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-11T00:53:38.035Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-11T00:53:38.035Z] c9b1b535fdd9: Pulling fs layer [2020-06-11T00:53:38.035Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-11T00:53:38.035Z] 756a868c4378: Pulling fs layer [2020-06-11T00:53:38.035Z] 444b2fc9a129: Pulling fs layer [2020-06-11T00:53:38.035Z] ea15f1150254: Pulling fs layer [2020-06-11T00:53:38.035Z] 41b27a9f41bf: Pulling fs layer [2020-06-11T00:53:38.035Z] 28c525ee5125: Pulling fs layer [2020-06-11T00:53:38.035Z] 094b1ea09ed8: Pulling fs layer [2020-06-11T00:53:38.035Z] 138eaada9080: Pulling fs layer [2020-06-11T00:53:38.035Z] 0622d0fa9048: Pulling fs layer [2020-06-11T00:53:38.035Z] 41b27a9f41bf: Waiting [2020-06-11T00:53:38.035Z] 28c525ee5125: Waiting [2020-06-11T00:53:38.035Z] 094b1ea09ed8: Waiting [2020-06-11T00:53:38.035Z] 138eaada9080: Waiting [2020-06-11T00:53:38.035Z] 0622d0fa9048: Waiting [2020-06-11T00:53:38.035Z] 444b2fc9a129: Waiting [2020-06-11T00:53:38.035Z] ea15f1150254: Waiting [2020-06-11T00:53:38.035Z] 2cc5ad85d9ab: Verifying Checksum [2020-06-11T00:53:38.035Z] 2cc5ad85d9ab: Download complete [2020-06-11T00:53:38.035Z] 444b2fc9a129: Verifying Checksum [2020-06-11T00:53:38.035Z] 444b2fc9a129: Download complete [2020-06-11T00:53:38.035Z] c9b1b535fdd9: Verifying Checksum [2020-06-11T00:53:38.035Z] ea15f1150254: Verifying Checksum [2020-06-11T00:53:38.035Z] ea15f1150254: Download complete [2020-06-11T00:53:38.303Z] 28c525ee5125: Verifying Checksum [2020-06-11T00:53:38.304Z] 28c525ee5125: Download complete [2020-06-11T00:53:38.565Z] 756a868c4378: Verifying Checksum [2020-06-11T00:53:38.565Z] 756a868c4378: Download complete [2020-06-11T00:53:38.565Z] 138eaada9080: Verifying Checksum [2020-06-11T00:53:38.565Z] 138eaada9080: Download complete [2020-06-11T00:53:38.565Z] 0622d0fa9048: Verifying Checksum [2020-06-11T00:53:38.565Z] 0622d0fa9048: Download complete [2020-06-11T00:53:38.565Z] 094b1ea09ed8: Verifying Checksum [2020-06-11T00:53:38.565Z] 094b1ea09ed8: Download complete [2020-06-11T00:53:38.830Z] c9b1b535fdd9: Pull complete [2020-06-11T00:53:39.091Z] 41b27a9f41bf: Verifying Checksum [2020-06-11T00:53:39.091Z] 41b27a9f41bf: Download complete [2020-06-11T00:53:39.352Z] 2cc5ad85d9ab: Pull complete [2020-06-11T00:53:40.740Z] 756a868c4378: Pull complete [2020-06-11T00:53:40.740Z] 444b2fc9a129: Pull complete [2020-06-11T00:53:41.000Z] ea15f1150254: Pull complete [2020-06-11T00:53:45.223Z] 41b27a9f41bf: Pull complete [2020-06-11T00:53:45.223Z] 28c525ee5125: Pull complete [2020-06-11T00:53:47.148Z] 094b1ea09ed8: Pull complete [2020-06-11T00:53:47.148Z] 138eaada9080: Pull complete [2020-06-11T00:53:47.409Z] 0622d0fa9048: Pull complete [2020-06-11T00:53:47.409Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-11T00:53:47.409Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-11T00:53:47.409Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-11T00:53:47.511Z] prd-centos7-docker-4c-2g-2506 does not seem to be running inside a container [2020-06-11T00:53:47.559Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-06-11T00:53:51.377Z] $ docker top 8c9817b9c50b356d3308bb1677ed1aad5cea71eb6e4f2ddc0116a83ec215e23d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-11T00:53:51.580Z] provisioning config files... [2020-06-11T00:53:51.594Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config3952869083760646222tmp [Pipeline] { [Pipeline] echo [2020-06-11T00:53:51.633Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-11T00:53:51.922Z] ---> create-netrc.sh [Pipeline] echo [2020-06-11T00:53:51.931Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-11T00:53:52.222Z] ---> logs-deploy.sh [2020-06-11T00:53:52.222Z] + ARCHIVE_ARTIFACTS= [2020-06-11T00:53:52.222Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-11T00:53:52.222Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-11T00:53:52.222Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-11T00:53:52.222Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/8 [2020-06-11T00:53:52.222Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-mqtt-go/job/master/8/ [2020-06-11T00:53:52.222Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/8 /w/workspace/gexfoundry_device-mqtt-go_master [2020-06-11T00:53:53.609Z] Archives upload complete. [2020-06-11T00:53:53.609Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/8 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-mqtt-go/job/master/8/