Started by user Lisa Rashidi-Ranjbar Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f040f91db28658e22aee59e3eddee7a4993b8cd8 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 370697454611dc68c0596e0d0a50477a8de841a8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, goVersion:1.13, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-mqtt-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: true [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-3028 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git > git init /w/workspace/gexfoundry_device-mqtt-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision f040f91db28658e22aee59e3eddee7a4993b8cd8 (master) > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f040f91db28658e22aee59e3eddee7a4993b8cd8 # timeout=10 Commit message: "Merge pull request #152 from lranjbar/snap-rebuild" > git rev-list --no-walk f040f91db28658e22aee59e3eddee7a4993b8cd8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-15T15:38:07.918Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-15T15:38:08.035Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-15T15:38:08.077Z] ========================================================= [2020-06-15T15:38:08.077Z] EdgeX Global Pipelines Version Info [2020-06-15T15:38:08.077Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-15T15:38:09.947Z] ------------------- [2020-06-15T15:38:09.948Z] stable info: [2020-06-15T15:38:09.948Z] ------------------- [2020-06-15T15:38:09.948Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-15T15:38:09.948Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-15T15:38:09.948Z] Message: update stable to v1.0.89 [2020-06-15T15:38:10.524Z] ------------------- [2020-06-15T15:38:10.524Z] experimental info: [2020-06-15T15:38:10.524Z] ------------------- [2020-06-15T15:38:10.524Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-15T15:38:10.524Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-15T15:38:10.524Z] 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-15T15:38:11.745Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-15T15:38:11.745Z] [2020-06-15T15:38:11.745Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:38:12.073Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-15T15:38:12.073Z] latest: Pulling from edgex-devops/git-semver [2020-06-15T15:38:12.073Z] 9123ac7c32f7: Pulling fs layer [2020-06-15T15:38:12.073Z] b8cc5d1170e3: Pulling fs layer [2020-06-15T15:38:12.073Z] 2924cbbf6a41: Pulling fs layer [2020-06-15T15:38:12.073Z] 93b08a4f1073: Pulling fs layer [2020-06-15T15:38:12.073Z] 93b08a4f1073: Waiting [2020-06-15T15:38:12.073Z] b8cc5d1170e3: Verifying Checksum [2020-06-15T15:38:12.073Z] b8cc5d1170e3: Download complete [2020-06-15T15:38:12.073Z] 9123ac7c32f7: Verifying Checksum [2020-06-15T15:38:12.073Z] 9123ac7c32f7: Download complete [2020-06-15T15:38:12.340Z] 93b08a4f1073: Verifying Checksum [2020-06-15T15:38:12.340Z] 93b08a4f1073: Download complete [2020-06-15T15:38:12.340Z] 2924cbbf6a41: Verifying Checksum [2020-06-15T15:38:12.340Z] 9123ac7c32f7: Pull complete [2020-06-15T15:38:12.602Z] b8cc5d1170e3: Pull complete [2020-06-15T15:38:13.179Z] 2924cbbf6a41: Pull complete [2020-06-15T15:38:13.439Z] 93b08a4f1073: Pull complete [2020-06-15T15:38:13.439Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-15T15:38:13.439Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-15T15:38:13.439Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-15T15:38:13.539Z] prd-centos7-docker-4c-2g-3028 does not seem to be running inside a container [2020-06-15T15:38:13.587Z] $ 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-15T15:38:15.434Z] $ docker top cecc561eec77aacf973c50a768f932865deb0819c03c81a8e09bfcc76d0dd9d6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-15T15:38:15.606Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-15T15:38:15.606Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-15T15:38:15.799Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-15T15:38:15.808Z] $ docker exec cecc561eec77aacf973c50a768f932865deb0819c03c81a8e09bfcc76d0dd9d6 ssh-agent [2020-06-15T15:38:15.968Z] SSH_AUTH_SOCK=/tmp/ssh-37zZZMlydlVu/agent.12 [2020-06-15T15:38:15.968Z] SSH_AGENT_PID=17 [2020-06-15T15:38:15.979Z] Running ssh-add (command line suppressed) [2020-06-15T15:38:16.102Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_1714809676991166082.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_1714809676991166082.key) [2020-06-15T15:38:16.145Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-15T15:38:16.525Z] + git describe --exact-match --tags HEAD [2020-06-15T15:38:16.525Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-15T15:38:16.697Z] $ docker exec --env ******** --env ******** cecc561eec77aacf973c50a768f932865deb0819c03c81a8e09bfcc76d0dd9d6 ssh-agent -k [2020-06-15T15:38:16.804Z] unset SSH_AUTH_SOCK; [2020-06-15T15:38:16.804Z] unset SSH_AGENT_PID; [2020-06-15T15:38:16.804Z] echo Agent pid 17 killed; [2020-06-15T15:38:16.840Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-15T15:38:16.877Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-15T15:38:16.877Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-15T15:38:16.926Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-15T15:38:16.926Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-15T15:38:17.076Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-15T15:38:17.084Z] $ docker exec cecc561eec77aacf973c50a768f932865deb0819c03c81a8e09bfcc76d0dd9d6 ssh-agent [2020-06-15T15:38:17.230Z] SSH_AUTH_SOCK=/tmp/ssh-NZMAyz5DDCFy/agent.46 [2020-06-15T15:38:17.230Z] SSH_AGENT_PID=51 [2020-06-15T15:38:17.236Z] Running ssh-add (command line suppressed) [2020-06-15T15:38:17.349Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_5610890880304367333.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_5610890880304367333.key) [2020-06-15T15:38:17.391Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-15T15:38:17.708Z] + git semver init [2020-06-15T15:38:17.708Z] # -> Open(): unable to determine branch for HEAD [2020-06-15T15:38:17.708Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2020-06-15T15:38:17.708Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2020-06-15T15:38:17.708Z] # $SEMVER_REMOTE_NAME = origin [2020-06-15T15:38:17.708Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-15T15:38:17.708Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-15T15:38:17.708Z] # $SEMVER_BRANCH = master [2020-06-15T15:38:17.708Z] # $SEMVER_TEMP = /tmp/semver-361386787 [2020-06-15T15:38:17.708Z] # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP [2020-06-15T15:38:17.968Z] # '/tmp/semver-361386787' -> '/w/workspace/gexfoundry_device-mqtt-go_master/.semver' [2020-06-15T15:38:17.968Z] # -> Force: false [2020-06-15T15:38:17.968Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } [2020-06-15T15:38:17.984Z] $ docker exec --env ******** --env ******** cecc561eec77aacf973c50a768f932865deb0819c03c81a8e09bfcc76d0dd9d6 ssh-agent -k [2020-06-15T15:38:18.085Z] unset SSH_AUTH_SOCK; [2020-06-15T15:38:18.086Z] unset SSH_AGENT_PID; [2020-06-15T15:38:18.086Z] echo Agent pid 51 killed; [2020-06-15T15:38:18.122Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-15T15:38:18.480Z] + git semver [Pipeline] } [2020-06-15T15:38:18.500Z] $ docker stop --time=1 cecc561eec77aacf973c50a768f932865deb0819c03c81a8e09bfcc76d0dd9d6 [2020-06-15T15:38:19.818Z] $ docker rm -f cecc561eec77aacf973c50a768f932865deb0819c03c81a8e09bfcc76d0dd9d6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-15T15:38:20.250Z] Stashed 26 file(s) [Pipeline] echo [2020-06-15T15:38:20.252Z] [edgeXSemver] initialized semver on version 1.2.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-15T15:38:35.442Z] Still waiting to schedule task [2020-06-15T15:38:35.443Z] ‘prd-centos7-blackbox-4c-2g-2990’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-3031’ is offline; ‘prd-centos7-docker-4c-2g-3032’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-2075’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3029’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-06-15T15:38:35.444Z] Still waiting to schedule task [2020-06-15T15:38:35.444Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-06-15T15:40:42.967Z] Running on prd-centos7-docker-4c-2g-3038 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws [2020-06-15T15:40:42.991Z] Running in /w/workspace/device-mqtt-go/11 [Pipeline] { [Pipeline] checkout [2020-06-15T15:40:45.396Z] using credential edgex-jenkins-ssh [2020-06-15T15:40:45.427Z] Cloning the remote Git repository [2020-06-15T15:40:45.427Z] Cloning with configured refspecs honoured and without tags [2020-06-15T15:40:46.183Z] Fetching without tags [2020-06-15T15:40:45.463Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-15T15:40:45.538Z] > git init /w/workspace/device-mqtt-go/11 # timeout=10 [2020-06-15T15:40:45.586Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-15T15:40:45.586Z] > git --version # timeout=10 [2020-06-15T15:40:45.598Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-15T15:40:45.643Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-15T15:40:46.148Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-06-15T15:40:46.156Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-15T15:40:46.174Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-06-15T15:40:46.191Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-15T15:40:46.191Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-15T15:40:46.198Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-15T15:40:46.575Z] Checking out Revision f040f91db28658e22aee59e3eddee7a4993b8cd8 (master) [2020-06-15T15:40:46.585Z] > git config core.sparsecheckout # timeout=10 [2020-06-15T15:40:46.593Z] > git checkout -f f040f91db28658e22aee59e3eddee7a4993b8cd8 # timeout=10 [2020-06-15T15:40:50.365Z] Commit message: "Merge pull request #152 from lranjbar/snap-rebuild" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-15T15:40:50.979Z] ========================================================= [2020-06-15T15:40:50.979Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-06-15T15:40:50.979Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:40:51.646Z] + 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-15T15:40:51.915Z] Sending build context to Docker daemon 604.7kB [2020-06-15T15:40:51.915Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-15T15:40:51.915Z] Step 2/8 : FROM ${BASE} [2020-06-15T15:40:52.187Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-06-15T15:40:52.187Z] e6b0cf9c0882: Pulling fs layer [2020-06-15T15:40:52.187Z] 2848faf0eed1: Pulling fs layer [2020-06-15T15:40:52.187Z] 0f37312ad70f: Pulling fs layer [2020-06-15T15:40:52.187Z] 5788d62ee057: Pulling fs layer [2020-06-15T15:40:52.187Z] 0e6b1d234666: Pulling fs layer [2020-06-15T15:40:52.187Z] bf5d7aec512f: Pulling fs layer [2020-06-15T15:40:52.187Z] 34c802a77dc8: Pulling fs layer [2020-06-15T15:40:52.187Z] 9eb99e56ec68: Pulling fs layer [2020-06-15T15:40:52.187Z] 27c7a5d97fbd: Pulling fs layer [2020-06-15T15:40:52.187Z] 5c102a31e300: Pulling fs layer [2020-06-15T15:40:52.187Z] dcfb455df0a1: Pulling fs layer [2020-06-15T15:40:52.187Z] 5788d62ee057: Waiting [2020-06-15T15:40:52.187Z] 34c802a77dc8: Waiting [2020-06-15T15:40:52.187Z] 9eb99e56ec68: Waiting [2020-06-15T15:40:52.187Z] 27c7a5d97fbd: Waiting [2020-06-15T15:40:52.187Z] 0e6b1d234666: Waiting [2020-06-15T15:40:52.187Z] bf5d7aec512f: Waiting [2020-06-15T15:40:52.187Z] 5c102a31e300: Waiting [2020-06-15T15:40:52.187Z] dcfb455df0a1: Waiting [2020-06-15T15:40:52.187Z] 0f37312ad70f: Verifying Checksum [2020-06-15T15:40:52.187Z] 0f37312ad70f: Download complete [2020-06-15T15:40:52.187Z] 2848faf0eed1: Verifying Checksum [2020-06-15T15:40:52.187Z] 2848faf0eed1: Download complete [2020-06-15T15:40:52.187Z] 0e6b1d234666: Verifying Checksum [2020-06-15T15:40:52.187Z] 0e6b1d234666: Download complete [2020-06-15T15:40:52.187Z] bf5d7aec512f: Download complete [2020-06-15T15:40:52.187Z] e6b0cf9c0882: Verifying Checksum [2020-06-15T15:40:52.187Z] e6b0cf9c0882: Download complete [2020-06-15T15:40:52.453Z] e6b0cf9c0882: Pull complete [2020-06-15T15:40:52.724Z] 2848faf0eed1: Pull complete [2020-06-15T15:40:52.724Z] 0f37312ad70f: Pull complete [2020-06-15T15:40:53.318Z] 34c802a77dc8: Verifying Checksum [2020-06-15T15:40:53.318Z] 34c802a77dc8: Download complete [2020-06-15T15:40:53.318Z] 27c7a5d97fbd: Verifying Checksum [2020-06-15T15:40:53.319Z] 27c7a5d97fbd: Download complete [2020-06-15T15:40:53.908Z] 5788d62ee057: Verifying Checksum [2020-06-15T15:40:53.908Z] 5788d62ee057: Download complete [2020-06-15T15:40:54.174Z] dcfb455df0a1: Verifying Checksum [2020-06-15T15:40:54.174Z] dcfb455df0a1: Download complete [2020-06-15T15:40:54.174Z] 9eb99e56ec68: Verifying Checksum [2020-06-15T15:40:54.174Z] 9eb99e56ec68: Download complete [2020-06-15T15:40:54.174Z] 5c102a31e300: Verifying Checksum [2020-06-15T15:40:54.174Z] 5c102a31e300: Download complete [2020-06-15T15:41:00.802Z] 5788d62ee057: Pull complete [2020-06-15T15:41:00.802Z] 0e6b1d234666: Pull complete [2020-06-15T15:41:00.802Z] bf5d7aec512f: Pull complete [2020-06-15T15:41:06.109Z] 34c802a77dc8: Pull complete [2020-06-15T15:41:09.450Z] 9eb99e56ec68: Pull complete [2020-06-15T15:41:09.450Z] 27c7a5d97fbd: Pull complete [2020-06-15T15:41:10.033Z] 5c102a31e300: Pull complete [2020-06-15T15:41:10.297Z] dcfb455df0a1: Pull complete [2020-06-15T15:41:10.297Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-06-15T15:41:10.297Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-06-15T15:41:10.297Z] ---> 7c70fe431013 [2020-06-15T15:41:10.297Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-06-15T15:41:11.698Z] ---> Running in 56abc720dabc [2020-06-15T15:41:11.698Z] Removing intermediate container 56abc720dabc [2020-06-15T15:41:11.698Z] ---> f8003feb485b [2020-06-15T15:41:11.698Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-15T15:41:11.964Z] ---> Running in f1ee50f2006e [2020-06-15T15:41:13.366Z] Removing intermediate container f1ee50f2006e [2020-06-15T15:41:13.366Z] ---> 75ffc8ce5fbb [2020-06-15T15:41:13.366Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-06-15T15:41:13.366Z] ---> Running in 73d2c22b5467 [2020-06-15T15:41:13.944Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-15T15:41:14.901Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-15T15:41:15.477Z] (1/17) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) [2020-06-15T15:41:16.051Z] (2/17) Installing libmagic (5.37-r1) [2020-06-15T15:41:16.051Z] (3/17) Installing file (5.37-r1) [2020-06-15T15:41:16.051Z] (4/17) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) [2020-06-15T15:41:16.315Z] (5/17) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) [2020-06-15T15:41:16.315Z] (6/17) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-15T15:41:22.942Z] (7/17) Installing libc-dev (0.7.2-r0) [2020-06-15T15:41:22.942Z] (8/17) Installing g++ (9.2.0-r4) [2020-06-15T15:41:29.556Z] (9/17) Installing fortify-headers (1.1-r0) [2020-06-15T15:41:29.556Z] (10/17) Installing build-base (0.5-r1) [2020-06-15T15:41:29.556Z] (11/17) Installing openssh-keygen (8.1_p1-r0) [2020-06-15T15:41:29.556Z] (12/17) Installing libedit (20191211.3.1-r0) [2020-06-15T15:41:29.556Z] (13/17) Installing openssh-client (8.1_p1-r0) [2020-06-15T15:41:30.504Z] (14/17) Installing openssh-sftp-server (8.1_p1-r0) [2020-06-15T15:41:30.504Z] (15/17) Installing openssh-server-common (8.1_p1-r0) [2020-06-15T15:41:30.504Z] (16/17) Installing openssh-server (8.1_p1-r0) [2020-06-15T15:41:30.767Z] (17/17) Installing openssh (8.1_p1-r0) [2020-06-15T15:41:30.767Z] Executing busybox-1.31.1-r8.trigger [2020-06-15T15:41:30.767Z] OK: 214 MiB in 52 packages [2020-06-15T15:41:31.228Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3039 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws [2020-06-15T15:41:31.285Z] Running in /w/workspace/device-mqtt-go/11 [Pipeline] { [Pipeline] checkout [2020-06-15T15:41:35.035Z] Removing intermediate container 73d2c22b5467 [2020-06-15T15:41:35.035Z] ---> 8a27393dc3cf [2020-06-15T15:41:35.035Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-06-15T15:41:35.035Z] ---> Running in 649c142b6805 [2020-06-15T15:41:35.035Z] Removing intermediate container 649c142b6805 [2020-06-15T15:41:35.035Z] ---> 711dc00319b1 [2020-06-15T15:41:35.035Z] Step 7/8 : COPY . . [2020-06-15T15:41:35.619Z] ---> 6b2e808eba40 [2020-06-15T15:41:35.619Z] Step 8/8 : RUN go mod download [2020-06-15T15:41:35.886Z] ---> Running in e2b503fa5d59 [2020-06-15T15:41:36.815Z] using credential edgex-jenkins-ssh [2020-06-15T15:41:36.854Z] Cloning the remote Git repository [2020-06-15T15:41:36.854Z] Cloning with configured refspecs honoured and without tags [2020-06-15T15:41:36.892Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-15T15:41:37.004Z] > git init /w/workspace/device-mqtt-go/11 # timeout=10 [2020-06-15T15:41:37.062Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-15T15:41:37.063Z] > git --version # timeout=10 [2020-06-15T15:41:37.079Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-15T15:41:37.156Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-15T15:41:37.835Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-15T15:41:37.835Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-15T15:41:37.835Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-15T15:41:37.835Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-15T15:41:37.835Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-15T15:41:37.835Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-15T15:41:37.835Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-15T15:41:37.835Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-15T15:41:37.835Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-15T15:41:37.835Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-15T15:41:37.835Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-15T15:41:37.835Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-15T15:41:37.835Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-15T15:41:37.835Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-15T15:41:37.835Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-15T15:41:37.835Z] go: finding github.com/fatih/color v1.7.0 [2020-06-15T15:41:37.835Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-15T15:41:37.835Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-15T15:41:37.835Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-15T15:41:37.835Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-15T15:41:37.835Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-15T15:41:37.835Z] go: finding github.com/google/uuid v1.1.1 [2020-06-15T15:41:37.835Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-15T15:41:37.835Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-15T15:41:37.835Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-15T15:41:37.835Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-15T15:41:37.835Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-15T15:41:37.835Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-15T15:41:37.835Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-15T15:41:37.835Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-15T15:41:37.835Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-15T15:41:37.835Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-15T15:41:37.835Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-15T15:41:37.835Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-15T15:41:37.835Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-15T15:41:37.835Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-15T15:41:37.835Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-15T15:41:37.835Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-15T15:41:37.835Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-15T15:41:37.835Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-15T15:41:37.835Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-15T15:41:37.835Z] go: finding github.com/kr/pretty v0.1.0 [2020-06-15T15:41:37.835Z] go: finding github.com/kr/pty v1.1.1 [2020-06-15T15:41:37.835Z] go: finding github.com/kr/text v0.1.0 [2020-06-15T15:41:37.835Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-15T15:41:37.835Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-15T15:41:37.835Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-15T15:41:37.835Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-15T15:41:37.835Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-15T15:41:37.835Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-15T15:41:37.835Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-15T15:41:37.835Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-15T15:41:37.835Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-15T15:41:37.835Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-15T15:41:37.835Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-15T15:41:37.835Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-15T15:41:37.835Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-15T15:41:37.835Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-15T15:41:37.982Z] Fetching without tags [2020-06-15T15:41:38.104Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-15T15:41:38.104Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-15T15:41:38.104Z] go: finding github.com/posener/complete v1.1.1 [2020-06-15T15:41:38.104Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-15T15:41:38.104Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-15T15:41:38.104Z] go: finding github.com/spf13/cast v1.3.0 [2020-06-15T15:41:38.104Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-15T15:41:38.104Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-15T15:41:38.104Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-15T15:41:38.104Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-15T15:41:38.104Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-15T15:41:38.104Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-15T15:41:38.104Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-15T15:41:38.104Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-15T15:41:38.104Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-06-15T15:41:38.104Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-15T15:41:38.104Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-15T15:41:38.433Z] Checking out Revision f040f91db28658e22aee59e3eddee7a4993b8cd8 (master) [2020-06-15T15:41:37.880Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-06-15T15:41:37.902Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-15T15:41:37.934Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-06-15T15:41:37.969Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-06-15T15:41:37.970Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-15T15:41:37.982Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-15T15:41:38.432Z] > git config core.sparsecheckout # timeout=10 [2020-06-15T15:41:38.451Z] > git checkout -f f040f91db28658e22aee59e3eddee7a4993b8cd8 # timeout=10 [2020-06-15T15:41:43.080Z] Commit message: "Merge pull request #152 from lranjbar/snap-rebuild" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-15T15:41:44.029Z] ========================================================= [2020-06-15T15:41:44.029Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-15T15:41:44.029Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:41:45.097Z] + 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-15T15:41:46.109Z] Sending build context to Docker daemon 604.7kB [2020-06-15T15:41:46.109Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-15T15:41:46.109Z] Step 2/8 : FROM ${BASE} [2020-06-15T15:41:46.392Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-06-15T15:41:46.392Z] cde5963f3b93: Pulling fs layer [2020-06-15T15:41:46.392Z] 2a23fa8c16f7: Pulling fs layer [2020-06-15T15:41:46.392Z] 777b28850792: Pulling fs layer [2020-06-15T15:41:46.392Z] 8a11ddd9e578: Pulling fs layer [2020-06-15T15:41:46.392Z] 4cf88f913ddb: Pulling fs layer [2020-06-15T15:41:46.392Z] 1df406cf5192: Pulling fs layer [2020-06-15T15:41:46.392Z] cd6300453558: Pulling fs layer [2020-06-15T15:41:46.392Z] b9c365052c96: Pulling fs layer [2020-06-15T15:41:46.392Z] a2d8cc88f415: Pulling fs layer [2020-06-15T15:41:46.392Z] ea1d1ca13537: Pulling fs layer [2020-06-15T15:41:46.392Z] 3750a50a1c5e: Pulling fs layer [2020-06-15T15:41:46.392Z] cd6300453558: Waiting [2020-06-15T15:41:46.392Z] b9c365052c96: Waiting [2020-06-15T15:41:46.392Z] a2d8cc88f415: Waiting [2020-06-15T15:41:46.392Z] ea1d1ca13537: Waiting [2020-06-15T15:41:46.392Z] 3750a50a1c5e: Waiting [2020-06-15T15:41:46.392Z] 8a11ddd9e578: Waiting [2020-06-15T15:41:46.392Z] 4cf88f913ddb: Waiting [2020-06-15T15:41:46.392Z] 1df406cf5192: Waiting [2020-06-15T15:41:46.392Z] 777b28850792: Verifying Checksum [2020-06-15T15:41:46.392Z] 777b28850792: Download complete [2020-06-15T15:41:46.392Z] 2a23fa8c16f7: Download complete [2020-06-15T15:41:46.392Z] 4cf88f913ddb: Verifying Checksum [2020-06-15T15:41:46.392Z] 4cf88f913ddb: Download complete [2020-06-15T15:41:46.392Z] 1df406cf5192: Verifying Checksum [2020-06-15T15:41:46.392Z] 1df406cf5192: Download complete [2020-06-15T15:41:46.392Z] cde5963f3b93: Verifying Checksum [2020-06-15T15:41:46.392Z] cde5963f3b93: Download complete [2020-06-15T15:41:47.453Z] cde5963f3b93: Pull complete [2020-06-15T15:41:48.091Z] 2a23fa8c16f7: Pull complete [2020-06-15T15:41:48.211Z] Removing intermediate container e2b503fa5d59 [2020-06-15T15:41:48.211Z] ---> bcca062d944b [2020-06-15T15:41:48.211Z] Successfully built bcca062d944b [2020-06-15T15:41:48.211Z] Successfully tagged ci-base-image-x86_64:latest [2020-06-15T15:41:48.380Z] 777b28850792: Pull complete [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:41:48.661Z] cd6300453558: Verifying Checksum [2020-06-15T15:41:48.661Z] cd6300453558: Download complete [2020-06-15T15:41:48.661Z] a2d8cc88f415: Verifying Checksum [2020-06-15T15:41:48.661Z] a2d8cc88f415: Download complete [2020-06-15T15:41:49.003Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-15T15:41:49.003Z] . [Pipeline] withDockerContainer [2020-06-15T15:41:49.150Z] prd-centos7-docker-4c-2g-3038 does not seem to be running inside a container [2020-06-15T15:41:49.219Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/11 -v /w/workspace/device-mqtt-go/11:/w/workspace/device-mqtt-go/11:rw,z -v /w/workspace/device-mqtt-go/11@tmp:/w/workspace/device-mqtt-go/11@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-15T15:41:50.525Z] $ docker top 8c43f04721722219678a57b27ade279ea8f3632b69fbb2e1fea9a11a5953a16b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-15T15:41:51.049Z] + go version [2020-06-15T15:41:51.049Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-06-15T15:41:51.330Z] ea1d1ca13537: Verifying Checksum [2020-06-15T15:41:51.330Z] ea1d1ca13537: Download complete [2020-06-15T15:41:51.330Z] 3750a50a1c5e: Download complete [2020-06-15T15:41:51.500Z] + make test [2020-06-15T15:41:51.500Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-06-15T15:41:52.838Z] b9c365052c96: Verifying Checksum [2020-06-15T15:41:52.838Z] b9c365052c96: Download complete [2020-06-15T15:41:52.922Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-06-15T15:41:53.116Z] 8a11ddd9e578: Verifying Checksum [2020-06-15T15:41:53.116Z] 8a11ddd9e578: Download complete [2020-06-15T15:42:05.356Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-06-15T15:42:05.356Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.009s coverage: 28.3% of statements [2020-06-15T15:42:05.356Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-06-15T15:42:05.356Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-15T15:42:05.563Z] 8a11ddd9e578: Pull complete [2020-06-15T15:42:05.563Z] 4cf88f913ddb: Pull complete [2020-06-15T15:42:05.563Z] 1df406cf5192: Pull complete [2020-06-15T15:42:07.325Z] gofmt -l . [2020-06-15T15:42:07.325Z] ["`gofmt -l .`" = ""] [2020-06-15T15:42:07.325Z] ./bin/test-attribution-txt.sh [2020-06-15T15:42:07.906Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-06-15T15:42:08.389Z] Stashed 1 file(s) [Pipeline] } [2020-06-15T15:42:08.396Z] $ docker stop --time=1 8c43f04721722219678a57b27ade279ea8f3632b69fbb2e1fea9a11a5953a16b [2020-06-15T15:42:08.960Z] cd6300453558: Pull complete [2020-06-15T15:42:10.677Z] $ docker rm -f 8c43f04721722219678a57b27ade279ea8f3632b69fbb2e1fea9a11a5953a16b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-15T15:42:11.845Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-15T15:42:12.149Z] + ls -al . [2020-06-15T15:42:12.149Z] total 100 [2020-06-15T15:42:12.149Z] drwxrwxr-x. 9 jenkins jenkins 4096 Jun 15 15:42 . [2020-06-15T15:42:12.149Z] drwxrwxr-x. 4 jenkins jenkins 30 Jun 15 15:40 .. [2020-06-15T15:42:12.149Z] -rw-rw-r--. 1 jenkins jenkins 4678 Jun 15 15:40 Attribution.txt [2020-06-15T15:42:12.149Z] drwxrwxr-x. 2 jenkins jenkins 87 Jun 15 15:40 bin [2020-06-15T15:42:12.149Z] drwxrwxr-x. 3 jenkins jenkins 32 Jun 15 15:40 cmd [2020-06-15T15:42:12.149Z] -rw-r--r--. 1 jenkins jenkins 18939 Jun 15 15:42 coverage.out [2020-06-15T15:42:12.149Z] -rw-rw-r--. 1 jenkins jenkins 1776 Jun 15 15:40 Dockerfile [2020-06-15T15:42:12.149Z] -rw-rw-r--. 1 jenkins jenkins 953 Jun 15 15:40 Dockerfile.build [2020-06-15T15:42:12.149Z] -rw-rw-r--. 1 jenkins jenkins 140 Jun 15 15:40 .dockerignore [2020-06-15T15:42:12.149Z] drwxrwxr-x. 8 jenkins jenkins 162 Jun 15 15:40 .git [2020-06-15T15:42:12.149Z] -rw-rw-r--. 1 jenkins jenkins 328 Jun 15 15:40 .gitignore [2020-06-15T15:42:12.149Z] -rw-r--r--. 1 jenkins jenkins 510 Jun 15 15:42 go.mod [2020-06-15T15:42:12.149Z] -rw-r--r--. 1 jenkins jenkins 13621 Jun 15 15:42 go.sum [2020-06-15T15:42:12.149Z] drwxrwxr-x. 3 jenkins jenkins 20 Jun 15 15:40 internal [2020-06-15T15:42:12.149Z] -rw-rw-r--. 1 jenkins jenkins 700 Jun 15 15:40 Jenkinsfile [2020-06-15T15:42:12.149Z] -rw-rw-r--. 1 jenkins jenkins 11340 Jun 15 15:40 LICENSE [2020-06-15T15:42:12.149Z] -rw-rw-r--. 1 jenkins jenkins 902 Jun 15 15:40 Makefile [2020-06-15T15:42:12.149Z] drwxrwxr-x. 2 jenkins jenkins 23 Jun 15 15:40 mock [2020-06-15T15:42:12.149Z] -rw-rw-r--. 1 jenkins jenkins 444 Jun 15 15:40 README.md [2020-06-15T15:42:12.149Z] drwxrwxr-x. 3 jenkins jenkins 44 Jun 15 15:40 .semver [2020-06-15T15:42:12.149Z] drwxrwxr-x. 4 jenkins jenkins 54 Jun 15 15:40 snap [2020-06-15T15:42:12.149Z] -rw-rw-r--. 1 jenkins jenkins 5 Jun 15 15:38 VERSION [2020-06-15T15:42:12.149Z] -rw-rw-r--. 1 jenkins jenkins 227 Jun 15 15:40 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:42:12.463Z] + docker build -t docker-device-mqtt-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=f040f91db28658e22aee59e3eddee7a4993b8cd8 --label arch=amd64 --label version=1.2.1 . [2020-06-15T15:42:12.463Z] Sending build context to Docker daemon 624.1kB [2020-06-15T15:42:12.463Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-06-15T15:42:12.463Z] Step 2/21 : FROM ${BASE} AS builder [2020-06-15T15:42:12.463Z] ---> bcca062d944b [2020-06-15T15:42:12.463Z] Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-06-15T15:42:12.725Z] ---> Running in 3d1014e29a9f [2020-06-15T15:42:12.725Z] Removing intermediate container 3d1014e29a9f [2020-06-15T15:42:12.725Z] ---> 628979857697 [2020-06-15T15:42:12.725Z] Step 4/21 : ARG ALPINE_PKG_EXTRA="" [2020-06-15T15:42:12.986Z] ---> Running in 6730a37c42d8 [2020-06-15T15:42:12.986Z] Removing intermediate container 6730a37c42d8 [2020-06-15T15:42:12.986Z] ---> 7d754057603d [2020-06-15T15:42:12.986Z] Step 5/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-15T15:42:12.986Z] ---> Running in 7196979005b9 [2020-06-15T15:42:13.293Z] b9c365052c96: Pull complete [2020-06-15T15:42:13.573Z] a2d8cc88f415: Pull complete [2020-06-15T15:42:13.937Z] Removing intermediate container 7196979005b9 [2020-06-15T15:42:13.937Z] ---> f42d21c78edb [2020-06-15T15:42:13.937Z] Step 6/21 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-15T15:42:13.937Z] ---> Running in cb79f61e2a46 [2020-06-15T15:42:14.509Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-15T15:42:15.449Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-15T15:42:15.568Z] ea1d1ca13537: Pull complete [2020-06-15T15:42:15.845Z] 3750a50a1c5e: Pull complete [2020-06-15T15:42:16.121Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-06-15T15:42:16.121Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-15T15:42:16.121Z] ---> 78745c68409d [2020-06-15T15:42:16.121Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-06-15T15:42:16.393Z] OK: 214 MiB in 52 packages [2020-06-15T15:42:16.656Z] Removing intermediate container cb79f61e2a46 [2020-06-15T15:42:16.656Z] ---> 2a6202171375 [2020-06-15T15:42:16.656Z] Step 7/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-06-15T15:42:16.923Z] ---> Running in 32c9920ab327 [2020-06-15T15:42:16.923Z] Removing intermediate container 32c9920ab327 [2020-06-15T15:42:16.923Z] ---> 25d588572b7e [2020-06-15T15:42:16.923Z] Step 8/21 : COPY . . [2020-06-15T15:42:17.865Z] ---> 418318d439f4 [2020-06-15T15:42:17.865Z] Step 9/21 : ARG MAKE='make build' [2020-06-15T15:42:17.865Z] ---> Running in 62cc225e30ef [2020-06-15T15:42:17.865Z] Removing intermediate container 62cc225e30ef [2020-06-15T15:42:17.865Z] ---> 0714876bf19f [2020-06-15T15:42:17.865Z] Step 10/21 : RUN $MAKE [2020-06-15T15:42:17.865Z] ---> Running in 50634b28e5f2 [2020-06-15T15:42:18.451Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.1" -o cmd/device-mqtt ./cmd [2020-06-15T15:42:20.503Z] ---> Running in d564252add5c [2020-06-15T15:42:20.783Z] Removing intermediate container d564252add5c [2020-06-15T15:42:20.783Z] ---> dac2c2a6f9d8 [2020-06-15T15:42:20.783Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-15T15:42:20.783Z] ---> Running in e74652d48365 [2020-06-15T15:42:23.399Z] Removing intermediate container e74652d48365 [2020-06-15T15:42:23.399Z] ---> a07ac10931e7 [2020-06-15T15:42:23.399Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-06-15T15:42:23.671Z] ---> Running in 90b6080df5e5 [2020-06-15T15:42:25.117Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-15T15:42:26.552Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-15T15:42:27.977Z] (1/18) Upgrading libgcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-15T15:42:27.977Z] (2/18) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) [2020-06-15T15:42:28.249Z] (3/18) Installing libmagic (5.37-r1) [2020-06-15T15:42:28.594Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-15T15:42:28.843Z] (4/18) Installing file (5.37-r1) [2020-06-15T15:42:28.843Z] (5/18) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) [2020-06-15T15:42:28.843Z] (6/18) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) [2020-06-15T15:42:29.115Z] (7/18) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-15T15:42:32.824Z] Removing intermediate container 50634b28e5f2 [2020-06-15T15:42:32.824Z] ---> 22635b1b8e3c [2020-06-15T15:42:32.824Z] Step 11/21 : FROM alpine [2020-06-15T15:42:32.824Z] latest: Pulling from library/alpine [2020-06-15T15:42:32.824Z] df20fa9351a1: Pulling fs layer [2020-06-15T15:42:32.824Z] df20fa9351a1: Verifying Checksum [2020-06-15T15:42:32.824Z] df20fa9351a1: Download complete [2020-06-15T15:42:33.086Z] df20fa9351a1: Pull complete [2020-06-15T15:42:33.086Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-15T15:42:33.086Z] Status: Downloaded newer image for alpine:latest [2020-06-15T15:42:33.086Z] ---> a24bb4013296 [2020-06-15T15:42:33.086Z] Step 12/21 : ENV APP_PORT=49982 [2020-06-15T15:42:33.350Z] ---> Running in 6c3eb6b69657 [2020-06-15T15:42:33.350Z] Removing intermediate container 6c3eb6b69657 [2020-06-15T15:42:33.350Z] ---> 523d292d3350 [2020-06-15T15:42:33.350Z] Step 13/21 : EXPOSE $APP_PORT [2020-06-15T15:42:33.350Z] ---> Running in 0d1c7dceabf9 [2020-06-15T15:42:33.614Z] Removing intermediate container 0d1c7dceabf9 [2020-06-15T15:42:33.614Z] ---> 635174dd39ad [2020-06-15T15:42:33.614Z] Step 14/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-06-15T15:42:34.199Z] ---> b59244ef5c2a [2020-06-15T15:42:34.199Z] Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-06-15T15:42:34.465Z] ---> c9b83553b766 [2020-06-15T15:42:34.465Z] Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-06-15T15:42:34.465Z] ---> 61bcd670fd67 [2020-06-15T15:42:34.465Z] Step 17/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-06-15T15:42:34.728Z] ---> Running in 3c7d60abc10e [2020-06-15T15:42:34.728Z] Removing intermediate container 3c7d60abc10e [2020-06-15T15:42:34.728Z] ---> 15ad80f53199 [2020-06-15T15:42:34.728Z] Step 18/21 : ENTRYPOINT ["/device-mqtt","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-06-15T15:42:34.728Z] ---> Running in df971be8e7ab [2020-06-15T15:42:34.990Z] Removing intermediate container df971be8e7ab [2020-06-15T15:42:34.990Z] ---> 707c23aedb46 [2020-06-15T15:42:34.990Z] Step 19/21 : LABEL arch=amd64 [2020-06-15T15:42:34.990Z] ---> Running in 8f218e62e5f6 [2020-06-15T15:42:35.250Z] Removing intermediate container 8f218e62e5f6 [2020-06-15T15:42:35.250Z] ---> 4478e7dcb525 [2020-06-15T15:42:35.250Z] Step 20/21 : LABEL git_sha=f040f91db28658e22aee59e3eddee7a4993b8cd8 [2020-06-15T15:42:35.250Z] ---> Running in 8ca93658d8ab [2020-06-15T15:42:35.512Z] Removing intermediate container 8ca93658d8ab [2020-06-15T15:42:35.512Z] ---> f1bf407db0e7 [2020-06-15T15:42:35.512Z] Step 21/21 : LABEL version=1.2.1 [2020-06-15T15:42:35.512Z] ---> Running in b0a206573a1d [2020-06-15T15:42:35.512Z] Removing intermediate container b0a206573a1d [2020-06-15T15:42:35.512Z] ---> 313caf154728 [2020-06-15T15:42:35.512Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-15T15:42:35.512Z] Successfully built 313caf154728 [2020-06-15T15:42:35.512Z] 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-15T15:42:35.724Z] provisioning config files... [2020-06-15T15:42:35.763Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/11@tmp/config6217009883208216504tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-06-15T15:42:36.099Z] nexus3.edgexfoundry.org:10001 [2020-06-15T15:42:36.099Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-15T15:42:36.363Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-15T15:42:36.363Z] Configure a credential helper to remove this warning. See [2020-06-15T15:42:36.363Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-15T15:42:36.363Z] [2020-06-15T15:42:36.363Z] Login Succeeded [2020-06-15T15:42:36.363Z] nexus3.edgexfoundry.org:10002 [2020-06-15T15:42:36.363Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-15T15:42:36.363Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-15T15:42:36.363Z] Configure a credential helper to remove this warning. See [2020-06-15T15:42:36.363Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-15T15:42:36.363Z] [2020-06-15T15:42:36.363Z] Login Succeeded [2020-06-15T15:42:36.363Z] nexus3.edgexfoundry.org:10003 [2020-06-15T15:42:36.625Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-15T15:42:36.625Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-15T15:42:36.625Z] Configure a credential helper to remove this warning. See [2020-06-15T15:42:36.625Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-15T15:42:36.625Z] [2020-06-15T15:42:36.625Z] Login Succeeded [2020-06-15T15:42:36.625Z] nexus3.edgexfoundry.org:10004 [2020-06-15T15:42:36.887Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-15T15:42:36.887Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-15T15:42:36.887Z] Configure a credential helper to remove this warning. See [2020-06-15T15:42:36.887Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-15T15:42:36.887Z] [2020-06-15T15:42:36.887Z] Login Succeeded [2020-06-15T15:42:36.887Z] docker.io [2020-06-15T15:42:36.887Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-15T15:42:37.147Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-15T15:42:37.147Z] Configure a credential helper to remove this warning. See [2020-06-15T15:42:37.147Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-15T15:42:37.147Z] [2020-06-15T15:42:37.147Z] Login Succeeded [Pipeline] } [2020-06-15T15:42:37.155Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-15T15:42:37.244Z] [edgeXDocker.push] Tagging docker image docker-device-mqtt-go with the following tags: [2020-06-15T15:42:37.244Z] f040f91db28658e22aee59e3eddee7a4993b8cd8 [2020-06-15T15:42:37.244Z] latest [2020-06-15T15:42:37.244Z] 1.2.1 [2020-06-15T15:42:37.244Z] f040f91db28658e22aee59e3eddee7a4993b8cd8-1.2.1 [2020-06-15T15:42:37.244Z] master [2020-06-15T15:42:37.244Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:42:37.387Z] (8/18) Installing libc-dev (0.7.2-r0) [2020-06-15T15:42:37.387Z] (9/18) Installing g++ (9.2.0-r4) [2020-06-15T15:42:37.644Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:f040f91db28658e22aee59e3eddee7a4993b8cd8 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:42:37.944Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:f040f91db28658e22aee59e3eddee7a4993b8cd8 [2020-06-15T15:42:37.944Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-06-15T15:42:37.944Z] 55549836a872: Preparing [2020-06-15T15:42:37.944Z] 04aa6d051c54: Preparing [2020-06-15T15:42:37.944Z] da976e361fbd: Preparing [2020-06-15T15:42:37.944Z] 50644c29ef5a: Preparing [2020-06-15T15:42:37.944Z] 50644c29ef5a: Layer already exists [2020-06-15T15:42:37.944Z] 04aa6d051c54: Pushed [2020-06-15T15:42:37.944Z] 55549836a872: Pushed [2020-06-15T15:42:39.332Z] da976e361fbd: Pushed [2020-06-15T15:42:39.592Z] f040f91db28658e22aee59e3eddee7a4993b8cd8: digest: sha256:3ec0f14816d5fb9d80666528479deee65c3a985a4a1c1cc72efab8ace39df0bb size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:42:39.895Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:42:40.194Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [2020-06-15T15:42:40.194Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-06-15T15:42:40.194Z] 55549836a872: Preparing [2020-06-15T15:42:40.194Z] 04aa6d051c54: Preparing [2020-06-15T15:42:40.194Z] da976e361fbd: Preparing [2020-06-15T15:42:40.194Z] 50644c29ef5a: Preparing [2020-06-15T15:42:40.194Z] 04aa6d051c54: Layer already exists [2020-06-15T15:42:40.194Z] da976e361fbd: Layer already exists [2020-06-15T15:42:40.194Z] 50644c29ef5a: Layer already exists [2020-06-15T15:42:40.194Z] 55549836a872: Layer already exists [2020-06-15T15:42:40.194Z] latest: digest: sha256:3ec0f14816d5fb9d80666528479deee65c3a985a4a1c1cc72efab8ace39df0bb size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:42:40.499Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.2.1 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:42:40.807Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.2.1 [2020-06-15T15:42:40.807Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-06-15T15:42:40.807Z] 55549836a872: Preparing [2020-06-15T15:42:40.807Z] 04aa6d051c54: Preparing [2020-06-15T15:42:40.807Z] da976e361fbd: Preparing [2020-06-15T15:42:40.807Z] 50644c29ef5a: Preparing [2020-06-15T15:42:40.807Z] 50644c29ef5a: Layer already exists [2020-06-15T15:42:40.807Z] 55549836a872: Layer already exists [2020-06-15T15:42:40.807Z] da976e361fbd: Layer already exists [2020-06-15T15:42:40.807Z] 04aa6d051c54: Layer already exists [2020-06-15T15:42:40.807Z] 1.2.1: digest: sha256:3ec0f14816d5fb9d80666528479deee65c3a985a4a1c1cc72efab8ace39df0bb size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:42:41.110Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:f040f91db28658e22aee59e3eddee7a4993b8cd8-1.2.1 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:42:41.409Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:f040f91db28658e22aee59e3eddee7a4993b8cd8-1.2.1 [2020-06-15T15:42:41.410Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-06-15T15:42:41.410Z] 55549836a872: Preparing [2020-06-15T15:42:41.410Z] 04aa6d051c54: Preparing [2020-06-15T15:42:41.410Z] da976e361fbd: Preparing [2020-06-15T15:42:41.410Z] 50644c29ef5a: Preparing [2020-06-15T15:42:41.410Z] da976e361fbd: Layer already exists [2020-06-15T15:42:41.410Z] 04aa6d051c54: Layer already exists [2020-06-15T15:42:41.410Z] 55549836a872: Layer already exists [2020-06-15T15:42:41.410Z] 50644c29ef5a: Layer already exists [2020-06-15T15:42:41.410Z] f040f91db28658e22aee59e3eddee7a4993b8cd8-1.2.1: digest: sha256:3ec0f14816d5fb9d80666528479deee65c3a985a4a1c1cc72efab8ace39df0bb size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:42:41.715Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:42:42.017Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [2020-06-15T15:42:42.017Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-06-15T15:42:42.017Z] 55549836a872: Preparing [2020-06-15T15:42:42.017Z] 04aa6d051c54: Preparing [2020-06-15T15:42:42.017Z] da976e361fbd: Preparing [2020-06-15T15:42:42.017Z] 50644c29ef5a: Preparing [2020-06-15T15:42:42.017Z] 55549836a872: Layer already exists [2020-06-15T15:42:42.017Z] 50644c29ef5a: Layer already exists [2020-06-15T15:42:42.017Z] 04aa6d051c54: Layer already exists [2020-06-15T15:42:42.017Z] da976e361fbd: Layer already exists [2020-06-15T15:42:42.017Z] master: digest: sha256:3ec0f14816d5fb9d80666528479deee65c3a985a4a1c1cc72efab8ace39df0bb 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-15T15:42:42.715Z] ++ find /w/workspace/device-mqtt-go/11 [2020-06-15T15:42:42.715Z] ++ grep snapcraft.yaml [2020-06-15T15:42:42.715Z] + grep -Po '^name: \K(.*)' /w/workspace/device-mqtt-go/11/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-15T15:42:42.811Z] provisioning config files... [2020-06-15T15:42:42.823Z] copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/11@tmp/config5797633888567115934tmp [Pipeline] { [Pipeline] sh [2020-06-15T15:42:43.156Z] + cp /w/workspace/device-mqtt-go/11@tmp/config5797633888567115934tmp /w/workspace/device-mqtt-go/11/edgex-snap-store-login [Pipeline] sh [2020-06-15T15:42:43.466Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/11:/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-15T15:42:43.466Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-06-15T15:42:43.466Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-06-15T15:42:43.466Z] 5bed26d33875: Pulling fs layer [2020-06-15T15:42:43.466Z] f11b29a9c730: Pulling fs layer [2020-06-15T15:42:43.466Z] 930bda195c84: Pulling fs layer [2020-06-15T15:42:43.466Z] 78bf9a5ad49e: Pulling fs layer [2020-06-15T15:42:43.466Z] e5fbee5a4b0d: Pulling fs layer [2020-06-15T15:42:43.466Z] f452fca78f88: Pulling fs layer [2020-06-15T15:42:43.466Z] 7417ef92027a: Pulling fs layer [2020-06-15T15:42:43.466Z] 2af5c49d270b: Pulling fs layer [2020-06-15T15:42:43.466Z] df9c3bdbc40a: Pulling fs layer [2020-06-15T15:42:43.466Z] f452fca78f88: Waiting [2020-06-15T15:42:43.466Z] 78bf9a5ad49e: Waiting [2020-06-15T15:42:43.466Z] 7417ef92027a: Waiting [2020-06-15T15:42:43.466Z] 2af5c49d270b: Waiting [2020-06-15T15:42:43.466Z] df9c3bdbc40a: Waiting [2020-06-15T15:42:43.466Z] e5fbee5a4b0d: Waiting [2020-06-15T15:42:43.466Z] 930bda195c84: Download complete [2020-06-15T15:42:43.466Z] f11b29a9c730: Verifying Checksum [2020-06-15T15:42:43.466Z] f11b29a9c730: Download complete [2020-06-15T15:42:43.466Z] 78bf9a5ad49e: Verifying Checksum [2020-06-15T15:42:43.466Z] 78bf9a5ad49e: Download complete [2020-06-15T15:42:43.466Z] f452fca78f88: Verifying Checksum [2020-06-15T15:42:43.466Z] f452fca78f88: Download complete [2020-06-15T15:42:43.466Z] 7417ef92027a: Verifying Checksum [2020-06-15T15:42:43.466Z] 7417ef92027a: Download complete [2020-06-15T15:42:43.466Z] 2af5c49d270b: Download complete [2020-06-15T15:42:43.733Z] df9c3bdbc40a: Verifying Checksum [2020-06-15T15:42:43.733Z] df9c3bdbc40a: Download complete [2020-06-15T15:42:43.998Z] 5bed26d33875: Verifying Checksum [2020-06-15T15:42:43.998Z] 5bed26d33875: Download complete [2020-06-15T15:42:45.663Z] (10/18) Installing fortify-headers (1.1-r0) [2020-06-15T15:42:45.663Z] (11/18) Installing build-base (0.5-r1) [2020-06-15T15:42:45.663Z] (12/18) Installing openssh-keygen (8.1_p1-r0) [2020-06-15T15:42:45.932Z] (13/18) Installing libedit (20191211.3.1-r0) [2020-06-15T15:42:45.932Z] (14/18) Installing openssh-client (8.1_p1-r0) [2020-06-15T15:42:46.531Z] (15/18) Installing openssh-sftp-server (8.1_p1-r0) [2020-06-15T15:42:46.531Z] (16/18) Installing openssh-server-common (8.1_p1-r0) [2020-06-15T15:42:46.802Z] 5bed26d33875: Pull complete [2020-06-15T15:42:46.804Z] (17/18) Installing openssh-server (8.1_p1-r0) [2020-06-15T15:42:46.804Z] (18/18) Installing openssh (8.1_p1-r0) [2020-06-15T15:42:47.079Z] Executing busybox-1.31.1-r8.trigger [2020-06-15T15:42:47.079Z] OK: 203 MiB in 52 packages [2020-06-15T15:42:47.757Z] e5fbee5a4b0d: Verifying Checksum [2020-06-15T15:42:47.757Z] e5fbee5a4b0d: Download complete [2020-06-15T15:42:48.329Z] f11b29a9c730: Pull complete [2020-06-15T15:42:48.329Z] 930bda195c84: Pull complete [2020-06-15T15:42:48.589Z] 78bf9a5ad49e: Pull complete [2020-06-15T15:42:53.781Z] Removing intermediate container 90b6080df5e5 [2020-06-15T15:42:53.781Z] ---> 1575fd040ffe [2020-06-15T15:42:53.781Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-06-15T15:42:53.781Z] ---> Running in bf4714350ddf [2020-06-15T15:42:53.781Z] Removing intermediate container bf4714350ddf [2020-06-15T15:42:53.782Z] ---> bc31181851ff [2020-06-15T15:42:53.782Z] Step 7/8 : COPY . . [2020-06-15T15:42:54.376Z] ---> ac898cb31f2f [2020-06-15T15:42:54.376Z] Step 8/8 : RUN go mod download [2020-06-15T15:42:54.376Z] ---> Running in 3e7c3455b595 [2020-06-15T15:42:56.991Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-15T15:42:56.991Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-15T15:42:56.991Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-15T15:42:56.991Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-15T15:42:56.991Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-15T15:42:56.991Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-15T15:42:56.991Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-15T15:42:56.991Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-15T15:42:56.991Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-15T15:42:56.991Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-15T15:42:56.991Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-15T15:42:56.991Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-15T15:42:56.991Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-15T15:42:56.991Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-15T15:42:56.991Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-15T15:42:56.991Z] go: finding github.com/fatih/color v1.7.0 [2020-06-15T15:42:56.991Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-15T15:42:56.991Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-15T15:42:56.991Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-15T15:42:56.991Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-15T15:42:56.991Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-15T15:42:56.991Z] go: finding github.com/google/uuid v1.1.1 [2020-06-15T15:42:56.991Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-15T15:42:56.991Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-15T15:42:56.991Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-15T15:42:56.991Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-15T15:42:56.991Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-15T15:42:56.991Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-15T15:42:56.991Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-15T15:42:56.991Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-15T15:42:56.991Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-15T15:42:56.991Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-15T15:42:56.991Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-15T15:42:56.991Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-15T15:42:56.992Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-15T15:42:56.992Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-15T15:42:56.992Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-15T15:42:56.992Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-15T15:42:56.992Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-15T15:42:56.992Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-15T15:42:56.992Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-15T15:42:56.992Z] go: finding github.com/kr/pretty v0.1.0 [2020-06-15T15:42:56.992Z] go: finding github.com/kr/pty v1.1.1 [2020-06-15T15:42:56.992Z] go: finding github.com/kr/text v0.1.0 [2020-06-15T15:42:56.992Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-15T15:42:56.992Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-15T15:42:56.992Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-15T15:42:56.992Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-15T15:42:56.992Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-15T15:42:56.992Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-15T15:42:56.992Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-15T15:42:57.265Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-15T15:42:57.265Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-15T15:42:57.265Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-15T15:42:57.265Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-15T15:42:57.265Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-15T15:42:57.265Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-15T15:42:57.265Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-15T15:42:57.265Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-15T15:42:57.265Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-15T15:42:57.265Z] go: finding github.com/posener/complete v1.1.1 [2020-06-15T15:42:57.265Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-15T15:42:57.265Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-15T15:42:57.265Z] go: finding github.com/spf13/cast v1.3.0 [2020-06-15T15:42:57.265Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-15T15:42:57.265Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-15T15:42:57.265Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-15T15:42:57.265Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-15T15:42:57.265Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-15T15:42:57.265Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-15T15:42:57.265Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-15T15:42:57.265Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-15T15:42:57.265Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-06-15T15:42:57.265Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-15T15:42:57.265Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-15T15:43:07.421Z] Removing intermediate container 3e7c3455b595 [2020-06-15T15:43:07.421Z] ---> 1302828bcec3 [2020-06-15T15:43:07.421Z] Successfully built 1302828bcec3 [2020-06-15T15:43:07.421Z] 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-15T15:43:08.003Z] + docker inspect -f . ci-base-image-arm64 [2020-06-15T15:43:08.003Z] . [Pipeline] withDockerContainer [2020-06-15T15:43:08.290Z] prd-ubuntu18.04-docker-arm64-4c-16g-3039 does not seem to be running inside a container [2020-06-15T15:43:08.352Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/11 -v /w/workspace/device-mqtt-go/11:/w/workspace/device-mqtt-go/11:rw,z -v /w/workspace/device-mqtt-go/11@tmp:/w/workspace/device-mqtt-go/11@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-15T15:43:10.247Z] $ docker top dc3bd86cfe1f50f0be07eae3d312ceef7975d173f6faf75ed5d113fcc8366135 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-15T15:43:11.631Z] + go version [2020-06-15T15:43:11.632Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-06-15T15:43:12.701Z] + make test [2020-06-15T15:43:12.701Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-06-15T15:43:13.689Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-06-15T15:43:15.224Z] e5fbee5a4b0d: Pull complete [2020-06-15T15:43:15.224Z] f452fca78f88: Pull complete [2020-06-15T15:43:15.224Z] 7417ef92027a: Pull complete [2020-06-15T15:43:15.224Z] 2af5c49d270b: Pull complete [2020-06-15T15:43:15.224Z] df9c3bdbc40a: Pull complete [2020-06-15T15:43:15.224Z] Digest: sha256:329b7ca3c147263d7a6122d30aca7e6f18adc9017ce870f1638d2965d7494739 [2020-06-15T15:43:15.224Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-06-15T15:43:15.224Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-06-15T15:43:15.224Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-06-15T15:43:15.224Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-06-15T15:43:15.224Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [66.4 kB] [2020-06-15T15:43:15.224Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [960 kB] [2020-06-15T15:43:15.224Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-06-15T15:43:15.224Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1392 kB] [2020-06-15T15:43:15.224Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9092 B] [2020-06-15T15:43:15.224Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [861 kB] [2020-06-15T15:43:15.491Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [20.3 kB] [2020-06-15T15:43:15.491Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1253 kB] [2020-06-15T15:43:15.754Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [80.7 kB] [2020-06-15T15:43:15.754Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8158 B] [2020-06-15T15:43:15.754Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] [2020-06-15T15:43:15.754Z] Fetched 4911 kB in 2s (2241 kB/s) [2020-06-15T15:43:17.672Z] Reading package lists... [2020-06-15T15:43:20.983Z] 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-15T15:43:22.642Z] Reading package lists... [2020-06-15T15:43:22.912Z] Building dependency tree... [2020-06-15T15:43:22.912Z] Reading state information... [2020-06-15T15:43:23.173Z] The following packages were automatically installed and are no longer required: [2020-06-15T15:43:23.173Z] libjq1 liblzo2-2 libonig4 [2020-06-15T15:43:23.173Z] Use 'sudo apt autoremove' to remove them. [2020-06-15T15:43:23.173Z] Suggested packages: [2020-06-15T15:43:23.173Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-06-15T15:43:23.173Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc [2020-06-15T15:43:23.173Z] keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc [2020-06-15T15:43:23.173Z] libterm-readline-gnu-perl | libterm-readline-perl-perl [2020-06-15T15:43:23.435Z] The following NEW packages will be installed: [2020-06-15T15:43:23.435Z] curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl [2020-06-15T15:43:23.435Z] libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 [2020-06-15T15:43:23.435Z] libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase [2020-06-15T15:43:23.435Z] openssh-client patch perl perl-modules-5.26 xauth [2020-06-15T15:43:23.698Z] 0 upgraded, 27 newly installed, 0 to remove and 10 not upgraded. [2020-06-15T15:43:23.698Z] Need to get 14.7 MB of archives. [2020-06-15T15:43:23.698Z] After this operation, 89.5 MB of additional disk space will be used. [2020-06-15T15:43:23.698Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxau6 amd64 1:1.0.8-1 [8376 B] [2020-06-15T15:43:23.698Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-06-15T15:43:23.959Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB] [2020-06-15T15:43:23.959Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB] [2020-06-15T15:43:24.221Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] [2020-06-15T15:43:24.221Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.2 [569 kB] [2020-06-15T15:43:24.484Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB] [2020-06-15T15:43:24.484Z] 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-15T15:43:24.752Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-06-15T15:43:24.752Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-06-15T15:43:24.752Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] [2020-06-15T15:43:25.014Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] [2020-06-15T15:43:25.014Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-06-15T15:43:25.014Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-06-15T15:43:25.014Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-06-15T15:43:25.014Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-06-15T15:43:25.014Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.3 [1088 kB] [2020-06-15T15:43:25.014Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B] [2020-06-15T15:43:25.275Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-06-15T15:43:25.275Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB] [2020-06-15T15:43:25.275Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.8 [159 kB] [2020-06-15T15:43:25.276Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.8 [213 kB] [2020-06-15T15:43:25.276Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-06-15T15:43:25.276Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-06-15T15:43:25.276Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-06-15T15:43:25.538Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-06-15T15:43:25.538Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-06-15T15:43:25.800Z] debconf: delaying package configuration, since apt-utils is not installed [2020-06-15T15:43:25.800Z] Fetched 14.7 MB in 2s (6951 kB/s) [2020-06-15T15:43:26.062Z] Selecting previously unselected package libxau6:amd64. [2020-06-15T15:43:26.062Z] (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-15T15:43:26.062Z] Preparing to unpack .../00-libxau6_1%3a1.0.8-1_amd64.deb ... [2020-06-15T15:43:26.062Z] Unpacking libxau6:amd64 (1:1.0.8-1) ... [2020-06-15T15:43:26.324Z] Selecting previously unselected package libbsd0:amd64. [2020-06-15T15:43:26.324Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-06-15T15:43:26.324Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-06-15T15:43:26.324Z] Selecting previously unselected package libxdmcp6:amd64. [2020-06-15T15:43:26.324Z] Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_amd64.deb ... [2020-06-15T15:43:26.324Z] Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... [2020-06-15T15:43:26.324Z] Selecting previously unselected package libxcb1:amd64. [2020-06-15T15:43:26.324Z] Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_amd64.deb ... [2020-06-15T15:43:26.324Z] Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ... [2020-06-15T15:43:26.324Z] Selecting previously unselected package libx11-data. [2020-06-15T15:43:26.324Z] Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... [2020-06-15T15:43:26.586Z] Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-15T15:43:27.190Z] Selecting previously unselected package libx11-6:amd64. [2020-06-15T15:43:27.190Z] Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_amd64.deb ... [2020-06-15T15:43:27.190Z] Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... [2020-06-15T15:43:27.190Z] Selecting previously unselected package libxext6:amd64. [2020-06-15T15:43:27.190Z] Preparing to unpack .../06-libxext6_2%3a1.3.3-1_amd64.deb ... [2020-06-15T15:43:27.190Z] Unpacking libxext6:amd64 (2:1.3.3-1) ... [2020-06-15T15:43:27.457Z] Selecting previously unselected package perl-modules-5.26. [2020-06-15T15:43:27.457Z] Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-06-15T15:43:27.457Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-15T15:43:31.672Z] Selecting previously unselected package libgdbm5:amd64. [2020-06-15T15:43:31.672Z] Preparing to unpack .../08-libgdbm5_1.14.1-6_amd64.deb ... [2020-06-15T15:43:31.672Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-06-15T15:43:31.672Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-06-15T15:43:31.672Z] Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-06-15T15:43:31.672Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-06-15T15:43:31.672Z] Selecting previously unselected package libperl5.26:amd64. [2020-06-15T15:43:31.672Z] Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-06-15T15:43:31.672Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-06-15T15:43:32.619Z] Selecting previously unselected package perl. [2020-06-15T15:43:32.619Z] Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-06-15T15:43:32.620Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-06-15T15:43:32.882Z] Selecting previously unselected package less. [2020-06-15T15:43:32.882Z] Preparing to unpack .../12-less_487-0.1_amd64.deb ... [2020-06-15T15:43:32.882Z] Unpacking less (487-0.1) ... [2020-06-15T15:43:32.882Z] Selecting previously unselected package libexpat1:amd64. [2020-06-15T15:43:32.882Z] Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-06-15T15:43:32.882Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-06-15T15:43:32.882Z] Selecting previously unselected package netbase. [2020-06-15T15:43:32.882Z] Preparing to unpack .../14-netbase_5.4_all.deb ... [2020-06-15T15:43:32.882Z] Unpacking netbase (5.4) ... [2020-06-15T15:43:33.144Z] Selecting previously unselected package libedit2:amd64. [2020-06-15T15:43:33.144Z] Preparing to unpack .../15-libedit2_3.1-20170329-1_amd64.deb ... [2020-06-15T15:43:33.144Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-06-15T15:43:33.144Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-06-15T15:43:33.144Z] Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb ... [2020-06-15T15:43:33.144Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... [2020-06-15T15:43:33.407Z] Selecting previously unselected package libxmuu1:amd64. [2020-06-15T15:43:33.407Z] Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_amd64.deb ... [2020-06-15T15:43:33.407Z] Unpacking libxmuu1:amd64 (2:1.1.2-2) ... [2020-06-15T15:43:33.407Z] Selecting previously unselected package openssh-client. [2020-06-15T15:43:33.407Z] Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-06-15T15:43:33.407Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-15T15:43:33.670Z] Selecting previously unselected package xauth. [2020-06-15T15:43:33.670Z] Preparing to unpack .../19-xauth_1%3a1.0.10-1_amd64.deb ... [2020-06-15T15:43:33.670Z] Unpacking xauth (1:1.0.10-1) ... [2020-06-15T15:43:33.670Z] Selecting previously unselected package curl. [2020-06-15T15:43:33.670Z] Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_amd64.deb ... [2020-06-15T15:43:33.670Z] Unpacking curl (7.58.0-2ubuntu3.8) ... [2020-06-15T15:43:33.670Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-06-15T15:43:33.670Z] Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_amd64.deb ... [2020-06-15T15:43:33.670Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... [2020-06-15T15:43:33.932Z] Selecting previously unselected package liberror-perl. [2020-06-15T15:43:33.932Z] Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... [2020-06-15T15:43:33.932Z] Unpacking liberror-perl (0.17025-1) ... [2020-06-15T15:43:33.932Z] Selecting previously unselected package git-man. [2020-06-15T15:43:33.932Z] Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-06-15T15:43:33.932Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-15T15:43:34.195Z] Selecting previously unselected package git. [2020-06-15T15:43:34.195Z] Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-06-15T15:43:34.195Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-06-15T15:43:35.141Z] Selecting previously unselected package make. [2020-06-15T15:43:35.141Z] Preparing to unpack .../25-make_4.1-9.1ubuntu1_amd64.deb ... [2020-06-15T15:43:35.141Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-06-15T15:43:35.141Z] Selecting previously unselected package patch. [2020-06-15T15:43:35.141Z] Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-06-15T15:43:35.141Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-06-15T15:43:35.413Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-06-15T15:43:35.413Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-15T15:43:35.413Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-06-15T15:43:35.413Z] Setting up less (487-0.1) ... [2020-06-15T15:43:35.675Z] Setting up make (4.1-9.1ubuntu1) ... [2020-06-15T15:43:35.675Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... [2020-06-15T15:43:35.675Z] Setting up curl (7.58.0-2ubuntu3.8) ... [2020-06-15T15:43:35.675Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... [2020-06-15T15:43:35.937Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-15T15:43:35.937Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-06-15T15:43:35.937Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-06-15T15:43:35.937Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-06-15T15:43:35.937Z] Setting up libxdmcp6:amd64 (1:1.1.2-3) ... [2020-06-15T15:43:35.937Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-06-15T15:43:35.937Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-15T15:43:36.200Z] Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-15T15:43:36.200Z] Setting up libxau6:amd64 (1:1.0.8-1) ... [2020-06-15T15:43:36.200Z] Setting up netbase (5.4) ... [2020-06-15T15:43:36.200Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-06-15T15:43:36.461Z] Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ... [2020-06-15T15:43:36.461Z] Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... [2020-06-15T15:43:36.461Z] Setting up libxmuu1:amd64 (2:1.1.2-2) ... [2020-06-15T15:43:36.461Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-06-15T15:43:36.461Z] Setting up libxext6:amd64 (2:1.3.3-1) ... [2020-06-15T15:43:36.461Z] Setting up liberror-perl (0.17025-1) ... [2020-06-15T15:43:36.461Z] Setting up xauth (1:1.0.10-1) ... [2020-06-15T15:43:36.461Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-06-15T15:43:36.723Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-06-15T15:43:39.283Z] curl set to automatically installed. [2020-06-15T15:43:39.283Z] git set to automatically installed. [2020-06-15T15:43:39.283Z] git-man set to automatically installed. [2020-06-15T15:43:39.283Z] less set to automatically installed. [2020-06-15T15:43:39.283Z] libbsd0 set to automatically installed. [2020-06-15T15:43:39.283Z] libcurl3-gnutls set to automatically installed. [2020-06-15T15:43:39.283Z] libedit2 set to automatically installed. [2020-06-15T15:43:39.283Z] liberror-perl set to automatically installed. [2020-06-15T15:43:39.283Z] libexpat1 set to automatically installed. [2020-06-15T15:43:39.283Z] libgdbm-compat4 set to automatically installed. [2020-06-15T15:43:39.283Z] libgdbm5 set to automatically installed. [2020-06-15T15:43:39.283Z] libperl5.26 set to automatically installed. [2020-06-15T15:43:39.283Z] libssl1.0.0 set to automatically installed. [2020-06-15T15:43:39.283Z] libx11-6 set to automatically installed. [2020-06-15T15:43:39.283Z] libx11-data set to automatically installed. [2020-06-15T15:43:39.283Z] libxau6 set to automatically installed. [2020-06-15T15:43:39.283Z] libxcb1 set to automatically installed. [2020-06-15T15:43:39.283Z] libxdmcp6 set to automatically installed. [2020-06-15T15:43:39.283Z] libxext6 set to automatically installed. [2020-06-15T15:43:39.283Z] libxmuu1 set to automatically installed. [2020-06-15T15:43:39.283Z] make set to automatically installed. [2020-06-15T15:43:39.283Z] netbase set to automatically installed. [2020-06-15T15:43:39.283Z] openssh-client set to automatically installed. [2020-06-15T15:43:39.283Z] patch set to automatically installed. [2020-06-15T15:43:39.283Z] perl set to automatically installed. [2020-06-15T15:43:39.283Z] perl-modules-5.26 set to automatically installed. [2020-06-15T15:43:39.283Z] xauth set to automatically installed. [2020-06-15T15:43:39.283Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-06-15T15:43:39.283Z] Please ensure the environment is properly setup before continuing. [2020-06-15T15:43:39.283Z] Ignore this message if the appropriate measures have already been taken [2020-06-15T15:43:39.856Z] Pulling go [2020-06-15T15:43:40.801Z] 'device-mqtt' has dependencies that need to be staged: go [2020-06-15T15:43:40.801Z] Skipping pull go (already ran) [2020-06-15T15:43:40.801Z] Building go [2020-06-15T15:43:40.801Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-06-15T15:43:40.801Z] Dload Upload Total Spent Left Speed [2020-06-15T15:43:43.280Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 114M 0 1167k 0 0 3919k 0 0:00:29 --:--:-- 0:00:29 3906k 46 114M 46 53.2M 0 0 40.5M 0 0:00:02 0:00:01 0:00:01 40.5M 85 114M 85 98.3M 0 0 42.9M 0 0:00:02 0:00:02 --:--:-- 42.9M 100 114M 100 114M 0 0 45.6M 0 0:00:02 0:00:02 --:--:-- 45.6M [2020-06-15T15:43:44.223Z] go1.13.5.linux-amd64.tar.gz: OK [2020-06-15T15:43:46.055Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-06-15T15:43:46.055Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.026s coverage: 28.3% of statements [2020-06-15T15:43:46.055Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-06-15T15:43:46.055Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-15T15:43:52.373Z] Staging go [2020-06-15T15:43:52.768Z] gofmt -l . [2020-06-15T15:43:52.768Z] ["`gofmt -l .`" = ""] [2020-06-15T15:43:52.768Z] ./bin/test-attribution-txt.sh [2020-06-15T15:43:53.366Z] ./bin/test-go-mod-tidy.sh [2020-06-15T15:43:53.773Z] Pulling device-mqtt [Pipeline] stash [2020-06-15T15:43:53.984Z] Warning: overwriting stash ‘coverage-report’ [2020-06-15T15:43:54.429Z] Stashed 1 file(s) [Pipeline] } [2020-06-15T15:43:54.411Z] $ docker stop --time=1 dc3bd86cfe1f50f0be07eae3d312ceef7975d173f6faf75ed5d113fcc8366135 [2020-06-15T15:43:54.716Z] Skipping build go (already ran) [2020-06-15T15:43:54.716Z] Building device-mqtt [2020-06-15T15:43:54.716Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.1" -o cmd/device-mqtt ./cmd [2020-06-15T15:43:56.121Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-15T15:43:56.121Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-15T15:43:56.121Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-15T15:43:56.121Z] go: downloading github.com/spf13/cast v1.3.0 [2020-06-15T15:43:56.121Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-15T15:43:56.121Z] go: extracting github.com/spf13/cast v1.3.0 [2020-06-15T15:43:56.121Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-15T15:43:56.121Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-15T15:43:56.121Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-15T15:43:56.121Z] go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-15T15:43:56.121Z] go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-15T15:43:56.121Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-06-15T15:43:56.121Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-06-15T15:43:56.121Z] go: downloading github.com/google/uuid v1.1.1 [2020-06-15T15:43:56.121Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-15T15:43:56.121Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-15T15:43:56.121Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-06-15T15:43:56.121Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-15T15:43:56.121Z] go: extracting github.com/google/uuid v1.1.1 [2020-06-15T15:43:56.121Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-15T15:43:56.121Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-15T15:43:56.121Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-06-15T15:43:56.121Z] go: downloading github.com/pkg/errors v0.8.1 [2020-06-15T15:43:56.121Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-15T15:43:56.121Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-06-15T15:43:56.121Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-06-15T15:43:56.121Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-06-15T15:43:56.121Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-15T15:43:56.121Z] go: downloading github.com/x448/float16 v0.8.4 [2020-06-15T15:43:56.121Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-15T15:43:56.121Z] go: extracting github.com/pkg/errors v0.8.1 [2020-06-15T15:43:56.121Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-06-15T15:43:56.387Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-15T15:43:56.387Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-06-15T15:43:56.387Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-06-15T15:43:56.387Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-06-15T15:43:56.387Z] go: extracting github.com/x448/float16 v0.8.4 [2020-06-15T15:43:56.387Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-15T15:43:56.387Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-06-15T15:43:56.387Z] go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-15T15:43:56.387Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-06-15T15:43:56.387Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-15T15:43:56.387Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-06-15T15:43:56.387Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-06-15T15:43:56.387Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-06-15T15:43:56.387Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-15T15:43:56.387Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-15T15:43:56.387Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-15T15:43:56.387Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-06-15T15:43:56.387Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-15T15:43:56.387Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-06-15T15:43:56.387Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-15T15:43:56.387Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-15T15:43:56.387Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-06-15T15:43:56.387Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-06-15T15:43:56.387Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-06-15T15:43:56.387Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-15T15:43:56.387Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-06-15T15:43:56.387Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-06-15T15:43:56.387Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-06-15T15:43:56.387Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-15T15:43:56.675Z] $ docker rm -f dc3bd86cfe1f50f0be07eae3d312ceef7975d173f6faf75ed5d113fcc8366135 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2020-06-15T15:43:57.332Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-15T15:43:57.332Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-15T15:43:57.705Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-15T15:43:58.038Z] + ls -al . [2020-06-15T15:43:58.038Z] total 132 [2020-06-15T15:43:58.038Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 15 15:43 . [2020-06-15T15:43:58.038Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 15 15:41 .. [2020-06-15T15:43:58.038Z] -rw-rw-r-- 1 jenkins jenkins 140 Jun 15 15:41 .dockerignore [2020-06-15T15:43:58.038Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 15 15:41 .git [2020-06-15T15:43:58.038Z] -rw-rw-r-- 1 jenkins jenkins 328 Jun 15 15:41 .gitignore [2020-06-15T15:43:58.038Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 15 15:41 .semver [2020-06-15T15:43:58.038Z] -rw-rw-r-- 1 jenkins jenkins 4678 Jun 15 15:41 Attribution.txt [2020-06-15T15:43:58.038Z] -rw-rw-r-- 1 jenkins jenkins 1776 Jun 15 15:41 Dockerfile [2020-06-15T15:43:58.038Z] -rw-rw-r-- 1 jenkins jenkins 953 Jun 15 15:41 Dockerfile.build [2020-06-15T15:43:58.038Z] -rw-rw-r-- 1 jenkins jenkins 700 Jun 15 15:41 Jenkinsfile [2020-06-15T15:43:58.038Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jun 15 15:41 LICENSE [2020-06-15T15:43:58.038Z] -rw-rw-r-- 1 jenkins jenkins 902 Jun 15 15:41 Makefile [2020-06-15T15:43:58.038Z] -rw-rw-r-- 1 jenkins jenkins 444 Jun 15 15:41 README.md [2020-06-15T15:43:58.038Z] -rw-rw-r-- 1 jenkins jenkins 5 Jun 15 15:38 VERSION [2020-06-15T15:43:58.038Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 15 15:41 bin [2020-06-15T15:43:58.038Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 15 15:41 cmd [2020-06-15T15:43:58.038Z] -rw-r--r-- 1 jenkins jenkins 18939 Jun 15 15:43 coverage.out [2020-06-15T15:43:58.038Z] -rw-r--r-- 1 jenkins jenkins 510 Jun 15 15:43 go.mod [2020-06-15T15:43:58.038Z] -rw-r--r-- 1 jenkins jenkins 13621 Jun 15 15:43 go.sum [2020-06-15T15:43:58.038Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 15 15:41 internal [2020-06-15T15:43:58.038Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 15 15:41 mock [2020-06-15T15:43:58.038Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 15 15:41 snap [2020-06-15T15:43:58.038Z] -rw-rw-r-- 1 jenkins jenkins 227 Jun 15 15:41 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:43:58.277Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-15T15:43:58.277Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-06-15T15:43:58.277Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-06-15T15:43:58.277Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-15T15:43:58.277Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-15T15:43:58.383Z] + docker build -t docker-device-mqtt-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=f040f91db28658e22aee59e3eddee7a4993b8cd8 --label arch=arm64 --label version=1.2.1 . [2020-06-15T15:43:58.540Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-15T15:43:58.540Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-15T15:43:58.540Z] go: finding github.com/google/uuid v1.1.1 [2020-06-15T15:43:58.540Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-15T15:43:58.540Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-15T15:43:58.540Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-15T15:43:58.540Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-15T15:43:58.540Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-15T15:43:58.540Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-15T15:43:58.540Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-15T15:43:58.540Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-15T15:43:58.540Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-15T15:43:58.540Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-15T15:43:58.540Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-15T15:43:58.540Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-15T15:43:58.540Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-15T15:43:58.540Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-15T15:43:58.540Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-15T15:43:58.540Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-15T15:43:58.540Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-15T15:43:58.540Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-15T15:43:58.540Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-15T15:43:58.540Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-15T15:43:58.540Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-15T15:43:58.540Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-15T15:43:58.540Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-15T15:43:58.657Z] Sending build context to Docker daemon 624.1kB [2020-06-15T15:43:58.657Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-06-15T15:43:58.657Z] Step 2/21 : FROM ${BASE} AS builder [2020-06-15T15:43:58.657Z] ---> 1302828bcec3 [2020-06-15T15:43:58.657Z] Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-06-15T15:43:58.814Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-15T15:43:58.814Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-15T15:43:58.814Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-15T15:43:58.814Z] go: finding github.com/spf13/cast v1.3.0 [2020-06-15T15:43:58.814Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-15T15:43:58.929Z] ---> Running in 615e688d4352 [2020-06-15T15:43:59.524Z] Removing intermediate container 615e688d4352 [2020-06-15T15:43:59.524Z] ---> d5ed3202a569 [2020-06-15T15:43:59.524Z] Step 4/21 : ARG ALPINE_PKG_EXTRA="" [2020-06-15T15:43:59.524Z] ---> Running in 2aea58c465b5 [2020-06-15T15:44:00.119Z] Removing intermediate container 2aea58c465b5 [2020-06-15T15:44:00.119Z] ---> 970bd0d39661 [2020-06-15T15:44:00.119Z] Step 5/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-15T15:44:00.119Z] ---> Running in ca91b2d3e2fa [2020-06-15T15:44:02.738Z] Removing intermediate container ca91b2d3e2fa [2020-06-15T15:44:02.738Z] ---> 90b554da8a14 [2020-06-15T15:44:02.738Z] Step 6/21 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-15T15:44:02.738Z] ---> Running in 9a6b4270cc7b [2020-06-15T15:44:04.172Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-15T15:44:05.148Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-15T15:44:05.420Z] OK: 203 MiB in 52 packages [2020-06-15T15:44:06.867Z] Removing intermediate container 9a6b4270cc7b [2020-06-15T15:44:06.867Z] ---> 746d9a65ffdc [2020-06-15T15:44:06.867Z] Step 7/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-06-15T15:44:06.867Z] ---> Running in bb8b5cf472cb [2020-06-15T15:44:07.465Z] Removing intermediate container bb8b5cf472cb [2020-06-15T15:44:07.465Z] ---> 31b262e0d2cd [2020-06-15T15:44:07.465Z] Step 8/21 : COPY . . [2020-06-15T15:44:08.444Z] ---> ec3b21533fcf [2020-06-15T15:44:08.445Z] Step 9/21 : ARG MAKE='make build' [2020-06-15T15:44:08.445Z] ---> Running in 77e4129d2fd3 [2020-06-15T15:44:09.042Z] Removing intermediate container 77e4129d2fd3 [2020-06-15T15:44:09.042Z] ---> 77bc9cec2a55 [2020-06-15T15:44:09.042Z] Step 10/21 : RUN $MAKE [2020-06-15T15:44:09.042Z] ---> Running in 414de6495ea0 [2020-06-15T15:44:10.491Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.1" -o cmd/device-mqtt ./cmd [2020-06-15T15:44:11.180Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-15T15:44:14.480Z] Skipping stage go (already ran) [2020-06-15T15:44:14.480Z] Staging device-mqtt [2020-06-15T15:44:15.459Z] Priming go [2020-06-15T15:44:16.032Z] Priming device-mqtt [2020-06-15T15:44:16.977Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-06-15T15:44:16.977Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-06-15T15:44:16.977Z] Determining the version from the project repo (version-script). [2020-06-15T15:44:17.251Z] The version has been set to '1.2.1-20200615+f040f91' [2020-06-15T15:44:17.251Z] Snapping 'edgex-device-mqtt' ... [2020-06-15T15:44:18.695Z] [2020-06-15T15:44:18.695Z] Snapped edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap [2020-06-15T15:44:21.998Z] [2020-06-15T15:44:21.998Z] Login successful. You now have these capabilities: [2020-06-15T15:44:21.998Z] [2020-06-15T15:44:21.998Z] snaps: No restriction [2020-06-15T15:44:21.998Z] channels: No restriction [2020-06-15T15:44:21.998Z] permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] [2020-06-15T15:44:21.998Z] expires: 2020-06-19T16:50:48.252993 [2020-06-15T15:44:21.998Z] [2020-06-15T15:44:22.571Z] Preparing to push 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap'. [2020-06-15T15:44:22.571Z] After pushing, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. [2020-06-15T15:44:22.571Z] Install the review-tools from the Snap Store for enhanced checks before uploading this snap. [2020-06-15T15:44:26.781Z] Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [ ] 0% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [ ] 1% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [ ] 2% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [ ] 3% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [ ] 4% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [ ] 5% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [ ] 6% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [ ] 7% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [ ] 8% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [ ] 9% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [= ] 10% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [= ] 11% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [= ] 13% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [= ] 14% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [= ] 15% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [= ] 16% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [= ] 17% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [= ] 18% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [= ] 19% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [== ] 20% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [== ] 21% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [== ] 22% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [== ] 23% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [== ] 25% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [== ] 26% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [== ] 27% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [== ] 28% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [== ] 29% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [=== ] 30% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [=== ] 31% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [=== ] 32% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [=== ] 33% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [=== ] 34% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [=== ] 35% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [=== ] 37% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [=== ] 38% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [=== ] 39% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [==== ] 40% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [==== ] 41% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [==== ] 42% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [==== ] 43% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [==== ] 44% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [==== ] 45% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [==== ] 46% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [==== ] 47% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [==== ] 49% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [===== ] 50% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [===== ] 51% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [===== ] 52% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [===== ] 53% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [===== ] 54% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [===== ] 55% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [===== ] 56% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [===== ] 57% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [===== ] 58% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [===== ] 59% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [====== ] 61% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [====== ] 62% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [====== ] 63% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [====== ] 64% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [====== ] 65% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [====== ] 66% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [====== ] 67% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [====== ] 68% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [====== ] 69% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [======= ] 70% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [======= ] 71% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [======= ] 73% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [======= ] 74% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [======= ] 75% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [======= ] 76% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [======= ] 77% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [======= ] 78% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [======= ] 79% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [======== ] 80% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [======== ] 81% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [======== ] 82% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [======== ] 83% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [======== ] 84% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [======== ] 86% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [======== ] 87% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [======== ] 88% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [======== ] 89% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [========= ] 90% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [========= ] 91% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [========= ] 92% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [========= ] 93% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [========= ] 94% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [========= ] 95% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [========= ] 96% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [========= ] 98% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [========= ] 99% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [==========] 100% [2020-06-15T15:44:37.345Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-15T15:44:39.961Z] Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| 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-15T15:44:39.961Z] Revision 1247 of 'edgex-device-mqtt' created. [2020-06-15T15:44:41.345Z] Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- 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-15T15:44:41.345Z] Track Arch Channel Version Revision Notes [2020-06-15T15:44:41.345Z] edinburgh amd64 stable 1.0.0-20190627+29babbb 110 - [2020-06-15T15:44:41.345Z] candidate 1.0.0-20190627+29babbb 110 - [2020-06-15T15:44:41.345Z] beta 1.0.0-20190801+fd7235a 239 - [2020-06-15T15:44:41.345Z] edge 1.0.0-20200107+8d32c65 942 - [2020-06-15T15:44:41.345Z] fuji amd64 stable 1.1.1-20200228+f519bc1 1072 - [2020-06-15T15:44:41.345Z] candidate ^ ^ - [2020-06-15T15:44:41.345Z] beta 1.1.1-20200228+f519bc1 1072 - [2020-06-15T15:44:41.345Z] edge 1.1.1-20200422+f519bc1 1177 - [2020-06-15T15:44:41.346Z] geneva amd64 stable 1.2.0-20200520+8b9d451 1186 - [2020-06-15T15:44:41.346Z] candidate ^ ^ - [2020-06-15T15:44:41.346Z] beta ^ ^ - [2020-06-15T15:44:41.346Z] edge ^ ^ - [2020-06-15T15:44:41.346Z] latest amd64 stable 1.2.0-20200520+8b9d451 1186 - [2020-06-15T15:44:41.346Z] candidate 1.2.1-20200612+f040f91 1239 - [2020-06-15T15:44:41.346Z] beta 1.2.1-20200612+f040f91 1239 - [2020-06-15T15:44:41.346Z] edge 1.2.1-20200615+f040f91 1247 - [2020-06-15T15:44:42.350Z] Pushing metadata from 'edgex-device-mqtt_1.2.1-20200615+f040f91_amd64.snap' [2020-06-15T15:44:45.650Z] Removing intermediate container 414de6495ea0 [2020-06-15T15:44:45.650Z] ---> 1854fd0769c4 [2020-06-15T15:44:45.650Z] Step 11/21 : FROM alpine [2020-06-15T15:44:45.650Z] latest: Pulling from library/alpine [2020-06-15T15:44:45.650Z] b538f80385f9: Pulling fs layer [2020-06-15T15:44:45.792Z] The metadata has been pushed [2020-06-15T15:44:45.925Z] b538f80385f9: Verifying Checksum [2020-06-15T15:44:45.925Z] b538f80385f9: Download complete [2020-06-15T15:44:46.526Z] b538f80385f9: Pull complete [2020-06-15T15:44:46.526Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-15T15:44:46.526Z] Status: Downloaded newer image for alpine:latest [2020-06-15T15:44:46.526Z] ---> 62ee0e9f8440 [2020-06-15T15:44:46.526Z] Step 12/21 : ENV APP_PORT=49982 [Pipeline] } [2020-06-15T15:44:46.753Z] Deleting 1 temporary files [Pipeline] // configFileProvider [2020-06-15T15:44:46.800Z] ---> Running in 1ec0479f80c7 [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-15T15:44:47.403Z] Removing intermediate container 1ec0479f80c7 [2020-06-15T15:44:47.404Z] ---> 6833e476312d [2020-06-15T15:44:47.404Z] Step 13/21 : EXPOSE $APP_PORT [2020-06-15T15:44:47.404Z] ---> Running in 70100df52fea [2020-06-15T15:44:48.002Z] Removing intermediate container 70100df52fea [2020-06-15T15:44:48.002Z] ---> 4d86c250714f [2020-06-15T15:44:48.002Z] Step 14/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-06-15T15:44:49.438Z] ---> ce4ad148e4ff [2020-06-15T15:44:49.438Z] Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-06-15T15:44:50.420Z] ---> 98013a155d48 [2020-06-15T15:44:50.420Z] Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-06-15T15:44:51.018Z] ---> 315a5e004179 [2020-06-15T15:44:51.018Z] Step 17/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-06-15T15:44:51.018Z] ---> Running in 805bc2668ac3 [2020-06-15T15:44:51.617Z] Removing intermediate container 805bc2668ac3 [2020-06-15T15:44:51.617Z] ---> 0c57d7b497de [2020-06-15T15:44:51.617Z] Step 18/21 : ENTRYPOINT ["/device-mqtt","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-06-15T15:44:51.617Z] ---> Running in 02fc14a711e2 [2020-06-15T15:44:52.215Z] Removing intermediate container 02fc14a711e2 [2020-06-15T15:44:52.215Z] ---> 3cb5e483e4f1 [2020-06-15T15:44:52.215Z] Step 19/21 : LABEL arch=arm64 [2020-06-15T15:44:52.489Z] ---> Running in ddd88e6582d2 [2020-06-15T15:44:52.763Z] Removing intermediate container ddd88e6582d2 [2020-06-15T15:44:52.763Z] ---> c5bc31143893 [2020-06-15T15:44:52.763Z] Step 20/21 : LABEL git_sha=f040f91db28658e22aee59e3eddee7a4993b8cd8 [2020-06-15T15:44:53.038Z] ---> Running in 0e4d4c6d9bae [2020-06-15T15:44:53.322Z] Removing intermediate container 0e4d4c6d9bae [2020-06-15T15:44:53.322Z] ---> 81da233923c7 [2020-06-15T15:44:53.322Z] Step 21/21 : LABEL version=1.2.1 [2020-06-15T15:44:53.594Z] ---> Running in 8cf94e0fdfba [2020-06-15T15:44:53.868Z] Removing intermediate container 8cf94e0fdfba [2020-06-15T15:44:53.868Z] ---> e3e611401988 [2020-06-15T15:44:53.868Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-15T15:44:54.142Z] Successfully built e3e611401988 [2020-06-15T15:44:54.142Z] 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-15T15:44:54.354Z] provisioning config files... [2020-06-15T15:44:54.396Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/11@tmp/config7121660899013275703tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-06-15T15:44:54.786Z] nexus3.edgexfoundry.org:10001 [2020-06-15T15:44:55.383Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-15T15:44:55.383Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-15T15:44:55.383Z] Configure a credential helper to remove this warning. See [2020-06-15T15:44:55.383Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-15T15:44:55.383Z] [2020-06-15T15:44:55.383Z] Login Succeeded [2020-06-15T15:44:55.383Z] nexus3.edgexfoundry.org:10002 [2020-06-15T15:44:55.981Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-15T15:44:55.981Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-15T15:44:55.981Z] Configure a credential helper to remove this warning. See [2020-06-15T15:44:55.981Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-15T15:44:55.981Z] [2020-06-15T15:44:55.981Z] Login Succeeded [2020-06-15T15:44:55.981Z] nexus3.edgexfoundry.org:10003 [2020-06-15T15:44:56.582Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-15T15:44:56.582Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-15T15:44:56.582Z] Configure a credential helper to remove this warning. See [2020-06-15T15:44:56.582Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-15T15:44:56.582Z] [2020-06-15T15:44:56.582Z] Login Succeeded [2020-06-15T15:44:56.582Z] nexus3.edgexfoundry.org:10004 [2020-06-15T15:44:57.179Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-15T15:44:57.179Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-15T15:44:57.179Z] Configure a credential helper to remove this warning. See [2020-06-15T15:44:57.179Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-15T15:44:57.179Z] [2020-06-15T15:44:57.179Z] Login Succeeded [2020-06-15T15:44:57.179Z] docker.io [2020-06-15T15:44:57.455Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-15T15:44:57.731Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-15T15:44:57.731Z] Configure a credential helper to remove this warning. See [2020-06-15T15:44:57.731Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-15T15:44:57.731Z] [2020-06-15T15:44:57.731Z] Login Succeeded [Pipeline] } [2020-06-15T15:44:57.755Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-15T15:44:57.865Z] [edgeXDocker.push] Tagging docker image docker-device-mqtt-go-arm64 with the following tags: [2020-06-15T15:44:57.865Z] f040f91db28658e22aee59e3eddee7a4993b8cd8 [2020-06-15T15:44:57.865Z] latest [2020-06-15T15:44:57.865Z] 1.2.1 [2020-06-15T15:44:57.865Z] f040f91db28658e22aee59e3eddee7a4993b8cd8-1.2.1 [2020-06-15T15:44:57.865Z] master [2020-06-15T15:44:57.865Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:44:58.374Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:f040f91db28658e22aee59e3eddee7a4993b8cd8 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:44:58.716Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:f040f91db28658e22aee59e3eddee7a4993b8cd8 [2020-06-15T15:44:58.716Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-06-15T15:44:58.716Z] ae57a4a5a255: Preparing [2020-06-15T15:44:58.716Z] 973c6fbc507d: Preparing [2020-06-15T15:44:58.716Z] ea5c22754392: Preparing [2020-06-15T15:44:58.716Z] e2f13739ad41: Preparing [2020-06-15T15:44:58.716Z] e2f13739ad41: Layer already exists [2020-06-15T15:44:58.990Z] ae57a4a5a255: Pushed [2020-06-15T15:44:58.990Z] 973c6fbc507d: Pushed [2020-06-15T15:45:02.376Z] ea5c22754392: Pushed [2020-06-15T15:45:02.649Z] f040f91db28658e22aee59e3eddee7a4993b8cd8: digest: sha256:8053ec5f383f81d9738503589a56a3d5befa3302a8772bdfab70c50119fc1918 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:45:03.000Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:45:03.344Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [2020-06-15T15:45:03.344Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-06-15T15:45:03.344Z] ae57a4a5a255: Preparing [2020-06-15T15:45:03.344Z] 973c6fbc507d: Preparing [2020-06-15T15:45:03.344Z] ea5c22754392: Preparing [2020-06-15T15:45:03.344Z] e2f13739ad41: Preparing [2020-06-15T15:45:03.344Z] e2f13739ad41: Layer already exists [2020-06-15T15:45:03.344Z] ae57a4a5a255: Layer already exists [2020-06-15T15:45:03.344Z] ea5c22754392: Layer already exists [2020-06-15T15:45:03.344Z] 973c6fbc507d: Layer already exists [2020-06-15T15:45:03.617Z] latest: digest: sha256:8053ec5f383f81d9738503589a56a3d5befa3302a8772bdfab70c50119fc1918 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:45:03.963Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.2.1 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:45:04.310Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.2.1 [2020-06-15T15:45:04.310Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-06-15T15:45:04.310Z] ae57a4a5a255: Preparing [2020-06-15T15:45:04.310Z] 973c6fbc507d: Preparing [2020-06-15T15:45:04.310Z] ea5c22754392: Preparing [2020-06-15T15:45:04.310Z] e2f13739ad41: Preparing [2020-06-15T15:45:04.310Z] ae57a4a5a255: Layer already exists [2020-06-15T15:45:04.310Z] 973c6fbc507d: Layer already exists [2020-06-15T15:45:04.310Z] e2f13739ad41: Layer already exists [2020-06-15T15:45:04.310Z] ea5c22754392: Layer already exists [2020-06-15T15:45:04.587Z] 1.2.1: digest: sha256:8053ec5f383f81d9738503589a56a3d5befa3302a8772bdfab70c50119fc1918 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:45:04.940Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:f040f91db28658e22aee59e3eddee7a4993b8cd8-1.2.1 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:45:05.282Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:f040f91db28658e22aee59e3eddee7a4993b8cd8-1.2.1 [2020-06-15T15:45:05.282Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-06-15T15:45:05.282Z] ae57a4a5a255: Preparing [2020-06-15T15:45:05.282Z] 973c6fbc507d: Preparing [2020-06-15T15:45:05.282Z] ea5c22754392: Preparing [2020-06-15T15:45:05.282Z] e2f13739ad41: Preparing [2020-06-15T15:45:05.282Z] e2f13739ad41: Layer already exists [2020-06-15T15:45:05.282Z] ea5c22754392: Layer already exists [2020-06-15T15:45:05.282Z] 973c6fbc507d: Layer already exists [2020-06-15T15:45:05.282Z] ae57a4a5a255: Layer already exists [2020-06-15T15:45:05.557Z] f040f91db28658e22aee59e3eddee7a4993b8cd8-1.2.1: digest: sha256:8053ec5f383f81d9738503589a56a3d5befa3302a8772bdfab70c50119fc1918 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:45:05.904Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:45:06.246Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [2020-06-15T15:45:06.246Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-06-15T15:45:06.246Z] ae57a4a5a255: Preparing [2020-06-15T15:45:06.246Z] 973c6fbc507d: Preparing [2020-06-15T15:45:06.246Z] ea5c22754392: Preparing [2020-06-15T15:45:06.246Z] e2f13739ad41: Preparing [2020-06-15T15:45:06.522Z] 973c6fbc507d: Layer already exists [2020-06-15T15:45:06.522Z] e2f13739ad41: Layer already exists [2020-06-15T15:45:06.522Z] ea5c22754392: Layer already exists [2020-06-15T15:45:06.522Z] ae57a4a5a255: Layer already exists [2020-06-15T15:45:06.522Z] master: digest: sha256:8053ec5f383f81d9738503589a56a3d5befa3302a8772bdfab70c50119fc1918 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-15T15:45:07.222Z] + find /w/workspace/device-mqtt-go/11 [2020-06-15T15:45:07.223Z] + grep snapcraft.yaml [2020-06-15T15:45:07.223Z] + grep -Po ^name: \K(.*) /w/workspace/device-mqtt-go/11/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-15T15:45:07.359Z] provisioning config files... [2020-06-15T15:45:07.379Z] copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/11@tmp/config2801438738379687803tmp [Pipeline] { [Pipeline] sh [2020-06-15T15:45:07.743Z] + cp /w/workspace/device-mqtt-go/11@tmp/config2801438738379687803tmp /w/workspace/device-mqtt-go/11/edgex-snap-store-login [Pipeline] sh [2020-06-15T15:45:08.114Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/11:/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-15T15:45:08.114Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-06-15T15:45:08.114Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-06-15T15:45:08.114Z] b2f61026a351: Pulling fs layer [2020-06-15T15:45:08.114Z] 5538fb30c42c: Pulling fs layer [2020-06-15T15:45:08.114Z] f0b05810781a: Pulling fs layer [2020-06-15T15:45:08.114Z] 0180a33352d6: Pulling fs layer [2020-06-15T15:45:08.114Z] e7604b0c0f53: Pulling fs layer [2020-06-15T15:45:08.114Z] db689cb83ae0: Pulling fs layer [2020-06-15T15:45:08.114Z] 6138af208834: Pulling fs layer [2020-06-15T15:45:08.114Z] 007c8e8c5d63: Pulling fs layer [2020-06-15T15:45:08.114Z] 4f7a387c642f: Pulling fs layer [2020-06-15T15:45:08.114Z] 0180a33352d6: Waiting [2020-06-15T15:45:08.114Z] e7604b0c0f53: Waiting [2020-06-15T15:45:08.114Z] db689cb83ae0: Waiting [2020-06-15T15:45:08.114Z] 6138af208834: Waiting [2020-06-15T15:45:08.114Z] 007c8e8c5d63: Waiting [2020-06-15T15:45:08.114Z] 4f7a387c642f: Waiting [2020-06-15T15:45:08.114Z] f0b05810781a: Verifying Checksum [2020-06-15T15:45:08.114Z] f0b05810781a: Download complete [2020-06-15T15:45:08.114Z] 5538fb30c42c: Verifying Checksum [2020-06-15T15:45:08.114Z] 5538fb30c42c: Download complete [2020-06-15T15:45:08.114Z] 0180a33352d6: Download complete [2020-06-15T15:45:08.114Z] db689cb83ae0: Download complete [2020-06-15T15:45:08.390Z] 6138af208834: Verifying Checksum [2020-06-15T15:45:08.390Z] 6138af208834: Download complete [2020-06-15T15:45:08.390Z] 007c8e8c5d63: Verifying Checksum [2020-06-15T15:45:08.390Z] 007c8e8c5d63: Download complete [2020-06-15T15:45:08.390Z] 4f7a387c642f: Download complete [2020-06-15T15:45:09.372Z] b2f61026a351: Verifying Checksum [2020-06-15T15:45:09.372Z] b2f61026a351: Download complete [2020-06-15T15:45:12.013Z] b2f61026a351: Pull complete [2020-06-15T15:45:12.612Z] 5538fb30c42c: Pull complete [2020-06-15T15:45:12.890Z] f0b05810781a: Pull complete [2020-06-15T15:45:13.164Z] 0180a33352d6: Pull complete [2020-06-15T15:45:15.795Z] e7604b0c0f53: Verifying Checksum [2020-06-15T15:45:15.795Z] e7604b0c0f53: Download complete [2020-06-15T15:45:48.191Z] e7604b0c0f53: Pull complete [2020-06-15T15:45:48.191Z] db689cb83ae0: Pull complete [2020-06-15T15:45:48.191Z] 6138af208834: Pull complete [2020-06-15T15:45:48.191Z] 007c8e8c5d63: Pull complete [2020-06-15T15:45:48.191Z] 4f7a387c642f: Pull complete [2020-06-15T15:45:48.191Z] Digest: sha256:95de001a4645667c7ff44d03fa3a86afcf7622caf7559cdf0345329f515671b4 [2020-06-15T15:45:48.191Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-06-15T15:45:54.940Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-06-15T15:45:54.940Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-06-15T15:45:55.550Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-06-15T15:45:55.550Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-06-15T15:45:56.148Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1192 B] [2020-06-15T15:45:56.148Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3737 B] [2020-06-15T15:45:56.148Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1233 kB] [2020-06-15T15:45:57.127Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [879 kB] [2020-06-15T15:45:57.721Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [7827 B] [2020-06-15T15:45:57.721Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] [2020-06-15T15:45:57.721Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [756 kB] [2020-06-15T15:45:58.696Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [608 kB] [2020-06-15T15:45:59.310Z] Fetched 3749 kB in 5s (791 kB/s) [2020-06-15T15:46:04.737Z] Reading package lists... [2020-06-15T15:46:19.826Z] 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-15T15:46:24.136Z] Reading package lists... [2020-06-15T15:46:24.409Z] Building dependency tree... [2020-06-15T15:46:24.409Z] Reading state information... [2020-06-15T15:46:25.005Z] The following packages were automatically installed and are no longer required: [2020-06-15T15:46:25.005Z] libjq1 liblzo2-2 libonig4 [2020-06-15T15:46:25.005Z] Use 'sudo apt autoremove' to remove them. [2020-06-15T15:46:25.005Z] Suggested packages: [2020-06-15T15:46:25.005Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-06-15T15:46:25.005Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc [2020-06-15T15:46:25.005Z] keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc [2020-06-15T15:46:25.005Z] libterm-readline-gnu-perl | libterm-readline-perl-perl [2020-06-15T15:46:25.602Z] The following NEW packages will be installed: [2020-06-15T15:46:25.602Z] curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl [2020-06-15T15:46:25.602Z] libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 [2020-06-15T15:46:25.602Z] libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase [2020-06-15T15:46:25.602Z] openssh-client patch perl perl-modules-5.26 xauth [2020-06-15T15:46:25.874Z] 0 upgraded, 27 newly installed, 0 to remove and 10 not upgraded. [2020-06-15T15:46:25.874Z] Need to get 12.9 MB of archives. [2020-06-15T15:46:25.874Z] After this operation, 84.2 MB of additional disk space will be used. [2020-06-15T15:46:25.874Z] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxau6 arm64 1:1.0.8-1 [7590 B] [2020-06-15T15:46:25.874Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbsd0 arm64 0.8.7-1ubuntu0.1 [36.6 kB] [2020-06-15T15:46:26.169Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxdmcp6 arm64 1:1.1.2-3 [9694 B] [2020-06-15T15:46:26.169Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxcb1 arm64 1.13-2~ubuntu18.04 [37.3 kB] [2020-06-15T15:46:26.169Z] 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-15T15:46:26.443Z] 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-15T15:46:27.040Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxext6 arm64 2:1.3.3-1 [25.4 kB] [2020-06-15T15:46:27.040Z] 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-15T15:46:29.019Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] [2020-06-15T15:46:29.019Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] [2020-06-15T15:46:29.292Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] [2020-06-15T15:46:30.726Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] [2020-06-15T15:46:30.726Z] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] [2020-06-15T15:46:30.726Z] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.2 [69.3 kB] [2020-06-15T15:46:30.726Z] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] [2020-06-15T15:46:30.726Z] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libedit2 arm64 3.1-20170329-1 [63.4 kB] [2020-06-15T15:46:30.726Z] 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-15T15:46:31.053Z] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxmuu1 arm64 2:1.1.2-2 [9502 B] [2020-06-15T15:46:31.053Z] Get:19 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssh-client arm64 1:7.6p1-4ubuntu0.3 [527 kB] [2020-06-15T15:46:31.053Z] Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xauth arm64 1:1.0.10-1 [22.4 kB] [2020-06-15T15:46:31.053Z] Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.8 [152 kB] [2020-06-15T15:46:31.053Z] Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.8 [179 kB] [2020-06-15T15:46:31.053Z] Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] [2020-06-15T15:46:31.053Z] 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-15T15:46:31.343Z] Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] [2020-06-15T15:46:31.985Z] Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] [2020-06-15T15:46:31.985Z] Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] [2020-06-15T15:46:32.598Z] debconf: delaying package configuration, since apt-utils is not installed [2020-06-15T15:46:32.874Z] Fetched 12.9 MB in 7s (1985 kB/s) [2020-06-15T15:46:32.874Z] Selecting previously unselected package libxau6:arm64. [2020-06-15T15:46:32.874Z] (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-15T15:46:32.874Z] Preparing to unpack .../00-libxau6_1%3a1.0.8-1_arm64.deb ... [2020-06-15T15:46:32.874Z] Unpacking libxau6:arm64 (1:1.0.8-1) ... [2020-06-15T15:46:33.149Z] Selecting previously unselected package libbsd0:arm64. [2020-06-15T15:46:33.149Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_arm64.deb ... [2020-06-15T15:46:33.149Z] Unpacking libbsd0:arm64 (0.8.7-1ubuntu0.1) ... [2020-06-15T15:46:33.149Z] Selecting previously unselected package libxdmcp6:arm64. [2020-06-15T15:46:33.149Z] Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_arm64.deb ... [2020-06-15T15:46:33.149Z] Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... [2020-06-15T15:46:33.429Z] Selecting previously unselected package libxcb1:arm64. [2020-06-15T15:46:33.429Z] Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_arm64.deb ... [2020-06-15T15:46:33.429Z] Unpacking libxcb1:arm64 (1.13-2~ubuntu18.04) ... [2020-06-15T15:46:33.429Z] Selecting previously unselected package libx11-data. [2020-06-15T15:46:33.429Z] Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... [2020-06-15T15:46:33.429Z] Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-15T15:46:33.709Z] Selecting previously unselected package libx11-6:arm64. [2020-06-15T15:46:33.709Z] Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_arm64.deb ... [2020-06-15T15:46:33.993Z] Unpacking libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... [2020-06-15T15:46:33.993Z] Selecting previously unselected package libxext6:arm64. [2020-06-15T15:46:33.993Z] Preparing to unpack .../06-libxext6_2%3a1.3.3-1_arm64.deb ... [2020-06-15T15:46:34.269Z] Unpacking libxext6:arm64 (2:1.3.3-1) ... [2020-06-15T15:46:34.269Z] Selecting previously unselected package perl-modules-5.26. [2020-06-15T15:46:34.269Z] Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-06-15T15:46:34.269Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-15T15:46:35.783Z] Selecting previously unselected package libgdbm5:arm64. [2020-06-15T15:46:35.783Z] Preparing to unpack .../08-libgdbm5_1.14.1-6_arm64.deb ... [2020-06-15T15:46:35.783Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-06-15T15:46:36.105Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-06-15T15:46:36.105Z] Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-06-15T15:46:36.105Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-06-15T15:46:36.105Z] Selecting previously unselected package libperl5.26:arm64. [2020-06-15T15:46:36.105Z] Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... [2020-06-15T15:46:36.105Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-06-15T15:46:37.620Z] Selecting previously unselected package perl. [2020-06-15T15:46:37.620Z] Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_arm64.deb ... [2020-06-15T15:46:37.620Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-06-15T15:46:37.620Z] Selecting previously unselected package less. [2020-06-15T15:46:37.620Z] Preparing to unpack .../12-less_487-0.1_arm64.deb ... [2020-06-15T15:46:37.893Z] Unpacking less (487-0.1) ... [2020-06-15T15:46:37.893Z] Selecting previously unselected package libexpat1:arm64. [2020-06-15T15:46:37.893Z] Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_arm64.deb ... [2020-06-15T15:46:37.893Z] Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.2) ... [2020-06-15T15:46:38.166Z] Selecting previously unselected package netbase. [2020-06-15T15:46:38.166Z] Preparing to unpack .../14-netbase_5.4_all.deb ... [2020-06-15T15:46:38.166Z] Unpacking netbase (5.4) ... [2020-06-15T15:46:38.166Z] Selecting previously unselected package libedit2:arm64. [2020-06-15T15:46:38.166Z] Preparing to unpack .../15-libedit2_3.1-20170329-1_arm64.deb ... [2020-06-15T15:46:38.166Z] Unpacking libedit2:arm64 (3.1-20170329-1) ... [2020-06-15T15:46:38.442Z] Selecting previously unselected package libssl1.0.0:arm64. [2020-06-15T15:46:38.442Z] Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_arm64.deb ... [2020-06-15T15:46:38.442Z] Unpacking libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... [2020-06-15T15:46:38.715Z] Selecting previously unselected package libxmuu1:arm64. [2020-06-15T15:46:38.715Z] Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_arm64.deb ... [2020-06-15T15:46:38.715Z] Unpacking libxmuu1:arm64 (2:1.1.2-2) ... [2020-06-15T15:46:38.986Z] Selecting previously unselected package openssh-client. [2020-06-15T15:46:38.986Z] Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_arm64.deb ... [2020-06-15T15:46:38.986Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-15T15:46:39.257Z] Selecting previously unselected package xauth. [2020-06-15T15:46:39.257Z] Preparing to unpack .../19-xauth_1%3a1.0.10-1_arm64.deb ... [2020-06-15T15:46:39.257Z] Unpacking xauth (1:1.0.10-1) ... [2020-06-15T15:46:39.257Z] Selecting previously unselected package curl. [2020-06-15T15:46:39.257Z] Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_arm64.deb ... [2020-06-15T15:46:39.257Z] Unpacking curl (7.58.0-2ubuntu3.8) ... [2020-06-15T15:46:39.530Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-06-15T15:46:39.530Z] Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_arm64.deb ... [2020-06-15T15:46:39.530Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... [2020-06-15T15:46:39.530Z] Selecting previously unselected package liberror-perl. [2020-06-15T15:46:39.530Z] Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... [2020-06-15T15:46:39.530Z] Unpacking liberror-perl (0.17025-1) ... [2020-06-15T15:46:39.805Z] Selecting previously unselected package git-man. [2020-06-15T15:46:39.805Z] Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-06-15T15:46:39.805Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-15T15:46:40.079Z] Selecting previously unselected package git. [2020-06-15T15:46:40.079Z] Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-06-15T15:46:40.079Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-06-15T15:46:41.517Z] Selecting previously unselected package make. [2020-06-15T15:46:41.517Z] Preparing to unpack .../25-make_4.1-9.1ubuntu1_arm64.deb ... [2020-06-15T15:46:41.517Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-06-15T15:46:41.517Z] Selecting previously unselected package patch. [2020-06-15T15:46:41.517Z] Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-06-15T15:46:41.517Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-06-15T15:46:42.111Z] Setting up libedit2:arm64 (3.1-20170329-1) ... [2020-06-15T15:46:42.111Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-15T15:46:42.111Z] Setting up libexpat1:arm64 (2.2.5-3ubuntu0.2) ... [2020-06-15T15:46:42.111Z] Setting up less (487-0.1) ... [2020-06-15T15:46:42.704Z] Setting up make (4.1-9.1ubuntu1) ... [2020-06-15T15:46:42.704Z] Setting up libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... [2020-06-15T15:46:42.974Z] Setting up curl (7.58.0-2ubuntu3.8) ... [2020-06-15T15:46:42.974Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... [2020-06-15T15:46:42.974Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-15T15:46:42.974Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-06-15T15:46:42.974Z] Setting up libbsd0:arm64 (0.8.7-1ubuntu0.1) ... [2020-06-15T15:46:43.246Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-06-15T15:46:43.246Z] Setting up libxdmcp6:arm64 (1:1.1.2-3) ... [2020-06-15T15:46:43.246Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-06-15T15:46:43.246Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-15T15:46:43.519Z] Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-15T15:46:43.519Z] Setting up libxau6:arm64 (1:1.0.8-1) ... [2020-06-15T15:46:43.790Z] Setting up netbase (5.4) ... [2020-06-15T15:46:43.790Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-06-15T15:46:43.790Z] Setting up libxcb1:arm64 (1.13-2~ubuntu18.04) ... [2020-06-15T15:46:43.790Z] Setting up libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... [2020-06-15T15:46:44.063Z] Setting up libxmuu1:arm64 (2:1.1.2-2) ... [2020-06-15T15:46:44.063Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-06-15T15:46:44.063Z] Setting up libxext6:arm64 (2:1.3.3-1) ... [2020-06-15T15:46:44.063Z] Setting up liberror-perl (0.17025-1) ... [2020-06-15T15:46:44.336Z] Setting up xauth (1:1.0.10-1) ... [2020-06-15T15:46:44.336Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-06-15T15:46:44.336Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-06-15T15:46:52.596Z] curl set to automatically installed. [2020-06-15T15:46:52.596Z] git set to automatically installed. [2020-06-15T15:46:52.596Z] git-man set to automatically installed. [2020-06-15T15:46:52.596Z] less set to automatically installed. [2020-06-15T15:46:52.596Z] libbsd0 set to automatically installed. [2020-06-15T15:46:52.596Z] libcurl3-gnutls set to automatically installed. [2020-06-15T15:46:52.596Z] libedit2 set to automatically installed. [2020-06-15T15:46:52.596Z] liberror-perl set to automatically installed. [2020-06-15T15:46:52.596Z] libexpat1 set to automatically installed. [2020-06-15T15:46:52.596Z] libgdbm-compat4 set to automatically installed. [2020-06-15T15:46:52.596Z] libgdbm5 set to automatically installed. [2020-06-15T15:46:52.596Z] libperl5.26 set to automatically installed. [2020-06-15T15:46:52.596Z] libssl1.0.0 set to automatically installed. [2020-06-15T15:46:52.596Z] libx11-6 set to automatically installed. [2020-06-15T15:46:52.596Z] libx11-data set to automatically installed. [2020-06-15T15:46:52.596Z] libxau6 set to automatically installed. [2020-06-15T15:46:52.596Z] libxcb1 set to automatically installed. [2020-06-15T15:46:52.596Z] libxdmcp6 set to automatically installed. [2020-06-15T15:46:52.596Z] libxext6 set to automatically installed. [2020-06-15T15:46:52.596Z] libxmuu1 set to automatically installed. [2020-06-15T15:46:52.596Z] make set to automatically installed. [2020-06-15T15:46:52.596Z] netbase set to automatically installed. [2020-06-15T15:46:52.596Z] openssh-client set to automatically installed. [2020-06-15T15:46:52.596Z] patch set to automatically installed. [2020-06-15T15:46:52.596Z] perl set to automatically installed. [2020-06-15T15:46:52.596Z] perl-modules-5.26 set to automatically installed. [2020-06-15T15:46:52.596Z] xauth set to automatically installed. [2020-06-15T15:46:52.596Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-06-15T15:46:52.596Z] Please ensure the environment is properly setup before continuing. [2020-06-15T15:46:52.596Z] Ignore this message if the appropriate measures have already been taken [2020-06-15T15:46:52.596Z] Pulling go [2020-06-15T15:46:55.995Z] 'device-mqtt' has dependencies that need to be staged: go [2020-06-15T15:46:55.996Z] Skipping pull go (already ran) [2020-06-15T15:46:55.996Z] Building go [2020-06-15T15:46:55.996Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-06-15T15:46:55.996Z] Dload Upload Total Spent Left Speed [2020-06-15T15:47:02.566Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 11 93.0M 11 10.5M 0 0 9429k 0 0:00:10 0:00:01 0:00:09 9421k 29 93.0M 29 27.1M 0 0 12.6M 0 0:00:07 0:00:02 0:00:05 12.6M 43 93.0M 43 40.9M 0 0 13.0M 0 0:00:07 0:00:03 0:00:04 12.9M 60 93.0M 60 56.4M 0 0 13.5M 0 0:00:06 0:00:04 0:00:02 13.5M 75 93.0M 75 70.7M 0 0 13.7M 0 0:00:06 0:00:05 0:00:01 14.3M 90 93.0M 90 84.0M 0 0 13.6M 0 0:00:06 0:00:06 --:--:-- 14.6M 100 93.0M 100 93.0M 0 0 13.5M 0 0:00:06 0:00:06 --:--:-- 14.0M [2020-06-15T15:47:04.003Z] go1.13.5.linux-arm64.tar.gz: OK [2020-06-15T15:47:22.330Z] Staging go [2020-06-15T15:47:23.766Z] Pulling device-mqtt [2020-06-15T15:47:27.167Z] Skipping build go (already ran) [2020-06-15T15:47:27.167Z] Building device-mqtt [2020-06-15T15:47:27.441Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.1" -o cmd/device-mqtt ./cmd [2020-06-15T15:47:28.051Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-15T15:47:28.051Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-15T15:47:28.051Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-15T15:47:28.051Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-15T15:47:28.051Z] go: downloading github.com/spf13/cast v1.3.0 [2020-06-15T15:47:28.051Z] go: extracting github.com/spf13/cast v1.3.0 [2020-06-15T15:47:28.051Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-15T15:47:28.051Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-15T15:47:28.334Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-15T15:47:28.334Z] go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-15T15:47:28.334Z] go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-15T15:47:28.334Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-06-15T15:47:28.334Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-15T15:47:28.334Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-06-15T15:47:28.334Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-06-15T15:47:28.334Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-15T15:47:28.334Z] go: downloading github.com/google/uuid v1.1.1 [2020-06-15T15:47:28.334Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-15T15:47:28.334Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-06-15T15:47:28.334Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-15T15:47:28.334Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-06-15T15:47:28.614Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-06-15T15:47:28.614Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-06-15T15:47:28.614Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-06-15T15:47:28.614Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-06-15T15:47:28.614Z] go: extracting github.com/google/uuid v1.1.1 [2020-06-15T15:47:28.614Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-15T15:47:28.614Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-06-15T15:47:28.614Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-15T15:47:28.614Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-15T15:47:28.614Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-15T15:47:28.614Z] go: downloading github.com/pkg/errors v0.8.1 [2020-06-15T15:47:28.614Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-06-15T15:47:28.614Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-15T15:47:28.614Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-06-15T15:47:28.614Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-06-15T15:47:28.614Z] go: extracting github.com/pkg/errors v0.8.1 [2020-06-15T15:47:28.614Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-15T15:47:28.614Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-15T15:47:28.614Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-06-15T15:47:28.614Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-06-15T15:47:28.614Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-15T15:47:28.614Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-15T15:47:28.614Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-06-15T15:47:28.614Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-06-15T15:47:28.614Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-06-15T15:47:28.614Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-15T15:47:28.891Z] go: downloading github.com/x448/float16 v0.8.4 [2020-06-15T15:47:28.891Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-06-15T15:47:28.891Z] go: extracting github.com/x448/float16 v0.8.4 [2020-06-15T15:47:28.891Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-06-15T15:47:28.891Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-15T15:47:28.891Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-06-15T15:47:28.891Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-15T15:47:28.891Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-15T15:47:28.891Z] go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-15T15:47:28.891Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-15T15:47:28.891Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-06-15T15:47:28.891Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-06-15T15:47:28.891Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-06-15T15:47:29.168Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-15T15:47:29.766Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-15T15:47:29.766Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-15T15:47:29.766Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-15T15:47:29.766Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-06-15T15:47:29.766Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-06-15T15:47:29.766Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-15T15:47:29.766Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-06-15T15:47:29.766Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-15T15:47:30.042Z] go: finding github.com/spf13/cast v1.3.0 [2020-06-15T15:47:30.042Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-15T15:47:30.042Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-06-15T15:47:30.042Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-06-15T15:47:30.042Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-15T15:47:30.042Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-15T15:47:30.042Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-15T15:47:30.042Z] go: finding github.com/google/uuid v1.1.1 [2020-06-15T15:47:30.042Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-15T15:47:30.042Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-15T15:47:30.042Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-15T15:47:30.042Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-15T15:47:30.042Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-15T15:47:30.042Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-15T15:47:30.321Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-15T15:47:30.321Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-15T15:47:30.321Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-15T15:47:30.321Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-15T15:47:30.321Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-15T15:47:30.321Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-15T15:47:30.321Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-15T15:47:30.321Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-15T15:47:30.321Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-15T15:47:30.321Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-15T15:47:30.321Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-15T15:47:30.321Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-15T15:47:30.322Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-15T15:47:30.322Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-15T15:47:30.322Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-15T15:47:30.322Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-15T15:47:57.201Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-15T15:48:12.288Z] Skipping stage go (already ran) [2020-06-15T15:48:12.288Z] Staging device-mqtt [2020-06-15T15:48:14.916Z] Priming go [2020-06-15T15:48:18.314Z] Priming device-mqtt [2020-06-15T15:48:20.939Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-06-15T15:48:20.939Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-06-15T15:48:20.939Z] Determining the version from the project repo (version-script). [2020-06-15T15:48:20.939Z] The version has been set to '1.2.1-20200615+f040f91' [2020-06-15T15:48:20.939Z] Snapping 'edgex-device-mqtt' ... [2020-06-15T15:48:24.351Z] [2020-06-15T15:48:24.351Z] Snapped edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap [2020-06-15T15:48:31.094Z] [2020-06-15T15:48:31.094Z] Login successful. You now have these capabilities: [2020-06-15T15:48:31.094Z] [2020-06-15T15:48:31.094Z] snaps: No restriction [2020-06-15T15:48:31.094Z] channels: No restriction [2020-06-15T15:48:31.094Z] permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] [2020-06-15T15:48:31.094Z] expires: 2020-06-19T16:50:48.252993 [2020-06-15T15:48:31.094Z] [2020-06-15T15:48:33.724Z] Preparing to push 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap'. [2020-06-15T15:48:33.724Z] After pushing, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. [2020-06-15T15:48:33.724Z] Install the review-tools from the Snap Store for enhanced checks before uploading this snap. [2020-06-15T15:48:38.043Z] Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [ ] 0% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [ ] 1% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [ ] 2% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [ ] 3% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [ ] 4% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [ ] 5% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [ ] 6% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [ ] 7% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [ ] 8% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [ ] 9% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [= ] 10% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [= ] 11% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [= ] 12% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [= ] 13% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [= ] 14% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [= ] 16% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [= ] 17% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [= ] 18% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [= ] 19% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [== ] 20% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [== ] 21% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [== ] 22% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [== ] 23% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [== ] 24% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [== ] 25% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [== ] 26% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [== ] 27% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [== ] 28% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [== ] 29% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [=== ] 30% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [=== ] 32% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [=== ] 33% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [=== ] 34% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [=== ] 35% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [=== ] 36% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [=== ] 37% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [=== ] 38% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [=== ] 39% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [==== ] 40% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [==== ] 41% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [==== ] 42% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [==== ] 43% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [==== ] 44% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [==== ] 45% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [==== ] 46% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [==== ] 48% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [==== ] 49% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [===== ] 50% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [===== ] 51% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [===== ] 52% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [===== ] 53% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [===== ] 54% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [===== ] 55% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [===== ] 56% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [===== ] 57% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [===== ] 58% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [===== ] 59% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [====== ] 60% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [====== ] 61% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [====== ] 62% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [====== ] 64% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [====== ] 65% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [====== ] 66% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [====== ] 67% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [====== ] 68% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [====== ] 69% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [======= ] 70% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [======= ] 71% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [======= ] 72% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [======= ] 73% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [======= ] 74% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [======= ] 75% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [======= ] 76% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [======= ] 77% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [======= ] 78% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [======== ] 80% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [======== ] 81% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [======== ] 82% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [======== ] 83% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [======== ] 84% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [======== ] 85% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [======== ] 86% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [======== ] 87% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [======== ] 88% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [======== ] 89% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [========= ] 90% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [========= ] 91% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [========= ] 92% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [========= ] 93% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [========= ] 94% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [========= ] 96% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [========= ] 97% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [========= ] 98% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [========= ] 99% Pushing 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [==========] 100% [2020-06-15T15:48:51.628Z] Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- 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-15T15:48:51.628Z] Revision 1248 of 'edgex-device-mqtt' created. [2020-06-15T15:48:53.612Z] Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ 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-15T15:48:53.612Z] Track Arch Channel Version Revision Notes [2020-06-15T15:48:53.612Z] edinburgh arm64 stable 1.0.0-20190627+29babbb 112 - [2020-06-15T15:48:53.612Z] candidate 1.0.0-20190627+29babbb 112 - [2020-06-15T15:48:53.612Z] beta 1.0.0-20190801+fd7235a 241 - [2020-06-15T15:48:53.612Z] edge 1.0.0-20200107+8d32c65 944 - [2020-06-15T15:48:53.612Z] fuji arm64 stable 1.1.1-20200311+f519bc1 1097 - [2020-06-15T15:48:53.612Z] candidate ^ ^ - [2020-06-15T15:48:53.612Z] beta 1.1.1-20200311+f519bc1 1097 - [2020-06-15T15:48:53.612Z] edge 1.1.1-20200421+f519bc1 1174 - [2020-06-15T15:48:53.612Z] geneva arm64 stable 1.2.0-20200520+8b9d451 1187 - [2020-06-15T15:48:53.612Z] candidate ^ ^ - [2020-06-15T15:48:53.612Z] beta ^ ^ - [2020-06-15T15:48:53.612Z] edge ^ ^ - [2020-06-15T15:48:53.612Z] latest arm64 stable 1.2.0-20200520+8b9d451 1187 - [2020-06-15T15:48:53.612Z] candidate 1.2.1-20200612+f040f91 1240 - [2020-06-15T15:48:53.612Z] beta 1.2.1-20200612+f040f91 1240 - [2020-06-15T15:48:53.612Z] edge 1.2.1-20200615+f040f91 1248 - [2020-06-15T15:48:57.033Z] Pushing metadata from 'edgex-device-mqtt_1.2.1-20200615+f040f91_arm64.snap' [2020-06-15T15:49:01.379Z] The metadata has been pushed [Pipeline] } [2020-06-15T15:49:03.396Z] 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-15T15:49:04.117Z] provisioning config files... [2020-06-15T15:49:04.129Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config5568706460240620645tmp [Pipeline] { [Pipeline] sh [2020-06-15T15:49:04.464Z] + curl -s https://codecov.io/bash [2020-06-15T15:49:04.465Z] + bash -s - -t @/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config5568706460240620645tmp [2020-06-15T15:49:04.728Z] [2020-06-15T15:49:04.728Z] _____ _ [2020-06-15T15:49:04.728Z] / ____| | | [2020-06-15T15:49:04.728Z] | | ___ __| | ___ ___ _____ __ [2020-06-15T15:49:04.728Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-06-15T15:49:04.728Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-06-15T15:49:04.728Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-06-15T15:49:04.728Z] Bash-20200602-f809a24 [2020-06-15T15:49:04.728Z] [2020-06-15T15:49:04.728Z] [2020-06-15T15:49:04.728Z] ==> Jenkins CI detected. [2020-06-15T15:49:04.728Z] project root: . [2020-06-15T15:49:04.728Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-06-15T15:49:04.728Z] ==> Running gcov in . (disable via -X gcov) [2020-06-15T15:49:04.728Z] ==> Python coveragepy not found [2020-06-15T15:49:04.728Z] ==> Searching for coverage reports in: [2020-06-15T15:49:04.728Z] + . [2020-06-15T15:49:04.728Z] -> Found 1 reports [2020-06-15T15:49:04.728Z] ==> Detecting git/mercurial file structure [2020-06-15T15:49:04.728Z] ==> Reading reports [2020-06-15T15:49:04.728Z] + ./coverage.out bytes=18939 [2020-06-15T15:49:04.728Z] ==> Appending adjustments [2020-06-15T15:49:04.728Z] https://docs.codecov.io/docs/fixing-reports [2020-06-15T15:49:04.728Z] + Found adjustments [2020-06-15T15:49:04.728Z] ==> Gzipping contents [2020-06-15T15:49:04.728Z] ==> Uploading reports [2020-06-15T15:49:04.728Z] url: https://codecov.io [2020-06-15T15:49:04.728Z] query: branch=master&commit=f040f91db28658e22aee59e3eddee7a4993b8cd8&build=11&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F11%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job= [2020-06-15T15:49:04.728Z] -> Pinging Codecov [2020-06-15T15:49:04.728Z] https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=master&commit=f040f91db28658e22aee59e3eddee7a4993b8cd8&build=11&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F11%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job= [2020-06-15T15:49:05.304Z] -> Uploading [2020-06-15T15:49:05.874Z] -> View reports at https://codecov.io/github/edgexfoundry/device-mqtt-go/commit/f040f91db28658e22aee59e3eddee7a4993b8cd8 [Pipeline] } [2020-06-15T15:49:05.889Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-06-15T15:49:06.103Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-06-15T15:49:06.104Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-06-15T15:49:06.130Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:49:06.450Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-15T15:49:06.450Z] [2020-06-15T15:49:06.450Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:49:06.770Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-15T15:49:06.770Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-06-15T15:49:06.770Z] cbdbe7a5bc2a: Pulling fs layer [2020-06-15T15:49:06.770Z] 408f87550127: Pulling fs layer [2020-06-15T15:49:06.770Z] fe522b08c979: Pulling fs layer [2020-06-15T15:49:06.770Z] 221eaa008020: Pulling fs layer [2020-06-15T15:49:06.770Z] 2a4607e5d6b9: Pulling fs layer [2020-06-15T15:49:06.770Z] 8f79b27c4fd2: Pulling fs layer [2020-06-15T15:49:06.770Z] e5c8dbe1645b: Pulling fs layer [2020-06-15T15:49:06.770Z] 23e8b3b47431: Pulling fs layer [2020-06-15T15:49:06.770Z] 5c568d65a230: Pulling fs layer [2020-06-15T15:49:06.770Z] 221eaa008020: Waiting [2020-06-15T15:49:06.770Z] 2a4607e5d6b9: Waiting [2020-06-15T15:49:06.770Z] 8f79b27c4fd2: Waiting [2020-06-15T15:49:06.770Z] e5c8dbe1645b: Waiting [2020-06-15T15:49:06.770Z] 5c568d65a230: Waiting [2020-06-15T15:49:06.770Z] 23e8b3b47431: Waiting [2020-06-15T15:49:06.770Z] fe522b08c979: Verifying Checksum [2020-06-15T15:49:06.770Z] fe522b08c979: Download complete [2020-06-15T15:49:06.770Z] 408f87550127: Verifying Checksum [2020-06-15T15:49:06.770Z] 408f87550127: Download complete [2020-06-15T15:49:06.770Z] 2a4607e5d6b9: Verifying Checksum [2020-06-15T15:49:06.770Z] 2a4607e5d6b9: Download complete [2020-06-15T15:49:06.770Z] 8f79b27c4fd2: Verifying Checksum [2020-06-15T15:49:06.770Z] 8f79b27c4fd2: Download complete [2020-06-15T15:49:06.770Z] cbdbe7a5bc2a: Download complete [2020-06-15T15:49:07.051Z] e5c8dbe1645b: Verifying Checksum [2020-06-15T15:49:07.051Z] e5c8dbe1645b: Download complete [2020-06-15T15:49:07.329Z] cbdbe7a5bc2a: Pull complete [2020-06-15T15:49:07.329Z] 408f87550127: Pull complete [2020-06-15T15:49:07.615Z] 23e8b3b47431: Verifying Checksum [2020-06-15T15:49:07.615Z] 23e8b3b47431: Download complete [2020-06-15T15:49:07.879Z] fe522b08c979: Pull complete [2020-06-15T15:49:07.879Z] 5c568d65a230: Verifying Checksum [2020-06-15T15:49:07.879Z] 5c568d65a230: Download complete [2020-06-15T15:49:08.141Z] 221eaa008020: Download complete [2020-06-15T15:49:14.774Z] 221eaa008020: Pull complete [2020-06-15T15:49:14.774Z] 2a4607e5d6b9: Pull complete [2020-06-15T15:49:14.774Z] 8f79b27c4fd2: Pull complete [2020-06-15T15:49:15.715Z] e5c8dbe1645b: Pull complete [2020-06-15T15:49:19.016Z] 23e8b3b47431: Pull complete [2020-06-15T15:49:19.962Z] 5c568d65a230: Pull complete [2020-06-15T15:49:19.962Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-06-15T15:49:19.962Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-15T15:49:19.962Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-06-15T15:49:20.092Z] prd-centos7-docker-4c-2g-3028 does not seem to be running inside a container [2020-06-15T15:49:20.149Z] $ 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-15T15:49:20.971Z] $ docker top 581d9e882c8c4df36cf33851a4b013200fe75c2e712c76c97b9d886661ce80c2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-15T15:49:21.376Z] + snyk monitor '--org=edgex-jenkins' [2020-06-15T15:49:27.961Z] [2020-06-15T15:49:27.961Z] Monitoring /w/workspace/gexfoundry_device-mqtt-go_master (github.com/edgexfoundry/device-mqtt-go)... [2020-06-15T15:49:27.961Z] [2020-06-15T15:49:27.961Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6acecf1b-85ea-4374-bf84-4fa5a6e664d0/history/31190515-2c9d-4e97-b9f4-f175c5d56755 [2020-06-15T15:49:27.961Z] [2020-06-15T15:49:27.961Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-06-15T15:49:27.961Z] [2020-06-15T15:49:27.961Z] [Pipeline] } [2020-06-15T15:49:27.979Z] $ docker stop --time=1 581d9e882c8c4df36cf33851a4b013200fe75c2e712c76c97b9d886661ce80c2 [2020-06-15T15:49:30.598Z] $ docker rm -f 581d9e882c8c4df36cf33851a4b013200fe75c2e712c76c97b9d886661ce80c2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:49:31.420Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-15T15:49:31.420Z] [2020-06-15T15:49:31.420Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:49:31.737Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-15T15:49:31.738Z] latest: Pulling from edgex-devops/edgex-klar [2020-06-15T15:49:31.738Z] e7c96db7181b: Pulling fs layer [2020-06-15T15:49:31.738Z] 1868ca2cb446: Pulling fs layer [2020-06-15T15:49:31.738Z] 136be5d0fe8e: Pulling fs layer [2020-06-15T15:49:31.738Z] 894bfe63afcb: Pulling fs layer [2020-06-15T15:49:31.738Z] 894bfe63afcb: Waiting [2020-06-15T15:49:31.738Z] 1868ca2cb446: Download complete [2020-06-15T15:49:31.738Z] 136be5d0fe8e: Verifying Checksum [2020-06-15T15:49:31.738Z] 136be5d0fe8e: Download complete [2020-06-15T15:49:31.738Z] e7c96db7181b: Verifying Checksum [2020-06-15T15:49:31.738Z] e7c96db7181b: Download complete [2020-06-15T15:49:31.738Z] 894bfe63afcb: Verifying Checksum [2020-06-15T15:49:31.738Z] 894bfe63afcb: Download complete [2020-06-15T15:49:32.000Z] e7c96db7181b: Pull complete [2020-06-15T15:49:32.000Z] 1868ca2cb446: Pull complete [2020-06-15T15:49:32.261Z] 136be5d0fe8e: Pull complete [2020-06-15T15:49:32.523Z] 894bfe63afcb: Pull complete [2020-06-15T15:49:32.523Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-06-15T15:49:32.523Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-15T15:49:32.523Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-06-15T15:49:32.621Z] prd-centos7-docker-4c-2g-3028 does not seem to be running inside a container [2020-06-15T15:49:32.672Z] $ 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-15T15:49:33.829Z] $ docker top 1c1952f6e3287ae93d0f6a4a9af869804db81f0eaf076ca66f25521a8a55cc9a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-15T15:49:34.246Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:f040f91db28658e22aee59e3eddee7a4993b8cd8 [2020-06-15T15:49:34.246Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-15T15:49:37.629Z] $ docker stop --time=1 1c1952f6e3287ae93d0f6a4a9af869804db81f0eaf076ca66f25521a8a55cc9a [2020-06-15T15:49:38.959Z] $ docker rm -f 1c1952f6e3287ae93d0f6a4a9af869804db81f0eaf076ca66f25521a8a55cc9a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:49:39.381Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-15T15:49:39.382Z] . [Pipeline] withDockerContainer [2020-06-15T15:49:39.466Z] prd-centos7-docker-4c-2g-3028 does not seem to be running inside a container [2020-06-15T15:49:39.509Z] $ 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-15T15:49:40.225Z] $ docker top 82a6284e930919bd8b1321beb195dea9eec87e3a2d87b0f9b6eb5cdf51e651f1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-15T15:49:40.677Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:f040f91db28658e22aee59e3eddee7a4993b8cd8 [2020-06-15T15:49:40.677Z] + tee [2020-06-15T15:49:40.677Z] clair timeout 1m0s [2020-06-15T15:49:40.677Z] docker timeout: 1m0s [2020-06-15T15:49:40.677Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-15T15:49:41.308Z] $ docker stop --time=1 82a6284e930919bd8b1321beb195dea9eec87e3a2d87b0f9b6eb5cdf51e651f1 [2020-06-15T15:49:42.619Z] $ docker rm -f 82a6284e930919bd8b1321beb195dea9eec87e3a2d87b0f9b6eb5cdf51e651f1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-06-15T15:49:43.013Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports [Pipeline] echo [2020-06-15T15:49:43.023Z] Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports/clair_results_docker-device-mqtt-go_f040f91db28658e22aee59e3eddee7a4993b8cd8.html [Pipeline] writeFile [Pipeline] step [2020-06-15T15:49:43.051Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:49:43.475Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-15T15:49:43.475Z] . [Pipeline] withDockerContainer [2020-06-15T15:49:44.491Z] prd-centos7-docker-4c-2g-3028 does not seem to be running inside a container [2020-06-15T15:49:44.539Z] $ 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-15T15:49:45.045Z] $ docker top c4ce48501f89831276c31ab3e04054f4147aa54db28ae3c3691d13e1f2f8363e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-15T15:49:45.490Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:f040f91db28658e22aee59e3eddee7a4993b8cd8 [2020-06-15T15:49:45.490Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-15T15:49:48.878Z] $ docker stop --time=1 c4ce48501f89831276c31ab3e04054f4147aa54db28ae3c3691d13e1f2f8363e [2020-06-15T15:49:50.196Z] $ docker rm -f c4ce48501f89831276c31ab3e04054f4147aa54db28ae3c3691d13e1f2f8363e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:49:50.592Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-15T15:49:50.593Z] . [Pipeline] withDockerContainer [2020-06-15T15:49:50.678Z] prd-centos7-docker-4c-2g-3028 does not seem to be running inside a container [2020-06-15T15:49:50.720Z] $ 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-15T15:49:51.221Z] $ docker top d1b44589c9863fc3083eeb728d9d129bad80de829e0dc66b6ead13be492a52cf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-15T15:49:51.656Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:f040f91db28658e22aee59e3eddee7a4993b8cd8 [2020-06-15T15:49:51.656Z] + tee [2020-06-15T15:49:51.656Z] clair timeout 1m0s [2020-06-15T15:49:51.656Z] docker timeout: 1m0s [2020-06-15T15:49:51.656Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-15T15:49:52.284Z] $ docker stop --time=1 d1b44589c9863fc3083eeb728d9d129bad80de829e0dc66b6ead13be492a52cf [2020-06-15T15:49:53.623Z] $ docker rm -f d1b44589c9863fc3083eeb728d9d129bad80de829e0dc66b6ead13be492a52cf [Pipeline] // withDockerContainer [Pipeline] sh [2020-06-15T15:49:54.017Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports [Pipeline] echo [2020-06-15T15:49:54.029Z] Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports/clair_results_docker-device-mqtt-go-arm64_f040f91db28658e22aee59e3eddee7a4993b8cd8.html [Pipeline] writeFile [Pipeline] step [2020-06-15T15:49:54.066Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:49:54.594Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-15T15:49:54.594Z] . [Pipeline] withDockerContainer [2020-06-15T15:49:54.677Z] prd-centos7-docker-4c-2g-3028 does not seem to be running inside a container [2020-06-15T15:49:54.719Z] $ 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-15T15:49:55.233Z] $ docker top b4c19a72feace71264d8206751bb3956b8f32e3c2f67b94b6dd86db6cda84c81 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-15T15:49:55.396Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-15T15:49:55.396Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-15T15:49:55.582Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-15T15:49:55.589Z] $ docker exec b4c19a72feace71264d8206751bb3956b8f32e3c2f67b94b6dd86db6cda84c81 ssh-agent [2020-06-15T15:49:55.732Z] SSH_AUTH_SOCK=/tmp/ssh-H122CURf9kMA/agent.13 [2020-06-15T15:49:55.732Z] SSH_AGENT_PID=18 [2020-06-15T15:49:55.737Z] Running ssh-add (command line suppressed) [2020-06-15T15:49:55.861Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_8647789278542351854.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_8647789278542351854.key) [2020-06-15T15:49:55.905Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-15T15:49:56.216Z] + git semver tag [2020-06-15T15:49:56.216Z] # -> Open(): unable to determine branch for HEAD [2020-06-15T15:49:56.216Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2020-06-15T15:49:56.216Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2020-06-15T15:49:56.216Z] # $SEMVER_REMOTE_NAME = origin [2020-06-15T15:49:56.216Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-15T15:49:56.216Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-15T15:49:56.216Z] # $SEMVER_BRANCH = master [2020-06-15T15:49:56.216Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [2020-06-15T15:49:56.216Z] # f040f91db28658e22aee59e3eddee7a4993b8cd8 HEAD [2020-06-15T15:49:56.216Z] # -> Force: false [2020-06-15T15:49:56.476Z] # 9c78ccc194fd842fb37a3de34432c106a5e39271 refs/tags/v1.2.1 [Pipeline] } [2020-06-15T15:49:56.491Z] $ docker exec --env ******** --env ******** b4c19a72feace71264d8206751bb3956b8f32e3c2f67b94b6dd86db6cda84c81 ssh-agent -k [2020-06-15T15:49:56.608Z] unset SSH_AUTH_SOCK; [2020-06-15T15:49:56.608Z] unset SSH_AGENT_PID; [2020-06-15T15:49:56.608Z] echo Agent pid 18 killed; [2020-06-15T15:49:56.644Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-15T15:49:57.007Z] + git semver [Pipeline] } [2020-06-15T15:49:57.027Z] $ docker stop --time=1 b4c19a72feace71264d8206751bb3956b8f32e3c2f67b94b6dd86db6cda84c81 [2020-06-15T15:49:58.350Z] $ docker rm -f b4c19a72feace71264d8206751bb3956b8f32e3c2f67b94b6dd86db6cda84c81 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:49:58.845Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-15T15:49:58.845Z] [2020-06-15T15:49:58.845Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:49:59.165Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-15T15:49:59.165Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-06-15T15:49:59.165Z] ab5ef0e58194: Pulling fs layer [2020-06-15T15:49:59.165Z] 9712f1f96733: Pulling fs layer [2020-06-15T15:49:59.165Z] 63f879dbbcfc: Pulling fs layer [2020-06-15T15:49:59.165Z] 0d9ebad4ef96: Pulling fs layer [2020-06-15T15:49:59.165Z] e9a5061849ea: Pulling fs layer [2020-06-15T15:49:59.165Z] d747dcd14b5f: Pulling fs layer [2020-06-15T15:49:59.165Z] 2de7ff778b66: Pulling fs layer [2020-06-15T15:49:59.165Z] e9a5061849ea: Waiting [2020-06-15T15:49:59.165Z] d747dcd14b5f: Waiting [2020-06-15T15:49:59.165Z] 2de7ff778b66: Waiting [2020-06-15T15:49:59.165Z] 0d9ebad4ef96: Waiting [2020-06-15T15:49:59.165Z] 9712f1f96733: Verifying Checksum [2020-06-15T15:49:59.165Z] 9712f1f96733: Download complete [2020-06-15T15:49:59.757Z] 63f879dbbcfc: Verifying Checksum [2020-06-15T15:49:59.757Z] 63f879dbbcfc: Download complete [2020-06-15T15:49:59.757Z] e9a5061849ea: Verifying Checksum [2020-06-15T15:49:59.757Z] e9a5061849ea: Download complete [2020-06-15T15:50:00.018Z] d747dcd14b5f: Verifying Checksum [2020-06-15T15:50:00.018Z] d747dcd14b5f: Download complete [2020-06-15T15:50:00.018Z] 0d9ebad4ef96: Verifying Checksum [2020-06-15T15:50:00.018Z] 0d9ebad4ef96: Download complete [2020-06-15T15:50:00.018Z] ab5ef0e58194: Verifying Checksum [2020-06-15T15:50:00.018Z] ab5ef0e58194: Download complete [2020-06-15T15:50:00.279Z] 2de7ff778b66: Verifying Checksum [2020-06-15T15:50:00.279Z] 2de7ff778b66: Download complete [2020-06-15T15:50:04.519Z] ab5ef0e58194: Pull complete [2020-06-15T15:50:04.519Z] 9712f1f96733: Pull complete [2020-06-15T15:50:07.063Z] 63f879dbbcfc: Pull complete [2020-06-15T15:50:13.663Z] 0d9ebad4ef96: Pull complete [2020-06-15T15:50:15.046Z] e9a5061849ea: Pull complete [2020-06-15T15:50:15.046Z] d747dcd14b5f: Pull complete [2020-06-15T15:50:17.607Z] 2de7ff778b66: Pull complete [2020-06-15T15:50:17.607Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-06-15T15:50:17.607Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-15T15:50:17.607Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-06-15T15:50:17.733Z] prd-centos7-docker-4c-2g-3028 does not seem to be running inside a container [2020-06-15T15:50:17.779Z] $ 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-15T15:50:22.066Z] $ docker top 675593d2c513beb8d3bd3b4a159e12072fb9bab591768b7380089fdbcb0ac9ee -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-06-15T15:50:22.197Z] provisioning config files... [2020-06-15T15:50:22.204Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config2271207755634748916tmp [2020-06-15T15:50:22.217Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config1022333719511089266tmp [2020-06-15T15:50:22.229Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config8117185168351560335tmp [Pipeline] { [Pipeline] echo [2020-06-15T15:50:22.260Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-15T15:50:22.554Z] ---> sigul-configuration.sh [2020-06-15T15:50:22.554Z] gpg: directory `/root/.gnupg' created [2020-06-15T15:50:22.554Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-06-15T15:50:22.554Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-06-15T15:50:22.554Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-06-15T15:50:22.554Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-06-15T15:50:22.554Z] gpg: CAST5 encrypted data [2020-06-15T15:50:22.813Z] gpg: encrypted with 1 passphrase [2020-06-15T15:50:22.813Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-06-15T15:50:23.101Z] + mkdir /home/jenkins [2020-06-15T15:50:23.101Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-06-15T15:50:23.390Z] + 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-15T15:50:23.400Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-15T15:50:23.686Z] ---> sigul-install.sh [2020-06-15T15:50:27.884Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-06-15T15:50:28.433Z] + git tag --list [2020-06-15T15:50:28.433Z] v1.2.1 [Pipeline] sh [2020-06-15T15:50:28.726Z] + lftools sign git-tag v1.2.1 [2020-06-15T15:50:29.719Z] Signing Git tag with Sigul... [2020-06-15T15:50:29.719Z] Signing v1.2.1 [Pipeline] echo [2020-06-15T15:50:30.688Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-15T15:50:30.979Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-06-15T15:50:30.987Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-06-15T15:50:31.038Z] $ docker stop --time=1 675593d2c513beb8d3bd3b4a159e12072fb9bab591768b7380089fdbcb0ac9ee [2020-06-15T15:50:32.742Z] $ docker rm -f 675593d2c513beb8d3bd3b4a159e12072fb9bab591768b7380089fdbcb0ac9ee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:50:33.277Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-15T15:50:33.277Z] . [Pipeline] withDockerContainer [2020-06-15T15:50:33.364Z] prd-centos7-docker-4c-2g-3028 does not seem to be running inside a container [2020-06-15T15:50:33.408Z] $ 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-15T15:50:33.946Z] $ docker top cc259909d985f7a3f0a1f019b9c52bdfb0f100296ada63a5249386a258b90504 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-15T15:50:34.119Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-15T15:50:34.119Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-15T15:50:34.295Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-15T15:50:34.302Z] $ docker exec cc259909d985f7a3f0a1f019b9c52bdfb0f100296ada63a5249386a258b90504 ssh-agent [2020-06-15T15:50:34.452Z] SSH_AUTH_SOCK=/tmp/ssh-Gzp5KxjKbnlN/agent.11 [2020-06-15T15:50:34.452Z] SSH_AGENT_PID=16 [2020-06-15T15:50:34.457Z] Running ssh-add (command line suppressed) [2020-06-15T15:50:34.590Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_801445932537397449.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_801445932537397449.key) [2020-06-15T15:50:34.636Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-15T15:50:34.939Z] + git semver bump pre [2020-06-15T15:50:34.939Z] # -> Open(): unable to determine branch for HEAD [2020-06-15T15:50:34.939Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2020-06-15T15:50:34.939Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2020-06-15T15:50:34.939Z] # $SEMVER_REMOTE_NAME = origin [2020-06-15T15:50:34.939Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-15T15:50:34.939Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-15T15:50:34.939Z] # $SEMVER_BRANCH = master [2020-06-15T15:50:34.939Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [2020-06-15T15:50:34.939Z] 1.2.2-dev.1 [Pipeline] } [2020-06-15T15:50:34.954Z] $ docker exec --env ******** --env ******** cc259909d985f7a3f0a1f019b9c52bdfb0f100296ada63a5249386a258b90504 ssh-agent -k [2020-06-15T15:50:35.072Z] unset SSH_AUTH_SOCK; [2020-06-15T15:50:35.072Z] unset SSH_AGENT_PID; [2020-06-15T15:50:35.072Z] echo Agent pid 16 killed; [2020-06-15T15:50:35.118Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-15T15:50:35.472Z] + git semver [Pipeline] } [2020-06-15T15:50:35.492Z] $ docker stop --time=1 cc259909d985f7a3f0a1f019b9c52bdfb0f100296ada63a5249386a258b90504 [2020-06-15T15:50:36.811Z] $ docker rm -f cc259909d985f7a3f0a1f019b9c52bdfb0f100296ada63a5249386a258b90504 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:50:37.235Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-15T15:50:37.235Z] . [Pipeline] withDockerContainer [2020-06-15T15:50:37.330Z] prd-centos7-docker-4c-2g-3028 does not seem to be running inside a container [2020-06-15T15:50:37.370Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-15T15:50:37.922Z] $ docker top 12bc4ac774f8b768c3e983cce3452eba2cb93e82dbceff386cf0af3acfd8c6ab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-15T15:50:38.107Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-15T15:50:38.107Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-15T15:50:38.286Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-15T15:50:38.294Z] $ docker exec 12bc4ac774f8b768c3e983cce3452eba2cb93e82dbceff386cf0af3acfd8c6ab ssh-agent [2020-06-15T15:50:38.458Z] SSH_AUTH_SOCK=/tmp/ssh-DVVDcUIFP8t7/agent.11 [2020-06-15T15:50:38.458Z] SSH_AGENT_PID=17 [2020-06-15T15:50:38.465Z] Running ssh-add (command line suppressed) [2020-06-15T15:50:38.592Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_6578078284899676833.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_6578078284899676833.key) [2020-06-15T15:50:38.639Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-15T15:50:38.941Z] + git semver push [2020-06-15T15:50:38.941Z] # -> Open(): unable to determine branch for HEAD [2020-06-15T15:50:38.941Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2020-06-15T15:50:38.941Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2020-06-15T15:50:38.941Z] # $SEMVER_REMOTE_NAME = origin [2020-06-15T15:50:38.941Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-15T15:50:38.941Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-15T15:50:38.941Z] # $SEMVER_BRANCH = master [2020-06-15T15:50:38.941Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [2020-06-15T15:50:43.141Z] git-semver-push: object not found [Pipeline] } [2020-06-15T15:50:43.157Z] $ docker exec --env ******** --env ******** 12bc4ac774f8b768c3e983cce3452eba2cb93e82dbceff386cf0af3acfd8c6ab ssh-agent -k [2020-06-15T15:50:43.267Z] unset SSH_AUTH_SOCK; [2020-06-15T15:50:43.268Z] unset SSH_AGENT_PID; [2020-06-15T15:50:43.268Z] echo Agent pid 17 killed; [2020-06-15T15:50:43.308Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-15T15:50:43.396Z] $ docker stop --time=1 12bc4ac774f8b768c3e983cce3452eba2cb93e82dbceff386cf0af3acfd8c6ab [2020-06-15T15:50:44.719Z] $ docker rm -f 12bc4ac774f8b768c3e983cce3452eba2cb93e82dbceff386cf0af3acfd8c6ab [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-15T15:50:45.364Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-15T15:50:45.920Z] ---> package-listing.sh [2020-06-15T15:50:45.920Z] ++ facter osfamily [2020-06-15T15:50:45.920Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-15T15:50:45.920Z] + OS_FAMILY=redhat [2020-06-15T15:50:45.920Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_master [2020-06-15T15:50:45.920Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-15T15:50:45.920Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-15T15:50:45.920Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-15T15:50:45.920Z] + PACKAGES=/tmp/packages_start.txt [2020-06-15T15:50:45.920Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' [2020-06-15T15:50:45.920Z] + PACKAGES=/tmp/packages_end.txt [2020-06-15T15:50:45.920Z] + case "${OS_FAMILY}" in [2020-06-15T15:50:45.920Z] + rpm -qa [2020-06-15T15:50:45.920Z] + sort [2020-06-15T15:50:50.128Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-15T15:50:50.128Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-15T15:50:50.128Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-15T15:50:50.128Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' [2020-06-15T15:50:50.128Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/archives/ [2020-06-15T15:50:50.128Z] + 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-15T15:50:50.652Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-15T15:50:50.652Z] [2020-06-15T15:50:50.652Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-15T15:50:50.982Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-15T15:50:50.982Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-15T15:50:50.982Z] c9b1b535fdd9: Pulling fs layer [2020-06-15T15:50:50.982Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-15T15:50:50.982Z] 756a868c4378: Pulling fs layer [2020-06-15T15:50:50.982Z] 444b2fc9a129: Pulling fs layer [2020-06-15T15:50:50.982Z] ea15f1150254: Pulling fs layer [2020-06-15T15:50:50.982Z] 41b27a9f41bf: Pulling fs layer [2020-06-15T15:50:50.982Z] 28c525ee5125: Pulling fs layer [2020-06-15T15:50:50.982Z] 094b1ea09ed8: Pulling fs layer [2020-06-15T15:50:50.982Z] 138eaada9080: Pulling fs layer [2020-06-15T15:50:50.982Z] 0622d0fa9048: Pulling fs layer [2020-06-15T15:50:50.982Z] 28c525ee5125: Waiting [2020-06-15T15:50:50.982Z] 444b2fc9a129: Waiting [2020-06-15T15:50:50.982Z] 094b1ea09ed8: Waiting [2020-06-15T15:50:50.982Z] ea15f1150254: Waiting [2020-06-15T15:50:50.982Z] 41b27a9f41bf: Waiting [2020-06-15T15:50:50.982Z] 0622d0fa9048: Waiting [2020-06-15T15:50:50.982Z] 2cc5ad85d9ab: Download complete [2020-06-15T15:50:50.982Z] 444b2fc9a129: Verifying Checksum [2020-06-15T15:50:50.982Z] 444b2fc9a129: Download complete [2020-06-15T15:50:50.982Z] c9b1b535fdd9: Verifying Checksum [2020-06-15T15:50:50.982Z] c9b1b535fdd9: Download complete [2020-06-15T15:50:50.982Z] ea15f1150254: Verifying Checksum [2020-06-15T15:50:50.982Z] ea15f1150254: Download complete [2020-06-15T15:50:51.250Z] 28c525ee5125: Verifying Checksum [2020-06-15T15:50:51.250Z] 28c525ee5125: Download complete [2020-06-15T15:50:51.250Z] 756a868c4378: Verifying Checksum [2020-06-15T15:50:51.250Z] 756a868c4378: Download complete [2020-06-15T15:50:51.518Z] c9b1b535fdd9: Pull complete [2020-06-15T15:50:51.518Z] 138eaada9080: Verifying Checksum [2020-06-15T15:50:51.518Z] 138eaada9080: Download complete [2020-06-15T15:50:51.778Z] 0622d0fa9048: Verifying Checksum [2020-06-15T15:50:51.778Z] 0622d0fa9048: Download complete [2020-06-15T15:50:51.778Z] 094b1ea09ed8: Verifying Checksum [2020-06-15T15:50:51.778Z] 094b1ea09ed8: Download complete [2020-06-15T15:50:52.040Z] 41b27a9f41bf: Verifying Checksum [2020-06-15T15:50:52.040Z] 41b27a9f41bf: Download complete [2020-06-15T15:50:52.303Z] 2cc5ad85d9ab: Pull complete [2020-06-15T15:50:53.702Z] 756a868c4378: Pull complete [2020-06-15T15:50:53.702Z] 444b2fc9a129: Pull complete [2020-06-15T15:50:53.965Z] ea15f1150254: Pull complete [2020-06-15T15:50:57.268Z] 41b27a9f41bf: Pull complete [2020-06-15T15:50:57.529Z] 28c525ee5125: Pull complete [2020-06-15T15:51:00.077Z] 094b1ea09ed8: Pull complete [2020-06-15T15:51:00.077Z] 138eaada9080: Pull complete [2020-06-15T15:51:00.337Z] 0622d0fa9048: Pull complete [2020-06-15T15:51:00.337Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-15T15:51:00.337Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-15T15:51:00.337Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-15T15:51:00.444Z] prd-centos7-docker-4c-2g-3028 does not seem to be running inside a container [2020-06-15T15:51:00.490Z] $ 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-15T15:51:03.942Z] $ docker top 4519e563e3da94a9fc750c3da8b7cf8882e0a7bf03622c03cbff6c785c2d3c8c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-15T15:51:04.104Z] provisioning config files... [2020-06-15T15:51:04.119Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config3406973435012119997tmp [Pipeline] { [Pipeline] echo [2020-06-15T15:51:04.156Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-15T15:51:04.463Z] ---> create-netrc.sh [Pipeline] echo [2020-06-15T15:51:04.477Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-15T15:51:04.769Z] ---> logs-deploy.sh [2020-06-15T15:51:04.769Z] + ARCHIVE_ARTIFACTS= [2020-06-15T15:51:04.769Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-15T15:51:04.769Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-15T15:51:04.769Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-15T15:51:04.769Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/11 [2020-06-15T15:51:04.769Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-mqtt-go/job/master/11/ [2020-06-15T15:51:04.769Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/11 /w/workspace/gexfoundry_device-mqtt-go_master [2020-06-15T15:51:05.708Z] Archives upload complete. [2020-06-15T15:51:05.967Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/11 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-mqtt-go/job/master/11/