Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 49672cc0825fc2b257ef421e8ddc02da382ee60a Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 370697454611dc68c0596e0d0a50477a8de841a8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, goVersion:1.13, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-mqtt-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: true [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-3537 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git > git init /w/workspace/gexfoundry_device-mqtt-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision 49672cc0825fc2b257ef421e8ddc02da382ee60a (master) > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 49672cc0825fc2b257ef421e8ddc02da382ee60a # timeout=10 Commit message: "Merge pull request #153 from jamesrgregg/update-pr-template" > git rev-list --no-walk f040f91db28658e22aee59e3eddee7a4993b8cd8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:48:50 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:48:50 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:48:50 ========================================================= 09:48:50 EdgeX Global Pipelines Version Info 09:48:50 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:48:52 ------------------- 09:48:52 stable info: 09:48:52 ------------------- 09:48:52 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:48:52 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 09:48:52 Message: update stable to v1.0.89 09:48:53 ------------------- 09:48:53 experimental info: 09:48:53 ------------------- 09:48:53 Commited By: **** collab-it+edgex@linuxfoundation.org 09:48:53 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 09:48:53 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 09:48:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:48:55 09:48:55 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:48:55 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:48:55 latest: Pulling from edgex-devops/git-semver 09:48:55 9123ac7c32f7: Pulling fs layer 09:48:55 b8cc5d1170e3: Pulling fs layer 09:48:55 2924cbbf6a41: Pulling fs layer 09:48:55 93b08a4f1073: Pulling fs layer 09:48:55 93b08a4f1073: Waiting 09:48:55 b8cc5d1170e3: Download complete 09:48:55 9123ac7c32f7: Verifying Checksum 09:48:55 9123ac7c32f7: Download complete 09:48:55 93b08a4f1073: Verifying Checksum 09:48:55 93b08a4f1073: Download complete 09:48:55 2924cbbf6a41: Verifying Checksum 09:48:55 2924cbbf6a41: Download complete 09:48:55 9123ac7c32f7: Pull complete 09:48:56 b8cc5d1170e3: Pull complete 09:48:56 2924cbbf6a41: Pull complete 09:48:56 93b08a4f1073: Pull complete 09:48:56 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 09:48:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:48:56 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:48:57 prd-centos7-docker-4c-2g-3537 does not seem to be running inside a container 09:48:57 $ 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 09:48:59 $ docker top 524c29a996693f60eff49e47b8d2239f72579db1ef2c55ccf96ed1de5f30d9b2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:48:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:48:59 [ssh-agent] Looking for ssh-agent implementation... 09:48:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:48:59 $ docker exec 524c29a996693f60eff49e47b8d2239f72579db1ef2c55ccf96ed1de5f30d9b2 ssh-agent 09:48:59 SSH_AUTH_SOCK=/tmp/ssh-BVQfbtu7HLa2/agent.12 09:48:59 SSH_AGENT_PID=17 09:48:59 Running ssh-add (command line suppressed) 09:48:59 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_485739093427347735.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_485739093427347735.key) 09:48:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:49:00 + git describe --exact-match --tags HEAD 09:49:00 fatal: No names found, cannot describe anything. [Pipeline] } 09:49:00 $ docker exec --env ******** --env ******** 524c29a996693f60eff49e47b8d2239f72579db1ef2c55ccf96ed1de5f30d9b2 ssh-agent -k 09:49:00 unset SSH_AUTH_SOCK; 09:49:00 unset SSH_AGENT_PID; 09:49:00 echo Agent pid 17 killed; 09:49:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 09:49:00 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 09:49:00 This usually means this commit has not been tagged. [Pipeline] sshagent 09:49:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:49:00 [ssh-agent] Looking for ssh-agent implementation... 09:49:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:49:00 $ docker exec 524c29a996693f60eff49e47b8d2239f72579db1ef2c55ccf96ed1de5f30d9b2 ssh-agent 09:49:00 SSH_AUTH_SOCK=/tmp/ssh-P7WlQQ7WbzqJ/agent.46 09:49:00 SSH_AGENT_PID=51 09:49:00 Running ssh-add (command line suppressed) 09:49:01 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_5811637691810314210.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_5811637691810314210.key) 09:49:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:49:01 + git semver init 09:49:01 # -> Open(): unable to determine branch for HEAD 09:49:01 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 09:49:01 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 09:49:01 # $SEMVER_REMOTE_NAME = origin 09:49:01 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:49:01 # $SEMVER_USER_NAME = edgex-jenkins 09:49:01 # $SEMVER_BRANCH = master 09:49:01 # $SEMVER_TEMP = /tmp/semver-426125228 09:49:01 # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP 09:49:02 # '/tmp/semver-426125228' -> '/w/workspace/gexfoundry_device-mqtt-go_master/.semver' 09:49:02 # -> Force: false 09:49:02 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } 09:49:02 $ docker exec --env ******** --env ******** 524c29a996693f60eff49e47b8d2239f72579db1ef2c55ccf96ed1de5f30d9b2 ssh-agent -k 09:49:02 unset SSH_AUTH_SOCK; 09:49:02 unset SSH_AGENT_PID; 09:49:02 echo Agent pid 51 killed; 09:49:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:49:02 + git semver [Pipeline] } 09:49:02 $ docker stop --time=1 524c29a996693f60eff49e47b8d2239f72579db1ef2c55ccf96ed1de5f30d9b2 09:49:04 $ docker rm -f 524c29a996693f60eff49e47b8d2239f72579db1ef2c55ccf96ed1de5f30d9b2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 09:49:04 Stashed 26 file(s) [Pipeline] echo 09:49:04 [edgeXSemver] initialized semver on version 1.2.2-dev.1 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 09:49:19 Still waiting to schedule task 09:49:19 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3537’ 09:49:19 Still waiting to schedule task 09:49:19 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 09:50:53 Running on prd-centos7-docker-4c-2g-3540 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws 09:50:53 Running in /w/workspace/device-mqtt-go/12 [Pipeline] { [Pipeline] checkout 09:50:55 using credential edgex-jenkins-ssh 09:50:55 Cloning the remote Git repository 09:50:55 Cloning with configured refspecs honoured and without tags 09:50:55 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 09:50:55 > git init /w/workspace/device-mqtt-go/12 # timeout=10 09:50:56 Fetching without tags 09:50:56 Checking out Revision 49672cc0825fc2b257ef421e8ddc02da382ee60a (master) 09:50:55 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 09:50:55 > git --version # timeout=10 09:50:55 using GIT_SSH to set credentials SSH Credentials for GitHub 09:50:55 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 09:50:56 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 09:50:56 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 09:50:56 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 09:50:56 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 09:50:56 using GIT_SSH to set credentials SSH Credentials for GitHub 09:50:56 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 09:50:56 > git config core.sparsecheckout # timeout=10 09:50:56 > git checkout -f 49672cc0825fc2b257ef421e8ddc02da382ee60a # timeout=10 09:50:59 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3539 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws 09:50:59 Running in /w/workspace/device-mqtt-go/12 [Pipeline] { [Pipeline] checkout 09:51:00 Commit message: "Merge pull request #153 from jamesrgregg/update-pr-template" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 09:51:00 ========================================================= 09:51:00 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 09:51:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:51:01 + 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 . 09:51:01 Sending build context to Docker daemon 609.3kB 09:51:01 Step 1/8 : ARG BASE=golang:1.13-alpine 09:51:01 Step 2/8 : FROM ${BASE} 09:51:01 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 09:51:01 e6b0cf9c0882: Pulling fs layer 09:51:01 2848faf0eed1: Pulling fs layer 09:51:01 0f37312ad70f: Pulling fs layer 09:51:01 5788d62ee057: Pulling fs layer 09:51:01 0e6b1d234666: Pulling fs layer 09:51:01 bf5d7aec512f: Pulling fs layer 09:51:01 34c802a77dc8: Pulling fs layer 09:51:01 9eb99e56ec68: Pulling fs layer 09:51:01 27c7a5d97fbd: Pulling fs layer 09:51:01 5c102a31e300: Pulling fs layer 09:51:01 dcfb455df0a1: Pulling fs layer 09:51:01 5788d62ee057: Waiting 09:51:01 0e6b1d234666: Waiting 09:51:01 bf5d7aec512f: Waiting 09:51:01 34c802a77dc8: Waiting 09:51:01 9eb99e56ec68: Waiting 09:51:01 27c7a5d97fbd: Waiting 09:51:01 5c102a31e300: Waiting 09:51:01 dcfb455df0a1: Waiting 09:51:01 0f37312ad70f: Verifying Checksum 09:51:01 0f37312ad70f: Download complete 09:51:01 2848faf0eed1: Verifying Checksum 09:51:01 2848faf0eed1: Download complete 09:51:01 0e6b1d234666: Verifying Checksum 09:51:01 0e6b1d234666: Download complete 09:51:01 bf5d7aec512f: Download complete 09:51:01 e6b0cf9c0882: Verifying Checksum 09:51:01 e6b0cf9c0882: Download complete 09:51:02 e6b0cf9c0882: Pull complete 09:51:02 34c802a77dc8: Verifying Checksum 09:51:02 34c802a77dc8: Download complete 09:51:03 27c7a5d97fbd: Verifying Checksum 09:51:03 27c7a5d97fbd: Download complete 09:51:03 5c102a31e300: Verifying Checksum 09:51:03 5c102a31e300: Download complete 09:51:03 5788d62ee057: Verifying Checksum 09:51:03 5788d62ee057: Download complete 09:51:03 dcfb455df0a1: Verifying Checksum 09:51:03 dcfb455df0a1: Download complete 09:51:03 9eb99e56ec68: Verifying Checksum 09:51:03 9eb99e56ec68: Download complete 09:51:04 using credential edgex-jenkins-ssh 09:51:04 Cloning the remote Git repository 09:51:04 Cloning with configured refspecs honoured and without tags 09:51:04 2848faf0eed1: Pull complete 09:51:04 0f37312ad70f: Pull complete 09:51:04 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 09:51:04 > git init /w/workspace/device-mqtt-go/12 # timeout=10 09:51:04 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 09:51:04 > git --version # timeout=10 09:51:04 using GIT_SSH to set credentials SSH Credentials for GitHub 09:51:04 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 09:51:06 Fetching without tags 09:51:06 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 09:51:06 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 09:51:06 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 09:51:06 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 09:51:06 using GIT_SSH to set credentials SSH Credentials for GitHub 09:51:06 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 09:51:08 Checking out Revision 49672cc0825fc2b257ef421e8ddc02da382ee60a (master) 09:51:08 > git config core.sparsecheckout # timeout=10 09:51:08 > git checkout -f 49672cc0825fc2b257ef421e8ddc02da382ee60a # timeout=10 09:51:09 5788d62ee057: Pull complete 09:51:09 0e6b1d234666: Pull complete 09:51:09 bf5d7aec512f: Pull complete 09:51:12 Commit message: "Merge pull request #153 from jamesrgregg/update-pr-template" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 09:51:13 ========================================================= 09:51:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 09:51:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:51:14 + 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 . 09:51:15 Sending build context to Docker daemon 609.3kB 09:51:15 Step 1/8 : ARG BASE=golang:1.13-alpine 09:51:15 Step 2/8 : FROM ${BASE} 09:51:15 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:51:15 cde5963f3b93: Pulling fs layer 09:51:15 2a23fa8c16f7: Pulling fs layer 09:51:15 777b28850792: Pulling fs layer 09:51:15 8a11ddd9e578: Pulling fs layer 09:51:15 4cf88f913ddb: Pulling fs layer 09:51:15 1df406cf5192: Pulling fs layer 09:51:15 cd6300453558: Pulling fs layer 09:51:15 b9c365052c96: Pulling fs layer 09:51:15 a2d8cc88f415: Pulling fs layer 09:51:15 ea1d1ca13537: Pulling fs layer 09:51:15 3750a50a1c5e: Pulling fs layer 09:51:15 8a11ddd9e578: Waiting 09:51:15 4cf88f913ddb: Waiting 09:51:15 1df406cf5192: Waiting 09:51:15 cd6300453558: Waiting 09:51:15 ea1d1ca13537: Waiting 09:51:15 b9c365052c96: Waiting 09:51:15 3750a50a1c5e: Waiting 09:51:15 a2d8cc88f415: Waiting 09:51:15 777b28850792: Verifying Checksum 09:51:15 777b28850792: Download complete 09:51:15 2a23fa8c16f7: Verifying Checksum 09:51:15 2a23fa8c16f7: Download complete 09:51:15 4cf88f913ddb: Download complete 09:51:15 1df406cf5192: Verifying Checksum 09:51:15 1df406cf5192: Download complete 09:51:15 cde5963f3b93: Verifying Checksum 09:51:15 cde5963f3b93: Download complete 09:51:16 cde5963f3b93: Pull complete 09:51:17 2a23fa8c16f7: Pull complete 09:51:17 777b28850792: Pull complete 09:51:17 cd6300453558: Verifying Checksum 09:51:17 cd6300453558: Download complete 09:51:17 a2d8cc88f415: Verifying Checksum 09:51:17 a2d8cc88f415: Download complete 09:51:17 34c802a77dc8: Pull complete 09:51:19 ea1d1ca13537: Verifying Checksum 09:51:19 ea1d1ca13537: Download complete 09:51:19 3750a50a1c5e: Verifying Checksum 09:51:19 3750a50a1c5e: Download complete 09:51:19 9eb99e56ec68: Pull complete 09:51:19 27c7a5d97fbd: Pull complete 09:51:20 5c102a31e300: Pull complete 09:51:20 dcfb455df0a1: Pull complete 09:51:20 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 09:51:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 09:51:20 ---> 7c70fe431013 09:51:20 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 09:51:20 b9c365052c96: Verifying Checksum 09:51:20 b9c365052c96: Download complete 09:51:21 8a11ddd9e578: Download complete 09:51:22 ---> Running in 5c56b4c11e8e 09:51:22 Removing intermediate container 5c56b4c11e8e 09:51:22 ---> f5a51e6740ea 09:51:22 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:51:22 ---> Running in cf62a655d101 09:51:23 Removing intermediate container cf62a655d101 09:51:23 ---> 3b20878632e9 09:51:23 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 09:51:23 ---> Running in d5e01a5f1711 09:51:24 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 09:51:25 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 09:51:25 (1/17) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) 09:51:25 (2/17) Installing libmagic (5.37-r1) 09:51:25 (3/17) Installing file (5.37-r1) 09:51:26 (4/17) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) 09:51:26 (5/17) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) 09:51:26 (6/17) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) 09:51:33 8a11ddd9e578: Pull complete 09:51:33 4cf88f913ddb: Pull complete 09:51:33 1df406cf5192: Pull complete 09:51:36 (7/17) Installing libc-dev (0.7.2-r0) 09:51:36 (8/17) Installing g++ (9.2.0-r4) 09:51:36 cd6300453558: Pull complete 09:51:41 b9c365052c96: Pull complete 09:51:41 (9/17) Installing fortify-headers (1.1-r0) 09:51:41 (10/17) Installing build-base (0.5-r1) 09:51:41 (11/17) Installing openssh-keygen (8.1_p1-r0) 09:51:41 (12/17) Installing libedit (20191211.3.1-r0) 09:51:41 (13/17) Installing openssh-client (8.1_p1-r0) 09:51:41 (14/17) Installing openssh-sftp-server (8.1_p1-r0) 09:51:41 (15/17) Installing openssh-server-common (8.1_p1-r0) 09:51:41 (16/17) Installing openssh-server (8.1_p1-r0) 09:51:41 a2d8cc88f415: Pull complete 09:51:41 (17/17) Installing openssh (8.1_p1-r0) 09:51:41 Executing busybox-1.31.1-r8.trigger 09:51:41 OK: 214 MiB in 52 packages 09:51:43 ea1d1ca13537: Pull complete 09:51:44 3750a50a1c5e: Pull complete 09:51:44 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 09:51:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 09:51:44 ---> 78745c68409d 09:51:44 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 09:51:45 Removing intermediate container d5e01a5f1711 09:51:45 ---> caa9daf799ce 09:51:45 Step 6/8 : WORKDIR /device-mqtt-go 09:51:45 ---> Running in c47e7fd5c783 09:51:45 Removing intermediate container c47e7fd5c783 09:51:45 ---> 6fb29b5c55fc 09:51:45 Step 7/8 : COPY . . 09:51:46 ---> b2100fbe16b2 09:51:46 Step 8/8 : RUN go mod download 09:51:46 ---> Running in c461b8370eac 09:51:48 go: finding github.com/BurntSushi/toml v0.3.1 09:51:48 go: finding github.com/OneOfOne/xxhash v1.2.6 09:51:48 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 09:51:48 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 09:51:48 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 09:51:48 go: finding github.com/bgentry/speakeasy v0.1.0 09:51:48 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 09:51:48 go: finding github.com/davecgh/go-spew v1.1.1 09:51:48 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 09:51:48 go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 09:51:48 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 09:51:48 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 09:51:49 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 09:51:49 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 09:51:49 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 09:51:49 go: finding github.com/fatih/color v1.7.0 09:51:49 go: finding github.com/fxamacker/cbor/v2 v2.2.0 09:51:49 go: finding github.com/go-kit/kit v0.8.0 09:51:49 go: finding github.com/go-logfmt/logfmt v0.4.0 09:51:49 go: finding github.com/go-stack/stack v1.8.0 09:51:49 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 09:51:49 ---> Running in 016dd2c11ef0 09:51:49 Removing intermediate container 016dd2c11ef0 09:51:49 ---> 7bfb6ba7f29a 09:51:49 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:51:49 ---> Running in 166d1fdbcb1b 09:51:49 go: finding github.com/google/uuid v1.1.1 09:51:49 go: finding github.com/gorilla/mux v1.7.1 09:51:49 go: finding github.com/hashicorp/consul/api v1.1.0 09:51:49 go: finding github.com/hashicorp/consul/sdk v0.1.1 09:51:49 go: finding github.com/hashicorp/errwrap v1.0.0 09:51:49 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 09:51:49 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 09:51:49 go: finding github.com/hashicorp/go-msgpack v0.5.3 09:51:49 go: finding github.com/hashicorp/go-multierror v1.0.0 09:51:49 go: finding github.com/hashicorp/go-rootcerts v1.0.0 09:51:49 go: finding github.com/hashicorp/go-sockaddr v1.0.0 09:51:49 go: finding github.com/hashicorp/go-syslog v1.0.0 09:51:49 go: finding github.com/hashicorp/go-uuid v1.0.1 09:51:49 go: finding github.com/hashicorp/go.net v0.0.1 09:51:49 go: finding github.com/hashicorp/golang-lru v0.5.0 09:51:49 go: finding github.com/hashicorp/logutils v1.0.0 09:51:49 go: finding github.com/hashicorp/mdns v1.0.0 09:51:49 go: finding github.com/hashicorp/memberlist v0.1.3 09:51:49 go: finding github.com/hashicorp/serf v0.8.2 09:51:49 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 09:51:49 go: finding github.com/kr/pretty v0.1.0 09:51:49 go: finding github.com/kr/pty v1.1.1 09:51:49 go: finding github.com/kr/text v0.1.0 09:51:49 go: finding github.com/mattn/go-colorable v0.0.9 09:51:50 go: finding github.com/mattn/go-isatty v0.0.3 09:51:50 go: finding github.com/miekg/dns v1.0.14 09:51:50 go: finding github.com/mitchellh/cli v1.0.0 09:51:50 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 09:51:50 go: finding github.com/mitchellh/copystructure v1.0.0 09:51:50 go: finding github.com/mitchellh/go-homedir v1.0.0 09:51:50 go: finding github.com/mitchellh/go-testing-interface v1.0.0 09:51:50 go: finding github.com/mitchellh/gox v0.4.0 09:51:50 go: finding github.com/mitchellh/iochan v1.0.0 09:51:50 go: finding github.com/mitchellh/mapstructure v1.1.2 09:51:50 go: finding github.com/mitchellh/reflectwalk v1.0.0 09:51:50 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 09:51:50 go: finding github.com/pelletier/go-toml v1.2.0 09:51:50 go: finding github.com/pkg/errors v0.8.1 09:51:50 go: finding github.com/pmezard/go-difflib v1.0.0 09:51:50 go: finding github.com/posener/complete v1.1.1 09:51:50 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 09:51:50 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 09:51:50 go: finding github.com/spf13/cast v1.3.0 09:51:50 go: finding github.com/stretchr/objx v0.1.0 09:51:50 go: finding github.com/stretchr/testify v1.5.1 09:51:51 go: finding github.com/ugorji/go v1.1.4 09:51:51 go: finding github.com/x448/float16 v0.8.4 09:51:51 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 09:51:51 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 09:51:51 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 09:51:51 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 09:51:51 go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 09:51:51 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 09:51:51 go: finding gopkg.in/yaml.v2 v2.2.8 09:51:52 Removing intermediate container 166d1fdbcb1b 09:51:52 ---> 004e36a03f22 09:51:52 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 09:51:52 ---> Running in 22bb74bd7d6e 09:51:53 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 09:51:54 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 09:51:54 (1/18) Upgrading libgcc (9.2.0-r3 -> 9.2.0-r4) 09:51:54 (2/18) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) 09:51:54 (3/18) Installing libmagic (5.37-r1) 09:51:54 (4/18) Installing file (5.37-r1) 09:51:55 (5/18) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) 09:51:55 (6/18) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) 09:51:55 (7/18) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) 09:51:59 Removing intermediate container c461b8370eac 09:51:59 ---> f91d494042ff 09:51:59 Successfully built f91d494042ff 09:51:59 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:51:59 + docker inspect -f . ci-base-image-x86_64 09:51:59 . [Pipeline] withDockerContainer 09:51:59 prd-centos7-docker-4c-2g-3540 does not seem to be running inside a container 09:52:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/12 -v /w/workspace/device-mqtt-go/12:/w/workspace/device-mqtt-go/12:rw,z -v /w/workspace/device-mqtt-go/12@tmp:/w/workspace/device-mqtt-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:52:01 $ docker top 61e616a40b45131c926ca80fdf741d04a1795e5d119fe71ef83e4173e27448e8 -eo pid,comm [Pipeline] { [Pipeline] sh 09:52:01 + go version 09:52:01 go version go1.13.5 linux/amd64 [Pipeline] sh 09:52:01 (8/18) Installing libc-dev (0.7.2-r0) 09:52:01 (9/18) Installing g++ (9.2.0-r4) 09:52:01 + make test 09:52:01 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 09:52:03 ? github.com/edgexfoundry/device-mqtt-go [no test files] 09:52:06 (10/18) Installing fortify-headers (1.1-r0) 09:52:06 (11/18) Installing build-base (0.5-r1) 09:52:06 (12/18) Installing openssh-keygen (8.1_p1-r0) 09:52:06 (13/18) Installing libedit (20191211.3.1-r0) 09:52:06 (14/18) Installing openssh-client (8.1_p1-r0) 09:52:07 (15/18) Installing openssh-sftp-server (8.1_p1-r0) 09:52:07 (16/18) Installing openssh-server-common (8.1_p1-r0) 09:52:07 (17/18) Installing openssh-server (8.1_p1-r0) 09:52:07 (18/18) Installing openssh (8.1_p1-r0) 09:52:07 Executing busybox-1.31.1-r8.trigger 09:52:07 OK: 203 MiB in 52 packages 09:52:13 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 09:52:13 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.007s coverage: 28.3% of statements 09:52:13 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 09:52:13 CGO_ENABLED=0 GO111MODULE=on go vet ./... 09:52:14 Removing intermediate container 22bb74bd7d6e 09:52:14 ---> a334c02dfb33 09:52:14 Step 6/8 : WORKDIR /device-mqtt-go 09:52:14 ---> Running in b74de7b17049 09:52:14 Removing intermediate container b74de7b17049 09:52:14 ---> 713df4bc93f2 09:52:14 Step 7/8 : COPY . . 09:52:14 gofmt -l . 09:52:14 ["`gofmt -l .`" = ""] 09:52:14 ./bin/test-attribution-txt.sh 09:52:15 ---> 972c907e287f 09:52:15 Step 8/8 : RUN go mod download 09:52:15 ---> Running in 94c3ce4eedd5 09:52:15 ./bin/test-go-mod-tidy.sh [Pipeline] stash 09:52:16 Stashed 1 file(s) [Pipeline] } 09:52:16 $ docker stop --time=1 61e616a40b45131c926ca80fdf741d04a1795e5d119fe71ef83e4173e27448e8 09:52:17 go: finding github.com/BurntSushi/toml v0.3.1 09:52:17 go: finding github.com/OneOfOne/xxhash v1.2.6 09:52:17 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 09:52:17 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 09:52:17 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 09:52:17 go: finding github.com/bgentry/speakeasy v0.1.0 09:52:17 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 09:52:17 go: finding github.com/davecgh/go-spew v1.1.1 09:52:17 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 09:52:17 go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 09:52:17 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 09:52:17 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 09:52:17 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 09:52:17 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 09:52:17 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 09:52:17 go: finding github.com/fatih/color v1.7.0 09:52:17 go: finding github.com/fxamacker/cbor/v2 v2.2.0 09:52:17 go: finding github.com/go-kit/kit v0.8.0 09:52:17 go: finding github.com/go-logfmt/logfmt v0.4.0 09:52:17 go: finding github.com/go-stack/stack v1.8.0 09:52:17 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 09:52:17 go: finding github.com/google/uuid v1.1.1 09:52:17 go: finding github.com/gorilla/mux v1.7.1 09:52:17 go: finding github.com/hashicorp/consul/api v1.1.0 09:52:17 go: finding github.com/hashicorp/consul/sdk v0.1.1 09:52:17 go: finding github.com/hashicorp/errwrap v1.0.0 09:52:17 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 09:52:17 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 09:52:17 go: finding github.com/hashicorp/go-msgpack v0.5.3 09:52:17 go: finding github.com/hashicorp/go-multierror v1.0.0 09:52:17 go: finding github.com/hashicorp/go-rootcerts v1.0.0 09:52:18 go: finding github.com/hashicorp/go-sockaddr v1.0.0 09:52:18 go: finding github.com/hashicorp/go-syslog v1.0.0 09:52:18 go: finding github.com/hashicorp/go-uuid v1.0.1 09:52:18 go: finding github.com/hashicorp/go.net v0.0.1 09:52:18 go: finding github.com/hashicorp/golang-lru v0.5.0 09:52:18 go: finding github.com/hashicorp/logutils v1.0.0 09:52:18 go: finding github.com/hashicorp/mdns v1.0.0 09:52:18 go: finding github.com/hashicorp/memberlist v0.1.3 09:52:18 go: finding github.com/hashicorp/serf v0.8.2 09:52:18 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 09:52:18 go: finding github.com/kr/pretty v0.1.0 09:52:18 go: finding github.com/kr/pty v1.1.1 09:52:18 go: finding github.com/kr/text v0.1.0 09:52:18 go: finding github.com/mattn/go-colorable v0.0.9 09:52:18 go: finding github.com/mattn/go-isatty v0.0.3 09:52:18 go: finding github.com/miekg/dns v1.0.14 09:52:18 go: finding github.com/mitchellh/cli v1.0.0 09:52:18 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 09:52:18 go: finding github.com/mitchellh/copystructure v1.0.0 09:52:18 go: finding github.com/mitchellh/go-homedir v1.0.0 09:52:18 go: finding github.com/mitchellh/go-testing-interface v1.0.0 09:52:18 go: finding github.com/mitchellh/gox v0.4.0 09:52:18 go: finding github.com/mitchellh/iochan v1.0.0 09:52:18 go: finding github.com/mitchellh/mapstructure v1.1.2 09:52:18 go: finding github.com/mitchellh/reflectwalk v1.0.0 09:52:18 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 09:52:18 go: finding github.com/pelletier/go-toml v1.2.0 09:52:18 go: finding github.com/pkg/errors v0.8.1 09:52:18 go: finding github.com/pmezard/go-difflib v1.0.0 09:52:18 go: finding github.com/posener/complete v1.1.1 09:52:18 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 09:52:18 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 09:52:18 go: finding github.com/spf13/cast v1.3.0 09:52:18 go: finding github.com/stretchr/objx v0.1.0 09:52:18 go: finding github.com/stretchr/testify v1.5.1 09:52:18 go: finding github.com/ugorji/go v1.1.4 09:52:18 go: finding github.com/x448/float16 v0.8.4 09:52:18 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 09:52:18 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 09:52:18 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 09:52:18 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 09:52:18 go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 09:52:18 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 09:52:18 go: finding gopkg.in/yaml.v2 v2.2.8 09:52:18 $ docker rm -f 61e616a40b45131c926ca80fdf741d04a1795e5d119fe71ef83e4173e27448e8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 09:52:20 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:52:20 + ls -al . 09:52:20 total 100 09:52:20 drwxrwxr-x. 10 jenkins jenkins 4096 Jun 18 09:52 . 09:52:20 drwxrwxr-x. 4 jenkins jenkins 30 Jun 18 09:50 .. 09:52:20 -rw-rw-r--. 1 jenkins jenkins 4678 Jun 18 09:50 Attribution.txt 09:52:20 drwxrwxr-x. 2 jenkins jenkins 87 Jun 18 09:50 bin 09:52:20 drwxrwxr-x. 3 jenkins jenkins 32 Jun 18 09:50 cmd 09:52:20 -rw-r--r--. 1 jenkins jenkins 18939 Jun 18 09:52 coverage.out 09:52:20 -rw-rw-r--. 1 jenkins jenkins 1776 Jun 18 09:50 Dockerfile 09:52:20 -rw-rw-r--. 1 jenkins jenkins 953 Jun 18 09:50 Dockerfile.build 09:52:20 -rw-rw-r--. 1 jenkins jenkins 140 Jun 18 09:50 .dockerignore 09:52:20 drwxrwxr-x. 8 jenkins jenkins 162 Jun 18 09:51 .git 09:52:20 drwxrwxr-x. 2 jenkins jenkins 38 Jun 18 09:50 .github 09:52:20 -rw-rw-r--. 1 jenkins jenkins 328 Jun 18 09:50 .gitignore 09:52:20 -rw-r--r--. 1 jenkins jenkins 510 Jun 18 09:52 go.mod 09:52:20 -rw-r--r--. 1 jenkins jenkins 13621 Jun 18 09:52 go.sum 09:52:20 drwxrwxr-x. 3 jenkins jenkins 20 Jun 18 09:50 internal 09:52:20 -rw-rw-r--. 1 jenkins jenkins 700 Jun 18 09:50 Jenkinsfile 09:52:20 -rw-rw-r--. 1 jenkins jenkins 11340 Jun 18 09:50 LICENSE 09:52:20 -rw-rw-r--. 1 jenkins jenkins 902 Jun 18 09:50 Makefile 09:52:20 drwxrwxr-x. 2 jenkins jenkins 23 Jun 18 09:50 mock 09:52:20 -rw-rw-r--. 1 jenkins jenkins 444 Jun 18 09:50 README.md 09:52:20 drwxrwxr-x. 3 jenkins jenkins 44 Jun 18 09:51 .semver 09:52:20 drwxrwxr-x. 4 jenkins jenkins 54 Jun 18 09:50 snap 09:52:20 -rw-rw-r--. 1 jenkins jenkins 11 Jun 18 09:49 VERSION 09:52:20 -rw-rw-r--. 1 jenkins jenkins 227 Jun 18 09:50 version.go [Pipeline] isUnix [Pipeline] sh 09:52:21 + docker build -t docker-device-mqtt-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=49672cc0825fc2b257ef421e8ddc02da382ee60a --label arch=amd64 --label version=1.2.2-dev.1 . 09:52:21 Sending build context to Docker daemon 628.7kB 09:52:21 Step 1/21 : ARG BASE=golang:1.13-alpine 09:52:21 Step 2/21 : FROM ${BASE} AS builder 09:52:21 ---> f91d494042ff 09:52:21 Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 09:52:21 ---> Running in 3450961a366a 09:52:21 Removing intermediate container 3450961a366a 09:52:21 ---> 392216a7ad73 09:52:21 Step 4/21 : ARG ALPINE_PKG_EXTRA="" 09:52:21 ---> Running in 978b54d3f405 09:52:21 Removing intermediate container 978b54d3f405 09:52:21 ---> 2620ffb97d32 09:52:21 Step 5/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:52:21 ---> Running in 832fa528bbfd 09:52:22 Removing intermediate container 832fa528bbfd 09:52:22 ---> 937f07649dbf 09:52:22 Step 6/21 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:52:22 ---> Running in c36f471e2ead 09:52:23 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 09:52:23 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 09:52:24 OK: 214 MiB in 52 packages 09:52:24 Removing intermediate container c36f471e2ead 09:52:24 ---> 15a941c0731d 09:52:24 Step 7/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 09:52:24 ---> Running in d81785e87003 09:52:24 Removing intermediate container d81785e87003 09:52:24 ---> 15d81cdd95c3 09:52:24 Step 8/21 : COPY . . 09:52:25 ---> 3caa00b3e82a 09:52:25 Step 9/21 : ARG MAKE='make build' 09:52:25 ---> Running in c7dad258358c 09:52:25 Removing intermediate container c7dad258358c 09:52:25 ---> 710ee90ec1b2 09:52:25 Step 10/21 : RUN $MAKE 09:52:25 ---> Running in c70b03a2a649 09:52:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.2-dev.1" -o cmd/device-mqtt ./cmd 09:52:28 Removing intermediate container 94c3ce4eedd5 09:52:28 ---> 520afd7cb92e 09:52:28 Successfully built 520afd7cb92e 09:52:28 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:52:29 + docker inspect -f . ci-base-image-arm64 09:52:29 . [Pipeline] withDockerContainer 09:52:29 prd-ubuntu18.04-docker-arm64-4c-16g-3539 does not seem to be running inside a container 09:52:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/12 -v /w/workspace/device-mqtt-go/12:/w/workspace/device-mqtt-go/12:rw,z -v /w/workspace/device-mqtt-go/12@tmp:/w/workspace/device-mqtt-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:52:31 $ docker top 37160032286dd4d1f062f0fa6d72769d52888fbbf2f39c39cc2544e5887e0b11 -eo pid,comm [Pipeline] { [Pipeline] sh 09:52:32 + go version 09:52:32 go version go1.13.5 linux/arm64 [Pipeline] sh 09:52:33 + make test 09:52:33 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 09:52:34 ? github.com/edgexfoundry/device-mqtt-go [no test files] 09:52:36 CGO_ENABLED=0 GO111MODULE=on go build ./... 09:52:39 Removing intermediate container c70b03a2a649 09:52:39 ---> b898ce784cc0 09:52:39 Step 11/21 : FROM alpine 09:52:39 latest: Pulling from library/alpine 09:52:39 df20fa9351a1: Pulling fs layer 09:52:39 df20fa9351a1: Verifying Checksum 09:52:39 df20fa9351a1: Download complete 09:52:39 df20fa9351a1: Pull complete 09:52:39 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 09:52:39 Status: Downloaded newer image for alpine:latest 09:52:39 ---> a24bb4013296 09:52:39 Step 12/21 : ENV APP_PORT=49982 09:52:40 ---> Running in 705313305bb2 09:52:40 Removing intermediate container 705313305bb2 09:52:40 ---> df55ed39b41c 09:52:40 Step 13/21 : EXPOSE $APP_PORT 09:52:40 ---> Running in 90e697226739 09:52:40 Removing intermediate container 90e697226739 09:52:40 ---> c49cf21b999e 09:52:40 Step 14/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 09:52:40 ---> 73b292fe2121 09:52:40 Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 09:52:41 ---> 8eaed8ee9037 09:52:41 Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 09:52:41 ---> d455de2a6fcc 09:52:41 Step 17/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 09:52:41 ---> Running in bad466ac94e8 09:52:41 Removing intermediate container bad466ac94e8 09:52:41 ---> 0cc88f44afd1 09:52:41 Step 18/21 : ENTRYPOINT ["/device-mqtt","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] 09:52:41 ---> Running in b593bd279ccf 09:52:41 Removing intermediate container b593bd279ccf 09:52:41 ---> d6ac85b8bf8f 09:52:41 Step 19/21 : LABEL arch=amd64 09:52:41 ---> Running in 5faaa35ef7b8 09:52:41 Removing intermediate container 5faaa35ef7b8 09:52:41 ---> fdbccf1f8c78 09:52:41 Step 20/21 : LABEL git_sha=49672cc0825fc2b257ef421e8ddc02da382ee60a 09:52:41 ---> Running in ea30bcb4d35e 09:52:42 Removing intermediate container ea30bcb4d35e 09:52:42 ---> c09941b76a69 09:52:42 Step 21/21 : LABEL version=1.2.2-dev.1 09:52:42 ---> Running in 39cc5ca5784d 09:52:42 Removing intermediate container 39cc5ca5784d 09:52:42 ---> 0e456e82457a 09:52:42 [Warning] One or more build-args [ARCH] were not consumed 09:52:42 Successfully built 0e456e82457a 09:52:42 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 09:52:42 provisioning config files... 09:52:42 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/12@tmp/config175347684798173766tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:52:42 nexus3.edgexfoundry.org:10001 09:52:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:52:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:52:43 Configure a credential helper to remove this warning. See 09:52:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:52:43 09:52:43 Login Succeeded 09:52:43 nexus3.edgexfoundry.org:10002 09:52:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:52:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:52:43 Configure a credential helper to remove this warning. See 09:52:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:52:43 09:52:43 Login Succeeded 09:52:43 nexus3.edgexfoundry.org:10003 09:52:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:52:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:52:43 Configure a credential helper to remove this warning. See 09:52:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:52:43 09:52:43 Login Succeeded 09:52:43 nexus3.edgexfoundry.org:10004 09:52:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:52:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:52:43 Configure a credential helper to remove this warning. See 09:52:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:52:43 09:52:43 Login Succeeded 09:52:43 docker.io 09:52:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:52:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:52:44 Configure a credential helper to remove this warning. See 09:52:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:52:44 09:52:44 Login Succeeded [Pipeline] } 09:52:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:52:44 [edgeXDocker.push] Tagging docker image docker-device-mqtt-go with the following tags: 09:52:44 49672cc0825fc2b257ef421e8ddc02da382ee60a 09:52:44 latest 09:52:44 1.2.2-dev.1 09:52:44 49672cc0825fc2b257ef421e8ddc02da382ee60a-1.2.2-dev.1 09:52:44 master 09:52:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:52:44 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:49672cc0825fc2b257ef421e8ddc02da382ee60a [Pipeline] isUnix [Pipeline] sh 09:52:44 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:49672cc0825fc2b257ef421e8ddc02da382ee60a 09:52:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 09:52:44 ae9e9cb6e4d6: Preparing 09:52:44 af7545cfbf10: Preparing 09:52:44 ae1ce967469f: Preparing 09:52:44 50644c29ef5a: Preparing 09:52:44 50644c29ef5a: Layer already exists 09:52:44 ae9e9cb6e4d6: Pushed 09:52:44 af7545cfbf10: Pushed 09:52:46 ae1ce967469f: Pushed 09:52:47 49672cc0825fc2b257ef421e8ddc02da382ee60a: digest: sha256:5367accd8ef7d24e17c7dad08adc09b0198527a24fb7782431e116c1795deeaa size: 1154 [Pipeline] isUnix [Pipeline] sh 09:52:47 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [Pipeline] isUnix [Pipeline] sh 09:52:47 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest 09:52:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 09:52:47 ae9e9cb6e4d6: Preparing 09:52:47 af7545cfbf10: Preparing 09:52:47 ae1ce967469f: Preparing 09:52:47 50644c29ef5a: Preparing 09:52:47 af7545cfbf10: Layer already exists 09:52:47 ae9e9cb6e4d6: Layer already exists 09:52:47 50644c29ef5a: Layer already exists 09:52:47 ae1ce967469f: Layer already exists 09:52:47 latest: digest: sha256:5367accd8ef7d24e17c7dad08adc09b0198527a24fb7782431e116c1795deeaa size: 1154 [Pipeline] isUnix [Pipeline] sh 09:52:48 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh 09:52:48 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.2.2-dev.1 09:52:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 09:52:48 ae9e9cb6e4d6: Preparing 09:52:48 af7545cfbf10: Preparing 09:52:48 ae1ce967469f: Preparing 09:52:48 50644c29ef5a: Preparing 09:52:48 ae9e9cb6e4d6: Layer already exists 09:52:48 ae1ce967469f: Layer already exists 09:52:48 50644c29ef5a: Layer already exists 09:52:48 af7545cfbf10: Layer already exists 09:52:48 1.2.2-dev.1: digest: sha256:5367accd8ef7d24e17c7dad08adc09b0198527a24fb7782431e116c1795deeaa size: 1154 [Pipeline] isUnix [Pipeline] sh 09:52:48 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:49672cc0825fc2b257ef421e8ddc02da382ee60a-1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh 09:52:48 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:49672cc0825fc2b257ef421e8ddc02da382ee60a-1.2.2-dev.1 09:52:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 09:52:48 ae9e9cb6e4d6: Preparing 09:52:48 af7545cfbf10: Preparing 09:52:48 ae1ce967469f: Preparing 09:52:48 50644c29ef5a: Preparing 09:52:48 af7545cfbf10: Layer already exists 09:52:48 ae1ce967469f: Layer already exists 09:52:48 50644c29ef5a: Layer already exists 09:52:48 ae9e9cb6e4d6: Layer already exists 09:52:48 49672cc0825fc2b257ef421e8ddc02da382ee60a-1.2.2-dev.1: digest: sha256:5367accd8ef7d24e17c7dad08adc09b0198527a24fb7782431e116c1795deeaa size: 1154 [Pipeline] isUnix [Pipeline] sh 09:52:49 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [Pipeline] isUnix [Pipeline] sh 09:52:49 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master 09:52:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 09:52:49 ae9e9cb6e4d6: Preparing 09:52:49 af7545cfbf10: Preparing 09:52:49 ae1ce967469f: Preparing 09:52:49 50644c29ef5a: Preparing 09:52:49 af7545cfbf10: Layer already exists 09:52:49 50644c29ef5a: Layer already exists 09:52:49 ae9e9cb6e4d6: Layer already exists 09:52:49 ae1ce967469f: Layer already exists 09:52:49 master: digest: sha256:5367accd8ef7d24e17c7dad08adc09b0198527a24fb7782431e116c1795deeaa size: 1154 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh 09:52:50 ++ find /w/workspace/device-mqtt-go/12 09:52:50 ++ grep snapcraft.yaml 09:52:50 + grep -Po '^name: \K(.*)' /w/workspace/device-mqtt-go/12/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:52:50 provisioning config files... 09:52:50 copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/12@tmp/config3247434784014086286tmp [Pipeline] { [Pipeline] sh 09:52:50 + cp /w/workspace/device-mqtt-go/12@tmp/config3247434784014086286tmp /w/workspace/device-mqtt-go/12/edgex-snap-store-login [Pipeline] sh 09:52:51 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/12:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 09:52:51 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 09:52:51 latest: Pulling from edgex-devops/edgex-snap-builder 09:52:51 5bed26d33875: Pulling fs layer 09:52:51 f11b29a9c730: Pulling fs layer 09:52:51 930bda195c84: Pulling fs layer 09:52:51 78bf9a5ad49e: Pulling fs layer 09:52:51 e5fbee5a4b0d: Pulling fs layer 09:52:51 f452fca78f88: Pulling fs layer 09:52:51 7417ef92027a: Pulling fs layer 09:52:51 2af5c49d270b: Pulling fs layer 09:52:51 df9c3bdbc40a: Pulling fs layer 09:52:51 f452fca78f88: Waiting 09:52:51 7417ef92027a: Waiting 09:52:51 2af5c49d270b: Waiting 09:52:51 df9c3bdbc40a: Waiting 09:52:51 78bf9a5ad49e: Waiting 09:52:51 e5fbee5a4b0d: Waiting 09:52:51 f11b29a9c730: Verifying Checksum 09:52:51 f11b29a9c730: Download complete 09:52:51 930bda195c84: Verifying Checksum 09:52:51 930bda195c84: Download complete 09:52:51 78bf9a5ad49e: Verifying Checksum 09:52:51 78bf9a5ad49e: Download complete 09:52:51 f452fca78f88: Verifying Checksum 09:52:51 f452fca78f88: Download complete 09:52:51 7417ef92027a: Verifying Checksum 09:52:51 7417ef92027a: Download complete 09:52:51 2af5c49d270b: Verifying Checksum 09:52:51 2af5c49d270b: Download complete 09:52:51 df9c3bdbc40a: Verifying Checksum 09:52:51 df9c3bdbc40a: Download complete 09:52:51 5bed26d33875: Verifying Checksum 09:52:51 5bed26d33875: Download complete 09:52:53 5bed26d33875: Pull complete 09:52:53 f11b29a9c730: Pull complete 09:52:53 930bda195c84: Pull complete 09:52:54 e5fbee5a4b0d: Verifying Checksum 09:52:54 e5fbee5a4b0d: Download complete 09:52:55 78bf9a5ad49e: Pull complete 09:53:07 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 09:53:07 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.027s coverage: 28.3% of statements 09:53:07 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 09:53:07 CGO_ENABLED=0 GO111MODULE=on go vet ./... 09:53:13 gofmt -l . 09:53:13 ["`gofmt -l .`" = ""] 09:53:13 ./bin/test-attribution-txt.sh 09:53:13 ./bin/test-go-mod-tidy.sh [Pipeline] stash 09:53:14 Warning: overwriting stash ‘coverage-report’ 09:53:14 Stashed 1 file(s) [Pipeline] } 09:53:14 $ docker stop --time=1 37160032286dd4d1f062f0fa6d72769d52888fbbf2f39c39cc2544e5887e0b11 09:53:16 $ docker rm -f 37160032286dd4d1f062f0fa6d72769d52888fbbf2f39c39cc2544e5887e0b11 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 09:53:17 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:53:18 + ls -al . 09:53:18 total 136 09:53:18 drwxrwxr-x 10 jenkins jenkins 4096 Jun 18 09:53 . 09:53:18 drwxrwxr-x 4 jenkins jenkins 4096 Jun 18 09:51 .. 09:53:18 -rw-rw-r-- 1 jenkins jenkins 140 Jun 18 09:51 .dockerignore 09:53:18 drwxrwxr-x 8 jenkins jenkins 4096 Jun 18 09:51 .git 09:53:18 drwxrwxr-x 2 jenkins jenkins 4096 Jun 18 09:51 .github 09:53:18 -rw-rw-r-- 1 jenkins jenkins 328 Jun 18 09:51 .gitignore 09:53:18 drwxrwxr-x 3 jenkins jenkins 4096 Jun 18 09:51 .semver 09:53:18 -rw-rw-r-- 1 jenkins jenkins 4678 Jun 18 09:51 Attribution.txt 09:53:18 -rw-rw-r-- 1 jenkins jenkins 1776 Jun 18 09:51 Dockerfile 09:53:18 -rw-rw-r-- 1 jenkins jenkins 953 Jun 18 09:51 Dockerfile.build 09:53:18 -rw-rw-r-- 1 jenkins jenkins 700 Jun 18 09:51 Jenkinsfile 09:53:18 -rw-rw-r-- 1 jenkins jenkins 11340 Jun 18 09:51 LICENSE 09:53:18 -rw-rw-r-- 1 jenkins jenkins 902 Jun 18 09:51 Makefile 09:53:18 -rw-rw-r-- 1 jenkins jenkins 444 Jun 18 09:51 README.md 09:53:18 -rw-rw-r-- 1 jenkins jenkins 11 Jun 18 09:49 VERSION 09:53:18 drwxrwxr-x 2 jenkins jenkins 4096 Jun 18 09:51 bin 09:53:18 drwxrwxr-x 3 jenkins jenkins 4096 Jun 18 09:51 cmd 09:53:18 -rw-r--r-- 1 jenkins jenkins 18939 Jun 18 09:53 coverage.out 09:53:18 -rw-r--r-- 1 jenkins jenkins 510 Jun 18 09:53 go.mod 09:53:18 -rw-r--r-- 1 jenkins jenkins 13621 Jun 18 09:53 go.sum 09:53:18 drwxrwxr-x 3 jenkins jenkins 4096 Jun 18 09:51 internal 09:53:18 drwxrwxr-x 2 jenkins jenkins 4096 Jun 18 09:51 mock 09:53:18 drwxrwxr-x 4 jenkins jenkins 4096 Jun 18 09:51 snap 09:53:18 -rw-rw-r-- 1 jenkins jenkins 227 Jun 18 09:51 version.go [Pipeline] isUnix [Pipeline] sh 09:53:18 + docker build -t docker-device-mqtt-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=49672cc0825fc2b257ef421e8ddc02da382ee60a --label arch=arm64 --label version=1.2.2-dev.1 . 09:53:18 Sending build context to Docker daemon 628.7kB 09:53:18 Step 1/21 : ARG BASE=golang:1.13-alpine 09:53:18 Step 2/21 : FROM ${BASE} AS builder 09:53:18 ---> 520afd7cb92e 09:53:18 Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 09:53:19 ---> Running in b52ba830d824 09:53:19 Removing intermediate container b52ba830d824 09:53:19 ---> 102d19c54301 09:53:19 Step 4/21 : ARG ALPINE_PKG_EXTRA="" 09:53:19 ---> Running in 9f5e73ef8149 09:53:20 Removing intermediate container 9f5e73ef8149 09:53:20 ---> 52f41b08a6bf 09:53:20 Step 5/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:53:20 ---> Running in 79e50e237598 09:53:22 e5fbee5a4b0d: Pull complete 09:53:22 f452fca78f88: Pull complete 09:53:22 7417ef92027a: Pull complete 09:53:22 2af5c49d270b: Pull complete 09:53:22 df9c3bdbc40a: Pull complete 09:53:22 Digest: sha256:329b7ca3c147263d7a6122d30aca7e6f18adc9017ce870f1638d2965d7494739 09:53:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 09:53:22 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 09:53:22 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 09:53:22 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 09:53:22 Get:4 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [66.4 kB] 09:53:22 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [960 kB] 09:53:22 Get:6 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 09:53:22 Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9092 B] 09:53:22 Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [861 kB] 09:53:22 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [20.3 kB] 09:53:22 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [80.7 kB] 09:53:22 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1397 kB] 09:53:22 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1253 kB] 09:53:22 Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8158 B] 09:53:22 Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] 09:53:22 Fetched 4917 kB in 2s (2478 kB/s) 09:53:22 Removing intermediate container 79e50e237598 09:53:22 ---> c349502b2d08 09:53:22 Step 6/21 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:53:22 ---> Running in 387817be8b92 09:53:23 Reading package lists... 09:53:24 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 09:53:25 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 09:53:25 OK: 203 MiB in 52 packages 09:53:27 Removing intermediate container 387817be8b92 09:53:27 ---> 3be5e1a84563 09:53:27 Step 7/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 09:53:27 ---> Running in bc8a6235cc62 09:53:27 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 09:53:27 Removing intermediate container bc8a6235cc62 09:53:27 ---> 922ec6598975 09:53:27 Step 8/21 : COPY . . 09:53:28 ---> f56a8cde034e 09:53:28 Step 9/21 : ARG MAKE='make build' 09:53:28 ---> Running in 39c1f0b5c8a1 09:53:29 Reading package lists... 09:53:29 Building dependency tree... 09:53:29 Reading state information... 09:53:29 The following packages were automatically installed and are no longer required: 09:53:29 libjq1 liblzo2-2 libonig4 09:53:29 Use 'sudo apt autoremove' to remove them. 09:53:29 Suggested packages: 09:53:29 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 09:53:29 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc 09:53:29 keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc 09:53:29 libterm-readline-gnu-perl | libterm-readline-perl-perl 09:53:29 Removing intermediate container 39c1f0b5c8a1 09:53:29 ---> 6ba0946f54f6 09:53:29 Step 10/21 : RUN $MAKE 09:53:29 ---> Running in 996bdd898364 09:53:29 The following NEW packages will be installed: 09:53:29 curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl 09:53:29 libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 09:53:29 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase 09:53:29 openssh-client patch perl perl-modules-5.26 xauth 09:53:29 0 upgraded, 27 newly installed, 0 to remove and 10 not upgraded. 09:53:29 Need to get 14.7 MB of archives. 09:53:29 After this operation, 89.5 MB of additional disk space will be used. 09:53:29 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxau6 amd64 1:1.0.8-1 [8376 B] 09:53:29 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 09:53:29 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB] 09:53:29 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB] 09:53:30 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] 09:53:30 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.2 [569 kB] 09:53:30 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB] 09:53:30 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 09:53:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.2-dev.1" -o cmd/device-mqtt ./cmd 09:53:30 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 09:53:30 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 09:53:30 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] 09:53:30 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] 09:53:30 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 09:53:30 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 09:53:30 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 09:53:30 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 09:53:30 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.3 [1088 kB] 09:53:30 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B] 09:53:30 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 09:53:31 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB] 09:53:31 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.8 [159 kB] 09:53:31 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.8 [213 kB] 09:53:31 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 09:53:31 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 09:53:31 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 09:53:31 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 09:53:31 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 09:53:32 debconf: delaying package configuration, since apt-utils is not installed 09:53:32 Fetched 14.7 MB in 3s (5770 kB/s) 09:53:32 Selecting previously unselected package libxau6:amd64. 09:53:32 (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.) 09:53:32 Preparing to unpack .../00-libxau6_1%3a1.0.8-1_amd64.deb ... 09:53:32 Unpacking libxau6:amd64 (1:1.0.8-1) ... 09:53:32 Selecting previously unselected package libbsd0:amd64. 09:53:32 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 09:53:32 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 09:53:32 Selecting previously unselected package libxdmcp6:amd64. 09:53:32 Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_amd64.deb ... 09:53:32 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... 09:53:32 Selecting previously unselected package libxcb1:amd64. 09:53:32 Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_amd64.deb ... 09:53:32 Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ... 09:53:32 Selecting previously unselected package libx11-data. 09:53:32 Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... 09:53:32 Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... 09:53:33 Selecting previously unselected package libx11-6:amd64. 09:53:33 Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_amd64.deb ... 09:53:33 Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... 09:53:33 Selecting previously unselected package libxext6:amd64. 09:53:33 Preparing to unpack .../06-libxext6_2%3a1.3.3-1_amd64.deb ... 09:53:33 Unpacking libxext6:amd64 (2:1.3.3-1) ... 09:53:33 Selecting previously unselected package perl-modules-5.26. 09:53:33 Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 09:53:33 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 09:53:36 Selecting previously unselected package libgdbm5:amd64. 09:53:36 Preparing to unpack .../08-libgdbm5_1.14.1-6_amd64.deb ... 09:53:36 Unpacking libgdbm5:amd64 (1.14.1-6) ... 09:53:36 Selecting previously unselected package libgdbm-compat4:amd64. 09:53:36 Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_amd64.deb ... 09:53:36 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 09:53:36 Selecting previously unselected package libperl5.26:amd64. 09:53:36 Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... 09:53:36 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 09:53:38 Selecting previously unselected package perl. 09:53:38 Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_amd64.deb ... 09:53:38 Unpacking perl (5.26.1-6ubuntu0.3) ... 09:53:38 Selecting previously unselected package less. 09:53:38 Preparing to unpack .../12-less_487-0.1_amd64.deb ... 09:53:38 Unpacking less (487-0.1) ... 09:53:38 Selecting previously unselected package libexpat1:amd64. 09:53:38 Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 09:53:38 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 09:53:38 Selecting previously unselected package netbase. 09:53:38 Preparing to unpack .../14-netbase_5.4_all.deb ... 09:53:38 Unpacking netbase (5.4) ... 09:53:38 Selecting previously unselected package libedit2:amd64. 09:53:38 Preparing to unpack .../15-libedit2_3.1-20170329-1_amd64.deb ... 09:53:38 Unpacking libedit2:amd64 (3.1-20170329-1) ... 09:53:38 Selecting previously unselected package libssl1.0.0:amd64. 09:53:38 Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb ... 09:53:38 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... 09:53:38 Selecting previously unselected package libxmuu1:amd64. 09:53:38 Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_amd64.deb ... 09:53:38 Unpacking libxmuu1:amd64 (2:1.1.2-2) ... 09:53:38 Selecting previously unselected package openssh-client. 09:53:38 Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 09:53:38 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 09:53:38 Selecting previously unselected package xauth. 09:53:38 Preparing to unpack .../19-xauth_1%3a1.0.10-1_amd64.deb ... 09:53:38 Unpacking xauth (1:1.0.10-1) ... 09:53:38 Selecting previously unselected package curl. 09:53:38 Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_amd64.deb ... 09:53:38 Unpacking curl (7.58.0-2ubuntu3.8) ... 09:53:38 Selecting previously unselected package libcurl3-gnutls:amd64. 09:53:38 Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_amd64.deb ... 09:53:40 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... 09:53:40 Selecting previously unselected package liberror-perl. 09:53:40 Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... 09:53:40 Unpacking liberror-perl (0.17025-1) ... 09:53:40 Selecting previously unselected package git-man. 09:53:40 Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 09:53:40 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 09:53:40 Selecting previously unselected package git. 09:53:40 Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 09:53:40 Unpacking git (1:2.17.1-1ubuntu0.7) ... 09:53:41 Selecting previously unselected package make. 09:53:41 Preparing to unpack .../25-make_4.1-9.1ubuntu1_amd64.deb ... 09:53:41 Unpacking make (4.1-9.1ubuntu1) ... 09:53:42 Selecting previously unselected package patch. 09:53:42 Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_amd64.deb ... 09:53:42 Unpacking patch (2.7.6-2ubuntu1.1) ... 09:53:42 Setting up libedit2:amd64 (3.1-20170329-1) ... 09:53:42 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 09:53:42 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 09:53:42 Setting up less (487-0.1) ... 09:53:42 Setting up make (4.1-9.1ubuntu1) ... 09:53:42 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... 09:53:42 Setting up curl (7.58.0-2ubuntu3.8) ... 09:53:42 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... 09:53:42 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 09:53:42 Setting up libgdbm5:amd64 (1.14.1-6) ... 09:53:42 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 09:53:42 Setting up patch (2.7.6-2ubuntu1.1) ... 09:53:42 Setting up libxdmcp6:amd64 (1:1.1.2-3) ... 09:53:42 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 09:53:42 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 09:53:42 Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... 09:53:42 Setting up libxau6:amd64 (1:1.0.8-1) ... 09:53:42 Setting up netbase (5.4) ... 09:53:43 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 09:53:43 Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ... 09:53:43 Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... 09:53:43 Setting up libxmuu1:amd64 (2:1.1.2-2) ... 09:53:43 Setting up perl (5.26.1-6ubuntu0.3) ... 09:53:43 Setting up libxext6:amd64 (2:1.3.3-1) ... 09:53:43 Setting up liberror-perl (0.17025-1) ... 09:53:43 Setting up xauth (1:1.0.10-1) ... 09:53:43 Setting up git (1:2.17.1-1ubuntu0.7) ... 09:53:43 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:53:45 curl set to automatically installed. 09:53:45 git set to automatically installed. 09:53:45 git-man set to automatically installed. 09:53:45 less set to automatically installed. 09:53:45 libbsd0 set to automatically installed. 09:53:45 libcurl3-gnutls set to automatically installed. 09:53:45 libedit2 set to automatically installed. 09:53:45 liberror-perl set to automatically installed. 09:53:45 libexpat1 set to automatically installed. 09:53:45 libgdbm-compat4 set to automatically installed. 09:53:45 libgdbm5 set to automatically installed. 09:53:45 libperl5.26 set to automatically installed. 09:53:45 libssl1.0.0 set to automatically installed. 09:53:45 libx11-6 set to automatically installed. 09:53:45 libx11-data set to automatically installed. 09:53:45 libxau6 set to automatically installed. 09:53:45 libxcb1 set to automatically installed. 09:53:45 libxdmcp6 set to automatically installed. 09:53:45 libxext6 set to automatically installed. 09:53:45 libxmuu1 set to automatically installed. 09:53:45 make set to automatically installed. 09:53:45 netbase set to automatically installed. 09:53:45 openssh-client set to automatically installed. 09:53:45 patch set to automatically installed. 09:53:45 perl set to automatically installed. 09:53:45 perl-modules-5.26 set to automatically installed. 09:53:45 xauth set to automatically installed. 09:53:45 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 09:53:45 Please ensure the environment is properly setup before continuing. 09:53:45 Ignore this message if the appropriate measures have already been taken 09:53:45 Pulling go 09:53:46 'device-mqtt' has dependencies that need to be staged: go 09:53:46 Skipping pull go (already ran) 09:53:46 Building go 09:53:46 % Total % Received % Xferd Average Speed Time Time Time Current 09:53:46 Dload Upload Total Spent Left Speed 09:53:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 114M 0 780k 0 0 2342k 0 0:00:50 --:--:-- 0:00:50 2335k 68 114M 68 78.0M 0 0 61.5M 0 0:00:01 0:00:01 --:--:-- 61.5M 100 114M 100 114M 0 0 65.2M 0 0:00:01 0:00:01 --:--:-- 65.2M 09:53:49 go1.13.5.linux-amd64.tar.gz: OK 09:53:57 CGO_ENABLED=0 GO111MODULE=on go build ./... 09:53:57 Staging go 09:53:57 Pulling device-mqtt 09:53:58 Skipping build go (already ran) 09:53:58 Building device-mqtt 09:53:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.2-dev.1" -o cmd/device-mqtt ./cmd 09:53:59 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.2 09:53:59 go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 09:53:59 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 09:53:59 go: downloading github.com/spf13/cast v1.3.0 09:53:59 go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 09:53:59 go: extracting github.com/spf13/cast v1.3.0 09:53:59 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 09:53:59 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.2 09:53:59 go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 09:53:59 go: downloading github.com/gorilla/mux v1.7.1 09:53:59 go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 09:53:59 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.33 09:53:59 go: downloading github.com/google/uuid v1.1.1 09:53:59 go: downloading gopkg.in/yaml.v2 v2.2.8 09:53:59 go: downloading github.com/go-kit/kit v0.8.0 09:53:59 go: extracting github.com/google/uuid v1.1.1 09:53:59 go: extracting github.com/gorilla/mux v1.7.1 09:53:59 go: extracting gopkg.in/yaml.v2 v2.2.8 09:53:59 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.33 09:53:59 go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 09:53:59 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 09:53:59 go: downloading github.com/pkg/errors v0.8.1 09:53:59 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 09:53:59 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 09:53:59 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 09:53:59 go: downloading github.com/pelletier/go-toml v1.2.0 09:53:59 go: extracting github.com/go-kit/kit v0.8.0 09:53:59 go: downloading github.com/OneOfOne/xxhash v1.2.6 09:53:59 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 09:53:59 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 09:53:59 go: downloading github.com/BurntSushi/toml v0.3.1 09:53:59 go: downloading github.com/go-logfmt/logfmt v0.4.0 09:53:59 go: extracting github.com/pkg/errors v0.8.1 09:53:59 go: extracting github.com/OneOfOne/xxhash v1.2.6 09:53:59 go: downloading github.com/hashicorp/consul/api v1.1.0 09:53:59 go: extracting github.com/pelletier/go-toml v1.2.0 09:53:59 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 09:53:59 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 09:53:59 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 09:53:59 go: extracting github.com/go-logfmt/logfmt v0.4.0 09:53:59 go: downloading github.com/x448/float16 v0.8.4 09:53:59 go: extracting github.com/BurntSushi/toml v0.3.1 09:53:59 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 09:53:59 go: downloading github.com/mitchellh/copystructure v1.0.0 09:53:59 go: downloading github.com/mitchellh/mapstructure v1.1.2 09:53:59 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 09:53:59 go: extracting github.com/x448/float16 v0.8.4 09:53:59 go: extracting github.com/hashicorp/consul/api v1.1.0 09:53:59 go: extracting github.com/mitchellh/copystructure v1.0.0 09:53:59 go: downloading github.com/mitchellh/reflectwalk v1.0.0 09:53:59 go: downloading github.com/hashicorp/serf v0.8.2 09:53:59 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 09:53:59 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 09:53:59 go: extracting github.com/mitchellh/mapstructure v1.1.2 09:53:59 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 09:53:59 go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 09:53:59 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 09:53:59 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 09:53:59 go: extracting github.com/mitchellh/reflectwalk v1.0.0 09:53:59 go: extracting github.com/hashicorp/serf v0.8.2 09:53:59 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 09:54:00 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 09:54:00 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 09:54:00 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 09:54:00 go: downloading github.com/hashicorp/golang-lru v0.5.0 09:54:00 go: extracting github.com/hashicorp/golang-lru v0.5.0 09:54:00 go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 09:54:00 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 09:54:00 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 09:54:00 go: finding github.com/spf13/cast v1.3.0 09:54:00 go: finding github.com/gorilla/mux v1.7.1 09:54:00 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 09:54:00 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 09:54:00 go: finding github.com/fxamacker/cbor/v2 v2.2.0 09:54:00 go: finding github.com/OneOfOne/xxhash v1.2.6 09:54:00 go: finding github.com/go-kit/kit v0.8.0 09:54:00 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 09:54:00 go: finding github.com/google/uuid v1.1.1 09:54:00 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 09:54:00 go: finding github.com/x448/float16 v0.8.4 09:54:00 go: finding github.com/go-logfmt/logfmt v0.4.0 09:54:00 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 09:54:00 go: finding gopkg.in/yaml.v2 v2.2.8 09:54:00 go: finding github.com/BurntSushi/toml v0.3.1 09:54:00 go: finding github.com/pkg/errors v0.8.1 09:54:00 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 09:54:00 go: finding github.com/hashicorp/consul/api v1.1.0 09:54:00 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 09:54:00 go: finding github.com/pelletier/go-toml v1.2.0 09:54:00 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 09:54:00 go: finding github.com/hashicorp/go-rootcerts v1.0.0 09:54:00 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 09:54:00 go: finding github.com/mitchellh/copystructure v1.0.0 09:54:00 go: finding github.com/mitchellh/mapstructure v1.1.2 09:54:00 go: finding github.com/hashicorp/serf v0.8.2 09:54:00 go: finding github.com/mitchellh/reflectwalk v1.0.0 09:54:00 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 09:54:00 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 09:54:00 go: finding github.com/hashicorp/golang-lru v0.5.0 09:54:05 Removing intermediate container 996bdd898364 09:54:05 ---> 0f3f3e19a430 09:54:05 Step 11/21 : FROM alpine 09:54:05 latest: Pulling from library/alpine 09:54:05 b538f80385f9: Pulling fs layer 09:54:06 b538f80385f9: Verifying Checksum 09:54:06 b538f80385f9: Download complete 09:54:06 b538f80385f9: Pull complete 09:54:06 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 09:54:06 Status: Downloaded newer image for alpine:latest 09:54:06 ---> 62ee0e9f8440 09:54:06 Step 12/21 : ENV APP_PORT=49982 09:54:06 ---> Running in 8bc68394add9 09:54:07 Removing intermediate container 8bc68394add9 09:54:07 ---> 0b870ebf8229 09:54:07 Step 13/21 : EXPOSE $APP_PORT 09:54:07 ---> Running in 743a29b793fa 09:54:07 Removing intermediate container 743a29b793fa 09:54:07 ---> 6f530a376663 09:54:07 Step 14/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 09:54:09 ---> 00a4e4a1afed 09:54:09 Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 09:54:09 ---> a4a2c3dbe34c 09:54:09 Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 09:54:10 ---> f98e711834e1 09:54:10 Step 17/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 09:54:10 ---> Running in a4e360da6950 09:54:11 Removing intermediate container a4e360da6950 09:54:11 ---> f5542d24ca01 09:54:11 Step 18/21 : ENTRYPOINT ["/device-mqtt","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] 09:54:11 ---> Running in aaaf4c1523c1 09:54:11 Removing intermediate container aaaf4c1523c1 09:54:11 ---> 781a999214b9 09:54:11 Step 19/21 : LABEL arch=arm64 09:54:11 ---> Running in e13c1e08adb4 09:54:12 Removing intermediate container e13c1e08adb4 09:54:12 ---> 3f6fa1c18191 09:54:12 Step 20/21 : LABEL git_sha=49672cc0825fc2b257ef421e8ddc02da382ee60a 09:54:12 ---> Running in f4ef1d39f73d 09:54:12 Removing intermediate container f4ef1d39f73d 09:54:12 ---> c2f84280864d 09:54:12 Step 21/21 : LABEL version=1.2.2-dev.1 09:54:13 ---> Running in 633130b7abd1 09:54:13 CGO_ENABLED=0 GO111MODULE=on go build ./... 09:54:13 Removing intermediate container 633130b7abd1 09:54:13 ---> 244f37e3c2f2 09:54:13 [Warning] One or more build-args [ARCH] were not consumed 09:54:13 Successfully built 244f37e3c2f2 09:54:13 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 09:54:13 provisioning config files... 09:54:13 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/12@tmp/config5633604121550688691tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:54:14 nexus3.edgexfoundry.org:10001 09:54:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:54:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:54:14 Configure a credential helper to remove this warning. See 09:54:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:54:14 09:54:14 Login Succeeded 09:54:14 nexus3.edgexfoundry.org:10002 09:54:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:54:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:54:15 Configure a credential helper to remove this warning. See 09:54:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:54:15 09:54:15 Login Succeeded 09:54:15 nexus3.edgexfoundry.org:10003 09:54:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:54:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:54:15 Configure a credential helper to remove this warning. See 09:54:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:54:15 09:54:15 Login Succeeded 09:54:15 nexus3.edgexfoundry.org:10004 09:54:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:54:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:54:16 Configure a credential helper to remove this warning. See 09:54:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:54:16 09:54:16 Login Succeeded 09:54:16 docker.io 09:54:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:54:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:54:17 Configure a credential helper to remove this warning. See 09:54:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:54:17 09:54:17 Login Succeeded [Pipeline] } 09:54:17 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:54:17 [edgeXDocker.push] Tagging docker image docker-device-mqtt-go-arm64 with the following tags: 09:54:17 49672cc0825fc2b257ef421e8ddc02da382ee60a 09:54:17 latest 09:54:17 1.2.2-dev.1 09:54:17 49672cc0825fc2b257ef421e8ddc02da382ee60a-1.2.2-dev.1 09:54:17 master 09:54:17 ===================================================== [Pipeline] withEnv [Pipeline] { 09:54:17 Skipping stage go (already ran) 09:54:17 Staging device-mqtt [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:54:17 Priming go 09:54:17 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:49672cc0825fc2b257ef421e8ddc02da382ee60a [Pipeline] isUnix [Pipeline] sh 09:54:18 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:49672cc0825fc2b257ef421e8ddc02da382ee60a 09:54:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 09:54:18 edbda60ab022: Preparing 09:54:18 c0d4d9159b48: Preparing 09:54:18 00365ef4d1cd: Preparing 09:54:18 e2f13739ad41: Preparing 09:54:18 e2f13739ad41: Layer already exists 09:54:18 edbda60ab022: Pushed 09:54:18 c0d4d9159b48: Pushed 09:54:18 Priming device-mqtt 09:54:19 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 09:54:19 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 09:54:19 Determining the version from the project repo (version-script). 09:54:19 The version has been set to '1.2.2-dev.1-20200618+49672cc' 09:54:19 Snapping 'edgex-device-mqtt' ... 09:54:20 09:54:20 Snapped edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap 09:54:21 00365ef4d1cd: Pushed 09:54:21 49672cc0825fc2b257ef421e8ddc02da382ee60a: digest: sha256:bb51f5d96305f6eb879642eb064afb212486d1eb4fc3d9277f2fb2be087eb337 size: 1154 [Pipeline] isUnix [Pipeline] sh 09:54:22 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:54:22 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest 09:54:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 09:54:22 edbda60ab022: Preparing 09:54:22 c0d4d9159b48: Preparing 09:54:22 00365ef4d1cd: Preparing 09:54:22 e2f13739ad41: Preparing 09:54:22 e2f13739ad41: Layer already exists 09:54:22 c0d4d9159b48: Layer already exists 09:54:22 edbda60ab022: Layer already exists 09:54:22 00365ef4d1cd: Layer already exists 09:54:22 latest: digest: sha256:bb51f5d96305f6eb879642eb064afb212486d1eb4fc3d9277f2fb2be087eb337 size: 1154 [Pipeline] isUnix [Pipeline] sh 09:54:22 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh 09:54:23 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.2.2-dev.1 09:54:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 09:54:23 edbda60ab022: Preparing 09:54:23 c0d4d9159b48: Preparing 09:54:23 00365ef4d1cd: Preparing 09:54:23 e2f13739ad41: Preparing 09:54:23 e2f13739ad41: Layer already exists 09:54:23 00365ef4d1cd: Layer already exists 09:54:23 edbda60ab022: Layer already exists 09:54:23 c0d4d9159b48: Layer already exists 09:54:23 1.2.2-dev.1: digest: sha256:bb51f5d96305f6eb879642eb064afb212486d1eb4fc3d9277f2fb2be087eb337 size: 1154 [Pipeline] isUnix [Pipeline] sh 09:54:23 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:49672cc0825fc2b257ef421e8ddc02da382ee60a-1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh 09:54:24 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:49672cc0825fc2b257ef421e8ddc02da382ee60a-1.2.2-dev.1 09:54:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 09:54:24 edbda60ab022: Preparing 09:54:24 c0d4d9159b48: Preparing 09:54:24 00365ef4d1cd: Preparing 09:54:24 e2f13739ad41: Preparing 09:54:24 edbda60ab022: Layer already exists 09:54:24 00365ef4d1cd: Layer already exists 09:54:24 c0d4d9159b48: Layer already exists 09:54:24 e2f13739ad41: Layer already exists 09:54:24 09:54:24 Login successful. You now have these capabilities: 09:54:24 09:54:24 snaps: No restriction 09:54:24 channels: No restriction 09:54:24 permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] 09:54:24 expires: 2020-06-19T16:50:48.252993 09:54:24 09:54:24 49672cc0825fc2b257ef421e8ddc02da382ee60a-1.2.2-dev.1: digest: sha256:bb51f5d96305f6eb879642eb064afb212486d1eb4fc3d9277f2fb2be087eb337 size: 1154 [Pipeline] isUnix [Pipeline] sh 09:54:24 Preparing to push 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap'. 09:54:24 After pushing, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. 09:54:24 Install the review-tools from the Snap Store for enhanced checks before uploading this snap. 09:54:24 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [Pipeline] isUnix [Pipeline] sh 09:54:25 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master 09:54:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 09:54:25 edbda60ab022: Preparing 09:54:25 c0d4d9159b48: Preparing 09:54:25 00365ef4d1cd: Preparing 09:54:25 e2f13739ad41: Preparing 09:54:25 00365ef4d1cd: Layer already exists 09:54:25 e2f13739ad41: Layer already exists 09:54:25 c0d4d9159b48: Layer already exists 09:54:25 edbda60ab022: Layer already exists 09:54:25 master: digest: sha256:bb51f5d96305f6eb879642eb064afb212486d1eb4fc3d9277f2fb2be087eb337 size: 1154 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh 09:54:26 + find /w/workspace/device-mqtt-go/12 09:54:26 + grep snapcraft.yaml 09:54:26 + grep -Po ^name: \K(.*) /w/workspace/device-mqtt-go/12/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:54:26 provisioning config files... 09:54:26 copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/12@tmp/config8621631182739467455tmp [Pipeline] { [Pipeline] sh 09:54:26 + cp /w/workspace/device-mqtt-go/12@tmp/config8621631182739467455tmp /w/workspace/device-mqtt-go/12/edgex-snap-store-login [Pipeline] sh 09:54:27 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/12:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 09:54:27 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally 09:54:27 latest: Pulling from edgex-devops/edgex-snap-builder-arm64 09:54:27 b2f61026a351: Pulling fs layer 09:54:27 5538fb30c42c: Pulling fs layer 09:54:27 f0b05810781a: Pulling fs layer 09:54:27 0180a33352d6: Pulling fs layer 09:54:27 e7604b0c0f53: Pulling fs layer 09:54:27 db689cb83ae0: Pulling fs layer 09:54:27 6138af208834: Pulling fs layer 09:54:27 007c8e8c5d63: Pulling fs layer 09:54:27 4f7a387c642f: Pulling fs layer 09:54:27 db689cb83ae0: Waiting 09:54:27 6138af208834: Waiting 09:54:27 007c8e8c5d63: Waiting 09:54:27 0180a33352d6: Waiting 09:54:27 4f7a387c642f: Waiting 09:54:27 e7604b0c0f53: Waiting 09:54:27 5538fb30c42c: Verifying Checksum 09:54:27 5538fb30c42c: Download complete 09:54:27 f0b05810781a: Verifying Checksum 09:54:27 f0b05810781a: Download complete 09:54:27 0180a33352d6: Verifying Checksum 09:54:27 0180a33352d6: Download complete 09:54:27 db689cb83ae0: Verifying Checksum 09:54:27 db689cb83ae0: Download complete 09:54:27 6138af208834: Verifying Checksum 09:54:27 6138af208834: Download complete 09:54:27 007c8e8c5d63: Verifying Checksum 09:54:27 007c8e8c5d63: Download complete 09:54:27 4f7a387c642f: Verifying Checksum 09:54:27 4f7a387c642f: Download complete 09:54:27 b2f61026a351: Verifying Checksum 09:54:27 b2f61026a351: Download complete 09:54:29 Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [ ] 0% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [ ] 1% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [ ] 2% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [ ] 3% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [ ] 4% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [ ] 5% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [ ] 6% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [ ] 7% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [ ] 8% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [ ] 9% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [ ] 10% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [ ] 11% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [ ] 13% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [ ] 14% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [ ] 15% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [ ] 16% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [ ] 17% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [ ] 18% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [ ] 19% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [ ] 20% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [ ] 21% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [ ] 22% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [ ] 23% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [= ] 25% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [= ] 26% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [= ] 27% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [= ] 28% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [= ] 29% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [= ] 30% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [= ] 31% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [= ] 32% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [= ] 33% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [= ] 34% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [= ] 35% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [= ] 37% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [= ] 38% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [= ] 39% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [= ] 40% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [= ] 41% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [= ] 42% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [= ] 43% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [= ] 44% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [= ] 45% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [= ] 46% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [= ] 47% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [= ] 49% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [== ] 50% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [== ] 51% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [== ] 52% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [== ] 53% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [== ] 54% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [== ] 55% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [== ] 56% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [== ] 57% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [== ] 58% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [== ] 59% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [== ] 61% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [== ] 62% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [== ] 63% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [== ] 64% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [== ] 65% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [== ] 66% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [== ] 67% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [== ] 68% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [== ] 69% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [== ] 70% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [== ] 71% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [== ] 73% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [== ] 74% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [=== ] 75% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [=== ] 76% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [=== ] 77% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [=== ] 78% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [=== ] 79% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [=== ] 80% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [=== ] 81% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [=== ] 82% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [=== ] 83% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [=== ] 84% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [=== ] 86% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [=== ] 87% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [=== ] 88% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [=== ] 89% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [=== ] 90% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [=== ] 91% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [=== ] 92% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [=== ] 93% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [=== ] 94% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [=== ] 95% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [=== ] 96% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [=== ] 98% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [=== ] 99% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' [====] 100% 09:54:31 b2f61026a351: Pull complete 09:54:31 5538fb30c42c: Pull complete 09:54:31 f0b05810781a: Pull complete 09:54:32 0180a33352d6: Pull complete 09:54:34 e7604b0c0f53: Verifying Checksum 09:54:34 e7604b0c0f53: Download complete 09:54:42 Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| 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 09:54:42 Revision 1253 of 'edgex-device-mqtt' created. 09:54:43 Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| 09:54:43 Track Arch Channel Version Revision Notes 09:54:43 edinburgh amd64 stable 1.0.0-20190627+29babbb 110 - 09:54:43 candidate 1.0.0-20190627+29babbb 110 - 09:54:43 beta 1.0.0-20190801+fd7235a 239 - 09:54:43 edge 1.0.0-20200107+8d32c65 942 - 09:54:43 fuji amd64 stable 1.1.1-20200228+f519bc1 1072 - 09:54:43 candidate ^ ^ - 09:54:43 beta 1.1.1-20200228+f519bc1 1072 - 09:54:43 edge 1.1.1-20200422+f519bc1 1177 - 09:54:43 geneva amd64 stable 1.2.1-20200612+f040f91 1239 - 09:54:43 candidate ^ ^ - 09:54:43 beta ^ ^ - 09:54:43 edge ^ ^ - 09:54:43 latest amd64 stable 1.2.1-20200612+f040f91 1239 - 09:54:43 candidate 1.2.1-20200612+f040f91 1239 - 09:54:43 beta 1.2.1-20200612+f040f91 1239 - 09:54:43 edge 1.2.2-dev.1-20200618+49672cc 1253 - 09:54:44 Pushing metadata from 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_amd64.snap' 09:54:47 The metadata has been pushed [Pipeline] } 09:54:48 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] } 09:55:07 e7604b0c0f53: Pull complete 09:55:07 db689cb83ae0: Pull complete 09:55:07 6138af208834: Pull complete 09:55:07 007c8e8c5d63: Pull complete 09:55:07 4f7a387c642f: Pull complete 09:55:07 Digest: sha256:95de001a4645667c7ff44d03fa3a86afcf7622caf7559cdf0345329f515671b4 09:55:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 09:55:09 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 09:55:10 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 09:55:10 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 09:55:10 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 09:55:10 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [880 kB] 09:55:11 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1192 B] 09:55:11 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3737 B] 09:55:11 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1239 kB] 09:55:11 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [7827 B] 09:55:11 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] 09:55:11 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [608 kB] 09:55:11 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [756 kB] 09:55:12 Fetched 3756 kB in 2s (1504 kB/s) 09:55:16 Reading package lists... 09:55:28 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 09:55:32 Reading package lists... 09:55:33 Building dependency tree... 09:55:33 Reading state information... 09:55:34 The following packages were automatically installed and are no longer required: 09:55:34 libjq1 liblzo2-2 libonig4 09:55:34 Use 'sudo apt autoremove' to remove them. 09:55:34 Suggested packages: 09:55:34 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 09:55:34 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc 09:55:34 keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc 09:55:34 libterm-readline-gnu-perl | libterm-readline-perl-perl 09:55:34 The following NEW packages will be installed: 09:55:34 curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl 09:55:34 libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 09:55:34 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase 09:55:34 openssh-client patch perl perl-modules-5.26 xauth 09:55:34 0 upgraded, 27 newly installed, 0 to remove and 10 not upgraded. 09:55:34 Need to get 12.9 MB of archives. 09:55:34 After this operation, 84.2 MB of additional disk space will be used. 09:55:34 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxau6 arm64 1:1.0.8-1 [7590 B] 09:55:35 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbsd0 arm64 0.8.7-1ubuntu0.1 [36.6 kB] 09:55:35 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxdmcp6 arm64 1:1.1.2-3 [9694 B] 09:55:35 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxcb1 arm64 1.13-2~ubuntu18.04 [37.3 kB] 09:55:35 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] 09:55:35 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-6 arm64 2:1.6.4-3ubuntu0.2 [521 kB] 09:55:35 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxext6 arm64 2:1.3.3-1 [25.4 kB] 09:55:35 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 09:55:36 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] 09:55:36 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] 09:55:36 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] 09:55:36 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] 09:55:36 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] 09:55:36 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.2 [69.3 kB] 09:55:36 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] 09:55:36 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libedit2 arm64 3.1-20170329-1 [63.4 kB] 09:55:36 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libssl1.0.0 arm64 1.0.2n-1ubuntu5.3 [723 kB] 09:55:36 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxmuu1 arm64 2:1.1.2-2 [9502 B] 09:55:36 Get:19 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssh-client arm64 1:7.6p1-4ubuntu0.3 [527 kB] 09:55:36 Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xauth arm64 1:1.0.10-1 [22.4 kB] 09:55:36 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.8 [152 kB] 09:55:36 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.8 [179 kB] 09:55:36 Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] 09:55:36 Get:24 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 09:55:36 Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] 09:55:36 Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] 09:55:36 Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] 09:55:37 debconf: delaying package configuration, since apt-utils is not installed 09:55:37 Fetched 12.9 MB in 2s (5676 kB/s) 09:55:37 Selecting previously unselected package libxau6:arm64. 09:55:37 (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.) 09:55:37 Preparing to unpack .../00-libxau6_1%3a1.0.8-1_arm64.deb ... 09:55:37 Unpacking libxau6:arm64 (1:1.0.8-1) ... 09:55:37 Selecting previously unselected package libbsd0:arm64. 09:55:37 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_arm64.deb ... 09:55:37 Unpacking libbsd0:arm64 (0.8.7-1ubuntu0.1) ... 09:55:38 Selecting previously unselected package libxdmcp6:arm64. 09:55:38 Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_arm64.deb ... 09:55:38 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... 09:55:38 Selecting previously unselected package libxcb1:arm64. 09:55:38 Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_arm64.deb ... 09:55:38 Unpacking libxcb1:arm64 (1.13-2~ubuntu18.04) ... 09:55:38 Selecting previously unselected package libx11-data. 09:55:38 Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... 09:55:38 Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... 09:55:38 Selecting previously unselected package libx11-6:arm64. 09:55:38 Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_arm64.deb ... 09:55:38 Unpacking libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... 09:55:38 Selecting previously unselected package libxext6:arm64. 09:55:38 Preparing to unpack .../06-libxext6_2%3a1.3.3-1_arm64.deb ... 09:55:38 Unpacking libxext6:arm64 (2:1.3.3-1) ... 09:55:39 Selecting previously unselected package perl-modules-5.26. 09:55:39 Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 09:55:39 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 09:55:41 Selecting previously unselected package libgdbm5:arm64. 09:55:41 Preparing to unpack .../08-libgdbm5_1.14.1-6_arm64.deb ... 09:55:41 Unpacking libgdbm5:arm64 (1.14.1-6) ... 09:55:41 Selecting previously unselected package libgdbm-compat4:arm64. 09:55:41 Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_arm64.deb ... 09:55:41 Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... 09:55:41 Selecting previously unselected package libperl5.26:arm64. 09:55:41 Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... 09:55:41 Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 09:55:42 Selecting previously unselected package perl. 09:55:42 Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_arm64.deb ... 09:55:42 Unpacking perl (5.26.1-6ubuntu0.3) ... 09:55:42 Selecting previously unselected package less. 09:55:42 Preparing to unpack .../12-less_487-0.1_arm64.deb ... 09:55:42 Unpacking less (487-0.1) ... 09:55:42 Selecting previously unselected package libexpat1:arm64. 09:55:42 Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_arm64.deb ... 09:55:42 Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.2) ... 09:55:43 Selecting previously unselected package netbase. 09:55:43 Preparing to unpack .../14-netbase_5.4_all.deb ... 09:55:43 Unpacking netbase (5.4) ... 09:55:43 Selecting previously unselected package libedit2:arm64. 09:55:43 Preparing to unpack .../15-libedit2_3.1-20170329-1_arm64.deb ... 09:55:43 Unpacking libedit2:arm64 (3.1-20170329-1) ... 09:55:43 Selecting previously unselected package libssl1.0.0:arm64. 09:55:43 Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_arm64.deb ... 09:55:43 Unpacking libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... 09:55:43 Selecting previously unselected package libxmuu1:arm64. 09:55:43 Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_arm64.deb ... 09:55:43 Unpacking libxmuu1:arm64 (2:1.1.2-2) ... 09:55:43 Selecting previously unselected package openssh-client. 09:55:43 Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_arm64.deb ... 09:55:43 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 09:55:43 Selecting previously unselected package xauth. 09:55:43 Preparing to unpack .../19-xauth_1%3a1.0.10-1_arm64.deb ... 09:55:43 Unpacking xauth (1:1.0.10-1) ... 09:55:44 Selecting previously unselected package curl. 09:55:44 Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_arm64.deb ... 09:55:44 Unpacking curl (7.58.0-2ubuntu3.8) ... 09:55:44 Selecting previously unselected package libcurl3-gnutls:arm64. 09:55:44 Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_arm64.deb ... 09:55:44 Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... 09:55:44 Selecting previously unselected package liberror-perl. 09:55:44 Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... 09:55:44 Unpacking liberror-perl (0.17025-1) ... 09:55:44 Selecting previously unselected package git-man. 09:55:44 Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 09:55:44 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 09:55:44 Selecting previously unselected package git. 09:55:44 Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... 09:55:44 Unpacking git (1:2.17.1-1ubuntu0.7) ... 09:55:46 Selecting previously unselected package make. 09:55:46 Preparing to unpack .../25-make_4.1-9.1ubuntu1_arm64.deb ... 09:55:46 Unpacking make (4.1-9.1ubuntu1) ... 09:55:46 Selecting previously unselected package patch. 09:55:46 Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_arm64.deb ... 09:55:46 Unpacking patch (2.7.6-2ubuntu1.1) ... 09:55:46 Setting up libedit2:arm64 (3.1-20170329-1) ... 09:55:46 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 09:55:46 Setting up libexpat1:arm64 (2.2.5-3ubuntu0.2) ... 09:55:46 Setting up less (487-0.1) ... 09:55:46 Setting up make (4.1-9.1ubuntu1) ... 09:55:46 Setting up libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... 09:55:47 Setting up curl (7.58.0-2ubuntu3.8) ... 09:55:47 Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... 09:55:47 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 09:55:47 Setting up libgdbm5:arm64 (1.14.1-6) ... 09:55:47 Setting up libbsd0:arm64 (0.8.7-1ubuntu0.1) ... 09:55:47 Setting up patch (2.7.6-2ubuntu1.1) ... 09:55:47 Setting up libxdmcp6:arm64 (1:1.1.2-3) ... 09:55:47 Setting up libgdbm-compat4:arm64 (1.14.1-6) ... 09:55:47 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 09:55:47 Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... 09:55:47 Setting up libxau6:arm64 (1:1.0.8-1) ... 09:55:47 Setting up netbase (5.4) ... 09:55:48 Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 09:55:48 Setting up libxcb1:arm64 (1.13-2~ubuntu18.04) ... 09:55:48 Setting up libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... 09:55:48 Setting up libxmuu1:arm64 (2:1.1.2-2) ... 09:55:48 Setting up perl (5.26.1-6ubuntu0.3) ... 09:55:48 Setting up libxext6:arm64 (2:1.3.3-1) ... 09:55:48 Setting up liberror-perl (0.17025-1) ... 09:55:48 Setting up xauth (1:1.0.10-1) ... 09:55:48 Setting up git (1:2.17.1-1ubuntu0.7) ... 09:55:48 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:55:54 curl set to automatically installed. 09:55:54 git set to automatically installed. 09:55:54 git-man set to automatically installed. 09:55:54 less set to automatically installed. 09:55:54 libbsd0 set to automatically installed. 09:55:54 libcurl3-gnutls set to automatically installed. 09:55:54 libedit2 set to automatically installed. 09:55:54 liberror-perl set to automatically installed. 09:55:54 libexpat1 set to automatically installed. 09:55:54 libgdbm-compat4 set to automatically installed. 09:55:54 libgdbm5 set to automatically installed. 09:55:54 libperl5.26 set to automatically installed. 09:55:54 libssl1.0.0 set to automatically installed. 09:55:54 libx11-6 set to automatically installed. 09:55:54 libx11-data set to automatically installed. 09:55:54 libxau6 set to automatically installed. 09:55:54 libxcb1 set to automatically installed. 09:55:54 libxdmcp6 set to automatically installed. 09:55:54 libxext6 set to automatically installed. 09:55:54 libxmuu1 set to automatically installed. 09:55:54 make set to automatically installed. 09:55:54 netbase set to automatically installed. 09:55:54 openssh-client set to automatically installed. 09:55:54 patch set to automatically installed. 09:55:54 perl set to automatically installed. 09:55:54 perl-modules-5.26 set to automatically installed. 09:55:54 xauth set to automatically installed. 09:55:54 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 09:55:54 Please ensure the environment is properly setup before continuing. 09:55:54 Ignore this message if the appropriate measures have already been taken 09:55:54 Pulling go 09:55:57 'device-mqtt' has dependencies that need to be staged: go 09:55:57 Skipping pull go (already ran) 09:55:57 Building go 09:55:57 % Total % Received % Xferd Average Speed Time Time Time Current 09:55:57 Dload Upload Total Spent Left Speed 09:55:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 5 93.0M 5 4783k 0 0 20.1M 0 0:00:04 --:--:-- 0:00:04 20.1M 51 93.0M 51 47.7M 0 0 38.3M 0 0:00:02 0:00:01 0:00:01 38.3M 95 93.0M 95 89.3M 0 0 40.2M 0 0:00:02 0:00:02 --:--:-- 40.2M 100 93.0M 100 93.0M 0 0 40.3M 0 0:00:02 0:00:02 --:--:-- 40.3M 09:56:01 go1.13.5.linux-arm64.tar.gz: OK 09:56:19 Staging go 09:56:20 Pulling device-mqtt 09:56:23 Skipping build go (already ran) 09:56:23 Building device-mqtt 09:56:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.2-dev.1" -o cmd/device-mqtt ./cmd 09:56:24 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.2 09:56:24 go: downloading github.com/spf13/cast v1.3.0 09:56:24 go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 09:56:24 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 09:56:24 go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 09:56:24 go: extracting github.com/spf13/cast v1.3.0 09:56:24 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.2 09:56:24 go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 09:56:24 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 09:56:24 go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 09:56:24 go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 09:56:24 go: downloading github.com/gorilla/mux v1.7.1 09:56:24 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.33 09:56:24 go: downloading github.com/google/uuid v1.1.1 09:56:24 go: downloading github.com/go-kit/kit v0.8.0 09:56:24 go: extracting github.com/gorilla/mux v1.7.1 09:56:24 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.33 09:56:24 go: extracting github.com/google/uuid v1.1.1 09:56:24 go: downloading github.com/pkg/errors v0.8.1 09:56:24 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 09:56:24 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 09:56:24 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 09:56:24 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 09:56:24 go: downloading github.com/BurntSushi/toml v0.3.1 09:56:24 go: extracting github.com/pkg/errors v0.8.1 09:56:24 go: downloading github.com/pelletier/go-toml v1.2.0 09:56:24 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 09:56:24 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 09:56:24 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 09:56:24 go: extracting github.com/BurntSushi/toml v0.3.1 09:56:24 go: downloading github.com/hashicorp/consul/api v1.1.0 09:56:24 go: downloading gopkg.in/yaml.v2 v2.2.8 09:56:24 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 09:56:24 go: downloading github.com/OneOfOne/xxhash v1.2.6 09:56:24 go: extracting github.com/go-kit/kit v0.8.0 09:56:24 go: extracting github.com/pelletier/go-toml v1.2.0 09:56:24 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 09:56:24 go: extracting github.com/OneOfOne/xxhash v1.2.6 09:56:24 go: downloading github.com/x448/float16 v0.8.4 09:56:24 go: extracting github.com/hashicorp/consul/api v1.1.0 09:56:24 go: extracting gopkg.in/yaml.v2 v2.2.8 09:56:24 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 09:56:24 go: downloading github.com/mitchellh/copystructure v1.0.0 09:56:24 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 09:56:24 go: downloading github.com/mitchellh/mapstructure v1.1.2 09:56:24 go: extracting github.com/x448/float16 v0.8.4 09:56:24 go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 09:56:24 go: extracting github.com/mitchellh/copystructure v1.0.0 09:56:24 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 09:56:24 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 09:56:24 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 09:56:24 go: downloading github.com/mitchellh/reflectwalk v1.0.0 09:56:24 go: downloading github.com/hashicorp/serf v0.8.2 09:56:24 go: extracting github.com/mitchellh/mapstructure v1.1.2 09:56:25 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 09:56:25 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 09:56:25 go: extracting github.com/mitchellh/reflectwalk v1.0.0 09:56:25 go: downloading github.com/go-logfmt/logfmt v0.4.0 09:56:25 go: extracting github.com/go-logfmt/logfmt v0.4.0 09:56:25 go: extracting github.com/hashicorp/serf v0.8.2 09:56:25 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 09:56:25 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 09:56:25 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 09:56:25 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 09:56:25 go: downloading github.com/hashicorp/golang-lru v0.5.0 09:56:25 go: extracting github.com/hashicorp/golang-lru v0.5.0 09:56:25 go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 09:56:25 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 09:56:25 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 09:56:25 go: finding github.com/spf13/cast v1.3.0 09:56:25 go: finding github.com/gorilla/mux v1.7.1 09:56:25 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 09:56:25 go: finding github.com/fxamacker/cbor/v2 v2.2.0 09:56:25 go: finding github.com/OneOfOne/xxhash v1.2.6 09:56:25 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 09:56:25 go: finding github.com/go-kit/kit v0.8.0 09:56:25 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 09:56:25 go: finding github.com/google/uuid v1.1.1 09:56:25 go: finding github.com/x448/float16 v0.8.4 09:56:25 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 09:56:25 go: finding github.com/go-logfmt/logfmt v0.4.0 09:56:25 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 09:56:25 go: finding gopkg.in/yaml.v2 v2.2.8 09:56:25 go: finding github.com/BurntSushi/toml v0.3.1 09:56:26 go: finding github.com/pkg/errors v0.8.1 09:56:26 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 09:56:26 go: finding github.com/hashicorp/consul/api v1.1.0 09:56:26 go: finding github.com/pelletier/go-toml v1.2.0 09:56:26 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 09:56:26 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 09:56:26 go: finding github.com/hashicorp/go-rootcerts v1.0.0 09:56:26 go: finding github.com/hashicorp/serf v0.8.2 09:56:26 go: finding github.com/mitchellh/mapstructure v1.1.2 09:56:26 go: finding github.com/mitchellh/copystructure v1.0.0 09:56:26 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 09:56:26 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 09:56:26 go: finding github.com/mitchellh/reflectwalk v1.0.0 09:56:26 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 09:56:26 go: finding github.com/hashicorp/golang-lru v0.5.0 09:56:52 CGO_ENABLED=0 GO111MODULE=on go build ./... 09:57:11 Skipping stage go (already ran) 09:57:11 Staging device-mqtt 09:57:12 Priming go 09:57:14 Priming device-mqtt 09:57:18 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 09:57:18 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 09:57:18 Determining the version from the project repo (version-script). 09:57:18 The version has been set to '1.2.2-dev.1-20200618+49672cc' 09:57:18 Snapping 'edgex-device-mqtt' ... 09:57:21 09:57:21 Snapped edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap 09:57:27 09:57:27 Login successful. You now have these capabilities: 09:57:27 09:57:27 snaps: No restriction 09:57:27 channels: No restriction 09:57:27 permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] 09:57:27 expires: 2020-06-19T16:50:48.252993 09:57:27 09:57:29 Preparing to push 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap'. 09:57:29 After pushing, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. 09:57:29 Install the review-tools from the Snap Store for enhanced checks before uploading this snap. 09:57:33 Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [ ] 0% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [ ] 1% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [ ] 2% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [ ] 3% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [ ] 4% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [ ] 5% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [ ] 6% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [ ] 7% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [ ] 8% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [ ] 9% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [ ] 10% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [ ] 11% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [ ] 12% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [ ] 13% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [ ] 14% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [ ] 16% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [ ] 17% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [ ] 18% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [ ] 19% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [ ] 20% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [ ] 21% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [ ] 22% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [ ] 23% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [ ] 24% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [= ] 25% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [= ] 26% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [= ] 27% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [= ] 28% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [= ] 29% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [= ] 30% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [= ] 32% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [= ] 33% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [= ] 34% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [= ] 35% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [= ] 36% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [= ] 37% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [= ] 38% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [= ] 39% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [= ] 40% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [= ] 41% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [= ] 42% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [= ] 43% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [= ] 44% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [= ] 45% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [= ] 46% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [= ] 48% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [= ] 49% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [== ] 50% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [== ] 51% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [== ] 52% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [== ] 53% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [== ] 54% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [== ] 55% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [== ] 56% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [== ] 57% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [== ] 58% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [== ] 59% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [== ] 60% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [== ] 61% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [== ] 62% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [== ] 64% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [== ] 65% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [== ] 66% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [== ] 67% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [== ] 68% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [== ] 69% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [== ] 70% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [== ] 71% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [== ] 72% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [== ] 73% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [== ] 74% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [=== ] 75% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [=== ] 76% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [=== ] 77% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [=== ] 78% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [=== ] 80% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [=== ] 81% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [=== ] 82% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [=== ] 83% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [=== ] 84% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [=== ] 85% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [=== ] 86% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [=== ] 87% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [=== ] 88% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [=== ] 89% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [=== ] 90% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [=== ] 91% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [=== ] 92% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [=== ] 93% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [=== ] 94% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [=== ] 96% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [=== ] 97% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [=== ] 98% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [=== ] 99% Pushing 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' [====] 100% 09:57:47 Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- 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 09:57:47 Revision 1254 of 'edgex-device-mqtt' created. 09:57:48 Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...| 09:57:48 Track Arch Channel Version Revision Notes 09:57:48 edinburgh arm64 stable 1.0.0-20190627+29babbb 112 - 09:57:48 candidate 1.0.0-20190627+29babbb 112 - 09:57:48 beta 1.0.0-20190801+fd7235a 241 - 09:57:48 edge 1.0.0-20200107+8d32c65 944 - 09:57:48 fuji arm64 stable 1.1.1-20200311+f519bc1 1097 - 09:57:48 candidate ^ ^ - 09:57:48 beta 1.1.1-20200311+f519bc1 1097 - 09:57:48 edge 1.1.1-20200421+f519bc1 1174 - 09:57:48 geneva arm64 stable 1.2.1-20200612+f040f91 1240 - 09:57:48 candidate ^ ^ - 09:57:48 beta ^ ^ - 09:57:48 edge ^ ^ - 09:57:48 latest arm64 stable 1.2.1-20200612+f040f91 1240 - 09:57:48 candidate 1.2.1-20200612+f040f91 1240 - 09:57:48 beta 1.2.1-20200612+f040f91 1240 - 09:57:48 edge 1.2.2-dev.1-20200618+49672cc 1254 - 09:57:52 Pushing metadata from 'edgex-device-mqtt_1.2.2-dev.1-20200618+49672cc_arm64.snap' 09:57:54 The metadata has been pushed [Pipeline] } 09:57:56 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 09:57:57 provisioning config files... 09:57:57 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config7938207004759335195tmp [Pipeline] { [Pipeline] sh 09:57:57 + bash -s - -t @/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config7938207004759335195tmp 09:57:57 + curl -s https://codecov.io/bash 09:57:57 09:57:57 _____ _ 09:57:57 / ____| | | 09:57:57 | | ___ __| | ___ ___ _____ __ 09:57:57 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:57:57 | |___| (_) | (_| | __/ (_| (_) \ V / 09:57:57 \_____\___/ \__,_|\___|\___\___/ \_/ 09:57:57 Bash-20200602-f809a24 09:57:57 09:57:57 09:57:57 ==> Jenkins CI detected. 09:57:57 project root: . 09:57:57 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:57:57 ==> Running gcov in . (disable via -X gcov) 09:57:57 ==> Python coveragepy not found 09:57:57 ==> Searching for coverage reports in: 09:57:57 + . 09:57:57 -> Found 1 reports 09:57:57 ==> Detecting git/mercurial file structure 09:57:57 ==> Reading reports 09:57:57 + ./coverage.out bytes=18939 09:57:57 ==> Appending adjustments 09:57:57 https://docs.codecov.io/docs/fixing-reports 09:57:57 + Found adjustments 09:57:58 ==> Gzipping contents 09:57:58 ==> Uploading reports 09:57:58 url: https://codecov.io 09:57:58 query: branch=master&commit=49672cc0825fc2b257ef421e8ddc02da382ee60a&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F12%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job= 09:57:58 -> Pinging Codecov 09:57:58 https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=master&commit=49672cc0825fc2b257ef421e8ddc02da382ee60a&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F12%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job= 09:57:58 -> Uploading 09:57:59 -> View reports at https://codecov.io/github/edgexfoundry/device-mqtt-go/commit/49672cc0825fc2b257ef421e8ddc02da382ee60a [Pipeline] } 09:57:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 09:57:59 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 09:57:59 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 09:57:59 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:57:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 09:57:59 09:57:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 09:58:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 09:58:00 1.317.0: Pulling from edgex-devops/edgex-snyk-go 09:58:00 cbdbe7a5bc2a: Pulling fs layer 09:58:00 408f87550127: Pulling fs layer 09:58:00 fe522b08c979: Pulling fs layer 09:58:00 221eaa008020: Pulling fs layer 09:58:00 2a4607e5d6b9: Pulling fs layer 09:58:00 8f79b27c4fd2: Pulling fs layer 09:58:00 e5c8dbe1645b: Pulling fs layer 09:58:00 23e8b3b47431: Pulling fs layer 09:58:00 5c568d65a230: Pulling fs layer 09:58:00 8f79b27c4fd2: Waiting 09:58:00 221eaa008020: Waiting 09:58:00 2a4607e5d6b9: Waiting 09:58:00 23e8b3b47431: Waiting 09:58:00 e5c8dbe1645b: Waiting 09:58:00 5c568d65a230: Waiting 09:58:00 fe522b08c979: Verifying Checksum 09:58:00 fe522b08c979: Download complete 09:58:00 408f87550127: Verifying Checksum 09:58:00 408f87550127: Download complete 09:58:00 2a4607e5d6b9: Verifying Checksum 09:58:00 2a4607e5d6b9: Download complete 09:58:00 8f79b27c4fd2: Verifying Checksum 09:58:00 8f79b27c4fd2: Download complete 09:58:00 cbdbe7a5bc2a: Verifying Checksum 09:58:00 e5c8dbe1645b: Download complete 09:58:00 cbdbe7a5bc2a: Pull complete 09:58:00 408f87550127: Pull complete 09:58:00 23e8b3b47431: Verifying Checksum 09:58:00 23e8b3b47431: Download complete 09:58:01 fe522b08c979: Pull complete 09:58:01 5c568d65a230: Verifying Checksum 09:58:01 5c568d65a230: Download complete 09:58:01 221eaa008020: Download complete 09:58:08 221eaa008020: Pull complete 09:58:08 2a4607e5d6b9: Pull complete 09:58:08 8f79b27c4fd2: Pull complete 09:58:09 e5c8dbe1645b: Pull complete 09:58:13 23e8b3b47431: Pull complete 09:58:13 5c568d65a230: Pull complete 09:58:13 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 09:58:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 09:58:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 09:58:13 prd-centos7-docker-4c-2g-3537 does not seem to be running inside a container 09:58:13 $ 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 09:58:14 $ docker top 83010db79543414a5c98c2b201a4f5ae8eb79aa836727645fda1dbb3025b6c76 -eo pid,comm [Pipeline] { [Pipeline] sh 09:58:14 + snyk monitor '--org=edgex-jenkins' 09:58:20 09:58:20 Monitoring /w/workspace/gexfoundry_device-mqtt-go_master (github.com/edgexfoundry/device-mqtt-go)... 09:58:20 09:58:20 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6acecf1b-85ea-4374-bf84-4fa5a6e664d0/history/4e2084e8-401b-45c5-8b17-5a7e0a507bab 09:58:20 09:58:20 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 09:58:20 09:58:20 09:58:20 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 09:58:20 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 09:58:20 $ docker stop --time=1 83010db79543414a5c98c2b201a4f5ae8eb79aa836727645fda1dbb3025b6c76 09:58:23 $ docker rm -f 83010db79543414a5c98c2b201a4f5ae8eb79aa836727645fda1dbb3025b6c76 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:58:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:58:24 09:58:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 09:58:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:58:24 latest: Pulling from edgex-devops/edgex-klar 09:58:24 e7c96db7181b: Pulling fs layer 09:58:24 1868ca2cb446: Pulling fs layer 09:58:24 136be5d0fe8e: Pulling fs layer 09:58:24 894bfe63afcb: Pulling fs layer 09:58:24 894bfe63afcb: Waiting 09:58:24 1868ca2cb446: Verifying Checksum 09:58:24 1868ca2cb446: Download complete 09:58:24 136be5d0fe8e: Verifying Checksum 09:58:24 136be5d0fe8e: Download complete 09:58:24 e7c96db7181b: Verifying Checksum 09:58:24 e7c96db7181b: Download complete 09:58:24 894bfe63afcb: Verifying Checksum 09:58:24 894bfe63afcb: Download complete 09:58:24 e7c96db7181b: Pull complete 09:58:25 1868ca2cb446: Pull complete 09:58:25 136be5d0fe8e: Pull complete 09:58:25 894bfe63afcb: Pull complete 09:58:25 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 09:58:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:58:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 09:58:25 prd-centos7-docker-4c-2g-3537 does not seem to be running inside a container 09:58:25 $ 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 09:58:26 $ docker top b762d7230005cd8d154c9a77a8f9f8ee487db5162fc93ad8c4ec28516c9a2f52 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:26 + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:49672cc0825fc2b257ef421e8ddc02da382ee60a+ 09:58:26 tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:58:31 $ docker stop --time=1 b762d7230005cd8d154c9a77a8f9f8ee487db5162fc93ad8c4ec28516c9a2f52 09:58:32 $ docker rm -f b762d7230005cd8d154c9a77a8f9f8ee487db5162fc93ad8c4ec28516c9a2f52 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 09:58:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:58:32 . [Pipeline] withDockerContainer 09:58:33 prd-centos7-docker-4c-2g-3537 does not seem to be running inside a container 09:58:33 $ 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 09:58:33 $ docker top 0941b0e10ca880e8f6763c01e2a90c43cab95eeda806eef5ae3c8237284fdd69 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:34 + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:49672cc0825fc2b257ef421e8ddc02da382ee60a 09:58:34 + tee 09:58:34 clair timeout 1m0s 09:58:34 docker timeout: 1m0s 09:58:34 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:58:34 $ docker stop --time=1 0941b0e10ca880e8f6763c01e2a90c43cab95eeda806eef5ae3c8237284fdd69 09:58:36 $ docker rm -f 0941b0e10ca880e8f6763c01e2a90c43cab95eeda806eef5ae3c8237284fdd69 [Pipeline] // withDockerContainer [Pipeline] sh 09:58:36 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports [Pipeline] echo 09:58:36 Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports/clair_results_docker-device-mqtt-go_49672cc0825fc2b257ef421e8ddc02da382ee60a.html [Pipeline] writeFile [Pipeline] step 09:58:36 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 09:58:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:58:37 . [Pipeline] withDockerContainer 09:58:37 prd-centos7-docker-4c-2g-3537 does not seem to be running inside a container 09:58:37 $ 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 09:58:38 $ docker top 9877886d4cbfd03f66504833323f20d4e233882e456de6f11b8bbc9ba1082244 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:38 + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:49672cc0825fc2b257ef421e8ddc02da382ee60a 09:58:38 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:58:41 $ docker stop --time=1 9877886d4cbfd03f66504833323f20d4e233882e456de6f11b8bbc9ba1082244 09:58:43 $ docker rm -f 9877886d4cbfd03f66504833323f20d4e233882e456de6f11b8bbc9ba1082244 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 09:58:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:58:43 . [Pipeline] withDockerContainer 09:58:43 prd-centos7-docker-4c-2g-3537 does not seem to be running inside a container 09:58:43 $ 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 09:58:44 $ docker top 2af886838201647cfac30409eb2e1d809017b47fa4386e29f96f92cbb47adfea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:44 + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:49672cc0825fc2b257ef421e8ddc02da382ee60a 09:58:44 + tee 09:58:44 clair timeout 1m0s 09:58:44 docker timeout: 1m0s 09:58:44 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:58:45 $ docker stop --time=1 2af886838201647cfac30409eb2e1d809017b47fa4386e29f96f92cbb47adfea 09:58:46 $ docker rm -f 2af886838201647cfac30409eb2e1d809017b47fa4386e29f96f92cbb47adfea [Pipeline] // withDockerContainer [Pipeline] sh 09:58:47 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports [Pipeline] echo 09:58:47 Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports/clair_results_docker-device-mqtt-go-arm64_49672cc0825fc2b257ef421e8ddc02da382ee60a.html [Pipeline] writeFile [Pipeline] step 09:58:47 Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 09:58:47 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:58:47 . [Pipeline] withDockerContainer 09:58:47 prd-centos7-docker-4c-2g-3537 does not seem to be running inside a container 09:58:47 $ 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 09:58:48 $ docker top e4196e01a875c03ff564745939a65214fbe01fcb8c4b8e29985964dd50ef841d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:58:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:58:48 [ssh-agent] Looking for ssh-agent implementation... 09:58:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:58:48 $ docker exec e4196e01a875c03ff564745939a65214fbe01fcb8c4b8e29985964dd50ef841d ssh-agent 09:58:49 SSH_AUTH_SOCK=/tmp/ssh-r1sbAN4r4vKv/agent.11 09:58:49 SSH_AGENT_PID=16 09:58:49 Running ssh-add (command line suppressed) 09:58:49 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_1639474257346400008.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_1639474257346400008.key) 09:58:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:58:49 + git semver tag 09:58:49 # -> Open(): unable to determine branch for HEAD 09:58:49 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 09:58:49 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 09:58:49 # $SEMVER_REMOTE_NAME = origin 09:58:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:58:49 # $SEMVER_USER_NAME = edgex-jenkins 09:58:49 # $SEMVER_BRANCH = master 09:58:49 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver 09:58:49 # 49672cc0825fc2b257ef421e8ddc02da382ee60a HEAD 09:58:49 # -> Force: false 09:58:49 # 19d712f01d96e3dac43e8f8b1aa6d1e7ffd5d570 refs/tags/v1.2.2-dev.1 [Pipeline] } 09:58:49 $ docker exec --env ******** --env ******** e4196e01a875c03ff564745939a65214fbe01fcb8c4b8e29985964dd50ef841d ssh-agent -k 09:58:49 unset SSH_AUTH_SOCK; 09:58:49 unset SSH_AGENT_PID; 09:58:49 echo Agent pid 16 killed; 09:58:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:58:50 + git semver [Pipeline] } 09:58:50 $ docker stop --time=1 e4196e01a875c03ff564745939a65214fbe01fcb8c4b8e29985964dd50ef841d 09:58:51 $ docker rm -f e4196e01a875c03ff564745939a65214fbe01fcb8c4b8e29985964dd50ef841d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 09:58:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:58:51 09:58:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 09:58:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:58:52 0.23.1-centos7: Pulling from edgex-lftools 09:58:52 ab5ef0e58194: Pulling fs layer 09:58:52 9712f1f96733: Pulling fs layer 09:58:52 63f879dbbcfc: Pulling fs layer 09:58:52 0d9ebad4ef96: Pulling fs layer 09:58:52 e9a5061849ea: Pulling fs layer 09:58:52 d747dcd14b5f: Pulling fs layer 09:58:52 2de7ff778b66: Pulling fs layer 09:58:52 0d9ebad4ef96: Waiting 09:58:52 e9a5061849ea: Waiting 09:58:52 d747dcd14b5f: Waiting 09:58:52 2de7ff778b66: Waiting 09:58:52 9712f1f96733: Verifying Checksum 09:58:52 9712f1f96733: Download complete 09:58:52 63f879dbbcfc: Verifying Checksum 09:58:52 63f879dbbcfc: Download complete 09:58:52 e9a5061849ea: Verifying Checksum 09:58:52 e9a5061849ea: Download complete 09:58:52 d747dcd14b5f: Verifying Checksum 09:58:52 d747dcd14b5f: Download complete 09:58:53 ab5ef0e58194: Verifying Checksum 09:58:53 ab5ef0e58194: Download complete 09:58:53 2de7ff778b66: Verifying Checksum 09:58:53 2de7ff778b66: Download complete 09:58:53 0d9ebad4ef96: Verifying Checksum 09:58:57 ab5ef0e58194: Pull complete 09:58:57 9712f1f96733: Pull complete 09:59:00 63f879dbbcfc: Pull complete 09:59:05 0d9ebad4ef96: Pull complete 09:59:07 e9a5061849ea: Pull complete 09:59:07 d747dcd14b5f: Pull complete 09:59:11 2de7ff778b66: Pull complete 09:59:11 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 09:59:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:59:11 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 09:59:11 prd-centos7-docker-4c-2g-3537 does not seem to be running inside a container 09:59:11 $ 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 09:59:14 $ docker top 15ad6ff79c878689c552bd1e886b7c0a334fbf1891f9f7b5ea36e9fedcec0794 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 09:59:14 provisioning config files... 09:59:14 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config323067934922807695tmp 09:59:14 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config8819500715066277468tmp 09:59:14 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config7384851546781246010tmp [Pipeline] { [Pipeline] echo 09:59:14 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 09:59:14 ---> sigul-configuration.sh 09:59:14 gpg: directory `/root/.gnupg' created 09:59:14 gpg: new configuration file `/root/.gnupg/gpg.conf' created 09:59:14 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 09:59:14 gpg: keyring `/root/.gnupg/secring.gpg' created 09:59:14 gpg: keyring `/root/.gnupg/pubring.gpg' created 09:59:14 gpg: CAST5 encrypted data 09:59:14 gpg: encrypted with 1 passphrase 09:59:14 gpg: WARNING: message was not integrity protected [Pipeline] sh 09:59:15 + mkdir /home/jenkins 09:59:15 + mkdir /home/jenkins/sigul [Pipeline] sh 09:59:15 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 09:59:15 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 09:59:15 ---> sigul-install.sh 09:59:21 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 09:59:21 + git tag --list 09:59:21 v1.2.2-dev.1 [Pipeline] sh 09:59:21 + lftools sign git-tag v1.2.2-dev.1 09:59:23 Signing Git tag with Sigul... 09:59:23 Signing v1.2.2-dev.1 [Pipeline] echo 09:59:24 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 09:59:24 ---> sigul-configuration-cleanup.sh [Pipeline] } 09:59:24 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 09:59:24 $ docker stop --time=1 15ad6ff79c878689c552bd1e886b7c0a334fbf1891f9f7b5ea36e9fedcec0794 09:59:26 $ docker rm -f 15ad6ff79c878689c552bd1e886b7c0a334fbf1891f9f7b5ea36e9fedcec0794 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 09:59:26 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:59:26 . [Pipeline] withDockerContainer 09:59:27 prd-centos7-docker-4c-2g-3537 does not seem to be running inside a container 09:59:27 $ 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 09:59:27 $ docker top 308edb2902a005a825bced32c928a20a16de877b2f8afe7651d5306d866d41ea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:59:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:59:27 [ssh-agent] Looking for ssh-agent implementation... 09:59:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:59:28 $ docker exec 308edb2902a005a825bced32c928a20a16de877b2f8afe7651d5306d866d41ea ssh-agent 09:59:28 SSH_AUTH_SOCK=/tmp/ssh-FBSdKcbc1RXq/agent.12 09:59:28 SSH_AGENT_PID=17 09:59:28 Running ssh-add (command line suppressed) 09:59:28 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_2063718413604214856.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_2063718413604214856.key) 09:59:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:59:28 + git semver bump pre 09:59:28 # -> Open(): unable to determine branch for HEAD 09:59:28 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 09:59:28 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 09:59:28 # $SEMVER_REMOTE_NAME = origin 09:59:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:59:28 # $SEMVER_USER_NAME = edgex-jenkins 09:59:28 # $SEMVER_BRANCH = master 09:59:28 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver 09:59:28 1.2.2-dev.2 [Pipeline] } 09:59:28 $ docker exec --env ******** --env ******** 308edb2902a005a825bced32c928a20a16de877b2f8afe7651d5306d866d41ea ssh-agent -k 09:59:28 unset SSH_AUTH_SOCK; 09:59:28 unset SSH_AGENT_PID; 09:59:28 echo Agent pid 17 killed; 09:59:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:59:29 + git semver [Pipeline] } 09:59:29 $ docker stop --time=1 308edb2902a005a825bced32c928a20a16de877b2f8afe7651d5306d866d41ea 09:59:30 $ docker rm -f 308edb2902a005a825bced32c928a20a16de877b2f8afe7651d5306d866d41ea [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 09:59:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:59:31 . [Pipeline] withDockerContainer 09:59:31 prd-centos7-docker-4c-2g-3537 does not seem to be running inside a container 09:59:31 $ 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 09:59:31 $ docker top 54b55553d1f26c9c24693d978d50471d10690c4f480cd34aa0bc34402fd14667 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:59:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:59:32 [ssh-agent] Looking for ssh-agent implementation... 09:59:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:59:32 $ docker exec 54b55553d1f26c9c24693d978d50471d10690c4f480cd34aa0bc34402fd14667 ssh-agent 09:59:32 SSH_AUTH_SOCK=/tmp/ssh-WIUWZHaIQpbH/agent.11 09:59:32 SSH_AGENT_PID=16 09:59:32 Running ssh-add (command line suppressed) 09:59:32 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_7714072111888966884.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_7714072111888966884.key) 09:59:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:59:33 + git semver push 09:59:33 # -> Open(): unable to determine branch for HEAD 09:59:33 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 09:59:33 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 09:59:33 # $SEMVER_REMOTE_NAME = origin 09:59:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:59:33 # $SEMVER_USER_NAME = edgex-jenkins 09:59:33 # $SEMVER_BRANCH = master 09:59:33 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } 09:59:40 $ docker exec --env ******** --env ******** 54b55553d1f26c9c24693d978d50471d10690c4f480cd34aa0bc34402fd14667 ssh-agent -k 09:59:40 unset SSH_AUTH_SOCK; 09:59:40 unset SSH_AGENT_PID; 09:59:40 echo Agent pid 16 killed; 09:59:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:59:40 + git semver [Pipeline] } 09:59:40 $ docker stop --time=1 54b55553d1f26c9c24693d978d50471d10690c4f480cd34aa0bc34402fd14667 09:59:41 $ docker rm -f 54b55553d1f26c9c24693d978d50471d10690c4f480cd34aa0bc34402fd14667 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 09:59:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:59:43 ---> package-listing.sh 09:59:43 ++ facter osfamily 09:59:43 ++ tr '[:upper:]' '[:lower:]' 09:59:43 + OS_FAMILY=redhat 09:59:43 + workspace=/w/workspace/gexfoundry_device-mqtt-go_master 09:59:43 + START_PACKAGES=/tmp/packages_start.txt 09:59:43 + END_PACKAGES=/tmp/packages_end.txt 09:59:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:59:43 + PACKAGES=/tmp/packages_start.txt 09:59:43 + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' 09:59:43 + PACKAGES=/tmp/packages_end.txt 09:59:43 + case "${OS_FAMILY}" in 09:59:43 + rpm -qa 09:59:43 + sort 09:59:47 + '[' -f /tmp/packages_start.txt ']' 09:59:47 + '[' -f /tmp/packages_end.txt ']' 09:59:47 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:59:47 + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' 09:59:47 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/archives/ 09:59:47 + 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 09:59:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:59:47 09:59:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:59:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:59:48 alpine: Pulling from edgex-lftools-log-publisher 09:59:48 c9b1b535fdd9: Pulling fs layer 09:59:48 2cc5ad85d9ab: Pulling fs layer 09:59:48 756a868c4378: Pulling fs layer 09:59:48 444b2fc9a129: Pulling fs layer 09:59:48 ea15f1150254: Pulling fs layer 09:59:48 41b27a9f41bf: Pulling fs layer 09:59:48 28c525ee5125: Pulling fs layer 09:59:48 094b1ea09ed8: Pulling fs layer 09:59:48 138eaada9080: Pulling fs layer 09:59:48 0622d0fa9048: Pulling fs layer 09:59:48 41b27a9f41bf: Waiting 09:59:48 28c525ee5125: Waiting 09:59:48 094b1ea09ed8: Waiting 09:59:48 138eaada9080: Waiting 09:59:48 0622d0fa9048: Waiting 09:59:48 444b2fc9a129: Waiting 09:59:48 ea15f1150254: Waiting 09:59:48 2cc5ad85d9ab: Download complete 09:59:48 444b2fc9a129: Verifying Checksum 09:59:48 444b2fc9a129: Download complete 09:59:48 c9b1b535fdd9: Download complete 09:59:48 ea15f1150254: Verifying Checksum 09:59:48 ea15f1150254: Download complete 09:59:48 28c525ee5125: Verifying Checksum 09:59:48 28c525ee5125: Download complete 09:59:48 756a868c4378: Verifying Checksum 09:59:48 756a868c4378: Download complete 09:59:48 094b1ea09ed8: Verifying Checksum 09:59:48 094b1ea09ed8: Download complete 09:59:48 c9b1b535fdd9: Pull complete 09:59:48 138eaada9080: Verifying Checksum 09:59:48 138eaada9080: Download complete 09:59:48 0622d0fa9048: Verifying Checksum 09:59:48 0622d0fa9048: Download complete 09:59:49 2cc5ad85d9ab: Pull complete 09:59:49 41b27a9f41bf: Verifying Checksum 09:59:49 41b27a9f41bf: Download complete 09:59:50 756a868c4378: Pull complete 09:59:50 444b2fc9a129: Pull complete 09:59:50 ea15f1150254: Pull complete 09:59:54 41b27a9f41bf: Pull complete 09:59:54 28c525ee5125: Pull complete 09:59:56 094b1ea09ed8: Pull complete 09:59:57 138eaada9080: Pull complete 09:59:57 0622d0fa9048: Pull complete 09:59:57 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 09:59:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:59:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:59:57 prd-centos7-docker-4c-2g-3537 does not seem to be running inside a container 09:59:57 $ 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 09:59:59 $ docker top b65b25f39b70fa62eeae747393c80f4f0d4afae03f9bad81f14944bbec45d354 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:59:59 provisioning config files... 09:59:59 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config627049993165908593tmp [Pipeline] { [Pipeline] echo 10:00:00 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:00:00 ---> create-netrc.sh [Pipeline] echo 10:00:00 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:00:00 ---> logs-deploy.sh 10:00:00 + ARCHIVE_ARTIFACTS= 10:00:00 + LOGS_SERVER=https://logs.edgexfoundry.org 10:00:00 + '[' https://logs.edgexfoundry.org == None ']' 10:00:00 + NEXUS_URL=https://nexus.edgexfoundry.org 10:00:00 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/12 10:00:00 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-mqtt-go/job/master/12/ 10:00:00 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/12 /w/workspace/gexfoundry_device-mqtt-go_master 10:00:01 Archives upload complete. 10:00:01 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/12 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-mqtt-go/job/master/12/