Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a219397901d2c5688805132d00f2acfc9627e1bf Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Examining edgexfoundry/edgex-global-pipelines Attempting to resolve stable as a branch Attempting to resolve stable as a tag Resolved stable as tag stable at revision a8d5489117fb74ecf2babedeac9793ec80335c77 using credential edgex-jenkins-access-pat > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 Checking out Revision a8d5489117fb74ecf2babedeac9793ec80335c77 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a8d5489117fb74ecf2babedeac9793ec80335c77 # timeout=10 Commit message: "Merge pull request #176 from soda480/US6232f" > 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 [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-modbus-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-modbus-go-settings PROJECT: device-modbus-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-modbus-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: true [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-8826’ is offline Running on prd-centos7-docker-4c-2g-8827 in /w/workspace/xfoundry_device-modbus-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-modbus-go.git > git init /w/workspace/xfoundry_device-modbus-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-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-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision a219397901d2c5688805132d00f2acfc9627e1bf (master) > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-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-modbus-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a219397901d2c5688805132d00f2acfc9627e1bf # timeout=10 Commit message: "Merge pull request #150 from lranjbar/snap-rebuild" > git rev-list --no-walk 6f17a55e5ab153f2b7b0a9806cbdf5254002439f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:13:41 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:13:41 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:13:41 ========================================================= 19:13:41 EdgeX Global Pipelines Version Info 19:13:41 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:13:42 ------------------- 19:13:42 stable info: 19:13:42 ------------------- 19:13:42 Commited By: Emilio Reyes emilio.reyes@intel.com 19:13:42 Commit SHA: 045109fa9a4f6df2e4fd24e75fafac08edbb033d 19:13:42 Message: update stable to v1.0.87 19:13:43 ------------------- 19:13:43 experimental info: 19:13:43 ------------------- 19:13:43 Commited By: **** collab-it+edgex@linuxfoundation.org 19:13:43 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 19:13:43 Message: update experimental to v1.0.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 19:13:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:13:46 19:13:46 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:13:47 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:13:47 latest: Pulling from edgex-devops/git-semver 19:13:47 9123ac7c32f7: Pulling fs layer 19:13:47 b8cc5d1170e3: Pulling fs layer 19:13:47 2924cbbf6a41: Pulling fs layer 19:13:47 93b08a4f1073: Pulling fs layer 19:13:47 b8cc5d1170e3: Verifying Checksum 19:13:47 b8cc5d1170e3: Download complete 19:13:47 9123ac7c32f7: Verifying Checksum 19:13:47 9123ac7c32f7: Download complete 19:13:47 93b08a4f1073: Verifying Checksum 19:13:47 93b08a4f1073: Download complete 19:13:47 2924cbbf6a41: Verifying Checksum 19:13:47 2924cbbf6a41: Download complete 19:13:47 9123ac7c32f7: Pull complete 19:13:47 b8cc5d1170e3: Pull complete 19:13:48 2924cbbf6a41: Pull complete 19:13:48 93b08a4f1073: Pull complete 19:13:58 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 19:13:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:13:58 prd-centos7-docker-4c-2g-8827 does not seem to be running inside a container 19:13:58 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:13:59 $ docker top ae968b644e0a195b575cab6bbbb7178fdb06e66da4aae969b01d20ac8efb68c1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:13:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:13:59 [ssh-agent] Looking for ssh-agent implementation... 19:13:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:13:59 $ docker exec ae968b644e0a195b575cab6bbbb7178fdb06e66da4aae969b01d20ac8efb68c1 ssh-agent 19:13:59 SSH_AUTH_SOCK=/tmp/ssh-dqHGlx4sIGml/agent.15 19:13:59 SSH_AGENT_PID=22 19:13:59 Running ssh-add (command line suppressed) 19:14:00 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_7332186138338309829.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_7332186138338309829.key) 19:14:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:14:00 + git describe --exact-match --tags HEAD 19:14:00 fatal: No names found, cannot describe anything. [Pipeline] } 19:14:00 $ docker exec --env ******** --env ******** ae968b644e0a195b575cab6bbbb7178fdb06e66da4aae969b01d20ac8efb68c1 ssh-agent -k 19:14:00 unset SSH_AUTH_SOCK; 19:14:00 unset SSH_AGENT_PID; 19:14:00 echo Agent pid 22 killed; 19:14:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 19:14:00 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 19:14:00 This usually means this commit has not been tagged. [Pipeline] sshagent 19:14:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:14:00 [ssh-agent] Looking for ssh-agent implementation... 19:14:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:14:01 $ docker exec ae968b644e0a195b575cab6bbbb7178fdb06e66da4aae969b01d20ac8efb68c1 ssh-agent 19:14:01 SSH_AUTH_SOCK=/tmp/ssh-ZRdNJYpUwfMy/agent.57 19:14:01 SSH_AGENT_PID=64 19:14:01 Running ssh-add (command line suppressed) 19:14:01 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_8203715612943596602.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_8203715612943596602.key) 19:14:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:14:01 + git semver init 19:14:01 # -> Open(): unable to determine branch for HEAD 19:14:01 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 19:14:01 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 19:14:01 # $SEMVER_REMOTE_NAME = origin 19:14:01 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:14:01 # $SEMVER_USER_NAME = edgex-jenkins 19:14:01 # $SEMVER_BRANCH = master 19:14:01 # $SEMVER_TEMP = /tmp/semver-940260124 19:14:01 # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP 19:14:02 # '/tmp/semver-940260124' -> '/w/workspace/xfoundry_device-modbus-go_master/.semver' 19:14:02 # -> Force: false 19:14:02 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } 19:14:02 $ docker exec --env ******** --env ******** ae968b644e0a195b575cab6bbbb7178fdb06e66da4aae969b01d20ac8efb68c1 ssh-agent -k 19:14:02 unset SSH_AUTH_SOCK; 19:14:02 unset SSH_AGENT_PID; 19:14:02 echo Agent pid 64 killed; 19:14:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:14:03 + git semver [Pipeline] } 19:14:03 $ docker stop --time=1 ae968b644e0a195b575cab6bbbb7178fdb06e66da4aae969b01d20ac8efb68c1 19:14:04 $ docker rm -f ae968b644e0a195b575cab6bbbb7178fdb06e66da4aae969b01d20ac8efb68c1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 19:14:05 Stashed 24 file(s) [Pipeline] echo 19:14:05 [edgeXSemver] initialized semver on version 1.2.1-dev.1 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 19:14:21 Still waiting to schedule task 19:14:21 ‘prd-centos7-builder-2c-1g-8825’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-8829’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-8140’ doesn’t have label ‘centos7-docker-4c-2g’ 19:14:21 Still waiting to schedule task 19:14:21 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 19:17:26 Running on prd-centos7-docker-4c-2g-8831 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws 19:17:26 Running in /w/workspace/device-modbus-go/10 [Pipeline] { [Pipeline] checkout 19:17:27 Running on prd-ubuntu18.04-docker-arm64-4c-16g-8830 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws 19:17:27 Running in /w/workspace/device-modbus-go/10 [Pipeline] { [Pipeline] checkout 19:17:30 using credential edgex-jenkins-ssh 19:17:30 Cloning the remote Git repository 19:17:30 Cloning with configured refspecs honoured and without tags 19:17:30 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 19:17:30 > git init /w/workspace/device-modbus-go/10 # timeout=10 19:17:30 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 19:17:30 > git --version # timeout=10 19:17:30 using GIT_SSH to set credentials SSH Credentials for GitHub 19:17:30 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 19:17:31 Fetching without tags 19:17:31 Checking out Revision a219397901d2c5688805132d00f2acfc9627e1bf (master) 19:17:31 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 19:17:31 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 19:17:31 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 19:17:31 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 19:17:31 using GIT_SSH to set credentials SSH Credentials for GitHub 19:17:31 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 19:17:31 > git config core.sparsecheckout # timeout=10 19:17:31 > git checkout -f a219397901d2c5688805132d00f2acfc9627e1bf # timeout=10 19:17:32 using credential edgex-jenkins-ssh 19:17:32 Cloning the remote Git repository 19:17:32 Cloning with configured refspecs honoured and without tags 19:17:32 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 19:17:32 > git init /w/workspace/device-modbus-go/10 # timeout=10 19:17:32 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 19:17:32 > git --version # timeout=10 19:17:32 using GIT_SSH to set credentials SSH Credentials for GitHub 19:17:33 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 19:17:33 Fetching without tags 19:17:34 Checking out Revision a219397901d2c5688805132d00f2acfc9627e1bf (master) 19:17:33 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 19:17:33 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 19:17:33 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 19:17:33 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 19:17:33 using GIT_SSH to set credentials SSH Credentials for GitHub 19:17:33 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 19:17:34 > git config core.sparsecheckout # timeout=10 19:17:34 > git checkout -f a219397901d2c5688805132d00f2acfc9627e1bf # timeout=10 19:17:37 Commit message: "Merge pull request #150 from lranjbar/snap-rebuild" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 19:17:38 ========================================================= 19:17:38 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 19:17:38 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:17:38 + 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 . 19:17:38 Commit message: "Merge pull request #150 from lranjbar/snap-rebuild" 19:17:39 Sending build context to Docker daemon 580.6kB 19:17:39 Step 1/8 : ARG BASE=golang:1.13-alpine 19:17:39 Step 2/8 : FROM ${BASE} [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 19:17:39 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 19:17:39 e6b0cf9c0882: Pulling fs layer 19:17:39 2848faf0eed1: Pulling fs layer 19:17:39 0f37312ad70f: Pulling fs layer 19:17:39 5788d62ee057: Pulling fs layer 19:17:39 0e6b1d234666: Pulling fs layer 19:17:39 bf5d7aec512f: Pulling fs layer 19:17:39 34c802a77dc8: Pulling fs layer 19:17:39 9eb99e56ec68: Pulling fs layer 19:17:39 27c7a5d97fbd: Pulling fs layer 19:17:39 5c102a31e300: Pulling fs layer 19:17:39 dcfb455df0a1: Pulling fs layer 19:17:39 5788d62ee057: Waiting 19:17:39 0e6b1d234666: Waiting 19:17:39 bf5d7aec512f: Waiting 19:17:39 34c802a77dc8: Waiting 19:17:39 9eb99e56ec68: Waiting 19:17:39 27c7a5d97fbd: Waiting 19:17:39 5c102a31e300: Waiting 19:17:39 0f37312ad70f: Verifying Checksum 19:17:39 0f37312ad70f: Download complete 19:17:39 2848faf0eed1: Verifying Checksum 19:17:39 2848faf0eed1: Download complete 19:17:39 0e6b1d234666: Verifying Checksum 19:17:39 0e6b1d234666: Download complete 19:17:39 bf5d7aec512f: Verifying Checksum 19:17:39 bf5d7aec512f: Download complete 19:17:39 e6b0cf9c0882: Verifying Checksum [Pipeline] script [Pipeline] { [Pipeline] unstash 19:17:39 e6b0cf9c0882: Pull complete 19:17:39 2848faf0eed1: Pull complete [Pipeline] echo 19:17:39 ========================================================= 19:17:39 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 19:17:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:17:40 0f37312ad70f: Pull complete 19:17:40 34c802a77dc8: Verifying Checksum 19:17:40 34c802a77dc8: Download complete 19:17:40 27c7a5d97fbd: Verifying Checksum 19:17:40 27c7a5d97fbd: Download complete 19:17:40 + 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 . 19:17:41 Sending build context to Docker daemon 580.6kB 19:17:41 Step 1/8 : ARG BASE=golang:1.13-alpine 19:17:41 Step 2/8 : FROM ${BASE} 19:17:41 5c102a31e300: Verifying Checksum 19:17:41 5c102a31e300: Download complete 19:17:41 dcfb455df0a1: Verifying Checksum 19:17:41 dcfb455df0a1: Download complete 19:17:41 9eb99e56ec68: Verifying Checksum 19:17:41 9eb99e56ec68: Download complete 19:17:42 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:17:42 cde5963f3b93: Pulling fs layer 19:17:42 2a23fa8c16f7: Pulling fs layer 19:17:42 777b28850792: Pulling fs layer 19:17:42 8a11ddd9e578: Pulling fs layer 19:17:42 4cf88f913ddb: Pulling fs layer 19:17:42 1df406cf5192: Pulling fs layer 19:17:42 cd6300453558: Pulling fs layer 19:17:42 b9c365052c96: Pulling fs layer 19:17:42 a2d8cc88f415: Pulling fs layer 19:17:42 ea1d1ca13537: Pulling fs layer 19:17:42 3750a50a1c5e: Pulling fs layer 19:17:42 4cf88f913ddb: Waiting 19:17:42 1df406cf5192: Waiting 19:17:42 cd6300453558: Waiting 19:17:42 b9c365052c96: Waiting 19:17:42 a2d8cc88f415: Waiting 19:17:42 ea1d1ca13537: Waiting 19:17:42 3750a50a1c5e: Waiting 19:17:42 8a11ddd9e578: Waiting 19:17:42 777b28850792: Verifying Checksum 19:17:42 777b28850792: Download complete 19:17:42 2a23fa8c16f7: Download complete 19:17:42 4cf88f913ddb: Verifying Checksum 19:17:42 4cf88f913ddb: Download complete 19:17:42 1df406cf5192: Verifying Checksum 19:17:42 1df406cf5192: Download complete 19:17:42 5788d62ee057: Verifying Checksum 19:17:42 5788d62ee057: Download complete 19:17:42 cde5963f3b93: Download complete 19:17:43 cde5963f3b93: Pull complete 19:17:43 2a23fa8c16f7: Pull complete 19:17:44 777b28850792: Pull complete 19:17:46 cd6300453558: Verifying Checksum 19:17:46 cd6300453558: Download complete 19:17:46 a2d8cc88f415: Download complete 19:17:49 ea1d1ca13537: Verifying Checksum 19:17:49 ea1d1ca13537: Download complete 19:17:49 3750a50a1c5e: Download complete 19:17:51 b9c365052c96: Verifying Checksum 19:17:53 8a11ddd9e578: Verifying Checksum 19:17:53 8a11ddd9e578: Download complete 19:18:04 5788d62ee057: Pull complete 19:18:04 0e6b1d234666: Pull complete 19:18:04 bf5d7aec512f: Pull complete 19:18:05 8a11ddd9e578: Pull complete 19:18:05 4cf88f913ddb: Pull complete 19:18:05 1df406cf5192: Pull complete 19:18:10 cd6300453558: Pull complete 19:18:12 34c802a77dc8: Pull complete 19:18:15 b9c365052c96: Pull complete 19:18:15 a2d8cc88f415: Pull complete 19:18:17 ea1d1ca13537: Pull complete 19:18:17 9eb99e56ec68: Pull complete 19:18:17 27c7a5d97fbd: Pull complete 19:18:18 3750a50a1c5e: Pull complete 19:18:18 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 19:18:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 19:18:18 ---> 78745c68409d 19:18:18 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 19:18:20 5c102a31e300: Pull complete 19:18:20 dcfb455df0a1: Pull complete 19:18:20 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 19:18:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 19:18:20 ---> 7c70fe431013 19:18:20 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 19:18:20 ---> Running in 3c5f6ca61c61 19:18:20 Removing intermediate container 3c5f6ca61c61 19:18:20 ---> da5daeac445e 19:18:20 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:18:20 ---> Running in abe2bc68d3d5 19:18:22 Removing intermediate container abe2bc68d3d5 19:18:22 ---> 40539c45aeb4 19:18:22 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 19:18:23 ---> Running in 33ca78d7b964 19:18:24 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 19:18:25 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 19:18:25 (1/17) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) 19:18:25 (2/17) Installing libmagic (5.37-r1) 19:18:26 (3/17) Installing file (5.37-r1) 19:18:26 (4/17) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) 19:18:26 (5/17) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) 19:18:26 (6/17) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) 19:18:54 (7/17) Installing libc-dev (0.7.2-r0) 19:18:54 (8/17) Installing g++ (9.2.0-r4) 19:18:57 ---> Running in d2b841af14dd 19:18:57 Removing intermediate container d2b841af14dd 19:18:57 ---> 186ca2eb033b 19:18:57 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:18:57 ---> Running in 93f39963561a 19:18:57 Removing intermediate container 93f39963561a 19:18:57 ---> 1054d00d2b87 19:18:57 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 19:19:01 ---> Running in ae7866ab4eab 19:19:02 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 19:19:02 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 19:19:03 (1/18) Upgrading libgcc (9.2.0-r3 -> 9.2.0-r4) 19:19:03 (2/18) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) 19:19:04 (3/18) Installing libmagic (5.37-r1) 19:19:04 (4/18) Installing file (5.37-r1) 19:19:04 (5/18) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) 19:19:04 (6/18) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) 19:19:04 (7/18) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) 19:19:12 (9/17) Installing fortify-headers (1.1-r0) 19:19:12 (10/17) Installing build-base (0.5-r1) 19:19:12 (11/17) Installing openssh-keygen (8.1_p1-r0) 19:19:12 (12/17) Installing libedit (20191211.3.1-r0) 19:19:12 (13/17) Installing openssh-client (8.1_p1-r0) 19:19:12 (14/17) Installing openssh-sftp-server (8.1_p1-r0) 19:19:12 (15/17) Installing openssh-server-common (8.1_p1-r0) 19:19:12 (16/17) Installing openssh-server (8.1_p1-r0) 19:19:13 (17/17) Installing openssh (8.1_p1-r0) 19:19:14 Executing busybox-1.31.1-r8.trigger 19:19:14 OK: 214 MiB in 52 packages 19:19:19 Removing intermediate container 33ca78d7b964 19:19:19 ---> fee8c259e8ce 19:19:19 Step 6/8 : WORKDIR /device-modbus-go 19:19:19 ---> Running in 557a257150bd 19:19:19 Removing intermediate container 557a257150bd 19:19:19 ---> 9b9e3808f6c0 19:19:19 Step 7/8 : COPY . . 19:19:20 ---> c8f449d281c2 19:19:20 Step 8/8 : RUN go mod download 19:19:20 ---> Running in d93f1729db5c 19:19:22 (8/18) Installing libc-dev (0.7.2-r0) 19:19:22 (9/18) Installing g++ (9.2.0-r4) 19:19:23 go: finding github.com/BurntSushi/toml v0.3.1 19:19:23 go: finding github.com/OneOfOne/xxhash v1.2.6 19:19:23 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 19:19:23 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:19:23 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 19:19:23 go: finding github.com/bgentry/speakeasy v0.1.0 19:19:23 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 19:19:23 go: finding github.com/davecgh/go-spew v1.1.1 19:19:23 go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 19:19:23 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 19:19:23 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 19:19:23 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 19:19:23 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 19:19:23 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 19:19:23 go: finding github.com/fatih/color v1.7.0 19:19:23 go: finding github.com/fxamacker/cbor/v2 v2.2.0 19:19:23 go: finding github.com/go-kit/kit v0.8.0 19:19:23 go: finding github.com/go-logfmt/logfmt v0.4.0 19:19:23 go: finding github.com/go-stack/stack v1.8.0 19:19:23 go: finding github.com/goburrow/modbus v0.1.0 19:19:23 go: finding github.com/goburrow/serial v0.1.0 19:19:23 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 19:19:23 go: finding github.com/google/uuid v1.1.1 19:19:23 go: finding github.com/gorilla/mux v1.7.1 19:19:23 go: finding github.com/hashicorp/consul/api v1.1.0 19:19:23 go: finding github.com/hashicorp/consul/sdk v0.1.1 19:19:23 go: finding github.com/hashicorp/errwrap v1.0.0 19:19:23 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 19:19:23 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 19:19:23 go: finding github.com/hashicorp/go-msgpack v0.5.3 19:19:23 go: finding github.com/hashicorp/go-multierror v1.0.0 19:19:23 go: finding github.com/hashicorp/go-rootcerts v1.0.0 19:19:23 go: finding github.com/hashicorp/go-sockaddr v1.0.1 19:19:23 go: finding github.com/hashicorp/go-syslog v1.0.0 19:19:23 go: finding github.com/hashicorp/go-uuid v1.0.1 19:19:23 go: finding github.com/hashicorp/go.net v0.0.1 19:19:23 go: finding github.com/hashicorp/golang-lru v0.5.1 19:19:23 go: finding github.com/hashicorp/logutils v1.0.0 19:19:23 go: finding github.com/hashicorp/mdns v1.0.0 19:19:23 go: finding github.com/hashicorp/memberlist v0.1.3 19:19:23 go: finding github.com/hashicorp/serf v0.8.2 19:19:23 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 19:19:23 go: finding github.com/mattn/go-colorable v0.0.9 19:19:23 go: finding github.com/mattn/go-isatty v0.0.3 19:19:23 go: finding github.com/miekg/dns v1.1.4 19:19:23 go: finding github.com/mitchellh/cli v1.0.0 19:19:23 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:19:23 go: finding github.com/mitchellh/copystructure v1.0.0 19:19:23 go: finding github.com/mitchellh/go-homedir v1.1.0 19:19:23 go: finding github.com/mitchellh/go-testing-interface v1.0.0 19:19:23 go: finding github.com/mitchellh/go-wordwrap v1.0.0 19:19:23 go: finding github.com/mitchellh/gox v0.4.0 19:19:23 go: finding github.com/mitchellh/iochan v1.0.0 19:19:23 go: finding github.com/mitchellh/mapstructure v1.1.2 19:19:23 go: finding github.com/mitchellh/reflectwalk v1.0.0 19:19:23 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 19:19:23 go: finding github.com/pelletier/go-toml v1.2.0 19:19:23 go: finding github.com/pkg/errors v0.8.1 19:19:23 go: finding github.com/pmezard/go-difflib v1.0.0 19:19:23 go: finding github.com/posener/complete v1.1.1 19:19:23 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 19:19:23 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 19:19:27 go: finding github.com/stretchr/objx v0.1.0 19:19:27 go: finding github.com/stretchr/testify v1.5.1 19:19:27 go: finding github.com/ugorji/go v1.1.4 19:19:27 go: finding github.com/x448/float16 v0.8.4 19:19:27 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 19:19:27 go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 19:19:27 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 19:19:27 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 19:19:27 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 19:19:27 go: finding gopkg.in/yaml.v2 v2.2.8 19:19:31 (10/18) Installing fortify-headers (1.1-r0) 19:19:31 (11/18) Installing build-base (0.5-r1) 19:19:31 (12/18) Installing openssh-keygen (8.1_p1-r0) 19:19:31 (13/18) Installing libedit (20191211.3.1-r0) 19:19:31 (14/18) Installing openssh-client (8.1_p1-r0) 19:19:32 (15/18) Installing openssh-sftp-server (8.1_p1-r0) 19:19:32 (16/18) Installing openssh-server-common (8.1_p1-r0) 19:19:32 (17/18) Installing openssh-server (8.1_p1-r0) 19:19:32 (18/18) Installing openssh (8.1_p1-r0) 19:19:32 Executing busybox-1.31.1-r8.trigger 19:19:32 OK: 203 MiB in 52 packages 19:19:42 Removing intermediate container ae7866ab4eab 19:19:42 ---> 8225b32f8ac5 19:19:42 Step 6/8 : WORKDIR /device-modbus-go 19:19:44 ---> Running in 74364c6135fb 19:19:48 Removing intermediate container 74364c6135fb 19:19:48 ---> 4ac1f796f632 19:19:48 Step 7/8 : COPY . . 19:19:49 ---> 5e4074433256 19:19:49 Step 8/8 : RUN go mod download 19:19:49 ---> Running in fc928d4e72f5 19:19:52 go: finding github.com/BurntSushi/toml v0.3.1 19:19:52 go: finding github.com/OneOfOne/xxhash v1.2.6 19:19:52 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 19:19:52 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:19:52 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 19:19:52 go: finding github.com/bgentry/speakeasy v0.1.0 19:19:52 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 19:19:52 go: finding github.com/davecgh/go-spew v1.1.1 19:19:52 go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 19:19:52 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 19:19:52 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 19:19:52 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 19:19:52 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 19:19:52 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 19:19:52 go: finding github.com/fatih/color v1.7.0 19:19:52 go: finding github.com/fxamacker/cbor/v2 v2.2.0 19:19:52 go: finding github.com/go-kit/kit v0.8.0 19:19:52 go: finding github.com/go-logfmt/logfmt v0.4.0 19:19:52 go: finding github.com/go-stack/stack v1.8.0 19:19:52 go: finding github.com/goburrow/modbus v0.1.0 19:19:52 go: finding github.com/goburrow/serial v0.1.0 19:19:52 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 19:19:52 go: finding github.com/google/uuid v1.1.1 19:19:52 go: finding github.com/gorilla/mux v1.7.1 19:19:52 go: finding github.com/hashicorp/consul/api v1.1.0 19:19:52 go: finding github.com/hashicorp/consul/sdk v0.1.1 19:19:52 go: finding github.com/hashicorp/errwrap v1.0.0 19:19:52 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 19:19:52 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 19:19:52 go: finding github.com/hashicorp/go-msgpack v0.5.3 19:19:52 go: finding github.com/hashicorp/go-multierror v1.0.0 19:19:52 go: finding github.com/hashicorp/go-rootcerts v1.0.0 19:19:52 go: finding github.com/hashicorp/go-sockaddr v1.0.1 19:19:52 go: finding github.com/hashicorp/go-syslog v1.0.0 19:19:52 go: finding github.com/hashicorp/go-uuid v1.0.1 19:19:52 go: finding github.com/hashicorp/go.net v0.0.1 19:19:52 go: finding github.com/hashicorp/golang-lru v0.5.1 19:19:52 go: finding github.com/hashicorp/logutils v1.0.0 19:19:52 go: finding github.com/hashicorp/mdns v1.0.0 19:19:52 go: finding github.com/hashicorp/memberlist v0.1.3 19:19:52 go: finding github.com/hashicorp/serf v0.8.2 19:19:52 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 19:19:52 go: finding github.com/mattn/go-colorable v0.0.9 19:19:52 go: finding github.com/mattn/go-isatty v0.0.3 19:19:52 go: finding github.com/miekg/dns v1.1.4 19:19:52 go: finding github.com/mitchellh/cli v1.0.0 19:19:52 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:19:52 go: finding github.com/mitchellh/copystructure v1.0.0 19:19:52 go: finding github.com/mitchellh/go-homedir v1.1.0 19:19:52 go: finding github.com/mitchellh/go-testing-interface v1.0.0 19:19:52 go: finding github.com/mitchellh/go-wordwrap v1.0.0 19:19:52 go: finding github.com/mitchellh/gox v0.4.0 19:19:52 go: finding github.com/mitchellh/iochan v1.0.0 19:19:52 go: finding github.com/mitchellh/mapstructure v1.1.2 19:19:52 go: finding github.com/mitchellh/reflectwalk v1.0.0 19:19:52 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 19:19:52 go: finding github.com/pelletier/go-toml v1.2.0 19:19:52 go: finding github.com/pkg/errors v0.8.1 19:19:52 go: finding github.com/pmezard/go-difflib v1.0.0 19:19:52 go: finding github.com/posener/complete v1.1.1 19:19:52 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 19:19:52 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 19:19:52 go: finding github.com/stretchr/objx v0.1.0 19:19:52 go: finding github.com/stretchr/testify v1.5.1 19:19:52 go: finding github.com/ugorji/go v1.1.4 19:19:52 go: finding github.com/x448/float16 v0.8.4 19:19:52 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 19:19:52 go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 19:19:52 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 19:19:52 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 19:19:52 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 19:19:52 go: finding gopkg.in/yaml.v2 v2.2.8 19:19:59 Removing intermediate container d93f1729db5c 19:19:59 ---> 993fceead981 19:19:59 Successfully built 993fceead981 19:19:59 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:20:00 + docker inspect -f . ci-base-image-x86_64 19:20:01 . [Pipeline] withDockerContainer 19:20:01 prd-centos7-docker-4c-2g-8831 does not seem to be running inside a container 19:20:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/10 -v /w/workspace/device-modbus-go/10:/w/workspace/device-modbus-go/10:rw,z -v /w/workspace/device-modbus-go/10@tmp:/w/workspace/device-modbus-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:20:02 $ docker top 9da2f5d0e6069221d66a183c57d37fd9cd1ec3a787ab0bb975bc492d0e7d6891 -eo pid,comm [Pipeline] { [Pipeline] sh 19:20:02 + go version 19:20:02 go version go1.13.5 linux/amd64 [Pipeline] sh 19:20:03 + make test 19:20:03 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 19:20:05 ? github.com/edgexfoundry/device-modbus-go [no test files] 19:20:11 Removing intermediate container fc928d4e72f5 19:20:11 ---> 1ec5574215fd 19:20:11 Successfully built 1ec5574215fd 19:20:11 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:20:11 + docker inspect -f . ci-base-image-arm64 19:20:12 . [Pipeline] withDockerContainer 19:20:12 prd-ubuntu18.04-docker-arm64-4c-16g-8830 does not seem to be running inside a container 19:20:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/10 -v /w/workspace/device-modbus-go/10:/w/workspace/device-modbus-go/10:rw,z -v /w/workspace/device-modbus-go/10@tmp:/w/workspace/device-modbus-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:20:14 $ docker top f5edeefc7264b233fa4628f4174968b2259c711c678814e4f66da9908da12a4c -eo pid,comm [Pipeline] { [Pipeline] sh 19:20:15 + go version 19:20:15 go version go1.13.5 linux/arm64 [Pipeline] sh 19:20:16 + make test 19:20:16 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 19:20:17 ? github.com/edgexfoundry/device-modbus-go [no test files] 19:20:24 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 19:20:24 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.262s coverage: 50.3% of statements 19:20:24 CGO_ENABLED=0 GO111MODULE=on go vet ./... 19:20:46 gofmt -l . 19:20:46 [ "`gofmt -l .`" = "" ] 19:20:46 ./bin/test-attribution-txt.sh 19:20:46 ./bin/test-go-mod-tidy.sh [Pipeline] stash 19:20:47 Stashed 1 file(s) [Pipeline] } 19:20:47 $ docker stop --time=1 9da2f5d0e6069221d66a183c57d37fd9cd1ec3a787ab0bb975bc492d0e7d6891 19:20:49 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 19:20:49 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.242s coverage: 50.3% of statements 19:20:49 $ docker rm -f 9da2f5d0e6069221d66a183c57d37fd9cd1ec3a787ab0bb975bc492d0e7d6891 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 19:20:51 + sudo chown -R jenkins:jenkins . [Pipeline] sh 19:20:51 + ls -al . 19:20:51 total 104 19:20:51 drwxrwxr-x. 9 jenkins jenkins 4096 May 18 19:20 . 19:20:51 drwxrwxr-x. 4 jenkins jenkins 30 May 18 19:17 .. 19:20:51 -rw-rw-r--. 1 jenkins jenkins 5049 May 18 19:17 Attribution.txt 19:20:51 drwxrwxr-x. 2 jenkins jenkins 87 May 18 19:17 bin 19:20:51 drwxrwxr-x. 3 jenkins jenkins 32 May 18 19:17 cmd 19:20:51 -rw-r--r--. 1 jenkins jenkins 22123 May 18 19:20 coverage.out 19:20:51 -rw-rw-r--. 1 jenkins jenkins 1422 May 18 19:17 Dockerfile 19:20:51 -rw-rw-r--. 1 jenkins jenkins 954 May 18 19:17 Dockerfile.build 19:20:51 -rw-rw-r--. 1 jenkins jenkins 140 May 18 19:17 .dockerignore 19:20:51 drwxrwxr-x. 8 jenkins jenkins 162 May 18 19:17 .git 19:20:51 -rw-rw-r--. 1 jenkins jenkins 330 May 18 19:17 .gitignore 19:20:51 -rw-r--r--. 1 jenkins jenkins 559 May 18 19:20 go.mod 19:20:51 -rw-r--r--. 1 jenkins jenkins 13471 May 18 19:20 go.sum 19:20:51 drwxrwxr-x. 3 jenkins jenkins 20 May 18 19:17 internal 19:20:51 -rw-rw-r--. 1 jenkins jenkins 702 May 18 19:17 Jenkinsfile 19:20:51 -rw-rw-r--. 1 jenkins jenkins 11340 May 18 19:17 LICENSE 19:20:51 -rw-rw-r--. 1 jenkins jenkins 880 May 18 19:17 Makefile 19:20:51 -rw-rw-r--. 1 jenkins jenkins 591 May 18 19:17 README.md 19:20:51 drwxrwxr-x. 3 jenkins jenkins 44 May 18 19:17 .semver 19:20:51 drwxrwxr-x. 2 jenkins jenkins 35 May 18 19:17 simulator 19:20:51 drwxrwxr-x. 4 jenkins jenkins 54 May 18 19:17 snap 19:20:51 -rw-rw-r--. 1 jenkins jenkins 11 May 18 19:14 VERSION 19:20:51 -rw-rw-r--. 1 jenkins jenkins 229 May 18 19:17 version.go [Pipeline] isUnix [Pipeline] sh 19:20:51 + docker build -t docker-device-modbus-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=a219397901d2c5688805132d00f2acfc9627e1bf --label arch=amd64 --label version=1.2.1-dev.1 . 19:20:51 Sending build context to Docker daemon 609.3kB 19:20:51 Step 1/19 : ARG BASE=golang:1.13-alpine 19:20:51 Step 2/19 : FROM ${BASE} AS builder 19:20:51 ---> 993fceead981 19:20:51 Step 3/19 : ARG MAKE='make build' 19:20:51 ---> Running in 1801ca15c202 19:20:52 Removing intermediate container 1801ca15c202 19:20:52 ---> 12e38973d71a 19:20:52 Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:20:52 ---> Running in 784aa433a53b 19:20:52 CGO_ENABLED=0 GO111MODULE=on go vet ./... 19:20:53 Removing intermediate container 784aa433a53b 19:20:53 ---> a11405010162 19:20:53 Step 5/19 : RUN apk add --update --no-cache make git openssh build-base 19:20:53 ---> Running in 7ad3f7a71fcf 19:20:54 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 19:20:55 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 19:20:55 OK: 214 MiB in 52 packages 19:20:57 Removing intermediate container 7ad3f7a71fcf 19:20:57 ---> e87ca6782859 19:20:57 Step 6/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go 19:20:57 ---> Running in c37d820efd84 19:20:57 Removing intermediate container c37d820efd84 19:20:57 ---> 97592628e974 19:20:57 Step 7/19 : COPY . . 19:20:57 ---> 03b9bf8faa4a 19:20:57 Step 8/19 : RUN ${MAKE} 19:20:57 ---> Running in 597528b25436 19:20:58 gofmt -l . 19:20:58 [ "`gofmt -l .`" = "" ] 19:20:58 ./bin/test-attribution-txt.sh 19:20:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.1-dev.1" -o cmd/device-modbus ./cmd 19:20:59 ./bin/test-go-mod-tidy.sh [Pipeline] stash 19:20:59 Warning: overwriting stash ‘coverage-report’ 19:21:00 Stashed 1 file(s) [Pipeline] } 19:21:00 $ docker stop --time=1 f5edeefc7264b233fa4628f4174968b2259c711c678814e4f66da9908da12a4c 19:21:05 $ docker rm -f f5edeefc7264b233fa4628f4174968b2259c711c678814e4f66da9908da12a4c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 19:21:06 + sudo chown -R jenkins:jenkins . [Pipeline] sh 19:21:07 + ls -al . 19:21:07 total 136 19:21:07 drwxrwxr-x 9 jenkins jenkins 4096 May 18 19:20 . 19:21:07 drwxrwxr-x 4 jenkins jenkins 4096 May 18 19:17 .. 19:21:07 -rw-rw-r-- 1 jenkins jenkins 140 May 18 19:17 .dockerignore 19:21:07 drwxrwxr-x 8 jenkins jenkins 4096 May 18 19:17 .git 19:21:07 -rw-rw-r-- 1 jenkins jenkins 330 May 18 19:17 .gitignore 19:21:07 drwxrwxr-x 3 jenkins jenkins 4096 May 18 19:17 .semver 19:21:07 -rw-rw-r-- 1 jenkins jenkins 5049 May 18 19:17 Attribution.txt 19:21:07 -rw-rw-r-- 1 jenkins jenkins 1422 May 18 19:17 Dockerfile 19:21:07 -rw-rw-r-- 1 jenkins jenkins 954 May 18 19:17 Dockerfile.build 19:21:07 -rw-rw-r-- 1 jenkins jenkins 702 May 18 19:17 Jenkinsfile 19:21:07 -rw-rw-r-- 1 jenkins jenkins 11340 May 18 19:17 LICENSE 19:21:07 -rw-rw-r-- 1 jenkins jenkins 880 May 18 19:17 Makefile 19:21:07 -rw-rw-r-- 1 jenkins jenkins 591 May 18 19:17 README.md 19:21:07 -rw-rw-r-- 1 jenkins jenkins 11 May 18 19:14 VERSION 19:21:07 drwxrwxr-x 2 jenkins jenkins 4096 May 18 19:17 bin 19:21:07 drwxrwxr-x 3 jenkins jenkins 4096 May 18 19:17 cmd 19:21:07 -rw-r--r-- 1 jenkins jenkins 22123 May 18 19:20 coverage.out 19:21:07 -rw-r--r-- 1 jenkins jenkins 559 May 18 19:20 go.mod 19:21:07 -rw-r--r-- 1 jenkins jenkins 13471 May 18 19:20 go.sum 19:21:07 drwxrwxr-x 3 jenkins jenkins 4096 May 18 19:17 internal 19:21:07 drwxrwxr-x 2 jenkins jenkins 4096 May 18 19:17 simulator 19:21:07 drwxrwxr-x 4 jenkins jenkins 4096 May 18 19:17 snap 19:21:07 -rw-rw-r-- 1 jenkins jenkins 229 May 18 19:17 version.go [Pipeline] isUnix [Pipeline] sh 19:21:07 + docker build -t docker-device-modbus-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=a219397901d2c5688805132d00f2acfc9627e1bf --label arch=arm64 --label version=1.2.1-dev.1 . 19:21:07 Sending build context to Docker daemon 609.3kB 19:21:07 Step 1/19 : ARG BASE=golang:1.13-alpine 19:21:07 Step 2/19 : FROM ${BASE} AS builder 19:21:07 ---> 1ec5574215fd 19:21:07 Step 3/19 : ARG MAKE='make build' 19:21:07 ---> Running in b1246b79bf79 19:21:08 Removing intermediate container b1246b79bf79 19:21:08 ---> 34e3d2c84699 19:21:08 Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:21:08 ---> Running in 732a27aea400 19:21:15 Removing intermediate container 732a27aea400 19:21:15 ---> 737b64eca64a 19:21:15 Step 5/19 : RUN apk add --update --no-cache make git openssh build-base 19:21:15 ---> Running in 5a76043af150 19:21:15 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 19:21:16 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 19:21:17 CGO_ENABLED=0 GO111MODULE=on go build ./... 19:21:17 OK: 203 MiB in 52 packages 19:21:19 Removing intermediate container 597528b25436 19:21:19 ---> dafb22abb1aa 19:21:19 Step 9/19 : FROM scratch 19:21:19 ---> 19:21:19 Step 10/19 : ENV APP_PORT=49991 19:21:19 ---> Running in e049253e22e6 19:21:19 Removing intermediate container e049253e22e6 19:21:19 ---> a8bd412efb35 19:21:19 Step 11/19 : EXPOSE $APP_PORT 19:21:20 ---> Running in 2ed27c36488a 19:21:20 Removing intermediate container 2ed27c36488a 19:21:20 ---> 766e4e009c19 19:21:20 Step 12/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / 19:21:20 ---> fb774b9dfcb4 19:21:20 Step 13/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / 19:21:21 ---> c4c2c1d5ba12 19:21:21 Step 14/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / 19:21:21 ---> 1115fe28dead 19:21:21 Step 15/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' 19:21:21 ---> Running in b982520b67be 19:21:21 Removing intermediate container 5a76043af150 19:21:21 ---> 3eac7b8ea161 19:21:21 Step 6/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go 19:21:21 ---> Running in 78fc916c7d68 19:21:21 Removing intermediate container b982520b67be 19:21:21 ---> 17033a3e9d67 19:21:21 Step 16/19 : ENTRYPOINT ["/device-modbus","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] 19:21:21 ---> Running in ae2437ef0b93 19:21:22 Removing intermediate container 78fc916c7d68 19:21:22 ---> 64105f19966e 19:21:22 Step 7/19 : COPY . . 19:21:22 Removing intermediate container ae2437ef0b93 19:21:22 ---> 9f79c86f93d1 19:21:22 Step 17/19 : LABEL arch=amd64 19:21:22 ---> Running in 5db81ce43e5a 19:21:22 Removing intermediate container 5db81ce43e5a 19:21:22 ---> 7fd47515f5b4 19:21:22 Step 18/19 : LABEL git_sha=a219397901d2c5688805132d00f2acfc9627e1bf 19:21:22 ---> Running in a181e5a4cba9 19:21:22 Removing intermediate container a181e5a4cba9 19:21:22 ---> 2d3f368d1328 19:21:22 Step 19/19 : LABEL version=1.2.1-dev.1 19:21:22 ---> Running in 283fdcddfd37 19:21:22 Removing intermediate container 283fdcddfd37 19:21:22 ---> 58d381cea100 19:21:22 [Warning] One or more build-args [ARCH] were not consumed 19:21:22 Successfully built 58d381cea100 19:21:22 Successfully tagged docker-device-modbus-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } 19:21:23 ---> 6581d0170357 19:21:23 Step 8/19 : RUN ${MAKE} [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 19:21:23 provisioning config files... 19:21:23 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/10@tmp/config5256458453732041511tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:21:23 nexus3.edgexfoundry.org:10001 19:21:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:21:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:21:24 Configure a credential helper to remove this warning. See 19:21:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:21:24 19:21:24 Login Succeeded 19:21:24 nexus3.edgexfoundry.org:10002 19:21:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:21:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:21:24 Configure a credential helper to remove this warning. See 19:21:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:21:24 19:21:24 Login Succeeded 19:21:24 nexus3.edgexfoundry.org:10003 19:21:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:21:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:21:25 Configure a credential helper to remove this warning. See 19:21:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:21:25 19:21:25 Login Succeeded 19:21:25 nexus3.edgexfoundry.org:10004 19:21:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:21:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:21:25 Configure a credential helper to remove this warning. See 19:21:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:21:25 19:21:25 Login Succeeded 19:21:25 docker.io 19:21:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:21:25 ---> Running in 8af1a11e9f64 19:21:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:21:25 Configure a credential helper to remove this warning. See 19:21:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:21:25 19:21:25 Login Succeeded [Pipeline] } 19:21:25 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:21:26 [edgeXDocker.push] Tagging docker image docker-device-modbus-go with the following tags: 19:21:26 a219397901d2c5688805132d00f2acfc9627e1bf 19:21:26 latest 19:21:26 1.2.1-dev.1 19:21:26 a219397901d2c5688805132d00f2acfc9627e1bf-1.2.1-dev.1 19:21:26 master 19:21:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:21:26 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:a219397901d2c5688805132d00f2acfc9627e1bf [Pipeline] isUnix [Pipeline] sh 19:21:27 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:a219397901d2c5688805132d00f2acfc9627e1bf 19:21:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 19:21:27 727b618d41d3: Preparing 19:21:27 ecd06ea01d25: Preparing 19:21:27 4c807f545f14: Preparing 19:21:27 ecd06ea01d25: Pushed 19:21:27 727b618d41d3: Pushed 19:21:28 4c807f545f14: Pushed 19:21:28 a219397901d2c5688805132d00f2acfc9627e1bf: digest: sha256:39a28557930946d20a8e68bcae65430c81bc48f80de6ddb6c32bb8a0ce535347 size: 944 [Pipeline] isUnix [Pipeline] sh 19:21:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.1-dev.1" -o cmd/device-modbus ./cmd 19:21:29 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [Pipeline] isUnix [Pipeline] sh 19:21:29 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest 19:21:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 19:21:29 727b618d41d3: Preparing 19:21:29 ecd06ea01d25: Preparing 19:21:29 4c807f545f14: Preparing 19:21:30 727b618d41d3: Layer already exists 19:21:30 ecd06ea01d25: Layer already exists 19:21:30 4c807f545f14: Layer already exists 19:21:30 latest: digest: sha256:39a28557930946d20a8e68bcae65430c81bc48f80de6ddb6c32bb8a0ce535347 size: 944 [Pipeline] isUnix [Pipeline] sh 19:21:30 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.1-dev.1 [Pipeline] isUnix [Pipeline] sh 19:21:31 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.1-dev.1 19:21:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 19:21:31 727b618d41d3: Preparing 19:21:31 ecd06ea01d25: Preparing 19:21:31 4c807f545f14: Preparing 19:21:31 4c807f545f14: Layer already exists 19:21:31 ecd06ea01d25: Layer already exists 19:21:31 727b618d41d3: Layer already exists 19:21:31 1.2.1-dev.1: digest: sha256:39a28557930946d20a8e68bcae65430c81bc48f80de6ddb6c32bb8a0ce535347 size: 944 [Pipeline] isUnix [Pipeline] sh 19:21:31 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:a219397901d2c5688805132d00f2acfc9627e1bf-1.2.1-dev.1 [Pipeline] isUnix [Pipeline] sh 19:21:32 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:a219397901d2c5688805132d00f2acfc9627e1bf-1.2.1-dev.1 19:21:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 19:21:32 727b618d41d3: Preparing 19:21:32 ecd06ea01d25: Preparing 19:21:32 4c807f545f14: Preparing 19:21:32 ecd06ea01d25: Layer already exists 19:21:32 4c807f545f14: Layer already exists 19:21:32 727b618d41d3: Layer already exists 19:21:32 a219397901d2c5688805132d00f2acfc9627e1bf-1.2.1-dev.1: digest: sha256:39a28557930946d20a8e68bcae65430c81bc48f80de6ddb6c32bb8a0ce535347 size: 944 [Pipeline] isUnix [Pipeline] sh 19:21:33 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] isUnix [Pipeline] sh 19:21:33 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master 19:21:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 19:21:33 727b618d41d3: Preparing 19:21:33 ecd06ea01d25: Preparing 19:21:33 4c807f545f14: Preparing 19:21:33 4c807f545f14: Layer already exists 19:21:33 ecd06ea01d25: Layer already exists 19:21:33 727b618d41d3: Layer already exists 19:21:33 master: digest: sha256:39a28557930946d20a8e68bcae65430c81bc48f80de6ddb6c32bb8a0ce535347 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh 19:21:34 ++ grep snapcraft.yaml 19:21:34 ++ find /w/workspace/device-modbus-go/10 19:21:34 + grep -Po '^name: \K(.*)' /w/workspace/device-modbus-go/10/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:21:34 provisioning config files... 19:21:34 copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/10@tmp/config7508263499069102212tmp [Pipeline] { [Pipeline] sh 19:21:35 + cp /w/workspace/device-modbus-go/10@tmp/config7508263499069102212tmp /w/workspace/device-modbus-go/10/edgex-snap-store-login [Pipeline] sh 19:21:35 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/10:/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 19:21:35 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 19:21:36 latest: Pulling from edgex-devops/edgex-snap-builder 19:21:36 5bed26d33875: Pulling fs layer 19:21:36 f11b29a9c730: Pulling fs layer 19:21:36 930bda195c84: Pulling fs layer 19:21:36 78bf9a5ad49e: Pulling fs layer 19:21:36 e5fbee5a4b0d: Pulling fs layer 19:21:36 f452fca78f88: Pulling fs layer 19:21:36 7417ef92027a: Pulling fs layer 19:21:36 2af5c49d270b: Pulling fs layer 19:21:36 df9c3bdbc40a: Pulling fs layer 19:21:36 f452fca78f88: Waiting 19:21:36 7417ef92027a: Waiting 19:21:36 78bf9a5ad49e: Waiting 19:21:36 2af5c49d270b: Waiting 19:21:36 e5fbee5a4b0d: Waiting 19:21:36 df9c3bdbc40a: Waiting 19:21:36 930bda195c84: Verifying Checksum 19:21:36 930bda195c84: Download complete 19:21:36 f11b29a9c730: Verifying Checksum 19:21:36 f11b29a9c730: Download complete 19:21:36 78bf9a5ad49e: Verifying Checksum 19:21:36 78bf9a5ad49e: Download complete 19:21:36 f452fca78f88: Verifying Checksum 19:21:36 f452fca78f88: Download complete 19:21:36 7417ef92027a: Verifying Checksum 19:21:36 7417ef92027a: Download complete 19:21:36 2af5c49d270b: Verifying Checksum 19:21:36 2af5c49d270b: Download complete 19:21:36 df9c3bdbc40a: Verifying Checksum 19:21:36 df9c3bdbc40a: Download complete 19:21:37 5bed26d33875: Verifying Checksum 19:21:37 5bed26d33875: Download complete 19:21:45 e5fbee5a4b0d: Verifying Checksum 19:21:45 e5fbee5a4b0d: Download complete 19:21:53 5bed26d33875: Pull complete 19:21:53 f11b29a9c730: Pull complete 19:21:53 930bda195c84: Pull complete 19:21:54 78bf9a5ad49e: Pull complete 19:21:55 CGO_ENABLED=0 GO111MODULE=on go build ./... 19:22:17 Removing intermediate container 8af1a11e9f64 19:22:17 ---> ece9f453ca54 19:22:17 Step 9/19 : FROM scratch 19:22:17 ---> 19:22:17 Step 10/19 : ENV APP_PORT=49991 19:22:19 ---> Running in d102247cb36b 19:22:27 Removing intermediate container d102247cb36b 19:22:27 ---> 792eb2ef673f 19:22:27 Step 11/19 : EXPOSE $APP_PORT 19:22:34 ---> Running in 5f71cec0a036 19:22:34 Removing intermediate container 5f71cec0a036 19:22:34 ---> 9f1607aaa21a 19:22:34 Step 12/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / 19:22:38 ---> 210f06d8da9d 19:22:38 Step 13/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / 19:22:41 e5fbee5a4b0d: Pull complete 19:22:41 f452fca78f88: Pull complete 19:22:41 7417ef92027a: Pull complete 19:22:41 2af5c49d270b: Pull complete 19:22:41 df9c3bdbc40a: Pull complete 19:22:41 Digest: sha256:329b7ca3c147263d7a6122d30aca7e6f18adc9017ce870f1638d2965d7494739 19:22:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 19:22:42 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:22:42 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 19:22:42 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 19:22:42 Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 19:22:48 ---> 33df022cb68a 19:22:48 Step 14/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / 19:22:49 ---> 64b0fb0a4665 19:22:49 Step 15/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' 19:22:49 ---> Running in 8ca41abb3e05 19:22:49 Removing intermediate container 8ca41abb3e05 19:22:49 ---> ee218131f383 19:22:49 Step 16/19 : ENTRYPOINT ["/device-modbus","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] 19:22:49 ---> Running in adcd89bff4f0 19:22:50 Removing intermediate container adcd89bff4f0 19:22:50 ---> bd0ec3d51532 19:22:50 Step 17/19 : LABEL arch=arm64 19:22:50 ---> Running in 7f626e6c9b16 19:22:50 Removing intermediate container 7f626e6c9b16 19:22:50 ---> 0d7a82d7a4ee 19:22:50 Step 18/19 : LABEL git_sha=a219397901d2c5688805132d00f2acfc9627e1bf 19:22:50 ---> Running in 90be6a58135e 19:22:51 Removing intermediate container 90be6a58135e 19:22:51 ---> c1f8ede86392 19:22:51 Step 19/19 : LABEL version=1.2.1-dev.1 19:22:51 ---> Running in 454c521249bf 19:22:54 Removing intermediate container 454c521249bf 19:22:54 ---> 16d5f4980a5e 19:22:54 [Warning] One or more build-args [ARCH] were not consumed 19:22:54 Successfully built 16d5f4980a5e 19:22:54 Successfully tagged docker-device-modbus-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 19:22:54 provisioning config files... 19:22:54 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/10@tmp/config1550715543191984921tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:22:54 nexus3.edgexfoundry.org:10001 19:22:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:22:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:22:55 Configure a credential helper to remove this warning. See 19:22:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:22:55 19:22:55 Login Succeeded 19:22:55 nexus3.edgexfoundry.org:10002 19:22:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:22:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:22:56 Configure a credential helper to remove this warning. See 19:22:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:22:56 19:22:56 Login Succeeded 19:22:56 nexus3.edgexfoundry.org:10003 19:22:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:22:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:22:56 Configure a credential helper to remove this warning. See 19:22:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:22:56 19:22:56 Login Succeeded 19:22:56 nexus3.edgexfoundry.org:10004 19:22:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:22:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:22:57 Configure a credential helper to remove this warning. See 19:22:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:22:57 19:22:57 Login Succeeded 19:22:57 docker.io 19:22:57 Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [846 kB] 19:22:57 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [19.8 kB] 19:22:58 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1379 kB] 19:22:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:22:58 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [8507 B] 19:22:58 Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [52.4 kB] 19:22:58 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [912 kB] 19:22:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:22:58 Configure a credential helper to remove this warning. See 19:22:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:22:58 19:22:58 Login Succeeded [Pipeline] } 19:22:58 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:22:58 [edgeXDocker.push] Tagging docker image docker-device-modbus-go-arm64 with the following tags: 19:22:58 a219397901d2c5688805132d00f2acfc9627e1bf 19:22:58 latest 19:22:58 1.2.1-dev.1 19:22:58 a219397901d2c5688805132d00f2acfc9627e1bf-1.2.1-dev.1 19:22:58 master 19:22:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:22:59 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1214 kB] 19:22:59 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [68.8 kB] 19:22:59 Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] 19:22:59 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:a219397901d2c5688805132d00f2acfc9627e1bf 19:22:59 Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8158 B] 19:22:59 Fetched 4769 kB in 17s (281 kB/s) [Pipeline] isUnix [Pipeline] sh 19:22:59 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:a219397901d2c5688805132d00f2acfc9627e1bf 19:23:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 19:23:00 05a07c4cc75d: Preparing 19:23:00 d56c11369832: Preparing 19:23:00 c2f12e629d1a: Preparing 19:23:00 d56c11369832: Pushed 19:23:00 05a07c4cc75d: Pushed 19:23:01 Reading package lists... 19:23:03 c2f12e629d1a: Pushed 19:23:03 a219397901d2c5688805132d00f2acfc9627e1bf: digest: sha256:53f3a8cdd5faea0c918bf79aef2d1add2ca3d2b9e2a6113b3bebbbd811751016 size: 944 [Pipeline] isUnix [Pipeline] sh 19:23:03 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:23:04 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest 19:23:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 19:23:04 05a07c4cc75d: Preparing 19:23:04 d56c11369832: Preparing 19:23:04 c2f12e629d1a: Preparing 19:23:04 d56c11369832: Layer already exists 19:23:04 c2f12e629d1a: Layer already exists 19:23:04 05a07c4cc75d: Layer already exists 19:23:04 latest: digest: sha256:53f3a8cdd5faea0c918bf79aef2d1add2ca3d2b9e2a6113b3bebbbd811751016 size: 944 [Pipeline] isUnix [Pipeline] sh 19:23:04 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.1-dev.1 [Pipeline] isUnix [Pipeline] sh 19:23:05 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.1-dev.1 19:23:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 19:23:05 05a07c4cc75d: Preparing 19:23:05 d56c11369832: Preparing 19:23:05 c2f12e629d1a: Preparing 19:23:05 05a07c4cc75d: Layer already exists 19:23:05 c2f12e629d1a: Layer already exists 19:23:05 d56c11369832: Layer already exists 19:23:05 1.2.1-dev.1: digest: sha256:53f3a8cdd5faea0c918bf79aef2d1add2ca3d2b9e2a6113b3bebbbd811751016 size: 944 [Pipeline] isUnix [Pipeline] sh 19:23:06 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:a219397901d2c5688805132d00f2acfc9627e1bf-1.2.1-dev.1 [Pipeline] isUnix [Pipeline] sh 19:23:06 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:a219397901d2c5688805132d00f2acfc9627e1bf-1.2.1-dev.1 19:23:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 19:23:06 Installing build dependencies: curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase openssh-client patch perl perl-modules-5.26 xauth 19:23:06 05a07c4cc75d: Preparing 19:23:06 d56c11369832: Preparing 19:23:06 c2f12e629d1a: Preparing 19:23:06 d56c11369832: Layer already exists 19:23:06 c2f12e629d1a: Layer already exists 19:23:06 05a07c4cc75d: Layer already exists 19:23:06 a219397901d2c5688805132d00f2acfc9627e1bf-1.2.1-dev.1: digest: sha256:53f3a8cdd5faea0c918bf79aef2d1add2ca3d2b9e2a6113b3bebbbd811751016 size: 944 [Pipeline] isUnix [Pipeline] sh 19:23:07 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [Pipeline] isUnix [Pipeline] sh 19:23:07 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master 19:23:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 19:23:08 05a07c4cc75d: Preparing 19:23:08 d56c11369832: Preparing 19:23:08 c2f12e629d1a: Preparing 19:23:08 d56c11369832: Layer already exists 19:23:08 05a07c4cc75d: Layer already exists 19:23:08 c2f12e629d1a: Layer already exists 19:23:08 master: digest: sha256:53f3a8cdd5faea0c918bf79aef2d1add2ca3d2b9e2a6113b3bebbbd811751016 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh 19:23:08 Reading package lists... 19:23:09 + grep snapcraft.yaml 19:23:09 + find /w/workspace/device-modbus-go/10 19:23:09 + grep -Po ^name: \K(.*) /w/workspace/device-modbus-go/10/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { 19:23:09 Building dependency tree... 19:23:09 Reading state information... [Pipeline] configFileProvider 19:23:09 provisioning config files... 19:23:09 copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/10@tmp/config8014076905699354545tmp [Pipeline] { [Pipeline] sh 19:23:09 + cp /w/workspace/device-modbus-go/10@tmp/config8014076905699354545tmp /w/workspace/device-modbus-go/10/edgex-snap-store-login [Pipeline] sh 19:23:09 The following packages were automatically installed and are no longer required: 19:23:09 libjq1 liblzo2-2 libonig4 19:23:09 Use 'sudo apt autoremove' to remove them. 19:23:09 Suggested packages: 19:23:09 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 19:23:09 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc 19:23:09 keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc 19:23:09 libterm-readline-gnu-perl | libterm-readline-perl-perl 19:23:09 The following NEW packages will be installed: 19:23:09 curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl 19:23:09 libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 19:23:09 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase 19:23:09 openssh-client patch perl perl-modules-5.26 xauth 19:23:10 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/10:/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 19:23:10 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally 19:23:10 0 upgraded, 27 newly installed, 0 to remove and 6 not upgraded. 19:23:10 Need to get 14.7 MB of archives. 19:23:10 After this operation, 89.5 MB of additional disk space will be used. 19:23:10 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxau6 amd64 1:1.0.8-1 [8376 B] 19:23:10 latest: Pulling from edgex-devops/edgex-snap-builder-arm64 19:23:10 b2f61026a351: Pulling fs layer 19:23:10 5538fb30c42c: Pulling fs layer 19:23:10 f0b05810781a: Pulling fs layer 19:23:10 0180a33352d6: Pulling fs layer 19:23:10 e7604b0c0f53: Pulling fs layer 19:23:10 db689cb83ae0: Pulling fs layer 19:23:10 6138af208834: Pulling fs layer 19:23:10 007c8e8c5d63: Pulling fs layer 19:23:10 4f7a387c642f: Pulling fs layer 19:23:10 0180a33352d6: Waiting 19:23:10 e7604b0c0f53: Waiting 19:23:10 db689cb83ae0: Waiting 19:23:10 6138af208834: Waiting 19:23:10 007c8e8c5d63: Waiting 19:23:10 4f7a387c642f: Waiting 19:23:10 f0b05810781a: Verifying Checksum 19:23:10 f0b05810781a: Download complete 19:23:10 5538fb30c42c: Verifying Checksum 19:23:10 5538fb30c42c: Download complete 19:23:10 0180a33352d6: Verifying Checksum 19:23:10 0180a33352d6: Download complete 19:23:10 db689cb83ae0: Verifying Checksum 19:23:10 db689cb83ae0: Download complete 19:23:10 6138af208834: Verifying Checksum 19:23:10 6138af208834: Download complete 19:23:10 007c8e8c5d63: Verifying Checksum 19:23:10 007c8e8c5d63: Download complete 19:23:10 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 19:23:10 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB] 19:23:10 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB] 19:23:10 4f7a387c642f: Verifying Checksum 19:23:10 4f7a387c642f: Download complete 19:23:10 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] 19:23:10 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.2 [569 kB] 19:23:10 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB] 19:23:10 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 19:23:11 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 19:23:11 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 19:23:11 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] 19:23:11 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] 19:23:11 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 19:23:11 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 19:23:11 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 19:23:11 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 19:23:11 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.3 [1088 kB] 19:23:11 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B] 19:23:11 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 19:23:11 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB] 19:23:11 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.8 [159 kB] 19:23:11 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.8 [213 kB] 19:23:11 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 19:23:11 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 19:23:11 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 19:23:12 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 19:23:12 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 19:23:12 b2f61026a351: Download complete 19:23:13 debconf: delaying package configuration, since apt-utils is not installed 19:23:13 Fetched 14.7 MB in 2s (6832 kB/s) 19:23:13 Selecting previously unselected package libxau6:amd64. 19:23:13 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4637 files and directories currently installed.) 19:23:13 Preparing to unpack .../00-libxau6_1%3a1.0.8-1_amd64.deb ... 19:23:13 Unpacking libxau6:amd64 (1:1.0.8-1) ... 19:23:13 Selecting previously unselected package libbsd0:amd64. 19:23:13 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 19:23:13 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:23:13 Selecting previously unselected package libxdmcp6:amd64. 19:23:13 Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_amd64.deb ... 19:23:13 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... 19:23:13 Selecting previously unselected package libxcb1:amd64. 19:23:13 Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_amd64.deb ... 19:23:13 Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ... 19:23:13 Selecting previously unselected package libx11-data. 19:23:13 Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... 19:23:13 Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... 19:23:14 Selecting previously unselected package libx11-6:amd64. 19:23:14 Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_amd64.deb ... 19:23:14 Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... 19:23:14 Selecting previously unselected package libxext6:amd64. 19:23:14 Preparing to unpack .../06-libxext6_2%3a1.3.3-1_amd64.deb ... 19:23:14 Unpacking libxext6:amd64 (2:1.3.3-1) ... 19:23:14 Selecting previously unselected package perl-modules-5.26. 19:23:14 Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 19:23:14 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 19:23:15 b2f61026a351: Pull complete 19:23:15 5538fb30c42c: Pull complete 19:23:15 f0b05810781a: Pull complete 19:23:16 0180a33352d6: Pull complete 19:23:16 Selecting previously unselected package libgdbm5:amd64. 19:23:16 Preparing to unpack .../08-libgdbm5_1.14.1-6_amd64.deb ... 19:23:16 Unpacking libgdbm5:amd64 (1.14.1-6) ... 19:23:16 Selecting previously unselected package libgdbm-compat4:amd64. 19:23:16 Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_amd64.deb ... 19:23:16 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 19:23:16 Selecting previously unselected package libperl5.26:amd64. 19:23:16 Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... 19:23:16 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 19:23:22 Selecting previously unselected package perl. 19:23:22 Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_amd64.deb ... 19:23:22 Unpacking perl (5.26.1-6ubuntu0.3) ... 19:23:22 Selecting previously unselected package less. 19:23:22 Preparing to unpack .../12-less_487-0.1_amd64.deb ... 19:23:22 Unpacking less (487-0.1) ... 19:23:22 Selecting previously unselected package libexpat1:amd64. 19:23:22 Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 19:23:22 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 19:23:22 Selecting previously unselected package netbase. 19:23:22 Preparing to unpack .../14-netbase_5.4_all.deb ... 19:23:22 Unpacking netbase (5.4) ... 19:23:22 Selecting previously unselected package libedit2:amd64. 19:23:22 Preparing to unpack .../15-libedit2_3.1-20170329-1_amd64.deb ... 19:23:22 Unpacking libedit2:amd64 (3.1-20170329-1) ... 19:23:22 Selecting previously unselected package libssl1.0.0:amd64. 19:23:22 Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb ... 19:23:22 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... 19:23:22 Selecting previously unselected package libxmuu1:amd64. 19:23:22 Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_amd64.deb ... 19:23:22 Unpacking libxmuu1:amd64 (2:1.1.2-2) ... 19:23:22 Selecting previously unselected package openssh-client. 19:23:22 Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 19:23:22 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 19:23:22 Selecting previously unselected package xauth. 19:23:22 Preparing to unpack .../19-xauth_1%3a1.0.10-1_amd64.deb ... 19:23:22 Unpacking xauth (1:1.0.10-1) ... 19:23:22 Selecting previously unselected package curl. 19:23:22 Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_amd64.deb ... 19:23:22 Unpacking curl (7.58.0-2ubuntu3.8) ... 19:23:22 Selecting previously unselected package libcurl3-gnutls:amd64. 19:23:22 Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_amd64.deb ... 19:23:22 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... 19:23:22 Selecting previously unselected package liberror-perl. 19:23:22 Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... 19:23:22 Unpacking liberror-perl (0.17025-1) ... 19:23:22 Selecting previously unselected package git-man. 19:23:22 Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 19:23:22 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 19:23:22 Selecting previously unselected package git. 19:23:22 Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 19:23:23 Unpacking git (1:2.17.1-1ubuntu0.7) ... 19:23:24 Selecting previously unselected package make. 19:23:24 Preparing to unpack .../25-make_4.1-9.1ubuntu1_amd64.deb ... 19:23:24 Unpacking make (4.1-9.1ubuntu1) ... 19:23:24 Selecting previously unselected package patch. 19:23:24 Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_amd64.deb ... 19:23:24 Unpacking patch (2.7.6-2ubuntu1.1) ... 19:23:24 Setting up libedit2:amd64 (3.1-20170329-1) ... 19:23:24 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 19:23:24 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 19:23:24 Setting up less (487-0.1) ... 19:23:24 Setting up make (4.1-9.1ubuntu1) ... 19:23:24 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... 19:23:24 Setting up curl (7.58.0-2ubuntu3.8) ... 19:23:24 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... 19:23:25 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 19:23:25 Setting up libgdbm5:amd64 (1.14.1-6) ... 19:23:25 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:23:25 Setting up patch (2.7.6-2ubuntu1.1) ... 19:23:25 Setting up libxdmcp6:amd64 (1:1.1.2-3) ... 19:23:25 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 19:23:25 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 19:23:25 Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... 19:23:25 Setting up libxau6:amd64 (1:1.0.8-1) ... 19:23:25 Setting up netbase (5.4) ... 19:23:25 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 19:23:25 Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ... 19:23:25 Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... 19:23:25 Setting up libxmuu1:amd64 (2:1.1.2-2) ... 19:23:25 Setting up perl (5.26.1-6ubuntu0.3) ... 19:23:25 Setting up libxext6:amd64 (2:1.3.3-1) ... 19:23:25 Setting up liberror-perl (0.17025-1) ... 19:23:25 Setting up xauth (1:1.0.10-1) ... 19:23:25 Setting up git (1:2.17.1-1ubuntu0.7) ... 19:23:25 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:23:29 curl set to automatically installed. 19:23:29 git set to automatically installed. 19:23:29 git-man set to automatically installed. 19:23:29 less set to automatically installed. 19:23:29 libbsd0 set to automatically installed. 19:23:29 libcurl3-gnutls set to automatically installed. 19:23:29 libedit2 set to automatically installed. 19:23:29 liberror-perl set to automatically installed. 19:23:29 libexpat1 set to automatically installed. 19:23:29 libgdbm-compat4 set to automatically installed. 19:23:29 libgdbm5 set to automatically installed. 19:23:29 libperl5.26 set to automatically installed. 19:23:29 libssl1.0.0 set to automatically installed. 19:23:29 libx11-6 set to automatically installed. 19:23:29 libx11-data set to automatically installed. 19:23:29 libxau6 set to automatically installed. 19:23:29 libxcb1 set to automatically installed. 19:23:29 libxdmcp6 set to automatically installed. 19:23:29 libxext6 set to automatically installed. 19:23:29 libxmuu1 set to automatically installed. 19:23:29 make set to automatically installed. 19:23:29 netbase set to automatically installed. 19:23:29 openssh-client set to automatically installed. 19:23:29 patch set to automatically installed. 19:23:29 perl set to automatically installed. 19:23:29 perl-modules-5.26 set to automatically installed. 19:23:29 xauth set to automatically installed. 19:23:29 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 19:23:29 Please ensure the environment is properly setup before continuing. 19:23:29 Ignore this message if the appropriate measures have already been taken 19:23:29 Pulling go 19:23:30 'device-modbus' has dependencies that need to be staged: go 19:23:30 Skipping pull go (already ran) 19:23:30 Building go 19:23:30 % Total % Received % Xferd Average Speed Time Time Time Current 19:23:30 Dload Upload Total Spent Left Speed 19:23:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 5 114M 5 6351k 0 0 32.6M 0 0:00:03 --:--:-- 0:00:03 32.4M 39 114M 39 45.7M 0 0 38.5M 0 0:00:02 0:00:01 0:00:01 38.5M 66 114M 66 75.7M 0 0 34.3M 0 0:00:03 0:00:02 0:00:01 34.3M 100 114M 100 114M 0 0 36.7M 0 0:00:03 0:00:03 --:--:-- 36.7M 19:23:35 go1.13.5.linux-amd64.tar.gz: OK 19:23:38 e7604b0c0f53: Verifying Checksum 19:23:38 e7604b0c0f53: Download complete 19:24:07 Staging go 19:24:07 Pulling device-modbus 19:24:07 Skipping build go (already ran) 19:24:07 Building device-modbus 19:24:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.1-dev.1" -o cmd/device-modbus ./cmd 19:24:07 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.1 19:24:07 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 19:24:07 go: downloading github.com/goburrow/modbus v0.1.0 19:24:07 go: extracting github.com/goburrow/modbus v0.1.0 19:24:07 go: downloading github.com/goburrow/serial v0.1.0 19:24:07 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 19:24:07 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.1 19:24:07 go: extracting github.com/goburrow/serial v0.1.0 19:24:07 go: downloading github.com/go-kit/kit v0.8.0 19:24:07 go: downloading github.com/google/uuid v1.1.1 19:24:07 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.31 19:24:07 go: downloading github.com/gorilla/mux v1.7.1 19:24:07 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 19:24:07 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 19:24:07 go: extracting github.com/gorilla/mux v1.7.1 19:24:07 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.31 19:24:07 go: extracting github.com/google/uuid v1.1.1 19:24:07 go: downloading github.com/OneOfOne/xxhash v1.2.6 19:24:07 go: downloading github.com/x448/float16 v0.8.4 19:24:07 go: downloading gopkg.in/yaml.v2 v2.2.8 19:24:07 go: downloading github.com/pkg/errors v0.8.1 19:24:07 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 19:24:07 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 19:24:07 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 19:24:07 go: downloading github.com/pelletier/go-toml v1.2.0 19:24:07 go: extracting github.com/go-kit/kit v0.8.0 19:24:07 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 19:24:07 go: extracting github.com/OneOfOne/xxhash v1.2.6 19:24:07 go: extracting github.com/x448/float16 v0.8.4 19:24:07 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 19:24:07 go: extracting github.com/pkg/errors v0.8.1 19:24:07 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 19:24:07 go: extracting github.com/pelletier/go-toml v1.2.0 19:24:07 go: downloading github.com/BurntSushi/toml v0.3.1 19:24:07 go: downloading github.com/hashicorp/consul/api v1.1.0 19:24:07 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:24:07 go: extracting gopkg.in/yaml.v2 v2.2.8 19:24:07 go: extracting github.com/BurntSushi/toml v0.3.1 19:24:07 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:24:07 go: downloading github.com/mitchellh/mapstructure v1.1.2 19:24:07 go: downloading github.com/mitchellh/copystructure v1.0.0 19:24:07 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 19:24:07 go: extracting github.com/hashicorp/consul/api v1.1.0 19:24:07 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 19:24:07 go: downloading github.com/hashicorp/serf v0.8.2 19:24:07 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 19:24:07 go: downloading github.com/go-logfmt/logfmt v0.4.0 19:24:07 go: extracting github.com/mitchellh/copystructure v1.0.0 19:24:07 go: downloading github.com/mitchellh/reflectwalk v1.0.0 19:24:07 go: extracting github.com/mitchellh/mapstructure v1.1.2 19:24:07 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 19:24:07 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 19:24:07 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 19:24:07 go: extracting github.com/go-logfmt/logfmt v0.4.0 19:24:07 go: extracting github.com/mitchellh/reflectwalk v1.0.0 19:24:07 go: extracting github.com/hashicorp/serf v0.8.2 19:24:07 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:24:07 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:24:07 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 19:24:07 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 19:24:07 go: downloading github.com/hashicorp/golang-lru v0.5.1 19:24:07 go: extracting github.com/hashicorp/golang-lru v0.5.1 19:24:07 go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 19:24:07 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 19:24:07 go: finding github.com/goburrow/modbus v0.1.0 19:24:07 go: finding github.com/gorilla/mux v1.7.1 19:24:07 go: finding github.com/fxamacker/cbor/v2 v2.2.0 19:24:07 go: finding github.com/go-kit/kit v0.8.0 19:24:07 go: finding github.com/goburrow/serial v0.1.0 19:24:07 go: finding github.com/OneOfOne/xxhash v1.2.6 19:24:07 go: finding github.com/google/uuid v1.1.1 19:24:07 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 19:24:07 go: finding github.com/x448/float16 v0.8.4 19:24:07 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 19:24:07 go: finding github.com/go-logfmt/logfmt v0.4.0 19:24:07 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 19:24:07 go: finding gopkg.in/yaml.v2 v2.2.8 19:24:07 go: finding github.com/BurntSushi/toml v0.3.1 19:24:07 go: finding github.com/pkg/errors v0.8.1 19:24:07 go: finding github.com/hashicorp/consul/api v1.1.0 19:24:07 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 19:24:07 go: finding github.com/pelletier/go-toml v1.2.0 19:24:07 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:24:07 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 19:24:07 go: finding github.com/hashicorp/go-rootcerts v1.0.0 19:24:07 go: finding github.com/hashicorp/serf v0.8.2 19:24:07 go: finding github.com/mitchellh/mapstructure v1.1.2 19:24:07 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:24:07 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 19:24:07 go: finding github.com/mitchellh/copystructure v1.0.0 19:24:07 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 19:24:07 go: finding github.com/mitchellh/reflectwalk v1.0.0 19:24:07 go: finding github.com/hashicorp/golang-lru v0.5.1 19:24:10 e7604b0c0f53: Pull complete 19:24:10 db689cb83ae0: Pull complete 19:24:10 6138af208834: Pull complete 19:24:10 007c8e8c5d63: Pull complete 19:24:10 4f7a387c642f: Pull complete 19:24:10 Digest: sha256:95de001a4645667c7ff44d03fa3a86afcf7622caf7559cdf0345329f515671b4 19:24:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 19:24:13 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 19:24:13 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 19:24:13 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 19:24:13 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 19:24:13 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3737 B] 19:24:13 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1192 B] 19:24:13 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1224 kB] 19:24:14 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [861 kB] 19:24:14 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] 19:24:14 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [7827 B] 19:24:14 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [583 kB] 19:24:14 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [748 kB] 19:24:14 Fetched 3690 kB in 2s (1652 kB/s) 19:24:19 Reading package lists... 19:24:27 CGO_ENABLED=0 GO111MODULE=on go build ./... 19:24:31 Installing build dependencies: curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase openssh-client patch perl perl-modules-5.26 xauth 19:24:33 Skipping stage go (already ran) 19:24:33 Staging device-modbus 19:24:34 Priming go 19:24:35 Reading package lists... 19:24:35 Building dependency tree... 19:24:35 Reading state information... 19:24:36 Priming device-modbus 19:24:36 The following packages were automatically installed and are no longer required: 19:24:36 libjq1 liblzo2-2 libonig4 19:24:36 Use 'sudo apt autoremove' to remove them. 19:24:36 Suggested packages: 19:24:36 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 19:24:36 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc 19:24:36 keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc 19:24:36 libterm-readline-gnu-perl | libterm-readline-perl-perl 19:24:36 The following NEW packages will be installed: 19:24:36 curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl 19:24:36 libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 19:24:36 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase 19:24:36 openssh-client patch perl perl-modules-5.26 xauth 19:24:36 0 upgraded, 27 newly installed, 0 to remove and 6 not upgraded. 19:24:36 Need to get 12.9 MB of archives. 19:24:36 After this operation, 84.2 MB of additional disk space will be used. 19:24:36 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxau6 arm64 1:1.0.8-1 [7590 B] 19:24:36 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbsd0 arm64 0.8.7-1ubuntu0.1 [36.6 kB] 19:24:37 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 19:24:37 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 19:24:37 Determining the version from the project repo (version-script). 19:24:37 The version has been set to '1.2.1-dev.1-20200518+a219397' 19:24:37 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxdmcp6 arm64 1:1.1.2-3 [9694 B] 19:24:37 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxcb1 arm64 1.13-2~ubuntu18.04 [37.3 kB] 19:24:37 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] 19:24:37 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-6 arm64 2:1.6.4-3ubuntu0.2 [521 kB] 19:24:37 Snapping 'edgex-device-modbus' ... 19:24:37 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxext6 arm64 2:1.3.3-1 [25.4 kB] 19:24:37 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 19:24:38 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] 19:24:38 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] 19:24:38 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] 19:24:38 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] 19:24:38 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] 19:24:38 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.2 [69.3 kB] 19:24:38 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] 19:24:38 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libedit2 arm64 3.1-20170329-1 [63.4 kB] 19:24:38 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libssl1.0.0 arm64 1.0.2n-1ubuntu5.3 [723 kB] 19:24:38 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxmuu1 arm64 2:1.1.2-2 [9502 B] 19:24:38 Get:19 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssh-client arm64 1:7.6p1-4ubuntu0.3 [527 kB] 19:24:38 19:24:38 Snapped edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap 19:24:38 Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xauth arm64 1:1.0.10-1 [22.4 kB] 19:24:38 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.8 [152 kB] 19:24:38 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.8 [179 kB] 19:24:38 Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] 19:24:38 Get:24 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 19:24:38 Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] 19:24:39 Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] 19:24:39 Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] 19:24:40 debconf: delaying package configuration, since apt-utils is not installed 19:24:40 Fetched 12.9 MB in 3s (5100 kB/s) 19:24:40 Selecting previously unselected package libxau6:arm64. 19:24:40 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4630 files and directories currently installed.) 19:24:40 Preparing to unpack .../00-libxau6_1%3a1.0.8-1_arm64.deb ... 19:24:40 Unpacking libxau6:arm64 (1:1.0.8-1) ... 19:24:40 Selecting previously unselected package libbsd0:arm64. 19:24:40 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_arm64.deb ... 19:24:40 Unpacking libbsd0:arm64 (0.8.7-1ubuntu0.1) ... 19:24:40 Selecting previously unselected package libxdmcp6:arm64. 19:24:40 Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_arm64.deb ... 19:24:40 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... 19:24:40 Selecting previously unselected package libxcb1:arm64. 19:24:40 Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_arm64.deb ... 19:24:40 Unpacking libxcb1:arm64 (1.13-2~ubuntu18.04) ... 19:24:40 Selecting previously unselected package libx11-data. 19:24:40 Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... 19:24:40 Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... 19:24:41 Selecting previously unselected package libx11-6:arm64. 19:24:41 Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_arm64.deb ... 19:24:41 Unpacking libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... 19:24:41 Selecting previously unselected package libxext6:arm64. 19:24:41 Preparing to unpack .../06-libxext6_2%3a1.3.3-1_arm64.deb ... 19:24:41 Unpacking libxext6:arm64 (2:1.3.3-1) ... 19:24:41 Selecting previously unselected package perl-modules-5.26. 19:24:41 Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 19:24:41 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 19:24:42 19:24:42 Login successful. You now have these capabilities: 19:24:42 19:24:42 snaps: No restriction 19:24:42 channels: No restriction 19:24:42 permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] 19:24:42 expires: 2020-06-19T16:50:48.252993 19:24:42 19:24:42 Selecting previously unselected package libgdbm5:arm64. 19:24:42 Preparing to unpack .../08-libgdbm5_1.14.1-6_arm64.deb ... 19:24:42 Unpacking libgdbm5:arm64 (1.14.1-6) ... 19:24:43 Selecting previously unselected package libgdbm-compat4:arm64. 19:24:43 Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_arm64.deb ... 19:24:43 Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... 19:24:43 Selecting previously unselected package libperl5.26:arm64. 19:24:43 Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... 19:24:43 Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 19:24:43 Preparing to push 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap'. 19:24:43 After pushing, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. 19:24:43 Install the review-tools from the Snap Store for enhanced checks before uploading this snap. 19:24:44 Selecting previously unselected package perl. 19:24:44 Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_arm64.deb ... 19:24:44 Unpacking perl (5.26.1-6ubuntu0.3) ... 19:24:44 Selecting previously unselected package less. 19:24:44 Preparing to unpack .../12-less_487-0.1_arm64.deb ... 19:24:44 Unpacking less (487-0.1) ... 19:24:44 Selecting previously unselected package libexpat1:arm64. 19:24:44 Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_arm64.deb ... 19:24:44 Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.2) ... 19:24:44 Selecting previously unselected package netbase. 19:24:44 Preparing to unpack .../14-netbase_5.4_all.deb ... 19:24:45 Unpacking netbase (5.4) ... 19:24:45 Selecting previously unselected package libedit2:arm64. 19:24:45 Preparing to unpack .../15-libedit2_3.1-20170329-1_arm64.deb ... 19:24:45 Unpacking libedit2:arm64 (3.1-20170329-1) ... 19:24:45 Selecting previously unselected package libssl1.0.0:arm64. 19:24:45 Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_arm64.deb ... 19:24:45 Unpacking libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... 19:24:45 Selecting previously unselected package libxmuu1:arm64. 19:24:45 Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_arm64.deb ... 19:24:45 Unpacking libxmuu1:arm64 (2:1.1.2-2) ... 19:24:45 Selecting previously unselected package openssh-client. 19:24:45 Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_arm64.deb ... 19:24:45 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 19:24:45 Selecting previously unselected package xauth. 19:24:45 Preparing to unpack .../19-xauth_1%3a1.0.10-1_arm64.deb ... 19:24:45 Unpacking xauth (1:1.0.10-1) ... 19:24:45 Selecting previously unselected package curl. 19:24:45 Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_arm64.deb ... 19:24:46 Unpacking curl (7.58.0-2ubuntu3.8) ... 19:24:46 Selecting previously unselected package libcurl3-gnutls:arm64. 19:24:46 Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_arm64.deb ... 19:24:46 Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... 19:24:46 Selecting previously unselected package liberror-perl. 19:24:46 Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... 19:24:46 Unpacking liberror-perl (0.17025-1) ... 19:24:46 Selecting previously unselected package git-man. 19:24:46 Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 19:24:46 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 19:24:46 Selecting previously unselected package git. 19:24:46 Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... 19:24:46 Unpacking git (1:2.17.1-1ubuntu0.7) ... 19:24:46 Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [ ] 0% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [ ] 1% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [ ] 2% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [ ] 3% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [ ] 4% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [ ] 5% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [ ] 6% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [ ] 7% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [ ] 8% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [ ] 9% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [ ] 10% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [ ] 12% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [ ] 13% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [ ] 14% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [ ] 15% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [ ] 16% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [ ] 17% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [ ] 18% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [ ] 19% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [ ] 20% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [ ] 21% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [ ] 23% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [ ] 24% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [ ] 25% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [ ] 26% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [ ] 27% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [ ] 28% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [ ] 29% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [ ] 30% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [ ] 31% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [ ] 32% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [ ] 34% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [ ] 35% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [ ] 36% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [ ] 37% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [ ] 38% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [ ] 39% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [ ] 40% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [ ] 41% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [ ] 42% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [ ] 43% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [ ] 45% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [ ] 46% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [ ] 47% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [ ] 48% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [ ] 49% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [= ] 50% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [= ] 51% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [= ] 52% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [= ] 53% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [= ] 54% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [= ] 56% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [= ] 57% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [= ] 58% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [= ] 59% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [= ] 60% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [= ] 61% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [= ] 62% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [= ] 63% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [= ] 64% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [= ] 65% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [= ] 67% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [= ] 68% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [= ] 69% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [= ] 70% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [= ] 71% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [= ] 72% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [= ] 73% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [= ] 74% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [= ] 75% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [= ] 76% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [= ] 78% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [= ] 79% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [= ] 80% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [= ] 81% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [= ] 82% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [= ] 83% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [= ] 84% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [= ] 85% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [= ] 86% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [= ] 87% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [= ] 89% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [= ] 90% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [= ] 91% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [= ] 92% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [= ] 93% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [= ] 94% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [= ] 95% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [= ] 96% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [= ] 97% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [= ] 98% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [==] 100% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' [==] 100% 19:24:48 Selecting previously unselected package make. 19:24:48 Preparing to unpack .../25-make_4.1-9.1ubuntu1_arm64.deb ... 19:24:48 Unpacking make (4.1-9.1ubuntu1) ... 19:24:48 Selecting previously unselected package patch. 19:24:48 Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_arm64.deb ... 19:24:48 Unpacking patch (2.7.6-2ubuntu1.1) ... 19:24:48 Setting up libedit2:arm64 (3.1-20170329-1) ... 19:24:48 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 19:24:48 Setting up libexpat1:arm64 (2.2.5-3ubuntu0.2) ... 19:24:48 Setting up less (487-0.1) ... 19:24:48 Setting up make (4.1-9.1ubuntu1) ... 19:24:48 Setting up libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... 19:24:48 Setting up curl (7.58.0-2ubuntu3.8) ... 19:24:48 Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... 19:24:48 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 19:24:49 Setting up libgdbm5:arm64 (1.14.1-6) ... 19:24:49 Setting up libbsd0:arm64 (0.8.7-1ubuntu0.1) ... 19:24:49 Setting up patch (2.7.6-2ubuntu1.1) ... 19:24:49 Setting up libxdmcp6:arm64 (1:1.1.2-3) ... 19:24:49 Setting up libgdbm-compat4:arm64 (1.14.1-6) ... 19:24:49 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 19:24:49 Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... 19:24:49 Setting up libxau6:arm64 (1:1.0.8-1) ... 19:24:49 Setting up netbase (5.4) ... 19:24:49 Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 19:24:49 Setting up libxcb1:arm64 (1.13-2~ubuntu18.04) ... 19:24:49 Setting up libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... 19:24:49 Setting up libxmuu1:arm64 (2:1.1.2-2) ... 19:24:49 Setting up perl (5.26.1-6ubuntu0.3) ... 19:24:49 Setting up libxext6:arm64 (2:1.3.3-1) ... 19:24:50 Setting up liberror-perl (0.17025-1) ... 19:24:50 Setting up xauth (1:1.0.10-1) ... 19:24:50 Setting up git (1:2.17.1-1ubuntu0.7) ... 19:24:50 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:24:56 curl set to automatically installed. 19:24:56 git set to automatically installed. 19:24:56 git-man set to automatically installed. 19:24:56 less set to automatically installed. 19:24:56 libbsd0 set to automatically installed. 19:24:56 libcurl3-gnutls set to automatically installed. 19:24:56 libedit2 set to automatically installed. 19:24:56 liberror-perl set to automatically installed. 19:24:56 libexpat1 set to automatically installed. 19:24:56 libgdbm-compat4 set to automatically installed. 19:24:56 libgdbm5 set to automatically installed. 19:24:56 libperl5.26 set to automatically installed. 19:24:56 libssl1.0.0 set to automatically installed. 19:24:56 libx11-6 set to automatically installed. 19:24:56 libx11-data set to automatically installed. 19:24:56 libxau6 set to automatically installed. 19:24:56 libxcb1 set to automatically installed. 19:24:56 libxdmcp6 set to automatically installed. 19:24:56 libxext6 set to automatically installed. 19:24:56 libxmuu1 set to automatically installed. 19:24:56 make set to automatically installed. 19:24:56 netbase set to automatically installed. 19:24:56 openssh-client set to automatically installed. 19:24:56 patch set to automatically installed. 19:24:56 perl set to automatically installed. 19:24:56 perl-modules-5.26 set to automatically installed. 19:24:56 xauth set to automatically installed. 19:24:56 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 19:24:56 Please ensure the environment is properly setup before continuing. 19:24:56 Ignore this message if the appropriate measures have already been taken 19:24:56 Pulling go 19:24:59 Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| released 19:24:59 Revision 1199 of 'edgex-device-modbus' created. 19:25:00 'device-modbus' has dependencies that need to be staged: go 19:25:00 Skipping pull go (already ran) 19:25:00 Building go 19:25:00 % Total % Received % Xferd Average Speed Time Time Time Current 19:25:00 Dload Upload Total Spent Left Speed 19:25:00 Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing...| 19:25:00 Track Arch Channel Version Revision Notes 19:25:00 edinburgh amd64 stable - - - 19:25:00 candidate - - - 19:25:00 beta 1.0.0-20190626+739f7ef 112 - 19:25:00 edge 1.0.0-20200103+c777f31 956 - 19:25:00 fuji amd64 stable 1.1.1-20200228+37c94ae 1087 - 19:25:00 candidate ^ ^ - 19:25:00 beta 1.1.1-20200228+37c94ae 1087 - 19:25:00 edge 1.1.1-20200422+37c94ae 1193 - 19:25:00 geneva amd64 stable 1.2.0-dev.9-20200513+6f17a55 1197 - 19:25:00 candidate ^ ^ - 19:25:00 beta ^ ^ - 19:25:00 edge ^ ^ - 19:25:00 latest amd64 stable 1.2.0-dev.9-20200513+6f17a55 1197 - 19:25:00 candidate 1.2.0-dev.7-20200421+0cbd6ef 1191 - 19:25:00 beta 1.1.1-20200228+37c94ae 1087 - 19:25:00 edge 1.2.1-dev.1-20200518+a219397 1199 - 19:25:01 Pushing metadata from 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_amd64.snap' 19:25:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 44 93.0M 44 41.2M 0 0 42.6M 0 0:00:02 --:--:-- 0:00:02 42.5M 96 93.0M 96 89.6M 0 0 46.0M 0 0:00:02 0:00:01 0:00:01 45.9M 100 93.0M 100 93.0M 0 0 46.1M 0 0:00:02 0:00:02 --:--:-- 46.1M 19:25:03 go1.13.5.linux-arm64.tar.gz: OK 19:25:06 The metadata has been pushed [Pipeline] } 19:25:06 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] } 19:25:21 Staging go 19:25:22 Pulling device-modbus 19:25:25 Skipping build go (already ran) 19:25:25 Building device-modbus 19:25:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.1-dev.1" -o cmd/device-modbus ./cmd 19:25:25 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.1 19:25:25 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 19:25:25 go: downloading github.com/goburrow/modbus v0.1.0 19:25:26 go: extracting github.com/goburrow/modbus v0.1.0 19:25:26 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.1 19:25:26 go: downloading github.com/goburrow/serial v0.1.0 19:25:26 go: extracting github.com/goburrow/serial v0.1.0 19:25:26 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 19:25:26 go: downloading github.com/gorilla/mux v1.7.1 19:25:26 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.31 19:25:26 go: downloading github.com/pkg/errors v0.8.1 19:25:26 go: downloading github.com/go-kit/kit v0.8.0 19:25:26 go: extracting github.com/gorilla/mux v1.7.1 19:25:26 go: extracting github.com/pkg/errors v0.8.1 19:25:26 go: downloading github.com/google/uuid v1.1.1 19:25:26 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 19:25:26 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.31 19:25:26 go: extracting github.com/google/uuid v1.1.1 19:25:26 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 19:25:26 go: downloading github.com/OneOfOne/xxhash v1.2.6 19:25:26 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 19:25:26 go: downloading github.com/hashicorp/consul/api v1.1.0 19:25:26 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 19:25:26 go: downloading gopkg.in/yaml.v2 v2.2.8 19:25:26 go: downloading github.com/BurntSushi/toml v0.3.1 19:25:26 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 19:25:26 go: downloading github.com/pelletier/go-toml v1.2.0 19:25:26 go: extracting github.com/OneOfOne/xxhash v1.2.6 19:25:26 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 19:25:26 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 19:25:26 go: extracting gopkg.in/yaml.v2 v2.2.8 19:25:26 go: extracting github.com/BurntSushi/toml v0.3.1 19:25:26 go: extracting github.com/pelletier/go-toml v1.2.0 19:25:26 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 19:25:26 go: extracting github.com/hashicorp/consul/api v1.1.0 19:25:26 go: downloading github.com/x448/float16 v0.8.4 19:25:26 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:25:26 go: extracting github.com/go-kit/kit v0.8.0 19:25:26 go: extracting github.com/x448/float16 v0.8.4 19:25:26 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:25:26 go: downloading github.com/mitchellh/copystructure v1.0.0 19:25:26 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 19:25:26 go: downloading github.com/mitchellh/mapstructure v1.1.2 19:25:26 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 19:25:26 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 19:25:26 go: downloading github.com/hashicorp/serf v0.8.2 19:25:26 go: extracting github.com/mitchellh/copystructure v1.0.0 19:25:26 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 19:25:26 go: downloading github.com/mitchellh/reflectwalk v1.0.0 19:25:26 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 19:25:26 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 19:25:26 go: extracting github.com/mitchellh/mapstructure v1.1.2 19:25:26 go: extracting github.com/mitchellh/reflectwalk v1.0.0 19:25:26 go: extracting github.com/hashicorp/serf v0.8.2 19:25:27 go: downloading github.com/go-logfmt/logfmt v0.4.0 19:25:27 go: extracting github.com/go-logfmt/logfmt v0.4.0 19:25:27 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:25:27 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:25:27 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 19:25:27 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 19:25:27 go: downloading github.com/hashicorp/golang-lru v0.5.1 19:25:27 go: extracting github.com/hashicorp/golang-lru v0.5.1 19:25:27 go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 19:25:27 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 19:25:27 go: finding github.com/goburrow/modbus v0.1.0 19:25:27 go: finding github.com/gorilla/mux v1.7.1 19:25:27 go: finding github.com/goburrow/serial v0.1.0 19:25:27 go: finding github.com/go-kit/kit v0.8.0 19:25:27 go: finding github.com/fxamacker/cbor/v2 v2.2.0 19:25:27 go: finding github.com/OneOfOne/xxhash v1.2.6 19:25:27 go: finding github.com/google/uuid v1.1.1 19:25:27 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 19:25:27 go: finding github.com/go-logfmt/logfmt v0.4.0 19:25:27 go: finding github.com/x448/float16 v0.8.4 19:25:27 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 19:25:27 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 19:25:27 go: finding gopkg.in/yaml.v2 v2.2.8 19:25:27 go: finding github.com/BurntSushi/toml v0.3.1 19:25:27 go: finding github.com/pkg/errors v0.8.1 19:25:27 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 19:25:27 go: finding github.com/hashicorp/consul/api v1.1.0 19:25:27 go: finding github.com/pelletier/go-toml v1.2.0 19:25:27 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:25:27 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 19:25:27 go: finding github.com/hashicorp/go-rootcerts v1.0.0 19:25:27 go: finding github.com/mitchellh/mapstructure v1.1.2 19:25:27 go: finding github.com/hashicorp/serf v0.8.2 19:25:27 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 19:25:27 go: finding github.com/mitchellh/copystructure v1.0.0 19:25:27 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:25:27 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 19:25:27 go: finding github.com/mitchellh/reflectwalk v1.0.0 19:25:27 go: finding github.com/hashicorp/golang-lru v0.5.1 19:25:54 CGO_ENABLED=0 GO111MODULE=on go build ./... 19:26:09 Skipping stage go (already ran) 19:26:09 Staging device-modbus 19:26:10 Priming go 19:26:13 Priming device-modbus 19:26:16 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 19:26:16 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 19:26:16 Determining the version from the project repo (version-script). 19:26:16 The version has been set to '1.2.1-dev.1-20200518+a219397' 19:26:16 Snapping 'edgex-device-modbus' ... 19:26:19 19:26:19 Snapped edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap 19:26:24 19:26:24 Login successful. You now have these capabilities: 19:26:24 19:26:24 snaps: No restriction 19:26:24 channels: No restriction 19:26:24 permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] 19:26:24 expires: 2020-06-19T16:50:48.252993 19:26:24 19:26:28 Preparing to push 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap'. 19:26:28 After pushing, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. 19:26:28 Install the review-tools from the Snap Store for enhanced checks before uploading this snap. 19:26:30 Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [ ] 0% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [ ] 1% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [ ] 2% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [ ] 3% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [ ] 4% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [ ] 5% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [ ] 6% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [ ] 7% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [ ] 8% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [ ] 9% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [ ] 10% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [ ] 11% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [ ] 12% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [ ] 13% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [ ] 14% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [ ] 15% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [ ] 16% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [ ] 17% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [ ] 18% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [ ] 19% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [ ] 20% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [ ] 21% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [ ] 22% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [ ] 23% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [ ] 24% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [ ] 25% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [ ] 26% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [ ] 27% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [ ] 29% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [ ] 30% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [ ] 31% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [ ] 32% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [ ] 33% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [ ] 34% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [ ] 35% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [ ] 36% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [ ] 37% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [ ] 38% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [ ] 39% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [ ] 40% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [ ] 41% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [ ] 42% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [ ] 43% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [ ] 44% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [ ] 45% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [ ] 46% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [ ] 47% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [ ] 48% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [ ] 49% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [= ] 50% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [= ] 51% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [= ] 52% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [= ] 53% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [= ] 54% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [= ] 55% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [= ] 56% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [= ] 58% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [= ] 59% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [= ] 60% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [= ] 61% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [= ] 62% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [= ] 63% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [= ] 64% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [= ] 65% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [= ] 66% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [= ] 67% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [= ] 68% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [= ] 69% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [= ] 70% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [= ] 71% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [= ] 72% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [= ] 73% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [= ] 74% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [= ] 75% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [= ] 76% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [= ] 77% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [= ] 78% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [= ] 79% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [= ] 80% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [= ] 81% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [= ] 82% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [= ] 83% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [= ] 84% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [= ] 86% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [= ] 87% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [= ] 88% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [= ] 89% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [= ] 90% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [= ] 91% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [= ] 92% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [= ] 93% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [= ] 94% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [= ] 95% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [= ] 96% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [= ] 97% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [= ] 98% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [= ] 99% Pushing 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' [==] 100% 19:26:38 Processing...| Processing.../ Processing...- Processing...\ Processing...| released 19:26:38 Revision 1200 of 'edgex-device-modbus' created. 19:26:39 Track Arch Channel Version Revision Notes 19:26:39 edinburgh arm64 stable - - - 19:26:39 candidate - - - 19:26:39 beta 1.0.0-20190627+739f7ef 113 - 19:26:39 edge 1.0.0-20200107+c777f31 958 - 19:26:39 fuji arm64 stable 1.1.1-20200311+37c94ae 1112 - 19:26:39 candidate ^ ^ - 19:26:39 beta 1.1.1-20200311+37c94ae 1112 - 19:26:39 edge 1.1.1-20200422+37c94ae 1194 - 19:26:39 geneva arm64 stable 1.2.0-dev.9-20200513+6f17a55 1198 - 19:26:39 candidate ^ ^ - 19:26:39 beta ^ ^ - 19:26:39 edge ^ ^ - 19:26:39 latest arm64 stable 1.2.0-dev.9-20200513+6f17a55 1198 - 19:26:39 candidate 1.2.0-dev.7-20200421+0cbd6ef 1192 - 19:26:39 beta 1.1.1-20200311+37c94ae 1112 - 19:26:39 edge 1.2.1-dev.1-20200518+a219397 1200 - 19:26:39 Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...| 19:26:42 Pushing metadata from 'edgex-device-modbus_1.2.1-dev.1-20200518+a219397_arm64.snap' 19:26:46 The metadata has been pushed [Pipeline] } 19:26: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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 19:26:49 provisioning config files... 19:26:49 copy managed file [device-modbus-go-codecov-token] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config4974289057452107259tmp [Pipeline] { [Pipeline] sh 19:26:50 + curl -s https://codecov.io/bash 19:26:50 + bash -s - -t @/w/workspace/xfoundry_device-modbus-go_master@tmp/config4974289057452107259tmp 19:26:50 19:26:50 _____ _ 19:26:50 / ____| | | 19:26:50 | | ___ __| | ___ ___ _____ __ 19:26:50 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:26:50 | |___| (_) | (_| | __/ (_| (_) \ V / 19:26:50 \_____\___/ \__,_|\___|\___\___/ \_/ 19:26:50 Bash-20200430-d757c17 19:26:50 19:26:50 19:26:50 ==> Jenkins CI detected. 19:26:50 project root: . 19:26:50 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:26:50 ==> Running gcov in . (disable via -X gcov) 19:26:50 ==> Python coveragepy not found 19:26:50 ==> Searching for coverage reports in: 19:26:50 + . 19:26:50 -> Found 1 reports 19:26:50 ==> Detecting git/mercurial file structure 19:26:50 ==> Reading reports 19:26:50 + ./coverage.out bytes=22123 19:26:50 ==> Appending adjustments 19:26:50 https://docs.codecov.io/docs/fixing-reports 19:26:50 + Found adjustments 19:26:50 ==> Gzipping contents 19:26:50 ==> Uploading reports 19:26:50 url: https://codecov.io 19:26:50 query: branch=master&commit=a219397901d2c5688805132d00f2acfc9627e1bf&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmaster%2F10%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job= 19:26:50 -> Pinging Codecov 19:26:50 https://codecov.io/upload/v4?package=bash-20200430-d757c17&token=secret&branch=master&commit=a219397901d2c5688805132d00f2acfc9627e1bf&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmaster%2F10%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job= 19:26:50 -> Uploading 19:26:51 -> View reports at https://codecov.io/github/edgexfoundry/device-modbus-go/commit/a219397901d2c5688805132d00f2acfc9627e1bf [Pipeline] } 19:26:51 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 19:26:51 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 19:26:51 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 19:26:51 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:26:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 19:26:51 19:26:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 [Pipeline] isUnix [Pipeline] sh 19:26:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 19:26:52 1.217.3: Pulling from edgex-devops/edgex-snyk-go 19:26:52 cbdbe7a5bc2a: Pulling fs layer 19:26:52 408f87550127: Pulling fs layer 19:26:52 fe522b08c979: Pulling fs layer 19:26:52 221eaa008020: Pulling fs layer 19:26:52 2a4607e5d6b9: Pulling fs layer 19:26:52 95d3c3421fef: Pulling fs layer 19:26:52 2fec7dd152b6: Pulling fs layer 19:26:52 d65e43aa86fe: Pulling fs layer 19:26:52 10a7cc25405e: Pulling fs layer 19:26:52 221eaa008020: Waiting 19:26:52 2a4607e5d6b9: Waiting 19:26:52 95d3c3421fef: Waiting 19:26:52 2fec7dd152b6: Waiting 19:26:52 10a7cc25405e: Waiting 19:26:52 d65e43aa86fe: Waiting 19:26:52 fe522b08c979: Verifying Checksum 19:26:52 fe522b08c979: Download complete 19:26:52 408f87550127: Verifying Checksum 19:26:52 408f87550127: Download complete 19:26:52 2a4607e5d6b9: Verifying Checksum 19:26:52 2a4607e5d6b9: Download complete 19:26:52 95d3c3421fef: Verifying Checksum 19:26:52 95d3c3421fef: Download complete 19:26:52 cbdbe7a5bc2a: Verifying Checksum 19:26:52 cbdbe7a5bc2a: Download complete 19:26:52 cbdbe7a5bc2a: Pull complete 19:26:52 408f87550127: Pull complete 19:26:52 2fec7dd152b6: Download complete 19:26:52 d65e43aa86fe: Verifying Checksum 19:26:52 d65e43aa86fe: Download complete 19:26:53 fe522b08c979: Pull complete 19:26:53 10a7cc25405e: Verifying Checksum 19:26:53 10a7cc25405e: Download complete 19:26:53 221eaa008020: Verifying Checksum 19:26:53 221eaa008020: Download complete 19:27:05 221eaa008020: Pull complete 19:27:05 2a4607e5d6b9: Pull complete 19:27:05 95d3c3421fef: Pull complete 19:27:06 2fec7dd152b6: Pull complete 19:27:10 d65e43aa86fe: Pull complete 19:27:11 10a7cc25405e: Pull complete 19:27:11 Digest: sha256:f69c3a2814e8191a177e5024c1aa2982a1df1c15a1f5ff5a42290ad3eeac8c0b 19:27:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 [Pipeline] withDockerContainer 19:27:11 prd-centos7-docker-4c-2g-8827 does not seem to be running inside a container 19:27:11 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/xfoundry_device-modbus-go_master:/ws -w /ws --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 cat 19:27:12 $ docker top 5d302dea208589e5e0bbeb8549405ce93bf228a6edcd85faa801a9fb94fbd492 -eo pid,comm [Pipeline] { [Pipeline] sh 19:27:12 + snyk monitor '--org=edgex-jenkins' 19:27:19 19:27:19 Monitoring /w/workspace/xfoundry_device-modbus-go_master (github.com/edgexfoundry/device-modbus-go)... 19:27:19 19:27:19 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/f1f9588a-e578-4d15-82cf-faf0ad0ed2d7/history/ac960430-e5a9-483f-9032-fcef097f060c 19:27:19 19:27:19 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 19:27:19 19:27:19 [Pipeline] } 19:27:19 $ docker stop --time=1 5d302dea208589e5e0bbeb8549405ce93bf228a6edcd85faa801a9fb94fbd492 19:27:20 $ docker rm -f 5d302dea208589e5e0bbeb8549405ce93bf228a6edcd85faa801a9fb94fbd492 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:27:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 19:27:21 19:27:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 19:27:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 19:27:22 latest: Pulling from edgex-devops/edgex-klar 19:27:22 e7c96db7181b: Pulling fs layer 19:27:22 1868ca2cb446: Pulling fs layer 19:27:22 136be5d0fe8e: Pulling fs layer 19:27:22 894bfe63afcb: Pulling fs layer 19:27:22 894bfe63afcb: Waiting 19:27:22 1868ca2cb446: Verifying Checksum 19:27:22 1868ca2cb446: Download complete 19:27:22 136be5d0fe8e: Verifying Checksum 19:27:22 e7c96db7181b: Verifying Checksum 19:27:22 e7c96db7181b: Download complete 19:27:22 894bfe63afcb: Verifying Checksum 19:27:22 894bfe63afcb: Download complete 19:27:22 e7c96db7181b: Pull complete 19:27:22 1868ca2cb446: Pull complete 19:27:22 136be5d0fe8e: Pull complete 19:27:22 894bfe63afcb: Pull complete 19:27:22 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 19:27:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 19:27:22 prd-centos7-docker-4c-2g-8827 does not seem to be running inside a container 19:27:23 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 19:27:23 $ docker top 6e37058df931f0056a53d96e5b441b0716d25cb23a0fe7b2f11edb151a2e71a7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:27:24 + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go:a219397901d2c5688805132d00f2acfc9627e1bf 19:27:24 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 19:27:26 $ docker stop --time=1 6e37058df931f0056a53d96e5b441b0716d25cb23a0fe7b2f11edb151a2e71a7 19:27:28 $ docker rm -f 6e37058df931f0056a53d96e5b441b0716d25cb23a0fe7b2f11edb151a2e71a7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 19:27:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 19:27:28 . [Pipeline] withDockerContainer 19:27:28 prd-centos7-docker-4c-2g-8827 does not seem to be running inside a container 19:27:28 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 19:27:29 $ docker top 88853a4c098f4d4c30ec1d64ae17bcf9490d424d847c90c05e719d7ecb6b25ef -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:27:29 + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go:a219397901d2c5688805132d00f2acfc9627e1bf 19:27:29 + tee 19:27:29 clair timeout 1m0s 19:27:29 docker timeout: 1m0s 19:27:29 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 19:27:30 $ docker stop --time=1 88853a4c098f4d4c30ec1d64ae17bcf9490d424d847c90c05e719d7ecb6b25ef 19:27:31 $ docker rm -f 88853a4c098f4d4c30ec1d64ae17bcf9490d424d847c90c05e719d7ecb6b25ef [Pipeline] // withDockerContainer [Pipeline] sh 19:27:32 + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/clair-reports [Pipeline] echo 19:27:32 Generated HTML Table Report. Writing to /w/workspace/xfoundry_device-modbus-go_master/clair-reports/clair_results_docker-device-modbus-go_a219397901d2c5688805132d00f2acfc9627e1bf.html [Pipeline] writeFile [Pipeline] step 19:27:32 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 19:27:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 19:27:32 . [Pipeline] withDockerContainer 19:27:32 prd-centos7-docker-4c-2g-8827 does not seem to be running inside a container 19:27:32 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 19:27:33 $ docker top 3569d2e86c905760440615bdecc70740b9575db73c5ed5a20c25b37a02052d73 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:27:33 + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:a219397901d2c5688805132d00f2acfc9627e1bf 19:27:33 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 19:27:36 $ docker stop --time=1 3569d2e86c905760440615bdecc70740b9575db73c5ed5a20c25b37a02052d73 19:27:37 $ docker rm -f 3569d2e86c905760440615bdecc70740b9575db73c5ed5a20c25b37a02052d73 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 19:27:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 19:27:38 . [Pipeline] withDockerContainer 19:27:38 prd-centos7-docker-4c-2g-8827 does not seem to be running inside a container 19:27:38 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 19:27:38 $ docker top 25575b75135acc572b4db633c372fd401c7c866e63be15ac9db2ce3d99edc000 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:27:39 + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:a219397901d2c5688805132d00f2acfc9627e1bf 19:27:39 + tee 19:27:39 clair timeout 1m0s 19:27:39 docker timeout: 1m0s 19:27:39 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 19:27:39 $ docker stop --time=1 25575b75135acc572b4db633c372fd401c7c866e63be15ac9db2ce3d99edc000 19:27:41 $ docker rm -f 25575b75135acc572b4db633c372fd401c7c866e63be15ac9db2ce3d99edc000 [Pipeline] // withDockerContainer [Pipeline] sh 19:27:41 + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/clair-reports [Pipeline] echo 19:27:41 Generated HTML Table Report. Writing to /w/workspace/xfoundry_device-modbus-go_master/clair-reports/clair_results_docker-device-modbus-go-arm64_a219397901d2c5688805132d00f2acfc9627e1bf.html [Pipeline] writeFile [Pipeline] step 19:27:41 Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 19:27:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:27:42 . [Pipeline] withDockerContainer 19:27:42 prd-centos7-docker-4c-2g-8827 does not seem to be running inside a container 19:27:42 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:27:46 $ docker top c70e893757516b9682aa40f7c358510cb052c6ff793d4bb2dd392bb5ea8b2df5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:27:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:27:47 [ssh-agent] Looking for ssh-agent implementation... 19:27:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:27:48 $ docker exec c70e893757516b9682aa40f7c358510cb052c6ff793d4bb2dd392bb5ea8b2df5 ssh-agent 19:27:48 SSH_AUTH_SOCK=/tmp/ssh-IiqETEaudvNP/agent.14 19:27:48 SSH_AGENT_PID=21 19:27:48 Running ssh-add (command line suppressed) 19:27:48 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_2572279798016162702.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_2572279798016162702.key) 19:27:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:27:48 + git semver tag 19:27:48 # -> Open(): unable to determine branch for HEAD 19:27:48 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 19:27:48 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 19:27:48 # $SEMVER_REMOTE_NAME = origin 19:27:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:27:48 # $SEMVER_USER_NAME = edgex-jenkins 19:27:48 # $SEMVER_BRANCH = master 19:27:48 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver 19:27:48 # a219397901d2c5688805132d00f2acfc9627e1bf HEAD 19:27:48 # -> Force: false 19:27:49 # ecbc2acaeeea703ce8a55df7967098c6976ec88b refs/tags/v1.2.1-dev.1 [Pipeline] } 19:27:49 $ docker exec --env ******** --env ******** c70e893757516b9682aa40f7c358510cb052c6ff793d4bb2dd392bb5ea8b2df5 ssh-agent -k 19:27:49 unset SSH_AUTH_SOCK; 19:27:49 unset SSH_AGENT_PID; 19:27:49 echo Agent pid 21 killed; 19:27:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:27:49 + git semver [Pipeline] } 19:27:49 $ docker stop --time=1 c70e893757516b9682aa40f7c358510cb052c6ff793d4bb2dd392bb5ea8b2df5 19:27:51 $ docker rm -f c70e893757516b9682aa40f7c358510cb052c6ff793d4bb2dd392bb5ea8b2df5 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 19:27:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 19:27:52 19:27:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 19:27:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 19:27:52 0.23.1-centos7: Pulling from edgex-lftools 19:27:52 ab5ef0e58194: Pulling fs layer 19:27:52 9712f1f96733: Pulling fs layer 19:27:52 63f879dbbcfc: Pulling fs layer 19:27:52 0d9ebad4ef96: Pulling fs layer 19:27:52 0d9ebad4ef96: Waiting 19:27:52 e9a5061849ea: Pulling fs layer 19:27:52 d747dcd14b5f: Pulling fs layer 19:27:52 2de7ff778b66: Pulling fs layer 19:27:52 e9a5061849ea: Waiting 19:27:52 d747dcd14b5f: Waiting 19:27:52 2de7ff778b66: Waiting 19:27:52 9712f1f96733: Verifying Checksum 19:27:52 9712f1f96733: Download complete 19:27:53 63f879dbbcfc: Verifying Checksum 19:27:53 63f879dbbcfc: Download complete 19:27:53 e9a5061849ea: Verifying Checksum 19:27:53 e9a5061849ea: Download complete 19:27:53 d747dcd14b5f: Verifying Checksum 19:27:53 d747dcd14b5f: Download complete 19:27:53 ab5ef0e58194: Verifying Checksum 19:27:53 ab5ef0e58194: Download complete 19:27:53 0d9ebad4ef96: Verifying Checksum 19:27:53 0d9ebad4ef96: Download complete 19:27:53 2de7ff778b66: Verifying Checksum 19:27:53 2de7ff778b66: Download complete 19:27:58 ab5ef0e58194: Pull complete 19:27:58 9712f1f96733: Pull complete 19:28:00 63f879dbbcfc: Pull complete 19:28:33 0d9ebad4ef96: Pull complete 19:28:33 e9a5061849ea: Pull complete 19:28:33 d747dcd14b5f: Pull complete 19:28:35 2de7ff778b66: Pull complete 19:28:35 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 19:28:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 19:28:36 prd-centos7-docker-4c-2g-8827 does not seem to be running inside a container 19:28:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 19:28:38 $ docker top 9bafe4c77311f49423d3cb3d7c141c6dd3bcbc9d5010664dd0d0ba8390829996 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 19:28:38 provisioning config files... 19:28:38 copy managed file [sigul-config] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config7363267125181987892tmp 19:28:38 copy managed file [sigul-password] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config2970234576782861682tmp 19:28:38 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config2608843557062895724tmp [Pipeline] { [Pipeline] echo 19:28:38 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 19:28:40 ---> sigul-configuration.sh 19:28:40 gpg: directory `/root/.gnupg' created 19:28:40 gpg: new configuration file `/root/.gnupg/gpg.conf' created 19:28:40 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 19:28:40 gpg: keyring `/root/.gnupg/secring.gpg' created 19:28:40 gpg: keyring `/root/.gnupg/pubring.gpg' created 19:28:40 gpg: CAST5 encrypted data 19:28:40 gpg: encrypted with 1 passphrase 19:28:40 gpg: WARNING: message was not integrity protected [Pipeline] sh 19:28:40 + mkdir /home/jenkins 19:28:40 + mkdir /home/jenkins/sigul [Pipeline] sh 19:28:41 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 19:28:41 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 19:28:41 ---> sigul-install.sh 19:28:47 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 19:28:47 + git tag --list 19:28:47 v1.2.1-dev.1 [Pipeline] sh 19:28:47 + lftools sign git-tag v1.2.1-dev.1 19:28:48 Signing Git tag with Sigul... 19:28:48 Signing v1.2.1-dev.1 [Pipeline] echo 19:28:49 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 19:28:49 ---> sigul-configuration-cleanup.sh [Pipeline] } 19:28:49 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 19:28:50 $ docker stop --time=1 9bafe4c77311f49423d3cb3d7c141c6dd3bcbc9d5010664dd0d0ba8390829996 19:28:51 $ docker rm -f 9bafe4c77311f49423d3cb3d7c141c6dd3bcbc9d5010664dd0d0ba8390829996 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 19:28:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:28:52 . [Pipeline] withDockerContainer 19:28:52 prd-centos7-docker-4c-2g-8827 does not seem to be running inside a container 19:28:52 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:28:52 $ docker top 396d5dbd91c03a0a6f92a1cdcf0033ae869ee4faf06548b2f2a2cdc155bb1bfc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:28:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:28:53 [ssh-agent] Looking for ssh-agent implementation... 19:28:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:28:53 $ docker exec 396d5dbd91c03a0a6f92a1cdcf0033ae869ee4faf06548b2f2a2cdc155bb1bfc ssh-agent 19:28:53 SSH_AUTH_SOCK=/tmp/ssh-psxF6neU1lGi/agent.15 19:28:53 SSH_AGENT_PID=22 19:28:53 Running ssh-add (command line suppressed) 19:28:53 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_241922053094201489.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_241922053094201489.key) 19:28:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:28:54 + git semver bump pre 19:28:54 # -> Open(): unable to determine branch for HEAD 19:28:54 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 19:28:54 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 19:28:54 # $SEMVER_REMOTE_NAME = origin 19:28:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:28:54 # $SEMVER_USER_NAME = edgex-jenkins 19:28:54 # $SEMVER_BRANCH = master 19:28:54 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver 19:28:54 1.2.1-dev.2 [Pipeline] } 19:28:54 $ docker exec --env ******** --env ******** 396d5dbd91c03a0a6f92a1cdcf0033ae869ee4faf06548b2f2a2cdc155bb1bfc ssh-agent -k 19:28:54 unset SSH_AUTH_SOCK; 19:28:54 unset SSH_AGENT_PID; 19:28:54 echo Agent pid 22 killed; 19:28:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:28:54 + git semver [Pipeline] } 19:28:54 $ docker stop --time=1 396d5dbd91c03a0a6f92a1cdcf0033ae869ee4faf06548b2f2a2cdc155bb1bfc 19:28:56 $ docker rm -f 396d5dbd91c03a0a6f92a1cdcf0033ae869ee4faf06548b2f2a2cdc155bb1bfc [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 19:28:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:28:56 . [Pipeline] withDockerContainer 19:28:56 prd-centos7-docker-4c-2g-8827 does not seem to be running inside a container 19:28:56 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:28:57 $ docker top 7ad239656029030f7231d4bcfe5721defda2dab4c2ec744972efce1efbcaa5af -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:28:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:28:57 [ssh-agent] Looking for ssh-agent implementation... 19:28:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:28:57 $ docker exec 7ad239656029030f7231d4bcfe5721defda2dab4c2ec744972efce1efbcaa5af ssh-agent 19:28:58 SSH_AUTH_SOCK=/tmp/ssh-BJqz7PAxLI77/agent.15 19:28:58 SSH_AGENT_PID=22 19:28:58 Running ssh-add (command line suppressed) 19:28:58 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_5549460288587846284.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_5549460288587846284.key) 19:28:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:28:58 + git semver push 19:28:58 # -> Open(): unable to determine branch for HEAD 19:28:58 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 19:28:58 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 19:28:58 # $SEMVER_REMOTE_NAME = origin 19:28:58 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:28:58 # $SEMVER_USER_NAME = edgex-jenkins 19:28:58 # $SEMVER_BRANCH = master 19:28:58 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } 19:29:06 $ docker exec --env ******** --env ******** 7ad239656029030f7231d4bcfe5721defda2dab4c2ec744972efce1efbcaa5af ssh-agent -k 19:29:06 unset SSH_AUTH_SOCK; 19:29:06 unset SSH_AGENT_PID; 19:29:06 echo Agent pid 22 killed; 19:29:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:29:07 + git semver [Pipeline] } 19:29:07 $ docker stop --time=1 7ad239656029030f7231d4bcfe5721defda2dab4c2ec744972efce1efbcaa5af 19:29:08 $ docker rm -f 7ad239656029030f7231d4bcfe5721defda2dab4c2ec744972efce1efbcaa5af [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 19:29:09 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:29:10 ---> package-listing.sh 19:29:10 ++ tr '[:upper:]' '[:lower:]' 19:29:10 ++ facter osfamily 19:29:10 + OS_FAMILY=redhat 19:29:10 + workspace=/w/workspace/xfoundry_device-modbus-go_master 19:29:10 + START_PACKAGES=/tmp/packages_start.txt 19:29:10 + END_PACKAGES=/tmp/packages_end.txt 19:29:10 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:29:10 + PACKAGES=/tmp/packages_start.txt 19:29:10 + '[' /w/workspace/xfoundry_device-modbus-go_master ']' 19:29:10 + PACKAGES=/tmp/packages_end.txt 19:29:10 + case "${OS_FAMILY}" in 19:29:10 + rpm -qa 19:29:10 + sort 19:29:15 + '[' -f /tmp/packages_start.txt ']' 19:29:15 + '[' -f /tmp/packages_end.txt ']' 19:29:15 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:29:15 + '[' /w/workspace/xfoundry_device-modbus-go_master ']' 19:29:15 + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/archives/ 19:29:15 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_master/archives/ [Pipeline] isUnix [Pipeline] sh 19:29:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:29:15 19:29:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:29:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:29:16 alpine: Pulling from edgex-lftools-log-publisher 19:29:16 c9b1b535fdd9: Pulling fs layer 19:29:16 2cc5ad85d9ab: Pulling fs layer 19:29:16 756a868c4378: Pulling fs layer 19:29:16 444b2fc9a129: Pulling fs layer 19:29:16 ea15f1150254: Pulling fs layer 19:29:16 41b27a9f41bf: Pulling fs layer 19:29:16 28c525ee5125: Pulling fs layer 19:29:16 094b1ea09ed8: Pulling fs layer 19:29:16 138eaada9080: Pulling fs layer 19:29:16 0622d0fa9048: Pulling fs layer 19:29:16 444b2fc9a129: Waiting 19:29:16 ea15f1150254: Waiting 19:29:16 41b27a9f41bf: Waiting 19:29:16 28c525ee5125: Waiting 19:29:16 094b1ea09ed8: Waiting 19:29:16 138eaada9080: Waiting 19:29:16 0622d0fa9048: Waiting 19:29:16 2cc5ad85d9ab: Verifying Checksum 19:29:16 2cc5ad85d9ab: Download complete 19:29:16 444b2fc9a129: Verifying Checksum 19:29:16 444b2fc9a129: Download complete 19:29:16 c9b1b535fdd9: Verifying Checksum 19:29:16 c9b1b535fdd9: Download complete 19:29:16 ea15f1150254: Verifying Checksum 19:29:16 ea15f1150254: Download complete 19:29:16 28c525ee5125: Download complete 19:29:16 756a868c4378: Verifying Checksum 19:29:16 756a868c4378: Download complete 19:29:16 138eaada9080: Verifying Checksum 19:29:16 138eaada9080: Download complete 19:29:17 0622d0fa9048: Verifying Checksum 19:29:17 0622d0fa9048: Download complete 19:29:17 094b1ea09ed8: Verifying Checksum 19:29:17 094b1ea09ed8: Download complete 19:29:17 c9b1b535fdd9: Pull complete 19:29:17 41b27a9f41bf: Verifying Checksum 19:29:17 41b27a9f41bf: Download complete 19:29:18 2cc5ad85d9ab: Pull complete 19:29:20 756a868c4378: Pull complete 19:29:20 444b2fc9a129: Pull complete 19:29:20 ea15f1150254: Pull complete 19:29:24 41b27a9f41bf: Pull complete 19:29:24 28c525ee5125: Pull complete 19:29:26 094b1ea09ed8: Pull complete 19:29:26 138eaada9080: Pull complete 19:29:26 0622d0fa9048: Pull complete 19:29:26 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 19:29:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:29:26 prd-centos7-docker-4c-2g-8827 does not seem to be running inside a container 19:29:26 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 19:29:27 $ docker top 129db2cf6b7f14f5179f11f6a28cf59c4108da8a5955efd132d787a80deb1339 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:29:27 provisioning config files... 19:29:27 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config613561427785970051tmp [Pipeline] { [Pipeline] echo 19:29:27 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:29:27 ---> create-netrc.sh [Pipeline] echo 19:29:27 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:29:28 ---> logs-deploy.sh 19:29:28 + ARCHIVE_ARTIFACTS= 19:29:28 + LOGS_SERVER=https://logs.edgexfoundry.org 19:29:28 + '[' https://logs.edgexfoundry.org == None ']' 19:29:28 + NEXUS_URL=https://nexus.edgexfoundry.org 19:29:28 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/10 19:29:28 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/master/10/ 19:29:28 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/10 /w/workspace/xfoundry_device-modbus-go_master 19:29:29 Archives upload complete. 19:29:29 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/10 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/master/10/