Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from eb57329eab223e55e7b2ddf4e89ae4fd35d89794 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 15fd3b164e5ad1b9cc2bd09e6423de8f412b6a0d 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 15fd3b164e5ad1b9cc2bd09e6423de8f412b6a0d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 15fd3b164e5ad1b9cc2bd09e6423de8f412b6a0d # timeout=10 Commit message: "Merge pull request #173 from ernestojeda/bugfix-did-change-prev" > 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-6453 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 eb57329eab223e55e7b2ddf4e89ae4fd35d89794 (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 eb57329eab223e55e7b2ddf4e89ae4fd35d89794 # timeout=10 Commit message: "Merge pull request #146 from hahattan/issue-145" > git rev-list --no-walk 0cbd6ef4c56d4113f76e6a2a244b8c5c1d68e8be # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:15:49 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:15:49 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:15:49 ========================================================= 08:15:49 EdgeX Global Pipelines Version Info 08:15:49 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:15:51 ------------------- 08:15:51 stable info: 08:15:51 ------------------- 08:15:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:15:51 Commit SHA: 997776a94285dd80d478e4f0c197496148fdc64f 08:15:51 Message: update stable to v1.0.86 08:15:52 ------------------- 08:15:52 experimental info: 08:15:52 ------------------- 08:15:52 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:15:52 Commit SHA: 045109fa9a4f6df2e4fd24e75fafac08edbb033d 08:15:52 Message: update experimental to v1.0.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 08:15:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:15:54 08:15:54 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:15:55 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:15:55 latest: Pulling from edgex-devops/git-semver 08:15:55 9123ac7c32f7: Pulling fs layer 08:15:55 b8cc5d1170e3: Pulling fs layer 08:15:55 2924cbbf6a41: Pulling fs layer 08:15:55 93b08a4f1073: Pulling fs layer 08:15:55 93b08a4f1073: Waiting 08:15:56 b8cc5d1170e3: Verifying Checksum 08:15:56 b8cc5d1170e3: Download complete 08:15:56 9123ac7c32f7: Verifying Checksum 08:15:56 9123ac7c32f7: Download complete 08:15:56 93b08a4f1073: Verifying Checksum 08:15:56 93b08a4f1073: Download complete 08:15:56 2924cbbf6a41: Verifying Checksum 08:15:56 2924cbbf6a41: Download complete 08:15:56 9123ac7c32f7: Pull complete 08:15:57 b8cc5d1170e3: Pull complete 08:15:58 2924cbbf6a41: Pull complete 08:15:58 93b08a4f1073: Pull complete 08:15:58 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 08:15:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:15:58 prd-centos7-docker-4c-2g-6453 does not seem to be running inside a container 08:15: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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:16:00 $ docker top 98ac6374431506f79b30868db1cea6d5dc883be40d77e8493a77fba15a828b77 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:16:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:16:00 [ssh-agent] Looking for ssh-agent implementation... 08:16:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:16:01 $ docker exec 98ac6374431506f79b30868db1cea6d5dc883be40d77e8493a77fba15a828b77 ssh-agent 08:16:01 SSH_AUTH_SOCK=/tmp/ssh-n8ZbYNWti6eu/agent.14 08:16:01 SSH_AGENT_PID=21 08:16:01 Running ssh-add (command line suppressed) 08:16:01 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_5264388656359542212.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_5264388656359542212.key) 08:16:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:16:03 + git describe --exact-match --tags HEAD 08:16:03 fatal: No names found, cannot describe anything. [Pipeline] } 08:16:03 $ docker exec --env ******** --env ******** 98ac6374431506f79b30868db1cea6d5dc883be40d77e8493a77fba15a828b77 ssh-agent -k 08:16:04 unset SSH_AUTH_SOCK; 08:16:04 unset SSH_AGENT_PID; 08:16:04 echo Agent pid 21 killed; 08:16:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 08:16:04 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 08:16:04 This usually means this commit has not been tagged. [Pipeline] sshagent 08:16:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:16:04 [ssh-agent] Looking for ssh-agent implementation... 08:16:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:16:05 $ docker exec 98ac6374431506f79b30868db1cea6d5dc883be40d77e8493a77fba15a828b77 ssh-agent 08:16:06 SSH_AUTH_SOCK=/tmp/ssh-a13wbO1KsEFW/agent.56 08:16:06 SSH_AGENT_PID=63 08:16:06 Running ssh-add (command line suppressed) 08:16:07 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_3619410166124960418.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_3619410166124960418.key) 08:16:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:16:08 + git semver init 08:16:08 # -> Open(): unable to determine branch for HEAD 08:16:08 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 08:16:08 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 08:16:08 # $SEMVER_REMOTE_NAME = origin 08:16:08 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:16:08 # $SEMVER_USER_NAME = edgex-jenkins 08:16:08 # $SEMVER_BRANCH = master 08:16:08 # $SEMVER_TEMP = /tmp/semver-453647620 08:16:08 # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP 08:16:08 # '/tmp/semver-453647620' -> '/w/workspace/xfoundry_device-modbus-go_master/.semver' 08:16:08 # -> Force: false 08:16:08 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } 08:16:08 $ docker exec --env ******** --env ******** 98ac6374431506f79b30868db1cea6d5dc883be40d77e8493a77fba15a828b77 ssh-agent -k 08:16:09 unset SSH_AUTH_SOCK; 08:16:09 unset SSH_AGENT_PID; 08:16:09 echo Agent pid 63 killed; 08:16:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:16:11 + git semver [Pipeline] } 08:16:11 $ docker stop --time=1 98ac6374431506f79b30868db1cea6d5dc883be40d77e8493a77fba15a828b77 08:16:12 $ docker rm -f 98ac6374431506f79b30868db1cea6d5dc883be40d77e8493a77fba15a828b77 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 08:16:15 Stashed 21 file(s) [Pipeline] echo 08:16:15 [edgeXSemver] initialized semver on version 1.2.0-dev.8 [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 08:16:30 Still waiting to schedule task 08:16:30 Waiting for next available executor on ‘centos7-docker-4c-2g’ 08:16:30 Still waiting to schedule task 08:16:30 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 08:18:13 Running on prd-ubuntu18.04-docker-arm64-4c-16g-6454 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws 08:18:13 Running in /w/workspace/device-modbus-go/8 [Pipeline] { [Pipeline] checkout 08:18:19 using credential edgex-jenkins-ssh 08:18:19 Cloning the remote Git repository 08:18:19 Cloning with configured refspecs honoured and without tags 08:18:19 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 08:18:19 > git init /w/workspace/device-modbus-go/8 # timeout=10 08:18:19 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 08:18:19 > git --version # timeout=10 08:18:19 using GIT_SSH to set credentials SSH Credentials for GitHub 08:18:19 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 08:18:20 Fetching without tags 08:18:21 Checking out Revision eb57329eab223e55e7b2ddf4e89ae4fd35d89794 (master) 08:18:20 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 08:18:20 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 08:18:20 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 08:18:20 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 08:18:20 using GIT_SSH to set credentials SSH Credentials for GitHub 08:18:20 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 08:18:21 > git config core.sparsecheckout # timeout=10 08:18:21 > git checkout -f eb57329eab223e55e7b2ddf4e89ae4fd35d89794 # timeout=10 08:18:26 Commit message: "Merge pull request #146 from hahattan/issue-145" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 08:18:27 ========================================================= 08:18:27 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 08:18:27 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:18:28 + 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 . 08:18:29 Sending build context to Docker daemon 566.8kB 08:18:29 Step 1/8 : ARG BASE=golang:1.13-alpine 08:18:29 Step 2/8 : FROM ${BASE} 08:18:29 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:18:29 cde5963f3b93: Pulling fs layer 08:18:29 2a23fa8c16f7: Pulling fs layer 08:18:29 777b28850792: Pulling fs layer 08:18:29 8a11ddd9e578: Pulling fs layer 08:18:29 4cf88f913ddb: Pulling fs layer 08:18:29 1df406cf5192: Pulling fs layer 08:18:29 cd6300453558: Pulling fs layer 08:18:29 b9c365052c96: Pulling fs layer 08:18:29 a2d8cc88f415: Pulling fs layer 08:18:29 ea1d1ca13537: Pulling fs layer 08:18:29 3750a50a1c5e: Pulling fs layer 08:18:29 8a11ddd9e578: Waiting 08:18:29 b9c365052c96: Waiting 08:18:29 4cf88f913ddb: Waiting 08:18:29 1df406cf5192: Waiting 08:18:29 cd6300453558: Waiting 08:18:29 a2d8cc88f415: Waiting 08:18:29 ea1d1ca13537: Waiting 08:18:29 3750a50a1c5e: Waiting 08:18:29 777b28850792: Verifying Checksum 08:18:29 777b28850792: Download complete 08:18:29 2a23fa8c16f7: Verifying Checksum 08:18:29 2a23fa8c16f7: Download complete 08:18:29 4cf88f913ddb: Verifying Checksum 08:18:29 4cf88f913ddb: Download complete 08:18:29 1df406cf5192: Verifying Checksum 08:18:29 1df406cf5192: Download complete 08:18:29 cde5963f3b93: Verifying Checksum 08:18:29 cde5963f3b93: Download complete 08:18:30 cde5963f3b93: Pull complete 08:18:31 2a23fa8c16f7: Pull complete 08:18:31 777b28850792: Pull complete 08:18:34 cd6300453558: Verifying Checksum 08:18:34 cd6300453558: Download complete 08:18:34 a2d8cc88f415: Verifying Checksum 08:18:34 a2d8cc88f415: Download complete 08:18:36 ea1d1ca13537: Verifying Checksum 08:18:36 ea1d1ca13537: Download complete 08:18:36 3750a50a1c5e: Download complete 08:18:39 b9c365052c96: Verifying Checksum 08:18:39 b9c365052c96: Download complete 08:18:41 8a11ddd9e578: Verifying Checksum 08:18:41 8a11ddd9e578: Download complete 08:18:41 Running on prd-centos7-docker-4c-2g-6455 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws 08:18:42 Running in /w/workspace/device-modbus-go/8 [Pipeline] { [Pipeline] checkout 08:18:44 using credential edgex-jenkins-ssh 08:18:44 Cloning the remote Git repository 08:18:44 Cloning with configured refspecs honoured and without tags 08:18:45 Fetching without tags 08:18:44 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 08:18:44 > git init /w/workspace/device-modbus-go/8 # timeout=10 08:18:44 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 08:18:44 > git --version # timeout=10 08:18:44 using GIT_SSH to set credentials SSH Credentials for GitHub 08:18:44 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 08:18:45 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 08:18:45 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 08:18:45 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 08:18:45 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 08:18:45 using GIT_SSH to set credentials SSH Credentials for GitHub 08:18:45 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 08:18:45 Checking out Revision eb57329eab223e55e7b2ddf4e89ae4fd35d89794 (master) 08:18:45 > git config core.sparsecheckout # timeout=10 08:18:45 > git checkout -f eb57329eab223e55e7b2ddf4e89ae4fd35d89794 # timeout=10 08:18:49 Commit message: "Merge pull request #146 from hahattan/issue-145" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 08:18:50 ========================================================= 08:18:50 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 08:18:50 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:18:51 + 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 . 08:18:51 Sending build context to Docker daemon 566.8kB 08:18:51 Step 1/8 : ARG BASE=golang:1.13-alpine 08:18:51 Step 2/8 : FROM ${BASE} 08:18:51 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 08:18:51 e6b0cf9c0882: Pulling fs layer 08:18:51 2848faf0eed1: Pulling fs layer 08:18:51 0f37312ad70f: Pulling fs layer 08:18:51 5788d62ee057: Pulling fs layer 08:18:51 0e6b1d234666: Pulling fs layer 08:18:51 bf5d7aec512f: Pulling fs layer 08:18:51 34c802a77dc8: Pulling fs layer 08:18:51 9eb99e56ec68: Pulling fs layer 08:18:51 27c7a5d97fbd: Pulling fs layer 08:18:51 5c102a31e300: Pulling fs layer 08:18:51 dcfb455df0a1: Pulling fs layer 08:18:51 5788d62ee057: Waiting 08:18:51 0e6b1d234666: Waiting 08:18:51 bf5d7aec512f: Waiting 08:18:51 34c802a77dc8: Waiting 08:18:51 9eb99e56ec68: Waiting 08:18:51 27c7a5d97fbd: Waiting 08:18:51 5c102a31e300: Waiting 08:18:51 dcfb455df0a1: Waiting 08:18:51 0f37312ad70f: Verifying Checksum 08:18:51 0f37312ad70f: Download complete 08:18:51 2848faf0eed1: Verifying Checksum 08:18:51 2848faf0eed1: Download complete 08:18:51 0e6b1d234666: Verifying Checksum 08:18:51 0e6b1d234666: Download complete 08:18:51 bf5d7aec512f: Verifying Checksum 08:18:51 bf5d7aec512f: Download complete 08:18:51 e6b0cf9c0882: Verifying Checksum 08:18:51 e6b0cf9c0882: Download complete 08:18:51 e6b0cf9c0882: Pull complete 08:18:52 2848faf0eed1: Pull complete 08:18:52 34c802a77dc8: Verifying Checksum 08:18:52 34c802a77dc8: Download complete 08:18:52 27c7a5d97fbd: Verifying Checksum 08:18:52 27c7a5d97fbd: Download complete 08:18:52 0f37312ad70f: Pull complete 08:18:53 5c102a31e300: Verifying Checksum 08:18:53 5c102a31e300: Download complete 08:18:53 dcfb455df0a1: Verifying Checksum 08:18:53 dcfb455df0a1: Download complete 08:18:53 8a11ddd9e578: Pull complete 08:18:53 4cf88f913ddb: Pull complete 08:18:53 1df406cf5192: Pull complete 08:18:53 9eb99e56ec68: Verifying Checksum 08:18:53 9eb99e56ec68: Download complete 08:18:53 5788d62ee057: Download complete 08:18:57 cd6300453558: Pull complete 08:18:58 5788d62ee057: Pull complete 08:18:59 0e6b1d234666: Pull complete 08:18:59 bf5d7aec512f: Pull complete 08:19:01 b9c365052c96: Pull complete 08:19:02 a2d8cc88f415: Pull complete 08:19:04 ea1d1ca13537: Pull complete 08:19:04 34c802a77dc8: Pull complete 08:19:04 3750a50a1c5e: Pull complete 08:19:04 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 08:19:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 08:19:04 ---> 78745c68409d 08:19:04 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 08:19:06 9eb99e56ec68: Pull complete 08:19:06 27c7a5d97fbd: Pull complete 08:19:07 5c102a31e300: Pull complete 08:19:08 dcfb455df0a1: Pull complete 08:19:08 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 08:19:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 08:19:08 ---> 7c70fe431013 08:19:08 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 08:19:08 ---> Running in af8dbb964c4e 08:19:08 Removing intermediate container af8dbb964c4e 08:19:08 ---> a4d08796508a 08:19:08 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:19:08 ---> Running in c130d2b5856a 08:19:09 ---> Running in a62a3e2215cd 08:19:09 Removing intermediate container a62a3e2215cd 08:19:09 ---> 6a012916b08a 08:19:09 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:19:09 ---> Running in 088a174c7d0d 08:19:10 Removing intermediate container c130d2b5856a 08:19:10 ---> 2fd7134efa27 08:19:10 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 08:19:10 ---> Running in 8eca10707c7d 08:19:10 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 08:19:11 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 08:19:11 Removing intermediate container 088a174c7d0d 08:19:11 ---> bf07a06af2fc 08:19:11 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 08:19:11 (1/17) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) 08:19:11 ---> Running in 501f5719c7b6 08:19:11 (2/17) Installing libmagic (5.37-r1) 08:19:11 (3/17) Installing file (5.37-r1) 08:19:11 (4/17) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) 08:19:11 (5/17) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) 08:19:11 (6/17) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) 08:19:12 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 08:19:13 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 08:19:13 (1/18) Upgrading libgcc (9.2.0-r3 -> 9.2.0-r4) 08:19:13 (2/18) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) 08:19:13 (3/18) Installing libmagic (5.37-r1) 08:19:13 (4/18) Installing file (5.37-r1) 08:19:14 (5/18) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) 08:19:14 (6/18) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) 08:19:14 (7/18) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) 08:19:14 (7/17) Installing libc-dev (0.7.2-r0) 08:19:14 (8/17) Installing g++ (9.2.0-r4) 08:19:16 (8/18) Installing libc-dev (0.7.2-r0) 08:19:16 (9/18) Installing g++ (9.2.0-r4) 08:19:17 (9/17) Installing fortify-headers (1.1-r0) 08:19:17 (10/17) Installing build-base (0.5-r1) 08:19:17 (11/17) Installing openssh-keygen (8.1_p1-r0) 08:19:17 (12/17) Installing libedit (20191211.3.1-r0) 08:19:17 (13/17) Installing openssh-client (8.1_p1-r0) 08:19:17 (14/17) Installing openssh-sftp-server (8.1_p1-r0) 08:19:17 (15/17) Installing openssh-server-common (8.1_p1-r0) 08:19:17 (16/17) Installing openssh-server (8.1_p1-r0) 08:19:17 (17/17) Installing openssh (8.1_p1-r0) 08:19:17 Executing busybox-1.31.1-r8.trigger 08:19:17 OK: 214 MiB in 52 packages 08:19:18 (10/18) Installing fortify-headers (1.1-r0) 08:19:18 (11/18) Installing build-base (0.5-r1) 08:19:18 (12/18) Installing openssh-keygen (8.1_p1-r0) 08:19:18 (13/18) Installing libedit (20191211.3.1-r0) 08:19:18 (14/18) Installing openssh-client (8.1_p1-r0) 08:19:18 (15/18) Installing openssh-sftp-server (8.1_p1-r0) 08:19:18 (16/18) Installing openssh-server-common (8.1_p1-r0) 08:19:18 (17/18) Installing openssh-server (8.1_p1-r0) 08:19:18 (18/18) Installing openssh (8.1_p1-r0) 08:19:18 Executing busybox-1.31.1-r8.trigger 08:19:18 OK: 203 MiB in 52 packages 08:19:20 Removing intermediate container 8eca10707c7d 08:19:20 ---> 1f2dd6bb5f89 08:19:20 Step 6/8 : WORKDIR /device-modbus-go 08:19:20 ---> Running in 8a793ca6814a 08:19:20 Removing intermediate container 8a793ca6814a 08:19:20 ---> 2f64f88bfa29 08:19:20 Step 7/8 : COPY . . 08:19:20 ---> ea90fc7f1b83 08:19:20 Step 8/8 : RUN go mod download 08:19:20 ---> Running in f1ea187bd36e 08:19:23 go: finding github.com/BurntSushi/toml v0.3.1 08:19:23 go: finding github.com/OneOfOne/xxhash v1.2.6 08:19:23 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 08:19:23 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 08:19:23 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 08:19:23 go: finding github.com/bgentry/speakeasy v0.1.0 08:19:23 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 08:19:23 go: finding github.com/davecgh/go-spew v1.1.1 08:19:23 go: finding github.com/edgexfoundry/device-sdk-go v1.2.0 08:19:23 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.30 08:19:23 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 08:19:23 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.54 08:19:23 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 08:19:23 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 08:19:23 go: finding github.com/fatih/color v1.7.0 08:19:23 go: finding github.com/fxamacker/cbor/v2 v2.2.0 08:19:23 go: finding github.com/go-kit/kit v0.8.0 08:19:23 go: finding github.com/go-logfmt/logfmt v0.4.0 08:19:23 go: finding github.com/go-stack/stack v1.8.0 08:19:23 go: finding github.com/goburrow/modbus v0.1.0 08:19:23 go: finding github.com/goburrow/serial v0.1.0 08:19:23 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 08:19:23 go: finding github.com/google/uuid v1.1.1 08:19:23 go: finding github.com/gorilla/mux v1.7.1 08:19:23 go: finding github.com/hashicorp/consul/api v1.1.0 08:19:23 go: finding github.com/hashicorp/consul/sdk v0.1.1 08:19:23 go: finding github.com/hashicorp/errwrap v1.0.0 08:19:23 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 08:19:23 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 08:19:23 go: finding github.com/hashicorp/go-msgpack v0.5.3 08:19:23 go: finding github.com/hashicorp/go-multierror v1.0.0 08:19:23 go: finding github.com/hashicorp/go-rootcerts v1.0.0 08:19:23 go: finding github.com/hashicorp/go-sockaddr v1.0.1 08:19:23 go: finding github.com/hashicorp/go-syslog v1.0.0 08:19:23 go: finding github.com/hashicorp/go-uuid v1.0.1 08:19:23 go: finding github.com/hashicorp/go.net v0.0.1 08:19:23 go: finding github.com/hashicorp/golang-lru v0.5.1 08:19:23 go: finding github.com/hashicorp/logutils v1.0.0 08:19:23 go: finding github.com/hashicorp/mdns v1.0.0 08:19:23 go: finding github.com/hashicorp/memberlist v0.1.3 08:19:23 go: finding github.com/hashicorp/serf v0.8.2 08:19:23 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 08:19:23 go: finding github.com/mattn/go-colorable v0.0.9 08:19:23 go: finding github.com/mattn/go-isatty v0.0.3 08:19:23 go: finding github.com/miekg/dns v1.1.4 08:19:23 go: finding github.com/mitchellh/cli v1.0.0 08:19:23 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 08:19:23 go: finding github.com/mitchellh/copystructure v1.0.0 08:19:23 go: finding github.com/mitchellh/go-homedir v1.1.0 08:19:23 go: finding github.com/mitchellh/go-testing-interface v1.0.0 08:19:23 go: finding github.com/mitchellh/go-wordwrap v1.0.0 08:19:23 go: finding github.com/mitchellh/gox v0.4.0 08:19:23 go: finding github.com/mitchellh/iochan v1.0.0 08:19:23 go: finding github.com/mitchellh/mapstructure v1.1.2 08:19:23 go: finding github.com/mitchellh/reflectwalk v1.0.0 08:19:23 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 08:19:23 go: finding github.com/pelletier/go-toml v1.2.0 08:19:23 go: finding github.com/pkg/errors v0.8.1 08:19:23 go: finding github.com/pmezard/go-difflib v1.0.0 08:19:23 go: finding github.com/posener/complete v1.1.1 08:19:23 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 08:19:23 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 08:19:23 go: finding github.com/stretchr/objx v0.1.0 08:19:24 go: finding github.com/stretchr/testify v1.5.1 08:19:24 go: finding github.com/ugorji/go v1.1.4 08:19:24 go: finding github.com/x448/float16 v0.8.4 08:19:24 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 08:19:24 go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 08:19:24 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 08:19:24 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 08:19:24 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 08:19:24 go: finding gopkg.in/yaml.v2 v2.2.8 08:19:25 Removing intermediate container 501f5719c7b6 08:19:25 ---> 88c5a373f843 08:19:25 Step 6/8 : WORKDIR /device-modbus-go 08:19:25 ---> Running in c5a087748bb2 08:19:25 Removing intermediate container c5a087748bb2 08:19:25 ---> 2b9d187fcd62 08:19:25 Step 7/8 : COPY . . 08:19:26 ---> d386f6d959fc 08:19:26 Step 8/8 : RUN go mod download 08:19:26 ---> Running in 5038668ff2c6 08:19:27 Removing intermediate container f1ea187bd36e 08:19:27 ---> 708aacd8391a 08:19:27 Successfully built 708aacd8391a 08:19:27 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 08:19:28 go: finding github.com/BurntSushi/toml v0.3.1 08:19:28 go: finding github.com/OneOfOne/xxhash v1.2.6 08:19:28 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 08:19:28 + docker inspect -f . ci-base-image-x86_64 08:19:28 . [Pipeline] withDockerContainer 08:19:28 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 08:19:28 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 08:19:28 go: finding github.com/bgentry/speakeasy v0.1.0 08:19:28 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 08:19:28 go: finding github.com/davecgh/go-spew v1.1.1 08:19:28 go: finding github.com/edgexfoundry/device-sdk-go v1.2.0 08:19:28 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.30 08:19:28 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 08:19:28 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.54 08:19:28 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 08:19:28 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 08:19:28 go: finding github.com/fatih/color v1.7.0 08:19:28 go: finding github.com/fxamacker/cbor/v2 v2.2.0 08:19:28 go: finding github.com/go-kit/kit v0.8.0 08:19:28 go: finding github.com/go-logfmt/logfmt v0.4.0 08:19:28 go: finding github.com/go-stack/stack v1.8.0 08:19:28 prd-centos7-docker-4c-2g-6455 does not seem to be running inside a container 08:19:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/8 -v /w/workspace/device-modbus-go/8:/w/workspace/device-modbus-go/8:rw,z -v /w/workspace/device-modbus-go/8@tmp:/w/workspace/device-modbus-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:19:28 go: finding github.com/goburrow/modbus v0.1.0 08:19:28 go: finding github.com/goburrow/serial v0.1.0 08:19:28 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 08:19:28 go: finding github.com/google/uuid v1.1.1 08:19:28 go: finding github.com/gorilla/mux v1.7.1 08:19:28 go: finding github.com/hashicorp/consul/api v1.1.0 08:19:28 go: finding github.com/hashicorp/consul/sdk v0.1.1 08:19:28 go: finding github.com/hashicorp/errwrap v1.0.0 08:19:28 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 08:19:28 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 08:19:28 go: finding github.com/hashicorp/go-msgpack v0.5.3 08:19:28 go: finding github.com/hashicorp/go-multierror v1.0.0 08:19:28 go: finding github.com/hashicorp/go-rootcerts v1.0.0 08:19:28 go: finding github.com/hashicorp/go-sockaddr v1.0.1 08:19:29 go: finding github.com/hashicorp/go-syslog v1.0.0 08:19:29 go: finding github.com/hashicorp/go-uuid v1.0.1 08:19:29 go: finding github.com/hashicorp/go.net v0.0.1 08:19:29 go: finding github.com/hashicorp/golang-lru v0.5.1 08:19:29 go: finding github.com/hashicorp/logutils v1.0.0 08:19:29 go: finding github.com/hashicorp/mdns v1.0.0 08:19:29 go: finding github.com/hashicorp/memberlist v0.1.3 08:19:29 go: finding github.com/hashicorp/serf v0.8.2 08:19:29 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 08:19:29 go: finding github.com/mattn/go-colorable v0.0.9 08:19:29 go: finding github.com/mattn/go-isatty v0.0.3 08:19:29 go: finding github.com/miekg/dns v1.1.4 08:19:29 go: finding github.com/mitchellh/cli v1.0.0 08:19:29 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 08:19:29 go: finding github.com/mitchellh/copystructure v1.0.0 08:19:29 go: finding github.com/mitchellh/go-homedir v1.1.0 08:19:29 go: finding github.com/mitchellh/go-testing-interface v1.0.0 08:19:29 $ docker top 49c8a473e94059be5bba368fd24c87d43c3faca27698cc7bfe16f0057758d3eb -eo pid,comm 08:19:29 go: finding github.com/mitchellh/go-wordwrap v1.0.0 08:19:29 go: finding github.com/mitchellh/gox v0.4.0 08:19:29 go: finding github.com/mitchellh/iochan v1.0.0 08:19:29 go: finding github.com/mitchellh/mapstructure v1.1.2 08:19:29 go: finding github.com/mitchellh/reflectwalk v1.0.0 08:19:29 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 08:19:29 go: finding github.com/pelletier/go-toml v1.2.0 08:19:29 go: finding github.com/pkg/errors v0.8.1 08:19:29 go: finding github.com/pmezard/go-difflib v1.0.0 08:19:29 go: finding github.com/posener/complete v1.1.1 08:19:29 go: finding github.com/ryanuber/columnize v2.1.0+incompatible [Pipeline] { [Pipeline] sh 08:19:29 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 08:19:29 go: finding github.com/stretchr/objx v0.1.0 08:19:29 go: finding github.com/stretchr/testify v1.5.1 08:19:29 go: finding github.com/ugorji/go v1.1.4 08:19:29 go: finding github.com/x448/float16 v0.8.4 08:19:29 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 08:19:29 go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 08:19:29 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 08:19:29 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 08:19:29 + go version 08:19:29 go version go1.13.5 linux/amd64 [Pipeline] sh 08:19:30 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 08:19:30 go: finding gopkg.in/yaml.v2 v2.2.8 08:19:30 + make test 08:19:30 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 08:19:31 ? github.com/edgexfoundry/device-modbus-go [no test files] 08:19:40 Removing intermediate container 5038668ff2c6 08:19:40 ---> b753a37e7465 08:19:40 Successfully built b753a37e7465 08:19:40 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:19:40 + docker inspect -f . ci-base-image-arm64 08:19:41 . [Pipeline] withDockerContainer 08:19:41 prd-ubuntu18.04-docker-arm64-4c-16g-6454 does not seem to be running inside a container 08:19:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/8 -v /w/workspace/device-modbus-go/8:/w/workspace/device-modbus-go/8:rw,z -v /w/workspace/device-modbus-go/8@tmp:/w/workspace/device-modbus-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:19:41 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 08:19:41 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.146s coverage: 50.3% of statements 08:19:41 CGO_ENABLED=0 GO111MODULE=on go vet ./... 08:19:42 $ docker top abbcb505a8e63611fba65be8382dad63227fcbe76ccf929be6df8d045c8d919d -eo pid,comm [Pipeline] { [Pipeline] sh 08:19:43 + go version 08:19:43 go version go1.13.5 linux/arm64 [Pipeline] sh 08:19:44 gofmt -l . 08:19:44 [ "`gofmt -l .`" = "" ] 08:19:44 ./bin/test-attribution-txt.sh 08:19:44 + make test 08:19:44 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 08:19:44 ./bin/test-go-mod-tidy.sh [Pipeline] stash 08:19:45 Stashed 1 file(s) [Pipeline] } 08:19:45 $ docker stop --time=1 49c8a473e94059be5bba368fd24c87d43c3faca27698cc7bfe16f0057758d3eb 08:19:46 ? github.com/edgexfoundry/device-modbus-go [no test files] 08:19:46 $ docker rm -f 49c8a473e94059be5bba368fd24c87d43c3faca27698cc7bfe16f0057758d3eb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 08:19:47 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:19:48 + ls -al . 08:19:48 total 104 08:19:48 drwxrwxr-x. 9 jenkins jenkins 4096 Apr 28 08:19 . 08:19:48 drwxrwxr-x. 4 jenkins jenkins 28 Apr 28 08:18 .. 08:19:48 -rw-rw-r--. 1 jenkins jenkins 5049 Apr 28 08:18 Attribution.txt 08:19:48 drwxrwxr-x. 2 jenkins jenkins 87 Apr 28 08:18 bin 08:19:48 drwxrwxr-x. 3 jenkins jenkins 32 Apr 28 08:18 cmd 08:19:48 -rw-r--r--. 1 jenkins jenkins 22123 Apr 28 08:19 coverage.out 08:19:48 -rw-rw-r--. 1 jenkins jenkins 1422 Apr 28 08:18 Dockerfile 08:19:48 -rw-rw-r--. 1 jenkins jenkins 954 Apr 28 08:18 Dockerfile.build 08:19:48 -rw-rw-r--. 1 jenkins jenkins 140 Apr 28 08:18 .dockerignore 08:19:48 drwxrwxr-x. 8 jenkins jenkins 162 Apr 28 08:18 .git 08:19:48 -rw-rw-r--. 1 jenkins jenkins 338 Apr 28 08:18 .gitignore 08:19:48 -rw-r--r--. 1 jenkins jenkins 559 Apr 28 08:19 go.mod 08:19:48 -rw-r--r--. 1 jenkins jenkins 13368 Apr 28 08:19 go.sum 08:19:48 drwxrwxr-x. 3 jenkins jenkins 20 Apr 28 08:18 internal 08:19:48 -rw-rw-r--. 1 jenkins jenkins 702 Apr 28 08:18 Jenkinsfile 08:19:48 -rw-rw-r--. 1 jenkins jenkins 11340 Apr 28 08:18 LICENSE 08:19:48 -rw-rw-r--. 1 jenkins jenkins 880 Apr 28 08:18 Makefile 08:19:48 -rw-rw-r--. 1 jenkins jenkins 591 Apr 28 08:18 README.md 08:19:48 drwxrwxr-x. 3 jenkins jenkins 44 Apr 28 08:18 .semver 08:19:48 drwxrwxr-x. 2 jenkins jenkins 35 Apr 28 08:18 simulator 08:19:48 drwxrwxr-x. 4 jenkins jenkins 54 Apr 28 08:18 snap 08:19:48 -rw-rw-r--. 1 jenkins jenkins 11 Apr 28 08:16 VERSION 08:19:48 -rw-rw-r--. 1 jenkins jenkins 229 Apr 28 08:18 version.go [Pipeline] isUnix [Pipeline] sh 08:19:48 + 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=eb57329eab223e55e7b2ddf4e89ae4fd35d89794 --label arch=amd64 --label version=1.2.0-dev.8 . 08:19:48 Sending build context to Docker daemon 595.5kB 08:19:48 Step 1/19 : ARG BASE=golang:1.13-alpine 08:19:48 Step 2/19 : FROM ${BASE} AS builder 08:19:48 ---> 708aacd8391a 08:19:48 Step 3/19 : ARG MAKE='make build' 08:19:48 ---> Running in eb319e5e6bb3 08:19:48 Removing intermediate container eb319e5e6bb3 08:19:48 ---> 5661a127e509 08:19:48 Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:19:48 ---> Running in 11b7d19466bc 08:19:49 Removing intermediate container 11b7d19466bc 08:19:49 ---> b4cebb2973a5 08:19:49 Step 5/19 : RUN apk add --update --no-cache make git openssh build-base 08:19:49 ---> Running in e85606e1b551 08:19:49 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 08:19:50 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 08:19:50 OK: 214 MiB in 52 packages 08:19:51 Removing intermediate container e85606e1b551 08:19:51 ---> 8fa2f8bbad81 08:19:51 Step 6/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go 08:19:51 ---> Running in d6c4ecd05e95 08:19:51 Removing intermediate container d6c4ecd05e95 08:19:51 ---> 07509cbae852 08:19:51 Step 7/19 : COPY . . 08:19:51 ---> 074246975d03 08:19:51 Step 8/19 : RUN ${MAKE} 08:19:51 ---> Running in f2388ec91855 08:19:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.0-dev.8" -o cmd/device-modbus ./cmd 08:20:02 CGO_ENABLED=0 GO111MODULE=on go build ./... 08:20:05 Removing intermediate container f2388ec91855 08:20:05 ---> c1bcf8aa7aa2 08:20:05 Step 9/19 : FROM scratch 08:20:05 ---> 08:20:05 Step 10/19 : ENV APP_PORT=49991 08:20:05 ---> Running in d8482fecbf55 08:20:05 Removing intermediate container d8482fecbf55 08:20:05 ---> 28c0c8fbd737 08:20:05 Step 11/19 : EXPOSE $APP_PORT 08:20:05 ---> Running in 9f1a54a284c2 08:20:05 Removing intermediate container 9f1a54a284c2 08:20:05 ---> 56066e9da863 08:20:05 Step 12/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / 08:20:05 ---> 641137480c8d 08:20:05 Step 13/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / 08:20:05 ---> ffe6915c3ebd 08:20:05 Step 14/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / 08:20:06 ---> 7761c83ce2bd 08:20:06 Step 15/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' 08:20:06 ---> Running in 4516fdf83abc 08:20:06 Removing intermediate container 4516fdf83abc 08:20:06 ---> 29fc501ca18f 08:20:06 Step 16/19 : ENTRYPOINT ["/device-modbus","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] 08:20:06 ---> Running in ec5c2d8b3873 08:20:06 Removing intermediate container ec5c2d8b3873 08:20:06 ---> 7c393c04f851 08:20:06 Step 17/19 : LABEL arch=amd64 08:20:06 ---> Running in 150c9a8dd78a 08:20:06 Removing intermediate container 150c9a8dd78a 08:20:06 ---> b6116b4e348a 08:20:06 Step 18/19 : LABEL git_sha=eb57329eab223e55e7b2ddf4e89ae4fd35d89794 08:20:06 ---> Running in 5cdb4f9a6577 08:20:06 Removing intermediate container 5cdb4f9a6577 08:20:06 ---> 8248bb830c0f 08:20:06 Step 19/19 : LABEL version=1.2.0-dev.8 08:20:06 ---> Running in 426ffa5c182d 08:20:06 Removing intermediate container 426ffa5c182d 08:20:06 ---> 1262eadfb014 08:20:06 [Warning] One or more build-args [ARCH] were not consumed 08:20:06 Successfully built 1262eadfb014 08:20:06 Successfully tagged docker-device-modbus-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:20:07 provisioning config files... 08:20:07 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/8@tmp/config4252121532406942608tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:20:07 nexus3.edgexfoundry.org:10001 08:20:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:20:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:20:07 Configure a credential helper to remove this warning. See 08:20:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:20:07 08:20:07 Login Succeeded 08:20:07 nexus3.edgexfoundry.org:10002 08:20:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:20:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:20:07 Configure a credential helper to remove this warning. See 08:20:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:20:07 08:20:07 Login Succeeded 08:20:07 nexus3.edgexfoundry.org:10003 08:20:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:20:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:20:08 Configure a credential helper to remove this warning. See 08:20:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:20:08 08:20:08 Login Succeeded 08:20:08 nexus3.edgexfoundry.org:10004 08:20:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:20:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:20:08 Configure a credential helper to remove this warning. See 08:20:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:20:08 08:20:08 Login Succeeded 08:20:08 docker.io 08:20:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:20:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:20:08 Configure a credential helper to remove this warning. See 08:20:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:20:08 08:20:08 Login Succeeded [Pipeline] } 08:20:08 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:20:09 [edgeXDocker.push] Tagging docker image docker-device-modbus-go with the following tags: 08:20:09 eb57329eab223e55e7b2ddf4e89ae4fd35d89794 08:20:09 latest 08:20:09 1.2.0-dev.8 08:20:09 eb57329eab223e55e7b2ddf4e89ae4fd35d89794-1.2.0-dev.8 08:20:09 master 08:20:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:20:10 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:eb57329eab223e55e7b2ddf4e89ae4fd35d89794 [Pipeline] isUnix [Pipeline] sh 08:20:10 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:eb57329eab223e55e7b2ddf4e89ae4fd35d89794 08:20:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 08:20:10 589c0fcd91b8: Preparing 08:20:10 7ce5defed74e: Preparing 08:20:10 904b085ffb4d: Preparing 08:20:10 7ce5defed74e: Pushed 08:20:10 589c0fcd91b8: Pushed 08:20:11 904b085ffb4d: Pushed 08:20:11 eb57329eab223e55e7b2ddf4e89ae4fd35d89794: digest: sha256:3aa124afb2c7c42223335e65cbdc5899a93024969242c7adce22bb7c933e2923 size: 944 [Pipeline] isUnix [Pipeline] sh 08:20:11 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [Pipeline] isUnix [Pipeline] sh 08:20:12 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest 08:20:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 08:20:12 589c0fcd91b8: Preparing 08:20:12 7ce5defed74e: Preparing 08:20:12 904b085ffb4d: Preparing 08:20:12 904b085ffb4d: Layer already exists 08:20:12 589c0fcd91b8: Layer already exists 08:20:12 7ce5defed74e: Layer already exists 08:20:12 latest: digest: sha256:3aa124afb2c7c42223335e65cbdc5899a93024969242c7adce22bb7c933e2923 size: 944 [Pipeline] isUnix [Pipeline] sh 08:20:12 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.0-dev.8 [Pipeline] isUnix [Pipeline] sh 08:20:12 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 08:20:12 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.0-dev.8 08:20:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 08:20:12 589c0fcd91b8: Preparing 08:20:12 7ce5defed74e: Preparing 08:20:12 904b085ffb4d: Preparing 08:20:12 7ce5defed74e: Layer already exists 08:20:12 589c0fcd91b8: Layer already exists 08:20:12 904b085ffb4d: Layer already exists 08:20:12 1.2.0-dev.8: digest: sha256:3aa124afb2c7c42223335e65cbdc5899a93024969242c7adce22bb7c933e2923 size: 944 [Pipeline] isUnix [Pipeline] sh 08:20:13 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:eb57329eab223e55e7b2ddf4e89ae4fd35d89794-1.2.0-dev.8 [Pipeline] isUnix [Pipeline] sh 08:20:13 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:eb57329eab223e55e7b2ddf4e89ae4fd35d89794-1.2.0-dev.8 08:20:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 08:20:13 589c0fcd91b8: Preparing 08:20:13 7ce5defed74e: Preparing 08:20:13 904b085ffb4d: Preparing 08:20:13 589c0fcd91b8: Layer already exists 08:20:13 904b085ffb4d: Layer already exists 08:20:13 7ce5defed74e: Layer already exists 08:20:13 eb57329eab223e55e7b2ddf4e89ae4fd35d89794-1.2.0-dev.8: digest: sha256:3aa124afb2c7c42223335e65cbdc5899a93024969242c7adce22bb7c933e2923 size: 944 [Pipeline] isUnix [Pipeline] sh 08:20:13 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] isUnix [Pipeline] sh 08:20:13 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master 08:20:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 08:20:13 589c0fcd91b8: Preparing 08:20:13 7ce5defed74e: Preparing 08:20:13 904b085ffb4d: Preparing 08:20:13 904b085ffb4d: Layer already exists 08:20:13 589c0fcd91b8: Layer already exists 08:20:13 7ce5defed74e: Layer already exists 08:20:14 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.205s coverage: 50.3% of statements 08:20:14 master: digest: sha256:3aa124afb2c7c42223335e65cbdc5899a93024969242c7adce22bb7c933e2923 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } 08:20:14 CGO_ENABLED=0 GO111MODULE=on go vet ./... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh 08:20:15 ++ find /w/workspace/device-modbus-go/8 08:20:15 ++ grep snapcraft.yaml 08:20:15 + grep -Po '^name: \K(.*)' /w/workspace/device-modbus-go/8/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:20:15 provisioning config files... 08:20:15 copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/8@tmp/config7283399908576067851tmp [Pipeline] { [Pipeline] sh 08:20:16 + cp /w/workspace/device-modbus-go/8@tmp/config7283399908576067851tmp /w/workspace/device-modbus-go/8/edgex-snap-store-login [Pipeline] sh 08:20:16 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/8:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 08:20:16 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 08:20:16 latest: Pulling from edgex-devops/edgex-snap-builder 08:20:16 5bed26d33875: Pulling fs layer 08:20:16 f11b29a9c730: Pulling fs layer 08:20:16 930bda195c84: Pulling fs layer 08:20:16 78bf9a5ad49e: Pulling fs layer 08:20:16 e5fbee5a4b0d: Pulling fs layer 08:20:16 f452fca78f88: Pulling fs layer 08:20:16 7417ef92027a: Pulling fs layer 08:20:16 2af5c49d270b: Pulling fs layer 08:20:16 df9c3bdbc40a: Pulling fs layer 08:20:16 f452fca78f88: Waiting 08:20:16 2af5c49d270b: Waiting 08:20:16 df9c3bdbc40a: Waiting 08:20:16 7417ef92027a: Waiting 08:20:16 78bf9a5ad49e: Waiting 08:20:16 e5fbee5a4b0d: Waiting 08:20:16 930bda195c84: Verifying Checksum 08:20:16 930bda195c84: Download complete 08:20:16 f11b29a9c730: Verifying Checksum 08:20:16 f11b29a9c730: Download complete 08:20:16 78bf9a5ad49e: Verifying Checksum 08:20:16 78bf9a5ad49e: Download complete 08:20:16 f452fca78f88: Verifying Checksum 08:20:16 f452fca78f88: Download complete 08:20:16 7417ef92027a: Verifying Checksum 08:20:16 7417ef92027a: Download complete 08:20:16 2af5c49d270b: Verifying Checksum 08:20:16 2af5c49d270b: Download complete 08:20:16 df9c3bdbc40a: Verifying Checksum 08:20:16 df9c3bdbc40a: Download complete 08:20:16 5bed26d33875: Verifying Checksum 08:20:16 5bed26d33875: Download complete 08:20:20 gofmt -l . 08:20:20 [ "`gofmt -l .`" = "" ] 08:20:20 ./bin/test-attribution-txt.sh 08:20:20 ./bin/test-go-mod-tidy.sh 08:20:21 e5fbee5a4b0d: Verifying Checksum 08:20:21 e5fbee5a4b0d: Download complete [Pipeline] stash 08:20:21 Warning: overwriting stash ‘coverage-report’ 08:20:21 Stashed 1 file(s) [Pipeline] } 08:20:21 $ docker stop --time=1 abbcb505a8e63611fba65be8382dad63227fcbe76ccf929be6df8d045c8d919d 08:20:22 5bed26d33875: Pull complete 08:20:22 f11b29a9c730: Pull complete 08:20:22 930bda195c84: Pull complete 08:20:22 78bf9a5ad49e: Pull complete 08:20:23 $ docker rm -f abbcb505a8e63611fba65be8382dad63227fcbe76ccf929be6df8d045c8d919d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 08:20:24 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:20:25 + ls -al . 08:20:25 total 136 08:20:25 drwxrwxr-x 9 jenkins jenkins 4096 Apr 28 08:20 . 08:20:25 drwxrwxr-x 4 jenkins jenkins 4096 Apr 28 08:18 .. 08:20:25 -rw-rw-r-- 1 jenkins jenkins 140 Apr 28 08:18 .dockerignore 08:20:25 drwxrwxr-x 8 jenkins jenkins 4096 Apr 28 08:18 .git 08:20:25 -rw-rw-r-- 1 jenkins jenkins 338 Apr 28 08:18 .gitignore 08:20:25 drwxrwxr-x 3 jenkins jenkins 4096 Apr 28 08:18 .semver 08:20:25 -rw-rw-r-- 1 jenkins jenkins 5049 Apr 28 08:18 Attribution.txt 08:20:25 -rw-rw-r-- 1 jenkins jenkins 1422 Apr 28 08:18 Dockerfile 08:20:25 -rw-rw-r-- 1 jenkins jenkins 954 Apr 28 08:18 Dockerfile.build 08:20:25 -rw-rw-r-- 1 jenkins jenkins 702 Apr 28 08:18 Jenkinsfile 08:20:25 -rw-rw-r-- 1 jenkins jenkins 11340 Apr 28 08:18 LICENSE 08:20:25 -rw-rw-r-- 1 jenkins jenkins 880 Apr 28 08:18 Makefile 08:20:25 -rw-rw-r-- 1 jenkins jenkins 591 Apr 28 08:18 README.md 08:20:25 -rw-rw-r-- 1 jenkins jenkins 11 Apr 28 08:16 VERSION 08:20:25 drwxrwxr-x 2 jenkins jenkins 4096 Apr 28 08:18 bin 08:20:25 drwxrwxr-x 3 jenkins jenkins 4096 Apr 28 08:18 cmd 08:20:25 -rw-r--r-- 1 jenkins jenkins 22123 Apr 28 08:20 coverage.out 08:20:25 -rw-r--r-- 1 jenkins jenkins 559 Apr 28 08:20 go.mod 08:20:25 -rw-r--r-- 1 jenkins jenkins 13368 Apr 28 08:20 go.sum 08:20:25 drwxrwxr-x 3 jenkins jenkins 4096 Apr 28 08:18 internal 08:20:25 drwxrwxr-x 2 jenkins jenkins 4096 Apr 28 08:18 simulator 08:20:25 drwxrwxr-x 4 jenkins jenkins 4096 Apr 28 08:18 snap 08:20:25 -rw-rw-r-- 1 jenkins jenkins 229 Apr 28 08:18 version.go [Pipeline] isUnix [Pipeline] sh 08:20:25 + 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=eb57329eab223e55e7b2ddf4e89ae4fd35d89794 --label arch=arm64 --label version=1.2.0-dev.8 . 08:20:25 Sending build context to Docker daemon 595.5kB 08:20:25 Step 1/19 : ARG BASE=golang:1.13-alpine 08:20:25 Step 2/19 : FROM ${BASE} AS builder 08:20:25 ---> b753a37e7465 08:20:25 Step 3/19 : ARG MAKE='make build' 08:20:26 ---> Running in 06c20fea8263 08:20:26 Removing intermediate container 06c20fea8263 08:20:26 ---> 2f569c99f067 08:20:26 Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:20:26 ---> Running in a9f4bca007fd 08:20:28 Removing intermediate container a9f4bca007fd 08:20:28 ---> dab57dce0ab1 08:20:28 Step 5/19 : RUN apk add --update --no-cache make git openssh build-base 08:20:28 ---> Running in 904dd86499c3 08:20:29 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 08:20:30 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 08:20:30 OK: 203 MiB in 52 packages 08:20:32 Removing intermediate container 904dd86499c3 08:20:32 ---> 54a2026baace 08:20:32 Step 6/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go 08:20:32 ---> Running in 4814574443af 08:20:32 Removing intermediate container 4814574443af 08:20:32 ---> 43a9cc8c9527 08:20:32 Step 7/19 : COPY . . 08:20:33 ---> 10e31b195ead 08:20:33 Step 8/19 : RUN ${MAKE} 08:20:33 ---> Running in 672ddebb16cf 08:20:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.0-dev.8" -o cmd/device-modbus ./cmd 08:20:48 e5fbee5a4b0d: Pull complete 08:20:48 f452fca78f88: Pull complete 08:20:48 7417ef92027a: Pull complete 08:20:48 2af5c49d270b: Pull complete 08:20:48 df9c3bdbc40a: Pull complete 08:20:48 Digest: sha256:329b7ca3c147263d7a6122d30aca7e6f18adc9017ce870f1638d2965d7494739 08:20:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 08:20:48 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 08:20:48 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 08:20:48 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 08:20:48 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [889 kB] 08:20:48 Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [839 kB] 08:20:48 Get:6 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 08:20:48 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1372 kB] 08:20:48 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1184 kB] 08:20:48 Get:9 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] 08:20:48 Get:10 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [7671 B] 08:20:48 Fetched 4553 kB in 1s (3167 kB/s) 08:20:49 Reading package lists... 08:20:52 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 08:20:54 Reading package lists... 08:20:54 Building dependency tree... 08:20:54 Reading state information... 08:20:54 The following packages were automatically installed and are no longer required: 08:20:54 libjq1 liblzo2-2 libonig4 08:20:54 Use 'sudo apt autoremove' to remove them. 08:20:54 Suggested packages: 08:20:54 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 08:20:54 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc 08:20:54 keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc 08:20:54 libterm-readline-gnu-perl | libterm-readline-perl-perl 08:20:54 The following NEW packages will be installed: 08:20:54 curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl 08:20:54 libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 08:20:54 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase 08:20:54 openssh-client patch perl perl-modules-5.26 xauth 08:20:54 0 upgraded, 27 newly installed, 0 to remove and 0 not upgraded. 08:20:54 Need to get 14.7 MB of archives. 08:20:54 After this operation, 89.5 MB of additional disk space will be used. 08:20:54 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxau6 amd64 1:1.0.8-1 [8376 B] 08:20:55 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 08:20:55 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB] 08:20:55 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB] 08:20:55 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] 08:20:55 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.2 [569 kB] 08:20:55 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB] 08:20:55 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 08:20:55 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 08:20:55 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 08:20:55 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] 08:20:55 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] 08:20:55 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 08:20:55 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 08:20:55 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 08:20:55 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 08:20:55 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.3 [1088 kB] 08:20:55 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B] 08:20:55 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 08:20:55 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB] 08:20:55 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.8 [159 kB] 08:20:55 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.8 [213 kB] 08:20:55 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 08:20:56 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 08:20:56 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 08:20:56 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 08:20:56 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 08:20:56 debconf: delaying package configuration, since apt-utils is not installed 08:20:56 Fetched 14.7 MB in 1s (10.0 MB/s) 08:20:56 CGO_ENABLED=0 GO111MODULE=on go build ./... 08:20:56 Selecting previously unselected package libxau6:amd64. 08:20:56 (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.) 08:20:56 Preparing to unpack .../00-libxau6_1%3a1.0.8-1_amd64.deb ... 08:20:56 Unpacking libxau6:amd64 (1:1.0.8-1) ... 08:20:56 Selecting previously unselected package libbsd0:amd64. 08:20:56 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 08:20:56 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 08:20:56 Selecting previously unselected package libxdmcp6:amd64. 08:20:56 Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_amd64.deb ... 08:20:56 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... 08:20:56 Selecting previously unselected package libxcb1:amd64. 08:20:56 Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_amd64.deb ... 08:20:56 Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ... 08:20:57 Selecting previously unselected package libx11-data. 08:20:57 Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... 08:20:57 Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... 08:20:57 Selecting previously unselected package libx11-6:amd64. 08:20:57 Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_amd64.deb ... 08:20:57 Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... 08:20:57 Selecting previously unselected package libxext6:amd64. 08:20:57 Preparing to unpack .../06-libxext6_2%3a1.3.3-1_amd64.deb ... 08:20:57 Unpacking libxext6:amd64 (2:1.3.3-1) ... 08:20:57 Selecting previously unselected package perl-modules-5.26. 08:20:57 Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 08:20:57 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 08:21:01 Selecting previously unselected package libgdbm5:amd64. 08:21:01 Preparing to unpack .../08-libgdbm5_1.14.1-6_amd64.deb ... 08:21:01 Unpacking libgdbm5:amd64 (1.14.1-6) ... 08:21:01 Selecting previously unselected package libgdbm-compat4:amd64. 08:21:01 Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_amd64.deb ... 08:21:01 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 08:21:01 Selecting previously unselected package libperl5.26:amd64. 08:21:01 Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... 08:21:01 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 08:21:02 Selecting previously unselected package perl. 08:21:02 Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_amd64.deb ... 08:21:02 Unpacking perl (5.26.1-6ubuntu0.3) ... 08:21:02 Selecting previously unselected package less. 08:21:02 Preparing to unpack .../12-less_487-0.1_amd64.deb ... 08:21:02 Unpacking less (487-0.1) ... 08:21:02 Selecting previously unselected package libexpat1:amd64. 08:21:02 Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 08:21:02 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 08:21:03 Selecting previously unselected package netbase. 08:21:03 Preparing to unpack .../14-netbase_5.4_all.deb ... 08:21:03 Unpacking netbase (5.4) ... 08:21:03 Selecting previously unselected package libedit2:amd64. 08:21:03 Preparing to unpack .../15-libedit2_3.1-20170329-1_amd64.deb ... 08:21:03 Unpacking libedit2:amd64 (3.1-20170329-1) ... 08:21:03 Selecting previously unselected package libssl1.0.0:amd64. 08:21:03 Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb ... 08:21:03 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... 08:21:03 Selecting previously unselected package libxmuu1:amd64. 08:21:03 Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_amd64.deb ... 08:21:03 Unpacking libxmuu1:amd64 (2:1.1.2-2) ... 08:21:03 Selecting previously unselected package openssh-client. 08:21:03 Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 08:21:03 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 08:21:03 Selecting previously unselected package xauth. 08:21:03 Preparing to unpack .../19-xauth_1%3a1.0.10-1_amd64.deb ... 08:21:03 Unpacking xauth (1:1.0.10-1) ... 08:21:03 Selecting previously unselected package curl. 08:21:03 Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_amd64.deb ... 08:21:03 Unpacking curl (7.58.0-2ubuntu3.8) ... 08:21:03 Selecting previously unselected package libcurl3-gnutls:amd64. 08:21:03 Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_amd64.deb ... 08:21:03 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... 08:21:03 Selecting previously unselected package liberror-perl. 08:21:03 Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... 08:21:03 Unpacking liberror-perl (0.17025-1) ... 08:21:03 Selecting previously unselected package git-man. 08:21:03 Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 08:21:03 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 08:21:04 Selecting previously unselected package git. 08:21:04 Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 08:21:04 Unpacking git (1:2.17.1-1ubuntu0.7) ... 08:21:04 Selecting previously unselected package make. 08:21:04 Preparing to unpack .../25-make_4.1-9.1ubuntu1_amd64.deb ... 08:21:04 Unpacking make (4.1-9.1ubuntu1) ... 08:21:04 Selecting previously unselected package patch. 08:21:04 Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_amd64.deb ... 08:21:04 Unpacking patch (2.7.6-2ubuntu1.1) ... 08:21:04 Removing intermediate container 672ddebb16cf 08:21:04 ---> 14d7950d0653 08:21:04 Step 9/19 : FROM scratch 08:21:04 ---> 08:21:04 Step 10/19 : ENV APP_PORT=49991 08:21:04 ---> Running in f19584dfcffc 08:21:04 Removing intermediate container f19584dfcffc 08:21:04 ---> 3c18bf182f05 08:21:04 Step 11/19 : EXPOSE $APP_PORT 08:21:04 ---> Running in bfa39094e801 08:21:05 Setting up libedit2:amd64 (3.1-20170329-1) ... 08:21:05 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 08:21:05 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 08:21:05 Setting up less (487-0.1) ... 08:21:05 Removing intermediate container bfa39094e801 08:21:05 ---> 62c86d32fa40 08:21:05 Step 12/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / 08:21:05 Setting up make (4.1-9.1ubuntu1) ... 08:21:05 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... 08:21:05 Setting up curl (7.58.0-2ubuntu3.8) ... 08:21:05 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... 08:21:05 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 08:21:05 Setting up libgdbm5:amd64 (1.14.1-6) ... 08:21:05 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 08:21:05 Setting up patch (2.7.6-2ubuntu1.1) ... 08:21:05 Setting up libxdmcp6:amd64 (1:1.1.2-3) ... 08:21:05 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 08:21:05 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 08:21:05 Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... 08:21:05 Setting up libxau6:amd64 (1:1.0.8-1) ... 08:21:05 Setting up netbase (5.4) ... 08:21:05 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 08:21:05 Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ... 08:21:05 Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... 08:21:05 Setting up libxmuu1:amd64 (2:1.1.2-2) ... 08:21:05 Setting up perl (5.26.1-6ubuntu0.3) ... 08:21:05 ---> a16176e1bd45 08:21:05 Step 13/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / 08:21:06 Setting up libxext6:amd64 (2:1.3.3-1) ... 08:21:06 Setting up liberror-perl (0.17025-1) ... 08:21:06 Setting up xauth (1:1.0.10-1) ... 08:21:06 Setting up git (1:2.17.1-1ubuntu0.7) ... 08:21:06 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:21:06 ---> d2b1b4758e6e 08:21:06 Step 14/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / 08:21:07 ---> 8e2d6e1b73db 08:21:07 Step 15/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' 08:21:07 ---> Running in 5eaa28bf525e 08:21:07 Removing intermediate container 5eaa28bf525e 08:21:07 ---> 6e86126d758e 08:21:07 Step 16/19 : ENTRYPOINT ["/device-modbus","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] 08:21:07 ---> Running in 274f4b93f7ba 08:21:07 Removing intermediate container 274f4b93f7ba 08:21:07 ---> a31b6dbf2101 08:21:07 Step 17/19 : LABEL arch=arm64 08:21:08 ---> Running in f9371c5704b6 08:21:08 Removing intermediate container f9371c5704b6 08:21:08 ---> 8ad5a8f1ebb8 08:21:08 Step 18/19 : LABEL git_sha=eb57329eab223e55e7b2ddf4e89ae4fd35d89794 08:21:08 ---> Running in a5146b39a334 08:21:08 curl set to automatically installed. 08:21:08 git set to automatically installed. 08:21:08 git-man set to automatically installed. 08:21:08 less set to automatically installed. 08:21:08 libbsd0 set to automatically installed. 08:21:08 libcurl3-gnutls set to automatically installed. 08:21:08 libedit2 set to automatically installed. 08:21:08 liberror-perl set to automatically installed. 08:21:08 libexpat1 set to automatically installed. 08:21:08 libgdbm-compat4 set to automatically installed. 08:21:08 libgdbm5 set to automatically installed. 08:21:08 libperl5.26 set to automatically installed. 08:21:08 libssl1.0.0 set to automatically installed. 08:21:08 libx11-6 set to automatically installed. 08:21:08 libx11-data set to automatically installed. 08:21:08 libxau6 set to automatically installed. 08:21:08 libxcb1 set to automatically installed. 08:21:08 libxdmcp6 set to automatically installed. 08:21:08 libxext6 set to automatically installed. 08:21:08 libxmuu1 set to automatically installed. 08:21:08 make set to automatically installed. 08:21:08 netbase set to automatically installed. 08:21:08 openssh-client set to automatically installed. 08:21:08 patch set to automatically installed. 08:21:08 perl set to automatically installed. 08:21:08 perl-modules-5.26 set to automatically installed. 08:21:08 xauth set to automatically installed. 08:21:08 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 08:21:08 Please ensure the environment is properly setup before continuing. 08:21:08 Ignore this message if the appropriate measures have already been taken 08:21:08 Removing intermediate container a5146b39a334 08:21:09 ---> cc78cee1f991 08:21:09 Step 19/19 : LABEL version=1.2.0-dev.8 08:21:09 ---> Running in 04d95b2be65e 08:21:09 Pulling go 08:21:09 Removing intermediate container 04d95b2be65e 08:21:09 ---> 0f3aa481b033 08:21:09 [Warning] One or more build-args [ARCH] were not consumed 08:21:09 Successfully built 0f3aa481b033 08:21:09 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 08:21:09 provisioning config files... 08:21:09 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/8@tmp/config1449134970361842203tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:21:09 nexus3.edgexfoundry.org:10001 08:21:10 'device-modbus' has dependencies that need to be staged: go 08:21:10 Skipping pull go (already ran) 08:21:10 Building go 08:21:10 % Total % Received % Xferd Average Speed Time Time Time Current 08:21:10 Dload Upload Total Spent Left Speed 08:21:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:21:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:21:10 Configure a credential helper to remove this warning. See 08:21:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:21:10 08:21:10 Login Succeeded 08:21:10 nexus3.edgexfoundry.org:10002 08:21:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:21:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:21:11 Configure a credential helper to remove this warning. See 08:21:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:21:11 08:21:11 Login Succeeded 08:21:11 nexus3.edgexfoundry.org:10003 08:21:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 114M 0 29046 0 0 246k 0 0:07:55 --:--:-- 0:07:55 244k 74 114M 74 84.9M 0 0 74.1M 0 0:00:01 0:00:01 --:--:-- 74.1M 100 114M 100 114M 0 0 71.8M 0 0:00:01 0:00:01 --:--:-- 71.8M 08:21:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:21:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:21:12 Configure a credential helper to remove this warning. See 08:21:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:21:12 08:21:12 Login Succeeded 08:21:12 nexus3.edgexfoundry.org:10004 08:21:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:21:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:21:12 Configure a credential helper to remove this warning. See 08:21:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:21:12 08:21:12 Login Succeeded 08:21:12 docker.io 08:21:12 go1.13.5.linux-amd64.tar.gz: OK 08:21:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:21:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:21:13 Configure a credential helper to remove this warning. See 08:21:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:21:13 08:21:13 Login Succeeded [Pipeline] } 08:21:13 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:21:13 [edgeXDocker.push] Tagging docker image docker-device-modbus-go-arm64 with the following tags: 08:21:13 eb57329eab223e55e7b2ddf4e89ae4fd35d89794 08:21:13 latest 08:21:13 1.2.0-dev.8 08:21:13 eb57329eab223e55e7b2ddf4e89ae4fd35d89794-1.2.0-dev.8 08:21:13 master 08:21:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:21:14 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:eb57329eab223e55e7b2ddf4e89ae4fd35d89794 [Pipeline] isUnix [Pipeline] sh 08:21:14 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:eb57329eab223e55e7b2ddf4e89ae4fd35d89794 08:21:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 08:21:15 8012689d5fdf: Preparing 08:21:15 60cb858d49ef: Preparing 08:21:15 c6ec812f2624: Preparing 08:21:15 8012689d5fdf: Pushed 08:21:15 60cb858d49ef: Pushed 08:21:17 c6ec812f2624: Pushed 08:21:18 eb57329eab223e55e7b2ddf4e89ae4fd35d89794: digest: sha256:b9918026f386cd63407efc40c8ede2110bdff2889afd9f3eeb85cf25f9c8896a size: 944 [Pipeline] isUnix [Pipeline] sh 08:21:18 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:21:19 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest 08:21:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 08:21:19 8012689d5fdf: Preparing 08:21:19 60cb858d49ef: Preparing 08:21:19 c6ec812f2624: Preparing 08:21:19 60cb858d49ef: Layer already exists 08:21:19 8012689d5fdf: Layer already exists 08:21:19 c6ec812f2624: Layer already exists 08:21:19 latest: digest: sha256:b9918026f386cd63407efc40c8ede2110bdff2889afd9f3eeb85cf25f9c8896a size: 944 [Pipeline] isUnix [Pipeline] sh 08:21:19 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.0-dev.8 [Pipeline] isUnix [Pipeline] sh 08:21:20 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.0-dev.8 08:21:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 08:21:20 8012689d5fdf: Preparing 08:21:20 60cb858d49ef: Preparing 08:21:20 c6ec812f2624: Preparing 08:21:20 60cb858d49ef: Layer already exists 08:21:20 c6ec812f2624: Layer already exists 08:21:20 8012689d5fdf: Layer already exists 08:21:20 1.2.0-dev.8: digest: sha256:b9918026f386cd63407efc40c8ede2110bdff2889afd9f3eeb85cf25f9c8896a size: 944 [Pipeline] isUnix [Pipeline] sh 08:21:20 Staging go 08:21:20 Pulling device-modbus 08:21:20 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:eb57329eab223e55e7b2ddf4e89ae4fd35d89794-1.2.0-dev.8 [Pipeline] isUnix [Pipeline] sh 08:21:21 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:eb57329eab223e55e7b2ddf4e89ae4fd35d89794-1.2.0-dev.8 08:21:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 08:21:21 8012689d5fdf: Preparing 08:21:21 60cb858d49ef: Preparing 08:21:21 c6ec812f2624: Preparing 08:21:21 c6ec812f2624: Layer already exists 08:21:21 60cb858d49ef: Layer already exists 08:21:21 8012689d5fdf: Layer already exists 08:21:21 eb57329eab223e55e7b2ddf4e89ae4fd35d89794-1.2.0-dev.8: digest: sha256:b9918026f386cd63407efc40c8ede2110bdff2889afd9f3eeb85cf25f9c8896a size: 944 [Pipeline] isUnix [Pipeline] sh 08:21:21 Skipping build go (already ran) 08:21:21 Building device-modbus 08:21:21 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master 08:21:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.0-dev.8" -o cmd/device-modbus ./cmd [Pipeline] isUnix [Pipeline] sh 08:21:22 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master 08:21:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 08:21:22 8012689d5fdf: Preparing 08:21:22 60cb858d49ef: Preparing 08:21:22 c6ec812f2624: Preparing 08:21:22 c6ec812f2624: Layer already exists 08:21:22 8012689d5fdf: Layer already exists 08:21:22 60cb858d49ef: Layer already exists 08:21:22 master: digest: sha256:b9918026f386cd63407efc40c8ede2110bdff2889afd9f3eeb85cf25f9c8896a size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } 08:21:22 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.0 08:21:22 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.54 08:21:22 go: downloading github.com/goburrow/modbus v0.1.0 08:21:22 go: extracting github.com/goburrow/modbus v0.1.0 08:21:22 go: downloading github.com/goburrow/serial v0.1.0 08:21:22 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.0 08:21:22 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.54 08:21:22 go: extracting github.com/goburrow/serial v0.1.0 08:21:22 go: downloading github.com/gorilla/mux v1.7.1 08:21:22 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.30 08:21:22 go: downloading github.com/google/uuid v1.1.1 08:21:22 go: downloading gopkg.in/yaml.v2 v2.2.8 08:21:22 go: downloading github.com/OneOfOne/xxhash v1.2.6 08:21:22 go: extracting github.com/google/uuid v1.1.1 08:21:22 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.30 08:21:22 go: extracting github.com/gorilla/mux v1.7.1 08:21:22 go: downloading github.com/go-kit/kit v0.8.0 08:21:22 go: extracting github.com/OneOfOne/xxhash v1.2.6 08:21:22 go: extracting gopkg.in/yaml.v2 v2.2.8 08:21:22 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.17 08:21:22 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 08:21:22 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 08:21:22 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 08:21:22 go: downloading github.com/pelletier/go-toml v1.2.0 08:21:22 go: downloading github.com/pkg/errors v0.8.1 08:21:22 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.17 08:21:22 go: downloading github.com/BurntSushi/toml v0.3.1 08:21:22 go: downloading github.com/hashicorp/consul/api v1.1.0 08:21:22 go: extracting github.com/pelletier/go-toml v1.2.0 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh 08:21:23 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 08:21:23 go: extracting github.com/go-kit/kit v0.8.0 08:21:23 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 08:21:23 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 08:21:23 go: extracting github.com/pkg/errors v0.8.1 08:21:23 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 08:21:23 go: extracting github.com/BurntSushi/toml v0.3.1 08:21:23 go: extracting github.com/hashicorp/consul/api v1.1.0 08:21:23 go: downloading github.com/x448/float16 v0.8.4 08:21:23 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 08:21:23 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 08:21:23 go: downloading github.com/hashicorp/serf v0.8.2 08:21:23 go: downloading github.com/mitchellh/mapstructure v1.1.2 08:21:23 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 08:21:23 go: downloading github.com/mitchellh/copystructure v1.0.0 08:21:23 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 08:21:23 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 08:21:23 go: extracting github.com/mitchellh/mapstructure v1.1.2 08:21:23 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 08:21:23 go: extracting github.com/x448/float16 v0.8.4 08:21:23 go: downloading github.com/go-logfmt/logfmt v0.4.0 08:21:23 go: extracting github.com/mitchellh/copystructure v1.0.0 08:21:23 go: downloading github.com/mitchellh/reflectwalk v1.0.0 08:21:23 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 08:21:23 go: extracting github.com/hashicorp/serf v0.8.2 08:21:23 go: extracting github.com/mitchellh/reflectwalk v1.0.0 08:21:23 go: extracting github.com/go-logfmt/logfmt v0.4.0 08:21:23 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 08:21:23 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 08:21:23 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 08:21:23 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 08:21:23 go: downloading github.com/hashicorp/golang-lru v0.5.1 08:21:23 + + find /w/workspace/device-modbus-go/8grep 08:21:23 snapcraft.yaml 08:21:23 + grep -Po ^name: \K(.*) /w/workspace/device-modbus-go/8/snap/snapcraft.yaml 08:21:23 go: extracting github.com/hashicorp/golang-lru v0.5.1 08:21:23 go: finding github.com/edgexfoundry/device-sdk-go v1.2.0 08:21:23 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.54 08:21:23 go: finding github.com/goburrow/modbus v0.1.0 08:21:23 go: finding github.com/gorilla/mux v1.7.1 08:21:23 go: finding github.com/fxamacker/cbor/v2 v2.2.0 08:21:23 go: finding github.com/go-kit/kit v0.8.0 08:21:23 go: finding github.com/goburrow/serial v0.1.0 08:21:23 go: finding github.com/google/uuid v1.1.1 08:21:23 go: finding github.com/OneOfOne/xxhash v1.2.6 08:21:23 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.30 08:21:23 go: finding github.com/x448/float16 v0.8.4 08:21:23 go: finding github.com/go-logfmt/logfmt v0.4.0 08:21:23 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 08:21:23 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 08:21:23 go: finding github.com/BurntSushi/toml v0.3.1 08:21:23 go: finding gopkg.in/yaml.v2 v2.2.8 08:21:23 go: finding github.com/pkg/errors v0.8.1 08:21:23 go: finding github.com/hashicorp/consul/api v1.1.0 08:21:23 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 08:21:23 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 08:21:23 go: finding github.com/pelletier/go-toml v1.2.0 08:21:23 go: finding github.com/hashicorp/go-rootcerts v1.0.0 08:21:23 go: finding github.com/hashicorp/serf v0.8.2 08:21:23 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 08:21:23 go: finding github.com/mitchellh/mapstructure v1.1.2 08:21:23 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 08:21:23 go: finding github.com/mitchellh/copystructure v1.0.0 08:21:23 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 08:21:23 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 08:21:23 go: finding github.com/mitchellh/reflectwalk v1.0.0 08:21:23 go: finding github.com/hashicorp/golang-lru v0.5.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:21:23 provisioning config files... 08:21:23 copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/8@tmp/config5415019756459558516tmp [Pipeline] { [Pipeline] sh 08:21:23 + cp /w/workspace/device-modbus-go/8@tmp/config5415019756459558516tmp /w/workspace/device-modbus-go/8/edgex-snap-store-login [Pipeline] sh 08:21:24 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/8:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 08:21:24 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally 08:21:24 latest: Pulling from edgex-devops/edgex-snap-builder-arm64 08:21:24 b2f61026a351: Pulling fs layer 08:21:24 5538fb30c42c: Pulling fs layer 08:21:24 f0b05810781a: Pulling fs layer 08:21:24 0180a33352d6: Pulling fs layer 08:21:24 e7604b0c0f53: Pulling fs layer 08:21:24 db689cb83ae0: Pulling fs layer 08:21:24 6138af208834: Pulling fs layer 08:21:24 007c8e8c5d63: Pulling fs layer 08:21:24 4f7a387c642f: Pulling fs layer 08:21:24 db689cb83ae0: Waiting 08:21:24 6138af208834: Waiting 08:21:24 007c8e8c5d63: Waiting 08:21:24 0180a33352d6: Waiting 08:21:24 4f7a387c642f: Waiting 08:21:24 e7604b0c0f53: Waiting 08:21:24 f0b05810781a: Verifying Checksum 08:21:24 f0b05810781a: Download complete 08:21:24 5538fb30c42c: Verifying Checksum 08:21:24 5538fb30c42c: Download complete 08:21:24 0180a33352d6: Verifying Checksum 08:21:24 0180a33352d6: Download complete 08:21:24 db689cb83ae0: Verifying Checksum 08:21:24 db689cb83ae0: Download complete 08:21:24 6138af208834: Verifying Checksum 08:21:24 6138af208834: Download complete 08:21:24 007c8e8c5d63: Verifying Checksum 08:21:24 007c8e8c5d63: Download complete 08:21:24 4f7a387c642f: Verifying Checksum 08:21:24 4f7a387c642f: Download complete 08:21:26 b2f61026a351: Verifying Checksum 08:21:26 b2f61026a351: Download complete 08:21:29 b2f61026a351: Pull complete 08:21:29 5538fb30c42c: Pull complete 08:21:29 f0b05810781a: Pull complete 08:21:30 0180a33352d6: Pull complete 08:21:35 CGO_ENABLED=0 GO111MODULE=on go build ./... 08:21:39 Skipping stage go (already ran) 08:21:39 Staging device-modbus 08:21:40 Priming go 08:21:41 Priming device-modbus 08:21:42 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 08:21:42 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 08:21:42 Determining the version from the project repo (version-script). 08:21:42 The version has been set to '1.2.0-dev.8-20200428+eb57329' 08:21:42 Snapping 'edgex-device-modbus' ... 08:21:42 08:21:42 Snapped edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap 08:21:46 08:21:46 Login successful. You now have these capabilities: 08:21:46 08:21:46 snaps: No restriction 08:21:46 channels: No restriction 08:21:46 permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] 08:21:46 expires: 2020-06-19T16:50:48.252993 08:21:46 08:21:46 Preparing to push 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap'. 08:21:46 After pushing, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. 08:21:46 Install the review-tools from the Snap Store for enhanced checks before uploading this snap. 08:21:50 Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [ ] 0% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [ ] 1% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [ ] 2% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [ ] 3% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [ ] 4% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [ ] 5% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [ ] 6% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [ ] 7% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [ ] 8% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [ ] 9% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [ ] 10% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [ ] 12% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [ ] 13% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [ ] 14% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [ ] 15% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [ ] 16% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [ ] 17% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [ ] 18% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [ ] 19% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [ ] 20% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [ ] 21% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [ ] 23% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [ ] 24% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [ ] 25% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [ ] 26% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [ ] 27% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [ ] 28% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [ ] 29% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [ ] 30% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [ ] 31% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [ ] 32% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [ ] 34% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [ ] 35% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [ ] 36% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [ ] 37% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [ ] 38% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [ ] 39% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [ ] 40% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [ ] 41% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [ ] 42% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [ ] 43% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [ ] 45% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [ ] 46% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [ ] 47% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [ ] 48% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [ ] 49% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [= ] 50% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [= ] 51% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [= ] 52% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [= ] 53% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [= ] 54% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [= ] 56% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [= ] 57% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [= ] 58% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [= ] 59% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [= ] 60% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [= ] 61% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [= ] 62% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [= ] 63% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [= ] 64% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [= ] 65% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [= ] 67% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [= ] 68% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [= ] 69% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [= ] 70% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [= ] 71% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [= ] 72% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [= ] 73% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [= ] 74% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [= ] 75% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [= ] 76% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [= ] 78% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [= ] 79% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [= ] 80% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [= ] 81% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [= ] 82% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [= ] 83% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [= ] 84% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [= ] 85% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [= ] 86% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [= ] 87% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [= ] 89% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [= ] 90% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [= ] 91% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [= ] 92% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [= ] 93% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [= ] 94% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [= ] 95% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [= ] 96% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [= ] 97% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [= ] 98% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [==] 100% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' [==] 100% 08:21:52 e7604b0c0f53: Verifying Checksum 08:21:52 e7604b0c0f53: Download complete 08:22:03 Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Ready to release! 08:22:03 Revision 1195 of 'edgex-device-modbus' created. 08:22:04 Track Arch Channel Version Revision Notes 08:22:04 edinburgh amd64 stable - - - 08:22:04 candidate - - - 08:22:04 beta 1.0.0-20190626+739f7ef 112 - 08:22:04 edge 1.0.0-20200103+c777f31 956 - 08:22:04 fuji amd64 stable 1.1.1-20200228+37c94ae 1087 - 08:22:04 candidate ^ ^ - 08:22:04 beta 1.1.1-20200228+37c94ae 1087 - 08:22:04 edge 1.1.1-20200422+37c94ae 1193 - 08:22:04 latest amd64 stable 1.1.1-20200228+37c94ae 1087 - 08:22:04 candidate 1.2.0-dev.7-20200421+0cbd6ef 1191 - 08:22:04 beta 1.1.1-20200228+37c94ae 1087 - 08:22:04 edge 1.2.0-dev.8-20200428+eb57329 1195 - 08:22:04 Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...| 08:22:05 Pushing metadata from 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_amd64.snap' 08:22:09 The metadata has been pushed [Pipeline] } 08:22:09 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] } 08:22:24 e7604b0c0f53: Pull complete 08:22:24 db689cb83ae0: Pull complete 08:22:24 6138af208834: Pull complete 08:22:24 007c8e8c5d63: Pull complete 08:22:24 4f7a387c642f: Pull complete 08:22:24 Digest: sha256:95de001a4645667c7ff44d03fa3a86afcf7622caf7559cdf0345329f515671b4 08:22:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 08:22:25 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 08:22:25 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 08:22:26 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 08:22:26 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 08:22:26 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [845 kB] 08:22:27 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1222 kB] 08:22:27 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] 08:22:27 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [7337 B] 08:22:27 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [571 kB] 08:22:27 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [743 kB] 08:22:28 Fetched 3650 kB in 2s (1463 kB/s) 08:22:32 Reading package lists... 08:22:44 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 08:22:47 Reading package lists... 08:22:48 Building dependency tree... 08:22:48 Reading state information... 08:22:49 The following packages were automatically installed and are no longer required: 08:22:49 libjq1 liblzo2-2 libonig4 08:22:49 Use 'sudo apt autoremove' to remove them. 08:22:49 Suggested packages: 08:22:49 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 08:22:49 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc 08:22:49 keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc 08:22:49 libterm-readline-gnu-perl | libterm-readline-perl-perl 08:22:49 The following NEW packages will be installed: 08:22:49 curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl 08:22:49 libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 08:22:49 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase 08:22:49 openssh-client patch perl perl-modules-5.26 xauth 08:22:49 0 upgraded, 27 newly installed, 0 to remove and 0 not upgraded. 08:22:49 Need to get 12.9 MB of archives. 08:22:49 After this operation, 84.2 MB of additional disk space will be used. 08:22:49 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxau6 arm64 1:1.0.8-1 [7590 B] 08:22:49 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbsd0 arm64 0.8.7-1ubuntu0.1 [36.6 kB] 08:22:49 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxdmcp6 arm64 1:1.1.2-3 [9694 B] 08:22:49 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxcb1 arm64 1.13-2~ubuntu18.04 [37.3 kB] 08:22:49 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] 08:22:49 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-6 arm64 2:1.6.4-3ubuntu0.2 [521 kB] 08:22:50 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxext6 arm64 2:1.3.3-1 [25.4 kB] 08:22:50 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 08:22:51 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] 08:22:51 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] 08:22:51 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] 08:22:52 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] 08:22:52 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] 08:22:52 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.2 [69.3 kB] 08:22:52 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] 08:22:52 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libedit2 arm64 3.1-20170329-1 [63.4 kB] 08:22:52 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libssl1.0.0 arm64 1.0.2n-1ubuntu5.3 [723 kB] 08:22:52 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxmuu1 arm64 2:1.1.2-2 [9502 B] 08:22:52 Get:19 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssh-client arm64 1:7.6p1-4ubuntu0.3 [527 kB] 08:22:52 Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xauth arm64 1:1.0.10-1 [22.4 kB] 08:22:52 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.8 [152 kB] 08:22:52 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.8 [179 kB] 08:22:52 Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] 08:22:52 Get:24 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 08:22:52 Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] 08:22:52 Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] 08:22:52 Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] 08:22:53 debconf: delaying package configuration, since apt-utils is not installed 08:22:53 Fetched 12.9 MB in 3s (3881 kB/s) 08:22:53 Selecting previously unselected package libxau6:arm64. 08:22:53 (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.) 08:22:53 Preparing to unpack .../00-libxau6_1%3a1.0.8-1_arm64.deb ... 08:22:53 Unpacking libxau6:arm64 (1:1.0.8-1) ... 08:22:53 Selecting previously unselected package libbsd0:arm64. 08:22:53 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_arm64.deb ... 08:22:53 Unpacking libbsd0:arm64 (0.8.7-1ubuntu0.1) ... 08:22:53 Selecting previously unselected package libxdmcp6:arm64. 08:22:53 Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_arm64.deb ... 08:22:53 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... 08:22:54 Selecting previously unselected package libxcb1:arm64. 08:22:54 Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_arm64.deb ... 08:22:54 Unpacking libxcb1:arm64 (1.13-2~ubuntu18.04) ... 08:22:54 Selecting previously unselected package libx11-data. 08:22:54 Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... 08:22:54 Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... 08:22:54 Selecting previously unselected package libx11-6:arm64. 08:22:54 Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_arm64.deb ... 08:22:54 Unpacking libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... 08:22:54 Selecting previously unselected package libxext6:arm64. 08:22:54 Preparing to unpack .../06-libxext6_2%3a1.3.3-1_arm64.deb ... 08:22:54 Unpacking libxext6:arm64 (2:1.3.3-1) ... 08:22:54 Selecting previously unselected package perl-modules-5.26. 08:22:54 Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 08:22:54 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 08:22:56 Selecting previously unselected package libgdbm5:arm64. 08:22:56 Preparing to unpack .../08-libgdbm5_1.14.1-6_arm64.deb ... 08:22:56 Unpacking libgdbm5:arm64 (1.14.1-6) ... 08:22:56 Selecting previously unselected package libgdbm-compat4:arm64. 08:22:56 Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_arm64.deb ... 08:22:56 Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... 08:22:56 Selecting previously unselected package libperl5.26:arm64. 08:22:56 Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... 08:22:56 Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 08:22:57 Selecting previously unselected package perl. 08:22:57 Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_arm64.deb ... 08:22:57 Unpacking perl (5.26.1-6ubuntu0.3) ... 08:22:57 Selecting previously unselected package less. 08:22:57 Preparing to unpack .../12-less_487-0.1_arm64.deb ... 08:22:57 Unpacking less (487-0.1) ... 08:22:58 Selecting previously unselected package libexpat1:arm64. 08:22:58 Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_arm64.deb ... 08:22:58 Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.2) ... 08:22:58 Selecting previously unselected package netbase. 08:22:58 Preparing to unpack .../14-netbase_5.4_all.deb ... 08:22:58 Unpacking netbase (5.4) ... 08:22:58 Selecting previously unselected package libedit2:arm64. 08:22:58 Preparing to unpack .../15-libedit2_3.1-20170329-1_arm64.deb ... 08:22:58 Unpacking libedit2:arm64 (3.1-20170329-1) ... 08:22:58 Selecting previously unselected package libssl1.0.0:arm64. 08:22:58 Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_arm64.deb ... 08:22:58 Unpacking libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... 08:22:59 Selecting previously unselected package libxmuu1:arm64. 08:22:59 Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_arm64.deb ... 08:22:59 Unpacking libxmuu1:arm64 (2:1.1.2-2) ... 08:22:59 Selecting previously unselected package openssh-client. 08:22:59 Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_arm64.deb ... 08:22:59 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 08:22:59 Selecting previously unselected package xauth. 08:22:59 Preparing to unpack .../19-xauth_1%3a1.0.10-1_arm64.deb ... 08:22:59 Unpacking xauth (1:1.0.10-1) ... 08:22:59 Selecting previously unselected package curl. 08:22:59 Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_arm64.deb ... 08:22:59 Unpacking curl (7.58.0-2ubuntu3.8) ... 08:22:59 Selecting previously unselected package libcurl3-gnutls:arm64. 08:22:59 Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_arm64.deb ... 08:22:59 Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... 08:22:59 Selecting previously unselected package liberror-perl. 08:22:59 Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... 08:22:59 Unpacking liberror-perl (0.17025-1) ... 08:22:59 Selecting previously unselected package git-man. 08:22:59 Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 08:22:59 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 08:23:00 Selecting previously unselected package git. 08:23:00 Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... 08:23:00 Unpacking git (1:2.17.1-1ubuntu0.7) ... 08:23:01 Selecting previously unselected package make. 08:23:01 Preparing to unpack .../25-make_4.1-9.1ubuntu1_arm64.deb ... 08:23:01 Unpacking make (4.1-9.1ubuntu1) ... 08:23:01 Selecting previously unselected package patch. 08:23:01 Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_arm64.deb ... 08:23:01 Unpacking patch (2.7.6-2ubuntu1.1) ... 08:23:01 Setting up libedit2:arm64 (3.1-20170329-1) ... 08:23:01 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 08:23:02 Setting up libexpat1:arm64 (2.2.5-3ubuntu0.2) ... 08:23:02 Setting up less (487-0.1) ... 08:23:02 Setting up make (4.1-9.1ubuntu1) ... 08:23:02 Setting up libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... 08:23:02 Setting up curl (7.58.0-2ubuntu3.8) ... 08:23:02 Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... 08:23:02 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 08:23:02 Setting up libgdbm5:arm64 (1.14.1-6) ... 08:23:02 Setting up libbsd0:arm64 (0.8.7-1ubuntu0.1) ... 08:23:02 Setting up patch (2.7.6-2ubuntu1.1) ... 08:23:02 Setting up libxdmcp6:arm64 (1:1.1.2-3) ... 08:23:02 Setting up libgdbm-compat4:arm64 (1.14.1-6) ... 08:23:02 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 08:23:03 Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... 08:23:03 Setting up libxau6:arm64 (1:1.0.8-1) ... 08:23:03 Setting up netbase (5.4) ... 08:23:03 Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 08:23:03 Setting up libxcb1:arm64 (1.13-2~ubuntu18.04) ... 08:23:03 Setting up libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... 08:23:03 Setting up libxmuu1:arm64 (2:1.1.2-2) ... 08:23:03 Setting up perl (5.26.1-6ubuntu0.3) ... 08:23:03 Setting up libxext6:arm64 (2:1.3.3-1) ... 08:23:03 Setting up liberror-perl (0.17025-1) ... 08:23:03 Setting up xauth (1:1.0.10-1) ... 08:23:03 Setting up git (1:2.17.1-1ubuntu0.7) ... 08:23:03 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:23:10 curl set to automatically installed. 08:23:10 git set to automatically installed. 08:23:10 git-man set to automatically installed. 08:23:10 less set to automatically installed. 08:23:10 libbsd0 set to automatically installed. 08:23:10 libcurl3-gnutls set to automatically installed. 08:23:10 libedit2 set to automatically installed. 08:23:10 liberror-perl set to automatically installed. 08:23:10 libexpat1 set to automatically installed. 08:23:10 libgdbm-compat4 set to automatically installed. 08:23:10 libgdbm5 set to automatically installed. 08:23:10 libperl5.26 set to automatically installed. 08:23:10 libssl1.0.0 set to automatically installed. 08:23:10 libx11-6 set to automatically installed. 08:23:10 libx11-data set to automatically installed. 08:23:10 libxau6 set to automatically installed. 08:23:10 libxcb1 set to automatically installed. 08:23:10 libxdmcp6 set to automatically installed. 08:23:10 libxext6 set to automatically installed. 08:23:10 libxmuu1 set to automatically installed. 08:23:10 make set to automatically installed. 08:23:10 netbase set to automatically installed. 08:23:10 openssh-client set to automatically installed. 08:23:10 patch set to automatically installed. 08:23:10 perl set to automatically installed. 08:23:10 perl-modules-5.26 set to automatically installed. 08:23:10 xauth set to automatically installed. 08:23:10 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 08:23:10 Please ensure the environment is properly setup before continuing. 08:23:10 Ignore this message if the appropriate measures have already been taken 08:23:10 Pulling go 08:23:13 'device-modbus' has dependencies that need to be staged: go 08:23:13 Skipping pull go (already ran) 08:23:13 Building go 08:23:13 % Total % Received % Xferd Average Speed Time Time Time Current 08:23:13 Dload Upload Total Spent Left Speed 08:23:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 29 93.0M 29 27.3M 0 0 39.8M 0 0:00:02 --:--:-- 0:00:02 39.7M 86 93.0M 86 80.1M 0 0 47.5M 0 0:00:01 0:00:01 --:--:-- 47.4M 100 93.0M 100 93.0M 0 0 48.1M 0 0:00:01 0:00:01 --:--:-- 48.1M 08:23:16 go1.13.5.linux-arm64.tar.gz: OK 08:23:34 Staging go 08:23:36 Pulling device-modbus 08:23:39 Skipping build go (already ran) 08:23:39 Building device-modbus 08:23:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.0-dev.8" -o cmd/device-modbus ./cmd 08:23:40 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.0 08:23:40 go: downloading github.com/goburrow/modbus v0.1.0 08:23:40 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.54 08:23:40 go: extracting github.com/goburrow/modbus v0.1.0 08:23:40 go: downloading github.com/goburrow/serial v0.1.0 08:23:40 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.0 08:23:40 go: extracting github.com/goburrow/serial v0.1.0 08:23:40 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.54 08:23:40 go: downloading github.com/go-kit/kit v0.8.0 08:23:40 go: downloading github.com/gorilla/mux v1.7.1 08:23:40 go: downloading github.com/google/uuid v1.1.1 08:23:40 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 08:23:40 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.30 08:23:40 go: extracting github.com/google/uuid v1.1.1 08:23:40 go: extracting github.com/gorilla/mux v1.7.1 08:23:40 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.30 08:23:40 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 08:23:40 go: downloading gopkg.in/yaml.v2 v2.2.8 08:23:40 go: downloading github.com/x448/float16 v0.8.4 08:23:40 go: extracting gopkg.in/yaml.v2 v2.2.8 08:23:40 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.17 08:23:40 go: downloading github.com/OneOfOne/xxhash v1.2.6 08:23:40 go: extracting github.com/x448/float16 v0.8.4 08:23:40 go: downloading github.com/pkg/errors v0.8.1 08:23:40 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 08:23:40 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 08:23:40 go: downloading github.com/BurntSushi/toml v0.3.1 08:23:40 go: extracting github.com/pkg/errors v0.8.1 08:23:40 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.17 08:23:40 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 08:23:40 go: extracting github.com/OneOfOne/xxhash v1.2.6 08:23:40 go: downloading github.com/pelletier/go-toml v1.2.0 08:23:40 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 08:23:40 go: downloading github.com/hashicorp/consul/api v1.1.0 08:23:40 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 08:23:40 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 08:23:40 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 08:23:40 go: downloading github.com/mitchellh/mapstructure v1.1.2 08:23:40 go: extracting github.com/go-kit/kit v0.8.0 08:23:40 go: extracting github.com/BurntSushi/toml v0.3.1 08:23:40 go: downloading github.com/mitchellh/copystructure v1.0.0 08:23:40 go: extracting github.com/pelletier/go-toml v1.2.0 08:23:40 go: extracting github.com/hashicorp/consul/api v1.1.0 08:23:40 go: extracting github.com/mitchellh/mapstructure v1.1.2 08:23:40 go: extracting github.com/mitchellh/copystructure v1.0.0 08:23:40 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 08:23:40 go: downloading github.com/mitchellh/reflectwalk v1.0.0 08:23:40 go: extracting github.com/mitchellh/reflectwalk v1.0.0 08:23:40 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 08:23:40 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 08:23:40 go: downloading github.com/hashicorp/serf v0.8.2 08:23:40 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 08:23:40 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 08:23:41 go: extracting github.com/hashicorp/serf v0.8.2 08:23:41 go: downloading github.com/go-logfmt/logfmt v0.4.0 08:23:41 go: extracting github.com/go-logfmt/logfmt v0.4.0 08:23:41 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 08:23:41 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 08:23:41 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 08:23:41 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 08:23:41 go: downloading github.com/hashicorp/golang-lru v0.5.1 08:23:41 go: extracting github.com/hashicorp/golang-lru v0.5.1 08:23:41 go: finding github.com/edgexfoundry/device-sdk-go v1.2.0 08:23:41 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.54 08:23:41 go: finding github.com/goburrow/modbus v0.1.0 08:23:41 go: finding github.com/gorilla/mux v1.7.1 08:23:41 go: finding github.com/fxamacker/cbor/v2 v2.2.0 08:23:41 go: finding github.com/go-kit/kit v0.8.0 08:23:41 go: finding github.com/goburrow/serial v0.1.0 08:23:41 go: finding github.com/OneOfOne/xxhash v1.2.6 08:23:41 go: finding github.com/google/uuid v1.1.1 08:23:41 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.30 08:23:41 go: finding github.com/x448/float16 v0.8.4 08:23:41 go: finding github.com/go-logfmt/logfmt v0.4.0 08:23:41 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 08:23:41 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 08:23:41 go: finding gopkg.in/yaml.v2 v2.2.8 08:23:41 go: finding github.com/BurntSushi/toml v0.3.1 08:23:41 go: finding github.com/pkg/errors v0.8.1 08:23:41 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 08:23:41 go: finding github.com/hashicorp/consul/api v1.1.0 08:23:41 go: finding github.com/pelletier/go-toml v1.2.0 08:23:41 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 08:23:41 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 08:23:41 go: finding github.com/mitchellh/copystructure v1.0.0 08:23:41 go: finding github.com/mitchellh/mapstructure v1.1.2 08:23:41 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 08:23:41 go: finding github.com/hashicorp/go-rootcerts v1.0.0 08:23:41 go: finding github.com/mitchellh/reflectwalk v1.0.0 08:23:41 go: finding github.com/hashicorp/serf v0.8.2 08:23:41 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 08:23:41 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 08:23:41 go: finding github.com/hashicorp/golang-lru v0.5.1 08:24:08 CGO_ENABLED=0 GO111MODULE=on go build ./... 08:24:23 Skipping stage go (already ran) 08:24:23 Staging device-modbus 08:24:24 Priming go 08:24:28 Priming device-modbus 08:24:30 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 08:24:30 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 08:24:30 Determining the version from the project repo (version-script). 08:24:30 The version has been set to '1.2.0-dev.8-20200428+eb57329' 08:24:31 Snapping 'edgex-device-modbus' ... 08:24:33 08:24:33 Snapped edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap 08:24:40 08:24:40 Login successful. You now have these capabilities: 08:24:40 08:24:40 snaps: No restriction 08:24:40 channels: No restriction 08:24:40 permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] 08:24:40 expires: 2020-06-19T16:50:48.252993 08:24:40 08:24:42 Preparing to push 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap'. 08:24:42 After pushing, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. 08:24:42 Install the review-tools from the Snap Store for enhanced checks before uploading this snap. 08:24:45 Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [ ] 0% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [ ] 1% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [ ] 2% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [ ] 3% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [ ] 4% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [ ] 5% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [ ] 6% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [ ] 7% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [ ] 8% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [ ] 9% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [ ] 10% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [ ] 11% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [ ] 12% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [ ] 13% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [ ] 14% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [ ] 15% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [ ] 16% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [ ] 17% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [ ] 18% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [ ] 19% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [ ] 20% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [ ] 21% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [ ] 22% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [ ] 23% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [ ] 24% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [ ] 25% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [ ] 26% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [ ] 28% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [ ] 29% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [ ] 30% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [ ] 31% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [ ] 32% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [ ] 33% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [ ] 34% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [ ] 35% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [ ] 36% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [ ] 37% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [ ] 38% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [ ] 39% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [ ] 40% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [ ] 41% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [ ] 42% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [ ] 43% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [ ] 44% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [ ] 45% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [ ] 46% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [ ] 47% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [ ] 48% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [ ] 49% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [= ] 50% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [= ] 51% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [= ] 52% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [= ] 53% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [= ] 54% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [= ] 56% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [= ] 57% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [= ] 58% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [= ] 59% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [= ] 60% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [= ] 61% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [= ] 62% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [= ] 63% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [= ] 64% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [= ] 65% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [= ] 66% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [= ] 67% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [= ] 68% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [= ] 69% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [= ] 70% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [= ] 71% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [= ] 72% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [= ] 73% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [= ] 74% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [= ] 75% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [= ] 76% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [= ] 77% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [= ] 78% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [= ] 79% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [= ] 80% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [= ] 81% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [= ] 82% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [= ] 84% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [= ] 85% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [= ] 86% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [= ] 87% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [= ] 88% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [= ] 89% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [= ] 90% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [= ] 91% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [= ] 92% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [= ] 93% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [= ] 94% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [= ] 95% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [= ] 96% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [= ] 97% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [= ] 98% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [= ] 99% Pushing 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' [==] 100% 08: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...\ released 08:24:59 Revision 1196 of 'edgex-device-modbus' created. 08:25:01 Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing...| 08:25:01 Track Arch Channel Version Revision Notes 08:25:01 edinburgh arm64 stable - - - 08:25:01 candidate - - - 08:25:01 beta 1.0.0-20190627+739f7ef 113 - 08:25:01 edge 1.0.0-20200107+c777f31 958 - 08:25:01 fuji arm64 stable 1.1.1-20200311+37c94ae 1112 - 08:25:01 candidate ^ ^ - 08:25:01 beta 1.1.1-20200311+37c94ae 1112 - 08:25:01 edge 1.1.1-20200422+37c94ae 1194 - 08:25:01 latest arm64 stable 1.1.1-20200311+37c94ae 1112 - 08:25:01 candidate 1.2.0-dev.7-20200421+0cbd6ef 1192 - 08:25:01 beta 1.1.1-20200311+37c94ae 1112 - 08:25:01 edge 1.2.0-dev.8-20200428+eb57329 1196 - 08:25:04 Pushing metadata from 'edgex-device-modbus_1.2.0-dev.8-20200428+eb57329_arm64.snap' 08:25:08 The metadata has been pushed [Pipeline] } 08:25:10 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 08:25:11 provisioning config files... 08:25:11 copy managed file [device-modbus-go-codecov-token] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config463150910059646689tmp [Pipeline] { [Pipeline] sh 08:25:11 + curl -s https://codecov.io/bash 08:25:11 + bash -s - -t @/w/workspace/xfoundry_device-modbus-go_master@tmp/config463150910059646689tmp 08:25:11 08:25:11 _____ _ 08:25:11 / ____| | | 08:25:11 | | ___ __| | ___ ___ _____ __ 08:25:11 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:25:11 | |___| (_) | (_| | __/ (_| (_) \ V / 08:25:11 \_____\___/ \__,_|\___|\___\___/ \_/ 08:25:11 Bash-tbd 08:25:11 08:25:11 08:25:11 ==> Jenkins CI detected. 08:25:11 project root: . 08:25:11 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:25:11 ==> Running gcov in . (disable via -X gcov) 08:25:11 ==> Python coveragepy not found 08:25:11 ==> Searching for coverage reports in: 08:25:11 + . 08:25:12 -> Found 1 reports 08:25:12 ==> Detecting git/mercurial file structure 08:25:12 ==> Reading reports 08:25:12 + ./coverage.out bytes=22123 08:25:12 ==> Appending adjustments 08:25:12 http://docs.codecov.io/docs/fixing-reports 08:25:12 + Found adjustments 08:25:12 ==> Gzipping contents 08:25:12 ==> Uploading reports 08:25:12 url: https://codecov.io 08:25:12 query: branch=master&commit=eb57329eab223e55e7b2ddf4e89ae4fd35d89794&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmaster%2F8%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job= 08:25:12 -> Pinging Codecov 08:25:12 https://codecov.io/upload/v4?package=bash-tbd&token=secret&branch=master&commit=eb57329eab223e55e7b2ddf4e89ae4fd35d89794&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmaster%2F8%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job= 08:25:12 -> Uploading 08:25:13 -> View reports at https://codecov.io/github/edgexfoundry/device-modbus-go/commit/eb57329eab223e55e7b2ddf4e89ae4fd35d89794 [Pipeline] } 08:25:13 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 08:25:13 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 08:25:13 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 08:25:13 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:25:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 08:25:14 08:25:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 [Pipeline] isUnix [Pipeline] sh 08:25:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 08:25:14 1.217.3: Pulling from edgex-devops/edgex-snyk-go 08:25:14 e6b0cf9c0882: Pulling fs layer 08:25:14 2848faf0eed1: Pulling fs layer 08:25:14 0f37312ad70f: Pulling fs layer 08:25:14 7d08f2745646: Pulling fs layer 08:25:14 4c9f31393084: Pulling fs layer 08:25:14 eb21ddb83652: Pulling fs layer 08:25:14 345998794f6b: Pulling fs layer 08:25:14 97a711d68925: Pulling fs layer 08:25:14 7c8476c1cb00: Pulling fs layer 08:25:14 eb21ddb83652: Waiting 08:25:14 345998794f6b: Waiting 08:25:14 7c8476c1cb00: Waiting 08:25:14 7d08f2745646: Waiting 08:25:14 4c9f31393084: Waiting 08:25:14 97a711d68925: Waiting 08:25:15 0f37312ad70f: Verifying Checksum 08:25:15 0f37312ad70f: Download complete 08:25:15 2848faf0eed1: Verifying Checksum 08:25:15 2848faf0eed1: Download complete 08:25:15 4c9f31393084: Verifying Checksum 08:25:15 4c9f31393084: Download complete 08:25:15 eb21ddb83652: Verifying Checksum 08:25:15 eb21ddb83652: Download complete 08:25:15 e6b0cf9c0882: Verifying Checksum 08:25:15 e6b0cf9c0882: Download complete 08:25:15 e6b0cf9c0882: Pull complete 08:25:16 2848faf0eed1: Pull complete 08:25:16 0f37312ad70f: Pull complete 08:25:16 345998794f6b: Verifying Checksum 08:25:16 345998794f6b: Download complete 08:25:17 97a711d68925: Verifying Checksum 08:25:17 97a711d68925: Download complete 08:25:17 7c8476c1cb00: Verifying Checksum 08:25:17 7c8476c1cb00: Download complete 08:25:18 7d08f2745646: Verifying Checksum 08:25:18 7d08f2745646: Download complete 08:25:29 7d08f2745646: Pull complete 08:25:29 4c9f31393084: Pull complete 08:25:29 eb21ddb83652: Pull complete 08:25:30 345998794f6b: Pull complete 08:25:35 97a711d68925: Pull complete 08:25:36 7c8476c1cb00: Pull complete 08:25:36 Digest: sha256:607726e52887638313664f8405ebf6c5c0cb4d7cb27150ffbb2671548f966c96 08:25:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 [Pipeline] withDockerContainer 08:25:37 prd-centos7-docker-4c-2g-6453 does not seem to be running inside a container 08:25:37 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 cat 08:25:39 $ docker top 722bf76fb654c869caad763b297ed5386ab3128947c6428c94f03c82ec059fad -eo pid,comm [Pipeline] { [Pipeline] sh 08:25:40 + snyk monitor '--org=edgex-jenkins' 08:25:48 08:25:48 Monitoring /w/workspace/xfoundry_device-modbus-go_master... 08:25:48 08:25:48 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/f1f9588a-e578-4d15-82cf-faf0ad0ed2d7/history/2c1a4b7c-da96-47be-9839-26058caac1d4 08:25:48 08:25:48 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 08:25:48 08:25:48 [Pipeline] } 08:25:48 $ docker stop --time=1 722bf76fb654c869caad763b297ed5386ab3128947c6428c94f03c82ec059fad 08:25:50 $ docker rm -f 722bf76fb654c869caad763b297ed5386ab3128947c6428c94f03c82ec059fad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:25:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:25:51 08:25:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 08:25:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:25:52 latest: Pulling from edgex-devops/edgex-klar 08:25:52 e7c96db7181b: Pulling fs layer 08:25:52 1868ca2cb446: Pulling fs layer 08:25:52 136be5d0fe8e: Pulling fs layer 08:25:52 894bfe63afcb: Pulling fs layer 08:25:52 894bfe63afcb: Waiting 08:25:52 1868ca2cb446: Verifying Checksum 08:25:52 1868ca2cb446: Download complete 08:25:52 136be5d0fe8e: Verifying Checksum 08:25:52 136be5d0fe8e: Download complete 08:25:52 e7c96db7181b: Verifying Checksum 08:25:52 e7c96db7181b: Download complete 08:25:54 894bfe63afcb: Verifying Checksum 08:25:54 894bfe63afcb: Download complete 08:25:54 e7c96db7181b: Pull complete 08:25:54 1868ca2cb446: Pull complete 08:25:54 136be5d0fe8e: Pull complete 08:25:54 894bfe63afcb: Pull complete 08:25:54 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 08:25:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 08:25:54 prd-centos7-docker-4c-2g-6453 does not seem to be running inside a container 08:25:54 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 08:25:55 $ docker top 0faa2b48495f265a830342caf453edc247b70d0f2820f6404271e22d7533dca4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:25:56 + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go:eb57329eab223e55e7b2ddf4e89ae4fd35d89794 08:25:56 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:25:59 $ docker stop --time=1 0faa2b48495f265a830342caf453edc247b70d0f2820f6404271e22d7533dca4 08:26:01 $ docker rm -f 0faa2b48495f265a830342caf453edc247b70d0f2820f6404271e22d7533dca4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:26:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:26:01 . [Pipeline] withDockerContainer 08:26:02 prd-centos7-docker-4c-2g-6453 does not seem to be running inside a container 08:26:02 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 08:26:04 $ docker top 859e637617893a4fb5a9f84ef635455ec530fecbc9eff8e987c66b6a5856b97c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:26:05 + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go:eb57329eab223e55e7b2ddf4e89ae4fd35d89794 08:26:05 + tee 08:26:05 clair timeout 1m0s 08:26:05 docker timeout: 1m0s 08:26:05 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:26:06 $ docker stop --time=1 859e637617893a4fb5a9f84ef635455ec530fecbc9eff8e987c66b6a5856b97c 08:26:08 $ docker rm -f 859e637617893a4fb5a9f84ef635455ec530fecbc9eff8e987c66b6a5856b97c [Pipeline] // withDockerContainer [Pipeline] sh 08:26:09 + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/clair-reports [Pipeline] echo 08:26:09 Generated HTML Table Report. Writing to /w/workspace/xfoundry_device-modbus-go_master/clair-reports/clair_results_docker-device-modbus-go_eb57329eab223e55e7b2ddf4e89ae4fd35d89794.html [Pipeline] writeFile [Pipeline] step 08:26:09 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 08:26:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:26:09 . [Pipeline] withDockerContainer 08:26:10 prd-centos7-docker-4c-2g-6453 does not seem to be running inside a container 08:26:10 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 08:26:11 $ docker top f04f0b7b9aa067c2645aee679df57160d51c860c12f53d96e78728150b18405e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:26:11 + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:eb57329eab223e55e7b2ddf4e89ae4fd35d89794 08:26:11 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:26:14 $ docker stop --time=1 f04f0b7b9aa067c2645aee679df57160d51c860c12f53d96e78728150b18405e 08:26:16 $ docker rm -f f04f0b7b9aa067c2645aee679df57160d51c860c12f53d96e78728150b18405e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:26:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:26:17 . [Pipeline] withDockerContainer 08:26:17 prd-centos7-docker-4c-2g-6453 does not seem to be running inside a container 08:26:17 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 08:26:18 $ docker top b0768238d6f4a398f085fc5e44b0c16af697fe6b99fb5a405acf959395e7165f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:26:19 + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:eb57329eab223e55e7b2ddf4e89ae4fd35d89794 08:26:19 + tee 08:26:19 clair timeout 1m0s 08:26:19 docker timeout: 1m0s 08:26:19 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:26:20 $ docker stop --time=1 b0768238d6f4a398f085fc5e44b0c16af697fe6b99fb5a405acf959395e7165f 08:26:22 $ docker rm -f b0768238d6f4a398f085fc5e44b0c16af697fe6b99fb5a405acf959395e7165f [Pipeline] // withDockerContainer [Pipeline] sh 08:26:22 + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/clair-reports [Pipeline] echo 08:26:22 Generated HTML Table Report. Writing to /w/workspace/xfoundry_device-modbus-go_master/clair-reports/clair_results_docker-device-modbus-go-arm64_eb57329eab223e55e7b2ddf4e89ae4fd35d89794.html [Pipeline] writeFile [Pipeline] step 08:26:22 Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 08:26:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:26:23 . [Pipeline] withDockerContainer 08:26:23 prd-centos7-docker-4c-2g-6453 does not seem to be running inside a container 08:26:23 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:26:24 $ docker top eae0d74dbd8159f74c8c05a9bd99a4359f76d2595cdd3bb3a81237afc4f847fe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:26:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:26:24 [ssh-agent] Looking for ssh-agent implementation... 08:26:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:26:25 $ docker exec eae0d74dbd8159f74c8c05a9bd99a4359f76d2595cdd3bb3a81237afc4f847fe ssh-agent 08:26:25 SSH_AUTH_SOCK=/tmp/ssh-ffOhjJtDYnxr/agent.15 08:26:25 SSH_AGENT_PID=22 08:26:25 Running ssh-add (command line suppressed) 08:26:25 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6214492122663645982.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6214492122663645982.key) 08:26:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:26:26 + git semver tag 08:26:26 # -> Open(): unable to determine branch for HEAD 08:26:26 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 08:26:26 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 08:26:26 # $SEMVER_REMOTE_NAME = origin 08:26:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:26:26 # $SEMVER_USER_NAME = edgex-jenkins 08:26:26 # $SEMVER_BRANCH = master 08:26:26 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver 08:26:26 # eb57329eab223e55e7b2ddf4e89ae4fd35d89794 HEAD 08:26:26 # -> Force: false 08:26:26 # b25004c00d489a2a3e999a443457cfe2c3951ec4 refs/tags/v1.2.0-dev.8 [Pipeline] } 08:26:26 $ docker exec --env ******** --env ******** eae0d74dbd8159f74c8c05a9bd99a4359f76d2595cdd3bb3a81237afc4f847fe ssh-agent -k 08:26:26 unset SSH_AUTH_SOCK; 08:26:26 unset SSH_AGENT_PID; 08:26:26 echo Agent pid 22 killed; 08:26:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:26:27 + git semver [Pipeline] } 08:26:28 $ docker stop --time=1 eae0d74dbd8159f74c8c05a9bd99a4359f76d2595cdd3bb3a81237afc4f847fe 08:26:29 $ docker rm -f eae0d74dbd8159f74c8c05a9bd99a4359f76d2595cdd3bb3a81237afc4f847fe [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 08:26:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:26:30 08:26:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 08:26:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:26:30 0.23.1-centos7: Pulling from edgex-lftools 08:26:30 ab5ef0e58194: Pulling fs layer 08:26:30 9712f1f96733: Pulling fs layer 08:26:30 63f879dbbcfc: Pulling fs layer 08:26:30 0d9ebad4ef96: Pulling fs layer 08:26:30 e9a5061849ea: Pulling fs layer 08:26:30 d747dcd14b5f: Pulling fs layer 08:26:30 2de7ff778b66: Pulling fs layer 08:26:30 e9a5061849ea: Waiting 08:26:30 d747dcd14b5f: Waiting 08:26:30 2de7ff778b66: Waiting 08:26:30 0d9ebad4ef96: Waiting 08:26:30 9712f1f96733: Verifying Checksum 08:26:30 9712f1f96733: Download complete 08:26:33 63f879dbbcfc: Verifying Checksum 08:26:33 63f879dbbcfc: Download complete 08:26:33 0d9ebad4ef96: Download complete 08:26:33 e9a5061849ea: Verifying Checksum 08:26:33 e9a5061849ea: Download complete 08:26:33 d747dcd14b5f: Verifying Checksum 08:26:33 d747dcd14b5f: Download complete 08:26:33 ab5ef0e58194: Verifying Checksum 08:26:33 ab5ef0e58194: Download complete 08:26:34 2de7ff778b66: Verifying Checksum 08:26:34 2de7ff778b66: Download complete 08:26:40 ab5ef0e58194: Pull complete 08:26:40 9712f1f96733: Pull complete 08:26:44 63f879dbbcfc: Pull complete 08:26:52 0d9ebad4ef96: Pull complete 08:26:52 e9a5061849ea: Pull complete 08:26:52 d747dcd14b5f: Pull complete 08:26:57 2de7ff778b66: Pull complete 08:26:57 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 08:26:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 08:26:57 prd-centos7-docker-4c-2g-6453 does not seem to be running inside a container 08:26:57 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 08:26:59 $ docker top ffdac5e0e6a00810bf05b39e2a4196e93e5cce56149fc47cb69f42c92d57a310 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 08:26:59 provisioning config files... 08:26:59 copy managed file [sigul-config] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config3182062137795826034tmp 08:26:59 copy managed file [sigul-password] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config3603485525992675473tmp 08:26:59 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config3168001813238162396tmp [Pipeline] { [Pipeline] echo 08:26:59 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 08:27:00 ---> sigul-configuration.sh 08:27:00 gpg: directory `/root/.gnupg' created 08:27:00 gpg: new configuration file `/root/.gnupg/gpg.conf' created 08:27:00 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 08:27:00 gpg: keyring `/root/.gnupg/secring.gpg' created 08:27:00 gpg: keyring `/root/.gnupg/pubring.gpg' created 08:27:00 gpg: CAST5 encrypted data 08:27:00 gpg: encrypted with 1 passphrase 08:27:00 gpg: WARNING: message was not integrity protected [Pipeline] sh 08:27:01 + mkdir /home/jenkins 08:27:01 + mkdir /home/jenkins/sigul [Pipeline] sh 08:27:01 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 08:27:01 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 08:27:01 ---> sigul-install.sh 08:27:07 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 08:27:08 + git tag --list 08:27:08 v1.2.0-dev.8 [Pipeline] sh 08:27:08 + lftools sign git-tag v1.2.0-dev.8 08:27:10 Signing Git tag with Sigul... 08:27:10 Signing v1.2.0-dev.8 [Pipeline] echo 08:27:11 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 08:27:12 ---> sigul-configuration-cleanup.sh [Pipeline] } 08:27:12 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 08:27:12 $ docker stop --time=1 ffdac5e0e6a00810bf05b39e2a4196e93e5cce56149fc47cb69f42c92d57a310 08:27:13 $ docker rm -f ffdac5e0e6a00810bf05b39e2a4196e93e5cce56149fc47cb69f42c92d57a310 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 08:27:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:27:15 . [Pipeline] withDockerContainer 08:27:15 prd-centos7-docker-4c-2g-6453 does not seem to be running inside a container 08:27:16 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:27:17 $ docker top a45ae7a739edad23d77d72454feb30fe9d2e4d7a981f48a4f53b642807d1b070 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:27:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:27:17 [ssh-agent] Looking for ssh-agent implementation... 08:27:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:27:17 $ docker exec a45ae7a739edad23d77d72454feb30fe9d2e4d7a981f48a4f53b642807d1b070 ssh-agent 08:27:17 SSH_AUTH_SOCK=/tmp/ssh-0TfbqC4oy1dg/agent.14 08:27:17 SSH_AGENT_PID=21 08:27:17 Running ssh-add (command line suppressed) 08:27:18 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_799079446080367601.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_799079446080367601.key) 08:27:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:27:18 + git semver bump pre 08:27:18 # -> Open(): unable to determine branch for HEAD 08:27:18 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 08:27:18 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 08:27:18 # $SEMVER_REMOTE_NAME = origin 08:27:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:27:18 # $SEMVER_USER_NAME = edgex-jenkins 08:27:18 # $SEMVER_BRANCH = master 08:27:18 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver 08:27:18 1.2.0-dev.9 [Pipeline] } 08:27:18 $ docker exec --env ******** --env ******** a45ae7a739edad23d77d72454feb30fe9d2e4d7a981f48a4f53b642807d1b070 ssh-agent -k 08:27:19 unset SSH_AUTH_SOCK; 08:27:19 unset SSH_AGENT_PID; 08:27:19 echo Agent pid 21 killed; 08:27:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:27:20 + git semver [Pipeline] } 08:27:20 $ docker stop --time=1 a45ae7a739edad23d77d72454feb30fe9d2e4d7a981f48a4f53b642807d1b070 08:27:22 $ docker rm -f a45ae7a739edad23d77d72454feb30fe9d2e4d7a981f48a4f53b642807d1b070 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:27:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:27:22 . [Pipeline] withDockerContainer 08:27:23 prd-centos7-docker-4c-2g-6453 does not seem to be running inside a container 08:27:23 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:27:23 $ docker top 1523b55f898d6757606644041235d7457c83d4d094603bbfb75fdfdd25d03c5c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:27:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:27:24 [ssh-agent] Looking for ssh-agent implementation... 08:27:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:27:24 $ docker exec 1523b55f898d6757606644041235d7457c83d4d094603bbfb75fdfdd25d03c5c ssh-agent 08:27:24 SSH_AUTH_SOCK=/tmp/ssh-Xg5lqXaap9u9/agent.15 08:27:24 SSH_AGENT_PID=22 08:27:24 Running ssh-add (command line suppressed) 08:27:24 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_2751441095463568326.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_2751441095463568326.key) 08:27:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:27:25 + git semver push 08:27:25 # -> Open(): unable to determine branch for HEAD 08:27:25 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 08:27:25 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 08:27:25 # $SEMVER_REMOTE_NAME = origin 08:27:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:27:25 # $SEMVER_USER_NAME = edgex-jenkins 08:27:25 # $SEMVER_BRANCH = master 08:27:25 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } 08:27:32 $ docker exec --env ******** --env ******** 1523b55f898d6757606644041235d7457c83d4d094603bbfb75fdfdd25d03c5c ssh-agent -k 08:27:32 unset SSH_AUTH_SOCK; 08:27:32 unset SSH_AGENT_PID; 08:27:32 echo Agent pid 22 killed; 08:27:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:27:33 + git semver [Pipeline] } 08:27:33 $ docker stop --time=1 1523b55f898d6757606644041235d7457c83d4d094603bbfb75fdfdd25d03c5c 08:27:34 $ docker rm -f 1523b55f898d6757606644041235d7457c83d4d094603bbfb75fdfdd25d03c5c [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 08:27:35 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:27:36 ---> package-listing.sh 08:27:36 ++ facter osfamily 08:27:36 ++ tr '[:upper:]' '[:lower:]' 08:27:36 + OS_FAMILY=redhat 08:27:36 + workspace=/w/workspace/xfoundry_device-modbus-go_master 08:27:36 + START_PACKAGES=/tmp/packages_start.txt 08:27:36 + END_PACKAGES=/tmp/packages_end.txt 08:27:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:27:36 + PACKAGES=/tmp/packages_start.txt 08:27:36 + '[' /w/workspace/xfoundry_device-modbus-go_master ']' 08:27:36 + PACKAGES=/tmp/packages_end.txt 08:27:36 + case "${OS_FAMILY}" in 08:27:36 + rpm -qa 08:27:36 + sort 08:27:41 + '[' -f /tmp/packages_start.txt ']' 08:27:41 + '[' -f /tmp/packages_end.txt ']' 08:27:41 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:27:41 + '[' /w/workspace/xfoundry_device-modbus-go_master ']' 08:27:41 + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/archives/ 08:27:41 + 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 08:27:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:27:42 08:27:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:27:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:27:42 alpine: Pulling from edgex-lftools-log-publisher 08:27:42 c9b1b535fdd9: Pulling fs layer 08:27:42 2cc5ad85d9ab: Pulling fs layer 08:27:42 756a868c4378: Pulling fs layer 08:27:42 444b2fc9a129: Pulling fs layer 08:27:42 ea15f1150254: Pulling fs layer 08:27:42 41b27a9f41bf: Pulling fs layer 08:27:42 28c525ee5125: Pulling fs layer 08:27:42 094b1ea09ed8: Pulling fs layer 08:27:42 138eaada9080: Pulling fs layer 08:27:42 0622d0fa9048: Pulling fs layer 08:27:42 444b2fc9a129: Waiting 08:27:42 ea15f1150254: Waiting 08:27:42 41b27a9f41bf: Waiting 08:27:42 28c525ee5125: Waiting 08:27:42 094b1ea09ed8: Waiting 08:27:42 138eaada9080: Waiting 08:27:42 0622d0fa9048: Waiting 08:27:42 2cc5ad85d9ab: Download complete 08:27:42 444b2fc9a129: Verifying Checksum 08:27:42 444b2fc9a129: Download complete 08:27:42 c9b1b535fdd9: Verifying Checksum 08:27:42 c9b1b535fdd9: Download complete 08:27:42 ea15f1150254: Verifying Checksum 08:27:42 ea15f1150254: Download complete 08:27:43 28c525ee5125: Verifying Checksum 08:27:43 28c525ee5125: Download complete 08:27:43 c9b1b535fdd9: Pull complete 08:27:43 2cc5ad85d9ab: Pull complete 08:27:44 756a868c4378: Verifying Checksum 08:27:44 756a868c4378: Download complete 08:27:44 138eaada9080: Verifying Checksum 08:27:44 138eaada9080: Download complete 08:27:44 0622d0fa9048: Download complete 08:27:44 094b1ea09ed8: Verifying Checksum 08:27:44 094b1ea09ed8: Download complete 08:27:45 41b27a9f41bf: Verifying Checksum 08:27:45 41b27a9f41bf: Download complete 08:27:47 756a868c4378: Pull complete 08:27:47 444b2fc9a129: Pull complete 08:27:48 ea15f1150254: Pull complete 08:27:52 41b27a9f41bf: Pull complete 08:27:52 28c525ee5125: Pull complete 08:27:57 094b1ea09ed8: Pull complete 08:27:57 138eaada9080: Pull complete 08:27:58 0622d0fa9048: Pull complete 08:27:58 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 08:27:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:27:58 prd-centos7-docker-4c-2g-6453 does not seem to be running inside a container 08:27:58 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:28:00 $ docker top b652962ce014dc09748541564fe8cabd07707fc029c902a54df27ffec98eb7ae -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:28:00 provisioning config files... 08:28:00 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config6895050744426955890tmp [Pipeline] { [Pipeline] echo 08:28:00 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:28:01 ---> create-netrc.sh [Pipeline] echo 08:28:01 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:28:02 ---> logs-deploy.sh 08:28:02 + ARCHIVE_ARTIFACTS= 08:28:02 + LOGS_SERVER=https://logs.edgexfoundry.org 08:28:02 + '[' https://logs.edgexfoundry.org == None ']' 08:28:02 + NEXUS_URL=https://nexus.edgexfoundry.org 08:28:02 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/8 08:28:02 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/master/8/ 08:28:02 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/8 /w/workspace/xfoundry_device-modbus-go_master 08:28:03 Archives upload complete. 08:28:04 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/8 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/master/8/