Pull request #155 opened 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 jamesrgregg for edgexfoundry/device-modbus-go Obtained Jenkinsfile from 2944f8a30a6f559eaa15bbfc0bbe6eaf19e90a7c+fdf900d8a58188a2e8b2bc604c944c724a46cd8f (6529184beef8512f1ebf491e2da5a86687ba9709) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 370697454611dc68c0596e0d0a50477a8de841a8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-modbus-go/branches/PR-155/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > 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 > git --version # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-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-3391 in /w/workspace/xfoundry_device-modbus-go_PR-155 [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-155 # 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/155/head:refs/remotes/origin/PR-155 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit fdf900d8a58188a2e8b2bc604c944c724a46cd8f into PR head commit 2944f8a30a6f559eaa15bbfc0bbe6eaf19e90a7c > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/155/head:refs/remotes/origin/PR-155 # 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/155/head:refs/remotes/origin/PR-155 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2944f8a30a6f559eaa15bbfc0bbe6eaf19e90a7c # 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 fdf900d8a58188a2e8b2bc604c944c724a46cd8f # timeout=10 Merge succeeded, producing 096d61faa77f337c7d943629a9b9aeb00cd99f22 Checking out Revision 096d61faa77f337c7d943629a9b9aeb00cd99f22 (PR-155) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 096d61faa77f337c7d943629a9b9aeb00cd99f22 # timeout=10 Commit message: "Merge commit 'fdf900d8a58188a2e8b2bc604c944c724a46cd8f' into HEAD" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:06:18 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:06:18 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:06:18 ========================================================= 19:06:18 EdgeX Global Pipelines Version Info 19:06:18 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:06:19 ------------------- 19:06:19 stable info: 19:06:19 ------------------- 19:06:19 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:06:19 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 19:06:19 Message: update stable to v1.0.89 19:06:20 ------------------- 19:06:20 experimental info: 19:06:20 ------------------- 19:06:20 Commited By: **** collab-it+edgex@linuxfoundation.org 19:06:20 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 19:06:20 Message: update experimental to v1.0.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 19:06:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:06:23 19:06:23 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:06:23 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:06:23 latest: Pulling from edgex-devops/git-semver 19:06:23 9123ac7c32f7: Pulling fs layer 19:06:23 b8cc5d1170e3: Pulling fs layer 19:06:23 2924cbbf6a41: Pulling fs layer 19:06:23 93b08a4f1073: Pulling fs layer 19:06:23 93b08a4f1073: Waiting 19:06:23 b8cc5d1170e3: Verifying Checksum 19:06:23 b8cc5d1170e3: Download complete 19:06:23 9123ac7c32f7: Verifying Checksum 19:06:23 9123ac7c32f7: Download complete 19:06:23 93b08a4f1073: Verifying Checksum 19:06:23 93b08a4f1073: Download complete 19:06:23 2924cbbf6a41: Verifying Checksum 19:06:23 2924cbbf6a41: Download complete 19:06:23 9123ac7c32f7: Pull complete 19:06:23 b8cc5d1170e3: Pull complete 19:06:24 2924cbbf6a41: Pull complete 19:06:24 93b08a4f1073: Pull complete 19:06:24 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 19:06:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:06:24 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:06:24 prd-centos7-docker-4c-2g-3391 does not seem to be running inside a container 19:06:25 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_PR-155 -v /w/workspace/xfoundry_device-modbus-go_PR-155:/w/workspace/xfoundry_device-modbus-go_PR-155:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-155@tmp:/w/workspace/xfoundry_device-modbus-go_PR-155@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:06:26 $ docker top 48b236d59b6bbe222d3f586fb9055c1aa7fdb8cc9cfcfad7b6f3164a547bf46f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:06:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:06:27 [ssh-agent] Looking for ssh-agent implementation... 19:06:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:06:27 $ docker exec 48b236d59b6bbe222d3f586fb9055c1aa7fdb8cc9cfcfad7b6f3164a547bf46f ssh-agent 19:06:27 SSH_AUTH_SOCK=/tmp/ssh-Ee1PvXF1j0Oh/agent.11 19:06:27 SSH_AGENT_PID=16 19:06:27 Running ssh-add (command line suppressed) 19:06:27 Identity added: /w/workspace/xfoundry_device-modbus-go_PR-155@tmp/private_key_1798575384554885625.key (/w/workspace/xfoundry_device-modbus-go_PR-155@tmp/private_key_1798575384554885625.key) 19:06:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:06:28 + git describe --exact-match --tags HEAD 19:06:28 fatal: No names found, cannot describe anything. [Pipeline] } 19:06:28 $ docker exec --env ******** --env ******** 48b236d59b6bbe222d3f586fb9055c1aa7fdb8cc9cfcfad7b6f3164a547bf46f ssh-agent -k 19:06:28 unset SSH_AUTH_SOCK; 19:06:28 unset SSH_AGENT_PID; 19:06:28 echo Agent pid 16 killed; 19:06:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 19:06:28 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 19:06:28 This usually means this commit has not been tagged. [Pipeline] sshagent 19:06:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:06:28 [ssh-agent] Looking for ssh-agent implementation... 19:06:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:06:28 $ docker exec 48b236d59b6bbe222d3f586fb9055c1aa7fdb8cc9cfcfad7b6f3164a547bf46f ssh-agent 19:06:28 SSH_AUTH_SOCK=/tmp/ssh-Lu55Ssg582ez/agent.45 19:06:28 SSH_AGENT_PID=51 19:06:28 Running ssh-add (command line suppressed) 19:06:29 Identity added: /w/workspace/xfoundry_device-modbus-go_PR-155@tmp/private_key_19790399942155326.key (/w/workspace/xfoundry_device-modbus-go_PR-155@tmp/private_key_19790399942155326.key) 19:06:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:06:29 + git semver init 19:06:29 # -> Open(): unable to determine branch for HEAD 19:06:29 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_PR-155/.git 19:06:29 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_PR-155 19:06:29 # $SEMVER_REMOTE_NAME = origin 19:06:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:06:29 # $SEMVER_USER_NAME = edgex-jenkins 19:06:29 # $SEMVER_BRANCH = PR-155 19:06:29 # $SEMVER_TEMP = /tmp/semver-134888679 19:06:29 # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP 19:06:29 # '/tmp/semver-134888679' -> '/w/workspace/xfoundry_device-modbus-go_PR-155/.semver' 19:06:29 # -> Force: false 19:06:29 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_PR-155/.semver [Pipeline] } 19:06:29 $ docker exec --env ******** --env ******** 48b236d59b6bbe222d3f586fb9055c1aa7fdb8cc9cfcfad7b6f3164a547bf46f ssh-agent -k 19:06:29 unset SSH_AUTH_SOCK; 19:06:29 unset SSH_AGENT_PID; 19:06:29 echo Agent pid 51 killed; 19:06:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:06:30 + git semver [Pipeline] } 19:06:30 $ docker stop --time=1 48b236d59b6bbe222d3f586fb9055c1aa7fdb8cc9cfcfad7b6f3164a547bf46f 19:06:31 $ docker rm -f 48b236d59b6bbe222d3f586fb9055c1aa7fdb8cc9cfcfad7b6f3164a547bf46f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 19:06:32 Stashed 32 file(s) [Pipeline] echo 19:06:32 [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 19:06:47 Still waiting to schedule task 19:06:47 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3391’ 19:06:47 Still waiting to schedule task 19:06:47 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 19:08:26 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3392 in /w/workspace/xfoundry_device-modbus-go_PR-155 [Pipeline] { [Pipeline] ws 19:08:26 Running in /w/workspace/device-modbus-go/1 [Pipeline] { [Pipeline] checkout 19:08:31 using credential edgex-jenkins-ssh 19:08:31 Cloning the remote Git repository 19:08:31 Cloning with configured refspecs honoured and without tags 19:08:31 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 19:08:31 > git init /w/workspace/device-modbus-go/1 # timeout=10 19:08:31 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 19:08:31 > git --version # timeout=10 19:08:31 using GIT_SSH to set credentials SSH Credentials for GitHub 19:08:31 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/155/head:refs/remotes/origin/PR-155 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:08:32 Fetching without tags 19:08:32 Merging remotes/origin/master commit fdf900d8a58188a2e8b2bc604c944c724a46cd8f into PR head commit 2944f8a30a6f559eaa15bbfc0bbe6eaf19e90a7c 19:08:33 Merge succeeded, producing fac097f9484e3c18a9741b439d2c7e2c75b390c3 19:08:33 Checking out Revision fac097f9484e3c18a9741b439d2c7e2c75b390c3 (PR-155) 19:08:32 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 19:08:32 > git config --add remote.origin.fetch +refs/pull/155/head:refs/remotes/origin/PR-155 # timeout=10 19:08:32 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 19:08:32 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 19:08:32 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 19:08:32 using GIT_SSH to set credentials SSH Credentials for GitHub 19:08:32 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/155/head:refs/remotes/origin/PR-155 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:08:32 > git config core.sparsecheckout # timeout=10 19:08:32 > git checkout -f 2944f8a30a6f559eaa15bbfc0bbe6eaf19e90a7c # timeout=10 19:08:33 > git remote # timeout=10 19:08:33 > git config --get remote.origin.url # timeout=10 19:08:33 using GIT_SSH to set credentials SSH Credentials for GitHub 19:08:33 > git merge fdf900d8a58188a2e8b2bc604c944c724a46cd8f # timeout=10 19:08:33 > git rev-parse HEAD^{commit} # timeout=10 19:08:33 > git config core.sparsecheckout # timeout=10 19:08:33 > git checkout -f fac097f9484e3c18a9741b439d2c7e2c75b390c3 # timeout=10 19:08:37 Commit message: "Merge commit 'fdf900d8a58188a2e8b2bc604c944c724a46cd8f' into HEAD" 19:08:37 First time build. Skipping changelog. 19:08:37 > git --version # timeout=10 19:08:37 fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 19:08:39 ========================================================= 19:08:39 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 19:08:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:08:40 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 19:08:41 Sending build context to Docker daemon 619kB 19:08:41 Step 1/8 : ARG BASE=golang:1.13-alpine 19:08:41 Step 2/8 : FROM ${BASE} 19:08:41 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:08:41 cde5963f3b93: Pulling fs layer 19:08:41 2a23fa8c16f7: Pulling fs layer 19:08:41 777b28850792: Pulling fs layer 19:08:41 8a11ddd9e578: Pulling fs layer 19:08:41 4cf88f913ddb: Pulling fs layer 19:08:41 1df406cf5192: Pulling fs layer 19:08:41 cd6300453558: Pulling fs layer 19:08:41 b9c365052c96: Pulling fs layer 19:08:41 a2d8cc88f415: Pulling fs layer 19:08:41 ea1d1ca13537: Pulling fs layer 19:08:41 3750a50a1c5e: Pulling fs layer 19:08:41 8a11ddd9e578: Waiting 19:08:41 4cf88f913ddb: Waiting 19:08:41 cd6300453558: Waiting 19:08:41 b9c365052c96: Waiting 19:08:41 a2d8cc88f415: Waiting 19:08:41 ea1d1ca13537: Waiting 19:08:41 3750a50a1c5e: Waiting 19:08:41 1df406cf5192: Waiting 19:08:41 777b28850792: Verifying Checksum 19:08:41 777b28850792: Download complete 19:08:41 2a23fa8c16f7: Verifying Checksum 19:08:41 2a23fa8c16f7: Download complete 19:08:41 4cf88f913ddb: Verifying Checksum 19:08:41 4cf88f913ddb: Download complete 19:08:41 1df406cf5192: Verifying Checksum 19:08:41 cde5963f3b93: Verifying Checksum 19:08:41 cde5963f3b93: Download complete 19:08:42 cde5963f3b93: Pull complete 19:08:43 2a23fa8c16f7: Pull complete 19:08:43 777b28850792: Pull complete 19:08:43 cd6300453558: Verifying Checksum 19:08:43 cd6300453558: Download complete 19:08:43 a2d8cc88f415: Verifying Checksum 19:08:43 a2d8cc88f415: Download complete 19:08:44 ea1d1ca13537: Verifying Checksum 19:08:44 ea1d1ca13537: Download complete 19:08:44 3750a50a1c5e: Download complete 19:08:46 8a11ddd9e578: Verifying Checksum 19:08:46 8a11ddd9e578: Download complete 19:08:46 b9c365052c96: Verifying Checksum 19:08:46 b9c365052c96: Download complete 19:08:58 8a11ddd9e578: Pull complete 19:08:58 4cf88f913ddb: Pull complete 19:08:58 1df406cf5192: Pull complete 19:09:03 cd6300453558: Pull complete 19:09:07 b9c365052c96: Pull complete 19:09:07 a2d8cc88f415: Pull complete 19:09:09 ea1d1ca13537: Pull complete 19:09:09 3750a50a1c5e: Pull complete 19:09:09 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 19:09:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 19:09:09 ---> 78745c68409d 19:09:09 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 19:09:14 Running on prd-centos7-docker-4c-2g-3393 in /w/workspace/xfoundry_device-modbus-go_PR-155 [Pipeline] { [Pipeline] ws 19:09:14 Running in /w/workspace/device-modbus-go/1 [Pipeline] { [Pipeline] checkout 19:09:14 ---> Running in 6acd483c2c6d 19:09:14 Removing intermediate container 6acd483c2c6d 19:09:14 ---> 3ed59f49fe7d 19:09:14 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:14 ---> Running in f06159c05016 19:09:16 using credential edgex-jenkins-ssh 19:09:16 Cloning the remote Git repository 19:09:16 Cloning with configured refspecs honoured and without tags 19:09:16 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 19:09:17 > git init /w/workspace/device-modbus-go/1 # timeout=10 19:09:17 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 19:09:17 > git --version # timeout=10 19:09:17 using GIT_SSH to set credentials SSH Credentials for GitHub 19:09:17 Removing intermediate container f06159c05016 19:09:17 ---> e3829335d3f9 19:09:17 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 19:09:17 Fetching without tags 19:09:17 ---> Running in ff6cb4b719b9 19:09:18 Merging remotes/origin/master commit fdf900d8a58188a2e8b2bc604c944c724a46cd8f into PR head commit 2944f8a30a6f559eaa15bbfc0bbe6eaf19e90a7c 19:09:18 Merge succeeded, producing 40a26c762ec9ee2b2f2bfa3362622dcf467c2691 19:09:18 Checking out Revision 40a26c762ec9ee2b2f2bfa3362622dcf467c2691 (PR-155) 19:09:17 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/155/head:refs/remotes/origin/PR-155 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:09:17 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 19:09:17 > git config --add remote.origin.fetch +refs/pull/155/head:refs/remotes/origin/PR-155 # timeout=10 19:09:17 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 19:09:17 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 19:09:17 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 19:09:17 using GIT_SSH to set credentials SSH Credentials for GitHub 19:09:17 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/155/head:refs/remotes/origin/PR-155 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:09:18 > git config core.sparsecheckout # timeout=10 19:09:18 > git checkout -f 2944f8a30a6f559eaa15bbfc0bbe6eaf19e90a7c # timeout=10 19:09:18 > git remote # timeout=10 19:09:18 > git config --get remote.origin.url # timeout=10 19:09:18 using GIT_SSH to set credentials SSH Credentials for GitHub 19:09:18 > git merge fdf900d8a58188a2e8b2bc604c944c724a46cd8f # timeout=10 19:09:18 > git rev-parse HEAD^{commit} # timeout=10 19:09:18 > git config core.sparsecheckout # timeout=10 19:09:18 > git checkout -f 40a26c762ec9ee2b2f2bfa3362622dcf467c2691 # timeout=10 19:09:19 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 19:09:20 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 19:09:20 (1/18) Upgrading libgcc (9.2.0-r3 -> 9.2.0-r4) 19:09:20 (2/18) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) 19:09:21 (3/18) Installing libmagic (5.37-r1) 19:09:21 (4/18) Installing file (5.37-r1) 19:09:21 (5/18) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) 19:09:21 (6/18) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) 19:09:21 (7/18) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) 19:09:22 Commit message: "Merge commit 'fdf900d8a58188a2e8b2bc604c944c724a46cd8f' into HEAD" 19:09:22 First time build. Skipping changelog. 19:09:22 > git --version # timeout=10 19:09:22 fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 19:09:22 ========================================================= 19:09:22 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 19:09:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:09:23 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 19:09:23 Sending build context to Docker daemon 619kB 19:09:23 Step 1/8 : ARG BASE=golang:1.13-alpine 19:09:23 Step 2/8 : FROM ${BASE} 19:09:23 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 19:09:23 e6b0cf9c0882: Pulling fs layer 19:09:23 2848faf0eed1: Pulling fs layer 19:09:23 0f37312ad70f: Pulling fs layer 19:09:23 5788d62ee057: Pulling fs layer 19:09:23 0e6b1d234666: Pulling fs layer 19:09:23 bf5d7aec512f: Pulling fs layer 19:09:23 34c802a77dc8: Pulling fs layer 19:09:23 9eb99e56ec68: Pulling fs layer 19:09:23 27c7a5d97fbd: Pulling fs layer 19:09:23 5c102a31e300: Pulling fs layer 19:09:23 dcfb455df0a1: Pulling fs layer 19:09:23 34c802a77dc8: Waiting 19:09:23 9eb99e56ec68: Waiting 19:09:23 27c7a5d97fbd: Waiting 19:09:23 5c102a31e300: Waiting 19:09:23 dcfb455df0a1: Waiting 19:09:23 5788d62ee057: Waiting 19:09:23 0e6b1d234666: Waiting 19:09:23 bf5d7aec512f: Waiting 19:09:24 0f37312ad70f: Verifying Checksum 19:09:24 0f37312ad70f: Download complete 19:09:24 2848faf0eed1: Download complete 19:09:24 0e6b1d234666: Download complete 19:09:24 bf5d7aec512f: Download complete 19:09:24 e6b0cf9c0882: Verifying Checksum 19:09:24 e6b0cf9c0882: Pull complete 19:09:24 34c802a77dc8: Verifying Checksum 19:09:24 34c802a77dc8: Download complete 19:09:24 27c7a5d97fbd: Verifying Checksum 19:09:24 27c7a5d97fbd: Download complete 19:09:25 5c102a31e300: Verifying Checksum 19:09:25 5c102a31e300: Download complete 19:09:25 dcfb455df0a1: Verifying Checksum 19:09:25 dcfb455df0a1: Download complete 19:09:25 5788d62ee057: Verifying Checksum 19:09:25 5788d62ee057: Download complete 19:09:25 9eb99e56ec68: Verifying Checksum 19:09:25 9eb99e56ec68: Download complete 19:09:26 2848faf0eed1: Pull complete 19:09:26 0f37312ad70f: Pull complete 19:09:27 (8/18) Installing libc-dev (0.7.2-r0) 19:09:27 (9/18) Installing g++ (9.2.0-r4) 19:09:31 (10/18) Installing fortify-headers (1.1-r0) 19:09:31 (11/18) Installing build-base (0.5-r1) 19:09:31 (12/18) Installing openssh-keygen (8.1_p1-r0) 19:09:31 (13/18) Installing libedit (20191211.3.1-r0) 19:09:31 (14/18) Installing openssh-client (8.1_p1-r0) 19:09:31 (15/18) Installing openssh-sftp-server (8.1_p1-r0) 19:09:31 (16/18) Installing openssh-server-common (8.1_p1-r0) 19:09:31 (17/18) Installing openssh-server (8.1_p1-r0) 19:09:31 (18/18) Installing openssh (8.1_p1-r0) 19:09:31 Executing busybox-1.31.1-r8.trigger 19:09:31 5788d62ee057: Pull complete 19:09:31 0e6b1d234666: Pull complete 19:09:31 bf5d7aec512f: Pull complete 19:09:31 OK: 203 MiB in 52 packages 19:09:38 34c802a77dc8: Pull complete 19:09:38 Removing intermediate container ff6cb4b719b9 19:09:38 ---> e891208d238f 19:09:38 Step 6/8 : WORKDIR /device-modbus-go 19:09:38 ---> Running in 5ad6c320ec66 19:09:38 Removing intermediate container 5ad6c320ec66 19:09:38 ---> 72cb63a3b5dd 19:09:38 Step 7/8 : COPY . . 19:09:39 ---> e873891e97d2 19:09:39 Step 8/8 : RUN go mod download 19:09:39 ---> Running in 917f99bb496f 19:09:41 9eb99e56ec68: Pull complete 19:09:41 27c7a5d97fbd: Pull complete 19:09:41 5c102a31e300: Pull complete 19:09:41 dcfb455df0a1: Pull complete 19:09:42 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 19:09:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 19:09:42 ---> 7c70fe431013 19:09:42 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 19:09:42 go: finding github.com/BurntSushi/toml v0.3.1 19:09:42 go: finding github.com/OneOfOne/xxhash v1.2.6 19:09:42 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 19:09:42 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:09:42 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 19:09:42 go: finding github.com/bgentry/speakeasy v0.1.0 19:09:42 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 19:09:42 go: finding github.com/davecgh/go-spew v1.1.1 19:09:42 go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 19:09:42 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 19:09:42 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 19:09:42 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 19:09:42 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 19:09:42 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 19:09:42 ---> Running in 4b1983e6df44 19:09:43 go: finding github.com/fatih/color v1.7.0 19:09:43 go: finding github.com/fxamacker/cbor/v2 v2.2.0 19:09:43 go: finding github.com/go-kit/kit v0.8.0 19:09:43 go: finding github.com/go-logfmt/logfmt v0.4.0 19:09:43 go: finding github.com/go-stack/stack v1.8.0 19:09:43 go: finding github.com/goburrow/modbus v0.1.0 19:09:43 go: finding github.com/goburrow/serial v0.1.0 19:09:43 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 19:09:43 go: finding github.com/google/uuid v1.1.1 19:09:43 go: finding github.com/gorilla/mux v1.7.1 19:09:43 Removing intermediate container 4b1983e6df44 19:09:43 ---> 4bc8cbd468d0 19:09:43 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:43 ---> Running in e10127abf5fb 19:09:43 go: finding github.com/hashicorp/consul/api v1.1.0 19:09:43 go: finding github.com/hashicorp/consul/sdk v0.1.1 19:09:43 go: finding github.com/hashicorp/errwrap v1.0.0 19:09:43 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 19:09:43 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 19:09:43 go: finding github.com/hashicorp/go-msgpack v0.5.3 19:09:43 go: finding github.com/hashicorp/go-multierror v1.0.0 19:09:43 go: finding github.com/hashicorp/go-rootcerts v1.0.0 19:09:43 go: finding github.com/hashicorp/go-sockaddr v1.0.1 19:09:43 go: finding github.com/hashicorp/go-syslog v1.0.0 19:09:43 go: finding github.com/hashicorp/go-uuid v1.0.1 19:09:43 go: finding github.com/hashicorp/go.net v0.0.1 19:09:43 go: finding github.com/hashicorp/golang-lru v0.5.1 19:09:43 go: finding github.com/hashicorp/logutils v1.0.0 19:09:43 go: finding github.com/hashicorp/mdns v1.0.0 19:09:43 go: finding github.com/hashicorp/memberlist v0.1.3 19:09:43 go: finding github.com/hashicorp/serf v0.8.2 19:09:43 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 19:09:43 go: finding github.com/mattn/go-colorable v0.0.9 19:09:43 go: finding github.com/mattn/go-isatty v0.0.3 19:09:43 go: finding github.com/miekg/dns v1.1.4 19:09:43 go: finding github.com/mitchellh/cli v1.0.0 19:09:43 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:09:43 go: finding github.com/mitchellh/copystructure v1.0.0 19:09:43 go: finding github.com/mitchellh/go-homedir v1.1.0 19:09:43 go: finding github.com/mitchellh/go-testing-interface v1.0.0 19:09:43 go: finding github.com/mitchellh/go-wordwrap v1.0.0 19:09:43 go: finding github.com/mitchellh/gox v0.4.0 19:09:43 go: finding github.com/mitchellh/iochan v1.0.0 19:09:43 go: finding github.com/mitchellh/mapstructure v1.1.2 19:09:43 go: finding github.com/mitchellh/reflectwalk v1.0.0 19:09:43 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 19:09:43 go: finding github.com/pelletier/go-toml v1.2.0 19:09:43 go: finding github.com/pkg/errors v0.8.1 19:09:43 go: finding github.com/pmezard/go-difflib v1.0.0 19:09:43 go: finding github.com/posener/complete v1.1.1 19:09:43 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 19:09:43 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 19:09:43 go: finding github.com/stretchr/objx v0.1.0 19:09:43 go: finding github.com/stretchr/testify v1.5.1 19:09:43 go: finding github.com/ugorji/go v1.1.4 19:09:43 go: finding github.com/x448/float16 v0.8.4 19:09:43 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 19:09:43 go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 19:09:43 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 19:09:43 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 19:09:44 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 19:09:44 go: finding gopkg.in/yaml.v2 v2.2.8 19:09:44 Removing intermediate container e10127abf5fb 19:09:44 ---> c308a16f7fe1 19:09:44 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 19:09:44 ---> Running in 08538c82f251 19:09:45 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 19:09:46 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 19:09:46 (1/17) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) 19:09:46 (2/17) Installing libmagic (5.37-r1) 19:09:46 (3/17) Installing file (5.37-r1) 19:09:46 (4/17) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) 19:09:46 (5/17) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) 19:09:46 (6/17) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) 19:09:54 Removing intermediate container 917f99bb496f 19:09:54 ---> 5503220e2428 19:09:54 Successfully built 5503220e2428 19:09:54 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:09:54 (7/17) Installing libc-dev (0.7.2-r0) 19:09:54 (8/17) Installing g++ (9.2.0-r4) 19:09:55 + docker inspect -f . ci-base-image-arm64 19:09:55 . [Pipeline] withDockerContainer 19:09:55 prd-ubuntu18.04-docker-arm64-4c-16g-3392 does not seem to be running inside a container 19:09:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/1 -v /w/workspace/device-modbus-go/1:/w/workspace/device-modbus-go/1:rw,z -v /w/workspace/device-modbus-go/1@tmp:/w/workspace/device-modbus-go/1@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 ******** ci-base-image-arm64 cat 19:09:57 $ docker top 1552a1a43c34e81d2d01f5b25f9e2f5b982214132040a73602281c11e21d8beb -eo pid,comm [Pipeline] { [Pipeline] sh 19:09:58 + go version 19:09:58 go version go1.13.5 linux/arm64 [Pipeline] sh 19:09:59 (9/17) Installing fortify-headers (1.1-r0) 19:09:59 (10/17) Installing build-base (0.5-r1) 19:09:59 (11/17) Installing openssh-keygen (8.1_p1-r0) 19:09:59 (12/17) Installing libedit (20191211.3.1-r0) 19:09:59 (13/17) Installing openssh-client (8.1_p1-r0) 19:09:59 + make test 19:09:59 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 19:09:59 (14/17) Installing openssh-sftp-server (8.1_p1-r0) 19:09:59 (15/17) Installing openssh-server-common (8.1_p1-r0) 19:10:00 (16/17) Installing openssh-server (8.1_p1-r0) 19:10:00 (17/17) Installing openssh (8.1_p1-r0) 19:10:00 Executing busybox-1.31.1-r8.trigger 19:10:00 OK: 214 MiB in 52 packages 19:10:00 ? github.com/edgexfoundry/device-modbus-go [no test files] 19:10:04 Removing intermediate container 08538c82f251 19:10:04 ---> d60768a9c045 19:10:04 Step 6/8 : WORKDIR /device-modbus-go 19:10:04 ---> Running in 1364275d2658 19:10:04 Removing intermediate container 1364275d2658 19:10:04 ---> 569ca650a2d8 19:10:04 Step 7/8 : COPY . . 19:10:05 ---> 5874824a2600 19:10:05 Step 8/8 : RUN go mod download 19:10:05 ---> Running in 11c7116cf2eb 19:10:07 go: finding github.com/BurntSushi/toml v0.3.1 19:10:07 go: finding github.com/OneOfOne/xxhash v1.2.6 19:10:07 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 19:10:07 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:10:07 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 19:10:07 go: finding github.com/bgentry/speakeasy v0.1.0 19:10:07 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 19:10:07 go: finding github.com/davecgh/go-spew v1.1.1 19:10:07 go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 19:10:07 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 19:10:07 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 19:10:07 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 19:10:07 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 19:10:07 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 19:10:07 go: finding github.com/fatih/color v1.7.0 19:10:07 go: finding github.com/fxamacker/cbor/v2 v2.2.0 19:10:07 go: finding github.com/go-kit/kit v0.8.0 19:10:07 go: finding github.com/go-logfmt/logfmt v0.4.0 19:10:07 go: finding github.com/go-stack/stack v1.8.0 19:10:07 go: finding github.com/goburrow/modbus v0.1.0 19:10:07 go: finding github.com/goburrow/serial v0.1.0 19:10:07 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 19:10:07 go: finding github.com/google/uuid v1.1.1 19:10:07 go: finding github.com/gorilla/mux v1.7.1 19:10:07 go: finding github.com/hashicorp/consul/api v1.1.0 19:10:07 go: finding github.com/hashicorp/consul/sdk v0.1.1 19:10:07 go: finding github.com/hashicorp/errwrap v1.0.0 19:10:07 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 19:10:07 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 19:10:07 go: finding github.com/hashicorp/go-msgpack v0.5.3 19:10:07 go: finding github.com/hashicorp/go-multierror v1.0.0 19:10:07 go: finding github.com/hashicorp/go-rootcerts v1.0.0 19:10:07 go: finding github.com/hashicorp/go-sockaddr v1.0.1 19:10:07 go: finding github.com/hashicorp/go-syslog v1.0.0 19:10:07 go: finding github.com/hashicorp/go-uuid v1.0.1 19:10:07 go: finding github.com/hashicorp/go.net v0.0.1 19:10:07 go: finding github.com/hashicorp/golang-lru v0.5.1 19:10:07 go: finding github.com/hashicorp/logutils v1.0.0 19:10:07 go: finding github.com/hashicorp/mdns v1.0.0 19:10:07 go: finding github.com/hashicorp/memberlist v0.1.3 19:10:07 go: finding github.com/hashicorp/serf v0.8.2 19:10:07 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 19:10:07 go: finding github.com/mattn/go-colorable v0.0.9 19:10:07 go: finding github.com/mattn/go-isatty v0.0.3 19:10:07 go: finding github.com/miekg/dns v1.1.4 19:10:07 go: finding github.com/mitchellh/cli v1.0.0 19:10:07 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:10:07 go: finding github.com/mitchellh/copystructure v1.0.0 19:10:07 go: finding github.com/mitchellh/go-homedir v1.1.0 19:10:07 go: finding github.com/mitchellh/go-testing-interface v1.0.0 19:10:07 go: finding github.com/mitchellh/go-wordwrap v1.0.0 19:10:07 go: finding github.com/mitchellh/gox v0.4.0 19:10:07 go: finding github.com/mitchellh/iochan v1.0.0 19:10:07 go: finding github.com/mitchellh/mapstructure v1.1.2 19:10:07 go: finding github.com/mitchellh/reflectwalk v1.0.0 19:10:07 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 19:10:07 go: finding github.com/pelletier/go-toml v1.2.0 19:10:07 go: finding github.com/pkg/errors v0.8.1 19:10:07 go: finding github.com/pmezard/go-difflib v1.0.0 19:10:07 go: finding github.com/posener/complete v1.1.1 19:10:07 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 19:10:07 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 19:10:07 go: finding github.com/stretchr/objx v0.1.0 19:10:07 go: finding github.com/stretchr/testify v1.5.1 19:10:07 go: finding github.com/ugorji/go v1.1.4 19:10:07 go: finding github.com/x448/float16 v0.8.4 19:10:07 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 19:10:07 go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 19:10:07 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 19:10:07 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 19:10:07 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 19:10:07 go: finding gopkg.in/yaml.v2 v2.2.8 19:10:15 Removing intermediate container 11c7116cf2eb 19:10:15 ---> e329fd5a293c 19:10:15 Successfully built e329fd5a293c 19:10:15 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:10:16 + docker inspect -f . ci-base-image-x86_64 19:10:16 . [Pipeline] withDockerContainer 19:10:16 prd-centos7-docker-4c-2g-3393 does not seem to be running inside a container 19:10:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/1 -v /w/workspace/device-modbus-go/1:/w/workspace/device-modbus-go/1:rw,z -v /w/workspace/device-modbus-go/1@tmp:/w/workspace/device-modbus-go/1@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 ******** ci-base-image-x86_64 cat 19:10:18 $ docker top c1f2c863a0079e45ca62718450c6f859169060fa6b61321dbc76c308a5dbf632 -eo pid,comm [Pipeline] { [Pipeline] sh 19:10:18 + go version 19:10:18 go version go1.13.5 linux/amd64 [Pipeline] sh 19:10:18 + make test 19:10:18 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 19:10:19 ? github.com/edgexfoundry/device-modbus-go [no test files] 19:10:27 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 19:10:27 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.285s coverage: 50.3% of statements 19:10:27 CGO_ENABLED=0 GO111MODULE=on go vet ./... 19:10:30 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 19:10:30 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.178s coverage: 50.3% of statements 19:10:30 CGO_ENABLED=0 GO111MODULE=on go vet ./... 19:10:30 gofmt -l . 19:10:30 [ "`gofmt -l .`" = "" ] 19:10:30 ./bin/test-attribution-txt.sh 19:10:31 ./bin/test-go-mod-tidy.sh [Pipeline] stash 19:10:31 Stashed 1 file(s) [Pipeline] } 19:10:31 $ docker stop --time=1 c1f2c863a0079e45ca62718450c6f859169060fa6b61321dbc76c308a5dbf632 19:10:33 gofmt -l . 19:10:33 [ "`gofmt -l .`" = "" ] 19:10:33 ./bin/test-attribution-txt.sh 19:10:33 $ docker rm -f c1f2c863a0079e45ca62718450c6f859169060fa6b61321dbc76c308a5dbf632 19:10:34 ./bin/test-go-mod-tidy.sh [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] stash 19:10:35 Warning: overwriting stash ‘coverage-report’ [Pipeline] sh 19:10:35 + sudo chown -R jenkins:jenkins . [Pipeline] sh 19:10:36 Stashed 1 file(s) [Pipeline] } 19:10:36 $ docker stop --time=1 1552a1a43c34e81d2d01f5b25f9e2f5b982214132040a73602281c11e21d8beb 19:10:36 + ls -al . 19:10:36 total 104 19:10:36 drwxrwxr-x. 10 jenkins jenkins 4096 Jun 17 19:10 . 19:10:36 drwxrwxr-x. 4 jenkins jenkins 28 Jun 17 19:09 .. 19:10:36 -rw-rw-r--. 1 jenkins jenkins 5049 Jun 17 19:09 Attribution.txt 19:10:36 drwxrwxr-x. 2 jenkins jenkins 87 Jun 17 19:09 bin 19:10:36 drwxrwxr-x. 3 jenkins jenkins 32 Jun 17 19:09 cmd 19:10:36 -rw-r--r--. 1 jenkins jenkins 22123 Jun 17 19:10 coverage.out 19:10:36 -rw-rw-r--. 1 jenkins jenkins 1422 Jun 17 19:09 Dockerfile 19:10:36 -rw-rw-r--. 1 jenkins jenkins 954 Jun 17 19:09 Dockerfile.build 19:10:36 -rw-rw-r--. 1 jenkins jenkins 140 Jun 17 19:09 .dockerignore 19:10:36 drwxrwxr-x. 8 jenkins jenkins 179 Jun 17 19:09 .git 19:10:36 drwxrwxr-x. 2 jenkins jenkins 38 Jun 17 19:09 .github 19:10:36 -rw-rw-r--. 1 jenkins jenkins 330 Jun 17 19:09 .gitignore 19:10:36 -rw-r--r--. 1 jenkins jenkins 559 Jun 17 19:10 go.mod 19:10:36 -rw-r--r--. 1 jenkins jenkins 13471 Jun 17 19:10 go.sum 19:10:36 drwxrwxr-x. 3 jenkins jenkins 20 Jun 17 19:09 internal 19:10:36 -rw-rw-r--. 1 jenkins jenkins 702 Jun 17 19:09 Jenkinsfile 19:10:36 -rw-rw-r--. 1 jenkins jenkins 11340 Jun 17 19:09 LICENSE 19:10:36 -rw-rw-r--. 1 jenkins jenkins 880 Jun 17 19:09 Makefile 19:10:36 -rw-rw-r--. 1 jenkins jenkins 591 Jun 17 19:09 README.md 19:10:36 drwxrwxr-x. 3 jenkins jenkins 58 Jun 17 19:09 .semver 19:10:36 drwxrwxr-x. 2 jenkins jenkins 35 Jun 17 19:09 simulator 19:10:36 drwxrwxr-x. 4 jenkins jenkins 54 Jun 17 19:09 snap 19:10:36 -rw-rw-r--. 1 jenkins jenkins 5 Jun 17 19:06 VERSION 19:10:36 -rw-rw-r--. 1 jenkins jenkins 229 Jun 17 19:09 version.go 19:10:38 $ docker rm -f 1552a1a43c34e81d2d01f5b25f9e2f5b982214132040a73602281c11e21d8beb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] isUnix [Pipeline] sh [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 19:10:39 + 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=096d61faa77f337c7d943629a9b9aeb00cd99f22 --label arch=amd64 --label version=0.0.0 . 19:10:39 Sending build context to Docker daemon 647.7kB 19:10:39 Step 1/19 : ARG BASE=golang:1.13-alpine 19:10:39 Step 2/19 : FROM ${BASE} AS builder 19:10:39 ---> e329fd5a293c 19:10:39 Step 3/19 : ARG MAKE='make build' 19:10:39 + sudo chown -R jenkins:jenkins . [Pipeline] sh 19:10:39 ---> Running in aa3cd2949dca 19:10:39 Removing intermediate container aa3cd2949dca 19:10:39 ---> ec7cb4a7588f 19:10:39 Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:39 ---> Running in b748ccd7b6c2 19:10:39 + ls -al . 19:10:39 total 140 19:10:39 drwxrwxr-x 10 jenkins jenkins 4096 Jun 17 19:10 . 19:10:39 drwxrwxr-x 4 jenkins jenkins 4096 Jun 17 19:08 .. 19:10:39 -rw-rw-r-- 1 jenkins jenkins 140 Jun 17 19:08 .dockerignore 19:10:39 drwxrwxr-x 8 jenkins jenkins 4096 Jun 17 19:08 .git 19:10:39 drwxrwxr-x 2 jenkins jenkins 4096 Jun 17 19:08 .github 19:10:39 -rw-rw-r-- 1 jenkins jenkins 330 Jun 17 19:08 .gitignore 19:10:39 drwxrwxr-x 3 jenkins jenkins 4096 Jun 17 19:08 .semver 19:10:39 -rw-rw-r-- 1 jenkins jenkins 5049 Jun 17 19:08 Attribution.txt 19:10:39 -rw-rw-r-- 1 jenkins jenkins 1422 Jun 17 19:08 Dockerfile 19:10:39 -rw-rw-r-- 1 jenkins jenkins 954 Jun 17 19:08 Dockerfile.build 19:10:39 -rw-rw-r-- 1 jenkins jenkins 702 Jun 17 19:08 Jenkinsfile 19:10:39 -rw-rw-r-- 1 jenkins jenkins 11340 Jun 17 19:08 LICENSE 19:10:39 -rw-rw-r-- 1 jenkins jenkins 880 Jun 17 19:08 Makefile 19:10:39 -rw-rw-r-- 1 jenkins jenkins 591 Jun 17 19:08 README.md 19:10:39 -rw-rw-r-- 1 jenkins jenkins 5 Jun 17 19:06 VERSION 19:10:39 drwxrwxr-x 2 jenkins jenkins 4096 Jun 17 19:08 bin 19:10:39 drwxrwxr-x 3 jenkins jenkins 4096 Jun 17 19:08 cmd 19:10:39 -rw-r--r-- 1 jenkins jenkins 22123 Jun 17 19:10 coverage.out 19:10:39 -rw-r--r-- 1 jenkins jenkins 559 Jun 17 19:10 go.mod 19:10:39 -rw-r--r-- 1 jenkins jenkins 13471 Jun 17 19:10 go.sum 19:10:39 drwxrwxr-x 3 jenkins jenkins 4096 Jun 17 19:08 internal 19:10:39 drwxrwxr-x 2 jenkins jenkins 4096 Jun 17 19:08 simulator 19:10:39 drwxrwxr-x 4 jenkins jenkins 4096 Jun 17 19:08 snap 19:10:39 -rw-rw-r-- 1 jenkins jenkins 229 Jun 17 19:08 version.go [Pipeline] isUnix [Pipeline] sh 19:10:40 + 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=096d61faa77f337c7d943629a9b9aeb00cd99f22 --label arch=arm64 --label version=0.0.0 . 19:10:40 Sending build context to Docker daemon 647.7kB 19:10:40 Step 1/19 : ARG BASE=golang:1.13-alpine 19:10:40 Step 2/19 : FROM ${BASE} AS builder 19:10:40 ---> 5503220e2428 19:10:40 Step 3/19 : ARG MAKE='make build' 19:10:40 ---> Running in c5d324499d21 19:10:40 Removing intermediate container b748ccd7b6c2 19:10:40 ---> 06baf3e54b9a 19:10:40 Step 5/19 : RUN apk add --update --no-cache make git openssh build-base 19:10:40 ---> Running in 5edaee4966bf 19:10:41 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 19:10:41 Removing intermediate container c5d324499d21 19:10:41 ---> 2d15b09a367a 19:10:41 Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:41 ---> Running in b26044610d09 19:10:41 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 19:10:42 OK: 214 MiB in 52 packages 19:10:42 Removing intermediate container 5edaee4966bf 19:10:42 ---> 0fe84ced8b6a 19:10:42 Step 6/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go 19:10:42 ---> Running in 62205de6bbb5 19:10:42 Removing intermediate container 62205de6bbb5 19:10:42 ---> 38bdc038eebf 19:10:42 Step 7/19 : COPY . . 19:10:43 ---> 03d59e1ba841 19:10:43 Step 8/19 : RUN ${MAKE} 19:10:43 ---> Running in b3c627981fe5 19:10:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -o cmd/device-modbus ./cmd 19:10:43 Removing intermediate container b26044610d09 19:10:43 ---> 7e43327a9149 19:10:43 Step 5/19 : RUN apk add --update --no-cache make git openssh build-base 19:10:43 ---> Running in bc9154da333e 19:10:45 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 19:10:46 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 19:10:47 OK: 203 MiB in 52 packages 19:10:48 Removing intermediate container bc9154da333e 19:10:48 ---> b72febf33fe8 19:10:48 Step 6/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go 19:10:48 ---> Running in b3350ab4ff5f 19:10:48 Removing intermediate container b3350ab4ff5f 19:10:48 ---> 7ea4082b4449 19:10:48 Step 7/19 : COPY . . 19:10:49 ---> 89fc05eda12e 19:10:49 Step 8/19 : RUN ${MAKE} 19:10:49 ---> Running in 89f831aca0b2 19:10:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -o cmd/device-modbus ./cmd 19:10:52 CGO_ENABLED=0 GO111MODULE=on go build ./... 19:10:55 Removing intermediate container b3c627981fe5 19:10:55 ---> 32fe1e0a901d 19:10:55 Step 9/19 : FROM scratch 19:10:55 ---> 19:10:55 Step 10/19 : ENV APP_PORT=49991 19:10:55 ---> Running in 53c66e5b7932 19:10:55 Removing intermediate container 53c66e5b7932 19:10:55 ---> 8c7a551c2252 19:10:55 Step 11/19 : EXPOSE $APP_PORT 19:10:55 ---> Running in 47143e9b304d 19:10:55 Removing intermediate container 47143e9b304d 19:10:55 ---> 56501a42bf9a 19:10:55 Step 12/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / 19:10:56 ---> 36bc94a05309 19:10:56 Step 13/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / 19:10:56 ---> bd313ecaabd5 19:10:56 Step 14/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / 19:10:56 ---> c3455a18c6b0 19:10:56 Step 15/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' 19:10:56 ---> Running in 8dccfe7e16e2 19:10:57 Removing intermediate container 8dccfe7e16e2 19:10:57 ---> 95e50ff389e7 19:10:57 Step 16/19 : ENTRYPOINT ["/device-modbus","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] 19:10:57 ---> Running in 7e2f0aaab14f 19:10:57 Removing intermediate container 7e2f0aaab14f 19:10:57 ---> 47b0dcb7059d 19:10:57 Step 17/19 : LABEL arch=amd64 19:10:57 ---> Running in 5557fc12b62d 19:10:57 Removing intermediate container 5557fc12b62d 19:10:57 ---> 78843b460fbd 19:10:57 Step 18/19 : LABEL git_sha=096d61faa77f337c7d943629a9b9aeb00cd99f22 19:10:57 ---> Running in e80edb7155b4 19:10:57 Removing intermediate container e80edb7155b4 19:10:57 ---> 2741184e1ebb 19:10:57 Step 19/19 : LABEL version=0.0.0 19:10:57 ---> Running in 22ecbd132fb2 19:10:57 Removing intermediate container 22ecbd132fb2 19:10:57 ---> d490eb8e62d7 19:10:57 [Warning] One or more build-args [ARCH] were not consumed 19:10:57 Successfully built d490eb8e62d7 19:10:57 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] { [Pipeline] sh 19:10:58 ++ find /w/workspace/device-modbus-go/1 19:10:58 ++ grep snapcraft.yaml 19:10:58 + grep -Po '^name: \K(.*)' /w/workspace/device-modbus-go/1/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:10:59 provisioning config files... 19:10:59 copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/1@tmp/config2390526792012896253tmp [Pipeline] { [Pipeline] sh 19:10:59 + cp /w/workspace/device-modbus-go/1@tmp/config2390526792012896253tmp /w/workspace/device-modbus-go/1/edgex-snap-store-login [Pipeline] sh 19:10:59 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/1:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 19:10:59 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 19:10:59 latest: Pulling from edgex-devops/edgex-snap-builder 19:10:59 5bed26d33875: Pulling fs layer 19:10:59 f11b29a9c730: Pulling fs layer 19:10:59 930bda195c84: Pulling fs layer 19:10:59 78bf9a5ad49e: Pulling fs layer 19:10:59 e5fbee5a4b0d: Pulling fs layer 19:10:59 f452fca78f88: Pulling fs layer 19:10:59 7417ef92027a: Pulling fs layer 19:10:59 2af5c49d270b: Pulling fs layer 19:10:59 df9c3bdbc40a: Pulling fs layer 19:10:59 78bf9a5ad49e: Waiting 19:10:59 e5fbee5a4b0d: Waiting 19:10:59 f452fca78f88: Waiting 19:10:59 7417ef92027a: Waiting 19:10:59 2af5c49d270b: Waiting 19:10:59 df9c3bdbc40a: Waiting 19:10:59 930bda195c84: Verifying Checksum 19:10:59 930bda195c84: Download complete 19:10:59 f11b29a9c730: Download complete 19:10:59 78bf9a5ad49e: Verifying Checksum 19:10:59 78bf9a5ad49e: Download complete 19:10:59 f452fca78f88: Verifying Checksum 19:10:59 f452fca78f88: Download complete 19:10:59 7417ef92027a: Verifying Checksum 19:10:59 7417ef92027a: Download complete 19:11:00 2af5c49d270b: Download complete 19:11:00 df9c3bdbc40a: Verifying Checksum 19:11:00 df9c3bdbc40a: Download complete 19:11:00 5bed26d33875: Verifying Checksum 19:11:00 5bed26d33875: Download complete 19:11:04 e5fbee5a4b0d: Verifying Checksum 19:11:04 e5fbee5a4b0d: Download complete 19:11:04 5bed26d33875: Pull complete 19:11:04 f11b29a9c730: Pull complete 19:11:05 930bda195c84: Pull complete 19:11:05 78bf9a5ad49e: Pull complete 19:11:18 CGO_ENABLED=0 GO111MODULE=on go build ./... 19:11:22 Removing intermediate container 89f831aca0b2 19:11:22 ---> 6ecdf0632b75 19:11:22 Step 9/19 : FROM scratch 19:11:22 ---> 19:11:22 Step 10/19 : ENV APP_PORT=49991 19:11:22 ---> Running in ad15390cec13 19:11:23 Removing intermediate container ad15390cec13 19:11:23 ---> 97920e24e6b1 19:11:23 Step 11/19 : EXPOSE $APP_PORT 19:11:23 ---> Running in 2e07923136b6 19:11:23 e5fbee5a4b0d: Pull complete 19:11:23 Removing intermediate container 2e07923136b6 19:11:23 ---> ab8dd52a7ec2 19:11:23 Step 12/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / 19:11:23 f452fca78f88: Pull complete 19:11:23 7417ef92027a: Pull complete 19:11:23 2af5c49d270b: Pull complete 19:11:23 df9c3bdbc40a: Pull complete 19:11:23 Digest: sha256:329b7ca3c147263d7a6122d30aca7e6f18adc9017ce870f1638d2965d7494739 19:11:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 19:11:24 ---> 1f43fb75bef6 19:11:24 Step 13/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / 19:11:25 ---> a72ab84ca27b 19:11:25 Step 14/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / 19:11:25 ---> 229694a24cd9 19:11:25 Step 15/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' 19:11:25 ---> Running in 87200a97ae81 19:11:26 Removing intermediate container 87200a97ae81 19:11:26 ---> a399e23ffc43 19:11:26 Step 16/19 : ENTRYPOINT ["/device-modbus","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] 19:11:26 ---> Running in 09b94df0d653 19:11:27 Removing intermediate container 09b94df0d653 19:11:27 ---> 597f4e426614 19:11:27 Step 17/19 : LABEL arch=arm64 19:11:27 ---> Running in 9dfbd8825959 19:11:27 Removing intermediate container 9dfbd8825959 19:11:27 ---> 8659585d770e 19:11:27 Step 18/19 : LABEL git_sha=096d61faa77f337c7d943629a9b9aeb00cd99f22 19:11:27 ---> Running in 5ee467315f8c 19:11:27 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 19:11:27 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:11:28 Removing intermediate container 5ee467315f8c 19:11:28 ---> 3468b8b6077b 19:11:28 Step 19/19 : LABEL version=0.0.0 19:11:28 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 19:11:28 ---> Running in ed9bb3923205 19:11:28 Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 19:11:28 Removing intermediate container ed9bb3923205 19:11:28 ---> bf30cfcd0a53 19:11:28 [Warning] One or more build-args [ARCH] were not consumed 19:11:28 Successfully built bf30cfcd0a53 19:11:28 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [960 kB] 19:11:28 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [80.7 kB] 19:11:28 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1397 kB] 19:11:28 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] { 19:11:29 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1254 kB] 19:11:29 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [861 kB] 19:11:29 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [20.3 kB] 19:11:29 Get:11 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8158 B] 19:11:29 Get:12 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] 19:11:29 Get:13 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [66.4 kB] 19:11:29 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9092 B] [Pipeline] sh 19:11:29 + grep snapcraft.yaml 19:11:29 + find /w/workspace/device-modbus-go/1 19:11:29 + grep -Po ^name: \K(.*) /w/workspace/device-modbus-go/1/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:11:29 provisioning config files... 19:11:29 copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/1@tmp/config8765434335252089561tmp [Pipeline] { [Pipeline] sh 19:11:29 Fetched 4917 kB in 2s (2309 kB/s) 19:11:30 + cp /w/workspace/device-modbus-go/1@tmp/config8765434335252089561tmp /w/workspace/device-modbus-go/1/edgex-snap-store-login [Pipeline] sh 19:11:30 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/1:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 19:11:30 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally 19:11:30 latest: Pulling from edgex-devops/edgex-snap-builder-arm64 19:11:30 b2f61026a351: Pulling fs layer 19:11:30 5538fb30c42c: Pulling fs layer 19:11:30 f0b05810781a: Pulling fs layer 19:11:30 0180a33352d6: Pulling fs layer 19:11:30 e7604b0c0f53: Pulling fs layer 19:11:30 db689cb83ae0: Pulling fs layer 19:11:30 6138af208834: Pulling fs layer 19:11:30 007c8e8c5d63: Pulling fs layer 19:11:30 4f7a387c642f: Pulling fs layer 19:11:30 e7604b0c0f53: Waiting 19:11:30 db689cb83ae0: Waiting 19:11:30 6138af208834: Waiting 19:11:30 007c8e8c5d63: Waiting 19:11:30 4f7a387c642f: Waiting 19:11:30 0180a33352d6: Waiting 19:11:30 5538fb30c42c: Verifying Checksum 19:11:30 5538fb30c42c: Download complete 19:11:30 f0b05810781a: Verifying Checksum 19:11:30 f0b05810781a: Download complete 19:11:30 0180a33352d6: Verifying Checksum 19:11:30 0180a33352d6: Download complete 19:11:30 db689cb83ae0: Verifying Checksum 19:11:30 db689cb83ae0: Download complete 19:11:30 6138af208834: Verifying Checksum 19:11:30 6138af208834: Download complete 19:11:30 007c8e8c5d63: Verifying Checksum 19:11:30 007c8e8c5d63: Download complete 19:11:30 4f7a387c642f: Download complete 19:11:31 Reading package lists... 19:11:31 b2f61026a351: Verifying Checksum 19:11:31 b2f61026a351: Download complete 19:11:34 Installing build dependencies: curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase openssh-client patch perl perl-modules-5.26 xauth 19:11:34 b2f61026a351: Pull complete 19:11:34 5538fb30c42c: Pull complete 19:11:35 f0b05810781a: Pull complete 19:11:35 0180a33352d6: Pull complete 19:11:36 Reading package lists... 19:11:36 Building dependency tree... 19:11:36 Reading state information... 19:11:36 The following packages were automatically installed and are no longer required: 19:11:36 libjq1 liblzo2-2 libonig4 19:11:36 Use 'sudo apt autoremove' to remove them. 19:11:36 Suggested packages: 19:11:36 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 19:11:36 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc 19:11:36 keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc 19:11:36 libterm-readline-gnu-perl | libterm-readline-perl-perl 19:11:36 The following NEW packages will be installed: 19:11:36 curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl 19:11:36 libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 19:11:36 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase 19:11:36 openssh-client patch perl perl-modules-5.26 xauth 19:11:37 0 upgraded, 27 newly installed, 0 to remove and 10 not upgraded. 19:11:37 Need to get 14.7 MB of archives. 19:11:37 After this operation, 89.5 MB of additional disk space will be used. 19:11:37 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxau6 amd64 1:1.0.8-1 [8376 B] 19:11:37 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 19:11:37 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB] 19:11:37 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB] 19:11:37 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] 19:11:37 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.2 [569 kB] 19:11:38 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB] 19:11:38 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 19:11:38 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 19:11:38 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 19:11:38 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] 19:11:38 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] 19:11:38 e7604b0c0f53: Verifying Checksum 19:11:38 e7604b0c0f53: Download complete 19:11:38 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 19:11:38 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 19:11:38 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 19:11:38 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 19:11:38 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.3 [1088 kB] 19:11:38 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B] 19:11:38 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 19:11:38 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB] 19:11:38 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.8 [159 kB] 19:11:39 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.8 [213 kB] 19:11:39 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 19:11:39 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 19:11:39 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 19:11:39 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 19:11:39 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 19:11:40 debconf: delaying package configuration, since apt-utils is not installed 19:11:40 Fetched 14.7 MB in 3s (4978 kB/s) 19:11:40 Selecting previously unselected package libxau6:amd64. 19:11:40 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4637 files and directories currently installed.) 19:11:40 Preparing to unpack .../00-libxau6_1%3a1.0.8-1_amd64.deb ... 19:11:40 Unpacking libxau6:amd64 (1:1.0.8-1) ... 19:11:40 Selecting previously unselected package libbsd0:amd64. 19:11:40 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 19:11:40 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:11:40 Selecting previously unselected package libxdmcp6:amd64. 19:11:40 Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_amd64.deb ... 19:11:40 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... 19:11:40 Selecting previously unselected package libxcb1:amd64. 19:11:40 Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_amd64.deb ... 19:11:40 Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ... 19:11:40 Selecting previously unselected package libx11-data. 19:11:40 Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... 19:11:40 Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... 19:11:41 Selecting previously unselected package libx11-6:amd64. 19:11:41 Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_amd64.deb ... 19:11:41 Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... 19:11:41 Selecting previously unselected package libxext6:amd64. 19:11:41 Preparing to unpack .../06-libxext6_2%3a1.3.3-1_amd64.deb ... 19:11:41 Unpacking libxext6:amd64 (2:1.3.3-1) ... 19:11:41 Selecting previously unselected package perl-modules-5.26. 19:11:41 Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 19:11:41 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 19:11:44 Selecting previously unselected package libgdbm5:amd64. 19:11:44 Preparing to unpack .../08-libgdbm5_1.14.1-6_amd64.deb ... 19:11:44 Unpacking libgdbm5:amd64 (1.14.1-6) ... 19:11:44 Selecting previously unselected package libgdbm-compat4:amd64. 19:11:44 Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_amd64.deb ... 19:11:44 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 19:11:44 Selecting previously unselected package libperl5.26:amd64. 19:11:44 Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... 19:11:44 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 19:11:45 Selecting previously unselected package perl. 19:11:45 Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_amd64.deb ... 19:11:45 Unpacking perl (5.26.1-6ubuntu0.3) ... 19:11:45 Selecting previously unselected package less. 19:11:45 Preparing to unpack .../12-less_487-0.1_amd64.deb ... 19:11:45 Unpacking less (487-0.1) ... 19:11:45 Selecting previously unselected package libexpat1:amd64. 19:11:45 Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 19:11:45 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 19:11:46 Selecting previously unselected package netbase. 19:11:46 Preparing to unpack .../14-netbase_5.4_all.deb ... 19:11:46 Unpacking netbase (5.4) ... 19:11:46 Selecting previously unselected package libedit2:amd64. 19:11:46 Preparing to unpack .../15-libedit2_3.1-20170329-1_amd64.deb ... 19:11:46 Unpacking libedit2:amd64 (3.1-20170329-1) ... 19:11:46 Selecting previously unselected package libssl1.0.0:amd64. 19:11:46 Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb ... 19:11:46 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... 19:11:46 Selecting previously unselected package libxmuu1:amd64. 19:11:46 Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_amd64.deb ... 19:11:46 Unpacking libxmuu1:amd64 (2:1.1.2-2) ... 19:11:46 Selecting previously unselected package openssh-client. 19:11:46 Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 19:11:46 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 19:11:46 Selecting previously unselected package xauth. 19:11:46 Preparing to unpack .../19-xauth_1%3a1.0.10-1_amd64.deb ... 19:11:46 Unpacking xauth (1:1.0.10-1) ... 19:11:47 Selecting previously unselected package curl. 19:11:47 Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_amd64.deb ... 19:11:47 Unpacking curl (7.58.0-2ubuntu3.8) ... 19:11:47 Selecting previously unselected package libcurl3-gnutls:amd64. 19:11:47 Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_amd64.deb ... 19:11:47 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... 19:11:47 Selecting previously unselected package liberror-perl. 19:11:47 Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... 19:11:47 Unpacking liberror-perl (0.17025-1) ... 19:11:47 Selecting previously unselected package git-man. 19:11:47 Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 19:11:47 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 19:11:47 Selecting previously unselected package git. 19:11:47 Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 19:11:47 Unpacking git (1:2.17.1-1ubuntu0.7) ... 19:11:48 Selecting previously unselected package make. 19:11:48 Preparing to unpack .../25-make_4.1-9.1ubuntu1_amd64.deb ... 19:11:48 Unpacking make (4.1-9.1ubuntu1) ... 19:11:48 Selecting previously unselected package patch. 19:11:48 Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_amd64.deb ... 19:11:48 Unpacking patch (2.7.6-2ubuntu1.1) ... 19:11:48 Setting up libedit2:amd64 (3.1-20170329-1) ... 19:11:48 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 19:11:48 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 19:11:48 Setting up less (487-0.1) ... 19:11:48 Setting up make (4.1-9.1ubuntu1) ... 19:11:48 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... 19:11:48 Setting up curl (7.58.0-2ubuntu3.8) ... 19:11:48 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... 19:11:48 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 19:11:49 Setting up libgdbm5:amd64 (1.14.1-6) ... 19:11:49 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:11:49 Setting up patch (2.7.6-2ubuntu1.1) ... 19:11:49 Setting up libxdmcp6:amd64 (1:1.1.2-3) ... 19:11:49 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 19:11:49 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 19:11:49 Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... 19:11:49 Setting up libxau6:amd64 (1:1.0.8-1) ... 19:11:49 Setting up netbase (5.4) ... 19:11:49 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 19:11:49 Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ... 19:11:49 Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... 19:11:49 Setting up libxmuu1:amd64 (2:1.1.2-2) ... 19:11:49 Setting up perl (5.26.1-6ubuntu0.3) ... 19:11:49 Setting up libxext6:amd64 (2:1.3.3-1) ... 19:11:49 Setting up liberror-perl (0.17025-1) ... 19:11:49 Setting up xauth (1:1.0.10-1) ... 19:11:49 Setting up git (1:2.17.1-1ubuntu0.7) ... 19:11:49 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:11:52 curl set to automatically installed. 19:11:52 git set to automatically installed. 19:11:52 git-man set to automatically installed. 19:11:52 less set to automatically installed. 19:11:52 libbsd0 set to automatically installed. 19:11:52 libcurl3-gnutls set to automatically installed. 19:11:52 libedit2 set to automatically installed. 19:11:52 liberror-perl set to automatically installed. 19:11:52 libexpat1 set to automatically installed. 19:11:52 libgdbm-compat4 set to automatically installed. 19:11:52 libgdbm5 set to automatically installed. 19:11:52 libperl5.26 set to automatically installed. 19:11:52 libssl1.0.0 set to automatically installed. 19:11:52 libx11-6 set to automatically installed. 19:11:52 libx11-data set to automatically installed. 19:11:52 libxau6 set to automatically installed. 19:11:52 libxcb1 set to automatically installed. 19:11:52 libxdmcp6 set to automatically installed. 19:11:52 libxext6 set to automatically installed. 19:11:52 libxmuu1 set to automatically installed. 19:11:52 make set to automatically installed. 19:11:52 netbase set to automatically installed. 19:11:52 openssh-client set to automatically installed. 19:11:52 patch set to automatically installed. 19:11:52 perl set to automatically installed. 19:11:52 perl-modules-5.26 set to automatically installed. 19:11:52 xauth set to automatically installed. 19:11:52 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 19:11:52 Please ensure the environment is properly setup before continuing. 19:11:52 Ignore this message if the appropriate measures have already been taken 19:11:52 Pulling go 19:11:53 'device-modbus' has dependencies that need to be staged: go 19:11:53 Skipping pull go (already ran) 19:11:53 Building go 19:11:53 % Total % Received % Xferd Average Speed Time Time Time Current 19:11:53 Dload Upload Total Spent Left Speed 19:11:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 4 114M 4 5039k 0 0 12.5M 0 0:00:09 --:--:-- 0:00:09 12.4M 60 114M 60 68.7M 0 0 51.0M 0 0:00:02 0:00:01 0:00:01 51.0M 100 114M 100 114M 0 0 63.0M 0 0:00:01 0:00:01 --:--:-- 63.0M 19:11:56 go1.13.5.linux-amd64.tar.gz: OK 19:12:04 Staging go 19:12:04 Pulling device-modbus 19:12:05 Skipping build go (already ran) 19:12:05 Building device-modbus 19:12:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -o cmd/device-modbus ./cmd 19:12:07 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.2 19:12:07 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 19:12:07 go: downloading github.com/goburrow/modbus v0.1.0 19:12:07 go: extracting github.com/goburrow/modbus v0.1.0 19:12:07 go: downloading github.com/goburrow/serial v0.1.0 19:12:07 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.2 19:12:07 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 19:12:07 go: extracting github.com/goburrow/serial v0.1.0 19:12:07 go: downloading github.com/gorilla/mux v1.7.1 19:12:07 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.33 19:12:07 go: downloading github.com/OneOfOne/xxhash v1.2.6 19:12:07 go: downloading github.com/google/uuid v1.1.1 19:12:07 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 19:12:07 go: extracting github.com/OneOfOne/xxhash v1.2.6 19:12:07 go: extracting github.com/gorilla/mux v1.7.1 19:12:07 go: extracting github.com/google/uuid v1.1.1 19:12:07 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.33 19:12:07 go: downloading gopkg.in/yaml.v2 v2.2.8 19:12:07 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 19:12:07 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 19:12:07 go: downloading github.com/go-kit/kit v0.8.0 19:12:07 go: downloading github.com/x448/float16 v0.8.4 19:12:07 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 19:12:07 go: downloading github.com/pelletier/go-toml v1.2.0 19:12:07 go: downloading github.com/BurntSushi/toml v0.3.1 19:12:07 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 19:12:07 go: downloading github.com/pkg/errors v0.8.1 19:12:07 go: extracting gopkg.in/yaml.v2 v2.2.8 19:12:07 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 19:12:07 go: extracting github.com/pelletier/go-toml v1.2.0 19:12:07 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 19:12:07 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 19:12:07 go: extracting github.com/x448/float16 v0.8.4 19:12:07 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:12:07 go: downloading github.com/hashicorp/consul/api v1.1.0 19:12:07 go: extracting github.com/pkg/errors v0.8.1 19:12:07 go: extracting github.com/BurntSushi/toml v0.3.1 19:12:07 go: extracting github.com/hashicorp/consul/api v1.1.0 19:12:07 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:12:07 go: downloading github.com/mitchellh/copystructure v1.0.0 19:12:07 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 19:12:07 go: downloading github.com/mitchellh/mapstructure v1.1.2 19:12:07 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 19:12:07 go: extracting github.com/go-kit/kit v0.8.0 19:12:07 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 19:12:07 go: downloading github.com/hashicorp/serf v0.8.2 19:12:07 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 19:12:07 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 19:12:07 go: extracting github.com/mitchellh/copystructure v1.0.0 19:12:07 go: downloading github.com/mitchellh/reflectwalk v1.0.0 19:12:07 go: extracting github.com/mitchellh/mapstructure v1.1.2 19:12:07 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 19:12:07 go: downloading github.com/go-logfmt/logfmt v0.4.0 19:12:07 go: extracting github.com/hashicorp/serf v0.8.2 19:12:07 go: extracting github.com/mitchellh/reflectwalk v1.0.0 19:12:07 go: extracting github.com/go-logfmt/logfmt v0.4.0 19:12:08 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:12:08 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:12:08 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 19:12:08 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 19:12:08 go: downloading github.com/hashicorp/golang-lru v0.5.1 19:12:08 go: extracting github.com/hashicorp/golang-lru v0.5.1 19:12:08 go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 19:12:08 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 19:12:08 go: finding github.com/goburrow/modbus v0.1.0 19:12:08 go: finding github.com/gorilla/mux v1.7.1 19:12:08 go: finding github.com/go-kit/kit v0.8.0 19:12:08 go: finding github.com/fxamacker/cbor/v2 v2.2.0 19:12:08 go: finding github.com/OneOfOne/xxhash v1.2.6 19:12:08 go: finding github.com/goburrow/serial v0.1.0 19:12:08 go: finding github.com/google/uuid v1.1.1 19:12:08 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 19:12:08 go: finding github.com/x448/float16 v0.8.4 19:12:08 go: finding github.com/go-logfmt/logfmt v0.4.0 19:12:08 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 19:12:08 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 19:12:08 go: finding gopkg.in/yaml.v2 v2.2.8 19:12:08 go: finding github.com/BurntSushi/toml v0.3.1 19:12:08 go: finding github.com/pkg/errors v0.8.1 19:12:08 go: finding github.com/hashicorp/consul/api v1.1.0 19:12:08 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 19:12:08 go: finding github.com/pelletier/go-toml v1.2.0 19:12:08 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 19:12:08 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:12:08 go: finding github.com/hashicorp/go-rootcerts v1.0.0 19:12:08 go: finding github.com/hashicorp/serf v0.8.2 19:12:08 go: finding github.com/mitchellh/mapstructure v1.1.2 19:12:08 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 19:12:08 go: finding github.com/mitchellh/copystructure v1.0.0 19:12:08 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:12:08 go: finding github.com/mitchellh/reflectwalk v1.0.0 19:12:08 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 19:12:08 go: finding github.com/hashicorp/golang-lru v0.5.1 19:12:11 e7604b0c0f53: Pull complete 19:12:11 db689cb83ae0: Pull complete 19:12:11 6138af208834: Pull complete 19:12:11 007c8e8c5d63: Pull complete 19:12:11 4f7a387c642f: Pull complete 19:12:11 Digest: sha256:95de001a4645667c7ff44d03fa3a86afcf7622caf7559cdf0345329f515671b4 19:12:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 19:12:16 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 19:12:16 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 19:12:17 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 19:12:17 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 19:12:17 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3737 B] 19:12:17 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1239 kB] 19:12:18 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1192 B] 19:12:18 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [880 kB] 19:12:18 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [7827 B] 19:12:18 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] 19:12:18 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [756 kB] 19:12:18 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [608 kB] 19:12:18 CGO_ENABLED=0 GO111MODULE=on go build ./... 19:12:18 Fetched 3756 kB in 3s (1466 kB/s) 19:12:22 Skipping stage go (already ran) 19:12:22 Staging device-modbus 19:12:23 Reading package lists... 19:12:23 Priming go 19:12:24 Priming device-modbus 19:12:25 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 19:12:25 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 19:12:25 Determining the version from the project repo (version-script). 19:12:25 The version has been set to '0.0.0-20200617+40a26c7' 19:12:25 Snapping 'edgex-device-modbus' ... 19:12:26 19:12:26 Snapped edgex-device-modbus_0.0.0-20200617+40a26c7_amd64.snap [Pipeline] } 19:12:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 19:12:35 Installing build dependencies: curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase openssh-client patch perl perl-modules-5.26 xauth 19:12:39 Reading package lists... 19:12:40 Building dependency tree... 19:12:40 Reading state information... 19:12:41 The following packages were automatically installed and are no longer required: 19:12:41 libjq1 liblzo2-2 libonig4 19:12:41 Use 'sudo apt autoremove' to remove them. 19:12:41 Suggested packages: 19:12:41 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 19:12:41 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc 19:12:41 keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc 19:12:41 libterm-readline-gnu-perl | libterm-readline-perl-perl 19:12:41 The following NEW packages will be installed: 19:12:41 curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl 19:12:41 libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 19:12:41 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase 19:12:41 openssh-client patch perl perl-modules-5.26 xauth 19:12:42 0 upgraded, 27 newly installed, 0 to remove and 10 not upgraded. 19:12:42 Need to get 12.9 MB of archives. 19:12:42 After this operation, 84.2 MB of additional disk space will be used. 19:12:42 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxau6 arm64 1:1.0.8-1 [7590 B] 19:12:42 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbsd0 arm64 0.8.7-1ubuntu0.1 [36.6 kB] 19:12:42 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxdmcp6 arm64 1:1.1.2-3 [9694 B] 19:12:42 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxcb1 arm64 1.13-2~ubuntu18.04 [37.3 kB] 19:12:42 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] 19:12:42 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-6 arm64 2:1.6.4-3ubuntu0.2 [521 kB] 19:12:42 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxext6 arm64 2:1.3.3-1 [25.4 kB] 19:12:42 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 19:12:43 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] 19:12:43 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] 19:12:43 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] 19:12:43 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] 19:12:43 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] 19:12:43 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.2 [69.3 kB] 19:12:43 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] 19:12:43 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libedit2 arm64 3.1-20170329-1 [63.4 kB] 19:12:43 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libssl1.0.0 arm64 1.0.2n-1ubuntu5.3 [723 kB] 19:12:43 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxmuu1 arm64 2:1.1.2-2 [9502 B] 19:12:43 Get:19 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssh-client arm64 1:7.6p1-4ubuntu0.3 [527 kB] 19:12:43 Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xauth arm64 1:1.0.10-1 [22.4 kB] 19:12:43 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.8 [152 kB] 19:12:43 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.8 [179 kB] 19:12:43 Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] 19:12:43 Get:24 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 19:12:43 Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] 19:12:43 Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] 19:12:43 Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] 19:12:44 debconf: delaying package configuration, since apt-utils is not installed 19:12:44 Fetched 12.9 MB in 2s (5751 kB/s) 19:12:44 Selecting previously unselected package libxau6:arm64. 19:12:44 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4630 files and directories currently installed.) 19:12:44 Preparing to unpack .../00-libxau6_1%3a1.0.8-1_arm64.deb ... 19:12:44 Unpacking libxau6:arm64 (1:1.0.8-1) ... 19:12:45 Selecting previously unselected package libbsd0:arm64. 19:12:45 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_arm64.deb ... 19:12:45 Unpacking libbsd0:arm64 (0.8.7-1ubuntu0.1) ... 19:12:45 Selecting previously unselected package libxdmcp6:arm64. 19:12:45 Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_arm64.deb ... 19:12:45 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... 19:12:45 Selecting previously unselected package libxcb1:arm64. 19:12:45 Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_arm64.deb ... 19:12:45 Unpacking libxcb1:arm64 (1.13-2~ubuntu18.04) ... 19:12:45 Selecting previously unselected package libx11-data. 19:12:45 Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... 19:12:45 Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... 19:12:45 Selecting previously unselected package libx11-6:arm64. 19:12:45 Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_arm64.deb ... 19:12:45 Unpacking libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... 19:12:46 Selecting previously unselected package libxext6:arm64. 19:12:46 Preparing to unpack .../06-libxext6_2%3a1.3.3-1_arm64.deb ... 19:12:46 Unpacking libxext6:arm64 (2:1.3.3-1) ... 19:12:46 Selecting previously unselected package perl-modules-5.26. 19:12:46 Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 19:12:46 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 19:12:47 Selecting previously unselected package libgdbm5:arm64. 19:12:47 Preparing to unpack .../08-libgdbm5_1.14.1-6_arm64.deb ... 19:12:47 Unpacking libgdbm5:arm64 (1.14.1-6) ... 19:12:47 Selecting previously unselected package libgdbm-compat4:arm64. 19:12:47 Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_arm64.deb ... 19:12:47 Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... 19:12:47 Selecting previously unselected package libperl5.26:arm64. 19:12:47 Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... 19:12:47 Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 19:12:49 Selecting previously unselected package perl. 19:12:49 Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_arm64.deb ... 19:12:49 Unpacking perl (5.26.1-6ubuntu0.3) ... 19:12:49 Selecting previously unselected package less. 19:12:49 Preparing to unpack .../12-less_487-0.1_arm64.deb ... 19:12:49 Unpacking less (487-0.1) ... 19:12:49 Selecting previously unselected package libexpat1:arm64. 19:12:49 Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_arm64.deb ... 19:12:49 Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.2) ... 19:12:49 Selecting previously unselected package netbase. 19:12:49 Preparing to unpack .../14-netbase_5.4_all.deb ... 19:12:49 Unpacking netbase (5.4) ... 19:12:49 Selecting previously unselected package libedit2:arm64. 19:12:49 Preparing to unpack .../15-libedit2_3.1-20170329-1_arm64.deb ... 19:12:49 Unpacking libedit2:arm64 (3.1-20170329-1) ... 19:12:49 Selecting previously unselected package libssl1.0.0:arm64. 19:12:49 Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_arm64.deb ... 19:12:49 Unpacking libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... 19:12:50 Selecting previously unselected package libxmuu1:arm64. 19:12:50 Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_arm64.deb ... 19:12:50 Unpacking libxmuu1:arm64 (2:1.1.2-2) ... 19:12:50 Selecting previously unselected package openssh-client. 19:12:50 Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_arm64.deb ... 19:12:50 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 19:12:50 Selecting previously unselected package xauth. 19:12:50 Preparing to unpack .../19-xauth_1%3a1.0.10-1_arm64.deb ... 19:12:50 Unpacking xauth (1:1.0.10-1) ... 19:12:50 Selecting previously unselected package curl. 19:12:50 Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_arm64.deb ... 19:12:50 Unpacking curl (7.58.0-2ubuntu3.8) ... 19:12:50 Selecting previously unselected package libcurl3-gnutls:arm64. 19:12:50 Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_arm64.deb ... 19:12:50 Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... 19:12:50 Selecting previously unselected package liberror-perl. 19:12:50 Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... 19:12:50 Unpacking liberror-perl (0.17025-1) ... 19:12:51 Selecting previously unselected package git-man. 19:12:51 Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 19:12:51 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 19:12:51 Selecting previously unselected package git. 19:12:51 Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... 19:12:51 Unpacking git (1:2.17.1-1ubuntu0.7) ... 19:12:52 Selecting previously unselected package make. 19:12:52 Preparing to unpack .../25-make_4.1-9.1ubuntu1_arm64.deb ... 19:12:52 Unpacking make (4.1-9.1ubuntu1) ... 19:12:52 Selecting previously unselected package patch. 19:12:52 Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_arm64.deb ... 19:12:52 Unpacking patch (2.7.6-2ubuntu1.1) ... 19:12:53 Setting up libedit2:arm64 (3.1-20170329-1) ... 19:12:53 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 19:12:53 Setting up libexpat1:arm64 (2.2.5-3ubuntu0.2) ... 19:12:53 Setting up less (487-0.1) ... 19:12:53 Setting up make (4.1-9.1ubuntu1) ... 19:12:53 Setting up libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... 19:12:54 Setting up curl (7.58.0-2ubuntu3.8) ... 19:12:54 Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... 19:12:54 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 19:12:54 Setting up libgdbm5:arm64 (1.14.1-6) ... 19:12:54 Setting up libbsd0:arm64 (0.8.7-1ubuntu0.1) ... 19:12:54 Setting up patch (2.7.6-2ubuntu1.1) ... 19:12:54 Setting up libxdmcp6:arm64 (1:1.1.2-3) ... 19:12:54 Setting up libgdbm-compat4:arm64 (1.14.1-6) ... 19:12:54 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 19:12:54 Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... 19:12:54 Setting up libxau6:arm64 (1:1.0.8-1) ... 19:12:54 Setting up netbase (5.4) ... 19:12:54 Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 19:12:54 Setting up libxcb1:arm64 (1.13-2~ubuntu18.04) ... 19:12:54 Setting up libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... 19:12:54 Setting up libxmuu1:arm64 (2:1.1.2-2) ... 19:12:54 Setting up perl (5.26.1-6ubuntu0.3) ... 19:12:54 Setting up libxext6:arm64 (2:1.3.3-1) ... 19:12:54 Setting up liberror-perl (0.17025-1) ... 19:12:55 Setting up xauth (1:1.0.10-1) ... 19:12:55 Setting up git (1:2.17.1-1ubuntu0.7) ... 19:12:55 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:13:01 curl set to automatically installed. 19:13:01 git set to automatically installed. 19:13:01 git-man set to automatically installed. 19:13:01 less set to automatically installed. 19:13:01 libbsd0 set to automatically installed. 19:13:01 libcurl3-gnutls set to automatically installed. 19:13:01 libedit2 set to automatically installed. 19:13:01 liberror-perl set to automatically installed. 19:13:01 libexpat1 set to automatically installed. 19:13:01 libgdbm-compat4 set to automatically installed. 19:13:01 libgdbm5 set to automatically installed. 19:13:01 libperl5.26 set to automatically installed. 19:13:01 libssl1.0.0 set to automatically installed. 19:13:01 libx11-6 set to automatically installed. 19:13:01 libx11-data set to automatically installed. 19:13:01 libxau6 set to automatically installed. 19:13:01 libxcb1 set to automatically installed. 19:13:01 libxdmcp6 set to automatically installed. 19:13:01 libxext6 set to automatically installed. 19:13:01 libxmuu1 set to automatically installed. 19:13:01 make set to automatically installed. 19:13:01 netbase set to automatically installed. 19:13:01 openssh-client set to automatically installed. 19:13:01 patch set to automatically installed. 19:13:01 perl set to automatically installed. 19:13:01 perl-modules-5.26 set to automatically installed. 19:13:01 xauth set to automatically installed. 19:13:01 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 19:13:01 Please ensure the environment is properly setup before continuing. 19:13:01 Ignore this message if the appropriate measures have already been taken 19:13:02 Pulling go 19:13:04 'device-modbus' has dependencies that need to be staged: go 19:13:04 Skipping pull go (already ran) 19:13:04 Building go 19:13:04 % Total % Received % Xferd Average Speed Time Time Time Current 19:13:04 Dload Upload Total Spent Left Speed 19:13:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 38 93.0M 38 35.8M 0 0 39.9M 0 0:00:02 --:--:-- 0:00:02 39.9M 87 93.0M 87 81.9M 0 0 43.2M 0 0:00:02 0:00:01 0:00:01 43.2M 100 93.0M 100 93.0M 0 0 43.5M 0 0:00:02 0:00:02 --:--:-- 43.5M 19:13:08 go1.13.5.linux-arm64.tar.gz: OK 19:13:26 Staging go 19:13:27 Pulling device-modbus 19:13:30 Skipping build go (already ran) 19:13:30 Building device-modbus 19:13:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -o cmd/device-modbus ./cmd 19:13:31 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.2 19:13:31 go: downloading github.com/goburrow/modbus v0.1.0 19:13:31 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 19:13:31 go: extracting github.com/goburrow/modbus v0.1.0 19:13:31 go: downloading github.com/goburrow/serial v0.1.0 19:13:31 go: extracting github.com/goburrow/serial v0.1.0 19:13:31 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.2 19:13:31 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 19:13:31 go: downloading github.com/gorilla/mux v1.7.1 19:13:31 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.33 19:13:31 go: downloading github.com/google/uuid v1.1.1 19:13:31 go: downloading gopkg.in/yaml.v2 v2.2.8 19:13:31 go: downloading github.com/OneOfOne/xxhash v1.2.6 19:13:31 go: extracting github.com/gorilla/mux v1.7.1 19:13:31 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.33 19:13:31 go: extracting github.com/google/uuid v1.1.1 19:13:31 go: extracting github.com/OneOfOne/xxhash v1.2.6 19:13:31 go: extracting gopkg.in/yaml.v2 v2.2.8 19:13:31 go: downloading github.com/go-kit/kit v0.8.0 19:13:31 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 19:13:31 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 19:13:31 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 19:13:31 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 19:13:31 go: downloading github.com/pkg/errors v0.8.1 19:13:31 go: downloading github.com/pelletier/go-toml v1.2.0 19:13:31 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 19:13:31 go: extracting github.com/pkg/errors v0.8.1 19:13:31 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 19:13:31 go: extracting github.com/pelletier/go-toml v1.2.0 19:13:31 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 19:13:31 go: downloading github.com/BurntSushi/toml v0.3.1 19:13:31 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 19:13:31 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:13:31 go: downloading github.com/hashicorp/consul/api v1.1.0 19:13:31 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:13:31 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 19:13:31 go: downloading github.com/mitchellh/mapstructure v1.1.2 19:13:31 go: downloading github.com/mitchellh/copystructure v1.0.0 19:13:31 go: extracting github.com/BurntSushi/toml v0.3.1 19:13:31 go: extracting github.com/hashicorp/consul/api v1.1.0 19:13:31 go: downloading github.com/x448/float16 v0.8.4 19:13:31 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 19:13:31 go: extracting github.com/go-kit/kit v0.8.0 19:13:31 go: extracting github.com/mitchellh/copystructure v1.0.0 19:13:31 go: downloading github.com/mitchellh/reflectwalk v1.0.0 19:13:31 go: extracting github.com/mitchellh/mapstructure v1.1.2 19:13:31 go: downloading github.com/hashicorp/serf v0.8.2 19:13:31 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 19:13:31 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 19:13:31 go: extracting github.com/mitchellh/reflectwalk v1.0.0 19:13:31 go: extracting github.com/x448/float16 v0.8.4 19:13:32 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 19:13:32 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 19:13:32 go: extracting github.com/hashicorp/serf v0.8.2 19:13:32 go: downloading github.com/go-logfmt/logfmt v0.4.0 19:13:32 go: extracting github.com/go-logfmt/logfmt v0.4.0 19:13:32 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:13:32 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:13:32 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 19:13:32 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 19:13:32 go: downloading github.com/hashicorp/golang-lru v0.5.1 19:13:32 go: extracting github.com/hashicorp/golang-lru v0.5.1 19:13:32 go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 19:13:32 go: finding github.com/gorilla/mux v1.7.1 19:13:32 go: finding github.com/OneOfOne/xxhash v1.2.6 19:13:32 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 19:13:32 go: finding github.com/google/uuid v1.1.1 19:13:32 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 19:13:32 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 19:13:32 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 19:13:32 go: finding github.com/fxamacker/cbor/v2 v2.2.0 19:13:32 go: finding gopkg.in/yaml.v2 v2.2.8 19:13:32 go: finding github.com/BurntSushi/toml v0.3.1 19:13:32 go: finding github.com/pkg/errors v0.8.1 19:13:32 go: finding github.com/hashicorp/consul/api v1.1.0 19:13:32 go: finding github.com/x448/float16 v0.8.4 19:13:32 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 19:13:32 go: finding github.com/pelletier/go-toml v1.2.0 19:13:32 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 19:13:32 go: finding github.com/hashicorp/go-rootcerts v1.0.0 19:13:32 go: finding github.com/hashicorp/serf v0.8.2 19:13:32 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:13:32 go: finding github.com/mitchellh/mapstructure v1.1.2 19:13:32 go: finding github.com/go-kit/kit v0.8.0 19:13:32 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:13:32 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 19:13:32 go: finding github.com/mitchellh/copystructure v1.0.0 19:13:32 go: finding github.com/go-logfmt/logfmt v0.4.0 19:13:32 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 19:13:32 go: finding github.com/mitchellh/reflectwalk v1.0.0 19:13:32 go: finding github.com/goburrow/modbus v0.1.0 19:13:32 go: finding github.com/hashicorp/golang-lru v0.5.1 19:13:32 go: finding github.com/goburrow/serial v0.1.0 19:13:59 CGO_ENABLED=0 GO111MODULE=on go build ./... 19:14:11 Skipping stage go (already ran) 19:14:11 Staging device-modbus 19:14:14 Priming go 19:14:17 Priming device-modbus 19:14:20 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 19:14:20 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 19:14:20 Determining the version from the project repo (version-script). 19:14:20 The version has been set to '0.0.0-20200617+fac097f' 19:14:20 Snapping 'edgex-device-modbus' ... 19:14:23 19:14:23 Snapped edgex-device-modbus_0.0.0-20200617+fac097f_arm64.snap [Pipeline] } 19:14:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 19:14:26 provisioning config files... 19:14:26 copy managed file [device-modbus-go-codecov-token] to file:/w/workspace/xfoundry_device-modbus-go_PR-155@tmp/config8211428579408027529tmp [Pipeline] { [Pipeline] sh 19:14:26 + curl -s https://codecov.io/bash 19:14:26 + bash -s - -t @/w/workspace/xfoundry_device-modbus-go_PR-155@tmp/config8211428579408027529tmp 19:14:26 19:14:26 _____ _ 19:14:26 / ____| | | 19:14:26 | | ___ __| | ___ ___ _____ __ 19:14:26 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:14:26 | |___| (_) | (_| | __/ (_| (_) \ V / 19:14:26 \_____\___/ \__,_|\___|\___\___/ \_/ 19:14:26 Bash-20200602-f809a24 19:14:26 19:14:26 19:14:26 ==> Jenkins CI detected. 19:14:26 project root: . 19:14:26 Fixing merge commit SHA 19:14:26 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:14:26 ==> Running gcov in . (disable via -X gcov) 19:14:26 ==> Python coveragepy not found 19:14:26 ==> Searching for coverage reports in: 19:14:26 + . 19:14:26 -> Found 1 reports 19:14:26 ==> Detecting git/mercurial file structure 19:14:26 ==> Reading reports 19:14:26 + ./coverage.out bytes=22123 19:14:26 ==> Appending adjustments 19:14:26 https://docs.codecov.io/docs/fixing-reports 19:14:26 + Found adjustments 19:14:26 ==> Gzipping contents 19:14:26 ==> Uploading reports 19:14:26 url: https://codecov.io 19:14:26 query: branch=PR-155&commit=fdf900d8a58188a2e8b2bc604c944c724a46cd8f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2FPR-155%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=155&job= 19:14:27 -> Pinging Codecov 19:14:27 https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=PR-155&commit=fdf900d8a58188a2e8b2bc604c944c724a46cd8f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2FPR-155%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=155&job= 19:14:27 -> Uploading 19:14:27 -> View reports at https://codecov.io/github/edgexfoundry/device-modbus-go/commit/fdf900d8a58188a2e8b2bc604c944c724a46cd8f [Pipeline] } 19:14:28 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 19:14:29 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:14:30 ---> package-listing.sh 19:14:30 ++ facter osfamily 19:14:30 ++ tr '[:upper:]' '[:lower:]' 19:14:30 + OS_FAMILY=redhat 19:14:30 + workspace=/w/workspace/xfoundry_device-modbus-go_PR-155 19:14:30 + START_PACKAGES=/tmp/packages_start.txt 19:14:30 + END_PACKAGES=/tmp/packages_end.txt 19:14:30 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:14:30 + PACKAGES=/tmp/packages_start.txt 19:14:30 + '[' /w/workspace/xfoundry_device-modbus-go_PR-155 ']' 19:14:30 + PACKAGES=/tmp/packages_end.txt 19:14:30 + case "${OS_FAMILY}" in 19:14:30 + rpm -qa 19:14:30 + sort 19:14:34 + '[' -f /tmp/packages_start.txt ']' 19:14:34 + '[' -f /tmp/packages_end.txt ']' 19:14:34 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:14:34 + '[' /w/workspace/xfoundry_device-modbus-go_PR-155 ']' 19:14:34 + mkdir -p /w/workspace/xfoundry_device-modbus-go_PR-155/archives/ 19:14:34 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_PR-155/archives/ [Pipeline] isUnix [Pipeline] sh 19:14:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:14:35 19:14:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:14:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:14:35 alpine: Pulling from edgex-lftools-log-publisher 19:14:35 c9b1b535fdd9: Pulling fs layer 19:14:35 2cc5ad85d9ab: Pulling fs layer 19:14:35 756a868c4378: Pulling fs layer 19:14:35 444b2fc9a129: Pulling fs layer 19:14:35 ea15f1150254: Pulling fs layer 19:14:35 41b27a9f41bf: Pulling fs layer 19:14:35 28c525ee5125: Pulling fs layer 19:14:35 094b1ea09ed8: Pulling fs layer 19:14:35 138eaada9080: Pulling fs layer 19:14:35 0622d0fa9048: Pulling fs layer 19:14:35 ea15f1150254: Waiting 19:14:35 41b27a9f41bf: Waiting 19:14:35 28c525ee5125: Waiting 19:14:35 094b1ea09ed8: Waiting 19:14:35 138eaada9080: Waiting 19:14:35 0622d0fa9048: Waiting 19:14:35 444b2fc9a129: Waiting 19:14:35 2cc5ad85d9ab: Download complete 19:14:35 444b2fc9a129: Verifying Checksum 19:14:35 444b2fc9a129: Download complete 19:14:35 c9b1b535fdd9: Download complete 19:14:35 ea15f1150254: Verifying Checksum 19:14:35 ea15f1150254: Download complete 19:14:35 28c525ee5125: Verifying Checksum 19:14:35 28c525ee5125: Download complete 19:14:35 756a868c4378: Verifying Checksum 19:14:35 756a868c4378: Download complete 19:14:36 c9b1b535fdd9: Pull complete 19:14:36 138eaada9080: Verifying Checksum 19:14:36 138eaada9080: Download complete 19:14:36 0622d0fa9048: Verifying Checksum 19:14:36 0622d0fa9048: Download complete 19:14:36 094b1ea09ed8: Verifying Checksum 19:14:36 094b1ea09ed8: Download complete 19:14:36 2cc5ad85d9ab: Pull complete 19:14:36 41b27a9f41bf: Verifying Checksum 19:14:36 41b27a9f41bf: Download complete 19:14:37 756a868c4378: Pull complete 19:14:37 444b2fc9a129: Pull complete 19:14:37 ea15f1150254: Pull complete 19:14:42 41b27a9f41bf: Pull complete 19:14:42 28c525ee5125: Pull complete 19:14:44 094b1ea09ed8: Pull complete 19:14:44 138eaada9080: Pull complete 19:14:45 0622d0fa9048: Pull complete 19:14:45 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 19:14:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:14:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:14:45 prd-centos7-docker-4c-2g-3391 does not seem to be running inside a container 19:14:45 $ 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-155 -v /w/workspace/xfoundry_device-modbus-go_PR-155:/w/workspace/xfoundry_device-modbus-go_PR-155:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-155@tmp:/w/workspace/xfoundry_device-modbus-go_PR-155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 19:14:49 $ docker top da028adb3705550100f36ace8363d8c5b190ce0e5de461df62eaadae7bc6e806 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:14:49 provisioning config files... 19:14:49 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-155@tmp/config1452723627153874641tmp [Pipeline] { [Pipeline] echo 19:14:49 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:14:49 ---> create-netrc.sh [Pipeline] echo 19:14:49 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:14:50 ---> logs-deploy.sh 19:14:50 + ARCHIVE_ARTIFACTS= 19:14:50 + LOGS_SERVER=https://logs.edgexfoundry.org 19:14:50 + '[' https://logs.edgexfoundry.org == None ']' 19:14:50 + NEXUS_URL=https://nexus.edgexfoundry.org 19:14:50 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-155/1 19:14:50 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/PR-155/1/ 19:14:50 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-155/1 /w/workspace/xfoundry_device-modbus-go_PR-155 19:14:51 Archives upload complete. 19:14:51 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-155/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/PR-155/1/ 19:14:52 ---> uname -a: 19:14:52 Linux da028adb3705 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 19:14:52 19:14:52 19:14:52 ---> lscpu: 19:14:52 Architecture: x86_64 19:14:52 CPU op-mode(s): 32-bit, 64-bit 19:14:52 Byte Order: Little Endian 19:14:52 Address sizes: 40 bits physical, 48 bits virtual 19:14:52 CPU(s): 4 19:14:52 On-line CPU(s) list: 0-3 19:14:52 Thread(s) per core: 1 19:14:52 Core(s) per socket: 1 19:14:52 Socket(s): 4 19:14:52 NUMA node(s): 1 19:14:52 Vendor ID: GenuineIntel 19:14:52 CPU family: 6 19:14:52 Model: 44 19:14:52 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 19:14:52 Stepping: 1 19:14:52 CPU MHz: 2933.438 19:14:52 BogoMIPS: 5866.87 19:14:52 Virtualization: VT-x 19:14:52 Hypervisor vendor: KVM 19:14:52 Virtualization type: full 19:14:52 L1d cache: 128 KiB 19:14:52 L1i cache: 128 KiB 19:14:52 L2 cache: 16 MiB 19:14:52 L3 cache: 64 MiB 19:14:52 NUMA node0 CPU(s): 0-3 19:14:52 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 19:14:52 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 19:14:52 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 19:14:52 Vulnerability Meltdown: Mitigation; PTI 19:14:52 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:14:52 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 19:14:52 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 19:14:52 Vulnerability Tsx async abort: Not affected 19:14:52 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 19:14:52 19:14:52 19:14:52 ---> nproc: 19:14:52 4 19:14:52 19:14:52 19:14:52 ---> df -h: 19:14:52 Filesystem Size Used Available Use% Mounted on 19:14:52 overlay 50.0G 7.2G 42.8G 14% / 19:14:52 tmpfs 64.0M 0 64.0M 0% /dev 19:14:52 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 19:14:52 shm 64.0M 0 64.0M 0% /dev/shm 19:14:52 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 19:14:52 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 19:14:52 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 19:14:52 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/xfoundry_device-modbus-go_PR-155 19:14:52 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/xfoundry_device-modbus-go_PR-155@tmp 19:14:52 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa 19:14:52 19:14:52 19:14:52 ---> free -m: 19:14:52 total used free shared buff/cache available 19:14:52 Mem: 1837 642 126 0 1068 1090 19:14:52 Swap: 1023 1 1022 19:14:52 19:14:52 19:14:52 ---> ip addr: 19:14:52 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 19:14:52 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 19:14:52 inet 127.0.0.1/8 scope host lo 19:14:52 valid_lft forever preferred_lft forever 19:14:52 6: eth0@if7: mtu 1458 qdisc noqueue state UP 19:14:52 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 19:14:52 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 19:14:52 valid_lft forever preferred_lft forever 19:14:52 19:14:52 19:14:52 ---> sar -b -r -n DEV: 19:14:52 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/17/20 _x86_64_ (4 CPU) 19:14:52 19:14:52 19:05:34 LINUX RESTART 19:14:52 19:14:52 19:06:01 tps rtps wtps bread/s bwrtn/s 19:14:52 19:07:01 74.13 26.86 47.27 6385.61 5024.89 19:14:52 19:08:01 1.77 0.00 1.77 0.00 29.64 19:14:52 19:09:01 0.23 0.00 0.23 0.00 3.63 19:14:52 19:10:01 0.25 0.00 0.25 0.00 2.57 19:14:52 19:11:01 0.23 0.00 0.23 0.00 3.36 19:14:52 19:12:01 0.35 0.00 0.35 0.00 4.51 19:14:52 19:13:01 0.27 0.02 0.25 0.13 2.75 19:14:52 19:14:01 0.30 0.00 0.30 0.00 3.38 19:14:52 Average: 9.69 3.36 6.33 798.47 634.54 19:14:52 19:14:52 19:06:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:14:52 19:07:01 167776 1713780 91.08 2620 1156808 1116088 38.09 431976 1121552 12 19:14:52 19:08:01 172844 1708712 90.81 2620 1156812 1079652 36.85 429144 1120040 20 19:14:52 19:09:01 171612 1709944 90.88 2620 1156820 1079892 36.85 430592 1120028 8 19:14:52 19:10:01 169444 1712112 90.99 2620 1156820 1079952 36.86 432896 1119904 16 19:14:52 19:11:01 171184 1710372 90.90 2620 1156824 1079652 36.85 434200 1116904 12 19:14:52 19:12:01 168332 1713224 91.05 2620 1156832 1079736 36.85 437552 1116904 8 19:14:52 19:13:01 168680 1712876 91.04 2620 1156840 1079652 36.85 446424 1107820 8 19:14:52 19:14:01 168672 1712884 91.04 2620 1156848 1079652 36.85 440116 1114060 12 19:14:52 Average: 169818 1711738 90.97 2620 1156826 1084285 37.00 435363 1117152 12 19:14:52 19:14:52 19:06:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 19:14:52 19:07:01 eth0 452.38 287.56 1039.19 89.50 0.00 0.00 0.00 19:14:52 19:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:14:52 19:07:01 docker0 2.11 1.78 0.36 3.51 0.00 0.00 0.00 19:14:52 19:08:01 eth0 0.80 0.08 0.06 0.01 0.00 0.00 0.00 19:14:52 19:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:14:52 19:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:14:52 19:09:01 eth0 0.97 0.33 0.32 0.20 0.00 0.00 0.00 19:14:52 19:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:14:52 19:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:14:52 19:10:01 eth0 0.83 0.62 0.55 0.37 0.00 0.00 0.00 19:14:52 19:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:14:52 19:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:14:52 19:11:01 eth0 0.08 0.08 0.01 0.04 0.00 0.00 0.00 19:14:52 19:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:14:52 19:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:14:52 19:12:01 eth0 0.32 0.18 0.14 0.07 0.00 0.00 0.00 19:14:52 19:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:14:52 19:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:14:52 19:13:01 eth0 0.12 0.17 0.01 0.01 0.00 0.00 0.00 19:14:52 19:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:14:52 19:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:14:52 19:14:01 eth0 0.07 0.08 0.01 0.01 0.00 0.00 0.00 19:14:52 19:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:14:52 19:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:14:52 Average: eth0 56.96 36.15 130.08 11.28 0.00 0.00 0.00 19:14:52 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:14:52 Average: docker0 0.26 0.22 0.05 0.44 0.00 0.00 0.00 19:14:52 19:14:52 19:14:52 ---> sar -P ALL: 19:14:52 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/17/20 _x86_64_ (4 CPU) 19:14:52 19:14:52 19:05:34 LINUX RESTART 19:14:52 19:14:52 19:06:01 CPU %user %nice %system %iowait %steal %idle 19:14:52 19:07:01 all 12.38 0.00 3.57 2.34 0.05 81.66 19:14:52 19:07:01 0 11.41 0.00 4.57 1.61 0.05 82.36 19:14:52 19:07:01 1 12.62 0.00 3.67 3.60 0.05 80.05 19:14:52 19:07:01 2 12.49 0.00 2.85 2.46 0.03 82.16 19:14:52 19:07:01 3 13.03 0.00 3.18 1.66 0.05 82.09 19:14:52 19:08:01 all 0.15 0.00 0.04 0.00 0.00 99.81 19:14:52 19:08:01 0 0.03 0.00 0.07 0.00 0.00 99.90 19:14:52 19:08:01 1 0.03 0.00 0.03 0.00 0.00 99.93 19:14:52 19:08:01 2 0.03 0.00 0.02 0.00 0.00 99.95 19:14:52 19:08:01 3 0.50 0.00 0.03 0.00 0.00 99.47 19:14:52 19:09:01 all 0.13 0.00 0.03 0.00 0.00 99.84 19:14:52 19:09:01 0 0.03 0.00 0.07 0.00 0.00 99.90 19:14:52 19:09:01 1 0.03 0.00 0.02 0.00 0.00 99.95 19:14:52 19:09:01 2 0.03 0.00 0.00 0.00 0.00 99.97 19:14:52 19:09:01 3 0.43 0.00 0.05 0.00 0.00 99.52 19:14:52 19:10:01 all 0.15 0.00 0.02 0.00 0.00 99.83 19:14:52 19:10:01 0 0.05 0.00 0.03 0.00 0.00 99.92 19:14:52 19:10:01 1 0.02 0.00 0.02 0.00 0.02 99.95 19:14:52 19:10:01 2 0.03 0.00 0.02 0.00 0.00 99.95 19:14:52 19:10:01 3 0.52 0.00 0.02 0.00 0.00 99.47 19:14:52 19:11:01 all 0.16 0.00 0.02 0.00 0.00 99.82 19:14:52 19:11:01 0 0.05 0.00 0.05 0.00 0.00 99.90 19:14:52 19:11:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:14:52 19:11:01 2 0.03 0.00 0.02 0.00 0.00 99.95 19:14:52 19:11:01 3 0.53 0.00 0.02 0.00 0.00 99.45 19:14:52 19:12:01 all 0.15 0.00 0.03 0.00 0.00 99.82 19:14:52 19:12:01 0 0.03 0.00 0.10 0.00 0.00 99.87 19:14:52 19:12:01 1 0.00 0.00 0.02 0.00 0.00 99.98 19:14:52 19:12:01 2 0.05 0.00 0.02 0.00 0.00 99.93 19:14:52 19:12:01 3 0.52 0.00 0.02 0.00 0.00 99.47 19:14:52 19:13:01 all 0.16 0.00 0.02 0.00 0.00 99.82 19:14:52 19:13:01 0 0.02 0.00 0.07 0.00 0.00 99.92 19:14:52 19:13:01 1 0.02 0.00 0.00 0.00 0.00 99.98 19:14:52 19:13:01 2 0.07 0.00 0.03 0.00 0.00 99.90 19:14:52 19:13:01 3 0.53 0.00 0.02 0.00 0.00 99.45 19:14:52 19:14:01 all 0.15 0.00 0.02 0.00 0.00 99.84 19:14:52 19:14:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:14:52 19:14:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:14:52 19:14:01 2 0.03 0.00 0.02 0.00 0.00 99.95 19:14:52 19:14:01 3 0.52 0.00 0.00 0.00 0.00 99.48 19:14:52 Average: all 1.67 0.00 0.47 0.29 0.01 97.56 19:14:52 Average: 0 1.45 0.00 0.62 0.20 0.01 97.73 19:14:52 Average: 1 1.59 0.00 0.47 0.45 0.01 97.49 19:14:52 Average: 2 1.59 0.00 0.37 0.31 0.00 97.73 19:14:52 Average: 3 2.07 0.00 0.41 0.21 0.01 97.31 19:14:52 19:14:52 19:14:52