Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from de391997badefd51019ce0551674f6b8472580b5 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-2534 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 Fetching without tags > 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 > 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 Checking out Revision de391997badefd51019ce0551674f6b8472580b5 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f de391997badefd51019ce0551674f6b8472580b5 # timeout=10 Commit message: "Merge pull request #151 from weichou1229/issue-93" > git rev-list --no-walk 53b271558e00092d9ac86daf606e53fe8237c5d2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-11T03:44:48.838Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-11T03:44:48.947Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-11T03:44:48.988Z] ========================================================= [2020-06-11T03:44:48.988Z] EdgeX Global Pipelines Version Info [2020-06-11T03:44:48.988Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-11T03:44:50.407Z] ------------------- [2020-06-11T03:44:50.407Z] stable info: [2020-06-11T03:44:50.407Z] ------------------- [2020-06-11T03:44:50.407Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-11T03:44:50.407Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-11T03:44:50.407Z] Message: update stable to v1.0.89 [2020-06-11T03:44:51.349Z] ------------------- [2020-06-11T03:44:51.349Z] experimental info: [2020-06-11T03:44:51.349Z] ------------------- [2020-06-11T03:44:51.349Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-11T03:44:51.349Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-11T03:44:51.349Z] 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-11T03:44:52.518Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-11T03:44:53.092Z] [2020-06-11T03:44:53.092Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-11T03:44:53.417Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-11T03:44:53.417Z] latest: Pulling from edgex-devops/git-semver [2020-06-11T03:44:53.417Z] 9123ac7c32f7: Pulling fs layer [2020-06-11T03:44:53.417Z] b8cc5d1170e3: Pulling fs layer [2020-06-11T03:44:53.417Z] 2924cbbf6a41: Pulling fs layer [2020-06-11T03:44:53.417Z] 93b08a4f1073: Pulling fs layer [2020-06-11T03:44:53.417Z] 93b08a4f1073: Waiting [2020-06-11T03:44:53.417Z] b8cc5d1170e3: Verifying Checksum [2020-06-11T03:44:53.417Z] b8cc5d1170e3: Download complete [2020-06-11T03:44:53.417Z] 9123ac7c32f7: Download complete [2020-06-11T03:44:53.680Z] 93b08a4f1073: Verifying Checksum [2020-06-11T03:44:53.680Z] 93b08a4f1073: Download complete [2020-06-11T03:44:53.680Z] 2924cbbf6a41: Verifying Checksum [2020-06-11T03:44:53.680Z] 2924cbbf6a41: Download complete [2020-06-11T03:44:53.680Z] 9123ac7c32f7: Pull complete [2020-06-11T03:44:53.948Z] b8cc5d1170e3: Pull complete [2020-06-11T03:44:54.520Z] 2924cbbf6a41: Pull complete [2020-06-11T03:44:54.781Z] 93b08a4f1073: Pull complete [2020-06-11T03:44:54.781Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-11T03:44:54.781Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-11T03:44:54.781Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-11T03:44:54.879Z] prd-centos7-docker-4c-2g-2534 does not seem to be running inside a container [2020-06-11T03:44:54.918Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-11T03:44:56.956Z] $ docker top 9478f8402f56b67c60d2e3e233288676e8b277ebfac1d39a8ba69d74cd76abd7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-11T03:44:57.151Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-11T03:44:57.151Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-11T03:44:57.351Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-11T03:44:57.355Z] $ docker exec 9478f8402f56b67c60d2e3e233288676e8b277ebfac1d39a8ba69d74cd76abd7 ssh-agent [2020-06-11T03:44:57.521Z] SSH_AUTH_SOCK=/tmp/ssh-tMLrEJbyxS5e/agent.11 [2020-06-11T03:44:57.521Z] SSH_AGENT_PID=16 [2020-06-11T03:44:57.532Z] Running ssh-add (command line suppressed) [2020-06-11T03:44:57.649Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_8550618573093178477.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_8550618573093178477.key) [2020-06-11T03:44:57.697Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-11T03:44:58.009Z] + git describe --exact-match --tags HEAD [2020-06-11T03:44:58.009Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-11T03:44:58.164Z] $ docker exec --env ******** --env ******** 9478f8402f56b67c60d2e3e233288676e8b277ebfac1d39a8ba69d74cd76abd7 ssh-agent -k [2020-06-11T03:44:58.287Z] unset SSH_AUTH_SOCK; [2020-06-11T03:44:58.288Z] unset SSH_AGENT_PID; [2020-06-11T03:44:58.288Z] echo Agent pid 16 killed; [2020-06-11T03:44:58.359Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-11T03:44:58.401Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-11T03:44:58.401Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-11T03:44:58.451Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-11T03:44:58.451Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-11T03:44:58.610Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-11T03:44:58.613Z] $ docker exec 9478f8402f56b67c60d2e3e233288676e8b277ebfac1d39a8ba69d74cd76abd7 ssh-agent [2020-06-11T03:44:58.767Z] SSH_AUTH_SOCK=/tmp/ssh-XX6vwMCUpRIS/agent.44 [2020-06-11T03:44:58.767Z] SSH_AGENT_PID=49 [2020-06-11T03:44:58.773Z] Running ssh-add (command line suppressed) [2020-06-11T03:44:58.883Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_6450266001034963576.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_6450266001034963576.key) [2020-06-11T03:44:58.934Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-11T03:44:59.233Z] + git semver init [2020-06-11T03:44:59.233Z] # -> Open(): unable to determine branch for HEAD [2020-06-11T03:44:59.233Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2020-06-11T03:44:59.233Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2020-06-11T03:44:59.233Z] # $SEMVER_REMOTE_NAME = origin [2020-06-11T03:44:59.233Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-11T03:44:59.233Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-11T03:44:59.233Z] # $SEMVER_BRANCH = master [2020-06-11T03:44:59.233Z] # $SEMVER_TEMP = /tmp/semver-423460792 [2020-06-11T03:44:59.233Z] # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP [2020-06-11T03:44:59.494Z] # '/tmp/semver-423460792' -> '/w/workspace/gexfoundry_device-mqtt-go_master/.semver' [2020-06-11T03:44:59.494Z] # -> Force: false [2020-06-11T03:44:59.494Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } [2020-06-11T03:44:59.505Z] $ docker exec --env ******** --env ******** 9478f8402f56b67c60d2e3e233288676e8b277ebfac1d39a8ba69d74cd76abd7 ssh-agent -k [2020-06-11T03:44:59.617Z] unset SSH_AUTH_SOCK; [2020-06-11T03:44:59.617Z] unset SSH_AGENT_PID; [2020-06-11T03:44:59.618Z] echo Agent pid 49 killed; [2020-06-11T03:44:59.666Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-11T03:45:00.045Z] + git semver [Pipeline] } [2020-06-11T03:45:00.059Z] $ docker stop --time=1 9478f8402f56b67c60d2e3e233288676e8b277ebfac1d39a8ba69d74cd76abd7 [2020-06-11T03:45:01.405Z] $ docker rm -f 9478f8402f56b67c60d2e3e233288676e8b277ebfac1d39a8ba69d74cd76abd7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-11T03:45:01.890Z] Stashed 23 file(s) [Pipeline] echo [2020-06-11T03:45:01.892Z] [edgeXSemver] initialized semver on version 1.2.1-dev.3 [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-11T03:45:17.050Z] Still waiting to schedule task [2020-06-11T03:45:17.050Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-06-11T03:45:17.052Z] Still waiting to schedule task [2020-06-11T03:45:17.052Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-06-11T03:46:52.741Z] Running on prd-centos7-docker-4c-2g-2537 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws [2020-06-11T03:46:52.767Z] Running in /w/workspace/device-mqtt-go/9 [Pipeline] { [Pipeline] checkout [2020-06-11T03:46:55.485Z] using credential edgex-jenkins-ssh [2020-06-11T03:46:55.510Z] Cloning the remote Git repository [2020-06-11T03:46:55.510Z] Cloning with configured refspecs honoured and without tags [2020-06-11T03:46:56.157Z] Fetching without tags [2020-06-11T03:46:55.533Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-11T03:46:55.596Z] > git init /w/workspace/device-mqtt-go/9 # timeout=10 [2020-06-11T03:46:55.636Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-11T03:46:55.636Z] > git --version # timeout=10 [2020-06-11T03:46:55.641Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T03:46:55.667Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T03:46:56.125Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-06-11T03:46:56.131Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T03:46:56.147Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-06-11T03:46:56.161Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-11T03:46:56.161Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T03:46:56.165Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T03:46:56.527Z] Checking out Revision de391997badefd51019ce0551674f6b8472580b5 (master) [2020-06-11T03:46:56.535Z] > git config core.sparsecheckout # timeout=10 [2020-06-11T03:46:56.540Z] > git checkout -f de391997badefd51019ce0551674f6b8472580b5 # timeout=10 [2020-06-11T03:47:00.220Z] Commit message: "Merge pull request #151 from weichou1229/issue-93" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-11T03:47:00.860Z] ========================================================= [2020-06-11T03:47:00.860Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-06-11T03:47:00.860Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-11T03:47:01.506Z] + 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-11T03:47:01.767Z] Sending build context to Docker daemon 581.6kB [2020-06-11T03:47:01.767Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-11T03:47:01.767Z] Step 2/8 : FROM ${BASE} [2020-06-11T03:47:01.767Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-06-11T03:47:01.767Z] e6b0cf9c0882: Pulling fs layer [2020-06-11T03:47:01.767Z] 2848faf0eed1: Pulling fs layer [2020-06-11T03:47:01.767Z] 0f37312ad70f: Pulling fs layer [2020-06-11T03:47:01.767Z] 5788d62ee057: Pulling fs layer [2020-06-11T03:47:01.767Z] 0e6b1d234666: Pulling fs layer [2020-06-11T03:47:01.768Z] bf5d7aec512f: Pulling fs layer [2020-06-11T03:47:01.768Z] 34c802a77dc8: Pulling fs layer [2020-06-11T03:47:01.768Z] 9eb99e56ec68: Pulling fs layer [2020-06-11T03:47:01.768Z] 27c7a5d97fbd: Pulling fs layer [2020-06-11T03:47:01.768Z] 5c102a31e300: Pulling fs layer [2020-06-11T03:47:01.768Z] dcfb455df0a1: Pulling fs layer [2020-06-11T03:47:01.768Z] bf5d7aec512f: Waiting [2020-06-11T03:47:01.768Z] 34c802a77dc8: Waiting [2020-06-11T03:47:01.768Z] 9eb99e56ec68: Waiting [2020-06-11T03:47:01.768Z] 27c7a5d97fbd: Waiting [2020-06-11T03:47:01.768Z] 5c102a31e300: Waiting [2020-06-11T03:47:01.768Z] dcfb455df0a1: Waiting [2020-06-11T03:47:01.768Z] 5788d62ee057: Waiting [2020-06-11T03:47:01.768Z] 0e6b1d234666: Waiting [2020-06-11T03:47:01.768Z] 0f37312ad70f: Verifying Checksum [2020-06-11T03:47:01.768Z] 0f37312ad70f: Download complete [2020-06-11T03:47:01.768Z] 2848faf0eed1: Verifying Checksum [2020-06-11T03:47:01.768Z] 2848faf0eed1: Download complete [2020-06-11T03:47:01.768Z] 0e6b1d234666: Verifying Checksum [2020-06-11T03:47:01.768Z] 0e6b1d234666: Download complete [2020-06-11T03:47:01.768Z] bf5d7aec512f: Verifying Checksum [2020-06-11T03:47:01.768Z] bf5d7aec512f: Download complete [2020-06-11T03:47:02.044Z] e6b0cf9c0882: Download complete [2020-06-11T03:47:02.317Z] e6b0cf9c0882: Pull complete [2020-06-11T03:47:02.598Z] 34c802a77dc8: Verifying Checksum [2020-06-11T03:47:02.598Z] 34c802a77dc8: Download complete [2020-06-11T03:47:02.882Z] 27c7a5d97fbd: Verifying Checksum [2020-06-11T03:47:02.882Z] 27c7a5d97fbd: Download complete [2020-06-11T03:47:03.480Z] 5c102a31e300: Verifying Checksum [2020-06-11T03:47:03.480Z] 5c102a31e300: Download complete [2020-06-11T03:47:03.480Z] 5788d62ee057: Verifying Checksum [2020-06-11T03:47:03.480Z] 5788d62ee057: Download complete [2020-06-11T03:47:03.480Z] dcfb455df0a1: Verifying Checksum [2020-06-11T03:47:03.480Z] dcfb455df0a1: Download complete [2020-06-11T03:47:03.480Z] 9eb99e56ec68: Verifying Checksum [2020-06-11T03:47:03.480Z] 9eb99e56ec68: Download complete [2020-06-11T03:47:04.425Z] 2848faf0eed1: Pull complete [2020-06-11T03:47:04.689Z] 0f37312ad70f: Pull complete [2020-06-11T03:47:10.026Z] 5788d62ee057: Pull complete [2020-06-11T03:47:10.289Z] 0e6b1d234666: Pull complete [2020-06-11T03:47:10.289Z] bf5d7aec512f: Pull complete [2020-06-11T03:47:16.901Z] 34c802a77dc8: Pull complete [2020-06-11T03:47:19.464Z] 9eb99e56ec68: Pull complete [2020-06-11T03:47:19.464Z] 27c7a5d97fbd: Pull complete [2020-06-11T03:47:20.418Z] 5c102a31e300: Pull complete [2020-06-11T03:47:20.682Z] dcfb455df0a1: Pull complete [2020-06-11T03:47:20.682Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-06-11T03:47:20.682Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-06-11T03:47:20.682Z] ---> 7c70fe431013 [2020-06-11T03:47:20.682Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-06-11T03:47:22.071Z] ---> Running in a00ec5a6b64e [2020-06-11T03:47:22.071Z] Removing intermediate container a00ec5a6b64e [2020-06-11T03:47:22.071Z] ---> 0731315ced7d [2020-06-11T03:47:22.071Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-11T03:47:22.071Z] ---> Running in 233dcc343e8b [2020-06-11T03:47:23.459Z] Removing intermediate container 233dcc343e8b [2020-06-11T03:47:23.459Z] ---> d1480444ba46 [2020-06-11T03:47:23.459Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-06-11T03:47:23.459Z] ---> Running in 664c300218fb [2020-06-11T03:47:24.035Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-11T03:47:25.429Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-11T03:47:27.347Z] (1/17) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) [2020-06-11T03:47:28.734Z] (2/17) Installing libmagic (5.37-r1) [2020-06-11T03:47:29.676Z] (3/17) Installing file (5.37-r1) [2020-06-11T03:47:29.676Z] (4/17) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) [2020-06-11T03:47:29.676Z] (5/17) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) [2020-06-11T03:47:29.937Z] (6/17) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-11T03:47:42.175Z] (7/17) Installing libc-dev (0.7.2-r0) [2020-06-11T03:47:42.175Z] (8/17) Installing g++ (9.2.0-r4) [2020-06-11T03:47:46.560Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2538 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws [2020-06-11T03:47:46.589Z] Running in /w/workspace/device-mqtt-go/9 [Pipeline] { [Pipeline] checkout [2020-06-11T03:47:47.470Z] (9/17) Installing fortify-headers (1.1-r0) [2020-06-11T03:47:47.470Z] (10/17) Installing build-base (0.5-r1) [2020-06-11T03:47:47.470Z] (11/17) Installing openssh-keygen (8.1_p1-r0) [2020-06-11T03:47:47.470Z] (12/17) Installing libedit (20191211.3.1-r0) [2020-06-11T03:47:47.732Z] (13/17) Installing openssh-client (8.1_p1-r0) [2020-06-11T03:47:47.993Z] (14/17) Installing openssh-sftp-server (8.1_p1-r0) [2020-06-11T03:47:47.993Z] (15/17) Installing openssh-server-common (8.1_p1-r0) [2020-06-11T03:47:48.256Z] (16/17) Installing openssh-server (8.1_p1-r0) [2020-06-11T03:47:48.256Z] (17/17) Installing openssh (8.1_p1-r0) [2020-06-11T03:47:48.256Z] Executing busybox-1.31.1-r8.trigger [2020-06-11T03:47:48.256Z] OK: 214 MiB in 52 packages [2020-06-11T03:47:51.420Z] using credential edgex-jenkins-ssh [2020-06-11T03:47:51.454Z] Cloning the remote Git repository [2020-06-11T03:47:51.454Z] Cloning with configured refspecs honoured and without tags [2020-06-11T03:47:51.492Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-11T03:47:51.621Z] > git init /w/workspace/device-mqtt-go/9 # timeout=10 [2020-06-11T03:47:52.498Z] Removing intermediate container 664c300218fb [2020-06-11T03:47:52.498Z] ---> 534cf70a9eb3 [2020-06-11T03:47:52.498Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-06-11T03:47:52.498Z] ---> Running in bb6f4735e5bf [2020-06-11T03:47:52.498Z] Removing intermediate container bb6f4735e5bf [2020-06-11T03:47:52.498Z] ---> 8815da17c0fc [2020-06-11T03:47:52.498Z] Step 7/8 : COPY . . [2020-06-11T03:47:52.553Z] Fetching without tags [2020-06-11T03:47:51.708Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-11T03:47:51.708Z] > git --version # timeout=10 [2020-06-11T03:47:51.732Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T03:47:51.819Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T03:47:52.469Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-06-11T03:47:52.485Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T03:47:52.514Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-06-11T03:47:52.540Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-11T03:47:52.541Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T03:47:52.554Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T03:47:52.998Z] Checking out Revision de391997badefd51019ce0551674f6b8472580b5 (master) [2020-06-11T03:47:53.071Z] ---> 5ea41ffc8c44 [2020-06-11T03:47:53.071Z] Step 8/8 : RUN go mod download [2020-06-11T03:47:53.071Z] ---> Running in b2de22c4a721 [2020-06-11T03:47:52.995Z] > git config core.sparsecheckout # timeout=10 [2020-06-11T03:47:53.020Z] > git checkout -f de391997badefd51019ce0551674f6b8472580b5 # timeout=10 [2020-06-11T03:47:54.987Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-11T03:47:54.987Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-11T03:47:54.987Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-11T03:47:54.987Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T03:47:54.987Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-11T03:47:54.987Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-11T03:47:54.987Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T03:47:54.987Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-11T03:47:54.987Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-11T03:47:54.987Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-06-11T03:47:54.987Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-06-11T03:47:54.987Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T03:47:54.987Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T03:47:54.987Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T03:47:54.987Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T03:47:54.987Z] go: finding github.com/fatih/color v1.7.0 [2020-06-11T03:47:54.987Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T03:47:54.987Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-11T03:47:54.987Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T03:47:54.987Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-11T03:47:54.987Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-11T03:47:54.987Z] go: finding github.com/google/uuid v1.1.1 [2020-06-11T03:47:54.987Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-11T03:47:54.987Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-11T03:47:54.987Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-11T03:47:54.987Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-11T03:47:55.248Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T03:47:55.248Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T03:47:55.248Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-11T03:47:55.248Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-11T03:47:55.248Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T03:47:55.248Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-11T03:47:55.248Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-11T03:47:55.248Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-11T03:47:55.248Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-11T03:47:55.248Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-11T03:47:55.248Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-11T03:47:55.248Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-11T03:47:55.248Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-11T03:47:55.248Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-11T03:47:55.248Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-11T03:47:55.248Z] go: finding github.com/kr/pretty v0.1.0 [2020-06-11T03:47:55.248Z] go: finding github.com/kr/pty v1.1.1 [2020-06-11T03:47:55.248Z] go: finding github.com/kr/text v0.1.0 [2020-06-11T03:47:55.248Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-11T03:47:55.248Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-11T03:47:55.248Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-11T03:47:55.248Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-11T03:47:55.248Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T03:47:55.248Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-11T03:47:55.528Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-11T03:47:55.528Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-11T03:47:55.528Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-11T03:47:55.528Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-11T03:47:55.528Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T03:47:55.528Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T03:47:55.528Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-11T03:47:55.528Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-11T03:47:55.528Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-11T03:47:55.528Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-11T03:47:55.528Z] go: finding github.com/posener/complete v1.1.1 [2020-06-11T03:47:55.528Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-11T03:47:55.528Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-11T03:47:55.528Z] go: finding github.com/spf13/cast v1.3.0 [2020-06-11T03:47:55.528Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-11T03:47:55.528Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-11T03:47:55.528Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-11T03:47:55.528Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-11T03:47:55.528Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-11T03:47:55.528Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-11T03:47:55.528Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-11T03:47:55.528Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-11T03:47:55.528Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-06-11T03:47:55.528Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-11T03:47:55.529Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-11T03:47:57.579Z] Commit message: "Merge pull request #151 from weichou1229/issue-93" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-11T03:47:58.396Z] ========================================================= [2020-06-11T03:47:58.396Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-11T03:47:58.396Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-11T03:47:59.434Z] + 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-11T03:48:00.424Z] Sending build context to Docker daemon 581.6kB [2020-06-11T03:48:00.424Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-11T03:48:00.424Z] Step 2/8 : FROM ${BASE} [2020-06-11T03:48:00.424Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-06-11T03:48:00.424Z] cde5963f3b93: Pulling fs layer [2020-06-11T03:48:00.424Z] 2a23fa8c16f7: Pulling fs layer [2020-06-11T03:48:00.424Z] 777b28850792: Pulling fs layer [2020-06-11T03:48:00.424Z] 8a11ddd9e578: Pulling fs layer [2020-06-11T03:48:00.424Z] 4cf88f913ddb: Pulling fs layer [2020-06-11T03:48:00.424Z] 1df406cf5192: Pulling fs layer [2020-06-11T03:48:00.424Z] cd6300453558: Pulling fs layer [2020-06-11T03:48:00.424Z] b9c365052c96: Pulling fs layer [2020-06-11T03:48:00.424Z] a2d8cc88f415: Pulling fs layer [2020-06-11T03:48:00.424Z] ea1d1ca13537: Pulling fs layer [2020-06-11T03:48:00.424Z] 3750a50a1c5e: Pulling fs layer [2020-06-11T03:48:00.424Z] 8a11ddd9e578: Waiting [2020-06-11T03:48:00.424Z] 4cf88f913ddb: Waiting [2020-06-11T03:48:00.424Z] 1df406cf5192: Waiting [2020-06-11T03:48:00.424Z] cd6300453558: Waiting [2020-06-11T03:48:00.424Z] b9c365052c96: Waiting [2020-06-11T03:48:00.424Z] a2d8cc88f415: Waiting [2020-06-11T03:48:00.424Z] ea1d1ca13537: Waiting [2020-06-11T03:48:00.424Z] 3750a50a1c5e: Waiting [2020-06-11T03:48:00.769Z] 777b28850792: Verifying Checksum [2020-06-11T03:48:00.769Z] 777b28850792: Download complete [2020-06-11T03:48:00.769Z] 2a23fa8c16f7: Verifying Checksum [2020-06-11T03:48:00.769Z] 2a23fa8c16f7: Download complete [2020-06-11T03:48:00.769Z] 4cf88f913ddb: Download complete [2020-06-11T03:48:00.769Z] 1df406cf5192: Verifying Checksum [2020-06-11T03:48:00.769Z] 1df406cf5192: Download complete [2020-06-11T03:48:00.769Z] cde5963f3b93: Verifying Checksum [2020-06-11T03:48:00.769Z] cde5963f3b93: Download complete [2020-06-11T03:48:01.785Z] cde5963f3b93: Pull complete [2020-06-11T03:48:02.390Z] 2a23fa8c16f7: Pull complete [2020-06-11T03:48:02.661Z] 777b28850792: Pull complete [2020-06-11T03:48:02.661Z] cd6300453558: Verifying Checksum [2020-06-11T03:48:02.661Z] cd6300453558: Download complete [2020-06-11T03:48:02.661Z] a2d8cc88f415: Download complete [2020-06-11T03:48:04.647Z] ea1d1ca13537: Verifying Checksum [2020-06-11T03:48:04.647Z] ea1d1ca13537: Download complete [2020-06-11T03:48:04.647Z] 3750a50a1c5e: Verifying Checksum [2020-06-11T03:48:04.647Z] 3750a50a1c5e: Download complete [2020-06-11T03:48:05.632Z] b9c365052c96: Verifying Checksum [2020-06-11T03:48:05.632Z] b9c365052c96: Download complete [2020-06-11T03:48:05.632Z] 8a11ddd9e578: Download complete [2020-06-11T03:48:05.677Z] Removing intermediate container b2de22c4a721 [2020-06-11T03:48:05.677Z] ---> 8bde903a2c07 [2020-06-11T03:48:05.677Z] Successfully built 8bde903a2c07 [2020-06-11T03:48:05.677Z] 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-11T03:48:06.148Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-11T03:48:06.148Z] . [Pipeline] withDockerContainer [2020-06-11T03:48:06.250Z] prd-centos7-docker-4c-2g-2537 does not seem to be running inside a container [2020-06-11T03:48:06.296Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/9 -v /w/workspace/device-mqtt-go/9:/w/workspace/device-mqtt-go/9:rw,z -v /w/workspace/device-mqtt-go/9@tmp:/w/workspace/device-mqtt-go/9@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-11T03:48:07.665Z] $ docker top 300609009dee819adbd08fe3898526ce107ff1f1215ab83661d5eb47ab0f4998 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-11T03:48:08.104Z] + go version [2020-06-11T03:48:08.104Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-06-11T03:48:08.410Z] + make test [2020-06-11T03:48:08.410Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-06-11T03:48:09.381Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-06-11T03:48:18.030Z] 8a11ddd9e578: Pull complete [2020-06-11T03:48:18.030Z] 4cf88f913ddb: Pull complete [2020-06-11T03:48:18.030Z] 1df406cf5192: Pull complete [2020-06-11T03:48:19.499Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-06-11T03:48:19.499Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.007s coverage: 28.3% of statements [2020-06-11T03:48:19.499Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-06-11T03:48:19.499Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-11T03:48:21.443Z] gofmt -l . [2020-06-11T03:48:21.443Z] ["`gofmt -l .`" = ""] [2020-06-11T03:48:21.443Z] ./bin/test-attribution-txt.sh [2020-06-11T03:48:22.356Z] cd6300453558: Pull complete [2020-06-11T03:48:22.387Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-06-11T03:48:22.740Z] Stashed 1 file(s) [Pipeline] } [2020-06-11T03:48:22.747Z] $ docker stop --time=1 300609009dee819adbd08fe3898526ce107ff1f1215ab83661d5eb47ab0f4998 [2020-06-11T03:48:24.916Z] $ docker rm -f 300609009dee819adbd08fe3898526ce107ff1f1215ab83661d5eb47ab0f4998 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-11T03:48:25.794Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-11T03:48:26.090Z] + ls -al . [2020-06-11T03:48:26.090Z] total 100 [2020-06-11T03:48:26.090Z] drwxrwxr-x. 9 jenkins jenkins 4096 Jun 11 03:48 . [2020-06-11T03:48:26.090Z] drwxrwxr-x. 4 jenkins jenkins 28 Jun 11 03:46 .. [2020-06-11T03:48:26.090Z] -rw-rw-r--. 1 jenkins jenkins 4678 Jun 11 03:46 Attribution.txt [2020-06-11T03:48:26.090Z] drwxrwxr-x. 2 jenkins jenkins 87 Jun 11 03:46 bin [2020-06-11T03:48:26.090Z] drwxrwxr-x. 3 jenkins jenkins 32 Jun 11 03:46 cmd [2020-06-11T03:48:26.090Z] -rw-r--r--. 1 jenkins jenkins 18939 Jun 11 03:48 coverage.out [2020-06-11T03:48:26.090Z] -rw-rw-r--. 1 jenkins jenkins 1776 Jun 11 03:46 Dockerfile [2020-06-11T03:48:26.090Z] -rw-rw-r--. 1 jenkins jenkins 953 Jun 11 03:46 Dockerfile.build [2020-06-11T03:48:26.090Z] -rw-rw-r--. 1 jenkins jenkins 140 Jun 11 03:46 .dockerignore [2020-06-11T03:48:26.090Z] drwxrwxr-x. 8 jenkins jenkins 162 Jun 11 03:46 .git [2020-06-11T03:48:26.090Z] -rw-rw-r--. 1 jenkins jenkins 328 Jun 11 03:46 .gitignore [2020-06-11T03:48:26.090Z] -rw-r--r--. 1 jenkins jenkins 510 Jun 11 03:48 go.mod [2020-06-11T03:48:26.090Z] -rw-r--r--. 1 jenkins jenkins 13621 Jun 11 03:48 go.sum [2020-06-11T03:48:26.090Z] drwxrwxr-x. 3 jenkins jenkins 20 Jun 11 03:46 internal [2020-06-11T03:48:26.090Z] -rw-rw-r--. 1 jenkins jenkins 700 Jun 11 03:46 Jenkinsfile [2020-06-11T03:48:26.090Z] -rw-rw-r--. 1 jenkins jenkins 11340 Jun 11 03:46 LICENSE [2020-06-11T03:48:26.090Z] -rw-rw-r--. 1 jenkins jenkins 902 Jun 11 03:46 Makefile [2020-06-11T03:48:26.090Z] drwxrwxr-x. 2 jenkins jenkins 23 Jun 11 03:46 mock [2020-06-11T03:48:26.090Z] -rw-rw-r--. 1 jenkins jenkins 444 Jun 11 03:46 README.md [2020-06-11T03:48:26.090Z] drwxrwxr-x. 3 jenkins jenkins 44 Jun 11 03:47 .semver [2020-06-11T03:48:26.090Z] drwxrwxr-x. 4 jenkins jenkins 54 Jun 11 03:46 snap [2020-06-11T03:48:26.090Z] -rw-rw-r--. 1 jenkins jenkins 11 Jun 11 03:45 VERSION [2020-06-11T03:48:26.090Z] -rw-rw-r--. 1 jenkins jenkins 227 Jun 11 03:46 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-11T03:48:26.398Z] + 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=de391997badefd51019ce0551674f6b8472580b5 --label arch=amd64 --label version=1.2.1-dev.3 . [2020-06-11T03:48:26.398Z] Sending build context to Docker daemon 601.1kB [2020-06-11T03:48:26.398Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-06-11T03:48:26.398Z] Step 2/21 : FROM ${BASE} AS builder [2020-06-11T03:48:26.398Z] ---> 8bde903a2c07 [2020-06-11T03:48:26.398Z] Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-06-11T03:48:26.661Z] ---> Running in 20ea4db4ef5d [2020-06-11T03:48:26.661Z] Removing intermediate container 20ea4db4ef5d [2020-06-11T03:48:26.661Z] ---> 235f5a334a33 [2020-06-11T03:48:26.661Z] Step 4/21 : ARG ALPINE_PKG_EXTRA="" [2020-06-11T03:48:26.670Z] b9c365052c96: Pull complete [2020-06-11T03:48:26.670Z] a2d8cc88f415: Pull complete [2020-06-11T03:48:26.929Z] ---> Running in 397ed01fe161 [2020-06-11T03:48:26.929Z] Removing intermediate container 397ed01fe161 [2020-06-11T03:48:26.929Z] ---> fe1c2b71ac18 [2020-06-11T03:48:26.929Z] Step 5/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-11T03:48:26.929Z] ---> Running in af30c675bcd3 [2020-06-11T03:48:27.881Z] Removing intermediate container af30c675bcd3 [2020-06-11T03:48:27.881Z] ---> 8030817b73df [2020-06-11T03:48:27.881Z] Step 6/21 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-11T03:48:27.881Z] ---> Running in fd4ae519f88d [2020-06-11T03:48:28.452Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-11T03:48:28.652Z] ea1d1ca13537: Pull complete [2020-06-11T03:48:29.023Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-11T03:48:29.261Z] 3750a50a1c5e: Pull complete [2020-06-11T03:48:29.261Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-06-11T03:48:29.261Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-11T03:48:29.261Z] ---> 78745c68409d [2020-06-11T03:48:29.261Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-06-11T03:48:29.284Z] OK: 214 MiB in 52 packages [2020-06-11T03:48:29.857Z] Removing intermediate container fd4ae519f88d [2020-06-11T03:48:29.857Z] ---> 34cc42c31915 [2020-06-11T03:48:29.857Z] Step 7/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-06-11T03:48:29.857Z] ---> Running in c0589833ef4c [2020-06-11T03:48:29.857Z] Removing intermediate container c0589833ef4c [2020-06-11T03:48:29.857Z] ---> ad48219ce90d [2020-06-11T03:48:29.857Z] Step 8/21 : COPY . . [2020-06-11T03:48:30.803Z] ---> 4723e2ddcbd2 [2020-06-11T03:48:30.803Z] Step 9/21 : ARG MAKE='make build' [2020-06-11T03:48:30.803Z] ---> Running in f7df20fdec82 [2020-06-11T03:48:30.803Z] Removing intermediate container f7df20fdec82 [2020-06-11T03:48:30.803Z] ---> 191775e9301e [2020-06-11T03:48:30.803Z] Step 10/21 : RUN $MAKE [2020-06-11T03:48:30.803Z] ---> Running in 5ea9e66fde3f [2020-06-11T03:48:31.379Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.1-dev.3" -o cmd/device-mqtt ./cmd [2020-06-11T03:48:33.577Z] ---> Running in dc4e2cc245a0 [2020-06-11T03:48:34.195Z] Removing intermediate container dc4e2cc245a0 [2020-06-11T03:48:34.195Z] ---> d16a1f8b232b [2020-06-11T03:48:34.195Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-11T03:48:34.195Z] ---> Running in b7b7e678bb3d [2020-06-11T03:48:36.830Z] Removing intermediate container b7b7e678bb3d [2020-06-11T03:48:36.830Z] ---> bb79f7c7fd36 [2020-06-11T03:48:36.830Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-06-11T03:48:36.830Z] ---> Running in 89902a07dc4a [2020-06-11T03:48:38.272Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-11T03:48:39.249Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-11T03:48:39.521Z] (1/18) Upgrading libgcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-11T03:48:39.794Z] (2/18) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) [2020-06-11T03:48:40.066Z] (3/18) Installing libmagic (5.37-r1) [2020-06-11T03:48:40.066Z] (4/18) Installing file (5.37-r1) [2020-06-11T03:48:40.337Z] (5/18) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) [2020-06-11T03:48:40.337Z] (6/18) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) [2020-06-11T03:48:40.337Z] (7/18) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-11T03:48:41.456Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-11T03:48:43.712Z] (8/18) Installing libc-dev (0.7.2-r0) [2020-06-11T03:48:43.713Z] (9/18) Installing g++ (9.2.0-r4) [2020-06-11T03:48:44.762Z] Removing intermediate container 5ea9e66fde3f [2020-06-11T03:48:44.762Z] ---> 4baf0e54738d [2020-06-11T03:48:44.762Z] Step 11/21 : FROM alpine [2020-06-11T03:48:45.022Z] latest: Pulling from library/alpine [2020-06-11T03:48:45.022Z] df20fa9351a1: Pulling fs layer [2020-06-11T03:48:45.284Z] df20fa9351a1: Verifying Checksum [2020-06-11T03:48:45.284Z] df20fa9351a1: Download complete [2020-06-11T03:48:45.284Z] df20fa9351a1: Pull complete [2020-06-11T03:48:45.546Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-11T03:48:45.546Z] Status: Downloaded newer image for alpine:latest [2020-06-11T03:48:45.546Z] ---> a24bb4013296 [2020-06-11T03:48:45.546Z] Step 12/21 : ENV APP_PORT=49982 [2020-06-11T03:48:45.546Z] ---> Running in de534121db70 [2020-06-11T03:48:45.546Z] Removing intermediate container de534121db70 [2020-06-11T03:48:45.546Z] ---> 1f025483aae6 [2020-06-11T03:48:45.546Z] Step 13/21 : EXPOSE $APP_PORT [2020-06-11T03:48:45.814Z] ---> Running in e6fa1f1f1d54 [2020-06-11T03:48:46.763Z] Removing intermediate container e6fa1f1f1d54 [2020-06-11T03:48:46.763Z] ---> 30749dc88140 [2020-06-11T03:48:46.763Z] Step 14/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-06-11T03:48:47.023Z] ---> a732acdd9eef [2020-06-11T03:48:47.023Z] Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-06-11T03:48:47.084Z] (10/18) Installing fortify-headers (1.1-r0) [2020-06-11T03:48:47.283Z] ---> cf01507f2798 [2020-06-11T03:48:47.284Z] Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-06-11T03:48:47.356Z] (11/18) Installing build-base (0.5-r1) [2020-06-11T03:48:47.356Z] (12/18) Installing openssh-keygen (8.1_p1-r0) [2020-06-11T03:48:47.356Z] (13/18) Installing libedit (20191211.3.1-r0) [2020-06-11T03:48:47.547Z] ---> 8b2caf5cf22c [2020-06-11T03:48:47.547Z] Step 17/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-06-11T03:48:47.547Z] ---> Running in c443d681b668 [2020-06-11T03:48:47.627Z] (14/18) Installing openssh-client (8.1_p1-r0) [2020-06-11T03:48:47.808Z] Removing intermediate container c443d681b668 [2020-06-11T03:48:47.808Z] ---> 564f0dc6b891 [2020-06-11T03:48:47.808Z] Step 18/21 : ENTRYPOINT ["/device-mqtt","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-06-11T03:48:47.808Z] ---> Running in d5562993a346 [2020-06-11T03:48:47.897Z] (15/18) Installing openssh-sftp-server (8.1_p1-r0) [2020-06-11T03:48:47.897Z] (16/18) Installing openssh-server-common (8.1_p1-r0) [2020-06-11T03:48:48.070Z] Removing intermediate container d5562993a346 [2020-06-11T03:48:48.070Z] ---> 59b4f715a1e9 [2020-06-11T03:48:48.070Z] Step 19/21 : LABEL arch=amd64 [2020-06-11T03:48:48.070Z] ---> Running in 969bcf537e9f [2020-06-11T03:48:48.070Z] Removing intermediate container 969bcf537e9f [2020-06-11T03:48:48.070Z] ---> c9464d70bc15 [2020-06-11T03:48:48.070Z] Step 20/21 : LABEL git_sha=de391997badefd51019ce0551674f6b8472580b5 [2020-06-11T03:48:48.169Z] (17/18) Installing openssh-server (8.1_p1-r0) [2020-06-11T03:48:48.169Z] (18/18) Installing openssh (8.1_p1-r0) [2020-06-11T03:48:48.334Z] ---> Running in b500a3b5bf91 [2020-06-11T03:48:48.334Z] Removing intermediate container b500a3b5bf91 [2020-06-11T03:48:48.334Z] ---> fd16b3fd0077 [2020-06-11T03:48:48.334Z] Step 21/21 : LABEL version=1.2.1-dev.3 [2020-06-11T03:48:48.334Z] ---> Running in c6da2872f236 [2020-06-11T03:48:48.444Z] Executing busybox-1.31.1-r8.trigger [2020-06-11T03:48:48.444Z] OK: 203 MiB in 52 packages [2020-06-11T03:48:48.594Z] Removing intermediate container c6da2872f236 [2020-06-11T03:48:48.594Z] ---> 820a5aa012ce [2020-06-11T03:48:48.594Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-11T03:48:48.594Z] Successfully built 820a5aa012ce [2020-06-11T03:48:48.594Z] 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-11T03:48:48.819Z] provisioning config files... [2020-06-11T03:48:48.847Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/9@tmp/config909127944510877498tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-06-11T03:48:49.190Z] nexus3.edgexfoundry.org:10001 [2020-06-11T03:48:49.190Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T03:48:49.452Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T03:48:49.452Z] Configure a credential helper to remove this warning. See [2020-06-11T03:48:49.452Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T03:48:49.452Z] [2020-06-11T03:48:49.452Z] Login Succeeded [2020-06-11T03:48:49.452Z] nexus3.edgexfoundry.org:10002 [2020-06-11T03:48:49.452Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T03:48:49.452Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T03:48:49.452Z] Configure a credential helper to remove this warning. See [2020-06-11T03:48:49.452Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T03:48:49.452Z] [2020-06-11T03:48:49.452Z] Login Succeeded [2020-06-11T03:48:49.452Z] nexus3.edgexfoundry.org:10003 [2020-06-11T03:48:49.717Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T03:48:49.717Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T03:48:49.717Z] Configure a credential helper to remove this warning. See [2020-06-11T03:48:49.717Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T03:48:49.717Z] [2020-06-11T03:48:49.717Z] Login Succeeded [2020-06-11T03:48:49.717Z] nexus3.edgexfoundry.org:10004 [2020-06-11T03:48:49.717Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T03:48:49.978Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T03:48:49.978Z] Configure a credential helper to remove this warning. See [2020-06-11T03:48:49.978Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T03:48:49.978Z] [2020-06-11T03:48:49.978Z] Login Succeeded [2020-06-11T03:48:49.978Z] docker.io [2020-06-11T03:48:49.978Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T03:48:50.238Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T03:48:50.239Z] Configure a credential helper to remove this warning. See [2020-06-11T03:48:50.239Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T03:48:50.239Z] [2020-06-11T03:48:50.239Z] Login Succeeded [Pipeline] } [2020-06-11T03:48:50.247Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-11T03:48:50.343Z] [edgeXDocker.push] Tagging docker image docker-device-mqtt-go with the following tags: [2020-06-11T03:48:50.343Z] de391997badefd51019ce0551674f6b8472580b5 [2020-06-11T03:48:50.343Z] latest [2020-06-11T03:48:50.343Z] 1.2.1-dev.3 [2020-06-11T03:48:50.343Z] de391997badefd51019ce0551674f6b8472580b5-1.2.1-dev.3 [2020-06-11T03:48:50.343Z] master [2020-06-11T03:48:50.343Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-11T03:48:50.729Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:de391997badefd51019ce0551674f6b8472580b5 [Pipeline] isUnix [Pipeline] sh [2020-06-11T03:48:51.027Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:de391997badefd51019ce0551674f6b8472580b5 [2020-06-11T03:48:51.028Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-06-11T03:48:51.028Z] e5119476a258: Preparing [2020-06-11T03:48:51.028Z] 038bfa186d18: Preparing [2020-06-11T03:48:51.028Z] 58ae560a9751: Preparing [2020-06-11T03:48:51.028Z] 50644c29ef5a: Preparing [2020-06-11T03:48:51.028Z] 50644c29ef5a: Layer already exists [2020-06-11T03:48:51.028Z] e5119476a258: Pushed [2020-06-11T03:48:51.028Z] 038bfa186d18: Pushed [2020-06-11T03:48:52.412Z] 58ae560a9751: Pushed [2020-06-11T03:48:52.412Z] de391997badefd51019ce0551674f6b8472580b5: digest: sha256:2a5eeb6b6ae52abdd727cbe6ecb13cdc9031e4afae3ed631908c0a701a345284 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-11T03:48:52.974Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [Pipeline] isUnix [Pipeline] sh [2020-06-11T03:48:53.269Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [2020-06-11T03:48:53.269Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-06-11T03:48:53.270Z] e5119476a258: Preparing [2020-06-11T03:48:53.270Z] 038bfa186d18: Preparing [2020-06-11T03:48:53.270Z] 58ae560a9751: Preparing [2020-06-11T03:48:53.270Z] 50644c29ef5a: Preparing [2020-06-11T03:48:53.270Z] 58ae560a9751: Layer already exists [2020-06-11T03:48:53.270Z] e5119476a258: Layer already exists [2020-06-11T03:48:53.270Z] 038bfa186d18: Layer already exists [2020-06-11T03:48:53.270Z] 50644c29ef5a: Layer already exists [2020-06-11T03:48:53.270Z] latest: digest: sha256:2a5eeb6b6ae52abdd727cbe6ecb13cdc9031e4afae3ed631908c0a701a345284 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-11T03:48:53.568Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.2.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-06-11T03:48:53.861Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.2.1-dev.3 [2020-06-11T03:48:53.861Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-06-11T03:48:53.861Z] e5119476a258: Preparing [2020-06-11T03:48:53.861Z] 038bfa186d18: Preparing [2020-06-11T03:48:53.861Z] 58ae560a9751: Preparing [2020-06-11T03:48:53.861Z] 50644c29ef5a: Preparing [2020-06-11T03:48:53.861Z] 50644c29ef5a: Layer already exists [2020-06-11T03:48:53.861Z] e5119476a258: Layer already exists [2020-06-11T03:48:53.861Z] 58ae560a9751: Layer already exists [2020-06-11T03:48:53.861Z] 038bfa186d18: Layer already exists [2020-06-11T03:48:53.861Z] 1.2.1-dev.3: digest: sha256:2a5eeb6b6ae52abdd727cbe6ecb13cdc9031e4afae3ed631908c0a701a345284 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-11T03:48:54.164Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:de391997badefd51019ce0551674f6b8472580b5-1.2.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-06-11T03:48:54.458Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:de391997badefd51019ce0551674f6b8472580b5-1.2.1-dev.3 [2020-06-11T03:48:54.458Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-06-11T03:48:54.458Z] e5119476a258: Preparing [2020-06-11T03:48:54.458Z] 038bfa186d18: Preparing [2020-06-11T03:48:54.458Z] 58ae560a9751: Preparing [2020-06-11T03:48:54.458Z] 50644c29ef5a: Preparing [2020-06-11T03:48:54.458Z] e5119476a258: Layer already exists [2020-06-11T03:48:54.458Z] 50644c29ef5a: Layer already exists [2020-06-11T03:48:54.458Z] 038bfa186d18: Layer already exists [2020-06-11T03:48:54.458Z] 58ae560a9751: Layer already exists [2020-06-11T03:48:54.458Z] de391997badefd51019ce0551674f6b8472580b5-1.2.1-dev.3: digest: sha256:2a5eeb6b6ae52abdd727cbe6ecb13cdc9031e4afae3ed631908c0a701a345284 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-11T03:48:54.772Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [Pipeline] isUnix [Pipeline] sh [2020-06-11T03:48:55.067Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [2020-06-11T03:48:55.067Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-06-11T03:48:55.067Z] e5119476a258: Preparing [2020-06-11T03:48:55.067Z] 038bfa186d18: Preparing [2020-06-11T03:48:55.067Z] 58ae560a9751: Preparing [2020-06-11T03:48:55.067Z] 50644c29ef5a: Preparing [2020-06-11T03:48:55.067Z] 038bfa186d18: Layer already exists [2020-06-11T03:48:55.067Z] e5119476a258: Layer already exists [2020-06-11T03:48:55.067Z] 50644c29ef5a: Layer already exists [2020-06-11T03:48:55.067Z] 58ae560a9751: Layer already exists [2020-06-11T03:48:55.067Z] master: digest: sha256:2a5eeb6b6ae52abdd727cbe6ecb13cdc9031e4afae3ed631908c0a701a345284 size: 1154 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2020-06-11T03:48:55.150Z] Removing intermediate container 89902a07dc4a [2020-06-11T03:48:55.150Z] ---> 7f73ea112ad4 [2020-06-11T03:48:55.150Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-06-11T03:48:55.150Z] ---> Running in 1a78186c2127 [2020-06-11T03:48:55.150Z] Removing intermediate container 1a78186c2127 [2020-06-11T03:48:55.150Z] ---> 0909a0e20acf [2020-06-11T03:48:55.150Z] Step 7/8 : COPY . . [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-11T03:48:55.871Z] ++ find /w/workspace/device-mqtt-go/9 [2020-06-11T03:48:55.871Z] ++ grep snapcraft.yaml [2020-06-11T03:48:55.871Z] + grep -Po '^name: \K(.*)' /w/workspace/device-mqtt-go/9/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-11T03:48:55.956Z] provisioning config files... [2020-06-11T03:48:55.964Z] copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/9@tmp/config1027845216755206888tmp [Pipeline] { [Pipeline] sh [2020-06-11T03:48:56.134Z] ---> dc43c8235769 [2020-06-11T03:48:56.134Z] Step 8/8 : RUN go mod download [2020-06-11T03:48:56.134Z] ---> Running in 4364fb467e14 [2020-06-11T03:48:56.295Z] + cp /w/workspace/device-mqtt-go/9@tmp/config1027845216755206888tmp /w/workspace/device-mqtt-go/9/edgex-snap-store-login [Pipeline] sh [2020-06-11T03:48:56.591Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/9:/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-11T03:48:56.591Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-06-11T03:48:56.591Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-06-11T03:48:56.591Z] 5bed26d33875: Pulling fs layer [2020-06-11T03:48:56.591Z] f11b29a9c730: Pulling fs layer [2020-06-11T03:48:56.591Z] 930bda195c84: Pulling fs layer [2020-06-11T03:48:56.591Z] 78bf9a5ad49e: Pulling fs layer [2020-06-11T03:48:56.591Z] e5fbee5a4b0d: Pulling fs layer [2020-06-11T03:48:56.591Z] f452fca78f88: Pulling fs layer [2020-06-11T03:48:56.591Z] 7417ef92027a: Pulling fs layer [2020-06-11T03:48:56.591Z] 2af5c49d270b: Pulling fs layer [2020-06-11T03:48:56.591Z] df9c3bdbc40a: Pulling fs layer [2020-06-11T03:48:56.591Z] f452fca78f88: Waiting [2020-06-11T03:48:56.591Z] 78bf9a5ad49e: Waiting [2020-06-11T03:48:56.591Z] 7417ef92027a: Waiting [2020-06-11T03:48:56.591Z] 2af5c49d270b: Waiting [2020-06-11T03:48:56.591Z] df9c3bdbc40a: Waiting [2020-06-11T03:48:56.591Z] e5fbee5a4b0d: Waiting [2020-06-11T03:48:56.591Z] 930bda195c84: Verifying Checksum [2020-06-11T03:48:56.591Z] 930bda195c84: Download complete [2020-06-11T03:48:56.591Z] f11b29a9c730: Download complete [2020-06-11T03:48:56.591Z] 78bf9a5ad49e: Verifying Checksum [2020-06-11T03:48:56.591Z] 78bf9a5ad49e: Download complete [2020-06-11T03:48:56.591Z] f452fca78f88: Verifying Checksum [2020-06-11T03:48:56.591Z] f452fca78f88: Download complete [2020-06-11T03:48:56.591Z] 7417ef92027a: Verifying Checksum [2020-06-11T03:48:56.591Z] 7417ef92027a: Download complete [2020-06-11T03:48:56.591Z] 2af5c49d270b: Verifying Checksum [2020-06-11T03:48:56.591Z] 2af5c49d270b: Download complete [2020-06-11T03:48:56.591Z] df9c3bdbc40a: Verifying Checksum [2020-06-11T03:48:56.591Z] df9c3bdbc40a: Download complete [2020-06-11T03:48:56.854Z] 5bed26d33875: Verifying Checksum [2020-06-11T03:48:56.854Z] 5bed26d33875: Download complete [2020-06-11T03:48:58.776Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-11T03:48:58.776Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-11T03:48:58.776Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-11T03:48:58.776Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T03:48:58.776Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-11T03:48:58.776Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-11T03:48:58.776Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T03:48:58.776Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-11T03:48:58.776Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-11T03:48:58.776Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-06-11T03:48:58.776Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-06-11T03:48:58.776Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T03:48:58.776Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T03:48:58.776Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T03:48:58.776Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T03:48:58.776Z] go: finding github.com/fatih/color v1.7.0 [2020-06-11T03:48:58.776Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T03:48:58.776Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-11T03:48:58.776Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T03:48:58.776Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-11T03:48:58.776Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-11T03:48:58.776Z] go: finding github.com/google/uuid v1.1.1 [2020-06-11T03:48:58.776Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-11T03:48:58.776Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-11T03:48:58.776Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-11T03:48:58.776Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-11T03:48:58.776Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T03:48:58.776Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T03:48:58.776Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-11T03:48:58.776Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-11T03:48:58.776Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T03:48:58.776Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-11T03:48:58.776Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-11T03:48:58.776Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-11T03:48:58.776Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-11T03:48:58.776Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-11T03:48:58.776Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-11T03:48:58.776Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-11T03:48:58.776Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-11T03:48:58.776Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-11T03:48:58.776Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-11T03:48:58.776Z] go: finding github.com/kr/pretty v0.1.0 [2020-06-11T03:48:58.776Z] go: finding github.com/kr/pty v1.1.1 [2020-06-11T03:48:58.776Z] go: finding github.com/kr/text v0.1.0 [2020-06-11T03:48:58.776Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-11T03:48:58.776Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-11T03:48:58.776Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-11T03:48:58.776Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-11T03:48:58.776Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T03:48:58.776Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-11T03:48:58.776Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-11T03:48:58.776Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-11T03:48:58.776Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-11T03:48:58.776Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-11T03:48:59.060Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T03:48:59.060Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T03:48:59.060Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-11T03:48:59.060Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-11T03:48:59.060Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-11T03:48:59.060Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-11T03:48:59.060Z] go: finding github.com/posener/complete v1.1.1 [2020-06-11T03:48:59.060Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-11T03:48:59.060Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-11T03:48:59.060Z] go: finding github.com/spf13/cast v1.3.0 [2020-06-11T03:48:59.060Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-11T03:48:59.060Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-11T03:48:59.060Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-11T03:48:59.060Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-11T03:48:59.060Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-11T03:48:59.060Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-11T03:48:59.060Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-11T03:48:59.060Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-11T03:48:59.060Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-06-11T03:48:59.060Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-11T03:48:59.060Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-11T03:49:00.191Z] e5fbee5a4b0d: Verifying Checksum [2020-06-11T03:49:00.191Z] e5fbee5a4b0d: Download complete [2020-06-11T03:49:00.191Z] 5bed26d33875: Pull complete [2020-06-11T03:49:01.133Z] f11b29a9c730: Pull complete [2020-06-11T03:49:01.133Z] 930bda195c84: Pull complete [2020-06-11T03:49:01.395Z] 78bf9a5ad49e: Pull complete [2020-06-11T03:49:09.269Z] Removing intermediate container 4364fb467e14 [2020-06-11T03:49:09.269Z] ---> d2bdda27b8ce [2020-06-11T03:49:09.269Z] Successfully built d2bdda27b8ce [2020-06-11T03:49:09.269Z] 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-11T03:49:09.816Z] + docker inspect -f . ci-base-image-arm64 [2020-06-11T03:49:09.817Z] . [Pipeline] withDockerContainer [2020-06-11T03:49:10.100Z] prd-ubuntu18.04-docker-arm64-4c-16g-2538 does not seem to be running inside a container [2020-06-11T03:49:10.155Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/9 -v /w/workspace/device-mqtt-go/9:/w/workspace/device-mqtt-go/9:rw,z -v /w/workspace/device-mqtt-go/9@tmp:/w/workspace/device-mqtt-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-06-11T03:49:11.976Z] $ docker top eded0ec997c0f1c557a05610340d32c7767b4d57bf3fb67909963bad328d64f8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-11T03:49:13.395Z] + go version [2020-06-11T03:49:13.396Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-06-11T03:49:14.438Z] + make test [2020-06-11T03:49:14.438Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-06-11T03:49:15.422Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-06-11T03:49:23.402Z] e5fbee5a4b0d: Pull complete [2020-06-11T03:49:23.402Z] f452fca78f88: Pull complete [2020-06-11T03:49:23.402Z] 7417ef92027a: Pull complete [2020-06-11T03:49:23.402Z] 2af5c49d270b: Pull complete [2020-06-11T03:49:23.402Z] df9c3bdbc40a: Pull complete [2020-06-11T03:49:23.402Z] Digest: sha256:329b7ca3c147263d7a6122d30aca7e6f18adc9017ce870f1638d2965d7494739 [2020-06-11T03:49:23.402Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-06-11T03:49:23.402Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-06-11T03:49:23.402Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-06-11T03:49:23.402Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-06-11T03:49:23.974Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9092 B] [2020-06-11T03:49:23.974Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-06-11T03:49:24.234Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [958 kB] [2020-06-11T03:49:24.234Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [20.3 kB] [2020-06-11T03:49:24.235Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1392 kB] [2020-06-11T03:49:24.808Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [80.7 kB] [2020-06-11T03:49:24.808Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1253 kB] [2020-06-11T03:49:24.808Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [861 kB] [2020-06-11T03:49:24.808Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8158 B] [2020-06-11T03:49:24.808Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] [2020-06-11T03:49:25.069Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [66.4 kB] [2020-06-11T03:49:25.330Z] Fetched 4909 kB in 2s (2119 kB/s) [2020-06-11T03:49:26.715Z] Reading package lists... [2020-06-11T03:49:30.020Z] 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-11T03:49:31.405Z] Reading package lists... [2020-06-11T03:49:31.666Z] Building dependency tree... [2020-06-11T03:49:31.666Z] Reading state information... [2020-06-11T03:49:31.928Z] The following packages were automatically installed and are no longer required: [2020-06-11T03:49:31.928Z] libjq1 liblzo2-2 libonig4 [2020-06-11T03:49:31.928Z] Use 'sudo apt autoremove' to remove them. [2020-06-11T03:49:31.928Z] Suggested packages: [2020-06-11T03:49:31.928Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-06-11T03:49:31.928Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc [2020-06-11T03:49:31.928Z] keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc [2020-06-11T03:49:31.928Z] libterm-readline-gnu-perl | libterm-readline-perl-perl [2020-06-11T03:49:31.928Z] The following NEW packages will be installed: [2020-06-11T03:49:31.928Z] curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl [2020-06-11T03:49:31.928Z] libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 [2020-06-11T03:49:31.928Z] libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase [2020-06-11T03:49:31.928Z] openssh-client patch perl perl-modules-5.26 xauth [2020-06-11T03:49:32.499Z] 0 upgraded, 27 newly installed, 0 to remove and 10 not upgraded. [2020-06-11T03:49:32.499Z] Need to get 14.7 MB of archives. [2020-06-11T03:49:32.499Z] After this operation, 89.5 MB of additional disk space will be used. [2020-06-11T03:49:32.499Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxau6 amd64 1:1.0.8-1 [8376 B] [2020-06-11T03:49:32.499Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-06-11T03:49:32.759Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB] [2020-06-11T03:49:32.759Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB] [2020-06-11T03:49:32.759Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] [2020-06-11T03:49:33.021Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.2 [569 kB] [2020-06-11T03:49:33.282Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB] [2020-06-11T03:49:33.282Z] 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-11T03:49:33.853Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-06-11T03:49:33.853Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-06-11T03:49:33.853Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] [2020-06-11T03:49:33.853Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] [2020-06-11T03:49:33.853Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-06-11T03:49:33.853Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-06-11T03:49:33.853Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-06-11T03:49:33.853Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-06-11T03:49:33.853Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.3 [1088 kB] [2020-06-11T03:49:33.853Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B] [2020-06-11T03:49:33.853Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-06-11T03:49:33.853Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB] [2020-06-11T03:49:34.115Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.8 [159 kB] [2020-06-11T03:49:34.115Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.8 [213 kB] [2020-06-11T03:49:34.115Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-06-11T03:49:34.115Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-06-11T03:49:34.376Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-06-11T03:49:34.638Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-06-11T03:49:34.638Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-06-11T03:49:34.899Z] debconf: delaying package configuration, since apt-utils is not installed [2020-06-11T03:49:34.899Z] Fetched 14.7 MB in 3s (5669 kB/s) [2020-06-11T03:49:35.159Z] Selecting previously unselected package libxau6:amd64. [2020-06-11T03:49:35.159Z] (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-11T03:49:35.159Z] Preparing to unpack .../00-libxau6_1%3a1.0.8-1_amd64.deb ... [2020-06-11T03:49:35.159Z] Unpacking libxau6:amd64 (1:1.0.8-1) ... [2020-06-11T03:49:35.159Z] Selecting previously unselected package libbsd0:amd64. [2020-06-11T03:49:35.159Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-06-11T03:49:35.420Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-06-11T03:49:35.420Z] Selecting previously unselected package libxdmcp6:amd64. [2020-06-11T03:49:35.420Z] Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_amd64.deb ... [2020-06-11T03:49:35.420Z] Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... [2020-06-11T03:49:35.420Z] Selecting previously unselected package libxcb1:amd64. [2020-06-11T03:49:35.420Z] Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_amd64.deb ... [2020-06-11T03:49:35.420Z] Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ... [2020-06-11T03:49:35.420Z] Selecting previously unselected package libx11-data. [2020-06-11T03:49:35.420Z] Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... [2020-06-11T03:49:35.420Z] Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-11T03:49:36.364Z] Selecting previously unselected package libx11-6:amd64. [2020-06-11T03:49:36.364Z] Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_amd64.deb ... [2020-06-11T03:49:36.364Z] Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... [2020-06-11T03:49:36.624Z] Selecting previously unselected package libxext6:amd64. [2020-06-11T03:49:36.624Z] Preparing to unpack .../06-libxext6_2%3a1.3.3-1_amd64.deb ... [2020-06-11T03:49:36.624Z] Unpacking libxext6:amd64 (2:1.3.3-1) ... [2020-06-11T03:49:36.624Z] Selecting previously unselected package perl-modules-5.26. [2020-06-11T03:49:36.624Z] Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-06-11T03:49:36.624Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-11T03:49:39.932Z] Selecting previously unselected package libgdbm5:amd64. [2020-06-11T03:49:39.932Z] Preparing to unpack .../08-libgdbm5_1.14.1-6_amd64.deb ... [2020-06-11T03:49:39.932Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-06-11T03:49:39.932Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-06-11T03:49:39.932Z] Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-06-11T03:49:39.932Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-06-11T03:49:39.932Z] Selecting previously unselected package libperl5.26:amd64. [2020-06-11T03:49:39.932Z] Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-06-11T03:49:39.932Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-06-11T03:49:40.878Z] Selecting previously unselected package perl. [2020-06-11T03:49:40.878Z] Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-06-11T03:49:40.878Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-06-11T03:49:41.139Z] Selecting previously unselected package less. [2020-06-11T03:49:41.139Z] Preparing to unpack .../12-less_487-0.1_amd64.deb ... [2020-06-11T03:49:41.139Z] Unpacking less (487-0.1) ... [2020-06-11T03:49:41.139Z] Selecting previously unselected package libexpat1:amd64. [2020-06-11T03:49:41.139Z] Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-06-11T03:49:41.139Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-06-11T03:49:41.402Z] Selecting previously unselected package netbase. [2020-06-11T03:49:41.402Z] Preparing to unpack .../14-netbase_5.4_all.deb ... [2020-06-11T03:49:41.402Z] Unpacking netbase (5.4) ... [2020-06-11T03:49:41.402Z] Selecting previously unselected package libedit2:amd64. [2020-06-11T03:49:41.402Z] Preparing to unpack .../15-libedit2_3.1-20170329-1_amd64.deb ... [2020-06-11T03:49:41.402Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-06-11T03:49:41.402Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-06-11T03:49:41.402Z] Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb ... [2020-06-11T03:49:41.402Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... [2020-06-11T03:49:41.663Z] Selecting previously unselected package libxmuu1:amd64. [2020-06-11T03:49:41.663Z] Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_amd64.deb ... [2020-06-11T03:49:41.663Z] Unpacking libxmuu1:amd64 (2:1.1.2-2) ... [2020-06-11T03:49:41.663Z] Selecting previously unselected package openssh-client. [2020-06-11T03:49:41.663Z] Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-06-11T03:49:41.663Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-11T03:49:41.927Z] Selecting previously unselected package xauth. [2020-06-11T03:49:41.927Z] Preparing to unpack .../19-xauth_1%3a1.0.10-1_amd64.deb ... [2020-06-11T03:49:41.927Z] Unpacking xauth (1:1.0.10-1) ... [2020-06-11T03:49:41.927Z] Selecting previously unselected package curl. [2020-06-11T03:49:41.927Z] Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_amd64.deb ... [2020-06-11T03:49:41.927Z] Unpacking curl (7.58.0-2ubuntu3.8) ... [2020-06-11T03:49:42.187Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-06-11T03:49:42.187Z] Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_amd64.deb ... [2020-06-11T03:49:42.187Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... [2020-06-11T03:49:42.187Z] Selecting previously unselected package liberror-perl. [2020-06-11T03:49:42.187Z] Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... [2020-06-11T03:49:42.187Z] Unpacking liberror-perl (0.17025-1) ... [2020-06-11T03:49:42.187Z] Selecting previously unselected package git-man. [2020-06-11T03:49:42.187Z] Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-06-11T03:49:42.187Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-11T03:49:42.450Z] Selecting previously unselected package git. [2020-06-11T03:49:42.450Z] Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-06-11T03:49:42.450Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-06-11T03:49:45.002Z] Selecting previously unselected package make. [2020-06-11T03:49:45.002Z] Preparing to unpack .../25-make_4.1-9.1ubuntu1_amd64.deb ... [2020-06-11T03:49:45.002Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-06-11T03:49:45.002Z] Selecting previously unselected package patch. [2020-06-11T03:49:45.002Z] Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-06-11T03:49:45.002Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-06-11T03:49:45.002Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-06-11T03:49:45.002Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-11T03:49:45.002Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-06-11T03:49:45.002Z] Setting up less (487-0.1) ... [2020-06-11T03:49:45.002Z] Setting up make (4.1-9.1ubuntu1) ... [2020-06-11T03:49:45.265Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... [2020-06-11T03:49:45.265Z] Setting up curl (7.58.0-2ubuntu3.8) ... [2020-06-11T03:49:45.265Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... [2020-06-11T03:49:45.265Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-11T03:49:45.265Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-06-11T03:49:45.265Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-06-11T03:49:45.265Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-06-11T03:49:45.525Z] Setting up libxdmcp6:amd64 (1:1.1.2-3) ... [2020-06-11T03:49:45.525Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-06-11T03:49:45.525Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-11T03:49:45.785Z] Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-11T03:49:45.785Z] Setting up libxau6:amd64 (1:1.0.8-1) ... [2020-06-11T03:49:45.785Z] Setting up netbase (5.4) ... [2020-06-11T03:49:45.785Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-06-11T03:49:45.785Z] Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ... [2020-06-11T03:49:45.785Z] Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... [2020-06-11T03:49:45.785Z] Setting up libxmuu1:amd64 (2:1.1.2-2) ... [2020-06-11T03:49:45.785Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-06-11T03:49:46.046Z] Setting up libxext6:amd64 (2:1.3.3-1) ... [2020-06-11T03:49:46.046Z] Setting up liberror-perl (0.17025-1) ... [2020-06-11T03:49:46.046Z] Setting up xauth (1:1.0.10-1) ... [2020-06-11T03:49:46.046Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-06-11T03:49:46.046Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-06-11T03:49:47.795Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-06-11T03:49:47.795Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.030s coverage: 28.3% of statements [2020-06-11T03:49:47.795Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-06-11T03:49:47.795Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-11T03:49:48.599Z] curl set to automatically installed. [2020-06-11T03:49:48.599Z] git set to automatically installed. [2020-06-11T03:49:48.599Z] git-man set to automatically installed. [2020-06-11T03:49:48.599Z] less set to automatically installed. [2020-06-11T03:49:48.599Z] libbsd0 set to automatically installed. [2020-06-11T03:49:48.599Z] libcurl3-gnutls set to automatically installed. [2020-06-11T03:49:48.599Z] libedit2 set to automatically installed. [2020-06-11T03:49:48.599Z] liberror-perl set to automatically installed. [2020-06-11T03:49:48.599Z] libexpat1 set to automatically installed. [2020-06-11T03:49:48.599Z] libgdbm-compat4 set to automatically installed. [2020-06-11T03:49:48.599Z] libgdbm5 set to automatically installed. [2020-06-11T03:49:48.599Z] libperl5.26 set to automatically installed. [2020-06-11T03:49:48.599Z] libssl1.0.0 set to automatically installed. [2020-06-11T03:49:48.599Z] libx11-6 set to automatically installed. [2020-06-11T03:49:48.599Z] libx11-data set to automatically installed. [2020-06-11T03:49:48.599Z] libxau6 set to automatically installed. [2020-06-11T03:49:48.599Z] libxcb1 set to automatically installed. [2020-06-11T03:49:48.599Z] libxdmcp6 set to automatically installed. [2020-06-11T03:49:48.599Z] libxext6 set to automatically installed. [2020-06-11T03:49:48.599Z] libxmuu1 set to automatically installed. [2020-06-11T03:49:48.599Z] make set to automatically installed. [2020-06-11T03:49:48.599Z] netbase set to automatically installed. [2020-06-11T03:49:48.599Z] openssh-client set to automatically installed. [2020-06-11T03:49:48.599Z] patch set to automatically installed. [2020-06-11T03:49:48.599Z] perl set to automatically installed. [2020-06-11T03:49:48.599Z] perl-modules-5.26 set to automatically installed. [2020-06-11T03:49:48.599Z] xauth set to automatically installed. [2020-06-11T03:49:48.599Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-06-11T03:49:48.599Z] Please ensure the environment is properly setup before continuing. [2020-06-11T03:49:48.599Z] Ignore this message if the appropriate measures have already been taken [2020-06-11T03:49:48.859Z] Pulling go [2020-06-11T03:49:49.800Z] 'device-mqtt' has dependencies that need to be staged: go [2020-06-11T03:49:49.800Z] Skipping pull go (already ran) [2020-06-11T03:49:49.800Z] Building go [2020-06-11T03:49:49.800Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-06-11T03:49:49.800Z] Dload Upload Total Spent Left Speed [2020-06-11T03:49:51.697Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 114M 0 42877 0 0 346k 0 0:05:38 --:--:-- 0:05:38 343k 57 114M 57 65.6M 0 0 58.3M 0 0:00:01 0:00:01 --:--:-- 58.3M 100 114M 100 114M 0 0 64.7M 0 0:00:01 0:00:01 --:--:-- 64.7M [2020-06-11T03:49:52.266Z] go1.13.5.linux-amd64.tar.gz: OK [2020-06-11T03:49:54.538Z] gofmt -l . [2020-06-11T03:49:54.538Z] ["`gofmt -l .`" = ""] [2020-06-11T03:49:54.538Z] ./bin/test-attribution-txt.sh [2020-06-11T03:49:54.811Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-06-11T03:49:55.427Z] Warning: overwriting stash ‘coverage-report’ [2020-06-11T03:49:55.815Z] Stashed 1 file(s) [Pipeline] } [2020-06-11T03:49:55.802Z] $ docker stop --time=1 eded0ec997c0f1c557a05610340d32c7767b4d57bf3fb67909963bad328d64f8 [2020-06-11T03:49:58.027Z] $ docker rm -f eded0ec997c0f1c557a05610340d32c7767b4d57bf3fb67909963bad328d64f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-11T03:49:59.090Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-11T03:49:59.420Z] + ls -al . [2020-06-11T03:49:59.420Z] total 132 [2020-06-11T03:49:59.420Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 11 03:49 . [2020-06-11T03:49:59.420Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 11 03:47 .. [2020-06-11T03:49:59.420Z] -rw-rw-r-- 1 jenkins jenkins 140 Jun 11 03:47 .dockerignore [2020-06-11T03:49:59.420Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 11 03:47 .git [2020-06-11T03:49:59.420Z] -rw-rw-r-- 1 jenkins jenkins 328 Jun 11 03:47 .gitignore [2020-06-11T03:49:59.420Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 11 03:47 .semver [2020-06-11T03:49:59.420Z] -rw-rw-r-- 1 jenkins jenkins 4678 Jun 11 03:47 Attribution.txt [2020-06-11T03:49:59.420Z] -rw-rw-r-- 1 jenkins jenkins 1776 Jun 11 03:47 Dockerfile [2020-06-11T03:49:59.420Z] -rw-rw-r-- 1 jenkins jenkins 953 Jun 11 03:47 Dockerfile.build [2020-06-11T03:49:59.420Z] -rw-rw-r-- 1 jenkins jenkins 700 Jun 11 03:47 Jenkinsfile [2020-06-11T03:49:59.420Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jun 11 03:47 LICENSE [2020-06-11T03:49:59.420Z] -rw-rw-r-- 1 jenkins jenkins 902 Jun 11 03:47 Makefile [2020-06-11T03:49:59.420Z] -rw-rw-r-- 1 jenkins jenkins 444 Jun 11 03:47 README.md [2020-06-11T03:49:59.420Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 11 03:45 VERSION [2020-06-11T03:49:59.420Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 11 03:47 bin [2020-06-11T03:49:59.420Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 11 03:47 cmd [2020-06-11T03:49:59.420Z] -rw-r--r-- 1 jenkins jenkins 18939 Jun 11 03:49 coverage.out [2020-06-11T03:49:59.420Z] -rw-r--r-- 1 jenkins jenkins 510 Jun 11 03:49 go.mod [2020-06-11T03:49:59.420Z] -rw-r--r-- 1 jenkins jenkins 13621 Jun 11 03:49 go.sum [2020-06-11T03:49:59.420Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 11 03:47 internal [2020-06-11T03:49:59.420Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 11 03:47 mock [2020-06-11T03:49:59.420Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 11 03:47 snap [2020-06-11T03:49:59.420Z] -rw-rw-r-- 1 jenkins jenkins 227 Jun 11 03:47 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-11T03:49:59.764Z] + 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=de391997badefd51019ce0551674f6b8472580b5 --label arch=arm64 --label version=1.2.1-dev.3 . [2020-06-11T03:50:00.038Z] Sending build context to Docker daemon 601.1kB [2020-06-11T03:50:00.038Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-06-11T03:50:00.038Z] Step 2/21 : FROM ${BASE} AS builder [2020-06-11T03:50:00.038Z] ---> d2bdda27b8ce [2020-06-11T03:50:00.038Z] Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-06-11T03:50:00.311Z] ---> Running in a1f544a98b14 [2020-06-11T03:50:00.416Z] Staging go [2020-06-11T03:50:00.416Z] Pulling device-mqtt [2020-06-11T03:50:00.908Z] Removing intermediate container a1f544a98b14 [2020-06-11T03:50:00.908Z] ---> 2a7faf317f3b [2020-06-11T03:50:00.908Z] Step 4/21 : ARG ALPINE_PKG_EXTRA="" [2020-06-11T03:50:00.908Z] ---> Running in e13d949e81e6 [2020-06-11T03:50:00.989Z] Skipping build go (already ran) [2020-06-11T03:50:00.990Z] Building device-mqtt [2020-06-11T03:50:01.250Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.1-dev.3" -o cmd/device-mqtt ./cmd [2020-06-11T03:50:01.507Z] Removing intermediate container e13d949e81e6 [2020-06-11T03:50:01.507Z] ---> 7513dbfb5254 [2020-06-11T03:50:01.507Z] Step 5/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-11T03:50:01.507Z] ---> Running in d214faf7ee45 [2020-06-11T03:50:02.194Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-06-11T03:50:02.194Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T03:50:02.194Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-11T03:50:02.194Z] go: downloading github.com/spf13/cast v1.3.0 [2020-06-11T03:50:02.194Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-11T03:50:02.194Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-06-11T03:50:02.194Z] go: extracting github.com/spf13/cast v1.3.0 [2020-06-11T03:50:02.194Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-11T03:50:02.194Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T03:50:02.194Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-06-11T03:50:02.194Z] go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-11T03:50:02.194Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-06-11T03:50:02.194Z] go: downloading github.com/google/uuid v1.1.1 [2020-06-11T03:50:02.194Z] go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-11T03:50:02.194Z] go: extracting github.com/google/uuid v1.1.1 [2020-06-11T03:50:02.194Z] go: downloading github.com/pkg/errors v0.8.1 [2020-06-11T03:50:02.194Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-06-11T03:50:02.194Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-06-11T03:50:02.194Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T03:50:02.194Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-06-11T03:50:02.194Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T03:50:02.194Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-06-11T03:50:02.194Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T03:50:02.194Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T03:50:02.456Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-06-11T03:50:02.456Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-06-11T03:50:02.456Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T03:50:02.456Z] go: extracting github.com/pkg/errors v0.8.1 [2020-06-11T03:50:02.456Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T03:50:02.456Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T03:50:02.456Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-06-11T03:50:02.456Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-06-11T03:50:02.456Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T03:50:02.456Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-06-11T03:50:02.456Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T03:50:02.456Z] go: downloading github.com/x448/float16 v0.8.4 [2020-06-11T03:50:02.456Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-06-11T03:50:02.456Z] go: extracting github.com/x448/float16 v0.8.4 [2020-06-11T03:50:02.456Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-06-11T03:50:02.862Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-06-11T03:50:02.862Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-06-11T03:50:02.862Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T03:50:02.862Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T03:50:02.862Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-06-11T03:50:02.862Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-06-11T03:50:02.862Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T03:50:02.862Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T03:50:02.862Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T03:50:02.862Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-06-11T03:50:02.862Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T03:50:02.862Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-06-11T03:50:02.862Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T03:50:02.862Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T03:50:02.862Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T03:50:02.862Z] go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-11T03:50:02.862Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T03:50:02.862Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T03:50:02.862Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T03:50:02.862Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-06-11T03:50:02.862Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T03:50:03.434Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T03:50:04.092Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T03:50:04.092Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T03:50:04.092Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T03:50:04.092Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-06-11T03:50:04.092Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-06-11T03:50:04.092Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-06-11T03:50:04.092Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-11T03:50:04.092Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T03:50:04.092Z] go: finding github.com/spf13/cast v1.3.0 [2020-06-11T03:50:04.092Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-11T03:50:04.092Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-11T03:50:04.092Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-11T03:50:04.092Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-11T03:50:04.092Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T03:50:04.092Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-11T03:50:04.092Z] go: finding github.com/google/uuid v1.1.1 [2020-06-11T03:50:04.092Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-06-11T03:50:04.092Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-11T03:50:04.092Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T03:50:04.092Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T03:50:04.092Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T03:50:04.092Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-11T03:50:04.092Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-11T03:50:04.092Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-11T03:50:04.092Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T03:50:04.092Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-11T03:50:04.092Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-11T03:50:04.092Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T03:50:04.092Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T03:50:04.092Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-11T03:50:04.092Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T03:50:04.092Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T03:50:04.092Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T03:50:04.092Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-11T03:50:04.092Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T03:50:04.092Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T03:50:04.092Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T03:50:04.092Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-11T03:50:04.141Z] Removing intermediate container d214faf7ee45 [2020-06-11T03:50:04.141Z] ---> 53e1a5c626eb [2020-06-11T03:50:04.141Z] Step 6/21 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-11T03:50:04.141Z] ---> Running in 57332e4287ff [2020-06-11T03:50:05.566Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-11T03:50:06.156Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-11T03:50:06.749Z] OK: 203 MiB in 52 packages [2020-06-11T03:50:07.770Z] Removing intermediate container 57332e4287ff [2020-06-11T03:50:07.770Z] ---> 32d2d0ffb67c [2020-06-11T03:50:07.770Z] Step 7/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-06-11T03:50:08.043Z] ---> Running in 2b3109ecd6ab [2020-06-11T03:50:08.315Z] Removing intermediate container 2b3109ecd6ab [2020-06-11T03:50:08.315Z] ---> cc9ff6540693 [2020-06-11T03:50:08.315Z] Step 8/21 : COPY . . [2020-06-11T03:50:09.285Z] ---> 3ab3f4504f7b [2020-06-11T03:50:09.285Z] Step 9/21 : ARG MAKE='make build' [2020-06-11T03:50:09.285Z] ---> Running in 62a9c432b7c1 [2020-06-11T03:50:09.875Z] Removing intermediate container 62a9c432b7c1 [2020-06-11T03:50:09.875Z] ---> ad8096f2a84b [2020-06-11T03:50:09.875Z] Step 10/21 : RUN $MAKE [2020-06-11T03:50:09.875Z] ---> Running in 059caa243750 [2020-06-11T03:50:11.347Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.1-dev.3" -o cmd/device-mqtt ./cmd [2020-06-11T03:50:14.610Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-11T03:50:18.835Z] Skipping stage go (already ran) [2020-06-11T03:50:18.835Z] Staging device-mqtt [2020-06-11T03:50:19.783Z] Priming go [2020-06-11T03:50:20.354Z] Priming device-mqtt [2020-06-11T03:50:21.300Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-06-11T03:50:21.300Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-06-11T03:50:21.300Z] Determining the version from the project repo (version-script). [2020-06-11T03:50:21.300Z] The version has been set to '1.2.1-dev.3-20200611+de39199' [2020-06-11T03:50:21.581Z] Snapping 'edgex-device-mqtt' ... [2020-06-11T03:50:23.015Z] [2020-06-11T03:50:23.015Z] Snapped edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap [2020-06-11T03:50:25.557Z] [2020-06-11T03:50:25.558Z] Login successful. You now have these capabilities: [2020-06-11T03:50:25.558Z] [2020-06-11T03:50:25.818Z] snaps: No restriction [2020-06-11T03:50:25.818Z] channels: No restriction [2020-06-11T03:50:25.818Z] permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] [2020-06-11T03:50:25.818Z] expires: 2020-06-19T16:50:48.252993 [2020-06-11T03:50:25.818Z] [2020-06-11T03:50:26.390Z] Preparing to push 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap'. [2020-06-11T03:50:26.390Z] After pushing, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. [2020-06-11T03:50:26.390Z] Install the review-tools from the Snap Store for enhanced checks before uploading this snap. [2020-06-11T03:50:30.596Z] Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [ ] 0% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [ ] 1% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [ ] 2% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [ ] 3% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [ ] 4% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [ ] 5% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [ ] 6% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [ ] 7% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [ ] 8% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [ ] 9% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [ ] 10% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [ ] 11% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [ ] 13% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [ ] 14% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [ ] 15% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [ ] 16% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [ ] 17% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [ ] 18% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [ ] 19% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [ ] 20% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [ ] 21% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [ ] 22% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [ ] 23% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [= ] 25% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [= ] 26% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [= ] 27% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [= ] 28% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [= ] 29% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [= ] 30% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [= ] 31% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [= ] 32% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [= ] 33% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [= ] 34% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [= ] 35% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [= ] 37% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [= ] 38% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [= ] 39% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [= ] 40% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [= ] 41% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [= ] 42% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [= ] 43% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [= ] 44% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [= ] 45% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [= ] 46% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [= ] 47% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [= ] 49% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [== ] 50% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [== ] 51% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [== ] 52% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [== ] 53% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [== ] 54% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [== ] 55% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [== ] 56% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [== ] 57% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [== ] 58% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [== ] 59% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [== ] 61% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [== ] 62% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [== ] 63% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [== ] 64% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [== ] 65% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [== ] 66% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [== ] 67% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [== ] 68% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [== ] 69% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [== ] 70% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [== ] 71% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [== ] 73% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [== ] 74% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [=== ] 75% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [=== ] 76% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [=== ] 77% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [=== ] 78% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [=== ] 79% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [=== ] 80% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [=== ] 81% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [=== ] 82% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [=== ] 83% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [=== ] 85% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [=== ] 86% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [=== ] 87% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [=== ] 88% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [=== ] 89% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [=== ] 90% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [=== ] 91% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [=== ] 92% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [=== ] 93% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [=== ] 94% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [=== ] 95% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [=== ] 97% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [=== ] 98% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [=== ] 99% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [====] 100% [2020-06-11T03:50:38.318Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-11T03:50:43.403Z] Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| 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-11T03:50:43.403Z] Revision 1231 of 'edgex-device-mqtt' created. [2020-06-11T03:50:44.344Z] 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-11T03:50:44.344Z] Track Arch Channel Version Revision Notes [2020-06-11T03:50:44.344Z] edinburgh amd64 stable 1.0.0-20190627+29babbb 110 - [2020-06-11T03:50:44.344Z] candidate 1.0.0-20190627+29babbb 110 - [2020-06-11T03:50:44.344Z] beta 1.0.0-20190801+fd7235a 239 - [2020-06-11T03:50:44.344Z] edge 1.0.0-20200107+8d32c65 942 - [2020-06-11T03:50:44.344Z] fuji amd64 stable 1.1.1-20200228+f519bc1 1072 - [2020-06-11T03:50:44.344Z] candidate ^ ^ - [2020-06-11T03:50:44.344Z] beta 1.1.1-20200228+f519bc1 1072 - [2020-06-11T03:50:44.344Z] edge 1.1.1-20200422+f519bc1 1177 - [2020-06-11T03:50:44.344Z] geneva amd64 stable 1.2.0-20200520+8b9d451 1186 - [2020-06-11T03:50:44.344Z] candidate ^ ^ - [2020-06-11T03:50:44.344Z] beta ^ ^ - [2020-06-11T03:50:44.344Z] edge ^ ^ - [2020-06-11T03:50:44.344Z] latest amd64 stable 1.2.0-20200520+8b9d451 1186 - [2020-06-11T03:50:44.344Z] candidate 1.2.0-20200520+8b9d451 1186 - [2020-06-11T03:50:44.344Z] beta 1.2.0-20200520+8b9d451 1186 - [2020-06-11T03:50:44.344Z] edge 1.2.1-dev.3-20200611+de39199 1231 - [2020-06-11T03:50:45.287Z] Pushing metadata from 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_amd64.snap' [2020-06-11T03:50:46.594Z] Removing intermediate container 059caa243750 [2020-06-11T03:50:46.595Z] ---> 9eeb320edc92 [2020-06-11T03:50:46.595Z] Step 11/21 : FROM alpine [2020-06-11T03:50:46.595Z] latest: Pulling from library/alpine [2020-06-11T03:50:46.595Z] b538f80385f9: Pulling fs layer [2020-06-11T03:50:46.595Z] b538f80385f9: Download complete [2020-06-11T03:50:46.864Z] b538f80385f9: Pull complete [2020-06-11T03:50:46.864Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-11T03:50:46.864Z] Status: Downloaded newer image for alpine:latest [2020-06-11T03:50:46.864Z] ---> 62ee0e9f8440 [2020-06-11T03:50:46.864Z] Step 12/21 : ENV APP_PORT=49982 [2020-06-11T03:50:47.135Z] ---> Running in 8352755c2e5b [2020-06-11T03:50:47.411Z] Removing intermediate container 8352755c2e5b [2020-06-11T03:50:47.411Z] ---> 5082ea7ef17e [2020-06-11T03:50:47.411Z] Step 13/21 : EXPOSE $APP_PORT [2020-06-11T03:50:47.684Z] ---> Running in 1fac63762ad8 [2020-06-11T03:50:47.831Z] The metadata has been pushed [2020-06-11T03:50:47.954Z] Removing intermediate container 1fac63762ad8 [2020-06-11T03:50:47.954Z] ---> b58712ce8fa3 [2020-06-11T03:50:47.954Z] Step 14/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [Pipeline] } [2020-06-11T03:50:48.782Z] 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-11T03:50:49.394Z] ---> 0ce0e447066a [2020-06-11T03:50:49.394Z] Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-06-11T03:50:49.993Z] ---> e55f5a9f86a9 [2020-06-11T03:50:49.994Z] Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-06-11T03:50:50.977Z] ---> d7e22d418a12 [2020-06-11T03:50:50.977Z] Step 17/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-06-11T03:50:50.977Z] ---> Running in 42b1982bc6c2 [2020-06-11T03:50:51.246Z] Removing intermediate container 42b1982bc6c2 [2020-06-11T03:50:51.246Z] ---> 1ffe76ae038f [2020-06-11T03:50:51.246Z] Step 18/21 : ENTRYPOINT ["/device-mqtt","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-06-11T03:50:51.515Z] ---> Running in 9f5d5dee78c6 [2020-06-11T03:50:51.785Z] Removing intermediate container 9f5d5dee78c6 [2020-06-11T03:50:51.786Z] ---> 0d7b2f445a11 [2020-06-11T03:50:51.786Z] Step 19/21 : LABEL arch=arm64 [2020-06-11T03:50:52.056Z] ---> Running in f02209c6d2c3 [2020-06-11T03:50:52.331Z] Removing intermediate container f02209c6d2c3 [2020-06-11T03:50:52.331Z] ---> 83a171fd6577 [2020-06-11T03:50:52.331Z] Step 20/21 : LABEL git_sha=de391997badefd51019ce0551674f6b8472580b5 [2020-06-11T03:50:52.331Z] ---> Running in 062ff853b2d1 [2020-06-11T03:50:52.928Z] Removing intermediate container 062ff853b2d1 [2020-06-11T03:50:52.928Z] ---> bf6fd4654c01 [2020-06-11T03:50:52.928Z] Step 21/21 : LABEL version=1.2.1-dev.3 [2020-06-11T03:50:52.928Z] ---> Running in e13dc795d81a [2020-06-11T03:50:53.519Z] Removing intermediate container e13dc795d81a [2020-06-11T03:50:53.519Z] ---> 99d74a03255f [2020-06-11T03:50:53.519Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-11T03:50:53.519Z] Successfully built 99d74a03255f [2020-06-11T03:50:53.519Z] 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-11T03:50:53.712Z] provisioning config files... [2020-06-11T03:50:53.751Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/9@tmp/config2802032761355103525tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-06-11T03:50:54.130Z] nexus3.edgexfoundry.org:10001 [2020-06-11T03:50:54.403Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T03:50:54.676Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T03:50:54.676Z] Configure a credential helper to remove this warning. See [2020-06-11T03:50:54.676Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T03:50:54.676Z] [2020-06-11T03:50:54.676Z] Login Succeeded [2020-06-11T03:50:54.676Z] nexus3.edgexfoundry.org:10002 [2020-06-11T03:50:54.952Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T03:50:55.226Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T03:50:55.226Z] Configure a credential helper to remove this warning. See [2020-06-11T03:50:55.226Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T03:50:55.226Z] [2020-06-11T03:50:55.226Z] Login Succeeded [2020-06-11T03:50:55.226Z] nexus3.edgexfoundry.org:10003 [2020-06-11T03:50:55.502Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T03:50:55.779Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T03:50:55.779Z] Configure a credential helper to remove this warning. See [2020-06-11T03:50:55.779Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T03:50:55.779Z] [2020-06-11T03:50:55.779Z] Login Succeeded [2020-06-11T03:50:55.779Z] nexus3.edgexfoundry.org:10004 [2020-06-11T03:50:56.053Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T03:50:56.329Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T03:50:56.329Z] Configure a credential helper to remove this warning. See [2020-06-11T03:50:56.329Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T03:50:56.329Z] [2020-06-11T03:50:56.329Z] Login Succeeded [2020-06-11T03:50:56.329Z] docker.io [2020-06-11T03:50:56.602Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T03:50:56.874Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T03:50:56.874Z] Configure a credential helper to remove this warning. See [2020-06-11T03:50:56.874Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T03:50:56.874Z] [2020-06-11T03:50:56.874Z] Login Succeeded [Pipeline] } [2020-06-11T03:50:56.891Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-11T03:50:56.988Z] [edgeXDocker.push] Tagging docker image docker-device-mqtt-go-arm64 with the following tags: [2020-06-11T03:50:56.988Z] de391997badefd51019ce0551674f6b8472580b5 [2020-06-11T03:50:56.988Z] latest [2020-06-11T03:50:56.988Z] 1.2.1-dev.3 [2020-06-11T03:50:56.988Z] de391997badefd51019ce0551674f6b8472580b5-1.2.1-dev.3 [2020-06-11T03:50:56.988Z] master [2020-06-11T03:50:56.988Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-11T03:50:57.401Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:de391997badefd51019ce0551674f6b8472580b5 [Pipeline] isUnix [Pipeline] sh [2020-06-11T03:50:57.735Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:de391997badefd51019ce0551674f6b8472580b5 [2020-06-11T03:50:57.735Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-06-11T03:50:57.735Z] 89a314819c0e: Preparing [2020-06-11T03:50:57.735Z] 5825478cda39: Preparing [2020-06-11T03:50:57.735Z] 078dd0e1ebc1: Preparing [2020-06-11T03:50:57.735Z] e2f13739ad41: Preparing [2020-06-11T03:50:57.735Z] e2f13739ad41: Layer already exists [2020-06-11T03:50:58.014Z] 89a314819c0e: Pushed [2020-06-11T03:50:58.014Z] 5825478cda39: Pushed [2020-06-11T03:51:01.383Z] 078dd0e1ebc1: Pushed [2020-06-11T03:51:01.383Z] de391997badefd51019ce0551674f6b8472580b5: digest: sha256:75fa1b98ff929e686af6fa66691e0b42dfd7c4761cc0f2a207f351f14d870bb2 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-11T03:51:01.717Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-06-11T03:51:02.045Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [2020-06-11T03:51:02.045Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-06-11T03:51:02.045Z] 89a314819c0e: Preparing [2020-06-11T03:51:02.045Z] 5825478cda39: Preparing [2020-06-11T03:51:02.045Z] 078dd0e1ebc1: Preparing [2020-06-11T03:51:02.045Z] e2f13739ad41: Preparing [2020-06-11T03:51:02.045Z] 89a314819c0e: Layer already exists [2020-06-11T03:51:02.045Z] e2f13739ad41: Layer already exists [2020-06-11T03:51:02.045Z] 078dd0e1ebc1: Layer already exists [2020-06-11T03:51:02.045Z] 5825478cda39: Layer already exists [2020-06-11T03:51:02.314Z] latest: digest: sha256:75fa1b98ff929e686af6fa66691e0b42dfd7c4761cc0f2a207f351f14d870bb2 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-11T03:51:02.648Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.2.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-06-11T03:51:02.979Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.2.1-dev.3 [2020-06-11T03:51:02.979Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-06-11T03:51:02.979Z] 89a314819c0e: Preparing [2020-06-11T03:51:02.979Z] 5825478cda39: Preparing [2020-06-11T03:51:02.979Z] 078dd0e1ebc1: Preparing [2020-06-11T03:51:02.979Z] e2f13739ad41: Preparing [2020-06-11T03:51:02.979Z] 5825478cda39: Layer already exists [2020-06-11T03:51:02.979Z] 89a314819c0e: Layer already exists [2020-06-11T03:51:02.979Z] e2f13739ad41: Layer already exists [2020-06-11T03:51:02.979Z] 078dd0e1ebc1: Layer already exists [2020-06-11T03:51:03.249Z] 1.2.1-dev.3: digest: sha256:75fa1b98ff929e686af6fa66691e0b42dfd7c4761cc0f2a207f351f14d870bb2 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-11T03:51:03.584Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:de391997badefd51019ce0551674f6b8472580b5-1.2.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-06-11T03:51:03.913Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:de391997badefd51019ce0551674f6b8472580b5-1.2.1-dev.3 [2020-06-11T03:51:03.913Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-06-11T03:51:03.913Z] 89a314819c0e: Preparing [2020-06-11T03:51:03.913Z] 5825478cda39: Preparing [2020-06-11T03:51:03.913Z] 078dd0e1ebc1: Preparing [2020-06-11T03:51:03.913Z] e2f13739ad41: Preparing [2020-06-11T03:51:03.913Z] 078dd0e1ebc1: Layer already exists [2020-06-11T03:51:03.913Z] 89a314819c0e: Layer already exists [2020-06-11T03:51:03.913Z] e2f13739ad41: Layer already exists [2020-06-11T03:51:03.913Z] 5825478cda39: Layer already exists [2020-06-11T03:51:03.913Z] de391997badefd51019ce0551674f6b8472580b5-1.2.1-dev.3: digest: sha256:75fa1b98ff929e686af6fa66691e0b42dfd7c4761cc0f2a207f351f14d870bb2 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-11T03:51:04.521Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-06-11T03:51:04.854Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [2020-06-11T03:51:04.854Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-06-11T03:51:04.854Z] 89a314819c0e: Preparing [2020-06-11T03:51:04.854Z] 5825478cda39: Preparing [2020-06-11T03:51:04.854Z] 078dd0e1ebc1: Preparing [2020-06-11T03:51:04.854Z] e2f13739ad41: Preparing [2020-06-11T03:51:04.854Z] 89a314819c0e: Layer already exists [2020-06-11T03:51:04.854Z] 078dd0e1ebc1: Layer already exists [2020-06-11T03:51:04.854Z] 5825478cda39: Layer already exists [2020-06-11T03:51:04.854Z] e2f13739ad41: Layer already exists [2020-06-11T03:51:05.132Z] master: digest: sha256:75fa1b98ff929e686af6fa66691e0b42dfd7c4761cc0f2a207f351f14d870bb2 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-11T03:51:05.724Z] + find /w/workspace/device-mqtt-go/9 [2020-06-11T03:51:05.724Z] + grep snapcraft.yaml [2020-06-11T03:51:05.724Z] + grep -Po ^name: \K(.*) /w/workspace/device-mqtt-go/9/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-11T03:51:05.839Z] provisioning config files... [2020-06-11T03:51:05.853Z] copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/9@tmp/config8972379105966017918tmp [Pipeline] { [Pipeline] sh [2020-06-11T03:51:06.206Z] + cp /w/workspace/device-mqtt-go/9@tmp/config8972379105966017918tmp /w/workspace/device-mqtt-go/9/edgex-snap-store-login [Pipeline] sh [2020-06-11T03:51:06.542Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/9:/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-11T03:51:06.542Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-06-11T03:51:06.542Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-06-11T03:51:06.542Z] b2f61026a351: Pulling fs layer [2020-06-11T03:51:06.542Z] 5538fb30c42c: Pulling fs layer [2020-06-11T03:51:06.542Z] f0b05810781a: Pulling fs layer [2020-06-11T03:51:06.542Z] 0180a33352d6: Pulling fs layer [2020-06-11T03:51:06.542Z] e7604b0c0f53: Pulling fs layer [2020-06-11T03:51:06.542Z] db689cb83ae0: Pulling fs layer [2020-06-11T03:51:06.542Z] 6138af208834: Pulling fs layer [2020-06-11T03:51:06.542Z] 007c8e8c5d63: Pulling fs layer [2020-06-11T03:51:06.542Z] 4f7a387c642f: Pulling fs layer [2020-06-11T03:51:06.542Z] 0180a33352d6: Waiting [2020-06-11T03:51:06.542Z] e7604b0c0f53: Waiting [2020-06-11T03:51:06.542Z] db689cb83ae0: Waiting [2020-06-11T03:51:06.542Z] 6138af208834: Waiting [2020-06-11T03:51:06.542Z] 007c8e8c5d63: Waiting [2020-06-11T03:51:06.542Z] 4f7a387c642f: Waiting [2020-06-11T03:51:06.542Z] f0b05810781a: Download complete [2020-06-11T03:51:06.542Z] 5538fb30c42c: Verifying Checksum [2020-06-11T03:51:06.542Z] 5538fb30c42c: Download complete [2020-06-11T03:51:06.542Z] 0180a33352d6: Verifying Checksum [2020-06-11T03:51:06.542Z] 0180a33352d6: Download complete [2020-06-11T03:51:06.815Z] db689cb83ae0: Download complete [2020-06-11T03:51:06.815Z] 6138af208834: Download complete [2020-06-11T03:51:06.815Z] 007c8e8c5d63: Download complete [2020-06-11T03:51:07.087Z] 4f7a387c642f: Verifying Checksum [2020-06-11T03:51:07.087Z] 4f7a387c642f: Download complete [2020-06-11T03:51:07.360Z] b2f61026a351: Verifying Checksum [2020-06-11T03:51:07.360Z] b2f61026a351: Download complete [2020-06-11T03:51:10.752Z] b2f61026a351: Pull complete [2020-06-11T03:51:10.752Z] 5538fb30c42c: Pull complete [2020-06-11T03:51:11.349Z] f0b05810781a: Pull complete [2020-06-11T03:51:11.619Z] 0180a33352d6: Pull complete [2020-06-11T03:51:14.240Z] e7604b0c0f53: Download complete [2020-06-11T03:51:46.687Z] e7604b0c0f53: Pull complete [2020-06-11T03:51:46.687Z] db689cb83ae0: Pull complete [2020-06-11T03:51:46.687Z] 6138af208834: Pull complete [2020-06-11T03:51:46.687Z] 007c8e8c5d63: Pull complete [2020-06-11T03:51:46.687Z] 4f7a387c642f: Pull complete [2020-06-11T03:51:46.687Z] Digest: sha256:95de001a4645667c7ff44d03fa3a86afcf7622caf7559cdf0345329f515671b4 [2020-06-11T03:51:46.687Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-06-11T03:51:52.089Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-06-11T03:51:52.363Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-06-11T03:51:52.636Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-06-11T03:51:52.908Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-06-11T03:51:53.183Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1233 kB] [2020-06-11T03:51:53.780Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3737 B] [2020-06-11T03:51:53.780Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1192 B] [2020-06-11T03:51:53.780Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [879 kB] [2020-06-11T03:51:53.780Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] [2020-06-11T03:51:53.780Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [7827 B] [2020-06-11T03:51:53.780Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [754 kB] [2020-06-11T03:51:53.780Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [605 kB] [2020-06-11T03:51:54.374Z] Fetched 3745 kB in 2s (1501 kB/s) [2020-06-11T03:51:58.669Z] Reading package lists... [2020-06-11T03:52:11.105Z] 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-11T03:52:14.505Z] Reading package lists... [2020-06-11T03:52:15.394Z] Building dependency tree... [2020-06-11T03:52:15.394Z] Reading state information... [2020-06-11T03:52:16.391Z] The following packages were automatically installed and are no longer required: [2020-06-11T03:52:16.391Z] libjq1 liblzo2-2 libonig4 [2020-06-11T03:52:16.391Z] Use 'sudo apt autoremove' to remove them. [2020-06-11T03:52:16.391Z] Suggested packages: [2020-06-11T03:52:16.391Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-06-11T03:52:16.391Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc [2020-06-11T03:52:16.391Z] keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc [2020-06-11T03:52:16.391Z] libterm-readline-gnu-perl | libterm-readline-perl-perl [2020-06-11T03:52:16.673Z] The following NEW packages will be installed: [2020-06-11T03:52:16.673Z] curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl [2020-06-11T03:52:16.673Z] libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 [2020-06-11T03:52:16.673Z] libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase [2020-06-11T03:52:16.673Z] openssh-client patch perl perl-modules-5.26 xauth [2020-06-11T03:52:16.953Z] 0 upgraded, 27 newly installed, 0 to remove and 10 not upgraded. [2020-06-11T03:52:16.953Z] Need to get 12.9 MB of archives. [2020-06-11T03:52:16.953Z] After this operation, 84.2 MB of additional disk space will be used. [2020-06-11T03:52:16.953Z] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxau6 arm64 1:1.0.8-1 [7590 B] [2020-06-11T03:52:17.241Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbsd0 arm64 0.8.7-1ubuntu0.1 [36.6 kB] [2020-06-11T03:52:17.241Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxdmcp6 arm64 1:1.1.2-3 [9694 B] [2020-06-11T03:52:17.241Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxcb1 arm64 1.13-2~ubuntu18.04 [37.3 kB] [2020-06-11T03:52:17.517Z] 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-11T03:52:17.517Z] 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-11T03:52:17.790Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxext6 arm64 2:1.3.3-1 [25.4 kB] [2020-06-11T03:52:17.790Z] 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-11T03:52:18.065Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] [2020-06-11T03:52:18.065Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] [2020-06-11T03:52:18.065Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] [2020-06-11T03:52:18.340Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] [2020-06-11T03:52:18.340Z] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] [2020-06-11T03:52:18.340Z] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.2 [69.3 kB] [2020-06-11T03:52:18.340Z] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] [2020-06-11T03:52:18.340Z] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libedit2 arm64 3.1-20170329-1 [63.4 kB] [2020-06-11T03:52:18.340Z] 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-11T03:52:18.340Z] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxmuu1 arm64 2:1.1.2-2 [9502 B] [2020-06-11T03:52:18.340Z] Get:19 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssh-client arm64 1:7.6p1-4ubuntu0.3 [527 kB] [2020-06-11T03:52:18.340Z] Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xauth arm64 1:1.0.10-1 [22.4 kB] [2020-06-11T03:52:18.626Z] Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.8 [152 kB] [2020-06-11T03:52:18.626Z] Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.8 [179 kB] [2020-06-11T03:52:18.626Z] Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] [2020-06-11T03:52:18.626Z] 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-11T03:52:18.626Z] Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] [2020-06-11T03:52:18.907Z] Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] [2020-06-11T03:52:18.907Z] Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] [2020-06-11T03:52:19.529Z] debconf: delaying package configuration, since apt-utils is not installed [2020-06-11T03:52:19.529Z] Fetched 12.9 MB in 2s (5708 kB/s) [2020-06-11T03:52:19.813Z] Selecting previously unselected package libxau6:arm64. [2020-06-11T03:52:19.813Z] (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-11T03:52:19.813Z] Preparing to unpack .../00-libxau6_1%3a1.0.8-1_arm64.deb ... [2020-06-11T03:52:19.813Z] Unpacking libxau6:arm64 (1:1.0.8-1) ... [2020-06-11T03:52:19.813Z] Selecting previously unselected package libbsd0:arm64. [2020-06-11T03:52:19.813Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_arm64.deb ... [2020-06-11T03:52:19.813Z] Unpacking libbsd0:arm64 (0.8.7-1ubuntu0.1) ... [2020-06-11T03:52:20.089Z] Selecting previously unselected package libxdmcp6:arm64. [2020-06-11T03:52:20.089Z] Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_arm64.deb ... [2020-06-11T03:52:20.089Z] Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... [2020-06-11T03:52:20.089Z] Selecting previously unselected package libxcb1:arm64. [2020-06-11T03:52:20.089Z] Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_arm64.deb ... [2020-06-11T03:52:20.089Z] Unpacking libxcb1:arm64 (1.13-2~ubuntu18.04) ... [2020-06-11T03:52:20.368Z] Selecting previously unselected package libx11-data. [2020-06-11T03:52:20.368Z] Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... [2020-06-11T03:52:20.368Z] Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-11T03:52:20.641Z] Selecting previously unselected package libx11-6:arm64. [2020-06-11T03:52:20.641Z] Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_arm64.deb ... [2020-06-11T03:52:20.641Z] Unpacking libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... [2020-06-11T03:52:20.914Z] Selecting previously unselected package libxext6:arm64. [2020-06-11T03:52:20.914Z] Preparing to unpack .../06-libxext6_2%3a1.3.3-1_arm64.deb ... [2020-06-11T03:52:20.914Z] Unpacking libxext6:arm64 (2:1.3.3-1) ... [2020-06-11T03:52:20.914Z] Selecting previously unselected package perl-modules-5.26. [2020-06-11T03:52:20.914Z] Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-06-11T03:52:20.914Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-11T03:52:22.348Z] Selecting previously unselected package libgdbm5:arm64. [2020-06-11T03:52:22.348Z] Preparing to unpack .../08-libgdbm5_1.14.1-6_arm64.deb ... [2020-06-11T03:52:22.348Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-06-11T03:52:22.348Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-06-11T03:52:22.348Z] Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-06-11T03:52:22.348Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-06-11T03:52:22.623Z] Selecting previously unselected package libperl5.26:arm64. [2020-06-11T03:52:22.623Z] Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... [2020-06-11T03:52:22.623Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-06-11T03:52:23.617Z] Selecting previously unselected package perl. [2020-06-11T03:52:23.909Z] Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_arm64.deb ... [2020-06-11T03:52:23.909Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-06-11T03:52:23.909Z] Selecting previously unselected package less. [2020-06-11T03:52:23.909Z] Preparing to unpack .../12-less_487-0.1_arm64.deb ... [2020-06-11T03:52:23.909Z] Unpacking less (487-0.1) ... [2020-06-11T03:52:24.188Z] Selecting previously unselected package libexpat1:arm64. [2020-06-11T03:52:24.188Z] Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_arm64.deb ... [2020-06-11T03:52:24.188Z] Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.2) ... [2020-06-11T03:52:24.188Z] Selecting previously unselected package netbase. [2020-06-11T03:52:24.188Z] Preparing to unpack .../14-netbase_5.4_all.deb ... [2020-06-11T03:52:24.188Z] Unpacking netbase (5.4) ... [2020-06-11T03:52:24.467Z] Selecting previously unselected package libedit2:arm64. [2020-06-11T03:52:24.467Z] Preparing to unpack .../15-libedit2_3.1-20170329-1_arm64.deb ... [2020-06-11T03:52:24.467Z] Unpacking libedit2:arm64 (3.1-20170329-1) ... [2020-06-11T03:52:24.467Z] Selecting previously unselected package libssl1.0.0:arm64. [2020-06-11T03:52:24.467Z] Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_arm64.deb ... [2020-06-11T03:52:24.467Z] Unpacking libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... [2020-06-11T03:52:24.742Z] Selecting previously unselected package libxmuu1:arm64. [2020-06-11T03:52:24.742Z] Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_arm64.deb ... [2020-06-11T03:52:24.742Z] Unpacking libxmuu1:arm64 (2:1.1.2-2) ... [2020-06-11T03:52:25.028Z] Selecting previously unselected package openssh-client. [2020-06-11T03:52:25.028Z] Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_arm64.deb ... [2020-06-11T03:52:25.028Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-11T03:52:25.315Z] Selecting previously unselected package xauth. [2020-06-11T03:52:25.315Z] Preparing to unpack .../19-xauth_1%3a1.0.10-1_arm64.deb ... [2020-06-11T03:52:25.315Z] Unpacking xauth (1:1.0.10-1) ... [2020-06-11T03:52:25.315Z] Selecting previously unselected package curl. [2020-06-11T03:52:25.315Z] Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_arm64.deb ... [2020-06-11T03:52:25.315Z] Unpacking curl (7.58.0-2ubuntu3.8) ... [2020-06-11T03:52:25.598Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-06-11T03:52:25.598Z] Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_arm64.deb ... [2020-06-11T03:52:25.598Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... [2020-06-11T03:52:25.598Z] Selecting previously unselected package liberror-perl. [2020-06-11T03:52:25.598Z] Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... [2020-06-11T03:52:25.598Z] Unpacking liberror-perl (0.17025-1) ... [2020-06-11T03:52:25.874Z] Selecting previously unselected package git-man. [2020-06-11T03:52:25.874Z] Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-06-11T03:52:25.874Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-11T03:52:26.153Z] Selecting previously unselected package git. [2020-06-11T03:52:26.153Z] Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-06-11T03:52:26.153Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-06-11T03:52:27.586Z] Selecting previously unselected package make. [2020-06-11T03:52:27.586Z] Preparing to unpack .../25-make_4.1-9.1ubuntu1_arm64.deb ... [2020-06-11T03:52:27.586Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-06-11T03:52:27.586Z] Selecting previously unselected package patch. [2020-06-11T03:52:27.586Z] Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-06-11T03:52:27.586Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-06-11T03:52:27.586Z] Setting up libedit2:arm64 (3.1-20170329-1) ... [2020-06-11T03:52:27.586Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-11T03:52:27.858Z] Setting up libexpat1:arm64 (2.2.5-3ubuntu0.2) ... [2020-06-11T03:52:27.858Z] Setting up less (487-0.1) ... [2020-06-11T03:52:28.129Z] Setting up make (4.1-9.1ubuntu1) ... [2020-06-11T03:52:28.129Z] Setting up libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... [2020-06-11T03:52:28.399Z] Setting up curl (7.58.0-2ubuntu3.8) ... [2020-06-11T03:52:28.670Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... [2020-06-11T03:52:28.670Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-11T03:52:28.670Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-06-11T03:52:28.670Z] Setting up libbsd0:arm64 (0.8.7-1ubuntu0.1) ... [2020-06-11T03:52:28.670Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-06-11T03:52:28.670Z] Setting up libxdmcp6:arm64 (1:1.1.2-3) ... [2020-06-11T03:52:28.670Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-06-11T03:52:28.670Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-11T03:52:29.282Z] Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-11T03:52:29.282Z] Setting up libxau6:arm64 (1:1.0.8-1) ... [2020-06-11T03:52:29.282Z] Setting up netbase (5.4) ... [2020-06-11T03:52:29.282Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-06-11T03:52:29.283Z] Setting up libxcb1:arm64 (1.13-2~ubuntu18.04) ... [2020-06-11T03:52:29.558Z] Setting up libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... [2020-06-11T03:52:29.558Z] Setting up libxmuu1:arm64 (2:1.1.2-2) ... [2020-06-11T03:52:29.558Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-06-11T03:52:29.558Z] Setting up libxext6:arm64 (2:1.3.3-1) ... [2020-06-11T03:52:29.558Z] Setting up liberror-perl (0.17025-1) ... [2020-06-11T03:52:29.558Z] Setting up xauth (1:1.0.10-1) ... [2020-06-11T03:52:29.832Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-06-11T03:52:29.832Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-06-11T03:52:36.508Z] curl set to automatically installed. [2020-06-11T03:52:36.508Z] git set to automatically installed. [2020-06-11T03:52:36.508Z] git-man set to automatically installed. [2020-06-11T03:52:36.508Z] less set to automatically installed. [2020-06-11T03:52:36.508Z] libbsd0 set to automatically installed. [2020-06-11T03:52:36.508Z] libcurl3-gnutls set to automatically installed. [2020-06-11T03:52:36.508Z] libedit2 set to automatically installed. [2020-06-11T03:52:36.508Z] liberror-perl set to automatically installed. [2020-06-11T03:52:36.508Z] libexpat1 set to automatically installed. [2020-06-11T03:52:36.508Z] libgdbm-compat4 set to automatically installed. [2020-06-11T03:52:36.508Z] libgdbm5 set to automatically installed. [2020-06-11T03:52:36.508Z] libperl5.26 set to automatically installed. [2020-06-11T03:52:36.508Z] libssl1.0.0 set to automatically installed. [2020-06-11T03:52:36.508Z] libx11-6 set to automatically installed. [2020-06-11T03:52:36.508Z] libx11-data set to automatically installed. [2020-06-11T03:52:36.508Z] libxau6 set to automatically installed. [2020-06-11T03:52:36.508Z] libxcb1 set to automatically installed. [2020-06-11T03:52:36.508Z] libxdmcp6 set to automatically installed. [2020-06-11T03:52:36.508Z] libxext6 set to automatically installed. [2020-06-11T03:52:36.508Z] libxmuu1 set to automatically installed. [2020-06-11T03:52:36.508Z] make set to automatically installed. [2020-06-11T03:52:36.508Z] netbase set to automatically installed. [2020-06-11T03:52:36.508Z] openssh-client set to automatically installed. [2020-06-11T03:52:36.508Z] patch set to automatically installed. [2020-06-11T03:52:36.508Z] perl set to automatically installed. [2020-06-11T03:52:36.508Z] perl-modules-5.26 set to automatically installed. [2020-06-11T03:52:36.508Z] xauth set to automatically installed. [2020-06-11T03:52:36.508Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-06-11T03:52:36.508Z] Please ensure the environment is properly setup before continuing. [2020-06-11T03:52:36.508Z] Ignore this message if the appropriate measures have already been taken [2020-06-11T03:52:36.508Z] Pulling go [2020-06-11T03:52:39.116Z] 'device-mqtt' has dependencies that need to be staged: go [2020-06-11T03:52:39.116Z] Skipping pull go (already ran) [2020-06-11T03:52:39.116Z] Building go [2020-06-11T03:52:39.389Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-06-11T03:52:39.389Z] Dload Upload Total Spent Left Speed [2020-06-11T03:52:41.611Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 8 93.0M 8 7935k 0 0 24.4M 0 0:00:03 --:--:-- 0:00:03 24.3M 56 93.0M 56 52.9M 0 0 41.0M 0 0:00:02 0:00:01 0:00:01 41.0M 100 93.0M 100 93.0M 0 0 42.9M 0 0:00:02 0:00:02 --:--:-- 42.9M [2020-06-11T03:52:43.035Z] go1.13.5.linux-arm64.tar.gz: OK [2020-06-11T03:53:01.303Z] Staging go [2020-06-11T03:53:02.732Z] Pulling device-mqtt [2020-06-11T03:53:06.108Z] Skipping build go (already ran) [2020-06-11T03:53:06.108Z] Building device-mqtt [2020-06-11T03:53:06.108Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.1-dev.3" -o cmd/device-mqtt ./cmd [2020-06-11T03:53:06.381Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-06-11T03:53:06.381Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-11T03:53:06.381Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T03:53:06.381Z] go: downloading github.com/spf13/cast v1.3.0 [2020-06-11T03:53:06.381Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-11T03:53:06.655Z] go: extracting github.com/spf13/cast v1.3.0 [2020-06-11T03:53:06.655Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-06-11T03:53:06.655Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-11T03:53:06.655Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T03:53:06.655Z] go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-11T03:53:06.655Z] go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-11T03:53:06.655Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-06-11T03:53:06.655Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-06-11T03:53:06.655Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-06-11T03:53:06.655Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-06-11T03:53:06.655Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-06-11T03:53:06.928Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-06-11T03:53:06.928Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-06-11T03:53:06.928Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T03:53:06.928Z] go: downloading github.com/pkg/errors v0.8.1 [2020-06-11T03:53:06.928Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T03:53:06.928Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-06-11T03:53:06.928Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T03:53:06.928Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-06-11T03:53:06.928Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T03:53:06.928Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-06-11T03:53:06.928Z] go: extracting github.com/pkg/errors v0.8.1 [2020-06-11T03:53:06.928Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T03:53:06.928Z] go: downloading github.com/google/uuid v1.1.1 [2020-06-11T03:53:06.928Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T03:53:06.928Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T03:53:06.928Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-06-11T03:53:06.928Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-06-11T03:53:06.928Z] go: extracting github.com/google/uuid v1.1.1 [2020-06-11T03:53:06.928Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T03:53:06.928Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-06-11T03:53:06.928Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T03:53:06.928Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-06-11T03:53:06.928Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-06-11T03:53:06.928Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T03:53:06.928Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T03:53:06.928Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T03:53:07.204Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-06-11T03:53:07.204Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T03:53:07.204Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T03:53:07.204Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T03:53:07.204Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-06-11T03:53:07.204Z] go: downloading github.com/x448/float16 v0.8.4 [2020-06-11T03:53:07.204Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T03:53:07.204Z] go: extracting github.com/x448/float16 v0.8.4 [2020-06-11T03:53:07.204Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-06-11T03:53:07.204Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T03:53:07.204Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-06-11T03:53:07.204Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T03:53:07.204Z] go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-11T03:53:07.204Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T03:53:07.204Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T03:53:07.204Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-06-11T03:53:07.477Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T03:53:07.477Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T03:53:07.477Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T03:53:07.477Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T03:53:07.477Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T03:53:07.477Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T03:53:07.477Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-06-11T03:53:07.477Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-06-11T03:53:07.748Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-06-11T03:53:07.748Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-11T03:53:07.748Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T03:53:07.748Z] go: finding github.com/spf13/cast v1.3.0 [2020-06-11T03:53:07.748Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-11T03:53:07.748Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-11T03:53:07.748Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T03:53:07.748Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-11T03:53:07.748Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-11T03:53:07.748Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-11T03:53:07.748Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-06-11T03:53:07.748Z] go: finding github.com/google/uuid v1.1.1 [2020-06-11T03:53:07.748Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-11T03:53:07.748Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T03:53:07.749Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T03:53:07.749Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T03:53:08.023Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-11T03:53:08.023Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-11T03:53:08.023Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-11T03:53:08.023Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T03:53:08.023Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-11T03:53:08.023Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-11T03:53:08.023Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T03:53:08.023Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T03:53:08.023Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T03:53:08.023Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-11T03:53:08.023Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T03:53:08.023Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T03:53:08.023Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-11T03:53:08.023Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T03:53:08.023Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T03:53:08.023Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T03:53:08.023Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-11T03:53:34.853Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-11T03:53:49.891Z] Skipping stage go (already ran) [2020-06-11T03:53:49.891Z] Staging device-mqtt [2020-06-11T03:53:52.494Z] Priming go [2020-06-11T03:53:55.863Z] Priming device-mqtt [2020-06-11T03:53:58.534Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-06-11T03:53:58.534Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-06-11T03:53:58.534Z] Determining the version from the project repo (version-script). [2020-06-11T03:53:58.825Z] The version has been set to '1.2.1-dev.3-20200611+de39199' [2020-06-11T03:53:58.825Z] Snapping 'edgex-device-mqtt' ... [2020-06-11T03:54:03.393Z] [2020-06-11T03:54:03.393Z] Snapped edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap [2020-06-11T03:54:08.769Z] [2020-06-11T03:54:08.769Z] Login successful. You now have these capabilities: [2020-06-11T03:54:08.769Z] [2020-06-11T03:54:08.769Z] snaps: No restriction [2020-06-11T03:54:08.769Z] channels: No restriction [2020-06-11T03:54:08.769Z] permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] [2020-06-11T03:54:08.769Z] expires: 2020-06-19T16:50:48.252993 [2020-06-11T03:54:08.769Z] [2020-06-11T03:54:11.372Z] Preparing to push 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap'. [2020-06-11T03:54:11.372Z] After pushing, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. [2020-06-11T03:54:11.372Z] Install the review-tools from the Snap Store for enhanced checks before uploading this snap. [2020-06-11T03:54:14.745Z] Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [ ] 0% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [ ] 1% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [ ] 2% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [ ] 3% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [ ] 4% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [ ] 5% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [ ] 6% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [ ] 7% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [ ] 8% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [ ] 9% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [ ] 10% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [ ] 11% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [ ] 12% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [ ] 13% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [ ] 14% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [ ] 16% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [ ] 17% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [ ] 18% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [ ] 19% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [ ] 20% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [ ] 21% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [ ] 22% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [ ] 23% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [ ] 24% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [= ] 25% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [= ] 26% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [= ] 27% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [= ] 28% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [= ] 29% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [= ] 30% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [= ] 32% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [= ] 33% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [= ] 34% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [= ] 35% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [= ] 36% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [= ] 37% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [= ] 38% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [= ] 39% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [= ] 40% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [= ] 41% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [= ] 42% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [= ] 43% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [= ] 44% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [= ] 45% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [= ] 46% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [= ] 48% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [= ] 49% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [== ] 50% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [== ] 51% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [== ] 52% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [== ] 53% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [== ] 54% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [== ] 55% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [== ] 56% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [== ] 57% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [== ] 58% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [== ] 59% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [== ] 60% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [== ] 61% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [== ] 62% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [== ] 64% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [== ] 65% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [== ] 66% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [== ] 67% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [== ] 68% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [== ] 69% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [== ] 70% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [== ] 71% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [== ] 72% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [== ] 73% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [== ] 74% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [=== ] 75% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [=== ] 76% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [=== ] 77% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [=== ] 78% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [=== ] 80% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [=== ] 81% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [=== ] 82% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [=== ] 83% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [=== ] 84% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [=== ] 85% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [=== ] 86% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [=== ] 87% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [=== ] 88% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [=== ] 89% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [=== ] 90% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [=== ] 91% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [=== ] 92% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [=== ] 93% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [=== ] 94% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [=== ] 96% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [=== ] 97% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [=== ] 98% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [=== ] 99% Pushing 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [====] 100% [2020-06-11T03:54:27.456Z] Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- 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-11T03:54:27.456Z] Revision 1232 of 'edgex-device-mqtt' created. [2020-06-11T03:54:28.898Z] Track Arch Channel Version Revision Notes [2020-06-11T03:54:28.898Z] edinburgh arm64 stable 1.0.0-20190627+29babbb 112 - [2020-06-11T03:54:28.898Z] candidate 1.0.0-20190627+29babbb 112 - [2020-06-11T03:54:28.898Z] beta 1.0.0-20190801+fd7235a 241 - [2020-06-11T03:54:28.898Z] edge 1.0.0-20200107+8d32c65 944 - [2020-06-11T03:54:28.898Z] fuji arm64 stable 1.1.1-20200311+f519bc1 1097 - [2020-06-11T03:54:28.898Z] candidate ^ ^ - [2020-06-11T03:54:28.898Z] beta 1.1.1-20200311+f519bc1 1097 - [2020-06-11T03:54:28.898Z] edge 1.1.1-20200421+f519bc1 1174 - [2020-06-11T03:54:28.898Z] geneva arm64 stable 1.2.0-20200520+8b9d451 1187 - [2020-06-11T03:54:28.898Z] candidate ^ ^ - [2020-06-11T03:54:28.898Z] beta ^ ^ - [2020-06-11T03:54:28.898Z] edge ^ ^ - [2020-06-11T03:54:28.898Z] latest arm64 stable 1.2.0-20200520+8b9d451 1187 - [2020-06-11T03:54:28.898Z] candidate 1.2.0-20200520+8b9d451 1187 - [2020-06-11T03:54:28.898Z] beta 1.2.0-20200520+8b9d451 1187 - [2020-06-11T03:54:28.898Z] edge 1.2.1-dev.3-20200611+de39199 1232 - [2020-06-11T03:54:28.898Z] Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| 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-11T03:54:32.268Z] Pushing metadata from 'edgex-device-mqtt_1.2.1-dev.3-20200611+de39199_arm64.snap' [2020-06-11T03:54:34.865Z] The metadata has been pushed [Pipeline] } [2020-06-11T03:54:36.841Z] 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-11T03:54:37.640Z] provisioning config files... [2020-06-11T03:54:37.652Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config3877272915591051901tmp [Pipeline] { [Pipeline] sh [2020-06-11T03:54:37.973Z] + curl -s https://codecov.io/bash [2020-06-11T03:54:37.973Z] + bash -s - -t @/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config3877272915591051901tmp [2020-06-11T03:54:38.245Z] [2020-06-11T03:54:38.245Z] _____ _ [2020-06-11T03:54:38.245Z] / ____| | | [2020-06-11T03:54:38.245Z] | | ___ __| | ___ ___ _____ __ [2020-06-11T03:54:38.245Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-06-11T03:54:38.245Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-06-11T03:54:38.245Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-06-11T03:54:38.245Z] Bash-20200602-f809a24 [2020-06-11T03:54:38.245Z] [2020-06-11T03:54:38.245Z] [2020-06-11T03:54:38.245Z] ==> Jenkins CI detected. [2020-06-11T03:54:38.245Z] project root: . [2020-06-11T03:54:38.245Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-06-11T03:54:38.245Z] ==> Running gcov in . (disable via -X gcov) [2020-06-11T03:54:38.245Z] ==> Python coveragepy not found [2020-06-11T03:54:38.245Z] ==> Searching for coverage reports in: [2020-06-11T03:54:38.245Z] + . [2020-06-11T03:54:38.245Z] -> Found 1 reports [2020-06-11T03:54:38.245Z] ==> Detecting git/mercurial file structure [2020-06-11T03:54:38.245Z] ==> Reading reports [2020-06-11T03:54:38.245Z] + ./coverage.out bytes=18939 [2020-06-11T03:54:38.245Z] ==> Appending adjustments [2020-06-11T03:54:38.245Z] https://docs.codecov.io/docs/fixing-reports [2020-06-11T03:54:38.245Z] + Found adjustments [2020-06-11T03:54:38.245Z] ==> Gzipping contents [2020-06-11T03:54:38.245Z] ==> Uploading reports [2020-06-11T03:54:38.245Z] url: https://codecov.io [2020-06-11T03:54:38.245Z] query: branch=master&commit=de391997badefd51019ce0551674f6b8472580b5&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F9%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job= [2020-06-11T03:54:38.245Z] -> Pinging Codecov [2020-06-11T03:54:38.245Z] https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=master&commit=de391997badefd51019ce0551674f6b8472580b5&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F9%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job= [2020-06-11T03:54:38.820Z] -> Uploading [2020-06-11T03:54:39.394Z] -> View reports at https://codecov.io/github/edgexfoundry/device-mqtt-go/commit/de391997badefd51019ce0551674f6b8472580b5 [Pipeline] } [2020-06-11T03:54:39.404Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-06-11T03:54:39.713Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-06-11T03:54:39.714Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-06-11T03:54:39.742Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-11T03:54:40.055Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-11T03:54:40.317Z] [2020-06-11T03:54:40.317Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-06-11T03:54:40.642Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-11T03:54:40.642Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-06-11T03:54:40.642Z] cbdbe7a5bc2a: Pulling fs layer [2020-06-11T03:54:40.642Z] 408f87550127: Pulling fs layer [2020-06-11T03:54:40.642Z] fe522b08c979: Pulling fs layer [2020-06-11T03:54:40.642Z] 221eaa008020: Pulling fs layer [2020-06-11T03:54:40.642Z] 2a4607e5d6b9: Pulling fs layer [2020-06-11T03:54:40.642Z] 8f79b27c4fd2: Pulling fs layer [2020-06-11T03:54:40.642Z] e5c8dbe1645b: Pulling fs layer [2020-06-11T03:54:40.642Z] 23e8b3b47431: Pulling fs layer [2020-06-11T03:54:40.642Z] 5c568d65a230: Pulling fs layer [2020-06-11T03:54:40.642Z] 8f79b27c4fd2: Waiting [2020-06-11T03:54:40.642Z] e5c8dbe1645b: Waiting [2020-06-11T03:54:40.642Z] 23e8b3b47431: Waiting [2020-06-11T03:54:40.643Z] 5c568d65a230: Waiting [2020-06-11T03:54:40.643Z] 2a4607e5d6b9: Waiting [2020-06-11T03:54:40.643Z] 221eaa008020: Waiting [2020-06-11T03:54:40.643Z] fe522b08c979: Download complete [2020-06-11T03:54:40.643Z] 408f87550127: Download complete [2020-06-11T03:54:40.643Z] 2a4607e5d6b9: Verifying Checksum [2020-06-11T03:54:40.643Z] 2a4607e5d6b9: Download complete [2020-06-11T03:54:40.643Z] 8f79b27c4fd2: Verifying Checksum [2020-06-11T03:54:40.643Z] 8f79b27c4fd2: Download complete [2020-06-11T03:54:40.643Z] cbdbe7a5bc2a: Download complete [2020-06-11T03:54:40.908Z] e5c8dbe1645b: Download complete [2020-06-11T03:54:41.190Z] cbdbe7a5bc2a: Pull complete [2020-06-11T03:54:41.488Z] 23e8b3b47431: Verifying Checksum [2020-06-11T03:54:41.488Z] 23e8b3b47431: Download complete [2020-06-11T03:54:41.751Z] 408f87550127: Pull complete [2020-06-11T03:54:41.751Z] 5c568d65a230: Verifying Checksum [2020-06-11T03:54:41.751Z] 5c568d65a230: Download complete [2020-06-11T03:54:41.751Z] fe522b08c979: Pull complete [2020-06-11T03:54:42.333Z] 221eaa008020: Verifying Checksum [2020-06-11T03:54:42.333Z] 221eaa008020: Download complete [2020-06-11T03:54:48.961Z] 221eaa008020: Pull complete [2020-06-11T03:54:48.961Z] 2a4607e5d6b9: Pull complete [2020-06-11T03:54:48.961Z] 8f79b27c4fd2: Pull complete [2020-06-11T03:54:50.358Z] e5c8dbe1645b: Pull complete [2020-06-11T03:54:52.913Z] 23e8b3b47431: Pull complete [2020-06-11T03:54:53.861Z] 5c568d65a230: Pull complete [2020-06-11T03:54:53.861Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-06-11T03:54:53.861Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-11T03:54:53.861Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-06-11T03:54:53.998Z] prd-centos7-docker-4c-2g-2534 does not seem to be running inside a container [2020-06-11T03:54:54.043Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/gexfoundry_device-mqtt-go_master:/ws -w /ws --entrypoint= -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-06-11T03:54:55.872Z] $ docker top 3bb9321f27998efd8987cbb73b1d4cfe156dfb255f95fc378c5f29a71b12c716 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-11T03:54:56.312Z] + snyk monitor '--org=edgex-jenkins' [2020-06-11T03:55:01.615Z] [2020-06-11T03:55:01.615Z] Monitoring /w/workspace/gexfoundry_device-mqtt-go_master (github.com/edgexfoundry/device-mqtt-go)... [2020-06-11T03:55:01.615Z] [2020-06-11T03:55:01.615Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6acecf1b-85ea-4374-bf84-4fa5a6e664d0/history/632cdbb0-9571-4435-ae35-7d5aeedb7605 [2020-06-11T03:55:01.615Z] [2020-06-11T03:55:01.615Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-06-11T03:55:01.615Z] [2020-06-11T03:55:01.615Z] [Pipeline] } [2020-06-11T03:55:01.629Z] $ docker stop --time=1 3bb9321f27998efd8987cbb73b1d4cfe156dfb255f95fc378c5f29a71b12c716 [2020-06-11T03:55:04.581Z] $ docker rm -f 3bb9321f27998efd8987cbb73b1d4cfe156dfb255f95fc378c5f29a71b12c716 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-11T03:55:05.616Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-11T03:55:05.616Z] [2020-06-11T03:55:05.616Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-06-11T03:55:05.941Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-11T03:55:05.941Z] latest: Pulling from edgex-devops/edgex-klar [2020-06-11T03:55:05.941Z] e7c96db7181b: Pulling fs layer [2020-06-11T03:55:05.941Z] 1868ca2cb446: Pulling fs layer [2020-06-11T03:55:05.941Z] 136be5d0fe8e: Pulling fs layer [2020-06-11T03:55:05.941Z] 894bfe63afcb: Pulling fs layer [2020-06-11T03:55:05.941Z] 894bfe63afcb: Waiting [2020-06-11T03:55:05.941Z] 1868ca2cb446: Verifying Checksum [2020-06-11T03:55:05.941Z] 1868ca2cb446: Download complete [2020-06-11T03:55:05.941Z] 136be5d0fe8e: Verifying Checksum [2020-06-11T03:55:05.941Z] 136be5d0fe8e: Download complete [2020-06-11T03:55:05.941Z] e7c96db7181b: Download complete [2020-06-11T03:55:05.941Z] 894bfe63afcb: Download complete [2020-06-11T03:55:06.205Z] e7c96db7181b: Pull complete [2020-06-11T03:55:06.469Z] 1868ca2cb446: Pull complete [2020-06-11T03:55:06.469Z] 136be5d0fe8e: Pull complete [2020-06-11T03:55:06.731Z] 894bfe63afcb: Pull complete [2020-06-11T03:55:06.731Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-06-11T03:55:06.731Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-11T03:55:06.731Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-06-11T03:55:06.829Z] prd-centos7-docker-4c-2g-2534 does not seem to be running inside a container [2020-06-11T03:55:06.871Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-11T03:55:08.106Z] $ docker top 8ccade39814f8d48f32574813dd15e20668a97a30e6a7a999b1aba48377d5382 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-11T03:55:08.574Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:de391997badefd51019ce0551674f6b8472580b5 [2020-06-11T03:55:08.574Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-11T03:55:12.850Z] $ docker stop --time=1 8ccade39814f8d48f32574813dd15e20668a97a30e6a7a999b1aba48377d5382 [2020-06-11T03:55:14.175Z] $ docker rm -f 8ccade39814f8d48f32574813dd15e20668a97a30e6a7a999b1aba48377d5382 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-11T03:55:14.586Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-11T03:55:14.586Z] . [Pipeline] withDockerContainer [2020-06-11T03:55:14.674Z] prd-centos7-docker-4c-2g-2534 does not seem to be running inside a container [2020-06-11T03:55:14.711Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-11T03:55:15.331Z] $ docker top ef8a517c7dbc47b6a3669d8e261f55b18ee0ce6618c520254117569b2acebaf2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-11T03:55:15.762Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:de391997badefd51019ce0551674f6b8472580b5 [2020-06-11T03:55:15.762Z] + tee [2020-06-11T03:55:15.762Z] clair timeout 1m0s [2020-06-11T03:55:15.762Z] docker timeout: 1m0s [2020-06-11T03:55:15.762Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-11T03:55:16.387Z] $ docker stop --time=1 ef8a517c7dbc47b6a3669d8e261f55b18ee0ce6618c520254117569b2acebaf2 [2020-06-11T03:55:17.721Z] $ docker rm -f ef8a517c7dbc47b6a3669d8e261f55b18ee0ce6618c520254117569b2acebaf2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-06-11T03:55:18.134Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports [Pipeline] echo [2020-06-11T03:55:18.147Z] Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports/clair_results_docker-device-mqtt-go_de391997badefd51019ce0551674f6b8472580b5.html [Pipeline] writeFile [Pipeline] step [2020-06-11T03:55:18.176Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-06-11T03:55:18.509Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-11T03:55:18.509Z] . [Pipeline] withDockerContainer [2020-06-11T03:55:18.601Z] prd-centos7-docker-4c-2g-2534 does not seem to be running inside a container [2020-06-11T03:55:18.643Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-11T03:55:19.192Z] $ docker top 0c81e4f489847c188f89b53de87334d6d163ec4ba008413ac0c769299d55fe17 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-11T03:55:19.640Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:de391997badefd51019ce0551674f6b8472580b5 [2020-06-11T03:55:19.641Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-11T03:55:23.033Z] $ docker stop --time=1 0c81e4f489847c188f89b53de87334d6d163ec4ba008413ac0c769299d55fe17 [2020-06-11T03:55:24.356Z] $ docker rm -f 0c81e4f489847c188f89b53de87334d6d163ec4ba008413ac0c769299d55fe17 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-11T03:55:24.776Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-11T03:55:24.776Z] . [Pipeline] withDockerContainer [2020-06-11T03:55:24.875Z] prd-centos7-docker-4c-2g-2534 does not seem to be running inside a container [2020-06-11T03:55:24.912Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-11T03:55:25.479Z] $ docker top c51764fefdaeaf658b43157d21d9cc6965248ae88fdf5215f7770cde44aa5810 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-11T03:55:25.941Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:de391997badefd51019ce0551674f6b8472580b5 [2020-06-11T03:55:25.941Z] + tee [2020-06-11T03:55:25.941Z] clair timeout 1m0s [2020-06-11T03:55:25.941Z] docker timeout: 1m0s [2020-06-11T03:55:25.941Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-11T03:55:26.576Z] $ docker stop --time=1 c51764fefdaeaf658b43157d21d9cc6965248ae88fdf5215f7770cde44aa5810 [2020-06-11T03:55:27.903Z] $ docker rm -f c51764fefdaeaf658b43157d21d9cc6965248ae88fdf5215f7770cde44aa5810 [Pipeline] // withDockerContainer [Pipeline] sh [2020-06-11T03:55:28.313Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports [Pipeline] echo [2020-06-11T03:55:28.328Z] Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports/clair_results_docker-device-mqtt-go-arm64_de391997badefd51019ce0551674f6b8472580b5.html [Pipeline] writeFile [Pipeline] step [2020-06-11T03:55:28.364Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-06-11T03:55:28.984Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-11T03:55:28.985Z] . [Pipeline] withDockerContainer [2020-06-11T03:55:29.078Z] prd-centos7-docker-4c-2g-2534 does not seem to be running inside a container [2020-06-11T03:55:29.119Z] $ 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-11T03:55:29.730Z] $ docker top 4405a1397daec49e5bd98af547c8b3119608ca3c6c4ea1ba68135b83595f39fb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-11T03:55:29.967Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-11T03:55:29.967Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-11T03:55:30.199Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-11T03:55:30.202Z] $ docker exec 4405a1397daec49e5bd98af547c8b3119608ca3c6c4ea1ba68135b83595f39fb ssh-agent [2020-06-11T03:55:30.388Z] SSH_AUTH_SOCK=/tmp/ssh-OzJd7UmUAIrS/agent.13 [2020-06-11T03:55:30.388Z] SSH_AGENT_PID=18 [2020-06-11T03:55:30.395Z] Running ssh-add (command line suppressed) [2020-06-11T03:55:30.523Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_707728148074653083.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_707728148074653083.key) [2020-06-11T03:55:30.580Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-11T03:55:30.902Z] + git semver tag [2020-06-11T03:55:30.902Z] # -> Open(): unable to determine branch for HEAD [2020-06-11T03:55:30.902Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2020-06-11T03:55:30.902Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2020-06-11T03:55:30.902Z] # $SEMVER_REMOTE_NAME = origin [2020-06-11T03:55:30.902Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-11T03:55:30.902Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-11T03:55:30.902Z] # $SEMVER_BRANCH = master [2020-06-11T03:55:30.902Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [2020-06-11T03:55:30.902Z] # de391997badefd51019ce0551674f6b8472580b5 HEAD [2020-06-11T03:55:30.902Z] # -> Force: false [2020-06-11T03:55:30.902Z] # ee187bdc6e93964dc7f476c9eb772c36baecc2cf refs/tags/v1.2.1-dev.3 [Pipeline] } [2020-06-11T03:55:30.913Z] $ docker exec --env ******** --env ******** 4405a1397daec49e5bd98af547c8b3119608ca3c6c4ea1ba68135b83595f39fb ssh-agent -k [2020-06-11T03:55:31.033Z] unset SSH_AUTH_SOCK; [2020-06-11T03:55:31.033Z] unset SSH_AGENT_PID; [2020-06-11T03:55:31.033Z] echo Agent pid 18 killed; [2020-06-11T03:55:31.085Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-11T03:55:31.477Z] + git semver [Pipeline] } [2020-06-11T03:55:31.495Z] $ docker stop --time=1 4405a1397daec49e5bd98af547c8b3119608ca3c6c4ea1ba68135b83595f39fb [2020-06-11T03:55:32.843Z] $ docker rm -f 4405a1397daec49e5bd98af547c8b3119608ca3c6c4ea1ba68135b83595f39fb [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-06-11T03:55:33.384Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-11T03:55:33.385Z] [2020-06-11T03:55:33.385Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-06-11T03:55:33.716Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-11T03:55:33.716Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-06-11T03:55:33.716Z] ab5ef0e58194: Pulling fs layer [2020-06-11T03:55:33.716Z] 9712f1f96733: Pulling fs layer [2020-06-11T03:55:33.716Z] 63f879dbbcfc: Pulling fs layer [2020-06-11T03:55:33.716Z] 0d9ebad4ef96: Pulling fs layer [2020-06-11T03:55:33.716Z] e9a5061849ea: Pulling fs layer [2020-06-11T03:55:33.716Z] d747dcd14b5f: Pulling fs layer [2020-06-11T03:55:33.716Z] 2de7ff778b66: Pulling fs layer [2020-06-11T03:55:33.716Z] e9a5061849ea: Waiting [2020-06-11T03:55:33.716Z] d747dcd14b5f: Waiting [2020-06-11T03:55:33.716Z] 2de7ff778b66: Waiting [2020-06-11T03:55:33.716Z] 0d9ebad4ef96: Waiting [2020-06-11T03:55:33.716Z] 9712f1f96733: Download complete [2020-06-11T03:55:34.312Z] 63f879dbbcfc: Verifying Checksum [2020-06-11T03:55:34.312Z] 63f879dbbcfc: Download complete [2020-06-11T03:55:34.578Z] e9a5061849ea: Verifying Checksum [2020-06-11T03:55:34.578Z] e9a5061849ea: Download complete [2020-06-11T03:55:34.578Z] d747dcd14b5f: Verifying Checksum [2020-06-11T03:55:34.578Z] d747dcd14b5f: Download complete [2020-06-11T03:55:34.578Z] 0d9ebad4ef96: Verifying Checksum [2020-06-11T03:55:34.578Z] 0d9ebad4ef96: Download complete [2020-06-11T03:55:34.841Z] ab5ef0e58194: Verifying Checksum [2020-06-11T03:55:34.841Z] ab5ef0e58194: Download complete [2020-06-11T03:55:34.841Z] 2de7ff778b66: Verifying Checksum [2020-06-11T03:55:34.841Z] 2de7ff778b66: Download complete [2020-06-11T03:55:39.071Z] ab5ef0e58194: Pull complete [2020-06-11T03:55:39.071Z] 9712f1f96733: Pull complete [2020-06-11T03:55:40.992Z] 63f879dbbcfc: Pull complete [2020-06-11T03:55:47.594Z] 0d9ebad4ef96: Pull complete [2020-06-11T03:55:50.895Z] e9a5061849ea: Pull complete [2020-06-11T03:55:50.895Z] d747dcd14b5f: Pull complete [2020-06-11T03:55:51.848Z] 2de7ff778b66: Pull complete [2020-06-11T03:55:51.848Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-06-11T03:55:51.848Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-11T03:55:51.848Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-06-11T03:55:51.961Z] prd-centos7-docker-4c-2g-2534 does not seem to be running inside a container [2020-06-11T03:55:52.004Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-06-11T03:55:55.883Z] $ docker top d0e13bc1b7e059ce5df8307414aee466de0572de7cecf93cb4054fe4efc3a2fa -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-06-11T03:55:56.030Z] provisioning config files... [2020-06-11T03:55:56.040Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config2109267199183541276tmp [2020-06-11T03:55:56.057Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config3044541230458961687tmp [2020-06-11T03:55:56.072Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config809364874541652474tmp [Pipeline] { [Pipeline] echo [2020-06-11T03:55:56.110Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-11T03:55:56.411Z] ---> sigul-configuration.sh [2020-06-11T03:55:56.411Z] gpg: directory `/root/.gnupg' created [2020-06-11T03:55:56.411Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-06-11T03:55:56.411Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-06-11T03:55:56.411Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-06-11T03:55:56.411Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-06-11T03:55:56.411Z] gpg: CAST5 encrypted data [2020-06-11T03:55:56.674Z] gpg: encrypted with 1 passphrase [2020-06-11T03:55:56.674Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-06-11T03:55:56.970Z] + mkdir /home/jenkins [2020-06-11T03:55:56.970Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-06-11T03:55:57.268Z] + 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-11T03:55:57.278Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-11T03:55:57.571Z] ---> sigul-install.sh [2020-06-11T03:56:02.879Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-06-11T03:56:03.173Z] + git tag --list [2020-06-11T03:56:03.173Z] v1.2.1-dev.3 [Pipeline] sh [2020-06-11T03:56:03.467Z] + lftools sign git-tag v1.2.1-dev.3 [2020-06-11T03:56:04.850Z] Signing Git tag with Sigul... [2020-06-11T03:56:04.850Z] Signing v1.2.1-dev.3 [Pipeline] echo [2020-06-11T03:56:05.806Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-11T03:56:06.099Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-06-11T03:56:06.108Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-06-11T03:56:06.155Z] $ docker stop --time=1 d0e13bc1b7e059ce5df8307414aee466de0572de7cecf93cb4054fe4efc3a2fa [2020-06-11T03:56:08.013Z] $ docker rm -f d0e13bc1b7e059ce5df8307414aee466de0572de7cecf93cb4054fe4efc3a2fa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-06-11T03:56:08.600Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-11T03:56:08.601Z] . [Pipeline] withDockerContainer [2020-06-11T03:56:08.702Z] prd-centos7-docker-4c-2g-2534 does not seem to be running inside a container [2020-06-11T03:56:08.742Z] $ 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-11T03:56:09.472Z] $ docker top 59551f0f3bed2e879305005fe42e159105b3c96e91773ab390ccb9bf6d8b6faa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-11T03:56:09.717Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-11T03:56:09.718Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-11T03:56:09.937Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-11T03:56:09.939Z] $ docker exec 59551f0f3bed2e879305005fe42e159105b3c96e91773ab390ccb9bf6d8b6faa ssh-agent [2020-06-11T03:56:10.118Z] SSH_AUTH_SOCK=/tmp/ssh-llUkQHV7S0Z5/agent.12 [2020-06-11T03:56:10.118Z] SSH_AGENT_PID=17 [2020-06-11T03:56:10.126Z] Running ssh-add (command line suppressed) [2020-06-11T03:56:10.253Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_3986215603157220848.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_3986215603157220848.key) [2020-06-11T03:56:10.307Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-11T03:56:10.681Z] + git semver bump pre [2020-06-11T03:56:10.682Z] # -> Open(): unable to determine branch for HEAD [2020-06-11T03:56:10.682Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2020-06-11T03:56:10.682Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2020-06-11T03:56:10.682Z] # $SEMVER_REMOTE_NAME = origin [2020-06-11T03:56:10.682Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-11T03:56:10.682Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-11T03:56:10.682Z] # $SEMVER_BRANCH = master [2020-06-11T03:56:10.682Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [2020-06-11T03:56:10.682Z] 1.2.1-dev.4 [Pipeline] } [2020-06-11T03:56:10.697Z] $ docker exec --env ******** --env ******** 59551f0f3bed2e879305005fe42e159105b3c96e91773ab390ccb9bf6d8b6faa ssh-agent -k [2020-06-11T03:56:10.831Z] unset SSH_AUTH_SOCK; [2020-06-11T03:56:10.832Z] unset SSH_AGENT_PID; [2020-06-11T03:56:10.832Z] echo Agent pid 17 killed; [2020-06-11T03:56:10.896Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-11T03:56:11.279Z] + git semver [Pipeline] } [2020-06-11T03:56:11.294Z] $ docker stop --time=1 59551f0f3bed2e879305005fe42e159105b3c96e91773ab390ccb9bf6d8b6faa [2020-06-11T03:56:12.648Z] $ docker rm -f 59551f0f3bed2e879305005fe42e159105b3c96e91773ab390ccb9bf6d8b6faa [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-11T03:56:13.083Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-11T03:56:13.083Z] . [Pipeline] withDockerContainer [2020-06-11T03:56:13.178Z] prd-centos7-docker-4c-2g-2534 does not seem to be running inside a container [2020-06-11T03:56:13.215Z] $ 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-11T03:56:13.845Z] $ docker top 772db5cfd805934c3db19d6cb709f3f9f5f6b0d013b72c5c57e995eb6f562838 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-11T03:56:14.039Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-11T03:56:14.039Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-11T03:56:14.217Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-11T03:56:14.220Z] $ docker exec 772db5cfd805934c3db19d6cb709f3f9f5f6b0d013b72c5c57e995eb6f562838 ssh-agent [2020-06-11T03:56:14.391Z] SSH_AUTH_SOCK=/tmp/ssh-lTkMzCBr2v7i/agent.12 [2020-06-11T03:56:14.391Z] SSH_AGENT_PID=17 [2020-06-11T03:56:14.396Z] Running ssh-add (command line suppressed) [2020-06-11T03:56:14.519Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_8998057692946288740.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_8998057692946288740.key) [2020-06-11T03:56:14.575Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-11T03:56:14.880Z] + git semver push [2020-06-11T03:56:14.880Z] # -> Open(): unable to determine branch for HEAD [2020-06-11T03:56:14.880Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2020-06-11T03:56:14.880Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2020-06-11T03:56:14.880Z] # $SEMVER_REMOTE_NAME = origin [2020-06-11T03:56:14.880Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-11T03:56:14.880Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-11T03:56:14.880Z] # $SEMVER_BRANCH = master [2020-06-11T03:56:14.880Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } [2020-06-11T03:56:21.477Z] $ docker exec --env ******** --env ******** 772db5cfd805934c3db19d6cb709f3f9f5f6b0d013b72c5c57e995eb6f562838 ssh-agent -k [2020-06-11T03:56:21.595Z] unset SSH_AUTH_SOCK; [2020-06-11T03:56:21.595Z] unset SSH_AGENT_PID; [2020-06-11T03:56:21.595Z] echo Agent pid 17 killed; [2020-06-11T03:56:21.647Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-11T03:56:22.011Z] + git semver [Pipeline] } [2020-06-11T03:56:22.025Z] $ docker stop --time=1 772db5cfd805934c3db19d6cb709f3f9f5f6b0d013b72c5c57e995eb6f562838 [2020-06-11T03:56:23.369Z] $ docker rm -f 772db5cfd805934c3db19d6cb709f3f9f5f6b0d013b72c5c57e995eb6f562838 [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-11T03:56:24.003Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-11T03:56:24.563Z] ---> package-listing.sh [2020-06-11T03:56:24.563Z] ++ facter osfamily [2020-06-11T03:56:24.563Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-11T03:56:24.563Z] + OS_FAMILY=redhat [2020-06-11T03:56:24.563Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_master [2020-06-11T03:56:24.563Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-11T03:56:24.563Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-11T03:56:24.563Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-11T03:56:24.563Z] + PACKAGES=/tmp/packages_start.txt [2020-06-11T03:56:24.563Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' [2020-06-11T03:56:24.563Z] + PACKAGES=/tmp/packages_end.txt [2020-06-11T03:56:24.563Z] + case "${OS_FAMILY}" in [2020-06-11T03:56:24.563Z] + rpm -qa [2020-06-11T03:56:24.563Z] + sort [2020-06-11T03:56:28.772Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-11T03:56:28.772Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-11T03:56:28.772Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-11T03:56:28.772Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' [2020-06-11T03:56:28.772Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/archives/ [2020-06-11T03:56:28.772Z] + 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-11T03:56:29.160Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-11T03:56:29.160Z] [2020-06-11T03:56:29.160Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-11T03:56:29.494Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-11T03:56:29.494Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-11T03:56:29.494Z] c9b1b535fdd9: Pulling fs layer [2020-06-11T03:56:29.494Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-11T03:56:29.494Z] 756a868c4378: Pulling fs layer [2020-06-11T03:56:29.494Z] 444b2fc9a129: Pulling fs layer [2020-06-11T03:56:29.494Z] ea15f1150254: Pulling fs layer [2020-06-11T03:56:29.494Z] 41b27a9f41bf: Pulling fs layer [2020-06-11T03:56:29.494Z] 28c525ee5125: Pulling fs layer [2020-06-11T03:56:29.494Z] 094b1ea09ed8: Pulling fs layer [2020-06-11T03:56:29.494Z] 138eaada9080: Pulling fs layer [2020-06-11T03:56:29.494Z] 0622d0fa9048: Pulling fs layer [2020-06-11T03:56:29.494Z] 444b2fc9a129: Waiting [2020-06-11T03:56:29.494Z] ea15f1150254: Waiting [2020-06-11T03:56:29.494Z] 41b27a9f41bf: Waiting [2020-06-11T03:56:29.494Z] 28c525ee5125: Waiting [2020-06-11T03:56:29.494Z] 094b1ea09ed8: Waiting [2020-06-11T03:56:29.494Z] 138eaada9080: Waiting [2020-06-11T03:56:29.494Z] 0622d0fa9048: Waiting [2020-06-11T03:56:29.494Z] 2cc5ad85d9ab: Download complete [2020-06-11T03:56:29.494Z] 444b2fc9a129: Verifying Checksum [2020-06-11T03:56:29.494Z] 444b2fc9a129: Download complete [2020-06-11T03:56:29.494Z] c9b1b535fdd9: Verifying Checksum [2020-06-11T03:56:29.494Z] c9b1b535fdd9: Download complete [2020-06-11T03:56:29.494Z] ea15f1150254: Download complete [2020-06-11T03:56:29.764Z] 28c525ee5125: Verifying Checksum [2020-06-11T03:56:29.764Z] 28c525ee5125: Download complete [2020-06-11T03:56:30.042Z] 756a868c4378: Verifying Checksum [2020-06-11T03:56:30.042Z] 756a868c4378: Download complete [2020-06-11T03:56:30.042Z] c9b1b535fdd9: Pull complete [2020-06-11T03:56:30.042Z] 094b1ea09ed8: Verifying Checksum [2020-06-11T03:56:30.042Z] 094b1ea09ed8: Download complete [2020-06-11T03:56:30.042Z] 138eaada9080: Verifying Checksum [2020-06-11T03:56:30.042Z] 138eaada9080: Download complete [2020-06-11T03:56:30.314Z] 0622d0fa9048: Verifying Checksum [2020-06-11T03:56:30.314Z] 0622d0fa9048: Download complete [2020-06-11T03:56:30.579Z] 2cc5ad85d9ab: Pull complete [2020-06-11T03:56:30.579Z] 41b27a9f41bf: Verifying Checksum [2020-06-11T03:56:30.579Z] 41b27a9f41bf: Download complete [2020-06-11T03:56:31.981Z] 756a868c4378: Pull complete [2020-06-11T03:56:32.245Z] 444b2fc9a129: Pull complete [2020-06-11T03:56:32.508Z] ea15f1150254: Pull complete [2020-06-11T03:56:36.745Z] 41b27a9f41bf: Pull complete [2020-06-11T03:56:36.745Z] 28c525ee5125: Pull complete [2020-06-11T03:56:39.318Z] 094b1ea09ed8: Pull complete [2020-06-11T03:56:39.318Z] 138eaada9080: Pull complete [2020-06-11T03:56:39.578Z] 0622d0fa9048: Pull complete [2020-06-11T03:56:39.578Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-11T03:56:39.578Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-11T03:56:39.578Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-11T03:56:39.736Z] prd-centos7-docker-4c-2g-2534 does not seem to be running inside a container [2020-06-11T03:56:39.776Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-06-11T03:56:42.416Z] $ docker top 065cceb8b7cb6d3d5204429210c8507a065027bfefdea9962ba9d2f90b715a6a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-11T03:56:42.587Z] provisioning config files... [2020-06-11T03:56:42.603Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config35743273551262497tmp [Pipeline] { [Pipeline] echo [2020-06-11T03:56:42.632Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-11T03:56:42.936Z] ---> create-netrc.sh [Pipeline] echo [2020-06-11T03:56:42.945Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-11T03:56:43.238Z] ---> logs-deploy.sh [2020-06-11T03:56:43.238Z] + ARCHIVE_ARTIFACTS= [2020-06-11T03:56:43.238Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-11T03:56:43.238Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-11T03:56:43.238Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-11T03:56:43.238Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/9 [2020-06-11T03:56:43.238Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-mqtt-go/job/master/9/ [2020-06-11T03:56:43.238Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/9 /w/workspace/gexfoundry_device-mqtt-go_master [2020-06-11T03:56:44.625Z] Archives upload complete. [2020-06-11T03:56:44.625Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/9 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-mqtt-go/job/master/9/