Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 53b271558e00092d9ac86daf606e53fe8237c5d2 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 370697454611dc68c0596e0d0a50477a8de841a8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, goVersion:1.13, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-mqtt-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-2501’ Running on prd-centos7-docker-4c-2g-2506 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 53b271558e00092d9ac86daf606e53fe8237c5d2 (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 53b271558e00092d9ac86daf606e53fe8237c5d2 # timeout=10 Commit message: "Merge pull request #150 from tonyespy/issue-149" > git rev-list --no-walk 8b9d4518ce44b452ea6e7170c38b8c7009d29236 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:40:38 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:40:39 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:40:39 ========================================================= 00:40:39 EdgeX Global Pipelines Version Info 00:40:39 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:40:40 ------------------- 00:40:40 stable info: 00:40:40 ------------------- 00:40:40 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:40:40 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 00:40:40 Message: update stable to v1.0.89 00:40:41 ------------------- 00:40:41 experimental info: 00:40:41 ------------------- 00:40:41 Commited By: **** collab-it+edgex@linuxfoundation.org 00:40:41 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 00:40:41 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 00:40:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:40:43 00:40:43 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:40:43 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:40:43 latest: Pulling from edgex-devops/git-semver 00:40:43 9123ac7c32f7: Pulling fs layer 00:40:43 b8cc5d1170e3: Pulling fs layer 00:40:43 2924cbbf6a41: Pulling fs layer 00:40:43 93b08a4f1073: Pulling fs layer 00:40:43 93b08a4f1073: Waiting 00:40:43 b8cc5d1170e3: Download complete 00:40:43 9123ac7c32f7: Verifying Checksum 00:40:43 9123ac7c32f7: Download complete 00:40:43 93b08a4f1073: Verifying Checksum 00:40:43 93b08a4f1073: Download complete 00:40:43 2924cbbf6a41: Verifying Checksum 00:40:43 2924cbbf6a41: Download complete 00:40:43 9123ac7c32f7: Pull complete 00:40:43 b8cc5d1170e3: Pull complete 00:40:44 2924cbbf6a41: Pull complete 00:40:44 93b08a4f1073: Pull complete 00:40:44 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 00:40:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:40:44 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:40:44 prd-centos7-docker-4c-2g-2506 does not seem to be running inside a container 00:40:44 $ 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 00:40:47 $ docker top 342e5719352cb3724d2fa81f934da88079497540d0d3b875d14921a305d88138 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:40:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:40:47 [ssh-agent] Looking for ssh-agent implementation... 00:40:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:40:47 $ docker exec 342e5719352cb3724d2fa81f934da88079497540d0d3b875d14921a305d88138 ssh-agent 00:40:47 SSH_AUTH_SOCK=/tmp/ssh-n1Vg41rOnNps/agent.12 00:40:47 SSH_AGENT_PID=17 00:40:47 Running ssh-add (command line suppressed) 00:40:47 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_7299816324293561556.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_7299816324293561556.key) 00:40:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:40:48 + git describe --exact-match --tags HEAD 00:40:48 fatal: No names found, cannot describe anything. [Pipeline] } 00:40:48 $ docker exec --env ******** --env ******** 342e5719352cb3724d2fa81f934da88079497540d0d3b875d14921a305d88138 ssh-agent -k 00:40:48 unset SSH_AUTH_SOCK; 00:40:48 unset SSH_AGENT_PID; 00:40:48 echo Agent pid 17 killed; 00:40:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 00:40:48 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 00:40:48 This usually means this commit has not been tagged. [Pipeline] sshagent 00:40:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:40:48 [ssh-agent] Looking for ssh-agent implementation... 00:40:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:40:48 $ docker exec 342e5719352cb3724d2fa81f934da88079497540d0d3b875d14921a305d88138 ssh-agent 00:40:48 SSH_AUTH_SOCK=/tmp/ssh-vuN8kUz8egeI/agent.47 00:40:48 SSH_AGENT_PID=52 00:40:48 Running ssh-add (command line suppressed) 00:40:48 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_2975415819839845244.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_2975415819839845244.key) 00:40:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:40:49 + git semver init 00:40:49 # -> Open(): unable to determine branch for HEAD 00:40:49 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 00:40:49 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 00:40:49 # $SEMVER_REMOTE_NAME = origin 00:40:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:40:49 # $SEMVER_USER_NAME = edgex-jenkins 00:40:49 # $SEMVER_BRANCH = master 00:40:49 # $SEMVER_TEMP = /tmp/semver-615544369 00:40:49 # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP 00:40:49 # '/tmp/semver-615544369' -> '/w/workspace/gexfoundry_device-mqtt-go_master/.semver' 00:40:49 # -> Force: false 00:40:49 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } 00:40:49 $ docker exec --env ******** --env ******** 342e5719352cb3724d2fa81f934da88079497540d0d3b875d14921a305d88138 ssh-agent -k 00:40:49 unset SSH_AUTH_SOCK; 00:40:49 unset SSH_AGENT_PID; 00:40:49 echo Agent pid 52 killed; 00:40:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:40:50 + git semver [Pipeline] } 00:40:50 $ docker stop --time=1 342e5719352cb3724d2fa81f934da88079497540d0d3b875d14921a305d88138 00:40:51 $ docker rm -f 342e5719352cb3724d2fa81f934da88079497540d0d3b875d14921a305d88138 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 00:40:51 Stashed 22 file(s) [Pipeline] echo 00:40:51 [edgeXSemver] initialized semver on version 1.2.1-dev.2 [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 00:41:07 Still waiting to schedule task 00:41:07 Waiting for next available executor on ‘centos7-docker-4c-2g’ 00:41:07 Still waiting to schedule task 00:41:07 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:43:20 Running on prd-centos7-docker-4c-2g-2507 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws 00:43:20 Running in /w/workspace/device-mqtt-go/8 [Pipeline] { [Pipeline] checkout 00:43:23 using credential edgex-jenkins-ssh 00:43:23 Cloning the remote Git repository 00:43:23 Cloning with configured refspecs honoured and without tags 00:43:23 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 00:43:23 > git init /w/workspace/device-mqtt-go/8 # timeout=10 00:43:23 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 00:43:23 > git --version # timeout=10 00:43:23 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:23 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 00:43:24 Fetching without tags 00:43:24 Checking out Revision 53b271558e00092d9ac86daf606e53fe8237c5d2 (master) 00:43:24 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 00:43:24 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 00:43:24 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 00:43:24 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 00:43:24 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:24 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 00:43:24 > git config core.sparsecheckout # timeout=10 00:43:24 > git checkout -f 53b271558e00092d9ac86daf606e53fe8237c5d2 # timeout=10 00:43:28 Commit message: "Merge pull request #150 from tonyespy/issue-149" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 00:43:28 ========================================================= 00:43:28 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 00:43:28 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:43:29 + 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 . 00:43:29 Sending build context to Docker daemon 564.2kB 00:43:29 Step 1/8 : ARG BASE=golang:1.13-alpine 00:43:29 Step 2/8 : FROM ${BASE} 00:43:30 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 00:43:30 e6b0cf9c0882: Pulling fs layer 00:43:30 2848faf0eed1: Pulling fs layer 00:43:30 0f37312ad70f: Pulling fs layer 00:43:30 5788d62ee057: Pulling fs layer 00:43:30 0e6b1d234666: Pulling fs layer 00:43:30 bf5d7aec512f: Pulling fs layer 00:43:30 34c802a77dc8: Pulling fs layer 00:43:30 9eb99e56ec68: Pulling fs layer 00:43:30 27c7a5d97fbd: Pulling fs layer 00:43:30 5c102a31e300: Pulling fs layer 00:43:30 dcfb455df0a1: Pulling fs layer 00:43:30 34c802a77dc8: Waiting 00:43:30 9eb99e56ec68: Waiting 00:43:30 27c7a5d97fbd: Waiting 00:43:30 5c102a31e300: Waiting 00:43:30 dcfb455df0a1: Waiting 00:43:30 5788d62ee057: Waiting 00:43:30 0e6b1d234666: Waiting 00:43:30 bf5d7aec512f: Waiting 00:43:30 0f37312ad70f: Verifying Checksum 00:43:30 0f37312ad70f: Download complete 00:43:30 2848faf0eed1: Verifying Checksum 00:43:30 2848faf0eed1: Download complete 00:43:30 0e6b1d234666: Verifying Checksum 00:43:30 0e6b1d234666: Download complete 00:43:30 bf5d7aec512f: Verifying Checksum 00:43:30 bf5d7aec512f: Download complete 00:43:30 e6b0cf9c0882: Verifying Checksum 00:43:30 e6b0cf9c0882: Download complete 00:43:30 e6b0cf9c0882: Pull complete 00:43:30 2848faf0eed1: Pull complete 00:43:30 0f37312ad70f: Pull complete 00:43:31 34c802a77dc8: Verifying Checksum 00:43:31 34c802a77dc8: Download complete 00:43:31 27c7a5d97fbd: Verifying Checksum 00:43:31 27c7a5d97fbd: Download complete 00:43:31 5788d62ee057: Verifying Checksum 00:43:31 5788d62ee057: Download complete 00:43:31 5c102a31e300: Verifying Checksum 00:43:31 5c102a31e300: Download complete 00:43:31 dcfb455df0a1: Download complete 00:43:31 9eb99e56ec68: Verifying Checksum 00:43:31 9eb99e56ec68: Download complete 00:43:40 5788d62ee057: Pull complete 00:43:40 0e6b1d234666: Pull complete 00:43:40 bf5d7aec512f: Pull complete 00:43:44 34c802a77dc8: Pull complete 00:43:47 9eb99e56ec68: Pull complete 00:43:47 27c7a5d97fbd: Pull complete 00:43:48 5c102a31e300: Pull complete 00:43:48 dcfb455df0a1: Pull complete 00:43:48 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 00:43:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 00:43:48 ---> 7c70fe431013 00:43:48 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 00:43:50 ---> Running in 37cb6131b266 00:43:50 Removing intermediate container 37cb6131b266 00:43:50 ---> d10ecb575f9b 00:43:50 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:50 ---> Running in 47dae82574f2 00:43:51 Removing intermediate container 47dae82574f2 00:43:51 ---> c5541412e6ff 00:43:51 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 00:43:51 ---> Running in 61d8e806cc0e 00:43:52 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 00:43:53 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 00:43:53 (1/17) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) 00:43:53 (2/17) Installing libmagic (5.37-r1) 00:43:53 (3/17) Installing file (5.37-r1) 00:43:53 (4/17) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) 00:43:53 (5/17) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) 00:43:53 (6/17) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) 00:43:59 (7/17) Installing libc-dev (0.7.2-r0) 00:43:59 (8/17) Installing g++ (9.2.0-r4) 00:44:02 (9/17) Installing fortify-headers (1.1-r0) 00:44:02 (10/17) Installing build-base (0.5-r1) 00:44:02 (11/17) Installing openssh-keygen (8.1_p1-r0) 00:44:02 (12/17) Installing libedit (20191211.3.1-r0) 00:44:02 (13/17) Installing openssh-client (8.1_p1-r0) 00:44:03 (14/17) Installing openssh-sftp-server (8.1_p1-r0) 00:44:03 (15/17) Installing openssh-server-common (8.1_p1-r0) 00:44:03 (16/17) Installing openssh-server (8.1_p1-r0) 00:44:03 (17/17) Installing openssh (8.1_p1-r0) 00:44:03 Executing busybox-1.31.1-r8.trigger 00:44:03 OK: 214 MiB in 52 packages 00:44:06 Removing intermediate container 61d8e806cc0e 00:44:06 ---> c0aac50cb287 00:44:06 Step 6/8 : WORKDIR /device-mqtt-go 00:44:06 ---> Running in 280202a38bb0 00:44:06 Removing intermediate container 280202a38bb0 00:44:06 ---> 188b34db047e 00:44:06 Step 7/8 : COPY . . 00:44:07 ---> ba60059d96cf 00:44:07 Step 8/8 : RUN go mod download 00:44:07 ---> Running in 4a6a496417ef 00:44:09 go: finding github.com/BurntSushi/toml v0.3.1 00:44:09 go: finding github.com/OneOfOne/xxhash v1.2.6 00:44:09 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 00:44:09 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:44:09 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 00:44:09 go: finding github.com/bgentry/speakeasy v0.1.0 00:44:09 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 00:44:09 go: finding github.com/davecgh/go-spew v1.1.1 00:44:09 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 00:44:09 go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 00:44:09 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 00:44:09 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 00:44:09 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 00:44:09 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 00:44:09 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 00:44:09 go: finding github.com/fatih/color v1.7.0 00:44:09 go: finding github.com/fxamacker/cbor/v2 v2.2.0 00:44:09 go: finding github.com/go-kit/kit v0.8.0 00:44:09 go: finding github.com/go-logfmt/logfmt v0.4.0 00:44:09 go: finding github.com/go-stack/stack v1.8.0 00:44:09 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 00:44:09 go: finding github.com/google/uuid v1.1.1 00:44:09 go: finding github.com/gorilla/mux v1.7.1 00:44:09 go: finding github.com/hashicorp/consul/api v1.1.0 00:44:09 go: finding github.com/hashicorp/consul/sdk v0.1.1 00:44:09 go: finding github.com/hashicorp/errwrap v1.0.0 00:44:09 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 00:44:09 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 00:44:09 go: finding github.com/hashicorp/go-msgpack v0.5.3 00:44:09 go: finding github.com/hashicorp/go-multierror v1.0.0 00:44:09 go: finding github.com/hashicorp/go-rootcerts v1.0.0 00:44:09 go: finding github.com/hashicorp/go-sockaddr v1.0.0 00:44:09 go: finding github.com/hashicorp/go-syslog v1.0.0 00:44:09 go: finding github.com/hashicorp/go-uuid v1.0.1 00:44:09 go: finding github.com/hashicorp/go.net v0.0.1 00:44:09 go: finding github.com/hashicorp/golang-lru v0.5.0 00:44:09 go: finding github.com/hashicorp/logutils v1.0.0 00:44:09 go: finding github.com/hashicorp/mdns v1.0.0 00:44:09 go: finding github.com/hashicorp/memberlist v0.1.3 00:44:09 go: finding github.com/hashicorp/serf v0.8.2 00:44:09 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 00:44:09 go: finding github.com/kr/pretty v0.1.0 00:44:09 go: finding github.com/kr/pty v1.1.1 00:44:09 go: finding github.com/kr/text v0.1.0 00:44:09 go: finding github.com/mattn/go-colorable v0.0.9 00:44:09 go: finding github.com/mattn/go-isatty v0.0.3 00:44:09 go: finding github.com/miekg/dns v1.0.14 00:44:09 go: finding github.com/mitchellh/cli v1.0.0 00:44:09 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:44:09 go: finding github.com/mitchellh/copystructure v1.0.0 00:44:09 go: finding github.com/mitchellh/go-homedir v1.0.0 00:44:09 go: finding github.com/mitchellh/go-testing-interface v1.0.0 00:44:09 go: finding github.com/mitchellh/gox v0.4.0 00:44:09 go: finding github.com/mitchellh/iochan v1.0.0 00:44:09 go: finding github.com/mitchellh/mapstructure v1.1.2 00:44:09 go: finding github.com/mitchellh/reflectwalk v1.0.0 00:44:09 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 00:44:09 go: finding github.com/pelletier/go-toml v1.2.0 00:44:09 go: finding github.com/pkg/errors v0.8.1 00:44:09 go: finding github.com/pmezard/go-difflib v1.0.0 00:44:09 go: finding github.com/posener/complete v1.1.1 00:44:09 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 00:44:09 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 00:44:09 go: finding github.com/spf13/cast v1.3.0 00:44:09 go: finding github.com/stretchr/objx v0.1.0 00:44:09 go: finding github.com/stretchr/testify v1.5.1 00:44:09 go: finding github.com/ugorji/go v1.1.4 00:44:09 go: finding github.com/x448/float16 v0.8.4 00:44:09 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 00:44:09 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 00:44:09 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 00:44:09 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 00:44:09 go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 00:44:09 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 00:44:09 go: finding gopkg.in/yaml.v2 v2.2.8 00:44:17 Removing intermediate container 4a6a496417ef 00:44:17 ---> 60460149841e 00:44:17 Successfully built 60460149841e 00:44:18 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 00:44:18 + docker inspect -f . ci-base-image-x86_64 00:44:18 . [Pipeline] withDockerContainer 00:44:18 prd-centos7-docker-4c-2g-2507 does not seem to be running inside a container 00:44:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/8 -v /w/workspace/device-mqtt-go/8:/w/workspace/device-mqtt-go/8:rw,z -v /w/workspace/device-mqtt-go/8@tmp:/w/workspace/device-mqtt-go/8@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 00:44:19 $ docker top c733cab974a6344321a426469e7a41fb3749fe6ab24cdf8dcd42c7ca42422864 -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:20 + go version 00:44:20 go version go1.13.5 linux/amd64 [Pipeline] sh 00:44:20 + make test 00:44:20 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 00:44:21 ? github.com/edgexfoundry/device-mqtt-go [no test files] 00:44:33 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 00:44:33 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.007s coverage: 29.8% of statements 00:44:33 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 00:44:33 CGO_ENABLED=0 GO111MODULE=on go vet ./... 00:44:34 gofmt -l . 00:44:34 ["`gofmt -l .`" = ""] 00:44:34 ./bin/test-attribution-txt.sh 00:44:35 ./bin/test-go-mod-tidy.sh [Pipeline] stash 00:44:35 Stashed 1 file(s) [Pipeline] } 00:44:35 $ docker stop --time=1 c733cab974a6344321a426469e7a41fb3749fe6ab24cdf8dcd42c7ca42422864 00:44:37 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2508 in /w/workspace/gexfoundry_device-mqtt-go_master 00:44:38 $ docker rm -f c733cab974a6344321a426469e7a41fb3749fe6ab24cdf8dcd42c7ca42422864 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws 00:44:38 Running in /w/workspace/device-mqtt-go/8 [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] sh 00:44:40 + sudo chown -R jenkins:jenkins . [Pipeline] sh 00:44:40 + ls -al . 00:44:40 total 100 00:44:40 drwxrwxr-x. 9 jenkins jenkins 4096 Jun 11 00:44 . 00:44:40 drwxrwxr-x. 4 jenkins jenkins 28 Jun 11 00:43 .. 00:44:40 -rw-rw-r--. 1 jenkins jenkins 4678 Jun 11 00:43 Attribution.txt 00:44:40 drwxrwxr-x. 2 jenkins jenkins 87 Jun 11 00:43 bin 00:44:40 drwxrwxr-x. 3 jenkins jenkins 32 Jun 11 00:43 cmd 00:44:40 -rw-r--r--. 1 jenkins jenkins 18214 Jun 11 00:44 coverage.out 00:44:40 -rw-rw-r--. 1 jenkins jenkins 1776 Jun 11 00:43 Dockerfile 00:44:40 -rw-rw-r--. 1 jenkins jenkins 953 Jun 11 00:43 Dockerfile.build 00:44:40 -rw-rw-r--. 1 jenkins jenkins 140 Jun 11 00:43 .dockerignore 00:44:40 drwxrwxr-x. 8 jenkins jenkins 162 Jun 11 00:43 .git 00:44:40 -rw-rw-r--. 1 jenkins jenkins 328 Jun 11 00:43 .gitignore 00:44:40 -rw-r--r--. 1 jenkins jenkins 510 Jun 11 00:44 go.mod 00:44:40 -rw-r--r--. 1 jenkins jenkins 13621 Jun 11 00:44 go.sum 00:44:40 drwxrwxr-x. 3 jenkins jenkins 20 Jun 11 00:43 internal 00:44:40 -rw-rw-r--. 1 jenkins jenkins 700 Jun 11 00:43 Jenkinsfile 00:44:40 -rw-rw-r--. 1 jenkins jenkins 11340 Jun 11 00:43 LICENSE 00:44:40 -rw-rw-r--. 1 jenkins jenkins 902 Jun 11 00:43 Makefile 00:44:40 drwxrwxr-x. 2 jenkins jenkins 23 Jun 11 00:43 mock 00:44:40 -rw-rw-r--. 1 jenkins jenkins 444 Jun 11 00:43 README.md 00:44:40 drwxrwxr-x. 3 jenkins jenkins 44 Jun 11 00:43 .semver 00:44:40 drwxrwxr-x. 4 jenkins jenkins 54 Jun 11 00:43 snap 00:44:40 -rw-rw-r--. 1 jenkins jenkins 11 Jun 11 00:40 VERSION 00:44:40 -rw-rw-r--. 1 jenkins jenkins 227 Jun 11 00:43 version.go [Pipeline] isUnix [Pipeline] sh 00:44:40 + 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=53b271558e00092d9ac86daf606e53fe8237c5d2 --label arch=amd64 --label version=1.2.1-dev.2 . 00:44:40 Sending build context to Docker daemon 583.2kB 00:44:40 Step 1/21 : ARG BASE=golang:1.13-alpine 00:44:40 Step 2/21 : FROM ${BASE} AS builder 00:44:40 ---> 60460149841e 00:44:40 Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 00:44:40 ---> Running in 1dfe78b33abc 00:44:40 Removing intermediate container 1dfe78b33abc 00:44:40 ---> dd6f827e88ce 00:44:40 Step 4/21 : ARG ALPINE_PKG_EXTRA="" 00:44:40 ---> Running in f29c2f4cb475 00:44:41 Removing intermediate container f29c2f4cb475 00:44:41 ---> 2333653771e0 00:44:41 Step 5/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:41 ---> Running in a97db00a40a7 00:44:42 Removing intermediate container a97db00a40a7 00:44:42 ---> 91e7e92afb7c 00:44:42 Step 6/21 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 00:44:42 ---> Running in 6630dca7bd1c 00:44:42 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 00:44:43 using credential edgex-jenkins-ssh 00:44:43 Cloning the remote Git repository 00:44:43 Cloning with configured refspecs honoured and without tags 00:44:43 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 00:44:43 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 00:44:43 > git init /w/workspace/device-mqtt-go/8 # timeout=10 00:44:43 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 00:44:43 > git --version # timeout=10 00:44:43 using GIT_SSH to set credentials SSH Credentials for GitHub 00:44:43 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 00:44:43 OK: 214 MiB in 52 packages 00:44:43 Removing intermediate container 6630dca7bd1c 00:44:43 ---> 199dcf8849ff 00:44:43 Step 7/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 00:44:44 ---> Running in 50f728964588 00:44:44 Removing intermediate container 50f728964588 00:44:44 ---> 65725199a298 00:44:44 Step 8/21 : COPY . . 00:44:44 Fetching without tags 00:44:44 ---> 30f164c41600 00:44:44 Step 9/21 : ARG MAKE='make build' 00:44:44 ---> Running in 71dfa99a8a04 00:44:44 Checking out Revision 53b271558e00092d9ac86daf606e53fe8237c5d2 (master) 00:44:44 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 00:44:44 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 00:44:44 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 00:44:44 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 00:44:44 using GIT_SSH to set credentials SSH Credentials for GitHub 00:44:44 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 00:44:44 > git config core.sparsecheckout # timeout=10 00:44:44 Removing intermediate container 71dfa99a8a04 00:44:44 ---> 1805db64d85e 00:44:44 Step 10/21 : RUN $MAKE 00:44:44 ---> Running in 8db38edc58fb 00:44:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.1-dev.2" -o cmd/device-mqtt ./cmd 00:44:44 > git checkout -f 53b271558e00092d9ac86daf606e53fe8237c5d2 # timeout=10 00:44:49 Commit message: "Merge pull request #150 from tonyespy/issue-149" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 00:44:50 ========================================================= 00:44:50 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 00:44:50 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:44:50 + 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 . 00:44:51 Sending build context to Docker daemon 564.2kB 00:44:51 Step 1/8 : ARG BASE=golang:1.13-alpine 00:44:51 Step 2/8 : FROM ${BASE} 00:44:52 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:44:52 cde5963f3b93: Pulling fs layer 00:44:52 2a23fa8c16f7: Pulling fs layer 00:44:52 777b28850792: Pulling fs layer 00:44:52 8a11ddd9e578: Pulling fs layer 00:44:52 4cf88f913ddb: Pulling fs layer 00:44:52 1df406cf5192: Pulling fs layer 00:44:52 cd6300453558: Pulling fs layer 00:44:52 b9c365052c96: Pulling fs layer 00:44:52 a2d8cc88f415: Pulling fs layer 00:44:52 ea1d1ca13537: Pulling fs layer 00:44:52 3750a50a1c5e: Pulling fs layer 00:44:52 8a11ddd9e578: Waiting 00:44:52 4cf88f913ddb: Waiting 00:44:52 1df406cf5192: Waiting 00:44:52 cd6300453558: Waiting 00:44:52 b9c365052c96: Waiting 00:44:52 a2d8cc88f415: Waiting 00:44:52 ea1d1ca13537: Waiting 00:44:52 3750a50a1c5e: Waiting 00:44:52 777b28850792: Verifying Checksum 00:44:52 777b28850792: Download complete 00:44:52 2a23fa8c16f7: Download complete 00:44:52 4cf88f913ddb: Verifying Checksum 00:44:52 4cf88f913ddb: Download complete 00:44:52 1df406cf5192: Verifying Checksum 00:44:52 1df406cf5192: Download complete 00:44:52 cde5963f3b93: Verifying Checksum 00:44:52 cde5963f3b93: Download complete 00:44:52 cde5963f3b93: Pull complete 00:44:53 2a23fa8c16f7: Pull complete 00:44:53 777b28850792: Pull complete 00:44:54 cd6300453558: Verifying Checksum 00:44:54 cd6300453558: Download complete 00:44:54 a2d8cc88f415: Verifying Checksum 00:44:54 a2d8cc88f415: Download complete 00:44:55 CGO_ENABLED=0 GO111MODULE=on go build ./... 00:44:55 ea1d1ca13537: Verifying Checksum 00:44:55 ea1d1ca13537: Download complete 00:44:55 3750a50a1c5e: Verifying Checksum 00:44:55 3750a50a1c5e: Download complete 00:44:56 b9c365052c96: Verifying Checksum 00:44:56 b9c365052c96: Download complete 00:44:57 8a11ddd9e578: Verifying Checksum 00:44:57 8a11ddd9e578: Download complete 00:45:00 Removing intermediate container 8db38edc58fb 00:45:00 ---> bbb5f96acb6a 00:45:00 Step 11/21 : FROM alpine 00:45:00 latest: Pulling from library/alpine 00:45:00 df20fa9351a1: Pulling fs layer 00:45:00 df20fa9351a1: Verifying Checksum 00:45:00 df20fa9351a1: Download complete 00:45:01 df20fa9351a1: Pull complete 00:45:01 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 00:45:01 Status: Downloaded newer image for alpine:latest 00:45:01 ---> a24bb4013296 00:45:01 Step 12/21 : ENV APP_PORT=49982 00:45:01 ---> Running in 82df52f0a3a9 00:45:01 Removing intermediate container 82df52f0a3a9 00:45:01 ---> 34e714c0f77f 00:45:01 Step 13/21 : EXPOSE $APP_PORT 00:45:01 ---> Running in 96c7f8b2c3a1 00:45:01 Removing intermediate container 96c7f8b2c3a1 00:45:01 ---> 69d9526f5073 00:45:01 Step 14/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 00:45:02 ---> b8ebe580feca 00:45:02 Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 00:45:02 ---> bf920a801dfd 00:45:02 Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 00:45:03 ---> 207916abfbcb 00:45:03 Step 17/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 00:45:03 ---> Running in 1306623f5dc8 00:45:03 Removing intermediate container 1306623f5dc8 00:45:03 ---> eb5abc6c0d9b 00:45:03 Step 18/21 : ENTRYPOINT ["/device-mqtt","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] 00:45:03 ---> Running in e10098999701 00:45:03 Removing intermediate container e10098999701 00:45:03 ---> baf6dee16c8e 00:45:03 Step 19/21 : LABEL arch=amd64 00:45:03 ---> Running in 581955434d0f 00:45:03 Removing intermediate container 581955434d0f 00:45:03 ---> 7856091af8e8 00:45:03 Step 20/21 : LABEL git_sha=53b271558e00092d9ac86daf606e53fe8237c5d2 00:45:03 ---> Running in bf84234d823a 00:45:03 Removing intermediate container bf84234d823a 00:45:03 ---> 09016ce66d12 00:45:03 Step 21/21 : LABEL version=1.2.1-dev.2 00:45:03 ---> Running in d8995fc9830e 00:45:04 Removing intermediate container d8995fc9830e 00:45:04 ---> fedadffd44ac 00:45:04 [Warning] One or more build-args [ARCH] were not consumed 00:45:04 Successfully built fedadffd44ac 00:45:04 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 00:45:04 provisioning config files... 00:45:04 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/8@tmp/config689661376728960230tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:45:04 nexus3.edgexfoundry.org:10001 00:45:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:45:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:45:05 Configure a credential helper to remove this warning. See 00:45:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:45:05 00:45:05 Login Succeeded 00:45:05 nexus3.edgexfoundry.org:10002 00:45:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:45:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:45:05 Configure a credential helper to remove this warning. See 00:45:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:45:05 00:45:05 Login Succeeded 00:45:05 nexus3.edgexfoundry.org:10003 00:45:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:45:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:45:05 Configure a credential helper to remove this warning. See 00:45:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:45:05 00:45:05 Login Succeeded 00:45:05 nexus3.edgexfoundry.org:10004 00:45:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:45:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:45:05 Configure a credential helper to remove this warning. See 00:45:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:45:05 00:45:05 Login Succeeded 00:45:05 docker.io 00:45:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:45:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:45:06 Configure a credential helper to remove this warning. See 00:45:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:45:06 00:45:06 Login Succeeded [Pipeline] } 00:45:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:45:06 [edgeXDocker.push] Tagging docker image docker-device-mqtt-go with the following tags: 00:45:06 53b271558e00092d9ac86daf606e53fe8237c5d2 00:45:06 latest 00:45:06 1.2.1-dev.2 00:45:06 53b271558e00092d9ac86daf606e53fe8237c5d2-1.2.1-dev.2 00:45:06 master 00:45:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:45:06 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:53b271558e00092d9ac86daf606e53fe8237c5d2 [Pipeline] isUnix [Pipeline] sh 00:45:06 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:53b271558e00092d9ac86daf606e53fe8237c5d2 00:45:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 00:45:06 0bbfecceefb7: Preparing 00:45:06 cf9344e250e3: Preparing 00:45:06 771288a0684f: Preparing 00:45:06 50644c29ef5a: Preparing 00:45:06 50644c29ef5a: Layer already exists 00:45:06 0bbfecceefb7: Pushed 00:45:06 cf9344e250e3: Pushed 00:45:08 771288a0684f: Pushed 00:45:08 53b271558e00092d9ac86daf606e53fe8237c5d2: digest: sha256:e80e29619a7d378cf9e7e1c1c00a648e7933f7c178ef9ba2fff0d312b9e70edb size: 1154 [Pipeline] isUnix [Pipeline] sh 00:45:08 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [Pipeline] isUnix [Pipeline] sh 00:45:08 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest 00:45:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 00:45:08 0bbfecceefb7: Preparing 00:45:08 cf9344e250e3: Preparing 00:45:08 771288a0684f: Preparing 00:45:08 50644c29ef5a: Preparing 00:45:08 cf9344e250e3: Layer already exists 00:45:08 0bbfecceefb7: Layer already exists 00:45:08 50644c29ef5a: Layer already exists 00:45:08 771288a0684f: Layer already exists 00:45:08 latest: digest: sha256:e80e29619a7d378cf9e7e1c1c00a648e7933f7c178ef9ba2fff0d312b9e70edb size: 1154 [Pipeline] isUnix [Pipeline] sh 00:45:09 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 00:45:09 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.2.1-dev.2 00:45:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 00:45:09 0bbfecceefb7: Preparing 00:45:09 cf9344e250e3: Preparing 00:45:09 771288a0684f: Preparing 00:45:09 50644c29ef5a: Preparing 00:45:09 771288a0684f: Layer already exists 00:45:09 cf9344e250e3: Layer already exists 00:45:09 50644c29ef5a: Layer already exists 00:45:09 0bbfecceefb7: Layer already exists 00:45:09 1.2.1-dev.2: digest: sha256:e80e29619a7d378cf9e7e1c1c00a648e7933f7c178ef9ba2fff0d312b9e70edb size: 1154 [Pipeline] isUnix [Pipeline] sh 00:45:09 8a11ddd9e578: Pull complete 00:45:09 4cf88f913ddb: Pull complete 00:45:09 1df406cf5192: Pull complete 00:45:09 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:53b271558e00092d9ac86daf606e53fe8237c5d2-1.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 00:45:10 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:53b271558e00092d9ac86daf606e53fe8237c5d2-1.2.1-dev.2 00:45:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 00:45:10 0bbfecceefb7: Preparing 00:45:10 cf9344e250e3: Preparing 00:45:10 771288a0684f: Preparing 00:45:10 50644c29ef5a: Preparing 00:45:10 cf9344e250e3: Layer already exists 00:45:10 50644c29ef5a: Layer already exists 00:45:10 0bbfecceefb7: Layer already exists 00:45:10 771288a0684f: Layer already exists 00:45:10 53b271558e00092d9ac86daf606e53fe8237c5d2-1.2.1-dev.2: digest: sha256:e80e29619a7d378cf9e7e1c1c00a648e7933f7c178ef9ba2fff0d312b9e70edb size: 1154 [Pipeline] isUnix [Pipeline] sh 00:45:10 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [Pipeline] isUnix [Pipeline] sh 00:45:10 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master 00:45:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 00:45:10 0bbfecceefb7: Preparing 00:45:10 cf9344e250e3: Preparing 00:45:10 771288a0684f: Preparing 00:45:10 50644c29ef5a: Preparing 00:45:10 50644c29ef5a: Layer already exists 00:45:10 cf9344e250e3: Layer already exists 00:45:10 771288a0684f: Layer already exists 00:45:10 0bbfecceefb7: Layer already exists 00:45:10 master: digest: sha256:e80e29619a7d378cf9e7e1c1c00a648e7933f7c178ef9ba2fff0d312b9e70edb 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 00:45:11 ++ find /w/workspace/device-mqtt-go/8 00:45:11 ++ grep snapcraft.yaml 00:45:11 + grep -Po '^name: \K(.*)' /w/workspace/device-mqtt-go/8/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:45:11 provisioning config files... 00:45:11 copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/8@tmp/config1913421162722833005tmp [Pipeline] { [Pipeline] sh 00:45:11 + cp /w/workspace/device-mqtt-go/8@tmp/config1913421162722833005tmp /w/workspace/device-mqtt-go/8/edgex-snap-store-login [Pipeline] sh 00:45:12 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/8:/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 00:45:12 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 00:45:12 latest: Pulling from edgex-devops/edgex-snap-builder 00:45:12 5bed26d33875: Pulling fs layer 00:45:12 f11b29a9c730: Pulling fs layer 00:45:12 930bda195c84: Pulling fs layer 00:45:12 78bf9a5ad49e: Pulling fs layer 00:45:12 e5fbee5a4b0d: Pulling fs layer 00:45:12 f452fca78f88: Pulling fs layer 00:45:12 7417ef92027a: Pulling fs layer 00:45:12 2af5c49d270b: Pulling fs layer 00:45:12 df9c3bdbc40a: Pulling fs layer 00:45:12 78bf9a5ad49e: Waiting 00:45:12 e5fbee5a4b0d: Waiting 00:45:12 f452fca78f88: Waiting 00:45:12 7417ef92027a: Waiting 00:45:12 2af5c49d270b: Waiting 00:45:12 df9c3bdbc40a: Waiting 00:45:12 930bda195c84: Verifying Checksum 00:45:12 930bda195c84: Download complete 00:45:12 f11b29a9c730: Verifying Checksum 00:45:12 f11b29a9c730: Download complete 00:45:12 78bf9a5ad49e: Download complete 00:45:12 f452fca78f88: Verifying Checksum 00:45:12 f452fca78f88: Download complete 00:45:12 7417ef92027a: Verifying Checksum 00:45:12 7417ef92027a: Download complete 00:45:12 2af5c49d270b: Verifying Checksum 00:45:12 2af5c49d270b: Download complete 00:45:12 df9c3bdbc40a: Download complete 00:45:12 5bed26d33875: Verifying Checksum 00:45:12 5bed26d33875: Download complete 00:45:13 cd6300453558: Pull complete 00:45:16 e5fbee5a4b0d: Verifying Checksum 00:45:16 e5fbee5a4b0d: Download complete 00:45:16 5bed26d33875: Pull complete 00:45:16 f11b29a9c730: Pull complete 00:45:17 930bda195c84: Pull complete 00:45:17 78bf9a5ad49e: Pull complete 00:45:19 b9c365052c96: Pull complete 00:45:19 a2d8cc88f415: Pull complete 00:45:20 ea1d1ca13537: Pull complete 00:45:21 3750a50a1c5e: Pull complete 00:45:21 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 00:45:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 00:45:21 ---> 78745c68409d 00:45:21 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 00:45:26 ---> Running in 402cae73f058 00:45:26 Removing intermediate container 402cae73f058 00:45:26 ---> 31f6cb776094 00:45:26 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:26 ---> Running in d0f58989fdb6 00:45:28 Removing intermediate container d0f58989fdb6 00:45:28 ---> ab5d5ec868d4 00:45:28 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 00:45:28 ---> Running in 07fa4e69c8fb 00:45:30 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 00:45:30 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 00:45:31 (1/18) Upgrading libgcc (9.2.0-r3 -> 9.2.0-r4) 00:45:31 (2/18) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) 00:45:31 (3/18) Installing libmagic (5.37-r1) 00:45:31 (4/18) Installing file (5.37-r1) 00:45:31 (5/18) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) 00:45:31 (6/18) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) 00:45:32 (7/18) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) 00:45:37 (8/18) Installing libc-dev (0.7.2-r0) 00:45:37 (9/18) Installing g++ (9.2.0-r4) 00:45:39 e5fbee5a4b0d: Pull complete 00:45:39 f452fca78f88: Pull complete 00:45:39 7417ef92027a: Pull complete 00:45:39 2af5c49d270b: Pull complete 00:45:39 df9c3bdbc40a: Pull complete 00:45:39 Digest: sha256:329b7ca3c147263d7a6122d30aca7e6f18adc9017ce870f1638d2965d7494739 00:45:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 00:45:40 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:45:40 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:45:40 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:45:40 Get:4 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [66.4 kB] 00:45:40 Get:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 00:45:40 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [80.7 kB] 00:45:40 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [958 kB] 00:45:41 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1253 kB] 00:45:41 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [20.3 kB] 00:45:41 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1392 kB] 00:45:41 Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [861 kB] 00:45:41 Get:12 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] 00:45:41 Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8158 B] 00:45:41 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9092 B] 00:45:41 (10/18) Installing fortify-headers (1.1-r0) 00:45:41 (11/18) Installing build-base (0.5-r1) 00:45:41 (12/18) Installing openssh-keygen (8.1_p1-r0) 00:45:41 (13/18) Installing libedit (20191211.3.1-r0) 00:45:41 (14/18) Installing openssh-client (8.1_p1-r0) 00:45:41 (15/18) Installing openssh-sftp-server (8.1_p1-r0) 00:45:41 Fetched 4909 kB in 2s (2146 kB/s) 00:45:42 (16/18) Installing openssh-server-common (8.1_p1-r0) 00:45:42 (17/18) Installing openssh-server (8.1_p1-r0) 00:45:42 (18/18) Installing openssh (8.1_p1-r0) 00:45:42 Executing busybox-1.31.1-r8.trigger 00:45:42 OK: 203 MiB in 52 packages 00:45:43 Reading package lists... 00:45:47 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 00:45:49 Removing intermediate container 07fa4e69c8fb 00:45:49 ---> bf42e363781f 00:45:49 Step 6/8 : WORKDIR /device-mqtt-go 00:45:49 ---> Running in 4e4eaffd6fad 00:45:49 Reading package lists... 00:45:49 Building dependency tree... 00:45:49 Reading state information... 00:45:49 The following packages were automatically installed and are no longer required: 00:45:49 libjq1 liblzo2-2 libonig4 00:45:49 Use 'sudo apt autoremove' to remove them. 00:45:49 Suggested packages: 00:45:49 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:45:49 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc 00:45:49 keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc 00:45:49 libterm-readline-gnu-perl | libterm-readline-perl-perl 00:45:49 Removing intermediate container 4e4eaffd6fad 00:45:49 ---> dba9c1a87360 00:45:49 Step 7/8 : COPY . . 00:45:49 The following NEW packages will be installed: 00:45:49 curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl 00:45:49 libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 00:45:49 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase 00:45:49 openssh-client patch perl perl-modules-5.26 xauth 00:45:49 0 upgraded, 27 newly installed, 0 to remove and 10 not upgraded. 00:45:49 Need to get 14.7 MB of archives. 00:45:49 After this operation, 89.5 MB of additional disk space will be used. 00:45:49 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxau6 amd64 1:1.0.8-1 [8376 B] 00:45:50 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:45:50 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB] 00:45:50 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB] 00:45:50 ---> 6bcd6c3a1525 00:45:50 Step 8/8 : RUN go mod download 00:45:50 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] 00:45:50 ---> Running in 6b140592b1d7 00:45:50 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.2 [569 kB] 00:45:51 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB] 00:45:51 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 00:45:51 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 00:45:51 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 00:45:51 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] 00:45:51 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] 00:45:51 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 00:45:51 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:45:51 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 00:45:51 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:45:51 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.3 [1088 kB] 00:45:51 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B] 00:45:51 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:45:51 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB] 00:45:51 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.8 [159 kB] 00:45:51 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.8 [213 kB] 00:45:51 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:45:51 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:45:51 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:45:51 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 00:45:51 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:45:52 debconf: delaying package configuration, since apt-utils is not installed 00:45:52 Fetched 14.7 MB in 2s (6942 kB/s) 00:45:52 Selecting previously unselected package libxau6:amd64. 00:45:52 (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.) 00:45:52 Preparing to unpack .../00-libxau6_1%3a1.0.8-1_amd64.deb ... 00:45:52 Unpacking libxau6:amd64 (1:1.0.8-1) ... 00:45:52 Selecting previously unselected package libbsd0:amd64. 00:45:52 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:45:52 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:45:52 Selecting previously unselected package libxdmcp6:amd64. 00:45:52 Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_amd64.deb ... 00:45:52 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... 00:45:52 Selecting previously unselected package libxcb1:amd64. 00:45:52 Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_amd64.deb ... 00:45:52 Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ... 00:45:52 Selecting previously unselected package libx11-data. 00:45:52 Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... 00:45:52 Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... 00:45:53 go: finding github.com/BurntSushi/toml v0.3.1 00:45:53 go: finding github.com/OneOfOne/xxhash v1.2.6 00:45:53 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 00:45:53 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:45:53 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 00:45:53 go: finding github.com/bgentry/speakeasy v0.1.0 00:45:53 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 00:45:53 go: finding github.com/davecgh/go-spew v1.1.1 00:45:53 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 00:45:53 go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 00:45:53 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 00:45:53 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 00:45:53 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 00:45:53 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 00:45:53 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 00:45:53 go: finding github.com/fatih/color v1.7.0 00:45:53 go: finding github.com/fxamacker/cbor/v2 v2.2.0 00:45:53 go: finding github.com/go-kit/kit v0.8.0 00:45:53 go: finding github.com/go-logfmt/logfmt v0.4.0 00:45:53 go: finding github.com/go-stack/stack v1.8.0 00:45:53 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 00:45:53 go: finding github.com/google/uuid v1.1.1 00:45:53 go: finding github.com/gorilla/mux v1.7.1 00:45:53 go: finding github.com/hashicorp/consul/api v1.1.0 00:45:53 go: finding github.com/hashicorp/consul/sdk v0.1.1 00:45:53 go: finding github.com/hashicorp/errwrap v1.0.0 00:45:53 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 00:45:53 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 00:45:53 go: finding github.com/hashicorp/go-msgpack v0.5.3 00:45:53 go: finding github.com/hashicorp/go-multierror v1.0.0 00:45:53 go: finding github.com/hashicorp/go-rootcerts v1.0.0 00:45:53 go: finding github.com/hashicorp/go-sockaddr v1.0.0 00:45:53 go: finding github.com/hashicorp/go-syslog v1.0.0 00:45:53 go: finding github.com/hashicorp/go-uuid v1.0.1 00:45:53 go: finding github.com/hashicorp/go.net v0.0.1 00:45:53 go: finding github.com/hashicorp/golang-lru v0.5.0 00:45:53 go: finding github.com/hashicorp/logutils v1.0.0 00:45:53 go: finding github.com/hashicorp/mdns v1.0.0 00:45:53 go: finding github.com/hashicorp/memberlist v0.1.3 00:45:53 go: finding github.com/hashicorp/serf v0.8.2 00:45:53 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 00:45:53 go: finding github.com/kr/pretty v0.1.0 00:45:53 go: finding github.com/kr/pty v1.1.1 00:45:53 go: finding github.com/kr/text v0.1.0 00:45:53 go: finding github.com/mattn/go-colorable v0.0.9 00:45:53 go: finding github.com/mattn/go-isatty v0.0.3 00:45:53 go: finding github.com/miekg/dns v1.0.14 00:45:53 go: finding github.com/mitchellh/cli v1.0.0 00:45:53 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:45:53 go: finding github.com/mitchellh/copystructure v1.0.0 00:45:53 go: finding github.com/mitchellh/go-homedir v1.0.0 00:45:53 go: finding github.com/mitchellh/go-testing-interface v1.0.0 00:45:53 go: finding github.com/mitchellh/gox v0.4.0 00:45:53 go: finding github.com/mitchellh/iochan v1.0.0 00:45:53 go: finding github.com/mitchellh/mapstructure v1.1.2 00:45:53 go: finding github.com/mitchellh/reflectwalk v1.0.0 00:45:53 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 00:45:53 go: finding github.com/pelletier/go-toml v1.2.0 00:45:53 go: finding github.com/pkg/errors v0.8.1 00:45:53 go: finding github.com/pmezard/go-difflib v1.0.0 00:45:53 go: finding github.com/posener/complete v1.1.1 00:45:53 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 00:45:53 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 00:45:53 go: finding github.com/spf13/cast v1.3.0 00:45:53 go: finding github.com/stretchr/objx v0.1.0 00:45:53 go: finding github.com/stretchr/testify v1.5.1 00:45:53 go: finding github.com/ugorji/go v1.1.4 00:45:53 go: finding github.com/x448/float16 v0.8.4 00:45:53 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 00:45:53 Selecting previously unselected package libx11-6:amd64. 00:45:53 Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_amd64.deb ... 00:45:53 Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... 00:45:53 Selecting previously unselected package libxext6:amd64. 00:45:53 Preparing to unpack .../06-libxext6_2%3a1.3.3-1_amd64.deb ... 00:45:53 Unpacking libxext6:amd64 (2:1.3.3-1) ... 00:45:53 Selecting previously unselected package perl-modules-5.26. 00:45:53 Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 00:45:53 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 00:45:53 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 00:45:53 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 00:45:53 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 00:45:53 go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 00:45:53 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 00:45:53 go: finding gopkg.in/yaml.v2 v2.2.8 00:45:56 Selecting previously unselected package libgdbm5:amd64. 00:45:56 Preparing to unpack .../08-libgdbm5_1.14.1-6_amd64.deb ... 00:45:56 Unpacking libgdbm5:amd64 (1.14.1-6) ... 00:45:56 Selecting previously unselected package libgdbm-compat4:amd64. 00:45:56 Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_amd64.deb ... 00:45:56 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 00:45:56 Selecting previously unselected package libperl5.26:amd64. 00:45:56 Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... 00:45:56 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 00:45:57 Selecting previously unselected package perl. 00:45:57 Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_amd64.deb ... 00:45:57 Unpacking perl (5.26.1-6ubuntu0.3) ... 00:45:58 Selecting previously unselected package less. 00:45:58 Preparing to unpack .../12-less_487-0.1_amd64.deb ... 00:45:58 Unpacking less (487-0.1) ... 00:45:58 Selecting previously unselected package libexpat1:amd64. 00:45:58 Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:45:58 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:45:58 Selecting previously unselected package netbase. 00:45:58 Preparing to unpack .../14-netbase_5.4_all.deb ... 00:45:58 Unpacking netbase (5.4) ... 00:45:58 Selecting previously unselected package libedit2:amd64. 00:45:58 Preparing to unpack .../15-libedit2_3.1-20170329-1_amd64.deb ... 00:45:58 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:45:58 Selecting previously unselected package libssl1.0.0:amd64. 00:45:58 Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb ... 00:45:58 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... 00:45:58 Selecting previously unselected package libxmuu1:amd64. 00:45:58 Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_amd64.deb ... 00:45:58 Unpacking libxmuu1:amd64 (2:1.1.2-2) ... 00:45:58 Selecting previously unselected package openssh-client. 00:45:58 Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:45:58 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:45:58 Selecting previously unselected package xauth. 00:45:58 Preparing to unpack .../19-xauth_1%3a1.0.10-1_amd64.deb ... 00:45:58 Unpacking xauth (1:1.0.10-1) ... 00:45:58 Selecting previously unselected package curl. 00:45:58 Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_amd64.deb ... 00:45:58 Unpacking curl (7.58.0-2ubuntu3.8) ... 00:45:58 Selecting previously unselected package libcurl3-gnutls:amd64. 00:45:58 Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_amd64.deb ... 00:45:58 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... 00:45:59 Selecting previously unselected package liberror-perl. 00:45:59 Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... 00:45:59 Unpacking liberror-perl (0.17025-1) ... 00:45:59 Selecting previously unselected package git-man. 00:45:59 Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:45:59 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:45:59 Selecting previously unselected package git. 00:45:59 Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:45:59 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:46:00 Selecting previously unselected package make. 00:46:00 Preparing to unpack .../25-make_4.1-9.1ubuntu1_amd64.deb ... 00:46:00 Unpacking make (4.1-9.1ubuntu1) ... 00:46:00 Selecting previously unselected package patch. 00:46:00 Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:46:00 Unpacking patch (2.7.6-2ubuntu1.1) ... 00:46:00 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:46:00 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:46:00 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:46:00 Setting up less (487-0.1) ... 00:46:00 Setting up make (4.1-9.1ubuntu1) ... 00:46:00 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... 00:46:00 Setting up curl (7.58.0-2ubuntu3.8) ... 00:46:01 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... 00:46:01 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 00:46:01 Setting up libgdbm5:amd64 (1.14.1-6) ... 00:46:01 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:46:01 Setting up patch (2.7.6-2ubuntu1.1) ... 00:46:01 Setting up libxdmcp6:amd64 (1:1.1.2-3) ... 00:46:01 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 00:46:01 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:46:01 Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... 00:46:01 Setting up libxau6:amd64 (1:1.0.8-1) ... 00:46:01 Setting up netbase (5.4) ... 00:46:01 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 00:46:01 Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ... 00:46:01 Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... 00:46:01 Setting up libxmuu1:amd64 (2:1.1.2-2) ... 00:46:01 Setting up perl (5.26.1-6ubuntu0.3) ... 00:46:01 Setting up libxext6:amd64 (2:1.3.3-1) ... 00:46:01 Setting up liberror-perl (0.17025-1) ... 00:46:01 Setting up xauth (1:1.0.10-1) ... 00:46:01 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:46:01 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:46:03 Removing intermediate container 6b140592b1d7 00:46:03 ---> d7087518c0f2 00:46:03 Successfully built d7087518c0f2 00:46:03 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:46:04 curl set to automatically installed. 00:46:04 git set to automatically installed. 00:46:04 git-man set to automatically installed. 00:46:04 less set to automatically installed. 00:46:04 libbsd0 set to automatically installed. 00:46:04 libcurl3-gnutls set to automatically installed. 00:46:04 libedit2 set to automatically installed. 00:46:04 liberror-perl set to automatically installed. 00:46:04 libexpat1 set to automatically installed. 00:46:04 libgdbm-compat4 set to automatically installed. 00:46:04 libgdbm5 set to automatically installed. 00:46:04 libperl5.26 set to automatically installed. 00:46:04 libssl1.0.0 set to automatically installed. 00:46:04 libx11-6 set to automatically installed. 00:46:04 libx11-data set to automatically installed. 00:46:04 libxau6 set to automatically installed. 00:46:04 libxcb1 set to automatically installed. 00:46:04 libxdmcp6 set to automatically installed. 00:46:04 libxext6 set to automatically installed. 00:46:04 libxmuu1 set to automatically installed. 00:46:04 make set to automatically installed. 00:46:04 netbase set to automatically installed. 00:46:04 openssh-client set to automatically installed. 00:46:04 patch set to automatically installed. 00:46:04 perl set to automatically installed. 00:46:04 perl-modules-5.26 set to automatically installed. 00:46:04 xauth set to automatically installed. 00:46:04 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 00:46:04 Please ensure the environment is properly setup before continuing. 00:46:04 Ignore this message if the appropriate measures have already been taken 00:46:04 + docker inspect -f . ci-base-image-arm64 00:46:04 . [Pipeline] withDockerContainer 00:46:04 Pulling go 00:46:04 prd-ubuntu18.04-docker-arm64-4c-16g-2508 does not seem to be running inside a container 00:46:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/8 -v /w/workspace/device-mqtt-go/8:/w/workspace/device-mqtt-go/8:rw,z -v /w/workspace/device-mqtt-go/8@tmp:/w/workspace/device-mqtt-go/8@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 00:46:05 'device-mqtt' has dependencies that need to be staged: go 00:46:05 Skipping pull go (already ran) 00:46:05 Building go 00:46:05 % Total % Received % Xferd Average Speed Time Time Time Current 00:46:05 Dload Upload Total Spent Left Speed 00:46:06 $ docker top 82d6e0de5a63b249cd449662e3bc32a8d6a06edf9d2e68552a313de30ab880f8 -eo pid,comm [Pipeline] { [Pipeline] sh 00:46:07 + go version 00:46:07 go version go1.13.5 linux/arm64 [Pipeline] sh 00:46:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 1 114M 1 2111k 0 0 3672k 0 0:00:31 --:--:-- 0:00:31 3672k 52 114M 52 60.0M 0 0 41.6M 0 0:00:02 0:00:01 0:00:01 41.6M 100 114M 100 114M 0 0 48.7M 0 0:00:02 0:00:02 --:--:-- 48.7M 00:46:08 go1.13.5.linux-amd64.tar.gz: OK 00:46:08 + make test 00:46:08 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 00:46:09 ? github.com/edgexfoundry/device-mqtt-go [no test files] 00:46:16 Staging go 00:46:17 Pulling device-mqtt 00:46:18 Skipping build go (already ran) 00:46:18 Building device-mqtt 00:46:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.1-dev.2" -o cmd/device-mqtt ./cmd 00:46:19 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.1 00:46:19 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 00:46:19 go: downloading github.com/spf13/cast v1.3.0 00:46:19 go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 00:46:19 go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 00:46:19 go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 00:46:19 go: extracting github.com/spf13/cast v1.3.0 00:46:19 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.1 00:46:19 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 00:46:19 go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 00:46:19 go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 00:46:19 go: downloading github.com/go-kit/kit v0.8.0 00:46:19 go: downloading github.com/google/uuid v1.1.1 00:46:19 go: downloading github.com/gorilla/mux v1.7.1 00:46:19 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:46:19 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.31 00:46:19 go: extracting github.com/gorilla/mux v1.7.1 00:46:19 go: extracting github.com/google/uuid v1.1.1 00:46:19 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.31 00:46:19 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 00:46:19 go: downloading gopkg.in/yaml.v2 v2.2.8 00:46:19 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 00:46:19 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 00:46:19 go: downloading github.com/OneOfOne/xxhash v1.2.6 00:46:19 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 00:46:19 go: downloading github.com/x448/float16 v0.8.4 00:46:19 go: downloading github.com/BurntSushi/toml v0.3.1 00:46:19 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 00:46:19 go: extracting github.com/OneOfOne/xxhash v1.2.6 00:46:19 go: extracting github.com/go-kit/kit v0.8.0 00:46:19 go: downloading github.com/hashicorp/consul/api v1.1.0 00:46:19 go: downloading github.com/pelletier/go-toml v1.2.0 00:46:19 go: extracting github.com/x448/float16 v0.8.4 00:46:19 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 00:46:19 go: downloading github.com/pkg/errors v0.8.1 00:46:19 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 00:46:19 go: extracting github.com/BurntSushi/toml v0.3.1 00:46:19 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:46:19 go: extracting github.com/pkg/errors v0.8.1 00:46:19 go: extracting github.com/pelletier/go-toml v1.2.0 00:46:19 go: extracting gopkg.in/yaml.v2 v2.2.8 00:46:19 go: extracting github.com/hashicorp/consul/api v1.1.0 00:46:19 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:46:19 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:46:19 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:46:19 go: downloading github.com/mitchellh/copystructure v1.0.0 00:46:19 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:46:19 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:46:19 go: downloading github.com/hashicorp/serf v0.8.2 00:46:19 go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 00:46:19 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 00:46:19 go: extracting github.com/mitchellh/copystructure v1.0.0 00:46:19 go: extracting github.com/mitchellh/mapstructure v1.1.2 00:46:19 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:46:19 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:46:19 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 00:46:19 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 00:46:19 go: extracting github.com/mitchellh/reflectwalk v1.0.0 00:46:19 go: extracting github.com/go-logfmt/logfmt v0.4.0 00:46:20 go: extracting github.com/hashicorp/serf v0.8.2 00:46:20 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:46:20 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:46:20 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:46:20 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 00:46:20 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:46:20 go: extracting github.com/hashicorp/golang-lru v0.5.0 00:46:20 go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 00:46:20 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 00:46:20 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 00:46:20 go: finding github.com/spf13/cast v1.3.0 00:46:20 go: finding github.com/gorilla/mux v1.7.1 00:46:20 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 00:46:20 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 00:46:20 go: finding github.com/fxamacker/cbor/v2 v2.2.0 00:46:20 go: finding github.com/OneOfOne/xxhash v1.2.6 00:46:20 go: finding github.com/go-kit/kit v0.8.0 00:46:20 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 00:46:20 go: finding github.com/google/uuid v1.1.1 00:46:20 go: finding github.com/x448/float16 v0.8.4 00:46:20 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 00:46:20 go: finding github.com/go-logfmt/logfmt v0.4.0 00:46:20 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 00:46:20 go: finding gopkg.in/yaml.v2 v2.2.8 00:46:20 go: finding github.com/BurntSushi/toml v0.3.1 00:46:20 go: finding github.com/pkg/errors v0.8.1 00:46:20 go: finding github.com/hashicorp/consul/api v1.1.0 00:46:20 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 00:46:20 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 00:46:20 go: finding github.com/pelletier/go-toml v1.2.0 00:46:20 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:46:20 go: finding github.com/hashicorp/go-rootcerts v1.0.0 00:46:20 go: finding github.com/hashicorp/serf v0.8.2 00:46:20 go: finding github.com/mitchellh/mapstructure v1.1.2 00:46:20 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 00:46:20 go: finding github.com/mitchellh/copystructure v1.0.0 00:46:20 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:46:20 go: finding github.com/mitchellh/reflectwalk v1.0.0 00:46:20 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 00:46:20 go: finding github.com/hashicorp/golang-lru v0.5.0 00:46:33 CGO_ENABLED=0 GO111MODULE=on go build ./... 00:46:37 Skipping stage go (already ran) 00:46:37 Staging device-mqtt 00:46:38 Priming go 00:46:39 Priming device-mqtt 00:46:39 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 00:46:39 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 00:46:39 Determining the version from the project repo (version-script). 00:46:40 The version has been set to '1.2.1-dev.2-20200611+53b2715' 00:46:40 Snapping 'edgex-device-mqtt' ... 00:46:41 00:46:41 Snapped edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap 00:46:42 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 00:46:42 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.026s coverage: 29.8% of statements 00:46:42 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 00:46:42 CGO_ENABLED=0 GO111MODULE=on go vet ./... 00:46:44 00:46:44 Login successful. You now have these capabilities: 00:46:44 00:46:44 snaps: No restriction 00:46:44 channels: No restriction 00:46:44 permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] 00:46:44 expires: 2020-06-19T16:50:48.252993 00:46:44 00:46:45 Preparing to push 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap'. 00:46:45 After pushing, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. 00:46:45 Install the review-tools from the Snap Store for enhanced checks before uploading this snap. 00:46:49 gofmt -l . 00:46:49 ["`gofmt -l .`" = ""] 00:46:49 ./bin/test-attribution-txt.sh 00:46:49 ./bin/test-go-mod-tidy.sh [Pipeline] stash 00:46:49 Warning: overwriting stash ‘coverage-report’ 00:46:49 Stashed 1 file(s) [Pipeline] } 00:46:49 $ docker stop --time=1 82d6e0de5a63b249cd449662e3bc32a8d6a06edf9d2e68552a313de30ab880f8 00:46:50 Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [ ] 0% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [ ] 1% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [ ] 2% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [ ] 3% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [ ] 4% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [ ] 5% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [ ] 6% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [ ] 7% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [ ] 8% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [ ] 9% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [ ] 10% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [ ] 11% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [ ] 13% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [ ] 14% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [ ] 15% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [ ] 16% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [ ] 17% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [ ] 18% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [ ] 19% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [ ] 20% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [ ] 21% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [ ] 22% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [ ] 23% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [= ] 25% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [= ] 26% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [= ] 27% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [= ] 28% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [= ] 29% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [= ] 30% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [= ] 31% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [= ] 32% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [= ] 33% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [= ] 34% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [= ] 35% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [= ] 37% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [= ] 38% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [= ] 39% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [= ] 40% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [= ] 41% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [= ] 42% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [= ] 43% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [= ] 44% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [= ] 45% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [= ] 46% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [= ] 47% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [= ] 49% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [== ] 50% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [== ] 51% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [== ] 52% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [== ] 53% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [== ] 54% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [== ] 55% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [== ] 56% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [== ] 57% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [== ] 58% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [== ] 59% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [== ] 61% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [== ] 62% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [== ] 63% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [== ] 64% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [== ] 65% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [== ] 66% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [== ] 67% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [== ] 68% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [== ] 69% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [== ] 70% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [== ] 71% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [== ] 73% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [== ] 74% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [=== ] 75% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [=== ] 76% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [=== ] 77% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [=== ] 78% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [=== ] 79% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [=== ] 80% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [=== ] 81% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [=== ] 82% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [=== ] 83% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [=== ] 84% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [=== ] 86% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [=== ] 87% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [=== ] 88% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [=== ] 89% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [=== ] 90% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [=== ] 91% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [=== ] 92% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [=== ] 93% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [=== ] 94% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [=== ] 95% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [=== ] 96% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [=== ] 98% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [=== ] 99% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' [====] 100% 00:46:51 $ docker rm -f 82d6e0de5a63b249cd449662e3bc32a8d6a06edf9d2e68552a313de30ab880f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 00:46:52 + sudo chown -R jenkins:jenkins . [Pipeline] sh 00:46:53 + ls -al . 00:46:53 total 132 00:46:53 drwxrwxr-x 9 jenkins jenkins 4096 Jun 11 00:46 . 00:46:53 drwxrwxr-x 4 jenkins jenkins 4096 Jun 11 00:44 .. 00:46:53 -rw-rw-r-- 1 jenkins jenkins 140 Jun 11 00:44 .dockerignore 00:46:53 drwxrwxr-x 8 jenkins jenkins 4096 Jun 11 00:44 .git 00:46:53 -rw-rw-r-- 1 jenkins jenkins 328 Jun 11 00:44 .gitignore 00:46:53 drwxrwxr-x 3 jenkins jenkins 4096 Jun 11 00:44 .semver 00:46:53 -rw-rw-r-- 1 jenkins jenkins 4678 Jun 11 00:44 Attribution.txt 00:46:53 -rw-rw-r-- 1 jenkins jenkins 1776 Jun 11 00:44 Dockerfile 00:46:53 -rw-rw-r-- 1 jenkins jenkins 953 Jun 11 00:44 Dockerfile.build 00:46:53 -rw-rw-r-- 1 jenkins jenkins 700 Jun 11 00:44 Jenkinsfile 00:46:53 -rw-rw-r-- 1 jenkins jenkins 11340 Jun 11 00:44 LICENSE 00:46:53 -rw-rw-r-- 1 jenkins jenkins 902 Jun 11 00:44 Makefile 00:46:53 -rw-rw-r-- 1 jenkins jenkins 444 Jun 11 00:44 README.md 00:46:53 -rw-rw-r-- 1 jenkins jenkins 11 Jun 11 00:40 VERSION 00:46:53 drwxrwxr-x 2 jenkins jenkins 4096 Jun 11 00:44 bin 00:46:53 drwxrwxr-x 3 jenkins jenkins 4096 Jun 11 00:44 cmd 00:46:53 -rw-r--r-- 1 jenkins jenkins 18214 Jun 11 00:46 coverage.out 00:46:53 -rw-r--r-- 1 jenkins jenkins 510 Jun 11 00:46 go.mod 00:46:53 -rw-r--r-- 1 jenkins jenkins 13621 Jun 11 00:46 go.sum 00:46:53 drwxrwxr-x 3 jenkins jenkins 4096 Jun 11 00:44 internal 00:46:53 drwxrwxr-x 2 jenkins jenkins 4096 Jun 11 00:44 mock 00:46:53 drwxrwxr-x 4 jenkins jenkins 4096 Jun 11 00:44 snap 00:46:53 -rw-rw-r-- 1 jenkins jenkins 227 Jun 11 00:44 version.go [Pipeline] isUnix [Pipeline] sh 00:46:53 + 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=53b271558e00092d9ac86daf606e53fe8237c5d2 --label arch=arm64 --label version=1.2.1-dev.2 . 00:46:53 Sending build context to Docker daemon 583.2kB 00:46:53 Step 1/21 : ARG BASE=golang:1.13-alpine 00:46:53 Step 2/21 : FROM ${BASE} AS builder 00:46:53 ---> d7087518c0f2 00:46:53 Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 00:46:54 ---> Running in 5781b785d909 00:46:54 Removing intermediate container 5781b785d909 00:46:54 ---> 50391c6f0864 00:46:54 Step 4/21 : ARG ALPINE_PKG_EXTRA="" 00:46:54 ---> Running in 185717b5268f 00:46:55 Removing intermediate container 185717b5268f 00:46:55 ---> 43ff210c83b3 00:46:55 Step 5/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:55 ---> Running in aa07fb38aed2 00:46:58 Removing intermediate container aa07fb38aed2 00:46:58 ---> 98a3e9ef0f53 00:46:58 Step 6/21 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 00:46:58 ---> Running in 0853f7247399 00:46:59 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 00:47:00 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 00:47:00 OK: 203 MiB in 52 packages 00:47:01 Removing intermediate container 0853f7247399 00:47:01 ---> acdc71fee6b1 00:47:01 Step 7/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 00:47:01 ---> Running in 5a8010697b8d 00:47:02 Removing intermediate container 5a8010697b8d 00:47:02 ---> 3cff0e507a6d 00:47:02 Step 8/21 : COPY . . 00:47:02 Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| 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 00:47:02 Revision 1229 of 'edgex-device-mqtt' created. 00:47:03 ---> a99f479aee8b 00:47:03 Step 9/21 : ARG MAKE='make build' 00:47:03 ---> Running in c20daf2cf3f7 00:47:03 Removing intermediate container c20daf2cf3f7 00:47:03 ---> 392909af5652 00:47:03 Step 10/21 : RUN $MAKE 00:47:03 ---> Running in cc0166dc8c2f 00:47:03 Track Arch Channel Version Revision Notes 00:47:03 edinburgh amd64 stable 1.0.0-20190627+29babbb 110 - 00:47:03 candidate 1.0.0-20190627+29babbb 110 - 00:47:03 beta 1.0.0-20190801+fd7235a 239 - 00:47:03 edge 1.0.0-20200107+8d32c65 942 - 00:47:03 fuji amd64 stable 1.1.1-20200228+f519bc1 1072 - 00:47:03 candidate ^ ^ - 00:47:03 beta 1.1.1-20200228+f519bc1 1072 - 00:47:03 edge 1.1.1-20200422+f519bc1 1177 - 00:47:03 geneva amd64 stable 1.2.0-20200520+8b9d451 1186 - 00:47:03 candidate ^ ^ - 00:47:03 beta ^ ^ - 00:47:03 edge ^ ^ - 00:47:03 latest amd64 stable 1.2.0-20200520+8b9d451 1186 - 00:47:03 candidate 1.2.0-20200520+8b9d451 1186 - 00:47:03 beta 1.2.0-20200520+8b9d451 1186 - 00:47:03 edge 1.2.1-dev.2-20200611+53b2715 1229 - 00:47:03 Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...| 00:47:04 Pushing metadata from 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_amd64.snap' 00:47:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.1-dev.2" -o cmd/device-mqtt ./cmd 00:47:07 The metadata has been pushed [Pipeline] } 00:47:08 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] } 00:47:32 CGO_ENABLED=0 GO111MODULE=on go build ./... 00:47:40 Removing intermediate container cc0166dc8c2f 00:47:40 ---> 3090042a3346 00:47:40 Step 11/21 : FROM alpine 00:47:40 latest: Pulling from library/alpine 00:47:40 b538f80385f9: Pulling fs layer 00:47:40 b538f80385f9: Verifying Checksum 00:47:40 b538f80385f9: Download complete 00:47:41 b538f80385f9: Pull complete 00:47:41 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 00:47:41 Status: Downloaded newer image for alpine:latest 00:47:41 ---> 62ee0e9f8440 00:47:41 Step 12/21 : ENV APP_PORT=49982 00:47:41 ---> Running in 2b12078be6da 00:47:41 Removing intermediate container 2b12078be6da 00:47:41 ---> 4c85bba4f592 00:47:41 Step 13/21 : EXPOSE $APP_PORT 00:47:41 ---> Running in 81d716be3891 00:47:42 Removing intermediate container 81d716be3891 00:47:42 ---> ada0c45dd8bd 00:47:42 Step 14/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 00:47:44 ---> f408bb152726 00:47:44 Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 00:47:44 ---> 9627c1f3484d 00:47:44 Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 00:47:45 ---> 5367c226df3f 00:47:45 Step 17/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 00:47:45 ---> Running in 4a0953cc9115 00:47:45 Removing intermediate container 4a0953cc9115 00:47:45 ---> df097e3e9425 00:47:45 Step 18/21 : ENTRYPOINT ["/device-mqtt","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] 00:47:46 ---> Running in a67066c85564 00:47:46 Removing intermediate container a67066c85564 00:47:46 ---> 73ee4ea08c3d 00:47:46 Step 19/21 : LABEL arch=arm64 00:47:46 ---> Running in f60c7fc2fc12 00:47:46 Removing intermediate container f60c7fc2fc12 00:47:46 ---> 73d69c433f0b 00:47:46 Step 20/21 : LABEL git_sha=53b271558e00092d9ac86daf606e53fe8237c5d2 00:47:46 ---> Running in cd12ed4e225a 00:47:47 Removing intermediate container cd12ed4e225a 00:47:47 ---> 2288857f46e8 00:47:47 Step 21/21 : LABEL version=1.2.1-dev.2 00:47:47 ---> Running in 00b14a6c27d2 00:47:48 Removing intermediate container 00b14a6c27d2 00:47:48 ---> eef1dbbf4f34 00:47:48 [Warning] One or more build-args [ARCH] were not consumed 00:47:48 Successfully built eef1dbbf4f34 00:47:48 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 00:47:48 provisioning config files... 00:47:48 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/8@tmp/config1541391913698643112tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:47:48 nexus3.edgexfoundry.org:10001 00:47:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:47:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:47:48 Configure a credential helper to remove this warning. See 00:47:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:47:48 00:47:48 Login Succeeded 00:47:49 nexus3.edgexfoundry.org:10002 00:47:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:47:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:47:49 Configure a credential helper to remove this warning. See 00:47:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:47:49 00:47:49 Login Succeeded 00:47:49 nexus3.edgexfoundry.org:10003 00:47:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:47:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:47:50 Configure a credential helper to remove this warning. See 00:47:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:47:50 00:47:50 Login Succeeded 00:47:50 nexus3.edgexfoundry.org:10004 00:47:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:47:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:47:50 Configure a credential helper to remove this warning. See 00:47:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:47:50 00:47:50 Login Succeeded 00:47:50 docker.io 00:47:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:47:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:47:51 Configure a credential helper to remove this warning. See 00:47:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:47:51 00:47:51 Login Succeeded [Pipeline] } 00:47:51 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:47:51 [edgeXDocker.push] Tagging docker image docker-device-mqtt-go-arm64 with the following tags: 00:47:51 53b271558e00092d9ac86daf606e53fe8237c5d2 00:47:51 latest 00:47:51 1.2.1-dev.2 00:47:51 53b271558e00092d9ac86daf606e53fe8237c5d2-1.2.1-dev.2 00:47:51 master 00:47:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:47:52 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:53b271558e00092d9ac86daf606e53fe8237c5d2 [Pipeline] isUnix [Pipeline] sh 00:47:52 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:53b271558e00092d9ac86daf606e53fe8237c5d2 00:47:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 00:47:52 3374d0e4d822: Preparing 00:47:52 94b53e4850d6: Preparing 00:47:52 8d2d47ce618b: Preparing 00:47:52 e2f13739ad41: Preparing 00:47:52 e2f13739ad41: Layer already exists 00:47:52 3374d0e4d822: Pushed 00:47:52 94b53e4850d6: Pushed 00:47:56 8d2d47ce618b: Pushed 00:47:56 53b271558e00092d9ac86daf606e53fe8237c5d2: digest: sha256:c44962704bec60ed9ba4fcd408f4bb19b8b87c27c6615646132b507d69acb951 size: 1154 [Pipeline] isUnix [Pipeline] sh 00:47:56 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:47:56 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest 00:47:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 00:47:56 3374d0e4d822: Preparing 00:47:56 94b53e4850d6: Preparing 00:47:56 8d2d47ce618b: Preparing 00:47:56 e2f13739ad41: Preparing 00:47:56 94b53e4850d6: Layer already exists 00:47:56 e2f13739ad41: Layer already exists 00:47:56 8d2d47ce618b: Layer already exists 00:47:56 3374d0e4d822: Layer already exists 00:47:56 latest: digest: sha256:c44962704bec60ed9ba4fcd408f4bb19b8b87c27c6615646132b507d69acb951 size: 1154 [Pipeline] isUnix [Pipeline] sh 00:47:57 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 00:47:57 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.2.1-dev.2 00:47:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 00:47:57 3374d0e4d822: Preparing 00:47:57 94b53e4850d6: Preparing 00:47:57 8d2d47ce618b: Preparing 00:47:57 e2f13739ad41: Preparing 00:47:57 94b53e4850d6: Layer already exists 00:47:57 3374d0e4d822: Layer already exists 00:47:57 8d2d47ce618b: Layer already exists 00:47:57 e2f13739ad41: Layer already exists 00:47:57 1.2.1-dev.2: digest: sha256:c44962704bec60ed9ba4fcd408f4bb19b8b87c27c6615646132b507d69acb951 size: 1154 [Pipeline] isUnix [Pipeline] sh 00:47:58 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:53b271558e00092d9ac86daf606e53fe8237c5d2-1.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 00:47:58 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:53b271558e00092d9ac86daf606e53fe8237c5d2-1.2.1-dev.2 00:47:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 00:47:58 3374d0e4d822: Preparing 00:47:58 94b53e4850d6: Preparing 00:47:58 8d2d47ce618b: Preparing 00:47:58 e2f13739ad41: Preparing 00:47:58 e2f13739ad41: Layer already exists 00:47:58 94b53e4850d6: Layer already exists 00:47:58 8d2d47ce618b: Layer already exists 00:47:58 3374d0e4d822: Layer already exists 00:47:58 53b271558e00092d9ac86daf606e53fe8237c5d2-1.2.1-dev.2: digest: sha256:c44962704bec60ed9ba4fcd408f4bb19b8b87c27c6615646132b507d69acb951 size: 1154 [Pipeline] isUnix [Pipeline] sh 00:47:59 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [Pipeline] isUnix [Pipeline] sh 00:47:59 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master 00:47:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 00:47:59 3374d0e4d822: Preparing 00:47:59 94b53e4850d6: Preparing 00:47:59 8d2d47ce618b: Preparing 00:47:59 e2f13739ad41: Preparing 00:47:59 8d2d47ce618b: Layer already exists 00:47:59 94b53e4850d6: Layer already exists 00:47:59 e2f13739ad41: Layer already exists 00:47:59 3374d0e4d822: Layer already exists 00:47:59 master: digest: sha256:c44962704bec60ed9ba4fcd408f4bb19b8b87c27c6615646132b507d69acb951 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 00:48:00 + + grepfind snapcraft.yaml /w/workspace/device-mqtt-go/8 00:48:00 00:48:00 + grep -Po ^name: \K(.*) /w/workspace/device-mqtt-go/8/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:48:00 provisioning config files... 00:48:00 copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/8@tmp/config3633005843939149252tmp [Pipeline] { [Pipeline] sh 00:48:00 + cp /w/workspace/device-mqtt-go/8@tmp/config3633005843939149252tmp /w/workspace/device-mqtt-go/8/edgex-snap-store-login [Pipeline] sh 00:48:01 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/8:/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 00:48:01 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally 00:48:01 latest: Pulling from edgex-devops/edgex-snap-builder-arm64 00:48:01 b2f61026a351: Pulling fs layer 00:48:01 5538fb30c42c: Pulling fs layer 00:48:01 f0b05810781a: Pulling fs layer 00:48:01 0180a33352d6: Pulling fs layer 00:48:01 e7604b0c0f53: Pulling fs layer 00:48:01 db689cb83ae0: Pulling fs layer 00:48:01 6138af208834: Pulling fs layer 00:48:01 007c8e8c5d63: Pulling fs layer 00:48:01 4f7a387c642f: Pulling fs layer 00:48:01 0180a33352d6: Waiting 00:48:01 db689cb83ae0: Waiting 00:48:01 6138af208834: Waiting 00:48:01 e7604b0c0f53: Waiting 00:48:01 007c8e8c5d63: Waiting 00:48:01 4f7a387c642f: Waiting 00:48:01 5538fb30c42c: Verifying Checksum 00:48:01 5538fb30c42c: Download complete 00:48:01 f0b05810781a: Verifying Checksum 00:48:01 f0b05810781a: Download complete 00:48:01 0180a33352d6: Download complete 00:48:01 db689cb83ae0: Download complete 00:48:01 6138af208834: Download complete 00:48:01 007c8e8c5d63: Verifying Checksum 00:48:01 007c8e8c5d63: Download complete 00:48:01 4f7a387c642f: Download complete 00:48:02 b2f61026a351: Download complete 00:48:05 b2f61026a351: Pull complete 00:48:05 5538fb30c42c: Pull complete 00:48:05 f0b05810781a: Pull complete 00:48:06 0180a33352d6: Pull complete 00:48:09 e7604b0c0f53: Download complete 00:48:41 e7604b0c0f53: Pull complete 00:48:41 db689cb83ae0: Pull complete 00:48:41 6138af208834: Pull complete 00:48:41 007c8e8c5d63: Pull complete 00:48:41 4f7a387c642f: Pull complete 00:48:41 Digest: sha256:95de001a4645667c7ff44d03fa3a86afcf7622caf7559cdf0345329f515671b4 00:48:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 00:48:46 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 00:48:46 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 00:48:46 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 00:48:46 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 00:48:46 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1233 kB] 00:48:47 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [879 kB] 00:48:47 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3737 B] 00:48:47 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1192 B] 00:48:47 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] 00:48:47 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [7827 B] 00:48:47 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [754 kB] 00:48:47 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [605 kB] 00:48:47 Fetched 3745 kB in 3s (1494 kB/s) 00:48:52 Reading package lists... 00:49:04 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 00:49:08 Reading package lists... 00:49:09 Building dependency tree... 00:49:09 Reading state information... 00:49:10 The following packages were automatically installed and are no longer required: 00:49:10 libjq1 liblzo2-2 libonig4 00:49:10 Use 'sudo apt autoremove' to remove them. 00:49:10 Suggested packages: 00:49:10 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:49:10 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc 00:49:10 keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc 00:49:10 libterm-readline-gnu-perl | libterm-readline-perl-perl 00:49:10 The following NEW packages will be installed: 00:49:10 curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl 00:49:10 libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 00:49:10 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase 00:49:10 openssh-client patch perl perl-modules-5.26 xauth 00:49:10 0 upgraded, 27 newly installed, 0 to remove and 10 not upgraded. 00:49:10 Need to get 12.9 MB of archives. 00:49:10 After this operation, 84.2 MB of additional disk space will be used. 00:49:10 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxau6 arm64 1:1.0.8-1 [7590 B] 00:49:11 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbsd0 arm64 0.8.7-1ubuntu0.1 [36.6 kB] 00:49:11 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxdmcp6 arm64 1:1.1.2-3 [9694 B] 00:49:11 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxcb1 arm64 1.13-2~ubuntu18.04 [37.3 kB] 00:49:11 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] 00:49:11 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-6 arm64 2:1.6.4-3ubuntu0.2 [521 kB] 00:49:11 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxext6 arm64 2:1.3.3-1 [25.4 kB] 00:49:11 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 00:49:12 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] 00:49:12 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] 00:49:12 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] 00:49:12 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] 00:49:12 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] 00:49:12 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.2 [69.3 kB] 00:49:12 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] 00:49:12 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libedit2 arm64 3.1-20170329-1 [63.4 kB] 00:49:12 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libssl1.0.0 arm64 1.0.2n-1ubuntu5.3 [723 kB] 00:49:12 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxmuu1 arm64 2:1.1.2-2 [9502 B] 00:49:12 Get:19 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssh-client arm64 1:7.6p1-4ubuntu0.3 [527 kB] 00:49:12 Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xauth arm64 1:1.0.10-1 [22.4 kB] 00:49:12 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.8 [152 kB] 00:49:12 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.8 [179 kB] 00:49:12 Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] 00:49:12 Get:24 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:49:12 Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] 00:49:13 Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] 00:49:13 Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] 00:49:13 debconf: delaying package configuration, since apt-utils is not installed 00:49:13 Fetched 12.9 MB in 3s (5039 kB/s) 00:49:13 Selecting previously unselected package libxau6:arm64. 00:49:13 (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.) 00:49:13 Preparing to unpack .../00-libxau6_1%3a1.0.8-1_arm64.deb ... 00:49:13 Unpacking libxau6:arm64 (1:1.0.8-1) ... 00:49:14 Selecting previously unselected package libbsd0:arm64. 00:49:14 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_arm64.deb ... 00:49:14 Unpacking libbsd0:arm64 (0.8.7-1ubuntu0.1) ... 00:49:14 Selecting previously unselected package libxdmcp6:arm64. 00:49:14 Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_arm64.deb ... 00:49:14 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... 00:49:14 Selecting previously unselected package libxcb1:arm64. 00:49:14 Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_arm64.deb ... 00:49:14 Unpacking libxcb1:arm64 (1.13-2~ubuntu18.04) ... 00:49:14 Selecting previously unselected package libx11-data. 00:49:14 Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... 00:49:14 Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... 00:49:14 Selecting previously unselected package libx11-6:arm64. 00:49:14 Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_arm64.deb ... 00:49:14 Unpacking libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... 00:49:15 Selecting previously unselected package libxext6:arm64. 00:49:15 Preparing to unpack .../06-libxext6_2%3a1.3.3-1_arm64.deb ... 00:49:15 Unpacking libxext6:arm64 (2:1.3.3-1) ... 00:49:15 Selecting previously unselected package perl-modules-5.26. 00:49:15 Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 00:49:15 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 00:49:16 Selecting previously unselected package libgdbm5:arm64. 00:49:16 Preparing to unpack .../08-libgdbm5_1.14.1-6_arm64.deb ... 00:49:16 Unpacking libgdbm5:arm64 (1.14.1-6) ... 00:49:17 Selecting previously unselected package libgdbm-compat4:arm64. 00:49:17 Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_arm64.deb ... 00:49:17 Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... 00:49:17 Selecting previously unselected package libperl5.26:arm64. 00:49:17 Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... 00:49:17 Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 00:49:18 Selecting previously unselected package perl. 00:49:18 Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_arm64.deb ... 00:49:18 Unpacking perl (5.26.1-6ubuntu0.3) ... 00:49:18 Selecting previously unselected package less. 00:49:18 Preparing to unpack .../12-less_487-0.1_arm64.deb ... 00:49:18 Unpacking less (487-0.1) ... 00:49:18 Selecting previously unselected package libexpat1:arm64. 00:49:18 Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_arm64.deb ... 00:49:18 Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.2) ... 00:49:19 Selecting previously unselected package netbase. 00:49:19 Preparing to unpack .../14-netbase_5.4_all.deb ... 00:49:19 Unpacking netbase (5.4) ... 00:49:19 Selecting previously unselected package libedit2:arm64. 00:49:19 Preparing to unpack .../15-libedit2_3.1-20170329-1_arm64.deb ... 00:49:19 Unpacking libedit2:arm64 (3.1-20170329-1) ... 00:49:19 Selecting previously unselected package libssl1.0.0:arm64. 00:49:19 Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_arm64.deb ... 00:49:19 Unpacking libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... 00:49:19 Selecting previously unselected package libxmuu1:arm64. 00:49:19 Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_arm64.deb ... 00:49:19 Unpacking libxmuu1:arm64 (2:1.1.2-2) ... 00:49:19 Selecting previously unselected package openssh-client. 00:49:19 Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_arm64.deb ... 00:49:19 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:49:20 Selecting previously unselected package xauth. 00:49:20 Preparing to unpack .../19-xauth_1%3a1.0.10-1_arm64.deb ... 00:49:20 Unpacking xauth (1:1.0.10-1) ... 00:49:20 Selecting previously unselected package curl. 00:49:20 Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_arm64.deb ... 00:49:20 Unpacking curl (7.58.0-2ubuntu3.8) ... 00:49:20 Selecting previously unselected package libcurl3-gnutls:arm64. 00:49:20 Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_arm64.deb ... 00:49:20 Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... 00:49:20 Selecting previously unselected package liberror-perl. 00:49:20 Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... 00:49:20 Unpacking liberror-perl (0.17025-1) ... 00:49:20 Selecting previously unselected package git-man. 00:49:20 Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:49:20 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:49:20 Selecting previously unselected package git. 00:49:20 Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... 00:49:20 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:49:22 Selecting previously unselected package make. 00:49:22 Preparing to unpack .../25-make_4.1-9.1ubuntu1_arm64.deb ... 00:49:22 Unpacking make (4.1-9.1ubuntu1) ... 00:49:22 Selecting previously unselected package patch. 00:49:22 Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_arm64.deb ... 00:49:22 Unpacking patch (2.7.6-2ubuntu1.1) ... 00:49:22 Setting up libedit2:arm64 (3.1-20170329-1) ... 00:49:22 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:49:22 Setting up libexpat1:arm64 (2.2.5-3ubuntu0.2) ... 00:49:22 Setting up less (487-0.1) ... 00:49:22 Setting up make (4.1-9.1ubuntu1) ... 00:49:22 Setting up libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... 00:49:23 Setting up curl (7.58.0-2ubuntu3.8) ... 00:49:23 Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... 00:49:23 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 00:49:23 Setting up libgdbm5:arm64 (1.14.1-6) ... 00:49:23 Setting up libbsd0:arm64 (0.8.7-1ubuntu0.1) ... 00:49:23 Setting up patch (2.7.6-2ubuntu1.1) ... 00:49:23 Setting up libxdmcp6:arm64 (1:1.1.2-3) ... 00:49:23 Setting up libgdbm-compat4:arm64 (1.14.1-6) ... 00:49:23 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:49:24 Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... 00:49:24 Setting up libxau6:arm64 (1:1.0.8-1) ... 00:49:24 Setting up netbase (5.4) ... 00:49:24 Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 00:49:24 Setting up libxcb1:arm64 (1.13-2~ubuntu18.04) ... 00:49:24 Setting up libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... 00:49:24 Setting up libxmuu1:arm64 (2:1.1.2-2) ... 00:49:24 Setting up perl (5.26.1-6ubuntu0.3) ... 00:49:24 Setting up libxext6:arm64 (2:1.3.3-1) ... 00:49:24 Setting up liberror-perl (0.17025-1) ... 00:49:24 Setting up xauth (1:1.0.10-1) ... 00:49:24 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:49:24 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:49:31 curl set to automatically installed. 00:49:31 git set to automatically installed. 00:49:31 git-man set to automatically installed. 00:49:31 less set to automatically installed. 00:49:31 libbsd0 set to automatically installed. 00:49:31 libcurl3-gnutls set to automatically installed. 00:49:31 libedit2 set to automatically installed. 00:49:31 liberror-perl set to automatically installed. 00:49:31 libexpat1 set to automatically installed. 00:49:31 libgdbm-compat4 set to automatically installed. 00:49:31 libgdbm5 set to automatically installed. 00:49:31 libperl5.26 set to automatically installed. 00:49:31 libssl1.0.0 set to automatically installed. 00:49:31 libx11-6 set to automatically installed. 00:49:31 libx11-data set to automatically installed. 00:49:31 libxau6 set to automatically installed. 00:49:31 libxcb1 set to automatically installed. 00:49:31 libxdmcp6 set to automatically installed. 00:49:31 libxext6 set to automatically installed. 00:49:31 libxmuu1 set to automatically installed. 00:49:31 make set to automatically installed. 00:49:31 netbase set to automatically installed. 00:49:31 openssh-client set to automatically installed. 00:49:31 patch set to automatically installed. 00:49:31 perl set to automatically installed. 00:49:31 perl-modules-5.26 set to automatically installed. 00:49:31 xauth set to automatically installed. 00:49:31 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 00:49:31 Please ensure the environment is properly setup before continuing. 00:49:31 Ignore this message if the appropriate measures have already been taken 00:49:31 Pulling go 00:49:34 'device-mqtt' has dependencies that need to be staged: go 00:49:34 Skipping pull go (already ran) 00:49:34 Building go 00:49:34 % Total % Received % Xferd Average Speed Time Time Time Current 00:49:34 Dload Upload Total Spent Left Speed 00:49:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 93.0M 0 135k 0 0 1089k 0 0:01:27 --:--:-- 0:01:27 1080k 46 93.0M 46 43.0M 0 0 39.7M 0 0:00:02 0:00:01 0:00:01 39.7M 78 93.0M 78 73.1M 0 0 35.1M 0 0:00:02 0:00:02 --:--:-- 35.1M 97 93.0M 97 90.4M 0 0 29.3M 0 0:00:03 0:00:03 --:--:-- 29.3M 100 93.0M 100 93.0M 0 0 28.8M 0 0:00:03 0:00:03 --:--:-- 28.7M 00:49:39 go1.13.5.linux-arm64.tar.gz: OK 00:49:57 Staging go 00:49:59 Pulling device-mqtt 00:50:02 Skipping build go (already ran) 00:50:02 Building device-mqtt 00:50:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.1-dev.2" -o cmd/device-mqtt ./cmd 00:50:02 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.1 00:50:02 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 00:50:02 go: downloading github.com/spf13/cast v1.3.0 00:50:02 go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 00:50:02 go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 00:50:02 go: extracting github.com/spf13/cast v1.3.0 00:50:02 go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 00:50:03 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.1 00:50:03 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 00:50:03 go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 00:50:03 go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 00:50:03 go: downloading github.com/gorilla/mux v1.7.1 00:50:03 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.31 00:50:03 go: extracting github.com/gorilla/mux v1.7.1 00:50:03 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.31 00:50:03 go: downloading github.com/pkg/errors v0.8.1 00:50:03 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 00:50:03 go: downloading github.com/OneOfOne/xxhash v1.2.6 00:50:03 go: downloading github.com/google/uuid v1.1.1 00:50:03 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:50:03 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 00:50:03 go: extracting github.com/pkg/errors v0.8.1 00:50:03 go: downloading github.com/go-kit/kit v0.8.0 00:50:03 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 00:50:03 go: extracting github.com/OneOfOne/xxhash v1.2.6 00:50:03 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 00:50:03 go: downloading github.com/hashicorp/consul/api v1.1.0 00:50:03 go: extracting github.com/google/uuid v1.1.1 00:50:03 go: downloading gopkg.in/yaml.v2 v2.2.8 00:50:03 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 00:50:03 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 00:50:03 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 00:50:03 go: extracting gopkg.in/yaml.v2 v2.2.8 00:50:03 go: downloading github.com/pelletier/go-toml v1.2.0 00:50:03 go: downloading github.com/BurntSushi/toml v0.3.1 00:50:03 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:50:03 go: downloading github.com/x448/float16 v0.8.4 00:50:03 go: extracting github.com/hashicorp/consul/api v1.1.0 00:50:03 go: extracting github.com/x448/float16 v0.8.4 00:50:03 go: extracting github.com/pelletier/go-toml v1.2.0 00:50:03 go: extracting github.com/BurntSushi/toml v0.3.1 00:50:03 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:50:03 go: downloading github.com/mitchellh/copystructure v1.0.0 00:50:03 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:50:03 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:50:03 go: downloading github.com/hashicorp/serf v0.8.2 00:50:03 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:50:03 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 00:50:03 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:50:03 go: extracting github.com/mitchellh/copystructure v1.0.0 00:50:03 go: extracting github.com/mitchellh/mapstructure v1.1.2 00:50:03 go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 00:50:03 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:50:03 go: extracting github.com/go-kit/kit v0.8.0 00:50:03 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 00:50:03 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 00:50:03 go: extracting github.com/mitchellh/reflectwalk v1.0.0 00:50:03 go: extracting github.com/hashicorp/serf v0.8.2 00:50:04 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:50:04 go: extracting github.com/go-logfmt/logfmt v0.4.0 00:50:04 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:50:04 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:50:04 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:50:04 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 00:50:04 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:50:04 go: extracting github.com/hashicorp/golang-lru v0.5.0 00:50:04 go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 00:50:04 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 00:50:04 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 00:50:04 go: finding github.com/spf13/cast v1.3.0 00:50:04 go: finding github.com/gorilla/mux v1.7.1 00:50:04 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 00:50:04 go: finding github.com/fxamacker/cbor/v2 v2.2.0 00:50:04 go: finding github.com/OneOfOne/xxhash v1.2.6 00:50:04 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 00:50:04 go: finding github.com/go-kit/kit v0.8.0 00:50:04 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 00:50:04 go: finding github.com/google/uuid v1.1.1 00:50:04 go: finding github.com/x448/float16 v0.8.4 00:50:04 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 00:50:04 go: finding github.com/go-logfmt/logfmt v0.4.0 00:50:04 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 00:50:04 go: finding gopkg.in/yaml.v2 v2.2.8 00:50:04 go: finding github.com/BurntSushi/toml v0.3.1 00:50:04 go: finding github.com/pkg/errors v0.8.1 00:50:04 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 00:50:04 go: finding github.com/hashicorp/consul/api v1.1.0 00:50:04 go: finding github.com/pelletier/go-toml v1.2.0 00:50:04 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:50:04 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 00:50:04 go: finding github.com/hashicorp/go-rootcerts v1.0.0 00:50:04 go: finding github.com/hashicorp/serf v0.8.2 00:50:04 go: finding github.com/mitchellh/mapstructure v1.1.2 00:50:04 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 00:50:04 go: finding github.com/mitchellh/copystructure v1.0.0 00:50:04 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:50:04 go: finding github.com/mitchellh/reflectwalk v1.0.0 00:50:04 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 00:50:04 go: finding github.com/hashicorp/golang-lru v0.5.0 00:50:31 CGO_ENABLED=0 GO111MODULE=on go build ./... 00:50:49 Skipping stage go (already ran) 00:50:49 Staging device-mqtt 00:50:49 Priming go 00:50:52 Priming device-mqtt 00:50:55 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 00:50:55 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 00:50:55 Determining the version from the project repo (version-script). 00:50:55 The version has been set to '1.2.1-dev.2-20200611+53b2715' 00:50:55 Snapping 'edgex-device-mqtt' ... 00:51:00 00:51:00 Snapped edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap 00:51:06 00:51:06 Login successful. You now have these capabilities: 00:51:06 00:51:06 snaps: No restriction 00:51:06 channels: No restriction 00:51:06 permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] 00:51:06 expires: 2020-06-19T16:50:48.252993 00:51:06 00:51:08 Preparing to push 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap'. 00:51:08 After pushing, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. 00:51:08 Install the review-tools from the Snap Store for enhanced checks before uploading this snap. 00:51:12 Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [ ] 0% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [ ] 1% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [ ] 2% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [ ] 3% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [ ] 4% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [ ] 5% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [ ] 6% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [ ] 7% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [ ] 8% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [ ] 9% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [ ] 10% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [ ] 11% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [ ] 12% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [ ] 13% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [ ] 14% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [ ] 16% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [ ] 17% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [ ] 18% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [ ] 19% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [ ] 20% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [ ] 21% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [ ] 22% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [ ] 23% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [ ] 24% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [= ] 25% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [= ] 26% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [= ] 27% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [= ] 28% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [= ] 29% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [= ] 30% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [= ] 32% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [= ] 33% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [= ] 34% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [= ] 35% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [= ] 36% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [= ] 37% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [= ] 38% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [= ] 39% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [= ] 40% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [= ] 41% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [= ] 42% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [= ] 43% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [= ] 44% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [= ] 45% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [= ] 46% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [= ] 48% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [= ] 49% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [== ] 50% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [== ] 51% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [== ] 52% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [== ] 53% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [== ] 54% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [== ] 55% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [== ] 56% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [== ] 57% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [== ] 58% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [== ] 59% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [== ] 60% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [== ] 61% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [== ] 62% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [== ] 64% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [== ] 65% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [== ] 66% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [== ] 67% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [== ] 68% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [== ] 69% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [== ] 70% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [== ] 71% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [== ] 72% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [== ] 73% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [== ] 74% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [=== ] 75% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [=== ] 76% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [=== ] 77% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [=== ] 78% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [=== ] 80% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [=== ] 81% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [=== ] 82% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [=== ] 83% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [=== ] 84% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [=== ] 85% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [=== ] 86% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [=== ] 87% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [=== ] 88% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [=== ] 89% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [=== ] 90% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [=== ] 91% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [=== ] 92% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [=== ] 93% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [=== ] 94% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [=== ] 96% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [=== ] 97% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [=== ] 98% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [=== ] 99% Pushing 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' [====] 100% 00:51:25 Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- 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 00:51:25 Revision 1230 of 'edgex-device-mqtt' created. 00:51:26 Track Arch Channel Version Revision Notes 00:51:26 edinburgh arm64 stable 1.0.0-20190627+29babbb 112 - 00:51:26 candidate 1.0.0-20190627+29babbb 112 - 00:51:26 beta 1.0.0-20190801+fd7235a 241 - 00:51:26 edge 1.0.0-20200107+8d32c65 944 - 00:51:26 fuji arm64 stable 1.1.1-20200311+f519bc1 1097 - 00:51:26 candidate ^ ^ - 00:51:26 beta 1.1.1-20200311+f519bc1 1097 - 00:51:26 edge 1.1.1-20200421+f519bc1 1174 - 00:51:26 geneva arm64 stable 1.2.0-20200520+8b9d451 1187 - 00:51:26 candidate ^ ^ - 00:51:26 beta ^ ^ - 00:51:26 edge ^ ^ - 00:51:26 latest arm64 stable 1.2.0-20200520+8b9d451 1187 - 00:51:26 candidate 1.2.0-20200520+8b9d451 1187 - 00:51:26 beta 1.2.0-20200520+8b9d451 1187 - 00:51:26 edge 1.2.1-dev.2-20200611+53b2715 1230 - 00:51:26 Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| 00:51:30 Pushing metadata from 'edgex-device-mqtt_1.2.1-dev.2-20200611+53b2715_arm64.snap' 00:51:32 The metadata has been pushed [Pipeline] } 00:51:34 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 00:51:35 provisioning config files... 00:51:35 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config8734971093386638006tmp [Pipeline] { [Pipeline] sh 00:51:35 + curl -s https://codecov.io/bash 00:51:35 + bash -s - -t @/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config8734971093386638006tmp 00:51:36 00:51:36 _____ _ 00:51:36 / ____| | | 00:51:36 | | ___ __| | ___ ___ _____ __ 00:51:36 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:51:36 | |___| (_) | (_| | __/ (_| (_) \ V / 00:51:36 \_____\___/ \__,_|\___|\___\___/ \_/ 00:51:36 Bash-20200602-f809a24 00:51:36 00:51:36 00:51:36 ==> Jenkins CI detected. 00:51:36 project root: . 00:51:36 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:51:36 ==> Running gcov in . (disable via -X gcov) 00:51:36 ==> Python coveragepy not found 00:51:36 ==> Searching for coverage reports in: 00:51:36 + . 00:51:36 -> Found 1 reports 00:51:36 ==> Detecting git/mercurial file structure 00:51:36 ==> Reading reports 00:51:36 + ./coverage.out bytes=18214 00:51:36 ==> Appending adjustments 00:51:36 https://docs.codecov.io/docs/fixing-reports 00:51:36 + Found adjustments 00:51:36 ==> Gzipping contents 00:51:36 ==> Uploading reports 00:51:36 url: https://codecov.io 00:51:36 query: branch=master&commit=53b271558e00092d9ac86daf606e53fe8237c5d2&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F8%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job= 00:51:36 -> Pinging Codecov 00:51:36 https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=master&commit=53b271558e00092d9ac86daf606e53fe8237c5d2&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F8%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job= 00:51:36 -> Uploading 00:51:37 -> View reports at https://codecov.io/github/edgexfoundry/device-mqtt-go/commit/53b271558e00092d9ac86daf606e53fe8237c5d2 [Pipeline] } 00:51:37 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 00:51:37 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 00:51:37 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 00:51:37 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:51:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 00:51:37 00:51:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 00:51:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 00:51:38 1.317.0: Pulling from edgex-devops/edgex-snyk-go 00:51:38 cbdbe7a5bc2a: Pulling fs layer 00:51:38 408f87550127: Pulling fs layer 00:51:38 fe522b08c979: Pulling fs layer 00:51:38 221eaa008020: Pulling fs layer 00:51:38 2a4607e5d6b9: Pulling fs layer 00:51:38 8f79b27c4fd2: Pulling fs layer 00:51:38 e5c8dbe1645b: Pulling fs layer 00:51:38 23e8b3b47431: Pulling fs layer 00:51:38 5c568d65a230: Pulling fs layer 00:51:38 8f79b27c4fd2: Waiting 00:51:38 e5c8dbe1645b: Waiting 00:51:38 23e8b3b47431: Waiting 00:51:38 5c568d65a230: Waiting 00:51:38 221eaa008020: Waiting 00:51:38 2a4607e5d6b9: Waiting 00:51:38 fe522b08c979: Verifying Checksum 00:51:38 fe522b08c979: Download complete 00:51:38 408f87550127: Verifying Checksum 00:51:38 408f87550127: Download complete 00:51:38 2a4607e5d6b9: Verifying Checksum 00:51:38 2a4607e5d6b9: Download complete 00:51:38 8f79b27c4fd2: Verifying Checksum 00:51:38 8f79b27c4fd2: Download complete 00:51:38 cbdbe7a5bc2a: Download complete 00:51:38 cbdbe7a5bc2a: Pull complete 00:51:38 e5c8dbe1645b: Verifying Checksum 00:51:38 e5c8dbe1645b: Download complete 00:51:38 408f87550127: Pull complete 00:51:38 23e8b3b47431: Verifying Checksum 00:51:38 23e8b3b47431: Download complete 00:51:39 fe522b08c979: Pull complete 00:51:39 5c568d65a230: Verifying Checksum 00:51:39 5c568d65a230: Download complete 00:51:39 221eaa008020: Download complete 00:51:45 221eaa008020: Pull complete 00:51:45 2a4607e5d6b9: Pull complete 00:51:45 8f79b27c4fd2: Pull complete 00:51:47 e5c8dbe1645b: Pull complete 00:51:51 23e8b3b47431: Pull complete 00:51:52 5c568d65a230: Pull complete 00:51:52 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 00:51:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 00:51:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 00:51:52 prd-centos7-docker-4c-2g-2506 does not seem to be running inside a container 00:51:52 $ 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 00:51:53 $ docker top bb8ef98c42233813ca76811930e7dbfb433937f00e17b68e862388809a572c6d -eo pid,comm [Pipeline] { [Pipeline] sh 00:51:53 + snyk monitor '--org=edgex-jenkins' 00:52:08 00:52:08 Monitoring /w/workspace/gexfoundry_device-mqtt-go_master (github.com/edgexfoundry/device-mqtt-go)... 00:52:08 00:52:08 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6acecf1b-85ea-4374-bf84-4fa5a6e664d0/history/bfb2bd90-416f-45fc-bf38-a7f8b22367af 00:52:08 00:52:08 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 00:52:08 00:52:08 [Pipeline] } 00:52:08 $ docker stop --time=1 bb8ef98c42233813ca76811930e7dbfb433937f00e17b68e862388809a572c6d 00:52:11 $ docker rm -f bb8ef98c42233813ca76811930e7dbfb433937f00e17b68e862388809a572c6d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:52:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 00:52:12 00:52:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 00:52:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 00:52:12 latest: Pulling from edgex-devops/edgex-klar 00:52:12 e7c96db7181b: Pulling fs layer 00:52:12 1868ca2cb446: Pulling fs layer 00:52:12 136be5d0fe8e: Pulling fs layer 00:52:12 894bfe63afcb: Pulling fs layer 00:52:12 894bfe63afcb: Waiting 00:52:12 1868ca2cb446: Download complete 00:52:12 136be5d0fe8e: Verifying Checksum 00:52:12 136be5d0fe8e: Download complete 00:52:12 e7c96db7181b: Verifying Checksum 00:52:12 e7c96db7181b: Download complete 00:52:12 894bfe63afcb: Verifying Checksum 00:52:12 894bfe63afcb: Download complete 00:52:13 e7c96db7181b: Pull complete 00:52:13 1868ca2cb446: Pull complete 00:52:13 136be5d0fe8e: Pull complete 00:52:13 894bfe63afcb: Pull complete 00:52:13 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 00:52:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 00:52:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 00:52:13 prd-centos7-docker-4c-2g-2506 does not seem to be running inside a container 00:52:13 $ 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 00:52:14 $ docker top b2f273e68e91505964d91298feb77a9c49c238116272a5c3297cbc165df15380 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:52:15 + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:53b271558e00092d9ac86daf606e53fe8237c5d2 00:52:15 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 00:52:19 $ docker stop --time=1 b2f273e68e91505964d91298feb77a9c49c238116272a5c3297cbc165df15380 00:52:20 $ docker rm -f b2f273e68e91505964d91298feb77a9c49c238116272a5c3297cbc165df15380 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 00:52:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 00:52:21 . [Pipeline] withDockerContainer 00:52:21 prd-centos7-docker-4c-2g-2506 does not seem to be running inside a container 00:52:21 $ 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 00:52:21 $ docker top 55c12f6e2af2a1444d310debe6923bcc851ec27e076547451b15cec93d96087b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:52:22 + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:53b271558e00092d9ac86daf606e53fe8237c5d2 00:52:22 + tee 00:52:22 clair timeout 1m0s 00:52:22 docker timeout: 1m0s 00:52:22 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 00:52:22 $ docker stop --time=1 55c12f6e2af2a1444d310debe6923bcc851ec27e076547451b15cec93d96087b 00:52:24 $ docker rm -f 55c12f6e2af2a1444d310debe6923bcc851ec27e076547451b15cec93d96087b [Pipeline] // withDockerContainer [Pipeline] sh 00:52:24 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports [Pipeline] echo 00:52:24 Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports/clair_results_docker-device-mqtt-go_53b271558e00092d9ac86daf606e53fe8237c5d2.html [Pipeline] writeFile [Pipeline] step 00:52:24 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 00:52:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 00:52:24 . [Pipeline] withDockerContainer 00:52:25 prd-centos7-docker-4c-2g-2506 does not seem to be running inside a container 00:52: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 00:52:25 $ docker top f90395e514b8a8c4a53b998e341492906cd6e74b90c4323b682bf148f97965f0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:52:26 + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:53b271558e00092d9ac86daf606e53fe8237c5d2 00:52:26 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 00:52:30 $ docker stop --time=1 f90395e514b8a8c4a53b998e341492906cd6e74b90c4323b682bf148f97965f0 00:52:32 $ docker rm -f f90395e514b8a8c4a53b998e341492906cd6e74b90c4323b682bf148f97965f0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 00:52:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 00:52:32 . [Pipeline] withDockerContainer 00:52:32 prd-centos7-docker-4c-2g-2506 does not seem to be running inside a container 00:52:32 $ 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 00:52:33 $ docker top dab848cdbe3a2f8c2e68456528e6770be95f1ba919b52007dee189fe3669ffcd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:52:33 + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:53b271558e00092d9ac86daf606e53fe8237c5d2 00:52:33 + tee 00:52:33 clair timeout 1m0s 00:52:33 docker timeout: 1m0s 00:52:33 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 00:52:34 $ docker stop --time=1 dab848cdbe3a2f8c2e68456528e6770be95f1ba919b52007dee189fe3669ffcd 00:52:35 $ docker rm -f dab848cdbe3a2f8c2e68456528e6770be95f1ba919b52007dee189fe3669ffcd [Pipeline] // withDockerContainer [Pipeline] sh 00:52:36 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports [Pipeline] echo 00:52:36 Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports/clair_results_docker-device-mqtt-go-arm64_53b271558e00092d9ac86daf606e53fe8237c5d2.html [Pipeline] writeFile [Pipeline] step 00:52:36 Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 00:52:36 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:52:36 . [Pipeline] withDockerContainer 00:52:36 prd-centos7-docker-4c-2g-2506 does not seem to be running inside a container 00:52:36 $ 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 00:52:37 $ docker top c49dfcae77cf02425b76d0364e1dab03f2383793431c9fae34827e8c9718dd0b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:52:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:52:37 [ssh-agent] Looking for ssh-agent implementation... 00:52:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:52:37 $ docker exec c49dfcae77cf02425b76d0364e1dab03f2383793431c9fae34827e8c9718dd0b ssh-agent 00:52:38 SSH_AUTH_SOCK=/tmp/ssh-nEsytayNPBVD/agent.12 00:52:38 SSH_AGENT_PID=17 00:52:38 Running ssh-add (command line suppressed) 00:52:38 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_6944846718642673290.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_6944846718642673290.key) 00:52:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:52:38 + git semver tag 00:52:38 # -> Open(): unable to determine branch for HEAD 00:52:38 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 00:52:38 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 00:52:38 # $SEMVER_REMOTE_NAME = origin 00:52:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:52:38 # $SEMVER_USER_NAME = edgex-jenkins 00:52:38 # $SEMVER_BRANCH = master 00:52:38 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver 00:52:38 # 53b271558e00092d9ac86daf606e53fe8237c5d2 HEAD 00:52:38 # -> Force: false 00:52:38 # 51cd0a193d687a9f6a285b067444772aba7843f3 refs/tags/v1.2.1-dev.2 [Pipeline] } 00:52:38 $ docker exec --env ******** --env ******** c49dfcae77cf02425b76d0364e1dab03f2383793431c9fae34827e8c9718dd0b ssh-agent -k 00:52:38 unset SSH_AUTH_SOCK; 00:52:38 unset SSH_AGENT_PID; 00:52:38 echo Agent pid 17 killed; 00:52:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:52:39 + git semver [Pipeline] } 00:52:39 $ docker stop --time=1 c49dfcae77cf02425b76d0364e1dab03f2383793431c9fae34827e8c9718dd0b 00:52:40 $ docker rm -f c49dfcae77cf02425b76d0364e1dab03f2383793431c9fae34827e8c9718dd0b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 00:52:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:52:40 00:52:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 00:52:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:52:41 0.23.1-centos7: Pulling from edgex-lftools 00:52:41 ab5ef0e58194: Pulling fs layer 00:52:41 9712f1f96733: Pulling fs layer 00:52:41 63f879dbbcfc: Pulling fs layer 00:52:41 0d9ebad4ef96: Pulling fs layer 00:52:41 e9a5061849ea: Pulling fs layer 00:52:41 d747dcd14b5f: Pulling fs layer 00:52:41 2de7ff778b66: Pulling fs layer 00:52:41 e9a5061849ea: Waiting 00:52:41 d747dcd14b5f: Waiting 00:52:41 2de7ff778b66: Waiting 00:52:41 0d9ebad4ef96: Waiting 00:52:41 9712f1f96733: Download complete 00:52:41 63f879dbbcfc: Verifying Checksum 00:52:41 63f879dbbcfc: Download complete 00:52:41 e9a5061849ea: Verifying Checksum 00:52:41 e9a5061849ea: Download complete 00:52:42 d747dcd14b5f: Verifying Checksum 00:52:42 d747dcd14b5f: Download complete 00:52:42 0d9ebad4ef96: Verifying Checksum 00:52:42 0d9ebad4ef96: Download complete 00:52:42 2de7ff778b66: Verifying Checksum 00:52:42 2de7ff778b66: Download complete 00:52:42 ab5ef0e58194: Verifying Checksum 00:52:42 ab5ef0e58194: Download complete 00:52:46 ab5ef0e58194: Pull complete 00:52:46 9712f1f96733: Pull complete 00:52:50 63f879dbbcfc: Pull complete 00:52:56 0d9ebad4ef96: Pull complete 00:52:56 e9a5061849ea: Pull complete 00:52:57 d747dcd14b5f: Pull complete 00:53:01 2de7ff778b66: Pull complete 00:53:01 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 00:53:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:53:01 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 00:53:01 prd-centos7-docker-4c-2g-2506 does not seem to be running inside a container 00:53:01 $ 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 00:53:05 $ docker top a4c011752abc864641cccde124f79e8fa99e975c8c59e8e282f2c461c1b6413c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 00:53:05 provisioning config files... 00:53:05 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config8645776524031359970tmp 00:53:05 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config5332138963337555865tmp 00:53:05 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config4996161920914800673tmp [Pipeline] { [Pipeline] echo 00:53:05 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 00:53:05 ---> sigul-configuration.sh 00:53:05 gpg: directory `/root/.gnupg' created 00:53:05 gpg: new configuration file `/root/.gnupg/gpg.conf' created 00:53:05 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 00:53:05 gpg: keyring `/root/.gnupg/secring.gpg' created 00:53:05 gpg: keyring `/root/.gnupg/pubring.gpg' created 00:53:05 gpg: CAST5 encrypted data 00:53:06 gpg: encrypted with 1 passphrase 00:53:06 gpg: WARNING: message was not integrity protected [Pipeline] sh 00:53:06 + mkdir /home/jenkins 00:53:06 + mkdir /home/jenkins/sigul [Pipeline] sh 00:53:06 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 00:53:06 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 00:53:07 ---> sigul-install.sh 00:53:11 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 00:53:11 + git tag --list 00:53:11 v1.2.1-dev.2 [Pipeline] sh 00:53:12 + lftools sign git-tag v1.2.1-dev.2 00:53:13 Signing Git tag with Sigul... 00:53:13 Signing v1.2.1-dev.2 [Pipeline] echo 00:53:14 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 00:53:14 ---> sigul-configuration-cleanup.sh [Pipeline] } 00:53:14 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 00:53:14 $ docker stop --time=1 a4c011752abc864641cccde124f79e8fa99e975c8c59e8e282f2c461c1b6413c 00:53:16 $ docker rm -f a4c011752abc864641cccde124f79e8fa99e975c8c59e8e282f2c461c1b6413c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 00:53:17 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:53:17 . [Pipeline] withDockerContainer 00:53:17 prd-centos7-docker-4c-2g-2506 does not seem to be running inside a container 00:53:17 $ 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 00:53:18 $ docker top 8eebd2116d7241ae103fa4ea4b06c5a9cccdce5839376e01fa8eded7c62ff9ea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:53:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:53:18 [ssh-agent] Looking for ssh-agent implementation... 00:53:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:53:18 $ docker exec 8eebd2116d7241ae103fa4ea4b06c5a9cccdce5839376e01fa8eded7c62ff9ea ssh-agent 00:53:18 SSH_AUTH_SOCK=/tmp/ssh-HfD9I57wlP2E/agent.11 00:53:18 SSH_AGENT_PID=16 00:53:18 Running ssh-add (command line suppressed) 00:53:18 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_1864168286454265195.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_1864168286454265195.key) 00:53:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:53:19 + git semver bump pre 00:53:19 # -> Open(): unable to determine branch for HEAD 00:53:19 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 00:53:19 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 00:53:19 # $SEMVER_REMOTE_NAME = origin 00:53:19 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:53:19 # $SEMVER_USER_NAME = edgex-jenkins 00:53:19 # $SEMVER_BRANCH = master 00:53:19 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver 00:53:19 1.2.1-dev.3 [Pipeline] } 00:53:19 $ docker exec --env ******** --env ******** 8eebd2116d7241ae103fa4ea4b06c5a9cccdce5839376e01fa8eded7c62ff9ea ssh-agent -k 00:53:19 unset SSH_AUTH_SOCK; 00:53:19 unset SSH_AGENT_PID; 00:53:19 echo Agent pid 16 killed; 00:53:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:53:19 + git semver [Pipeline] } 00:53:19 $ docker stop --time=1 8eebd2116d7241ae103fa4ea4b06c5a9cccdce5839376e01fa8eded7c62ff9ea 00:53:20 $ docker rm -f 8eebd2116d7241ae103fa4ea4b06c5a9cccdce5839376e01fa8eded7c62ff9ea [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 00:53:21 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:53:21 . [Pipeline] withDockerContainer 00:53:21 prd-centos7-docker-4c-2g-2506 does not seem to be running inside a container 00:53:21 $ 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 00:53:22 $ docker top 0f7b33b126c4cb7797cf3b26bdc7978fececa3e33de43f216595379f4fd4e0e3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:53:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:53:22 [ssh-agent] Looking for ssh-agent implementation... 00:53:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:53:22 $ docker exec 0f7b33b126c4cb7797cf3b26bdc7978fececa3e33de43f216595379f4fd4e0e3 ssh-agent 00:53:22 SSH_AUTH_SOCK=/tmp/ssh-SMlHU83mdHdY/agent.13 00:53:22 SSH_AGENT_PID=19 00:53:22 Running ssh-add (command line suppressed) 00:53:22 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_8229792557612596996.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_8229792557612596996.key) 00:53:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:53:23 + git semver push 00:53:23 # -> Open(): unable to determine branch for HEAD 00:53:23 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 00:53:23 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 00:53:23 # $SEMVER_REMOTE_NAME = origin 00:53:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:53:23 # $SEMVER_USER_NAME = edgex-jenkins 00:53:23 # $SEMVER_BRANCH = master 00:53:23 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } 00:53:29 $ docker exec --env ******** --env ******** 0f7b33b126c4cb7797cf3b26bdc7978fececa3e33de43f216595379f4fd4e0e3 ssh-agent -k 00:53:29 unset SSH_AUTH_SOCK; 00:53:29 unset SSH_AGENT_PID; 00:53:29 echo Agent pid 19 killed; 00:53:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:53:30 + git semver [Pipeline] } 00:53:30 $ docker stop --time=1 0f7b33b126c4cb7797cf3b26bdc7978fececa3e33de43f216595379f4fd4e0e3 00:53:31 $ docker rm -f 0f7b33b126c4cb7797cf3b26bdc7978fececa3e33de43f216595379f4fd4e0e3 [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 00:53:32 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:53:32 ---> package-listing.sh 00:53:32 ++ facter osfamily 00:53:32 ++ tr '[:upper:]' '[:lower:]' 00:53:32 + OS_FAMILY=redhat 00:53:32 + workspace=/w/workspace/gexfoundry_device-mqtt-go_master 00:53:32 + START_PACKAGES=/tmp/packages_start.txt 00:53:32 + END_PACKAGES=/tmp/packages_end.txt 00:53:32 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:53:32 + PACKAGES=/tmp/packages_start.txt 00:53:32 + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' 00:53:32 + PACKAGES=/tmp/packages_end.txt 00:53:32 + case "${OS_FAMILY}" in 00:53:32 + rpm -qa 00:53:32 + sort 00:53:36 + '[' -f /tmp/packages_start.txt ']' 00:53:36 + '[' -f /tmp/packages_end.txt ']' 00:53:36 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:53:36 + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' 00:53:36 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/archives/ 00:53:36 + 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 00:53:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:53:37 00:53:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:53:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:53:38 alpine: Pulling from edgex-lftools-log-publisher 00:53:38 c9b1b535fdd9: Pulling fs layer 00:53:38 2cc5ad85d9ab: Pulling fs layer 00:53:38 756a868c4378: Pulling fs layer 00:53:38 444b2fc9a129: Pulling fs layer 00:53:38 ea15f1150254: Pulling fs layer 00:53:38 41b27a9f41bf: Pulling fs layer 00:53:38 28c525ee5125: Pulling fs layer 00:53:38 094b1ea09ed8: Pulling fs layer 00:53:38 138eaada9080: Pulling fs layer 00:53:38 0622d0fa9048: Pulling fs layer 00:53:38 41b27a9f41bf: Waiting 00:53:38 28c525ee5125: Waiting 00:53:38 094b1ea09ed8: Waiting 00:53:38 138eaada9080: Waiting 00:53:38 0622d0fa9048: Waiting 00:53:38 444b2fc9a129: Waiting 00:53:38 ea15f1150254: Waiting 00:53:38 2cc5ad85d9ab: Verifying Checksum 00:53:38 2cc5ad85d9ab: Download complete 00:53:38 444b2fc9a129: Verifying Checksum 00:53:38 444b2fc9a129: Download complete 00:53:38 c9b1b535fdd9: Verifying Checksum 00:53:38 ea15f1150254: Verifying Checksum 00:53:38 ea15f1150254: Download complete 00:53:38 28c525ee5125: Verifying Checksum 00:53:38 28c525ee5125: Download complete 00:53:38 756a868c4378: Verifying Checksum 00:53:38 756a868c4378: Download complete 00:53:38 138eaada9080: Verifying Checksum 00:53:38 138eaada9080: Download complete 00:53:38 0622d0fa9048: Verifying Checksum 00:53:38 0622d0fa9048: Download complete 00:53:38 094b1ea09ed8: Verifying Checksum 00:53:38 094b1ea09ed8: Download complete 00:53:38 c9b1b535fdd9: Pull complete 00:53:39 41b27a9f41bf: Verifying Checksum 00:53:39 41b27a9f41bf: Download complete 00:53:39 2cc5ad85d9ab: Pull complete 00:53:40 756a868c4378: Pull complete 00:53:40 444b2fc9a129: Pull complete 00:53:41 ea15f1150254: Pull complete 00:53:45 41b27a9f41bf: Pull complete 00:53:45 28c525ee5125: Pull complete 00:53:47 094b1ea09ed8: Pull complete 00:53:47 138eaada9080: Pull complete 00:53:47 0622d0fa9048: Pull complete 00:53:47 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 00:53:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:53:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:53:47 prd-centos7-docker-4c-2g-2506 does not seem to be running inside a container 00:53:47 $ 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 00:53:51 $ docker top 8c9817b9c50b356d3308bb1677ed1aad5cea71eb6e4f2ddc0116a83ec215e23d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:53:51 provisioning config files... 00:53:51 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config3952869083760646222tmp [Pipeline] { [Pipeline] echo 00:53:51 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:53:51 ---> create-netrc.sh [Pipeline] echo 00:53:51 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:53:52 ---> logs-deploy.sh 00:53:52 + ARCHIVE_ARTIFACTS= 00:53:52 + LOGS_SERVER=https://logs.edgexfoundry.org 00:53:52 + '[' https://logs.edgexfoundry.org == None ']' 00:53:52 + NEXUS_URL=https://nexus.edgexfoundry.org 00:53:52 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/8 00:53:52 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-mqtt-go/job/master/8/ 00:53:52 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/8 /w/workspace/gexfoundry_device-mqtt-go_master 00:53:53 Archives upload complete. 00:53:53 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/8 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-mqtt-go/job/master/8/