cloudxxx8 commented: recheck 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 51725aa6219b7acd356423099fa6f07cbac6e7b1+fdf900d8a58188a2e8b2bc604c944c724a46cd8f (0d8b3b4eae20d24e23ead3149beae4280cc08c98) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 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 > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 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 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 ‘prd-centos7-docker-4c-2g-3544’ is offline Running on prd-centos7-docker-4c-2g-3546 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 51725aa6219b7acd356423099fa6f07cbac6e7b1 Merge succeeded, producing 51725aa6219b7acd356423099fa6f07cbac6e7b1 Checking out Revision 51725aa6219b7acd356423099fa6f07cbac6e7b1 (PR-155) > 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 51725aa6219b7acd356423099fa6f07cbac6e7b1 # 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 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 51725aa6219b7acd356423099fa6f07cbac6e7b1 # timeout=10 Commit message: "Merge branch 'master' into update-pr-template" > git rev-list --no-walk 51725aa6219b7acd356423099fa6f07cbac6e7b1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-18T10:29:51.079Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-18T10:29:51.197Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-18T10:29:51.240Z] ========================================================= [2020-06-18T10:29:51.240Z] EdgeX Global Pipelines Version Info [2020-06-18T10:29:51.240Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-18T10:29:53.126Z] ------------------- [2020-06-18T10:29:53.126Z] stable info: [2020-06-18T10:29:53.126Z] ------------------- [2020-06-18T10:29:53.126Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-18T10:29:53.126Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-18T10:29:53.126Z] Message: update stable to v1.0.89 [2020-06-18T10:29:54.068Z] ------------------- [2020-06-18T10:29:54.068Z] experimental info: [2020-06-18T10:29:54.068Z] ------------------- [2020-06-18T10:29:54.068Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-18T10:29:54.068Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-18T10:29:54.068Z] 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 [2020-06-18T10:29:55.632Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-18T10:29:55.632Z] [2020-06-18T10:29:55.632Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-18T10:29:55.948Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-18T10:29:55.948Z] latest: Pulling from edgex-devops/git-semver [2020-06-18T10:29:55.948Z] 9123ac7c32f7: Pulling fs layer [2020-06-18T10:29:55.948Z] b8cc5d1170e3: Pulling fs layer [2020-06-18T10:29:55.948Z] 2924cbbf6a41: Pulling fs layer [2020-06-18T10:29:55.948Z] 93b08a4f1073: Pulling fs layer [2020-06-18T10:29:55.948Z] 93b08a4f1073: Waiting [2020-06-18T10:29:55.948Z] b8cc5d1170e3: Verifying Checksum [2020-06-18T10:29:55.948Z] b8cc5d1170e3: Download complete [2020-06-18T10:29:56.210Z] 9123ac7c32f7: Verifying Checksum [2020-06-18T10:29:56.210Z] 9123ac7c32f7: Download complete [2020-06-18T10:29:56.210Z] 93b08a4f1073: Verifying Checksum [2020-06-18T10:29:56.210Z] 93b08a4f1073: Download complete [2020-06-18T10:29:56.210Z] 2924cbbf6a41: Verifying Checksum [2020-06-18T10:29:56.210Z] 2924cbbf6a41: Download complete [2020-06-18T10:29:56.472Z] 9123ac7c32f7: Pull complete [2020-06-18T10:29:56.472Z] b8cc5d1170e3: Pull complete [2020-06-18T10:29:57.424Z] 2924cbbf6a41: Pull complete [2020-06-18T10:29:57.684Z] 93b08a4f1073: Pull complete [2020-06-18T10:29:57.684Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-18T10:29:57.684Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-18T10:29:57.684Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-18T10:29:57.784Z] prd-centos7-docker-4c-2g-3546 does not seem to be running inside a container [2020-06-18T10:29:57.828Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-18T10:29:59.845Z] $ docker top ca61b32989efe270461701d6187cc228a7ab8e87047898c336b6c5311d8f303d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-18T10:30:00.027Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-18T10:30:00.027Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-18T10:30:00.254Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-18T10:30:00.261Z] $ docker exec ca61b32989efe270461701d6187cc228a7ab8e87047898c336b6c5311d8f303d ssh-agent [2020-06-18T10:30:00.436Z] SSH_AUTH_SOCK=/tmp/ssh-6ZUJII181uZc/agent.12 [2020-06-18T10:30:00.436Z] SSH_AGENT_PID=17 [2020-06-18T10:30:00.446Z] Running ssh-add (command line suppressed) [2020-06-18T10:30:00.587Z] Identity added: /w/workspace/xfoundry_device-modbus-go_PR-155@tmp/private_key_8264452233204403783.key (/w/workspace/xfoundry_device-modbus-go_PR-155@tmp/private_key_8264452233204403783.key) [2020-06-18T10:30:00.633Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-18T10:30:00.942Z] + git describe --exact-match --tags HEAD [2020-06-18T10:30:00.942Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-18T10:30:01.120Z] $ docker exec --env ******** --env ******** ca61b32989efe270461701d6187cc228a7ab8e87047898c336b6c5311d8f303d ssh-agent -k [2020-06-18T10:30:01.308Z] unset SSH_AUTH_SOCK; [2020-06-18T10:30:01.309Z] unset SSH_AGENT_PID; [2020-06-18T10:30:01.309Z] echo Agent pid 17 killed; [2020-06-18T10:30:01.364Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-18T10:30:01.404Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-18T10:30:01.404Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-18T10:30:01.454Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-18T10:30:01.454Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-18T10:30:01.631Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-18T10:30:01.637Z] $ docker exec ca61b32989efe270461701d6187cc228a7ab8e87047898c336b6c5311d8f303d ssh-agent [2020-06-18T10:30:01.799Z] SSH_AUTH_SOCK=/tmp/ssh-BQPjI6mLfsNn/agent.48 [2020-06-18T10:30:01.799Z] SSH_AGENT_PID=53 [2020-06-18T10:30:01.808Z] Running ssh-add (command line suppressed) [2020-06-18T10:30:01.930Z] Identity added: /w/workspace/xfoundry_device-modbus-go_PR-155@tmp/private_key_8331894212070231238.key (/w/workspace/xfoundry_device-modbus-go_PR-155@tmp/private_key_8331894212070231238.key) [2020-06-18T10:30:01.979Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-18T10:30:02.296Z] + git semver init [2020-06-18T10:30:02.296Z] # -> Open(): unable to determine branch for HEAD [2020-06-18T10:30:02.296Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_PR-155/.git [2020-06-18T10:30:02.296Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_PR-155 [2020-06-18T10:30:02.296Z] # $SEMVER_REMOTE_NAME = origin [2020-06-18T10:30:02.296Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-18T10:30:02.296Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-18T10:30:02.296Z] # $SEMVER_BRANCH = PR-155 [2020-06-18T10:30:02.296Z] # $SEMVER_TEMP = /tmp/semver-563660198 [2020-06-18T10:30:02.296Z] # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP [2020-06-18T10:30:04.846Z] # '/tmp/semver-563660198' -> '/w/workspace/xfoundry_device-modbus-go_PR-155/.semver' [2020-06-18T10:30:04.846Z] # -> Force: false [2020-06-18T10:30:04.846Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_PR-155/.semver [Pipeline] } [2020-06-18T10:30:04.859Z] $ docker exec --env ******** --env ******** ca61b32989efe270461701d6187cc228a7ab8e87047898c336b6c5311d8f303d ssh-agent -k [2020-06-18T10:30:04.979Z] unset SSH_AUTH_SOCK; [2020-06-18T10:30:04.979Z] unset SSH_AGENT_PID; [2020-06-18T10:30:04.979Z] echo Agent pid 53 killed; [2020-06-18T10:30:05.022Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-18T10:30:05.387Z] + git semver [Pipeline] } [2020-06-18T10:30:05.405Z] $ docker stop --time=1 ca61b32989efe270461701d6187cc228a7ab8e87047898c336b6c5311d8f303d [2020-06-18T10:30:06.881Z] $ docker rm -f ca61b32989efe270461701d6187cc228a7ab8e87047898c336b6c5311d8f303d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-18T10:30:07.408Z] Stashed 32 file(s) [Pipeline] echo [2020-06-18T10:30:07.410Z] [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 [2020-06-18T10:30:22.590Z] Still waiting to schedule task [2020-06-18T10:30:22.590Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3546’ [2020-06-18T10:30:22.592Z] Still waiting to schedule task [2020-06-18T10:30:22.592Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-06-18T10:32:03.600Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3547 in /w/workspace/xfoundry_device-modbus-go_PR-155 [Pipeline] { [Pipeline] ws [2020-06-18T10:32:03.629Z] Running in /w/workspace/device-modbus-go/3 [Pipeline] { [Pipeline] checkout [2020-06-18T10:32:08.939Z] using credential edgex-jenkins-ssh [2020-06-18T10:32:08.973Z] Cloning the remote Git repository [2020-06-18T10:32:08.973Z] Cloning with configured refspecs honoured and without tags [2020-06-18T10:32:09.005Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-06-18T10:32:09.113Z] > git init /w/workspace/device-modbus-go/3 # timeout=10 [2020-06-18T10:32:09.186Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-06-18T10:32:09.187Z] > git --version # timeout=10 [2020-06-18T10:32:09.209Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-18T10:32:09.291Z] > 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 [2020-06-18T10:32:10.130Z] Fetching without tags [2020-06-18T10:32:10.609Z] Merging remotes/origin/master commit fdf900d8a58188a2e8b2bc604c944c724a46cd8f into PR head commit 51725aa6219b7acd356423099fa6f07cbac6e7b1 [2020-06-18T10:32:10.845Z] Merge succeeded, producing 51725aa6219b7acd356423099fa6f07cbac6e7b1 [2020-06-18T10:32:10.846Z] Checking out Revision 51725aa6219b7acd356423099fa6f07cbac6e7b1 (PR-155) [2020-06-18T10:32:10.007Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-06-18T10:32:10.030Z] > git config --add remote.origin.fetch +refs/pull/155/head:refs/remotes/origin/PR-155 # timeout=10 [2020-06-18T10:32:10.048Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-18T10:32:10.084Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-06-18T10:32:10.118Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-06-18T10:32:10.118Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-18T10:32:10.131Z] > 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 [2020-06-18T10:32:10.605Z] > git config core.sparsecheckout # timeout=10 [2020-06-18T10:32:10.632Z] > git checkout -f 51725aa6219b7acd356423099fa6f07cbac6e7b1 # timeout=10 [2020-06-18T10:32:10.716Z] > git remote # timeout=10 [2020-06-18T10:32:10.742Z] > git config --get remote.origin.url # timeout=10 [2020-06-18T10:32:10.762Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-18T10:32:10.772Z] > git merge fdf900d8a58188a2e8b2bc604c944c724a46cd8f # timeout=10 [2020-06-18T10:32:10.799Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-06-18T10:32:10.828Z] > git config core.sparsecheckout # timeout=10 [2020-06-18T10:32:10.860Z] > git checkout -f 51725aa6219b7acd356423099fa6f07cbac6e7b1 # timeout=10 [2020-06-18T10:32:11.779Z] Running on prd-centos7-docker-4c-2g-3548 in /w/workspace/xfoundry_device-modbus-go_PR-155 [Pipeline] { [Pipeline] ws [2020-06-18T10:32:11.802Z] Running in /w/workspace/device-modbus-go/3 [Pipeline] { [Pipeline] checkout [2020-06-18T10:32:14.530Z] using credential edgex-jenkins-ssh [2020-06-18T10:32:14.556Z] Cloning the remote Git repository [2020-06-18T10:32:14.556Z] Cloning with configured refspecs honoured and without tags [2020-06-18T10:32:15.305Z] Commit message: "Merge branch 'master' into update-pr-template" [2020-06-18T10:32:15.355Z] Fetching without tags [2020-06-18T10:32:14.594Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-06-18T10:32:14.665Z] > git init /w/workspace/device-modbus-go/3 # timeout=10 [2020-06-18T10:32:14.709Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-06-18T10:32:14.710Z] > git --version # timeout=10 [2020-06-18T10:32:14.718Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-18T10:32:14.758Z] > 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 [2020-06-18T10:32:15.317Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-06-18T10:32:15.325Z] > git config --add remote.origin.fetch +refs/pull/155/head:refs/remotes/origin/PR-155 # timeout=10 [2020-06-18T10:32:15.339Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-18T10:32:15.350Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-06-18T10:32:15.361Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-06-18T10:32:15.361Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-18T10:32:15.366Z] > 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 [2020-06-18T10:32:15.758Z] Merging remotes/origin/master commit fdf900d8a58188a2e8b2bc604c944c724a46cd8f into PR head commit 51725aa6219b7acd356423099fa6f07cbac6e7b1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2020-06-18T10:32:15.878Z] Merge succeeded, producing 51725aa6219b7acd356423099fa6f07cbac6e7b1 [2020-06-18T10:32:15.878Z] Checking out Revision 51725aa6219b7acd356423099fa6f07cbac6e7b1 (PR-155) [Pipeline] unstash [Pipeline] echo [2020-06-18T10:32:16.276Z] ========================================================= [2020-06-18T10:32:16.276Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-18T10:32:16.276Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-18T10:32:15.767Z] > git config core.sparsecheckout # timeout=10 [2020-06-18T10:32:15.786Z] > git checkout -f 51725aa6219b7acd356423099fa6f07cbac6e7b1 # timeout=10 [2020-06-18T10:32:15.821Z] > git remote # timeout=10 [2020-06-18T10:32:15.831Z] > git config --get remote.origin.url # timeout=10 [2020-06-18T10:32:15.839Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-18T10:32:15.844Z] > git merge fdf900d8a58188a2e8b2bc604c944c724a46cd8f # timeout=10 [2020-06-18T10:32:15.863Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-06-18T10:32:15.884Z] > git config core.sparsecheckout # timeout=10 [2020-06-18T10:32:15.892Z] > git checkout -f 51725aa6219b7acd356423099fa6f07cbac6e7b1 # timeout=10 [2020-06-18T10:32:17.400Z] + 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 . [2020-06-18T10:32:18.374Z] Sending build context to Docker daemon 615.9kB [2020-06-18T10:32:18.374Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-18T10:32:18.374Z] Step 2/8 : FROM ${BASE} [2020-06-18T10:32:18.665Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-06-18T10:32:18.665Z] cde5963f3b93: Pulling fs layer [2020-06-18T10:32:18.665Z] 2a23fa8c16f7: Pulling fs layer [2020-06-18T10:32:18.665Z] 777b28850792: Pulling fs layer [2020-06-18T10:32:18.665Z] 8a11ddd9e578: Pulling fs layer [2020-06-18T10:32:18.665Z] 4cf88f913ddb: Pulling fs layer [2020-06-18T10:32:18.665Z] 1df406cf5192: Pulling fs layer [2020-06-18T10:32:18.665Z] cd6300453558: Pulling fs layer [2020-06-18T10:32:18.665Z] b9c365052c96: Pulling fs layer [2020-06-18T10:32:18.665Z] a2d8cc88f415: Pulling fs layer [2020-06-18T10:32:18.665Z] ea1d1ca13537: Pulling fs layer [2020-06-18T10:32:18.665Z] 3750a50a1c5e: Pulling fs layer [2020-06-18T10:32:18.665Z] 8a11ddd9e578: Waiting [2020-06-18T10:32:18.665Z] 4cf88f913ddb: Waiting [2020-06-18T10:32:18.665Z] 1df406cf5192: Waiting [2020-06-18T10:32:18.665Z] cd6300453558: Waiting [2020-06-18T10:32:18.665Z] b9c365052c96: Waiting [2020-06-18T10:32:18.665Z] a2d8cc88f415: Waiting [2020-06-18T10:32:18.665Z] ea1d1ca13537: Waiting [2020-06-18T10:32:18.665Z] 3750a50a1c5e: Waiting [2020-06-18T10:32:18.665Z] 777b28850792: Verifying Checksum [2020-06-18T10:32:18.665Z] 777b28850792: Download complete [2020-06-18T10:32:18.665Z] 2a23fa8c16f7: Verifying Checksum [2020-06-18T10:32:18.665Z] 2a23fa8c16f7: Download complete [2020-06-18T10:32:18.665Z] 4cf88f913ddb: Verifying Checksum [2020-06-18T10:32:18.665Z] 4cf88f913ddb: Download complete [2020-06-18T10:32:18.665Z] 1df406cf5192: Verifying Checksum [2020-06-18T10:32:18.665Z] 1df406cf5192: Download complete [2020-06-18T10:32:18.665Z] cde5963f3b93: Verifying Checksum [2020-06-18T10:32:18.665Z] cde5963f3b93: Download complete [2020-06-18T10:32:19.552Z] Commit message: "Merge branch 'master' into update-pr-template" [2020-06-18T10:32:19.677Z] cde5963f3b93: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-18T10:32:20.191Z] ========================================================= [2020-06-18T10:32:20.192Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-06-18T10:32:20.192Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-18T10:32:20.282Z] 2a23fa8c16f7: Pull complete [2020-06-18T10:32:20.559Z] 777b28850792: Pull complete [2020-06-18T10:32:20.845Z] + 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 . [2020-06-18T10:32:21.108Z] Sending build context to Docker daemon 615.9kB [2020-06-18T10:32:21.182Z] cd6300453558: Verifying Checksum [2020-06-18T10:32:21.182Z] cd6300453558: Download complete [2020-06-18T10:32:21.182Z] a2d8cc88f415: Verifying Checksum [2020-06-18T10:32:21.182Z] a2d8cc88f415: Download complete [2020-06-18T10:32:21.375Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-18T10:32:21.376Z] Step 2/8 : FROM ${BASE} [2020-06-18T10:32:21.376Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-06-18T10:32:21.376Z] e6b0cf9c0882: Pulling fs layer [2020-06-18T10:32:21.376Z] 2848faf0eed1: Pulling fs layer [2020-06-18T10:32:21.376Z] 0f37312ad70f: Pulling fs layer [2020-06-18T10:32:21.376Z] 5788d62ee057: Pulling fs layer [2020-06-18T10:32:21.376Z] 0e6b1d234666: Pulling fs layer [2020-06-18T10:32:21.376Z] bf5d7aec512f: Pulling fs layer [2020-06-18T10:32:21.376Z] 34c802a77dc8: Pulling fs layer [2020-06-18T10:32:21.376Z] 9eb99e56ec68: Pulling fs layer [2020-06-18T10:32:21.376Z] 27c7a5d97fbd: Pulling fs layer [2020-06-18T10:32:21.376Z] 5c102a31e300: Pulling fs layer [2020-06-18T10:32:21.376Z] dcfb455df0a1: Pulling fs layer [2020-06-18T10:32:21.376Z] 34c802a77dc8: Waiting [2020-06-18T10:32:21.376Z] 9eb99e56ec68: Waiting [2020-06-18T10:32:21.376Z] 27c7a5d97fbd: Waiting [2020-06-18T10:32:21.376Z] 5c102a31e300: Waiting [2020-06-18T10:32:21.376Z] dcfb455df0a1: Waiting [2020-06-18T10:32:21.376Z] 5788d62ee057: Waiting [2020-06-18T10:32:21.376Z] 0e6b1d234666: Waiting [2020-06-18T10:32:21.376Z] bf5d7aec512f: Waiting [2020-06-18T10:32:21.376Z] 0f37312ad70f: Verifying Checksum [2020-06-18T10:32:21.376Z] 0f37312ad70f: Download complete [2020-06-18T10:32:21.376Z] 2848faf0eed1: Verifying Checksum [2020-06-18T10:32:21.376Z] 2848faf0eed1: Download complete [2020-06-18T10:32:21.376Z] 0e6b1d234666: Verifying Checksum [2020-06-18T10:32:21.376Z] 0e6b1d234666: Download complete [2020-06-18T10:32:21.376Z] bf5d7aec512f: Verifying Checksum [2020-06-18T10:32:21.376Z] bf5d7aec512f: Download complete [2020-06-18T10:32:21.376Z] e6b0cf9c0882: Verifying Checksum [2020-06-18T10:32:21.376Z] e6b0cf9c0882: Download complete [2020-06-18T10:32:21.645Z] e6b0cf9c0882: Pull complete [2020-06-18T10:32:21.919Z] 2848faf0eed1: Pull complete [2020-06-18T10:32:22.207Z] 0f37312ad70f: Pull complete [2020-06-18T10:32:22.624Z] ea1d1ca13537: Verifying Checksum [2020-06-18T10:32:22.625Z] ea1d1ca13537: Download complete [2020-06-18T10:32:22.819Z] 34c802a77dc8: Verifying Checksum [2020-06-18T10:32:22.819Z] 34c802a77dc8: Download complete [2020-06-18T10:32:22.819Z] 27c7a5d97fbd: Verifying Checksum [2020-06-18T10:32:22.819Z] 27c7a5d97fbd: Download complete [2020-06-18T10:32:22.906Z] 3750a50a1c5e: Download complete [2020-06-18T10:32:23.403Z] 5788d62ee057: Download complete [2020-06-18T10:32:23.403Z] dcfb455df0a1: Verifying Checksum [2020-06-18T10:32:23.403Z] dcfb455df0a1: Download complete [2020-06-18T10:32:23.403Z] 9eb99e56ec68: Verifying Checksum [2020-06-18T10:32:23.403Z] 9eb99e56ec68: Download complete [2020-06-18T10:32:23.403Z] 5c102a31e300: Verifying Checksum [2020-06-18T10:32:23.403Z] 5c102a31e300: Download complete [2020-06-18T10:32:23.894Z] b9c365052c96: Verifying Checksum [2020-06-18T10:32:23.894Z] b9c365052c96: Download complete [2020-06-18T10:32:24.494Z] 8a11ddd9e578: Verifying Checksum [2020-06-18T10:32:24.494Z] 8a11ddd9e578: Download complete [2020-06-18T10:32:31.565Z] 5788d62ee057: Pull complete [2020-06-18T10:32:31.565Z] 0e6b1d234666: Pull complete [2020-06-18T10:32:31.565Z] bf5d7aec512f: Pull complete [2020-06-18T10:32:34.867Z] 34c802a77dc8: Pull complete [2020-06-18T10:32:36.923Z] 8a11ddd9e578: Pull complete [2020-06-18T10:32:36.923Z] 4cf88f913ddb: Pull complete [2020-06-18T10:32:36.923Z] 1df406cf5192: Pull complete [2020-06-18T10:32:38.233Z] 9eb99e56ec68: Pull complete [2020-06-18T10:32:38.234Z] 27c7a5d97fbd: Pull complete [2020-06-18T10:32:38.809Z] 5c102a31e300: Pull complete [2020-06-18T10:32:38.809Z] dcfb455df0a1: Pull complete [2020-06-18T10:32:38.809Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-06-18T10:32:39.072Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-06-18T10:32:39.072Z] ---> 7c70fe431013 [2020-06-18T10:32:39.072Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-06-18T10:32:40.460Z] ---> Running in 8d53d1da338d [2020-06-18T10:32:40.722Z] Removing intermediate container 8d53d1da338d [2020-06-18T10:32:40.722Z] ---> c4a13707df85 [2020-06-18T10:32:40.722Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-18T10:32:40.722Z] ---> Running in fcf43c8257a1 [2020-06-18T10:32:41.233Z] cd6300453558: Pull complete [2020-06-18T10:32:42.107Z] Removing intermediate container fcf43c8257a1 [2020-06-18T10:32:42.107Z] ---> 00862dfbfbfb [2020-06-18T10:32:42.107Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-06-18T10:32:42.107Z] ---> Running in 6c02e6ab5140 [2020-06-18T10:32:42.373Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-18T10:32:43.315Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-18T10:32:43.576Z] (1/17) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) [2020-06-18T10:32:43.576Z] (2/17) Installing libmagic (5.37-r1) [2020-06-18T10:32:43.836Z] (3/17) Installing file (5.37-r1) [2020-06-18T10:32:43.836Z] (4/17) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) [2020-06-18T10:32:44.097Z] (5/17) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) [2020-06-18T10:32:44.097Z] (6/17) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-18T10:32:45.560Z] b9c365052c96: Pull complete [2020-06-18T10:32:45.833Z] a2d8cc88f415: Pull complete [2020-06-18T10:32:47.812Z] ea1d1ca13537: Pull complete [2020-06-18T10:32:48.407Z] 3750a50a1c5e: Pull complete [2020-06-18T10:32:48.407Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-06-18T10:32:48.407Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-18T10:32:48.407Z] ---> 78745c68409d [2020-06-18T10:32:48.407Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-06-18T10:32:53.807Z] ---> Running in f1cf70907224 [2020-06-18T10:32:53.807Z] Removing intermediate container f1cf70907224 [2020-06-18T10:32:53.807Z] ---> 4b834b6053a7 [2020-06-18T10:32:53.807Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-18T10:32:53.807Z] ---> Running in 0ea456e47cec [2020-06-18T10:32:54.096Z] (7/17) Installing libc-dev (0.7.2-r0) [2020-06-18T10:32:54.096Z] (8/17) Installing g++ (9.2.0-r4) [2020-06-18T10:32:56.419Z] Removing intermediate container 0ea456e47cec [2020-06-18T10:32:56.419Z] ---> aef94f525e02 [2020-06-18T10:32:56.419Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-06-18T10:32:56.419Z] ---> Running in 19c243577898 [2020-06-18T10:32:57.859Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-18T10:32:58.454Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-18T10:32:58.724Z] (1/18) Upgrading libgcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-18T10:32:58.995Z] (2/18) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) [2020-06-18T10:32:59.265Z] (3/18) Installing libmagic (5.37-r1) [2020-06-18T10:32:59.265Z] (4/18) Installing file (5.37-r1) [2020-06-18T10:32:59.380Z] (9/17) Installing fortify-headers (1.1-r0) [2020-06-18T10:32:59.380Z] (10/17) Installing build-base (0.5-r1) [2020-06-18T10:32:59.380Z] (11/17) Installing openssh-keygen (8.1_p1-r0) [2020-06-18T10:32:59.380Z] (12/17) Installing libedit (20191211.3.1-r0) [2020-06-18T10:32:59.380Z] (13/17) Installing openssh-client (8.1_p1-r0) [2020-06-18T10:32:59.533Z] (5/18) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) [2020-06-18T10:32:59.533Z] (6/18) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) [2020-06-18T10:32:59.533Z] (7/18) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-18T10:33:00.320Z] (14/17) Installing openssh-sftp-server (8.1_p1-r0) [2020-06-18T10:33:00.320Z] (15/17) Installing openssh-server-common (8.1_p1-r0) [2020-06-18T10:33:00.320Z] (16/17) Installing openssh-server (8.1_p1-r0) [2020-06-18T10:33:00.580Z] (17/17) Installing openssh (8.1_p1-r0) [2020-06-18T10:33:00.843Z] Executing busybox-1.31.1-r8.trigger [2020-06-18T10:33:00.843Z] OK: 214 MiB in 52 packages [2020-06-18T10:33:04.172Z] Removing intermediate container 6c02e6ab5140 [2020-06-18T10:33:04.172Z] ---> fb0c72ec3bf4 [2020-06-18T10:33:04.172Z] Step 6/8 : WORKDIR /device-modbus-go [2020-06-18T10:33:04.172Z] ---> Running in 63f797219494 [2020-06-18T10:33:04.172Z] Removing intermediate container 63f797219494 [2020-06-18T10:33:04.172Z] ---> 404f7819f4a2 [2020-06-18T10:33:04.172Z] Step 7/8 : COPY . . [2020-06-18T10:33:05.111Z] ---> aac8a88d99a0 [2020-06-18T10:33:05.111Z] Step 8/8 : RUN go mod download [2020-06-18T10:33:05.111Z] ---> Running in 4708cf716c50 [2020-06-18T10:33:07.660Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-18T10:33:07.660Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-18T10:33:07.660Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-18T10:33:07.660Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-18T10:33:07.660Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-18T10:33:07.660Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-18T10:33:07.660Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-18T10:33:07.660Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-18T10:33:07.660Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-18T10:33:07.660Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-18T10:33:07.660Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-18T10:33:07.660Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-18T10:33:07.660Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-18T10:33:07.660Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-18T10:33:07.660Z] go: finding github.com/fatih/color v1.7.0 [2020-06-18T10:33:07.660Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-18T10:33:07.660Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-18T10:33:07.660Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-18T10:33:07.660Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-18T10:33:07.660Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-06-18T10:33:07.660Z] go: finding github.com/goburrow/serial v0.1.0 [2020-06-18T10:33:07.660Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-18T10:33:07.660Z] go: finding github.com/google/uuid v1.1.1 [2020-06-18T10:33:07.660Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-18T10:33:07.660Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-18T10:33:07.660Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-18T10:33:07.660Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-18T10:33:07.660Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-18T10:33:07.660Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-18T10:33:07.660Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-18T10:33:07.660Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-18T10:33:07.660Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-18T10:33:07.660Z] go: finding github.com/hashicorp/go-sockaddr v1.0.1 [2020-06-18T10:33:07.660Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-18T10:33:07.660Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-18T10:33:07.660Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-18T10:33:07.660Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-06-18T10:33:07.660Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-18T10:33:07.660Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-18T10:33:07.660Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-18T10:33:07.660Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-18T10:33:07.660Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-18T10:33:07.660Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-18T10:33:07.660Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-18T10:33:07.660Z] go: finding github.com/miekg/dns v1.1.4 [2020-06-18T10:33:07.660Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-18T10:33:07.660Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-18T10:33:07.660Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-18T10:33:07.660Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-06-18T10:33:07.660Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-18T10:33:07.925Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-06-18T10:33:07.925Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-18T10:33:07.925Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-18T10:33:07.925Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-18T10:33:07.925Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-18T10:33:07.925Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-18T10:33:07.925Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-18T10:33:07.925Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-18T10:33:07.925Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-18T10:33:07.925Z] go: finding github.com/posener/complete v1.1.1 [2020-06-18T10:33:07.925Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-06-18T10:33:07.925Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-18T10:33:07.925Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-18T10:33:07.925Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-18T10:33:07.925Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-18T10:33:07.925Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-18T10:33:07.925Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-18T10:33:07.925Z] go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 [2020-06-18T10:33:07.925Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-18T10:33:07.925Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-18T10:33:07.925Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-18T10:33:07.925Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-18T10:33:16.100Z] Removing intermediate container 4708cf716c50 [2020-06-18T10:33:16.100Z] ---> 8959afe58b63 [2020-06-18T10:33:16.100Z] Successfully built 8959afe58b63 [2020-06-18T10:33:16.100Z] 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 [2020-06-18T10:33:16.614Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-18T10:33:16.614Z] . [Pipeline] withDockerContainer [2020-06-18T10:33:16.716Z] prd-centos7-docker-4c-2g-3548 does not seem to be running inside a container [2020-06-18T10:33:16.763Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/3 -v /w/workspace/device-modbus-go/3:/w/workspace/device-modbus-go/3:rw,z -v /w/workspace/device-modbus-go/3@tmp:/w/workspace/device-modbus-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-06-18T10:33:17.789Z] (8/18) Installing libc-dev (0.7.2-r0) [2020-06-18T10:33:17.789Z] (9/18) Installing g++ (9.2.0-r4) [2020-06-18T10:33:18.220Z] $ docker top 00966e1233d5ead6ea2d91d0aee674b6982be6b6c5bfa00ed99ece7ac8a79d7a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-18T10:33:18.669Z] + go version [2020-06-18T10:33:18.669Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-06-18T10:33:18.970Z] + make test [2020-06-18T10:33:18.970Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-06-18T10:33:19.920Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2020-06-18T10:33:24.470Z] (10/18) Installing fortify-headers (1.1-r0) [2020-06-18T10:33:24.742Z] (11/18) Installing build-base (0.5-r1) [2020-06-18T10:33:24.742Z] (12/18) Installing openssh-keygen (8.1_p1-r0) [2020-06-18T10:33:24.742Z] (13/18) Installing libedit (20191211.3.1-r0) [2020-06-18T10:33:25.014Z] (14/18) Installing openssh-client (8.1_p1-r0) [2020-06-18T10:33:25.286Z] (15/18) Installing openssh-sftp-server (8.1_p1-r0) [2020-06-18T10:33:25.286Z] (16/18) Installing openssh-server-common (8.1_p1-r0) [2020-06-18T10:33:25.556Z] (17/18) Installing openssh-server (8.1_p1-r0) [2020-06-18T10:33:25.556Z] (18/18) Installing openssh (8.1_p1-r0) [2020-06-18T10:33:25.827Z] Executing busybox-1.31.1-r8.trigger [2020-06-18T10:33:25.827Z] OK: 203 MiB in 52 packages [2020-06-18T10:33:30.076Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2020-06-18T10:33:30.337Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.142s coverage: 50.3% of statements [2020-06-18T10:33:30.600Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-18T10:33:32.537Z] gofmt -l . [2020-06-18T10:33:32.537Z] [ "`gofmt -l .`" = "" ] [2020-06-18T10:33:32.537Z] ./bin/test-attribution-txt.sh [2020-06-18T10:33:32.546Z] Removing intermediate container 19c243577898 [2020-06-18T10:33:32.546Z] ---> 37414164783a [2020-06-18T10:33:32.546Z] Step 6/8 : WORKDIR /device-modbus-go [2020-06-18T10:33:32.546Z] ---> Running in 1deec179e828 [2020-06-18T10:33:32.819Z] Removing intermediate container 1deec179e828 [2020-06-18T10:33:32.819Z] ---> f45556cd3c80 [2020-06-18T10:33:32.819Z] Step 7/8 : COPY . . [2020-06-18T10:33:33.108Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-06-18T10:33:33.804Z] ---> 559d5d4280ef [2020-06-18T10:33:33.804Z] Step 8/8 : RUN go mod download [2020-06-18T10:33:33.804Z] ---> Running in 48facd71b446 [2020-06-18T10:33:33.837Z] Stashed 1 file(s) [Pipeline] } [2020-06-18T10:33:33.854Z] $ docker stop --time=1 00966e1233d5ead6ea2d91d0aee674b6982be6b6c5bfa00ed99ece7ac8a79d7a [2020-06-18T10:33:36.024Z] $ docker rm -f 00966e1233d5ead6ea2d91d0aee674b6982be6b6c5bfa00ed99ece7ac8a79d7a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2020-06-18T10:33:36.429Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-18T10:33:36.429Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-18T10:33:36.429Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-18T10:33:36.429Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-18T10:33:36.429Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-18T10:33:36.429Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-18T10:33:36.429Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-18T10:33:36.429Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-18T10:33:36.429Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-18T10:33:36.429Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-18T10:33:36.429Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-18T10:33:36.429Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-18T10:33:36.429Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-18T10:33:36.429Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-18T10:33:36.429Z] go: finding github.com/fatih/color v1.7.0 [2020-06-18T10:33:36.429Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-18T10:33:36.429Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-18T10:33:36.429Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-18T10:33:36.429Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-18T10:33:36.429Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-06-18T10:33:36.429Z] go: finding github.com/goburrow/serial v0.1.0 [2020-06-18T10:33:36.429Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-18T10:33:36.429Z] go: finding github.com/google/uuid v1.1.1 [2020-06-18T10:33:36.429Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-18T10:33:36.429Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-18T10:33:36.429Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-18T10:33:36.429Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-18T10:33:36.429Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-18T10:33:36.429Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-18T10:33:36.429Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-18T10:33:36.429Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-18T10:33:36.700Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-18T10:33:36.700Z] go: finding github.com/hashicorp/go-sockaddr v1.0.1 [2020-06-18T10:33:36.700Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-18T10:33:36.700Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-18T10:33:36.700Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-18T10:33:36.700Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-06-18T10:33:36.700Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-18T10:33:36.700Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-18T10:33:36.700Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-18T10:33:36.700Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-18T10:33:36.700Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-18T10:33:36.700Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-18T10:33:36.700Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-18T10:33:36.700Z] go: finding github.com/miekg/dns v1.1.4 [2020-06-18T10:33:36.700Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-18T10:33:36.700Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-18T10:33:36.700Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-18T10:33:36.700Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-06-18T10:33:36.700Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-18T10:33:36.700Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-06-18T10:33:36.700Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-18T10:33:36.700Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-18T10:33:36.700Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-18T10:33:36.700Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-18T10:33:36.700Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-18T10:33:36.701Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-18T10:33:36.701Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-18T10:33:36.701Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-18T10:33:36.701Z] go: finding github.com/posener/complete v1.1.1 [2020-06-18T10:33:36.974Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-06-18T10:33:36.974Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-18T10:33:36.974Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-18T10:33:36.974Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-18T10:33:36.974Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-18T10:33:36.974Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-18T10:33:36.974Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-18T10:33:36.974Z] go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 [2020-06-18T10:33:36.974Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-18T10:33:36.974Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-18T10:33:36.974Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-18T10:33:36.974Z] go: finding gopkg.in/yaml.v2 v2.2.8 [Pipeline] sh [2020-06-18T10:33:37.854Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-18T10:33:38.146Z] + ls -al . [2020-06-18T10:33:38.146Z] total 104 [2020-06-18T10:33:38.146Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jun 18 10:33 . [2020-06-18T10:33:38.146Z] drwxrwxr-x. 4 jenkins jenkins 28 Jun 18 10:32 .. [2020-06-18T10:33:38.146Z] -rw-rw-r--. 1 jenkins jenkins 5049 Jun 18 10:32 Attribution.txt [2020-06-18T10:33:38.146Z] drwxrwxr-x. 2 jenkins jenkins 87 Jun 18 10:32 bin [2020-06-18T10:33:38.146Z] drwxrwxr-x. 3 jenkins jenkins 32 Jun 18 10:32 cmd [2020-06-18T10:33:38.146Z] -rw-r--r--. 1 jenkins jenkins 22123 Jun 18 10:33 coverage.out [2020-06-18T10:33:38.146Z] -rw-rw-r--. 1 jenkins jenkins 1422 Jun 18 10:32 Dockerfile [2020-06-18T10:33:38.146Z] -rw-rw-r--. 1 jenkins jenkins 954 Jun 18 10:32 Dockerfile.build [2020-06-18T10:33:38.146Z] -rw-rw-r--. 1 jenkins jenkins 140 Jun 18 10:32 .dockerignore [2020-06-18T10:33:38.146Z] drwxrwxr-x. 8 jenkins jenkins 179 Jun 18 10:32 .git [2020-06-18T10:33:38.146Z] drwxrwxr-x. 2 jenkins jenkins 38 Jun 18 10:32 .github [2020-06-18T10:33:38.146Z] -rw-rw-r--. 1 jenkins jenkins 330 Jun 18 10:32 .gitignore [2020-06-18T10:33:38.146Z] -rw-r--r--. 1 jenkins jenkins 559 Jun 18 10:33 go.mod [2020-06-18T10:33:38.146Z] -rw-r--r--. 1 jenkins jenkins 13471 Jun 18 10:33 go.sum [2020-06-18T10:33:38.146Z] drwxrwxr-x. 3 jenkins jenkins 20 Jun 18 10:32 internal [2020-06-18T10:33:38.146Z] -rw-rw-r--. 1 jenkins jenkins 702 Jun 18 10:32 Jenkinsfile [2020-06-18T10:33:38.146Z] -rw-rw-r--. 1 jenkins jenkins 11340 Jun 18 10:32 LICENSE [2020-06-18T10:33:38.146Z] -rw-rw-r--. 1 jenkins jenkins 880 Jun 18 10:32 Makefile [2020-06-18T10:33:38.146Z] -rw-rw-r--. 1 jenkins jenkins 591 Jun 18 10:32 README.md [2020-06-18T10:33:38.146Z] drwxrwxr-x. 3 jenkins jenkins 58 Jun 18 10:32 .semver [2020-06-18T10:33:38.146Z] drwxrwxr-x. 2 jenkins jenkins 35 Jun 18 10:32 simulator [2020-06-18T10:33:38.146Z] drwxrwxr-x. 4 jenkins jenkins 54 Jun 18 10:32 snap [2020-06-18T10:33:38.146Z] -rw-rw-r--. 1 jenkins jenkins 5 Jun 18 10:30 VERSION [2020-06-18T10:33:38.146Z] -rw-rw-r--. 1 jenkins jenkins 229 Jun 18 10:32 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-18T10:33:38.446Z] + 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=51725aa6219b7acd356423099fa6f07cbac6e7b1 --label arch=amd64 --label version=0.0.0 . [2020-06-18T10:33:38.446Z] Sending build context to Docker daemon 644.6kB [2020-06-18T10:33:38.446Z] Step 1/19 : ARG BASE=golang:1.13-alpine [2020-06-18T10:33:38.446Z] Step 2/19 : FROM ${BASE} AS builder [2020-06-18T10:33:38.446Z] ---> 8959afe58b63 [2020-06-18T10:33:38.446Z] Step 3/19 : ARG MAKE='make build' [2020-06-18T10:33:38.707Z] ---> Running in 57c44bec81f4 [2020-06-18T10:33:38.971Z] Removing intermediate container 57c44bec81f4 [2020-06-18T10:33:38.971Z] ---> 15c36ec37ef8 [2020-06-18T10:33:38.971Z] Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-18T10:33:38.971Z] ---> Running in 9f76a9039f58 [2020-06-18T10:33:39.919Z] Removing intermediate container 9f76a9039f58 [2020-06-18T10:33:39.919Z] ---> 226772f9e8e1 [2020-06-18T10:33:39.919Z] Step 5/19 : RUN apk add --update --no-cache make git openssh build-base [2020-06-18T10:33:39.919Z] ---> Running in 66638760d580 [2020-06-18T10:33:40.181Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-18T10:33:41.122Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-18T10:33:41.391Z] OK: 214 MiB in 52 packages [2020-06-18T10:33:41.652Z] Removing intermediate container 66638760d580 [2020-06-18T10:33:41.652Z] ---> 1b767f10bb62 [2020-06-18T10:33:41.652Z] Step 6/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2020-06-18T10:33:41.652Z] ---> Running in 85f7c988703e [2020-06-18T10:33:41.914Z] Removing intermediate container 85f7c988703e [2020-06-18T10:33:41.914Z] ---> daf18239e71b [2020-06-18T10:33:41.914Z] Step 7/19 : COPY . . [2020-06-18T10:33:42.485Z] ---> c207adaa4bdc [2020-06-18T10:33:42.485Z] Step 8/19 : RUN ${MAKE} [2020-06-18T10:33:42.485Z] ---> Running in 49eb6858f1cb [2020-06-18T10:33:43.063Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -o cmd/device-modbus ./cmd [2020-06-18T10:33:47.124Z] Removing intermediate container 48facd71b446 [2020-06-18T10:33:47.124Z] ---> 13d00226f5b3 [2020-06-18T10:33:47.124Z] Successfully built 13d00226f5b3 [2020-06-18T10:33:47.124Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-18T10:33:47.658Z] + docker inspect -f . ci-base-image-arm64 [2020-06-18T10:33:47.658Z] . [Pipeline] withDockerContainer [2020-06-18T10:33:47.935Z] prd-ubuntu18.04-docker-arm64-4c-16g-3547 does not seem to be running inside a container [2020-06-18T10:33:47.980Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/3 -v /w/workspace/device-modbus-go/3:/w/workspace/device-modbus-go/3:rw,z -v /w/workspace/device-modbus-go/3@tmp:/w/workspace/device-modbus-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-06-18T10:33:49.769Z] $ docker top 0eb07e765df5d668d48efc92c31c753cd62af5a91805c52ccbafdbc00b045a82 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-18T10:33:51.156Z] + go version [2020-06-18T10:33:51.156Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-06-18T10:33:52.210Z] + make test [2020-06-18T10:33:52.210Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-06-18T10:33:53.192Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2020-06-18T10:33:53.209Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-18T10:33:55.754Z] Removing intermediate container 49eb6858f1cb [2020-06-18T10:33:55.754Z] ---> a51bce6648fa [2020-06-18T10:33:55.754Z] Step 9/19 : FROM scratch [2020-06-18T10:33:55.754Z] ---> [2020-06-18T10:33:55.754Z] Step 10/19 : ENV APP_PORT=49991 [2020-06-18T10:33:55.754Z] ---> Running in 1acc88678c10 [2020-06-18T10:33:56.015Z] Removing intermediate container 1acc88678c10 [2020-06-18T10:33:56.015Z] ---> 97a0f509670c [2020-06-18T10:33:56.015Z] Step 11/19 : EXPOSE $APP_PORT [2020-06-18T10:33:56.015Z] ---> Running in d0f9ea6e908b [2020-06-18T10:33:56.015Z] Removing intermediate container d0f9ea6e908b [2020-06-18T10:33:56.015Z] ---> a86a360812df [2020-06-18T10:33:56.015Z] Step 12/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2020-06-18T10:33:56.592Z] ---> 0cb0ea5dc5ac [2020-06-18T10:33:56.592Z] Step 13/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2020-06-18T10:33:56.857Z] ---> 6f2a88167eb9 [2020-06-18T10:33:56.857Z] Step 14/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2020-06-18T10:33:57.118Z] ---> 231a55401ebf [2020-06-18T10:33:57.118Z] Step 15/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2020-06-18T10:33:57.118Z] ---> Running in 13103f1ccfea [2020-06-18T10:33:57.379Z] Removing intermediate container 13103f1ccfea [2020-06-18T10:33:57.379Z] ---> 2318e5790465 [2020-06-18T10:33:57.379Z] Step 16/19 : ENTRYPOINT ["/device-modbus","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-06-18T10:33:57.379Z] ---> Running in 4bbf5be8491c [2020-06-18T10:33:57.639Z] Removing intermediate container 4bbf5be8491c [2020-06-18T10:33:57.639Z] ---> 9e6b2cfcbd24 [2020-06-18T10:33:57.639Z] Step 17/19 : LABEL arch=amd64 [2020-06-18T10:33:57.639Z] ---> Running in 73d8aab4b675 [2020-06-18T10:33:57.639Z] Removing intermediate container 73d8aab4b675 [2020-06-18T10:33:57.639Z] ---> a4f6b0707734 [2020-06-18T10:33:57.639Z] Step 18/19 : LABEL git_sha=51725aa6219b7acd356423099fa6f07cbac6e7b1 [2020-06-18T10:33:57.902Z] ---> Running in 250e1dff0a21 [2020-06-18T10:33:57.902Z] Removing intermediate container 250e1dff0a21 [2020-06-18T10:33:57.902Z] ---> 4e0b9ebcf307 [2020-06-18T10:33:57.902Z] Step 19/19 : LABEL version=0.0.0 [2020-06-18T10:33:57.902Z] ---> Running in 3445bbf8d8d6 [2020-06-18T10:33:58.163Z] Removing intermediate container 3445bbf8d8d6 [2020-06-18T10:33:58.163Z] ---> 5195913aaae6 [2020-06-18T10:33:58.163Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-18T10:33:58.163Z] Successfully built 5195913aaae6 [2020-06-18T10:33:58.163Z] 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 [2020-06-18T10:33:58.981Z] ++ find /w/workspace/device-modbus-go/3 [2020-06-18T10:33:58.981Z] ++ grep snapcraft.yaml [2020-06-18T10:33:58.981Z] + grep -Po '^name: \K(.*)' /w/workspace/device-modbus-go/3/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-18T10:33:59.076Z] provisioning config files... [2020-06-18T10:33:59.088Z] copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/3@tmp/config737569815596481747tmp [Pipeline] { [Pipeline] sh [2020-06-18T10:33:59.408Z] + cp /w/workspace/device-modbus-go/3@tmp/config737569815596481747tmp /w/workspace/device-modbus-go/3/edgex-snap-store-login [Pipeline] sh [2020-06-18T10:33:59.711Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/3:/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 [2020-06-18T10:33:59.711Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-06-18T10:33:59.711Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-06-18T10:33:59.711Z] 5bed26d33875: Pulling fs layer [2020-06-18T10:33:59.711Z] f11b29a9c730: Pulling fs layer [2020-06-18T10:33:59.711Z] 930bda195c84: Pulling fs layer [2020-06-18T10:33:59.711Z] 78bf9a5ad49e: Pulling fs layer [2020-06-18T10:33:59.711Z] e5fbee5a4b0d: Pulling fs layer [2020-06-18T10:33:59.711Z] f452fca78f88: Pulling fs layer [2020-06-18T10:33:59.711Z] 7417ef92027a: Pulling fs layer [2020-06-18T10:33:59.711Z] 2af5c49d270b: Pulling fs layer [2020-06-18T10:33:59.711Z] df9c3bdbc40a: Pulling fs layer [2020-06-18T10:33:59.711Z] f452fca78f88: Waiting [2020-06-18T10:33:59.711Z] 7417ef92027a: Waiting [2020-06-18T10:33:59.711Z] 2af5c49d270b: Waiting [2020-06-18T10:33:59.711Z] df9c3bdbc40a: Waiting [2020-06-18T10:33:59.711Z] 78bf9a5ad49e: Waiting [2020-06-18T10:33:59.711Z] e5fbee5a4b0d: Waiting [2020-06-18T10:33:59.711Z] 930bda195c84: Download complete [2020-06-18T10:33:59.711Z] f11b29a9c730: Verifying Checksum [2020-06-18T10:33:59.711Z] f11b29a9c730: Download complete [2020-06-18T10:33:59.711Z] 78bf9a5ad49e: Verifying Checksum [2020-06-18T10:33:59.711Z] 78bf9a5ad49e: Download complete [2020-06-18T10:33:59.711Z] f452fca78f88: Verifying Checksum [2020-06-18T10:33:59.711Z] f452fca78f88: Download complete [2020-06-18T10:33:59.974Z] 7417ef92027a: Verifying Checksum [2020-06-18T10:33:59.974Z] 7417ef92027a: Download complete [2020-06-18T10:33:59.974Z] 2af5c49d270b: Verifying Checksum [2020-06-18T10:33:59.974Z] 2af5c49d270b: Download complete [2020-06-18T10:33:59.974Z] df9c3bdbc40a: Verifying Checksum [2020-06-18T10:33:59.974Z] df9c3bdbc40a: Download complete [2020-06-18T10:34:00.237Z] 5bed26d33875: Download complete [2020-06-18T10:34:03.629Z] 5bed26d33875: Pull complete [2020-06-18T10:34:03.906Z] f11b29a9c730: Pull complete [2020-06-18T10:34:03.906Z] 930bda195c84: Pull complete [2020-06-18T10:34:04.167Z] e5fbee5a4b0d: Verifying Checksum [2020-06-18T10:34:04.167Z] e5fbee5a4b0d: Download complete [2020-06-18T10:34:04.740Z] 78bf9a5ad49e: Pull complete [2020-06-18T10:34:20.052Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2020-06-18T10:34:20.052Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.224s coverage: 50.3% of statements [2020-06-18T10:34:20.329Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-18T10:34:26.768Z] e5fbee5a4b0d: Pull complete [2020-06-18T10:34:26.768Z] f452fca78f88: Pull complete [2020-06-18T10:34:26.768Z] 7417ef92027a: Pull complete [2020-06-18T10:34:26.768Z] 2af5c49d270b: Pull complete [2020-06-18T10:34:26.768Z] df9c3bdbc40a: Pull complete [2020-06-18T10:34:26.768Z] Digest: sha256:329b7ca3c147263d7a6122d30aca7e6f18adc9017ce870f1638d2965d7494739 [2020-06-18T10:34:26.768Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-06-18T10:34:27.055Z] gofmt -l . [2020-06-18T10:34:27.055Z] [ "`gofmt -l .`" = "" ] [2020-06-18T10:34:27.055Z] ./bin/test-attribution-txt.sh [2020-06-18T10:34:27.055Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-06-18T10:34:27.072Z] Warning: overwriting stash ‘coverage-report’ [2020-06-18T10:34:27.442Z] Stashed 1 file(s) [Pipeline] } [2020-06-18T10:34:27.419Z] $ docker stop --time=1 0eb07e765df5d668d48efc92c31c753cd62af5a91805c52ccbafdbc00b045a82 [2020-06-18T10:34:27.711Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-06-18T10:34:27.711Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-06-18T10:34:27.711Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-06-18T10:34:27.974Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-06-18T10:34:28.235Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [861 kB] [2020-06-18T10:34:28.235Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [80.7 kB] [2020-06-18T10:34:28.235Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1397 kB] [2020-06-18T10:34:28.808Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [960 kB] [2020-06-18T10:34:28.808Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [20.3 kB] [2020-06-18T10:34:28.808Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1253 kB] [2020-06-18T10:34:28.808Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8158 B] [2020-06-18T10:34:28.808Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] [2020-06-18T10:34:28.808Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [66.4 kB] [2020-06-18T10:34:28.808Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9092 B] [2020-06-18T10:34:29.069Z] Fetched 4917 kB in 2s (2368 kB/s) [2020-06-18T10:34:29.515Z] $ docker rm -f 0eb07e765df5d668d48efc92c31c753cd62af5a91805c52ccbafdbc00b045a82 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-18T10:34:30.533Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-18T10:34:30.858Z] + ls -al . [2020-06-18T10:34:30.858Z] total 140 [2020-06-18T10:34:30.858Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 18 10:34 . [2020-06-18T10:34:30.858Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 18 10:32 .. [2020-06-18T10:34:30.858Z] -rw-rw-r-- 1 jenkins jenkins 140 Jun 18 10:32 .dockerignore [2020-06-18T10:34:30.858Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 18 10:32 .git [2020-06-18T10:34:30.858Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 18 10:32 .github [2020-06-18T10:34:30.858Z] -rw-rw-r-- 1 jenkins jenkins 330 Jun 18 10:32 .gitignore [2020-06-18T10:34:30.858Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 18 10:32 .semver [2020-06-18T10:34:30.858Z] -rw-rw-r-- 1 jenkins jenkins 5049 Jun 18 10:32 Attribution.txt [2020-06-18T10:34:30.858Z] -rw-rw-r-- 1 jenkins jenkins 1422 Jun 18 10:32 Dockerfile [2020-06-18T10:34:30.858Z] -rw-rw-r-- 1 jenkins jenkins 954 Jun 18 10:32 Dockerfile.build [2020-06-18T10:34:30.858Z] -rw-rw-r-- 1 jenkins jenkins 702 Jun 18 10:32 Jenkinsfile [2020-06-18T10:34:30.858Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jun 18 10:32 LICENSE [2020-06-18T10:34:30.858Z] -rw-rw-r-- 1 jenkins jenkins 880 Jun 18 10:32 Makefile [2020-06-18T10:34:30.858Z] -rw-rw-r-- 1 jenkins jenkins 591 Jun 18 10:32 README.md [2020-06-18T10:34:30.858Z] -rw-rw-r-- 1 jenkins jenkins 5 Jun 18 10:30 VERSION [2020-06-18T10:34:30.858Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 18 10:32 bin [2020-06-18T10:34:30.858Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 18 10:32 cmd [2020-06-18T10:34:30.858Z] -rw-r--r-- 1 jenkins jenkins 22123 Jun 18 10:34 coverage.out [2020-06-18T10:34:30.858Z] -rw-r--r-- 1 jenkins jenkins 559 Jun 18 10:34 go.mod [2020-06-18T10:34:30.858Z] -rw-r--r-- 1 jenkins jenkins 13471 Jun 18 10:34 go.sum [2020-06-18T10:34:30.858Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 18 10:32 internal [2020-06-18T10:34:30.858Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 18 10:32 simulator [2020-06-18T10:34:30.858Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 18 10:32 snap [2020-06-18T10:34:30.858Z] -rw-rw-r-- 1 jenkins jenkins 229 Jun 18 10:32 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-18T10:34:30.985Z] Reading package lists... [2020-06-18T10:34:31.189Z] + 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=51725aa6219b7acd356423099fa6f07cbac6e7b1 --label arch=arm64 --label version=0.0.0 . [2020-06-18T10:34:31.461Z] Sending build context to Docker daemon 644.6kB [2020-06-18T10:34:31.462Z] Step 1/19 : ARG BASE=golang:1.13-alpine [2020-06-18T10:34:31.462Z] Step 2/19 : FROM ${BASE} AS builder [2020-06-18T10:34:31.462Z] ---> 13d00226f5b3 [2020-06-18T10:34:31.462Z] Step 3/19 : ARG MAKE='make build' [2020-06-18T10:34:31.737Z] ---> Running in d03a54e7889a [2020-06-18T10:34:32.331Z] Removing intermediate container d03a54e7889a [2020-06-18T10:34:32.331Z] ---> 14fe155a2117 [2020-06-18T10:34:32.331Z] Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-18T10:34:32.331Z] ---> Running in 773c39e0174d [2020-06-18T10:34:34.292Z] 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 [2020-06-18T10:34:34.942Z] Removing intermediate container 773c39e0174d [2020-06-18T10:34:34.942Z] ---> 0a611c31daf3 [2020-06-18T10:34:34.942Z] Step 5/19 : RUN apk add --update --no-cache make git openssh build-base [2020-06-18T10:34:34.942Z] ---> Running in 2d64aaa632d7 [2020-06-18T10:34:35.676Z] Reading package lists... [2020-06-18T10:34:35.936Z] Building dependency tree... [2020-06-18T10:34:35.936Z] Reading state information... [2020-06-18T10:34:35.936Z] The following packages were automatically installed and are no longer required: [2020-06-18T10:34:35.936Z] libjq1 liblzo2-2 libonig4 [2020-06-18T10:34:35.936Z] Use 'sudo apt autoremove' to remove them. [2020-06-18T10:34:35.936Z] Suggested packages: [2020-06-18T10:34:35.936Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-06-18T10:34:35.936Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc [2020-06-18T10:34:35.936Z] keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc [2020-06-18T10:34:35.936Z] libterm-readline-gnu-perl | libterm-readline-perl-perl [2020-06-18T10:34:36.197Z] The following NEW packages will be installed: [2020-06-18T10:34:36.197Z] curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl [2020-06-18T10:34:36.197Z] libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 [2020-06-18T10:34:36.197Z] libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase [2020-06-18T10:34:36.197Z] openssh-client patch perl perl-modules-5.26 xauth [2020-06-18T10:34:36.369Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-18T10:34:36.463Z] 0 upgraded, 27 newly installed, 0 to remove and 10 not upgraded. [2020-06-18T10:34:36.463Z] Need to get 14.7 MB of archives. [2020-06-18T10:34:36.463Z] After this operation, 89.5 MB of additional disk space will be used. [2020-06-18T10:34:36.463Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxau6 amd64 1:1.0.8-1 [8376 B] [2020-06-18T10:34:36.463Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-06-18T10:34:36.724Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB] [2020-06-18T10:34:36.724Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB] [2020-06-18T10:34:36.958Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-18T10:34:36.988Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] [2020-06-18T10:34:36.988Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.2 [569 kB] [2020-06-18T10:34:37.252Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB] [2020-06-18T10:34:37.252Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-06-18T10:34:37.562Z] OK: 203 MiB in 52 packages [2020-06-18T10:34:37.827Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-06-18T10:34:37.827Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-06-18T10:34:37.827Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] [2020-06-18T10:34:37.827Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] [2020-06-18T10:34:37.827Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-06-18T10:34:37.827Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-06-18T10:34:37.827Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-06-18T10:34:37.827Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-06-18T10:34:37.827Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.3 [1088 kB] [2020-06-18T10:34:37.827Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B] [2020-06-18T10:34:37.827Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-06-18T10:34:38.088Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB] [2020-06-18T10:34:38.088Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.8 [159 kB] [2020-06-18T10:34:38.088Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.8 [213 kB] [2020-06-18T10:34:38.088Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-06-18T10:34:38.088Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-06-18T10:34:38.088Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-06-18T10:34:38.349Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-06-18T10:34:38.349Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-06-18T10:34:38.921Z] debconf: delaying package configuration, since apt-utils is not installed [2020-06-18T10:34:38.921Z] Fetched 14.7 MB in 2s (6799 kB/s) [2020-06-18T10:34:39.010Z] Removing intermediate container 2d64aaa632d7 [2020-06-18T10:34:39.010Z] ---> c4ea0a06e8ee [2020-06-18T10:34:39.010Z] Step 6/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2020-06-18T10:34:39.010Z] ---> Running in 7153e5a936ac [2020-06-18T10:34:39.182Z] Selecting previously unselected package libxau6:amd64. [2020-06-18T10:34:39.182Z] (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.) [2020-06-18T10:34:39.182Z] Preparing to unpack .../00-libxau6_1%3a1.0.8-1_amd64.deb ... [2020-06-18T10:34:39.182Z] Unpacking libxau6:amd64 (1:1.0.8-1) ... [2020-06-18T10:34:39.182Z] Selecting previously unselected package libbsd0:amd64. [2020-06-18T10:34:39.182Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-06-18T10:34:39.182Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-06-18T10:34:39.285Z] Removing intermediate container 7153e5a936ac [2020-06-18T10:34:39.285Z] ---> 64f1dbc92b19 [2020-06-18T10:34:39.285Z] Step 7/19 : COPY . . [2020-06-18T10:34:39.444Z] Selecting previously unselected package libxdmcp6:amd64. [2020-06-18T10:34:39.444Z] Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_amd64.deb ... [2020-06-18T10:34:39.444Z] Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... [2020-06-18T10:34:39.444Z] Selecting previously unselected package libxcb1:amd64. [2020-06-18T10:34:39.444Z] Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_amd64.deb ... [2020-06-18T10:34:39.444Z] Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ... [2020-06-18T10:34:39.444Z] Selecting previously unselected package libx11-data. [2020-06-18T10:34:39.444Z] Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... [2020-06-18T10:34:39.444Z] Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-18T10:34:40.016Z] Selecting previously unselected package libx11-6:amd64. [2020-06-18T10:34:40.016Z] Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_amd64.deb ... [2020-06-18T10:34:40.016Z] Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... [2020-06-18T10:34:40.260Z] ---> 5d21008f4c64 [2020-06-18T10:34:40.260Z] Step 8/19 : RUN ${MAKE} [2020-06-18T10:34:40.279Z] Selecting previously unselected package libxext6:amd64. [2020-06-18T10:34:40.279Z] Preparing to unpack .../06-libxext6_2%3a1.3.3-1_amd64.deb ... [2020-06-18T10:34:40.279Z] Unpacking libxext6:amd64 (2:1.3.3-1) ... [2020-06-18T10:34:40.279Z] Selecting previously unselected package perl-modules-5.26. [2020-06-18T10:34:40.279Z] Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-06-18T10:34:40.279Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-18T10:34:40.543Z] ---> Running in 712f8398c82c [2020-06-18T10:34:41.994Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -o cmd/device-modbus ./cmd [2020-06-18T10:34:43.584Z] Selecting previously unselected package libgdbm5:amd64. [2020-06-18T10:34:43.584Z] Preparing to unpack .../08-libgdbm5_1.14.1-6_amd64.deb ... [2020-06-18T10:34:43.584Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-06-18T10:34:43.584Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-06-18T10:34:43.584Z] Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-06-18T10:34:43.584Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-06-18T10:34:43.584Z] Selecting previously unselected package libperl5.26:amd64. [2020-06-18T10:34:43.584Z] Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-06-18T10:34:43.584Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-06-18T10:34:44.527Z] Selecting previously unselected package perl. [2020-06-18T10:34:44.527Z] Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-06-18T10:34:44.527Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-06-18T10:34:44.788Z] Selecting previously unselected package less. [2020-06-18T10:34:44.788Z] Preparing to unpack .../12-less_487-0.1_amd64.deb ... [2020-06-18T10:34:44.788Z] Unpacking less (487-0.1) ... [2020-06-18T10:34:44.788Z] Selecting previously unselected package libexpat1:amd64. [2020-06-18T10:34:44.788Z] Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-06-18T10:34:44.788Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-06-18T10:34:44.788Z] Selecting previously unselected package netbase. [2020-06-18T10:34:44.788Z] Preparing to unpack .../14-netbase_5.4_all.deb ... [2020-06-18T10:34:45.050Z] Unpacking netbase (5.4) ... [2020-06-18T10:34:45.050Z] Selecting previously unselected package libedit2:amd64. [2020-06-18T10:34:45.050Z] Preparing to unpack .../15-libedit2_3.1-20170329-1_amd64.deb ... [2020-06-18T10:34:45.050Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-06-18T10:34:45.050Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-06-18T10:34:45.050Z] Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb ... [2020-06-18T10:34:45.050Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... [2020-06-18T10:34:45.313Z] Selecting previously unselected package libxmuu1:amd64. [2020-06-18T10:34:45.313Z] Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_amd64.deb ... [2020-06-18T10:34:45.313Z] Unpacking libxmuu1:amd64 (2:1.1.2-2) ... [2020-06-18T10:34:45.313Z] Selecting previously unselected package openssh-client. [2020-06-18T10:34:45.313Z] Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-06-18T10:34:45.313Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-18T10:34:45.574Z] Selecting previously unselected package xauth. [2020-06-18T10:34:45.574Z] Preparing to unpack .../19-xauth_1%3a1.0.10-1_amd64.deb ... [2020-06-18T10:34:45.574Z] Unpacking xauth (1:1.0.10-1) ... [2020-06-18T10:34:45.574Z] Selecting previously unselected package curl. [2020-06-18T10:34:45.574Z] Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_amd64.deb ... [2020-06-18T10:34:45.574Z] Unpacking curl (7.58.0-2ubuntu3.8) ... [2020-06-18T10:34:45.574Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-06-18T10:34:45.574Z] Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_amd64.deb ... [2020-06-18T10:34:45.574Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... [2020-06-18T10:34:45.835Z] Selecting previously unselected package liberror-perl. [2020-06-18T10:34:45.835Z] Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... [2020-06-18T10:34:45.835Z] Unpacking liberror-perl (0.17025-1) ... [2020-06-18T10:34:45.835Z] Selecting previously unselected package git-man. [2020-06-18T10:34:45.835Z] Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-06-18T10:34:45.835Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-18T10:34:45.835Z] Selecting previously unselected package git. [2020-06-18T10:34:45.835Z] Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-06-18T10:34:46.096Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-06-18T10:34:46.669Z] Selecting previously unselected package make. [2020-06-18T10:34:46.669Z] Preparing to unpack .../25-make_4.1-9.1ubuntu1_amd64.deb ... [2020-06-18T10:34:46.669Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-06-18T10:34:46.669Z] Selecting previously unselected package patch. [2020-06-18T10:34:46.669Z] Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-06-18T10:34:46.669Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-06-18T10:34:46.669Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-06-18T10:34:46.669Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-18T10:34:46.931Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-06-18T10:34:46.931Z] Setting up less (487-0.1) ... [2020-06-18T10:34:46.931Z] Setting up make (4.1-9.1ubuntu1) ... [2020-06-18T10:34:46.931Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... [2020-06-18T10:34:47.198Z] Setting up curl (7.58.0-2ubuntu3.8) ... [2020-06-18T10:34:47.198Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... [2020-06-18T10:34:47.198Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-18T10:34:47.198Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-06-18T10:34:47.198Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-06-18T10:34:47.198Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-06-18T10:34:47.198Z] Setting up libxdmcp6:amd64 (1:1.1.2-3) ... [2020-06-18T10:34:47.459Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-06-18T10:34:47.459Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-18T10:34:47.459Z] Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-18T10:34:47.459Z] Setting up libxau6:amd64 (1:1.0.8-1) ... [2020-06-18T10:34:47.720Z] Setting up netbase (5.4) ... [2020-06-18T10:34:47.720Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-06-18T10:34:47.720Z] Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ... [2020-06-18T10:34:47.720Z] Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... [2020-06-18T10:34:47.720Z] Setting up libxmuu1:amd64 (2:1.1.2-2) ... [2020-06-18T10:34:47.720Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-06-18T10:34:47.720Z] Setting up libxext6:amd64 (2:1.3.3-1) ... [2020-06-18T10:34:47.720Z] Setting up liberror-perl (0.17025-1) ... [2020-06-18T10:34:47.720Z] Setting up xauth (1:1.0.10-1) ... [2020-06-18T10:34:47.980Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-06-18T10:34:47.980Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-06-18T10:34:49.893Z] curl set to automatically installed. [2020-06-18T10:34:49.893Z] git set to automatically installed. [2020-06-18T10:34:49.893Z] git-man set to automatically installed. [2020-06-18T10:34:49.893Z] less set to automatically installed. [2020-06-18T10:34:49.893Z] libbsd0 set to automatically installed. [2020-06-18T10:34:49.893Z] libcurl3-gnutls set to automatically installed. [2020-06-18T10:34:49.893Z] libedit2 set to automatically installed. [2020-06-18T10:34:49.893Z] liberror-perl set to automatically installed. [2020-06-18T10:34:49.893Z] libexpat1 set to automatically installed. [2020-06-18T10:34:49.893Z] libgdbm-compat4 set to automatically installed. [2020-06-18T10:34:49.893Z] libgdbm5 set to automatically installed. [2020-06-18T10:34:49.893Z] libperl5.26 set to automatically installed. [2020-06-18T10:34:49.893Z] libssl1.0.0 set to automatically installed. [2020-06-18T10:34:49.893Z] libx11-6 set to automatically installed. [2020-06-18T10:34:49.893Z] libx11-data set to automatically installed. [2020-06-18T10:34:49.893Z] libxau6 set to automatically installed. [2020-06-18T10:34:49.893Z] libxcb1 set to automatically installed. [2020-06-18T10:34:49.893Z] libxdmcp6 set to automatically installed. [2020-06-18T10:34:49.893Z] libxext6 set to automatically installed. [2020-06-18T10:34:49.893Z] libxmuu1 set to automatically installed. [2020-06-18T10:34:49.893Z] make set to automatically installed. [2020-06-18T10:34:49.893Z] netbase set to automatically installed. [2020-06-18T10:34:49.893Z] openssh-client set to automatically installed. [2020-06-18T10:34:49.893Z] patch set to automatically installed. [2020-06-18T10:34:49.893Z] perl set to automatically installed. [2020-06-18T10:34:49.893Z] perl-modules-5.26 set to automatically installed. [2020-06-18T10:34:49.893Z] xauth set to automatically installed. [2020-06-18T10:34:49.893Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-06-18T10:34:49.893Z] Please ensure the environment is properly setup before continuing. [2020-06-18T10:34:49.893Z] Ignore this message if the appropriate measures have already been taken [2020-06-18T10:34:50.464Z] Pulling go [2020-06-18T10:34:51.406Z] 'device-modbus' has dependencies that need to be staged: go [2020-06-18T10:34:51.406Z] Skipping pull go (already ran) [2020-06-18T10:34:51.406Z] Building go [2020-06-18T10:34:51.406Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-06-18T10:34:51.406Z] Dload Upload Total Spent Left Speed [2020-06-18T10:34:53.885Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 1 114M 1 1871k 0 0 3385k 0 0:00:34 --:--:-- 0:00:34 3385k 59 114M 59 67.9M 0 0 44.9M 0 0:00:02 0:00:01 0:00:01 44.8M 100 114M 100 114M 0 0 51.4M 0 0:00:02 0:00:02 --:--:-- 51.4M [2020-06-18T10:34:54.456Z] go1.13.5.linux-amd64.tar.gz: OK [2020-06-18T10:35:04.173Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-18T10:35:04.457Z] Staging go [2020-06-18T10:35:04.458Z] Pulling device-modbus [2020-06-18T10:35:04.458Z] Skipping build go (already ran) [2020-06-18T10:35:04.458Z] Building device-modbus [2020-06-18T10:35:04.718Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -o cmd/device-modbus ./cmd [2020-06-18T10:35:05.665Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-18T10:35:05.665Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-18T10:35:05.665Z] go: downloading github.com/goburrow/modbus v0.1.0 [2020-06-18T10:35:05.665Z] go: extracting github.com/goburrow/modbus v0.1.0 [2020-06-18T10:35:05.665Z] go: downloading github.com/goburrow/serial v0.1.0 [2020-06-18T10:35:05.929Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-18T10:35:05.929Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-18T10:35:05.929Z] go: extracting github.com/goburrow/serial v0.1.0 [2020-06-18T10:35:05.929Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-06-18T10:35:05.929Z] go: downloading github.com/google/uuid v1.1.1 [2020-06-18T10:35:05.929Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-18T10:35:05.929Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-18T10:35:05.929Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-06-18T10:35:05.929Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-06-18T10:35:05.929Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-18T10:35:05.929Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-18T10:35:05.929Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-06-18T10:35:05.929Z] go: extracting github.com/google/uuid v1.1.1 [2020-06-18T10:35:05.929Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-06-18T10:35:05.929Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-06-18T10:35:05.929Z] go: downloading github.com/pkg/errors v0.8.1 [2020-06-18T10:35:05.929Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-06-18T10:35:05.929Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-18T10:35:05.929Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-06-18T10:35:05.929Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-18T10:35:05.929Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-18T10:35:05.929Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-18T10:35:05.929Z] go: extracting github.com/pkg/errors v0.8.1 [2020-06-18T10:35:05.929Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-18T10:35:05.929Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-06-18T10:35:05.929Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-18T10:35:05.929Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-06-18T10:35:05.929Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-06-18T10:35:05.929Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-18T10:35:05.929Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-06-18T10:35:05.929Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-06-18T10:35:05.929Z] go: downloading github.com/x448/float16 v0.8.4 [2020-06-18T10:35:05.929Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-06-18T10:35:05.929Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-06-18T10:35:05.929Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-18T10:35:05.929Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-18T10:35:05.929Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-06-18T10:35:05.929Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-18T10:35:05.929Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-06-18T10:35:05.929Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-18T10:35:05.929Z] go: extracting github.com/x448/float16 v0.8.4 [2020-06-18T10:35:05.929Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-06-18T10:35:06.190Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-18T10:35:06.190Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-06-18T10:35:06.190Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-18T10:35:06.190Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-18T10:35:06.190Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-06-18T10:35:06.190Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-06-18T10:35:06.190Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-06-18T10:35:06.190Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-06-18T10:35:06.190Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-06-18T10:35:06.190Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-18T10:35:06.190Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-18T10:35:06.190Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-18T10:35:06.190Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-18T10:35:06.190Z] go: downloading github.com/hashicorp/golang-lru v0.5.1 [2020-06-18T10:35:06.190Z] go: extracting github.com/hashicorp/golang-lru v0.5.1 [2020-06-18T10:35:06.190Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-18T10:35:06.190Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-18T10:35:06.190Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-06-18T10:35:06.190Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-18T10:35:06.190Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-18T10:35:06.190Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-18T10:35:06.190Z] go: finding github.com/goburrow/serial v0.1.0 [2020-06-18T10:35:06.190Z] go: finding github.com/google/uuid v1.1.1 [2020-06-18T10:35:06.190Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-18T10:35:06.190Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-18T10:35:06.190Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-18T10:35:06.190Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-18T10:35:06.190Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-18T10:35:06.451Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-18T10:35:06.451Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-18T10:35:06.451Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-18T10:35:06.451Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-18T10:35:06.451Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-18T10:35:06.451Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-18T10:35:06.451Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-18T10:35:06.724Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-18T10:35:06.724Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-18T10:35:08.641Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-18T10:35:08.641Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-18T10:35:08.641Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-18T10:35:08.641Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-18T10:35:08.641Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-18T10:35:08.641Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-18T10:35:08.903Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-18T10:35:08.903Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-18T10:35:08.903Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-06-18T10:35:12.439Z] Removing intermediate container 712f8398c82c [2020-06-18T10:35:12.439Z] ---> a7b913a1c419 [2020-06-18T10:35:12.439Z] Step 9/19 : FROM scratch [2020-06-18T10:35:12.439Z] ---> [2020-06-18T10:35:12.439Z] Step 10/19 : ENV APP_PORT=49991 [2020-06-18T10:35:12.439Z] ---> Running in 577de0a38d22 [2020-06-18T10:35:12.439Z] Removing intermediate container 577de0a38d22 [2020-06-18T10:35:12.439Z] ---> 11ab90a0fe9a [2020-06-18T10:35:12.439Z] Step 11/19 : EXPOSE $APP_PORT [2020-06-18T10:35:12.439Z] ---> Running in c41e50362175 [2020-06-18T10:35:12.439Z] Removing intermediate container c41e50362175 [2020-06-18T10:35:12.439Z] ---> 66e7b66749cb [2020-06-18T10:35:12.439Z] Step 12/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2020-06-18T10:35:13.871Z] ---> 73a918374c9d [2020-06-18T10:35:13.871Z] Step 13/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2020-06-18T10:35:14.469Z] ---> 809a3e5d260b [2020-06-18T10:35:14.469Z] Step 14/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2020-06-18T10:35:15.065Z] ---> 138f65b00ba1 [2020-06-18T10:35:15.065Z] Step 15/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2020-06-18T10:35:15.340Z] ---> Running in 0130ebbd3d00 [2020-06-18T10:35:15.613Z] Removing intermediate container 0130ebbd3d00 [2020-06-18T10:35:15.613Z] ---> 09bdc8140961 [2020-06-18T10:35:15.613Z] Step 16/19 : ENTRYPOINT ["/device-modbus","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-06-18T10:35:15.886Z] ---> Running in 35ba3271f023 [2020-06-18T10:35:16.160Z] Removing intermediate container 35ba3271f023 [2020-06-18T10:35:16.160Z] ---> fe0462ecc5e7 [2020-06-18T10:35:16.160Z] Step 17/19 : LABEL arch=arm64 [2020-06-18T10:35:16.434Z] ---> Running in ad3d39122a82 [2020-06-18T10:35:16.707Z] Removing intermediate container ad3d39122a82 [2020-06-18T10:35:16.707Z] ---> be1755d0274b [2020-06-18T10:35:16.707Z] Step 18/19 : LABEL git_sha=51725aa6219b7acd356423099fa6f07cbac6e7b1 [2020-06-18T10:35:16.980Z] ---> Running in 5863c3545ace [2020-06-18T10:35:17.258Z] Removing intermediate container 5863c3545ace [2020-06-18T10:35:17.258Z] ---> 9a7ef2490b8d [2020-06-18T10:35:17.258Z] Step 19/19 : LABEL version=0.0.0 [2020-06-18T10:35:17.535Z] ---> Running in 4f5e00d66466 [2020-06-18T10:35:17.809Z] Removing intermediate container 4f5e00d66466 [2020-06-18T10:35:17.809Z] ---> b70f7a2eb41f [2020-06-18T10:35:17.809Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-18T10:35:17.809Z] Successfully built b70f7a2eb41f [2020-06-18T10:35:18.081Z] Successfully tagged docker-device-modbus-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-18T10:35:18.699Z] + find /w/workspace/device-modbus-go/3 [2020-06-18T10:35:18.700Z] + grep snapcraft.yaml [2020-06-18T10:35:18.700Z] + grep -Po ^name: \K(.*) /w/workspace/device-modbus-go/3/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-18T10:35:18.829Z] provisioning config files... [2020-06-18T10:35:18.851Z] copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/3@tmp/config3067879853644861813tmp [Pipeline] { [Pipeline] sh [2020-06-18T10:35:19.059Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-18T10:35:19.218Z] + cp /w/workspace/device-modbus-go/3@tmp/config3067879853644861813tmp /w/workspace/device-modbus-go/3/edgex-snap-store-login [Pipeline] sh [2020-06-18T10:35:19.554Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/3:/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 [2020-06-18T10:35:19.554Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-06-18T10:35:19.831Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-06-18T10:35:19.831Z] b2f61026a351: Pulling fs layer [2020-06-18T10:35:19.831Z] 5538fb30c42c: Pulling fs layer [2020-06-18T10:35:19.831Z] f0b05810781a: Pulling fs layer [2020-06-18T10:35:19.831Z] 0180a33352d6: Pulling fs layer [2020-06-18T10:35:19.831Z] e7604b0c0f53: Pulling fs layer [2020-06-18T10:35:19.831Z] db689cb83ae0: Pulling fs layer [2020-06-18T10:35:19.831Z] 6138af208834: Pulling fs layer [2020-06-18T10:35:19.831Z] 007c8e8c5d63: Pulling fs layer [2020-06-18T10:35:19.831Z] 4f7a387c642f: Pulling fs layer [2020-06-18T10:35:19.831Z] 0180a33352d6: Waiting [2020-06-18T10:35:19.831Z] e7604b0c0f53: Waiting [2020-06-18T10:35:19.831Z] db689cb83ae0: Waiting [2020-06-18T10:35:19.831Z] 6138af208834: Waiting [2020-06-18T10:35:19.831Z] 007c8e8c5d63: Waiting [2020-06-18T10:35:19.831Z] 4f7a387c642f: Waiting [2020-06-18T10:35:19.831Z] 5538fb30c42c: Download complete [2020-06-18T10:35:19.831Z] f0b05810781a: Download complete [2020-06-18T10:35:19.831Z] 0180a33352d6: Download complete [2020-06-18T10:35:19.831Z] db689cb83ae0: Verifying Checksum [2020-06-18T10:35:19.831Z] db689cb83ae0: Download complete [2020-06-18T10:35:19.831Z] 6138af208834: Verifying Checksum [2020-06-18T10:35:19.831Z] 6138af208834: Download complete [2020-06-18T10:35:19.831Z] 007c8e8c5d63: Verifying Checksum [2020-06-18T10:35:19.831Z] 007c8e8c5d63: Download complete [2020-06-18T10:35:19.831Z] 4f7a387c642f: Verifying Checksum [2020-06-18T10:35:19.831Z] 4f7a387c642f: Download complete [2020-06-18T10:35:20.809Z] b2f61026a351: Download complete [2020-06-18T10:35:22.374Z] Skipping stage go (already ran) [2020-06-18T10:35:22.374Z] Staging device-modbus [2020-06-18T10:35:23.324Z] Priming go [2020-06-18T10:35:23.434Z] b2f61026a351: Pull complete [2020-06-18T10:35:23.910Z] Priming device-modbus [2020-06-18T10:35:24.035Z] 5538fb30c42c: Pull complete [2020-06-18T10:35:24.311Z] f0b05810781a: Pull complete [2020-06-18T10:35:24.586Z] 0180a33352d6: Pull complete [2020-06-18T10:35:24.879Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-06-18T10:35:24.879Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-06-18T10:35:24.879Z] Determining the version from the project repo (version-script). [2020-06-18T10:35:24.879Z] The version has been set to '0.0.0-20200618+51725aa' [2020-06-18T10:35:24.879Z] Snapping 'edgex-device-modbus' ... [2020-06-18T10:35:25.865Z] [2020-06-18T10:35:25.865Z] Snapped edgex-device-modbus_0.0.0-20200618+51725aa_amd64.snap [Pipeline] } [2020-06-18T10:35:27.808Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2020-06-18T10:35:27.956Z] e7604b0c0f53: Verifying Checksum [2020-06-18T10:35:27.956Z] e7604b0c0f53: Download complete [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-06-18T10:36:00.326Z] e7604b0c0f53: Pull complete [2020-06-18T10:36:00.326Z] db689cb83ae0: Pull complete [2020-06-18T10:36:00.326Z] 6138af208834: Pull complete [2020-06-18T10:36:00.326Z] 007c8e8c5d63: Pull complete [2020-06-18T10:36:00.326Z] 4f7a387c642f: Pull complete [2020-06-18T10:36:00.326Z] Digest: sha256:95de001a4645667c7ff44d03fa3a86afcf7622caf7559cdf0345329f515671b4 [2020-06-18T10:36:00.326Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-06-18T10:36:07.044Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-06-18T10:36:07.044Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-06-18T10:36:07.318Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-06-18T10:36:07.318Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-06-18T10:36:07.590Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1239 kB] [2020-06-18T10:36:07.867Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [880 kB] [2020-06-18T10:36:08.142Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3737 B] [2020-06-18T10:36:08.142Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1192 B] [2020-06-18T10:36:08.142Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [7827 B] [2020-06-18T10:36:08.142Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] [2020-06-18T10:36:08.142Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [756 kB] [2020-06-18T10:36:08.142Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [608 kB] [2020-06-18T10:36:08.734Z] Fetched 3756 kB in 2s (1568 kB/s) [2020-06-18T10:36:13.025Z] Reading package lists... [2020-06-18T10:36:25.402Z] 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 [2020-06-18T10:36:29.690Z] Reading package lists... [2020-06-18T10:36:30.665Z] Building dependency tree... [2020-06-18T10:36:30.665Z] Reading state information... [2020-06-18T10:36:31.258Z] The following packages were automatically installed and are no longer required: [2020-06-18T10:36:31.258Z] libjq1 liblzo2-2 libonig4 [2020-06-18T10:36:31.258Z] Use 'sudo apt autoremove' to remove them. [2020-06-18T10:36:31.258Z] Suggested packages: [2020-06-18T10:36:31.258Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-06-18T10:36:31.258Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc [2020-06-18T10:36:31.258Z] keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc [2020-06-18T10:36:31.258Z] libterm-readline-gnu-perl | libterm-readline-perl-perl [2020-06-18T10:36:31.530Z] The following NEW packages will be installed: [2020-06-18T10:36:31.530Z] curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl [2020-06-18T10:36:31.530Z] libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 [2020-06-18T10:36:31.530Z] libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase [2020-06-18T10:36:31.530Z] openssh-client patch perl perl-modules-5.26 xauth [2020-06-18T10:36:32.122Z] 0 upgraded, 27 newly installed, 0 to remove and 10 not upgraded. [2020-06-18T10:36:32.122Z] Need to get 12.9 MB of archives. [2020-06-18T10:36:32.122Z] After this operation, 84.2 MB of additional disk space will be used. [2020-06-18T10:36:32.122Z] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxau6 arm64 1:1.0.8-1 [7590 B] [2020-06-18T10:36:32.122Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbsd0 arm64 0.8.7-1ubuntu0.1 [36.6 kB] [2020-06-18T10:36:32.392Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxdmcp6 arm64 1:1.1.2-3 [9694 B] [2020-06-18T10:36:32.392Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxcb1 arm64 1.13-2~ubuntu18.04 [37.3 kB] [2020-06-18T10:36:32.392Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] [2020-06-18T10:36:32.662Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-6 arm64 2:1.6.4-3ubuntu0.2 [521 kB] [2020-06-18T10:36:32.933Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxext6 arm64 2:1.3.3-1 [25.4 kB] [2020-06-18T10:36:32.933Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-06-18T10:36:33.204Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] [2020-06-18T10:36:33.204Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] [2020-06-18T10:36:33.204Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] [2020-06-18T10:36:33.795Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] [2020-06-18T10:36:33.795Z] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] [2020-06-18T10:36:33.795Z] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.2 [69.3 kB] [2020-06-18T10:36:33.795Z] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] [2020-06-18T10:36:33.795Z] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libedit2 arm64 3.1-20170329-1 [63.4 kB] [2020-06-18T10:36:33.795Z] Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libssl1.0.0 arm64 1.0.2n-1ubuntu5.3 [723 kB] [2020-06-18T10:36:33.795Z] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxmuu1 arm64 2:1.1.2-2 [9502 B] [2020-06-18T10:36:33.795Z] Get:19 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssh-client arm64 1:7.6p1-4ubuntu0.3 [527 kB] [2020-06-18T10:36:33.795Z] Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xauth arm64 1:1.0.10-1 [22.4 kB] [2020-06-18T10:36:33.795Z] Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.8 [152 kB] [2020-06-18T10:36:34.068Z] Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.8 [179 kB] [2020-06-18T10:36:34.068Z] Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] [2020-06-18T10:36:34.068Z] Get:24 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-06-18T10:36:34.068Z] Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] [2020-06-18T10:36:34.343Z] Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] [2020-06-18T10:36:34.343Z] Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] [2020-06-18T10:36:34.935Z] debconf: delaying package configuration, since apt-utils is not installed [2020-06-18T10:36:35.208Z] Fetched 12.9 MB in 3s (4803 kB/s) [2020-06-18T10:36:35.208Z] Selecting previously unselected package libxau6:arm64. [2020-06-18T10:36:35.208Z] (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.) [2020-06-18T10:36:35.208Z] Preparing to unpack .../00-libxau6_1%3a1.0.8-1_arm64.deb ... [2020-06-18T10:36:35.208Z] Unpacking libxau6:arm64 (1:1.0.8-1) ... [2020-06-18T10:36:35.208Z] Selecting previously unselected package libbsd0:arm64. [2020-06-18T10:36:35.481Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_arm64.deb ... [2020-06-18T10:36:35.481Z] Unpacking libbsd0:arm64 (0.8.7-1ubuntu0.1) ... [2020-06-18T10:36:35.481Z] Selecting previously unselected package libxdmcp6:arm64. [2020-06-18T10:36:35.481Z] Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_arm64.deb ... [2020-06-18T10:36:35.481Z] Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... [2020-06-18T10:36:35.755Z] Selecting previously unselected package libxcb1:arm64. [2020-06-18T10:36:35.755Z] Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_arm64.deb ... [2020-06-18T10:36:35.755Z] Unpacking libxcb1:arm64 (1.13-2~ubuntu18.04) ... [2020-06-18T10:36:35.755Z] Selecting previously unselected package libx11-data. [2020-06-18T10:36:35.755Z] Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... [2020-06-18T10:36:35.755Z] Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-18T10:36:36.027Z] Selecting previously unselected package libx11-6:arm64. [2020-06-18T10:36:36.027Z] Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_arm64.deb ... [2020-06-18T10:36:36.027Z] Unpacking libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... [2020-06-18T10:36:36.321Z] Selecting previously unselected package libxext6:arm64. [2020-06-18T10:36:36.321Z] Preparing to unpack .../06-libxext6_2%3a1.3.3-1_arm64.deb ... [2020-06-18T10:36:36.321Z] Unpacking libxext6:arm64 (2:1.3.3-1) ... [2020-06-18T10:36:36.321Z] Selecting previously unselected package perl-modules-5.26. [2020-06-18T10:36:36.321Z] Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-06-18T10:36:36.321Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-18T10:36:37.759Z] Selecting previously unselected package libgdbm5:arm64. [2020-06-18T10:36:37.759Z] Preparing to unpack .../08-libgdbm5_1.14.1-6_arm64.deb ... [2020-06-18T10:36:37.759Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-06-18T10:36:38.032Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-06-18T10:36:38.032Z] Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-06-18T10:36:38.032Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-06-18T10:36:38.032Z] Selecting previously unselected package libperl5.26:arm64. [2020-06-18T10:36:38.303Z] Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... [2020-06-18T10:36:38.303Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-06-18T10:36:39.289Z] Selecting previously unselected package perl. [2020-06-18T10:36:39.289Z] Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_arm64.deb ... [2020-06-18T10:36:39.573Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-06-18T10:36:39.573Z] Selecting previously unselected package less. [2020-06-18T10:36:39.573Z] Preparing to unpack .../12-less_487-0.1_arm64.deb ... [2020-06-18T10:36:39.573Z] Unpacking less (487-0.1) ... [2020-06-18T10:36:39.846Z] Selecting previously unselected package libexpat1:arm64. [2020-06-18T10:36:39.846Z] Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_arm64.deb ... [2020-06-18T10:36:39.846Z] Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.2) ... [2020-06-18T10:36:39.846Z] Selecting previously unselected package netbase. [2020-06-18T10:36:39.846Z] Preparing to unpack .../14-netbase_5.4_all.deb ... [2020-06-18T10:36:39.846Z] Unpacking netbase (5.4) ... [2020-06-18T10:36:40.118Z] Selecting previously unselected package libedit2:arm64. [2020-06-18T10:36:40.118Z] Preparing to unpack .../15-libedit2_3.1-20170329-1_arm64.deb ... [2020-06-18T10:36:40.118Z] Unpacking libedit2:arm64 (3.1-20170329-1) ... [2020-06-18T10:36:40.118Z] Selecting previously unselected package libssl1.0.0:arm64. [2020-06-18T10:36:40.118Z] Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_arm64.deb ... [2020-06-18T10:36:40.118Z] Unpacking libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... [2020-06-18T10:36:40.392Z] Selecting previously unselected package libxmuu1:arm64. [2020-06-18T10:36:40.392Z] Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_arm64.deb ... [2020-06-18T10:36:40.392Z] Unpacking libxmuu1:arm64 (2:1.1.2-2) ... [2020-06-18T10:36:40.664Z] Selecting previously unselected package openssh-client. [2020-06-18T10:36:40.664Z] Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_arm64.deb ... [2020-06-18T10:36:40.664Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-18T10:36:40.937Z] Selecting previously unselected package xauth. [2020-06-18T10:36:40.937Z] Preparing to unpack .../19-xauth_1%3a1.0.10-1_arm64.deb ... [2020-06-18T10:36:40.937Z] Unpacking xauth (1:1.0.10-1) ... [2020-06-18T10:36:40.937Z] Selecting previously unselected package curl. [2020-06-18T10:36:41.208Z] Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_arm64.deb ... [2020-06-18T10:36:41.208Z] Unpacking curl (7.58.0-2ubuntu3.8) ... [2020-06-18T10:36:41.208Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-06-18T10:36:41.208Z] Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_arm64.deb ... [2020-06-18T10:36:41.208Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... [2020-06-18T10:36:41.480Z] Selecting previously unselected package liberror-perl. [2020-06-18T10:36:41.480Z] Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... [2020-06-18T10:36:41.480Z] Unpacking liberror-perl (0.17025-1) ... [2020-06-18T10:36:41.480Z] Selecting previously unselected package git-man. [2020-06-18T10:36:41.480Z] Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-06-18T10:36:41.480Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-18T10:36:41.768Z] Selecting previously unselected package git. [2020-06-18T10:36:41.768Z] Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-06-18T10:36:41.768Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-06-18T10:36:43.199Z] Selecting previously unselected package make. [2020-06-18T10:36:43.199Z] Preparing to unpack .../25-make_4.1-9.1ubuntu1_arm64.deb ... [2020-06-18T10:36:43.199Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-06-18T10:36:43.470Z] Selecting previously unselected package patch. [2020-06-18T10:36:43.470Z] Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-06-18T10:36:43.470Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-06-18T10:36:43.470Z] Setting up libedit2:arm64 (3.1-20170329-1) ... [2020-06-18T10:36:43.470Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-18T10:36:43.742Z] Setting up libexpat1:arm64 (2.2.5-3ubuntu0.2) ... [2020-06-18T10:36:43.742Z] Setting up less (487-0.1) ... [2020-06-18T10:36:44.015Z] Setting up make (4.1-9.1ubuntu1) ... [2020-06-18T10:36:44.015Z] Setting up libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... [2020-06-18T10:36:44.286Z] Setting up curl (7.58.0-2ubuntu3.8) ... [2020-06-18T10:36:44.557Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... [2020-06-18T10:36:44.557Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-18T10:36:44.557Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-06-18T10:36:44.557Z] Setting up libbsd0:arm64 (0.8.7-1ubuntu0.1) ... [2020-06-18T10:36:44.557Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-06-18T10:36:44.557Z] Setting up libxdmcp6:arm64 (1:1.1.2-3) ... [2020-06-18T10:36:44.557Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-06-18T10:36:44.829Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-18T10:36:45.100Z] Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-18T10:36:45.100Z] Setting up libxau6:arm64 (1:1.0.8-1) ... [2020-06-18T10:36:45.100Z] Setting up netbase (5.4) ... [2020-06-18T10:36:45.100Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-06-18T10:36:45.100Z] Setting up libxcb1:arm64 (1.13-2~ubuntu18.04) ... [2020-06-18T10:36:45.373Z] Setting up libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... [2020-06-18T10:36:45.373Z] Setting up libxmuu1:arm64 (2:1.1.2-2) ... [2020-06-18T10:36:45.373Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-06-18T10:36:45.373Z] Setting up libxext6:arm64 (2:1.3.3-1) ... [2020-06-18T10:36:45.373Z] Setting up liberror-perl (0.17025-1) ... [2020-06-18T10:36:45.373Z] Setting up xauth (1:1.0.10-1) ... [2020-06-18T10:36:45.643Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-06-18T10:36:45.644Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-06-18T10:36:52.341Z] curl set to automatically installed. [2020-06-18T10:36:52.341Z] git set to automatically installed. [2020-06-18T10:36:52.341Z] git-man set to automatically installed. [2020-06-18T10:36:52.341Z] less set to automatically installed. [2020-06-18T10:36:52.341Z] libbsd0 set to automatically installed. [2020-06-18T10:36:52.341Z] libcurl3-gnutls set to automatically installed. [2020-06-18T10:36:52.341Z] libedit2 set to automatically installed. [2020-06-18T10:36:52.341Z] liberror-perl set to automatically installed. [2020-06-18T10:36:52.341Z] libexpat1 set to automatically installed. [2020-06-18T10:36:52.341Z] libgdbm-compat4 set to automatically installed. [2020-06-18T10:36:52.341Z] libgdbm5 set to automatically installed. [2020-06-18T10:36:52.341Z] libperl5.26 set to automatically installed. [2020-06-18T10:36:52.341Z] libssl1.0.0 set to automatically installed. [2020-06-18T10:36:52.341Z] libx11-6 set to automatically installed. [2020-06-18T10:36:52.341Z] libx11-data set to automatically installed. [2020-06-18T10:36:52.341Z] libxau6 set to automatically installed. [2020-06-18T10:36:52.341Z] libxcb1 set to automatically installed. [2020-06-18T10:36:52.341Z] libxdmcp6 set to automatically installed. [2020-06-18T10:36:52.341Z] libxext6 set to automatically installed. [2020-06-18T10:36:52.341Z] libxmuu1 set to automatically installed. [2020-06-18T10:36:52.341Z] make set to automatically installed. [2020-06-18T10:36:52.341Z] netbase set to automatically installed. [2020-06-18T10:36:52.341Z] openssh-client set to automatically installed. [2020-06-18T10:36:52.341Z] patch set to automatically installed. [2020-06-18T10:36:52.341Z] perl set to automatically installed. [2020-06-18T10:36:52.341Z] perl-modules-5.26 set to automatically installed. [2020-06-18T10:36:52.341Z] xauth set to automatically installed. [2020-06-18T10:36:52.341Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-06-18T10:36:52.341Z] Please ensure the environment is properly setup before continuing. [2020-06-18T10:36:52.341Z] Ignore this message if the appropriate measures have already been taken [2020-06-18T10:36:52.341Z] Pulling go [2020-06-18T10:36:55.715Z] 'device-modbus' has dependencies that need to be staged: go [2020-06-18T10:36:55.715Z] Skipping pull go (already ran) [2020-06-18T10:36:55.715Z] Building go [2020-06-18T10:36:55.715Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-06-18T10:36:55.715Z] Dload Upload Total Spent Left Speed [2020-06-18T10:36:57.881Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 35 93.0M 35 32.8M 0 0 36.6M 0 0:00:02 --:--:-- 0:00:02 36.5M 81 93.0M 81 75.9M 0 0 40.0M 0 0:00:02 0:00:01 0:00:01 40.0M 100 93.0M 100 93.0M 0 0 40.4M 0 0:00:02 0:00:02 --:--:-- 40.4M [2020-06-18T10:36:59.304Z] go1.13.5.linux-arm64.tar.gz: OK [2020-06-18T10:37:17.582Z] Staging go [2020-06-18T10:37:19.004Z] Pulling device-modbus [2020-06-18T10:37:22.374Z] Skipping build go (already ran) [2020-06-18T10:37:22.374Z] Building device-modbus [2020-06-18T10:37:22.374Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -o cmd/device-modbus ./cmd [2020-06-18T10:37:22.655Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-18T10:37:22.655Z] go: downloading github.com/goburrow/modbus v0.1.0 [2020-06-18T10:37:22.655Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-18T10:37:22.932Z] go: extracting github.com/goburrow/modbus v0.1.0 [2020-06-18T10:37:22.932Z] go: downloading github.com/goburrow/serial v0.1.0 [2020-06-18T10:37:22.932Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-18T10:37:22.932Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-18T10:37:22.932Z] go: extracting github.com/goburrow/serial v0.1.0 [2020-06-18T10:37:22.932Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-06-18T10:37:22.932Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-18T10:37:22.932Z] go: downloading github.com/google/uuid v1.1.1 [2020-06-18T10:37:22.932Z] go: downloading github.com/pkg/errors v0.8.1 [2020-06-18T10:37:22.932Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-06-18T10:37:22.932Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-18T10:37:22.932Z] go: extracting github.com/google/uuid v1.1.1 [2020-06-18T10:37:22.932Z] go: extracting github.com/pkg/errors v0.8.1 [2020-06-18T10:37:22.932Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-06-18T10:37:22.932Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-06-18T10:37:22.932Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-18T10:37:22.932Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-06-18T10:37:22.932Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-06-18T10:37:22.932Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-06-18T10:37:22.932Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-18T10:37:22.932Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-18T10:37:23.205Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-18T10:37:23.205Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-06-18T10:37:23.205Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-18T10:37:23.205Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-06-18T10:37:23.205Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-06-18T10:37:23.205Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-18T10:37:23.205Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-18T10:37:23.205Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-06-18T10:37:23.205Z] go: downloading github.com/x448/float16 v0.8.4 [2020-06-18T10:37:23.205Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-18T10:37:23.205Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-06-18T10:37:23.205Z] go: extracting github.com/x448/float16 v0.8.4 [2020-06-18T10:37:23.205Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-18T10:37:23.205Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-18T10:37:23.205Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-06-18T10:37:23.205Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-06-18T10:37:23.205Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-18T10:37:23.205Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-06-18T10:37:23.205Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-18T10:37:23.205Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-06-18T10:37:23.205Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-06-18T10:37:23.205Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-06-18T10:37:23.205Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-06-18T10:37:23.205Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-06-18T10:37:23.206Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-06-18T10:37:23.206Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-18T10:37:23.206Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-18T10:37:23.478Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-18T10:37:23.478Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-18T10:37:23.478Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-06-18T10:37:23.478Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-06-18T10:37:23.478Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-06-18T10:37:23.756Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-18T10:37:23.756Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-18T10:37:23.756Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-18T10:37:23.756Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-18T10:37:23.756Z] go: downloading github.com/hashicorp/golang-lru v0.5.1 [2020-06-18T10:37:23.756Z] go: extracting github.com/hashicorp/golang-lru v0.5.1 [2020-06-18T10:37:23.756Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-18T10:37:23.756Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-18T10:37:23.756Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-06-18T10:37:23.756Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-18T10:37:23.756Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-18T10:37:23.756Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-18T10:37:23.756Z] go: finding github.com/goburrow/serial v0.1.0 [2020-06-18T10:37:23.756Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-18T10:37:24.033Z] go: finding github.com/google/uuid v1.1.1 [2020-06-18T10:37:24.033Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-18T10:37:24.033Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-18T10:37:24.033Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-18T10:37:24.033Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-18T10:37:24.033Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-18T10:37:24.033Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-18T10:37:24.033Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-18T10:37:24.033Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-18T10:37:24.033Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-18T10:37:24.033Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-18T10:37:24.033Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-18T10:37:24.033Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-18T10:37:24.033Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-18T10:37:24.033Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-18T10:37:24.033Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-18T10:37:24.033Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-18T10:37:24.033Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-18T10:37:24.033Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-18T10:37:24.033Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-18T10:37:24.033Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-18T10:37:24.033Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-18T10:37:24.033Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-06-18T10:37:50.902Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-18T10:38:03.468Z] Skipping stage go (already ran) [2020-06-18T10:38:03.468Z] Staging device-modbus [2020-06-18T10:38:06.150Z] Priming go [2020-06-18T10:38:09.524Z] Priming device-modbus [2020-06-18T10:38:12.130Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-06-18T10:38:12.130Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-06-18T10:38:12.130Z] Determining the version from the project repo (version-script). [2020-06-18T10:38:12.130Z] The version has been set to '0.0.0-20200618+51725aa' [2020-06-18T10:38:12.405Z] Snapping 'edgex-device-modbus' ... [2020-06-18T10:38:15.026Z] [2020-06-18T10:38:15.026Z] Snapped edgex-device-modbus_0.0.0-20200618+51725aa_arm64.snap [Pipeline] } [2020-06-18T10:38:17.654Z] 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 [2020-06-18T10:38:18.260Z] provisioning config files... [2020-06-18T10:38:18.273Z] copy managed file [device-modbus-go-codecov-token] to file:/w/workspace/xfoundry_device-modbus-go_PR-155@tmp/config7586684720685915263tmp [Pipeline] { [Pipeline] sh [2020-06-18T10:38:18.593Z] + curl -s https://codecov.io/bash [2020-06-18T10:38:18.593Z] + bash -s - -t @/w/workspace/xfoundry_device-modbus-go_PR-155@tmp/config7586684720685915263tmp [2020-06-18T10:38:18.854Z] [2020-06-18T10:38:18.854Z] _____ _ [2020-06-18T10:38:18.854Z] / ____| | | [2020-06-18T10:38:18.854Z] | | ___ __| | ___ ___ _____ __ [2020-06-18T10:38:18.854Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-06-18T10:38:18.854Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-06-18T10:38:18.854Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-06-18T10:38:18.854Z] Bash-20200602-f809a24 [2020-06-18T10:38:18.854Z] [2020-06-18T10:38:18.854Z] [2020-06-18T10:38:18.854Z] ==> Jenkins CI detected. [2020-06-18T10:38:18.854Z] project root: . [2020-06-18T10:38:18.854Z] Fixing merge commit SHA [2020-06-18T10:38:18.854Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-06-18T10:38:18.854Z] ==> Running gcov in . (disable via -X gcov) [2020-06-18T10:38:18.854Z] ==> Python coveragepy not found [2020-06-18T10:38:18.854Z] ==> Searching for coverage reports in: [2020-06-18T10:38:18.854Z] + . [2020-06-18T10:38:18.854Z] -> Found 1 reports [2020-06-18T10:38:18.854Z] ==> Detecting git/mercurial file structure [2020-06-18T10:38:18.854Z] ==> Reading reports [2020-06-18T10:38:18.854Z] + ./coverage.out bytes=22123 [2020-06-18T10:38:18.854Z] ==> Appending adjustments [2020-06-18T10:38:18.854Z] https://docs.codecov.io/docs/fixing-reports [2020-06-18T10:38:19.115Z] + Found adjustments [2020-06-18T10:38:19.115Z] ==> Gzipping contents [2020-06-18T10:38:19.115Z] ==> Uploading reports [2020-06-18T10:38:19.115Z] url: https://codecov.io [2020-06-18T10:38:19.115Z] query: branch=PR-155&commit=fdf900d8a58188a2e8b2bc604c944c724a46cd8f&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2FPR-155%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=155&job= [2020-06-18T10:38:19.115Z] -> Pinging Codecov [2020-06-18T10:38:19.115Z] https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=PR-155&commit=fdf900d8a58188a2e8b2bc604c944c724a46cd8f&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2FPR-155%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=155&job= [2020-06-18T10:38:19.686Z] -> Uploading [2020-06-18T10:38:19.948Z] -> View reports at https://codecov.io/github/edgexfoundry/device-modbus-go/commit/fdf900d8a58188a2e8b2bc604c944c724a46cd8f [Pipeline] } [2020-06-18T10:38:19.957Z] 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 [2020-06-18T10:38:20.836Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-18T10:38:21.399Z] ---> package-listing.sh [2020-06-18T10:38:21.399Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-18T10:38:21.399Z] ++ facter osfamily [2020-06-18T10:38:21.399Z] + OS_FAMILY=redhat [2020-06-18T10:38:21.399Z] + workspace=/w/workspace/xfoundry_device-modbus-go_PR-155 [2020-06-18T10:38:21.399Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-18T10:38:21.399Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-18T10:38:21.399Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-18T10:38:21.399Z] + PACKAGES=/tmp/packages_start.txt [2020-06-18T10:38:21.399Z] + '[' /w/workspace/xfoundry_device-modbus-go_PR-155 ']' [2020-06-18T10:38:21.399Z] + PACKAGES=/tmp/packages_end.txt [2020-06-18T10:38:21.399Z] + case "${OS_FAMILY}" in [2020-06-18T10:38:21.399Z] + rpm -qa [2020-06-18T10:38:21.399Z] + sort [2020-06-18T10:38:25.624Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-18T10:38:25.624Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-18T10:38:25.624Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-18T10:38:25.624Z] + '[' /w/workspace/xfoundry_device-modbus-go_PR-155 ']' [2020-06-18T10:38:25.624Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_PR-155/archives/ [2020-06-18T10:38:25.624Z] + 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 [2020-06-18T10:38:26.233Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-18T10:38:26.233Z] [2020-06-18T10:38:26.233Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-18T10:38:26.572Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-18T10:38:26.572Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-18T10:38:26.572Z] c9b1b535fdd9: Pulling fs layer [2020-06-18T10:38:26.572Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-18T10:38:26.572Z] 756a868c4378: Pulling fs layer [2020-06-18T10:38:26.572Z] 444b2fc9a129: Pulling fs layer [2020-06-18T10:38:26.572Z] ea15f1150254: Pulling fs layer [2020-06-18T10:38:26.572Z] 41b27a9f41bf: Pulling fs layer [2020-06-18T10:38:26.572Z] 28c525ee5125: Pulling fs layer [2020-06-18T10:38:26.572Z] 094b1ea09ed8: Pulling fs layer [2020-06-18T10:38:26.572Z] 138eaada9080: Pulling fs layer [2020-06-18T10:38:26.572Z] 0622d0fa9048: Pulling fs layer [2020-06-18T10:38:26.572Z] 41b27a9f41bf: Waiting [2020-06-18T10:38:26.572Z] 444b2fc9a129: Waiting [2020-06-18T10:38:26.572Z] 28c525ee5125: Waiting [2020-06-18T10:38:26.572Z] 094b1ea09ed8: Waiting [2020-06-18T10:38:26.572Z] ea15f1150254: Waiting [2020-06-18T10:38:26.572Z] 138eaada9080: Waiting [2020-06-18T10:38:26.572Z] 0622d0fa9048: Waiting [2020-06-18T10:38:26.572Z] 2cc5ad85d9ab: Download complete [2020-06-18T10:38:26.572Z] 444b2fc9a129: Verifying Checksum [2020-06-18T10:38:26.572Z] 444b2fc9a129: Download complete [2020-06-18T10:38:26.572Z] c9b1b535fdd9: Download complete [2020-06-18T10:38:26.572Z] ea15f1150254: Download complete [2020-06-18T10:38:26.872Z] 28c525ee5125: Verifying Checksum [2020-06-18T10:38:26.872Z] 28c525ee5125: Download complete [2020-06-18T10:38:27.157Z] 756a868c4378: Verifying Checksum [2020-06-18T10:38:27.157Z] 756a868c4378: Download complete [2020-06-18T10:38:27.157Z] c9b1b535fdd9: Pull complete [2020-06-18T10:38:27.157Z] 094b1ea09ed8: Verifying Checksum [2020-06-18T10:38:27.157Z] 094b1ea09ed8: Download complete [2020-06-18T10:38:27.432Z] 138eaada9080: Verifying Checksum [2020-06-18T10:38:27.432Z] 138eaada9080: Download complete [2020-06-18T10:38:27.432Z] 0622d0fa9048: Verifying Checksum [2020-06-18T10:38:27.432Z] 0622d0fa9048: Download complete [2020-06-18T10:38:27.432Z] 2cc5ad85d9ab: Pull complete [2020-06-18T10:38:28.017Z] 41b27a9f41bf: Verifying Checksum [2020-06-18T10:38:28.017Z] 41b27a9f41bf: Download complete [2020-06-18T10:38:29.419Z] 756a868c4378: Pull complete [2020-06-18T10:38:29.419Z] 444b2fc9a129: Pull complete [2020-06-18T10:38:29.686Z] ea15f1150254: Pull complete [2020-06-18T10:38:33.913Z] 41b27a9f41bf: Pull complete [2020-06-18T10:38:33.913Z] 28c525ee5125: Pull complete [2020-06-18T10:38:36.464Z] 094b1ea09ed8: Pull complete [2020-06-18T10:38:36.733Z] 138eaada9080: Pull complete [2020-06-18T10:38:37.305Z] 0622d0fa9048: Pull complete [2020-06-18T10:38:37.568Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-18T10:38:37.568Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-18T10:38:37.568Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-18T10:38:37.747Z] prd-centos7-docker-4c-2g-3546 does not seem to be running inside a container [2020-06-18T10:38:37.807Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-06-18T10:38:39.764Z] $ docker top c2ec6b5040fe9c3575cf3a62cebae7f03b7628c4d4f7eac485e067d663f0c1e8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-18T10:38:39.916Z] provisioning config files... [2020-06-18T10:38:39.930Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-155@tmp/config8055448168127962714tmp [Pipeline] { [Pipeline] echo [2020-06-18T10:38:39.965Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-18T10:38:40.261Z] ---> create-netrc.sh [Pipeline] echo [2020-06-18T10:38:40.270Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-18T10:38:40.564Z] ---> logs-deploy.sh [2020-06-18T10:38:40.564Z] + ARCHIVE_ARTIFACTS= [2020-06-18T10:38:40.564Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-18T10:38:40.564Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-18T10:38:40.564Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-18T10:38:40.564Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-155/3 [2020-06-18T10:38:40.564Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/PR-155/3/ [2020-06-18T10:38:40.564Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-155/3 /w/workspace/xfoundry_device-modbus-go_PR-155 [2020-06-18T10:38:41.948Z] Archives upload complete. [2020-06-18T10:38:41.948Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-155/3 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/PR-155/3/