Started by user Bill Mahoney 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > 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 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ 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 BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre SNAP_CHANNEL: latest/edge BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-511 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 e79178b88edbb9292baeff06bb49682f9eadd771 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:42:03 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:42:03 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:42:03 ========================================================= 20:42:03 EdgeX Global Pipelines Version Info 20:42:03 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:42:06 ------------------- 20:42:06 stable info: 20:42:06 ------------------- 20:42:06 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:42:06 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 20:42:06 Message: update stable to v1.0.106 20:42:07 ------------------- 20:42:07 experimental info: 20:42:07 ------------------- 20:42:07 Commited By: **** collab-it+edgex@linuxfoundation.org 20:42:07 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 20:42:07 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:42:09 + git log --format=format:%s -1 e79178b88edbb9292baeff06bb49682f9eadd771 [Pipeline] echo 20:42:09 GIT_COMMIT: e79178b88edbb9292baeff06bb49682f9eadd771, Commit Message: Merge pull request #156 from hahattan/issue154/155 [Pipeline] echo 20:42:09 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 20:42:10 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:42:10 20:42:10 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:42:11 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:42:11 latest: Pulling from edgex-devops/git-semver 20:42:11 31603596830f: Pulling fs layer 20:42:11 2a8b12db71e7: Pulling fs layer 20:42:11 6ca5941a6612: Pulling fs layer 20:42:11 ecc8261a40a4: Pulling fs layer 20:42:11 ecc8261a40a4: Waiting 20:42:11 2a8b12db71e7: Verifying Checksum 20:42:11 2a8b12db71e7: Download complete 20:42:11 31603596830f: Verifying Checksum 20:42:11 31603596830f: Download complete 20:42:11 ecc8261a40a4: Verifying Checksum 20:42:11 ecc8261a40a4: Download complete 20:42:11 6ca5941a6612: Verifying Checksum 20:42:11 6ca5941a6612: Download complete 20:42:12 31603596830f: Pull complete 20:42:12 2a8b12db71e7: Pull complete 20:42:14 6ca5941a6612: Pull complete 20:42:14 ecc8261a40a4: Pull complete 20:42:14 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:42:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:42:14 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:42:14 prd-centos7-docker-4c-2g-511 does not seem to be running inside a container 20:42:14 $ 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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:42:16 $ docker top 8a53f257ded6b71d81b80bf4d7bea37e4db6f257f34ae5330fd3c57339756c9e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:42:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:42:17 [ssh-agent] Looking for ssh-agent implementation... 20:42:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:42:17 $ docker exec 8a53f257ded6b71d81b80bf4d7bea37e4db6f257f34ae5330fd3c57339756c9e ssh-agent 20:42:17 SSH_AUTH_SOCK=/tmp/ssh-q2anNgALwmWZ/agent.13 20:42:17 SSH_AGENT_PID=19 20:42:17 Running ssh-add (command line suppressed) 20:42:17 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_2949449660824008695.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_2949449660824008695.key) 20:42:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:42:18 + git describe --exact-match --tags HEAD 20:42:18 fatal: No names found, cannot describe anything. [Pipeline] } 20:42:18 $ docker exec --env ******** --env ******** 8a53f257ded6b71d81b80bf4d7bea37e4db6f257f34ae5330fd3c57339756c9e ssh-agent -k 20:42:18 unset SSH_AUTH_SOCK; 20:42:18 unset SSH_AGENT_PID; 20:42:18 echo Agent pid 19 killed; 20:42:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 20:42:19 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 20:42:19 This usually means this commit has not been tagged. [Pipeline] sshagent 20:42:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:42:19 [ssh-agent] Looking for ssh-agent implementation... 20:42:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:42:19 $ docker exec 8a53f257ded6b71d81b80bf4d7bea37e4db6f257f34ae5330fd3c57339756c9e ssh-agent 20:42:19 SSH_AUTH_SOCK=/tmp/ssh-jq5iyaqJWFOH/agent.49 20:42:19 SSH_AGENT_PID=54 20:42:19 Running ssh-add (command line suppressed) 20:42:20 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_2656472584589261984.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_2656472584589261984.key) 20:42:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:42:21 + git semver init 20:42:21 # -> Open(): unable to determine branch for HEAD 20:42:21 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 20:42:21 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 20:42:21 # $SEMVER_REMOTE_NAME = origin 20:42:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:42:21 # $SEMVER_USER_NAME = edgex-jenkins 20:42:21 # $SEMVER_BRANCH = master 20:42:21 # $SEMVER_TEMP = /tmp/semver-143277014 20:42:21 # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP 20:42:21 # '/tmp/semver-143277014' -> '/w/workspace/gexfoundry_device-mqtt-go_master/.semver' 20:42:21 # -> Force: false 20:42:21 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } 20:42:21 $ docker exec --env ******** --env ******** 8a53f257ded6b71d81b80bf4d7bea37e4db6f257f34ae5330fd3c57339756c9e ssh-agent -k 20:42:22 unset SSH_AUTH_SOCK; 20:42:22 unset SSH_AGENT_PID; 20:42:22 echo Agent pid 54 killed; 20:42:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:42:22 + git semver [Pipeline] } 20:42:22 $ docker stop --time=1 8a53f257ded6b71d81b80bf4d7bea37e4db6f257f34ae5330fd3c57339756c9e 20:42:24 $ docker rm -f 8a53f257ded6b71d81b80bf4d7bea37e4db6f257f34ae5330fd3c57339756c9e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 20:42:25 Stashed 18 file(s) [Pipeline] echo 20:42:25 [edgeXSemver] initialized semver on version 1.2.2 [Pipeline] echo 20:42:25 Archived original version: [1.2.2] [Pipeline] } [Pipeline] // script [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 20:42:41 Still waiting to schedule task 20:42:41 Waiting for next available executor on ‘centos7-docker-4c-2g’ 20:42:41 Still waiting to schedule task 20:42:41 ‘prd-ubuntu18.04-docker-arm64-4c-16g-513’ is offline 20:44:12 Running on prd-centos7-docker-4c-2g-519 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws 20:44:12 Running in /w/workspace/device-mqtt-go/14 [Pipeline] { [Pipeline] checkout 20:44:15 using credential edgex-jenkins-ssh 20:44:15 Cloning the remote Git repository 20:44:15 Cloning with configured refspecs honoured and without tags 20:44:15 Fetching without tags 20:44:15 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 20:44:15 > git init /w/workspace/device-mqtt-go/14 # timeout=10 20:44:15 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 20:44:15 > git --version # timeout=10 20:44:15 using GIT_SSH to set credentials SSH Credentials for GitHub 20:44:15 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:44:15 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 20:44:15 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 20:44:15 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 20:44:15 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 20:44:15 using GIT_SSH to set credentials SSH Credentials for GitHub 20:44:15 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:44:16 Checking out Revision e79178b88edbb9292baeff06bb49682f9eadd771 (master) 20:44:16 > git config core.sparsecheckout # timeout=10 20:44:16 > git checkout -f e79178b88edbb9292baeff06bb49682f9eadd771 # timeout=10 20:44:20 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 20:44:20 ========================================================= 20:44:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 20:44:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:44:21 + 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 . 20:44:21 Sending build context to Docker daemon 586.8kB 20:44:21 Step 1/8 : ARG BASE=golang:1.13-alpine 20:44:21 Step 2/8 : FROM ${BASE} 20:44:22 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 20:44:22 df20fa9351a1: Pulling fs layer 20:44:22 ed8968b2872e: Pulling fs layer 20:44:22 a92cc7c5fd73: Pulling fs layer 20:44:22 2dd03ba5bac4: Pulling fs layer 20:44:22 1e091d79d1de: Pulling fs layer 20:44:22 481702a1767f: Pulling fs layer 20:44:22 f64a6f60c768: Pulling fs layer 20:44:22 e78d2573fc39: Pulling fs layer 20:44:22 e876d2f968b6: Pulling fs layer 20:44:22 ce8a83651883: Pulling fs layer 20:44:22 07967f4d0e4b: Pulling fs layer 20:44:22 f64a6f60c768: Waiting 20:44:22 e78d2573fc39: Waiting 20:44:22 e876d2f968b6: Waiting 20:44:22 ce8a83651883: Waiting 20:44:22 07967f4d0e4b: Waiting 20:44:22 2dd03ba5bac4: Waiting 20:44:22 1e091d79d1de: Waiting 20:44:22 481702a1767f: Waiting 20:44:22 a92cc7c5fd73: Verifying Checksum 20:44:22 a92cc7c5fd73: Download complete 20:44:22 ed8968b2872e: Download complete 20:44:22 1e091d79d1de: Download complete 20:44:22 481702a1767f: Verifying Checksum 20:44:22 481702a1767f: Download complete 20:44:22 df20fa9351a1: Verifying Checksum 20:44:22 df20fa9351a1: Pull complete 20:44:22 f64a6f60c768: Verifying Checksum 20:44:22 f64a6f60c768: Download complete 20:44:22 e876d2f968b6: Verifying Checksum 20:44:22 e876d2f968b6: Download complete 20:44:23 2dd03ba5bac4: Verifying Checksum 20:44:23 2dd03ba5bac4: Download complete 20:44:23 ce8a83651883: Verifying Checksum 20:44:23 ce8a83651883: Download complete 20:44:23 e78d2573fc39: Verifying Checksum 20:44:23 e78d2573fc39: Download complete 20:44:23 07967f4d0e4b: Verifying Checksum 20:44:23 07967f4d0e4b: Download complete 20:44:24 ed8968b2872e: Pull complete 20:44:24 a92cc7c5fd73: Pull complete 20:44:31 2dd03ba5bac4: Pull complete 20:44:31 1e091d79d1de: Pull complete 20:44:31 481702a1767f: Pull complete 20:44:36 f64a6f60c768: Pull complete 20:44:39 e78d2573fc39: Pull complete 20:44:39 e876d2f968b6: Pull complete 20:44:41 ce8a83651883: Pull complete 20:44:41 07967f4d0e4b: Pull complete 20:44:41 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 20:44:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 20:44:41 ---> 5d7c900382c6 20:44:41 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 20:44:41 ---> Running in 360a7f2fa6a8 20:44:42 Removing intermediate container 360a7f2fa6a8 20:44:42 ---> 655fb9c471c2 20:44:42 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:44:42 ---> Running in fcb2f85fbcde 20:44:43 Removing intermediate container fcb2f85fbcde 20:44:43 ---> e29de309f4b0 20:44:43 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 20:44:43 ---> Running in 856f1690dea8 20:44:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:44:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:44:44 (1/14) Installing libmagic (5.38-r0) 20:44:45 (2/14) Installing file (5.38-r0) 20:44:45 (3/14) Installing libc-dev (0.7.2-r3) 20:44:45 (4/14) Installing g++ (9.3.0-r2) 20:44:47 (5/14) Installing fortify-headers (1.1-r0) 20:44:47 (6/14) Installing patch (2.7.6-r6) 20:44:47 (7/14) Installing build-base (0.5-r2) 20:44:47 (8/14) Installing openssh-keygen (8.3_p1-r0) 20:44:47 (9/14) Installing libedit (20191231.3.1-r0) 20:44:47 (10/14) Installing openssh-client (8.3_p1-r0) 20:44:48 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 20:44:48 (12/14) Installing openssh-server-common (8.3_p1-r0) 20:44:48 (13/14) Installing openssh-server (8.3_p1-r0) 20:44:48 (14/14) Installing openssh (8.3_p1-r0) 20:44:48 Executing busybox-1.31.1-r16.trigger 20:44:48 OK: 237 MiB in 53 packages 20:44:51 Removing intermediate container 856f1690dea8 20:44:51 ---> 5f631a391f53 20:44:51 Step 6/8 : WORKDIR /device-mqtt-go 20:44:51 ---> Running in 4aa8aa0699da 20:44:51 Removing intermediate container 4aa8aa0699da 20:44:51 ---> 7d6eb506148e 20:44:51 Step 7/8 : COPY . . 20:44:52 ---> 7513eb61c09e 20:44:52 Step 8/8 : RUN go mod download 20:44:52 ---> Running in 210607c48657 20:44:55 go: finding github.com/BurntSushi/toml v0.3.1 20:44:55 go: finding github.com/OneOfOne/xxhash v1.2.6 20:44:55 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 20:44:55 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:44:55 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 20:44:55 go: finding github.com/bgentry/speakeasy v0.1.0 20:44:55 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 20:44:55 go: finding github.com/davecgh/go-spew v1.1.1 20:44:55 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 20:44:55 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 20:44:55 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 20:44:55 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 20:44:55 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 20:44:55 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 20:44:55 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 20:44:55 go: finding github.com/fatih/color v1.7.0 20:44:55 go: finding github.com/fxamacker/cbor/v2 v2.2.0 20:44:55 go: finding github.com/go-kit/kit v0.8.0 20:44:55 go: finding github.com/go-logfmt/logfmt v0.4.0 20:44:55 go: finding github.com/go-stack/stack v1.8.0 20:44:55 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 20:44:55 go: finding github.com/google/uuid v1.1.1 20:44:55 go: finding github.com/gorilla/mux v1.7.1 20:44:55 go: finding github.com/hashicorp/consul/api v1.1.0 20:44:55 go: finding github.com/hashicorp/consul/sdk v0.1.1 20:44:55 go: finding github.com/hashicorp/errwrap v1.0.0 20:44:55 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 20:44:55 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 20:44:56 go: finding github.com/hashicorp/go-msgpack v0.5.3 20:44:56 go: finding github.com/hashicorp/go-multierror v1.0.0 20:44:56 go: finding github.com/hashicorp/go-rootcerts v1.0.0 20:44:56 go: finding github.com/hashicorp/go-sockaddr v1.0.0 20:44:56 go: finding github.com/hashicorp/go-syslog v1.0.0 20:44:56 go: finding github.com/hashicorp/go-uuid v1.0.1 20:44:56 go: finding github.com/hashicorp/go.net v0.0.1 20:44:56 go: finding github.com/hashicorp/golang-lru v0.5.0 20:44:56 go: finding github.com/hashicorp/logutils v1.0.0 20:44:56 go: finding github.com/hashicorp/mdns v1.0.0 20:44:56 go: finding github.com/hashicorp/memberlist v0.1.3 20:44:56 go: finding github.com/hashicorp/serf v0.8.2 20:44:56 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 20:44:56 go: finding github.com/kr/pretty v0.1.0 20:44:56 go: finding github.com/kr/pty v1.1.1 20:44:56 go: finding github.com/kr/text v0.1.0 20:44:56 go: finding github.com/mattn/go-colorable v0.0.9 20:44:56 go: finding github.com/mattn/go-isatty v0.0.3 20:44:56 go: finding github.com/miekg/dns v1.0.14 20:44:56 go: finding github.com/mitchellh/cli v1.0.0 20:44:56 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:44:56 go: finding github.com/mitchellh/copystructure v1.0.0 20:44:56 go: finding github.com/mitchellh/go-homedir v1.0.0 20:44:56 go: finding github.com/mitchellh/go-testing-interface v1.0.0 20:44:56 go: finding github.com/mitchellh/gox v0.4.0 20:44:56 go: finding github.com/mitchellh/iochan v1.0.0 20:44:56 go: finding github.com/mitchellh/mapstructure v1.1.2 20:44:56 go: finding github.com/mitchellh/reflectwalk v1.0.0 20:44:57 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 20:44:57 go: finding github.com/pelletier/go-toml v1.2.0 20:44:57 go: finding github.com/pkg/errors v0.8.1 20:44:57 go: finding github.com/pmezard/go-difflib v1.0.0 20:44:57 go: finding github.com/posener/complete v1.1.1 20:44:57 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 20:44:57 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 20:44:57 go: finding github.com/spf13/cast v1.3.0 20:44:57 go: finding github.com/stretchr/objx v0.1.0 20:44:57 go: finding github.com/stretchr/testify v1.5.1 20:44:57 go: finding github.com/ugorji/go v1.1.4 20:44:57 go: finding github.com/x448/float16 v0.8.4 20:44:57 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 20:44:57 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 20:44:57 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 20:44:57 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 20:44:57 go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 20:44:57 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 20:44:57 go: finding gopkg.in/yaml.v2 v2.2.8 20:45:06 Removing intermediate container 210607c48657 20:45:06 ---> 614fefe3fe76 20:45:06 Successfully built 614fefe3fe76 20:45:06 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 20:45:07 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:45:07 + ls -al . 20:45:07 total 64 20:45:07 drwxrwxr-x. 10 jenkins jenkins 4096 Aug 19 20:44 . 20:45:07 drwxrwxr-x. 4 jenkins jenkins 30 Aug 19 20:44 .. 20:45:07 -rw-rw-r--. 1 jenkins jenkins 4678 Aug 19 20:44 Attribution.txt 20:45:07 drwxrwxr-x. 2 jenkins jenkins 87 Aug 19 20:44 bin 20:45:07 drwxrwxr-x. 3 jenkins jenkins 32 Aug 19 20:44 cmd 20:45:07 -rw-rw-r--. 1 jenkins jenkins 1776 Aug 19 20:44 Dockerfile 20:45:07 -rw-rw-r--. 1 jenkins jenkins 953 Aug 19 20:44 Dockerfile.build 20:45:07 -rw-rw-r--. 1 jenkins jenkins 140 Aug 19 20:44 .dockerignore 20:45:07 drwxrwxr-x. 8 jenkins jenkins 162 Aug 19 20:44 .git 20:45:07 drwxrwxr-x. 2 jenkins jenkins 38 Aug 19 20:44 .github 20:45:07 -rw-rw-r--. 1 jenkins jenkins 328 Aug 19 20:44 .gitignore 20:45:07 -rw-rw-r--. 1 jenkins jenkins 510 Aug 19 20:44 go.mod 20:45:07 drwxrwxr-x. 3 jenkins jenkins 20 Aug 19 20:44 internal 20:45:07 -rw-rw-r--. 1 jenkins jenkins 700 Aug 19 20:44 Jenkinsfile 20:45:07 -rw-rw-r--. 1 jenkins jenkins 11340 Aug 19 20:44 LICENSE 20:45:07 -rw-rw-r--. 1 jenkins jenkins 902 Aug 19 20:44 Makefile 20:45:07 drwxrwxr-x. 2 jenkins jenkins 23 Aug 19 20:44 mock 20:45:07 -rw-rw-r--. 1 jenkins jenkins 444 Aug 19 20:44 README.md 20:45:07 drwxrwxr-x. 3 jenkins jenkins 44 Aug 19 20:44 .semver 20:45:07 drwxrwxr-x. 4 jenkins jenkins 54 Aug 19 20:44 snap 20:45:07 -rw-rw-r--. 1 jenkins jenkins 5 Aug 19 20:42 VERSION 20:45:07 -rw-rw-r--. 1 jenkins jenkins 227 Aug 19 20:44 version.go [Pipeline] isUnix [Pipeline] sh 20:45:07 + 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 . 20:45:08 Sending build context to Docker daemon 586.8kB 20:45:08 Step 1/21 : ARG BASE=golang:1.13-alpine 20:45:08 Step 2/21 : FROM ${BASE} AS builder 20:45:08 ---> 614fefe3fe76 20:45:08 Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 20:45:08 ---> Running in 0561a384defa 20:45:08 Removing intermediate container 0561a384defa 20:45:08 ---> 55a6e109d266 20:45:08 Step 4/21 : ARG ALPINE_PKG_EXTRA="" 20:45:08 ---> Running in f8f239e24fbf 20:45:08 Removing intermediate container f8f239e24fbf 20:45:08 ---> e391ebe2c451 20:45:08 Step 5/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:45:08 ---> Running in fac35650bd1c 20:45:10 Removing intermediate container fac35650bd1c 20:45:10 ---> 5ecc4b2dadc7 20:45:10 Step 6/21 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:45:10 ---> Running in 8880783bee57 20:45:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:45:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:45:11 OK: 237 MiB in 53 packages 20:45:12 Removing intermediate container 8880783bee57 20:45:12 ---> 276057d46797 20:45:12 Step 7/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 20:45:12 ---> Running in 55dfde2e1895 20:45:12 Removing intermediate container 55dfde2e1895 20:45:12 ---> 0da21d503014 20:45:12 Step 8/21 : COPY . . 20:45:13 ---> d2c946a7c1f0 20:45:13 Step 9/21 : ARG MAKE='make build' 20:45:13 ---> Running in 181b509343ee 20:45:13 Removing intermediate container 181b509343ee 20:45:13 ---> 58b36f934c22 20:45:13 Step 10/21 : RUN $MAKE 20:45:13 ---> Running in 63ab4962d8ef 20:45:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.2" -o cmd/device-mqtt ./cmd 20:45:23 CGO_ENABLED=0 GO111MODULE=on go build ./... 20:45:29 Removing intermediate container 63ab4962d8ef 20:45:29 ---> 55d62848f785 20:45:29 Step 11/21 : FROM alpine 20:45:29 latest: Pulling from library/alpine 20:45:29 df20fa9351a1: Already exists 20:45:29 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 20:45:29 Status: Downloaded newer image for alpine:latest 20:45:29 ---> a24bb4013296 20:45:29 Step 12/21 : ENV APP_PORT=49982 20:45:29 ---> Running in 7545b5ccb8d8 20:45:29 Removing intermediate container 7545b5ccb8d8 20:45:29 ---> de830e27a8d1 20:45:29 Step 13/21 : EXPOSE $APP_PORT 20:45:29 ---> Running in e67a4cd1efe6 20:45:29 Removing intermediate container e67a4cd1efe6 20:45:29 ---> fa3ff87c23f1 20:45:29 Step 14/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 20:45:30 ---> a0b03445d048 20:45:30 Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 20:45:30 ---> 45932a477e7e 20:45:30 Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 20:45:30 ---> 434e915acfbd 20:45:30 Step 17/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 20:45:30 ---> Running in 98279b2620eb 20:45:30 Removing intermediate container 98279b2620eb 20:45:30 ---> b796fd531757 20:45:30 Step 18/21 : ENTRYPOINT ["/device-mqtt","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] 20:45:30 ---> Running in dc02c266d43b 20:45:30 Removing intermediate container dc02c266d43b 20:45:30 ---> a17ae0b44dfe 20:45:30 Step 19/21 : LABEL arch=amd64 20:45:30 ---> Running in 09f48b08d447 20:45:31 Removing intermediate container 09f48b08d447 20:45:31 ---> d1af81e4eeb4 20:45:31 Step 20/21 : LABEL git_sha=e79178b88edbb9292baeff06bb49682f9eadd771 20:45:31 ---> Running in 6e17c7c4b6cd 20:45:31 Removing intermediate container 6e17c7c4b6cd 20:45:31 ---> da3582a265b1 20:45:31 Step 21/21 : LABEL version=1.2.2 20:45:31 ---> Running in d983b557e45f 20:45:31 Removing intermediate container d983b557e45f 20:45:31 ---> 066ab5949856 20:45:31 [Warning] One or more build-args [ARCH] were not consumed 20:45:31 Successfully built 066ab5949856 20:45:31 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 20:45:32 provisioning config files... 20:45:32 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/14@tmp/config3741543265169434441tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:45:32 nexus3.edgexfoundry.org:10001 20:45:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:45:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:45:32 Configure a credential helper to remove this warning. See 20:45:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:45:32 20:45:32 Login Succeeded 20:45:32 nexus3.edgexfoundry.org:10002 20:45:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:45:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:45:32 Configure a credential helper to remove this warning. See 20:45:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:45:32 20:45:32 Login Succeeded 20:45:32 nexus3.edgexfoundry.org:10003 20:45:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:45:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:45:33 Configure a credential helper to remove this warning. See 20:45:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:45:33 20:45:33 Login Succeeded 20:45:33 nexus3.edgexfoundry.org:10004 20:45:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:45:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:45:33 Configure a credential helper to remove this warning. See 20:45:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:45:33 20:45:33 Login Succeeded 20:45:33 docker.io 20:45:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:45:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:45:33 Configure a credential helper to remove this warning. See 20:45:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:45:33 20:45:33 Login Succeeded [Pipeline] } 20:45:33 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:45:33 [edgeXDocker.push] Tagging docker image docker-device-mqtt-go with the following tags: 20:45:33 e79178b88edbb9292baeff06bb49682f9eadd771 20:45:33 latest 20:45:33 1.2.2 20:45:33 e79178b88edbb9292baeff06bb49682f9eadd771-1.2.2 20:45:33 master 20:45:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:45:34 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:e79178b88edbb9292baeff06bb49682f9eadd771 [Pipeline] isUnix [Pipeline] sh 20:45:34 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:e79178b88edbb9292baeff06bb49682f9eadd771 20:45:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 20:45:34 62d013f47924: Preparing 20:45:34 6e346f991912: Preparing 20:45:34 d13a64a254ad: Preparing 20:45:34 50644c29ef5a: Preparing 20:45:34 50644c29ef5a: Layer already exists 20:45:34 6e346f991912: Pushed 20:45:34 62d013f47924: Pushed 20:45:36 d13a64a254ad: Pushed 20:45:36 e79178b88edbb9292baeff06bb49682f9eadd771: digest: sha256:4f8bf35edc5f44764e24dc1aecb032dcdad684c3c4033041c8bbda23cf93c391 size: 1154 [Pipeline] isUnix [Pipeline] sh 20:45:36 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [Pipeline] isUnix [Pipeline] sh 20:45:36 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest 20:45:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 20:45:36 62d013f47924: Preparing 20:45:36 6e346f991912: Preparing 20:45:36 d13a64a254ad: Preparing 20:45:36 50644c29ef5a: Preparing 20:45:36 6e346f991912: Layer already exists 20:45:36 50644c29ef5a: Layer already exists 20:45:36 d13a64a254ad: Layer already exists 20:45:36 62d013f47924: Layer already exists 20:45:36 latest: digest: sha256:4f8bf35edc5f44764e24dc1aecb032dcdad684c3c4033041c8bbda23cf93c391 size: 1154 [Pipeline] isUnix [Pipeline] sh 20:45:37 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.2.2 [Pipeline] isUnix [Pipeline] sh 20:45:37 Running on prd-ubuntu18.04-docker-arm64-4c-16g-523 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws 20:45:37 Running in /w/workspace/device-mqtt-go/14 [Pipeline] { 20:45:37 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.2.2 20:45:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 20:45:37 62d013f47924: Preparing 20:45:37 6e346f991912: Preparing 20:45:37 d13a64a254ad: Preparing 20:45:37 50644c29ef5a: Preparing 20:45:37 d13a64a254ad: Layer already exists 20:45:37 62d013f47924: Layer already exists 20:45:37 6e346f991912: Layer already exists 20:45:37 50644c29ef5a: Layer already exists 20:45:37 1.2.2: digest: sha256:4f8bf35edc5f44764e24dc1aecb032dcdad684c3c4033041c8bbda23cf93c391 size: 1154 [Pipeline] checkout [Pipeline] isUnix [Pipeline] sh 20:45:37 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:e79178b88edbb9292baeff06bb49682f9eadd771-1.2.2 [Pipeline] isUnix [Pipeline] sh 20:45:38 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:e79178b88edbb9292baeff06bb49682f9eadd771-1.2.2 20:45:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 20:45:38 62d013f47924: Preparing 20:45:38 6e346f991912: Preparing 20:45:38 d13a64a254ad: Preparing 20:45:38 50644c29ef5a: Preparing 20:45:38 62d013f47924: Layer already exists 20:45:38 50644c29ef5a: Layer already exists 20:45:38 d13a64a254ad: Layer already exists 20:45:38 6e346f991912: Layer already exists 20:45:38 e79178b88edbb9292baeff06bb49682f9eadd771-1.2.2: digest: sha256:4f8bf35edc5f44764e24dc1aecb032dcdad684c3c4033041c8bbda23cf93c391 size: 1154 [Pipeline] isUnix [Pipeline] sh 20:45:38 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [Pipeline] isUnix [Pipeline] sh 20:45:38 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master 20:45:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 20:45:38 62d013f47924: Preparing 20:45:38 6e346f991912: Preparing 20:45:38 d13a64a254ad: Preparing 20:45:38 50644c29ef5a: Preparing 20:45:38 62d013f47924: Layer already exists 20:45:38 50644c29ef5a: Layer already exists 20:45:38 d13a64a254ad: Layer already exists 20:45:38 6e346f991912: Layer already exists 20:45:38 master: digest: sha256:4f8bf35edc5f44764e24dc1aecb032dcdad684c3c4033041c8bbda23cf93c391 size: 1154 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:45:39 ===================================================== [Pipeline] echo 20:45:39 taggedImages: 20:45:39 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:e79178b88edbb9292baeff06bb49682f9eadd771 20:45:39 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest 20:45:39 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.2.2 20:45:39 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:e79178b88edbb9292baeff06bb49682f9eadd771-1.2.2 20:45:39 - 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 20:45:39 ++ find /w/workspace/device-mqtt-go/14 20:45:39 ++ grep snapcraft.yaml 20:45:39 + grep -Po '^name: \K(.*)' /w/workspace/device-mqtt-go/14/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:45:40 provisioning config files... 20:45:40 copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/14@tmp/config1584024435900755611tmp [Pipeline] { [Pipeline] sh 20:45:40 + cp /w/workspace/device-mqtt-go/14@tmp/config1584024435900755611tmp /w/workspace/device-mqtt-go/14/edgex-snap-store-login [Pipeline] sh 20:45:40 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/14:/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 20:45:40 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 20:45:40 latest: Pulling from edgex-devops/edgex-snap-builder 20:45:40 7595c8c21622: Pulling fs layer 20:45:40 d13af8ca898f: Pulling fs layer 20:45:40 70799171ddba: Pulling fs layer 20:45:40 b6c12202c5ef: Pulling fs layer 20:45:40 0e468b2cbd7c: Pulling fs layer 20:45:40 81ce4cd09fec: Pulling fs layer 20:45:40 9113857f769f: Pulling fs layer 20:45:40 a6a4d6edcf0f: Pulling fs layer 20:45:40 1466ad0cc8cc: Pulling fs layer 20:45:40 b6c12202c5ef: Waiting 20:45:40 81ce4cd09fec: Waiting 20:45:40 a6a4d6edcf0f: Waiting 20:45:40 9113857f769f: Waiting 20:45:40 70799171ddba: Verifying Checksum 20:45:40 70799171ddba: Download complete 20:45:40 d13af8ca898f: Verifying Checksum 20:45:40 d13af8ca898f: Download complete 20:45:40 b6c12202c5ef: Verifying Checksum 20:45:40 b6c12202c5ef: Download complete 20:45:40 81ce4cd09fec: Verifying Checksum 20:45:40 81ce4cd09fec: Download complete 20:45:40 9113857f769f: Verifying Checksum 20:45:40 9113857f769f: Download complete 20:45:40 a6a4d6edcf0f: Verifying Checksum 20:45:40 a6a4d6edcf0f: Download complete 20:45:40 1466ad0cc8cc: Verifying Checksum 20:45:40 1466ad0cc8cc: Download complete 20:45:41 7595c8c21622: Verifying Checksum 20:45:41 7595c8c21622: Download complete 20:45:43 using credential edgex-jenkins-ssh 20:45:43 Cloning the remote Git repository 20:45:43 Cloning with configured refspecs honoured and without tags 20:45:43 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 20:45:43 > git init /w/workspace/device-mqtt-go/14 # timeout=10 20:45:43 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 20:45:43 > git --version # timeout=10 20:45:43 using GIT_SSH to set credentials SSH Credentials for GitHub 20:45:43 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:45:44 Fetching without tags 20:45:44 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 20:45:44 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 20:45:44 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 20:45:44 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 20:45:44 using GIT_SSH to set credentials SSH Credentials for GitHub 20:45:44 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:45:45 Checking out Revision e79178b88edbb9292baeff06bb49682f9eadd771 (master) 20:45:46 0e468b2cbd7c: Verifying Checksum 20:45:46 0e468b2cbd7c: Download complete 20:45:46 7595c8c21622: Pull complete 20:45:46 d13af8ca898f: Pull complete 20:45:45 > git config core.sparsecheckout # timeout=10 20:45:45 > git checkout -f e79178b88edbb9292baeff06bb49682f9eadd771 # timeout=10 20:45:46 70799171ddba: Pull complete 20:45:46 b6c12202c5ef: Pull complete 20:45:49 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 20:45:50 ========================================================= 20:45:50 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 20:45:50 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:45:52 + 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 . 20:45:53 Sending build context to Docker daemon 586.8kB 20:45:53 Step 1/8 : ARG BASE=golang:1.13-alpine 20:45:53 Step 2/8 : FROM ${BASE} 20:45:53 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:45:53 b538f80385f9: Pulling fs layer 20:45:53 74f711af9a0d: Pulling fs layer 20:45:53 99f96fe45779: Pulling fs layer 20:45:53 fd7a069fd194: Pulling fs layer 20:45:53 66aa3694b03b: Pulling fs layer 20:45:53 170f70906a0f: Pulling fs layer 20:45:53 ad7c5574e4b9: Pulling fs layer 20:45:53 e772456be8f7: Pulling fs layer 20:45:53 c890913d741a: Pulling fs layer 20:45:53 2480fcc9aa5a: Pulling fs layer 20:45:53 09adf4765672: Pulling fs layer 20:45:53 fd7a069fd194: Waiting 20:45:53 66aa3694b03b: Waiting 20:45:53 170f70906a0f: Waiting 20:45:53 ad7c5574e4b9: Waiting 20:45:53 e772456be8f7: Waiting 20:45:53 c890913d741a: Waiting 20:45:53 2480fcc9aa5a: Waiting 20:45:53 09adf4765672: Waiting 20:45:53 99f96fe45779: Download complete 20:45:53 74f711af9a0d: Verifying Checksum 20:45:53 74f711af9a0d: Download complete 20:45:53 66aa3694b03b: Verifying Checksum 20:45:53 66aa3694b03b: Download complete 20:45:53 170f70906a0f: Download complete 20:45:53 b538f80385f9: Verifying Checksum 20:45:53 b538f80385f9: Download complete 20:45:54 b538f80385f9: Pull complete 20:45:54 74f711af9a0d: Pull complete 20:45:55 99f96fe45779: Pull complete 20:45:56 ad7c5574e4b9: Verifying Checksum 20:45:56 ad7c5574e4b9: Download complete 20:45:56 c890913d741a: Verifying Checksum 20:45:56 c890913d741a: Download complete 20:45:58 2480fcc9aa5a: Verifying Checksum 20:45:58 2480fcc9aa5a: Download complete 20:45:58 09adf4765672: Download complete 20:45:59 fd7a069fd194: Verifying Checksum 20:45:59 fd7a069fd194: Download complete 20:45:59 e772456be8f7: Download complete 20:46:09 fd7a069fd194: Pull complete 20:46:09 66aa3694b03b: Pull complete 20:46:09 170f70906a0f: Pull complete 20:46:13 0e468b2cbd7c: Pull complete 20:46:13 81ce4cd09fec: Pull complete 20:46:13 9113857f769f: Pull complete 20:46:13 a6a4d6edcf0f: Pull complete 20:46:13 1466ad0cc8cc: Pull complete 20:46:13 Digest: sha256:c642e91ff79aa258a1ae135e2f8792ce86cd15f1ac61018b6f83b5185eb02bcd 20:46:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 20:46:13 ad7c5574e4b9: Pull complete 20:46:15 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 20:46:15 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 20:46:16 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 20:46:16 Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 20:46:16 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1042 kB] 20:46:16 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.4 kB] 20:46:16 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1418 kB] 20:46:16 Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [890 kB] 20:46:16 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1341 kB] 20:46:16 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [101 kB] 20:46:16 Get:11 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9834 B] 20:46:16 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [117 kB] 20:46:17 Fetched 5197 kB in 2s (3238 kB/s) 20:46:18 e772456be8f7: Pull complete 20:46:18 c890913d741a: Pull complete 20:46:18 Reading package lists... 20:46:21 2480fcc9aa5a: Pull complete 20:46:21 09adf4765672: Pull complete 20:46:21 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 20:46:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 20:46:21 ---> 2248a725d1cf 20:46:21 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 20:46:23 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 20:46:23 0% [Connecting to archive.ubuntu.com (91.189.88.152)] 0% [1 InRelease gpgv 88.7 kB] [Connecting to archive.ubuntu.com (91.189.88.152) Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 20:46:23 0% [1 InRelease gpgv 88.7 kB] [Waiting for headers] 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:46:23 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 20:46:25 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... 49% Reading package lists... 65% Reading package lists... 65% Reading package lists... 66% Reading package lists... 66% Reading package lists... 75% Reading package lists... 75% Reading package lists... 75% Reading package lists... 75% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 86% Reading package lists... 86% Reading package lists... 92% Reading package lists... 92% 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 20:46:26 ---> Running in 65d76195829e 20:46:26 Removing intermediate container 65d76195829e 20:46:26 ---> d14b5f8c83ef 20:46:26 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:46:26 ---> Running in 08d6540dc6b2 20:46:27 Installing build dependencies: curl git git-man less libcurl3-gnutls libcurl4 liberror-perl libgdbm-compat4 libgdbm5 libperl5.26 make netbase patch perl perl-modules-5.26 20:46:28 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... 51% Reading package lists... 65% Reading package lists... 65% Reading package lists... 66% Reading package lists... 66% Reading package lists... 75% Reading package lists... 75% Reading package lists... 75% Reading package lists... 75% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 86% Reading package lists... 86% Reading package lists... 92% Reading package lists... 92% 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 20:46:28 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 55% Building dependency tree 20:46:28 Reading state information... 0% Reading state information... 0% Reading state information... Done 20:46:29 The following packages were automatically installed and are no longer required: 20:46:29 libjq1 libonig4 20:46:29 Use 'sudo apt autoremove' to remove them. 20:46:29 Suggested packages: 20:46:29 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 20:46:29 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed 20:46:29 diffutils-doc perl-doc libterm-readline-gnu-perl 20:46:29 | libterm-readline-perl-perl 20:46:29 Removing intermediate container 08d6540dc6b2 20:46:29 ---> 8add9b5574ca 20:46:29 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 20:46:29 ---> Running in 81b4a4d587df 20:46:30 The following NEW packages will be installed: 20:46:30 curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 20:46:30 libperl5.26 make netbase patch perl perl-modules-5.26 20:46:30 The following packages will be upgraded: 20:46:30 libcurl4 20:46:30 1 upgraded, 14 newly installed, 0 to remove and 0 not upgraded. 20:46:30 Need to get 12.2 MB of archives. 20:46:30 After this operation, 77.5 MB of additional disk space will be used. 20:46:30 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] 20:46:30 0% [1 perl-modules-5.26 12.6 kB/2763 kB 0%] 4% [1 perl-modules-5.26 675 kB/2763 kB 24%] 19% [Working] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 20:46:30 21% [Waiting for headers] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 20:46:30 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] 20:46:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:46:31 23% [4 libperl5.26 55.1 kB/3527 kB 2%] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] 20:46:31 47% [5 perl 33.5 kB/201 kB 17%] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 20:46:31 50% [6 less 65.5 kB/112 kB 59%] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 20:46:31 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.10 [214 kB] 20:46:31 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] 20:46:31 56% [9 curl 37.0 kB/159 kB 23%] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] 20:46:31 58% [10 libcurl3-gnutls 54.7 kB/213 kB 26%] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 20:46:31 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 20:46:31 62% [12 git-man 48.1 kB/804 kB 6%] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 20:46:31 69% [13 git 63.5 kB/3915 kB 2%] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 20:46:31 96% [14 make 65.5 kB/154 kB 43%] 98% [Waiting for headers] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 20:46:31 98% [15 patch 53.2 kB/102 kB 52%] 100% [Working] Fetched 12.2 MB in 2s (7700 kB/s) 20:46:32 debconf: delaying package configuration, since apt-utils is not installed 20:46:32 Selecting previously unselected package perl-modules-5.26. 20:46:32 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9889 files and directories currently installed.) 20:46:32 Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 20:46:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:46:32 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 20:46:32 (1/14) Installing libmagic (5.38-r0) 20:46:33 (2/14) Installing file (5.38-r0) 20:46:33 (3/14) Installing libc-dev (0.7.2-r3) 20:46:33 (4/14) Installing g++ (9.3.0-r2) 20:46:34 Selecting previously unselected package libgdbm5:amd64. 20:46:34 Preparing to unpack .../01-libgdbm5_1.14.1-6_amd64.deb ... 20:46:34 Unpacking libgdbm5:amd64 (1.14.1-6) ... 20:46:35 Selecting previously unselected package libgdbm-compat4:amd64. 20:46:35 Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_amd64.deb ... 20:46:35 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 20:46:35 Selecting previously unselected package libperl5.26:amd64. 20:46:35 Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... 20:46:35 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 20:46:36 Selecting previously unselected package perl. 20:46:36 Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_amd64.deb ... 20:46:36 Unpacking perl (5.26.1-6ubuntu0.3) ... 20:46:36 Selecting previously unselected package less. 20:46:36 Preparing to unpack .../05-less_487-0.1_amd64.deb ... 20:46:36 Unpacking less (487-0.1) ... 20:46:36 Selecting previously unselected package netbase. 20:46:36 Preparing to unpack .../06-netbase_5.4_all.deb ... 20:46:36 Unpacking netbase (5.4) ... 20:46:36 Preparing to unpack .../07-libcurl4_7.58.0-2ubuntu3.10_amd64.deb ... 20:46:37 Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.10) over (7.58.0-2ubuntu3.9) ... 20:46:37 Selecting previously unselected package curl. 20:46:37 Preparing to unpack .../08-curl_7.58.0-2ubuntu3.10_amd64.deb ... 20:46:37 Unpacking curl (7.58.0-2ubuntu3.10) ... 20:46:37 Selecting previously unselected package libcurl3-gnutls:amd64. 20:46:37 Preparing to unpack .../09-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... 20:46:37 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 20:46:37 Selecting previously unselected package liberror-perl. 20:46:37 Preparing to unpack .../10-liberror-perl_0.17025-1_all.deb ... 20:46:37 Unpacking liberror-perl (0.17025-1) ... 20:46:37 Selecting previously unselected package git-man. 20:46:37 Preparing to unpack .../11-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 20:46:37 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 20:46:37 Selecting previously unselected package git. 20:46:37 Preparing to unpack .../12-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 20:46:37 Unpacking git (1:2.17.1-1ubuntu0.7) ... 20:46:38 Selecting previously unselected package make. 20:46:38 Preparing to unpack .../13-make_4.1-9.1ubuntu1_amd64.deb ... 20:46:38 Unpacking make (4.1-9.1ubuntu1) ... 20:46:38 Selecting previously unselected package patch. 20:46:38 Preparing to unpack .../14-patch_2.7.6-2ubuntu1.1_amd64.deb ... 20:46:38 Unpacking patch (2.7.6-2ubuntu1.1) ... 20:46:38 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 20:46:38 Setting up less (487-0.1) ... 20:46:38 Setting up make (4.1-9.1ubuntu1) ... 20:46:38 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 20:46:38 Setting up libcurl4:amd64 (7.58.0-2ubuntu3.10) ... 20:46:38 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 20:46:38 Setting up libgdbm5:amd64 (1.14.1-6) ... 20:46:38 Setting up patch (2.7.6-2ubuntu1.1) ... 20:46:38 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 20:46:38 Setting up netbase (5.4) ... 20:46:38 Setting up curl (7.58.0-2ubuntu3.10) ... 20:46:38 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 20:46:38 Setting up perl (5.26.1-6ubuntu0.3) ... 20:46:38 Setting up liberror-perl (0.17025-1) ... 20:46:38 Setting up git (1:2.17.1-1ubuntu0.7) ... 20:46:38 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 20:46:39 Processing triggers for mime-support (3.60ubuntu1) ... 20:46:41 curl set to automatically installed. 20:46:41 git set to automatically installed. 20:46:41 git-man set to automatically installed. 20:46:41 less set to automatically installed. 20:46:41 libcurl3-gnutls set to automatically installed. 20:46:41 libcurl4 set to automatically installed. 20:46:41 liberror-perl set to automatically installed. 20:46:41 libgdbm-compat4 set to automatically installed. 20:46:41 libgdbm5 set to automatically installed. 20:46:41 libperl5.26 set to automatically installed. 20:46:41 make set to automatically installed. 20:46:41 netbase set to automatically installed. 20:46:41 patch set to automatically installed. 20:46:41 perl set to automatically installed. 20:46:41 perl-modules-5.26 set to automatically installed. 20:46:41 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 20:46:41 Please ensure the environment is properly setup before continuing. 20:46:41 Ignore this message if the appropriate measures have already been taken 20:46:41 Pulling go  20:46:42 'device-mqtt' has dependencies that need to be staged: go 20:46:42 Skipping pull go (already ran) 20:46:42 Building go  20:46:42 % Total % Received % Xferd Average Speed Time Time Time Current 20:46:42 Dload Upload Total Spent Left Speed 20:46:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 114M 0 31814 0 0 194k 0 0:10:03 --:--:-- 0:10:03 192k 47 114M 47 54.6M 0 0 47.3M 0 0:00:02 0:00:01 0:00:01 47.2M 91 114M 91 104M 0 0 48.6M 0 0:00:02 0:00:02 --:--:-- 48.6M 100 114M 100 114M 0 0 48.6M 0 0:00:02 0:00:02 --:--:-- 48.6M 20:46:46 go1.13.5.linux-amd64.tar.gz: OK 20:46:56 Staging go  20:46:56 Pulling device-mqtt  20:46:56 Skipping build go (already ran) 20:46:56 Building device-mqtt  20:46:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.2" -o cmd/device-mqtt ./cmd 20:46:58 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 20:46:58 go: downloading github.com/spf13/cast v1.3.0 20:46:58 go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 20:46:58 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 20:46:58 go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 20:46:58 go: extracting github.com/spf13/cast v1.3.0 20:46:58 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 20:46:58 go: downloading github.com/gorilla/mux v1.7.1 20:46:58 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 20:46:58 go: downloading gopkg.in/yaml.v2 v2.2.8 20:46:58 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 20:46:58 go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 20:46:58 go: extracting gopkg.in/yaml.v2 v2.2.8 20:46:58 go: extracting github.com/gorilla/mux v1.7.1 20:46:58 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 20:46:58 go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 20:46:58 go: downloading github.com/google/uuid v1.1.1 20:46:58 go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 20:46:58 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 20:46:58 go: downloading github.com/go-kit/kit v0.8.0 20:46:58 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 20:46:58 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 20:46:58 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 20:46:58 go: downloading github.com/OneOfOne/xxhash v1.2.6 20:46:58 go: extracting github.com/google/uuid v1.1.1 20:46:58 go: downloading github.com/BurntSushi/toml v0.3.1 20:46:58 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 20:46:58 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 20:46:58 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 20:46:58 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 20:46:58 go: downloading github.com/pelletier/go-toml v1.2.0 20:46:58 go: downloading github.com/hashicorp/consul/api v1.1.0 20:46:58 go: downloading github.com/pkg/errors v0.8.1 20:46:58 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:46:58 go: downloading github.com/x448/float16 v0.8.4 20:46:58 go: extracting github.com/OneOfOne/xxhash v1.2.6 20:46:58 go: extracting github.com/BurntSushi/toml v0.3.1 20:46:58 go: extracting github.com/go-kit/kit v0.8.0 20:46:58 go: extracting github.com/pelletier/go-toml v1.2.0 20:46:58 go: extracting github.com/pkg/errors v0.8.1 20:46:58 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:46:58 go: downloading github.com/mitchellh/mapstructure v1.1.2 20:46:58 go: downloading github.com/mitchellh/copystructure v1.0.0 20:46:58 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 20:46:58 go: extracting github.com/x448/float16 v0.8.4 20:46:58 go: extracting github.com/hashicorp/consul/api v1.1.0 20:46:58 go: downloading github.com/hashicorp/serf v0.8.2 20:46:58 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 20:46:58 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 20:46:58 go: downloading github.com/go-logfmt/logfmt v0.4.0 20:46:58 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 20:46:58 go: extracting github.com/mitchellh/copystructure v1.0.0 20:46:58 go: extracting github.com/mitchellh/mapstructure v1.1.2 20:46:58 go: downloading github.com/mitchellh/reflectwalk v1.0.0 20:46:58 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 20:46:58 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 20:46:58 go: extracting github.com/go-logfmt/logfmt v0.4.0 20:46:58 go: extracting github.com/mitchellh/reflectwalk v1.0.0 20:46:58 go: extracting github.com/hashicorp/serf v0.8.2 20:46:58 go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 20:46:59 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:46:59 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:46:59 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 20:46:59 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 20:46:59 go: downloading github.com/hashicorp/golang-lru v0.5.0 20:46:59 go: extracting github.com/hashicorp/golang-lru v0.5.0 20:46:59 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 20:46:59 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 20:46:59 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 20:46:59 go: finding github.com/spf13/cast v1.3.0 20:46:59 go: finding github.com/gorilla/mux v1.7.1 20:46:59 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 20:46:59 go: finding github.com/fxamacker/cbor/v2 v2.2.0 20:46:59 go: finding github.com/OneOfOne/xxhash v1.2.6 20:46:59 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 20:46:59 go: finding github.com/go-kit/kit v0.8.0 20:46:59 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 20:46:59 go: finding github.com/google/uuid v1.1.1 20:46:59 go: finding github.com/x448/float16 v0.8.4 20:46:59 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 20:46:59 go: finding github.com/go-logfmt/logfmt v0.4.0 20:46:59 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 20:46:59 go: finding gopkg.in/yaml.v2 v2.2.8 20:46:59 go: finding github.com/BurntSushi/toml v0.3.1 20:46:59 go: finding github.com/pkg/errors v0.8.1 20:46:59 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 20:46:59 go: finding github.com/hashicorp/consul/api v1.1.0 20:46:59 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 20:46:59 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:46:59 go: finding github.com/pelletier/go-toml v1.2.0 20:46:59 go: finding github.com/hashicorp/go-rootcerts v1.0.0 20:46:59 go: finding github.com/mitchellh/copystructure v1.0.0 20:46:59 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 20:46:59 go: finding github.com/mitchellh/mapstructure v1.1.2 20:46:59 go: finding github.com/hashicorp/serf v0.8.2 20:47:00 go: finding github.com/mitchellh/reflectwalk v1.0.0 20:47:00 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:47:00 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 20:47:00 go: finding github.com/hashicorp/golang-lru v0.5.0 20:47:00 (5/14) Installing fortify-headers (1.1-r0) 20:47:00 (6/14) Installing patch (2.7.6-r6) 20:47:00 (7/14) Installing build-base (0.5-r2) 20:47:00 (8/14) Installing openssh-keygen (8.3_p1-r0) 20:47:00 (9/14) Installing libedit (20191231.3.1-r0) 20:47:00 (10/14) Installing openssh-client (8.3_p1-r0) 20:47:00 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 20:47:00 (12/14) Installing openssh-server-common (8.3_p1-r0) 20:47:00 (13/14) Installing openssh-server (8.3_p1-r0) 20:47:00 (14/14) Installing openssh (8.3_p1-r0) 20:47:00 Executing busybox-1.31.1-r16.trigger 20:47:00 OK: 221 MiB in 53 packages 20:47:04 Removing intermediate container 81b4a4d587df 20:47:04 ---> 14a14479e3e5 20:47:04 Step 6/8 : WORKDIR /device-mqtt-go 20:47:04 ---> Running in 9108a3102ea8 20:47:05 Removing intermediate container 9108a3102ea8 20:47:05 ---> fa9003ec5325 20:47:05 Step 7/8 : COPY . . 20:47:06 ---> c765305e0f43 20:47:06 Step 8/8 : RUN go mod download 20:47:06 ---> Running in 78806736967c 20:47:09 go: finding github.com/BurntSushi/toml v0.3.1 20:47:09 go: finding github.com/OneOfOne/xxhash v1.2.6 20:47:09 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 20:47:09 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:47:09 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 20:47:09 go: finding github.com/bgentry/speakeasy v0.1.0 20:47:09 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 20:47:09 go: finding github.com/davecgh/go-spew v1.1.1 20:47:09 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 20:47:09 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 20:47:09 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 20:47:10 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 20:47:10 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 20:47:10 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 20:47:10 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 20:47:10 go: finding github.com/fatih/color v1.7.0 20:47:10 go: finding github.com/fxamacker/cbor/v2 v2.2.0 20:47:10 go: finding github.com/go-kit/kit v0.8.0 20:47:10 go: finding github.com/go-logfmt/logfmt v0.4.0 20:47:10 go: finding github.com/go-stack/stack v1.8.0 20:47:10 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 20:47:10 go: finding github.com/google/uuid v1.1.1 20:47:10 go: finding github.com/gorilla/mux v1.7.1 20:47:10 go: finding github.com/hashicorp/consul/api v1.1.0 20:47:10 go: finding github.com/hashicorp/consul/sdk v0.1.1 20:47:10 go: finding github.com/hashicorp/errwrap v1.0.0 20:47:10 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 20:47:10 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 20:47:10 go: finding github.com/hashicorp/go-msgpack v0.5.3 20:47:10 go: finding github.com/hashicorp/go-multierror v1.0.0 20:47:10 go: finding github.com/hashicorp/go-rootcerts v1.0.0 20:47:10 go: finding github.com/hashicorp/go-sockaddr v1.0.0 20:47:10 go: finding github.com/hashicorp/go-syslog v1.0.0 20:47:10 go: finding github.com/hashicorp/go-uuid v1.0.1 20:47:10 go: finding github.com/hashicorp/go.net v0.0.1 20:47:10 go: finding github.com/hashicorp/golang-lru v0.5.0 20:47:10 go: finding github.com/hashicorp/logutils v1.0.0 20:47:11 go: finding github.com/hashicorp/mdns v1.0.0 20:47:11 go: finding github.com/hashicorp/memberlist v0.1.3 20:47:11 go: finding github.com/hashicorp/serf v0.8.2 20:47:11 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 20:47:11 go: finding github.com/kr/pretty v0.1.0 20:47:11 go: finding github.com/kr/pty v1.1.1 20:47:11 go: finding github.com/kr/text v0.1.0 20:47:11 go: finding github.com/mattn/go-colorable v0.0.9 20:47:11 go: finding github.com/mattn/go-isatty v0.0.3 20:47:11 go: finding github.com/miekg/dns v1.0.14 20:47:11 go: finding github.com/mitchellh/cli v1.0.0 20:47:11 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:47:11 go: finding github.com/mitchellh/copystructure v1.0.0 20:47:11 go: finding github.com/mitchellh/go-homedir v1.0.0 20:47:11 go: finding github.com/mitchellh/go-testing-interface v1.0.0 20:47:11 go: finding github.com/mitchellh/gox v0.4.0 20:47:11 go: finding github.com/mitchellh/iochan v1.0.0 20:47:11 go: finding github.com/mitchellh/mapstructure v1.1.2 20:47:11 go: finding github.com/mitchellh/reflectwalk v1.0.0 20:47:11 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 20:47:11 go: finding github.com/pelletier/go-toml v1.2.0 20:47:11 go: finding github.com/pkg/errors v0.8.1 20:47:11 go: finding github.com/pmezard/go-difflib v1.0.0 20:47:11 go: finding github.com/posener/complete v1.1.1 20:47:11 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 20:47:11 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 20:47:12 go: finding github.com/spf13/cast v1.3.0 20:47:12 go: finding github.com/stretchr/objx v0.1.0 20:47:12 go: finding github.com/stretchr/testify v1.5.1 20:47:12 go: finding github.com/ugorji/go v1.1.4 20:47:12 go: finding github.com/x448/float16 v0.8.4 20:47:12 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 20:47:12 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 20:47:12 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 20:47:12 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 20:47:12 go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 20:47:12 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 20:47:12 go: finding gopkg.in/yaml.v2 v2.2.8 20:47:12 CGO_ENABLED=0 GO111MODULE=on go build ./... 20:47:16 Skipping stage go (already ran) 20:47:16 Staging device-mqtt  20:47:16 Priming go  20:47:17 Priming device-mqtt  20:47:19 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 20:47:19 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 20:47:19 Determining the version from the project repo (version-script). 20:47:19 The version has been set to '1.2.2-20200819+e79178b' 20:47:20 Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping | 20:47:20 Snapped edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap 20:47:22 Removing intermediate container 78806736967c 20:47:22 ---> a9098adc5101 20:47:22 Successfully built a9098adc5101 20:47:22 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 20:47:23 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:47:23 + ls -al . 20:47:23 total 100 20:47:23 drwxrwxr-x 10 jenkins jenkins 4096 Aug 19 20:45 . 20:47:23 drwxrwxr-x 4 jenkins jenkins 4096 Aug 19 20:45 .. 20:47:23 -rw-rw-r-- 1 jenkins jenkins 140 Aug 19 20:45 .dockerignore 20:47:23 drwxrwxr-x 8 jenkins jenkins 4096 Aug 19 20:45 .git 20:47:23 drwxrwxr-x 2 jenkins jenkins 4096 Aug 19 20:45 .github 20:47:23 -rw-rw-r-- 1 jenkins jenkins 328 Aug 19 20:45 .gitignore 20:47:23 drwxrwxr-x 3 jenkins jenkins 4096 Aug 19 20:45 .semver 20:47:23 -rw-rw-r-- 1 jenkins jenkins 4678 Aug 19 20:45 Attribution.txt 20:47:23 -rw-rw-r-- 1 jenkins jenkins 1776 Aug 19 20:45 Dockerfile 20:47:23 -rw-rw-r-- 1 jenkins jenkins 953 Aug 19 20:45 Dockerfile.build 20:47:23 -rw-rw-r-- 1 jenkins jenkins 700 Aug 19 20:45 Jenkinsfile 20:47:23 -rw-rw-r-- 1 jenkins jenkins 11340 Aug 19 20:45 LICENSE 20:47:23 -rw-rw-r-- 1 jenkins jenkins 902 Aug 19 20:45 Makefile 20:47:23 -rw-rw-r-- 1 jenkins jenkins 444 Aug 19 20:45 README.md 20:47:23 -rw-rw-r-- 1 jenkins jenkins 5 Aug 19 20:42 VERSION 20:47:23 drwxrwxr-x 2 jenkins jenkins 4096 Aug 19 20:45 bin 20:47:23 drwxrwxr-x 3 jenkins jenkins 4096 Aug 19 20:45 cmd 20:47:23 -rw-rw-r-- 1 jenkins jenkins 510 Aug 19 20:45 go.mod 20:47:23 drwxrwxr-x 3 jenkins jenkins 4096 Aug 19 20:45 internal 20:47:23 drwxrwxr-x 2 jenkins jenkins 4096 Aug 19 20:45 mock 20:47:23 drwxrwxr-x 4 jenkins jenkins 4096 Aug 19 20:45 snap 20:47:23 -rw-rw-r-- 1 jenkins jenkins 227 Aug 19 20:45 version.go [Pipeline] isUnix [Pipeline] sh 20:47:24 20:47:24 Login successful. You now have these capabilities: 20:47:24  20:47:24 + 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 . 20:47:24 snaps: No restriction 20:47:24 channels: No restriction 20:47:24 permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] 20:47:24 expires: 2021-07-14T18:21:36.256372 20:47:24  20:47:24 Sending build context to Docker daemon 586.8kB 20:47:24 Step 1/21 : ARG BASE=golang:1.13-alpine 20:47:24 Step 2/21 : FROM ${BASE} AS builder 20:47:24 ---> a9098adc5101 20:47:24 Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 20:47:24 ---> Running in 577e1362b425 20:47:24 DEPRECATED: The 'push' set of commands have been replaced with 'upload'. 20:47:24 See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. 20:47:24 Preparing to upload 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap'. 20:47:24 After uploading, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. 20:47:24 Install the review-tools from the Snap Store for enhanced checks before uploading this snap. 20:47:25 Removing intermediate container 577e1362b425 20:47:25 ---> b2e9527fda1a 20:47:25 Step 4/21 : ARG ALPINE_PKG_EXTRA="" 20:47:25 ---> Running in 67f8199907f6 20:47:26 Removing intermediate container 67f8199907f6 20:47:26 ---> 6ffead8f7c57 20:47:26 Step 5/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:47:26 ---> Running in 23c54225e081 20:47:27 Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 0% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 1% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 2% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 3% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 4% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 5% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 6% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 7% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 8% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 9% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 10% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 11% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 13% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 14% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 15% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 16% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 17% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 18% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 19% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 20% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 21% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 22% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 23% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 25% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 26% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 27% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 28% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 29% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 30% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 31% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 32% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 33% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 34% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 35% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 37% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 38% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 39% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 40% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 41% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 42% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 43% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 44% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 45% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 46% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 47% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 49% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 50% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 51% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 52% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 53% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 54% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 55% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 56% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 57% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 58% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 59% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 61% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 62% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 63% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 64% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 65% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 66% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 67% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 68% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 69% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 70% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 71% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 73% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 74% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 75% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 76% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 77% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 78% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 79% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 80% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 81% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 82% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 83% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 85% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 86% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 87% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 88% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 89% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 90% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 91% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 92% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 93% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 94% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 95% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 97% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 98% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 99% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' [] 100% 20:47:29 Removing intermediate container 23c54225e081 20:47:29 ---> b4d0d66bc343 20:47:29 Step 6/21 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:47:29 ---> Running in 7fb19301f449 20:47:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:47:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:47:32 OK: 221 MiB in 53 packages 20:47:34 Removing intermediate container 7fb19301f449 20:47:34 ---> 78bef6c29301 20:47:34 Step 7/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 20:47:34 ---> Running in 0a881c1cfad0 20:47:34 Removing intermediate container 0a881c1cfad0 20:47:34 ---> 17d4df5e4e5d 20:47:34 Step 8/21 : COPY . . 20:47:35 ---> a30164cc7145 20:47:35 Step 9/21 : ARG MAKE='make build' 20:47:35 ---> Running in c744071012f6 20:47:36 Removing intermediate container c744071012f6 20:47:36 ---> 5f8b4edf7925 20:47:36 Step 10/21 : RUN $MAKE 20:47:36 ---> Running in 17a10c22400a 20:47:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.2" -o cmd/device-mqtt ./cmd 20:47:42 Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| 20:47:42 released 20:47:42 Revision 1260 of 'edgex-device-mqtt' created. 20:47:42 Track Arch Channel Version Revision 20:47:42 latest amd64 stable 1.2.1-20200612+f040f91 1239 20:47:42 candidate 1.2.1-20200612+f040f91 1239 20:47:42 beta 1.2.1-20200612+f040f91 1239 20:47:42 edge 1.2.2-20200819+e79178b 1260 20:47:42 edinburgh amd64 stable 1.0.0-20190627+29babbb 110 20:47:42 candidate 1.0.0-20190627+29babbb 110 20:47:42 beta 1.0.0-20190801+fd7235a 239 20:47:42 edge 1.0.0-20200107+8d32c65 942 20:47:42 fuji amd64 stable 1.1.1-20200228+f519bc1 1072 20:47:42 candidate ↑ ↑ 20:47:42 beta 1.1.1-20200228+f519bc1 1072 20:47:42 edge 1.1.1-20200422+f519bc1 1177 20:47:42 geneva amd64 stable 1.2.1-20200612+f040f91 1239 20:47:42 candidate ↑ ↑ 20:47:42 beta ↑ ↑ 20:47:42 edge ↑ ↑ 20:47:43 DEPRECATED: The 'push' set of commands have been replaced with 'upload'. 20:47:43 See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. 20:47:43 Uploading metadata from 'edgex-device-mqtt_1.2.2-20200819+e79178b_amd64.snap' 20:47:47 The metadata has been uploaded [Pipeline] } 20:47:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 20:48:10 CGO_ENABLED=0 GO111MODULE=on go build ./... 20:48:15 Removing intermediate container 17a10c22400a 20:48:15 ---> aaa9677200cb 20:48:15 Step 11/21 : FROM alpine 20:48:15 latest: Pulling from library/alpine 20:48:15 b538f80385f9: Already exists 20:48:15 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 20:48:15 Status: Downloaded newer image for alpine:latest 20:48:15 ---> 62ee0e9f8440 20:48:15 Step 12/21 : ENV APP_PORT=49982 20:48:16 ---> Running in 2b8b82413c79 20:48:16 Removing intermediate container 2b8b82413c79 20:48:16 ---> c39b26145c36 20:48:16 Step 13/21 : EXPOSE $APP_PORT 20:48:16 ---> Running in 57f797582632 20:48:17 Removing intermediate container 57f797582632 20:48:17 ---> f6165b5decfd 20:48:17 Step 14/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 20:48:18 ---> d9a6708795b1 20:48:18 Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 20:48:19 ---> a5794cf337d3 20:48:19 Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 20:48:20 ---> 610b835717f8 20:48:20 Step 17/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 20:48:20 ---> Running in 6c6d9bec11ae 20:48:20 Removing intermediate container 6c6d9bec11ae 20:48:20 ---> 3063d4f1badf 20:48:20 Step 18/21 : ENTRYPOINT ["/device-mqtt","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] 20:48:20 ---> Running in 49ec85e859c9 20:48:21 Removing intermediate container 49ec85e859c9 20:48:21 ---> fe8bcf6b866c 20:48:21 Step 19/21 : LABEL arch=arm64 20:48:21 ---> Running in 9091a4bf5d9a 20:48:22 Removing intermediate container 9091a4bf5d9a 20:48:22 ---> e31f4a7dfecd 20:48:22 Step 20/21 : LABEL git_sha=e79178b88edbb9292baeff06bb49682f9eadd771 20:48:22 ---> Running in f53a5c723f59 20:48:22 Removing intermediate container f53a5c723f59 20:48:22 ---> 6a95491f8529 20:48:22 Step 21/21 : LABEL version=1.2.2 20:48:22 ---> Running in 47ec0a91caf9 20:48:23 Removing intermediate container 47ec0a91caf9 20:48:23 ---> 3c71eb74539e 20:48:23 [Warning] One or more build-args [ARCH] were not consumed 20:48:23 Successfully built 3c71eb74539e 20:48:23 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 20:48:23 provisioning config files... 20:48:23 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/14@tmp/config3045347818536711475tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:48:24 nexus3.edgexfoundry.org:10001 20:48:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:48:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:48:24 Configure a credential helper to remove this warning. See 20:48:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:48:24 20:48:24 Login Succeeded 20:48:24 nexus3.edgexfoundry.org:10002 20:48:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:48:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:48:25 Configure a credential helper to remove this warning. See 20:48:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:48:25 20:48:25 Login Succeeded 20:48:25 nexus3.edgexfoundry.org:10003 20:48:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:48:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:48:26 Configure a credential helper to remove this warning. See 20:48:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:48:26 20:48:26 Login Succeeded 20:48:26 nexus3.edgexfoundry.org:10004 20:48:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:48:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:48:26 Configure a credential helper to remove this warning. See 20:48:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:48:26 20:48:26 Login Succeeded 20:48:26 docker.io 20:48:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:48:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:48:27 Configure a credential helper to remove this warning. See 20:48:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:48:27 20:48:27 Login Succeeded [Pipeline] } 20:48:27 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:48:27 [edgeXDocker.push] Tagging docker image docker-device-mqtt-go-arm64 with the following tags: 20:48:27 e79178b88edbb9292baeff06bb49682f9eadd771 20:48:27 latest 20:48:27 1.2.2 20:48:27 e79178b88edbb9292baeff06bb49682f9eadd771-1.2.2 20:48:27 master 20:48:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:48:28 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:e79178b88edbb9292baeff06bb49682f9eadd771 [Pipeline] isUnix [Pipeline] sh 20:48:28 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:e79178b88edbb9292baeff06bb49682f9eadd771 20:48:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 20:48:28 8850c2d1d64a: Preparing 20:48:28 530d581fb8ce: Preparing 20:48:28 77a40c6fb03e: Preparing 20:48:28 e2f13739ad41: Preparing 20:48:28 e2f13739ad41: Layer already exists 20:48:28 8850c2d1d64a: Pushed 20:48:28 530d581fb8ce: Pushed 20:48:32 77a40c6fb03e: Pushed 20:48:32 e79178b88edbb9292baeff06bb49682f9eadd771: digest: sha256:4fcaf985639860611ac198b02d57f7c7e1c7a344c8062b9a7948e0640df4771b size: 1154 [Pipeline] isUnix [Pipeline] sh 20:48:32 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:48:33 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest 20:48:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 20:48:33 8850c2d1d64a: Preparing 20:48:33 530d581fb8ce: Preparing 20:48:33 77a40c6fb03e: Preparing 20:48:33 e2f13739ad41: Preparing 20:48:33 e2f13739ad41: Layer already exists 20:48:33 77a40c6fb03e: Layer already exists 20:48:33 8850c2d1d64a: Layer already exists 20:48:33 530d581fb8ce: Layer already exists 20:48:33 latest: digest: sha256:4fcaf985639860611ac198b02d57f7c7e1c7a344c8062b9a7948e0640df4771b size: 1154 [Pipeline] isUnix [Pipeline] sh 20:48:33 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.2.2 [Pipeline] isUnix [Pipeline] sh 20:48:34 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.2.2 20:48:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 20:48:34 8850c2d1d64a: Preparing 20:48:34 530d581fb8ce: Preparing 20:48:34 77a40c6fb03e: Preparing 20:48:34 e2f13739ad41: Preparing 20:48:34 77a40c6fb03e: Layer already exists 20:48:34 530d581fb8ce: Layer already exists 20:48:34 8850c2d1d64a: Layer already exists 20:48:34 e2f13739ad41: Layer already exists 20:48:34 1.2.2: digest: sha256:4fcaf985639860611ac198b02d57f7c7e1c7a344c8062b9a7948e0640df4771b size: 1154 [Pipeline] isUnix [Pipeline] sh 20:48:34 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:e79178b88edbb9292baeff06bb49682f9eadd771-1.2.2 [Pipeline] isUnix [Pipeline] sh 20:48:35 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:e79178b88edbb9292baeff06bb49682f9eadd771-1.2.2 20:48:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 20:48:35 8850c2d1d64a: Preparing 20:48:35 530d581fb8ce: Preparing 20:48:35 77a40c6fb03e: Preparing 20:48:35 e2f13739ad41: Preparing 20:48:35 77a40c6fb03e: Layer already exists 20:48:35 e2f13739ad41: Layer already exists 20:48:35 530d581fb8ce: Layer already exists 20:48:35 8850c2d1d64a: Layer already exists 20:48:35 e79178b88edbb9292baeff06bb49682f9eadd771-1.2.2: digest: sha256:4fcaf985639860611ac198b02d57f7c7e1c7a344c8062b9a7948e0640df4771b size: 1154 [Pipeline] isUnix [Pipeline] sh 20:48:35 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [Pipeline] isUnix [Pipeline] sh 20:48:36 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master 20:48:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 20:48:36 8850c2d1d64a: Preparing 20:48:36 530d581fb8ce: Preparing 20:48:36 77a40c6fb03e: Preparing 20:48:36 e2f13739ad41: Preparing 20:48:36 e2f13739ad41: Layer already exists 20:48:36 8850c2d1d64a: Layer already exists 20:48:36 530d581fb8ce: Layer already exists 20:48:36 77a40c6fb03e: Layer already exists 20:48:36 master: digest: sha256:4fcaf985639860611ac198b02d57f7c7e1c7a344c8062b9a7948e0640df4771b size: 1154 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:48:36 ===================================================== [Pipeline] echo 20:48:36 taggedImages: 20:48:36 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:e79178b88edbb9292baeff06bb49682f9eadd771 20:48:36 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest 20:48:36 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.2.2 20:48:36 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:e79178b88edbb9292baeff06bb49682f9eadd771-1.2.2 20:48:36 - 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 20:48:37 + find /w/workspace/device-mqtt-go/14 20:48:37 + grep snapcraft.yaml 20:48:37 + grep -Po ^name: \K(.*) /w/workspace/device-mqtt-go/14/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:48:37 provisioning config files... 20:48:37 copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/14@tmp/config4252160051189452475tmp [Pipeline] { [Pipeline] sh 20:48:38 + cp /w/workspace/device-mqtt-go/14@tmp/config4252160051189452475tmp /w/workspace/device-mqtt-go/14/edgex-snap-store-login [Pipeline] sh 20:48:38 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/14:/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 20:48:38 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally 20:48:38 latest: Pulling from edgex-devops/edgex-snap-builder-arm64 20:48:38 a114936b4807: Pulling fs layer 20:48:38 a27ecf0d2a86: Pulling fs layer 20:48:38 f4eb48eb870f: Pulling fs layer 20:48:38 0f912b9bb20d: Pulling fs layer 20:48:38 19769ba762fa: Pulling fs layer 20:48:38 6675a7feeedd: Pulling fs layer 20:48:38 bb153fd0de2e: Pulling fs layer 20:48:38 cf8ad2f1a1a4: Pulling fs layer 20:48:38 c8535664fb42: Pulling fs layer 20:48:38 0f912b9bb20d: Waiting 20:48:38 19769ba762fa: Waiting 20:48:38 6675a7feeedd: Waiting 20:48:38 cf8ad2f1a1a4: Waiting 20:48:38 bb153fd0de2e: Waiting 20:48:38 c8535664fb42: Waiting 20:48:38 a27ecf0d2a86: Download complete 20:48:38 f4eb48eb870f: Verifying Checksum 20:48:38 f4eb48eb870f: Download complete 20:48:38 0f912b9bb20d: Download complete 20:48:38 6675a7feeedd: Verifying Checksum 20:48:38 6675a7feeedd: Download complete 20:48:38 bb153fd0de2e: Download complete 20:48:38 cf8ad2f1a1a4: Verifying Checksum 20:48:38 cf8ad2f1a1a4: Download complete 20:48:38 c8535664fb42: Verifying Checksum 20:48:38 c8535664fb42: Download complete 20:48:39 a114936b4807: Verifying Checksum 20:48:39 a114936b4807: Download complete 20:48:42 a114936b4807: Pull complete 20:48:42 a27ecf0d2a86: Pull complete 20:48:43 f4eb48eb870f: Pull complete 20:48:43 0f912b9bb20d: Pull complete 20:48:49 19769ba762fa: Verifying Checksum 20:48:49 19769ba762fa: Download complete 20:49:28 19769ba762fa: Pull complete 20:49:28 6675a7feeedd: Pull complete 20:49:28 bb153fd0de2e: Pull complete 20:49:28 cf8ad2f1a1a4: Pull complete 20:49:28 c8535664fb42: Pull complete 20:49:28 Digest: sha256:5b41654e13e1529cdcb3e70789e3a8d345d16fe395680c2eb6ae08626c23903b 20:49:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 20:49:33 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 20:49:33 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 20:49:33 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 20:49:33 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 20:49:33 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1253 kB] 20:49:33 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [922 kB] 20:49:34 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [777 kB] 20:49:34 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [647 kB] 20:49:34 Fetched 3850 kB in 2s (1633 kB/s) 20:49:40 Reading package lists... 20:49:55 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 20:49:55 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease 20:49:55 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease 20:49:55 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease 20:49:59 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... 29% Reading package lists... 46% Reading package lists... 62% 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... 80% 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... 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 20:50:05 Installing build dependencies: curl git git-man less libcurl3-gnutls libcurl4 liberror-perl libgdbm-compat4 libgdbm5 libperl5.26 make netbase patch perl perl-modules-5.26 20:50:10 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... 8% Reading package lists... 26% Reading package lists... 44% Reading package lists... 62% 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... 80% 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... 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 20:50:10 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 34% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree 20:50:10 Reading state information... 0% Reading state information... 0% Reading state information... Done 20:50:11 The following packages were automatically installed and are no longer required: 20:50:11 libjq1 libonig4 20:50:11 Use 'sudo apt autoremove' to remove them. 20:50:11 Suggested packages: 20:50:11 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 20:50:11 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed 20:50:11 diffutils-doc perl-doc libterm-readline-gnu-perl 20:50:11 | libterm-readline-perl-perl 20:50:11 The following NEW packages will be installed: 20:50:11 curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 20:50:11 libperl5.26 make netbase patch perl perl-modules-5.26 20:50:11 The following packages will be upgraded: 20:50:11 libcurl4 20:50:11 1 upgraded, 14 newly installed, 0 to remove and 0 not upgraded. 20:50:11 Need to get 10.9 MB of archives. 20:50:11 After this operation, 73.6 MB of additional disk space will be used. 20:50:12 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] 20:50:12 0% [1 perl-modules-5.26 12.6 kB/2763 kB 0%] 5% [1 perl-modules-5.26 646 kB/2763 kB 23%] 22% [Working] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] 20:50:12 22% [2 libgdbm5 0 B/23.1 kB 0%] 23% [Working] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] 20:50:12 23% [3 libgdbm-compat4 5536 B/5536 B 100%] 24% [Working] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] 20:50:12 24% [4 libperl5.26 0 B/3326 kB 0%] 50% [Working] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] 20:50:12 50% [5 perl 36.9 kB/201 kB 18%] 53% [Working] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] 20:50:12 53% [6 less 37.3 kB/99.7 kB 37%] 55% [Working] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] 20:50:12 55% [7 netbase 12.7 kB/12.7 kB 100%] 56% [Waiting for headers] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl4 arm64 7.58.0-2ubuntu3.10 [180 kB] 20:50:12 57% [8 libcurl4 55.4 kB/180 kB 31%] 59% [Working] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.10 [152 kB] 20:50:12 59% [9 curl 61.4 kB/152 kB 40%] 61% [Working] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.10 [179 kB] 20:50:12 62% [10 libcurl3-gnutls 49.2 kB/179 kB 27%] 64% [Working] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] 20:50:12 64% [11 liberror-perl 22.8 kB/22.8 kB 100%] 66% [Waiting for headers] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 20:50:12 66% [12 git-man 32.8 kB/804 kB 4%] 73% [Working] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] 20:50:12 73% [13 git 0 B/2952 kB 0%] 96% [Working] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] 20:50:12 96% [14 make 16.4 kB/139 kB 12%] 98% [Working] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] 20:50:13 98% [15 patch 17.1 kB/91.8 kB 19%] 100% [Working] Fetched 10.9 MB in 1s (8573 kB/s) 20:50:13 debconf: delaying package configuration, since apt-utils is not installed 20:50:13 Selecting previously unselected package perl-modules-5.26. 20:50:14 (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.) 20:50:14 Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 20:50:14 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 20:50:15 Selecting previously unselected package libgdbm5:arm64. 20:50:15 Preparing to unpack .../01-libgdbm5_1.14.1-6_arm64.deb ... 20:50:15 Unpacking libgdbm5:arm64 (1.14.1-6) ... 20:50:15 Selecting previously unselected package libgdbm-compat4:arm64. 20:50:15 Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_arm64.deb ... 20:50:15 Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... 20:50:15 Selecting previously unselected package libperl5.26:arm64. 20:50:15 Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... 20:50:15 Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 20:50:17 Selecting previously unselected package perl. 20:50:17 Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_arm64.deb ... 20:50:17 Unpacking perl (5.26.1-6ubuntu0.3) ... 20:50:17 Selecting previously unselected package less. 20:50:17 Preparing to unpack .../05-less_487-0.1_arm64.deb ... 20:50:17 Unpacking less (487-0.1) ... 20:50:17 Selecting previously unselected package netbase. 20:50:17 Preparing to unpack .../06-netbase_5.4_all.deb ... 20:50:17 Unpacking netbase (5.4) ... 20:50:17 Preparing to unpack .../07-libcurl4_7.58.0-2ubuntu3.10_arm64.deb ... 20:50:17 Unpacking libcurl4:arm64 (7.58.0-2ubuntu3.10) over (7.58.0-2ubuntu3.9) ... 20:50:17 Selecting previously unselected package curl. 20:50:17 Preparing to unpack .../08-curl_7.58.0-2ubuntu3.10_arm64.deb ... 20:50:17 Unpacking curl (7.58.0-2ubuntu3.10) ... 20:50:18 Selecting previously unselected package libcurl3-gnutls:arm64. 20:50:18 Preparing to unpack .../09-libcurl3-gnutls_7.58.0-2ubuntu3.10_arm64.deb ... 20:50:18 Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... 20:50:18 Selecting previously unselected package liberror-perl. 20:50:18 Preparing to unpack .../10-liberror-perl_0.17025-1_all.deb ... 20:50:18 Unpacking liberror-perl (0.17025-1) ... 20:50:18 Selecting previously unselected package git-man. 20:50:18 Preparing to unpack .../11-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 20:50:18 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 20:50:18 Selecting previously unselected package git. 20:50:18 Preparing to unpack .../12-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... 20:50:18 Unpacking git (1:2.17.1-1ubuntu0.7) ... 20:50:20 Selecting previously unselected package make. 20:50:20 Preparing to unpack .../13-make_4.1-9.1ubuntu1_arm64.deb ... 20:50:20 Unpacking make (4.1-9.1ubuntu1) ... 20:50:20 Selecting previously unselected package patch. 20:50:20 Preparing to unpack .../14-patch_2.7.6-2ubuntu1.1_arm64.deb ... 20:50:20 Unpacking patch (2.7.6-2ubuntu1.1) ... 20:50:20 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 20:50:20 Setting up less (487-0.1) ... 20:50:20 Setting up make (4.1-9.1ubuntu1) ... 20:50:20 Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... 20:50:20 Setting up libcurl4:arm64 (7.58.0-2ubuntu3.10) ... 20:50:20 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 20:50:20 Setting up libgdbm5:arm64 (1.14.1-6) ... 20:50:20 Setting up patch (2.7.6-2ubuntu1.1) ... 20:50:20 Setting up libgdbm-compat4:arm64 (1.14.1-6) ... 20:50:20 Setting up netbase (5.4) ... 20:50:20 Setting up curl (7.58.0-2ubuntu3.10) ... 20:50:21 Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 20:50:21 Setting up perl (5.26.1-6ubuntu0.3) ... 20:50:21 Setting up liberror-perl (0.17025-1) ... 20:50:21 Setting up git (1:2.17.1-1ubuntu0.7) ... 20:50:21 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 20:50:21 Processing triggers for mime-support (3.60ubuntu1) ... 20:50:26 curl set to automatically installed. 20:50:26 git set to automatically installed. 20:50:26 git-man set to automatically installed. 20:50:26 less set to automatically installed. 20:50:26 libcurl3-gnutls set to automatically installed. 20:50:26 libcurl4 set to automatically installed. 20:50:26 liberror-perl set to automatically installed. 20:50:27 libgdbm-compat4 set to automatically installed. 20:50:27 libgdbm5 set to automatically installed. 20:50:27 libperl5.26 set to automatically installed. 20:50:27 make set to automatically installed. 20:50:27 netbase set to automatically installed. 20:50:27 patch set to automatically installed. 20:50:27 perl set to automatically installed. 20:50:27 perl-modules-5.26 set to automatically installed. 20:50:27 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 20:50:27 Please ensure the environment is properly setup before continuing. 20:50:27 Ignore this message if the appropriate measures have already been taken 20:50:28 Pulling go  20:50:31 'device-mqtt' has dependencies that need to be staged: go 20:50:31 Skipping pull go (already ran) 20:50:31 Building go  20:50:31 % Total % Received % Xferd Average Speed Time Time Time Current 20:50:31 Dload Upload Total Spent Left Speed 20:50:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 30 93.0M 30 28.8M 0 0 27.1M 0 0:00:03 0:00:01 0:00:02 27.1M 79 93.0M 79 74.0M 0 0 35.4M 0 0:00:02 0:00:02 --:--:-- 35.4M 100 93.0M 100 93.0M 0 0 36.9M 0 0:00:02 0:00:02 --:--:-- 36.9M 20:50:35 go1.13.5.linux-arm64.tar.gz: OK 20:50:53 Staging go  20:50:54 Pulling device-mqtt  20:50:58 Skipping build go (already ran) 20:50:58 Building device-mqtt  20:50:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.2" -o cmd/device-mqtt ./cmd 20:51:00 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 20:51:00 go: downloading github.com/spf13/cast v1.3.0 20:51:00 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 20:51:00 go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 20:51:00 go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 20:51:00 go: extracting github.com/spf13/cast v1.3.0 20:51:00 go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 20:51:00 go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 20:51:00 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 20:51:00 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 20:51:00 go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 20:51:00 go: downloading github.com/google/uuid v1.1.1 20:51:00 go: downloading github.com/go-kit/kit v0.8.0 20:51:00 go: downloading github.com/gorilla/mux v1.7.1 20:51:00 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 20:51:00 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 20:51:00 go: downloading gopkg.in/yaml.v2 v2.2.8 20:51:00 go: extracting github.com/google/uuid v1.1.1 20:51:00 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 20:51:00 go: extracting github.com/gorilla/mux v1.7.1 20:51:00 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 20:51:01 go: extracting gopkg.in/yaml.v2 v2.2.8 20:51:01 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 20:51:01 go: downloading github.com/x448/float16 v0.8.4 20:51:01 go: extracting github.com/go-kit/kit v0.8.0 20:51:01 go: downloading github.com/OneOfOne/xxhash v1.2.6 20:51:01 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 20:51:01 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 20:51:01 go: downloading github.com/pelletier/go-toml v1.2.0 20:51:01 go: extracting github.com/OneOfOne/xxhash v1.2.6 20:51:01 go: extracting github.com/x448/float16 v0.8.4 20:51:01 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 20:51:01 go: downloading github.com/pkg/errors v0.8.1 20:51:01 go: downloading github.com/BurntSushi/toml v0.3.1 20:51:01 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 20:51:01 go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 20:51:01 go: extracting github.com/pelletier/go-toml v1.2.0 20:51:01 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 20:51:01 go: extracting github.com/pkg/errors v0.8.1 20:51:01 go: downloading github.com/hashicorp/consul/api v1.1.0 20:51:01 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:51:01 go: extracting github.com/BurntSushi/toml v0.3.1 20:51:01 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:51:01 go: extracting github.com/hashicorp/consul/api v1.1.0 20:51:01 go: downloading github.com/mitchellh/copystructure v1.0.0 20:51:01 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 20:51:01 go: downloading github.com/mitchellh/mapstructure v1.1.2 20:51:01 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 20:51:01 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 20:51:01 go: downloading github.com/hashicorp/serf v0.8.2 20:51:01 go: extracting github.com/mitchellh/copystructure v1.0.0 20:51:01 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 20:51:01 go: downloading github.com/mitchellh/reflectwalk v1.0.0 20:51:01 go: extracting github.com/mitchellh/mapstructure v1.1.2 20:51:01 go: downloading github.com/go-logfmt/logfmt v0.4.0 20:51:01 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 20:51:01 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 20:51:01 go: extracting github.com/mitchellh/reflectwalk v1.0.0 20:51:01 go: extracting github.com/go-logfmt/logfmt v0.4.0 20:51:01 go: extracting github.com/hashicorp/serf v0.8.2 20:51:01 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:51:01 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:51:01 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 20:51:01 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 20:51:01 go: downloading github.com/hashicorp/golang-lru v0.5.0 20:51:01 go: extracting github.com/hashicorp/golang-lru v0.5.0 20:51:01 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 20:51:01 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 20:51:01 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 20:51:01 go: finding github.com/spf13/cast v1.3.0 20:51:02 go: finding github.com/gorilla/mux v1.7.1 20:51:02 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 20:51:02 go: finding github.com/OneOfOne/xxhash v1.2.6 20:51:02 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 20:51:02 go: finding github.com/fxamacker/cbor/v2 v2.2.0 20:51:02 go: finding github.com/go-kit/kit v0.8.0 20:51:02 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 20:51:02 go: finding github.com/google/uuid v1.1.1 20:51:02 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 20:51:02 go: finding github.com/x448/float16 v0.8.4 20:51:02 go: finding github.com/go-logfmt/logfmt v0.4.0 20:51:02 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 20:51:02 go: finding gopkg.in/yaml.v2 v2.2.8 20:51:02 go: finding github.com/BurntSushi/toml v0.3.1 20:51:02 go: finding github.com/pkg/errors v0.8.1 20:51:02 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 20:51:02 go: finding github.com/hashicorp/consul/api v1.1.0 20:51:02 go: finding github.com/pelletier/go-toml v1.2.0 20:51:02 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 20:51:02 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:51:02 go: finding github.com/hashicorp/go-rootcerts v1.0.0 20:51:02 go: finding github.com/mitchellh/copystructure v1.0.0 20:51:02 go: finding github.com/mitchellh/mapstructure v1.1.2 20:51:02 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 20:51:02 go: finding github.com/hashicorp/serf v0.8.2 20:51:02 go: finding github.com/mitchellh/reflectwalk v1.0.0 20:51:02 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:51:02 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 20:51:02 go: finding github.com/hashicorp/golang-lru v0.5.0 20:51:29 CGO_ENABLED=0 GO111MODULE=on go build ./... 20:51:47 Skipping stage go (already ran) 20:51:47 Staging device-mqtt  20:51:49 Priming go  20:51:52 Priming device-mqtt  20:51:55 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 20:51:55 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 20:51:55 Determining the version from the project repo (version-script). 20:51:55 The version has been set to '1.2.2-20200819+e79178b' 20:51:58 Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping | 20:51:58 Snapped edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap 20:52:05 20:52:05 Login successful. You now have these capabilities: 20:52:05  20:52:05 snaps: No restriction 20:52:05 channels: No restriction 20:52:05 permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] 20:52:05 expires: 2021-07-14T18:21:36.256372 20:52:05  20:52:08 DEPRECATED: The 'push' set of commands have been replaced with 'upload'. 20:52:08 See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. 20:52:08 Preparing to upload 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap'. 20:52:08 After uploading, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. 20:52:08 Install the review-tools from the Snap Store for enhanced checks before uploading this snap. 20:52:12 Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 0% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 1% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 2% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 3% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 4% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 5% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 6% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 7% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 8% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 9% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 10% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 11% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 12% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 13% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 14% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 16% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 17% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 18% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 19% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 20% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 21% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 22% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 23% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 24% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 25% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 26% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 27% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 28% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 29% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 30% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 32% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 33% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 34% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 35% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 36% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 37% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 38% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 39% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 40% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 41% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 42% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 43% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 44% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 45% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 46% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 48% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 49% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 50% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 51% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 52% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 53% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 54% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 55% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 56% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 57% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 58% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 59% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 60% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 61% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 63% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 64% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 65% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 66% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 67% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 68% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 69% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 70% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 71% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 72% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 73% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 74% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 75% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 76% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 77% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 79% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 80% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 81% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 82% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 83% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 84% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 85% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 86% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 87% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 88% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 89% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 90% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 91% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 92% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 93% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 95% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 96% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 97% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 98% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 99% Pushing 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' [] 100% 20:52:27 Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...| 20:52:27 released 20:52:27 Revision 1261 of 'edgex-device-mqtt' created. 20:52:37 Track Arch Channel Version Revision 20:52:37 latest arm64 stable 1.2.1-20200612+f040f91 1240 20:52:37 candidate 1.2.1-20200612+f040f91 1240 20:52:37 beta 1.2.1-20200612+f040f91 1240 20:52:37 edge 1.2.2-20200819+e79178b 1261 20:52:37 edinburgh arm64 stable 1.0.0-20190627+29babbb 112 20:52:37 candidate 1.0.0-20190627+29babbb 112 20:52:37 beta 1.0.0-20190801+fd7235a 241 20:52:37 edge 1.0.0-20200107+8d32c65 944 20:52:37 fuji arm64 stable 1.1.1-20200311+f519bc1 1097 20:52:37 candidate ↑ ↑ 20:52:37 beta 1.1.1-20200311+f519bc1 1097 20:52:37 edge 1.1.1-20200421+f519bc1 1174 20:52:37 geneva arm64 stable 1.2.1-20200612+f040f91 1240 20:52:37 candidate ↑ ↑ 20:52:37 beta ↑ ↑ 20:52:37 edge ↑ ↑ 20:52:41 DEPRECATED: The 'push' set of commands have been replaced with 'upload'. 20:52:41 See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. 20:52:41 Uploading metadata from 'edgex-device-mqtt_1.2.2-20200819+e79178b_arm64.snap' 20:52:45 The metadata has been uploaded [Pipeline] } 20:52:47 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) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 20:52:49 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 20:52:49 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 20:52:49 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:52:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 20:52:49 20:52:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 20:52:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 20:52:49 1.317.0: Pulling from edgex-devops/edgex-snyk-go 20:52:49 cbdbe7a5bc2a: Pulling fs layer 20:52:49 408f87550127: Pulling fs layer 20:52:49 fe522b08c979: Pulling fs layer 20:52:49 221eaa008020: Pulling fs layer 20:52:49 2a4607e5d6b9: Pulling fs layer 20:52:49 8f79b27c4fd2: Pulling fs layer 20:52:49 e5c8dbe1645b: Pulling fs layer 20:52:49 23e8b3b47431: Pulling fs layer 20:52:49 5c568d65a230: Pulling fs layer 20:52:49 8f79b27c4fd2: Waiting 20:52:49 e5c8dbe1645b: Waiting 20:52:49 23e8b3b47431: Waiting 20:52:49 221eaa008020: Waiting 20:52:49 2a4607e5d6b9: Waiting 20:52:49 5c568d65a230: Waiting 20:52:49 fe522b08c979: Verifying Checksum 20:52:49 fe522b08c979: Download complete 20:52:49 408f87550127: Verifying Checksum 20:52:49 408f87550127: Download complete 20:52:49 2a4607e5d6b9: Download complete 20:52:49 8f79b27c4fd2: Verifying Checksum 20:52:49 8f79b27c4fd2: Download complete 20:52:49 cbdbe7a5bc2a: Verifying Checksum 20:52:49 cbdbe7a5bc2a: Download complete 20:52:50 e5c8dbe1645b: Verifying Checksum 20:52:50 e5c8dbe1645b: Download complete 20:52:51 cbdbe7a5bc2a: Pull complete 20:52:52 23e8b3b47431: Verifying Checksum 20:52:52 23e8b3b47431: Download complete 20:52:52 408f87550127: Pull complete 20:52:52 5c568d65a230: Verifying Checksum 20:52:52 5c568d65a230: Download complete 20:52:52 fe522b08c979: Pull complete 20:52:53 221eaa008020: Verifying Checksum 20:52:53 221eaa008020: Download complete 20:53:06 221eaa008020: Pull complete 20:53:06 2a4607e5d6b9: Pull complete 20:53:06 8f79b27c4fd2: Pull complete 20:53:07 e5c8dbe1645b: Pull complete 20:53:10 23e8b3b47431: Pull complete 20:53:12 5c568d65a230: Pull complete 20:53:12 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 20:53:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 20:53:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 20:53:12 prd-centos7-docker-4c-2g-511 does not seem to be running inside a container 20:53:12 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 20:53:14 $ docker top 84c5a1efcd5205845809b636f89b69d7f6322df1cc6095fe70bcb29aa97a0471 -eo pid,comm [Pipeline] { [Pipeline] sh 20:53:14 + snyk monitor '--org=edgex-jenkins' 20:53:25 20:53:25 Monitoring /w/workspace/gexfoundry_device-mqtt-go_master (github.com/edgexfoundry/device-mqtt-go)... 20:53:25 20:53:25 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6acecf1b-85ea-4374-bf84-4fa5a6e664d0/history/5c79df58-3ee7-4dc9-a3fb-d538dc6fb3da 20:53:25 20:53:25 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 20:53:25 20:53:25 20:53:25 Snyk CLI supports Node.js 8 and higher. 20:53:25 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 20:53:25 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 20:53:25 20:53:25 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 20:53:25 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 20:53:25 $ docker stop --time=1 84c5a1efcd5205845809b636f89b69d7f6322df1cc6095fe70bcb29aa97a0471 20:53:28 $ docker rm -f 84c5a1efcd5205845809b636f89b69d7f6322df1cc6095fe70bcb29aa97a0471 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:53:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 20:53:29 20:53:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 20:53:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 20:53:30 latest: Pulling from edgex-devops/edgex-klar 20:53:30 e7c96db7181b: Pulling fs layer 20:53:30 1868ca2cb446: Pulling fs layer 20:53:30 136be5d0fe8e: Pulling fs layer 20:53:30 894bfe63afcb: Pulling fs layer 20:53:30 894bfe63afcb: Waiting 20:53:30 1868ca2cb446: Verifying Checksum 20:53:30 1868ca2cb446: Download complete 20:53:30 136be5d0fe8e: Verifying Checksum 20:53:30 136be5d0fe8e: Download complete 20:53:30 e7c96db7181b: Verifying Checksum 20:53:30 e7c96db7181b: Download complete 20:53:31 894bfe63afcb: Verifying Checksum 20:53:31 894bfe63afcb: Download complete 20:53:31 e7c96db7181b: Pull complete 20:53:31 1868ca2cb446: Pull complete 20:53:32 136be5d0fe8e: Pull complete 20:53:32 894bfe63afcb: Pull complete 20:53:32 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 20:53:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 20:53:32 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 20:53:32 prd-centos7-docker-4c-2g-511 does not seem to be running inside a container 20:53:33 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 20:53:34 $ docker top f1e7ded17603f417b8bb9e6f5ebffcca5e9c111d6acc0064145ddff76fd32add -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:53:35 + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:e79178b88edbb9292baeff06bb49682f9eadd771+ 20:53:35 tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 20:53:39 $ docker stop --time=1 f1e7ded17603f417b8bb9e6f5ebffcca5e9c111d6acc0064145ddff76fd32add 20:53:41 $ docker rm -f f1e7ded17603f417b8bb9e6f5ebffcca5e9c111d6acc0064145ddff76fd32add [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 20:53:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 20:53:41 . [Pipeline] withDockerContainer 20:53:41 prd-centos7-docker-4c-2g-511 does not seem to be running inside a container 20:53:42 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 20:53:43 $ docker top cac7ef311f8d30dad8c60b8a7b073ee3a60d73879fabe961aedc89558ccbb7d0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:53:45 + tee 20:53:45 + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:e79178b88edbb9292baeff06bb49682f9eadd771 20:53:45 clair timeout 1m0s 20:53:45 docker timeout: 1m0s 20:53:45 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 20:53:46 $ docker stop --time=1 cac7ef311f8d30dad8c60b8a7b073ee3a60d73879fabe961aedc89558ccbb7d0 20:53:47 $ docker rm -f cac7ef311f8d30dad8c60b8a7b073ee3a60d73879fabe961aedc89558ccbb7d0 [Pipeline] // withDockerContainer [Pipeline] sh 20:53:48 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports [Pipeline] echo 20:53:48 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 20:53:48 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 20:53:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 20:53:49 . [Pipeline] withDockerContainer 20:53:49 prd-centos7-docker-4c-2g-511 does not seem to be running inside a container 20:53:49 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 20:53:50 $ docker top b33540c8e8d92038ee96e72875c0589d9d6185b40fdbc0f1883576c90a4984b8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:53:51 + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:e79178b88edbb9292baeff06bb49682f9eadd771 20:53:51 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 20:53:55 $ docker stop --time=1 b33540c8e8d92038ee96e72875c0589d9d6185b40fdbc0f1883576c90a4984b8 20:53:57 $ docker rm -f b33540c8e8d92038ee96e72875c0589d9d6185b40fdbc0f1883576c90a4984b8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 20:53:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 20:53:57 . [Pipeline] withDockerContainer 20:53:57 prd-centos7-docker-4c-2g-511 does not seem to be running inside a container 20:53:58 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 20:53:58 $ docker top d59b5517183eaa8917f2b5fbdba74c7936976f4abaa55ff8e51bfdbd208da26d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:53:59 + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:e79178b88edbb9292baeff06bb49682f9eadd771 20:53:59 + tee 20:53:59 clair timeout 1m0s 20:53:59 docker timeout: 1m0s 20:53:59 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 20:54:00 $ docker stop --time=1 d59b5517183eaa8917f2b5fbdba74c7936976f4abaa55ff8e51bfdbd208da26d 20:54:02 $ docker rm -f d59b5517183eaa8917f2b5fbdba74c7936976f4abaa55ff8e51bfdbd208da26d [Pipeline] // withDockerContainer [Pipeline] sh 20:54:02 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports [Pipeline] echo 20:54:02 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 20:54:03 Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 20:54:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:54:04 . [Pipeline] withDockerContainer 20:54:04 prd-centos7-docker-4c-2g-511 does not seem to be running inside a container 20:54:04 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:54:05 $ docker top 487a246a07f1bd2e47cf9ddbae86a0d8ba3633a993563b7d2f78c19a8c3a2f5f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:54:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:54:06 [ssh-agent] Looking for ssh-agent implementation... 20:54:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:54:06 $ docker exec 487a246a07f1bd2e47cf9ddbae86a0d8ba3633a993563b7d2f78c19a8c3a2f5f ssh-agent 20:54:07 SSH_AUTH_SOCK=/tmp/ssh-DEkA2uIhpmyR/agent.11 20:54:07 SSH_AGENT_PID=16 20:54:07 Running ssh-add (command line suppressed) 20:54:07 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_7184416224054769577.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_7184416224054769577.key) 20:54:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:54:07 + git semver tag 20:54:08 # -> Open(): unable to determine branch for HEAD 20:54:08 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 20:54:08 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 20:54:08 # $SEMVER_REMOTE_NAME = origin 20:54:08 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:54:08 # $SEMVER_USER_NAME = edgex-jenkins 20:54:08 # $SEMVER_BRANCH = master 20:54:08 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver 20:54:08 # e79178b88edbb9292baeff06bb49682f9eadd771 HEAD 20:54:08 # -> Force: false 20:54:08 # 63ae0057391dae63296616b16bcf3f1d19f4cf3d refs/tags/v1.2.2 [Pipeline] } 20:54:08 $ docker exec --env ******** --env ******** 487a246a07f1bd2e47cf9ddbae86a0d8ba3633a993563b7d2f78c19a8c3a2f5f ssh-agent -k 20:54:08 unset SSH_AUTH_SOCK; 20:54:08 unset SSH_AGENT_PID; 20:54:08 echo Agent pid 16 killed; 20:54:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:54:09 + git semver [Pipeline] } 20:54:09 $ docker stop --time=1 487a246a07f1bd2e47cf9ddbae86a0d8ba3633a993563b7d2f78c19a8c3a2f5f 20:54:10 $ docker rm -f 487a246a07f1bd2e47cf9ddbae86a0d8ba3633a993563b7d2f78c19a8c3a2f5f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 20:54:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:54:11 20:54:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 20:54:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:54:11 0.23.1-centos7: Pulling from edgex-lftools 20:54:11 ab5ef0e58194: Pulling fs layer 20:54:11 9712f1f96733: Pulling fs layer 20:54:11 63f879dbbcfc: Pulling fs layer 20:54:11 0d9ebad4ef96: Pulling fs layer 20:54:11 e9a5061849ea: Pulling fs layer 20:54:11 d747dcd14b5f: Pulling fs layer 20:54:11 2de7ff778b66: Pulling fs layer 20:54:11 0d9ebad4ef96: Waiting 20:54:11 e9a5061849ea: Waiting 20:54:11 d747dcd14b5f: Waiting 20:54:11 2de7ff778b66: Waiting 20:54:11 9712f1f96733: Verifying Checksum 20:54:11 9712f1f96733: Download complete 20:54:14 63f879dbbcfc: Verifying Checksum 20:54:14 63f879dbbcfc: Download complete 20:54:14 e9a5061849ea: Download complete 20:54:14 d747dcd14b5f: Download complete 20:54:15 0d9ebad4ef96: Verifying Checksum 20:54:15 0d9ebad4ef96: Download complete 20:54:15 ab5ef0e58194: Verifying Checksum 20:54:15 ab5ef0e58194: Download complete 20:54:15 2de7ff778b66: Verifying Checksum 20:54:15 2de7ff778b66: Download complete 20:54:23 ab5ef0e58194: Pull complete 20:54:23 9712f1f96733: Pull complete 20:54:25 63f879dbbcfc: Pull complete 20:54:35 0d9ebad4ef96: Pull complete 20:54:36 e9a5061849ea: Pull complete 20:54:36 d747dcd14b5f: Pull complete 20:54:40 2de7ff778b66: Pull complete 20:54:40 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 20:54:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:54:40 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 20:54:41 prd-centos7-docker-4c-2g-511 does not seem to be running inside a container 20:54:41 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 20:54:44 $ docker top 15d964cdc4cc8cc0198717bd1c6c12a5e8855245a98608a6c088144ca9768916 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 20:54:44 provisioning config files... 20:54:44 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config717746120696616598tmp 20:54:44 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config397811698322783401tmp 20:54:44 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config5022806409798217451tmp [Pipeline] { [Pipeline] echo 20:54:44 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 20:54:45 ---> sigul-configuration.sh 20:54:45 gpg: directory `/root/.gnupg' created 20:54:45 gpg: new configuration file `/root/.gnupg/gpg.conf' created 20:54:45 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 20:54:45 gpg: keyring `/root/.gnupg/secring.gpg' created 20:54:45 gpg: keyring `/root/.gnupg/pubring.gpg' created 20:54:45 gpg: CAST5 encrypted data 20:54:45 gpg: encrypted with 1 passphrase 20:54:45 gpg: WARNING: message was not integrity protected [Pipeline] sh 20:54:46 + mkdir /home/jenkins 20:54:46 + mkdir /home/jenkins/sigul [Pipeline] sh 20:54:46 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 20:54:46 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 20:54:46 ---> sigul-install.sh 20:54:55 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 20:54:55 + git tag --list 20:54:55 v1.2.2 [Pipeline] sh 20:54:56 + lftools sign git-tag v1.2.2 20:54:58 Signing Git tag with Sigul... 20:54:58 Signing v1.2.2 [Pipeline] echo 20:54:59 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 20:55:00 ---> sigul-configuration-cleanup.sh [Pipeline] } 20:55:00 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 20:55:00 $ docker stop --time=1 15d964cdc4cc8cc0198717bd1c6c12a5e8855245a98608a6c088144ca9768916 20:55:02 $ docker rm -f 15d964cdc4cc8cc0198717bd1c6c12a5e8855245a98608a6c088144ca9768916 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 20:55:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:55:03 . [Pipeline] withDockerContainer 20:55:03 prd-centos7-docker-4c-2g-511 does not seem to be running inside a container 20:55:03 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:55:04 $ docker top c308a2b34641b510ee4fb199123c9cd2c919db352f0c4018e7d2dba284c553d3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:55:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:55:04 [ssh-agent] Looking for ssh-agent implementation... 20:55:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:55:04 $ docker exec c308a2b34641b510ee4fb199123c9cd2c919db352f0c4018e7d2dba284c553d3 ssh-agent 20:55:05 SSH_AUTH_SOCK=/tmp/ssh-kRbulcH5NbaK/agent.12 20:55:05 SSH_AGENT_PID=17 20:55:05 Running ssh-add (command line suppressed) 20:55:05 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_2803539320989588581.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_2803539320989588581.key) 20:55:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:55:06 + git semver bump pre 20:55:06 # -> Open(): unable to determine branch for HEAD 20:55:06 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 20:55:06 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 20:55:06 # $SEMVER_REMOTE_NAME = origin 20:55:06 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:55:06 # $SEMVER_USER_NAME = edgex-jenkins 20:55:06 # $SEMVER_BRANCH = master 20:55:06 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver 20:55:06 1.2.3-dev.1 [Pipeline] } 20:55:06 $ docker exec --env ******** --env ******** c308a2b34641b510ee4fb199123c9cd2c919db352f0c4018e7d2dba284c553d3 ssh-agent -k 20:55:06 unset SSH_AUTH_SOCK; 20:55:06 unset SSH_AGENT_PID; 20:55:06 echo Agent pid 17 killed; 20:55:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:55:07 + git semver [Pipeline] } 20:55:07 $ docker stop --time=1 c308a2b34641b510ee4fb199123c9cd2c919db352f0c4018e7d2dba284c553d3 20:55:09 $ docker rm -f c308a2b34641b510ee4fb199123c9cd2c919db352f0c4018e7d2dba284c553d3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 20:55:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:55:09 . [Pipeline] withDockerContainer 20:55:10 prd-centos7-docker-4c-2g-511 does not seem to be running inside a container 20:55:10 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:55:10 $ docker top f9f7c873b281c386ff5d4746a1f26ad75a213e41c2673e6f60d8991ef39c126d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:55:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:55:11 [ssh-agent] Looking for ssh-agent implementation... 20:55:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:55:11 $ docker exec f9f7c873b281c386ff5d4746a1f26ad75a213e41c2673e6f60d8991ef39c126d ssh-agent 20:55:11 SSH_AUTH_SOCK=/tmp/ssh-vjZ8WP9QK9Fa/agent.11 20:55:11 SSH_AGENT_PID=16 20:55:11 Running ssh-add (command line suppressed) 20:55:12 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_9184048061722638644.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_9184048061722638644.key) 20:55:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:55:13 + git semver push 20:55:13 # -> Open(): unable to determine branch for HEAD 20:55:13 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 20:55:13 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 20:55:13 # $SEMVER_REMOTE_NAME = origin 20:55:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:55:13 # $SEMVER_USER_NAME = edgex-jenkins 20:55:13 # $SEMVER_BRANCH = master 20:55:13 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } 20:55:19 $ docker exec --env ******** --env ******** f9f7c873b281c386ff5d4746a1f26ad75a213e41c2673e6f60d8991ef39c126d ssh-agent -k 20:55:19 unset SSH_AUTH_SOCK; 20:55:19 unset SSH_AGENT_PID; 20:55:19 echo Agent pid 16 killed; 20:55:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:55:20 + git semver [Pipeline] } 20:55:20 $ docker stop --time=1 f9f7c873b281c386ff5d4746a1f26ad75a213e41c2673e6f60d8991ef39c126d 20:55:22 $ docker rm -f f9f7c873b281c386ff5d4746a1f26ad75a213e41c2673e6f60d8991ef39c126d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 20:55:23 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:55:24 ---> package-listing.sh 20:55:24 ++ facter osfamily 20:55:24 ++ tr '[:upper:]' '[:lower:]' 20:55:24 + OS_FAMILY=redhat 20:55:24 + workspace=/w/workspace/gexfoundry_device-mqtt-go_master 20:55:24 + START_PACKAGES=/tmp/packages_start.txt 20:55:24 + END_PACKAGES=/tmp/packages_end.txt 20:55:24 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:55:24 + PACKAGES=/tmp/packages_start.txt 20:55:24 + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' 20:55:24 + PACKAGES=/tmp/packages_end.txt 20:55:24 + case "${OS_FAMILY}" in 20:55:24 + rpm -qa 20:55:24 + sort 20:55:30 + '[' -f /tmp/packages_start.txt ']' 20:55:30 + '[' -f /tmp/packages_end.txt ']' 20:55:30 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:55:30 + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' 20:55:30 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/archives/ 20:55:30 + 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 20:55:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:55:31 20:55:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:55:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:55:32 alpine: Pulling from edgex-lftools-log-publisher 20:55:32 c9b1b535fdd9: Pulling fs layer 20:55:32 2cc5ad85d9ab: Pulling fs layer 20:55:32 756a868c4378: Pulling fs layer 20:55:32 444b2fc9a129: Pulling fs layer 20:55:32 ea15f1150254: Pulling fs layer 20:55:32 41b27a9f41bf: Pulling fs layer 20:55:32 28c525ee5125: Pulling fs layer 20:55:32 094b1ea09ed8: Pulling fs layer 20:55:32 138eaada9080: Pulling fs layer 20:55:32 0622d0fa9048: Pulling fs layer 20:55:32 41b27a9f41bf: Waiting 20:55:32 28c525ee5125: Waiting 20:55:32 094b1ea09ed8: Waiting 20:55:32 138eaada9080: Waiting 20:55:32 0622d0fa9048: Waiting 20:55:32 444b2fc9a129: Waiting 20:55:32 ea15f1150254: Waiting 20:55:32 2cc5ad85d9ab: Verifying Checksum 20:55:32 2cc5ad85d9ab: Download complete 20:55:32 444b2fc9a129: Verifying Checksum 20:55:32 c9b1b535fdd9: Verifying Checksum 20:55:32 c9b1b535fdd9: Download complete 20:55:32 ea15f1150254: Verifying Checksum 20:55:32 ea15f1150254: Download complete 20:55:32 28c525ee5125: Verifying Checksum 20:55:32 28c525ee5125: Download complete 20:55:32 756a868c4378: Verifying Checksum 20:55:32 756a868c4378: Download complete 20:55:33 138eaada9080: Verifying Checksum 20:55:33 138eaada9080: Download complete 20:55:33 0622d0fa9048: Verifying Checksum 20:55:33 0622d0fa9048: Download complete 20:55:33 094b1ea09ed8: Verifying Checksum 20:55:33 094b1ea09ed8: Download complete 20:55:33 c9b1b535fdd9: Pull complete 20:55:34 2cc5ad85d9ab: Pull complete 20:55:34 41b27a9f41bf: Verifying Checksum 20:55:34 41b27a9f41bf: Download complete 20:55:37 756a868c4378: Pull complete 20:55:37 444b2fc9a129: Pull complete 20:55:37 ea15f1150254: Pull complete 20:55:45 41b27a9f41bf: Pull complete 20:55:45 28c525ee5125: Pull complete 20:55:48 094b1ea09ed8: Pull complete 20:55:48 138eaada9080: Pull complete 20:55:49 0622d0fa9048: Pull complete 20:55:49 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 20:55:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:55:49 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:55:49 prd-centos7-docker-4c-2g-511 does not seem to be running inside a container 20:55:50 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 20:55:53 $ docker top 1d02846d23d71b2d7c7da2c6aa1753a7a637ce848ef9a8b8850f71beeeca8949 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:55:53 provisioning config files... 20:55:53 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config7911092134840290504tmp [Pipeline] { [Pipeline] echo 20:55:53 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:55:54 ---> create-netrc.sh [Pipeline] echo 20:55:54 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:55:54 ---> logs-deploy.sh 20:55:54 + ARCHIVE_ARTIFACTS= 20:55:54 + LOGS_SERVER=https://logs.edgexfoundry.org 20:55:54 + '[' https://logs.edgexfoundry.org == None ']' 20:55:54 + NEXUS_URL=https://nexus.edgexfoundry.org 20:55:54 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/14 20:55:54 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-mqtt-go/job/master/14/ 20:55:54 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/14 /w/workspace/gexfoundry_device-mqtt-go_master 20:55:56 Archives upload complete. 20:55:56 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/14 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-mqtt-go/job/master/14/ 20:55:57 ---> uname -a: 20:55:57 Linux 1d02846d23d7 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 20:55:57 20:55:57 20:55:57 ---> lscpu: 20:55:57 Architecture: x86_64 20:55:57 CPU op-mode(s): 32-bit, 64-bit 20:55:57 Byte Order: Little Endian 20:55:57 Address sizes: 40 bits physical, 48 bits virtual 20:55:57 CPU(s): 4 20:55:57 On-line CPU(s) list: 0-3 20:55:57 Thread(s) per core: 1 20:55:57 Core(s) per socket: 1 20:55:57 Socket(s): 4 20:55:57 NUMA node(s): 1 20:55:57 Vendor ID: GenuineIntel 20:55:57 CPU family: 6 20:55:57 Model: 44 20:55:57 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:55:57 Stepping: 1 20:55:57 CPU MHz: 2933.438 20:55:57 BogoMIPS: 5866.87 20:55:57 Virtualization: VT-x 20:55:57 Hypervisor vendor: KVM 20:55:57 Virtualization type: full 20:55:57 L1d cache: 128 KiB 20:55:57 L1i cache: 128 KiB 20:55:57 L2 cache: 16 MiB 20:55:57 L3 cache: 64 MiB 20:55:57 NUMA node0 CPU(s): 0-3 20:55:57 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:55:57 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:55:57 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:55:57 Vulnerability Meltdown: Mitigation; PTI 20:55:57 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:55:57 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:55:57 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:55:57 Vulnerability Tsx async abort: Not affected 20:55:57 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 20:55:57 20:55:57 20:55:57 ---> nproc: 20:55:57 4 20:55:57 20:55:57 20:55:57 ---> df -h: 20:55:57 Filesystem Size Used Available Use% Mounted on 20:55:57 overlay 50.0G 8.1G 41.9G 16% / 20:55:57 tmpfs 64.0M 0 64.0M 0% /dev 20:55:57 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 20:55:57 shm 64.0M 0 64.0M 0% /dev/shm 20:55:57 /dev/vda1 50.0G 8.1G 41.9G 16% /etc/resolv.conf 20:55:57 /dev/vda1 50.0G 8.1G 41.9G 16% /etc/hostname 20:55:57 /dev/vda1 50.0G 8.1G 41.9G 16% /etc/hosts 20:55:57 /dev/vda1 50.0G 8.1G 41.9G 16% /var/log/sa 20:55:57 /dev/vda1 50.0G 8.1G 41.9G 16% /w/workspace/gexfoundry_device-mqtt-go_master 20:55:57 /dev/vda1 50.0G 8.1G 41.9G 16% /w/workspace/gexfoundry_device-mqtt-go_master@tmp 20:55:57 20:55:57 20:55:57 ---> free -m: 20:55:57 total used free shared buff/cache available 20:55:57 Mem: 1837 774 118 0 944 992 20:55:57 Swap: 1023 3 1020 20:55:57 20:55:57 20:55:57 ---> ip addr: 20:55:57 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 20:55:57 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:55:57 inet 127.0.0.1/8 scope host lo 20:55:57 valid_lft forever preferred_lft forever 20:55:57 24: eth0@if25: mtu 1458 qdisc noqueue state UP 20:55:57 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 20:55:57 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 20:55:57 valid_lft forever preferred_lft forever 20:55:57 20:55:57 20:55:57 ---> sar -b -r -n DEV: 20:55:57 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/19/20 _x86_64_ (4 CPU) 20:55:57 20:55:57 20:40:57 LINUX RESTART 20:55:57 20:55:57 20:42:02 tps rtps wtps bread/s bwrtn/s 20:55:57 20:43:01 29.68 11.58 18.11 4812.86 2079.68 20:55:57 20:44:01 0.75 0.00 0.75 0.00 15.48 20:55:57 20:45:01 0.23 0.00 0.23 0.00 3.46 20:55:57 20:46:01 0.23 0.00 0.23 0.00 2.70 20:55:57 20:47:01 0.30 0.00 0.30 0.00 5.08 20:55:57 20:48:01 0.28 0.00 0.28 0.00 3.13 20:55:57 20:49:01 0.22 0.02 0.20 0.13 1.88 20:55:57 20:50:01 0.30 0.00 0.30 0.00 3.11 20:55:57 20:51:01 0.23 0.00 0.23 0.00 2.85 20:55:57 20:52:01 0.27 0.00 0.27 0.00 3.75 20:55:57 20:53:01 26.26 2.48 23.79 303.53 16499.62 20:55:57 20:54:02 233.48 153.22 80.25 6496.28 16083.59 20:55:57 20:55:01 210.91 75.10 135.81 4108.25 31029.79 20:55:57 Average: 38.53 18.60 19.93 1201.80 5030.55 20:55:57 20:55:57 20:42:02 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:55:57 20:43:01 153444 1728112 91.84 2608 1149924 1143660 39.03 442492 1126828 16 20:55:57 20:44:01 156988 1724568 91.66 2608 1149928 1116336 38.10 441184 1125060 8 20:55:57 20:45:01 157308 1724248 91.64 2608 1149936 1116336 38.10 441140 1125060 8 20:55:57 20:46:01 158360 1723196 91.58 2608 1149936 1094828 37.36 444648 1120632 16 20:55:57 20:47:01 157900 1723656 91.61 2608 1149944 1095000 37.37 446316 1119568 12 20:55:57 20:48:01 157712 1723844 91.62 2608 1149948 1094964 37.37 446748 1119564 12 20:55:57 20:49:01 160384 1721172 91.48 2608 1149952 1072252 36.59 436900 1126708 8 20:55:57 20:50:01 160936 1720620 91.45 2608 1149960 1072252 36.59 436912 1126708 16 20:55:57 20:51:01 159476 1722080 91.52 2608 1149964 1072468 36.60 438184 1126708 20 20:55:57 20:52:01 159464 1722092 91.52 2608 1149972 1072404 36.60 433692 1130692 16 20:55:57 20:53:01 78020 1803536 95.85 2608 1137908 1514328 51.68 601976 1023264 62828 20:55:57 20:54:02 162084 1719472 91.39 2608 1057484 1363676 46.54 569888 951360 48 20:55:57 20:55:01 116700 1764856 93.80 1724 1002696 1503016 51.30 694308 782340 65780 20:55:57 Average: 149137 1732419 92.07 2540 1130581 1179348 40.25 482645 1077269 9907 20:55:57 20:55:57 20:42:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 20:55:57 20:43:01 eth0 63.82 54.81 449.95 36.50 0.00 0.00 0.00 20:55:57 20:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:55:57 20:43:01 docker0 1.35 1.22 0.28 3.43 0.00 0.00 0.00 20:55:57 20:44:01 eth0 2.93 0.71 0.97 0.58 0.00 0.00 0.00 20:55:57 20:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:55:57 20:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:55:57 20:45:01 eth0 2.78 0.58 0.70 0.46 0.00 0.00 0.00 20:55:57 20:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:55:57 20:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:55:57 20:46:01 eth0 2.18 0.63 0.65 0.40 0.00 0.00 0.00 20:55:57 20:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:55:57 20:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:55:57 20:47:01 eth0 1.33 0.67 0.70 0.47 0.00 0.00 0.00 20:55:57 20:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:55:57 20:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:55:57 20:48:01 eth0 0.43 0.35 0.27 0.20 0.00 0.00 0.00 20:55:57 20:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:55:57 20:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:55:57 20:49:01 eth0 0.08 0.03 0.01 0.00 0.00 0.00 0.00 20:55:57 20:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:55:57 20:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:55:57 20:50:01 eth0 0.22 0.08 0.01 0.01 0.00 0.00 0.00 20:55:57 20:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:55:57 20:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:55:57 20:51:01 eth0 0.95 0.38 0.39 0.21 0.00 0.00 0.00 20:55:57 20:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:55:57 20:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:55:57 20:52:01 eth0 0.27 0.25 0.14 0.08 0.00 0.00 0.00 20:55:57 20:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:55:57 20:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:55:57 20:53:01 eth0 102.31 55.01 3753.83 6.68 0.00 0.00 0.00 20:55:57 20:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:55:57 20:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:55:57 20:54:02 eth0 89.73 83.98 295.97 68.79 0.00 0.00 0.00 20:55:57 20:54:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:55:57 20:54:02 docker0 26.56 24.85 3.06 81.61 0.00 0.00 0.00 20:55:57 20:55:01 eth0 178.38 113.73 3462.25 52.81 0.00 0.00 0.00 20:55:57 20:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:55:57 20:55:01 veth66fb339 25.00 34.18 1.74 189.35 0.00 0.00 0.00 20:55:57 20:55:01 docker0 53.40 60.57 4.79 275.81 0.00 0.00 0.00 20:55:57 Average: eth0 34.06 23.80 609.65 12.79 0.00 0.00 0.00 20:55:57 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:55:57 Average: veth66fb339 1.90 2.59 0.13 14.37 0.00 0.00 0.00 20:55:57 Average: docker0 4.05 4.60 0.36 20.93 0.00 0.00 0.00 20:55:57 20:55:57 20:55:57 ---> sar -P ALL: 20:55:57 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/19/20 _x86_64_ (4 CPU) 20:55:57 20:55:57 20:40:57 LINUX RESTART 20:55:57 20:55:57 20:42:02 CPU %user %nice %system %iowait %steal %idle 20:55:57 20:43:01 all 2.86 0.00 1.91 0.78 5.97 88.48 20:55:57 20:43:01 0 2.47 0.00 2.04 2.17 6.82 86.50 20:55:57 20:43:01 1 2.45 0.00 1.85 0.40 5.71 89.58 20:55:57 20:43:01 2 3.56 0.00 1.66 0.32 5.74 88.72 20:55:57 20:43:01 3 2.98 0.00 2.07 0.25 5.61 89.09 20:55:57 20:44:01 all 0.13 0.00 0.07 0.00 0.57 99.22 20:55:57 20:44:01 0 0.28 0.00 0.07 0.00 0.75 98.91 20:55:57 20:44:01 1 0.08 0.00 0.05 0.00 0.52 99.35 20:55:57 20:44:01 2 0.13 0.00 0.08 0.00 0.60 99.19 20:55:57 20:44:01 3 0.03 0.00 0.10 0.00 0.45 99.42 20:55:57 20:45:01 all 0.12 0.00 0.04 0.00 0.54 99.31 20:55:57 20:45:01 0 0.03 0.00 0.07 0.00 1.12 98.78 20:55:57 20:45:01 1 0.02 0.00 0.02 0.00 0.18 99.78 20:55:57 20:45:01 2 0.37 0.00 0.05 0.00 0.18 99.40 20:55:57 20:45:01 3 0.05 0.00 0.03 0.00 0.63 99.29 20:55:57 20:46:01 all 0.08 0.00 0.04 0.00 0.60 99.28 20:55:57 20:46:01 0 0.03 0.00 0.05 0.00 0.53 99.39 20:55:57 20:46:01 1 0.05 0.00 0.02 0.00 0.63 99.30 20:55:57 20:46:01 2 0.22 0.00 0.05 0.00 0.50 99.23 20:55:57 20:46:01 3 0.02 0.00 0.02 0.00 0.73 99.24 20:55:57 20:47:01 all 0.11 0.00 0.03 0.00 0.42 99.44 20:55:57 20:47:01 0 0.03 0.00 0.02 0.00 0.33 99.62 20:55:57 20:47:01 1 0.07 0.00 0.07 0.00 0.48 99.39 20:55:57 20:47:01 2 0.32 0.00 0.03 0.00 0.45 99.20 20:55:57 20:47:01 3 0.03 0.00 0.02 0.00 0.42 99.53 20:55:57 20:48:01 all 0.14 0.00 0.04 0.00 0.12 99.70 20:55:57 20:48:01 0 0.03 0.00 0.03 0.00 0.20 99.73 20:55:57 20:48:01 1 0.35 0.00 0.02 0.00 0.05 99.58 20:55:57 20:48:01 2 0.15 0.00 0.07 0.00 0.05 99.73 20:55:57 20:48:01 3 0.02 0.00 0.02 0.00 0.20 99.77 20:55:57 20:49:01 all 0.12 0.00 0.05 0.00 0.17 99.67 20:55:57 20:49:01 0 0.03 0.00 0.02 0.00 0.17 99.78 20:55:57 20:49:01 1 0.30 0.00 0.10 0.00 0.12 99.48 20:55:57 20:49:01 2 0.05 0.00 0.05 0.00 0.27 99.63 20:55:57 20:49:01 3 0.07 0.00 0.03 0.00 0.10 99.80 20:55:57 20:50:01 all 0.09 0.00 0.04 0.00 0.27 99.61 20:55:57 20:50:01 0 0.02 0.00 0.02 0.00 0.28 99.68 20:55:57 20:50:01 1 0.02 0.00 0.02 0.00 0.13 99.83 20:55:57 20:50:01 2 0.03 0.00 0.05 0.00 0.30 99.62 20:55:57 20:50:01 3 0.27 0.00 0.07 0.00 0.37 99.30 20:55:57 20:51:01 all 0.14 0.00 0.03 0.00 0.13 99.70 20:55:57 20:51:01 0 0.02 0.00 0.02 0.00 0.23 99.73 20:55:57 20:51:01 1 0.08 0.00 0.05 0.00 0.15 99.72 20:55:57 20:51:01 2 0.03 0.00 0.03 0.00 0.03 99.90 20:55:57 20:51:01 3 0.42 0.00 0.03 0.00 0.10 99.45 20:55:57 20:52:01 all 0.09 0.00 0.04 0.00 0.33 99.54 20:55:57 20:52:01 0 0.02 0.00 0.03 0.00 0.53 99.42 20:55:57 20:52:01 1 0.03 0.00 0.05 0.00 0.43 99.48 20:55:57 20:52:01 2 0.02 0.00 0.02 0.00 0.12 99.85 20:55:57 20:52:01 3 0.32 0.00 0.02 0.00 0.27 99.40 20:55:57 20:53:01 all 2.52 0.00 1.46 0.07 6.85 89.10 20:55:57 20:53:01 0 2.93 0.00 1.43 0.00 6.85 88.79 20:55:57 20:53:01 1 2.04 0.00 1.50 0.21 6.97 89.28 20:55:57 20:53:01 2 2.47 0.00 1.37 0.02 7.14 89.01 20:55:57 20:53:01 3 2.66 0.00 1.60 0.02 6.42 89.30 20:55:57 20:54:02 all 5.24 0.00 4.50 2.42 12.87 74.97 20:55:57 20:54:02 0 4.92 0.00 4.47 2.36 14.46 73.79 20:55:57 20:54:02 1 6.27 0.00 4.35 2.87 12.15 74.35 20:55:57 20:54:02 2 4.96 0.00 4.35 3.10 12.52 75.08 20:55:57 20:54:02 3 4.82 0.00 4.82 1.36 12.35 76.65 20:55:57 20:55:01 all 8.34 0.00 6.26 2.21 15.90 67.30 20:55:57 20:55:01 0 7.51 0.00 6.80 1.70 16.48 67.51 20:55:57 20:55:01 1 6.02 0.00 5.02 2.05 16.23 70.68 20:55:57 20:55:01 2 10.20 0.00 6.88 2.38 15.83 64.72 20:55:57 20:55:01 3 9.70 0.00 6.36 2.73 15.04 66.17 20:55:57 Average: all 1.55 0.00 1.13 0.43 3.47 93.43 20:55:57 Average: 0 1.42 0.00 1.17 0.48 3.79 93.14 20:55:57 Average: 1 1.39 0.00 1.02 0.43 3.41 93.74 20:55:57 Average: 2 1.74 0.00 1.14 0.45 3.39 93.29 20:55:57 Average: 3 1.65 0.00 1.17 0.34 3.29 93.55 20:55:57 20:55:57 20:55:57