Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f040f91db28658e22aee59e3eddee7a4993b8cd8 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 ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-2707 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 f040f91db28658e22aee59e3eddee7a4993b8cd8 (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 f040f91db28658e22aee59e3eddee7a4993b8cd8 # timeout=10 Commit message: "Merge pull request #152 from lranjbar/snap-rebuild" > git rev-list --no-walk de391997badefd51019ce0551674f6b8472580b5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-12T05:39:08.670Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-12T05:39:08.806Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-12T05:39:08.850Z] ========================================================= [2020-06-12T05:39:08.850Z] EdgeX Global Pipelines Version Info [2020-06-12T05:39:08.850Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-12T05:39:10.758Z] ------------------- [2020-06-12T05:39:10.758Z] stable info: [2020-06-12T05:39:10.758Z] ------------------- [2020-06-12T05:39:10.758Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-12T05:39:10.758Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-12T05:39:10.758Z] Message: update stable to v1.0.89 [2020-06-12T05:39:11.340Z] ------------------- [2020-06-12T05:39:11.340Z] experimental info: [2020-06-12T05:39:11.340Z] ------------------- [2020-06-12T05:39:11.340Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-12T05:39:11.340Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-12T05:39:11.340Z] 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-12T05:39:12.610Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-12T05:39:12.610Z] [2020-06-12T05:39:12.610Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:39:12.938Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-12T05:39:12.938Z] latest: Pulling from edgex-devops/git-semver [2020-06-12T05:39:12.938Z] 9123ac7c32f7: Pulling fs layer [2020-06-12T05:39:12.938Z] b8cc5d1170e3: Pulling fs layer [2020-06-12T05:39:12.938Z] 2924cbbf6a41: Pulling fs layer [2020-06-12T05:39:12.938Z] 93b08a4f1073: Pulling fs layer [2020-06-12T05:39:12.938Z] 93b08a4f1073: Waiting [2020-06-12T05:39:12.938Z] b8cc5d1170e3: Verifying Checksum [2020-06-12T05:39:12.938Z] b8cc5d1170e3: Download complete [2020-06-12T05:39:13.207Z] 9123ac7c32f7: Verifying Checksum [2020-06-12T05:39:13.207Z] 9123ac7c32f7: Download complete [2020-06-12T05:39:13.207Z] 93b08a4f1073: Verifying Checksum [2020-06-12T05:39:13.207Z] 93b08a4f1073: Download complete [2020-06-12T05:39:13.207Z] 2924cbbf6a41: Verifying Checksum [2020-06-12T05:39:13.207Z] 2924cbbf6a41: Download complete [2020-06-12T05:39:13.470Z] 9123ac7c32f7: Pull complete [2020-06-12T05:39:13.470Z] b8cc5d1170e3: Pull complete [2020-06-12T05:39:14.440Z] 2924cbbf6a41: Pull complete [2020-06-12T05:39:14.716Z] 93b08a4f1073: Pull complete [2020-06-12T05:39:14.716Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-12T05:39:14.716Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-12T05:39:14.716Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-12T05:39:14.852Z] prd-centos7-docker-4c-2g-2707 does not seem to be running inside a container [2020-06-12T05:39:14.890Z] $ 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-12T05:39:16.601Z] $ docker top 04977aee58b6c57a353df8a41e89e726c437a0c27760ba732612ec9739c4d344 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-12T05:39:16.798Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-12T05:39:16.798Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-12T05:39:17.014Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-12T05:39:17.016Z] $ docker exec 04977aee58b6c57a353df8a41e89e726c437a0c27760ba732612ec9739c4d344 ssh-agent [2020-06-12T05:39:17.191Z] SSH_AUTH_SOCK=/tmp/ssh-GtiAjoje6vtt/agent.12 [2020-06-12T05:39:17.191Z] SSH_AGENT_PID=18 [2020-06-12T05:39:17.208Z] Running ssh-add (command line suppressed) [2020-06-12T05:39:17.324Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_6258839272467846136.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_6258839272467846136.key) [2020-06-12T05:39:17.378Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-12T05:39:17.690Z] + git describe --exact-match --tags HEAD [2020-06-12T05:39:17.690Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-12T05:39:17.810Z] $ docker exec --env ******** --env ******** 04977aee58b6c57a353df8a41e89e726c437a0c27760ba732612ec9739c4d344 ssh-agent -k [2020-06-12T05:39:17.941Z] unset SSH_AUTH_SOCK; [2020-06-12T05:39:17.942Z] unset SSH_AGENT_PID; [2020-06-12T05:39:17.942Z] echo Agent pid 18 killed; [2020-06-12T05:39:18.015Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-12T05:39:18.070Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-12T05:39:18.071Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-12T05:39:18.118Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-12T05:39:18.118Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-12T05:39:18.337Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-12T05:39:18.339Z] $ docker exec 04977aee58b6c57a353df8a41e89e726c437a0c27760ba732612ec9739c4d344 ssh-agent [2020-06-12T05:39:18.500Z] SSH_AUTH_SOCK=/tmp/ssh-GYvHdrfGLmqy/agent.49 [2020-06-12T05:39:18.500Z] SSH_AGENT_PID=54 [2020-06-12T05:39:18.507Z] Running ssh-add (command line suppressed) [2020-06-12T05:39:18.629Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_3497859442086493265.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_3497859442086493265.key) [2020-06-12T05:39:18.683Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-12T05:39:18.988Z] + git semver init [2020-06-12T05:39:18.988Z] # -> Open(): unable to determine branch for HEAD [2020-06-12T05:39:18.988Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2020-06-12T05:39:18.988Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2020-06-12T05:39:18.988Z] # $SEMVER_REMOTE_NAME = origin [2020-06-12T05:39:18.988Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-12T05:39:18.988Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-12T05:39:18.988Z] # $SEMVER_BRANCH = master [2020-06-12T05:39:18.988Z] # $SEMVER_TEMP = /tmp/semver-499978693 [2020-06-12T05:39:18.988Z] # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP [2020-06-12T05:39:19.566Z] # '/tmp/semver-499978693' -> '/w/workspace/gexfoundry_device-mqtt-go_master/.semver' [2020-06-12T05:39:19.566Z] # -> Force: false [2020-06-12T05:39:19.566Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } [2020-06-12T05:39:19.577Z] $ docker exec --env ******** --env ******** 04977aee58b6c57a353df8a41e89e726c437a0c27760ba732612ec9739c4d344 ssh-agent -k [2020-06-12T05:39:19.696Z] unset SSH_AUTH_SOCK; [2020-06-12T05:39:19.696Z] unset SSH_AGENT_PID; [2020-06-12T05:39:19.696Z] echo Agent pid 54 killed; [2020-06-12T05:39:19.743Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-12T05:39:20.117Z] + git semver [Pipeline] } [2020-06-12T05:39:20.133Z] $ docker stop --time=1 04977aee58b6c57a353df8a41e89e726c437a0c27760ba732612ec9739c4d344 [2020-06-12T05:39:21.468Z] $ docker rm -f 04977aee58b6c57a353df8a41e89e726c437a0c27760ba732612ec9739c4d344 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-12T05:39:21.975Z] Stashed 24 file(s) [Pipeline] echo [2020-06-12T05:39:21.978Z] [edgeXSemver] initialized semver on version 1.2.1-dev.4 [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-12T05:39:37.180Z] Still waiting to schedule task [2020-06-12T05:39:37.181Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-06-12T05:39:37.183Z] Still waiting to schedule task [2020-06-12T05:39:37.183Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-06-12T05:41:25.518Z] Running on prd-centos7-docker-4c-2g-2710 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws [2020-06-12T05:41:25.541Z] Running in /w/workspace/device-mqtt-go/10 [Pipeline] { [Pipeline] checkout [2020-06-12T05:41:28.488Z] using credential edgex-jenkins-ssh [2020-06-12T05:41:28.513Z] Cloning the remote Git repository [2020-06-12T05:41:28.513Z] Cloning with configured refspecs honoured and without tags [2020-06-12T05:41:28.543Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-12T05:41:28.609Z] > git init /w/workspace/device-mqtt-go/10 # timeout=10 [2020-06-12T05:41:29.030Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-12T05:41:29.031Z] > git --version # timeout=10 [2020-06-12T05:41:29.043Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-12T05:41:29.080Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-12T05:41:29.557Z] Fetching without tags [2020-06-12T05:41:29.933Z] Checking out Revision f040f91db28658e22aee59e3eddee7a4993b8cd8 (master) [2020-06-12T05:41:29.522Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-06-12T05:41:29.528Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-12T05:41:29.551Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-06-12T05:41:29.562Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-12T05:41:29.562Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-12T05:41:29.566Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-12T05:41:29.943Z] > git config core.sparsecheckout # timeout=10 [2020-06-12T05:41:29.948Z] > git checkout -f f040f91db28658e22aee59e3eddee7a4993b8cd8 # timeout=10 [2020-06-12T05:41:33.694Z] Commit message: "Merge pull request #152 from lranjbar/snap-rebuild" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-12T05:41:34.334Z] ========================================================= [2020-06-12T05:41:34.334Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-06-12T05:41:34.334Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:41:35.047Z] + 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-12T05:41:35.333Z] Sending build context to Docker daemon 597kB [2020-06-12T05:41:35.333Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-12T05:41:35.333Z] Step 2/8 : FROM ${BASE} [2020-06-12T05:41:35.333Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-06-12T05:41:35.333Z] e6b0cf9c0882: Pulling fs layer [2020-06-12T05:41:35.333Z] 2848faf0eed1: Pulling fs layer [2020-06-12T05:41:35.333Z] 0f37312ad70f: Pulling fs layer [2020-06-12T05:41:35.333Z] 5788d62ee057: Pulling fs layer [2020-06-12T05:41:35.333Z] 0e6b1d234666: Pulling fs layer [2020-06-12T05:41:35.333Z] bf5d7aec512f: Pulling fs layer [2020-06-12T05:41:35.333Z] 34c802a77dc8: Pulling fs layer [2020-06-12T05:41:35.333Z] 9eb99e56ec68: Pulling fs layer [2020-06-12T05:41:35.333Z] 27c7a5d97fbd: Pulling fs layer [2020-06-12T05:41:35.333Z] 5c102a31e300: Pulling fs layer [2020-06-12T05:41:35.333Z] dcfb455df0a1: Pulling fs layer [2020-06-12T05:41:35.333Z] 34c802a77dc8: Waiting [2020-06-12T05:41:35.333Z] 9eb99e56ec68: Waiting [2020-06-12T05:41:35.333Z] 27c7a5d97fbd: Waiting [2020-06-12T05:41:35.333Z] 5c102a31e300: Waiting [2020-06-12T05:41:35.333Z] dcfb455df0a1: Waiting [2020-06-12T05:41:35.333Z] 5788d62ee057: Waiting [2020-06-12T05:41:35.333Z] 0e6b1d234666: Waiting [2020-06-12T05:41:35.333Z] bf5d7aec512f: Waiting [2020-06-12T05:41:35.333Z] 0f37312ad70f: Verifying Checksum [2020-06-12T05:41:35.333Z] 0f37312ad70f: Download complete [2020-06-12T05:41:35.333Z] 2848faf0eed1: Download complete [2020-06-12T05:41:35.333Z] 0e6b1d234666: Download complete [2020-06-12T05:41:35.333Z] bf5d7aec512f: Verifying Checksum [2020-06-12T05:41:35.333Z] bf5d7aec512f: Download complete [2020-06-12T05:41:35.333Z] e6b0cf9c0882: Verifying Checksum [2020-06-12T05:41:35.333Z] e6b0cf9c0882: Download complete [2020-06-12T05:41:35.914Z] e6b0cf9c0882: Pull complete [2020-06-12T05:41:35.914Z] 2848faf0eed1: Pull complete [2020-06-12T05:41:36.543Z] 34c802a77dc8: Verifying Checksum [2020-06-12T05:41:36.543Z] 34c802a77dc8: Download complete [2020-06-12T05:41:36.543Z] 27c7a5d97fbd: Verifying Checksum [2020-06-12T05:41:36.543Z] 27c7a5d97fbd: Download complete [2020-06-12T05:41:36.807Z] 5c102a31e300: Verifying Checksum [2020-06-12T05:41:36.807Z] 5c102a31e300: Download complete [2020-06-12T05:41:36.807Z] 5788d62ee057: Verifying Checksum [2020-06-12T05:41:36.807Z] 5788d62ee057: Download complete [2020-06-12T05:41:37.068Z] 9eb99e56ec68: Verifying Checksum [2020-06-12T05:41:37.068Z] 9eb99e56ec68: Download complete [2020-06-12T05:41:37.068Z] dcfb455df0a1: Verifying Checksum [2020-06-12T05:41:37.068Z] dcfb455df0a1: Download complete [2020-06-12T05:41:38.022Z] 0f37312ad70f: Pull complete [2020-06-12T05:41:44.666Z] 5788d62ee057: Pull complete [2020-06-12T05:41:44.666Z] 0e6b1d234666: Pull complete [2020-06-12T05:41:44.666Z] bf5d7aec512f: Pull complete [2020-06-12T05:41:49.986Z] 34c802a77dc8: Pull complete [2020-06-12T05:41:53.306Z] 9eb99e56ec68: Pull complete [2020-06-12T05:41:53.306Z] 27c7a5d97fbd: Pull complete [2020-06-12T05:41:54.257Z] 5c102a31e300: Pull complete [2020-06-12T05:41:54.519Z] dcfb455df0a1: Pull complete [2020-06-12T05:41:54.519Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-06-12T05:41:54.519Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-06-12T05:41:54.519Z] ---> 7c70fe431013 [2020-06-12T05:41:54.519Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-06-12T05:41:56.438Z] ---> Running in 577e2d8e7804 [2020-06-12T05:41:56.438Z] Removing intermediate container 577e2d8e7804 [2020-06-12T05:41:56.438Z] ---> 7d8f456a468e [2020-06-12T05:41:56.438Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-12T05:41:56.438Z] ---> Running in 069bb39ec7da [2020-06-12T05:41:57.384Z] Removing intermediate container 069bb39ec7da [2020-06-12T05:41:57.384Z] ---> b222839b4417 [2020-06-12T05:41:57.384Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-06-12T05:41:57.646Z] ---> Running in c925bdf6fe4b [2020-06-12T05:41:58.218Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-12T05:41:59.159Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-12T05:41:59.425Z] (1/17) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) [2020-06-12T05:41:59.685Z] (2/17) Installing libmagic (5.37-r1) [2020-06-12T05:41:59.685Z] (3/17) Installing file (5.37-r1) [2020-06-12T05:41:59.947Z] (4/17) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) [2020-06-12T05:41:59.947Z] (5/17) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) [2020-06-12T05:42:00.210Z] (6/17) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-12T05:42:15.139Z] (7/17) Installing libc-dev (0.7.2-r0) [2020-06-12T05:42:15.139Z] (8/17) Installing g++ (9.2.0-r4) [2020-06-12T05:42:17.059Z] (9/17) Installing fortify-headers (1.1-r0) [2020-06-12T05:42:17.059Z] (10/17) Installing build-base (0.5-r1) [2020-06-12T05:42:17.059Z] (11/17) Installing openssh-keygen (8.1_p1-r0) [2020-06-12T05:42:17.059Z] (12/17) Installing libedit (20191211.3.1-r0) [2020-06-12T05:42:17.059Z] (13/17) Installing openssh-client (8.1_p1-r0) [2020-06-12T05:42:17.319Z] (14/17) Installing openssh-sftp-server (8.1_p1-r0) [2020-06-12T05:42:17.581Z] (15/17) Installing openssh-server-common (8.1_p1-r0) [2020-06-12T05:42:17.581Z] (16/17) Installing openssh-server (8.1_p1-r0) [2020-06-12T05:42:17.581Z] (17/17) Installing openssh (8.1_p1-r0) [2020-06-12T05:42:17.846Z] Executing busybox-1.31.1-r8.trigger [2020-06-12T05:42:17.846Z] OK: 214 MiB in 52 packages [2020-06-12T05:42:21.172Z] Removing intermediate container c925bdf6fe4b [2020-06-12T05:42:21.172Z] ---> 6f25d5a6642e [2020-06-12T05:42:21.172Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-06-12T05:42:21.172Z] ---> Running in 9ceb9c5f865f [2020-06-12T05:42:21.438Z] Removing intermediate container 9ceb9c5f865f [2020-06-12T05:42:21.438Z] ---> bc4a65fce7db [2020-06-12T05:42:21.438Z] Step 7/8 : COPY . . [2020-06-12T05:42:22.021Z] ---> 092c8f2be9eb [2020-06-12T05:42:22.021Z] Step 8/8 : RUN go mod download [2020-06-12T05:42:22.284Z] ---> Running in ab0d88acb088 [2020-06-12T05:42:24.224Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-12T05:42:24.224Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-12T05:42:24.224Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-12T05:42:24.224Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-12T05:42:24.224Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-12T05:42:24.224Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-12T05:42:24.224Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-12T05:42:24.224Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-12T05:42:24.224Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-12T05:42:24.224Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-12T05:42:24.224Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-12T05:42:24.224Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-12T05:42:24.224Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-12T05:42:24.224Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-12T05:42:24.224Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-12T05:42:24.224Z] go: finding github.com/fatih/color v1.7.0 [2020-06-12T05:42:24.224Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-12T05:42:24.224Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-12T05:42:24.224Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-12T05:42:24.224Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-12T05:42:24.224Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-12T05:42:24.224Z] go: finding github.com/google/uuid v1.1.1 [2020-06-12T05:42:24.224Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-12T05:42:24.224Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-12T05:42:24.224Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-12T05:42:24.224Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-12T05:42:24.224Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-12T05:42:24.224Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-12T05:42:24.224Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-12T05:42:24.224Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-12T05:42:24.224Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-12T05:42:24.224Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-12T05:42:24.224Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-12T05:42:24.224Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-12T05:42:24.224Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-12T05:42:24.224Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-12T05:42:24.224Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-12T05:42:24.224Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-12T05:42:24.224Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-12T05:42:24.224Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-12T05:42:24.224Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-12T05:42:24.224Z] go: finding github.com/kr/pretty v0.1.0 [2020-06-12T05:42:24.224Z] go: finding github.com/kr/pty v1.1.1 [2020-06-12T05:42:24.224Z] go: finding github.com/kr/text v0.1.0 [2020-06-12T05:42:24.224Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-12T05:42:24.224Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-12T05:42:24.224Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-12T05:42:24.224Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-12T05:42:24.224Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-12T05:42:24.224Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-12T05:42:24.224Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-12T05:42:24.224Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-12T05:42:24.224Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-12T05:42:24.224Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-12T05:42:24.224Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-12T05:42:24.486Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-12T05:42:24.486Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-12T05:42:24.486Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-12T05:42:24.486Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-12T05:42:24.486Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-12T05:42:24.486Z] go: finding github.com/posener/complete v1.1.1 [2020-06-12T05:42:24.486Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-12T05:42:24.486Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-12T05:42:24.486Z] go: finding github.com/spf13/cast v1.3.0 [2020-06-12T05:42:24.486Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-12T05:42:24.486Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-12T05:42:24.486Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-12T05:42:24.486Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-12T05:42:24.486Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-12T05:42:24.486Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-12T05:42:24.486Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-12T05:42:24.486Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-12T05:42:24.486Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-06-12T05:42:24.486Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-12T05:42:24.486Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-12T05:42:34.608Z] Removing intermediate container ab0d88acb088 [2020-06-12T05:42:34.608Z] ---> 53e63551d06a [2020-06-12T05:42:34.608Z] Successfully built 53e63551d06a [2020-06-12T05:42:34.608Z] 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-12T05:42:35.177Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-12T05:42:35.177Z] . [Pipeline] withDockerContainer [2020-06-12T05:42:35.329Z] prd-centos7-docker-4c-2g-2710 does not seem to be running inside a container [2020-06-12T05:42:35.382Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/10 -v /w/workspace/device-mqtt-go/10:/w/workspace/device-mqtt-go/10:rw,z -v /w/workspace/device-mqtt-go/10@tmp:/w/workspace/device-mqtt-go/10@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-x86_64 cat [2020-06-12T05:42:36.732Z] $ docker top 628057cb1bc979229dbd96df65a7dbd9fcced259d44ecf2fa7d0fcefef035213 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-12T05:42:37.191Z] + go version [2020-06-12T05:42:37.191Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-06-12T05:42:37.498Z] + make test [2020-06-12T05:42:37.498Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-06-12T05:42:38.929Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-06-12T05:42:43.221Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2711 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws [2020-06-12T05:42:43.251Z] Running in /w/workspace/device-mqtt-go/10 [Pipeline] { [Pipeline] checkout [2020-06-12T05:42:48.609Z] using credential edgex-jenkins-ssh [2020-06-12T05:42:48.644Z] Cloning the remote Git repository [2020-06-12T05:42:48.644Z] Cloning with configured refspecs honoured and without tags [2020-06-12T05:42:48.686Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-12T05:42:48.800Z] > git init /w/workspace/device-mqtt-go/10 # timeout=10 [2020-06-12T05:42:48.861Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-12T05:42:48.862Z] > git --version # timeout=10 [2020-06-12T05:42:48.888Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-12T05:42:48.965Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-12T05:42:49.698Z] Fetching without tags [2020-06-12T05:42:50.194Z] Checking out Revision f040f91db28658e22aee59e3eddee7a4993b8cd8 (master) [2020-06-12T05:42:49.591Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-06-12T05:42:49.616Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-12T05:42:49.641Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-06-12T05:42:49.693Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-12T05:42:49.694Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-12T05:42:49.708Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-12T05:42:50.192Z] > git config core.sparsecheckout # timeout=10 [2020-06-12T05:42:50.225Z] > git checkout -f f040f91db28658e22aee59e3eddee7a4993b8cd8 # timeout=10 [2020-06-12T05:42:51.373Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-06-12T05:42:51.373Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.007s coverage: 28.3% of statements [2020-06-12T05:42:51.373Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-06-12T05:42:51.373Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-12T05:42:53.315Z] gofmt -l . [2020-06-12T05:42:53.315Z] ["`gofmt -l .`" = ""] [2020-06-12T05:42:53.315Z] ./bin/test-attribution-txt.sh [2020-06-12T05:42:53.580Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-06-12T05:42:54.404Z] Stashed 1 file(s) [Pipeline] } [2020-06-12T05:42:54.413Z] $ docker stop --time=1 628057cb1bc979229dbd96df65a7dbd9fcced259d44ecf2fa7d0fcefef035213 [2020-06-12T05:42:54.891Z] Commit message: "Merge pull request #152 from lranjbar/snap-rebuild" [2020-06-12T05:42:56.502Z] $ docker rm -f 628057cb1bc979229dbd96df65a7dbd9fcced259d44ecf2fa7d0fcefef035213 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-06-12T05:42:57.438Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [Pipeline] echo [2020-06-12T05:42:57.654Z] ========================================================= [2020-06-12T05:42:57.654Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-12T05:42:57.654Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:42:57.736Z] + ls -al . [2020-06-12T05:42:57.736Z] total 100 [2020-06-12T05:42:57.736Z] drwxrwxr-x. 9 jenkins jenkins 4096 Jun 12 05:42 . [2020-06-12T05:42:57.736Z] drwxrwxr-x. 4 jenkins jenkins 30 Jun 12 05:41 .. [2020-06-12T05:42:57.736Z] -rw-rw-r--. 1 jenkins jenkins 4678 Jun 12 05:41 Attribution.txt [2020-06-12T05:42:57.736Z] drwxrwxr-x. 2 jenkins jenkins 87 Jun 12 05:41 bin [2020-06-12T05:42:57.736Z] drwxrwxr-x. 3 jenkins jenkins 32 Jun 12 05:41 cmd [2020-06-12T05:42:57.736Z] -rw-r--r--. 1 jenkins jenkins 18939 Jun 12 05:42 coverage.out [2020-06-12T05:42:57.736Z] -rw-rw-r--. 1 jenkins jenkins 1776 Jun 12 05:41 Dockerfile [2020-06-12T05:42:57.736Z] -rw-rw-r--. 1 jenkins jenkins 953 Jun 12 05:41 Dockerfile.build [2020-06-12T05:42:57.736Z] -rw-rw-r--. 1 jenkins jenkins 140 Jun 12 05:41 .dockerignore [2020-06-12T05:42:57.736Z] drwxrwxr-x. 8 jenkins jenkins 162 Jun 12 05:41 .git [2020-06-12T05:42:57.736Z] -rw-rw-r--. 1 jenkins jenkins 328 Jun 12 05:41 .gitignore [2020-06-12T05:42:57.736Z] -rw-r--r--. 1 jenkins jenkins 510 Jun 12 05:42 go.mod [2020-06-12T05:42:57.736Z] -rw-r--r--. 1 jenkins jenkins 13621 Jun 12 05:42 go.sum [2020-06-12T05:42:57.736Z] drwxrwxr-x. 3 jenkins jenkins 20 Jun 12 05:41 internal [2020-06-12T05:42:57.736Z] -rw-rw-r--. 1 jenkins jenkins 700 Jun 12 05:41 Jenkinsfile [2020-06-12T05:42:57.736Z] -rw-rw-r--. 1 jenkins jenkins 11340 Jun 12 05:41 LICENSE [2020-06-12T05:42:57.736Z] -rw-rw-r--. 1 jenkins jenkins 902 Jun 12 05:41 Makefile [2020-06-12T05:42:57.736Z] drwxrwxr-x. 2 jenkins jenkins 23 Jun 12 05:41 mock [2020-06-12T05:42:57.736Z] -rw-rw-r--. 1 jenkins jenkins 444 Jun 12 05:41 README.md [2020-06-12T05:42:57.736Z] drwxrwxr-x. 3 jenkins jenkins 44 Jun 12 05:41 .semver [2020-06-12T05:42:57.736Z] drwxrwxr-x. 4 jenkins jenkins 54 Jun 12 05:41 snap [2020-06-12T05:42:57.736Z] -rw-rw-r--. 1 jenkins jenkins 11 Jun 12 05:39 VERSION [2020-06-12T05:42:57.736Z] -rw-rw-r--. 1 jenkins jenkins 227 Jun 12 05:41 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:42:58.799Z] + 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-12T05:42:58.804Z] + 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=f040f91db28658e22aee59e3eddee7a4993b8cd8 --label arch=amd64 --label version=1.2.1-dev.4 . [2020-06-12T05:42:58.804Z] Sending build context to Docker daemon 616.4kB [2020-06-12T05:42:58.804Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-06-12T05:42:58.804Z] Step 2/21 : FROM ${BASE} AS builder [2020-06-12T05:42:58.804Z] ---> 53e63551d06a [2020-06-12T05:42:58.804Z] Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-06-12T05:42:59.070Z] ---> Running in 6428d1512476 [2020-06-12T05:42:59.331Z] Removing intermediate container 6428d1512476 [2020-06-12T05:42:59.331Z] ---> e87ac30174c6 [2020-06-12T05:42:59.331Z] Step 4/21 : ARG ALPINE_PKG_EXTRA="" [2020-06-12T05:42:59.331Z] ---> Running in 019b0cfacb3e [2020-06-12T05:42:59.331Z] Removing intermediate container 019b0cfacb3e [2020-06-12T05:42:59.331Z] ---> c28e0e4f0a54 [2020-06-12T05:42:59.331Z] Step 5/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-12T05:42:59.595Z] ---> Running in e5f224d16c91 [2020-06-12T05:42:59.797Z] Sending build context to Docker daemon 597kB [2020-06-12T05:42:59.798Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-12T05:42:59.798Z] Step 2/8 : FROM ${BASE} [2020-06-12T05:43:00.408Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-06-12T05:43:00.408Z] cde5963f3b93: Pulling fs layer [2020-06-12T05:43:00.408Z] 2a23fa8c16f7: Pulling fs layer [2020-06-12T05:43:00.408Z] 777b28850792: Pulling fs layer [2020-06-12T05:43:00.408Z] 8a11ddd9e578: Pulling fs layer [2020-06-12T05:43:00.408Z] 4cf88f913ddb: Pulling fs layer [2020-06-12T05:43:00.408Z] 1df406cf5192: Pulling fs layer [2020-06-12T05:43:00.408Z] cd6300453558: Pulling fs layer [2020-06-12T05:43:00.408Z] b9c365052c96: Pulling fs layer [2020-06-12T05:43:00.408Z] a2d8cc88f415: Pulling fs layer [2020-06-12T05:43:00.408Z] ea1d1ca13537: Pulling fs layer [2020-06-12T05:43:00.408Z] 3750a50a1c5e: Pulling fs layer [2020-06-12T05:43:00.408Z] 8a11ddd9e578: Waiting [2020-06-12T05:43:00.408Z] 4cf88f913ddb: Waiting [2020-06-12T05:43:00.408Z] 1df406cf5192: Waiting [2020-06-12T05:43:00.408Z] cd6300453558: Waiting [2020-06-12T05:43:00.408Z] b9c365052c96: Waiting [2020-06-12T05:43:00.408Z] a2d8cc88f415: Waiting [2020-06-12T05:43:00.408Z] ea1d1ca13537: Waiting [2020-06-12T05:43:00.408Z] 3750a50a1c5e: Waiting [2020-06-12T05:43:00.408Z] 777b28850792: Verifying Checksum [2020-06-12T05:43:00.408Z] 777b28850792: Download complete [2020-06-12T05:43:00.408Z] 2a23fa8c16f7: Download complete [2020-06-12T05:43:00.408Z] 4cf88f913ddb: Verifying Checksum [2020-06-12T05:43:00.408Z] 4cf88f913ddb: Download complete [2020-06-12T05:43:00.408Z] 1df406cf5192: Download complete [2020-06-12T05:43:00.408Z] cde5963f3b93: Verifying Checksum [2020-06-12T05:43:00.408Z] cde5963f3b93: Download complete [2020-06-12T05:43:00.541Z] Removing intermediate container e5f224d16c91 [2020-06-12T05:43:00.541Z] ---> c96843de557b [2020-06-12T05:43:00.541Z] Step 6/21 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-12T05:43:00.541Z] ---> Running in 984dd640c4bf [2020-06-12T05:43:01.013Z] cde5963f3b93: Pull complete [2020-06-12T05:43:01.126Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-12T05:43:01.629Z] 2a23fa8c16f7: Pull complete [2020-06-12T05:43:01.705Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-12T05:43:01.909Z] 777b28850792: Pull complete [2020-06-12T05:43:02.281Z] OK: 214 MiB in 52 packages [2020-06-12T05:43:02.860Z] Removing intermediate container 984dd640c4bf [2020-06-12T05:43:02.860Z] ---> 6956bfa30739 [2020-06-12T05:43:02.860Z] Step 7/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-06-12T05:43:02.860Z] ---> Running in 7bb2f54035ca [2020-06-12T05:43:02.860Z] Removing intermediate container 7bb2f54035ca [2020-06-12T05:43:02.860Z] ---> 3d04520cccf8 [2020-06-12T05:43:02.860Z] Step 8/21 : COPY . . [2020-06-12T05:43:02.909Z] cd6300453558: Verifying Checksum [2020-06-12T05:43:02.909Z] cd6300453558: Download complete [2020-06-12T05:43:02.909Z] a2d8cc88f415: Verifying Checksum [2020-06-12T05:43:02.909Z] a2d8cc88f415: Download complete [2020-06-12T05:43:03.438Z] ---> 810c18a29aca [2020-06-12T05:43:03.438Z] Step 9/21 : ARG MAKE='make build' [2020-06-12T05:43:03.438Z] ---> Running in d74b19c8366b [2020-06-12T05:43:03.700Z] Removing intermediate container d74b19c8366b [2020-06-12T05:43:03.700Z] ---> 71d7062ac31b [2020-06-12T05:43:03.700Z] Step 10/21 : RUN $MAKE [2020-06-12T05:43:03.700Z] ---> Running in d1a71e5227f9 [2020-06-12T05:43:04.287Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.1-dev.4" -o cmd/device-mqtt ./cmd [2020-06-12T05:43:04.384Z] ea1d1ca13537: Verifying Checksum [2020-06-12T05:43:04.384Z] ea1d1ca13537: Download complete [2020-06-12T05:43:04.673Z] 3750a50a1c5e: Verifying Checksum [2020-06-12T05:43:04.673Z] 3750a50a1c5e: Download complete [2020-06-12T05:43:05.663Z] b9c365052c96: Verifying Checksum [2020-06-12T05:43:05.663Z] b9c365052c96: Download complete [2020-06-12T05:43:06.262Z] 8a11ddd9e578: Verifying Checksum [2020-06-12T05:43:06.262Z] 8a11ddd9e578: Download complete [2020-06-12T05:43:16.648Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-12T05:43:18.785Z] 8a11ddd9e578: Pull complete [2020-06-12T05:43:18.785Z] 4cf88f913ddb: Pull complete [2020-06-12T05:43:18.785Z] 1df406cf5192: Pull complete [2020-06-12T05:43:20.899Z] Removing intermediate container d1a71e5227f9 [2020-06-12T05:43:20.899Z] ---> 51d1ca8d258b [2020-06-12T05:43:20.899Z] Step 11/21 : FROM alpine [2020-06-12T05:43:20.899Z] latest: Pulling from library/alpine [2020-06-12T05:43:21.161Z] df20fa9351a1: Pulling fs layer [2020-06-12T05:43:21.161Z] df20fa9351a1: Verifying Checksum [2020-06-12T05:43:21.161Z] df20fa9351a1: Download complete [2020-06-12T05:43:21.423Z] df20fa9351a1: Pull complete [2020-06-12T05:43:21.423Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-12T05:43:21.423Z] Status: Downloaded newer image for alpine:latest [2020-06-12T05:43:21.423Z] ---> a24bb4013296 [2020-06-12T05:43:21.423Z] Step 12/21 : ENV APP_PORT=49982 [2020-06-12T05:43:21.684Z] ---> Running in 36adb2865f24 [2020-06-12T05:43:21.684Z] Removing intermediate container 36adb2865f24 [2020-06-12T05:43:21.684Z] ---> 120e12d4fa8a [2020-06-12T05:43:21.684Z] Step 13/21 : EXPOSE $APP_PORT [2020-06-12T05:43:21.947Z] ---> Running in 231ab22f30e7 [2020-06-12T05:43:21.947Z] Removing intermediate container 231ab22f30e7 [2020-06-12T05:43:21.947Z] ---> 870c55702489 [2020-06-12T05:43:21.947Z] Step 14/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-06-12T05:43:22.521Z] ---> dd2dfaf60159 [2020-06-12T05:43:22.521Z] Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-06-12T05:43:22.782Z] ---> a0a782e489a2 [2020-06-12T05:43:22.782Z] Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-06-12T05:43:23.053Z] ---> a6f2370b0655 [2020-06-12T05:43:23.053Z] Step 17/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-06-12T05:43:23.053Z] ---> Running in 76461590457a [2020-06-12T05:43:23.123Z] cd6300453558: Pull complete [2020-06-12T05:43:23.314Z] Removing intermediate container 76461590457a [2020-06-12T05:43:23.314Z] ---> bd3c37247b32 [2020-06-12T05:43:23.314Z] Step 18/21 : ENTRYPOINT ["/device-mqtt","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-06-12T05:43:23.314Z] ---> Running in 1a2cde1f43d7 [2020-06-12T05:43:23.574Z] Removing intermediate container 1a2cde1f43d7 [2020-06-12T05:43:23.574Z] ---> 759087d1c87f [2020-06-12T05:43:23.574Z] Step 19/21 : LABEL arch=amd64 [2020-06-12T05:43:23.574Z] ---> Running in 3aa065201348 [2020-06-12T05:43:23.574Z] Removing intermediate container 3aa065201348 [2020-06-12T05:43:23.574Z] ---> c80b7bdd6105 [2020-06-12T05:43:23.574Z] Step 20/21 : LABEL git_sha=f040f91db28658e22aee59e3eddee7a4993b8cd8 [2020-06-12T05:43:23.839Z] ---> Running in a7a163f22f36 [2020-06-12T05:43:23.839Z] Removing intermediate container a7a163f22f36 [2020-06-12T05:43:23.839Z] ---> b34d5028b328 [2020-06-12T05:43:23.839Z] Step 21/21 : LABEL version=1.2.1-dev.4 [2020-06-12T05:43:23.839Z] ---> Running in 9400fc4b1afe [2020-06-12T05:43:24.102Z] Removing intermediate container 9400fc4b1afe [2020-06-12T05:43:24.102Z] ---> f2ea5f635b55 [2020-06-12T05:43:24.102Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-12T05:43:24.102Z] Successfully built f2ea5f635b55 [2020-06-12T05:43:24.102Z] 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-12T05:43:24.337Z] provisioning config files... [2020-06-12T05:43:24.368Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/10@tmp/config966899148252773453tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-06-12T05:43:24.703Z] nexus3.edgexfoundry.org:10001 [2020-06-12T05:43:24.703Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-12T05:43:24.966Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-12T05:43:24.966Z] Configure a credential helper to remove this warning. See [2020-06-12T05:43:24.966Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-12T05:43:24.966Z] [2020-06-12T05:43:24.966Z] Login Succeeded [2020-06-12T05:43:24.966Z] nexus3.edgexfoundry.org:10002 [2020-06-12T05:43:24.966Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-12T05:43:24.966Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-12T05:43:24.966Z] Configure a credential helper to remove this warning. See [2020-06-12T05:43:24.966Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-12T05:43:24.966Z] [2020-06-12T05:43:24.966Z] Login Succeeded [2020-06-12T05:43:24.966Z] nexus3.edgexfoundry.org:10003 [2020-06-12T05:43:25.227Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-12T05:43:25.227Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-12T05:43:25.227Z] Configure a credential helper to remove this warning. See [2020-06-12T05:43:25.227Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-12T05:43:25.227Z] [2020-06-12T05:43:25.227Z] Login Succeeded [2020-06-12T05:43:25.227Z] nexus3.edgexfoundry.org:10004 [2020-06-12T05:43:25.488Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-12T05:43:25.488Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-12T05:43:25.488Z] Configure a credential helper to remove this warning. See [2020-06-12T05:43:25.488Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-12T05:43:25.488Z] [2020-06-12T05:43:25.488Z] Login Succeeded [2020-06-12T05:43:25.488Z] docker.io [2020-06-12T05:43:25.488Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-12T05:43:25.750Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-12T05:43:25.750Z] Configure a credential helper to remove this warning. See [2020-06-12T05:43:25.750Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-12T05:43:25.750Z] [2020-06-12T05:43:25.750Z] Login Succeeded [Pipeline] } [2020-06-12T05:43:25.761Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-12T05:43:25.872Z] [edgeXDocker.push] Tagging docker image docker-device-mqtt-go with the following tags: [2020-06-12T05:43:25.873Z] f040f91db28658e22aee59e3eddee7a4993b8cd8 [2020-06-12T05:43:25.873Z] latest [2020-06-12T05:43:25.873Z] 1.2.1-dev.4 [2020-06-12T05:43:25.873Z] f040f91db28658e22aee59e3eddee7a4993b8cd8-1.2.1-dev.4 [2020-06-12T05:43:25.873Z] master [2020-06-12T05:43:25.873Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:43:26.286Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:f040f91db28658e22aee59e3eddee7a4993b8cd8 [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:43:26.591Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:f040f91db28658e22aee59e3eddee7a4993b8cd8 [2020-06-12T05:43:26.591Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-06-12T05:43:26.591Z] 82d60f5ac3de: Preparing [2020-06-12T05:43:26.591Z] 37dbf20f297a: Preparing [2020-06-12T05:43:26.591Z] 387442a56107: Preparing [2020-06-12T05:43:26.591Z] 50644c29ef5a: Preparing [2020-06-12T05:43:26.591Z] 50644c29ef5a: Layer already exists [2020-06-12T05:43:26.591Z] 82d60f5ac3de: Pushed [2020-06-12T05:43:26.591Z] 37dbf20f297a: Pushed [2020-06-12T05:43:27.457Z] b9c365052c96: Pull complete [2020-06-12T05:43:27.457Z] a2d8cc88f415: Pull complete [2020-06-12T05:43:27.985Z] 387442a56107: Pushed [2020-06-12T05:43:28.249Z] f040f91db28658e22aee59e3eddee7a4993b8cd8: digest: sha256:4dbbad2b2916fe5113b4ab9fb5014181bd72331f1c0b9ce1e1a3a4779c49e4eb size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:43:28.581Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:43:28.902Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [2020-06-12T05:43:28.902Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-06-12T05:43:28.902Z] 82d60f5ac3de: Preparing [2020-06-12T05:43:28.902Z] 37dbf20f297a: Preparing [2020-06-12T05:43:28.902Z] 387442a56107: Preparing [2020-06-12T05:43:28.902Z] 50644c29ef5a: Preparing [2020-06-12T05:43:28.902Z] 387442a56107: Layer already exists [2020-06-12T05:43:28.902Z] 37dbf20f297a: Layer already exists [2020-06-12T05:43:28.902Z] 50644c29ef5a: Layer already exists [2020-06-12T05:43:28.902Z] 82d60f5ac3de: Layer already exists [2020-06-12T05:43:28.902Z] latest: digest: sha256:4dbbad2b2916fe5113b4ab9fb5014181bd72331f1c0b9ce1e1a3a4779c49e4eb size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:43:29.205Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:43:29.425Z] ea1d1ca13537: Pull complete [2020-06-12T05:43:29.504Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.2.1-dev.4 [2020-06-12T05:43:29.504Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-06-12T05:43:29.504Z] 82d60f5ac3de: Preparing [2020-06-12T05:43:29.504Z] 37dbf20f297a: Preparing [2020-06-12T05:43:29.504Z] 387442a56107: Preparing [2020-06-12T05:43:29.504Z] 50644c29ef5a: Preparing [2020-06-12T05:43:29.504Z] 37dbf20f297a: Layer already exists [2020-06-12T05:43:29.504Z] 82d60f5ac3de: Layer already exists [2020-06-12T05:43:29.504Z] 387442a56107: Layer already exists [2020-06-12T05:43:29.504Z] 50644c29ef5a: Layer already exists [2020-06-12T05:43:29.504Z] 1.2.1-dev.4: digest: sha256:4dbbad2b2916fe5113b4ab9fb5014181bd72331f1c0b9ce1e1a3a4779c49e4eb size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:43:29.698Z] 3750a50a1c5e: Pull complete [2020-06-12T05:43:29.698Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-06-12T05:43:29.698Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-12T05:43:29.698Z] ---> 78745c68409d [2020-06-12T05:43:29.698Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-06-12T05:43:29.814Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:f040f91db28658e22aee59e3eddee7a4993b8cd8-1.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:43:30.115Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:f040f91db28658e22aee59e3eddee7a4993b8cd8-1.2.1-dev.4 [2020-06-12T05:43:30.115Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-06-12T05:43:30.115Z] 82d60f5ac3de: Preparing [2020-06-12T05:43:30.115Z] 37dbf20f297a: Preparing [2020-06-12T05:43:30.115Z] 387442a56107: Preparing [2020-06-12T05:43:30.115Z] 50644c29ef5a: Preparing [2020-06-12T05:43:30.115Z] 82d60f5ac3de: Layer already exists [2020-06-12T05:43:30.115Z] 50644c29ef5a: Layer already exists [2020-06-12T05:43:30.115Z] 387442a56107: Layer already exists [2020-06-12T05:43:30.115Z] 37dbf20f297a: Layer already exists [2020-06-12T05:43:30.379Z] f040f91db28658e22aee59e3eddee7a4993b8cd8-1.2.1-dev.4: digest: sha256:4dbbad2b2916fe5113b4ab9fb5014181bd72331f1c0b9ce1e1a3a4779c49e4eb size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:43:30.689Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:43:30.991Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [2020-06-12T05:43:30.992Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-06-12T05:43:30.992Z] 82d60f5ac3de: Preparing [2020-06-12T05:43:30.992Z] 37dbf20f297a: Preparing [2020-06-12T05:43:30.992Z] 387442a56107: Preparing [2020-06-12T05:43:30.992Z] 50644c29ef5a: Preparing [2020-06-12T05:43:30.992Z] 82d60f5ac3de: Layer already exists [2020-06-12T05:43:30.992Z] 50644c29ef5a: Layer already exists [2020-06-12T05:43:30.992Z] 37dbf20f297a: Layer already exists [2020-06-12T05:43:30.992Z] 387442a56107: Layer already exists [2020-06-12T05:43:30.992Z] master: digest: sha256:4dbbad2b2916fe5113b4ab9fb5014181bd72331f1c0b9ce1e1a3a4779c49e4eb 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-12T05:43:31.721Z] ++ find /w/workspace/device-mqtt-go/10 [2020-06-12T05:43:31.721Z] ++ grep snapcraft.yaml [2020-06-12T05:43:31.721Z] + grep -Po '^name: \K(.*)' /w/workspace/device-mqtt-go/10/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-12T05:43:31.835Z] provisioning config files... [2020-06-12T05:43:31.859Z] copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/10@tmp/config7488835805096181908tmp [Pipeline] { [Pipeline] sh [2020-06-12T05:43:32.201Z] + cp /w/workspace/device-mqtt-go/10@tmp/config7488835805096181908tmp /w/workspace/device-mqtt-go/10/edgex-snap-store-login [Pipeline] sh [2020-06-12T05:43:32.514Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/10:/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-12T05:43:32.514Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-06-12T05:43:32.514Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-06-12T05:43:32.514Z] 5bed26d33875: Pulling fs layer [2020-06-12T05:43:32.514Z] f11b29a9c730: Pulling fs layer [2020-06-12T05:43:32.514Z] 930bda195c84: Pulling fs layer [2020-06-12T05:43:32.514Z] 78bf9a5ad49e: Pulling fs layer [2020-06-12T05:43:32.514Z] e5fbee5a4b0d: Pulling fs layer [2020-06-12T05:43:32.514Z] f452fca78f88: Pulling fs layer [2020-06-12T05:43:32.514Z] 7417ef92027a: Pulling fs layer [2020-06-12T05:43:32.514Z] 2af5c49d270b: Pulling fs layer [2020-06-12T05:43:32.514Z] df9c3bdbc40a: Pulling fs layer [2020-06-12T05:43:32.514Z] e5fbee5a4b0d: Waiting [2020-06-12T05:43:32.514Z] f452fca78f88: Waiting [2020-06-12T05:43:32.514Z] 7417ef92027a: Waiting [2020-06-12T05:43:32.514Z] 2af5c49d270b: Waiting [2020-06-12T05:43:32.514Z] df9c3bdbc40a: Waiting [2020-06-12T05:43:32.514Z] 78bf9a5ad49e: Waiting [2020-06-12T05:43:32.514Z] 930bda195c84: Verifying Checksum [2020-06-12T05:43:32.514Z] 930bda195c84: Download complete [2020-06-12T05:43:32.514Z] f11b29a9c730: Download complete [2020-06-12T05:43:32.514Z] 78bf9a5ad49e: Verifying Checksum [2020-06-12T05:43:32.514Z] 78bf9a5ad49e: Download complete [2020-06-12T05:43:32.514Z] f452fca78f88: Verifying Checksum [2020-06-12T05:43:32.514Z] f452fca78f88: Download complete [2020-06-12T05:43:32.514Z] 7417ef92027a: Verifying Checksum [2020-06-12T05:43:32.514Z] 7417ef92027a: Download complete [2020-06-12T05:43:32.514Z] 2af5c49d270b: Verifying Checksum [2020-06-12T05:43:32.514Z] 2af5c49d270b: Download complete [2020-06-12T05:43:32.514Z] df9c3bdbc40a: Verifying Checksum [2020-06-12T05:43:32.514Z] df9c3bdbc40a: Download complete [2020-06-12T05:43:32.781Z] 5bed26d33875: Download complete [2020-06-12T05:43:35.111Z] ---> Running in 8cb21d435cf9 [2020-06-12T05:43:35.111Z] Removing intermediate container 8cb21d435cf9 [2020-06-12T05:43:35.111Z] ---> 2e4bbd455998 [2020-06-12T05:43:35.111Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-12T05:43:35.111Z] ---> Running in 88ae66871bde [2020-06-12T05:43:35.364Z] 5bed26d33875: Pull complete [2020-06-12T05:43:36.755Z] e5fbee5a4b0d: Verifying Checksum [2020-06-12T05:43:36.755Z] e5fbee5a4b0d: Download complete [2020-06-12T05:43:37.697Z] f11b29a9c730: Pull complete [2020-06-12T05:43:37.732Z] Removing intermediate container 88ae66871bde [2020-06-12T05:43:37.732Z] ---> 622c54018a0d [2020-06-12T05:43:37.732Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-06-12T05:43:37.959Z] 930bda195c84: Pull complete [2020-06-12T05:43:37.959Z] 78bf9a5ad49e: Pull complete [2020-06-12T05:43:38.006Z] ---> Running in 3f1eac3d97c5 [2020-06-12T05:43:39.448Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-12T05:43:40.048Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-12T05:43:41.037Z] (1/18) Upgrading libgcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-12T05:43:41.037Z] (2/18) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) [2020-06-12T05:43:41.311Z] (3/18) Installing libmagic (5.37-r1) [2020-06-12T05:43:41.583Z] (4/18) Installing file (5.37-r1) [2020-06-12T05:43:41.583Z] (5/18) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) [2020-06-12T05:43:41.583Z] (6/18) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) [2020-06-12T05:43:41.855Z] (7/18) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-12T05:43:50.125Z] (8/18) Installing libc-dev (0.7.2-r0) [2020-06-12T05:43:50.125Z] (9/18) Installing g++ (9.2.0-r4) [2020-06-12T05:43:58.407Z] (10/18) Installing fortify-headers (1.1-r0) [2020-06-12T05:43:58.407Z] (11/18) Installing build-base (0.5-r1) [2020-06-12T05:43:58.408Z] (12/18) Installing openssh-keygen (8.1_p1-r0) [2020-06-12T05:43:58.408Z] (13/18) Installing libedit (20191211.3.1-r0) [2020-06-12T05:43:58.408Z] (14/18) Installing openssh-client (8.1_p1-r0) [2020-06-12T05:43:58.408Z] (15/18) Installing openssh-sftp-server (8.1_p1-r0) [2020-06-12T05:43:58.408Z] (16/18) Installing openssh-server-common (8.1_p1-r0) [2020-06-12T05:43:58.408Z] (17/18) Installing openssh-server (8.1_p1-r0) [2020-06-12T05:43:58.686Z] (18/18) Installing openssh (8.1_p1-r0) [2020-06-12T05:43:58.687Z] Executing busybox-1.31.1-r8.trigger [2020-06-12T05:43:58.687Z] OK: 203 MiB in 52 packages [2020-06-12T05:44:00.006Z] e5fbee5a4b0d: Pull complete [2020-06-12T05:44:00.006Z] f452fca78f88: Pull complete [2020-06-12T05:44:00.006Z] 7417ef92027a: Pull complete [2020-06-12T05:44:00.006Z] 2af5c49d270b: Pull complete [2020-06-12T05:44:00.006Z] df9c3bdbc40a: Pull complete [2020-06-12T05:44:00.006Z] Digest: sha256:329b7ca3c147263d7a6122d30aca7e6f18adc9017ce870f1638d2965d7494739 [2020-06-12T05:44:00.006Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-06-12T05:44:00.267Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-06-12T05:44:00.529Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-06-12T05:44:00.529Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-06-12T05:44:00.792Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [958 kB] [2020-06-12T05:44:01.055Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-06-12T05:44:01.319Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [861 kB] [2020-06-12T05:44:01.319Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [66.4 kB] [2020-06-12T05:44:01.319Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9092 B] [2020-06-12T05:44:01.319Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [20.3 kB] [2020-06-12T05:44:01.319Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1392 kB] [2020-06-12T05:44:01.896Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [80.7 kB] [2020-06-12T05:44:01.896Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1253 kB] [2020-06-12T05:44:01.896Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] [2020-06-12T05:44:01.896Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8158 B] [2020-06-12T05:44:02.160Z] Fetched 4909 kB in 2s (2401 kB/s) [2020-06-12T05:44:03.545Z] Reading package lists... [2020-06-12T05:44:05.409Z] Removing intermediate container 3f1eac3d97c5 [2020-06-12T05:44:05.409Z] ---> 292618cc1482 [2020-06-12T05:44:05.409Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-06-12T05:44:05.409Z] ---> Running in e90370c96ca8 [2020-06-12T05:44:05.683Z] Removing intermediate container e90370c96ca8 [2020-06-12T05:44:05.683Z] ---> 56762d77d602 [2020-06-12T05:44:05.683Z] Step 7/8 : COPY . . [2020-06-12T05:44:06.666Z] ---> ca7862200bca [2020-06-12T05:44:06.666Z] Step 8/8 : RUN go mod download [2020-06-12T05:44:06.846Z] 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-12T05:44:06.940Z] ---> Running in 6a2e330cb9c2 [2020-06-12T05:44:08.232Z] Reading package lists... [2020-06-12T05:44:08.957Z] Building dependency tree... [2020-06-12T05:44:08.958Z] Reading state information... [2020-06-12T05:44:08.958Z] The following packages were automatically installed and are no longer required: [2020-06-12T05:44:08.958Z] libjq1 liblzo2-2 libonig4 [2020-06-12T05:44:08.958Z] Use 'sudo apt autoremove' to remove them. [2020-06-12T05:44:08.958Z] Suggested packages: [2020-06-12T05:44:08.958Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-06-12T05:44:08.958Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc [2020-06-12T05:44:08.958Z] keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc [2020-06-12T05:44:08.958Z] libterm-readline-gnu-perl | libterm-readline-perl-perl [2020-06-12T05:44:08.958Z] The following NEW packages will be installed: [2020-06-12T05:44:08.958Z] curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl [2020-06-12T05:44:08.958Z] libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 [2020-06-12T05:44:08.958Z] libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase [2020-06-12T05:44:08.958Z] openssh-client patch perl perl-modules-5.26 xauth [2020-06-12T05:44:09.217Z] 0 upgraded, 27 newly installed, 0 to remove and 10 not upgraded. [2020-06-12T05:44:09.217Z] Need to get 14.7 MB of archives. [2020-06-12T05:44:09.217Z] After this operation, 89.5 MB of additional disk space will be used. [2020-06-12T05:44:09.217Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxau6 amd64 1:1.0.8-1 [8376 B] [2020-06-12T05:44:09.217Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-06-12T05:44:09.476Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB] [2020-06-12T05:44:09.476Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB] [2020-06-12T05:44:09.610Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-12T05:44:09.610Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-12T05:44:09.610Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-12T05:44:09.610Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-12T05:44:09.610Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-12T05:44:09.610Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-12T05:44:09.610Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-12T05:44:09.610Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-12T05:44:09.610Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-12T05:44:09.610Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-12T05:44:09.610Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-12T05:44:09.610Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-12T05:44:09.610Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-12T05:44:09.610Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-12T05:44:09.610Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-12T05:44:09.610Z] go: finding github.com/fatih/color v1.7.0 [2020-06-12T05:44:09.610Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-12T05:44:09.610Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-12T05:44:09.610Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-12T05:44:09.610Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-12T05:44:09.610Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-12T05:44:09.610Z] go: finding github.com/google/uuid v1.1.1 [2020-06-12T05:44:09.610Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-12T05:44:09.610Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-12T05:44:09.610Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-12T05:44:09.610Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-12T05:44:09.610Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-12T05:44:09.610Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-12T05:44:09.610Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-12T05:44:09.610Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-12T05:44:09.610Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-12T05:44:09.610Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-12T05:44:09.610Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-12T05:44:09.610Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-12T05:44:09.610Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-12T05:44:09.610Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-12T05:44:09.611Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-12T05:44:09.611Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-12T05:44:09.611Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-12T05:44:09.611Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-12T05:44:09.611Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-12T05:44:09.611Z] go: finding github.com/kr/pretty v0.1.0 [2020-06-12T05:44:09.611Z] go: finding github.com/kr/pty v1.1.1 [2020-06-12T05:44:09.611Z] go: finding github.com/kr/text v0.1.0 [2020-06-12T05:44:09.611Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-12T05:44:09.611Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-12T05:44:09.611Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-12T05:44:09.611Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-12T05:44:09.611Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-12T05:44:09.611Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-12T05:44:09.611Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-12T05:44:09.611Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-12T05:44:09.611Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-12T05:44:09.611Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-12T05:44:09.611Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-12T05:44:09.611Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-12T05:44:09.611Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-12T05:44:09.611Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-12T05:44:09.611Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-12T05:44:09.611Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-12T05:44:09.611Z] go: finding github.com/posener/complete v1.1.1 [2020-06-12T05:44:09.611Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-12T05:44:09.611Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-12T05:44:09.737Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] [2020-06-12T05:44:09.737Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.2 [569 kB] [2020-06-12T05:44:09.913Z] go: finding github.com/spf13/cast v1.3.0 [2020-06-12T05:44:09.913Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-12T05:44:09.913Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-12T05:44:09.913Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-12T05:44:09.913Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-12T05:44:09.913Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-12T05:44:09.913Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-12T05:44:09.913Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-12T05:44:09.913Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-12T05:44:09.913Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-06-12T05:44:09.913Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-12T05:44:09.913Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-12T05:44:09.996Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB] [2020-06-12T05:44:09.996Z] 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-12T05:44:10.568Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-06-12T05:44:10.568Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-06-12T05:44:10.568Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] [2020-06-12T05:44:10.568Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] [2020-06-12T05:44:10.568Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-06-12T05:44:10.568Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-06-12T05:44:10.568Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-06-12T05:44:10.568Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-06-12T05:44:10.568Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.3 [1088 kB] [2020-06-12T05:44:10.829Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B] [2020-06-12T05:44:10.829Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-06-12T05:44:10.829Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB] [2020-06-12T05:44:10.829Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.8 [159 kB] [2020-06-12T05:44:10.829Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.8 [213 kB] [2020-06-12T05:44:11.093Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-06-12T05:44:11.093Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-06-12T05:44:11.093Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-06-12T05:44:11.664Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-06-12T05:44:11.664Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-06-12T05:44:11.926Z] debconf: delaying package configuration, since apt-utils is not installed [2020-06-12T05:44:11.926Z] Fetched 14.7 MB in 3s (5556 kB/s) [2020-06-12T05:44:11.926Z] Selecting previously unselected package libxau6:amd64. [2020-06-12T05:44:11.926Z] (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-12T05:44:11.926Z] Preparing to unpack .../00-libxau6_1%3a1.0.8-1_amd64.deb ... [2020-06-12T05:44:11.926Z] Unpacking libxau6:amd64 (1:1.0.8-1) ... [2020-06-12T05:44:12.187Z] Selecting previously unselected package libbsd0:amd64. [2020-06-12T05:44:12.187Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-06-12T05:44:12.187Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-06-12T05:44:12.187Z] Selecting previously unselected package libxdmcp6:amd64. [2020-06-12T05:44:12.187Z] Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_amd64.deb ... [2020-06-12T05:44:12.187Z] Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... [2020-06-12T05:44:12.187Z] Selecting previously unselected package libxcb1:amd64. [2020-06-12T05:44:12.187Z] Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_amd64.deb ... [2020-06-12T05:44:12.187Z] Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ... [2020-06-12T05:44:12.187Z] Selecting previously unselected package libx11-data. [2020-06-12T05:44:12.187Z] Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... [2020-06-12T05:44:12.187Z] Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-12T05:44:13.131Z] Selecting previously unselected package libx11-6:amd64. [2020-06-12T05:44:13.131Z] Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_amd64.deb ... [2020-06-12T05:44:13.131Z] Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... [2020-06-12T05:44:13.131Z] Selecting previously unselected package libxext6:amd64. [2020-06-12T05:44:13.131Z] Preparing to unpack .../06-libxext6_2%3a1.3.3-1_amd64.deb ... [2020-06-12T05:44:13.131Z] Unpacking libxext6:amd64 (2:1.3.3-1) ... [2020-06-12T05:44:13.131Z] Selecting previously unselected package perl-modules-5.26. [2020-06-12T05:44:13.131Z] Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-06-12T05:44:13.131Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-12T05:44:16.446Z] Selecting previously unselected package libgdbm5:amd64. [2020-06-12T05:44:16.446Z] Preparing to unpack .../08-libgdbm5_1.14.1-6_amd64.deb ... [2020-06-12T05:44:16.446Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-06-12T05:44:16.446Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-06-12T05:44:16.446Z] Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-06-12T05:44:16.446Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-06-12T05:44:16.446Z] Selecting previously unselected package libperl5.26:amd64. [2020-06-12T05:44:16.446Z] Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-06-12T05:44:16.446Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-06-12T05:44:17.389Z] Selecting previously unselected package perl. [2020-06-12T05:44:17.389Z] Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-06-12T05:44:17.389Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-06-12T05:44:17.650Z] Selecting previously unselected package less. [2020-06-12T05:44:17.650Z] Preparing to unpack .../12-less_487-0.1_amd64.deb ... [2020-06-12T05:44:17.650Z] Unpacking less (487-0.1) ... [2020-06-12T05:44:17.650Z] Selecting previously unselected package libexpat1:amd64. [2020-06-12T05:44:17.650Z] Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-06-12T05:44:17.650Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-06-12T05:44:17.912Z] Selecting previously unselected package netbase. [2020-06-12T05:44:17.912Z] Preparing to unpack .../14-netbase_5.4_all.deb ... [2020-06-12T05:44:17.912Z] Unpacking netbase (5.4) ... [2020-06-12T05:44:17.912Z] Selecting previously unselected package libedit2:amd64. [2020-06-12T05:44:17.912Z] Preparing to unpack .../15-libedit2_3.1-20170329-1_amd64.deb ... [2020-06-12T05:44:17.912Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-06-12T05:44:17.912Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-06-12T05:44:17.912Z] Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb ... [2020-06-12T05:44:17.912Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... [2020-06-12T05:44:18.174Z] Selecting previously unselected package libxmuu1:amd64. [2020-06-12T05:44:18.174Z] Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_amd64.deb ... [2020-06-12T05:44:18.174Z] Unpacking libxmuu1:amd64 (2:1.1.2-2) ... [2020-06-12T05:44:18.174Z] Selecting previously unselected package openssh-client. [2020-06-12T05:44:18.174Z] Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-06-12T05:44:18.174Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-12T05:44:18.436Z] Selecting previously unselected package xauth. [2020-06-12T05:44:18.436Z] Preparing to unpack .../19-xauth_1%3a1.0.10-1_amd64.deb ... [2020-06-12T05:44:18.436Z] Unpacking xauth (1:1.0.10-1) ... [2020-06-12T05:44:18.436Z] Selecting previously unselected package curl. [2020-06-12T05:44:18.436Z] Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_amd64.deb ... [2020-06-12T05:44:18.436Z] Unpacking curl (7.58.0-2ubuntu3.8) ... [2020-06-12T05:44:18.436Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-06-12T05:44:18.436Z] Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_amd64.deb ... [2020-06-12T05:44:18.436Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... [2020-06-12T05:44:18.698Z] Selecting previously unselected package liberror-perl. [2020-06-12T05:44:18.698Z] Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... [2020-06-12T05:44:18.698Z] Unpacking liberror-perl (0.17025-1) ... [2020-06-12T05:44:18.698Z] Selecting previously unselected package git-man. [2020-06-12T05:44:18.698Z] Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-06-12T05:44:18.698Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-12T05:44:18.698Z] Selecting previously unselected package git. [2020-06-12T05:44:18.698Z] Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-06-12T05:44:18.959Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-06-12T05:44:20.065Z] Removing intermediate container 6a2e330cb9c2 [2020-06-12T05:44:20.065Z] ---> 4fd482666dbb [2020-06-12T05:44:20.065Z] Successfully built 4fd482666dbb [2020-06-12T05:44:20.065Z] 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-12T05:44:20.604Z] + docker inspect -f . ci-base-image-arm64 [2020-06-12T05:44:20.604Z] . [Pipeline] withDockerContainer [2020-06-12T05:44:20.844Z] prd-ubuntu18.04-docker-arm64-4c-16g-2711 does not seem to be running inside a container [2020-06-12T05:44:20.898Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/10 -v /w/workspace/device-mqtt-go/10:/w/workspace/device-mqtt-go/10:rw,z -v /w/workspace/device-mqtt-go/10@tmp:/w/workspace/device-mqtt-go/10@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-12T05:44:21.685Z] Selecting previously unselected package make. [2020-06-12T05:44:21.685Z] Preparing to unpack .../25-make_4.1-9.1ubuntu1_amd64.deb ... [2020-06-12T05:44:21.685Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-06-12T05:44:21.685Z] Selecting previously unselected package patch. [2020-06-12T05:44:21.685Z] Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-06-12T05:44:21.685Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-06-12T05:44:21.685Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-06-12T05:44:21.685Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-12T05:44:21.685Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-06-12T05:44:21.685Z] Setting up less (487-0.1) ... [2020-06-12T05:44:21.685Z] Setting up make (4.1-9.1ubuntu1) ... [2020-06-12T05:44:21.685Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... [2020-06-12T05:44:21.685Z] Setting up curl (7.58.0-2ubuntu3.8) ... [2020-06-12T05:44:21.685Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... [2020-06-12T05:44:21.685Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-12T05:44:21.992Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-06-12T05:44:21.992Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-06-12T05:44:21.992Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-06-12T05:44:21.992Z] Setting up libxdmcp6:amd64 (1:1.1.2-3) ... [2020-06-12T05:44:21.992Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-06-12T05:44:21.992Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-12T05:44:22.256Z] Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-12T05:44:22.256Z] Setting up libxau6:amd64 (1:1.0.8-1) ... [2020-06-12T05:44:22.256Z] Setting up netbase (5.4) ... [2020-06-12T05:44:22.257Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-06-12T05:44:22.257Z] Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ... [2020-06-12T05:44:22.257Z] Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... [2020-06-12T05:44:22.257Z] Setting up libxmuu1:amd64 (2:1.1.2-2) ... [2020-06-12T05:44:22.257Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-06-12T05:44:22.257Z] Setting up libxext6:amd64 (2:1.3.3-1) ... [2020-06-12T05:44:22.257Z] Setting up liberror-perl (0.17025-1) ... [2020-06-12T05:44:22.519Z] Setting up xauth (1:1.0.10-1) ... [2020-06-12T05:44:22.520Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-06-12T05:44:22.520Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-06-12T05:44:22.618Z] $ docker top 2356a16c6b768050b11a4feb31ae8675bf075c0e40282d64e081ebe5a8dd1e45 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-12T05:44:24.202Z] + go version [2020-06-12T05:44:24.202Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-06-12T05:44:25.069Z] curl set to automatically installed. [2020-06-12T05:44:25.069Z] git set to automatically installed. [2020-06-12T05:44:25.069Z] git-man set to automatically installed. [2020-06-12T05:44:25.069Z] less set to automatically installed. [2020-06-12T05:44:25.069Z] libbsd0 set to automatically installed. [2020-06-12T05:44:25.069Z] libcurl3-gnutls set to automatically installed. [2020-06-12T05:44:25.069Z] libedit2 set to automatically installed. [2020-06-12T05:44:25.069Z] liberror-perl set to automatically installed. [2020-06-12T05:44:25.069Z] libexpat1 set to automatically installed. [2020-06-12T05:44:25.069Z] libgdbm-compat4 set to automatically installed. [2020-06-12T05:44:25.069Z] libgdbm5 set to automatically installed. [2020-06-12T05:44:25.069Z] libperl5.26 set to automatically installed. [2020-06-12T05:44:25.069Z] libssl1.0.0 set to automatically installed. [2020-06-12T05:44:25.069Z] libx11-6 set to automatically installed. [2020-06-12T05:44:25.069Z] libx11-data set to automatically installed. [2020-06-12T05:44:25.069Z] libxau6 set to automatically installed. [2020-06-12T05:44:25.069Z] libxcb1 set to automatically installed. [2020-06-12T05:44:25.069Z] libxdmcp6 set to automatically installed. [2020-06-12T05:44:25.069Z] libxext6 set to automatically installed. [2020-06-12T05:44:25.069Z] libxmuu1 set to automatically installed. [2020-06-12T05:44:25.069Z] make set to automatically installed. [2020-06-12T05:44:25.069Z] netbase set to automatically installed. [2020-06-12T05:44:25.069Z] openssh-client set to automatically installed. [2020-06-12T05:44:25.069Z] patch set to automatically installed. [2020-06-12T05:44:25.069Z] perl set to automatically installed. [2020-06-12T05:44:25.069Z] perl-modules-5.26 set to automatically installed. [2020-06-12T05:44:25.069Z] xauth set to automatically installed. [2020-06-12T05:44:25.069Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-06-12T05:44:25.069Z] Please ensure the environment is properly setup before continuing. [2020-06-12T05:44:25.069Z] Ignore this message if the appropriate measures have already been taken [2020-06-12T05:44:25.253Z] + make test [2020-06-12T05:44:25.253Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-06-12T05:44:25.330Z] Pulling go [2020-06-12T05:44:26.234Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-06-12T05:44:26.276Z] 'device-mqtt' has dependencies that need to be staged: go [2020-06-12T05:44:26.276Z] Skipping pull go (already ran) [2020-06-12T05:44:26.276Z] Building go [2020-06-12T05:44:26.276Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-06-12T05:44:26.276Z] Dload Upload Total Spent Left Speed [2020-06-12T05:44:28.078Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 33 114M 33 37.8M 0 0 48.9M 0 0:00:02 --:--:-- 0:00:02 48.9M 81 114M 81 93.8M 0 0 52.7M 0 0:00:02 0:00:01 0:00:01 52.6M 100 114M 100 114M 0 0 56.5M 0 0:00:02 0:00:02 --:--:-- 56.5M [2020-06-12T05:44:29.023Z] go1.13.5.linux-amd64.tar.gz: OK [2020-06-12T05:44:39.045Z] Staging go [2020-06-12T05:44:39.045Z] Pulling device-mqtt [2020-06-12T05:44:39.617Z] Skipping build go (already ran) [2020-06-12T05:44:39.617Z] Building device-mqtt [2020-06-12T05:44:39.879Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.1-dev.4" -o cmd/device-mqtt ./cmd [2020-06-12T05:44:40.828Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-12T05:44:40.828Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-12T05:44:40.828Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-12T05:44:40.828Z] go: downloading github.com/spf13/cast v1.3.0 [2020-06-12T05:44:40.828Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-12T05:44:40.828Z] go: extracting github.com/spf13/cast v1.3.0 [2020-06-12T05:44:40.828Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-12T05:44:40.828Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-12T05:44:40.828Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-12T05:44:40.828Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-06-12T05:44:40.828Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-12T05:44:40.828Z] go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-12T05:44:40.828Z] go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-12T05:44:40.828Z] go: downloading github.com/pkg/errors v0.8.1 [2020-06-12T05:44:40.828Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-06-12T05:44:40.828Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-12T05:44:40.828Z] go: extracting github.com/pkg/errors v0.8.1 [2020-06-12T05:44:40.828Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-12T05:44:40.828Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-06-12T05:44:40.828Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-12T05:44:40.828Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-06-12T05:44:41.089Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-12T05:44:41.089Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-12T05:44:41.089Z] go: downloading github.com/google/uuid v1.1.1 [2020-06-12T05:44:41.089Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-06-12T05:44:41.089Z] go: extracting github.com/google/uuid v1.1.1 [2020-06-12T05:44:41.089Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-12T05:44:41.089Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-06-12T05:44:41.089Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-12T05:44:41.089Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-12T05:44:41.089Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-06-12T05:44:41.089Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-06-12T05:44:41.089Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-06-12T05:44:41.089Z] go: downloading github.com/x448/float16 v0.8.4 [2020-06-12T05:44:41.089Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-12T05:44:41.089Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-06-12T05:44:41.089Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-12T05:44:41.089Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-06-12T05:44:41.089Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-06-12T05:44:41.089Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-06-12T05:44:41.089Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-06-12T05:44:41.089Z] go: extracting github.com/x448/float16 v0.8.4 [2020-06-12T05:44:41.089Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-06-12T05:44:41.089Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-12T05:44:41.089Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-06-12T05:44:41.089Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-12T05:44:41.089Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-12T05:44:41.089Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-12T05:44:41.089Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-06-12T05:44:41.089Z] go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-12T05:44:41.089Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-12T05:44:41.089Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-12T05:44:41.089Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-06-12T05:44:41.089Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-12T05:44:41.089Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-06-12T05:44:41.089Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-06-12T05:44:41.089Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-06-12T05:44:41.659Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-06-12T05:44:41.659Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-06-12T05:44:41.659Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-12T05:44:41.922Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-06-12T05:44:41.922Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-12T05:44:41.922Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-12T05:44:41.922Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-12T05:44:41.922Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-06-12T05:44:41.922Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-06-12T05:44:41.922Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-12T05:44:41.922Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-12T05:44:41.922Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-12T05:44:41.922Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-12T05:44:41.922Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-12T05:44:41.922Z] go: finding github.com/google/uuid v1.1.1 [2020-06-12T05:44:41.922Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-12T05:44:41.922Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-12T05:44:41.922Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-12T05:44:41.922Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-12T05:44:41.922Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-12T05:44:41.922Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-12T05:44:41.922Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-12T05:44:41.922Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-12T05:44:41.922Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-12T05:44:41.922Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-12T05:44:41.922Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-12T05:44:41.922Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-12T05:44:41.922Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-12T05:44:41.922Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-12T05:44:41.922Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-12T05:44:41.922Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-12T05:44:41.922Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-12T05:44:41.922Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-12T05:44:41.922Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-12T05:44:41.922Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-12T05:44:41.922Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-12T05:44:41.922Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-12T05:44:41.922Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-12T05:44:41.922Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-12T05:44:41.922Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-12T05:44:41.922Z] go: finding github.com/spf13/cast v1.3.0 [2020-06-12T05:44:42.189Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-12T05:44:54.529Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-12T05:44:58.621Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-06-12T05:44:59.833Z] Skipping stage go (already ran) [2020-06-12T05:44:59.833Z] Staging device-mqtt [2020-06-12T05:45:00.058Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.027s coverage: 28.3% of statements [2020-06-12T05:45:00.059Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-06-12T05:45:00.330Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-12T05:45:00.406Z] Priming go [2020-06-12T05:45:01.359Z] Priming device-mqtt [2020-06-12T05:45:02.310Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-06-12T05:45:02.310Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-06-12T05:45:02.310Z] Determining the version from the project repo (version-script). [2020-06-12T05:45:02.310Z] The version has been set to '1.2.1-dev.4-20200612+f040f91' [2020-06-12T05:45:02.600Z] Snapping 'edgex-device-mqtt' ... [2020-06-12T05:45:04.053Z] [2020-06-12T05:45:04.053Z] Snapped edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap [2020-06-12T05:45:07.084Z] gofmt -l . [2020-06-12T05:45:07.084Z] ["`gofmt -l .`" = ""] [2020-06-12T05:45:07.084Z] ./bin/test-attribution-txt.sh [2020-06-12T05:45:07.363Z] [2020-06-12T05:45:07.364Z] Login successful. You now have these capabilities: [2020-06-12T05:45:07.364Z] [2020-06-12T05:45:07.364Z] snaps: No restriction [2020-06-12T05:45:07.364Z] channels: No restriction [2020-06-12T05:45:07.364Z] permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] [2020-06-12T05:45:07.364Z] expires: 2020-06-19T16:50:48.252993 [2020-06-12T05:45:07.364Z] [2020-06-12T05:45:07.682Z] ./bin/test-go-mod-tidy.sh [2020-06-12T05:45:07.935Z] Preparing to push 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap'. [2020-06-12T05:45:07.935Z] After pushing, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. [2020-06-12T05:45:07.935Z] Install the review-tools from the Snap Store for enhanced checks before uploading this snap. [Pipeline] stash [2020-06-12T05:45:07.974Z] Warning: overwriting stash ‘coverage-report’ [2020-06-12T05:45:08.409Z] Stashed 1 file(s) [Pipeline] } [2020-06-12T05:45:08.402Z] $ docker stop --time=1 2356a16c6b768050b11a4feb31ae8675bf075c0e40282d64e081ebe5a8dd1e45 [2020-06-12T05:45:10.601Z] $ docker rm -f 2356a16c6b768050b11a4feb31ae8675bf075c0e40282d64e081ebe5a8dd1e45 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2020-06-12T05:45:11.243Z] Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [ ] 0% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [ ] 1% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [ ] 2% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [ ] 3% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [ ] 4% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [ ] 5% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [ ] 6% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [ ] 7% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [ ] 8% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [ ] 9% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [ ] 10% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [ ] 11% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [ ] 13% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [ ] 14% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [ ] 15% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [ ] 16% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [ ] 17% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [ ] 18% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [ ] 19% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [ ] 20% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [ ] 21% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [ ] 22% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [ ] 23% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [= ] 25% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [= ] 26% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [= ] 27% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [= ] 28% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [= ] 29% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [= ] 30% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [= ] 31% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [= ] 32% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [= ] 33% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [= ] 34% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [= ] 35% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [= ] 37% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [= ] 38% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [= ] 39% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [= ] 40% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [= ] 41% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [= ] 42% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [= ] 43% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [= ] 44% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [= ] 45% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [= ] 46% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [= ] 47% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [= ] 49% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [== ] 50% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [== ] 51% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [== ] 52% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [== ] 53% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [== ] 54% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [== ] 55% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [== ] 56% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [== ] 57% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [== ] 58% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [== ] 59% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [== ] 61% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [== ] 62% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [== ] 63% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [== ] 64% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [== ] 65% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [== ] 66% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [== ] 67% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [== ] 68% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [== ] 69% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [== ] 70% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [== ] 71% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [== ] 73% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [== ] 74% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [=== ] 75% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [=== ] 76% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [=== ] 77% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [=== ] 78% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [=== ] 79% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [=== ] 80% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [=== ] 81% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [=== ] 82% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [=== ] 83% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [=== ] 84% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [=== ] 86% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [=== ] 87% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [=== ] 88% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [=== ] 89% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [=== ] 90% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [=== ] 91% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [=== ] 92% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [=== ] 93% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [=== ] 94% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [=== ] 95% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [=== ] 96% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [=== ] 98% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [=== ] 99% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [====] 100% [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-12T05:45:11.710Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-12T05:45:12.045Z] + ls -al . [2020-06-12T05:45:12.045Z] total 132 [2020-06-12T05:45:12.045Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 12 05:45 . [2020-06-12T05:45:12.045Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 12 05:42 .. [2020-06-12T05:45:12.045Z] -rw-rw-r-- 1 jenkins jenkins 140 Jun 12 05:42 .dockerignore [2020-06-12T05:45:12.045Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 12 05:42 .git [2020-06-12T05:45:12.045Z] -rw-rw-r-- 1 jenkins jenkins 328 Jun 12 05:42 .gitignore [2020-06-12T05:45:12.045Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 12 05:42 .semver [2020-06-12T05:45:12.045Z] -rw-rw-r-- 1 jenkins jenkins 4678 Jun 12 05:42 Attribution.txt [2020-06-12T05:45:12.045Z] -rw-rw-r-- 1 jenkins jenkins 1776 Jun 12 05:42 Dockerfile [2020-06-12T05:45:12.045Z] -rw-rw-r-- 1 jenkins jenkins 953 Jun 12 05:42 Dockerfile.build [2020-06-12T05:45:12.045Z] -rw-rw-r-- 1 jenkins jenkins 700 Jun 12 05:42 Jenkinsfile [2020-06-12T05:45:12.045Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jun 12 05:42 LICENSE [2020-06-12T05:45:12.045Z] -rw-rw-r-- 1 jenkins jenkins 902 Jun 12 05:42 Makefile [2020-06-12T05:45:12.045Z] -rw-rw-r-- 1 jenkins jenkins 444 Jun 12 05:42 README.md [2020-06-12T05:45:12.045Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 12 05:39 VERSION [2020-06-12T05:45:12.045Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 12 05:42 bin [2020-06-12T05:45:12.045Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 12 05:42 cmd [2020-06-12T05:45:12.045Z] -rw-r--r-- 1 jenkins jenkins 18939 Jun 12 05:44 coverage.out [2020-06-12T05:45:12.045Z] -rw-r--r-- 1 jenkins jenkins 510 Jun 12 05:45 go.mod [2020-06-12T05:45:12.045Z] -rw-r--r-- 1 jenkins jenkins 13621 Jun 12 05:45 go.sum [2020-06-12T05:45:12.045Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 12 05:42 internal [2020-06-12T05:45:12.045Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 12 05:42 mock [2020-06-12T05:45:12.045Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 12 05:42 snap [2020-06-12T05:45:12.045Z] -rw-rw-r-- 1 jenkins jenkins 227 Jun 12 05:42 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:45:12.388Z] + 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=f040f91db28658e22aee59e3eddee7a4993b8cd8 --label arch=arm64 --label version=1.2.1-dev.4 . [2020-06-12T05:45:12.676Z] Sending build context to Docker daemon 616.4kB [2020-06-12T05:45:12.676Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-06-12T05:45:12.676Z] Step 2/21 : FROM ${BASE} AS builder [2020-06-12T05:45:12.676Z] ---> 4fd482666dbb [2020-06-12T05:45:12.676Z] Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-06-12T05:45:12.950Z] ---> Running in cd70283cae92 [2020-06-12T05:45:13.548Z] Removing intermediate container cd70283cae92 [2020-06-12T05:45:13.548Z] ---> 68d3af0149c9 [2020-06-12T05:45:13.548Z] Step 4/21 : ARG ALPINE_PKG_EXTRA="" [2020-06-12T05:45:13.548Z] ---> Running in 2e253c2b2641 [2020-06-12T05:45:14.148Z] Removing intermediate container 2e253c2b2641 [2020-06-12T05:45:14.148Z] ---> e351ebfbfd37 [2020-06-12T05:45:14.148Z] Step 5/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-12T05:45:14.148Z] ---> Running in 6db9dddb4697 [2020-06-12T05:45:16.771Z] Removing intermediate container 6db9dddb4697 [2020-06-12T05:45:16.771Z] ---> b065751c0c5c [2020-06-12T05:45:16.771Z] Step 6/21 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-12T05:45:16.771Z] ---> Running in 07e9219fd8f2 [2020-06-12T05:45:18.210Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-12T05:45:18.815Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-12T05:45:19.408Z] OK: 203 MiB in 52 packages [2020-06-12T05:45:20.393Z] Removing intermediate container 07e9219fd8f2 [2020-06-12T05:45:20.393Z] ---> e871a644b0d2 [2020-06-12T05:45:20.393Z] Step 7/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-06-12T05:45:20.702Z] ---> Running in 2aa5db6c9744 [2020-06-12T05:45:21.016Z] Removing intermediate container 2aa5db6c9744 [2020-06-12T05:45:21.016Z] ---> 93f31f473d57 [2020-06-12T05:45:21.016Z] Step 8/21 : COPY . . [2020-06-12T05:45:22.058Z] ---> ccc8baf4a8a2 [2020-06-12T05:45:22.058Z] Step 9/21 : ARG MAKE='make build' [2020-06-12T05:45:22.354Z] ---> Running in 9fc7a4251dc9 [2020-06-12T05:45:22.651Z] Removing intermediate container 9fc7a4251dc9 [2020-06-12T05:45:22.651Z] ---> 2e9c9487fd4e [2020-06-12T05:45:22.651Z] Step 10/21 : RUN $MAKE [2020-06-12T05:45:22.939Z] ---> Running in cbd6fdaf3a58 [2020-06-12T05:45:24.069Z] 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-12T05:45:24.070Z] Revision 1235 of 'edgex-device-mqtt' created. [2020-06-12T05:45:24.370Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.1-dev.4" -o cmd/device-mqtt ./cmd [2020-06-12T05:45:25.462Z] Track Arch Channel Version Revision Notes [2020-06-12T05:45:25.462Z] edinburgh amd64 stable 1.0.0-20190627+29babbb 110 - [2020-06-12T05:45:25.462Z] candidate 1.0.0-20190627+29babbb 110 - [2020-06-12T05:45:25.462Z] beta 1.0.0-20190801+fd7235a 239 - [2020-06-12T05:45:25.462Z] edge 1.0.0-20200107+8d32c65 942 - [2020-06-12T05:45:25.462Z] fuji amd64 stable 1.1.1-20200228+f519bc1 1072 - [2020-06-12T05:45:25.462Z] candidate ^ ^ - [2020-06-12T05:45:25.462Z] beta 1.1.1-20200228+f519bc1 1072 - [2020-06-12T05:45:25.462Z] edge 1.1.1-20200422+f519bc1 1177 - [2020-06-12T05:45:25.462Z] geneva amd64 stable 1.2.0-20200520+8b9d451 1186 - [2020-06-12T05:45:25.462Z] candidate ^ ^ - [2020-06-12T05:45:25.462Z] beta ^ ^ - [2020-06-12T05:45:25.462Z] edge ^ ^ - [2020-06-12T05:45:25.462Z] latest amd64 stable 1.2.0-20200520+8b9d451 1186 - [2020-06-12T05:45:25.462Z] candidate 1.2.0-20200520+8b9d451 1186 - [2020-06-12T05:45:25.462Z] beta 1.2.0-20200520+8b9d451 1186 - [2020-06-12T05:45:25.462Z] edge 1.2.1-dev.4-20200612+f040f91 1235 - [2020-06-12T05:45:25.462Z] 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-12T05:45:26.034Z] Pushing metadata from 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_amd64.snap' [2020-06-12T05:45:29.341Z] The metadata has been pushed [Pipeline] } [2020-06-12T05:45:30.303Z] 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-12T05:45:56.729Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-12T05:46:01.035Z] Removing intermediate container cbd6fdaf3a58 [2020-06-12T05:46:01.035Z] ---> 6c53d9b88df5 [2020-06-12T05:46:01.035Z] Step 11/21 : FROM alpine [2020-06-12T05:46:01.035Z] latest: Pulling from library/alpine [2020-06-12T05:46:01.035Z] b538f80385f9: Pulling fs layer [2020-06-12T05:46:01.035Z] b538f80385f9: Verifying Checksum [2020-06-12T05:46:01.035Z] b538f80385f9: Download complete [2020-06-12T05:46:01.631Z] b538f80385f9: Pull complete [2020-06-12T05:46:01.631Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-12T05:46:01.631Z] Status: Downloaded newer image for alpine:latest [2020-06-12T05:46:01.631Z] ---> 62ee0e9f8440 [2020-06-12T05:46:01.631Z] Step 12/21 : ENV APP_PORT=49982 [2020-06-12T05:46:01.631Z] ---> Running in 2a8b4f9b430c [2020-06-12T05:46:02.226Z] Removing intermediate container 2a8b4f9b430c [2020-06-12T05:46:02.226Z] ---> dc9a84825f27 [2020-06-12T05:46:02.226Z] Step 13/21 : EXPOSE $APP_PORT [2020-06-12T05:46:02.226Z] ---> Running in b5b080f3ed47 [2020-06-12T05:46:02.820Z] Removing intermediate container b5b080f3ed47 [2020-06-12T05:46:02.820Z] ---> e10f5821b308 [2020-06-12T05:46:02.820Z] Step 14/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-06-12T05:46:04.251Z] ---> 66cc147385ba [2020-06-12T05:46:04.251Z] Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-06-12T05:46:05.236Z] ---> 1ffd8fe6438c [2020-06-12T05:46:05.236Z] Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-06-12T05:46:05.836Z] ---> a77457408d85 [2020-06-12T05:46:05.836Z] Step 17/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-06-12T05:46:05.836Z] ---> Running in 7f9927d8b337 [2020-06-12T05:46:06.431Z] Removing intermediate container 7f9927d8b337 [2020-06-12T05:46:06.431Z] ---> 799e0096343d [2020-06-12T05:46:06.431Z] Step 18/21 : ENTRYPOINT ["/device-mqtt","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-06-12T05:46:06.431Z] ---> Running in d91fb20df84b [2020-06-12T05:46:07.025Z] Removing intermediate container d91fb20df84b [2020-06-12T05:46:07.025Z] ---> 92d40a520f99 [2020-06-12T05:46:07.025Z] Step 19/21 : LABEL arch=arm64 [2020-06-12T05:46:07.025Z] ---> Running in 32fe54259ea3 [2020-06-12T05:46:07.622Z] Removing intermediate container 32fe54259ea3 [2020-06-12T05:46:07.622Z] ---> 7f53cfa7eaa9 [2020-06-12T05:46:07.622Z] Step 20/21 : LABEL git_sha=f040f91db28658e22aee59e3eddee7a4993b8cd8 [2020-06-12T05:46:07.622Z] ---> Running in 686077f84e3f [2020-06-12T05:46:08.220Z] Removing intermediate container 686077f84e3f [2020-06-12T05:46:08.220Z] ---> 50055ceb305e [2020-06-12T05:46:08.220Z] Step 21/21 : LABEL version=1.2.1-dev.4 [2020-06-12T05:46:08.220Z] ---> Running in a5daede49df1 [2020-06-12T05:46:08.817Z] Removing intermediate container a5daede49df1 [2020-06-12T05:46:08.817Z] ---> 24f437432767 [2020-06-12T05:46:08.817Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-12T05:46:08.817Z] Successfully built 24f437432767 [2020-06-12T05:46:08.817Z] 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-12T05:46:09.022Z] provisioning config files... [2020-06-12T05:46:09.067Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/10@tmp/config6513942393051226293tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-06-12T05:46:09.458Z] nexus3.edgexfoundry.org:10001 [2020-06-12T05:46:10.055Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-12T05:46:10.055Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-12T05:46:10.055Z] Configure a credential helper to remove this warning. See [2020-06-12T05:46:10.055Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-12T05:46:10.055Z] [2020-06-12T05:46:10.055Z] Login Succeeded [2020-06-12T05:46:10.055Z] nexus3.edgexfoundry.org:10002 [2020-06-12T05:46:10.650Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-12T05:46:10.650Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-12T05:46:10.650Z] Configure a credential helper to remove this warning. See [2020-06-12T05:46:10.650Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-12T05:46:10.650Z] [2020-06-12T05:46:10.650Z] Login Succeeded [2020-06-12T05:46:10.650Z] nexus3.edgexfoundry.org:10003 [2020-06-12T05:46:10.921Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-12T05:46:11.200Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-12T05:46:11.200Z] Configure a credential helper to remove this warning. See [2020-06-12T05:46:11.200Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-12T05:46:11.200Z] [2020-06-12T05:46:11.200Z] Login Succeeded [2020-06-12T05:46:11.200Z] nexus3.edgexfoundry.org:10004 [2020-06-12T05:46:11.796Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-12T05:46:11.796Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-12T05:46:11.796Z] Configure a credential helper to remove this warning. See [2020-06-12T05:46:11.796Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-12T05:46:11.796Z] [2020-06-12T05:46:11.796Z] Login Succeeded [2020-06-12T05:46:11.796Z] docker.io [2020-06-12T05:46:12.070Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-12T05:46:12.669Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-12T05:46:12.669Z] Configure a credential helper to remove this warning. See [2020-06-12T05:46:12.669Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-12T05:46:12.669Z] [2020-06-12T05:46:12.669Z] Login Succeeded [Pipeline] } [2020-06-12T05:46:12.691Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-12T05:46:12.807Z] [edgeXDocker.push] Tagging docker image docker-device-mqtt-go-arm64 with the following tags: [2020-06-12T05:46:12.807Z] f040f91db28658e22aee59e3eddee7a4993b8cd8 [2020-06-12T05:46:12.807Z] latest [2020-06-12T05:46:12.807Z] 1.2.1-dev.4 [2020-06-12T05:46:12.807Z] f040f91db28658e22aee59e3eddee7a4993b8cd8-1.2.1-dev.4 [2020-06-12T05:46:12.807Z] master [2020-06-12T05:46:12.807Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:46:13.256Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:f040f91db28658e22aee59e3eddee7a4993b8cd8 [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:46:13.594Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:f040f91db28658e22aee59e3eddee7a4993b8cd8 [2020-06-12T05:46:13.594Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-06-12T05:46:13.594Z] 5b25c5b242f6: Preparing [2020-06-12T05:46:13.594Z] 7eaab4edc2f8: Preparing [2020-06-12T05:46:13.594Z] b58eef359d53: Preparing [2020-06-12T05:46:13.594Z] e2f13739ad41: Preparing [2020-06-12T05:46:13.866Z] e2f13739ad41: Layer already exists [2020-06-12T05:46:13.866Z] 5b25c5b242f6: Pushed [2020-06-12T05:46:13.866Z] 7eaab4edc2f8: Pushed [2020-06-12T05:46:17.246Z] b58eef359d53: Pushed [2020-06-12T05:46:17.520Z] f040f91db28658e22aee59e3eddee7a4993b8cd8: digest: sha256:9435fda0bfcb997526436e68b7ad28950925169ffc8ed756061ac9d527cf46b9 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:46:17.861Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:46:18.190Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [2020-06-12T05:46:18.190Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-06-12T05:46:18.190Z] 5b25c5b242f6: Preparing [2020-06-12T05:46:18.190Z] 7eaab4edc2f8: Preparing [2020-06-12T05:46:18.190Z] b58eef359d53: Preparing [2020-06-12T05:46:18.190Z] e2f13739ad41: Preparing [2020-06-12T05:46:18.190Z] e2f13739ad41: Layer already exists [2020-06-12T05:46:18.190Z] 7eaab4edc2f8: Layer already exists [2020-06-12T05:46:18.190Z] b58eef359d53: Layer already exists [2020-06-12T05:46:18.190Z] 5b25c5b242f6: Layer already exists [2020-06-12T05:46:18.464Z] latest: digest: sha256:9435fda0bfcb997526436e68b7ad28950925169ffc8ed756061ac9d527cf46b9 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:46:18.803Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:46:19.133Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.2.1-dev.4 [2020-06-12T05:46:19.133Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-06-12T05:46:19.133Z] 5b25c5b242f6: Preparing [2020-06-12T05:46:19.133Z] 7eaab4edc2f8: Preparing [2020-06-12T05:46:19.133Z] b58eef359d53: Preparing [2020-06-12T05:46:19.133Z] e2f13739ad41: Preparing [2020-06-12T05:46:19.133Z] e2f13739ad41: Layer already exists [2020-06-12T05:46:19.133Z] 7eaab4edc2f8: Layer already exists [2020-06-12T05:46:19.133Z] b58eef359d53: Layer already exists [2020-06-12T05:46:19.133Z] 5b25c5b242f6: Layer already exists [2020-06-12T05:46:19.406Z] 1.2.1-dev.4: digest: sha256:9435fda0bfcb997526436e68b7ad28950925169ffc8ed756061ac9d527cf46b9 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:46:19.747Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:f040f91db28658e22aee59e3eddee7a4993b8cd8-1.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:46:20.089Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:f040f91db28658e22aee59e3eddee7a4993b8cd8-1.2.1-dev.4 [2020-06-12T05:46:20.089Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-06-12T05:46:20.089Z] 5b25c5b242f6: Preparing [2020-06-12T05:46:20.089Z] 7eaab4edc2f8: Preparing [2020-06-12T05:46:20.089Z] b58eef359d53: Preparing [2020-06-12T05:46:20.089Z] e2f13739ad41: Preparing [2020-06-12T05:46:20.089Z] b58eef359d53: Layer already exists [2020-06-12T05:46:20.089Z] 7eaab4edc2f8: Layer already exists [2020-06-12T05:46:20.089Z] e2f13739ad41: Layer already exists [2020-06-12T05:46:20.089Z] 5b25c5b242f6: Layer already exists [2020-06-12T05:46:20.362Z] f040f91db28658e22aee59e3eddee7a4993b8cd8-1.2.1-dev.4: digest: sha256:9435fda0bfcb997526436e68b7ad28950925169ffc8ed756061ac9d527cf46b9 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:46:20.712Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:46:21.044Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [2020-06-12T05:46:21.044Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-06-12T05:46:21.044Z] 5b25c5b242f6: Preparing [2020-06-12T05:46:21.044Z] 7eaab4edc2f8: Preparing [2020-06-12T05:46:21.044Z] b58eef359d53: Preparing [2020-06-12T05:46:21.044Z] e2f13739ad41: Preparing [2020-06-12T05:46:21.044Z] 5b25c5b242f6: Layer already exists [2020-06-12T05:46:21.044Z] e2f13739ad41: Layer already exists [2020-06-12T05:46:21.044Z] 7eaab4edc2f8: Layer already exists [2020-06-12T05:46:21.044Z] b58eef359d53: Layer already exists [2020-06-12T05:46:21.318Z] master: digest: sha256:9435fda0bfcb997526436e68b7ad28950925169ffc8ed756061ac9d527cf46b9 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-12T05:46:21.940Z] + find /w/workspace/device-mqtt-go/10 [2020-06-12T05:46:21.940Z] + grep snapcraft.yaml [2020-06-12T05:46:21.940Z] + grep -Po ^name: \K(.*) /w/workspace/device-mqtt-go/10/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-12T05:46:22.085Z] provisioning config files... [2020-06-12T05:46:22.103Z] copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/10@tmp/config5513000309145795619tmp [Pipeline] { [Pipeline] sh [2020-06-12T05:46:22.471Z] + cp /w/workspace/device-mqtt-go/10@tmp/config5513000309145795619tmp /w/workspace/device-mqtt-go/10/edgex-snap-store-login [Pipeline] sh [2020-06-12T05:46:22.816Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/10:/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-12T05:46:22.816Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-06-12T05:46:23.092Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-06-12T05:46:23.092Z] b2f61026a351: Pulling fs layer [2020-06-12T05:46:23.092Z] 5538fb30c42c: Pulling fs layer [2020-06-12T05:46:23.092Z] f0b05810781a: Pulling fs layer [2020-06-12T05:46:23.092Z] 0180a33352d6: Pulling fs layer [2020-06-12T05:46:23.092Z] e7604b0c0f53: Pulling fs layer [2020-06-12T05:46:23.092Z] db689cb83ae0: Pulling fs layer [2020-06-12T05:46:23.092Z] 6138af208834: Pulling fs layer [2020-06-12T05:46:23.092Z] 007c8e8c5d63: Pulling fs layer [2020-06-12T05:46:23.092Z] 4f7a387c642f: Pulling fs layer [2020-06-12T05:46:23.092Z] db689cb83ae0: Waiting [2020-06-12T05:46:23.092Z] 6138af208834: Waiting [2020-06-12T05:46:23.092Z] 007c8e8c5d63: Waiting [2020-06-12T05:46:23.092Z] 4f7a387c642f: Waiting [2020-06-12T05:46:23.092Z] 0180a33352d6: Waiting [2020-06-12T05:46:23.092Z] e7604b0c0f53: Waiting [2020-06-12T05:46:23.092Z] f0b05810781a: Verifying Checksum [2020-06-12T05:46:23.092Z] f0b05810781a: Download complete [2020-06-12T05:46:23.092Z] 5538fb30c42c: Download complete [2020-06-12T05:46:23.092Z] 0180a33352d6: Download complete [2020-06-12T05:46:23.092Z] db689cb83ae0: Verifying Checksum [2020-06-12T05:46:23.092Z] db689cb83ae0: Download complete [2020-06-12T05:46:23.092Z] 6138af208834: Download complete [2020-06-12T05:46:23.092Z] 007c8e8c5d63: Verifying Checksum [2020-06-12T05:46:23.092Z] 007c8e8c5d63: Download complete [2020-06-12T05:46:23.093Z] 4f7a387c642f: Verifying Checksum [2020-06-12T05:46:23.093Z] 4f7a387c642f: Download complete [2020-06-12T05:46:24.085Z] b2f61026a351: Verifying Checksum [2020-06-12T05:46:24.085Z] b2f61026a351: Download complete [2020-06-12T05:46:27.473Z] b2f61026a351: Pull complete [2020-06-12T05:46:27.473Z] 5538fb30c42c: Pull complete [2020-06-12T05:46:27.802Z] f0b05810781a: Pull complete [2020-06-12T05:46:28.089Z] 0180a33352d6: Pull complete [2020-06-12T05:46:30.740Z] e7604b0c0f53: Download complete [2020-06-12T05:47:03.059Z] e7604b0c0f53: Pull complete [2020-06-12T05:47:03.060Z] db689cb83ae0: Pull complete [2020-06-12T05:47:03.060Z] 6138af208834: Pull complete [2020-06-12T05:47:03.060Z] 007c8e8c5d63: Pull complete [2020-06-12T05:47:03.060Z] 4f7a387c642f: Pull complete [2020-06-12T05:47:03.060Z] Digest: sha256:95de001a4645667c7ff44d03fa3a86afcf7622caf7559cdf0345329f515671b4 [2020-06-12T05:47:03.060Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-06-12T05:47:09.768Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-06-12T05:47:09.768Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-06-12T05:47:09.768Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-06-12T05:47:09.768Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-06-12T05:47:09.768Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1192 B] [2020-06-12T05:47:09.768Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3737 B] [2020-06-12T05:47:09.768Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1233 kB] [2020-06-12T05:47:10.361Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [879 kB] [2020-06-12T05:47:11.334Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] [2020-06-12T05:47:11.334Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [7827 B] [2020-06-12T05:47:11.334Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [606 kB] [2020-06-12T05:47:11.926Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [756 kB] [2020-06-12T05:47:12.517Z] Fetched 3747 kB in 4s (884 kB/s) [2020-06-12T05:47:17.897Z] Reading package lists... [2020-06-12T05:47:32.954Z] 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-12T05:47:38.601Z] Reading package lists... [2020-06-12T05:47:39.193Z] Building dependency tree... [2020-06-12T05:47:39.193Z] Reading state information... [2020-06-12T05:47:40.169Z] The following packages were automatically installed and are no longer required: [2020-06-12T05:47:40.169Z] libjq1 liblzo2-2 libonig4 [2020-06-12T05:47:40.169Z] Use 'sudo apt autoremove' to remove them. [2020-06-12T05:47:40.169Z] Suggested packages: [2020-06-12T05:47:40.169Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-06-12T05:47:40.169Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc [2020-06-12T05:47:40.169Z] keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc [2020-06-12T05:47:40.169Z] libterm-readline-gnu-perl | libterm-readline-perl-perl [2020-06-12T05:47:40.444Z] The following NEW packages will be installed: [2020-06-12T05:47:40.444Z] curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl [2020-06-12T05:47:40.444Z] libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 [2020-06-12T05:47:40.444Z] libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase [2020-06-12T05:47:40.444Z] openssh-client patch perl perl-modules-5.26 xauth [2020-06-12T05:47:41.039Z] 0 upgraded, 27 newly installed, 0 to remove and 10 not upgraded. [2020-06-12T05:47:41.039Z] Need to get 12.9 MB of archives. [2020-06-12T05:47:41.039Z] After this operation, 84.2 MB of additional disk space will be used. [2020-06-12T05:47:41.039Z] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxau6 arm64 1:1.0.8-1 [7590 B] [2020-06-12T05:47:41.039Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbsd0 arm64 0.8.7-1ubuntu0.1 [36.6 kB] [2020-06-12T05:47:41.310Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxdmcp6 arm64 1:1.1.2-3 [9694 B] [2020-06-12T05:47:41.310Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxcb1 arm64 1.13-2~ubuntu18.04 [37.3 kB] [2020-06-12T05:47:41.310Z] 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-12T05:47:41.581Z] 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-12T05:47:41.852Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxext6 arm64 2:1.3.3-1 [25.4 kB] [2020-06-12T05:47:41.852Z] 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-12T05:47:43.813Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] [2020-06-12T05:47:43.813Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] [2020-06-12T05:47:43.813Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] [2020-06-12T05:47:45.241Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] [2020-06-12T05:47:45.241Z] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] [2020-06-12T05:47:45.241Z] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.2 [69.3 kB] [2020-06-12T05:47:45.241Z] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] [2020-06-12T05:47:45.241Z] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libedit2 arm64 3.1-20170329-1 [63.4 kB] [2020-06-12T05:47:45.241Z] 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-12T05:47:45.241Z] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxmuu1 arm64 2:1.1.2-2 [9502 B] [2020-06-12T05:47:45.241Z] Get:19 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssh-client arm64 1:7.6p1-4ubuntu0.3 [527 kB] [2020-06-12T05:47:45.513Z] Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xauth arm64 1:1.0.10-1 [22.4 kB] [2020-06-12T05:47:45.513Z] Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.8 [152 kB] [2020-06-12T05:47:45.513Z] Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.8 [179 kB] [2020-06-12T05:47:45.513Z] Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] [2020-06-12T05:47:45.513Z] 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-12T05:47:45.784Z] Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] [2020-06-12T05:47:46.383Z] Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] [2020-06-12T05:47:46.383Z] Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] [2020-06-12T05:47:46.987Z] debconf: delaying package configuration, since apt-utils is not installed [2020-06-12T05:47:46.987Z] Fetched 12.9 MB in 6s (2237 kB/s) [2020-06-12T05:47:47.258Z] Selecting previously unselected package libxau6:arm64. [2020-06-12T05:47:47.258Z] (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-12T05:47:47.258Z] Preparing to unpack .../00-libxau6_1%3a1.0.8-1_arm64.deb ... [2020-06-12T05:47:47.258Z] Unpacking libxau6:arm64 (1:1.0.8-1) ... [2020-06-12T05:47:47.258Z] Selecting previously unselected package libbsd0:arm64. [2020-06-12T05:47:47.258Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_arm64.deb ... [2020-06-12T05:47:47.529Z] Unpacking libbsd0:arm64 (0.8.7-1ubuntu0.1) ... [2020-06-12T05:47:47.529Z] Selecting previously unselected package libxdmcp6:arm64. [2020-06-12T05:47:47.529Z] Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_arm64.deb ... [2020-06-12T05:47:47.529Z] Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... [2020-06-12T05:47:47.800Z] Selecting previously unselected package libxcb1:arm64. [2020-06-12T05:47:47.800Z] Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_arm64.deb ... [2020-06-12T05:47:47.800Z] Unpacking libxcb1:arm64 (1.13-2~ubuntu18.04) ... [2020-06-12T05:47:47.800Z] Selecting previously unselected package libx11-data. [2020-06-12T05:47:47.800Z] Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... [2020-06-12T05:47:47.800Z] Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-12T05:47:48.071Z] Selecting previously unselected package libx11-6:arm64. [2020-06-12T05:47:48.071Z] Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_arm64.deb ... [2020-06-12T05:47:48.071Z] Unpacking libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... [2020-06-12T05:47:48.342Z] Selecting previously unselected package libxext6:arm64. [2020-06-12T05:47:48.342Z] Preparing to unpack .../06-libxext6_2%3a1.3.3-1_arm64.deb ... [2020-06-12T05:47:48.342Z] Unpacking libxext6:arm64 (2:1.3.3-1) ... [2020-06-12T05:47:48.616Z] Selecting previously unselected package perl-modules-5.26. [2020-06-12T05:47:48.616Z] Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-06-12T05:47:48.616Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-12T05:47:50.048Z] Selecting previously unselected package libgdbm5:arm64. [2020-06-12T05:47:50.048Z] Preparing to unpack .../08-libgdbm5_1.14.1-6_arm64.deb ... [2020-06-12T05:47:50.048Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-06-12T05:47:50.048Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-06-12T05:47:50.319Z] Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-06-12T05:47:50.319Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-06-12T05:47:50.319Z] Selecting previously unselected package libperl5.26:arm64. [2020-06-12T05:47:50.319Z] Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... [2020-06-12T05:47:50.319Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-06-12T05:47:51.745Z] Selecting previously unselected package perl. [2020-06-12T05:47:51.745Z] Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_arm64.deb ... [2020-06-12T05:47:51.745Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-06-12T05:47:51.745Z] Selecting previously unselected package less. [2020-06-12T05:47:51.745Z] Preparing to unpack .../12-less_487-0.1_arm64.deb ... [2020-06-12T05:47:51.745Z] Unpacking less (487-0.1) ... [2020-06-12T05:47:52.018Z] Selecting previously unselected package libexpat1:arm64. [2020-06-12T05:47:52.018Z] Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_arm64.deb ... [2020-06-12T05:47:52.018Z] Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.2) ... [2020-06-12T05:47:52.018Z] Selecting previously unselected package netbase. [2020-06-12T05:47:52.018Z] Preparing to unpack .../14-netbase_5.4_all.deb ... [2020-06-12T05:47:52.018Z] Unpacking netbase (5.4) ... [2020-06-12T05:47:52.288Z] Selecting previously unselected package libedit2:arm64. [2020-06-12T05:47:52.288Z] Preparing to unpack .../15-libedit2_3.1-20170329-1_arm64.deb ... [2020-06-12T05:47:52.288Z] Unpacking libedit2:arm64 (3.1-20170329-1) ... [2020-06-12T05:47:52.561Z] Selecting previously unselected package libssl1.0.0:arm64. [2020-06-12T05:47:52.561Z] Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_arm64.deb ... [2020-06-12T05:47:52.561Z] Unpacking libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... [2020-06-12T05:47:52.832Z] Selecting previously unselected package libxmuu1:arm64. [2020-06-12T05:47:52.832Z] Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_arm64.deb ... [2020-06-12T05:47:52.832Z] Unpacking libxmuu1:arm64 (2:1.1.2-2) ... [2020-06-12T05:47:52.832Z] Selecting previously unselected package openssh-client. [2020-06-12T05:47:52.832Z] Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_arm64.deb ... [2020-06-12T05:47:52.832Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-12T05:47:53.105Z] Selecting previously unselected package xauth. [2020-06-12T05:47:53.105Z] Preparing to unpack .../19-xauth_1%3a1.0.10-1_arm64.deb ... [2020-06-12T05:47:53.105Z] Unpacking xauth (1:1.0.10-1) ... [2020-06-12T05:47:53.105Z] Selecting previously unselected package curl. [2020-06-12T05:47:53.105Z] Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_arm64.deb ... [2020-06-12T05:47:53.377Z] Unpacking curl (7.58.0-2ubuntu3.8) ... [2020-06-12T05:47:53.377Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-06-12T05:47:53.377Z] Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_arm64.deb ... [2020-06-12T05:47:53.377Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... [2020-06-12T05:47:53.650Z] Selecting previously unselected package liberror-perl. [2020-06-12T05:47:53.650Z] Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... [2020-06-12T05:47:53.650Z] Unpacking liberror-perl (0.17025-1) ... [2020-06-12T05:47:53.650Z] Selecting previously unselected package git-man. [2020-06-12T05:47:53.650Z] Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-06-12T05:47:53.650Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-12T05:47:53.921Z] Selecting previously unselected package git. [2020-06-12T05:47:53.921Z] Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-06-12T05:47:53.921Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-06-12T05:47:55.354Z] Selecting previously unselected package make. [2020-06-12T05:47:55.354Z] Preparing to unpack .../25-make_4.1-9.1ubuntu1_arm64.deb ... [2020-06-12T05:47:55.354Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-06-12T05:47:55.354Z] Selecting previously unselected package patch. [2020-06-12T05:47:55.354Z] Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-06-12T05:47:55.354Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-06-12T05:47:55.354Z] Setting up libedit2:arm64 (3.1-20170329-1) ... [2020-06-12T05:47:55.625Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-12T05:47:55.625Z] Setting up libexpat1:arm64 (2.2.5-3ubuntu0.2) ... [2020-06-12T05:47:55.625Z] Setting up less (487-0.1) ... [2020-06-12T05:47:55.895Z] Setting up make (4.1-9.1ubuntu1) ... [2020-06-12T05:47:55.895Z] Setting up libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... [2020-06-12T05:47:56.487Z] Setting up curl (7.58.0-2ubuntu3.8) ... [2020-06-12T05:47:56.487Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... [2020-06-12T05:47:56.487Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-12T05:47:56.487Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-06-12T05:47:56.487Z] Setting up libbsd0:arm64 (0.8.7-1ubuntu0.1) ... [2020-06-12T05:47:56.758Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-06-12T05:47:56.758Z] Setting up libxdmcp6:arm64 (1:1.1.2-3) ... [2020-06-12T05:47:56.758Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-06-12T05:47:56.758Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-12T05:47:57.028Z] Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-12T05:47:57.028Z] Setting up libxau6:arm64 (1:1.0.8-1) ... [2020-06-12T05:47:57.299Z] Setting up netbase (5.4) ... [2020-06-12T05:47:57.299Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-06-12T05:47:57.299Z] Setting up libxcb1:arm64 (1.13-2~ubuntu18.04) ... [2020-06-12T05:47:57.299Z] Setting up libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... [2020-06-12T05:47:57.299Z] Setting up libxmuu1:arm64 (2:1.1.2-2) ... [2020-06-12T05:47:57.299Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-06-12T05:47:57.299Z] Setting up libxext6:arm64 (2:1.3.3-1) ... [2020-06-12T05:47:57.570Z] Setting up liberror-perl (0.17025-1) ... [2020-06-12T05:47:57.570Z] Setting up xauth (1:1.0.10-1) ... [2020-06-12T05:47:57.570Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-06-12T05:47:57.570Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-06-12T05:48:05.818Z] curl set to automatically installed. [2020-06-12T05:48:05.818Z] git set to automatically installed. [2020-06-12T05:48:05.818Z] git-man set to automatically installed. [2020-06-12T05:48:05.818Z] less set to automatically installed. [2020-06-12T05:48:05.818Z] libbsd0 set to automatically installed. [2020-06-12T05:48:05.818Z] libcurl3-gnutls set to automatically installed. [2020-06-12T05:48:05.818Z] libedit2 set to automatically installed. [2020-06-12T05:48:05.818Z] liberror-perl set to automatically installed. [2020-06-12T05:48:05.818Z] libexpat1 set to automatically installed. [2020-06-12T05:48:05.818Z] libgdbm-compat4 set to automatically installed. [2020-06-12T05:48:05.818Z] libgdbm5 set to automatically installed. [2020-06-12T05:48:05.818Z] libperl5.26 set to automatically installed. [2020-06-12T05:48:05.818Z] libssl1.0.0 set to automatically installed. [2020-06-12T05:48:05.818Z] libx11-6 set to automatically installed. [2020-06-12T05:48:05.818Z] libx11-data set to automatically installed. [2020-06-12T05:48:05.818Z] libxau6 set to automatically installed. [2020-06-12T05:48:05.819Z] libxcb1 set to automatically installed. [2020-06-12T05:48:05.819Z] libxdmcp6 set to automatically installed. [2020-06-12T05:48:05.819Z] libxext6 set to automatically installed. [2020-06-12T05:48:05.819Z] libxmuu1 set to automatically installed. [2020-06-12T05:48:05.819Z] make set to automatically installed. [2020-06-12T05:48:05.819Z] netbase set to automatically installed. [2020-06-12T05:48:05.819Z] openssh-client set to automatically installed. [2020-06-12T05:48:05.819Z] patch set to automatically installed. [2020-06-12T05:48:05.819Z] perl set to automatically installed. [2020-06-12T05:48:05.819Z] perl-modules-5.26 set to automatically installed. [2020-06-12T05:48:05.819Z] xauth set to automatically installed. [2020-06-12T05:48:05.819Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-06-12T05:48:05.819Z] Please ensure the environment is properly setup before continuing. [2020-06-12T05:48:05.819Z] Ignore this message if the appropriate measures have already been taken [2020-06-12T05:48:05.819Z] Pulling go [2020-06-12T05:48:10.113Z] 'device-mqtt' has dependencies that need to be staged: go [2020-06-12T05:48:10.113Z] Skipping pull go (already ran) [2020-06-12T05:48:10.113Z] Building go [2020-06-12T05:48:10.113Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-06-12T05:48:10.113Z] Dload Upload Total Spent Left Speed [2020-06-12T05:48:11.659Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 34 93.0M 34 31.8M 0 0 37.8M 0 0:00:02 --:--:-- 0:00:02 37.8M 95 93.0M 95 89.2M 0 0 48.5M 0 0:00:01 0:00:01 --:--:-- 48.5M 100 93.0M 100 93.0M 0 0 48.8M 0 0:00:01 0:00:01 --:--:-- 48.8M [2020-06-12T05:48:13.086Z] go1.13.5.linux-arm64.tar.gz: OK [2020-06-12T05:48:35.211Z] Staging go [2020-06-12T05:48:37.180Z] Pulling device-mqtt [2020-06-12T05:48:40.548Z] Skipping build go (already ran) [2020-06-12T05:48:40.548Z] Building device-mqtt [2020-06-12T05:48:40.548Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.1-dev.4" -o cmd/device-mqtt ./cmd [2020-06-12T05:48:41.526Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-12T05:48:41.526Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-12T05:48:41.527Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-12T05:48:41.527Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-12T05:48:41.527Z] go: downloading github.com/spf13/cast v1.3.0 [2020-06-12T05:48:41.527Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-12T05:48:41.527Z] go: extracting github.com/spf13/cast v1.3.0 [2020-06-12T05:48:41.527Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-12T05:48:41.527Z] go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-12T05:48:41.527Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-12T05:48:41.527Z] go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-12T05:48:41.527Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-06-12T05:48:41.527Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-12T05:48:41.801Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-06-12T05:48:41.801Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-06-12T05:48:41.801Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-12T05:48:41.801Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-06-12T05:48:41.801Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-06-12T05:48:41.801Z] go: downloading github.com/google/uuid v1.1.1 [2020-06-12T05:48:41.801Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-12T05:48:41.801Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-06-12T05:48:41.801Z] go: downloading github.com/pkg/errors v0.8.1 [2020-06-12T05:48:41.801Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-12T05:48:41.801Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-12T05:48:41.801Z] go: extracting github.com/google/uuid v1.1.1 [2020-06-12T05:48:41.801Z] go: extracting github.com/pkg/errors v0.8.1 [2020-06-12T05:48:41.801Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-06-12T05:48:41.801Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-12T05:48:41.801Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-12T05:48:42.080Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-12T05:48:42.080Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-12T05:48:42.080Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-06-12T05:48:42.080Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-12T05:48:42.080Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-06-12T05:48:42.080Z] go: downloading github.com/x448/float16 v0.8.4 [2020-06-12T05:48:42.080Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-06-12T05:48:42.080Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-06-12T05:48:42.080Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-12T05:48:42.080Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-06-12T05:48:42.080Z] go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-12T05:48:42.080Z] go: extracting github.com/x448/float16 v0.8.4 [2020-06-12T05:48:42.080Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-06-12T05:48:42.080Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-12T05:48:42.080Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-06-12T05:48:42.080Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-12T05:48:42.080Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-06-12T05:48:42.080Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-06-12T05:48:42.080Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-06-12T05:48:42.080Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-06-12T05:48:42.080Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-12T05:48:42.080Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-06-12T05:48:42.361Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-06-12T05:48:42.361Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-12T05:48:42.361Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-06-12T05:48:42.361Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-12T05:48:42.361Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-12T05:48:42.361Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-12T05:48:42.361Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-06-12T05:48:42.361Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-06-12T05:48:42.637Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-06-12T05:48:42.637Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-12T05:48:42.637Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-12T05:48:42.638Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-12T05:48:42.638Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-12T05:48:42.638Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-06-12T05:48:42.638Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-06-12T05:48:42.638Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-12T05:48:42.638Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-12T05:48:42.638Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-12T05:48:42.638Z] go: finding github.com/spf13/cast v1.3.0 [2020-06-12T05:48:42.638Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-12T05:48:42.911Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-12T05:48:42.911Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-12T05:48:42.911Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-12T05:48:42.911Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-12T05:48:42.911Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-12T05:48:42.911Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-12T05:48:42.911Z] go: finding github.com/google/uuid v1.1.1 [2020-06-12T05:48:42.911Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-12T05:48:42.911Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-12T05:48:42.911Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-12T05:48:42.911Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-12T05:48:42.911Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-12T05:48:42.911Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-12T05:48:42.911Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-12T05:48:42.911Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-12T05:48:42.911Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-12T05:48:42.911Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-12T05:48:42.911Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-12T05:48:42.911Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-12T05:48:42.911Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-12T05:48:42.911Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-12T05:48:42.911Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-12T05:48:42.911Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-12T05:48:42.912Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-12T05:48:42.912Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-12T05:48:43.189Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-12T05:48:43.189Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-12T05:48:43.189Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-12T05:49:15.767Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-12T05:49:30.823Z] Skipping stage go (already ran) [2020-06-12T05:49:30.823Z] Staging device-mqtt [2020-06-12T05:49:32.788Z] Priming go [2020-06-12T05:49:36.157Z] Priming device-mqtt [2020-06-12T05:49:39.534Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-06-12T05:49:39.534Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-06-12T05:49:39.534Z] Determining the version from the project repo (version-script). [2020-06-12T05:49:39.534Z] The version has been set to '1.2.1-dev.4-20200612+f040f91' [2020-06-12T05:49:39.534Z] Snapping 'edgex-device-mqtt' ... [2020-06-12T05:49:43.841Z] [2020-06-12T05:49:43.842Z] Snapped edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap [2020-06-12T05:49:49.232Z] [2020-06-12T05:49:49.232Z] Login successful. You now have these capabilities: [2020-06-12T05:49:49.232Z] [2020-06-12T05:49:49.232Z] snaps: No restriction [2020-06-12T05:49:49.232Z] channels: No restriction [2020-06-12T05:49:49.232Z] permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] [2020-06-12T05:49:49.232Z] expires: 2020-06-19T16:50:48.252993 [2020-06-12T05:49:49.232Z] [2020-06-12T05:49:52.610Z] Preparing to push 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap'. [2020-06-12T05:49:52.610Z] After pushing, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. [2020-06-12T05:49:52.610Z] Install the review-tools from the Snap Store for enhanced checks before uploading this snap. [2020-06-12T05:49:55.975Z] Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [ ] 0% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [ ] 1% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [ ] 2% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [ ] 3% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [ ] 4% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [ ] 5% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [ ] 6% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [ ] 7% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [ ] 8% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [ ] 9% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [ ] 10% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [ ] 11% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [ ] 12% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [ ] 13% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [ ] 14% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [ ] 16% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [ ] 17% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [ ] 18% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [ ] 19% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [ ] 20% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [ ] 21% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [ ] 22% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [ ] 23% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [ ] 24% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [= ] 25% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [= ] 26% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [= ] 27% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [= ] 28% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [= ] 29% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [= ] 30% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [= ] 32% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [= ] 33% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [= ] 34% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [= ] 35% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [= ] 36% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [= ] 37% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [= ] 38% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [= ] 39% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [= ] 40% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [= ] 41% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [= ] 42% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [= ] 43% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [= ] 44% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [= ] 45% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [= ] 46% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [= ] 48% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [= ] 49% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [== ] 50% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [== ] 51% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [== ] 52% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [== ] 53% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [== ] 54% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [== ] 55% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [== ] 56% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [== ] 57% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [== ] 58% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [== ] 59% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [== ] 60% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [== ] 61% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [== ] 62% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [== ] 64% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [== ] 65% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [== ] 66% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [== ] 67% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [== ] 68% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [== ] 69% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [== ] 70% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [== ] 71% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [== ] 72% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [== ] 73% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [== ] 74% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [=== ] 75% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [=== ] 76% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [=== ] 77% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [=== ] 78% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [=== ] 80% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [=== ] 81% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [=== ] 82% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [=== ] 83% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [=== ] 84% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [=== ] 85% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [=== ] 86% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [=== ] 87% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [=== ] 88% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [=== ] 89% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [=== ] 90% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [=== ] 91% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [=== ] 92% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [=== ] 93% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [=== ] 94% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [=== ] 96% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [=== ] 97% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [=== ] 98% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [=== ] 99% Pushing 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [====] 100% [2020-06-12T05:50:09.296Z] 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-12T05:50:09.296Z] Revision 1236 of 'edgex-device-mqtt' created. [2020-06-12T05:50:10.719Z] 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-12T05:50:10.719Z] Track Arch Channel Version Revision Notes [2020-06-12T05:50:10.719Z] edinburgh arm64 stable 1.0.0-20190627+29babbb 112 - [2020-06-12T05:50:10.719Z] candidate 1.0.0-20190627+29babbb 112 - [2020-06-12T05:50:10.719Z] beta 1.0.0-20190801+fd7235a 241 - [2020-06-12T05:50:10.719Z] edge 1.0.0-20200107+8d32c65 944 - [2020-06-12T05:50:10.719Z] fuji arm64 stable 1.1.1-20200311+f519bc1 1097 - [2020-06-12T05:50:10.719Z] candidate ^ ^ - [2020-06-12T05:50:10.719Z] beta 1.1.1-20200311+f519bc1 1097 - [2020-06-12T05:50:10.719Z] edge 1.1.1-20200421+f519bc1 1174 - [2020-06-12T05:50:10.719Z] geneva arm64 stable 1.2.0-20200520+8b9d451 1187 - [2020-06-12T05:50:10.719Z] candidate ^ ^ - [2020-06-12T05:50:10.719Z] beta ^ ^ - [2020-06-12T05:50:10.719Z] edge ^ ^ - [2020-06-12T05:50:10.719Z] latest arm64 stable 1.2.0-20200520+8b9d451 1187 - [2020-06-12T05:50:10.719Z] candidate 1.2.0-20200520+8b9d451 1187 - [2020-06-12T05:50:10.719Z] beta 1.2.0-20200520+8b9d451 1187 - [2020-06-12T05:50:10.719Z] edge 1.2.1-dev.4-20200612+f040f91 1236 - [2020-06-12T05:50:14.091Z] Pushing metadata from 'edgex-device-mqtt_1.2.1-dev.4-20200612+f040f91_arm64.snap' [2020-06-12T05:50:17.458Z] The metadata has been pushed [Pipeline] } [2020-06-12T05:50:20.085Z] 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-12T05:50:20.711Z] provisioning config files... [2020-06-12T05:50:20.728Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config2124269843603824698tmp [Pipeline] { [Pipeline] sh [2020-06-12T05:50:21.080Z] + curl -s https://codecov.io/bash [2020-06-12T05:50:21.080Z] + bash -s - -t @/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config2124269843603824698tmp [2020-06-12T05:50:21.343Z] [2020-06-12T05:50:21.343Z] _____ _ [2020-06-12T05:50:21.343Z] / ____| | | [2020-06-12T05:50:21.343Z] | | ___ __| | ___ ___ _____ __ [2020-06-12T05:50:21.343Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-06-12T05:50:21.343Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-06-12T05:50:21.343Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-06-12T05:50:21.343Z] Bash-20200602-f809a24 [2020-06-12T05:50:21.343Z] [2020-06-12T05:50:21.343Z] [2020-06-12T05:50:21.343Z] ==> Jenkins CI detected. [2020-06-12T05:50:21.343Z] project root: . [2020-06-12T05:50:21.343Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-06-12T05:50:21.343Z] ==> Running gcov in . (disable via -X gcov) [2020-06-12T05:50:21.343Z] ==> Python coveragepy not found [2020-06-12T05:50:21.343Z] ==> Searching for coverage reports in: [2020-06-12T05:50:21.343Z] + . [2020-06-12T05:50:21.343Z] -> Found 1 reports [2020-06-12T05:50:21.343Z] ==> Detecting git/mercurial file structure [2020-06-12T05:50:21.343Z] ==> Reading reports [2020-06-12T05:50:21.343Z] + ./coverage.out bytes=18939 [2020-06-12T05:50:21.343Z] ==> Appending adjustments [2020-06-12T05:50:21.343Z] https://docs.codecov.io/docs/fixing-reports [2020-06-12T05:50:21.343Z] + Found adjustments [2020-06-12T05:50:21.343Z] ==> Gzipping contents [2020-06-12T05:50:21.343Z] ==> Uploading reports [2020-06-12T05:50:21.343Z] url: https://codecov.io [2020-06-12T05:50:21.343Z] query: branch=master&commit=f040f91db28658e22aee59e3eddee7a4993b8cd8&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F10%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job= [2020-06-12T05:50:21.343Z] -> Pinging Codecov [2020-06-12T05:50:21.343Z] https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=master&commit=f040f91db28658e22aee59e3eddee7a4993b8cd8&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F10%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job= [2020-06-12T05:50:21.916Z] -> Uploading [2020-06-12T05:50:22.488Z] -> View reports at https://codecov.io/github/edgexfoundry/device-mqtt-go/commit/f040f91db28658e22aee59e3eddee7a4993b8cd8 [Pipeline] } [2020-06-12T05:50:22.497Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-06-12T05:50:22.676Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-06-12T05:50:22.678Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-06-12T05:50:22.714Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:50:23.033Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-12T05:50:23.033Z] [2020-06-12T05:50:23.033Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:50:23.357Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-12T05:50:23.358Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-06-12T05:50:23.358Z] cbdbe7a5bc2a: Pulling fs layer [2020-06-12T05:50:23.358Z] 408f87550127: Pulling fs layer [2020-06-12T05:50:23.358Z] fe522b08c979: Pulling fs layer [2020-06-12T05:50:23.358Z] 221eaa008020: Pulling fs layer [2020-06-12T05:50:23.358Z] 2a4607e5d6b9: Pulling fs layer [2020-06-12T05:50:23.358Z] 8f79b27c4fd2: Pulling fs layer [2020-06-12T05:50:23.358Z] e5c8dbe1645b: Pulling fs layer [2020-06-12T05:50:23.358Z] 23e8b3b47431: Pulling fs layer [2020-06-12T05:50:23.358Z] 5c568d65a230: Pulling fs layer [2020-06-12T05:50:23.358Z] 8f79b27c4fd2: Waiting [2020-06-12T05:50:23.358Z] e5c8dbe1645b: Waiting [2020-06-12T05:50:23.358Z] 23e8b3b47431: Waiting [2020-06-12T05:50:23.358Z] 5c568d65a230: Waiting [2020-06-12T05:50:23.358Z] 221eaa008020: Waiting [2020-06-12T05:50:23.358Z] 2a4607e5d6b9: Waiting [2020-06-12T05:50:23.358Z] fe522b08c979: Verifying Checksum [2020-06-12T05:50:23.358Z] fe522b08c979: Download complete [2020-06-12T05:50:23.358Z] 408f87550127: Download complete [2020-06-12T05:50:23.358Z] 2a4607e5d6b9: Verifying Checksum [2020-06-12T05:50:23.358Z] 2a4607e5d6b9: Download complete [2020-06-12T05:50:23.358Z] 8f79b27c4fd2: Verifying Checksum [2020-06-12T05:50:23.358Z] 8f79b27c4fd2: Download complete [2020-06-12T05:50:23.358Z] cbdbe7a5bc2a: Download complete [2020-06-12T05:50:23.632Z] e5c8dbe1645b: Verifying Checksum [2020-06-12T05:50:23.632Z] e5c8dbe1645b: Download complete [2020-06-12T05:50:23.909Z] cbdbe7a5bc2a: Pull complete [2020-06-12T05:50:24.179Z] 23e8b3b47431: Verifying Checksum [2020-06-12T05:50:24.179Z] 23e8b3b47431: Download complete [2020-06-12T05:50:24.449Z] 408f87550127: Pull complete [2020-06-12T05:50:24.449Z] 5c568d65a230: Verifying Checksum [2020-06-12T05:50:24.449Z] 5c568d65a230: Download complete [2020-06-12T05:50:24.449Z] fe522b08c979: Pull complete [2020-06-12T05:50:25.034Z] 221eaa008020: Verifying Checksum [2020-06-12T05:50:25.034Z] 221eaa008020: Download complete [2020-06-12T05:50:30.368Z] 221eaa008020: Pull complete [2020-06-12T05:50:30.368Z] 2a4607e5d6b9: Pull complete [2020-06-12T05:50:30.630Z] 8f79b27c4fd2: Pull complete [2020-06-12T05:50:32.556Z] e5c8dbe1645b: Pull complete [2020-06-12T05:50:35.872Z] 23e8b3b47431: Pull complete [2020-06-12T05:50:37.262Z] 5c568d65a230: Pull complete [2020-06-12T05:50:37.262Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-06-12T05:50:37.262Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-12T05:50:37.262Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-06-12T05:50:37.416Z] prd-centos7-docker-4c-2g-2707 does not seem to be running inside a container [2020-06-12T05:50:37.463Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-06-12T05:50:38.174Z] $ docker top 34f17eb0b46ce7c3e151e0e99974ab2cfca0837739932f5943674c374ae4f540 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-12T05:50:38.602Z] + snyk monitor '--org=edgex-jenkins' [2020-06-12T05:50:48.893Z] [2020-06-12T05:50:48.893Z] Monitoring /w/workspace/gexfoundry_device-mqtt-go_master (github.com/edgexfoundry/device-mqtt-go)... [2020-06-12T05:50:48.893Z] [2020-06-12T05:50:48.893Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6acecf1b-85ea-4374-bf84-4fa5a6e664d0/history/03f8d472-e588-4d45-ae1c-776e97b18c1d [2020-06-12T05:50:48.893Z] [2020-06-12T05:50:48.893Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-06-12T05:50:48.893Z] [2020-06-12T05:50:48.893Z] [Pipeline] } [2020-06-12T05:50:48.906Z] $ docker stop --time=1 34f17eb0b46ce7c3e151e0e99974ab2cfca0837739932f5943674c374ae4f540 [2020-06-12T05:50:51.553Z] $ docker rm -f 34f17eb0b46ce7c3e151e0e99974ab2cfca0837739932f5943674c374ae4f540 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:50:52.373Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-12T05:50:52.373Z] [2020-06-12T05:50:52.373Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:50:52.717Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-12T05:50:52.717Z] latest: Pulling from edgex-devops/edgex-klar [2020-06-12T05:50:52.717Z] e7c96db7181b: Pulling fs layer [2020-06-12T05:50:52.717Z] 1868ca2cb446: Pulling fs layer [2020-06-12T05:50:52.717Z] 136be5d0fe8e: Pulling fs layer [2020-06-12T05:50:52.717Z] 894bfe63afcb: Pulling fs layer [2020-06-12T05:50:52.717Z] 894bfe63afcb: Waiting [2020-06-12T05:50:52.717Z] 1868ca2cb446: Verifying Checksum [2020-06-12T05:50:52.717Z] 1868ca2cb446: Download complete [2020-06-12T05:50:52.717Z] 136be5d0fe8e: Download complete [2020-06-12T05:50:52.717Z] e7c96db7181b: Verifying Checksum [2020-06-12T05:50:52.717Z] e7c96db7181b: Download complete [2020-06-12T05:50:52.717Z] 894bfe63afcb: Verifying Checksum [2020-06-12T05:50:52.717Z] 894bfe63afcb: Download complete [2020-06-12T05:50:52.980Z] e7c96db7181b: Pull complete [2020-06-12T05:50:53.244Z] 1868ca2cb446: Pull complete [2020-06-12T05:50:53.244Z] 136be5d0fe8e: Pull complete [2020-06-12T05:50:53.505Z] 894bfe63afcb: Pull complete [2020-06-12T05:50:53.505Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-06-12T05:50:53.766Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-12T05:50:53.766Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-06-12T05:50:53.872Z] prd-centos7-docker-4c-2g-2707 does not seem to be running inside a container [2020-06-12T05:50:53.917Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-12T05:50:55.032Z] $ docker top 8301163fbd3d6c4203295791a451a4ddfe45637c3c3ef70521ab12411284cf11 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-12T05:50:55.481Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:f040f91db28658e22aee59e3eddee7a4993b8cd8 [2020-06-12T05:50:55.481Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-12T05:50:59.772Z] $ docker stop --time=1 8301163fbd3d6c4203295791a451a4ddfe45637c3c3ef70521ab12411284cf11 [2020-06-12T05:51:01.085Z] $ docker rm -f 8301163fbd3d6c4203295791a451a4ddfe45637c3c3ef70521ab12411284cf11 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:51:01.515Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-12T05:51:01.515Z] . [Pipeline] withDockerContainer [2020-06-12T05:51:01.618Z] prd-centos7-docker-4c-2g-2707 does not seem to be running inside a container [2020-06-12T05:51:01.660Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-12T05:51:02.218Z] $ docker top 3e36fcabd965953e2d4ee4b5b16db75e8acb884be7277330669306e576cb0322 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-12T05:51:02.671Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:f040f91db28658e22aee59e3eddee7a4993b8cd8 [2020-06-12T05:51:02.671Z] + tee [2020-06-12T05:51:02.671Z] clair timeout 1m0s [2020-06-12T05:51:02.671Z] docker timeout: 1m0s [2020-06-12T05:51:02.671Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-12T05:51:03.304Z] $ docker stop --time=1 3e36fcabd965953e2d4ee4b5b16db75e8acb884be7277330669306e576cb0322 [2020-06-12T05:51:04.651Z] $ docker rm -f 3e36fcabd965953e2d4ee4b5b16db75e8acb884be7277330669306e576cb0322 [Pipeline] // withDockerContainer [Pipeline] sh [2020-06-12T05:51:05.067Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports [Pipeline] echo [2020-06-12T05:51:05.078Z] Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports/clair_results_docker-device-mqtt-go_f040f91db28658e22aee59e3eddee7a4993b8cd8.html [Pipeline] writeFile [Pipeline] step [2020-06-12T05:51:05.106Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:51:05.430Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-12T05:51:05.430Z] . [Pipeline] withDockerContainer [2020-06-12T05:51:05.533Z] prd-centos7-docker-4c-2g-2707 does not seem to be running inside a container [2020-06-12T05:51:05.580Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-12T05:51:06.307Z] $ docker top 9bfb9915aff4722ef90a40357e9d3ec3b8f382d3c495523abef6c1fecbde9a25 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-12T05:51:06.775Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:f040f91db28658e22aee59e3eddee7a4993b8cd8 [2020-06-12T05:51:06.776Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-12T05:51:10.259Z] $ docker stop --time=1 9bfb9915aff4722ef90a40357e9d3ec3b8f382d3c495523abef6c1fecbde9a25 [2020-06-12T05:51:11.667Z] $ docker rm -f 9bfb9915aff4722ef90a40357e9d3ec3b8f382d3c495523abef6c1fecbde9a25 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:51:12.086Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-12T05:51:12.086Z] . [Pipeline] withDockerContainer [2020-06-12T05:51:12.192Z] prd-centos7-docker-4c-2g-2707 does not seem to be running inside a container [2020-06-12T05:51:12.235Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-12T05:51:12.872Z] $ docker top 8d323504a4ea753d6d2e331363492bfed30f6c8789bbe885114e349bc6f21139 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-12T05:51:13.402Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:f040f91db28658e22aee59e3eddee7a4993b8cd8 [2020-06-12T05:51:13.402Z] + tee [2020-06-12T05:51:13.402Z] clair timeout 1m0s [2020-06-12T05:51:13.402Z] docker timeout: 1m0s [2020-06-12T05:51:13.402Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-12T05:51:14.040Z] $ docker stop --time=1 8d323504a4ea753d6d2e331363492bfed30f6c8789bbe885114e349bc6f21139 [2020-06-12T05:51:15.404Z] $ docker rm -f 8d323504a4ea753d6d2e331363492bfed30f6c8789bbe885114e349bc6f21139 [Pipeline] // withDockerContainer [Pipeline] sh [2020-06-12T05:51:15.830Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports [Pipeline] echo [2020-06-12T05:51:15.843Z] Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports/clair_results_docker-device-mqtt-go-arm64_f040f91db28658e22aee59e3eddee7a4993b8cd8.html [Pipeline] writeFile [Pipeline] step [2020-06-12T05:51:15.871Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:51:16.415Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-12T05:51:16.415Z] . [Pipeline] withDockerContainer [2020-06-12T05:51:16.514Z] prd-centos7-docker-4c-2g-2707 does not seem to be running inside a container [2020-06-12T05:51:16.558Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-12T05:51:17.228Z] $ docker top 56c317c8d22693dd3ae7fd9c88ab8848111f7746a79f9d20df4855a8cf17df66 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-12T05:51:17.429Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-12T05:51:17.429Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-12T05:51:17.652Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-12T05:51:17.654Z] $ docker exec 56c317c8d22693dd3ae7fd9c88ab8848111f7746a79f9d20df4855a8cf17df66 ssh-agent [2020-06-12T05:51:17.829Z] SSH_AUTH_SOCK=/tmp/ssh-YAtPiqnkOHAi/agent.11 [2020-06-12T05:51:17.829Z] SSH_AGENT_PID=17 [2020-06-12T05:51:17.836Z] Running ssh-add (command line suppressed) [2020-06-12T05:51:17.968Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_8486189205339210013.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_8486189205339210013.key) [2020-06-12T05:51:18.034Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-12T05:51:18.348Z] + git semver tag [2020-06-12T05:51:18.348Z] # -> Open(): unable to determine branch for HEAD [2020-06-12T05:51:18.348Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2020-06-12T05:51:18.348Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2020-06-12T05:51:18.348Z] # $SEMVER_REMOTE_NAME = origin [2020-06-12T05:51:18.348Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-12T05:51:18.348Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-12T05:51:18.348Z] # $SEMVER_BRANCH = master [2020-06-12T05:51:18.348Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [2020-06-12T05:51:18.348Z] # f040f91db28658e22aee59e3eddee7a4993b8cd8 HEAD [2020-06-12T05:51:18.348Z] # -> Force: false [2020-06-12T05:51:18.348Z] # c4be7a893a728883cba5187d266b02c218fe599f refs/tags/v1.2.1-dev.4 [Pipeline] } [2020-06-12T05:51:18.359Z] $ docker exec --env ******** --env ******** 56c317c8d22693dd3ae7fd9c88ab8848111f7746a79f9d20df4855a8cf17df66 ssh-agent -k [2020-06-12T05:51:18.486Z] unset SSH_AUTH_SOCK; [2020-06-12T05:51:18.486Z] unset SSH_AGENT_PID; [2020-06-12T05:51:18.486Z] echo Agent pid 17 killed; [2020-06-12T05:51:18.539Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-12T05:51:18.922Z] + git semver [Pipeline] } [2020-06-12T05:51:18.936Z] $ docker stop --time=1 56c317c8d22693dd3ae7fd9c88ab8848111f7746a79f9d20df4855a8cf17df66 [2020-06-12T05:51:20.288Z] $ docker rm -f 56c317c8d22693dd3ae7fd9c88ab8848111f7746a79f9d20df4855a8cf17df66 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:51:20.800Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-12T05:51:20.800Z] [2020-06-12T05:51:20.800Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:51:21.124Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-12T05:51:21.124Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-06-12T05:51:21.124Z] ab5ef0e58194: Pulling fs layer [2020-06-12T05:51:21.124Z] 9712f1f96733: Pulling fs layer [2020-06-12T05:51:21.124Z] 63f879dbbcfc: Pulling fs layer [2020-06-12T05:51:21.124Z] 0d9ebad4ef96: Pulling fs layer [2020-06-12T05:51:21.124Z] e9a5061849ea: Pulling fs layer [2020-06-12T05:51:21.124Z] d747dcd14b5f: Pulling fs layer [2020-06-12T05:51:21.124Z] 2de7ff778b66: Pulling fs layer [2020-06-12T05:51:21.124Z] e9a5061849ea: Waiting [2020-06-12T05:51:21.124Z] d747dcd14b5f: Waiting [2020-06-12T05:51:21.124Z] 2de7ff778b66: Waiting [2020-06-12T05:51:21.124Z] 0d9ebad4ef96: Waiting [2020-06-12T05:51:21.124Z] 9712f1f96733: Download complete [2020-06-12T05:51:22.099Z] 63f879dbbcfc: Verifying Checksum [2020-06-12T05:51:22.099Z] 63f879dbbcfc: Download complete [2020-06-12T05:51:22.099Z] e9a5061849ea: Verifying Checksum [2020-06-12T05:51:22.099Z] e9a5061849ea: Download complete [2020-06-12T05:51:22.099Z] d747dcd14b5f: Verifying Checksum [2020-06-12T05:51:22.099Z] d747dcd14b5f: Download complete [2020-06-12T05:51:22.692Z] 0d9ebad4ef96: Verifying Checksum [2020-06-12T05:51:22.692Z] 0d9ebad4ef96: Download complete [2020-06-12T05:51:22.692Z] 2de7ff778b66: Verifying Checksum [2020-06-12T05:51:22.692Z] 2de7ff778b66: Download complete [2020-06-12T05:51:22.692Z] ab5ef0e58194: Verifying Checksum [2020-06-12T05:51:22.692Z] ab5ef0e58194: Download complete [2020-06-12T05:51:26.914Z] ab5ef0e58194: Pull complete [2020-06-12T05:51:26.914Z] 9712f1f96733: Pull complete [2020-06-12T05:51:29.468Z] 63f879dbbcfc: Pull complete [2020-06-12T05:51:37.625Z] 0d9ebad4ef96: Pull complete [2020-06-12T05:51:37.625Z] e9a5061849ea: Pull complete [2020-06-12T05:51:37.625Z] d747dcd14b5f: Pull complete [2020-06-12T05:51:40.180Z] 2de7ff778b66: Pull complete [2020-06-12T05:51:40.442Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-06-12T05:51:40.442Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-12T05:51:40.442Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-06-12T05:51:40.577Z] prd-centos7-docker-4c-2g-2707 does not seem to be running inside a container [2020-06-12T05:51:40.619Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-06-12T05:51:44.392Z] $ docker top 53ac00bb892059fe34b73ee1d1ac763ef5bfd5543e6418c6dd78de6375806efa -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-06-12T05:51:44.622Z] provisioning config files... [2020-06-12T05:51:44.631Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config7447088436050527011tmp [2020-06-12T05:51:44.650Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config470961839526777196tmp [2020-06-12T05:51:44.674Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config4397647981156380446tmp [Pipeline] { [Pipeline] echo [2020-06-12T05:51:44.703Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-12T05:51:45.005Z] ---> sigul-configuration.sh [2020-06-12T05:51:45.006Z] gpg: directory `/root/.gnupg' created [2020-06-12T05:51:45.006Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-06-12T05:51:45.006Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-06-12T05:51:45.006Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-06-12T05:51:45.006Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-06-12T05:51:45.006Z] gpg: CAST5 encrypted data [2020-06-12T05:51:45.266Z] gpg: encrypted with 1 passphrase [2020-06-12T05:51:45.266Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-06-12T05:51:45.560Z] + mkdir /home/jenkins [2020-06-12T05:51:45.560Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-06-12T05:51:45.865Z] + 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-12T05:51:45.874Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-12T05:51:46.165Z] ---> sigul-install.sh [2020-06-12T05:51:51.482Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-06-12T05:51:51.778Z] + git tag --list [2020-06-12T05:51:51.778Z] v1.2.1-dev.4 [Pipeline] sh [2020-06-12T05:51:52.079Z] + lftools sign git-tag v1.2.1-dev.4 [2020-06-12T05:51:53.468Z] Signing Git tag with Sigul... [2020-06-12T05:51:53.468Z] Signing v1.2.1-dev.4 [Pipeline] echo [2020-06-12T05:51:54.424Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-12T05:51:54.720Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-06-12T05:51:54.731Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-06-12T05:51:54.784Z] $ docker stop --time=1 53ac00bb892059fe34b73ee1d1ac763ef5bfd5543e6418c6dd78de6375806efa [2020-06-12T05:51:56.577Z] $ docker rm -f 53ac00bb892059fe34b73ee1d1ac763ef5bfd5543e6418c6dd78de6375806efa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:51:57.207Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-12T05:51:57.207Z] . [Pipeline] withDockerContainer [2020-06-12T05:51:57.320Z] prd-centos7-docker-4c-2g-2707 does not seem to be running inside a container [2020-06-12T05:51:57.370Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-12T05:51:58.017Z] $ docker top 5d3aa604ec2de1d6555726f18cf8c0ae95a48feb4c6c8ba2d477883c8300900c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-12T05:51:58.207Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-12T05:51:58.207Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-12T05:51:58.426Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-12T05:51:58.428Z] $ docker exec 5d3aa604ec2de1d6555726f18cf8c0ae95a48feb4c6c8ba2d477883c8300900c ssh-agent [2020-06-12T05:51:58.610Z] SSH_AUTH_SOCK=/tmp/ssh-6RM3403pcPHc/agent.11 [2020-06-12T05:51:58.610Z] SSH_AGENT_PID=17 [2020-06-12T05:51:58.616Z] Running ssh-add (command line suppressed) [2020-06-12T05:51:58.744Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_5975469344491314018.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_5975469344491314018.key) [2020-06-12T05:51:58.802Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-12T05:51:59.111Z] + git semver bump pre [2020-06-12T05:51:59.111Z] # -> Open(): unable to determine branch for HEAD [2020-06-12T05:51:59.111Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2020-06-12T05:51:59.111Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2020-06-12T05:51:59.111Z] # $SEMVER_REMOTE_NAME = origin [2020-06-12T05:51:59.111Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-12T05:51:59.111Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-12T05:51:59.111Z] # $SEMVER_BRANCH = master [2020-06-12T05:51:59.111Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [2020-06-12T05:51:59.111Z] 1.2.1-dev.5 [Pipeline] } [2020-06-12T05:51:59.121Z] $ docker exec --env ******** --env ******** 5d3aa604ec2de1d6555726f18cf8c0ae95a48feb4c6c8ba2d477883c8300900c ssh-agent -k [2020-06-12T05:51:59.259Z] unset SSH_AUTH_SOCK; [2020-06-12T05:51:59.259Z] unset SSH_AGENT_PID; [2020-06-12T05:51:59.259Z] echo Agent pid 17 killed; [2020-06-12T05:51:59.310Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-12T05:51:59.670Z] + git semver [Pipeline] } [2020-06-12T05:51:59.684Z] $ docker stop --time=1 5d3aa604ec2de1d6555726f18cf8c0ae95a48feb4c6c8ba2d477883c8300900c [2020-06-12T05:52:01.015Z] $ docker rm -f 5d3aa604ec2de1d6555726f18cf8c0ae95a48feb4c6c8ba2d477883c8300900c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:52:01.453Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-12T05:52:01.453Z] . [Pipeline] withDockerContainer [2020-06-12T05:52:01.553Z] prd-centos7-docker-4c-2g-2707 does not seem to be running inside a container [2020-06-12T05:52:01.594Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-12T05:52:02.155Z] $ docker top bbdedadf436ef1282daea635f5fd3d7150bb26fe768b729d967d825d650cbf3b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-12T05:52:02.356Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-12T05:52:02.356Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-12T05:52:02.551Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-12T05:52:02.552Z] $ docker exec bbdedadf436ef1282daea635f5fd3d7150bb26fe768b729d967d825d650cbf3b ssh-agent [2020-06-12T05:52:02.745Z] SSH_AUTH_SOCK=/tmp/ssh-3SXGTm6OdTEM/agent.11 [2020-06-12T05:52:02.745Z] SSH_AGENT_PID=17 [2020-06-12T05:52:02.752Z] Running ssh-add (command line suppressed) [2020-06-12T05:52:02.875Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_8547971623708783378.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_8547971623708783378.key) [2020-06-12T05:52:02.935Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-12T05:52:03.241Z] + git semver push [2020-06-12T05:52:03.241Z] # -> Open(): unable to determine branch for HEAD [2020-06-12T05:52:03.241Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2020-06-12T05:52:03.241Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2020-06-12T05:52:03.241Z] # $SEMVER_REMOTE_NAME = origin [2020-06-12T05:52:03.241Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-12T05:52:03.241Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-12T05:52:03.241Z] # $SEMVER_BRANCH = master [2020-06-12T05:52:03.241Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } [2020-06-12T05:52:09.839Z] $ docker exec --env ******** --env ******** bbdedadf436ef1282daea635f5fd3d7150bb26fe768b729d967d825d650cbf3b ssh-agent -k [2020-06-12T05:52:09.986Z] unset SSH_AUTH_SOCK; [2020-06-12T05:52:09.986Z] unset SSH_AGENT_PID; [2020-06-12T05:52:09.986Z] echo Agent pid 17 killed; [2020-06-12T05:52:10.041Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-12T05:52:10.416Z] + git semver [Pipeline] } [2020-06-12T05:52:10.430Z] $ docker stop --time=1 bbdedadf436ef1282daea635f5fd3d7150bb26fe768b729d967d825d650cbf3b [2020-06-12T05:52:11.774Z] $ docker rm -f bbdedadf436ef1282daea635f5fd3d7150bb26fe768b729d967d825d650cbf3b [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-12T05:52:12.400Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-12T05:52:12.962Z] ---> package-listing.sh [2020-06-12T05:52:12.963Z] ++ facter osfamily [2020-06-12T05:52:12.963Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-12T05:52:12.963Z] + OS_FAMILY=redhat [2020-06-12T05:52:12.963Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_master [2020-06-12T05:52:12.963Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-12T05:52:12.963Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-12T05:52:12.963Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-12T05:52:12.963Z] + PACKAGES=/tmp/packages_start.txt [2020-06-12T05:52:12.963Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' [2020-06-12T05:52:12.963Z] + PACKAGES=/tmp/packages_end.txt [2020-06-12T05:52:12.963Z] + case "${OS_FAMILY}" in [2020-06-12T05:52:12.963Z] + rpm -qa [2020-06-12T05:52:12.963Z] + sort [2020-06-12T05:52:16.266Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-12T05:52:16.266Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-12T05:52:16.266Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-12T05:52:16.266Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' [2020-06-12T05:52:16.266Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/archives/ [2020-06-12T05:52:16.266Z] + 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-12T05:52:16.657Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-12T05:52:16.657Z] [2020-06-12T05:52:16.657Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-12T05:52:16.984Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-12T05:52:16.984Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-12T05:52:16.984Z] c9b1b535fdd9: Pulling fs layer [2020-06-12T05:52:16.984Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-12T05:52:16.984Z] 756a868c4378: Pulling fs layer [2020-06-12T05:52:16.984Z] 444b2fc9a129: Pulling fs layer [2020-06-12T05:52:16.984Z] ea15f1150254: Pulling fs layer [2020-06-12T05:52:16.984Z] 41b27a9f41bf: Pulling fs layer [2020-06-12T05:52:16.984Z] 28c525ee5125: Pulling fs layer [2020-06-12T05:52:16.984Z] 094b1ea09ed8: Pulling fs layer [2020-06-12T05:52:16.984Z] 138eaada9080: Pulling fs layer [2020-06-12T05:52:16.984Z] 0622d0fa9048: Pulling fs layer [2020-06-12T05:52:16.984Z] 41b27a9f41bf: Waiting [2020-06-12T05:52:16.984Z] 28c525ee5125: Waiting [2020-06-12T05:52:16.984Z] 094b1ea09ed8: Waiting [2020-06-12T05:52:16.984Z] 138eaada9080: Waiting [2020-06-12T05:52:16.984Z] 0622d0fa9048: Waiting [2020-06-12T05:52:16.984Z] 444b2fc9a129: Waiting [2020-06-12T05:52:16.984Z] ea15f1150254: Waiting [2020-06-12T05:52:16.984Z] 2cc5ad85d9ab: Verifying Checksum [2020-06-12T05:52:16.984Z] 2cc5ad85d9ab: Download complete [2020-06-12T05:52:16.984Z] 444b2fc9a129: Verifying Checksum [2020-06-12T05:52:16.984Z] 444b2fc9a129: Download complete [2020-06-12T05:52:16.984Z] c9b1b535fdd9: Verifying Checksum [2020-06-12T05:52:16.984Z] c9b1b535fdd9: Download complete [2020-06-12T05:52:16.984Z] ea15f1150254: Verifying Checksum [2020-06-12T05:52:16.984Z] ea15f1150254: Download complete [2020-06-12T05:52:17.253Z] 28c525ee5125: Verifying Checksum [2020-06-12T05:52:17.253Z] 28c525ee5125: Download complete [2020-06-12T05:52:17.517Z] 756a868c4378: Verifying Checksum [2020-06-12T05:52:17.517Z] 756a868c4378: Download complete [2020-06-12T05:52:17.517Z] 138eaada9080: Verifying Checksum [2020-06-12T05:52:17.517Z] 138eaada9080: Download complete [2020-06-12T05:52:17.517Z] 094b1ea09ed8: Verifying Checksum [2020-06-12T05:52:17.517Z] 094b1ea09ed8: Download complete [2020-06-12T05:52:17.517Z] 0622d0fa9048: Verifying Checksum [2020-06-12T05:52:17.517Z] 0622d0fa9048: Download complete [2020-06-12T05:52:18.094Z] 41b27a9f41bf: Verifying Checksum [2020-06-12T05:52:18.094Z] 41b27a9f41bf: Download complete [2020-06-12T05:52:18.356Z] c9b1b535fdd9: Pull complete [2020-06-12T05:52:18.624Z] 2cc5ad85d9ab: Pull complete [2020-06-12T05:52:20.011Z] 756a868c4378: Pull complete [2020-06-12T05:52:20.272Z] 444b2fc9a129: Pull complete [2020-06-12T05:52:20.536Z] ea15f1150254: Pull complete [2020-06-12T05:52:24.769Z] 41b27a9f41bf: Pull complete [2020-06-12T05:52:24.769Z] 28c525ee5125: Pull complete [2020-06-12T05:52:27.317Z] 094b1ea09ed8: Pull complete [2020-06-12T05:52:28.260Z] 138eaada9080: Pull complete [2020-06-12T05:52:28.521Z] 0622d0fa9048: Pull complete [2020-06-12T05:52:28.521Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-12T05:52:28.521Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-12T05:52:28.521Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-12T05:52:28.666Z] prd-centos7-docker-4c-2g-2707 does not seem to be running inside a container [2020-06-12T05:52:28.710Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-06-12T05:52:31.645Z] $ docker top 0d50b122908ebd9549676db679c7d1b25b19c77d1eac7b8b263fa681fa7f1f9a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-12T05:52:31.834Z] provisioning config files... [2020-06-12T05:52:31.848Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config2177316171596947152tmp [Pipeline] { [Pipeline] echo [2020-06-12T05:52:31.891Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-12T05:52:32.184Z] ---> create-netrc.sh [Pipeline] echo [2020-06-12T05:52:32.194Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-12T05:52:32.483Z] ---> logs-deploy.sh [2020-06-12T05:52:32.483Z] + ARCHIVE_ARTIFACTS= [2020-06-12T05:52:32.483Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-12T05:52:32.483Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-12T05:52:32.483Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-12T05:52:32.483Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/10 [2020-06-12T05:52:32.483Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-mqtt-go/job/master/10/ [2020-06-12T05:52:32.483Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/10 /w/workspace/gexfoundry_device-mqtt-go_master [2020-06-12T05:52:33.867Z] Archives upload complete. [2020-06-12T05:52:33.867Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/10 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-mqtt-go/job/master/10/