Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e79178b88edbb9292baeff06bb49682f9eadd771 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 be3c330340c18bb7ab85087afff7d7ed2ee420c0 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 be3c330340c18bb7ab85087afff7d7ed2ee420c0 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 be3c330340c18bb7ab85087afff7d7ed2ee420c0 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f be3c330340c18bb7ab85087afff7d7ed2ee420c0 # timeout=10 Commit message: "Merge pull request #211 from ernestojeda/fix-docker-image-push-with-namespace" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, goVersion:1.13, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-mqtt-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: true [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-558 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 e79178b88edbb9292baeff06bb49682f9eadd771 (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 e79178b88edbb9292baeff06bb49682f9eadd771 # timeout=10 Commit message: "Merge pull request #156 from hahattan/issue154/155" > git rev-list --no-walk 49672cc0825fc2b257ef421e8ddc02da382ee60a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-22T07:06:09.025Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-22T07:06:09.254Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-22T07:06:09.332Z] ========================================================= [2020-07-22T07:06:09.332Z] EdgeX Global Pipelines Version Info [2020-07-22T07:06:09.332Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-22T07:06:11.296Z] ------------------- [2020-07-22T07:06:11.296Z] stable info: [2020-07-22T07:06:11.296Z] ------------------- [2020-07-22T07:06:11.296Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-22T07:06:11.296Z] Commit SHA: be3c330340c18bb7ab85087afff7d7ed2ee420c0 [2020-07-22T07:06:11.296Z] Message: update stable to v1.0.99 [2020-07-22T07:06:12.247Z] ------------------- [2020-07-22T07:06:12.247Z] experimental info: [2020-07-22T07:06:12.247Z] ------------------- [2020-07-22T07:06:12.247Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-22T07:06:12.247Z] Commit SHA: 78d567e8c35819a45e10bd2b75e1138b16507148 [2020-07-22T07:06:12.247Z] Message: update experimental to v1.0.101 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:06:14.431Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-22T07:06:15.013Z] [2020-07-22T07:06:15.013Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:06:15.360Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-22T07:06:15.360Z] latest: Pulling from edgex-devops/git-semver [2020-07-22T07:06:15.360Z] 31603596830f: Pulling fs layer [2020-07-22T07:06:15.360Z] 2a8b12db71e7: Pulling fs layer [2020-07-22T07:06:15.360Z] 6ca5941a6612: Pulling fs layer [2020-07-22T07:06:15.360Z] ecc8261a40a4: Pulling fs layer [2020-07-22T07:06:15.360Z] ecc8261a40a4: Waiting [2020-07-22T07:06:15.360Z] 2a8b12db71e7: Verifying Checksum [2020-07-22T07:06:15.360Z] 2a8b12db71e7: Download complete [2020-07-22T07:06:15.624Z] 31603596830f: Download complete [2020-07-22T07:06:15.624Z] ecc8261a40a4: Verifying Checksum [2020-07-22T07:06:15.624Z] ecc8261a40a4: Download complete [2020-07-22T07:06:15.624Z] 6ca5941a6612: Verifying Checksum [2020-07-22T07:06:15.624Z] 6ca5941a6612: Download complete [2020-07-22T07:06:15.886Z] 31603596830f: Pull complete [2020-07-22T07:06:16.150Z] 2a8b12db71e7: Pull complete [2020-07-22T07:06:17.131Z] 6ca5941a6612: Pull complete [2020-07-22T07:06:17.393Z] ecc8261a40a4: Pull complete [2020-07-22T07:06:17.393Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-22T07:06:17.393Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-22T07:06:17.393Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-22T07:06:17.536Z] prd-centos7-docker-4c-2g-558 does not seem to be running inside a container [2020-07-22T07:06:17.578Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-22T07:06:19.740Z] $ docker top db68ce8c8f2919d31ea702192508bc6351f90fa784e23ff39f734db33cbb7611 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-22T07:06:20.022Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-22T07:06:20.022Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-22T07:06:20.259Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-22T07:06:20.262Z] $ docker exec db68ce8c8f2919d31ea702192508bc6351f90fa784e23ff39f734db33cbb7611 ssh-agent [2020-07-22T07:06:20.450Z] SSH_AUTH_SOCK=/tmp/ssh-Srd8nwSCobBc/agent.12 [2020-07-22T07:06:20.450Z] SSH_AGENT_PID=17 [2020-07-22T07:06:20.468Z] Running ssh-add (command line suppressed) [2020-07-22T07:06:20.613Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_1578430283238833363.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_1578430283238833363.key) [2020-07-22T07:06:20.666Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-22T07:06:21.109Z] + git describe --exact-match --tags HEAD [2020-07-22T07:06:21.110Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-22T07:06:21.270Z] $ docker exec --env ******** --env ******** db68ce8c8f2919d31ea702192508bc6351f90fa784e23ff39f734db33cbb7611 ssh-agent -k [2020-07-22T07:06:21.441Z] unset SSH_AUTH_SOCK; [2020-07-22T07:06:21.442Z] unset SSH_AGENT_PID; [2020-07-22T07:06:21.442Z] echo Agent pid 17 killed; [2020-07-22T07:06:21.492Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-22T07:06:21.573Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-22T07:06:21.573Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-22T07:06:21.655Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-22T07:06:21.655Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-22T07:06:21.929Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-22T07:06:21.932Z] $ docker exec db68ce8c8f2919d31ea702192508bc6351f90fa784e23ff39f734db33cbb7611 ssh-agent [2020-07-22T07:06:22.128Z] SSH_AUTH_SOCK=/tmp/ssh-VO55FrBf1Bdf/agent.46 [2020-07-22T07:06:22.128Z] SSH_AGENT_PID=52 [2020-07-22T07:06:22.134Z] Running ssh-add (command line suppressed) [2020-07-22T07:06:22.270Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_5126643734853859968.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_5126643734853859968.key) [2020-07-22T07:06:22.334Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-22T07:06:22.655Z] + git semver init [2020-07-22T07:06:22.655Z] # -> Open(): unable to determine branch for HEAD [2020-07-22T07:06:22.655Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2020-07-22T07:06:22.655Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2020-07-22T07:06:22.655Z] # $SEMVER_REMOTE_NAME = origin [2020-07-22T07:06:22.655Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-22T07:06:22.655Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-22T07:06:22.655Z] # $SEMVER_BRANCH = master [2020-07-22T07:06:22.655Z] # $SEMVER_TEMP = /tmp/semver-889972364 [2020-07-22T07:06:22.655Z] # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP [2020-07-22T07:06:23.230Z] # '/tmp/semver-889972364' -> '/w/workspace/gexfoundry_device-mqtt-go_master/.semver' [2020-07-22T07:06:23.230Z] # -> Force: false [2020-07-22T07:06:23.230Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } [2020-07-22T07:06:23.243Z] $ docker exec --env ******** --env ******** db68ce8c8f2919d31ea702192508bc6351f90fa784e23ff39f734db33cbb7611 ssh-agent -k [2020-07-22T07:06:23.402Z] unset SSH_AUTH_SOCK; [2020-07-22T07:06:23.405Z] unset SSH_AGENT_PID; [2020-07-22T07:06:23.405Z] echo Agent pid 52 killed; [2020-07-22T07:06:23.453Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-22T07:06:23.908Z] + git semver [Pipeline] } [2020-07-22T07:06:23.924Z] $ docker stop --time=1 db68ce8c8f2919d31ea702192508bc6351f90fa784e23ff39f734db33cbb7611 [2020-07-22T07:06:25.309Z] $ docker rm -f db68ce8c8f2919d31ea702192508bc6351f90fa784e23ff39f734db33cbb7611 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-22T07:06:25.990Z] Stashed 17 file(s) [Pipeline] echo [2020-07-22T07:06:25.992Z] [edgeXSemver] initialized semver on version 1.2.2-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 [2020-07-22T07:06:41.218Z] Still waiting to schedule task [2020-07-22T07:06:41.218Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-558’ [2020-07-22T07:06:41.219Z] Still waiting to schedule task [2020-07-22T07:06:41.219Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-07-22T07:08:11.505Z] Running on prd-centos7-docker-4c-2g-561 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws [2020-07-22T07:08:11.551Z] Running in /w/workspace/device-mqtt-go/13 [Pipeline] { [Pipeline] checkout [2020-07-22T07:08:13.967Z] using credential edgex-jenkins-ssh [2020-07-22T07:08:14.011Z] Cloning the remote Git repository [2020-07-22T07:08:14.011Z] Cloning with configured refspecs honoured and without tags [2020-07-22T07:08:14.680Z] Fetching without tags [2020-07-22T07:08:15.073Z] Checking out Revision e79178b88edbb9292baeff06bb49682f9eadd771 (master) [2020-07-22T07:08:14.033Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-07-22T07:08:14.095Z] > git init /w/workspace/device-mqtt-go/13 # timeout=10 [2020-07-22T07:08:14.141Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-07-22T07:08:14.141Z] > git --version # timeout=10 [2020-07-22T07:08:14.150Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-22T07:08:14.176Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-22T07:08:14.648Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-07-22T07:08:14.659Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-22T07:08:14.670Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-07-22T07:08:14.679Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-07-22T07:08:14.680Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-22T07:08:14.683Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-22T07:08:15.079Z] > git config core.sparsecheckout # timeout=10 [2020-07-22T07:08:15.083Z] > git checkout -f e79178b88edbb9292baeff06bb49682f9eadd771 # timeout=10 [2020-07-22T07:08:18.668Z] Commit message: "Merge pull request #156 from hahattan/issue154/155" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-22T07:08:19.393Z] ========================================================= [2020-07-22T07:08:19.393Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-22T07:08:19.393Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:08:19.974Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-07-22T07:08:20.236Z] Sending build context to Docker daemon 599kB [2020-07-22T07:08:20.236Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-22T07:08:20.236Z] Step 2/8 : FROM ${BASE} [2020-07-22T07:08:20.449Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-560 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws [2020-07-22T07:08:20.503Z] Running in /w/workspace/device-mqtt-go/13 [Pipeline] { [2020-07-22T07:08:20.506Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-22T07:08:20.506Z] df20fa9351a1: Pulling fs layer [2020-07-22T07:08:20.506Z] ed8968b2872e: Pulling fs layer [2020-07-22T07:08:20.506Z] a92cc7c5fd73: Pulling fs layer [2020-07-22T07:08:20.506Z] 2dd03ba5bac4: Pulling fs layer [2020-07-22T07:08:20.506Z] 1e091d79d1de: Pulling fs layer [2020-07-22T07:08:20.506Z] 481702a1767f: Pulling fs layer [2020-07-22T07:08:20.506Z] f64a6f60c768: Pulling fs layer [2020-07-22T07:08:20.506Z] e78d2573fc39: Pulling fs layer [2020-07-22T07:08:20.506Z] e876d2f968b6: Pulling fs layer [2020-07-22T07:08:20.506Z] ce8a83651883: Pulling fs layer [2020-07-22T07:08:20.506Z] 07967f4d0e4b: Pulling fs layer [2020-07-22T07:08:20.506Z] e78d2573fc39: Waiting [2020-07-22T07:08:20.506Z] 2dd03ba5bac4: Waiting [2020-07-22T07:08:20.506Z] e876d2f968b6: Waiting [2020-07-22T07:08:20.506Z] 1e091d79d1de: Waiting [2020-07-22T07:08:20.506Z] ce8a83651883: Waiting [2020-07-22T07:08:20.506Z] 07967f4d0e4b: Waiting [2020-07-22T07:08:20.506Z] 481702a1767f: Waiting [2020-07-22T07:08:20.506Z] f64a6f60c768: Waiting [2020-07-22T07:08:20.506Z] a92cc7c5fd73: Verifying Checksum [2020-07-22T07:08:20.506Z] a92cc7c5fd73: Download complete [2020-07-22T07:08:20.506Z] ed8968b2872e: Download complete [2020-07-22T07:08:20.506Z] 1e091d79d1de: Verifying Checksum [2020-07-22T07:08:20.506Z] 1e091d79d1de: Download complete [2020-07-22T07:08:20.506Z] 481702a1767f: Verifying Checksum [2020-07-22T07:08:20.506Z] 481702a1767f: Download complete [2020-07-22T07:08:20.506Z] df20fa9351a1: Verifying Checksum [2020-07-22T07:08:20.506Z] df20fa9351a1: Download complete [Pipeline] checkout [2020-07-22T07:08:20.780Z] df20fa9351a1: Pull complete [2020-07-22T07:08:21.768Z] f64a6f60c768: Verifying Checksum [2020-07-22T07:08:21.768Z] f64a6f60c768: Download complete [2020-07-22T07:08:21.768Z] e876d2f968b6: Verifying Checksum [2020-07-22T07:08:21.768Z] e876d2f968b6: Download complete [2020-07-22T07:08:22.042Z] 2dd03ba5bac4: Verifying Checksum [2020-07-22T07:08:22.042Z] 2dd03ba5bac4: Download complete [2020-07-22T07:08:22.042Z] 07967f4d0e4b: Verifying Checksum [2020-07-22T07:08:22.042Z] 07967f4d0e4b: Download complete [2020-07-22T07:08:22.306Z] ce8a83651883: Verifying Checksum [2020-07-22T07:08:22.306Z] ce8a83651883: Download complete [2020-07-22T07:08:22.306Z] e78d2573fc39: Verifying Checksum [2020-07-22T07:08:22.306Z] e78d2573fc39: Download complete [2020-07-22T07:08:22.568Z] ed8968b2872e: Pull complete [2020-07-22T07:08:22.833Z] a92cc7c5fd73: Pull complete [2020-07-22T07:08:25.408Z] using credential edgex-jenkins-ssh [2020-07-22T07:08:25.456Z] Cloning the remote Git repository [2020-07-22T07:08:25.456Z] Cloning with configured refspecs honoured and without tags [2020-07-22T07:08:25.527Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-07-22T07:08:26.558Z] Fetching without tags [2020-07-22T07:08:25.654Z] > git init /w/workspace/device-mqtt-go/13 # timeout=10 [2020-07-22T07:08:25.739Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-07-22T07:08:25.740Z] > git --version # timeout=10 [2020-07-22T07:08:25.756Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-22T07:08:25.806Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-22T07:08:26.490Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-07-22T07:08:26.504Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-22T07:08:26.538Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-07-22T07:08:26.567Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-07-22T07:08:26.567Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-22T07:08:26.580Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-22T07:08:27.097Z] Checking out Revision e79178b88edbb9292baeff06bb49682f9eadd771 (master) [2020-07-22T07:08:27.116Z] > git config core.sparsecheckout # timeout=10 [2020-07-22T07:08:27.142Z] > git checkout -f e79178b88edbb9292baeff06bb49682f9eadd771 # timeout=10 [2020-07-22T07:08:28.136Z] 2dd03ba5bac4: Pull complete [2020-07-22T07:08:28.136Z] 1e091d79d1de: Pull complete [2020-07-22T07:08:28.136Z] 481702a1767f: Pull complete [2020-07-22T07:08:31.492Z] Commit message: "Merge pull request #156 from hahattan/issue154/155" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-22T07:08:32.340Z] ========================================================= [2020-07-22T07:08:32.340Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-22T07:08:32.340Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:08:33.688Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-07-22T07:08:34.730Z] Sending build context to Docker daemon 599kB [2020-07-22T07:08:34.730Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-22T07:08:34.730Z] Step 2/8 : FROM ${BASE} [2020-07-22T07:08:35.006Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-22T07:08:35.006Z] b538f80385f9: Pulling fs layer [2020-07-22T07:08:35.006Z] 74f711af9a0d: Pulling fs layer [2020-07-22T07:08:35.006Z] 99f96fe45779: Pulling fs layer [2020-07-22T07:08:35.006Z] fd7a069fd194: Pulling fs layer [2020-07-22T07:08:35.006Z] 66aa3694b03b: Pulling fs layer [2020-07-22T07:08:35.006Z] 170f70906a0f: Pulling fs layer [2020-07-22T07:08:35.006Z] ad7c5574e4b9: Pulling fs layer [2020-07-22T07:08:35.006Z] e772456be8f7: Pulling fs layer [2020-07-22T07:08:35.006Z] c890913d741a: Pulling fs layer [2020-07-22T07:08:35.006Z] 2480fcc9aa5a: Pulling fs layer [2020-07-22T07:08:35.006Z] 09adf4765672: Pulling fs layer [2020-07-22T07:08:35.006Z] fd7a069fd194: Waiting [2020-07-22T07:08:35.006Z] 66aa3694b03b: Waiting [2020-07-22T07:08:35.006Z] 170f70906a0f: Waiting [2020-07-22T07:08:35.006Z] ad7c5574e4b9: Waiting [2020-07-22T07:08:35.006Z] e772456be8f7: Waiting [2020-07-22T07:08:35.006Z] c890913d741a: Waiting [2020-07-22T07:08:35.006Z] 2480fcc9aa5a: Waiting [2020-07-22T07:08:35.006Z] 09adf4765672: Waiting [2020-07-22T07:08:35.006Z] 99f96fe45779: Verifying Checksum [2020-07-22T07:08:35.006Z] 99f96fe45779: Download complete [2020-07-22T07:08:35.006Z] 74f711af9a0d: Verifying Checksum [2020-07-22T07:08:35.006Z] 74f711af9a0d: Download complete [2020-07-22T07:08:35.006Z] 66aa3694b03b: Verifying Checksum [2020-07-22T07:08:35.006Z] 66aa3694b03b: Download complete [2020-07-22T07:08:35.006Z] 170f70906a0f: Verifying Checksum [2020-07-22T07:08:35.006Z] 170f70906a0f: Download complete [2020-07-22T07:08:35.285Z] b538f80385f9: Verifying Checksum [2020-07-22T07:08:35.285Z] b538f80385f9: Download complete [2020-07-22T07:08:36.268Z] b538f80385f9: Pull complete [2020-07-22T07:08:36.280Z] f64a6f60c768: Pull complete [2020-07-22T07:08:36.544Z] 74f711af9a0d: Pull complete [2020-07-22T07:08:37.147Z] 99f96fe45779: Pull complete [2020-07-22T07:08:38.128Z] ad7c5574e4b9: Verifying Checksum [2020-07-22T07:08:38.128Z] ad7c5574e4b9: Download complete [2020-07-22T07:08:38.128Z] c890913d741a: Verifying Checksum [2020-07-22T07:08:39.591Z] e78d2573fc39: Pull complete [2020-07-22T07:08:39.591Z] e876d2f968b6: Pull complete [2020-07-22T07:08:40.124Z] 2480fcc9aa5a: Verifying Checksum [2020-07-22T07:08:40.124Z] 2480fcc9aa5a: Download complete [2020-07-22T07:08:40.124Z] 09adf4765672: Verifying Checksum [2020-07-22T07:08:40.124Z] 09adf4765672: Download complete [2020-07-22T07:08:40.168Z] ce8a83651883: Pull complete [2020-07-22T07:08:40.398Z] e772456be8f7: Verifying Checksum [2020-07-22T07:08:40.398Z] e772456be8f7: Download complete [2020-07-22T07:08:40.428Z] 07967f4d0e4b: Pull complete [2020-07-22T07:08:40.428Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-22T07:08:40.428Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-22T07:08:40.428Z] ---> 5d7c900382c6 [2020-07-22T07:08:40.428Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-07-22T07:08:40.676Z] fd7a069fd194: Verifying Checksum [2020-07-22T07:08:40.676Z] fd7a069fd194: Download complete [2020-07-22T07:08:41.372Z] ---> Running in 14a1694b9727 [2020-07-22T07:08:41.372Z] Removing intermediate container 14a1694b9727 [2020-07-22T07:08:41.372Z] ---> d63c1cc9c5ef [2020-07-22T07:08:41.372Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T07:08:41.373Z] ---> Running in f12bbff940ee [2020-07-22T07:08:42.757Z] Removing intermediate container f12bbff940ee [2020-07-22T07:08:42.757Z] ---> d65303a1eff2 [2020-07-22T07:08:42.757Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-07-22T07:08:43.018Z] ---> Running in 2a640d03ef55 [2020-07-22T07:08:43.589Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-22T07:08:44.160Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-22T07:08:44.731Z] (1/14) Installing libmagic (5.38-r0) [2020-07-22T07:08:44.992Z] (2/14) Installing file (5.38-r0) [2020-07-22T07:08:44.992Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-07-22T07:08:45.252Z] (4/14) Installing g++ (9.3.0-r2) [2020-07-22T07:08:48.551Z] (5/14) Installing fortify-headers (1.1-r0) [2020-07-22T07:08:48.551Z] (6/14) Installing patch (2.7.6-r6) [2020-07-22T07:08:48.551Z] (7/14) Installing build-base (0.5-r2) [2020-07-22T07:08:48.551Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-07-22T07:08:48.551Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-07-22T07:08:48.811Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-07-22T07:08:49.071Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-07-22T07:08:49.071Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-07-22T07:08:49.071Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-07-22T07:08:49.332Z] (14/14) Installing openssh (8.3_p1-r0) [2020-07-22T07:08:49.332Z] Executing busybox-1.31.1-r16.trigger [2020-07-22T07:08:49.332Z] OK: 237 MiB in 53 packages [2020-07-22T07:08:53.100Z] fd7a069fd194: Pull complete [2020-07-22T07:08:53.100Z] 66aa3694b03b: Pull complete [2020-07-22T07:08:53.100Z] 170f70906a0f: Pull complete [2020-07-22T07:08:53.557Z] Removing intermediate container 2a640d03ef55 [2020-07-22T07:08:53.557Z] ---> 2e30545e2ce4 [2020-07-22T07:08:53.557Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-07-22T07:08:53.557Z] ---> Running in 4739ac1f8082 [2020-07-22T07:08:53.557Z] Removing intermediate container 4739ac1f8082 [2020-07-22T07:08:53.557Z] ---> 7db48369fedc [2020-07-22T07:08:53.557Z] Step 7/8 : COPY . . [2020-07-22T07:08:53.820Z] ---> 2e19f289404c [2020-07-22T07:08:53.820Z] Step 8/8 : RUN go mod download [2020-07-22T07:08:53.820Z] ---> Running in 525b91968678 [2020-07-22T07:08:55.724Z] ad7c5574e4b9: Pull complete [2020-07-22T07:08:55.740Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-22T07:08:55.740Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-07-22T07:08:56.001Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-22T07:08:56.001Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-22T07:08:56.001Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-22T07:08:56.001Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-22T07:08:56.001Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-22T07:08:56.001Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-22T07:08:56.001Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-07-22T07:08:56.001Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-07-22T07:08:56.001Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-22T07:08:56.001Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-22T07:08:56.001Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-22T07:08:56.001Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-22T07:08:56.262Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-22T07:08:56.262Z] go: finding github.com/fatih/color v1.7.0 [2020-07-22T07:08:56.262Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-22T07:08:56.262Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-22T07:08:56.262Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-22T07:08:56.262Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-22T07:08:56.262Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-22T07:08:56.262Z] go: finding github.com/google/uuid v1.1.1 [2020-07-22T07:08:56.262Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-22T07:08:56.262Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-22T07:08:56.262Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-22T07:08:56.523Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-22T07:08:56.523Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-22T07:08:56.523Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-22T07:08:56.523Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-22T07:08:56.523Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-22T07:08:56.523Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-22T07:08:56.523Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-22T07:08:56.523Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-22T07:08:56.523Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-22T07:08:56.523Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-22T07:08:56.523Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-22T07:08:56.787Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-22T07:08:56.787Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-22T07:08:56.787Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-22T07:08:56.787Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-22T07:08:56.787Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-22T07:08:56.787Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-22T07:08:56.787Z] go: finding github.com/kr/pty v1.1.1 [2020-07-22T07:08:56.787Z] go: finding github.com/kr/text v0.1.0 [2020-07-22T07:08:56.787Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-22T07:08:56.787Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-22T07:08:56.787Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-22T07:08:56.787Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-22T07:08:56.787Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-22T07:08:57.048Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-22T07:08:57.048Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-22T07:08:57.048Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-22T07:08:57.048Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-22T07:08:57.048Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-22T07:08:57.048Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-22T07:08:57.048Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-22T07:08:57.048Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-22T07:08:57.048Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-22T07:08:57.048Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-22T07:08:57.048Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-22T07:08:57.309Z] go: finding github.com/posener/complete v1.1.1 [2020-07-22T07:08:57.309Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-22T07:08:57.309Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-22T07:08:57.309Z] go: finding github.com/spf13/cast v1.3.0 [2020-07-22T07:08:57.309Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-22T07:08:57.309Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-22T07:08:57.309Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-22T07:08:57.309Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-22T07:08:57.309Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-07-22T07:08:57.309Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-07-22T07:08:57.573Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-22T07:08:57.573Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-07-22T07:08:57.573Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-07-22T07:08:57.573Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-07-22T07:08:57.573Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-22T07:09:01.136Z] e772456be8f7: Pull complete [2020-07-22T07:09:01.136Z] c890913d741a: Pull complete [2020-07-22T07:09:03.116Z] 2480fcc9aa5a: Pull complete [2020-07-22T07:09:03.392Z] 09adf4765672: Pull complete [2020-07-22T07:09:03.392Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-22T07:09:03.392Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-22T07:09:03.392Z] ---> 2248a725d1cf [2020-07-22T07:09:03.392Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-07-22T07:09:07.588Z] Removing intermediate container 525b91968678 [2020-07-22T07:09:07.588Z] ---> d5dc477d8f4f [2020-07-22T07:09:07.588Z] Successfully built d5dc477d8f4f [2020-07-22T07:09:07.588Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:09:08.350Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-22T07:09:08.351Z] . [Pipeline] withDockerContainer [2020-07-22T07:09:08.499Z] prd-centos7-docker-4c-2g-561 does not seem to be running inside a container [2020-07-22T07:09:08.541Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/13 -v /w/workspace/device-mqtt-go/13:/w/workspace/device-mqtt-go/13:rw,z -v /w/workspace/device-mqtt-go/13@tmp:/w/workspace/device-mqtt-go/13@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 ******** -e ******** ci-base-image-x86_64 cat [2020-07-22T07:09:08.820Z] ---> Running in 98170dc02059 [2020-07-22T07:09:08.820Z] Removing intermediate container 98170dc02059 [2020-07-22T07:09:08.820Z] ---> 985dc3b9839d [2020-07-22T07:09:08.820Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T07:09:08.820Z] ---> Running in 075e0061ecf1 [2020-07-22T07:09:09.809Z] $ docker top 8362500ab9b0a550569299c559500ad2dfd656460f03c99d78f18976ee701306 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-22T07:09:10.315Z] + go version [2020-07-22T07:09:10.315Z] go version go1.13.13 linux/amd64 [Pipeline] sh [2020-07-22T07:09:10.620Z] + make test [2020-07-22T07:09:10.620Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-07-22T07:09:11.467Z] Removing intermediate container 075e0061ecf1 [2020-07-22T07:09:11.467Z] ---> 2e49e7177257 [2020-07-22T07:09:11.467Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-07-22T07:09:11.467Z] ---> Running in f56e8bda3865 [2020-07-22T07:09:11.644Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-07-22T07:09:12.902Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-22T07:09:13.493Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-22T07:09:13.766Z] (1/14) Installing libmagic (5.38-r0) [2020-07-22T07:09:14.036Z] (2/14) Installing file (5.38-r0) [2020-07-22T07:09:14.306Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-07-22T07:09:14.306Z] (4/14) Installing g++ (9.3.0-r2) [2020-07-22T07:09:18.592Z] (5/14) Installing fortify-headers (1.1-r0) [2020-07-22T07:09:18.592Z] (6/14) Installing patch (2.7.6-r6) [2020-07-22T07:09:18.592Z] (7/14) Installing build-base (0.5-r2) [2020-07-22T07:09:18.592Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-07-22T07:09:18.592Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-07-22T07:09:18.592Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-07-22T07:09:18.592Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-07-22T07:09:18.592Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-07-22T07:09:18.861Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-07-22T07:09:18.862Z] (14/14) Installing openssh (8.3_p1-r0) [2020-07-22T07:09:19.132Z] Executing busybox-1.31.1-r16.trigger [2020-07-22T07:09:19.132Z] OK: 221 MiB in 53 packages [2020-07-22T07:09:21.828Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-07-22T07:09:21.828Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.007s coverage: 28.3% of statements [2020-07-22T07:09:21.828Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-07-22T07:09:22.090Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-07-22T07:09:23.425Z] Removing intermediate container f56e8bda3865 [2020-07-22T07:09:23.425Z] ---> 1fb806b6e9b0 [2020-07-22T07:09:23.425Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-07-22T07:09:23.425Z] ---> Running in 12be19dbcd35 [2020-07-22T07:09:23.696Z] Removing intermediate container 12be19dbcd35 [2020-07-22T07:09:23.697Z] ---> cc61e34b980f [2020-07-22T07:09:23.697Z] Step 7/8 : COPY . . [2020-07-22T07:09:24.032Z] gofmt -l . [2020-07-22T07:09:24.032Z] ["`gofmt -l .`" = ""] [2020-07-22T07:09:24.032Z] ./bin/test-attribution-txt.sh [2020-07-22T07:09:24.603Z] ./bin/test-go-mod-tidy.sh [2020-07-22T07:09:24.676Z] ---> baca1ec14b63 [2020-07-22T07:09:24.676Z] Step 8/8 : RUN go mod download [2020-07-22T07:09:24.676Z] ---> Running in 25a1420e6de5 [Pipeline] stash [2020-07-22T07:09:25.168Z] Stashed 1 file(s) [Pipeline] } [2020-07-22T07:09:25.169Z] $ docker stop --time=1 8362500ab9b0a550569299c559500ad2dfd656460f03c99d78f18976ee701306 [2020-07-22T07:09:27.284Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-22T07:09:27.284Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-07-22T07:09:27.284Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-22T07:09:27.284Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-22T07:09:27.554Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-22T07:09:27.554Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-22T07:09:27.554Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-22T07:09:27.554Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-22T07:09:27.554Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-07-22T07:09:27.554Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-07-22T07:09:27.554Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-22T07:09:27.554Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-22T07:09:27.554Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-22T07:09:27.554Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-22T07:09:27.554Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-22T07:09:27.601Z] $ docker rm -f 8362500ab9b0a550569299c559500ad2dfd656460f03c99d78f18976ee701306 [2020-07-22T07:09:27.824Z] go: finding github.com/fatih/color v1.7.0 [2020-07-22T07:09:27.824Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-22T07:09:27.824Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-22T07:09:27.824Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-22T07:09:27.824Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-22T07:09:27.824Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-22T07:09:27.824Z] go: finding github.com/google/uuid v1.1.1 [2020-07-22T07:09:27.824Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-22T07:09:27.824Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-22T07:09:27.824Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-22T07:09:27.824Z] go: finding github.com/hashicorp/errwrap v1.0.0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2020-07-22T07:09:28.094Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-22T07:09:28.094Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-22T07:09:28.094Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-22T07:09:28.094Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-22T07:09:28.094Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-22T07:09:28.094Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-22T07:09:28.094Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-22T07:09:28.094Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-22T07:09:28.094Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-22T07:09:28.094Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-22T07:09:28.365Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-22T07:09:28.365Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-22T07:09:28.365Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-22T07:09:28.365Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-22T07:09:28.365Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-22T07:09:28.365Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-22T07:09:28.365Z] go: finding github.com/kr/pty v1.1.1 [2020-07-22T07:09:28.365Z] go: finding github.com/kr/text v0.1.0 [2020-07-22T07:09:28.365Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-22T07:09:28.365Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-22T07:09:28.365Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-22T07:09:28.636Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-22T07:09:28.636Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-22T07:09:28.637Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-22T07:09:28.637Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-22T07:09:28.637Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-22T07:09:28.637Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-22T07:09:28.637Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-22T07:09:28.637Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-22T07:09:28.637Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-22T07:09:28.907Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-22T07:09:28.907Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-22T07:09:28.907Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-22T07:09:28.907Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-22T07:09:28.907Z] go: finding github.com/posener/complete v1.1.1 [2020-07-22T07:09:28.907Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-22T07:09:28.907Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-22T07:09:28.907Z] go: finding github.com/spf13/cast v1.3.0 [2020-07-22T07:09:28.907Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-22T07:09:28.907Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-22T07:09:28.907Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-22T07:09:28.907Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-22T07:09:29.178Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-07-22T07:09:29.178Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-07-22T07:09:29.178Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-22T07:09:29.178Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-07-22T07:09:29.178Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-07-22T07:09:29.179Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-07-22T07:09:29.179Z] go: finding gopkg.in/yaml.v2 v2.2.8 [Pipeline] sh [2020-07-22T07:09:30.257Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-07-22T07:09:30.550Z] + ls -al . [2020-07-22T07:09:30.550Z] total 100 [2020-07-22T07:09:30.550Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jul 22 07:09 . [2020-07-22T07:09:30.550Z] drwxrwxr-x. 4 jenkins jenkins 30 Jul 22 07:08 .. [2020-07-22T07:09:30.550Z] -rw-rw-r--. 1 jenkins jenkins 4678 Jul 22 07:08 Attribution.txt [2020-07-22T07:09:30.550Z] drwxrwxr-x. 2 jenkins jenkins 87 Jul 22 07:08 bin [2020-07-22T07:09:30.550Z] drwxrwxr-x. 3 jenkins jenkins 32 Jul 22 07:08 cmd [2020-07-22T07:09:30.550Z] -rw-r--r--. 1 jenkins jenkins 18939 Jul 22 07:09 coverage.out [2020-07-22T07:09:30.550Z] -rw-rw-r--. 1 jenkins jenkins 1776 Jul 22 07:08 Dockerfile [2020-07-22T07:09:30.550Z] -rw-rw-r--. 1 jenkins jenkins 953 Jul 22 07:08 Dockerfile.build [2020-07-22T07:09:30.550Z] -rw-rw-r--. 1 jenkins jenkins 140 Jul 22 07:08 .dockerignore [2020-07-22T07:09:30.550Z] drwxrwxr-x. 8 jenkins jenkins 162 Jul 22 07:08 .git [2020-07-22T07:09:30.550Z] drwxrwxr-x. 2 jenkins jenkins 38 Jul 22 07:08 .github [2020-07-22T07:09:30.550Z] -rw-rw-r--. 1 jenkins jenkins 328 Jul 22 07:08 .gitignore [2020-07-22T07:09:30.550Z] -rw-r--r--. 1 jenkins jenkins 510 Jul 22 07:09 go.mod [2020-07-22T07:09:30.550Z] -rw-r--r--. 1 jenkins jenkins 13621 Jul 22 07:09 go.sum [2020-07-22T07:09:30.550Z] drwxrwxr-x. 3 jenkins jenkins 20 Jul 22 07:08 internal [2020-07-22T07:09:30.550Z] -rw-rw-r--. 1 jenkins jenkins 700 Jul 22 07:08 Jenkinsfile [2020-07-22T07:09:30.550Z] -rw-rw-r--. 1 jenkins jenkins 11340 Jul 22 07:08 LICENSE [2020-07-22T07:09:30.550Z] -rw-rw-r--. 1 jenkins jenkins 902 Jul 22 07:08 Makefile [2020-07-22T07:09:30.550Z] drwxrwxr-x. 2 jenkins jenkins 23 Jul 22 07:08 mock [2020-07-22T07:09:30.550Z] -rw-rw-r--. 1 jenkins jenkins 444 Jul 22 07:08 README.md [2020-07-22T07:09:30.550Z] drwxrwxr-x. 3 jenkins jenkins 44 Jul 22 07:08 .semver [2020-07-22T07:09:30.550Z] drwxrwxr-x. 4 jenkins jenkins 54 Jul 22 07:08 snap [2020-07-22T07:09:30.550Z] -rw-rw-r--. 1 jenkins jenkins 11 Jul 22 07:06 VERSION [2020-07-22T07:09:30.550Z] -rw-rw-r--. 1 jenkins jenkins 227 Jul 22 07:08 version.go [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:09:30.853Z] + 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=e79178b88edbb9292baeff06bb49682f9eadd771 --label arch=amd64 --label version=1.2.2-dev.2 . [2020-07-22T07:09:30.854Z] Sending build context to Docker daemon 618.5kB [2020-07-22T07:09:30.854Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-07-22T07:09:30.854Z] Step 2/21 : FROM ${BASE} AS builder [2020-07-22T07:09:30.854Z] ---> d5dc477d8f4f [2020-07-22T07:09:30.854Z] Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-07-22T07:09:31.115Z] ---> Running in 8cdf33e3acbb [2020-07-22T07:09:31.115Z] Removing intermediate container 8cdf33e3acbb [2020-07-22T07:09:31.115Z] ---> 0fb3e6213e80 [2020-07-22T07:09:31.115Z] Step 4/21 : ARG ALPINE_PKG_EXTRA="" [2020-07-22T07:09:31.378Z] ---> Running in 721adf23fed7 [2020-07-22T07:09:31.378Z] Removing intermediate container 721adf23fed7 [2020-07-22T07:09:31.378Z] ---> f54009497a8b [2020-07-22T07:09:31.378Z] Step 5/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T07:09:31.378Z] ---> Running in b5eb8d738ba8 [2020-07-22T07:09:32.776Z] Removing intermediate container b5eb8d738ba8 [2020-07-22T07:09:32.776Z] ---> c51ab9e01b86 [2020-07-22T07:09:32.776Z] Step 6/21 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-07-22T07:09:32.776Z] ---> Running in e5fa6e13056d [2020-07-22T07:09:33.351Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-22T07:09:33.929Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-22T07:09:34.190Z] OK: 237 MiB in 53 packages [2020-07-22T07:09:34.777Z] Removing intermediate container e5fa6e13056d [2020-07-22T07:09:34.777Z] ---> 01ffb1c053d9 [2020-07-22T07:09:34.777Z] Step 7/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-07-22T07:09:34.777Z] ---> Running in 9caff1814740 [2020-07-22T07:09:35.038Z] Removing intermediate container 9caff1814740 [2020-07-22T07:09:35.038Z] ---> 98972a2fcfb1 [2020-07-22T07:09:35.038Z] Step 8/21 : COPY . . [2020-07-22T07:09:35.611Z] ---> d891d678c4bb [2020-07-22T07:09:35.611Z] Step 9/21 : ARG MAKE='make build' [2020-07-22T07:09:35.611Z] ---> Running in 4c3011f20315 [2020-07-22T07:09:36.553Z] Removing intermediate container 4c3011f20315 [2020-07-22T07:09:36.554Z] ---> a21d30e6e2ae [2020-07-22T07:09:36.554Z] Step 10/21 : RUN $MAKE [2020-07-22T07:09:36.554Z] ---> Running in 14ba18fc222a [2020-07-22T07:09:37.144Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.2-dev.2" -o cmd/device-mqtt ./cmd [2020-07-22T07:09:39.322Z] Removing intermediate container 25a1420e6de5 [2020-07-22T07:09:39.322Z] ---> 97ff9d2f2be3 [2020-07-22T07:09:39.322Z] Successfully built 97ff9d2f2be3 [2020-07-22T07:09:39.322Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:09:39.947Z] + docker inspect -f . ci-base-image-arm64 [2020-07-22T07:09:39.947Z] . [Pipeline] withDockerContainer [2020-07-22T07:09:40.200Z] prd-ubuntu18.04-docker-arm64-4c-16g-560 does not seem to be running inside a container [2020-07-22T07:09:40.279Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/13 -v /w/workspace/device-mqtt-go/13:/w/workspace/device-mqtt-go/13:rw,z -v /w/workspace/device-mqtt-go/13@tmp:/w/workspace/device-mqtt-go/13@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 ******** -e ******** ci-base-image-arm64 cat [2020-07-22T07:09:42.134Z] $ docker top 54f1c298175c8ec4aa44e8821c2d888bdb7cf497ffee964c78845c27a1281c5c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-22T07:09:43.527Z] + go version [2020-07-22T07:09:43.527Z] go version go1.13.13 linux/arm64 [Pipeline] sh [2020-07-22T07:09:44.564Z] + make test [2020-07-22T07:09:44.564Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-07-22T07:09:45.554Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-07-22T07:09:47.244Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-07-22T07:09:50.548Z] Removing intermediate container 14ba18fc222a [2020-07-22T07:09:50.548Z] ---> 4c53fcef9107 [2020-07-22T07:09:50.548Z] Step 11/21 : FROM alpine [2020-07-22T07:09:50.548Z] latest: Pulling from library/alpine [2020-07-22T07:09:50.548Z] df20fa9351a1: Already exists [2020-07-22T07:09:50.809Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-22T07:09:50.809Z] Status: Downloaded newer image for alpine:latest [2020-07-22T07:09:50.809Z] ---> a24bb4013296 [2020-07-22T07:09:50.809Z] Step 12/21 : ENV APP_PORT=49982 [2020-07-22T07:09:50.809Z] ---> Running in a9811e928831 [2020-07-22T07:09:51.070Z] Removing intermediate container a9811e928831 [2020-07-22T07:09:51.070Z] ---> 79a46dc772f3 [2020-07-22T07:09:51.070Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-22T07:09:51.070Z] ---> Running in 7a9dda58345e [2020-07-22T07:09:51.070Z] Removing intermediate container 7a9dda58345e [2020-07-22T07:09:51.070Z] ---> 2abbe971409c [2020-07-22T07:09:51.070Z] Step 14/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-07-22T07:09:51.641Z] ---> 842e806777bb [2020-07-22T07:09:51.641Z] Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-07-22T07:09:51.901Z] ---> d2eb7ce5df43 [2020-07-22T07:09:51.901Z] Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-07-22T07:09:52.164Z] ---> 1004a5dd16cd [2020-07-22T07:09:52.164Z] Step 17/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-07-22T07:09:52.164Z] ---> Running in 5a31d4bc7ea9 [2020-07-22T07:09:52.425Z] Removing intermediate container 5a31d4bc7ea9 [2020-07-22T07:09:52.425Z] ---> 98d6658e954a [2020-07-22T07:09:52.425Z] Step 18/21 : ENTRYPOINT ["/device-mqtt","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-22T07:09:52.425Z] ---> Running in d35da3588bf6 [2020-07-22T07:09:52.687Z] Removing intermediate container d35da3588bf6 [2020-07-22T07:09:52.687Z] ---> 2e68d159e161 [2020-07-22T07:09:52.687Z] Step 19/21 : LABEL arch=amd64 [2020-07-22T07:09:52.687Z] ---> Running in a51c07bdd4c3 [2020-07-22T07:09:52.687Z] Removing intermediate container a51c07bdd4c3 [2020-07-22T07:09:52.687Z] ---> 91572d2b3a4e [2020-07-22T07:09:52.687Z] Step 20/21 : LABEL git_sha=e79178b88edbb9292baeff06bb49682f9eadd771 [2020-07-22T07:09:52.947Z] ---> Running in 0bcdbfa3cf47 [2020-07-22T07:09:52.947Z] Removing intermediate container 0bcdbfa3cf47 [2020-07-22T07:09:52.947Z] ---> 49bb77c59fb6 [2020-07-22T07:09:52.947Z] Step 21/21 : LABEL version=1.2.2-dev.2 [2020-07-22T07:09:52.947Z] ---> Running in 2f1d36fe9688 [2020-07-22T07:09:53.208Z] Removing intermediate container 2f1d36fe9688 [2020-07-22T07:09:53.208Z] ---> a9bcec3aa131 [2020-07-22T07:09:53.208Z] [Warning] One or more build-args [ARCH] were not consumed [2020-07-22T07:09:53.208Z] Successfully built a9bcec3aa131 [2020-07-22T07:09:53.208Z] Successfully tagged docker-device-mqtt-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-07-22T07:09:53.557Z] provisioning config files... [2020-07-22T07:09:53.589Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/13@tmp/config4142001736604389654tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-07-22T07:09:53.943Z] nexus3.edgexfoundry.org:10001 [2020-07-22T07:09:53.943Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-22T07:09:54.205Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-22T07:09:54.205Z] Configure a credential helper to remove this warning. See [2020-07-22T07:09:54.205Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-22T07:09:54.205Z] [2020-07-22T07:09:54.205Z] Login Succeeded [2020-07-22T07:09:54.205Z] nexus3.edgexfoundry.org:10002 [2020-07-22T07:09:54.205Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-22T07:09:54.205Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-22T07:09:54.205Z] Configure a credential helper to remove this warning. See [2020-07-22T07:09:54.205Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-22T07:09:54.205Z] [2020-07-22T07:09:54.205Z] Login Succeeded [2020-07-22T07:09:54.205Z] nexus3.edgexfoundry.org:10003 [2020-07-22T07:09:54.466Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-22T07:09:54.466Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-22T07:09:54.466Z] Configure a credential helper to remove this warning. See [2020-07-22T07:09:54.466Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-22T07:09:54.466Z] [2020-07-22T07:09:54.466Z] Login Succeeded [2020-07-22T07:09:54.466Z] nexus3.edgexfoundry.org:10004 [2020-07-22T07:09:54.466Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-22T07:09:54.728Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-22T07:09:54.728Z] Configure a credential helper to remove this warning. See [2020-07-22T07:09:54.728Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-22T07:09:54.728Z] [2020-07-22T07:09:54.728Z] Login Succeeded [2020-07-22T07:09:54.728Z] docker.io [2020-07-22T07:09:54.728Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-22T07:09:54.989Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-22T07:09:54.989Z] Configure a credential helper to remove this warning. See [2020-07-22T07:09:54.989Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-22T07:09:54.989Z] [2020-07-22T07:09:54.989Z] Login Succeeded [Pipeline] } [2020-07-22T07:09:54.998Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-22T07:09:55.197Z] [edgeXDocker.push] Tagging docker image docker-device-mqtt-go with the following tags: [2020-07-22T07:09:55.197Z] e79178b88edbb9292baeff06bb49682f9eadd771 [2020-07-22T07:09:55.197Z] latest [2020-07-22T07:09:55.197Z] 1.2.2-dev.2 [2020-07-22T07:09:55.197Z] e79178b88edbb9292baeff06bb49682f9eadd771-1.2.2-dev.2 [2020-07-22T07:09:55.197Z] master [2020-07-22T07:09:55.197Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:09:55.641Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:e79178b88edbb9292baeff06bb49682f9eadd771 [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:09:55.933Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:e79178b88edbb9292baeff06bb49682f9eadd771 [2020-07-22T07:09:55.933Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-07-22T07:09:55.933Z] dc3c5d74368d: Preparing [2020-07-22T07:09:55.933Z] 9a1d73cefd47: Preparing [2020-07-22T07:09:55.933Z] f419e1e92a06: Preparing [2020-07-22T07:09:55.933Z] 50644c29ef5a: Preparing [2020-07-22T07:09:55.933Z] 50644c29ef5a: Layer already exists [2020-07-22T07:09:55.933Z] dc3c5d74368d: Pushed [2020-07-22T07:09:55.933Z] 9a1d73cefd47: Pushed [2020-07-22T07:09:57.316Z] f419e1e92a06: Pushed [2020-07-22T07:09:57.577Z] e79178b88edbb9292baeff06bb49682f9eadd771: digest: sha256:731bd353f0b7cff4170f528f0219f52a8e89646aec77c437a5c784615083f409 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:09:57.874Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:09:58.192Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [2020-07-22T07:09:58.192Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-07-22T07:09:58.192Z] dc3c5d74368d: Preparing [2020-07-22T07:09:58.192Z] 9a1d73cefd47: Preparing [2020-07-22T07:09:58.192Z] f419e1e92a06: Preparing [2020-07-22T07:09:58.192Z] 50644c29ef5a: Preparing [2020-07-22T07:09:58.192Z] 50644c29ef5a: Layer already exists [2020-07-22T07:09:58.192Z] dc3c5d74368d: Layer already exists [2020-07-22T07:09:58.192Z] f419e1e92a06: Layer already exists [2020-07-22T07:09:58.192Z] 9a1d73cefd47: Layer already exists [2020-07-22T07:09:58.192Z] latest: digest: sha256:731bd353f0b7cff4170f528f0219f52a8e89646aec77c437a5c784615083f409 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:09:58.493Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.2.2-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:09:58.786Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.2.2-dev.2 [2020-07-22T07:09:58.786Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-07-22T07:09:58.786Z] dc3c5d74368d: Preparing [2020-07-22T07:09:58.786Z] 9a1d73cefd47: Preparing [2020-07-22T07:09:58.786Z] f419e1e92a06: Preparing [2020-07-22T07:09:58.786Z] 50644c29ef5a: Preparing [2020-07-22T07:09:58.786Z] 9a1d73cefd47: Layer already exists [2020-07-22T07:09:58.786Z] dc3c5d74368d: Layer already exists [2020-07-22T07:09:58.786Z] f419e1e92a06: Layer already exists [2020-07-22T07:09:58.786Z] 50644c29ef5a: Layer already exists [2020-07-22T07:09:58.786Z] 1.2.2-dev.2: digest: sha256:731bd353f0b7cff4170f528f0219f52a8e89646aec77c437a5c784615083f409 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:09:59.085Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:e79178b88edbb9292baeff06bb49682f9eadd771-1.2.2-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:09:59.379Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:e79178b88edbb9292baeff06bb49682f9eadd771-1.2.2-dev.2 [2020-07-22T07:09:59.379Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-07-22T07:09:59.379Z] dc3c5d74368d: Preparing [2020-07-22T07:09:59.379Z] 9a1d73cefd47: Preparing [2020-07-22T07:09:59.379Z] f419e1e92a06: Preparing [2020-07-22T07:09:59.379Z] 50644c29ef5a: Preparing [2020-07-22T07:09:59.379Z] f419e1e92a06: Layer already exists [2020-07-22T07:09:59.379Z] 50644c29ef5a: Layer already exists [2020-07-22T07:09:59.379Z] 9a1d73cefd47: Layer already exists [2020-07-22T07:09:59.379Z] dc3c5d74368d: Layer already exists [2020-07-22T07:09:59.379Z] e79178b88edbb9292baeff06bb49682f9eadd771-1.2.2-dev.2: digest: sha256:731bd353f0b7cff4170f528f0219f52a8e89646aec77c437a5c784615083f409 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:09:59.678Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:09:59.975Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [2020-07-22T07:09:59.975Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-07-22T07:09:59.975Z] dc3c5d74368d: Preparing [2020-07-22T07:09:59.975Z] 9a1d73cefd47: Preparing [2020-07-22T07:09:59.975Z] f419e1e92a06: Preparing [2020-07-22T07:09:59.975Z] 50644c29ef5a: Preparing [2020-07-22T07:09:59.975Z] dc3c5d74368d: Layer already exists [2020-07-22T07:09:59.975Z] 50644c29ef5a: Layer already exists [2020-07-22T07:09:59.975Z] f419e1e92a06: Layer already exists [2020-07-22T07:09:59.975Z] 9a1d73cefd47: Layer already exists [2020-07-22T07:09:59.975Z] master: digest: sha256:731bd353f0b7cff4170f528f0219f52a8e89646aec77c437a5c784615083f409 size: 1154 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-22T07:10:00.135Z] ===================================================== [Pipeline] echo [2020-07-22T07:10:00.180Z] taggedImages: [2020-07-22T07:10:00.180Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:e79178b88edbb9292baeff06bb49682f9eadd771 [2020-07-22T07:10:00.180Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [2020-07-22T07:10:00.180Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.2.2-dev.2 [2020-07-22T07:10:00.180Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:e79178b88edbb9292baeff06bb49682f9eadd771-1.2.2-dev.2 [2020-07-22T07:10:00.180Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-22T07:10:01.217Z] ++ find /w/workspace/device-mqtt-go/13 [2020-07-22T07:10:01.217Z] ++ grep snapcraft.yaml [2020-07-22T07:10:01.217Z] + grep -Po '^name: \K(.*)' /w/workspace/device-mqtt-go/13/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-22T07:10:01.320Z] provisioning config files... [2020-07-22T07:10:01.332Z] copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/13@tmp/config2030420771099152460tmp [Pipeline] { [Pipeline] sh [2020-07-22T07:10:01.718Z] + cp /w/workspace/device-mqtt-go/13@tmp/config2030420771099152460tmp /w/workspace/device-mqtt-go/13/edgex-snap-store-login [Pipeline] sh [2020-07-22T07:10:02.016Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/13:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-07-22T07:10:02.016Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-07-22T07:10:02.016Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-07-22T07:10:02.016Z] a1125296b23d: Pulling fs layer [2020-07-22T07:10:02.016Z] 3c742a4a0f38: Pulling fs layer [2020-07-22T07:10:02.016Z] 4c5ea3b32996: Pulling fs layer [2020-07-22T07:10:02.016Z] 1b4be91ead68: Pulling fs layer [2020-07-22T07:10:02.016Z] 9224317f5338: Pulling fs layer [2020-07-22T07:10:02.016Z] a1d4acd2f81e: Pulling fs layer [2020-07-22T07:10:02.016Z] de16526aea4f: Pulling fs layer [2020-07-22T07:10:02.016Z] 98d9a47ff92f: Pulling fs layer [2020-07-22T07:10:02.016Z] f00a2f7e41d2: Pulling fs layer [2020-07-22T07:10:02.016Z] 1b4be91ead68: Waiting [2020-07-22T07:10:02.016Z] 9224317f5338: Waiting [2020-07-22T07:10:02.016Z] a1d4acd2f81e: Waiting [2020-07-22T07:10:02.016Z] de16526aea4f: Waiting [2020-07-22T07:10:02.016Z] f00a2f7e41d2: Waiting [2020-07-22T07:10:02.016Z] 3c742a4a0f38: Download complete [2020-07-22T07:10:02.016Z] 4c5ea3b32996: Verifying Checksum [2020-07-22T07:10:02.016Z] 4c5ea3b32996: Download complete [2020-07-22T07:10:02.016Z] 1b4be91ead68: Download complete [2020-07-22T07:10:02.279Z] a1d4acd2f81e: Verifying Checksum [2020-07-22T07:10:02.279Z] a1d4acd2f81e: Download complete [2020-07-22T07:10:02.279Z] de16526aea4f: Verifying Checksum [2020-07-22T07:10:02.279Z] de16526aea4f: Download complete [2020-07-22T07:10:02.279Z] 98d9a47ff92f: Verifying Checksum [2020-07-22T07:10:02.279Z] 98d9a47ff92f: Download complete [2020-07-22T07:10:02.279Z] f00a2f7e41d2: Verifying Checksum [2020-07-22T07:10:02.279Z] f00a2f7e41d2: Download complete [2020-07-22T07:10:02.541Z] a1125296b23d: Verifying Checksum [2020-07-22T07:10:02.541Z] a1125296b23d: Download complete [2020-07-22T07:10:06.767Z] 9224317f5338: Download complete [2020-07-22T07:10:07.709Z] a1125296b23d: Pull complete [2020-07-22T07:10:07.976Z] 3c742a4a0f38: Pull complete [2020-07-22T07:10:07.976Z] 4c5ea3b32996: Pull complete [2020-07-22T07:10:08.245Z] 1b4be91ead68: Pull complete [2020-07-22T07:10:17.997Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-07-22T07:10:17.997Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.026s coverage: 28.3% of statements [2020-07-22T07:10:17.997Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-07-22T07:10:17.997Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-07-22T07:10:24.742Z] gofmt -l . [2020-07-22T07:10:24.742Z] ["`gofmt -l .`" = ""] [2020-07-22T07:10:24.742Z] ./bin/test-attribution-txt.sh [2020-07-22T07:10:24.742Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-07-22T07:10:25.392Z] Warning: overwriting stash ‘coverage-report’ [2020-07-22T07:10:26.074Z] Stashed 1 file(s) [Pipeline] } [2020-07-22T07:10:26.074Z] $ docker stop --time=1 54f1c298175c8ec4aa44e8821c2d888bdb7cf497ffee964c78845c27a1281c5c [2020-07-22T07:10:28.315Z] $ docker rm -f 54f1c298175c8ec4aa44e8821c2d888bdb7cf497ffee964c78845c27a1281c5c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-22T07:10:29.499Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-07-22T07:10:29.895Z] + ls -al . [2020-07-22T07:10:29.895Z] total 136 [2020-07-22T07:10:29.895Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 22 07:10 . [2020-07-22T07:10:29.895Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 22 07:08 .. [2020-07-22T07:10:29.895Z] -rw-rw-r-- 1 jenkins jenkins 140 Jul 22 07:08 .dockerignore [2020-07-22T07:10:29.895Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 22 07:08 .git [2020-07-22T07:10:29.895Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 22 07:08 .github [2020-07-22T07:10:29.895Z] -rw-rw-r-- 1 jenkins jenkins 328 Jul 22 07:08 .gitignore [2020-07-22T07:10:29.895Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 22 07:08 .semver [2020-07-22T07:10:29.895Z] -rw-rw-r-- 1 jenkins jenkins 4678 Jul 22 07:08 Attribution.txt [2020-07-22T07:10:29.895Z] -rw-rw-r-- 1 jenkins jenkins 1776 Jul 22 07:08 Dockerfile [2020-07-22T07:10:29.895Z] -rw-rw-r-- 1 jenkins jenkins 953 Jul 22 07:08 Dockerfile.build [2020-07-22T07:10:29.895Z] -rw-rw-r-- 1 jenkins jenkins 700 Jul 22 07:08 Jenkinsfile [2020-07-22T07:10:29.895Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jul 22 07:08 LICENSE [2020-07-22T07:10:29.895Z] -rw-rw-r-- 1 jenkins jenkins 902 Jul 22 07:08 Makefile [2020-07-22T07:10:29.895Z] -rw-rw-r-- 1 jenkins jenkins 444 Jul 22 07:08 README.md [2020-07-22T07:10:29.895Z] -rw-rw-r-- 1 jenkins jenkins 11 Jul 22 07:06 VERSION [2020-07-22T07:10:29.895Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 22 07:08 bin [2020-07-22T07:10:29.895Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 22 07:08 cmd [2020-07-22T07:10:29.895Z] -rw-r--r-- 1 jenkins jenkins 18939 Jul 22 07:10 coverage.out [2020-07-22T07:10:29.895Z] -rw-r--r-- 1 jenkins jenkins 510 Jul 22 07:10 go.mod [2020-07-22T07:10:29.895Z] -rw-r--r-- 1 jenkins jenkins 13621 Jul 22 07:10 go.sum [2020-07-22T07:10:29.895Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 22 07:08 internal [2020-07-22T07:10:29.895Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 22 07:08 mock [2020-07-22T07:10:29.895Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 22 07:08 snap [2020-07-22T07:10:29.895Z] -rw-rw-r-- 1 jenkins jenkins 227 Jul 22 07:08 version.go [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:10:30.244Z] + 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=e79178b88edbb9292baeff06bb49682f9eadd771 --label arch=arm64 --label version=1.2.2-dev.2 . [2020-07-22T07:10:30.519Z] Sending build context to Docker daemon 618.5kB [2020-07-22T07:10:30.519Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-07-22T07:10:30.519Z] Step 2/21 : FROM ${BASE} AS builder [2020-07-22T07:10:30.519Z] ---> 97ff9d2f2be3 [2020-07-22T07:10:30.519Z] Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-07-22T07:10:30.795Z] ---> Running in 3c26ad538453 [2020-07-22T07:10:31.067Z] Removing intermediate container 3c26ad538453 [2020-07-22T07:10:31.067Z] ---> e36abf126bab [2020-07-22T07:10:31.067Z] Step 4/21 : ARG ALPINE_PKG_EXTRA="" [2020-07-22T07:10:31.352Z] ---> Running in b9eec974ab8b [2020-07-22T07:10:31.945Z] Removing intermediate container b9eec974ab8b [2020-07-22T07:10:31.945Z] ---> 1bd63b81b637 [2020-07-22T07:10:31.945Z] Step 5/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T07:10:31.945Z] ---> Running in 48350db45cc5 [2020-07-22T07:10:34.571Z] Removing intermediate container 48350db45cc5 [2020-07-22T07:10:34.571Z] ---> 774af89b802e [2020-07-22T07:10:34.571Z] Step 6/21 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-07-22T07:10:34.571Z] ---> Running in c63be94cd39d [2020-07-22T07:10:35.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-22T07:10:37.954Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-22T07:10:40.390Z] 9224317f5338: Pull complete [2020-07-22T07:10:40.390Z] a1d4acd2f81e: Pull complete [2020-07-22T07:10:40.390Z] de16526aea4f: Pull complete [2020-07-22T07:10:40.391Z] 98d9a47ff92f: Pull complete [2020-07-22T07:10:40.391Z] f00a2f7e41d2: Pull complete [2020-07-22T07:10:40.391Z] Digest: sha256:39fc549714d04fcee7efecd05a41bc4dfa0e7f4fb03cb3990b8a1054409554c4 [2020-07-22T07:10:40.391Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-07-22T07:10:40.552Z] OK: 221 MiB in 53 packages [2020-07-22T07:10:41.531Z] Removing intermediate container c63be94cd39d [2020-07-22T07:10:41.531Z] ---> cb1ead99a466 [2020-07-22T07:10:41.531Z] Step 7/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-07-22T07:10:41.531Z] ---> Running in fb1d89fd42f9 [2020-07-22T07:10:42.122Z] Removing intermediate container fb1d89fd42f9 [2020-07-22T07:10:42.122Z] ---> 405541ff99c9 [2020-07-22T07:10:42.122Z] Step 8/21 : COPY . . [2020-07-22T07:10:42.323Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-07-22T07:10:42.323Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-07-22T07:10:42.323Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-07-22T07:10:42.583Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-07-22T07:10:42.583Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [870 kB] [2020-07-22T07:10:42.583Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1409 kB] [2020-07-22T07:10:42.719Z] ---> 8cc0e0a7aede [2020-07-22T07:10:42.719Z] Step 9/21 : ARG MAKE='make build' [2020-07-22T07:10:42.843Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9279 B] [2020-07-22T07:10:42.843Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1018 kB] [2020-07-22T07:10:42.991Z] ---> Running in 63aa070b289c [2020-07-22T07:10:43.106Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [94.6 kB] [2020-07-22T07:10:43.106Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1321 kB] [2020-07-22T07:10:43.106Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [13.6 kB] [2020-07-22T07:10:43.106Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [111 kB] [2020-07-22T07:10:43.262Z] Removing intermediate container 63aa070b289c [2020-07-22T07:10:43.262Z] ---> 0973e138f1fe [2020-07-22T07:10:43.262Z] Step 10/21 : RUN $MAKE [2020-07-22T07:10:43.366Z] Fetched 5098 kB in 2s (3284 kB/s) [2020-07-22T07:10:43.533Z] ---> Running in edd2a7624e39 [2020-07-22T07:10:44.976Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.2-dev.2" -o cmd/device-mqtt ./cmd [2020-07-22T07:10:45.290Z] Reading package lists... [2020-07-22T07:10:49.507Z] 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-07-22T07:10:49.507Z] 0% [Connecting to archive.ubuntu.com (91.189.88.142)] 0% [1 InRelease gpgv 88.7 kB] [Connecting to archive.ubuntu.com (91.189.88.142) 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-07-22T07:10:49.507Z] 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-07-22T07:10:49.773Z] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] 0% [Waiting for headers] 0% [3 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-07-22T07:10:51.393Z] 0% [3 InRelease gpgv 88.7 kB] 0% [Working] 0% [4 InRelease gpgv 74.6 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 48% Reading package lists... 66% Reading package lists... 66% Reading package lists... 66% Reading package lists... 66% Reading package lists... 75% Reading package lists... 75% Reading package lists... 76% Reading package lists... 76% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-07-22T07:10:53.303Z] Installing build dependencies: curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 libperl5.26 make netbase patch perl perl-modules-5.26 [2020-07-22T07:10:54.655Z] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 53% Reading package lists... 66% Reading package lists... 66% Reading package lists... 66% Reading package lists... 66% Reading package lists... 75% Reading package lists... 75% Reading package lists... 76% Reading package lists... 76% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-07-22T07:10:54.916Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 69% Building dependency tree [2020-07-22T07:10:54.916Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-07-22T07:10:55.177Z] The following packages were automatically installed and are no longer required: [2020-07-22T07:10:55.177Z] libjq1 libonig4 [2020-07-22T07:10:55.177Z] Use 'sudo apt autoremove' to remove them. [2020-07-22T07:10:55.177Z] Suggested packages: [2020-07-22T07:10:55.177Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-07-22T07:10:55.177Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed [2020-07-22T07:10:55.177Z] diffutils-doc perl-doc libterm-readline-gnu-perl [2020-07-22T07:10:55.177Z] | libterm-readline-perl-perl [2020-07-22T07:10:55.437Z] The following NEW packages will be installed: [2020-07-22T07:10:55.437Z] curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 [2020-07-22T07:10:55.437Z] libperl5.26 make netbase patch perl perl-modules-5.26 [2020-07-22T07:10:55.437Z] 0 upgraded, 14 newly installed, 0 to remove and 3 not upgraded. [2020-07-22T07:10:55.437Z] Need to get 12.0 MB of archives. [2020-07-22T07:10:55.437Z] After this operation, 77.5 MB of additional disk space will be used. [2020-07-22T07:10:55.700Z] 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-07-22T07:10:56.483Z] 0% [1 perl-modules-5.26 12.6 kB/2763 kB 0%] 4% [1 perl-modules-5.26 659 kB/2763 kB 24%] 20% [Working] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-07-22T07:10:56.483Z] 20% [2 libgdbm5 26.0 kB/26.0 kB 100%] 21% [Waiting for headers] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-07-22T07:10:56.483Z] 21% [3 libgdbm-compat4 6084 B/6084 B 100%] 23% [Working] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] [2020-07-22T07:10:56.483Z] 23% [4 libperl5.26 0 B/3527 kB 0%] 48% [Waiting for headers] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] [2020-07-22T07:10:56.483Z] 48% [5 perl 6692 B/201 kB 3%] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-07-22T07:10:56.483Z] 51% [6 less 93.9 kB/112 kB 84%] 53% [Waiting for headers] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-07-22T07:10:56.483Z] 53% [7 netbase 12.7 kB/12.7 kB 100%] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.9 [159 kB] [2020-07-22T07:10:56.483Z] 54% [8 curl 34.7 kB/159 kB 22%] 57% [Waiting for headers] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.9 [212 kB] [2020-07-22T07:10:56.483Z] 57% [9 libcurl3-gnutls 6774 B/212 kB 3%] 60% [Waiting for headers] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-07-22T07:10:56.483Z] 60% [10 liberror-perl 22.8 kB/22.8 kB 100%] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-07-22T07:10:56.483Z] 61% [11 git-man 33.1 kB/804 kB 4%] 68% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-07-22T07:10:56.745Z] 68% [12 git 15.7 kB/3915 kB 0%] 95% [Waiting for headers] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-07-22T07:10:56.745Z] 96% [13 make 32.7 kB/154 kB 21%] 98% [Waiting for headers] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-07-22T07:10:56.745Z] 98% [14 patch 9563 B/102 kB 9%] 100% [Working] Fetched 12.0 MB in 1s (9052 kB/s) [2020-07-22T07:10:57.006Z] debconf: delaying package configuration, since apt-utils is not installed [2020-07-22T07:10:57.266Z] Selecting previously unselected package perl-modules-5.26. [2020-07-22T07:10:57.266Z] (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 ... 9889 files and directories currently installed.) [2020-07-22T07:10:57.266Z] Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-07-22T07:10:57.266Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-07-22T07:11:00.605Z] Selecting previously unselected package libgdbm5:amd64. [2020-07-22T07:11:00.605Z] Preparing to unpack .../01-libgdbm5_1.14.1-6_amd64.deb ... [2020-07-22T07:11:00.605Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-07-22T07:11:00.605Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-07-22T07:11:00.605Z] Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-07-22T07:11:00.605Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-07-22T07:11:00.605Z] Selecting previously unselected package libperl5.26:amd64. [2020-07-22T07:11:00.605Z] Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-07-22T07:11:00.605Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-07-22T07:11:01.549Z] Selecting previously unselected package perl. [2020-07-22T07:11:01.549Z] Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-07-22T07:11:01.549Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-07-22T07:11:01.810Z] Selecting previously unselected package less. [2020-07-22T07:11:01.810Z] Preparing to unpack .../05-less_487-0.1_amd64.deb ... [2020-07-22T07:11:01.810Z] Unpacking less (487-0.1) ... [2020-07-22T07:11:01.810Z] Selecting previously unselected package netbase. [2020-07-22T07:11:01.810Z] Preparing to unpack .../06-netbase_5.4_all.deb ... [2020-07-22T07:11:01.810Z] Unpacking netbase (5.4) ... [2020-07-22T07:11:02.073Z] Selecting previously unselected package curl. [2020-07-22T07:11:02.073Z] Preparing to unpack .../07-curl_7.58.0-2ubuntu3.9_amd64.deb ... [2020-07-22T07:11:02.073Z] Unpacking curl (7.58.0-2ubuntu3.9) ... [2020-07-22T07:11:02.073Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-07-22T07:11:02.073Z] Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.9_amd64.deb ... [2020-07-22T07:11:02.073Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.9) ... [2020-07-22T07:11:02.073Z] Selecting previously unselected package liberror-perl. [2020-07-22T07:11:02.073Z] Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... [2020-07-22T07:11:02.073Z] Unpacking liberror-perl (0.17025-1) ... [2020-07-22T07:11:02.334Z] Selecting previously unselected package git-man. [2020-07-22T07:11:02.334Z] Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-07-22T07:11:02.334Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-07-22T07:11:02.334Z] Selecting previously unselected package git. [2020-07-22T07:11:02.334Z] Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-07-22T07:11:02.334Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-07-22T07:11:02.904Z] Selecting previously unselected package make. [2020-07-22T07:11:02.904Z] Preparing to unpack .../12-make_4.1-9.1ubuntu1_amd64.deb ... [2020-07-22T07:11:03.164Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-07-22T07:11:03.164Z] Selecting previously unselected package patch. [2020-07-22T07:11:03.164Z] Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-07-22T07:11:03.164Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-07-22T07:11:03.164Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-07-22T07:11:03.164Z] Setting up less (487-0.1) ... [2020-07-22T07:11:03.427Z] Setting up make (4.1-9.1ubuntu1) ... [2020-07-22T07:11:03.427Z] Setting up curl (7.58.0-2ubuntu3.9) ... [2020-07-22T07:11:03.427Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.9) ... [2020-07-22T07:11:03.427Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-07-22T07:11:03.427Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-07-22T07:11:03.427Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-07-22T07:11:03.688Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-07-22T07:11:03.688Z] Setting up netbase (5.4) ... [2020-07-22T07:11:03.688Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-07-22T07:11:03.688Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-07-22T07:11:03.688Z] Setting up liberror-perl (0.17025-1) ... [2020-07-22T07:11:03.688Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-07-22T07:11:03.688Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-07-22T07:11:03.949Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-07-22T07:11:05.984Z] curl set to automatically installed. [2020-07-22T07:11:05.984Z] git set to automatically installed. [2020-07-22T07:11:05.984Z] git-man set to automatically installed. [2020-07-22T07:11:05.984Z] less set to automatically installed. [2020-07-22T07:11:05.984Z] libcurl3-gnutls set to automatically installed. [2020-07-22T07:11:05.984Z] liberror-perl set to automatically installed. [2020-07-22T07:11:05.984Z] libgdbm-compat4 set to automatically installed. [2020-07-22T07:11:05.984Z] libgdbm5 set to automatically installed. [2020-07-22T07:11:05.984Z] libperl5.26 set to automatically installed. [2020-07-22T07:11:05.984Z] make set to automatically installed. [2020-07-22T07:11:05.984Z] netbase set to automatically installed. [2020-07-22T07:11:05.984Z] patch set to automatically installed. [2020-07-22T07:11:05.984Z] perl set to automatically installed. [2020-07-22T07:11:05.984Z] perl-modules-5.26 set to automatically installed. [2020-07-22T07:11:05.984Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-07-22T07:11:05.984Z] Please ensure the environment is properly setup before continuing. [2020-07-22T07:11:05.984Z] Ignore this message if the appropriate measures have already been taken [2020-07-22T07:11:07.403Z] Pulling go  [2020-07-22T07:11:08.390Z] 'device-mqtt' has dependencies that need to be staged: go [2020-07-22T07:11:08.390Z] Skipping pull go (already ran) [2020-07-22T07:11:08.390Z] Building go  [2020-07-22T07:11:08.390Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-07-22T07:11:08.390Z] Dload Upload Total Spent Left Speed [2020-07-22T07:11:10.502Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 27 114M 27 31.2M 0 0 43.3M 0 0:00:02 --:--:-- 0:00:02 43.2M 71 114M 71 82.1M 0 0 48.1M 0 0:00:02 0:00:01 0:00:01 48.0M 100 114M 100 114M 0 0 49.5M 0 0:00:02 0:00:02 --:--:-- 49.5M [2020-07-22T07:11:11.446Z] go1.13.5.linux-amd64.tar.gz: OK [2020-07-22T07:11:11.811Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-07-22T07:11:19.591Z] Staging go  [2020-07-22T07:11:20.092Z] Removing intermediate container edd2a7624e39 [2020-07-22T07:11:20.092Z] ---> fcef73eaadcd [2020-07-22T07:11:20.092Z] Step 11/21 : FROM alpine [2020-07-22T07:11:20.092Z] latest: Pulling from library/alpine [2020-07-22T07:11:20.092Z] b538f80385f9: Already exists [2020-07-22T07:11:20.092Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-22T07:11:20.092Z] Status: Downloaded newer image for alpine:latest [2020-07-22T07:11:20.092Z] ---> 62ee0e9f8440 [2020-07-22T07:11:20.092Z] Step 12/21 : ENV APP_PORT=49982 [2020-07-22T07:11:20.092Z] ---> Running in 182c931a85f4 [2020-07-22T07:11:20.092Z] Removing intermediate container 182c931a85f4 [2020-07-22T07:11:20.092Z] ---> c1566550cb39 [2020-07-22T07:11:20.092Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-22T07:11:20.092Z] ---> Running in bde0792aa2b1 [2020-07-22T07:11:20.161Z] Pulling device-mqtt  [2020-07-22T07:11:20.363Z] Removing intermediate container bde0792aa2b1 [2020-07-22T07:11:20.363Z] ---> 06c414e5b4c3 [2020-07-22T07:11:20.363Z] Step 14/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-07-22T07:11:21.103Z] Skipping build go (already ran) [2020-07-22T07:11:21.103Z] Building device-mqtt  [2020-07-22T07:11:21.103Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.2-dev.2" -o cmd/device-mqtt ./cmd [2020-07-22T07:11:22.054Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-07-22T07:11:22.054Z] go: downloading github.com/spf13/cast v1.3.0 [2020-07-22T07:11:22.054Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-22T07:11:22.054Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-07-22T07:11:22.054Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-07-22T07:11:22.054Z] go: extracting github.com/spf13/cast v1.3.0 [2020-07-22T07:11:22.054Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-07-22T07:11:22.054Z] go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-07-22T07:11:22.054Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-07-22T07:11:22.054Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-22T07:11:22.327Z] go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-07-22T07:11:22.327Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-07-22T07:11:22.327Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-22T07:11:22.327Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-07-22T07:11:22.327Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-07-22T07:11:22.327Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-22T07:11:22.327Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-07-22T07:11:22.327Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-07-22T07:11:22.327Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-22T07:11:22.327Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-22T07:11:22.327Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-07-22T07:11:22.327Z] go: downloading github.com/google/uuid v1.1.1 [2020-07-22T07:11:22.327Z] go: downloading github.com/pkg/errors v0.8.1 [2020-07-22T07:11:22.327Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-22T07:11:22.327Z] go: extracting github.com/pkg/errors v0.8.1 [2020-07-22T07:11:22.327Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-22T07:11:22.327Z] go: extracting github.com/google/uuid v1.1.1 [2020-07-22T07:11:22.327Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-22T07:11:22.327Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-07-22T07:11:22.327Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-22T07:11:22.327Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-07-22T07:11:22.327Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-07-22T07:11:22.327Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-07-22T07:11:22.327Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-22T07:11:22.327Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-07-22T07:11:22.327Z] go: downloading github.com/x448/float16 v0.8.4 [2020-07-22T07:11:22.327Z] go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-07-22T07:11:22.327Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-22T07:11:22.327Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-22T07:11:22.328Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-07-22T07:11:22.328Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-07-22T07:11:22.328Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-07-22T07:11:22.328Z] go: extracting github.com/x448/float16 v0.8.4 [2020-07-22T07:11:22.328Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-22T07:11:22.328Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-22T07:11:22.328Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-07-22T07:11:22.328Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-07-22T07:11:22.328Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-07-22T07:11:22.330Z] ---> 28f4b1510ca6 [2020-07-22T07:11:22.330Z] Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-07-22T07:11:22.602Z] ---> e50afb57e576 [2020-07-22T07:11:22.602Z] Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-07-22T07:11:23.578Z] ---> 7510d67ba8b5 [2020-07-22T07:11:23.578Z] Step 17/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-07-22T07:11:23.578Z] ---> Running in 5d17c8fd3688 [2020-07-22T07:11:23.709Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-22T07:11:23.709Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-07-22T07:11:23.709Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-22T07:11:23.709Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-22T07:11:23.709Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-22T07:11:23.709Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-07-22T07:11:23.709Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-07-22T07:11:23.971Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-07-22T07:11:23.971Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-07-22T07:11:23.971Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-22T07:11:23.971Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-07-22T07:11:23.971Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-07-22T07:11:23.971Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-22T07:11:23.971Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-22T07:11:23.971Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-22T07:11:23.971Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-22T07:11:23.971Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-07-22T07:11:23.971Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-07-22T07:11:23.971Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-07-22T07:11:23.971Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-07-22T07:11:23.971Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-22T07:11:23.971Z] go: finding github.com/spf13/cast v1.3.0 [2020-07-22T07:11:23.971Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-22T07:11:23.971Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-07-22T07:11:23.971Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-07-22T07:11:23.971Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-22T07:11:23.971Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-07-22T07:11:24.170Z] Removing intermediate container 5d17c8fd3688 [2020-07-22T07:11:24.170Z] ---> d0d9f85f7543 [2020-07-22T07:11:24.170Z] Step 18/21 : ENTRYPOINT ["/device-mqtt","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-22T07:11:24.170Z] ---> Running in 50cdc980f20e [2020-07-22T07:11:24.236Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-22T07:11:24.236Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-22T07:11:24.236Z] go: finding github.com/google/uuid v1.1.1 [2020-07-22T07:11:24.236Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-22T07:11:24.236Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-22T07:11:24.236Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-22T07:11:24.236Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-22T07:11:24.236Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-22T07:11:24.236Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-22T07:11:24.236Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-22T07:11:24.236Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-22T07:11:24.236Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-22T07:11:24.236Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-22T07:11:24.236Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-22T07:11:24.236Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-22T07:11:24.236Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-22T07:11:24.236Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-22T07:11:24.236Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-22T07:11:24.236Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-22T07:11:24.236Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-22T07:11:24.236Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-22T07:11:24.236Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-22T07:11:24.236Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-22T07:11:24.236Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-22T07:11:24.762Z] Removing intermediate container 50cdc980f20e [2020-07-22T07:11:24.762Z] ---> 66318e73e3be [2020-07-22T07:11:24.762Z] Step 19/21 : LABEL arch=arm64 [2020-07-22T07:11:24.762Z] ---> Running in b4567e5e4acf [2020-07-22T07:11:25.033Z] Removing intermediate container b4567e5e4acf [2020-07-22T07:11:25.033Z] ---> 2f5221dc96b0 [2020-07-22T07:11:25.033Z] Step 20/21 : LABEL git_sha=e79178b88edbb9292baeff06bb49682f9eadd771 [2020-07-22T07:11:25.306Z] ---> Running in a7557766d798 [2020-07-22T07:11:25.576Z] Removing intermediate container a7557766d798 [2020-07-22T07:11:25.576Z] ---> 535c3fd7ea48 [2020-07-22T07:11:25.576Z] Step 21/21 : LABEL version=1.2.2-dev.2 [2020-07-22T07:11:25.848Z] ---> Running in 7b4888477003 [2020-07-22T07:11:26.124Z] Removing intermediate container 7b4888477003 [2020-07-22T07:11:26.124Z] ---> 464040618d1b [2020-07-22T07:11:26.124Z] [Warning] One or more build-args [ARCH] were not consumed [2020-07-22T07:11:26.400Z] Successfully built 464040618d1b [2020-07-22T07:11:26.400Z] Successfully tagged docker-device-mqtt-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-07-22T07:11:26.712Z] provisioning config files... [2020-07-22T07:11:26.752Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/13@tmp/config7931563712080459147tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-07-22T07:11:27.140Z] nexus3.edgexfoundry.org:10001 [2020-07-22T07:11:27.412Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-22T07:11:27.687Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-22T07:11:27.687Z] Configure a credential helper to remove this warning. See [2020-07-22T07:11:27.687Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-22T07:11:27.687Z] [2020-07-22T07:11:27.687Z] Login Succeeded [2020-07-22T07:11:27.687Z] nexus3.edgexfoundry.org:10002 [2020-07-22T07:11:27.959Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-22T07:11:28.233Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-22T07:11:28.233Z] Configure a credential helper to remove this warning. See [2020-07-22T07:11:28.233Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-22T07:11:28.233Z] [2020-07-22T07:11:28.233Z] Login Succeeded [2020-07-22T07:11:28.233Z] nexus3.edgexfoundry.org:10003 [2020-07-22T07:11:28.506Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-22T07:11:28.776Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-22T07:11:28.776Z] Configure a credential helper to remove this warning. See [2020-07-22T07:11:28.776Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-22T07:11:28.776Z] [2020-07-22T07:11:28.776Z] Login Succeeded [2020-07-22T07:11:28.776Z] nexus3.edgexfoundry.org:10004 [2020-07-22T07:11:29.049Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-22T07:11:29.319Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-22T07:11:29.320Z] Configure a credential helper to remove this warning. See [2020-07-22T07:11:29.320Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-22T07:11:29.320Z] [2020-07-22T07:11:29.320Z] Login Succeeded [2020-07-22T07:11:29.320Z] docker.io [2020-07-22T07:11:29.592Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-22T07:11:30.181Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-22T07:11:30.181Z] Configure a credential helper to remove this warning. See [2020-07-22T07:11:30.181Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-22T07:11:30.181Z] [2020-07-22T07:11:30.181Z] Login Succeeded [Pipeline] } [2020-07-22T07:11:30.197Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-22T07:11:30.431Z] [edgeXDocker.push] Tagging docker image docker-device-mqtt-go-arm64 with the following tags: [2020-07-22T07:11:30.431Z] e79178b88edbb9292baeff06bb49682f9eadd771 [2020-07-22T07:11:30.431Z] latest [2020-07-22T07:11:30.431Z] 1.2.2-dev.2 [2020-07-22T07:11:30.431Z] e79178b88edbb9292baeff06bb49682f9eadd771-1.2.2-dev.2 [2020-07-22T07:11:30.431Z] master [2020-07-22T07:11:30.431Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:11:30.948Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:e79178b88edbb9292baeff06bb49682f9eadd771 [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:11:31.276Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:e79178b88edbb9292baeff06bb49682f9eadd771 [2020-07-22T07:11:31.276Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-07-22T07:11:31.276Z] 137400a44be6: Preparing [2020-07-22T07:11:31.276Z] 0bbfbb013dcd: Preparing [2020-07-22T07:11:31.276Z] dd166dd4b0d9: Preparing [2020-07-22T07:11:31.276Z] e2f13739ad41: Preparing [2020-07-22T07:11:31.276Z] e2f13739ad41: Layer already exists [2020-07-22T07:11:31.546Z] 0bbfbb013dcd: Pushed [2020-07-22T07:11:31.546Z] 137400a44be6: Pushed [2020-07-22T07:11:34.912Z] dd166dd4b0d9: Pushed [2020-07-22T07:11:34.912Z] e79178b88edbb9292baeff06bb49682f9eadd771: digest: sha256:8bc2f45c244c4ee6ed42e914e65ad2494ba08dad2161058375f4943d082edd3b size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:11:35.240Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:11:35.569Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [2020-07-22T07:11:35.569Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-07-22T07:11:35.569Z] 137400a44be6: Preparing [2020-07-22T07:11:35.569Z] 0bbfbb013dcd: Preparing [2020-07-22T07:11:35.569Z] dd166dd4b0d9: Preparing [2020-07-22T07:11:35.569Z] e2f13739ad41: Preparing [2020-07-22T07:11:35.569Z] 0bbfbb013dcd: Layer already exists [2020-07-22T07:11:35.569Z] dd166dd4b0d9: Layer already exists [2020-07-22T07:11:35.569Z] e2f13739ad41: Layer already exists [2020-07-22T07:11:35.569Z] 137400a44be6: Layer already exists [2020-07-22T07:11:35.838Z] latest: digest: sha256:8bc2f45c244c4ee6ed42e914e65ad2494ba08dad2161058375f4943d082edd3b size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:11:36.170Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.2.2-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:11:36.501Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.2.2-dev.2 [2020-07-22T07:11:36.501Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-07-22T07:11:36.501Z] 137400a44be6: Preparing [2020-07-22T07:11:36.501Z] 0bbfbb013dcd: Preparing [2020-07-22T07:11:36.501Z] dd166dd4b0d9: Preparing [2020-07-22T07:11:36.501Z] e2f13739ad41: Preparing [2020-07-22T07:11:36.501Z] e2f13739ad41: Layer already exists [2020-07-22T07:11:36.501Z] 0bbfbb013dcd: Layer already exists [2020-07-22T07:11:36.501Z] 137400a44be6: Layer already exists [2020-07-22T07:11:36.501Z] dd166dd4b0d9: Layer already exists [2020-07-22T07:11:36.534Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-07-22T07:11:36.771Z] 1.2.2-dev.2: digest: sha256:8bc2f45c244c4ee6ed42e914e65ad2494ba08dad2161058375f4943d082edd3b size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:11:37.107Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:e79178b88edbb9292baeff06bb49682f9eadd771-1.2.2-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:11:37.435Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:e79178b88edbb9292baeff06bb49682f9eadd771-1.2.2-dev.2 [2020-07-22T07:11:37.435Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-07-22T07:11:37.435Z] 137400a44be6: Preparing [2020-07-22T07:11:37.435Z] 0bbfbb013dcd: Preparing [2020-07-22T07:11:37.435Z] dd166dd4b0d9: Preparing [2020-07-22T07:11:37.435Z] e2f13739ad41: Preparing [2020-07-22T07:11:37.435Z] e2f13739ad41: Layer already exists [2020-07-22T07:11:37.435Z] dd166dd4b0d9: Layer already exists [2020-07-22T07:11:37.435Z] 0bbfbb013dcd: Layer already exists [2020-07-22T07:11:37.435Z] 137400a44be6: Layer already exists [2020-07-22T07:11:37.707Z] e79178b88edbb9292baeff06bb49682f9eadd771-1.2.2-dev.2: digest: sha256:8bc2f45c244c4ee6ed42e914e65ad2494ba08dad2161058375f4943d082edd3b size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:11:38.040Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:11:38.368Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [2020-07-22T07:11:38.368Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-07-22T07:11:38.368Z] 137400a44be6: Preparing [2020-07-22T07:11:38.368Z] 0bbfbb013dcd: Preparing [2020-07-22T07:11:38.368Z] dd166dd4b0d9: Preparing [2020-07-22T07:11:38.368Z] e2f13739ad41: Preparing [2020-07-22T07:11:38.368Z] e2f13739ad41: Layer already exists [2020-07-22T07:11:38.368Z] 0bbfbb013dcd: Layer already exists [2020-07-22T07:11:38.368Z] dd166dd4b0d9: Layer already exists [2020-07-22T07:11:38.368Z] 137400a44be6: Layer already exists [2020-07-22T07:11:38.639Z] master: digest: sha256:8bc2f45c244c4ee6ed42e914e65ad2494ba08dad2161058375f4943d082edd3b size: 1154 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-22T07:11:38.846Z] ===================================================== [Pipeline] echo [2020-07-22T07:11:38.887Z] taggedImages: [2020-07-22T07:11:38.887Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:e79178b88edbb9292baeff06bb49682f9eadd771 [2020-07-22T07:11:38.887Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [2020-07-22T07:11:38.887Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.2.2-dev.2 [2020-07-22T07:11:38.887Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:e79178b88edbb9292baeff06bb49682f9eadd771-1.2.2-dev.2 [2020-07-22T07:11:38.887Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-22T07:11:39.531Z] + grep snapcraft.yaml [2020-07-22T07:11:39.531Z] + find /w/workspace/device-mqtt-go/13 [2020-07-22T07:11:39.531Z] + grep -Po ^name: \K(.*) /w/workspace/device-mqtt-go/13/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-22T07:11:39.700Z] provisioning config files... [2020-07-22T07:11:39.793Z] copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/13@tmp/config1482232353585587533tmp [Pipeline] { [2020-07-22T07:11:39.845Z] Skipping stage go (already ran) [2020-07-22T07:11:39.845Z] Staging device-mqtt  [Pipeline] sh [2020-07-22T07:11:40.300Z] + cp /w/workspace/device-mqtt-go/13@tmp/config1482232353585587533tmp /w/workspace/device-mqtt-go/13/edgex-snap-store-login [Pipeline] sh [2020-07-22T07:11:40.416Z] Priming go  [2020-07-22T07:11:40.669Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/13:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-07-22T07:11:40.669Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-07-22T07:11:40.958Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-07-22T07:11:40.958Z] 68fe03cb170d: Pulling fs layer [2020-07-22T07:11:40.958Z] 18959295effb: Pulling fs layer [2020-07-22T07:11:40.958Z] 51118fb70ce3: Pulling fs layer [2020-07-22T07:11:40.958Z] 409a5d9eae93: Pulling fs layer [2020-07-22T07:11:40.958Z] 76e762919bd5: Pulling fs layer [2020-07-22T07:11:40.958Z] 8ed2c1ec22f6: Pulling fs layer [2020-07-22T07:11:40.958Z] 7f90baa40d9b: Pulling fs layer [2020-07-22T07:11:40.958Z] e1aa5cc854c1: Pulling fs layer [2020-07-22T07:11:40.958Z] b0d1d86f3456: Pulling fs layer [2020-07-22T07:11:40.958Z] 409a5d9eae93: Waiting [2020-07-22T07:11:40.958Z] 76e762919bd5: Waiting [2020-07-22T07:11:40.958Z] 8ed2c1ec22f6: Waiting [2020-07-22T07:11:40.958Z] 7f90baa40d9b: Waiting [2020-07-22T07:11:40.958Z] e1aa5cc854c1: Waiting [2020-07-22T07:11:40.958Z] b0d1d86f3456: Waiting [2020-07-22T07:11:40.958Z] 18959295effb: Download complete [2020-07-22T07:11:40.958Z] 51118fb70ce3: Verifying Checksum [2020-07-22T07:11:40.958Z] 51118fb70ce3: Download complete [2020-07-22T07:11:40.958Z] 409a5d9eae93: Verifying Checksum [2020-07-22T07:11:40.958Z] 409a5d9eae93: Download complete [2020-07-22T07:11:40.958Z] 8ed2c1ec22f6: Verifying Checksum [2020-07-22T07:11:40.958Z] 8ed2c1ec22f6: Download complete [2020-07-22T07:11:40.958Z] 7f90baa40d9b: Download complete [2020-07-22T07:11:40.958Z] e1aa5cc854c1: Download complete [2020-07-22T07:11:40.958Z] b0d1d86f3456: Verifying Checksum [2020-07-22T07:11:40.958Z] b0d1d86f3456: Download complete [2020-07-22T07:11:41.357Z] Priming device-mqtt  [2020-07-22T07:11:41.559Z] 68fe03cb170d: Verifying Checksum [2020-07-22T07:11:41.559Z] 68fe03cb170d: Download complete [2020-07-22T07:11:42.743Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-07-22T07:11:42.743Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-07-22T07:11:42.743Z] Determining the version from the project repo (version-script). [2020-07-22T07:11:42.743Z] The version has been set to '1.2.2-dev.2-20200722+e79178b' [2020-07-22T07:11:44.392Z] Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping | [2020-07-22T07:11:44.392Z] Snapped edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap [2020-07-22T07:11:44.941Z] 68fe03cb170d: Pull complete [2020-07-22T07:11:44.941Z] 18959295effb: Pull complete [2020-07-22T07:11:45.536Z] 51118fb70ce3: Pull complete [2020-07-22T07:11:45.806Z] 409a5d9eae93: Pull complete [2020-07-22T07:11:48.608Z] [2020-07-22T07:11:48.608Z] Login successful. You now have these capabilities: [2020-07-22T07:11:48.608Z]  [2020-07-22T07:11:48.608Z] snaps: No restriction [2020-07-22T07:11:48.608Z] channels: No restriction [2020-07-22T07:11:48.608Z] permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] [2020-07-22T07:11:48.608Z] expires: 2021-07-14T18:21:36.256372 [2020-07-22T07:11:48.608Z]  [2020-07-22T07:11:49.182Z] DEPRECATED: The 'push' set of commands have been replaced with 'upload'. [2020-07-22T07:11:49.182Z] See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. [2020-07-22T07:11:49.182Z] Preparing to upload 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap'. [2020-07-22T07:11:49.182Z] After uploading, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. [2020-07-22T07:11:49.182Z] Install the review-tools from the Snap Store for enhanced checks before uploading this snap. [2020-07-22T07:11:51.193Z] 76e762919bd5: Verifying Checksum [2020-07-22T07:11:51.193Z] 76e762919bd5: Download complete [2020-07-22T07:11:51.323Z] Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 0% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 1% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 2% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 3% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 4% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 5% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 6% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 7% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 8% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 9% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 10% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 11% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 13% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 14% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 15% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 16% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 17% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 18% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 19% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 20% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 21% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 22% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 23% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 25% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 26% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 27% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 28% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 29% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 30% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 31% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 32% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 33% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 34% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 35% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 37% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 38% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 39% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 40% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 41% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 42% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 43% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 44% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 45% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 46% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 47% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 49% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 50% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 51% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 52% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 53% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 54% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 55% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 56% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 57% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 58% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 59% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 61% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 62% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 63% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 64% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 65% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 66% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 67% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 68% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 69% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 70% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 71% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 73% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 74% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 75% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 76% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 77% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 78% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 79% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 80% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 81% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 82% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 83% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 85% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 86% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 87% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 88% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 89% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 90% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 91% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 92% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 93% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 94% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 95% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 97% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 98% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 99% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [] 100% [2020-07-22T07:12:06.707Z] Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| [2020-07-22T07:12:06.707Z] released [2020-07-22T07:12:06.707Z] Revision 1258 of 'edgex-device-mqtt' created. [2020-07-22T07:12:07.648Z] Track Arch Channel Version Revision [2020-07-22T07:12:07.648Z] latest amd64 stable 1.2.1-20200612+f040f91 1239 [2020-07-22T07:12:07.648Z] candidate 1.2.1-20200612+f040f91 1239 [2020-07-22T07:12:07.648Z] beta 1.2.1-20200612+f040f91 1239 [2020-07-22T07:12:07.648Z] edge 1.2.2-dev.2-20200722+e79178b 1258 [2020-07-22T07:12:07.648Z] edinburgh amd64 stable 1.0.0-20190627+29babbb 110 [2020-07-22T07:12:07.648Z] candidate 1.0.0-20190627+29babbb 110 [2020-07-22T07:12:07.648Z] beta 1.0.0-20190801+fd7235a 239 [2020-07-22T07:12:07.648Z] edge 1.0.0-20200107+8d32c65 942 [2020-07-22T07:12:07.648Z] fuji amd64 stable 1.1.1-20200228+f519bc1 1072 [2020-07-22T07:12:07.648Z] candidate ↑ ↑ [2020-07-22T07:12:07.648Z] beta 1.1.1-20200228+f519bc1 1072 [2020-07-22T07:12:07.648Z] edge 1.1.1-20200422+f519bc1 1177 [2020-07-22T07:12:07.648Z] geneva amd64 stable 1.2.1-20200612+f040f91 1239 [2020-07-22T07:12:07.648Z] candidate ↑ ↑ [2020-07-22T07:12:07.648Z] beta ↑ ↑ [2020-07-22T07:12:07.648Z] edge ↑ ↑ [2020-07-22T07:12:08.590Z] DEPRECATED: The 'push' set of commands have been replaced with 'upload'. [2020-07-22T07:12:08.590Z] See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. [2020-07-22T07:12:08.590Z] Uploading metadata from 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_amd64.snap' [2020-07-22T07:12:11.889Z] The metadata has been uploaded [Pipeline] } [2020-07-22T07:12:12.842Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-07-22T07:12:30.161Z] 76e762919bd5: Pull complete [2020-07-22T07:12:30.161Z] 8ed2c1ec22f6: Pull complete [2020-07-22T07:12:30.161Z] 7f90baa40d9b: Pull complete [2020-07-22T07:12:30.161Z] e1aa5cc854c1: Pull complete [2020-07-22T07:12:30.434Z] b0d1d86f3456: Pull complete [2020-07-22T07:12:30.434Z] Digest: sha256:05830ed3def9c2eaf396b0f1c8191bdb37c9887c76356d219b134b5fd994ebab [2020-07-22T07:12:30.434Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-07-22T07:12:37.128Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-07-22T07:12:37.128Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-07-22T07:12:37.128Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-07-22T07:12:37.398Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-07-22T07:12:37.672Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3463 B] [2020-07-22T07:12:37.672Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [912 kB] [2020-07-22T07:12:37.955Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1250 kB] [2020-07-22T07:12:38.227Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [762 kB] [2020-07-22T07:12:38.497Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [637 kB] [2020-07-22T07:12:38.767Z] Fetched 3817 kB in 2s (1780 kB/s) [2020-07-22T07:12:44.143Z] Reading package lists... [2020-07-22T07:12:56.495Z] 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-07-22T07:12:56.495Z] 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [2020-07-22T07:12:56.495Z] 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [2020-07-22T07:12:56.495Z] 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [2020-07-22T07:13:01.939Z] 0% [1 InRelease gpgv 242 kB] 0% [Working] 0% [2 InRelease gpgv 88.7 kB] 0% [Working] 0% [3 InRelease gpgv 74.6 kB] 0% [Working] 0% [4 InRelease gpgv 88.7 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 9% Reading package lists... 30% Reading package lists... 51% Reading package lists... 71% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 90% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-07-22T07:13:08.615Z] Installing build dependencies: curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 libperl5.26 make netbase patch perl perl-modules-5.26 [2020-07-22T07:13:12.653Z] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 9% Reading package lists... 30% Reading package lists... 51% Reading package lists... 71% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 90% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-07-22T07:13:13.516Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 62% Building dependency tree [2020-07-22T07:13:13.516Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-07-22T07:13:14.486Z] The following packages were automatically installed and are no longer required: [2020-07-22T07:13:14.486Z] libjq1 libonig4 [2020-07-22T07:13:14.486Z] Use 'sudo apt autoremove' to remove them. [2020-07-22T07:13:14.486Z] Suggested packages: [2020-07-22T07:13:14.486Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-07-22T07:13:14.486Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed [2020-07-22T07:13:14.486Z] diffutils-doc perl-doc libterm-readline-gnu-perl [2020-07-22T07:13:14.486Z] | libterm-readline-perl-perl [2020-07-22T07:13:14.755Z] The following NEW packages will be installed: [2020-07-22T07:13:14.755Z] curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 [2020-07-22T07:13:14.755Z] libperl5.26 make netbase patch perl perl-modules-5.26 [2020-07-22T07:13:14.755Z] 0 upgraded, 14 newly installed, 0 to remove and 3 not upgraded. [2020-07-22T07:13:14.755Z] Need to get 10.8 MB of archives. [2020-07-22T07:13:14.755Z] After this operation, 73.6 MB of additional disk space will be used. [2020-07-22T07:13:15.024Z] 0% [Working] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-07-22T07:13:17.007Z] 0% [1 perl-modules-5.26 13.8 kB/2763 kB 0%] 4% [1 perl-modules-5.26 489 kB/2763 kB 18%] 10% [1 perl-modules-5.26 1279 kB/2763 kB 46%] 15% [1 perl-modules-5.26 2064 kB/2763 kB 75%] 22% [Working] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] [2020-07-22T07:13:17.007Z] 22% [2 libgdbm5 13.8 kB/23.1 kB 60%] 24% [Working] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] [2020-07-22T07:13:17.007Z] 24% [3 libgdbm-compat4 5536 B/5536 B 100%] 25% [Waiting for headers] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] [2020-07-22T07:13:18.720Z] 25% [4 libperl5.26 25.8 kB/3326 kB 1%] 32% [4 libperl5.26 935 kB/3326 kB 28%] 39% [4 libperl5.26 1933 kB/3326 kB 58%] 46% [4 libperl5.26 2856 kB/3326 kB 86%] 51% [Working] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] [2020-07-22T07:13:18.721Z] 51% [5 perl 42.3 kB/201 kB 21%] 54% [Working] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] [2020-07-22T07:13:18.721Z] 54% [6 less 31.2 kB/99.7 kB 31%] 56% [Working] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] [2020-07-22T07:13:18.989Z] 56% [7 netbase 9960 B/12.7 kB 78%] 58% [Working] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.9 [152 kB] [2020-07-22T07:13:18.989Z] 58% [8 curl 8245 B/152 kB 5%] 60% [Working] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.9 [179 kB] [2020-07-22T07:13:18.989Z] 60% [9 libcurl3-gnutls 16.2 kB/179 kB 9%] 63% [Working] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] [2020-07-22T07:13:18.989Z] 63% [10 liberror-perl 8461 B/22.8 kB 37%] 65% [Working] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-07-22T07:13:19.577Z] 65% [11 git-man 16.3 kB/804 kB 2%] 72% [Working] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] [2020-07-22T07:13:21.032Z] 72% [12 git 36.5 kB/2952 kB 1%] 79% [12 git 897 kB/2952 kB 30%] 86% [12 git 1921 kB/2952 kB 65%] 94% [12 git 2933 kB/2952 kB 99%] 1696 kB/s 0s 95% [Working] 1696 kB/s 0s Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] [2020-07-22T07:13:21.033Z] 95% [13 make 720 B/139 kB 1%] 1696 kB/s 0s 98% [Working] 1696 kB/s 0s Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] [2020-07-22T07:13:21.033Z] 98% [14 patch 13.6 kB/91.8 kB 15%] 1696 kB/s 0s 100% [Working] 1696 kB/s 0s Fetched 10.8 MB in 6s (1691 kB/s) [2020-07-22T07:13:21.625Z] debconf: delaying package configuration, since apt-utils is not installed [2020-07-22T07:13:21.899Z] Selecting previously unselected package perl-modules-5.26. [2020-07-22T07:13:21.899Z] (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 ... 9882 files and directories currently installed.) [2020-07-22T07:13:21.899Z] Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-07-22T07:13:21.899Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-07-22T07:13:23.341Z] Selecting previously unselected package libgdbm5:arm64. [2020-07-22T07:13:23.341Z] Preparing to unpack .../01-libgdbm5_1.14.1-6_arm64.deb ... [2020-07-22T07:13:23.341Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-07-22T07:13:23.612Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-07-22T07:13:23.612Z] Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-07-22T07:13:23.612Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-07-22T07:13:23.612Z] Selecting previously unselected package libperl5.26:arm64. [2020-07-22T07:13:23.612Z] Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... [2020-07-22T07:13:23.612Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-07-22T07:13:25.036Z] Selecting previously unselected package perl. [2020-07-22T07:13:25.036Z] Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_arm64.deb ... [2020-07-22T07:13:25.036Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-07-22T07:13:25.036Z] Selecting previously unselected package less. [2020-07-22T07:13:25.036Z] Preparing to unpack .../05-less_487-0.1_arm64.deb ... [2020-07-22T07:13:25.036Z] Unpacking less (487-0.1) ... [2020-07-22T07:13:25.306Z] Selecting previously unselected package netbase. [2020-07-22T07:13:25.306Z] Preparing to unpack .../06-netbase_5.4_all.deb ... [2020-07-22T07:13:25.306Z] Unpacking netbase (5.4) ... [2020-07-22T07:13:25.306Z] Selecting previously unselected package curl. [2020-07-22T07:13:25.306Z] Preparing to unpack .../07-curl_7.58.0-2ubuntu3.9_arm64.deb ... [2020-07-22T07:13:25.306Z] Unpacking curl (7.58.0-2ubuntu3.9) ... [2020-07-22T07:13:25.576Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-07-22T07:13:25.576Z] Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.9_arm64.deb ... [2020-07-22T07:13:25.576Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.9) ... [2020-07-22T07:13:25.847Z] Selecting previously unselected package liberror-perl. [2020-07-22T07:13:25.847Z] Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... [2020-07-22T07:13:25.847Z] Unpacking liberror-perl (0.17025-1) ... [2020-07-22T07:13:25.847Z] Selecting previously unselected package git-man. [2020-07-22T07:13:25.847Z] Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-07-22T07:13:25.847Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-07-22T07:13:26.120Z] Selecting previously unselected package git. [2020-07-22T07:13:26.120Z] Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-07-22T07:13:26.120Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-07-22T07:13:27.547Z] Selecting previously unselected package make. [2020-07-22T07:13:27.547Z] Preparing to unpack .../12-make_4.1-9.1ubuntu1_arm64.deb ... [2020-07-22T07:13:27.547Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-07-22T07:13:27.547Z] Selecting previously unselected package patch. [2020-07-22T07:13:27.547Z] Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-07-22T07:13:27.547Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-07-22T07:13:27.547Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-07-22T07:13:27.547Z] Setting up less (487-0.1) ... [2020-07-22T07:13:28.137Z] Setting up make (4.1-9.1ubuntu1) ... [2020-07-22T07:13:28.137Z] Setting up curl (7.58.0-2ubuntu3.9) ... [2020-07-22T07:13:28.137Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.9) ... [2020-07-22T07:13:28.137Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-07-22T07:13:28.137Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-07-22T07:13:28.137Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-07-22T07:13:28.137Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-07-22T07:13:28.409Z] Setting up netbase (5.4) ... [2020-07-22T07:13:28.409Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-07-22T07:13:28.409Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-07-22T07:13:28.409Z] Setting up liberror-perl (0.17025-1) ... [2020-07-22T07:13:28.409Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-07-22T07:13:28.681Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-07-22T07:13:28.681Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-07-22T07:13:34.049Z] curl set to automatically installed. [2020-07-22T07:13:34.049Z] git set to automatically installed. [2020-07-22T07:13:34.050Z] git-man set to automatically installed. [2020-07-22T07:13:34.050Z] less set to automatically installed. [2020-07-22T07:13:34.050Z] libcurl3-gnutls set to automatically installed. [2020-07-22T07:13:34.050Z] liberror-perl set to automatically installed. [2020-07-22T07:13:34.351Z] libgdbm-compat4 set to automatically installed. [2020-07-22T07:13:34.351Z] libgdbm5 set to automatically installed. [2020-07-22T07:13:34.351Z] libperl5.26 set to automatically installed. [2020-07-22T07:13:34.351Z] make set to automatically installed. [2020-07-22T07:13:34.351Z] netbase set to automatically installed. [2020-07-22T07:13:34.351Z] patch set to automatically installed. [2020-07-22T07:13:34.351Z] perl set to automatically installed. [2020-07-22T07:13:34.630Z] perl-modules-5.26 set to automatically installed. [2020-07-22T07:13:34.630Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-07-22T07:13:34.630Z] Please ensure the environment is properly setup before continuing. [2020-07-22T07:13:34.630Z] Ignore this message if the appropriate measures have already been taken [2020-07-22T07:13:35.615Z] Pulling go  [2020-07-22T07:13:39.114Z] 'device-mqtt' has dependencies that need to be staged: go [2020-07-22T07:13:39.114Z] Skipping pull go (already ran) [2020-07-22T07:13:39.114Z] Building go  [2020-07-22T07:13:39.114Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-07-22T07:13:39.114Z] Dload Upload Total Spent Left Speed [2020-07-22T07:13:41.080Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 93.0M 0 718k 0 0 2521k 0 0:00:37 --:--:-- 0:00:37 2512k 55 93.0M 55 51.5M 0 0 39.9M 0 0:00:02 0:00:01 0:00:01 39.9M 100 93.0M 100 93.0M 0 0 44.0M 0 0:00:02 0:00:02 --:--:-- 44.0M [2020-07-22T07:13:42.504Z] go1.13.5.linux-arm64.tar.gz: OK [2020-07-22T07:14:00.771Z] Staging go  [2020-07-22T07:14:02.195Z] Pulling device-mqtt  [2020-07-22T07:14:05.565Z] Skipping build go (already ran) [2020-07-22T07:14:05.565Z] Building device-mqtt  [2020-07-22T07:14:05.834Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.2-dev.2" -o cmd/device-mqtt ./cmd [2020-07-22T07:14:06.434Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-07-22T07:14:06.434Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-07-22T07:14:06.434Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-22T07:14:06.434Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-07-22T07:14:06.709Z] go: downloading github.com/spf13/cast v1.3.0 [2020-07-22T07:14:06.709Z] go: extracting github.com/spf13/cast v1.3.0 [2020-07-22T07:14:06.709Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-07-22T07:14:06.709Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-07-22T07:14:06.709Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-22T07:14:06.709Z] go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-07-22T07:14:06.709Z] go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-07-22T07:14:06.709Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-07-22T07:14:06.709Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-22T07:14:06.986Z] go: downloading github.com/google/uuid v1.1.1 [2020-07-22T07:14:06.986Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-07-22T07:14:06.986Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-07-22T07:14:06.986Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-22T07:14:06.986Z] go: extracting github.com/google/uuid v1.1.1 [2020-07-22T07:14:06.986Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-22T07:14:06.986Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-07-22T07:14:06.986Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-22T07:14:06.986Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-07-22T07:14:06.986Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-07-22T07:14:06.986Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-22T07:14:06.986Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-07-22T07:14:06.986Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-07-22T07:14:06.986Z] go: downloading github.com/pkg/errors v0.8.1 [2020-07-22T07:14:06.986Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-22T07:14:06.986Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-22T07:14:06.986Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-07-22T07:14:06.986Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-22T07:14:06.986Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-07-22T07:14:06.986Z] go: extracting github.com/pkg/errors v0.8.1 [2020-07-22T07:14:06.986Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-07-22T07:14:06.986Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-22T07:14:06.986Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-22T07:14:07.260Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-07-22T07:14:07.260Z] go: downloading github.com/x448/float16 v0.8.4 [2020-07-22T07:14:07.260Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-22T07:14:07.260Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-22T07:14:07.260Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-07-22T07:14:07.260Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-07-22T07:14:07.260Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-22T07:14:07.260Z] go: extracting github.com/x448/float16 v0.8.4 [2020-07-22T07:14:07.260Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-07-22T07:14:07.260Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-07-22T07:14:07.260Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-07-22T07:14:07.260Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-22T07:14:07.260Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-07-22T07:14:07.260Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-07-22T07:14:07.260Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-07-22T07:14:07.260Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-22T07:14:07.260Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-07-22T07:14:07.260Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-22T07:14:07.260Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-22T07:14:07.260Z] go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-07-22T07:14:07.260Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-22T07:14:07.531Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-07-22T07:14:07.531Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-07-22T07:14:07.531Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-07-22T07:14:07.807Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-22T07:14:07.807Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-22T07:14:07.807Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-22T07:14:07.807Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-22T07:14:07.807Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-07-22T07:14:07.807Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-07-22T07:14:07.807Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-07-22T07:14:07.807Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-07-22T07:14:07.807Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-22T07:14:08.080Z] go: finding github.com/spf13/cast v1.3.0 [2020-07-22T07:14:08.080Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-22T07:14:08.080Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-07-22T07:14:08.080Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-22T07:14:08.080Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-07-22T07:14:08.080Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-22T07:14:08.080Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-07-22T07:14:08.080Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-22T07:14:08.080Z] go: finding github.com/google/uuid v1.1.1 [2020-07-22T07:14:08.080Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-22T07:14:08.080Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-22T07:14:08.080Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-22T07:14:08.080Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-22T07:14:08.080Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-22T07:14:08.080Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-22T07:14:08.080Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-22T07:14:08.080Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-22T07:14:08.351Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-22T07:14:08.351Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-22T07:14:08.351Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-22T07:14:08.351Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-22T07:14:08.351Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-22T07:14:08.351Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-22T07:14:08.351Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-22T07:14:08.351Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-22T07:14:08.351Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-22T07:14:08.351Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-22T07:14:08.351Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-22T07:14:08.351Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-22T07:14:08.351Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-22T07:14:35.163Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-07-22T07:14:50.217Z] Skipping stage go (already ran) [2020-07-22T07:14:50.217Z] Staging device-mqtt  [2020-07-22T07:14:53.587Z] Priming go  [2020-07-22T07:14:56.189Z] Priming device-mqtt  [2020-07-22T07:14:59.547Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-07-22T07:14:59.547Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-07-22T07:14:59.547Z] Determining the version from the project repo (version-script). [2020-07-22T07:14:59.547Z] The version has been set to '1.2.2-dev.2-20200722+e79178b' [2020-07-22T07:15:03.105Z] Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping | [2020-07-22T07:15:03.105Z] Snapped edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap [2020-07-22T07:15:09.785Z] [2020-07-22T07:15:09.785Z] Login successful. You now have these capabilities: [2020-07-22T07:15:09.785Z]  [2020-07-22T07:15:09.785Z] snaps: No restriction [2020-07-22T07:15:09.785Z] channels: No restriction [2020-07-22T07:15:09.785Z] permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] [2020-07-22T07:15:09.785Z] expires: 2021-07-14T18:21:36.256372 [2020-07-22T07:15:09.785Z]  [2020-07-22T07:15:12.387Z] DEPRECATED: The 'push' set of commands have been replaced with 'upload'. [2020-07-22T07:15:12.387Z] See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. [2020-07-22T07:15:12.387Z] Preparing to upload 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap'. [2020-07-22T07:15:12.387Z] After uploading, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. [2020-07-22T07:15:12.387Z] Install the review-tools from the Snap Store for enhanced checks before uploading this snap. [2020-07-22T07:15:15.716Z] Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 0% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 1% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 2% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 3% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 4% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 5% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 6% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 7% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 8% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 9% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 10% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 11% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 12% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 13% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 14% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 16% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 17% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 18% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 19% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 20% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 21% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 22% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 23% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 24% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 25% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 26% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 27% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 28% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 29% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 30% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 32% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 33% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 34% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 35% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 36% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 37% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 38% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 39% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 40% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 41% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 42% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 43% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 44% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 45% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 46% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 48% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 49% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 50% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 51% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 52% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 53% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 54% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 55% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 56% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 57% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 58% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 59% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 60% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 61% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 63% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 64% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 65% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 66% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 67% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 68% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 69% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 70% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 71% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 72% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 73% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 74% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 75% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 76% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 77% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 79% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 80% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 81% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 82% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 83% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 84% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 85% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 86% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 87% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 88% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 89% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 90% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 91% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 92% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 93% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 95% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 96% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 97% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 98% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 99% Pushing 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [] 100% [2020-07-22T07:15:37.629Z] Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...| [2020-07-22T07:15:37.630Z] released [2020-07-22T07:15:37.901Z] Revision 1259 of 'edgex-device-mqtt' created. [2020-07-22T07:15:39.321Z] Track Arch Channel Version Revision [2020-07-22T07:15:39.321Z] latest arm64 stable 1.2.1-20200612+f040f91 1240 [2020-07-22T07:15:39.321Z] candidate 1.2.1-20200612+f040f91 1240 [2020-07-22T07:15:39.321Z] beta 1.2.1-20200612+f040f91 1240 [2020-07-22T07:15:39.321Z] edge 1.2.2-dev.2-20200722+e79178b 1259 [2020-07-22T07:15:39.321Z] edinburgh arm64 stable 1.0.0-20190627+29babbb 112 [2020-07-22T07:15:39.321Z] candidate 1.0.0-20190627+29babbb 112 [2020-07-22T07:15:39.321Z] beta 1.0.0-20190801+fd7235a 241 [2020-07-22T07:15:39.321Z] edge 1.0.0-20200107+8d32c65 944 [2020-07-22T07:15:39.321Z] fuji arm64 stable 1.1.1-20200311+f519bc1 1097 [2020-07-22T07:15:39.321Z] candidate ↑ ↑ [2020-07-22T07:15:39.321Z] beta 1.1.1-20200311+f519bc1 1097 [2020-07-22T07:15:39.321Z] edge 1.1.1-20200421+f519bc1 1174 [2020-07-22T07:15:39.321Z] geneva arm64 stable 1.2.1-20200612+f040f91 1240 [2020-07-22T07:15:39.321Z] candidate ↑ ↑ [2020-07-22T07:15:39.321Z] beta ↑ ↑ [2020-07-22T07:15:39.321Z] edge ↑ ↑ [2020-07-22T07:15:42.682Z] DEPRECATED: The 'push' set of commands have been replaced with 'upload'. [2020-07-22T07:15:42.682Z] See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. [2020-07-22T07:15:42.682Z] Uploading metadata from 'edgex-device-mqtt_1.2.2-dev.2-20200722+e79178b_arm64.snap' [2020-07-22T07:15:46.050Z] The metadata has been uploaded [Pipeline] } [2020-07-22T07:15:48.026Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-07-22T07:15:49.192Z] provisioning config files... [2020-07-22T07:15:49.206Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config8671564696447744276tmp [Pipeline] { [Pipeline] sh [2020-07-22T07:15:49.572Z] + curl -s https://codecov.io/bash [2020-07-22T07:15:49.572Z] + bash -s - -t @/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config8671564696447744276tmp [Pipeline] } [2020-07-22T07:15:51.505Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-07-22T07:15:51.883Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-07-22T07:15:51.885Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-07-22T07:15:51.976Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:15:52.326Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-22T07:15:52.326Z] [2020-07-22T07:15:52.326Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:15:52.678Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-22T07:15:52.678Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-07-22T07:15:52.678Z] cbdbe7a5bc2a: Pulling fs layer [2020-07-22T07:15:52.678Z] 408f87550127: Pulling fs layer [2020-07-22T07:15:52.678Z] fe522b08c979: Pulling fs layer [2020-07-22T07:15:52.678Z] 221eaa008020: Pulling fs layer [2020-07-22T07:15:52.678Z] 2a4607e5d6b9: Pulling fs layer [2020-07-22T07:15:52.678Z] 8f79b27c4fd2: Pulling fs layer [2020-07-22T07:15:52.678Z] 221eaa008020: Waiting [2020-07-22T07:15:52.678Z] 2a4607e5d6b9: Waiting [2020-07-22T07:15:52.678Z] 8f79b27c4fd2: Waiting [2020-07-22T07:15:52.678Z] e5c8dbe1645b: Pulling fs layer [2020-07-22T07:15:52.678Z] 23e8b3b47431: Pulling fs layer [2020-07-22T07:15:52.678Z] e5c8dbe1645b: Waiting [2020-07-22T07:15:52.678Z] 5c568d65a230: Pulling fs layer [2020-07-22T07:15:52.678Z] 23e8b3b47431: Waiting [2020-07-22T07:15:52.678Z] 5c568d65a230: Waiting [2020-07-22T07:15:52.678Z] fe522b08c979: Download complete [2020-07-22T07:15:52.678Z] 408f87550127: Verifying Checksum [2020-07-22T07:15:52.678Z] 408f87550127: Download complete [2020-07-22T07:15:52.678Z] 2a4607e5d6b9: Verifying Checksum [2020-07-22T07:15:52.678Z] 2a4607e5d6b9: Download complete [2020-07-22T07:15:52.678Z] 8f79b27c4fd2: Verifying Checksum [2020-07-22T07:15:52.678Z] 8f79b27c4fd2: Download complete [2020-07-22T07:15:52.678Z] cbdbe7a5bc2a: Download complete [2020-07-22T07:15:53.328Z] e5c8dbe1645b: Verifying Checksum [2020-07-22T07:15:53.328Z] e5c8dbe1645b: Download complete [2020-07-22T07:15:53.328Z] cbdbe7a5bc2a: Pull complete [2020-07-22T07:15:53.958Z] 23e8b3b47431: Verifying Checksum [2020-07-22T07:15:53.958Z] 23e8b3b47431: Download complete [2020-07-22T07:15:54.225Z] 5c568d65a230: Verifying Checksum [2020-07-22T07:15:54.225Z] 5c568d65a230: Download complete [2020-07-22T07:15:54.807Z] 221eaa008020: Verifying Checksum [2020-07-22T07:15:54.807Z] 221eaa008020: Download complete [2020-07-22T07:15:55.083Z] 408f87550127: Pull complete [2020-07-22T07:15:55.344Z] fe522b08c979: Pull complete [2020-07-22T07:16:03.559Z] 221eaa008020: Pull complete [2020-07-22T07:16:03.559Z] 2a4607e5d6b9: Pull complete [2020-07-22T07:16:03.559Z] 8f79b27c4fd2: Pull complete [2020-07-22T07:16:05.500Z] e5c8dbe1645b: Pull complete [2020-07-22T07:16:08.819Z] 23e8b3b47431: Pull complete [2020-07-22T07:16:10.219Z] 5c568d65a230: Pull complete [2020-07-22T07:16:10.219Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-07-22T07:16:10.219Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-22T07:16:10.219Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-07-22T07:16:10.395Z] prd-centos7-docker-4c-2g-558 does not seem to be running inside a container [2020-07-22T07:16:10.441Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-07-22T07:16:11.985Z] $ docker top b0eb174c62d6b69e53c47c0ffd616ba4d52521f614243e3e1c4ad2122796c02f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-22T07:16:12.483Z] + snyk monitor '--org=edgex-jenkins' [2020-07-22T07:16:22.505Z] [2020-07-22T07:16:22.505Z] Monitoring /w/workspace/gexfoundry_device-mqtt-go_master (github.com/edgexfoundry/device-mqtt-go)... [2020-07-22T07:16:22.505Z] [2020-07-22T07:16:22.505Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6acecf1b-85ea-4374-bf84-4fa5a6e664d0/history/71dca29b-3323-4b50-9223-61837b49f309 [2020-07-22T07:16:22.505Z] [2020-07-22T07:16:22.505Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-07-22T07:16:22.505Z] [2020-07-22T07:16:22.505Z] [Pipeline] } [2020-07-22T07:16:22.518Z] $ docker stop --time=1 b0eb174c62d6b69e53c47c0ffd616ba4d52521f614243e3e1c4ad2122796c02f [2020-07-22T07:16:25.113Z] $ docker rm -f b0eb174c62d6b69e53c47c0ffd616ba4d52521f614243e3e1c4ad2122796c02f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:16:26.246Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T07:16:26.246Z] [2020-07-22T07:16:26.246Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:16:26.585Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T07:16:26.585Z] latest: Pulling from edgex-devops/edgex-klar [2020-07-22T07:16:26.585Z] e7c96db7181b: Pulling fs layer [2020-07-22T07:16:26.585Z] 1868ca2cb446: Pulling fs layer [2020-07-22T07:16:26.585Z] 136be5d0fe8e: Pulling fs layer [2020-07-22T07:16:26.585Z] 894bfe63afcb: Pulling fs layer [2020-07-22T07:16:26.585Z] 894bfe63afcb: Waiting [2020-07-22T07:16:26.585Z] 1868ca2cb446: Verifying Checksum [2020-07-22T07:16:26.585Z] 1868ca2cb446: Download complete [2020-07-22T07:16:26.585Z] 136be5d0fe8e: Verifying Checksum [2020-07-22T07:16:26.585Z] 136be5d0fe8e: Download complete [2020-07-22T07:16:26.585Z] e7c96db7181b: Verifying Checksum [2020-07-22T07:16:26.585Z] e7c96db7181b: Download complete [2020-07-22T07:16:26.585Z] 894bfe63afcb: Verifying Checksum [2020-07-22T07:16:26.585Z] 894bfe63afcb: Download complete [2020-07-22T07:16:26.845Z] e7c96db7181b: Pull complete [2020-07-22T07:16:27.106Z] 1868ca2cb446: Pull complete [2020-07-22T07:16:27.367Z] 136be5d0fe8e: Pull complete [2020-07-22T07:16:27.628Z] 894bfe63afcb: Pull complete [2020-07-22T07:16:27.628Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-07-22T07:16:27.628Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T07:16:27.628Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-07-22T07:16:27.730Z] prd-centos7-docker-4c-2g-558 does not seem to be running inside a container [2020-07-22T07:16:27.772Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-22T07:16:28.927Z] $ docker top df91c8afdea49ffaf6102bc917295ea71e4f37692a76db0d22d2c52e92917b95 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T07:16:29.497Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:e79178b88edbb9292baeff06bb49682f9eadd771 [2020-07-22T07:16:29.497Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T07:16:34.935Z] $ docker stop --time=1 df91c8afdea49ffaf6102bc917295ea71e4f37692a76db0d22d2c52e92917b95 [2020-07-22T07:16:36.425Z] $ docker rm -f df91c8afdea49ffaf6102bc917295ea71e4f37692a76db0d22d2c52e92917b95 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:16:36.900Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T07:16:36.900Z] . [Pipeline] withDockerContainer [2020-07-22T07:16:37.018Z] prd-centos7-docker-4c-2g-558 does not seem to be running inside a container [2020-07-22T07:16:37.080Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-22T07:16:38.019Z] $ docker top 12e94beb2174e40366e951e6894b28d8e543d68a453a2dfbc76aa86263501852 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T07:16:38.538Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:e79178b88edbb9292baeff06bb49682f9eadd771 [2020-07-22T07:16:38.538Z] + tee [2020-07-22T07:16:38.538Z] clair timeout 1m0s [2020-07-22T07:16:38.538Z] docker timeout: 1m0s [2020-07-22T07:16:38.538Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T07:16:39.204Z] $ docker stop --time=1 12e94beb2174e40366e951e6894b28d8e543d68a453a2dfbc76aa86263501852 [2020-07-22T07:16:40.665Z] $ docker rm -f 12e94beb2174e40366e951e6894b28d8e543d68a453a2dfbc76aa86263501852 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-22T07:16:41.246Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports [Pipeline] echo [2020-07-22T07:16:41.264Z] Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports/clair_results_docker-device-mqtt-go_e79178b88edbb9292baeff06bb49682f9eadd771.html [Pipeline] writeFile [Pipeline] step [2020-07-22T07:16:41.310Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:16:41.655Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T07:16:41.655Z] . [Pipeline] withDockerContainer [2020-07-22T07:16:41.781Z] prd-centos7-docker-4c-2g-558 does not seem to be running inside a container [2020-07-22T07:16:41.832Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-22T07:16:42.571Z] $ docker top cfdd7727aeae4d6ec9aa3c7c4d2ba6ef1df29bee44419c59840df98bb0b0072d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T07:16:43.113Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:e79178b88edbb9292baeff06bb49682f9eadd771 [2020-07-22T07:16:43.113Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T07:16:47.465Z] $ docker stop --time=1 cfdd7727aeae4d6ec9aa3c7c4d2ba6ef1df29bee44419c59840df98bb0b0072d [2020-07-22T07:16:48.911Z] $ docker rm -f cfdd7727aeae4d6ec9aa3c7c4d2ba6ef1df29bee44419c59840df98bb0b0072d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:16:49.407Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T07:16:49.407Z] . [Pipeline] withDockerContainer [2020-07-22T07:16:49.509Z] prd-centos7-docker-4c-2g-558 does not seem to be running inside a container [2020-07-22T07:16:49.555Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-22T07:16:50.411Z] $ docker top 42261cce0aa34b26c1e7f1e2034190b3ff323272c20d359b00b42c1bdbc476c0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T07:16:51.035Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:e79178b88edbb9292baeff06bb49682f9eadd771 [2020-07-22T07:16:51.035Z] + tee [2020-07-22T07:16:51.310Z] clair timeout 1m0s [2020-07-22T07:16:51.310Z] docker timeout: 1m0s [2020-07-22T07:16:51.310Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T07:16:52.362Z] $ docker stop --time=1 42261cce0aa34b26c1e7f1e2034190b3ff323272c20d359b00b42c1bdbc476c0 [2020-07-22T07:16:54.129Z] $ docker rm -f 42261cce0aa34b26c1e7f1e2034190b3ff323272c20d359b00b42c1bdbc476c0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-22T07:16:54.704Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports [Pipeline] echo [2020-07-22T07:16:54.719Z] Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports/clair_results_docker-device-mqtt-go-arm64_e79178b88edbb9292baeff06bb49682f9eadd771.html [Pipeline] writeFile [Pipeline] step [2020-07-22T07:16:54.768Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:16:55.481Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-22T07:16:55.481Z] . [Pipeline] withDockerContainer [2020-07-22T07:16:55.595Z] prd-centos7-docker-4c-2g-558 does not seem to be running inside a container [2020-07-22T07:16:55.645Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-22T07:16:56.618Z] $ docker top b27a5ab951b94273a7a4961e33dbee6980111a4d000bdc83fde575b2d5bc9bd5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-22T07:16:56.950Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-22T07:16:56.951Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-22T07:16:57.233Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-22T07:16:57.237Z] $ docker exec b27a5ab951b94273a7a4961e33dbee6980111a4d000bdc83fde575b2d5bc9bd5 ssh-agent [2020-07-22T07:16:57.451Z] SSH_AUTH_SOCK=/tmp/ssh-yTSZTAFGNE54/agent.12 [2020-07-22T07:16:57.451Z] SSH_AGENT_PID=17 [2020-07-22T07:16:57.460Z] Running ssh-add (command line suppressed) [2020-07-22T07:16:57.644Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_6176115765419554984.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_6176115765419554984.key) [2020-07-22T07:16:57.717Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-22T07:16:58.048Z] + git semver tag [2020-07-22T07:16:58.048Z] # -> Open(): unable to determine branch for HEAD [2020-07-22T07:16:58.048Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2020-07-22T07:16:58.048Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2020-07-22T07:16:58.048Z] # $SEMVER_REMOTE_NAME = origin [2020-07-22T07:16:58.048Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-22T07:16:58.048Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-22T07:16:58.048Z] # $SEMVER_BRANCH = master [2020-07-22T07:16:58.048Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [2020-07-22T07:16:58.048Z] # e79178b88edbb9292baeff06bb49682f9eadd771 HEAD [2020-07-22T07:16:58.311Z] # -> Force: false [2020-07-22T07:16:58.311Z] # 1dcb25c986e829269c1a05606a2f9ed7df2a9abf refs/tags/v1.2.2-dev.2 [Pipeline] } [2020-07-22T07:16:58.327Z] $ docker exec --env ******** --env ******** b27a5ab951b94273a7a4961e33dbee6980111a4d000bdc83fde575b2d5bc9bd5 ssh-agent -k [2020-07-22T07:16:58.522Z] unset SSH_AUTH_SOCK; [2020-07-22T07:16:58.522Z] unset SSH_AGENT_PID; [2020-07-22T07:16:58.522Z] echo Agent pid 17 killed; [2020-07-22T07:16:58.607Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-22T07:16:59.043Z] + git semver [Pipeline] } [2020-07-22T07:16:59.059Z] $ docker stop --time=1 b27a5ab951b94273a7a4961e33dbee6980111a4d000bdc83fde575b2d5bc9bd5 [2020-07-22T07:17:00.441Z] $ docker rm -f b27a5ab951b94273a7a4961e33dbee6980111a4d000bdc83fde575b2d5bc9bd5 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:17:01.051Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-22T07:17:01.051Z] [2020-07-22T07:17:01.051Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:17:01.399Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-22T07:17:01.399Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-07-22T07:17:01.399Z] ab5ef0e58194: Pulling fs layer [2020-07-22T07:17:01.399Z] 9712f1f96733: Pulling fs layer [2020-07-22T07:17:01.399Z] 63f879dbbcfc: Pulling fs layer [2020-07-22T07:17:01.399Z] 0d9ebad4ef96: Pulling fs layer [2020-07-22T07:17:01.399Z] e9a5061849ea: Pulling fs layer [2020-07-22T07:17:01.399Z] d747dcd14b5f: Pulling fs layer [2020-07-22T07:17:01.399Z] 2de7ff778b66: Pulling fs layer [2020-07-22T07:17:01.399Z] e9a5061849ea: Waiting [2020-07-22T07:17:01.399Z] d747dcd14b5f: Waiting [2020-07-22T07:17:01.399Z] 2de7ff778b66: Waiting [2020-07-22T07:17:01.399Z] 0d9ebad4ef96: Waiting [2020-07-22T07:17:01.399Z] 9712f1f96733: Verifying Checksum [2020-07-22T07:17:01.399Z] 9712f1f96733: Download complete [2020-07-22T07:17:02.002Z] 63f879dbbcfc: Verifying Checksum [2020-07-22T07:17:02.002Z] 63f879dbbcfc: Download complete [2020-07-22T07:17:02.302Z] e9a5061849ea: Verifying Checksum [2020-07-22T07:17:02.302Z] e9a5061849ea: Download complete [2020-07-22T07:17:02.302Z] d747dcd14b5f: Verifying Checksum [2020-07-22T07:17:02.302Z] d747dcd14b5f: Download complete [2020-07-22T07:17:02.595Z] 0d9ebad4ef96: Verifying Checksum [2020-07-22T07:17:02.595Z] 0d9ebad4ef96: Download complete [2020-07-22T07:17:02.868Z] 2de7ff778b66: Verifying Checksum [2020-07-22T07:17:02.868Z] 2de7ff778b66: Download complete [2020-07-22T07:17:02.868Z] ab5ef0e58194: Verifying Checksum [2020-07-22T07:17:02.868Z] ab5ef0e58194: Download complete [2020-07-22T07:17:08.263Z] ab5ef0e58194: Pull complete [2020-07-22T07:17:08.526Z] 9712f1f96733: Pull complete [2020-07-22T07:17:11.841Z] 63f879dbbcfc: Pull complete [2020-07-22T07:17:20.013Z] 0d9ebad4ef96: Pull complete [2020-07-22T07:17:20.590Z] e9a5061849ea: Pull complete [2020-07-22T07:17:20.590Z] d747dcd14b5f: Pull complete [2020-07-22T07:17:23.452Z] 2de7ff778b66: Pull complete [2020-07-22T07:17:23.762Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-07-22T07:17:23.762Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-22T07:17:23.762Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-07-22T07:17:24.009Z] prd-centos7-docker-4c-2g-558 does not seem to be running inside a container [2020-07-22T07:17:24.059Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-07-22T07:17:26.681Z] $ docker top 3ac57f0ae306ed9e95c982469c0111441e0a7fd6f0d3f507bc2a04fc225188a5 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-07-22T07:17:26.912Z] provisioning config files... [2020-07-22T07:17:26.924Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config3802391071368883374tmp [2020-07-22T07:17:26.938Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config7048294275634574898tmp [2020-07-22T07:17:26.953Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config1203209799343105721tmp [Pipeline] { [Pipeline] echo [2020-07-22T07:17:27.041Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-22T07:17:27.353Z] ---> sigul-configuration.sh [2020-07-22T07:17:27.353Z] gpg: directory `/root/.gnupg' created [2020-07-22T07:17:27.353Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-07-22T07:17:27.353Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-07-22T07:17:27.353Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-07-22T07:17:27.353Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-07-22T07:17:27.353Z] gpg: CAST5 encrypted data [2020-07-22T07:17:27.615Z] gpg: encrypted with 1 passphrase [2020-07-22T07:17:27.615Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-07-22T07:17:27.911Z] + mkdir /home/jenkins [2020-07-22T07:17:27.911Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-07-22T07:17:28.212Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-07-22T07:17:28.221Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-22T07:17:28.515Z] ---> sigul-install.sh [2020-07-22T07:17:35.105Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-07-22T07:17:35.414Z] + git tag --list [2020-07-22T07:17:35.414Z] v1.2.2-dev.2 [Pipeline] sh [2020-07-22T07:17:35.745Z] + lftools sign git-tag v1.2.2-dev.2 [2020-07-22T07:17:37.145Z] Signing Git tag with Sigul... [2020-07-22T07:17:37.145Z] Signing v1.2.2-dev.2 [Pipeline] echo [2020-07-22T07:17:38.127Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-22T07:17:38.812Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-07-22T07:17:38.821Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-07-22T07:17:38.901Z] $ docker stop --time=1 3ac57f0ae306ed9e95c982469c0111441e0a7fd6f0d3f507bc2a04fc225188a5 [2020-07-22T07:17:40.841Z] $ docker rm -f 3ac57f0ae306ed9e95c982469c0111441e0a7fd6f0d3f507bc2a04fc225188a5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:17:41.529Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-22T07:17:41.529Z] . [Pipeline] withDockerContainer [2020-07-22T07:17:41.652Z] prd-centos7-docker-4c-2g-558 does not seem to be running inside a container [2020-07-22T07:17:41.697Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-22T07:17:42.771Z] $ docker top b8ac6d8cbeca6ac764c60e40457619cbbaff209f52d086edb6c8e6ce90d030d9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-22T07:17:43.077Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-22T07:17:43.077Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-22T07:17:43.410Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-22T07:17:43.413Z] $ docker exec b8ac6d8cbeca6ac764c60e40457619cbbaff209f52d086edb6c8e6ce90d030d9 ssh-agent [2020-07-22T07:17:43.601Z] SSH_AUTH_SOCK=/tmp/ssh-Sqfz92ajf3qp/agent.12 [2020-07-22T07:17:43.601Z] SSH_AGENT_PID=18 [2020-07-22T07:17:43.608Z] Running ssh-add (command line suppressed) [2020-07-22T07:17:43.759Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_4613528694441419683.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_4613528694441419683.key) [2020-07-22T07:17:43.815Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-22T07:17:44.139Z] + git semver bump pre [2020-07-22T07:17:44.139Z] # -> Open(): unable to determine branch for HEAD [2020-07-22T07:17:44.139Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2020-07-22T07:17:44.139Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2020-07-22T07:17:44.139Z] # $SEMVER_REMOTE_NAME = origin [2020-07-22T07:17:44.139Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-22T07:17:44.139Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-22T07:17:44.139Z] # $SEMVER_BRANCH = master [2020-07-22T07:17:44.139Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [2020-07-22T07:17:44.139Z] 1.2.2-dev.3 [Pipeline] } [2020-07-22T07:17:44.150Z] $ docker exec --env ******** --env ******** b8ac6d8cbeca6ac764c60e40457619cbbaff209f52d086edb6c8e6ce90d030d9 ssh-agent -k [2020-07-22T07:17:44.313Z] unset SSH_AUTH_SOCK; [2020-07-22T07:17:44.313Z] unset SSH_AGENT_PID; [2020-07-22T07:17:44.313Z] echo Agent pid 18 killed; [2020-07-22T07:17:44.371Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-22T07:17:44.807Z] + git semver [Pipeline] } [2020-07-22T07:17:44.821Z] $ docker stop --time=1 b8ac6d8cbeca6ac764c60e40457619cbbaff209f52d086edb6c8e6ce90d030d9 [2020-07-22T07:17:46.178Z] $ docker rm -f b8ac6d8cbeca6ac764c60e40457619cbbaff209f52d086edb6c8e6ce90d030d9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:17:46.681Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-22T07:17:46.682Z] . [Pipeline] withDockerContainer [2020-07-22T07:17:46.781Z] prd-centos7-docker-4c-2g-558 does not seem to be running inside a container [2020-07-22T07:17:46.858Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-22T07:17:47.561Z] $ docker top 98d55f5d2197d77954ba0e3ea596f0e0ea8c0514a54665737b843aac4feae40a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-22T07:17:47.930Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-22T07:17:47.930Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-22T07:17:48.333Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-22T07:17:48.336Z] $ docker exec 98d55f5d2197d77954ba0e3ea596f0e0ea8c0514a54665737b843aac4feae40a ssh-agent [2020-07-22T07:17:48.537Z] SSH_AUTH_SOCK=/tmp/ssh-nkgQIysHmPXH/agent.11 [2020-07-22T07:17:48.537Z] SSH_AGENT_PID=17 [2020-07-22T07:17:48.547Z] Running ssh-add (command line suppressed) [2020-07-22T07:17:48.700Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_9014860301153337981.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_9014860301153337981.key) [2020-07-22T07:17:48.766Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-22T07:17:49.101Z] + git semver push [2020-07-22T07:17:49.101Z] # -> Open(): unable to determine branch for HEAD [2020-07-22T07:17:49.101Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2020-07-22T07:17:49.101Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2020-07-22T07:17:49.101Z] # $SEMVER_REMOTE_NAME = origin [2020-07-22T07:17:49.101Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-22T07:17:49.101Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-22T07:17:49.101Z] # $SEMVER_BRANCH = master [2020-07-22T07:17:49.101Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } [2020-07-22T07:17:55.736Z] $ docker exec --env ******** --env ******** 98d55f5d2197d77954ba0e3ea596f0e0ea8c0514a54665737b843aac4feae40a ssh-agent -k [2020-07-22T07:17:55.892Z] unset SSH_AUTH_SOCK; [2020-07-22T07:17:55.892Z] unset SSH_AGENT_PID; [2020-07-22T07:17:55.892Z] echo Agent pid 17 killed; [2020-07-22T07:17:55.955Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-22T07:17:56.392Z] + git semver [Pipeline] } [2020-07-22T07:17:56.408Z] $ docker stop --time=1 98d55f5d2197d77954ba0e3ea596f0e0ea8c0514a54665737b843aac4feae40a [2020-07-22T07:17:57.845Z] $ docker rm -f 98d55f5d2197d77954ba0e3ea596f0e0ea8c0514a54665737b843aac4feae40a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-07-22T07:17:58.873Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-22T07:17:59.446Z] ---> package-listing.sh [2020-07-22T07:17:59.447Z] ++ facter osfamily [2020-07-22T07:17:59.447Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-22T07:17:59.447Z] + OS_FAMILY=redhat [2020-07-22T07:17:59.447Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_master [2020-07-22T07:17:59.447Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-22T07:17:59.447Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-22T07:17:59.447Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-22T07:17:59.447Z] + PACKAGES=/tmp/packages_start.txt [2020-07-22T07:17:59.447Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' [2020-07-22T07:17:59.447Z] + PACKAGES=/tmp/packages_end.txt [2020-07-22T07:17:59.447Z] + case "${OS_FAMILY}" in [2020-07-22T07:17:59.447Z] + rpm -qa [2020-07-22T07:17:59.447Z] + sort [2020-07-22T07:18:06.046Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-22T07:18:06.046Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-22T07:18:06.046Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-22T07:18:06.046Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' [2020-07-22T07:18:06.046Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/archives/ [2020-07-22T07:18:06.046Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:18:06.642Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-22T07:18:06.642Z] [2020-07-22T07:18:06.642Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:18:06.990Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-22T07:18:06.990Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-22T07:18:06.990Z] c9b1b535fdd9: Pulling fs layer [2020-07-22T07:18:06.990Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-22T07:18:06.990Z] 756a868c4378: Pulling fs layer [2020-07-22T07:18:06.990Z] 444b2fc9a129: Pulling fs layer [2020-07-22T07:18:06.990Z] ea15f1150254: Pulling fs layer [2020-07-22T07:18:06.990Z] 41b27a9f41bf: Pulling fs layer [2020-07-22T07:18:06.990Z] 28c525ee5125: Pulling fs layer [2020-07-22T07:18:06.990Z] 094b1ea09ed8: Pulling fs layer [2020-07-22T07:18:06.990Z] 138eaada9080: Pulling fs layer [2020-07-22T07:18:06.990Z] 0622d0fa9048: Pulling fs layer [2020-07-22T07:18:06.990Z] 28c525ee5125: Waiting [2020-07-22T07:18:06.990Z] 094b1ea09ed8: Waiting [2020-07-22T07:18:06.990Z] 138eaada9080: Waiting [2020-07-22T07:18:06.990Z] 0622d0fa9048: Waiting [2020-07-22T07:18:06.990Z] 444b2fc9a129: Waiting [2020-07-22T07:18:06.990Z] 41b27a9f41bf: Waiting [2020-07-22T07:18:06.990Z] ea15f1150254: Waiting [2020-07-22T07:18:06.990Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-22T07:18:06.990Z] 2cc5ad85d9ab: Download complete [2020-07-22T07:18:06.990Z] 444b2fc9a129: Verifying Checksum [2020-07-22T07:18:06.990Z] 444b2fc9a129: Download complete [2020-07-22T07:18:07.254Z] c9b1b535fdd9: Verifying Checksum [2020-07-22T07:18:07.254Z] c9b1b535fdd9: Download complete [2020-07-22T07:18:07.254Z] ea15f1150254: Verifying Checksum [2020-07-22T07:18:07.254Z] ea15f1150254: Download complete [2020-07-22T07:18:07.254Z] 28c525ee5125: Verifying Checksum [2020-07-22T07:18:07.254Z] 28c525ee5125: Download complete [2020-07-22T07:18:07.874Z] 756a868c4378: Verifying Checksum [2020-07-22T07:18:07.874Z] 756a868c4378: Download complete [2020-07-22T07:18:07.874Z] 138eaada9080: Verifying Checksum [2020-07-22T07:18:07.874Z] 138eaada9080: Download complete [2020-07-22T07:18:07.874Z] 094b1ea09ed8: Verifying Checksum [2020-07-22T07:18:07.874Z] 094b1ea09ed8: Download complete [2020-07-22T07:18:07.874Z] 0622d0fa9048: Verifying Checksum [2020-07-22T07:18:07.874Z] 0622d0fa9048: Download complete [2020-07-22T07:18:08.462Z] c9b1b535fdd9: Pull complete [2020-07-22T07:18:08.724Z] 41b27a9f41bf: Verifying Checksum [2020-07-22T07:18:08.724Z] 41b27a9f41bf: Download complete [2020-07-22T07:18:08.724Z] 2cc5ad85d9ab: Pull complete [2020-07-22T07:18:10.659Z] 756a868c4378: Pull complete [2020-07-22T07:18:10.659Z] 444b2fc9a129: Pull complete [2020-07-22T07:18:10.923Z] ea15f1150254: Pull complete [2020-07-22T07:18:16.268Z] 41b27a9f41bf: Pull complete [2020-07-22T07:18:16.529Z] 28c525ee5125: Pull complete [2020-07-22T07:18:19.116Z] 094b1ea09ed8: Pull complete [2020-07-22T07:18:20.506Z] 138eaada9080: Pull complete [2020-07-22T07:18:20.506Z] 0622d0fa9048: Pull complete [2020-07-22T07:18:20.506Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-22T07:18:20.506Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-22T07:18:20.506Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-22T07:18:20.638Z] prd-centos7-docker-4c-2g-558 does not seem to be running inside a container [2020-07-22T07:18:20.682Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-07-22T07:18:22.927Z] $ docker top 6f0ace76d9aa058e633d07d4376653dde2d03ee401d288a752efd7b76f00b42d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-22T07:18:23.312Z] provisioning config files... [2020-07-22T07:18:23.328Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config5600469872657422519tmp [Pipeline] { [Pipeline] echo [2020-07-22T07:18:23.384Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-22T07:18:23.680Z] ---> create-netrc.sh [Pipeline] echo [2020-07-22T07:18:23.689Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-22T07:18:23.983Z] ---> logs-deploy.sh [2020-07-22T07:18:23.983Z] + ARCHIVE_ARTIFACTS= [2020-07-22T07:18:23.983Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-22T07:18:23.984Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-22T07:18:23.984Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-22T07:18:23.984Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/13 [2020-07-22T07:18:23.984Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-mqtt-go/job/master/13/ [2020-07-22T07:18:23.984Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/13 /w/workspace/gexfoundry_device-mqtt-go_master [2020-07-22T07:18:25.906Z] Archives upload complete. [2020-07-22T07:18:25.906Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/13 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-mqtt-go/job/master/13/