Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 49672cc0825fc2b257ef421e8ddc02da382ee60a 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-3537 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git > git init /w/workspace/gexfoundry_device-mqtt-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision 49672cc0825fc2b257ef421e8ddc02da382ee60a (master) > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 49672cc0825fc2b257ef421e8ddc02da382ee60a # timeout=10 Commit message: "Merge pull request #153 from jamesrgregg/update-pr-template" > git rev-list --no-walk f040f91db28658e22aee59e3eddee7a4993b8cd8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-18T09:48:50.207Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-18T09:48:50.355Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-18T09:48:50.397Z] ========================================================= [2020-06-18T09:48:50.397Z] EdgeX Global Pipelines Version Info [2020-06-18T09:48:50.397Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-18T09:48:52.563Z] ------------------- [2020-06-18T09:48:52.563Z] stable info: [2020-06-18T09:48:52.563Z] ------------------- [2020-06-18T09:48:52.563Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-18T09:48:52.563Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-18T09:48:52.563Z] Message: update stable to v1.0.89 [2020-06-18T09:48:53.514Z] ------------------- [2020-06-18T09:48:53.514Z] experimental info: [2020-06-18T09:48:53.514Z] ------------------- [2020-06-18T09:48:53.514Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-18T09:48:53.514Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-18T09:48:53.514Z] 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-18T09:48:55.215Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-18T09:48:55.215Z] [2020-06-18T09:48:55.215Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-18T09:48:55.539Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-18T09:48:55.539Z] latest: Pulling from edgex-devops/git-semver [2020-06-18T09:48:55.539Z] 9123ac7c32f7: Pulling fs layer [2020-06-18T09:48:55.539Z] b8cc5d1170e3: Pulling fs layer [2020-06-18T09:48:55.539Z] 2924cbbf6a41: Pulling fs layer [2020-06-18T09:48:55.539Z] 93b08a4f1073: Pulling fs layer [2020-06-18T09:48:55.539Z] 93b08a4f1073: Waiting [2020-06-18T09:48:55.539Z] b8cc5d1170e3: Download complete [2020-06-18T09:48:55.539Z] 9123ac7c32f7: Verifying Checksum [2020-06-18T09:48:55.539Z] 9123ac7c32f7: Download complete [2020-06-18T09:48:55.805Z] 93b08a4f1073: Verifying Checksum [2020-06-18T09:48:55.805Z] 93b08a4f1073: Download complete [2020-06-18T09:48:55.805Z] 2924cbbf6a41: Verifying Checksum [2020-06-18T09:48:55.805Z] 2924cbbf6a41: Download complete [2020-06-18T09:48:55.805Z] 9123ac7c32f7: Pull complete [2020-06-18T09:48:56.066Z] b8cc5d1170e3: Pull complete [2020-06-18T09:48:56.643Z] 2924cbbf6a41: Pull complete [2020-06-18T09:48:56.904Z] 93b08a4f1073: Pull complete [2020-06-18T09:48:56.904Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-18T09:48:56.904Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-18T09:48:56.904Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-18T09:48:57.011Z] prd-centos7-docker-4c-2g-3537 does not seem to be running inside a container [2020-06-18T09:48:57.056Z] $ 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-18T09:48:59.167Z] $ docker top 524c29a996693f60eff49e47b8d2239f72579db1ef2c55ccf96ed1de5f30d9b2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-18T09:48:59.345Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-18T09:48:59.345Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-18T09:48:59.542Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-18T09:48:59.548Z] $ docker exec 524c29a996693f60eff49e47b8d2239f72579db1ef2c55ccf96ed1de5f30d9b2 ssh-agent [2020-06-18T09:48:59.707Z] SSH_AUTH_SOCK=/tmp/ssh-BVQfbtu7HLa2/agent.12 [2020-06-18T09:48:59.707Z] SSH_AGENT_PID=17 [2020-06-18T09:48:59.718Z] Running ssh-add (command line suppressed) [2020-06-18T09:48:59.837Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_485739093427347735.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_485739093427347735.key) [2020-06-18T09:48:59.885Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-18T09:49:00.197Z] + git describe --exact-match --tags HEAD [2020-06-18T09:49:00.197Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-18T09:49:00.336Z] $ docker exec --env ******** --env ******** 524c29a996693f60eff49e47b8d2239f72579db1ef2c55ccf96ed1de5f30d9b2 ssh-agent -k [2020-06-18T09:49:00.447Z] unset SSH_AUTH_SOCK; [2020-06-18T09:49:00.448Z] unset SSH_AGENT_PID; [2020-06-18T09:49:00.448Z] echo Agent pid 17 killed; [2020-06-18T09:49:00.488Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-18T09:49:00.531Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-18T09:49:00.531Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-18T09:49:00.580Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-18T09:49:00.580Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-18T09:49:00.748Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-18T09:49:00.754Z] $ docker exec 524c29a996693f60eff49e47b8d2239f72579db1ef2c55ccf96ed1de5f30d9b2 ssh-agent [2020-06-18T09:49:00.913Z] SSH_AUTH_SOCK=/tmp/ssh-P7WlQQ7WbzqJ/agent.46 [2020-06-18T09:49:00.913Z] SSH_AGENT_PID=51 [2020-06-18T09:49:00.919Z] Running ssh-add (command line suppressed) [2020-06-18T09:49:01.039Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_5811637691810314210.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_5811637691810314210.key) [2020-06-18T09:49:01.085Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-18T09:49:01.395Z] + git semver init [2020-06-18T09:49:01.395Z] # -> Open(): unable to determine branch for HEAD [2020-06-18T09:49:01.395Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2020-06-18T09:49:01.395Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2020-06-18T09:49:01.395Z] # $SEMVER_REMOTE_NAME = origin [2020-06-18T09:49:01.395Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-18T09:49:01.395Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-18T09:49:01.396Z] # $SEMVER_BRANCH = master [2020-06-18T09:49:01.396Z] # $SEMVER_TEMP = /tmp/semver-426125228 [2020-06-18T09:49:01.396Z] # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP [2020-06-18T09:49:02.338Z] # '/tmp/semver-426125228' -> '/w/workspace/gexfoundry_device-mqtt-go_master/.semver' [2020-06-18T09:49:02.338Z] # -> Force: false [2020-06-18T09:49:02.338Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } [2020-06-18T09:49:02.352Z] $ docker exec --env ******** --env ******** 524c29a996693f60eff49e47b8d2239f72579db1ef2c55ccf96ed1de5f30d9b2 ssh-agent -k [2020-06-18T09:49:02.475Z] unset SSH_AUTH_SOCK; [2020-06-18T09:49:02.476Z] unset SSH_AGENT_PID; [2020-06-18T09:49:02.476Z] echo Agent pid 51 killed; [2020-06-18T09:49:02.516Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-18T09:49:02.898Z] + git semver [Pipeline] } [2020-06-18T09:49:02.917Z] $ docker stop --time=1 524c29a996693f60eff49e47b8d2239f72579db1ef2c55ccf96ed1de5f30d9b2 [2020-06-18T09:49:04.254Z] $ docker rm -f 524c29a996693f60eff49e47b8d2239f72579db1ef2c55ccf96ed1de5f30d9b2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-18T09:49:04.743Z] Stashed 26 file(s) [Pipeline] echo [2020-06-18T09:49:04.745Z] [edgeXSemver] initialized semver on version 1.2.2-dev.1 [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-18T09:49:19.933Z] Still waiting to schedule task [2020-06-18T09:49:19.933Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3537’ [2020-06-18T09:49:19.935Z] Still waiting to schedule task [2020-06-18T09:49:19.935Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-06-18T09:50:53.231Z] Running on prd-centos7-docker-4c-2g-3540 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws [2020-06-18T09:50:53.258Z] Running in /w/workspace/device-mqtt-go/12 [Pipeline] { [Pipeline] checkout [2020-06-18T09:50:55.536Z] using credential edgex-jenkins-ssh [2020-06-18T09:50:55.568Z] Cloning the remote Git repository [2020-06-18T09:50:55.568Z] Cloning with configured refspecs honoured and without tags [2020-06-18T09:50:55.595Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-18T09:50:55.660Z] > git init /w/workspace/device-mqtt-go/12 # timeout=10 [2020-06-18T09:50:56.242Z] Fetching without tags [2020-06-18T09:50:56.637Z] Checking out Revision 49672cc0825fc2b257ef421e8ddc02da382ee60a (master) [2020-06-18T09:50:55.708Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-18T09:50:55.708Z] > git --version # timeout=10 [2020-06-18T09:50:55.724Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-18T09:50:55.748Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-18T09:50:56.220Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-06-18T09:50:56.227Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-18T09:50:56.238Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-06-18T09:50:56.248Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-18T09:50:56.249Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-18T09:50:56.259Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-18T09:50:56.653Z] > git config core.sparsecheckout # timeout=10 [2020-06-18T09:50:56.659Z] > git checkout -f 49672cc0825fc2b257ef421e8ddc02da382ee60a # timeout=10 [2020-06-18T09:50:59.390Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3539 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws [2020-06-18T09:50:59.413Z] Running in /w/workspace/device-mqtt-go/12 [Pipeline] { [Pipeline] checkout [2020-06-18T09:51:00.330Z] Commit message: "Merge pull request #153 from jamesrgregg/update-pr-template" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-18T09:51:00.893Z] ========================================================= [2020-06-18T09:51:00.893Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-06-18T09:51:00.893Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-18T09:51:01.603Z] + 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-18T09:51:01.868Z] Sending build context to Docker daemon 609.3kB [2020-06-18T09:51:01.868Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-18T09:51:01.868Z] Step 2/8 : FROM ${BASE} [2020-06-18T09:51:01.868Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-06-18T09:51:01.868Z] e6b0cf9c0882: Pulling fs layer [2020-06-18T09:51:01.868Z] 2848faf0eed1: Pulling fs layer [2020-06-18T09:51:01.868Z] 0f37312ad70f: Pulling fs layer [2020-06-18T09:51:01.868Z] 5788d62ee057: Pulling fs layer [2020-06-18T09:51:01.868Z] 0e6b1d234666: Pulling fs layer [2020-06-18T09:51:01.868Z] bf5d7aec512f: Pulling fs layer [2020-06-18T09:51:01.868Z] 34c802a77dc8: Pulling fs layer [2020-06-18T09:51:01.868Z] 9eb99e56ec68: Pulling fs layer [2020-06-18T09:51:01.868Z] 27c7a5d97fbd: Pulling fs layer [2020-06-18T09:51:01.868Z] 5c102a31e300: Pulling fs layer [2020-06-18T09:51:01.868Z] dcfb455df0a1: Pulling fs layer [2020-06-18T09:51:01.868Z] 5788d62ee057: Waiting [2020-06-18T09:51:01.868Z] 0e6b1d234666: Waiting [2020-06-18T09:51:01.868Z] bf5d7aec512f: Waiting [2020-06-18T09:51:01.868Z] 34c802a77dc8: Waiting [2020-06-18T09:51:01.868Z] 9eb99e56ec68: Waiting [2020-06-18T09:51:01.868Z] 27c7a5d97fbd: Waiting [2020-06-18T09:51:01.868Z] 5c102a31e300: Waiting [2020-06-18T09:51:01.868Z] dcfb455df0a1: Waiting [2020-06-18T09:51:01.868Z] 0f37312ad70f: Verifying Checksum [2020-06-18T09:51:01.868Z] 0f37312ad70f: Download complete [2020-06-18T09:51:01.868Z] 2848faf0eed1: Verifying Checksum [2020-06-18T09:51:01.868Z] 2848faf0eed1: Download complete [2020-06-18T09:51:01.868Z] 0e6b1d234666: Verifying Checksum [2020-06-18T09:51:01.868Z] 0e6b1d234666: Download complete [2020-06-18T09:51:01.868Z] bf5d7aec512f: Download complete [2020-06-18T09:51:01.868Z] e6b0cf9c0882: Verifying Checksum [2020-06-18T09:51:01.868Z] e6b0cf9c0882: Download complete [2020-06-18T09:51:02.458Z] e6b0cf9c0882: Pull complete [2020-06-18T09:51:02.731Z] 34c802a77dc8: Verifying Checksum [2020-06-18T09:51:02.731Z] 34c802a77dc8: Download complete [2020-06-18T09:51:03.011Z] 27c7a5d97fbd: Verifying Checksum [2020-06-18T09:51:03.011Z] 27c7a5d97fbd: Download complete [2020-06-18T09:51:03.273Z] 5c102a31e300: Verifying Checksum [2020-06-18T09:51:03.273Z] 5c102a31e300: Download complete [2020-06-18T09:51:03.273Z] 5788d62ee057: Verifying Checksum [2020-06-18T09:51:03.273Z] 5788d62ee057: Download complete [2020-06-18T09:51:03.273Z] dcfb455df0a1: Verifying Checksum [2020-06-18T09:51:03.273Z] dcfb455df0a1: Download complete [2020-06-18T09:51:03.533Z] 9eb99e56ec68: Verifying Checksum [2020-06-18T09:51:03.533Z] 9eb99e56ec68: Download complete [2020-06-18T09:51:04.113Z] using credential edgex-jenkins-ssh [2020-06-18T09:51:04.153Z] Cloning the remote Git repository [2020-06-18T09:51:04.153Z] Cloning with configured refspecs honoured and without tags [2020-06-18T09:51:04.486Z] 2848faf0eed1: Pull complete [2020-06-18T09:51:04.486Z] 0f37312ad70f: Pull complete [2020-06-18T09:51:04.186Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-18T09:51:04.297Z] > git init /w/workspace/device-mqtt-go/12 # timeout=10 [2020-06-18T09:51:04.371Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-18T09:51:04.372Z] > git --version # timeout=10 [2020-06-18T09:51:04.395Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-18T09:51:04.448Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-18T09:51:06.208Z] Fetching without tags [2020-06-18T09:51:06.112Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-06-18T09:51:06.132Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-18T09:51:06.162Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-06-18T09:51:06.196Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-18T09:51:06.196Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-18T09:51:06.207Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-18T09:51:08.411Z] Checking out Revision 49672cc0825fc2b257ef421e8ddc02da382ee60a (master) [2020-06-18T09:51:08.406Z] > git config core.sparsecheckout # timeout=10 [2020-06-18T09:51:08.418Z] > git checkout -f 49672cc0825fc2b257ef421e8ddc02da382ee60a # timeout=10 [2020-06-18T09:51:09.816Z] 5788d62ee057: Pull complete [2020-06-18T09:51:09.816Z] 0e6b1d234666: Pull complete [2020-06-18T09:51:09.816Z] bf5d7aec512f: Pull complete [2020-06-18T09:51:12.843Z] Commit message: "Merge pull request #153 from jamesrgregg/update-pr-template" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-18T09:51:13.680Z] ========================================================= [2020-06-18T09:51:13.681Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-18T09:51:13.681Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-18T09:51:14.629Z] + 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-18T09:51:15.619Z] Sending build context to Docker daemon 609.3kB [2020-06-18T09:51:15.619Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-18T09:51:15.619Z] Step 2/8 : FROM ${BASE} [2020-06-18T09:51:15.901Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-06-18T09:51:15.901Z] cde5963f3b93: Pulling fs layer [2020-06-18T09:51:15.901Z] 2a23fa8c16f7: Pulling fs layer [2020-06-18T09:51:15.901Z] 777b28850792: Pulling fs layer [2020-06-18T09:51:15.901Z] 8a11ddd9e578: Pulling fs layer [2020-06-18T09:51:15.901Z] 4cf88f913ddb: Pulling fs layer [2020-06-18T09:51:15.901Z] 1df406cf5192: Pulling fs layer [2020-06-18T09:51:15.901Z] cd6300453558: Pulling fs layer [2020-06-18T09:51:15.901Z] b9c365052c96: Pulling fs layer [2020-06-18T09:51:15.901Z] a2d8cc88f415: Pulling fs layer [2020-06-18T09:51:15.901Z] ea1d1ca13537: Pulling fs layer [2020-06-18T09:51:15.901Z] 3750a50a1c5e: Pulling fs layer [2020-06-18T09:51:15.901Z] 8a11ddd9e578: Waiting [2020-06-18T09:51:15.901Z] 4cf88f913ddb: Waiting [2020-06-18T09:51:15.901Z] 1df406cf5192: Waiting [2020-06-18T09:51:15.901Z] cd6300453558: Waiting [2020-06-18T09:51:15.901Z] ea1d1ca13537: Waiting [2020-06-18T09:51:15.901Z] b9c365052c96: Waiting [2020-06-18T09:51:15.901Z] 3750a50a1c5e: Waiting [2020-06-18T09:51:15.901Z] a2d8cc88f415: Waiting [2020-06-18T09:51:15.901Z] 777b28850792: Verifying Checksum [2020-06-18T09:51:15.901Z] 777b28850792: Download complete [2020-06-18T09:51:15.901Z] 2a23fa8c16f7: Verifying Checksum [2020-06-18T09:51:15.901Z] 2a23fa8c16f7: Download complete [2020-06-18T09:51:15.901Z] 4cf88f913ddb: Download complete [2020-06-18T09:51:15.901Z] 1df406cf5192: Verifying Checksum [2020-06-18T09:51:15.901Z] 1df406cf5192: Download complete [2020-06-18T09:51:15.901Z] cde5963f3b93: Verifying Checksum [2020-06-18T09:51:15.901Z] cde5963f3b93: Download complete [2020-06-18T09:51:16.891Z] cde5963f3b93: Pull complete [2020-06-18T09:51:17.492Z] 2a23fa8c16f7: Pull complete [2020-06-18T09:51:17.770Z] 777b28850792: Pull complete [2020-06-18T09:51:17.770Z] cd6300453558: Verifying Checksum [2020-06-18T09:51:17.770Z] cd6300453558: Download complete [2020-06-18T09:51:17.770Z] a2d8cc88f415: Verifying Checksum [2020-06-18T09:51:17.770Z] a2d8cc88f415: Download complete [2020-06-18T09:51:17.974Z] 34c802a77dc8: Pull complete [2020-06-18T09:51:19.757Z] ea1d1ca13537: Verifying Checksum [2020-06-18T09:51:19.757Z] ea1d1ca13537: Download complete [2020-06-18T09:51:19.757Z] 3750a50a1c5e: Verifying Checksum [2020-06-18T09:51:19.757Z] 3750a50a1c5e: Download complete [2020-06-18T09:51:19.899Z] 9eb99e56ec68: Pull complete [2020-06-18T09:51:19.899Z] 27c7a5d97fbd: Pull complete [2020-06-18T09:51:20.488Z] 5c102a31e300: Pull complete [2020-06-18T09:51:20.750Z] dcfb455df0a1: Pull complete [2020-06-18T09:51:20.750Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-06-18T09:51:20.750Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-06-18T09:51:20.750Z] ---> 7c70fe431013 [2020-06-18T09:51:20.750Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-06-18T09:51:20.755Z] b9c365052c96: Verifying Checksum [2020-06-18T09:51:20.755Z] b9c365052c96: Download complete [2020-06-18T09:51:21.025Z] 8a11ddd9e578: Download complete [2020-06-18T09:51:22.668Z] ---> Running in 5c56b4c11e8e [2020-06-18T09:51:22.668Z] Removing intermediate container 5c56b4c11e8e [2020-06-18T09:51:22.668Z] ---> f5a51e6740ea [2020-06-18T09:51:22.668Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-18T09:51:22.668Z] ---> Running in cf62a655d101 [2020-06-18T09:51:23.612Z] Removing intermediate container cf62a655d101 [2020-06-18T09:51:23.612Z] ---> 3b20878632e9 [2020-06-18T09:51:23.612Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-06-18T09:51:23.612Z] ---> Running in d5e01a5f1711 [2020-06-18T09:51:24.184Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-18T09:51:25.131Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-18T09:51:25.704Z] (1/17) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) [2020-06-18T09:51:25.968Z] (2/17) Installing libmagic (5.37-r1) [2020-06-18T09:51:25.968Z] (3/17) Installing file (5.37-r1) [2020-06-18T09:51:26.230Z] (4/17) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) [2020-06-18T09:51:26.230Z] (5/17) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) [2020-06-18T09:51:26.230Z] (6/17) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-18T09:51:33.434Z] 8a11ddd9e578: Pull complete [2020-06-18T09:51:33.434Z] 4cf88f913ddb: Pull complete [2020-06-18T09:51:33.434Z] 1df406cf5192: Pull complete [2020-06-18T09:51:36.228Z] (7/17) Installing libc-dev (0.7.2-r0) [2020-06-18T09:51:36.228Z] (8/17) Installing g++ (9.2.0-r4) [2020-06-18T09:51:36.837Z] cd6300453558: Pull complete [2020-06-18T09:51:41.144Z] b9c365052c96: Pull complete [2020-06-18T09:51:41.514Z] (9/17) Installing fortify-headers (1.1-r0) [2020-06-18T09:51:41.514Z] (10/17) Installing build-base (0.5-r1) [2020-06-18T09:51:41.514Z] (11/17) Installing openssh-keygen (8.1_p1-r0) [2020-06-18T09:51:41.514Z] (12/17) Installing libedit (20191211.3.1-r0) [2020-06-18T09:51:41.514Z] (13/17) Installing openssh-client (8.1_p1-r0) [2020-06-18T09:51:41.514Z] (14/17) Installing openssh-sftp-server (8.1_p1-r0) [2020-06-18T09:51:41.514Z] (15/17) Installing openssh-server-common (8.1_p1-r0) [2020-06-18T09:51:41.514Z] (16/17) Installing openssh-server (8.1_p1-r0) [2020-06-18T09:51:41.755Z] a2d8cc88f415: Pull complete [2020-06-18T09:51:41.774Z] (17/17) Installing openssh (8.1_p1-r0) [2020-06-18T09:51:41.774Z] Executing busybox-1.31.1-r8.trigger [2020-06-18T09:51:41.774Z] OK: 214 MiB in 52 packages [2020-06-18T09:51:43.739Z] ea1d1ca13537: Pull complete [2020-06-18T09:51:44.012Z] 3750a50a1c5e: Pull complete [2020-06-18T09:51:44.012Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-06-18T09:51:44.012Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-18T09:51:44.012Z] ---> 78745c68409d [2020-06-18T09:51:44.012Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-06-18T09:51:45.087Z] Removing intermediate container d5e01a5f1711 [2020-06-18T09:51:45.087Z] ---> caa9daf799ce [2020-06-18T09:51:45.087Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-06-18T09:51:45.087Z] ---> Running in c47e7fd5c783 [2020-06-18T09:51:45.348Z] Removing intermediate container c47e7fd5c783 [2020-06-18T09:51:45.348Z] ---> 6fb29b5c55fc [2020-06-18T09:51:45.349Z] Step 7/8 : COPY . . [2020-06-18T09:51:46.737Z] ---> b2100fbe16b2 [2020-06-18T09:51:46.737Z] Step 8/8 : RUN go mod download [2020-06-18T09:51:46.737Z] ---> Running in c461b8370eac [2020-06-18T09:51:48.652Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-18T09:51:48.652Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-18T09:51:48.652Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-18T09:51:48.652Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-18T09:51:48.652Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-18T09:51:48.913Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-18T09:51:48.913Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-18T09:51:48.913Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-18T09:51:48.913Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-18T09:51:48.913Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-18T09:51:48.913Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-18T09:51:48.913Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-18T09:51:49.175Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-18T09:51:49.175Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-18T09:51:49.175Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-18T09:51:49.175Z] go: finding github.com/fatih/color v1.7.0 [2020-06-18T09:51:49.175Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-18T09:51:49.175Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-18T09:51:49.175Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-18T09:51:49.175Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-18T09:51:49.175Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-18T09:51:49.417Z] ---> Running in 016dd2c11ef0 [2020-06-18T09:51:49.418Z] Removing intermediate container 016dd2c11ef0 [2020-06-18T09:51:49.418Z] ---> 7bfb6ba7f29a [2020-06-18T09:51:49.418Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-18T09:51:49.418Z] ---> Running in 166d1fdbcb1b [2020-06-18T09:51:49.436Z] go: finding github.com/google/uuid v1.1.1 [2020-06-18T09:51:49.436Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-18T09:51:49.436Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-18T09:51:49.436Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-18T09:51:49.436Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-18T09:51:49.436Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-18T09:51:49.436Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-18T09:51:49.436Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-18T09:51:49.697Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-18T09:51:49.697Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-18T09:51:49.697Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-18T09:51:49.697Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-18T09:51:49.697Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-18T09:51:49.697Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-18T09:51:49.959Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-18T09:51:49.959Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-18T09:51:49.959Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-18T09:51:49.959Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-18T09:51:49.959Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-18T09:51:49.959Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-18T09:51:49.959Z] go: finding github.com/kr/pretty v0.1.0 [2020-06-18T09:51:49.959Z] go: finding github.com/kr/pty v1.1.1 [2020-06-18T09:51:49.959Z] go: finding github.com/kr/text v0.1.0 [2020-06-18T09:51:49.959Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-18T09:51:50.222Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-18T09:51:50.222Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-18T09:51:50.222Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-18T09:51:50.222Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-18T09:51:50.222Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-18T09:51:50.222Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-18T09:51:50.484Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-18T09:51:50.484Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-18T09:51:50.484Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-18T09:51:50.484Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-18T09:51:50.484Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-18T09:51:50.484Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-18T09:51:50.484Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-18T09:51:50.744Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-18T09:51:50.744Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-18T09:51:50.744Z] go: finding github.com/posener/complete v1.1.1 [2020-06-18T09:51:50.744Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-18T09:51:50.744Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-18T09:51:50.744Z] go: finding github.com/spf13/cast v1.3.0 [2020-06-18T09:51:50.744Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-18T09:51:50.744Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-18T09:51:51.004Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-18T09:51:51.004Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-18T09:51:51.004Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-18T09:51:51.004Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-18T09:51:51.004Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-18T09:51:51.004Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-18T09:51:51.004Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-06-18T09:51:51.004Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-18T09:51:51.268Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-18T09:51:52.034Z] Removing intermediate container 166d1fdbcb1b [2020-06-18T09:51:52.034Z] ---> 004e36a03f22 [2020-06-18T09:51:52.034Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-06-18T09:51:52.034Z] ---> Running in 22bb74bd7d6e [2020-06-18T09:51:53.461Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-18T09:51:54.053Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-18T09:51:54.647Z] (1/18) Upgrading libgcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-18T09:51:54.647Z] (2/18) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) [2020-06-18T09:51:54.932Z] (3/18) Installing libmagic (5.37-r1) [2020-06-18T09:51:54.932Z] (4/18) Installing file (5.37-r1) [2020-06-18T09:51:55.203Z] (5/18) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) [2020-06-18T09:51:55.203Z] (6/18) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) [2020-06-18T09:51:55.203Z] (7/18) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-18T09:51:59.414Z] Removing intermediate container c461b8370eac [2020-06-18T09:51:59.414Z] ---> f91d494042ff [2020-06-18T09:51:59.414Z] Successfully built f91d494042ff [2020-06-18T09:51:59.414Z] 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-18T09:51:59.882Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-18T09:51:59.882Z] . [Pipeline] withDockerContainer [2020-06-18T09:51:59.980Z] prd-centos7-docker-4c-2g-3540 does not seem to be running inside a container [2020-06-18T09:52:00.026Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/12 -v /w/workspace/device-mqtt-go/12:/w/workspace/device-mqtt-go/12:rw,z -v /w/workspace/device-mqtt-go/12@tmp:/w/workspace/device-mqtt-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-06-18T09:52:01.195Z] $ docker top 61e616a40b45131c926ca80fdf741d04a1795e5d119fe71ef83e4173e27448e8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-18T09:52:01.625Z] + go version [2020-06-18T09:52:01.625Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-06-18T09:52:01.894Z] (8/18) Installing libc-dev (0.7.2-r0) [2020-06-18T09:52:01.895Z] (9/18) Installing g++ (9.2.0-r4) [2020-06-18T09:52:01.927Z] + make test [2020-06-18T09:52:01.927Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-06-18T09:52:03.328Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-06-18T09:52:06.177Z] (10/18) Installing fortify-headers (1.1-r0) [2020-06-18T09:52:06.177Z] (11/18) Installing build-base (0.5-r1) [2020-06-18T09:52:06.447Z] (12/18) Installing openssh-keygen (8.1_p1-r0) [2020-06-18T09:52:06.447Z] (13/18) Installing libedit (20191211.3.1-r0) [2020-06-18T09:52:06.447Z] (14/18) Installing openssh-client (8.1_p1-r0) [2020-06-18T09:52:07.209Z] (15/18) Installing openssh-sftp-server (8.1_p1-r0) [2020-06-18T09:52:07.209Z] (16/18) Installing openssh-server-common (8.1_p1-r0) [2020-06-18T09:52:07.209Z] (17/18) Installing openssh-server (8.1_p1-r0) [2020-06-18T09:52:07.209Z] (18/18) Installing openssh (8.1_p1-r0) [2020-06-18T09:52:07.209Z] Executing busybox-1.31.1-r8.trigger [2020-06-18T09:52:07.479Z] OK: 203 MiB in 52 packages [2020-06-18T09:52:13.922Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-06-18T09:52:13.922Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.007s coverage: 28.3% of statements [2020-06-18T09:52:13.922Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-06-18T09:52:13.922Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-18T09:52:14.185Z] Removing intermediate container 22bb74bd7d6e [2020-06-18T09:52:14.185Z] ---> a334c02dfb33 [2020-06-18T09:52:14.185Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-06-18T09:52:14.185Z] ---> Running in b74de7b17049 [2020-06-18T09:52:14.185Z] Removing intermediate container b74de7b17049 [2020-06-18T09:52:14.185Z] ---> 713df4bc93f2 [2020-06-18T09:52:14.185Z] Step 7/8 : COPY . . [2020-06-18T09:52:14.498Z] gofmt -l . [2020-06-18T09:52:14.498Z] ["`gofmt -l .`" = ""] [2020-06-18T09:52:14.758Z] ./bin/test-attribution-txt.sh [2020-06-18T09:52:15.159Z] ---> 972c907e287f [2020-06-18T09:52:15.159Z] Step 8/8 : RUN go mod download [2020-06-18T09:52:15.159Z] ---> Running in 94c3ce4eedd5 [2020-06-18T09:52:15.332Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-06-18T09:52:16.167Z] Stashed 1 file(s) [Pipeline] } [2020-06-18T09:52:16.178Z] $ docker stop --time=1 61e616a40b45131c926ca80fdf741d04a1795e5d119fe71ef83e4173e27448e8 [2020-06-18T09:52:17.779Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-18T09:52:17.779Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-18T09:52:17.779Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-18T09:52:17.779Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-18T09:52:17.779Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-18T09:52:17.779Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-18T09:52:17.779Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-18T09:52:17.779Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-18T09:52:17.779Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-18T09:52:17.779Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-18T09:52:17.779Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-18T09:52:17.779Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-18T09:52:17.779Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-18T09:52:17.779Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-18T09:52:17.779Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-18T09:52:17.779Z] go: finding github.com/fatih/color v1.7.0 [2020-06-18T09:52:17.779Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-18T09:52:17.779Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-18T09:52:17.779Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-18T09:52:17.779Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-18T09:52:17.779Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-18T09:52:17.779Z] go: finding github.com/google/uuid v1.1.1 [2020-06-18T09:52:17.779Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-18T09:52:17.779Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-18T09:52:17.779Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-18T09:52:17.779Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-18T09:52:17.779Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-18T09:52:17.779Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-18T09:52:17.779Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-18T09:52:17.779Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-18T09:52:17.779Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-18T09:52:18.050Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-18T09:52:18.050Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-18T09:52:18.050Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-18T09:52:18.050Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-18T09:52:18.050Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-18T09:52:18.050Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-18T09:52:18.050Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-18T09:52:18.050Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-18T09:52:18.050Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-18T09:52:18.050Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-18T09:52:18.050Z] go: finding github.com/kr/pretty v0.1.0 [2020-06-18T09:52:18.050Z] go: finding github.com/kr/pty v1.1.1 [2020-06-18T09:52:18.050Z] go: finding github.com/kr/text v0.1.0 [2020-06-18T09:52:18.050Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-18T09:52:18.050Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-18T09:52:18.050Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-18T09:52:18.050Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-18T09:52:18.050Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-18T09:52:18.050Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-18T09:52:18.050Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-18T09:52:18.050Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-18T09:52:18.050Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-18T09:52:18.050Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-18T09:52:18.050Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-18T09:52:18.050Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-18T09:52:18.050Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-18T09:52:18.050Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-18T09:52:18.323Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-18T09:52:18.323Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-18T09:52:18.323Z] go: finding github.com/posener/complete v1.1.1 [2020-06-18T09:52:18.323Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-18T09:52:18.323Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-18T09:52:18.323Z] go: finding github.com/spf13/cast v1.3.0 [2020-06-18T09:52:18.323Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-18T09:52:18.323Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-18T09:52:18.323Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-18T09:52:18.323Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-18T09:52:18.323Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-18T09:52:18.323Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-18T09:52:18.323Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-18T09:52:18.323Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-18T09:52:18.323Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-06-18T09:52:18.323Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-18T09:52:18.323Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-18T09:52:18.744Z] $ docker rm -f 61e616a40b45131c926ca80fdf741d04a1795e5d119fe71ef83e4173e27448e8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-18T09:52:20.552Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-18T09:52:20.848Z] + ls -al . [2020-06-18T09:52:20.848Z] total 100 [2020-06-18T09:52:20.848Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jun 18 09:52 . [2020-06-18T09:52:20.848Z] drwxrwxr-x. 4 jenkins jenkins 30 Jun 18 09:50 .. [2020-06-18T09:52:20.848Z] -rw-rw-r--. 1 jenkins jenkins 4678 Jun 18 09:50 Attribution.txt [2020-06-18T09:52:20.848Z] drwxrwxr-x. 2 jenkins jenkins 87 Jun 18 09:50 bin [2020-06-18T09:52:20.848Z] drwxrwxr-x. 3 jenkins jenkins 32 Jun 18 09:50 cmd [2020-06-18T09:52:20.848Z] -rw-r--r--. 1 jenkins jenkins 18939 Jun 18 09:52 coverage.out [2020-06-18T09:52:20.848Z] -rw-rw-r--. 1 jenkins jenkins 1776 Jun 18 09:50 Dockerfile [2020-06-18T09:52:20.848Z] -rw-rw-r--. 1 jenkins jenkins 953 Jun 18 09:50 Dockerfile.build [2020-06-18T09:52:20.848Z] -rw-rw-r--. 1 jenkins jenkins 140 Jun 18 09:50 .dockerignore [2020-06-18T09:52:20.848Z] drwxrwxr-x. 8 jenkins jenkins 162 Jun 18 09:51 .git [2020-06-18T09:52:20.848Z] drwxrwxr-x. 2 jenkins jenkins 38 Jun 18 09:50 .github [2020-06-18T09:52:20.848Z] -rw-rw-r--. 1 jenkins jenkins 328 Jun 18 09:50 .gitignore [2020-06-18T09:52:20.848Z] -rw-r--r--. 1 jenkins jenkins 510 Jun 18 09:52 go.mod [2020-06-18T09:52:20.848Z] -rw-r--r--. 1 jenkins jenkins 13621 Jun 18 09:52 go.sum [2020-06-18T09:52:20.848Z] drwxrwxr-x. 3 jenkins jenkins 20 Jun 18 09:50 internal [2020-06-18T09:52:20.848Z] -rw-rw-r--. 1 jenkins jenkins 700 Jun 18 09:50 Jenkinsfile [2020-06-18T09:52:20.848Z] -rw-rw-r--. 1 jenkins jenkins 11340 Jun 18 09:50 LICENSE [2020-06-18T09:52:20.848Z] -rw-rw-r--. 1 jenkins jenkins 902 Jun 18 09:50 Makefile [2020-06-18T09:52:20.848Z] drwxrwxr-x. 2 jenkins jenkins 23 Jun 18 09:50 mock [2020-06-18T09:52:20.848Z] -rw-rw-r--. 1 jenkins jenkins 444 Jun 18 09:50 README.md [2020-06-18T09:52:20.848Z] drwxrwxr-x. 3 jenkins jenkins 44 Jun 18 09:51 .semver [2020-06-18T09:52:20.848Z] drwxrwxr-x. 4 jenkins jenkins 54 Jun 18 09:50 snap [2020-06-18T09:52:20.848Z] -rw-rw-r--. 1 jenkins jenkins 11 Jun 18 09:49 VERSION [2020-06-18T09:52:20.848Z] -rw-rw-r--. 1 jenkins jenkins 227 Jun 18 09:50 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-18T09:52:21.147Z] + 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=49672cc0825fc2b257ef421e8ddc02da382ee60a --label arch=amd64 --label version=1.2.2-dev.1 . [2020-06-18T09:52:21.147Z] Sending build context to Docker daemon 628.7kB [2020-06-18T09:52:21.147Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-06-18T09:52:21.147Z] Step 2/21 : FROM ${BASE} AS builder [2020-06-18T09:52:21.147Z] ---> f91d494042ff [2020-06-18T09:52:21.147Z] Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-06-18T09:52:21.407Z] ---> Running in 3450961a366a [2020-06-18T09:52:21.407Z] Removing intermediate container 3450961a366a [2020-06-18T09:52:21.407Z] ---> 392216a7ad73 [2020-06-18T09:52:21.408Z] Step 4/21 : ARG ALPINE_PKG_EXTRA="" [2020-06-18T09:52:21.667Z] ---> Running in 978b54d3f405 [2020-06-18T09:52:21.667Z] Removing intermediate container 978b54d3f405 [2020-06-18T09:52:21.668Z] ---> 2620ffb97d32 [2020-06-18T09:52:21.668Z] Step 5/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-18T09:52:21.668Z] ---> Running in 832fa528bbfd [2020-06-18T09:52:22.618Z] Removing intermediate container 832fa528bbfd [2020-06-18T09:52:22.618Z] ---> 937f07649dbf [2020-06-18T09:52:22.618Z] Step 6/21 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-18T09:52:22.618Z] ---> Running in c36f471e2ead [2020-06-18T09:52:23.193Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-18T09:52:23.765Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-18T09:52:24.025Z] OK: 214 MiB in 52 packages [2020-06-18T09:52:24.598Z] Removing intermediate container c36f471e2ead [2020-06-18T09:52:24.598Z] ---> 15a941c0731d [2020-06-18T09:52:24.598Z] Step 7/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-06-18T09:52:24.598Z] ---> Running in d81785e87003 [2020-06-18T09:52:24.598Z] Removing intermediate container d81785e87003 [2020-06-18T09:52:24.598Z] ---> 15d81cdd95c3 [2020-06-18T09:52:24.598Z] Step 8/21 : COPY . . [2020-06-18T09:52:25.541Z] ---> 3caa00b3e82a [2020-06-18T09:52:25.541Z] Step 9/21 : ARG MAKE='make build' [2020-06-18T09:52:25.541Z] ---> Running in c7dad258358c [2020-06-18T09:52:25.541Z] Removing intermediate container c7dad258358c [2020-06-18T09:52:25.541Z] ---> 710ee90ec1b2 [2020-06-18T09:52:25.541Z] Step 10/21 : RUN $MAKE [2020-06-18T09:52:25.803Z] ---> Running in c70b03a2a649 [2020-06-18T09:52:26.073Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.2-dev.1" -o cmd/device-mqtt ./cmd [2020-06-18T09:52:28.482Z] Removing intermediate container 94c3ce4eedd5 [2020-06-18T09:52:28.482Z] ---> 520afd7cb92e [2020-06-18T09:52:28.482Z] Successfully built 520afd7cb92e [2020-06-18T09:52:28.482Z] 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-18T09:52:29.050Z] + docker inspect -f . ci-base-image-arm64 [2020-06-18T09:52:29.050Z] . [Pipeline] withDockerContainer [2020-06-18T09:52:29.320Z] prd-ubuntu18.04-docker-arm64-4c-16g-3539 does not seem to be running inside a container [2020-06-18T09:52:29.378Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/12 -v /w/workspace/device-mqtt-go/12:/w/workspace/device-mqtt-go/12:rw,z -v /w/workspace/device-mqtt-go/12@tmp:/w/workspace/device-mqtt-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-06-18T09:52:31.225Z] $ docker top 37160032286dd4d1f062f0fa6d72769d52888fbbf2f39c39cc2544e5887e0b11 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-18T09:52:32.615Z] + go version [2020-06-18T09:52:32.615Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-06-18T09:52:33.660Z] + make test [2020-06-18T09:52:33.660Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-06-18T09:52:34.646Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-06-18T09:52:36.173Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-18T09:52:39.477Z] Removing intermediate container c70b03a2a649 [2020-06-18T09:52:39.477Z] ---> b898ce784cc0 [2020-06-18T09:52:39.477Z] Step 11/21 : FROM alpine [2020-06-18T09:52:39.477Z] latest: Pulling from library/alpine [2020-06-18T09:52:39.477Z] df20fa9351a1: Pulling fs layer [2020-06-18T09:52:39.477Z] df20fa9351a1: Verifying Checksum [2020-06-18T09:52:39.477Z] df20fa9351a1: Download complete [2020-06-18T09:52:39.741Z] df20fa9351a1: Pull complete [2020-06-18T09:52:39.741Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-18T09:52:39.741Z] Status: Downloaded newer image for alpine:latest [2020-06-18T09:52:39.741Z] ---> a24bb4013296 [2020-06-18T09:52:39.741Z] Step 12/21 : ENV APP_PORT=49982 [2020-06-18T09:52:40.002Z] ---> Running in 705313305bb2 [2020-06-18T09:52:40.002Z] Removing intermediate container 705313305bb2 [2020-06-18T09:52:40.002Z] ---> df55ed39b41c [2020-06-18T09:52:40.002Z] Step 13/21 : EXPOSE $APP_PORT [2020-06-18T09:52:40.002Z] ---> Running in 90e697226739 [2020-06-18T09:52:40.263Z] Removing intermediate container 90e697226739 [2020-06-18T09:52:40.263Z] ---> c49cf21b999e [2020-06-18T09:52:40.263Z] Step 14/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-06-18T09:52:40.834Z] ---> 73b292fe2121 [2020-06-18T09:52:40.834Z] Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-06-18T09:52:41.099Z] ---> 8eaed8ee9037 [2020-06-18T09:52:41.099Z] Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-06-18T09:52:41.359Z] ---> d455de2a6fcc [2020-06-18T09:52:41.359Z] Step 17/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-06-18T09:52:41.359Z] ---> Running in bad466ac94e8 [2020-06-18T09:52:41.621Z] Removing intermediate container bad466ac94e8 [2020-06-18T09:52:41.621Z] ---> 0cc88f44afd1 [2020-06-18T09:52:41.621Z] Step 18/21 : ENTRYPOINT ["/device-mqtt","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-06-18T09:52:41.621Z] ---> Running in b593bd279ccf [2020-06-18T09:52:41.621Z] Removing intermediate container b593bd279ccf [2020-06-18T09:52:41.621Z] ---> d6ac85b8bf8f [2020-06-18T09:52:41.621Z] Step 19/21 : LABEL arch=amd64 [2020-06-18T09:52:41.882Z] ---> Running in 5faaa35ef7b8 [2020-06-18T09:52:41.882Z] Removing intermediate container 5faaa35ef7b8 [2020-06-18T09:52:41.882Z] ---> fdbccf1f8c78 [2020-06-18T09:52:41.882Z] Step 20/21 : LABEL git_sha=49672cc0825fc2b257ef421e8ddc02da382ee60a [2020-06-18T09:52:41.882Z] ---> Running in ea30bcb4d35e [2020-06-18T09:52:42.143Z] Removing intermediate container ea30bcb4d35e [2020-06-18T09:52:42.143Z] ---> c09941b76a69 [2020-06-18T09:52:42.143Z] Step 21/21 : LABEL version=1.2.2-dev.1 [2020-06-18T09:52:42.143Z] ---> Running in 39cc5ca5784d [2020-06-18T09:52:42.405Z] Removing intermediate container 39cc5ca5784d [2020-06-18T09:52:42.405Z] ---> 0e456e82457a [2020-06-18T09:52:42.405Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-18T09:52:42.405Z] Successfully built 0e456e82457a [2020-06-18T09:52:42.405Z] 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-18T09:52:42.628Z] provisioning config files... [2020-06-18T09:52:42.656Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/12@tmp/config175347684798173766tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-06-18T09:52:42.982Z] nexus3.edgexfoundry.org:10001 [2020-06-18T09:52:42.982Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-18T09:52:43.244Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-18T09:52:43.244Z] Configure a credential helper to remove this warning. See [2020-06-18T09:52:43.244Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-18T09:52:43.244Z] [2020-06-18T09:52:43.244Z] Login Succeeded [2020-06-18T09:52:43.244Z] nexus3.edgexfoundry.org:10002 [2020-06-18T09:52:43.244Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-18T09:52:43.244Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-18T09:52:43.244Z] Configure a credential helper to remove this warning. See [2020-06-18T09:52:43.244Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-18T09:52:43.244Z] [2020-06-18T09:52:43.244Z] Login Succeeded [2020-06-18T09:52:43.244Z] nexus3.edgexfoundry.org:10003 [2020-06-18T09:52:43.505Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-18T09:52:43.505Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-18T09:52:43.505Z] Configure a credential helper to remove this warning. See [2020-06-18T09:52:43.505Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-18T09:52:43.505Z] [2020-06-18T09:52:43.505Z] Login Succeeded [2020-06-18T09:52:43.505Z] nexus3.edgexfoundry.org:10004 [2020-06-18T09:52:43.505Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-18T09:52:43.766Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-18T09:52:43.766Z] Configure a credential helper to remove this warning. See [2020-06-18T09:52:43.766Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-18T09:52:43.766Z] [2020-06-18T09:52:43.766Z] Login Succeeded [2020-06-18T09:52:43.766Z] docker.io [2020-06-18T09:52:43.766Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-18T09:52:44.026Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-18T09:52:44.026Z] Configure a credential helper to remove this warning. See [2020-06-18T09:52:44.026Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-18T09:52:44.026Z] [2020-06-18T09:52:44.026Z] Login Succeeded [Pipeline] } [2020-06-18T09:52:44.035Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-18T09:52:44.129Z] [edgeXDocker.push] Tagging docker image docker-device-mqtt-go with the following tags: [2020-06-18T09:52:44.129Z] 49672cc0825fc2b257ef421e8ddc02da382ee60a [2020-06-18T09:52:44.129Z] latest [2020-06-18T09:52:44.129Z] 1.2.2-dev.1 [2020-06-18T09:52:44.129Z] 49672cc0825fc2b257ef421e8ddc02da382ee60a-1.2.2-dev.1 [2020-06-18T09:52:44.129Z] master [2020-06-18T09:52:44.129Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-18T09:52:44.504Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:49672cc0825fc2b257ef421e8ddc02da382ee60a [Pipeline] isUnix [Pipeline] sh [2020-06-18T09:52:44.802Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:49672cc0825fc2b257ef421e8ddc02da382ee60a [2020-06-18T09:52:44.802Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-06-18T09:52:44.802Z] ae9e9cb6e4d6: Preparing [2020-06-18T09:52:44.802Z] af7545cfbf10: Preparing [2020-06-18T09:52:44.802Z] ae1ce967469f: Preparing [2020-06-18T09:52:44.802Z] 50644c29ef5a: Preparing [2020-06-18T09:52:44.802Z] 50644c29ef5a: Layer already exists [2020-06-18T09:52:44.802Z] ae9e9cb6e4d6: Pushed [2020-06-18T09:52:44.802Z] af7545cfbf10: Pushed [2020-06-18T09:52:46.187Z] ae1ce967469f: Pushed [2020-06-18T09:52:47.130Z] 49672cc0825fc2b257ef421e8ddc02da382ee60a: digest: sha256:5367accd8ef7d24e17c7dad08adc09b0198527a24fb7782431e116c1795deeaa size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-18T09:52:47.430Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [Pipeline] isUnix [Pipeline] sh [2020-06-18T09:52:47.726Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [2020-06-18T09:52:47.726Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-06-18T09:52:47.726Z] ae9e9cb6e4d6: Preparing [2020-06-18T09:52:47.726Z] af7545cfbf10: Preparing [2020-06-18T09:52:47.726Z] ae1ce967469f: Preparing [2020-06-18T09:52:47.726Z] 50644c29ef5a: Preparing [2020-06-18T09:52:47.726Z] af7545cfbf10: Layer already exists [2020-06-18T09:52:47.726Z] ae9e9cb6e4d6: Layer already exists [2020-06-18T09:52:47.726Z] 50644c29ef5a: Layer already exists [2020-06-18T09:52:47.726Z] ae1ce967469f: Layer already exists [2020-06-18T09:52:47.726Z] latest: digest: sha256:5367accd8ef7d24e17c7dad08adc09b0198527a24fb7782431e116c1795deeaa size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-18T09:52:48.031Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-06-18T09:52:48.326Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.2.2-dev.1 [2020-06-18T09:52:48.326Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-06-18T09:52:48.326Z] ae9e9cb6e4d6: Preparing [2020-06-18T09:52:48.326Z] af7545cfbf10: Preparing [2020-06-18T09:52:48.326Z] ae1ce967469f: Preparing [2020-06-18T09:52:48.326Z] 50644c29ef5a: Preparing [2020-06-18T09:52:48.326Z] ae9e9cb6e4d6: Layer already exists [2020-06-18T09:52:48.326Z] ae1ce967469f: Layer already exists [2020-06-18T09:52:48.326Z] 50644c29ef5a: Layer already exists [2020-06-18T09:52:48.326Z] af7545cfbf10: Layer already exists [2020-06-18T09:52:48.326Z] 1.2.2-dev.1: digest: sha256:5367accd8ef7d24e17c7dad08adc09b0198527a24fb7782431e116c1795deeaa size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-18T09:52:48.627Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:49672cc0825fc2b257ef421e8ddc02da382ee60a-1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-06-18T09:52:48.921Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:49672cc0825fc2b257ef421e8ddc02da382ee60a-1.2.2-dev.1 [2020-06-18T09:52:48.921Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-06-18T09:52:48.921Z] ae9e9cb6e4d6: Preparing [2020-06-18T09:52:48.921Z] af7545cfbf10: Preparing [2020-06-18T09:52:48.921Z] ae1ce967469f: Preparing [2020-06-18T09:52:48.921Z] 50644c29ef5a: Preparing [2020-06-18T09:52:48.921Z] af7545cfbf10: Layer already exists [2020-06-18T09:52:48.921Z] ae1ce967469f: Layer already exists [2020-06-18T09:52:48.921Z] 50644c29ef5a: Layer already exists [2020-06-18T09:52:48.921Z] ae9e9cb6e4d6: Layer already exists [2020-06-18T09:52:48.921Z] 49672cc0825fc2b257ef421e8ddc02da382ee60a-1.2.2-dev.1: digest: sha256:5367accd8ef7d24e17c7dad08adc09b0198527a24fb7782431e116c1795deeaa size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-18T09:52:49.219Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [Pipeline] isUnix [Pipeline] sh [2020-06-18T09:52:49.513Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [2020-06-18T09:52:49.514Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-06-18T09:52:49.514Z] ae9e9cb6e4d6: Preparing [2020-06-18T09:52:49.514Z] af7545cfbf10: Preparing [2020-06-18T09:52:49.514Z] ae1ce967469f: Preparing [2020-06-18T09:52:49.514Z] 50644c29ef5a: Preparing [2020-06-18T09:52:49.514Z] af7545cfbf10: Layer already exists [2020-06-18T09:52:49.514Z] 50644c29ef5a: Layer already exists [2020-06-18T09:52:49.514Z] ae9e9cb6e4d6: Layer already exists [2020-06-18T09:52:49.514Z] ae1ce967469f: Layer already exists [2020-06-18T09:52:49.514Z] master: digest: sha256:5367accd8ef7d24e17c7dad08adc09b0198527a24fb7782431e116c1795deeaa 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-18T09:52:50.378Z] ++ find /w/workspace/device-mqtt-go/12 [2020-06-18T09:52:50.378Z] ++ grep snapcraft.yaml [2020-06-18T09:52:50.378Z] + grep -Po '^name: \K(.*)' /w/workspace/device-mqtt-go/12/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-18T09:52:50.460Z] provisioning config files... [2020-06-18T09:52:50.467Z] copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/12@tmp/config3247434784014086286tmp [Pipeline] { [Pipeline] sh [2020-06-18T09:52:50.784Z] + cp /w/workspace/device-mqtt-go/12@tmp/config3247434784014086286tmp /w/workspace/device-mqtt-go/12/edgex-snap-store-login [Pipeline] sh [2020-06-18T09:52:51.079Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/12:/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-18T09:52:51.079Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-06-18T09:52:51.079Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-06-18T09:52:51.079Z] 5bed26d33875: Pulling fs layer [2020-06-18T09:52:51.079Z] f11b29a9c730: Pulling fs layer [2020-06-18T09:52:51.079Z] 930bda195c84: Pulling fs layer [2020-06-18T09:52:51.079Z] 78bf9a5ad49e: Pulling fs layer [2020-06-18T09:52:51.079Z] e5fbee5a4b0d: Pulling fs layer [2020-06-18T09:52:51.079Z] f452fca78f88: Pulling fs layer [2020-06-18T09:52:51.079Z] 7417ef92027a: Pulling fs layer [2020-06-18T09:52:51.079Z] 2af5c49d270b: Pulling fs layer [2020-06-18T09:52:51.079Z] df9c3bdbc40a: Pulling fs layer [2020-06-18T09:52:51.079Z] f452fca78f88: Waiting [2020-06-18T09:52:51.079Z] 7417ef92027a: Waiting [2020-06-18T09:52:51.079Z] 2af5c49d270b: Waiting [2020-06-18T09:52:51.079Z] df9c3bdbc40a: Waiting [2020-06-18T09:52:51.079Z] 78bf9a5ad49e: Waiting [2020-06-18T09:52:51.079Z] e5fbee5a4b0d: Waiting [2020-06-18T09:52:51.079Z] f11b29a9c730: Verifying Checksum [2020-06-18T09:52:51.079Z] f11b29a9c730: Download complete [2020-06-18T09:52:51.079Z] 930bda195c84: Verifying Checksum [2020-06-18T09:52:51.079Z] 930bda195c84: Download complete [2020-06-18T09:52:51.079Z] 78bf9a5ad49e: Verifying Checksum [2020-06-18T09:52:51.079Z] 78bf9a5ad49e: Download complete [2020-06-18T09:52:51.079Z] f452fca78f88: Verifying Checksum [2020-06-18T09:52:51.079Z] f452fca78f88: Download complete [2020-06-18T09:52:51.079Z] 7417ef92027a: Verifying Checksum [2020-06-18T09:52:51.079Z] 7417ef92027a: Download complete [2020-06-18T09:52:51.079Z] 2af5c49d270b: Verifying Checksum [2020-06-18T09:52:51.079Z] 2af5c49d270b: Download complete [2020-06-18T09:52:51.079Z] df9c3bdbc40a: Verifying Checksum [2020-06-18T09:52:51.079Z] df9c3bdbc40a: Download complete [2020-06-18T09:52:51.344Z] 5bed26d33875: Verifying Checksum [2020-06-18T09:52:51.344Z] 5bed26d33875: Download complete [2020-06-18T09:52:53.274Z] 5bed26d33875: Pull complete [2020-06-18T09:52:53.274Z] f11b29a9c730: Pull complete [2020-06-18T09:52:53.274Z] 930bda195c84: Pull complete [2020-06-18T09:52:54.217Z] e5fbee5a4b0d: Verifying Checksum [2020-06-18T09:52:54.217Z] e5fbee5a4b0d: Download complete [2020-06-18T09:52:55.604Z] 78bf9a5ad49e: Pull complete [2020-06-18T09:53:07.010Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-06-18T09:53:07.010Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.027s coverage: 28.3% of statements [2020-06-18T09:53:07.010Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-06-18T09:53:07.010Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-18T09:53:13.737Z] gofmt -l . [2020-06-18T09:53:13.737Z] ["`gofmt -l .`" = ""] [2020-06-18T09:53:13.737Z] ./bin/test-attribution-txt.sh [2020-06-18T09:53:13.737Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-06-18T09:53:14.370Z] Warning: overwriting stash ‘coverage-report’ [2020-06-18T09:53:14.748Z] Stashed 1 file(s) [Pipeline] } [2020-06-18T09:53:14.728Z] $ docker stop --time=1 37160032286dd4d1f062f0fa6d72769d52888fbbf2f39c39cc2544e5887e0b11 [2020-06-18T09:53:16.854Z] $ docker rm -f 37160032286dd4d1f062f0fa6d72769d52888fbbf2f39c39cc2544e5887e0b11 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-18T09:53:17.852Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-18T09:53:18.182Z] + ls -al . [2020-06-18T09:53:18.183Z] total 136 [2020-06-18T09:53:18.183Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 18 09:53 . [2020-06-18T09:53:18.183Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 18 09:51 .. [2020-06-18T09:53:18.183Z] -rw-rw-r-- 1 jenkins jenkins 140 Jun 18 09:51 .dockerignore [2020-06-18T09:53:18.183Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 18 09:51 .git [2020-06-18T09:53:18.183Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 18 09:51 .github [2020-06-18T09:53:18.183Z] -rw-rw-r-- 1 jenkins jenkins 328 Jun 18 09:51 .gitignore [2020-06-18T09:53:18.183Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 18 09:51 .semver [2020-06-18T09:53:18.183Z] -rw-rw-r-- 1 jenkins jenkins 4678 Jun 18 09:51 Attribution.txt [2020-06-18T09:53:18.183Z] -rw-rw-r-- 1 jenkins jenkins 1776 Jun 18 09:51 Dockerfile [2020-06-18T09:53:18.183Z] -rw-rw-r-- 1 jenkins jenkins 953 Jun 18 09:51 Dockerfile.build [2020-06-18T09:53:18.183Z] -rw-rw-r-- 1 jenkins jenkins 700 Jun 18 09:51 Jenkinsfile [2020-06-18T09:53:18.183Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jun 18 09:51 LICENSE [2020-06-18T09:53:18.183Z] -rw-rw-r-- 1 jenkins jenkins 902 Jun 18 09:51 Makefile [2020-06-18T09:53:18.183Z] -rw-rw-r-- 1 jenkins jenkins 444 Jun 18 09:51 README.md [2020-06-18T09:53:18.183Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 18 09:49 VERSION [2020-06-18T09:53:18.183Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 18 09:51 bin [2020-06-18T09:53:18.183Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 18 09:51 cmd [2020-06-18T09:53:18.183Z] -rw-r--r-- 1 jenkins jenkins 18939 Jun 18 09:53 coverage.out [2020-06-18T09:53:18.183Z] -rw-r--r-- 1 jenkins jenkins 510 Jun 18 09:53 go.mod [2020-06-18T09:53:18.183Z] -rw-r--r-- 1 jenkins jenkins 13621 Jun 18 09:53 go.sum [2020-06-18T09:53:18.183Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 18 09:51 internal [2020-06-18T09:53:18.183Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 18 09:51 mock [2020-06-18T09:53:18.183Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 18 09:51 snap [2020-06-18T09:53:18.183Z] -rw-rw-r-- 1 jenkins jenkins 227 Jun 18 09:51 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-18T09:53:18.524Z] + 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=49672cc0825fc2b257ef421e8ddc02da382ee60a --label arch=arm64 --label version=1.2.2-dev.1 . [2020-06-18T09:53:18.796Z] Sending build context to Docker daemon 628.7kB [2020-06-18T09:53:18.796Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-06-18T09:53:18.796Z] Step 2/21 : FROM ${BASE} AS builder [2020-06-18T09:53:18.796Z] ---> 520afd7cb92e [2020-06-18T09:53:18.796Z] Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-06-18T09:53:19.070Z] ---> Running in b52ba830d824 [2020-06-18T09:53:19.665Z] Removing intermediate container b52ba830d824 [2020-06-18T09:53:19.665Z] ---> 102d19c54301 [2020-06-18T09:53:19.665Z] Step 4/21 : ARG ALPINE_PKG_EXTRA="" [2020-06-18T09:53:19.665Z] ---> Running in 9f5e73ef8149 [2020-06-18T09:53:20.260Z] Removing intermediate container 9f5e73ef8149 [2020-06-18T09:53:20.260Z] ---> 52f41b08a6bf [2020-06-18T09:53:20.260Z] Step 5/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-18T09:53:20.260Z] ---> Running in 79e50e237598 [2020-06-18T09:53:22.214Z] e5fbee5a4b0d: Pull complete [2020-06-18T09:53:22.214Z] f452fca78f88: Pull complete [2020-06-18T09:53:22.214Z] 7417ef92027a: Pull complete [2020-06-18T09:53:22.214Z] 2af5c49d270b: Pull complete [2020-06-18T09:53:22.214Z] df9c3bdbc40a: Pull complete [2020-06-18T09:53:22.214Z] Digest: sha256:329b7ca3c147263d7a6122d30aca7e6f18adc9017ce870f1638d2965d7494739 [2020-06-18T09:53:22.214Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-06-18T09:53:22.214Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-06-18T09:53:22.214Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-06-18T09:53:22.214Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-06-18T09:53:22.214Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [66.4 kB] [2020-06-18T09:53:22.214Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [960 kB] [2020-06-18T09:53:22.214Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-06-18T09:53:22.214Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9092 B] [2020-06-18T09:53:22.214Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [861 kB] [2020-06-18T09:53:22.214Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [20.3 kB] [2020-06-18T09:53:22.214Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [80.7 kB] [2020-06-18T09:53:22.214Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1397 kB] [2020-06-18T09:53:22.214Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1253 kB] [2020-06-18T09:53:22.214Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8158 B] [2020-06-18T09:53:22.214Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] [2020-06-18T09:53:22.479Z] Fetched 4917 kB in 2s (2478 kB/s) [2020-06-18T09:53:22.874Z] Removing intermediate container 79e50e237598 [2020-06-18T09:53:22.874Z] ---> c349502b2d08 [2020-06-18T09:53:22.874Z] Step 6/21 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-18T09:53:22.874Z] ---> Running in 387817be8b92 [2020-06-18T09:53:23.876Z] Reading package lists... [2020-06-18T09:53:24.301Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-18T09:53:25.326Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-18T09:53:25.619Z] OK: 203 MiB in 52 packages [2020-06-18T09:53:27.106Z] Removing intermediate container 387817be8b92 [2020-06-18T09:53:27.106Z] ---> 3be5e1a84563 [2020-06-18T09:53:27.106Z] Step 7/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-06-18T09:53:27.106Z] ---> Running in bc8a6235cc62 [2020-06-18T09:53:27.204Z] 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-18T09:53:27.723Z] Removing intermediate container bc8a6235cc62 [2020-06-18T09:53:27.723Z] ---> 922ec6598975 [2020-06-18T09:53:27.723Z] Step 8/21 : COPY . . [2020-06-18T09:53:28.710Z] ---> f56a8cde034e [2020-06-18T09:53:28.710Z] Step 9/21 : ARG MAKE='make build' [2020-06-18T09:53:28.710Z] ---> Running in 39c1f0b5c8a1 [2020-06-18T09:53:29.115Z] Reading package lists... [2020-06-18T09:53:29.115Z] Building dependency tree... [2020-06-18T09:53:29.115Z] Reading state information... [2020-06-18T09:53:29.115Z] The following packages were automatically installed and are no longer required: [2020-06-18T09:53:29.115Z] libjq1 liblzo2-2 libonig4 [2020-06-18T09:53:29.115Z] Use 'sudo apt autoremove' to remove them. [2020-06-18T09:53:29.115Z] Suggested packages: [2020-06-18T09:53:29.115Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-06-18T09:53:29.115Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc [2020-06-18T09:53:29.115Z] keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc [2020-06-18T09:53:29.115Z] libterm-readline-gnu-perl | libterm-readline-perl-perl [2020-06-18T09:53:29.307Z] Removing intermediate container 39c1f0b5c8a1 [2020-06-18T09:53:29.307Z] ---> 6ba0946f54f6 [2020-06-18T09:53:29.307Z] Step 10/21 : RUN $MAKE [2020-06-18T09:53:29.307Z] ---> Running in 996bdd898364 [2020-06-18T09:53:29.375Z] The following NEW packages will be installed: [2020-06-18T09:53:29.375Z] curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl [2020-06-18T09:53:29.375Z] libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 [2020-06-18T09:53:29.375Z] libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase [2020-06-18T09:53:29.375Z] openssh-client patch perl perl-modules-5.26 xauth [2020-06-18T09:53:29.635Z] 0 upgraded, 27 newly installed, 0 to remove and 10 not upgraded. [2020-06-18T09:53:29.635Z] Need to get 14.7 MB of archives. [2020-06-18T09:53:29.635Z] After this operation, 89.5 MB of additional disk space will be used. [2020-06-18T09:53:29.635Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxau6 amd64 1:1.0.8-1 [8376 B] [2020-06-18T09:53:29.635Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-06-18T09:53:29.895Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB] [2020-06-18T09:53:29.895Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB] [2020-06-18T09:53:30.156Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] [2020-06-18T09:53:30.156Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.2 [569 kB] [2020-06-18T09:53:30.418Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB] [2020-06-18T09:53:30.418Z] 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-18T09:53:30.739Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.2-dev.1" -o cmd/device-mqtt ./cmd [2020-06-18T09:53:30.992Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-06-18T09:53:30.992Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-06-18T09:53:30.992Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] [2020-06-18T09:53:30.992Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] [2020-06-18T09:53:30.992Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-06-18T09:53:30.992Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-06-18T09:53:30.992Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-06-18T09:53:30.992Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-06-18T09:53:30.992Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.3 [1088 kB] [2020-06-18T09:53:30.992Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B] [2020-06-18T09:53:30.992Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-06-18T09:53:31.567Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB] [2020-06-18T09:53:31.567Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.8 [159 kB] [2020-06-18T09:53:31.567Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.8 [213 kB] [2020-06-18T09:53:31.567Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-06-18T09:53:31.567Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-06-18T09:53:31.567Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-06-18T09:53:31.829Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-06-18T09:53:31.829Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-06-18T09:53:32.090Z] debconf: delaying package configuration, since apt-utils is not installed [2020-06-18T09:53:32.090Z] Fetched 14.7 MB in 3s (5770 kB/s) [2020-06-18T09:53:32.350Z] Selecting previously unselected package libxau6:amd64. [2020-06-18T09:53:32.350Z] (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-18T09:53:32.350Z] Preparing to unpack .../00-libxau6_1%3a1.0.8-1_amd64.deb ... [2020-06-18T09:53:32.350Z] Unpacking libxau6:amd64 (1:1.0.8-1) ... [2020-06-18T09:53:32.610Z] Selecting previously unselected package libbsd0:amd64. [2020-06-18T09:53:32.610Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-06-18T09:53:32.610Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-06-18T09:53:32.610Z] Selecting previously unselected package libxdmcp6:amd64. [2020-06-18T09:53:32.610Z] Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_amd64.deb ... [2020-06-18T09:53:32.610Z] Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... [2020-06-18T09:53:32.610Z] Selecting previously unselected package libxcb1:amd64. [2020-06-18T09:53:32.610Z] Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_amd64.deb ... [2020-06-18T09:53:32.610Z] Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ... [2020-06-18T09:53:32.872Z] Selecting previously unselected package libx11-data. [2020-06-18T09:53:32.872Z] Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... [2020-06-18T09:53:32.872Z] Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-18T09:53:33.444Z] Selecting previously unselected package libx11-6:amd64. [2020-06-18T09:53:33.444Z] Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_amd64.deb ... [2020-06-18T09:53:33.444Z] Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... [2020-06-18T09:53:33.444Z] Selecting previously unselected package libxext6:amd64. [2020-06-18T09:53:33.444Z] Preparing to unpack .../06-libxext6_2%3a1.3.3-1_amd64.deb ... [2020-06-18T09:53:33.444Z] Unpacking libxext6:amd64 (2:1.3.3-1) ... [2020-06-18T09:53:33.444Z] Selecting previously unselected package perl-modules-5.26. [2020-06-18T09:53:33.444Z] Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-06-18T09:53:33.444Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-18T09:53:36.748Z] Selecting previously unselected package libgdbm5:amd64. [2020-06-18T09:53:36.748Z] Preparing to unpack .../08-libgdbm5_1.14.1-6_amd64.deb ... [2020-06-18T09:53:36.748Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-06-18T09:53:36.748Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-06-18T09:53:36.748Z] Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-06-18T09:53:36.748Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-06-18T09:53:36.748Z] Selecting previously unselected package libperl5.26:amd64. [2020-06-18T09:53:36.748Z] Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-06-18T09:53:36.748Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-06-18T09:53:38.132Z] Selecting previously unselected package perl. [2020-06-18T09:53:38.132Z] Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-06-18T09:53:38.132Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-06-18T09:53:38.132Z] Selecting previously unselected package less. [2020-06-18T09:53:38.132Z] Preparing to unpack .../12-less_487-0.1_amd64.deb ... [2020-06-18T09:53:38.132Z] Unpacking less (487-0.1) ... [2020-06-18T09:53:38.132Z] Selecting previously unselected package libexpat1:amd64. [2020-06-18T09:53:38.132Z] Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-06-18T09:53:38.132Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-06-18T09:53:38.132Z] Selecting previously unselected package netbase. [2020-06-18T09:53:38.132Z] Preparing to unpack .../14-netbase_5.4_all.deb ... [2020-06-18T09:53:38.132Z] Unpacking netbase (5.4) ... [2020-06-18T09:53:38.393Z] Selecting previously unselected package libedit2:amd64. [2020-06-18T09:53:38.393Z] Preparing to unpack .../15-libedit2_3.1-20170329-1_amd64.deb ... [2020-06-18T09:53:38.393Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-06-18T09:53:38.393Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-06-18T09:53:38.393Z] Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb ... [2020-06-18T09:53:38.393Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... [2020-06-18T09:53:38.653Z] Selecting previously unselected package libxmuu1:amd64. [2020-06-18T09:53:38.653Z] Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_amd64.deb ... [2020-06-18T09:53:38.653Z] Unpacking libxmuu1:amd64 (2:1.1.2-2) ... [2020-06-18T09:53:38.653Z] Selecting previously unselected package openssh-client. [2020-06-18T09:53:38.653Z] Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-06-18T09:53:38.653Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-18T09:53:38.914Z] Selecting previously unselected package xauth. [2020-06-18T09:53:38.914Z] Preparing to unpack .../19-xauth_1%3a1.0.10-1_amd64.deb ... [2020-06-18T09:53:38.914Z] Unpacking xauth (1:1.0.10-1) ... [2020-06-18T09:53:38.914Z] Selecting previously unselected package curl. [2020-06-18T09:53:38.914Z] Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_amd64.deb ... [2020-06-18T09:53:38.914Z] Unpacking curl (7.58.0-2ubuntu3.8) ... [2020-06-18T09:53:38.914Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-06-18T09:53:38.914Z] Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_amd64.deb ... [2020-06-18T09:53:40.295Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... [2020-06-18T09:53:40.555Z] Selecting previously unselected package liberror-perl. [2020-06-18T09:53:40.555Z] Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... [2020-06-18T09:53:40.555Z] Unpacking liberror-perl (0.17025-1) ... [2020-06-18T09:53:40.555Z] Selecting previously unselected package git-man. [2020-06-18T09:53:40.555Z] Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-06-18T09:53:40.555Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-18T09:53:40.816Z] Selecting previously unselected package git. [2020-06-18T09:53:40.816Z] Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-06-18T09:53:40.816Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-06-18T09:53:41.761Z] Selecting previously unselected package make. [2020-06-18T09:53:41.762Z] Preparing to unpack .../25-make_4.1-9.1ubuntu1_amd64.deb ... [2020-06-18T09:53:41.762Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-06-18T09:53:42.023Z] Selecting previously unselected package patch. [2020-06-18T09:53:42.023Z] Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-06-18T09:53:42.023Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-06-18T09:53:42.023Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-06-18T09:53:42.023Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-18T09:53:42.023Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-06-18T09:53:42.023Z] Setting up less (487-0.1) ... [2020-06-18T09:53:42.284Z] Setting up make (4.1-9.1ubuntu1) ... [2020-06-18T09:53:42.284Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... [2020-06-18T09:53:42.545Z] Setting up curl (7.58.0-2ubuntu3.8) ... [2020-06-18T09:53:42.545Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... [2020-06-18T09:53:42.545Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-18T09:53:42.545Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-06-18T09:53:42.545Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-06-18T09:53:42.545Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-06-18T09:53:42.545Z] Setting up libxdmcp6:amd64 (1:1.1.2-3) ... [2020-06-18T09:53:42.545Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-06-18T09:53:42.545Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-18T09:53:42.806Z] Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-18T09:53:42.806Z] Setting up libxau6:amd64 (1:1.0.8-1) ... [2020-06-18T09:53:42.806Z] Setting up netbase (5.4) ... [2020-06-18T09:53:43.066Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-06-18T09:53:43.066Z] Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ... [2020-06-18T09:53:43.066Z] Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... [2020-06-18T09:53:43.066Z] Setting up libxmuu1:amd64 (2:1.1.2-2) ... [2020-06-18T09:53:43.066Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-06-18T09:53:43.066Z] Setting up libxext6:amd64 (2:1.3.3-1) ... [2020-06-18T09:53:43.066Z] Setting up liberror-perl (0.17025-1) ... [2020-06-18T09:53:43.066Z] Setting up xauth (1:1.0.10-1) ... [2020-06-18T09:53:43.326Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-06-18T09:53:43.326Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-06-18T09:53:45.235Z] curl set to automatically installed. [2020-06-18T09:53:45.235Z] git set to automatically installed. [2020-06-18T09:53:45.235Z] git-man set to automatically installed. [2020-06-18T09:53:45.235Z] less set to automatically installed. [2020-06-18T09:53:45.235Z] libbsd0 set to automatically installed. [2020-06-18T09:53:45.235Z] libcurl3-gnutls set to automatically installed. [2020-06-18T09:53:45.235Z] libedit2 set to automatically installed. [2020-06-18T09:53:45.235Z] liberror-perl set to automatically installed. [2020-06-18T09:53:45.235Z] libexpat1 set to automatically installed. [2020-06-18T09:53:45.235Z] libgdbm-compat4 set to automatically installed. [2020-06-18T09:53:45.235Z] libgdbm5 set to automatically installed. [2020-06-18T09:53:45.235Z] libperl5.26 set to automatically installed. [2020-06-18T09:53:45.235Z] libssl1.0.0 set to automatically installed. [2020-06-18T09:53:45.235Z] libx11-6 set to automatically installed. [2020-06-18T09:53:45.235Z] libx11-data set to automatically installed. [2020-06-18T09:53:45.235Z] libxau6 set to automatically installed. [2020-06-18T09:53:45.235Z] libxcb1 set to automatically installed. [2020-06-18T09:53:45.235Z] libxdmcp6 set to automatically installed. [2020-06-18T09:53:45.235Z] libxext6 set to automatically installed. [2020-06-18T09:53:45.235Z] libxmuu1 set to automatically installed. [2020-06-18T09:53:45.235Z] make set to automatically installed. [2020-06-18T09:53:45.235Z] netbase set to automatically installed. [2020-06-18T09:53:45.235Z] openssh-client set to automatically installed. [2020-06-18T09:53:45.235Z] patch set to automatically installed. [2020-06-18T09:53:45.235Z] perl set to automatically installed. [2020-06-18T09:53:45.235Z] perl-modules-5.26 set to automatically installed. [2020-06-18T09:53:45.235Z] xauth set to automatically installed. [2020-06-18T09:53:45.235Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-06-18T09:53:45.235Z] Please ensure the environment is properly setup before continuing. [2020-06-18T09:53:45.235Z] Ignore this message if the appropriate measures have already been taken [2020-06-18T09:53:45.806Z] Pulling go [2020-06-18T09:53:46.747Z] 'device-mqtt' has dependencies that need to be staged: go [2020-06-18T09:53:46.747Z] Skipping pull go (already ran) [2020-06-18T09:53:46.747Z] Building go [2020-06-18T09:53:46.747Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-06-18T09:53:46.747Z] Dload Upload Total Spent Left Speed [2020-06-18T09:53:48.373Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 114M 0 780k 0 0 2342k 0 0:00:50 --:--:-- 0:00:50 2335k 68 114M 68 78.0M 0 0 61.5M 0 0:00:01 0:00:01 --:--:-- 61.5M 100 114M 100 114M 0 0 65.2M 0 0:00:01 0:00:01 --:--:-- 65.2M [2020-06-18T09:53:49.382Z] go1.13.5.linux-amd64.tar.gz: OK [2020-06-18T09:53:57.526Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-18T09:53:57.527Z] Staging go [2020-06-18T09:53:57.527Z] Pulling device-mqtt [2020-06-18T09:53:58.466Z] Skipping build go (already ran) [2020-06-18T09:53:58.466Z] Building device-mqtt [2020-06-18T09:53:58.466Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.2-dev.1" -o cmd/device-mqtt ./cmd [2020-06-18T09:53:59.407Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-18T09:53:59.407Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-18T09:53:59.407Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-18T09:53:59.407Z] go: downloading github.com/spf13/cast v1.3.0 [2020-06-18T09:53:59.407Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-18T09:53:59.407Z] go: extracting github.com/spf13/cast v1.3.0 [2020-06-18T09:53:59.407Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-18T09:53:59.407Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-18T09:53:59.407Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-18T09:53:59.407Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-06-18T09:53:59.407Z] go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-18T09:53:59.407Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-18T09:53:59.407Z] go: downloading github.com/google/uuid v1.1.1 [2020-06-18T09:53:59.407Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-06-18T09:53:59.407Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-06-18T09:53:59.666Z] go: extracting github.com/google/uuid v1.1.1 [2020-06-18T09:53:59.666Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-06-18T09:53:59.666Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-06-18T09:53:59.666Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-18T09:53:59.666Z] go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-18T09:53:59.666Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-18T09:53:59.666Z] go: downloading github.com/pkg/errors v0.8.1 [2020-06-18T09:53:59.666Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-18T09:53:59.666Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-18T09:53:59.666Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-18T09:53:59.666Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-06-18T09:53:59.666Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-06-18T09:53:59.666Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-06-18T09:53:59.928Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-18T09:53:59.928Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-18T09:53:59.928Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-06-18T09:53:59.928Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-06-18T09:53:59.928Z] go: extracting github.com/pkg/errors v0.8.1 [2020-06-18T09:53:59.928Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-06-18T09:53:59.928Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-06-18T09:53:59.928Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-06-18T09:53:59.928Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-18T09:53:59.928Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-18T09:53:59.928Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-18T09:53:59.928Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-06-18T09:53:59.928Z] go: downloading github.com/x448/float16 v0.8.4 [2020-06-18T09:53:59.928Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-06-18T09:53:59.928Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-18T09:53:59.928Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-06-18T09:53:59.928Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-06-18T09:53:59.928Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-18T09:53:59.928Z] go: extracting github.com/x448/float16 v0.8.4 [2020-06-18T09:53:59.928Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-06-18T09:53:59.928Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-06-18T09:53:59.928Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-06-18T09:53:59.928Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-06-18T09:53:59.928Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-18T09:53:59.928Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-18T09:53:59.928Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-06-18T09:53:59.928Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-18T09:53:59.928Z] go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-18T09:53:59.928Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-18T09:53:59.928Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-18T09:53:59.928Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-06-18T09:53:59.928Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-06-18T09:53:59.928Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-18T09:54:00.871Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-18T09:54:00.871Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-18T09:54:00.871Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-18T09:54:00.871Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-06-18T09:54:00.871Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-06-18T09:54:00.871Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-18T09:54:00.871Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-18T09:54:00.871Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-18T09:54:00.871Z] go: finding github.com/spf13/cast v1.3.0 [2020-06-18T09:54:00.871Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-18T09:54:00.871Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-18T09:54:00.871Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-18T09:54:00.871Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-18T09:54:00.871Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-18T09:54:00.871Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-18T09:54:00.871Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-18T09:54:00.871Z] go: finding github.com/google/uuid v1.1.1 [2020-06-18T09:54:00.871Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-18T09:54:00.871Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-18T09:54:00.871Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-18T09:54:00.871Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-18T09:54:00.871Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-18T09:54:00.871Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-18T09:54:00.871Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-18T09:54:00.871Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-18T09:54:00.871Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-18T09:54:00.871Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-18T09:54:00.871Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-18T09:54:00.871Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-18T09:54:00.871Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-18T09:54:00.871Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-18T09:54:00.871Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-18T09:54:00.871Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-18T09:54:00.871Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-18T09:54:00.871Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-18T09:54:00.871Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-18T09:54:00.871Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-18T09:54:00.871Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-18T09:54:05.787Z] Removing intermediate container 996bdd898364 [2020-06-18T09:54:05.787Z] ---> 0f3f3e19a430 [2020-06-18T09:54:05.787Z] Step 11/21 : FROM alpine [2020-06-18T09:54:05.787Z] latest: Pulling from library/alpine [2020-06-18T09:54:05.787Z] b538f80385f9: Pulling fs layer [2020-06-18T09:54:06.058Z] b538f80385f9: Verifying Checksum [2020-06-18T09:54:06.058Z] b538f80385f9: Download complete [2020-06-18T09:54:06.653Z] b538f80385f9: Pull complete [2020-06-18T09:54:06.653Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-18T09:54:06.653Z] Status: Downloaded newer image for alpine:latest [2020-06-18T09:54:06.653Z] ---> 62ee0e9f8440 [2020-06-18T09:54:06.653Z] Step 12/21 : ENV APP_PORT=49982 [2020-06-18T09:54:06.653Z] ---> Running in 8bc68394add9 [2020-06-18T09:54:07.245Z] Removing intermediate container 8bc68394add9 [2020-06-18T09:54:07.245Z] ---> 0b870ebf8229 [2020-06-18T09:54:07.245Z] Step 13/21 : EXPOSE $APP_PORT [2020-06-18T09:54:07.245Z] ---> Running in 743a29b793fa [2020-06-18T09:54:07.838Z] Removing intermediate container 743a29b793fa [2020-06-18T09:54:07.838Z] ---> 6f530a376663 [2020-06-18T09:54:07.838Z] Step 14/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-06-18T09:54:09.271Z] ---> 00a4e4a1afed [2020-06-18T09:54:09.271Z] Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-06-18T09:54:09.867Z] ---> a4a2c3dbe34c [2020-06-18T09:54:09.867Z] Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-06-18T09:54:10.841Z] ---> f98e711834e1 [2020-06-18T09:54:10.841Z] Step 17/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-06-18T09:54:10.841Z] ---> Running in a4e360da6950 [2020-06-18T09:54:11.115Z] Removing intermediate container a4e360da6950 [2020-06-18T09:54:11.116Z] ---> f5542d24ca01 [2020-06-18T09:54:11.116Z] Step 18/21 : ENTRYPOINT ["/device-mqtt","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-06-18T09:54:11.390Z] ---> Running in aaaf4c1523c1 [2020-06-18T09:54:11.984Z] Removing intermediate container aaaf4c1523c1 [2020-06-18T09:54:11.984Z] ---> 781a999214b9 [2020-06-18T09:54:11.984Z] Step 19/21 : LABEL arch=arm64 [2020-06-18T09:54:11.984Z] ---> Running in e13c1e08adb4 [2020-06-18T09:54:12.255Z] Removing intermediate container e13c1e08adb4 [2020-06-18T09:54:12.255Z] ---> 3f6fa1c18191 [2020-06-18T09:54:12.255Z] Step 20/21 : LABEL git_sha=49672cc0825fc2b257ef421e8ddc02da382ee60a [2020-06-18T09:54:12.525Z] ---> Running in f4ef1d39f73d [2020-06-18T09:54:12.798Z] Removing intermediate container f4ef1d39f73d [2020-06-18T09:54:12.798Z] ---> c2f84280864d [2020-06-18T09:54:12.798Z] Step 21/21 : LABEL version=1.2.2-dev.1 [2020-06-18T09:54:13.069Z] ---> Running in 633130b7abd1 [2020-06-18T09:54:13.144Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-18T09:54:13.343Z] Removing intermediate container 633130b7abd1 [2020-06-18T09:54:13.343Z] ---> 244f37e3c2f2 [2020-06-18T09:54:13.343Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-18T09:54:13.343Z] Successfully built 244f37e3c2f2 [2020-06-18T09:54:13.343Z] 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-18T09:54:13.797Z] provisioning config files... [2020-06-18T09:54:13.835Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/12@tmp/config5633604121550688691tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-06-18T09:54:14.199Z] nexus3.edgexfoundry.org:10001 [2020-06-18T09:54:14.474Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-18T09:54:14.746Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-18T09:54:14.746Z] Configure a credential helper to remove this warning. See [2020-06-18T09:54:14.746Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-18T09:54:14.746Z] [2020-06-18T09:54:14.746Z] Login Succeeded [2020-06-18T09:54:14.746Z] nexus3.edgexfoundry.org:10002 [2020-06-18T09:54:15.016Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-18T09:54:15.290Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-18T09:54:15.290Z] Configure a credential helper to remove this warning. See [2020-06-18T09:54:15.290Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-18T09:54:15.290Z] [2020-06-18T09:54:15.290Z] Login Succeeded [2020-06-18T09:54:15.290Z] nexus3.edgexfoundry.org:10003 [2020-06-18T09:54:15.562Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-18T09:54:15.833Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-18T09:54:15.833Z] Configure a credential helper to remove this warning. See [2020-06-18T09:54:15.833Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-18T09:54:15.833Z] [2020-06-18T09:54:15.833Z] Login Succeeded [2020-06-18T09:54:15.833Z] nexus3.edgexfoundry.org:10004 [2020-06-18T09:54:16.105Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-18T09:54:16.376Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-18T09:54:16.376Z] Configure a credential helper to remove this warning. See [2020-06-18T09:54:16.376Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-18T09:54:16.376Z] [2020-06-18T09:54:16.376Z] Login Succeeded [2020-06-18T09:54:16.376Z] docker.io [2020-06-18T09:54:16.648Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-18T09:54:17.237Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-18T09:54:17.237Z] Configure a credential helper to remove this warning. See [2020-06-18T09:54:17.237Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-18T09:54:17.237Z] [2020-06-18T09:54:17.237Z] Login Succeeded [Pipeline] } [2020-06-18T09:54:17.254Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-18T09:54:17.340Z] [edgeXDocker.push] Tagging docker image docker-device-mqtt-go-arm64 with the following tags: [2020-06-18T09:54:17.340Z] 49672cc0825fc2b257ef421e8ddc02da382ee60a [2020-06-18T09:54:17.340Z] latest [2020-06-18T09:54:17.340Z] 1.2.2-dev.1 [2020-06-18T09:54:17.340Z] 49672cc0825fc2b257ef421e8ddc02da382ee60a-1.2.2-dev.1 [2020-06-18T09:54:17.340Z] master [2020-06-18T09:54:17.340Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2020-06-18T09:54:17.364Z] Skipping stage go (already ran) [2020-06-18T09:54:17.364Z] Staging device-mqtt [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-18T09:54:17.623Z] Priming go [2020-06-18T09:54:17.738Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:49672cc0825fc2b257ef421e8ddc02da382ee60a [Pipeline] isUnix [Pipeline] sh [2020-06-18T09:54:18.066Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:49672cc0825fc2b257ef421e8ddc02da382ee60a [2020-06-18T09:54:18.066Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-06-18T09:54:18.066Z] edbda60ab022: Preparing [2020-06-18T09:54:18.066Z] c0d4d9159b48: Preparing [2020-06-18T09:54:18.066Z] 00365ef4d1cd: Preparing [2020-06-18T09:54:18.066Z] e2f13739ad41: Preparing [2020-06-18T09:54:18.336Z] e2f13739ad41: Layer already exists [2020-06-18T09:54:18.336Z] edbda60ab022: Pushed [2020-06-18T09:54:18.336Z] c0d4d9159b48: Pushed [2020-06-18T09:54:18.563Z] Priming device-mqtt [2020-06-18T09:54:19.513Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-06-18T09:54:19.513Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-06-18T09:54:19.513Z] Determining the version from the project repo (version-script). [2020-06-18T09:54:19.513Z] The version has been set to '1.2.2-dev.1-20200618+49672cc' [2020-06-18T09:54:19.513Z] Snapping 'edgex-device-mqtt' ... [2020-06-18T09:54:20.975Z] [2020-06-18T09:54:20.975Z] Snapped edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap [2020-06-18T09:54:21.707Z] 00365ef4d1cd: Pushed [2020-06-18T09:54:21.707Z] 49672cc0825fc2b257ef421e8ddc02da382ee60a: digest: sha256:bb51f5d96305f6eb879642eb064afb212486d1eb4fc3d9277f2fb2be087eb337 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-18T09:54:22.038Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-06-18T09:54:22.368Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [2020-06-18T09:54:22.368Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-06-18T09:54:22.368Z] edbda60ab022: Preparing [2020-06-18T09:54:22.368Z] c0d4d9159b48: Preparing [2020-06-18T09:54:22.368Z] 00365ef4d1cd: Preparing [2020-06-18T09:54:22.368Z] e2f13739ad41: Preparing [2020-06-18T09:54:22.368Z] e2f13739ad41: Layer already exists [2020-06-18T09:54:22.368Z] c0d4d9159b48: Layer already exists [2020-06-18T09:54:22.368Z] edbda60ab022: Layer already exists [2020-06-18T09:54:22.639Z] 00365ef4d1cd: Layer already exists [2020-06-18T09:54:22.639Z] latest: digest: sha256:bb51f5d96305f6eb879642eb064afb212486d1eb4fc3d9277f2fb2be087eb337 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-18T09:54:22.975Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-06-18T09:54:23.306Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.2.2-dev.1 [2020-06-18T09:54:23.306Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-06-18T09:54:23.306Z] edbda60ab022: Preparing [2020-06-18T09:54:23.306Z] c0d4d9159b48: Preparing [2020-06-18T09:54:23.306Z] 00365ef4d1cd: Preparing [2020-06-18T09:54:23.306Z] e2f13739ad41: Preparing [2020-06-18T09:54:23.306Z] e2f13739ad41: Layer already exists [2020-06-18T09:54:23.306Z] 00365ef4d1cd: Layer already exists [2020-06-18T09:54:23.306Z] edbda60ab022: Layer already exists [2020-06-18T09:54:23.306Z] c0d4d9159b48: Layer already exists [2020-06-18T09:54:23.576Z] 1.2.2-dev.1: digest: sha256:bb51f5d96305f6eb879642eb064afb212486d1eb4fc3d9277f2fb2be087eb337 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-18T09:54:23.911Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:49672cc0825fc2b257ef421e8ddc02da382ee60a-1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-06-18T09:54:24.249Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:49672cc0825fc2b257ef421e8ddc02da382ee60a-1.2.2-dev.1 [2020-06-18T09:54:24.249Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-06-18T09:54:24.249Z] edbda60ab022: Preparing [2020-06-18T09:54:24.249Z] c0d4d9159b48: Preparing [2020-06-18T09:54:24.249Z] 00365ef4d1cd: Preparing [2020-06-18T09:54:24.249Z] e2f13739ad41: Preparing [2020-06-18T09:54:24.249Z] edbda60ab022: Layer already exists [2020-06-18T09:54:24.249Z] 00365ef4d1cd: Layer already exists [2020-06-18T09:54:24.249Z] c0d4d9159b48: Layer already exists [2020-06-18T09:54:24.249Z] e2f13739ad41: Layer already exists [2020-06-18T09:54:24.270Z] [2020-06-18T09:54:24.270Z] Login successful. You now have these capabilities: [2020-06-18T09:54:24.270Z] [2020-06-18T09:54:24.270Z] snaps: No restriction [2020-06-18T09:54:24.270Z] channels: No restriction [2020-06-18T09:54:24.270Z] permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] [2020-06-18T09:54:24.270Z] expires: 2020-06-19T16:50:48.252993 [2020-06-18T09:54:24.270Z] [2020-06-18T09:54:24.518Z] 49672cc0825fc2b257ef421e8ddc02da382ee60a-1.2.2-dev.1: digest: sha256:bb51f5d96305f6eb879642eb064afb212486d1eb4fc3d9277f2fb2be087eb337 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-18T09:54:24.840Z] Preparing to push 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap'. [2020-06-18T09:54:24.840Z] After pushing, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. [2020-06-18T09:54:24.840Z] Install the review-tools from the Snap Store for enhanced checks before uploading this snap. [2020-06-18T09:54:24.850Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-06-18T09:54:25.176Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [2020-06-18T09:54:25.176Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-06-18T09:54:25.176Z] edbda60ab022: Preparing [2020-06-18T09:54:25.176Z] c0d4d9159b48: Preparing [2020-06-18T09:54:25.176Z] 00365ef4d1cd: Preparing [2020-06-18T09:54:25.176Z] e2f13739ad41: Preparing [2020-06-18T09:54:25.176Z] 00365ef4d1cd: Layer already exists [2020-06-18T09:54:25.176Z] e2f13739ad41: Layer already exists [2020-06-18T09:54:25.176Z] c0d4d9159b48: Layer already exists [2020-06-18T09:54:25.176Z] edbda60ab022: Layer already exists [2020-06-18T09:54:25.447Z] master: digest: sha256:bb51f5d96305f6eb879642eb064afb212486d1eb4fc3d9277f2fb2be087eb337 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-18T09:54:26.085Z] + find /w/workspace/device-mqtt-go/12 [2020-06-18T09:54:26.085Z] + grep snapcraft.yaml [2020-06-18T09:54:26.085Z] + grep -Po ^name: \K(.*) /w/workspace/device-mqtt-go/12/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-18T09:54:26.221Z] provisioning config files... [2020-06-18T09:54:26.237Z] copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/12@tmp/config8621631182739467455tmp [Pipeline] { [Pipeline] sh [2020-06-18T09:54:26.590Z] + cp /w/workspace/device-mqtt-go/12@tmp/config8621631182739467455tmp /w/workspace/device-mqtt-go/12/edgex-snap-store-login [Pipeline] sh [2020-06-18T09:54:27.048Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/12:/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-18T09:54:27.049Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-06-18T09:54:27.049Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-06-18T09:54:27.049Z] b2f61026a351: Pulling fs layer [2020-06-18T09:54:27.049Z] 5538fb30c42c: Pulling fs layer [2020-06-18T09:54:27.049Z] f0b05810781a: Pulling fs layer [2020-06-18T09:54:27.049Z] 0180a33352d6: Pulling fs layer [2020-06-18T09:54:27.049Z] e7604b0c0f53: Pulling fs layer [2020-06-18T09:54:27.049Z] db689cb83ae0: Pulling fs layer [2020-06-18T09:54:27.049Z] 6138af208834: Pulling fs layer [2020-06-18T09:54:27.049Z] 007c8e8c5d63: Pulling fs layer [2020-06-18T09:54:27.049Z] 4f7a387c642f: Pulling fs layer [2020-06-18T09:54:27.049Z] db689cb83ae0: Waiting [2020-06-18T09:54:27.049Z] 6138af208834: Waiting [2020-06-18T09:54:27.049Z] 007c8e8c5d63: Waiting [2020-06-18T09:54:27.049Z] 0180a33352d6: Waiting [2020-06-18T09:54:27.049Z] 4f7a387c642f: Waiting [2020-06-18T09:54:27.049Z] e7604b0c0f53: Waiting [2020-06-18T09:54:27.049Z] 5538fb30c42c: Verifying Checksum [2020-06-18T09:54:27.049Z] 5538fb30c42c: Download complete [2020-06-18T09:54:27.049Z] f0b05810781a: Verifying Checksum [2020-06-18T09:54:27.049Z] f0b05810781a: Download complete [2020-06-18T09:54:27.327Z] 0180a33352d6: Verifying Checksum [2020-06-18T09:54:27.327Z] 0180a33352d6: Download complete [2020-06-18T09:54:27.327Z] db689cb83ae0: Verifying Checksum [2020-06-18T09:54:27.327Z] db689cb83ae0: Download complete [2020-06-18T09:54:27.327Z] 6138af208834: Verifying Checksum [2020-06-18T09:54:27.327Z] 6138af208834: Download complete [2020-06-18T09:54:27.327Z] 007c8e8c5d63: Verifying Checksum [2020-06-18T09:54:27.327Z] 007c8e8c5d63: Download complete [2020-06-18T09:54:27.327Z] 4f7a387c642f: Verifying Checksum [2020-06-18T09:54:27.327Z] 4f7a387c642f: Download complete [2020-06-18T09:54:27.944Z] b2f61026a351: Verifying Checksum [2020-06-18T09:54:27.944Z] b2f61026a351: Download complete [2020-06-18T09:54:29.036Z] Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [ ] 0% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [ ] 1% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [ ] 2% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [ ] 3% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [ ] 4% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [ ] 5% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [ ] 6% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [ ] 7% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [ ] 8% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [ ] 9% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [ ] 10% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [ ] 11% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [ ] 13% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [ ] 14% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [ ] 15% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [ ] 16% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [ ] 17% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [ ] 18% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [ ] 19% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [ ] 20% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [ ] 21% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [ ] 22% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [ ] 23% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [= ] 25% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [= ] 26% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [= ] 27% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [= ] 28% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [= ] 29% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [= ] 30% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [= ] 31% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [= ] 32% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [= ] 33% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [= ] 34% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [= ] 35% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [= ] 37% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [= ] 38% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [= ] 39% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [= ] 40% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [= ] 41% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [= ] 42% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [= ] 43% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [= ] 44% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [= ] 45% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [= ] 46% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [= ] 47% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [= ] 49% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [== ] 50% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [== ] 51% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [== ] 52% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [== ] 53% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [== ] 54% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [== ] 55% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [== ] 56% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [== ] 57% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [== ] 58% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [== ] 59% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [== ] 61% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [== ] 62% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [== ] 63% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [== ] 64% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [== ] 65% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [== ] 66% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [== ] 67% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [== ] 68% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [== ] 69% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [== ] 70% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [== ] 71% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [== ] 73% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [== ] 74% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [=== ] 75% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [=== ] 76% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [=== ] 77% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [=== ] 78% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [=== ] 79% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [=== ] 80% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [=== ] 81% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [=== ] 82% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [=== ] 83% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [=== ] 84% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [=== ] 86% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [=== ] 87% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [=== ] 88% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [=== ] 89% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [=== ] 90% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [=== ] 91% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [=== ] 92% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [=== ] 93% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [=== ] 94% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [=== ] 95% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [=== ] 96% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [=== ] 98% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [=== ] 99% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [====] 100% [2020-06-18T09:54:31.326Z] b2f61026a351: Pull complete [2020-06-18T09:54:31.326Z] 5538fb30c42c: Pull complete [2020-06-18T09:54:31.923Z] f0b05810781a: Pull complete [2020-06-18T09:54:32.195Z] 0180a33352d6: Pull complete [2020-06-18T09:54:34.793Z] e7604b0c0f53: Verifying Checksum [2020-06-18T09:54:34.793Z] e7604b0c0f53: Download complete [2020-06-18T09:54:42.326Z] Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| 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-18T09:54:42.326Z] Revision 1253 of 'edgex-device-mqtt' created. [2020-06-18T09:54:43.710Z] Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| 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-18T09:54:43.710Z] Track Arch Channel Version Revision Notes [2020-06-18T09:54:43.710Z] edinburgh amd64 stable 1.0.0-20190627+29babbb 110 - [2020-06-18T09:54:43.710Z] candidate 1.0.0-20190627+29babbb 110 - [2020-06-18T09:54:43.710Z] beta 1.0.0-20190801+fd7235a 239 - [2020-06-18T09:54:43.710Z] edge 1.0.0-20200107+8d32c65 942 - [2020-06-18T09:54:43.710Z] fuji amd64 stable 1.1.1-20200228+f519bc1 1072 - [2020-06-18T09:54:43.710Z] candidate ^ ^ - [2020-06-18T09:54:43.710Z] beta 1.1.1-20200228+f519bc1 1072 - [2020-06-18T09:54:43.710Z] edge 1.1.1-20200422+f519bc1 1177 - [2020-06-18T09:54:43.710Z] geneva amd64 stable 1.2.1-20200612+f040f91 1239 - [2020-06-18T09:54:43.710Z] candidate ^ ^ - [2020-06-18T09:54:43.710Z] beta ^ ^ - [2020-06-18T09:54:43.710Z] edge ^ ^ - [2020-06-18T09:54:43.710Z] latest amd64 stable 1.2.1-20200612+f040f91 1239 - [2020-06-18T09:54:43.710Z] candidate 1.2.1-20200612+f040f91 1239 - [2020-06-18T09:54:43.710Z] beta 1.2.1-20200612+f040f91 1239 - [2020-06-18T09:54:43.710Z] edge 1.2.2-dev.1-20200618+49672cc 1253 - [2020-06-18T09:54:44.280Z] Pushing metadata from 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [2020-06-18T09:54:47.577Z] The metadata has been pushed [Pipeline] } [2020-06-18T09:54:48.160Z] 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-18T09:55:07.108Z] e7604b0c0f53: Pull complete [2020-06-18T09:55:07.108Z] db689cb83ae0: Pull complete [2020-06-18T09:55:07.108Z] 6138af208834: Pull complete [2020-06-18T09:55:07.108Z] 007c8e8c5d63: Pull complete [2020-06-18T09:55:07.108Z] 4f7a387c642f: Pull complete [2020-06-18T09:55:07.108Z] Digest: sha256:95de001a4645667c7ff44d03fa3a86afcf7622caf7559cdf0345329f515671b4 [2020-06-18T09:55:07.108Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-06-18T09:55:09.730Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-06-18T09:55:10.002Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-06-18T09:55:10.273Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-06-18T09:55:10.548Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-06-18T09:55:10.548Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [880 kB] [2020-06-18T09:55:11.145Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1192 B] [2020-06-18T09:55:11.145Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3737 B] [2020-06-18T09:55:11.145Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1239 kB] [2020-06-18T09:55:11.424Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [7827 B] [2020-06-18T09:55:11.424Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] [2020-06-18T09:55:11.424Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [608 kB] [2020-06-18T09:55:11.424Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [756 kB] [2020-06-18T09:55:12.018Z] Fetched 3756 kB in 2s (1504 kB/s) [2020-06-18T09:55:16.309Z] Reading package lists... [2020-06-18T09:55:28.675Z] 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-18T09:55:32.950Z] Reading package lists... [2020-06-18T09:55:33.542Z] Building dependency tree... [2020-06-18T09:55:33.542Z] Reading state information... [2020-06-18T09:55:34.133Z] The following packages were automatically installed and are no longer required: [2020-06-18T09:55:34.133Z] libjq1 liblzo2-2 libonig4 [2020-06-18T09:55:34.133Z] Use 'sudo apt autoremove' to remove them. [2020-06-18T09:55:34.133Z] Suggested packages: [2020-06-18T09:55:34.133Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-06-18T09:55:34.133Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc [2020-06-18T09:55:34.133Z] keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc [2020-06-18T09:55:34.133Z] libterm-readline-gnu-perl | libterm-readline-perl-perl [2020-06-18T09:55:34.722Z] The following NEW packages will be installed: [2020-06-18T09:55:34.722Z] curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl [2020-06-18T09:55:34.722Z] libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 [2020-06-18T09:55:34.723Z] libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase [2020-06-18T09:55:34.723Z] openssh-client patch perl perl-modules-5.26 xauth [2020-06-18T09:55:34.993Z] 0 upgraded, 27 newly installed, 0 to remove and 10 not upgraded. [2020-06-18T09:55:34.993Z] Need to get 12.9 MB of archives. [2020-06-18T09:55:34.993Z] After this operation, 84.2 MB of additional disk space will be used. [2020-06-18T09:55:34.993Z] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxau6 arm64 1:1.0.8-1 [7590 B] [2020-06-18T09:55:35.263Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbsd0 arm64 0.8.7-1ubuntu0.1 [36.6 kB] [2020-06-18T09:55:35.263Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxdmcp6 arm64 1:1.1.2-3 [9694 B] [2020-06-18T09:55:35.263Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxcb1 arm64 1.13-2~ubuntu18.04 [37.3 kB] [2020-06-18T09:55:35.534Z] 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-18T09:55:35.534Z] 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-18T09:55:35.804Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxext6 arm64 2:1.3.3-1 [25.4 kB] [2020-06-18T09:55:35.804Z] 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-18T09:55:36.393Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] [2020-06-18T09:55:36.393Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] [2020-06-18T09:55:36.393Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] [2020-06-18T09:55:36.393Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] [2020-06-18T09:55:36.393Z] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] [2020-06-18T09:55:36.393Z] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.2 [69.3 kB] [2020-06-18T09:55:36.393Z] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] [2020-06-18T09:55:36.393Z] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libedit2 arm64 3.1-20170329-1 [63.4 kB] [2020-06-18T09:55:36.393Z] 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-18T09:55:36.393Z] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxmuu1 arm64 2:1.1.2-2 [9502 B] [2020-06-18T09:55:36.663Z] Get:19 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssh-client arm64 1:7.6p1-4ubuntu0.3 [527 kB] [2020-06-18T09:55:36.663Z] Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xauth arm64 1:1.0.10-1 [22.4 kB] [2020-06-18T09:55:36.663Z] Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.8 [152 kB] [2020-06-18T09:55:36.663Z] Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.8 [179 kB] [2020-06-18T09:55:36.663Z] Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] [2020-06-18T09:55:36.663Z] 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-18T09:55:36.663Z] Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] [2020-06-18T09:55:36.931Z] Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] [2020-06-18T09:55:36.931Z] Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] [2020-06-18T09:55:37.522Z] debconf: delaying package configuration, since apt-utils is not installed [2020-06-18T09:55:37.522Z] Fetched 12.9 MB in 2s (5676 kB/s) [2020-06-18T09:55:37.793Z] Selecting previously unselected package libxau6:arm64. [2020-06-18T09:55:37.793Z] (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-18T09:55:37.793Z] Preparing to unpack .../00-libxau6_1%3a1.0.8-1_arm64.deb ... [2020-06-18T09:55:37.793Z] Unpacking libxau6:arm64 (1:1.0.8-1) ... [2020-06-18T09:55:37.793Z] Selecting previously unselected package libbsd0:arm64. [2020-06-18T09:55:37.793Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_arm64.deb ... [2020-06-18T09:55:37.793Z] Unpacking libbsd0:arm64 (0.8.7-1ubuntu0.1) ... [2020-06-18T09:55:38.063Z] Selecting previously unselected package libxdmcp6:arm64. [2020-06-18T09:55:38.063Z] Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_arm64.deb ... [2020-06-18T09:55:38.063Z] Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... [2020-06-18T09:55:38.063Z] Selecting previously unselected package libxcb1:arm64. [2020-06-18T09:55:38.063Z] Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_arm64.deb ... [2020-06-18T09:55:38.335Z] Unpacking libxcb1:arm64 (1.13-2~ubuntu18.04) ... [2020-06-18T09:55:38.335Z] Selecting previously unselected package libx11-data. [2020-06-18T09:55:38.335Z] Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... [2020-06-18T09:55:38.335Z] Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-18T09:55:38.607Z] Selecting previously unselected package libx11-6:arm64. [2020-06-18T09:55:38.607Z] Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_arm64.deb ... [2020-06-18T09:55:38.607Z] Unpacking libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... [2020-06-18T09:55:38.878Z] Selecting previously unselected package libxext6:arm64. [2020-06-18T09:55:38.878Z] Preparing to unpack .../06-libxext6_2%3a1.3.3-1_arm64.deb ... [2020-06-18T09:55:38.878Z] Unpacking libxext6:arm64 (2:1.3.3-1) ... [2020-06-18T09:55:39.150Z] Selecting previously unselected package perl-modules-5.26. [2020-06-18T09:55:39.150Z] Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-06-18T09:55:39.150Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-18T09:55:41.113Z] Selecting previously unselected package libgdbm5:arm64. [2020-06-18T09:55:41.113Z] Preparing to unpack .../08-libgdbm5_1.14.1-6_arm64.deb ... [2020-06-18T09:55:41.113Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-06-18T09:55:41.113Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-06-18T09:55:41.113Z] Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-06-18T09:55:41.113Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-06-18T09:55:41.113Z] Selecting previously unselected package libperl5.26:arm64. [2020-06-18T09:55:41.113Z] Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... [2020-06-18T09:55:41.113Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-06-18T09:55:42.541Z] Selecting previously unselected package perl. [2020-06-18T09:55:42.541Z] Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_arm64.deb ... [2020-06-18T09:55:42.541Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-06-18T09:55:42.541Z] Selecting previously unselected package less. [2020-06-18T09:55:42.813Z] Preparing to unpack .../12-less_487-0.1_arm64.deb ... [2020-06-18T09:55:42.813Z] Unpacking less (487-0.1) ... [2020-06-18T09:55:42.813Z] Selecting previously unselected package libexpat1:arm64. [2020-06-18T09:55:42.813Z] Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_arm64.deb ... [2020-06-18T09:55:42.813Z] Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.2) ... [2020-06-18T09:55:43.086Z] Selecting previously unselected package netbase. [2020-06-18T09:55:43.086Z] Preparing to unpack .../14-netbase_5.4_all.deb ... [2020-06-18T09:55:43.086Z] Unpacking netbase (5.4) ... [2020-06-18T09:55:43.086Z] Selecting previously unselected package libedit2:arm64. [2020-06-18T09:55:43.086Z] Preparing to unpack .../15-libedit2_3.1-20170329-1_arm64.deb ... [2020-06-18T09:55:43.086Z] Unpacking libedit2:arm64 (3.1-20170329-1) ... [2020-06-18T09:55:43.356Z] Selecting previously unselected package libssl1.0.0:arm64. [2020-06-18T09:55:43.356Z] Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_arm64.deb ... [2020-06-18T09:55:43.356Z] Unpacking libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... [2020-06-18T09:55:43.629Z] Selecting previously unselected package libxmuu1:arm64. [2020-06-18T09:55:43.629Z] Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_arm64.deb ... [2020-06-18T09:55:43.629Z] Unpacking libxmuu1:arm64 (2:1.1.2-2) ... [2020-06-18T09:55:43.629Z] Selecting previously unselected package openssh-client. [2020-06-18T09:55:43.629Z] Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_arm64.deb ... [2020-06-18T09:55:43.629Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-18T09:55:43.899Z] Selecting previously unselected package xauth. [2020-06-18T09:55:43.899Z] Preparing to unpack .../19-xauth_1%3a1.0.10-1_arm64.deb ... [2020-06-18T09:55:43.899Z] Unpacking xauth (1:1.0.10-1) ... [2020-06-18T09:55:44.169Z] Selecting previously unselected package curl. [2020-06-18T09:55:44.169Z] Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_arm64.deb ... [2020-06-18T09:55:44.169Z] Unpacking curl (7.58.0-2ubuntu3.8) ... [2020-06-18T09:55:44.169Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-06-18T09:55:44.169Z] Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_arm64.deb ... [2020-06-18T09:55:44.169Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... [2020-06-18T09:55:44.439Z] Selecting previously unselected package liberror-perl. [2020-06-18T09:55:44.439Z] Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... [2020-06-18T09:55:44.439Z] Unpacking liberror-perl (0.17025-1) ... [2020-06-18T09:55:44.439Z] Selecting previously unselected package git-man. [2020-06-18T09:55:44.439Z] Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-06-18T09:55:44.439Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-18T09:55:44.708Z] Selecting previously unselected package git. [2020-06-18T09:55:44.708Z] Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-06-18T09:55:44.708Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-06-18T09:55:46.135Z] Selecting previously unselected package make. [2020-06-18T09:55:46.135Z] Preparing to unpack .../25-make_4.1-9.1ubuntu1_arm64.deb ... [2020-06-18T09:55:46.135Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-06-18T09:55:46.135Z] Selecting previously unselected package patch. [2020-06-18T09:55:46.135Z] Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-06-18T09:55:46.135Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-06-18T09:55:46.405Z] Setting up libedit2:arm64 (3.1-20170329-1) ... [2020-06-18T09:55:46.405Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-18T09:55:46.405Z] Setting up libexpat1:arm64 (2.2.5-3ubuntu0.2) ... [2020-06-18T09:55:46.405Z] Setting up less (487-0.1) ... [2020-06-18T09:55:46.674Z] Setting up make (4.1-9.1ubuntu1) ... [2020-06-18T09:55:46.946Z] Setting up libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... [2020-06-18T09:55:47.216Z] Setting up curl (7.58.0-2ubuntu3.8) ... [2020-06-18T09:55:47.216Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... [2020-06-18T09:55:47.216Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-18T09:55:47.216Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-06-18T09:55:47.216Z] Setting up libbsd0:arm64 (0.8.7-1ubuntu0.1) ... [2020-06-18T09:55:47.216Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-06-18T09:55:47.487Z] Setting up libxdmcp6:arm64 (1:1.1.2-3) ... [2020-06-18T09:55:47.487Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-06-18T09:55:47.487Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-18T09:55:47.756Z] Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-18T09:55:47.756Z] Setting up libxau6:arm64 (1:1.0.8-1) ... [2020-06-18T09:55:47.756Z] Setting up netbase (5.4) ... [2020-06-18T09:55:48.038Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-06-18T09:55:48.038Z] Setting up libxcb1:arm64 (1.13-2~ubuntu18.04) ... [2020-06-18T09:55:48.038Z] Setting up libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... [2020-06-18T09:55:48.038Z] Setting up libxmuu1:arm64 (2:1.1.2-2) ... [2020-06-18T09:55:48.038Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-06-18T09:55:48.038Z] Setting up libxext6:arm64 (2:1.3.3-1) ... [2020-06-18T09:55:48.309Z] Setting up liberror-perl (0.17025-1) ... [2020-06-18T09:55:48.309Z] Setting up xauth (1:1.0.10-1) ... [2020-06-18T09:55:48.309Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-06-18T09:55:48.309Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-06-18T09:55:54.978Z] curl set to automatically installed. [2020-06-18T09:55:54.978Z] git set to automatically installed. [2020-06-18T09:55:54.978Z] git-man set to automatically installed. [2020-06-18T09:55:54.978Z] less set to automatically installed. [2020-06-18T09:55:54.978Z] libbsd0 set to automatically installed. [2020-06-18T09:55:54.978Z] libcurl3-gnutls set to automatically installed. [2020-06-18T09:55:54.978Z] libedit2 set to automatically installed. [2020-06-18T09:55:54.978Z] liberror-perl set to automatically installed. [2020-06-18T09:55:54.978Z] libexpat1 set to automatically installed. [2020-06-18T09:55:54.978Z] libgdbm-compat4 set to automatically installed. [2020-06-18T09:55:54.978Z] libgdbm5 set to automatically installed. [2020-06-18T09:55:54.978Z] libperl5.26 set to automatically installed. [2020-06-18T09:55:54.978Z] libssl1.0.0 set to automatically installed. [2020-06-18T09:55:54.978Z] libx11-6 set to automatically installed. [2020-06-18T09:55:54.978Z] libx11-data set to automatically installed. [2020-06-18T09:55:54.978Z] libxau6 set to automatically installed. [2020-06-18T09:55:54.978Z] libxcb1 set to automatically installed. [2020-06-18T09:55:54.978Z] libxdmcp6 set to automatically installed. [2020-06-18T09:55:54.978Z] libxext6 set to automatically installed. [2020-06-18T09:55:54.978Z] libxmuu1 set to automatically installed. [2020-06-18T09:55:54.978Z] make set to automatically installed. [2020-06-18T09:55:54.978Z] netbase set to automatically installed. [2020-06-18T09:55:54.978Z] openssh-client set to automatically installed. [2020-06-18T09:55:54.978Z] patch set to automatically installed. [2020-06-18T09:55:54.978Z] perl set to automatically installed. [2020-06-18T09:55:54.978Z] perl-modules-5.26 set to automatically installed. [2020-06-18T09:55:54.978Z] xauth set to automatically installed. [2020-06-18T09:55:54.978Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-06-18T09:55:54.978Z] Please ensure the environment is properly setup before continuing. [2020-06-18T09:55:54.978Z] Ignore this message if the appropriate measures have already been taken [2020-06-18T09:55:54.978Z] Pulling go [2020-06-18T09:55:57.577Z] 'device-mqtt' has dependencies that need to be staged: go [2020-06-18T09:55:57.577Z] Skipping pull go (already ran) [2020-06-18T09:55:57.577Z] Building go [2020-06-18T09:55:57.577Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-06-18T09:55:57.577Z] Dload Upload Total Spent Left Speed [2020-06-18T09:55:59.784Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 5 93.0M 5 4783k 0 0 20.1M 0 0:00:04 --:--:-- 0:00:04 20.1M 51 93.0M 51 47.7M 0 0 38.3M 0 0:00:02 0:00:01 0:00:01 38.3M 95 93.0M 95 89.3M 0 0 40.2M 0 0:00:02 0:00:02 --:--:-- 40.2M 100 93.0M 100 93.0M 0 0 40.3M 0 0:00:02 0:00:02 --:--:-- 40.3M [2020-06-18T09:56:01.201Z] go1.13.5.linux-arm64.tar.gz: OK [2020-06-18T09:56:19.458Z] Staging go [2020-06-18T09:56:20.434Z] Pulling device-mqtt [2020-06-18T09:56:23.804Z] Skipping build go (already ran) [2020-06-18T09:56:23.804Z] Building device-mqtt [2020-06-18T09:56:23.804Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.2-dev.1" -o cmd/device-mqtt ./cmd [2020-06-18T09:56:24.076Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-18T09:56:24.076Z] go: downloading github.com/spf13/cast v1.3.0 [2020-06-18T09:56:24.076Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-18T09:56:24.076Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-18T09:56:24.076Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-18T09:56:24.076Z] go: extracting github.com/spf13/cast v1.3.0 [2020-06-18T09:56:24.351Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-18T09:56:24.351Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-18T09:56:24.351Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-18T09:56:24.351Z] go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-18T09:56:24.351Z] go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-18T09:56:24.351Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-06-18T09:56:24.351Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-18T09:56:24.351Z] go: downloading github.com/google/uuid v1.1.1 [2020-06-18T09:56:24.626Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-06-18T09:56:24.626Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-06-18T09:56:24.626Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-18T09:56:24.626Z] go: extracting github.com/google/uuid v1.1.1 [2020-06-18T09:56:24.626Z] go: downloading github.com/pkg/errors v0.8.1 [2020-06-18T09:56:24.626Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-18T09:56:24.626Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-18T09:56:24.626Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-18T09:56:24.626Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-18T09:56:24.626Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-06-18T09:56:24.626Z] go: extracting github.com/pkg/errors v0.8.1 [2020-06-18T09:56:24.626Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-06-18T09:56:24.626Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-18T09:56:24.626Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-18T09:56:24.626Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-18T09:56:24.626Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-06-18T09:56:24.899Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-06-18T09:56:24.899Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-06-18T09:56:24.899Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-18T09:56:24.899Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-06-18T09:56:24.899Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-06-18T09:56:24.899Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-06-18T09:56:24.899Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-18T09:56:24.899Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-06-18T09:56:24.899Z] go: downloading github.com/x448/float16 v0.8.4 [2020-06-18T09:56:24.899Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-06-18T09:56:24.899Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-06-18T09:56:24.899Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-18T09:56:24.899Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-06-18T09:56:24.899Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-18T09:56:24.899Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-06-18T09:56:24.899Z] go: extracting github.com/x448/float16 v0.8.4 [2020-06-18T09:56:24.899Z] go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-18T09:56:24.899Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-06-18T09:56:24.899Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-18T09:56:24.899Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-18T09:56:24.899Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-18T09:56:24.899Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-06-18T09:56:24.899Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-06-18T09:56:24.899Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-06-18T09:56:25.171Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-18T09:56:25.171Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-18T09:56:25.171Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-06-18T09:56:25.171Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-06-18T09:56:25.171Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-06-18T09:56:25.171Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-06-18T09:56:25.442Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-18T09:56:25.442Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-18T09:56:25.442Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-18T09:56:25.442Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-18T09:56:25.442Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-06-18T09:56:25.442Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-06-18T09:56:25.717Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-18T09:56:25.717Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-18T09:56:25.717Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-18T09:56:25.717Z] go: finding github.com/spf13/cast v1.3.0 [2020-06-18T09:56:25.717Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-18T09:56:25.717Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-18T09:56:25.717Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-18T09:56:25.717Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-18T09:56:25.717Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-18T09:56:25.717Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-18T09:56:25.717Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-18T09:56:25.717Z] go: finding github.com/google/uuid v1.1.1 [2020-06-18T09:56:25.717Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-18T09:56:25.717Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-18T09:56:25.717Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-18T09:56:25.717Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-18T09:56:25.717Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-18T09:56:25.717Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-18T09:56:26.000Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-18T09:56:26.000Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-18T09:56:26.000Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-18T09:56:26.000Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-18T09:56:26.000Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-18T09:56:26.000Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-18T09:56:26.000Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-18T09:56:26.000Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-18T09:56:26.000Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-18T09:56:26.000Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-18T09:56:26.000Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-18T09:56:26.000Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-18T09:56:26.000Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-18T09:56:26.000Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-18T09:56:26.000Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-18T09:56:52.852Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-18T09:57:11.323Z] Skipping stage go (already ran) [2020-06-18T09:57:11.323Z] Staging device-mqtt [2020-06-18T09:57:12.295Z] Priming go [2020-06-18T09:57:14.912Z] Priming device-mqtt [2020-06-18T09:57:18.282Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-06-18T09:57:18.282Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-06-18T09:57:18.282Z] Determining the version from the project repo (version-script). [2020-06-18T09:57:18.282Z] The version has been set to '1.2.2-dev.1-20200618+49672cc' [2020-06-18T09:57:18.282Z] Snapping 'edgex-device-mqtt' ... [2020-06-18T09:57:21.668Z] [2020-06-18T09:57:21.668Z] Snapped edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap [2020-06-18T09:57:27.034Z] [2020-06-18T09:57:27.034Z] Login successful. You now have these capabilities: [2020-06-18T09:57:27.034Z] [2020-06-18T09:57:27.034Z] snaps: No restriction [2020-06-18T09:57:27.034Z] channels: No restriction [2020-06-18T09:57:27.034Z] permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] [2020-06-18T09:57:27.034Z] expires: 2020-06-19T16:50:48.252993 [2020-06-18T09:57:27.034Z] [2020-06-18T09:57:29.626Z] Preparing to push 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap'. [2020-06-18T09:57:29.626Z] After pushing, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. [2020-06-18T09:57:29.626Z] Install the review-tools from the Snap Store for enhanced checks before uploading this snap. [2020-06-18T09:57:33.900Z] Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [ ] 0% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [ ] 1% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [ ] 2% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [ ] 3% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [ ] 4% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [ ] 5% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [ ] 6% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [ ] 7% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [ ] 8% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [ ] 9% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [ ] 10% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [ ] 11% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [ ] 12% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [ ] 13% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [ ] 14% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [ ] 16% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [ ] 17% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [ ] 18% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [ ] 19% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [ ] 20% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [ ] 21% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [ ] 22% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [ ] 23% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [ ] 24% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [= ] 25% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [= ] 26% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [= ] 27% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [= ] 28% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [= ] 29% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [= ] 30% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [= ] 32% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [= ] 33% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [= ] 34% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [= ] 35% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [= ] 36% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [= ] 37% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [= ] 38% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [= ] 39% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [= ] 40% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [= ] 41% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [= ] 42% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [= ] 43% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [= ] 44% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [= ] 45% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [= ] 46% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [= ] 48% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [= ] 49% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [== ] 50% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [== ] 51% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [== ] 52% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [== ] 53% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [== ] 54% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [== ] 55% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [== ] 56% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [== ] 57% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [== ] 58% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [== ] 59% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [== ] 60% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [== ] 61% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [== ] 62% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [== ] 64% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [== ] 65% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [== ] 66% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [== ] 67% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [== ] 68% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [== ] 69% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [== ] 70% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [== ] 71% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [== ] 72% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [== ] 73% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [== ] 74% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [=== ] 75% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [=== ] 76% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [=== ] 77% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [=== ] 78% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [=== ] 80% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [=== ] 81% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [=== ] 82% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [=== ] 83% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [=== ] 84% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [=== ] 85% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [=== ] 86% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [=== ] 87% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [=== ] 88% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [=== ] 89% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [=== ] 90% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [=== ] 91% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [=== ] 92% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [=== ] 93% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [=== ] 94% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [=== ] 96% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [=== ] 97% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [=== ] 98% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [=== ] 99% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [====] 100% [2020-06-18T09:57:47.355Z] Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- 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-18T09:57:47.355Z] Revision 1254 of 'edgex-device-mqtt' created. [2020-06-18T09:57:48.775Z] Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...| [2020-06-18T09:57:48.775Z] Track Arch Channel Version Revision Notes [2020-06-18T09:57:48.775Z] edinburgh arm64 stable 1.0.0-20190627+29babbb 112 - [2020-06-18T09:57:48.775Z] candidate 1.0.0-20190627+29babbb 112 - [2020-06-18T09:57:48.775Z] beta 1.0.0-20190801+fd7235a 241 - [2020-06-18T09:57:48.775Z] edge 1.0.0-20200107+8d32c65 944 - [2020-06-18T09:57:48.775Z] fuji arm64 stable 1.1.1-20200311+f519bc1 1097 - [2020-06-18T09:57:48.775Z] candidate ^ ^ - [2020-06-18T09:57:48.775Z] beta 1.1.1-20200311+f519bc1 1097 - [2020-06-18T09:57:48.775Z] edge 1.1.1-20200421+f519bc1 1174 - [2020-06-18T09:57:48.775Z] geneva arm64 stable 1.2.1-20200612+f040f91 1240 - [2020-06-18T09:57:48.775Z] candidate ^ ^ - [2020-06-18T09:57:48.775Z] beta ^ ^ - [2020-06-18T09:57:48.775Z] edge ^ ^ - [2020-06-18T09:57:48.775Z] latest arm64 stable 1.2.1-20200612+f040f91 1240 - [2020-06-18T09:57:48.775Z] candidate 1.2.1-20200612+f040f91 1240 - [2020-06-18T09:57:48.775Z] beta 1.2.1-20200612+f040f91 1240 - [2020-06-18T09:57:48.775Z] edge 1.2.2-dev.1-20200618+49672cc 1254 - [2020-06-18T09:57:52.136Z] Pushing metadata from 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [2020-06-18T09:57:54.728Z] The metadata has been pushed [Pipeline] } [2020-06-18T09:57:56.706Z] 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-18T09:57:57.384Z] provisioning config files... [2020-06-18T09:57:57.395Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config7938207004759335195tmp [Pipeline] { [Pipeline] sh [2020-06-18T09:57:57.716Z] + bash -s - -t @/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config7938207004759335195tmp [2020-06-18T09:57:57.716Z] + curl -s https://codecov.io/bash [2020-06-18T09:57:57.977Z] [2020-06-18T09:57:57.977Z] _____ _ [2020-06-18T09:57:57.977Z] / ____| | | [2020-06-18T09:57:57.977Z] | | ___ __| | ___ ___ _____ __ [2020-06-18T09:57:57.977Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-06-18T09:57:57.977Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-06-18T09:57:57.977Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-06-18T09:57:57.977Z] Bash-20200602-f809a24 [2020-06-18T09:57:57.977Z] [2020-06-18T09:57:57.977Z] [2020-06-18T09:57:57.977Z] ==> Jenkins CI detected. [2020-06-18T09:57:57.977Z] project root: . [2020-06-18T09:57:57.977Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-06-18T09:57:57.977Z] ==> Running gcov in . (disable via -X gcov) [2020-06-18T09:57:57.977Z] ==> Python coveragepy not found [2020-06-18T09:57:57.977Z] ==> Searching for coverage reports in: [2020-06-18T09:57:57.977Z] + . [2020-06-18T09:57:57.977Z] -> Found 1 reports [2020-06-18T09:57:57.977Z] ==> Detecting git/mercurial file structure [2020-06-18T09:57:57.977Z] ==> Reading reports [2020-06-18T09:57:57.977Z] + ./coverage.out bytes=18939 [2020-06-18T09:57:57.977Z] ==> Appending adjustments [2020-06-18T09:57:57.977Z] https://docs.codecov.io/docs/fixing-reports [2020-06-18T09:57:57.977Z] + Found adjustments [2020-06-18T09:57:58.240Z] ==> Gzipping contents [2020-06-18T09:57:58.240Z] ==> Uploading reports [2020-06-18T09:57:58.240Z] url: https://codecov.io [2020-06-18T09:57:58.240Z] query: branch=master&commit=49672cc0825fc2b257ef421e8ddc02da382ee60a&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F12%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job= [2020-06-18T09:57:58.240Z] -> Pinging Codecov [2020-06-18T09:57:58.240Z] https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=master&commit=49672cc0825fc2b257ef421e8ddc02da382ee60a&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F12%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job= [2020-06-18T09:57:58.812Z] -> Uploading [2020-06-18T09:57:59.073Z] -> View reports at https://codecov.io/github/edgexfoundry/device-mqtt-go/commit/49672cc0825fc2b257ef421e8ddc02da382ee60a [Pipeline] } [2020-06-18T09:57:59.091Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-06-18T09:57:59.391Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-06-18T09:57:59.392Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-06-18T09:57:59.433Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-18T09:57:59.758Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-18T09:57:59.758Z] [2020-06-18T09:57:59.758Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-06-18T09:58:00.083Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-18T09:58:00.083Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-06-18T09:58:00.083Z] cbdbe7a5bc2a: Pulling fs layer [2020-06-18T09:58:00.083Z] 408f87550127: Pulling fs layer [2020-06-18T09:58:00.083Z] fe522b08c979: Pulling fs layer [2020-06-18T09:58:00.083Z] 221eaa008020: Pulling fs layer [2020-06-18T09:58:00.083Z] 2a4607e5d6b9: Pulling fs layer [2020-06-18T09:58:00.083Z] 8f79b27c4fd2: Pulling fs layer [2020-06-18T09:58:00.083Z] e5c8dbe1645b: Pulling fs layer [2020-06-18T09:58:00.083Z] 23e8b3b47431: Pulling fs layer [2020-06-18T09:58:00.083Z] 5c568d65a230: Pulling fs layer [2020-06-18T09:58:00.083Z] 8f79b27c4fd2: Waiting [2020-06-18T09:58:00.083Z] 221eaa008020: Waiting [2020-06-18T09:58:00.083Z] 2a4607e5d6b9: Waiting [2020-06-18T09:58:00.083Z] 23e8b3b47431: Waiting [2020-06-18T09:58:00.083Z] e5c8dbe1645b: Waiting [2020-06-18T09:58:00.083Z] 5c568d65a230: Waiting [2020-06-18T09:58:00.083Z] fe522b08c979: Verifying Checksum [2020-06-18T09:58:00.083Z] fe522b08c979: Download complete [2020-06-18T09:58:00.083Z] 408f87550127: Verifying Checksum [2020-06-18T09:58:00.083Z] 408f87550127: Download complete [2020-06-18T09:58:00.083Z] 2a4607e5d6b9: Verifying Checksum [2020-06-18T09:58:00.083Z] 2a4607e5d6b9: Download complete [2020-06-18T09:58:00.083Z] 8f79b27c4fd2: Verifying Checksum [2020-06-18T09:58:00.083Z] 8f79b27c4fd2: Download complete [2020-06-18T09:58:00.083Z] cbdbe7a5bc2a: Verifying Checksum [2020-06-18T09:58:00.356Z] e5c8dbe1645b: Download complete [2020-06-18T09:58:00.618Z] cbdbe7a5bc2a: Pull complete [2020-06-18T09:58:00.886Z] 408f87550127: Pull complete [2020-06-18T09:58:00.886Z] 23e8b3b47431: Verifying Checksum [2020-06-18T09:58:00.886Z] 23e8b3b47431: Download complete [2020-06-18T09:58:01.149Z] fe522b08c979: Pull complete [2020-06-18T09:58:01.149Z] 5c568d65a230: Verifying Checksum [2020-06-18T09:58:01.149Z] 5c568d65a230: Download complete [2020-06-18T09:58:01.729Z] 221eaa008020: Download complete [2020-06-18T09:58:08.356Z] 221eaa008020: Pull complete [2020-06-18T09:58:08.356Z] 2a4607e5d6b9: Pull complete [2020-06-18T09:58:08.356Z] 8f79b27c4fd2: Pull complete [2020-06-18T09:58:09.742Z] e5c8dbe1645b: Pull complete [2020-06-18T09:58:13.045Z] 23e8b3b47431: Pull complete [2020-06-18T09:58:13.621Z] 5c568d65a230: Pull complete [2020-06-18T09:58:13.621Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-06-18T09:58:13.621Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-18T09:58:13.621Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-06-18T09:58:13.778Z] prd-centos7-docker-4c-2g-3537 does not seem to be running inside a container [2020-06-18T09:58:13.823Z] $ 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-18T09:58:14.562Z] $ docker top 83010db79543414a5c98c2b201a4f5ae8eb79aa836727645fda1dbb3025b6c76 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-18T09:58:14.991Z] + snyk monitor '--org=edgex-jenkins' [2020-06-18T09:58:20.285Z] [2020-06-18T09:58:20.285Z] Monitoring /w/workspace/gexfoundry_device-mqtt-go_master (github.com/edgexfoundry/device-mqtt-go)... [2020-06-18T09:58:20.285Z] [2020-06-18T09:58:20.285Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6acecf1b-85ea-4374-bf84-4fa5a6e664d0/history/4e2084e8-401b-45c5-8b17-5a7e0a507bab [2020-06-18T09:58:20.285Z] [2020-06-18T09:58:20.285Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-06-18T09:58:20.285Z] [2020-06-18T09:58:20.551Z] [2020-06-18T09:58:20.551Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2020-06-18T09:58:20.551Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-06-18T09:58:20.566Z] $ docker stop --time=1 83010db79543414a5c98c2b201a4f5ae8eb79aa836727645fda1dbb3025b6c76 [2020-06-18T09:58:23.316Z] $ docker rm -f 83010db79543414a5c98c2b201a4f5ae8eb79aa836727645fda1dbb3025b6c76 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-18T09:58:24.161Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-18T09:58:24.161Z] [2020-06-18T09:58:24.161Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-06-18T09:58:24.477Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-18T09:58:24.478Z] latest: Pulling from edgex-devops/edgex-klar [2020-06-18T09:58:24.478Z] e7c96db7181b: Pulling fs layer [2020-06-18T09:58:24.478Z] 1868ca2cb446: Pulling fs layer [2020-06-18T09:58:24.478Z] 136be5d0fe8e: Pulling fs layer [2020-06-18T09:58:24.478Z] 894bfe63afcb: Pulling fs layer [2020-06-18T09:58:24.478Z] 894bfe63afcb: Waiting [2020-06-18T09:58:24.478Z] 1868ca2cb446: Verifying Checksum [2020-06-18T09:58:24.478Z] 1868ca2cb446: Download complete [2020-06-18T09:58:24.478Z] 136be5d0fe8e: Verifying Checksum [2020-06-18T09:58:24.478Z] 136be5d0fe8e: Download complete [2020-06-18T09:58:24.478Z] e7c96db7181b: Verifying Checksum [2020-06-18T09:58:24.478Z] e7c96db7181b: Download complete [2020-06-18T09:58:24.478Z] 894bfe63afcb: Verifying Checksum [2020-06-18T09:58:24.478Z] 894bfe63afcb: Download complete [2020-06-18T09:58:24.739Z] e7c96db7181b: Pull complete [2020-06-18T09:58:25.000Z] 1868ca2cb446: Pull complete [2020-06-18T09:58:25.000Z] 136be5d0fe8e: Pull complete [2020-06-18T09:58:25.260Z] 894bfe63afcb: Pull complete [2020-06-18T09:58:25.260Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-06-18T09:58:25.260Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-18T09:58:25.260Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-06-18T09:58:25.353Z] prd-centos7-docker-4c-2g-3537 does not seem to be running inside a container [2020-06-18T09:58:25.394Z] $ 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-18T09:58:26.424Z] $ docker top b762d7230005cd8d154c9a77a8f9f8ee487db5162fc93ad8c4ec28516c9a2f52 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-18T09:58:26.903Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:49672cc0825fc2b257ef421e8ddc02da382ee60a+ [2020-06-18T09:58:26.903Z] tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-18T09:58:31.182Z] $ docker stop --time=1 b762d7230005cd8d154c9a77a8f9f8ee487db5162fc93ad8c4ec28516c9a2f52 [2020-06-18T09:58:32.537Z] $ docker rm -f b762d7230005cd8d154c9a77a8f9f8ee487db5162fc93ad8c4ec28516c9a2f52 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-18T09:58:32.971Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-18T09:58:32.971Z] . [Pipeline] withDockerContainer [2020-06-18T09:58:33.081Z] prd-centos7-docker-4c-2g-3537 does not seem to be running inside a container [2020-06-18T09:58:33.122Z] $ 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-18T09:58:33.765Z] $ docker top 0941b0e10ca880e8f6763c01e2a90c43cab95eeda806eef5ae3c8237284fdd69 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-18T09:58:34.222Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:49672cc0825fc2b257ef421e8ddc02da382ee60a [2020-06-18T09:58:34.223Z] + tee [2020-06-18T09:58:34.223Z] clair timeout 1m0s [2020-06-18T09:58:34.223Z] docker timeout: 1m0s [2020-06-18T09:58:34.223Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-18T09:58:34.852Z] $ docker stop --time=1 0941b0e10ca880e8f6763c01e2a90c43cab95eeda806eef5ae3c8237284fdd69 [2020-06-18T09:58:36.536Z] $ docker rm -f 0941b0e10ca880e8f6763c01e2a90c43cab95eeda806eef5ae3c8237284fdd69 [Pipeline] // withDockerContainer [Pipeline] sh [2020-06-18T09:58:36.960Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports [Pipeline] echo [2020-06-18T09:58:36.970Z] Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports/clair_results_docker-device-mqtt-go_49672cc0825fc2b257ef421e8ddc02da382ee60a.html [Pipeline] writeFile [Pipeline] step [2020-06-18T09:58:36.996Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-06-18T09:58:37.317Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-18T09:58:37.317Z] . [Pipeline] withDockerContainer [2020-06-18T09:58:37.409Z] prd-centos7-docker-4c-2g-3537 does not seem to be running inside a container [2020-06-18T09:58:37.449Z] $ 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-18T09:58:38.031Z] $ docker top 9877886d4cbfd03f66504833323f20d4e233882e456de6f11b8bbc9ba1082244 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-18T09:58:38.507Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:49672cc0825fc2b257ef421e8ddc02da382ee60a [2020-06-18T09:58:38.507Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-18T09:58:41.899Z] $ docker stop --time=1 9877886d4cbfd03f66504833323f20d4e233882e456de6f11b8bbc9ba1082244 [2020-06-18T09:58:43.258Z] $ docker rm -f 9877886d4cbfd03f66504833323f20d4e233882e456de6f11b8bbc9ba1082244 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-18T09:58:43.670Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-18T09:58:43.670Z] . [Pipeline] withDockerContainer [2020-06-18T09:58:43.765Z] prd-centos7-docker-4c-2g-3537 does not seem to be running inside a container [2020-06-18T09:58:43.814Z] $ 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-18T09:58:44.355Z] $ docker top 2af886838201647cfac30409eb2e1d809017b47fa4386e29f96f92cbb47adfea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-18T09:58:44.804Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:49672cc0825fc2b257ef421e8ddc02da382ee60a [2020-06-18T09:58:44.805Z] + tee [2020-06-18T09:58:44.805Z] clair timeout 1m0s [2020-06-18T09:58:44.805Z] docker timeout: 1m0s [2020-06-18T09:58:44.805Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-18T09:58:45.447Z] $ docker stop --time=1 2af886838201647cfac30409eb2e1d809017b47fa4386e29f96f92cbb47adfea [2020-06-18T09:58:46.780Z] $ docker rm -f 2af886838201647cfac30409eb2e1d809017b47fa4386e29f96f92cbb47adfea [Pipeline] // withDockerContainer [Pipeline] sh [2020-06-18T09:58:47.205Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports [Pipeline] echo [2020-06-18T09:58:47.217Z] Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports/clair_results_docker-device-mqtt-go-arm64_49672cc0825fc2b257ef421e8ddc02da382ee60a.html [Pipeline] writeFile [Pipeline] step [2020-06-18T09:58:47.243Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-06-18T09:58:47.765Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-18T09:58:47.765Z] . [Pipeline] withDockerContainer [2020-06-18T09:58:47.856Z] prd-centos7-docker-4c-2g-3537 does not seem to be running inside a container [2020-06-18T09:58:47.899Z] $ 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-18T09:58:48.551Z] $ docker top e4196e01a875c03ff564745939a65214fbe01fcb8c4b8e29985964dd50ef841d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-18T09:58:48.758Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-18T09:58:48.758Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-18T09:58:48.969Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-18T09:58:48.975Z] $ docker exec e4196e01a875c03ff564745939a65214fbe01fcb8c4b8e29985964dd50ef841d ssh-agent [2020-06-18T09:58:49.135Z] SSH_AUTH_SOCK=/tmp/ssh-r1sbAN4r4vKv/agent.11 [2020-06-18T09:58:49.135Z] SSH_AGENT_PID=16 [2020-06-18T09:58:49.142Z] Running ssh-add (command line suppressed) [2020-06-18T09:58:49.271Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_1639474257346400008.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_1639474257346400008.key) [2020-06-18T09:58:49.320Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-18T09:58:49.626Z] + git semver tag [2020-06-18T09:58:49.626Z] # -> Open(): unable to determine branch for HEAD [2020-06-18T09:58:49.626Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2020-06-18T09:58:49.626Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2020-06-18T09:58:49.626Z] # $SEMVER_REMOTE_NAME = origin [2020-06-18T09:58:49.626Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-18T09:58:49.626Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-18T09:58:49.626Z] # $SEMVER_BRANCH = master [2020-06-18T09:58:49.626Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [2020-06-18T09:58:49.626Z] # 49672cc0825fc2b257ef421e8ddc02da382ee60a HEAD [2020-06-18T09:58:49.626Z] # -> Force: false [2020-06-18T09:58:49.626Z] # 19d712f01d96e3dac43e8f8b1aa6d1e7ffd5d570 refs/tags/v1.2.2-dev.1 [Pipeline] } [2020-06-18T09:58:49.639Z] $ docker exec --env ******** --env ******** e4196e01a875c03ff564745939a65214fbe01fcb8c4b8e29985964dd50ef841d ssh-agent -k [2020-06-18T09:58:49.755Z] unset SSH_AUTH_SOCK; [2020-06-18T09:58:49.756Z] unset SSH_AGENT_PID; [2020-06-18T09:58:49.756Z] echo Agent pid 16 killed; [2020-06-18T09:58:49.797Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-18T09:58:50.168Z] + git semver [Pipeline] } [2020-06-18T09:58:50.184Z] $ docker stop --time=1 e4196e01a875c03ff564745939a65214fbe01fcb8c4b8e29985964dd50ef841d [2020-06-18T09:58:51.506Z] $ docker rm -f e4196e01a875c03ff564745939a65214fbe01fcb8c4b8e29985964dd50ef841d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-06-18T09:58:51.991Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-18T09:58:51.991Z] [2020-06-18T09:58:51.991Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-06-18T09:58:52.311Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-18T09:58:52.311Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-06-18T09:58:52.311Z] ab5ef0e58194: Pulling fs layer [2020-06-18T09:58:52.311Z] 9712f1f96733: Pulling fs layer [2020-06-18T09:58:52.311Z] 63f879dbbcfc: Pulling fs layer [2020-06-18T09:58:52.311Z] 0d9ebad4ef96: Pulling fs layer [2020-06-18T09:58:52.311Z] e9a5061849ea: Pulling fs layer [2020-06-18T09:58:52.311Z] d747dcd14b5f: Pulling fs layer [2020-06-18T09:58:52.311Z] 2de7ff778b66: Pulling fs layer [2020-06-18T09:58:52.311Z] 0d9ebad4ef96: Waiting [2020-06-18T09:58:52.311Z] e9a5061849ea: Waiting [2020-06-18T09:58:52.311Z] d747dcd14b5f: Waiting [2020-06-18T09:58:52.311Z] 2de7ff778b66: Waiting [2020-06-18T09:58:52.311Z] 9712f1f96733: Verifying Checksum [2020-06-18T09:58:52.311Z] 9712f1f96733: Download complete [2020-06-18T09:58:52.898Z] 63f879dbbcfc: Verifying Checksum [2020-06-18T09:58:52.898Z] 63f879dbbcfc: Download complete [2020-06-18T09:58:52.898Z] e9a5061849ea: Verifying Checksum [2020-06-18T09:58:52.898Z] e9a5061849ea: Download complete [2020-06-18T09:58:52.898Z] d747dcd14b5f: Verifying Checksum [2020-06-18T09:58:52.898Z] d747dcd14b5f: Download complete [2020-06-18T09:58:53.160Z] ab5ef0e58194: Verifying Checksum [2020-06-18T09:58:53.160Z] ab5ef0e58194: Download complete [2020-06-18T09:58:53.160Z] 2de7ff778b66: Verifying Checksum [2020-06-18T09:58:53.160Z] 2de7ff778b66: Download complete [2020-06-18T09:58:53.160Z] 0d9ebad4ef96: Verifying Checksum [2020-06-18T09:58:57.385Z] ab5ef0e58194: Pull complete [2020-06-18T09:58:57.385Z] 9712f1f96733: Pull complete [2020-06-18T09:59:00.683Z] 63f879dbbcfc: Pull complete [2020-06-18T09:59:05.974Z] 0d9ebad4ef96: Pull complete [2020-06-18T09:59:07.894Z] e9a5061849ea: Pull complete [2020-06-18T09:59:07.895Z] d747dcd14b5f: Pull complete [2020-06-18T09:59:11.208Z] 2de7ff778b66: Pull complete [2020-06-18T09:59:11.208Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-06-18T09:59:11.208Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-18T09:59:11.208Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-06-18T09:59:11.342Z] prd-centos7-docker-4c-2g-3537 does not seem to be running inside a container [2020-06-18T09:59:11.389Z] $ 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-18T09:59:14.152Z] $ docker top 15ad6ff79c878689c552bd1e886b7c0a334fbf1891f9f7b5ea36e9fedcec0794 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-06-18T09:59:14.297Z] provisioning config files... [2020-06-18T09:59:14.307Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config323067934922807695tmp [2020-06-18T09:59:14.322Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config8819500715066277468tmp [2020-06-18T09:59:14.338Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config7384851546781246010tmp [Pipeline] { [Pipeline] echo [2020-06-18T09:59:14.367Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-18T09:59:14.665Z] ---> sigul-configuration.sh [2020-06-18T09:59:14.665Z] gpg: directory `/root/.gnupg' created [2020-06-18T09:59:14.665Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-06-18T09:59:14.665Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-06-18T09:59:14.665Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-06-18T09:59:14.665Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-06-18T09:59:14.665Z] gpg: CAST5 encrypted data [2020-06-18T09:59:14.927Z] gpg: encrypted with 1 passphrase [2020-06-18T09:59:14.927Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-06-18T09:59:15.220Z] + mkdir /home/jenkins [2020-06-18T09:59:15.220Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-06-18T09:59:15.522Z] + 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-18T09:59:15.531Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-18T09:59:15.823Z] ---> sigul-install.sh [2020-06-18T09:59:21.123Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-06-18T09:59:21.421Z] + git tag --list [2020-06-18T09:59:21.421Z] v1.2.2-dev.1 [Pipeline] sh [2020-06-18T09:59:21.711Z] + lftools sign git-tag v1.2.2-dev.1 [2020-06-18T09:59:23.096Z] Signing Git tag with Sigul... [2020-06-18T09:59:23.096Z] Signing v1.2.2-dev.1 [Pipeline] echo [2020-06-18T09:59:24.048Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-18T09:59:24.341Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-06-18T09:59:24.350Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-06-18T09:59:24.417Z] $ docker stop --time=1 15ad6ff79c878689c552bd1e886b7c0a334fbf1891f9f7b5ea36e9fedcec0794 [2020-06-18T09:59:26.250Z] $ docker rm -f 15ad6ff79c878689c552bd1e886b7c0a334fbf1891f9f7b5ea36e9fedcec0794 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-06-18T09:59:26.926Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-18T09:59:26.926Z] . [Pipeline] withDockerContainer [2020-06-18T09:59:27.048Z] prd-centos7-docker-4c-2g-3537 does not seem to be running inside a container [2020-06-18T09:59:27.091Z] $ 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-18T09:59:27.670Z] $ docker top 308edb2902a005a825bced32c928a20a16de877b2f8afe7651d5306d866d41ea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-18T09:59:27.844Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-18T09:59:27.844Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-18T09:59:28.038Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-18T09:59:28.043Z] $ docker exec 308edb2902a005a825bced32c928a20a16de877b2f8afe7651d5306d866d41ea ssh-agent [2020-06-18T09:59:28.218Z] SSH_AUTH_SOCK=/tmp/ssh-FBSdKcbc1RXq/agent.12 [2020-06-18T09:59:28.218Z] SSH_AGENT_PID=17 [2020-06-18T09:59:28.225Z] Running ssh-add (command line suppressed) [2020-06-18T09:59:28.358Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_2063718413604214856.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_2063718413604214856.key) [2020-06-18T09:59:28.412Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-18T09:59:28.714Z] + git semver bump pre [2020-06-18T09:59:28.714Z] # -> Open(): unable to determine branch for HEAD [2020-06-18T09:59:28.714Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2020-06-18T09:59:28.714Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2020-06-18T09:59:28.714Z] # $SEMVER_REMOTE_NAME = origin [2020-06-18T09:59:28.714Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-18T09:59:28.714Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-18T09:59:28.714Z] # $SEMVER_BRANCH = master [2020-06-18T09:59:28.714Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [2020-06-18T09:59:28.714Z] 1.2.2-dev.2 [Pipeline] } [2020-06-18T09:59:28.727Z] $ docker exec --env ******** --env ******** 308edb2902a005a825bced32c928a20a16de877b2f8afe7651d5306d866d41ea ssh-agent -k [2020-06-18T09:59:28.841Z] unset SSH_AUTH_SOCK; [2020-06-18T09:59:28.842Z] unset SSH_AGENT_PID; [2020-06-18T09:59:28.842Z] echo Agent pid 17 killed; [2020-06-18T09:59:28.889Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-18T09:59:29.263Z] + git semver [Pipeline] } [2020-06-18T09:59:29.280Z] $ docker stop --time=1 308edb2902a005a825bced32c928a20a16de877b2f8afe7651d5306d866d41ea [2020-06-18T09:59:30.616Z] $ docker rm -f 308edb2902a005a825bced32c928a20a16de877b2f8afe7651d5306d866d41ea [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-18T09:59:31.058Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-18T09:59:31.058Z] . [Pipeline] withDockerContainer [2020-06-18T09:59:31.159Z] prd-centos7-docker-4c-2g-3537 does not seem to be running inside a container [2020-06-18T09:59:31.198Z] $ 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-18T09:59:31.813Z] $ docker top 54b55553d1f26c9c24693d978d50471d10690c4f480cd34aa0bc34402fd14667 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-18T09:59:32.021Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-18T09:59:32.021Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-18T09:59:32.229Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-18T09:59:32.235Z] $ docker exec 54b55553d1f26c9c24693d978d50471d10690c4f480cd34aa0bc34402fd14667 ssh-agent [2020-06-18T09:59:32.404Z] SSH_AUTH_SOCK=/tmp/ssh-WIUWZHaIQpbH/agent.11 [2020-06-18T09:59:32.404Z] SSH_AGENT_PID=16 [2020-06-18T09:59:32.412Z] Running ssh-add (command line suppressed) [2020-06-18T09:59:32.567Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_7714072111888966884.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_7714072111888966884.key) [2020-06-18T09:59:33.144Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-18T09:59:33.455Z] + git semver push [2020-06-18T09:59:33.455Z] # -> Open(): unable to determine branch for HEAD [2020-06-18T09:59:33.455Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2020-06-18T09:59:33.455Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2020-06-18T09:59:33.455Z] # $SEMVER_REMOTE_NAME = origin [2020-06-18T09:59:33.455Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-18T09:59:33.455Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-18T09:59:33.455Z] # $SEMVER_BRANCH = master [2020-06-18T09:59:33.455Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } [2020-06-18T09:59:40.056Z] $ docker exec --env ******** --env ******** 54b55553d1f26c9c24693d978d50471d10690c4f480cd34aa0bc34402fd14667 ssh-agent -k [2020-06-18T09:59:40.190Z] unset SSH_AUTH_SOCK; [2020-06-18T09:59:40.190Z] unset SSH_AGENT_PID; [2020-06-18T09:59:40.190Z] echo Agent pid 16 killed; [2020-06-18T09:59:40.249Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-18T09:59:40.605Z] + git semver [Pipeline] } [2020-06-18T09:59:40.625Z] $ docker stop --time=1 54b55553d1f26c9c24693d978d50471d10690c4f480cd34aa0bc34402fd14667 [2020-06-18T09:59:41.987Z] $ docker rm -f 54b55553d1f26c9c24693d978d50471d10690c4f480cd34aa0bc34402fd14667 [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-18T09:59:42.601Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-18T09:59:43.154Z] ---> package-listing.sh [2020-06-18T09:59:43.154Z] ++ facter osfamily [2020-06-18T09:59:43.154Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-18T09:59:43.154Z] + OS_FAMILY=redhat [2020-06-18T09:59:43.154Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_master [2020-06-18T09:59:43.154Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-18T09:59:43.154Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-18T09:59:43.154Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-18T09:59:43.154Z] + PACKAGES=/tmp/packages_start.txt [2020-06-18T09:59:43.154Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' [2020-06-18T09:59:43.154Z] + PACKAGES=/tmp/packages_end.txt [2020-06-18T09:59:43.154Z] + case "${OS_FAMILY}" in [2020-06-18T09:59:43.154Z] + rpm -qa [2020-06-18T09:59:43.154Z] + sort [2020-06-18T09:59:47.367Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-18T09:59:47.367Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-18T09:59:47.367Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-18T09:59:47.367Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' [2020-06-18T09:59:47.367Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/archives/ [2020-06-18T09:59:47.367Z] + 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-18T09:59:47.746Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-18T09:59:47.746Z] [2020-06-18T09:59:47.746Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-18T09:59:48.066Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-18T09:59:48.066Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-18T09:59:48.066Z] c9b1b535fdd9: Pulling fs layer [2020-06-18T09:59:48.066Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-18T09:59:48.066Z] 756a868c4378: Pulling fs layer [2020-06-18T09:59:48.066Z] 444b2fc9a129: Pulling fs layer [2020-06-18T09:59:48.066Z] ea15f1150254: Pulling fs layer [2020-06-18T09:59:48.066Z] 41b27a9f41bf: Pulling fs layer [2020-06-18T09:59:48.066Z] 28c525ee5125: Pulling fs layer [2020-06-18T09:59:48.066Z] 094b1ea09ed8: Pulling fs layer [2020-06-18T09:59:48.066Z] 138eaada9080: Pulling fs layer [2020-06-18T09:59:48.066Z] 0622d0fa9048: Pulling fs layer [2020-06-18T09:59:48.066Z] 41b27a9f41bf: Waiting [2020-06-18T09:59:48.066Z] 28c525ee5125: Waiting [2020-06-18T09:59:48.066Z] 094b1ea09ed8: Waiting [2020-06-18T09:59:48.066Z] 138eaada9080: Waiting [2020-06-18T09:59:48.066Z] 0622d0fa9048: Waiting [2020-06-18T09:59:48.066Z] 444b2fc9a129: Waiting [2020-06-18T09:59:48.066Z] ea15f1150254: Waiting [2020-06-18T09:59:48.066Z] 2cc5ad85d9ab: Download complete [2020-06-18T09:59:48.066Z] 444b2fc9a129: Verifying Checksum [2020-06-18T09:59:48.066Z] 444b2fc9a129: Download complete [2020-06-18T09:59:48.066Z] c9b1b535fdd9: Download complete [2020-06-18T09:59:48.066Z] ea15f1150254: Verifying Checksum [2020-06-18T09:59:48.066Z] ea15f1150254: Download complete [2020-06-18T09:59:48.332Z] 28c525ee5125: Verifying Checksum [2020-06-18T09:59:48.332Z] 28c525ee5125: Download complete [2020-06-18T09:59:48.332Z] 756a868c4378: Verifying Checksum [2020-06-18T09:59:48.332Z] 756a868c4378: Download complete [2020-06-18T09:59:48.595Z] 094b1ea09ed8: Verifying Checksum [2020-06-18T09:59:48.595Z] 094b1ea09ed8: Download complete [2020-06-18T09:59:48.595Z] c9b1b535fdd9: Pull complete [2020-06-18T09:59:48.595Z] 138eaada9080: Verifying Checksum [2020-06-18T09:59:48.595Z] 138eaada9080: Download complete [2020-06-18T09:59:48.595Z] 0622d0fa9048: Verifying Checksum [2020-06-18T09:59:48.595Z] 0622d0fa9048: Download complete [2020-06-18T09:59:49.168Z] 2cc5ad85d9ab: Pull complete [2020-06-18T09:59:49.168Z] 41b27a9f41bf: Verifying Checksum [2020-06-18T09:59:49.168Z] 41b27a9f41bf: Download complete [2020-06-18T09:59:50.558Z] 756a868c4378: Pull complete [2020-06-18T09:59:50.558Z] 444b2fc9a129: Pull complete [2020-06-18T09:59:50.823Z] ea15f1150254: Pull complete [2020-06-18T09:59:54.144Z] 41b27a9f41bf: Pull complete [2020-06-18T09:59:54.144Z] 28c525ee5125: Pull complete [2020-06-18T09:59:56.689Z] 094b1ea09ed8: Pull complete [2020-06-18T09:59:57.272Z] 138eaada9080: Pull complete [2020-06-18T09:59:57.532Z] 0622d0fa9048: Pull complete [2020-06-18T09:59:57.533Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-18T09:59:57.533Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-18T09:59:57.533Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-18T09:59:57.634Z] prd-centos7-docker-4c-2g-3537 does not seem to be running inside a container [2020-06-18T09:59:57.681Z] $ 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-18T09:59:59.801Z] $ docker top b65b25f39b70fa62eeae747393c80f4f0d4afae03f9bad81f14944bbec45d354 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-18T09:59:59.970Z] provisioning config files... [2020-06-18T09:59:59.984Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config627049993165908593tmp [Pipeline] { [Pipeline] echo [2020-06-18T10:00:00.011Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-18T10:00:00.300Z] ---> create-netrc.sh [Pipeline] echo [2020-06-18T10:00:00.309Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-18T10:00:00.606Z] ---> logs-deploy.sh [2020-06-18T10:00:00.606Z] + ARCHIVE_ARTIFACTS= [2020-06-18T10:00:00.606Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-18T10:00:00.606Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-18T10:00:00.606Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-18T10:00:00.606Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/12 [2020-06-18T10:00:00.606Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-mqtt-go/job/master/12/ [2020-06-18T10:00:00.606Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/12 /w/workspace/gexfoundry_device-mqtt-go_master [2020-06-18T10:00:01.552Z] Archives upload complete. [2020-06-18T10:00:01.817Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/12 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-mqtt-go/job/master/12/