Pull request #139 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of ernestojeda for edgexfoundry/device-modbus-go Obtained Jenkinsfile from 4fc352aa2e5226d2b7bc08385ca5e741a07f1cf6+cc6d90c40154bca37e23385c8e48fb0109b6b0d5 (f8f90ac0f13d967a6de3871f7e5575e00293520d) 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 e7e7c7fb44d8ca5be541bf88e0d3575ac65047a0 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 e7e7c7fb44d8ca5be541bf88e0d3575ac65047a0 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e7e7c7fb44d8ca5be541bf88e0d3575ac65047a0 # timeout=10 Commit message: "Merge pull request #157 from ernestojeda/clean-snap-name" > 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-5308 in /w/workspace/xfoundry_device-modbus-go_PR-139 [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_PR-139 # 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/pull/139/head:refs/remotes/origin/PR-139 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit cc6d90c40154bca37e23385c8e48fb0109b6b0d5 into PR head commit 4fc352aa2e5226d2b7bc08385ca5e741a07f1cf6 Merge succeeded, producing 4fc352aa2e5226d2b7bc08385ca5e741a07f1cf6 Checking out Revision 4fc352aa2e5226d2b7bc08385ca5e741a07f1cf6 (PR-139) > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/139/head:refs/remotes/origin/PR-139 # 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/pull/139/head:refs/remotes/origin/PR-139 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4fc352aa2e5226d2b7bc08385ca5e741a07f1cf6 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge cc6d90c40154bca37e23385c8e48fb0109b6b0d5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4fc352aa2e5226d2b7bc08385ca5e741a07f1cf6 # timeout=10 Commit message: "Merge branch 'master' into integrated-snap-stage" First time build. Skipping changelog. > git rev-list --no-walk 58fdd56e45f93162b0dec62e83baa382b34e22e2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:19:04 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:19:04 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:19:04 ========================================================= 17:19:04 EdgeX Global Pipelines Version Info 17:19:04 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:19:05 ------------------- 17:19:05 stable info: 17:19:05 ------------------- 17:19:05 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:19:05 Commit SHA: 824d4d37602b19f8c5aab127669a8744686ab6c4 17:19:05 Message: update stable to v1.0.73 17:19:06 ------------------- 17:19:06 experimental info: 17:19:06 ------------------- 17:19:06 Commited By: **** collab-it+edgex@linuxfoundation.org 17:19:06 Commit SHA: 824d4d37602b19f8c5aab127669a8744686ab6c4 17:19:06 Message: update experimental to v1.0.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 17:19:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:19:08 17:19:08 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:19:08 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:19:08 latest: Pulling from edgex-devops/git-semver 17:19:08 9123ac7c32f7: Pulling fs layer 17:19:08 b8cc5d1170e3: Pulling fs layer 17:19:08 2924cbbf6a41: Pulling fs layer 17:19:08 93b08a4f1073: Pulling fs layer 17:19:08 b8cc5d1170e3: Verifying Checksum 17:19:09 9123ac7c32f7: Verifying Checksum 17:19:09 9123ac7c32f7: Download complete 17:19:09 93b08a4f1073: Verifying Checksum 17:19:09 93b08a4f1073: Download complete 17:19:09 2924cbbf6a41: Verifying Checksum 17:19:09 2924cbbf6a41: Download complete 17:19:09 9123ac7c32f7: Pull complete 17:19:09 b8cc5d1170e3: Pull complete 17:19:10 2924cbbf6a41: Pull complete 17:19:10 93b08a4f1073: Pull complete 17:19:10 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 17:19:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:19:10 prd-centos7-docker-4c-2g-5308 does not seem to be running inside a container 17:19:10 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_PR-139 -v /w/workspace/xfoundry_device-modbus-go_PR-139:/w/workspace/xfoundry_device-modbus-go_PR-139:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-139@tmp:/w/workspace/xfoundry_device-modbus-go_PR-139@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:19:11 $ docker top fc09fa4e52ebac67ab3d23161031e119594ab11f02fc7664c5e9c4f00667be92 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:19:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:19:11 [ssh-agent] Looking for ssh-agent implementation... 17:19:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:19:11 $ docker exec fc09fa4e52ebac67ab3d23161031e119594ab11f02fc7664c5e9c4f00667be92 ssh-agent 17:19:11 SSH_AUTH_SOCK=/tmp/ssh-7xkuZFlDoZiz/agent.15 17:19:11 SSH_AGENT_PID=22 17:19:11 Running ssh-add (command line suppressed) 17:19:11 Identity added: /w/workspace/xfoundry_device-modbus-go_PR-139@tmp/private_key_6363085851444200404.key (/w/workspace/xfoundry_device-modbus-go_PR-139@tmp/private_key_6363085851444200404.key) 17:19:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:19:12 + git describe --exact-match --tags HEAD 17:19:12 fatal: No names found, cannot describe anything. [Pipeline] } 17:19:12 $ docker exec --env ******** --env ******** fc09fa4e52ebac67ab3d23161031e119594ab11f02fc7664c5e9c4f00667be92 ssh-agent -k 17:19:12 unset SSH_AUTH_SOCK; 17:19:12 unset SSH_AGENT_PID; 17:19:12 echo Agent pid 22 killed; 17:19:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 17:19:12 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 17:19:12 This usually means this commit has not been tagged. [Pipeline] sshagent 17:19:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:19:12 [ssh-agent] Looking for ssh-agent implementation... 17:19:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:19:12 $ docker exec fc09fa4e52ebac67ab3d23161031e119594ab11f02fc7664c5e9c4f00667be92 ssh-agent 17:19:13 SSH_AUTH_SOCK=/tmp/ssh-AxskdHW3qSH6/agent.58 17:19:13 SSH_AGENT_PID=65 17:19:13 Running ssh-add (command line suppressed) 17:19:13 Identity added: /w/workspace/xfoundry_device-modbus-go_PR-139@tmp/private_key_8463515858431940580.key (/w/workspace/xfoundry_device-modbus-go_PR-139@tmp/private_key_8463515858431940580.key) 17:19:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:19:13 + git semver init 17:19:13 # -> Open(): unable to determine branch for HEAD 17:19:13 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_PR-139/.git 17:19:13 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_PR-139 17:19:13 # $SEMVER_REMOTE_NAME = origin 17:19:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:19:13 # $SEMVER_USER_NAME = edgex-jenkins 17:19:13 # $SEMVER_BRANCH = PR-139 17:19:13 # $SEMVER_TEMP = /tmp/semver-579117835 17:19:13 # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP 17:19:13 # '/tmp/semver-579117835' -> '/w/workspace/xfoundry_device-modbus-go_PR-139/.semver' 17:19:13 # -> Force: false 17:19:13 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_PR-139/.semver [Pipeline] } 17:19:13 $ docker exec --env ******** --env ******** fc09fa4e52ebac67ab3d23161031e119594ab11f02fc7664c5e9c4f00667be92 ssh-agent -k 17:19:14 unset SSH_AUTH_SOCK; 17:19:14 unset SSH_AGENT_PID; 17:19:14 echo Agent pid 65 killed; 17:19:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:19:14 + git semver [Pipeline] } 17:19:14 $ docker stop --time=1 fc09fa4e52ebac67ab3d23161031e119594ab11f02fc7664c5e9c4f00667be92 17:19:15 $ docker rm -f fc09fa4e52ebac67ab3d23161031e119594ab11f02fc7664c5e9c4f00667be92 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 17:19:16 Stashed 24 file(s) [Pipeline] echo 17:19:16 [edgeXSemver] initialized semver on version 0.0.0 [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 17:19:31 Still waiting to schedule task 17:19:31 ‘prd-centos7-blackbox-4c-2g-5289’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-builder-2c-1g-4099’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-4592’ is offline; ‘prd-centos7-docker-4c-2g-5275’ is offline; ‘prd-centos7-docker-4c-2g-5278’ is offline; ‘prd-centos7-docker-4c-2g-5281’ is offline; ‘prd-centos7-docker-4c-2g-5301’ is offline; ‘prd-centos7-docker-4c-2g-5303’ is offline; ‘prd-centos7-docker-4c-2g-5304’ is offline; ‘prd-centos7-docker-4c-2g-5310’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-5302’ doesn’t have label ‘centos7-docker-4c-2g’ 17:19:31 Still waiting to schedule task 17:19:31 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 17:21:32 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5312 in /w/workspace/xfoundry_device-modbus-go_PR-139 [Pipeline] { [Pipeline] ws 17:21:32 Running in /w/workspace/device-modbus-go/7 [Pipeline] { [Pipeline] checkout 17:21:38 using credential edgex-jenkins-ssh 17:21:38 Cloning the remote Git repository 17:21:38 Cloning with configured refspecs honoured and without tags 17:21:38 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 17:21:38 > git init /w/workspace/device-modbus-go/7 # timeout=10 17:21:38 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 17:21:38 > git --version # timeout=10 17:21:38 using GIT_SSH to set credentials SSH Credentials for GitHub 17:21:39 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/139/head:refs/remotes/origin/PR-139 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:21:39 Fetching without tags 17:21:40 Merging remotes/origin/master commit cc6d90c40154bca37e23385c8e48fb0109b6b0d5 into PR head commit 4fc352aa2e5226d2b7bc08385ca5e741a07f1cf6 17:21:39 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 17:21:39 > git config --add remote.origin.fetch +refs/pull/139/head:refs/remotes/origin/PR-139 # timeout=10 17:21:39 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 17:21:39 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 17:21:39 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 17:21:39 using GIT_SSH to set credentials SSH Credentials for GitHub 17:21:39 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/139/head:refs/remotes/origin/PR-139 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:21:40 > git config core.sparsecheckout # timeout=10 17:21:40 > git checkout -f 4fc352aa2e5226d2b7bc08385ca5e741a07f1cf6 # timeout=10 17:21:40 Merge succeeded, producing 4fc352aa2e5226d2b7bc08385ca5e741a07f1cf6 17:21:40 Checking out Revision 4fc352aa2e5226d2b7bc08385ca5e741a07f1cf6 (PR-139) 17:21:40 > git remote # timeout=10 17:21:40 > git config --get remote.origin.url # timeout=10 17:21:40 using GIT_SSH to set credentials SSH Credentials for GitHub 17:21:40 > git merge cc6d90c40154bca37e23385c8e48fb0109b6b0d5 # timeout=10 17:21:40 > git rev-parse HEAD^{commit} # timeout=10 17:21:40 > git config core.sparsecheckout # timeout=10 17:21:40 > git checkout -f 4fc352aa2e5226d2b7bc08385ca5e741a07f1cf6 # timeout=10 17:21:45 Commit message: "Merge branch 'master' into integrated-snap-stage" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 17:21:46 ========================================================= 17:21:46 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 17:21:46 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:21:47 + 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 . 17:21:48 Sending build context to Docker daemon 581.1kB 17:21:48 Step 1/8 : ARG BASE=golang:1.13-alpine 17:21:48 Step 2/8 : FROM ${BASE} 17:21:49 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:21:49 cde5963f3b93: Pulling fs layer 17:21:49 2a23fa8c16f7: Pulling fs layer 17:21:49 777b28850792: Pulling fs layer 17:21:49 8a11ddd9e578: Pulling fs layer 17:21:49 4cf88f913ddb: Pulling fs layer 17:21:49 1df406cf5192: Pulling fs layer 17:21:49 cd6300453558: Pulling fs layer 17:21:49 b9c365052c96: Pulling fs layer 17:21:49 a2d8cc88f415: Pulling fs layer 17:21:49 ea1d1ca13537: Pulling fs layer 17:21:49 3750a50a1c5e: Pulling fs layer 17:21:49 8a11ddd9e578: Waiting 17:21:49 4cf88f913ddb: Waiting 17:21:49 1df406cf5192: Waiting 17:21:49 cd6300453558: Waiting 17:21:49 b9c365052c96: Waiting 17:21:49 a2d8cc88f415: Waiting 17:21:49 ea1d1ca13537: Waiting 17:21:49 3750a50a1c5e: Waiting 17:21:49 777b28850792: Verifying Checksum 17:21:49 777b28850792: Download complete 17:21:49 2a23fa8c16f7: Verifying Checksum 17:21:49 2a23fa8c16f7: Download complete 17:21:49 4cf88f913ddb: Verifying Checksum 17:21:49 4cf88f913ddb: Download complete 17:21:49 1df406cf5192: Verifying Checksum 17:21:49 1df406cf5192: Download complete 17:21:49 cde5963f3b93: Download complete 17:21:50 cde5963f3b93: Pull complete 17:21:50 2a23fa8c16f7: Pull complete 17:21:51 777b28850792: Pull complete 17:21:53 cd6300453558: Verifying Checksum 17:21:53 cd6300453558: Download complete 17:21:53 a2d8cc88f415: Verifying Checksum 17:21:53 a2d8cc88f415: Download complete 17:21:55 ea1d1ca13537: Verifying Checksum 17:21:55 ea1d1ca13537: Download complete 17:21:55 3750a50a1c5e: Verifying Checksum 17:21:55 3750a50a1c5e: Download complete 17:21:59 b9c365052c96: Verifying Checksum 17:21:59 b9c365052c96: Download complete 17:22:00 8a11ddd9e578: Verifying Checksum 17:22:00 8a11ddd9e578: Download complete 17:22:12 8a11ddd9e578: Pull complete 17:22:12 4cf88f913ddb: Pull complete 17:22:12 1df406cf5192: Pull complete 17:22:17 cd6300453558: Pull complete 17:22:22 b9c365052c96: Pull complete 17:22:22 a2d8cc88f415: Pull complete 17:22:22 Running on prd-centos7-docker-4c-2g-5313 in /w/workspace/xfoundry_device-modbus-go_PR-139 [Pipeline] { [Pipeline] ws 17:22:22 Running in /w/workspace/device-modbus-go/7 [Pipeline] { [Pipeline] checkout 17:22:23 ea1d1ca13537: Pull complete 17:22:23 3750a50a1c5e: Pull complete 17:22:24 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 17:22:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 17:22:24 ---> 78745c68409d 17:22:24 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 17:22:24 using credential edgex-jenkins-ssh 17:22:24 Cloning the remote Git repository 17:22:24 Cloning with configured refspecs honoured and without tags 17:22:24 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 17:22:24 > git init /w/workspace/device-modbus-go/7 # timeout=10 17:22:24 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 17:22:24 > git --version # timeout=10 17:22:24 using GIT_SSH to set credentials SSH Credentials for GitHub 17:22:24 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/139/head:refs/remotes/origin/PR-139 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:22:25 Fetching without tags 17:22:25 Merging remotes/origin/master commit cc6d90c40154bca37e23385c8e48fb0109b6b0d5 into PR head commit 4fc352aa2e5226d2b7bc08385ca5e741a07f1cf6 17:22:25 Merge succeeded, producing 4fc352aa2e5226d2b7bc08385ca5e741a07f1cf6 17:22:25 Checking out Revision 4fc352aa2e5226d2b7bc08385ca5e741a07f1cf6 (PR-139) 17:22:24 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 17:22:24 > git config --add remote.origin.fetch +refs/pull/139/head:refs/remotes/origin/PR-139 # timeout=10 17:22:24 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 17:22:24 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 17:22:24 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 17:22:24 using GIT_SSH to set credentials SSH Credentials for GitHub 17:22:24 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/139/head:refs/remotes/origin/PR-139 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:22:25 > git config core.sparsecheckout # timeout=10 17:22:25 > git checkout -f 4fc352aa2e5226d2b7bc08385ca5e741a07f1cf6 # timeout=10 17:22:25 > git remote # timeout=10 17:22:25 > git config --get remote.origin.url # timeout=10 17:22:25 using GIT_SSH to set credentials SSH Credentials for GitHub 17:22:25 > git merge cc6d90c40154bca37e23385c8e48fb0109b6b0d5 # timeout=10 17:22:25 > git rev-parse HEAD^{commit} # timeout=10 17:22:25 > git config core.sparsecheckout # timeout=10 17:22:25 > git checkout -f 4fc352aa2e5226d2b7bc08385ca5e741a07f1cf6 # timeout=10 17:22:28 ---> Running in 95f4352b8339 17:22:28 Removing intermediate container 95f4352b8339 17:22:28 ---> f731b9816782 17:22:28 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:22:28 ---> Running in 7f6db0a18139 17:22:29 Commit message: "Merge branch 'master' into integrated-snap-stage" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 17:22:30 ========================================================= 17:22:30 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 17:22:30 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:22:30 + 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 . 17:22:30 Removing intermediate container 7f6db0a18139 17:22:30 ---> c1f89187071d 17:22:30 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 17:22:31 Sending build context to Docker daemon 581.1kB 17:22:31 Step 1/8 : ARG BASE=golang:1.13-alpine 17:22:31 Step 2/8 : FROM ${BASE} 17:22:31 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 17:22:31 e6b0cf9c0882: Pulling fs layer 17:22:31 2848faf0eed1: Pulling fs layer 17:22:31 0f37312ad70f: Pulling fs layer 17:22:31 5788d62ee057: Pulling fs layer 17:22:31 0e6b1d234666: Pulling fs layer 17:22:31 bf5d7aec512f: Pulling fs layer 17:22:31 34c802a77dc8: Pulling fs layer 17:22:31 9eb99e56ec68: Pulling fs layer 17:22:31 27c7a5d97fbd: Pulling fs layer 17:22:31 5c102a31e300: Pulling fs layer 17:22:31 dcfb455df0a1: Pulling fs layer 17:22:31 5788d62ee057: Waiting 17:22:31 0e6b1d234666: Waiting 17:22:31 bf5d7aec512f: Waiting 17:22:31 34c802a77dc8: Waiting 17:22:31 9eb99e56ec68: Waiting 17:22:31 27c7a5d97fbd: Waiting 17:22:31 5c102a31e300: Waiting 17:22:31 dcfb455df0a1: Waiting 17:22:31 0f37312ad70f: Verifying Checksum 17:22:31 2848faf0eed1: Download complete 17:22:31 ---> Running in da76882f7131 17:22:31 0e6b1d234666: Verifying Checksum 17:22:31 0e6b1d234666: Download complete 17:22:31 bf5d7aec512f: Verifying Checksum 17:22:31 bf5d7aec512f: Download complete 17:22:31 e6b0cf9c0882: Verifying Checksum 17:22:31 e6b0cf9c0882: Download complete 17:22:31 e6b0cf9c0882: Pull complete 17:22:32 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 17:22:32 34c802a77dc8: Verifying Checksum 17:22:32 34c802a77dc8: Download complete 17:22:32 27c7a5d97fbd: Verifying Checksum 17:22:32 27c7a5d97fbd: Download complete 17:22:32 9eb99e56ec68: Download complete 17:22:32 5788d62ee057: Download complete 17:22:33 dcfb455df0a1: Verifying Checksum 17:22:33 dcfb455df0a1: Download complete 17:22:33 5c102a31e300: Verifying Checksum 17:22:33 5c102a31e300: Download complete 17:22:33 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 17:22:33 2848faf0eed1: Pull complete 17:22:33 0f37312ad70f: Pull complete 17:22:34 (1/18) Upgrading libgcc (9.2.0-r3 -> 9.2.0-r4) 17:22:34 (2/18) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) 17:22:35 (3/18) Installing libmagic (5.37-r1) 17:22:35 (4/18) Installing file (5.37-r1) 17:22:35 (5/18) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) 17:22:35 (6/18) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) 17:22:35 (7/18) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) 17:22:40 5788d62ee057: Pull complete 17:22:40 0e6b1d234666: Pull complete 17:22:40 bf5d7aec512f: Pull complete 17:22:42 (8/18) Installing libc-dev (0.7.2-r0) 17:22:42 (9/18) Installing g++ (9.2.0-r4) 17:22:43 34c802a77dc8: Pull complete 17:22:45 (10/18) Installing fortify-headers (1.1-r0) 17:22:45 (11/18) Installing build-base (0.5-r1) 17:22:45 (12/18) Installing openssh-keygen (8.1_p1-r0) 17:22:45 (13/18) Installing libedit (20191211.3.1-r0) 17:22:45 (14/18) Installing openssh-client (8.1_p1-r0) 17:22:45 (15/18) Installing openssh-sftp-server (8.1_p1-r0) 17:22:46 (16/18) Installing openssh-server-common (8.1_p1-r0) 17:22:46 (17/18) Installing openssh-server (8.1_p1-r0) 17:22:46 (18/18) Installing openssh (8.1_p1-r0) 17:22:46 Executing busybox-1.31.1-r8.trigger 17:22:46 OK: 203 MiB in 52 packages 17:22:47 9eb99e56ec68: Pull complete 17:22:47 27c7a5d97fbd: Pull complete 17:22:47 5c102a31e300: Pull complete 17:22:47 dcfb455df0a1: Pull complete 17:22:47 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 17:22:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 17:22:47 ---> 7c70fe431013 17:22:47 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 17:22:48 ---> Running in c484d6f51eba 17:22:48 Removing intermediate container c484d6f51eba 17:22:48 ---> 9e00b4c58147 17:22:48 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:22:48 ---> Running in 9bd0a0e738d9 17:22:49 Removing intermediate container 9bd0a0e738d9 17:22:49 ---> 951d893a3c8d 17:22:49 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 17:22:49 ---> Running in 86b07104fea0 17:22:50 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 17:22:50 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 17:22:51 (1/17) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) 17:22:51 (2/17) Installing libmagic (5.37-r1) 17:22:51 (3/17) Installing file (5.37-r1) 17:22:51 (4/17) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) 17:22:51 (5/17) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) 17:22:51 (6/17) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) 17:22:53 Removing intermediate container da76882f7131 17:22:53 ---> ecafd95e4195 17:22:53 Step 6/8 : WORKDIR /device-modbus-go 17:22:53 ---> Running in 50885f7bc779 17:22:53 Removing intermediate container 50885f7bc779 17:22:53 ---> a581884a9d23 17:22:53 Step 7/8 : COPY . . 17:22:54 ---> 13c687fb1b9b 17:22:54 Step 8/8 : RUN go mod download 17:22:54 ---> Running in facccc65701a 17:22:56 go: finding github.com/BurntSushi/toml v0.3.1 17:22:56 go: finding github.com/OneOfOne/xxhash v1.2.6 17:22:56 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 17:22:56 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:22:56 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 17:22:56 go: finding github.com/bgentry/speakeasy v0.1.0 17:22:56 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 17:22:56 go: finding github.com/davecgh/go-spew v1.1.1 17:22:56 go: finding github.com/edgexfoundry/device-sdk-go v1.2.0-dev.27 17:22:56 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.29 17:22:56 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 17:22:56 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.54 17:22:56 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 17:22:56 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 17:22:56 go: finding github.com/fatih/color v1.7.0 17:22:56 go: finding github.com/fxamacker/cbor/v2 v2.2.0 17:22:56 go: finding github.com/go-kit/kit v0.8.0 17:22:56 go: finding github.com/go-logfmt/logfmt v0.4.0 17:22:56 go: finding github.com/go-stack/stack v1.8.0 17:22:56 go: finding github.com/goburrow/modbus v0.1.0 17:22:56 go: finding github.com/goburrow/serial v0.1.0 17:22:56 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 17:22:56 go: finding github.com/google/uuid v1.1.1 17:22:56 go: finding github.com/gorilla/mux v1.7.1 17:22:56 go: finding github.com/hashicorp/consul/api v1.1.0 17:22:57 go: finding github.com/hashicorp/consul/sdk v0.1.1 17:22:57 go: finding github.com/hashicorp/errwrap v1.0.0 17:22:57 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 17:22:57 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 17:22:57 go: finding github.com/hashicorp/go-msgpack v0.5.3 17:22:57 go: finding github.com/hashicorp/go-multierror v1.0.0 17:22:57 go: finding github.com/hashicorp/go-rootcerts v1.0.0 17:22:57 go: finding github.com/hashicorp/go-sockaddr v1.0.1 17:22:57 go: finding github.com/hashicorp/go-syslog v1.0.0 17:22:57 go: finding github.com/hashicorp/go-uuid v1.0.1 17:22:57 go: finding github.com/hashicorp/go.net v0.0.1 17:22:57 go: finding github.com/hashicorp/golang-lru v0.5.1 17:22:57 go: finding github.com/hashicorp/logutils v1.0.0 17:22:57 go: finding github.com/hashicorp/mdns v1.0.0 17:22:57 go: finding github.com/hashicorp/memberlist v0.1.3 17:22:57 go: finding github.com/hashicorp/serf v0.8.2 17:22:57 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 17:22:57 go: finding github.com/mattn/go-colorable v0.0.9 17:22:57 go: finding github.com/mattn/go-isatty v0.0.3 17:22:57 go: finding github.com/miekg/dns v1.1.4 17:22:57 go: finding github.com/mitchellh/cli v1.0.0 17:22:57 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:22:57 go: finding github.com/mitchellh/copystructure v1.0.0 17:22:57 go: finding github.com/mitchellh/go-homedir v1.1.0 17:22:57 go: finding github.com/mitchellh/go-testing-interface v1.0.0 17:22:57 go: finding github.com/mitchellh/go-wordwrap v1.0.0 17:22:57 go: finding github.com/mitchellh/gox v0.4.0 17:22:57 go: finding github.com/mitchellh/iochan v1.0.0 17:22:57 go: finding github.com/mitchellh/mapstructure v1.1.2 17:22:57 go: finding github.com/mitchellh/reflectwalk v1.0.0 17:22:57 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 17:22:57 go: finding github.com/pelletier/go-toml v1.2.0 17:22:57 go: finding github.com/pkg/errors v0.8.1 17:22:57 go: finding github.com/pmezard/go-difflib v1.0.0 17:22:57 go: finding github.com/posener/complete v1.1.1 17:22:57 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 17:22:57 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 17:22:57 go: finding github.com/stretchr/objx v0.1.0 17:22:57 go: finding github.com/stretchr/testify v1.5.1 17:22:57 go: finding github.com/ugorji/go v1.1.4 17:22:57 go: finding github.com/x448/float16 v0.8.4 17:22:57 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 17:22:57 go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 17:22:57 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 17:22:57 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 17:22:57 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 17:22:57 go: finding gopkg.in/yaml.v2 v2.2.8 17:23:04 (7/17) Installing libc-dev (0.7.2-r0) 17:23:04 (8/17) Installing g++ (9.2.0-r4) 17:23:07 (9/17) Installing fortify-headers (1.1-r0) 17:23:07 (10/17) Installing build-base (0.5-r1) 17:23:07 (11/17) Installing openssh-keygen (8.1_p1-r0) 17:23:07 (12/17) Installing libedit (20191211.3.1-r0) 17:23:07 (13/17) Installing openssh-client (8.1_p1-r0) 17:23:07 (14/17) Installing openssh-sftp-server (8.1_p1-r0) 17:23:07 Removing intermediate container facccc65701a 17:23:07 ---> ebdd5e9c490a 17:23:07 Successfully built ebdd5e9c490a 17:23:07 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 17:23:08 (15/17) Installing openssh-server-common (8.1_p1-r0) 17:23:08 (16/17) Installing openssh-server (8.1_p1-r0) 17:23:08 (17/17) Installing openssh (8.1_p1-r0) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:23:08 Executing busybox-1.31.1-r8.trigger 17:23:08 OK: 214 MiB in 52 packages 17:23:08 + docker inspect -f . ci-base-image-arm64 17:23:08 . [Pipeline] withDockerContainer 17:23:08 prd-ubuntu18.04-docker-arm64-4c-16g-5312 does not seem to be running inside a container 17:23:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/7 -v /w/workspace/device-modbus-go/7:/w/workspace/device-modbus-go/7:rw,z -v /w/workspace/device-modbus-go/7@tmp:/w/workspace/device-modbus-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:23:10 $ docker top cdf2a47309b0f7c86950311212c1e36211b68a470689dc9d3985e52fc655aa1c -eo pid,comm [Pipeline] { [Pipeline] sh 17:23:11 + go version 17:23:11 go version go1.13.5 linux/arm64 [Pipeline] sh 17:23:12 + make test 17:23:12 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 17:23:12 Removing intermediate container 86b07104fea0 17:23:12 ---> d33ef59bfe7b 17:23:12 Step 6/8 : WORKDIR /device-modbus-go 17:23:12 ---> Running in 6093067e6056 17:23:12 Removing intermediate container 6093067e6056 17:23:12 ---> bb947636c372 17:23:12 Step 7/8 : COPY . . 17:23:12 ---> e907255c4bbb 17:23:12 Step 8/8 : RUN go mod download 17:23:12 ---> Running in 9e76d6e57db2 17:23:13 ? github.com/edgexfoundry/device-modbus-go [no test files] 17:23:14 go: finding github.com/BurntSushi/toml v0.3.1 17:23:14 go: finding github.com/OneOfOne/xxhash v1.2.6 17:23:14 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 17:23:14 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:23:14 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 17:23:14 go: finding github.com/bgentry/speakeasy v0.1.0 17:23:14 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 17:23:14 go: finding github.com/davecgh/go-spew v1.1.1 17:23:14 go: finding github.com/edgexfoundry/device-sdk-go v1.2.0-dev.27 17:23:14 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.29 17:23:14 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 17:23:14 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.54 17:23:14 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 17:23:14 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 17:23:14 go: finding github.com/fatih/color v1.7.0 17:23:14 go: finding github.com/fxamacker/cbor/v2 v2.2.0 17:23:14 go: finding github.com/go-kit/kit v0.8.0 17:23:14 go: finding github.com/go-logfmt/logfmt v0.4.0 17:23:14 go: finding github.com/go-stack/stack v1.8.0 17:23:14 go: finding github.com/goburrow/modbus v0.1.0 17:23:14 go: finding github.com/goburrow/serial v0.1.0 17:23:14 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 17:23:14 go: finding github.com/google/uuid v1.1.1 17:23:14 go: finding github.com/gorilla/mux v1.7.1 17:23:14 go: finding github.com/hashicorp/consul/api v1.1.0 17:23:14 go: finding github.com/hashicorp/consul/sdk v0.1.1 17:23:14 go: finding github.com/hashicorp/errwrap v1.0.0 17:23:14 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 17:23:14 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 17:23:14 go: finding github.com/hashicorp/go-msgpack v0.5.3 17:23:14 go: finding github.com/hashicorp/go-multierror v1.0.0 17:23:14 go: finding github.com/hashicorp/go-rootcerts v1.0.0 17:23:14 go: finding github.com/hashicorp/go-sockaddr v1.0.1 17:23:14 go: finding github.com/hashicorp/go-syslog v1.0.0 17:23:14 go: finding github.com/hashicorp/go-uuid v1.0.1 17:23:14 go: finding github.com/hashicorp/go.net v0.0.1 17:23:14 go: finding github.com/hashicorp/golang-lru v0.5.1 17:23:14 go: finding github.com/hashicorp/logutils v1.0.0 17:23:14 go: finding github.com/hashicorp/mdns v1.0.0 17:23:14 go: finding github.com/hashicorp/memberlist v0.1.3 17:23:14 go: finding github.com/hashicorp/serf v0.8.2 17:23:14 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 17:23:14 go: finding github.com/mattn/go-colorable v0.0.9 17:23:14 go: finding github.com/mattn/go-isatty v0.0.3 17:23:14 go: finding github.com/miekg/dns v1.1.4 17:23:14 go: finding github.com/mitchellh/cli v1.0.0 17:23:14 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:23:14 go: finding github.com/mitchellh/copystructure v1.0.0 17:23:14 go: finding github.com/mitchellh/go-homedir v1.1.0 17:23:14 go: finding github.com/mitchellh/go-testing-interface v1.0.0 17:23:14 go: finding github.com/mitchellh/go-wordwrap v1.0.0 17:23:14 go: finding github.com/mitchellh/gox v0.4.0 17:23:14 go: finding github.com/mitchellh/iochan v1.0.0 17:23:14 go: finding github.com/mitchellh/mapstructure v1.1.2 17:23:14 go: finding github.com/mitchellh/reflectwalk v1.0.0 17:23:14 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 17:23:14 go: finding github.com/pelletier/go-toml v1.2.0 17:23:14 go: finding github.com/pkg/errors v0.8.1 17:23:14 go: finding github.com/pmezard/go-difflib v1.0.0 17:23:14 go: finding github.com/posener/complete v1.1.1 17:23:14 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 17:23:14 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 17:23:14 go: finding github.com/stretchr/objx v0.1.0 17:23:14 go: finding github.com/stretchr/testify v1.5.1 17:23:14 go: finding github.com/ugorji/go v1.1.4 17:23:14 go: finding github.com/x448/float16 v0.8.4 17:23:14 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 17:23:14 go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 17:23:14 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 17:23:14 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 17:23:14 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 17:23:14 go: finding gopkg.in/yaml.v2 v2.2.8 17:23:17 Removing intermediate container 9e76d6e57db2 17:23:17 ---> 58ce710e4626 17:23:17 Successfully built 58ce710e4626 17:23:17 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 17:23:18 + docker inspect -f . ci-base-image-x86_64 17:23:18 . [Pipeline] withDockerContainer 17:23:18 prd-centos7-docker-4c-2g-5313 does not seem to be running inside a container 17:23:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/7 -v /w/workspace/device-modbus-go/7:/w/workspace/device-modbus-go/7:rw,z -v /w/workspace/device-modbus-go/7@tmp:/w/workspace/device-modbus-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:23:18 $ docker top f0b2e9ba7ef956f1fe28ca1a82689f14e3484244792f29f10051f71205fdfa1d -eo pid,comm [Pipeline] { [Pipeline] sh 17:23:19 + go version 17:23:19 go version go1.13.5 linux/amd64 [Pipeline] sh 17:23:19 + make test 17:23:19 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 17:23:21 ? github.com/edgexfoundry/device-modbus-go [no test files] 17:23:31 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 17:23:31 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.153s coverage: 50.3% of statements 17:23:31 CGO_ENABLED=0 GO111MODULE=on go vet ./... 17:23:32 gofmt -l . 17:23:32 [ "`gofmt -l .`" = "" ] 17:23:32 ./bin/test-attribution-txt.sh 17:23:33 ./bin/test-go-mod-tidy.sh [Pipeline] stash 17:23:34 Stashed 1 file(s) [Pipeline] } 17:23:34 $ docker stop --time=1 f0b2e9ba7ef956f1fe28ca1a82689f14e3484244792f29f10051f71205fdfa1d 17:23:36 $ docker rm -f f0b2e9ba7ef956f1fe28ca1a82689f14e3484244792f29f10051f71205fdfa1d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 17:23:38 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:23:38 + ls -al . 17:23:38 total 104 17:23:38 drwxrwxr-x. 9 jenkins jenkins 4096 Apr 21 17:23 . 17:23:38 drwxrwxr-x. 4 jenkins jenkins 28 Apr 21 17:22 .. 17:23:38 -rw-rw-r--. 1 jenkins jenkins 5146 Apr 21 17:22 Attribution.txt 17:23:38 drwxrwxr-x. 2 jenkins jenkins 87 Apr 21 17:22 bin 17:23:38 drwxrwxr-x. 3 jenkins jenkins 32 Apr 21 17:22 cmd 17:23:38 -rw-r--r--. 1 jenkins jenkins 22123 Apr 21 17:23 coverage.out 17:23:38 -rw-rw-r--. 1 jenkins jenkins 1422 Apr 21 17:22 Dockerfile 17:23:38 -rw-rw-r--. 1 jenkins jenkins 954 Apr 21 17:22 Dockerfile.build 17:23:38 -rw-rw-r--. 1 jenkins jenkins 140 Apr 21 17:22 .dockerignore 17:23:38 drwxrwxr-x. 8 jenkins jenkins 179 Apr 21 17:22 .git 17:23:38 -rw-rw-r--. 1 jenkins jenkins 338 Apr 21 17:22 .gitignore 17:23:38 -rw-r--r--. 1 jenkins jenkins 566 Apr 21 17:23 go.mod 17:23:38 -rw-r--r--. 1 jenkins jenkins 13382 Apr 21 17:23 go.sum 17:23:38 drwxrwxr-x. 3 jenkins jenkins 20 Apr 21 17:22 internal 17:23:38 -rw-rw-r--. 1 jenkins jenkins 702 Apr 21 17:22 Jenkinsfile 17:23:38 -rw-rw-r--. 1 jenkins jenkins 11340 Apr 21 17:22 LICENSE 17:23:38 -rw-rw-r--. 1 jenkins jenkins 880 Apr 21 17:22 Makefile 17:23:38 -rw-rw-r--. 1 jenkins jenkins 591 Apr 21 17:22 README.md 17:23:38 drwxrwxr-x. 3 jenkins jenkins 58 Apr 21 17:22 .semver 17:23:38 drwxrwxr-x. 2 jenkins jenkins 35 Apr 21 17:22 simulator 17:23:38 drwxrwxr-x. 4 jenkins jenkins 54 Apr 21 17:22 snap 17:23:38 -rw-rw-r--. 1 jenkins jenkins 5 Apr 21 17:19 VERSION 17:23:38 -rw-rw-r--. 1 jenkins jenkins 229 Apr 21 17:22 version.go [Pipeline] isUnix [Pipeline] sh 17:23:38 + 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=4fc352aa2e5226d2b7bc08385ca5e741a07f1cf6 --label arch=amd64 --label version=0.0.0 . 17:23:38 Sending build context to Docker daemon 609.8kB 17:23:38 Step 1/19 : ARG BASE=golang:1.13-alpine 17:23:38 Step 2/19 : FROM ${BASE} AS builder 17:23:38 ---> 58ce710e4626 17:23:38 Step 3/19 : ARG MAKE='make build' 17:23:39 ---> Running in c18821dd4a3d 17:23:39 Removing intermediate container c18821dd4a3d 17:23:39 ---> f0b83790ea74 17:23:39 Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:23:39 ---> Running in c61687daca36 17:23:40 Removing intermediate container c61687daca36 17:23:40 ---> 2d7a697b1692 17:23:40 Step 5/19 : RUN apk add --update --no-cache make git openssh build-base 17:23:40 ---> Running in 12ee1872ff36 17:23:40 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 17:23:40 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 17:23:41 OK: 214 MiB in 52 packages 17:23:41 Removing intermediate container 12ee1872ff36 17:23:41 ---> 726d9b145960 17:23:41 Step 6/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go 17:23:41 ---> Running in ff059da38613 17:23:41 Removing intermediate container ff059da38613 17:23:41 ---> 84a9e52ccb1f 17:23:41 Step 7/19 : COPY . . 17:23:41 ---> a86afa1ce8bf 17:23:41 Step 8/19 : RUN ${MAKE} 17:23:41 ---> Running in d244fdffafd8 17:23:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -o cmd/device-modbus ./cmd 17:23:45 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 17:23:45 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.209s coverage: 50.3% of statements 17:23:45 CGO_ENABLED=0 GO111MODULE=on go vet ./... 17:23:45 gofmt -l . 17:23:45 [ "`gofmt -l .`" = "" ] 17:23:45 ./bin/test-attribution-txt.sh 17:23:46 ./bin/test-go-mod-tidy.sh [Pipeline] stash 17:23:47 Warning: overwriting stash ‘coverage-report’ 17:23:47 Stashed 1 file(s) [Pipeline] } 17:23:47 $ docker stop --time=1 cdf2a47309b0f7c86950311212c1e36211b68a470689dc9d3985e52fc655aa1c 17:23:49 $ docker rm -f cdf2a47309b0f7c86950311212c1e36211b68a470689dc9d3985e52fc655aa1c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 17:23:50 CGO_ENABLED=0 GO111MODULE=on go build ./... 17:23:50 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:23:51 + ls -al . 17:23:51 total 136 17:23:51 drwxrwxr-x 9 jenkins jenkins 4096 Apr 21 17:23 . 17:23:51 drwxrwxr-x 4 jenkins jenkins 4096 Apr 21 17:21 .. 17:23:51 -rw-rw-r-- 1 jenkins jenkins 140 Apr 21 17:21 .dockerignore 17:23:51 drwxrwxr-x 8 jenkins jenkins 4096 Apr 21 17:21 .git 17:23:51 -rw-rw-r-- 1 jenkins jenkins 338 Apr 21 17:21 .gitignore 17:23:51 drwxrwxr-x 3 jenkins jenkins 4096 Apr 21 17:21 .semver 17:23:51 -rw-rw-r-- 1 jenkins jenkins 5146 Apr 21 17:21 Attribution.txt 17:23:51 -rw-rw-r-- 1 jenkins jenkins 1422 Apr 21 17:21 Dockerfile 17:23:51 -rw-rw-r-- 1 jenkins jenkins 954 Apr 21 17:21 Dockerfile.build 17:23:51 -rw-rw-r-- 1 jenkins jenkins 702 Apr 21 17:21 Jenkinsfile 17:23:51 -rw-rw-r-- 1 jenkins jenkins 11340 Apr 21 17:21 LICENSE 17:23:51 -rw-rw-r-- 1 jenkins jenkins 880 Apr 21 17:21 Makefile 17:23:51 -rw-rw-r-- 1 jenkins jenkins 591 Apr 21 17:21 README.md 17:23:51 -rw-rw-r-- 1 jenkins jenkins 5 Apr 21 17:19 VERSION 17:23:51 drwxrwxr-x 2 jenkins jenkins 4096 Apr 21 17:21 bin 17:23:51 drwxrwxr-x 3 jenkins jenkins 4096 Apr 21 17:21 cmd 17:23:51 -rw-r--r-- 1 jenkins jenkins 22123 Apr 21 17:23 coverage.out 17:23:51 -rw-r--r-- 1 jenkins jenkins 566 Apr 21 17:23 go.mod 17:23:51 -rw-r--r-- 1 jenkins jenkins 13382 Apr 21 17:23 go.sum 17:23:51 drwxrwxr-x 3 jenkins jenkins 4096 Apr 21 17:21 internal 17:23:51 drwxrwxr-x 2 jenkins jenkins 4096 Apr 21 17:21 simulator 17:23:51 drwxrwxr-x 4 jenkins jenkins 4096 Apr 21 17:21 snap 17:23:51 -rw-rw-r-- 1 jenkins jenkins 229 Apr 21 17:21 version.go [Pipeline] isUnix [Pipeline] sh 17:23:51 + 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=4fc352aa2e5226d2b7bc08385ca5e741a07f1cf6 --label arch=arm64 --label version=0.0.0 . 17:23:51 Sending build context to Docker daemon 609.8kB 17:23:51 Step 1/19 : ARG BASE=golang:1.13-alpine 17:23:51 Step 2/19 : FROM ${BASE} AS builder 17:23:51 ---> ebdd5e9c490a 17:23:51 Step 3/19 : ARG MAKE='make build' 17:23:52 ---> Running in f56e574f74b1 17:23:52 Removing intermediate container f56e574f74b1 17:23:52 ---> 6e6be8beb497 17:23:52 Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:23:52 ---> Running in 1c1637ba080b 17:23:53 Removing intermediate container d244fdffafd8 17:23:53 ---> 0abff913f570 17:23:53 Step 9/19 : FROM scratch 17:23:53 ---> 17:23:53 Step 10/19 : ENV APP_PORT=49991 17:23:53 ---> Running in 9ca585d5a4aa 17:23:53 Removing intermediate container 9ca585d5a4aa 17:23:53 ---> 20a265cc6ff8 17:23:53 Step 11/19 : EXPOSE $APP_PORT 17:23:53 ---> Running in ce516be62b7a 17:23:53 Removing intermediate container ce516be62b7a 17:23:53 ---> a7bd78930356 17:23:53 Step 12/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / 17:23:53 ---> 8d1a41d37579 17:23:53 Step 13/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / 17:23:53 ---> c41f290e180b 17:23:53 Step 14/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / 17:23:54 ---> 58ef7efd67f2 17:23:54 Step 15/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' 17:23:54 ---> Running in 030c20f6c10e 17:23:54 Removing intermediate container 030c20f6c10e 17:23:54 ---> 9a7c7952d4d5 17:23:54 Step 16/19 : ENTRYPOINT ["/device-modbus","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] 17:23:54 ---> Running in 16cc25346853 17:23:54 Removing intermediate container 16cc25346853 17:23:54 ---> 22114bf3e01e 17:23:54 Step 17/19 : LABEL arch=amd64 17:23:54 ---> Running in efceec7b5f19 17:23:54 Removing intermediate container efceec7b5f19 17:23:54 ---> 7a95389a0941 17:23:54 Step 18/19 : LABEL git_sha=4fc352aa2e5226d2b7bc08385ca5e741a07f1cf6 17:23:54 ---> Running in d77e4d6a3031 17:23:54 Removing intermediate container d77e4d6a3031 17:23:54 ---> 14b4f4063f50 17:23:54 Step 19/19 : LABEL version=0.0.0 17:23:54 Removing intermediate container 1c1637ba080b 17:23:54 ---> 7d241f4a5324 17:23:54 Step 5/19 : RUN apk add --update --no-cache make git openssh build-base 17:23:54 ---> Running in 64e0411ca5cb 17:23:54 ---> Running in 5bcb3614e186 17:23:54 Removing intermediate container 5bcb3614e186 17:23:54 ---> bbaf4267eb88 17:23:54 [Warning] One or more build-args [ARCH] were not consumed 17:23:54 Successfully built bbaf4267eb88 17:23:54 Successfully tagged docker-device-modbus-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { 17:23:55 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [Pipeline] sh 17:23:55 ++ find /w/workspace/device-modbus-go/7 17:23:55 ++ grep snapcraft.yaml 17:23:55 + grep -Po '^name: \K(.*)' /w/workspace/device-modbus-go/7/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:23:55 provisioning config files... 17:23:55 copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/7@tmp/config6086796057749482388tmp [Pipeline] { [Pipeline] sh 17:23:56 + cp /w/workspace/device-modbus-go/7@tmp/config6086796057749482388tmp /w/workspace/device-modbus-go/7/edgex-snap-store-login [Pipeline] sh 17:23:56 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 17:23:56 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/7:/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 17:23:56 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 17:23:56 latest: Pulling from edgex-devops/edgex-snap-builder 17:23:56 5bed26d33875: Pulling fs layer 17:23:56 f11b29a9c730: Pulling fs layer 17:23:56 930bda195c84: Pulling fs layer 17:23:56 78bf9a5ad49e: Pulling fs layer 17:23:56 e5fbee5a4b0d: Pulling fs layer 17:23:56 f452fca78f88: Pulling fs layer 17:23:56 7417ef92027a: Pulling fs layer 17:23:56 2af5c49d270b: Pulling fs layer 17:23:56 df9c3bdbc40a: Pulling fs layer 17:23:56 f452fca78f88: Waiting 17:23:56 7417ef92027a: Waiting 17:23:56 2af5c49d270b: Waiting 17:23:56 df9c3bdbc40a: Waiting 17:23:56 78bf9a5ad49e: Waiting 17:23:56 e5fbee5a4b0d: Waiting 17:23:56 930bda195c84: Verifying Checksum 17:23:56 930bda195c84: Download complete 17:23:56 f11b29a9c730: Download complete 17:23:56 78bf9a5ad49e: Download complete 17:23:56 f452fca78f88: Verifying Checksum 17:23:56 f452fca78f88: Download complete 17:23:56 7417ef92027a: Verifying Checksum 17:23:56 7417ef92027a: Download complete 17:23:56 2af5c49d270b: Verifying Checksum 17:23:56 2af5c49d270b: Download complete 17:23:56 df9c3bdbc40a: Verifying Checksum 17:23:56 df9c3bdbc40a: Download complete 17:23:56 OK: 203 MiB in 52 packages 17:23:57 5bed26d33875: Download complete 17:23:57 Removing intermediate container 64e0411ca5cb 17:23:57 ---> 42774c51b800 17:23:57 Step 6/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go 17:23:57 ---> Running in 241caf47595e 17:23:58 Removing intermediate container 241caf47595e 17:23:58 ---> d509530139a6 17:23:58 Step 7/19 : COPY . . 17:23:58 ---> 65bf29822d69 17:23:58 Step 8/19 : RUN ${MAKE} 17:23:58 ---> Running in b9905aee916a 17:23:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -o cmd/device-modbus ./cmd 17:24:00 e5fbee5a4b0d: Verifying Checksum 17:24:00 e5fbee5a4b0d: Download complete 17:24:02 5bed26d33875: Pull complete 17:24:02 f11b29a9c730: Pull complete 17:24:02 930bda195c84: Pull complete 17:24:03 78bf9a5ad49e: Pull complete 17:24:26 CGO_ENABLED=0 GO111MODULE=on go build ./... 17:24:29 e5fbee5a4b0d: Pull complete 17:24:29 f452fca78f88: Pull complete 17:24:29 7417ef92027a: Pull complete 17:24:29 2af5c49d270b: Pull complete 17:24:29 df9c3bdbc40a: Pull complete 17:24:29 Digest: sha256:329b7ca3c147263d7a6122d30aca7e6f18adc9017ce870f1638d2965d7494739 17:24:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 17:24:30 Removing intermediate container b9905aee916a 17:24:30 ---> 9e31ff59eeb8 17:24:30 Step 9/19 : FROM scratch 17:24:30 ---> 17:24:30 Step 10/19 : ENV APP_PORT=49991 17:24:30 ---> Running in 3d6cbdd54818 17:24:30 Removing intermediate container 3d6cbdd54818 17:24:30 ---> 87072a8e261e 17:24:30 Step 11/19 : EXPOSE $APP_PORT 17:24:30 ---> Running in 7b73a9bc8612 17:24:30 Removing intermediate container 7b73a9bc8612 17:24:30 ---> 2cf0c110019d 17:24:30 Step 12/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / 17:24:31 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 17:24:31 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 17:24:31 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 17:24:31 Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 17:24:31 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [889 kB] 17:24:31 ---> 5714ff2c707e 17:24:31 Step 13/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / 17:24:31 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1185 kB] 17:24:32 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [839 kB] 17:24:32 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1372 kB] 17:24:32 Get:9 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [7674 B] 17:24:32 Get:10 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] 17:24:32 ---> 037cc83787ed 17:24:32 Step 14/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / 17:24:32 Fetched 4553 kB in 1s (3070 kB/s) 17:24:32 ---> 6468f9ab743d 17:24:32 Step 15/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' 17:24:32 ---> Running in 1aa2560dc3f8 17:24:33 Removing intermediate container 1aa2560dc3f8 17:24:33 ---> 932f078f715d 17:24:33 Step 16/19 : ENTRYPOINT ["/device-modbus","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] 17:24:33 ---> Running in 2110c2920ada 17:24:33 Removing intermediate container 2110c2920ada 17:24:33 ---> 817f415837d3 17:24:33 Step 17/19 : LABEL arch=arm64 17:24:34 Reading package lists... 17:24:34 ---> Running in 0f0041e2ddcd 17:24:34 Removing intermediate container 0f0041e2ddcd 17:24:34 ---> 49123e1e5473 17:24:34 Step 18/19 : LABEL git_sha=4fc352aa2e5226d2b7bc08385ca5e741a07f1cf6 17:24:34 ---> Running in 50fa05e13711 17:24:34 Removing intermediate container 50fa05e13711 17:24:34 ---> 8dfb4de7d949 17:24:34 Step 19/19 : LABEL version=0.0.0 17:24:34 ---> Running in b43fa442c923 17:24:35 Removing intermediate container b43fa442c923 17:24:35 ---> 2100a575fa46 17:24:35 [Warning] One or more build-args [ARCH] were not consumed 17:24:35 Successfully built 2100a575fa46 17:24:35 Successfully tagged docker-device-modbus-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh 17:24:35 + find /w/workspace/device-modbus-go/7 17:24:35 + grep snapcraft.yaml 17:24:35 + grep -Po ^name: \K(.*) /w/workspace/device-modbus-go/7/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:24:36 provisioning config files... 17:24:36 copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/7@tmp/config3974534299304969070tmp [Pipeline] { [Pipeline] sh 17:24:36 + cp /w/workspace/device-modbus-go/7@tmp/config3974534299304969070tmp /w/workspace/device-modbus-go/7/edgex-snap-store-login [Pipeline] sh 17:24:36 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/7:/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 17:24:36 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally 17:24:37 latest: Pulling from edgex-devops/edgex-snap-builder-arm64 17:24:37 b2f61026a351: Pulling fs layer 17:24:37 5538fb30c42c: Pulling fs layer 17:24:37 f0b05810781a: Pulling fs layer 17:24:37 0180a33352d6: Pulling fs layer 17:24:37 e7604b0c0f53: Pulling fs layer 17:24:37 db689cb83ae0: Pulling fs layer 17:24:37 6138af208834: Pulling fs layer 17:24:37 007c8e8c5d63: Pulling fs layer 17:24:37 4f7a387c642f: Pulling fs layer 17:24:37 db689cb83ae0: Waiting 17:24:37 6138af208834: Waiting 17:24:37 007c8e8c5d63: Waiting 17:24:37 0180a33352d6: Waiting 17:24:37 e7604b0c0f53: Waiting 17:24:37 4f7a387c642f: Waiting 17:24:37 f0b05810781a: Verifying Checksum 17:24:37 f0b05810781a: Download complete 17:24:37 5538fb30c42c: Verifying Checksum 17:24:37 5538fb30c42c: Download complete 17:24:37 0180a33352d6: Verifying Checksum 17:24:37 0180a33352d6: Download complete 17:24:37 db689cb83ae0: Verifying Checksum 17:24:37 db689cb83ae0: Download complete 17:24:37 6138af208834: Verifying Checksum 17:24:37 6138af208834: Download complete 17:24:37 007c8e8c5d63: Verifying Checksum 17:24:37 007c8e8c5d63: Download complete 17:24:37 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 17:24:37 4f7a387c642f: Verifying Checksum 17:24:37 4f7a387c642f: Download complete 17:24:38 Reading package lists... 17:24:39 Building dependency tree... 17:24:39 Reading state information... 17:24:39 b2f61026a351: Verifying Checksum 17:24:39 b2f61026a351: Download complete 17:24:39 The following packages were automatically installed and are no longer required: 17:24:39 libjq1 liblzo2-2 libonig4 17:24:39 Use 'sudo apt autoremove' to remove them. 17:24:39 Suggested packages: 17:24:39 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 17:24:39 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc 17:24:39 keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc 17:24:39 libterm-readline-gnu-perl | libterm-readline-perl-perl 17:24:39 The following NEW packages will be installed: 17:24:39 curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl 17:24:39 libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 17:24:39 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase 17:24:39 openssh-client patch perl perl-modules-5.26 xauth 17:24:39 0 upgraded, 27 newly installed, 0 to remove and 0 not upgraded. 17:24:39 Need to get 14.7 MB of archives. 17:24:39 After this operation, 89.5 MB of additional disk space will be used. 17:24:39 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxau6 amd64 1:1.0.8-1 [8376 B] 17:24:39 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 17:24:39 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB] 17:24:39 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB] 17:24:40 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] 17:24:40 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.2 [569 kB] 17:24:40 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB] 17:24:40 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 17:24:40 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 17:24:40 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 17:24:40 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] 17:24:40 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] 17:24:40 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 17:24:40 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 17:24:40 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 17:24:40 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 17:24:40 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.3 [1088 kB] 17:24:40 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B] 17:24:40 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 17:24:40 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB] 17:24:40 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.8 [159 kB] 17:24:41 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.8 [213 kB] 17:24:41 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 17:24:41 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 17:24:41 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 17:24:41 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 17:24:41 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 17:24:42 debconf: delaying package configuration, since apt-utils is not installed 17:24:42 Fetched 14.7 MB in 2s (8251 kB/s) 17:24:42 Selecting previously unselected package libxau6:amd64. 17:24:42 b2f61026a351: Pull complete 17:24:42 5538fb30c42c: Pull complete 17:24:42 f0b05810781a: Pull complete 17:24:42 (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.) 17:24:42 Preparing to unpack .../00-libxau6_1%3a1.0.8-1_amd64.deb ... 17:24:42 Unpacking libxau6:amd64 (1:1.0.8-1) ... 17:24:42 Selecting previously unselected package libbsd0:amd64. 17:24:42 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 17:24:42 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 17:24:42 Selecting previously unselected package libxdmcp6:amd64. 17:24:42 Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_amd64.deb ... 17:24:42 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... 17:24:42 Selecting previously unselected package libxcb1:amd64. 17:24:42 Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_amd64.deb ... 17:24:42 Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ... 17:24:42 0180a33352d6: Pull complete 17:24:42 Selecting previously unselected package libx11-data. 17:24:42 Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... 17:24:42 Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... 17:24:43 Selecting previously unselected package libx11-6:amd64. 17:24:43 Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_amd64.deb ... 17:24:43 Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... 17:24:43 Selecting previously unselected package libxext6:amd64. 17:24:43 Preparing to unpack .../06-libxext6_2%3a1.3.3-1_amd64.deb ... 17:24:43 Unpacking libxext6:amd64 (2:1.3.3-1) ... 17:24:43 Selecting previously unselected package perl-modules-5.26. 17:24:43 Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 17:24:43 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 17:24:46 Selecting previously unselected package libgdbm5:amd64. 17:24:46 Preparing to unpack .../08-libgdbm5_1.14.1-6_amd64.deb ... 17:24:46 Unpacking libgdbm5:amd64 (1.14.1-6) ... 17:24:46 Selecting previously unselected package libgdbm-compat4:amd64. 17:24:46 Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_amd64.deb ... 17:24:46 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 17:24:46 Selecting previously unselected package libperl5.26:amd64. 17:24:46 Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... 17:24:46 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 17:24:47 Selecting previously unselected package perl. 17:24:47 Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_amd64.deb ... 17:24:47 Unpacking perl (5.26.1-6ubuntu0.3) ... 17:24:47 Selecting previously unselected package less. 17:24:47 Preparing to unpack .../12-less_487-0.1_amd64.deb ... 17:24:47 Unpacking less (487-0.1) ... 17:24:47 Selecting previously unselected package libexpat1:amd64. 17:24:47 Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 17:24:47 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 17:24:47 Selecting previously unselected package netbase. 17:24:47 Preparing to unpack .../14-netbase_5.4_all.deb ... 17:24:47 Unpacking netbase (5.4) ... 17:24:49 Selecting previously unselected package libedit2:amd64. 17:24:49 Preparing to unpack .../15-libedit2_3.1-20170329-1_amd64.deb ... 17:24:49 Unpacking libedit2:amd64 (3.1-20170329-1) ... 17:24:49 Selecting previously unselected package libssl1.0.0:amd64. 17:24:49 Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb ... 17:24:49 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... 17:24:49 Selecting previously unselected package libxmuu1:amd64. 17:24:49 Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_amd64.deb ... 17:24:49 Unpacking libxmuu1:amd64 (2:1.1.2-2) ... 17:24:49 Selecting previously unselected package openssh-client. 17:24:49 Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 17:24:49 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 17:24:50 Selecting previously unselected package xauth. 17:24:50 Preparing to unpack .../19-xauth_1%3a1.0.10-1_amd64.deb ... 17:24:50 Unpacking xauth (1:1.0.10-1) ... 17:24:50 Selecting previously unselected package curl. 17:24:50 Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_amd64.deb ... 17:24:50 Unpacking curl (7.58.0-2ubuntu3.8) ... 17:24:50 Selecting previously unselected package libcurl3-gnutls:amd64. 17:24:50 Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_amd64.deb ... 17:24:50 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... 17:24:50 Selecting previously unselected package liberror-perl. 17:24:50 Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... 17:24:50 Unpacking liberror-perl (0.17025-1) ... 17:24:50 Selecting previously unselected package git-man. 17:24:50 Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 17:24:50 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 17:24:50 Selecting previously unselected package git. 17:24:50 Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 17:24:50 Unpacking git (1:2.17.1-1ubuntu0.7) ... 17:24:51 Selecting previously unselected package make. 17:24:51 Preparing to unpack .../25-make_4.1-9.1ubuntu1_amd64.deb ... 17:24:51 Unpacking make (4.1-9.1ubuntu1) ... 17:24:51 Selecting previously unselected package patch. 17:24:51 Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_amd64.deb ... 17:24:51 Unpacking patch (2.7.6-2ubuntu1.1) ... 17:24:51 Setting up libedit2:amd64 (3.1-20170329-1) ... 17:24:51 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 17:24:51 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 17:24:51 Setting up less (487-0.1) ... 17:24:52 Setting up make (4.1-9.1ubuntu1) ... 17:24:52 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... 17:24:52 Setting up curl (7.58.0-2ubuntu3.8) ... 17:24:52 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... 17:24:52 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 17:24:52 Setting up libgdbm5:amd64 (1.14.1-6) ... 17:24:52 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 17:24:52 Setting up patch (2.7.6-2ubuntu1.1) ... 17:24:52 Setting up libxdmcp6:amd64 (1:1.1.2-3) ... 17:24:52 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 17:24:52 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 17:24:52 Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... 17:24:52 Setting up libxau6:amd64 (1:1.0.8-1) ... 17:24:52 Setting up netbase (5.4) ... 17:24:52 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 17:24:52 Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ... 17:24:52 Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... 17:24:52 Setting up libxmuu1:amd64 (2:1.1.2-2) ... 17:24:52 Setting up perl (5.26.1-6ubuntu0.3) ... 17:24:52 Setting up libxext6:amd64 (2:1.3.3-1) ... 17:24:52 Setting up liberror-perl (0.17025-1) ... 17:24:52 Setting up xauth (1:1.0.10-1) ... 17:24:52 Setting up git (1:2.17.1-1ubuntu0.7) ... 17:24:52 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:24:55 curl set to automatically installed. 17:24:55 git set to automatically installed. 17:24:55 git-man set to automatically installed. 17:24:55 less set to automatically installed. 17:24:55 libbsd0 set to automatically installed. 17:24:55 libcurl3-gnutls set to automatically installed. 17:24:55 libedit2 set to automatically installed. 17:24:55 liberror-perl set to automatically installed. 17:24:55 libexpat1 set to automatically installed. 17:24:55 libgdbm-compat4 set to automatically installed. 17:24:55 libgdbm5 set to automatically installed. 17:24:55 libperl5.26 set to automatically installed. 17:24:55 libssl1.0.0 set to automatically installed. 17:24:55 libx11-6 set to automatically installed. 17:24:55 libx11-data set to automatically installed. 17:24:55 libxau6 set to automatically installed. 17:24:55 libxcb1 set to automatically installed. 17:24:55 libxdmcp6 set to automatically installed. 17:24:55 libxext6 set to automatically installed. 17:24:55 libxmuu1 set to automatically installed. 17:24:55 make set to automatically installed. 17:24:55 netbase set to automatically installed. 17:24:55 openssh-client set to automatically installed. 17:24:55 patch set to automatically installed. 17:24:55 perl set to automatically installed. 17:24:55 perl-modules-5.26 set to automatically installed. 17:24:55 xauth set to automatically installed. 17:24:55 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 17:24:55 Please ensure the environment is properly setup before continuing. 17:24:55 Ignore this message if the appropriate measures have already been taken 17:25:05 e7604b0c0f53: Verifying Checksum 17:25:05 e7604b0c0f53: Download complete 17:25:07 Pulling go 17:25:07 'device-modbus' has dependencies that need to be staged: go 17:25:07 Skipping pull go (already ran) 17:25:07 Building go 17:25:07 % Total % Received % Xferd Average Speed Time Time Time Current 17:25:07 Dload Upload Total Spent Left Speed 17:25:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 75 114M 75 86.0M 0 0 89.2M 0 0:00:01 --:--:-- 0:00:01 89.1M 100 114M 100 114M 0 0 88.0M 0 0:00:01 0:00:01 --:--:-- 88.0M 17:25:09 sha256sum: WARNING: 1 computed checksum did NOT match 17:25:09 Failed to run 'override-build': Exit code was 1. [Pipeline] } 17:25: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] } 17:25:10 Failed in branch amd64 17:25:37 e7604b0c0f53: Pull complete 17:25:37 db689cb83ae0: Pull complete 17:25:37 6138af208834: Pull complete 17:25:37 007c8e8c5d63: Pull complete 17:25:37 4f7a387c642f: Pull complete 17:25:37 Digest: sha256:95de001a4645667c7ff44d03fa3a86afcf7622caf7559cdf0345329f515671b4 17:25:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 17:25:39 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 17:25:39 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 17:25:40 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 17:25:40 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 17:25:40 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1222 kB] 17:25:41 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [846 kB] 17:25:41 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] 17:25:41 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [7336 B] 17:25:41 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [572 kB] 17:25:41 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [743 kB] 17:25:41 Fetched 3650 kB in 2s (1696 kB/s) 17:25:46 Reading package lists... 17:25:58 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 17:26:02 Reading package lists... 17:26:02 Building dependency tree... 17:26:02 Reading state information... 17:26:03 The following packages were automatically installed and are no longer required: 17:26:03 libjq1 liblzo2-2 libonig4 17:26:03 Use 'sudo apt autoremove' to remove them. 17:26:03 Suggested packages: 17:26:03 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 17:26:03 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc 17:26:03 keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc 17:26:03 libterm-readline-gnu-perl | libterm-readline-perl-perl 17:26:03 The following NEW packages will be installed: 17:26:03 curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl 17:26:03 libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 17:26:03 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase 17:26:03 openssh-client patch perl perl-modules-5.26 xauth 17:26:03 0 upgraded, 27 newly installed, 0 to remove and 0 not upgraded. 17:26:03 Need to get 12.9 MB of archives. 17:26:03 After this operation, 84.2 MB of additional disk space will be used. 17:26:03 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxau6 arm64 1:1.0.8-1 [7590 B] 17:26:03 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbsd0 arm64 0.8.7-1ubuntu0.1 [36.6 kB] 17:26:04 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxdmcp6 arm64 1:1.1.2-3 [9694 B] 17:26:04 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxcb1 arm64 1.13-2~ubuntu18.04 [37.3 kB] 17:26:04 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] 17:26:04 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-6 arm64 2:1.6.4-3ubuntu0.2 [521 kB] 17:26:04 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxext6 arm64 2:1.3.3-1 [25.4 kB] 17:26:04 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 17:26:04 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] 17:26:04 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] 17:26:04 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] 17:26:05 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] 17:26:05 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] 17:26:05 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.2 [69.3 kB] 17:26:05 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] 17:26:05 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libedit2 arm64 3.1-20170329-1 [63.4 kB] 17:26:05 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libssl1.0.0 arm64 1.0.2n-1ubuntu5.3 [723 kB] 17:26:05 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxmuu1 arm64 2:1.1.2-2 [9502 B] 17:26:05 Get:19 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssh-client arm64 1:7.6p1-4ubuntu0.3 [527 kB] 17:26:05 Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xauth arm64 1:1.0.10-1 [22.4 kB] 17:26:05 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.8 [152 kB] 17:26:05 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.8 [179 kB] 17:26:05 Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] 17:26:05 Get:24 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 17:26:05 Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] 17:26:05 Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] 17:26:05 Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] 17:26:06 debconf: delaying package configuration, since apt-utils is not installed 17:26:06 Fetched 12.9 MB in 2s (6254 kB/s) 17:26:06 Selecting previously unselected package libxau6:arm64. 17:26:06 (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.) 17:26:06 Preparing to unpack .../00-libxau6_1%3a1.0.8-1_arm64.deb ... 17:26:06 Unpacking libxau6:arm64 (1:1.0.8-1) ... 17:26:06 Selecting previously unselected package libbsd0:arm64. 17:26:06 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_arm64.deb ... 17:26:06 Unpacking libbsd0:arm64 (0.8.7-1ubuntu0.1) ... 17:26:06 Selecting previously unselected package libxdmcp6:arm64. 17:26:06 Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_arm64.deb ... 17:26:06 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... 17:26:06 Selecting previously unselected package libxcb1:arm64. 17:26:06 Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_arm64.deb ... 17:26:06 Unpacking libxcb1:arm64 (1.13-2~ubuntu18.04) ... 17:26:07 Selecting previously unselected package libx11-data. 17:26:07 Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... 17:26:07 Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... 17:26:07 Selecting previously unselected package libx11-6:arm64. 17:26:07 Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_arm64.deb ... 17:26:07 Unpacking libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... 17:26:07 Selecting previously unselected package libxext6:arm64. 17:26:07 Preparing to unpack .../06-libxext6_2%3a1.3.3-1_arm64.deb ... 17:26:07 Unpacking libxext6:arm64 (2:1.3.3-1) ... 17:26:07 Selecting previously unselected package perl-modules-5.26. 17:26:07 Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 17:26:07 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 17:26:09 Selecting previously unselected package libgdbm5:arm64. 17:26:09 Preparing to unpack .../08-libgdbm5_1.14.1-6_arm64.deb ... 17:26:09 Unpacking libgdbm5:arm64 (1.14.1-6) ... 17:26:09 Selecting previously unselected package libgdbm-compat4:arm64. 17:26:09 Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_arm64.deb ... 17:26:09 Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... 17:26:09 Selecting previously unselected package libperl5.26:arm64. 17:26:09 Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... 17:26:09 Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 17:26:10 Selecting previously unselected package perl. 17:26:10 Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_arm64.deb ... 17:26:10 Unpacking perl (5.26.1-6ubuntu0.3) ... 17:26:10 Selecting previously unselected package less. 17:26:10 Preparing to unpack .../12-less_487-0.1_arm64.deb ... 17:26:10 Unpacking less (487-0.1) ... 17:26:11 Selecting previously unselected package libexpat1:arm64. 17:26:11 Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_arm64.deb ... 17:26:11 Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.2) ... 17:26:11 Selecting previously unselected package netbase. 17:26:11 Preparing to unpack .../14-netbase_5.4_all.deb ... 17:26:11 Unpacking netbase (5.4) ... 17:26:11 Selecting previously unselected package libedit2:arm64. 17:26:11 Preparing to unpack .../15-libedit2_3.1-20170329-1_arm64.deb ... 17:26:11 Unpacking libedit2:arm64 (3.1-20170329-1) ... 17:26:11 Selecting previously unselected package libssl1.0.0:arm64. 17:26:11 Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_arm64.deb ... 17:26:11 Unpacking libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... 17:26:11 Selecting previously unselected package libxmuu1:arm64. 17:26:11 Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_arm64.deb ... 17:26:11 Unpacking libxmuu1:arm64 (2:1.1.2-2) ... 17:26:11 Selecting previously unselected package openssh-client. 17:26:11 Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_arm64.deb ... 17:26:11 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 17:26:12 Selecting previously unselected package xauth. 17:26:12 Preparing to unpack .../19-xauth_1%3a1.0.10-1_arm64.deb ... 17:26:12 Unpacking xauth (1:1.0.10-1) ... 17:26:12 Selecting previously unselected package curl. 17:26:12 Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_arm64.deb ... 17:26:12 Unpacking curl (7.58.0-2ubuntu3.8) ... 17:26:12 Selecting previously unselected package libcurl3-gnutls:arm64. 17:26:12 Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_arm64.deb ... 17:26:12 Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... 17:26:12 Selecting previously unselected package liberror-perl. 17:26:12 Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... 17:26:12 Unpacking liberror-perl (0.17025-1) ... 17:26:12 Selecting previously unselected package git-man. 17:26:12 Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 17:26:12 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 17:26:12 Selecting previously unselected package git. 17:26:12 Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... 17:26:12 Unpacking git (1:2.17.1-1ubuntu0.7) ... 17:26:13 Selecting previously unselected package make. 17:26:13 Preparing to unpack .../25-make_4.1-9.1ubuntu1_arm64.deb ... 17:26:13 Unpacking make (4.1-9.1ubuntu1) ... 17:26:14 Selecting previously unselected package patch. 17:26:14 Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_arm64.deb ... 17:26:14 Unpacking patch (2.7.6-2ubuntu1.1) ... 17:26:14 Setting up libedit2:arm64 (3.1-20170329-1) ... 17:26:14 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 17:26:14 Setting up libexpat1:arm64 (2.2.5-3ubuntu0.2) ... 17:26:14 Setting up less (487-0.1) ... 17:26:14 Setting up make (4.1-9.1ubuntu1) ... 17:26:14 Setting up libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... 17:26:15 Setting up curl (7.58.0-2ubuntu3.8) ... 17:26:15 Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... 17:26:15 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 17:26:15 Setting up libgdbm5:arm64 (1.14.1-6) ... 17:26:15 Setting up libbsd0:arm64 (0.8.7-1ubuntu0.1) ... 17:26:15 Setting up patch (2.7.6-2ubuntu1.1) ... 17:26:15 Setting up libxdmcp6:arm64 (1:1.1.2-3) ... 17:26:15 Setting up libgdbm-compat4:arm64 (1.14.1-6) ... 17:26:15 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 17:26:15 Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... 17:26:15 Setting up libxau6:arm64 (1:1.0.8-1) ... 17:26:15 Setting up netbase (5.4) ... 17:26:15 Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 17:26:15 Setting up libxcb1:arm64 (1.13-2~ubuntu18.04) ... 17:26:15 Setting up libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... 17:26:16 Setting up libxmuu1:arm64 (2:1.1.2-2) ... 17:26:16 Setting up perl (5.26.1-6ubuntu0.3) ... 17:26:16 Setting up libxext6:arm64 (2:1.3.3-1) ... 17:26:16 Setting up liberror-perl (0.17025-1) ... 17:26:16 Setting up xauth (1:1.0.10-1) ... 17:26:16 Setting up git (1:2.17.1-1ubuntu0.7) ... 17:26:16 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:26:22 curl set to automatically installed. 17:26:22 git set to automatically installed. 17:26:22 git-man set to automatically installed. 17:26:22 less set to automatically installed. 17:26:22 libbsd0 set to automatically installed. 17:26:22 libcurl3-gnutls set to automatically installed. 17:26:22 libedit2 set to automatically installed. 17:26:22 liberror-perl set to automatically installed. 17:26:22 libexpat1 set to automatically installed. 17:26:22 libgdbm-compat4 set to automatically installed. 17:26:22 libgdbm5 set to automatically installed. 17:26:22 libperl5.26 set to automatically installed. 17:26:22 libssl1.0.0 set to automatically installed. 17:26:22 libx11-6 set to automatically installed. 17:26:22 libx11-data set to automatically installed. 17:26:22 libxau6 set to automatically installed. 17:26:22 libxcb1 set to automatically installed. 17:26:22 libxdmcp6 set to automatically installed. 17:26:22 libxext6 set to automatically installed. 17:26:22 libxmuu1 set to automatically installed. 17:26:22 make set to automatically installed. 17:26:22 netbase set to automatically installed. 17:26:22 openssh-client set to automatically installed. 17:26:22 patch set to automatically installed. 17:26:22 perl set to automatically installed. 17:26:22 perl-modules-5.26 set to automatically installed. 17:26:22 xauth set to automatically installed. 17:26:22 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 17:26:22 Please ensure the environment is properly setup before continuing. 17:26:22 Ignore this message if the appropriate measures have already been taken 17:26:33 Pulling go 17:26:35 'device-modbus' has dependencies that need to be staged: go 17:26:35 Skipping pull go (already ran) 17:26:35 Building go 17:26:35 % Total % Received % Xferd Average Speed Time Time Time Current 17:26:35 Dload Upload Total Spent Left Speed 17:26:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 93.0M 0 135k 0 0 1286k 0 0:01:14 --:--:-- 0:01:14 1286k 48 93.0M 48 45.4M 0 0 41.1M 0 0:00:02 0:00:01 0:00:01 41.1M 93 93.0M 93 86.7M 0 0 41.3M 0 0:00:02 0:00:02 --:--:-- 41.3M 100 93.0M 100 93.0M 0 0 41.7M 0 0:00:02 0:00:02 --:--:-- 41.7M 17:26:38 sha256sum: WARNING: 1 computed checksum did NOT match 17:26:39 Failed to run 'override-build': Exit code was 1. [Pipeline] } 17:26:41 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] } 17:26:41 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 17:26:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:26:43 ---> package-listing.sh 17:26:43 ++ facter osfamily 17:26:43 ++ tr '[:upper:]' '[:lower:]' 17:26:43 + OS_FAMILY=redhat 17:26:43 + workspace=/w/workspace/xfoundry_device-modbus-go_PR-139 17:26:43 + START_PACKAGES=/tmp/packages_start.txt 17:26:43 + END_PACKAGES=/tmp/packages_end.txt 17:26:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:26:43 + PACKAGES=/tmp/packages_start.txt 17:26:43 + '[' /w/workspace/xfoundry_device-modbus-go_PR-139 ']' 17:26:43 + PACKAGES=/tmp/packages_end.txt 17:26:43 + case "${OS_FAMILY}" in 17:26:43 + rpm -qa 17:26:43 + sort 17:26:48 + '[' -f /tmp/packages_start.txt ']' 17:26:48 + '[' -f /tmp/packages_end.txt ']' 17:26:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:26:48 + '[' /w/workspace/xfoundry_device-modbus-go_PR-139 ']' 17:26:48 + mkdir -p /w/workspace/xfoundry_device-modbus-go_PR-139/archives/ 17:26:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_PR-139/archives/ [Pipeline] isUnix [Pipeline] sh 17:26:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:26:48 17:26:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:26:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:26:48 alpine: Pulling from edgex-lftools-log-publisher 17:26:48 c9b1b535fdd9: Pulling fs layer 17:26:48 2cc5ad85d9ab: Pulling fs layer 17:26:48 756a868c4378: Pulling fs layer 17:26:48 444b2fc9a129: Pulling fs layer 17:26:48 ea15f1150254: Pulling fs layer 17:26:48 41b27a9f41bf: Pulling fs layer 17:26:48 28c525ee5125: Pulling fs layer 17:26:48 094b1ea09ed8: Pulling fs layer 17:26:48 138eaada9080: Pulling fs layer 17:26:48 0622d0fa9048: Pulling fs layer 17:26:48 41b27a9f41bf: Waiting 17:26:48 28c525ee5125: Waiting 17:26:48 094b1ea09ed8: Waiting 17:26:48 138eaada9080: Waiting 17:26:48 0622d0fa9048: Waiting 17:26:48 444b2fc9a129: Waiting 17:26:48 ea15f1150254: Waiting 17:26:48 2cc5ad85d9ab: Download complete 17:26:48 444b2fc9a129: Verifying Checksum 17:26:48 444b2fc9a129: Download complete 17:26:48 c9b1b535fdd9: Verifying Checksum 17:26:48 c9b1b535fdd9: Download complete 17:26:49 ea15f1150254: Verifying Checksum 17:26:49 ea15f1150254: Download complete 17:26:49 28c525ee5125: Verifying Checksum 17:26:49 28c525ee5125: Download complete 17:26:49 756a868c4378: Verifying Checksum 17:26:49 756a868c4378: Download complete 17:26:49 c9b1b535fdd9: Pull complete 17:26:49 138eaada9080: Verifying Checksum 17:26:49 138eaada9080: Download complete 17:26:49 0622d0fa9048: Verifying Checksum 17:26:49 0622d0fa9048: Download complete 17:26:49 094b1ea09ed8: Verifying Checksum 17:26:49 094b1ea09ed8: Download complete 17:26:49 2cc5ad85d9ab: Pull complete 17:26:49 41b27a9f41bf: Verifying Checksum 17:26:49 41b27a9f41bf: Download complete 17:26:51 756a868c4378: Pull complete 17:26:51 444b2fc9a129: Pull complete 17:26:51 ea15f1150254: Pull complete 17:26:55 41b27a9f41bf: Pull complete 17:26:55 28c525ee5125: Pull complete 17:26:57 094b1ea09ed8: Pull complete 17:26:57 138eaada9080: Pull complete 17:26:57 0622d0fa9048: Pull complete 17:26:57 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 17:26:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:26:57 prd-centos7-docker-4c-2g-5308 does not seem to be running inside a container 17:26:57 $ 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_PR-139 -v /w/workspace/xfoundry_device-modbus-go_PR-139:/w/workspace/xfoundry_device-modbus-go_PR-139:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-139@tmp:/w/workspace/xfoundry_device-modbus-go_PR-139@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:26:58 $ docker top 44ce304e4f6cfe218926da9f909af61251625216cdd60988b5f5b212c17be95e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:26:59 provisioning config files... 17:26:59 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-139@tmp/config139430537880458562tmp [Pipeline] { [Pipeline] echo 17:26:59 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:26:59 ---> create-netrc.sh [Pipeline] echo 17:26:59 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:26:59 ---> logs-deploy.sh 17:26:59 + ARCHIVE_ARTIFACTS= 17:26:59 + LOGS_SERVER=https://logs.edgexfoundry.org 17:26:59 + '[' https://logs.edgexfoundry.org == None ']' 17:26:59 + NEXUS_URL=https://nexus.edgexfoundry.org 17:26:59 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-139/7 17:26:59 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/PR-139/7/ 17:26:59 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-139/7 /w/workspace/xfoundry_device-modbus-go_PR-139 17:27:01 Archives upload complete. 17:27:01 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-139/7 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/PR-139/7/