Pull request #162 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/device-modbus-go Obtained Jenkinsfile from af1ed75db15f4f7f561b0306b8bfd8d5137b3c01+3d6b06ce9c8aabcbe3b96acc6656864e00d04358 (da2eba2ebe0ba377b966070126aaad697a002387) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 --version # 'git version 2.16.6' > 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 > git --version # 'git version 2.16.6' 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > 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 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ 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 BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre SNAP_CHANNEL: latest/edge BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-133 in /w/workspace/xfoundry_device-modbus-go_PR-162 [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-162 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' 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/162/head:refs/remotes/origin/PR-162 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/162/head:refs/remotes/origin/PR-162 # 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/162/head:refs/remotes/origin/PR-162 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 into PR head commit af1ed75db15f4f7f561b0306b8bfd8d5137b3c01 Merge succeeded, producing af1ed75db15f4f7f561b0306b8bfd8d5137b3c01 Checking out Revision af1ed75db15f4f7f561b0306b8bfd8d5137b3c01 (PR-162) > git config core.sparsecheckout # timeout=10 > git checkout -f af1ed75db15f4f7f561b0306b8bfd8d5137b3c01 # 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 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f af1ed75db15f4f7f561b0306b8bfd8d5137b3c01 # timeout=10 Commit message: "feat: Modify Modbus simulator to support device scaling" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:58:36 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:58:37 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:58:37 ========================================================= 02:58:37 EdgeX Global Pipelines Version Info 02:58:37 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 6937054a9f53d0f326f0c0156aeef009133f8f46 # timeout=10 02:58:40 ------------------- 02:58:40 stable info: 02:58:40 ------------------- 02:58:40 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:58:40 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 02:58:40 Message: update stable to v1.0.106 02:58:41 ------------------- 02:58:41 experimental info: 02:58:41 ------------------- 02:58:41 Commited By: **** collab-it+edgex@linuxfoundation.org 02:58:41 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 02:58:41 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:58:43 + git log --format=format:%s -1 af1ed75db15f4f7f561b0306b8bfd8d5137b3c01 [Pipeline] echo 02:58:43 GIT_COMMIT: af1ed75db15f4f7f561b0306b8bfd8d5137b3c01, Commit Message: feat: Modify Modbus simulator to support device scaling [Pipeline] echo 02:58:43 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:58:44 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:58:44 02:58:44 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:58:45 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:58:45 latest: Pulling from edgex-devops/git-semver 02:58:45 31603596830f: Pulling fs layer 02:58:45 2a8b12db71e7: Pulling fs layer 02:58:45 6ca5941a6612: Pulling fs layer 02:58:45 ecc8261a40a4: Pulling fs layer 02:58:45 ecc8261a40a4: Waiting 02:58:45 2a8b12db71e7: Download complete 02:58:46 31603596830f: Download complete 02:58:46 ecc8261a40a4: Verifying Checksum 02:58:46 ecc8261a40a4: Download complete 02:58:46 6ca5941a6612: Verifying Checksum 02:58:46 6ca5941a6612: Download complete 02:58:46 31603596830f: Pull complete 02:58:46 2a8b12db71e7: Pull complete 02:58:47 6ca5941a6612: Pull complete 02:58:48 ecc8261a40a4: Pull complete 02:58:48 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:58:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:58:48 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:58:48 prd-centos7-docker-4c-2g-133 does not seem to be running inside a container 02:58:49 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_PR-162 -v /w/workspace/xfoundry_device-modbus-go_PR-162:/w/workspace/xfoundry_device-modbus-go_PR-162:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-162@tmp:/w/workspace/xfoundry_device-modbus-go_PR-162@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:58:51 $ docker top 374c3d8ae5cf288559c9eaa48a4d57957705d2896fe87a2294f09bbdb6b90e80 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:58:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:58:51 [ssh-agent] Looking for ssh-agent implementation... 02:58:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:58:52 $ docker exec 374c3d8ae5cf288559c9eaa48a4d57957705d2896fe87a2294f09bbdb6b90e80 ssh-agent 02:58:52 SSH_AUTH_SOCK=/tmp/ssh-iOzd7FXqr6or/agent.13 02:58:52 SSH_AGENT_PID=18 02:58:52 Running ssh-add (command line suppressed) 02:58:53 Identity added: /w/workspace/xfoundry_device-modbus-go_PR-162@tmp/private_key_1186790035945972260.key (/w/workspace/xfoundry_device-modbus-go_PR-162@tmp/private_key_1186790035945972260.key) 02:58:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:58:53 + git describe --exact-match --tags HEAD 02:58:53 fatal: No names found, cannot describe anything. [Pipeline] } 02:58:54 $ docker exec --env ******** --env ******** 374c3d8ae5cf288559c9eaa48a4d57957705d2896fe87a2294f09bbdb6b90e80 ssh-agent -k 02:58:54 unset SSH_AUTH_SOCK; 02:58:54 unset SSH_AGENT_PID; 02:58:54 echo Agent pid 18 killed; 02:58:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 02:58:54 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 02:58:54 This usually means this commit has not been tagged. [Pipeline] sshagent 02:58:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:58:54 [ssh-agent] Looking for ssh-agent implementation... 02:58:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:58:55 $ docker exec 374c3d8ae5cf288559c9eaa48a4d57957705d2896fe87a2294f09bbdb6b90e80 ssh-agent 02:58:55 SSH_AUTH_SOCK=/tmp/ssh-Ed34BJfvYtsQ/agent.46 02:58:55 SSH_AGENT_PID=51 02:58:55 Running ssh-add (command line suppressed) 02:58:55 Identity added: /w/workspace/xfoundry_device-modbus-go_PR-162@tmp/private_key_2638832072004618042.key (/w/workspace/xfoundry_device-modbus-go_PR-162@tmp/private_key_2638832072004618042.key) 02:58:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:58:56 + git semver init 02:58:56 # -> Open(): unable to determine branch for HEAD 02:58:56 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_PR-162/.git 02:58:56 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_PR-162 02:58:56 # $SEMVER_REMOTE_NAME = origin 02:58:56 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:58:56 # $SEMVER_USER_NAME = edgex-jenkins 02:58:56 # $SEMVER_BRANCH = PR-162 02:58:56 # $SEMVER_TEMP = /tmp/semver-145872225 02:58:56 # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP 02:58:56 # '/tmp/semver-145872225' -> '/w/workspace/xfoundry_device-modbus-go_PR-162/.semver' 02:58:56 # -> Force: false 02:58:56 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_PR-162/.semver [Pipeline] } 02:58:56 $ docker exec --env ******** --env ******** 374c3d8ae5cf288559c9eaa48a4d57957705d2896fe87a2294f09bbdb6b90e80 ssh-agent -k 02:58:57 unset SSH_AUTH_SOCK; 02:58:57 unset SSH_AGENT_PID; 02:58:57 echo Agent pid 51 killed; 02:58:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:58:57 + git semver [Pipeline] } 02:58:57 $ docker stop --time=1 374c3d8ae5cf288559c9eaa48a4d57957705d2896fe87a2294f09bbdb6b90e80 02:58:59 $ docker rm -f 374c3d8ae5cf288559c9eaa48a4d57957705d2896fe87a2294f09bbdb6b90e80 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 02:59:00 Stashed 24 file(s) [Pipeline] echo 02:59:00 [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] echo 02:59:00 Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [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 02:59:15 Still waiting to schedule task 02:59:15 Waiting for next available executor on ‘centos7-docker-4c-2g’ 02:59:15 Still waiting to schedule task 02:59:15 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 03:01:08 Running on prd-ubuntu18.04-docker-arm64-4c-16g-134 in /w/workspace/xfoundry_device-modbus-go_PR-162 [Pipeline] { [Pipeline] ws 03:01:08 Running in /w/workspace/device-modbus-go/2 [Pipeline] { [Pipeline] checkout 03:01:13 using credential edgex-jenkins-ssh 03:01:13 Cloning the remote Git repository 03:01:13 Cloning with configured refspecs honoured and without tags 03:01:14 Fetching without tags 03:01:13 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 03:01:14 > git init /w/workspace/device-modbus-go/2 # timeout=10 03:01:14 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 03:01:14 > git --version # timeout=10 03:01:14 > git --version # 'git version 2.17.1' 03:01:14 using GIT_SSH to set credentials SSH Credentials for GitHub 03:01:14 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/162/head:refs/remotes/origin/PR-162 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:01:14 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 03:01:14 > git config --add remote.origin.fetch +refs/pull/162/head:refs/remotes/origin/PR-162 # timeout=10 03:01:14 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 03:01:14 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 03:01:14 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 03:01:14 using GIT_SSH to set credentials SSH Credentials for GitHub 03:01:15 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/162/head:refs/remotes/origin/PR-162 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:01:15 Merging remotes/origin/master commit 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 into PR head commit af1ed75db15f4f7f561b0306b8bfd8d5137b3c01 03:01:15 Merge succeeded, producing af1ed75db15f4f7f561b0306b8bfd8d5137b3c01 03:01:15 Checking out Revision af1ed75db15f4f7f561b0306b8bfd8d5137b3c01 (PR-162) 03:01:15 > git config core.sparsecheckout # timeout=10 03:01:15 > git checkout -f af1ed75db15f4f7f561b0306b8bfd8d5137b3c01 # timeout=10 03:01:15 > git remote # timeout=10 03:01:15 > git config --get remote.origin.url # timeout=10 03:01:15 using GIT_SSH to set credentials SSH Credentials for GitHub 03:01:15 > git merge 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 # timeout=10 03:01:15 > git rev-parse HEAD^{commit} # timeout=10 03:01:15 > git config core.sparsecheckout # timeout=10 03:01:15 > git checkout -f af1ed75db15f4f7f561b0306b8bfd8d5137b3c01 # timeout=10 03:01:20 Commit message: "feat: Modify Modbus simulator to support device scaling" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 03:01:21 ========================================================= 03:01:21 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 03:01:21 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:01:22 + 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 . 03:01:22 Sending build context to Docker daemon 649.2kB 03:01:22 Step 1/8 : ARG BASE=golang:1.13-alpine 03:01:22 Step 2/8 : FROM ${BASE} 03:01:23 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:01:23 b538f80385f9: Pulling fs layer 03:01:23 74f711af9a0d: Pulling fs layer 03:01:23 99f96fe45779: Pulling fs layer 03:01:23 fd7a069fd194: Pulling fs layer 03:01:23 66aa3694b03b: Pulling fs layer 03:01:23 170f70906a0f: Pulling fs layer 03:01:23 ad7c5574e4b9: Pulling fs layer 03:01:23 e772456be8f7: Pulling fs layer 03:01:23 c890913d741a: Pulling fs layer 03:01:23 2480fcc9aa5a: Pulling fs layer 03:01:23 09adf4765672: Pulling fs layer 03:01:23 fd7a069fd194: Waiting 03:01:23 66aa3694b03b: Waiting 03:01:23 170f70906a0f: Waiting 03:01:23 ad7c5574e4b9: Waiting 03:01:23 e772456be8f7: Waiting 03:01:23 c890913d741a: Waiting 03:01:23 2480fcc9aa5a: Waiting 03:01:23 09adf4765672: Waiting 03:01:23 99f96fe45779: Verifying Checksum 03:01:23 99f96fe45779: Download complete 03:01:23 74f711af9a0d: Verifying Checksum 03:01:23 74f711af9a0d: Download complete 03:01:23 66aa3694b03b: Verifying Checksum 03:01:23 66aa3694b03b: Download complete 03:01:23 170f70906a0f: Verifying Checksum 03:01:23 170f70906a0f: Download complete 03:01:23 b538f80385f9: Verifying Checksum 03:01:23 b538f80385f9: Download complete 03:01:24 b538f80385f9: Pull complete 03:01:24 74f711af9a0d: Pull complete 03:01:25 99f96fe45779: Pull complete 03:01:26 ad7c5574e4b9: Verifying Checksum 03:01:26 ad7c5574e4b9: Download complete 03:01:26 c890913d741a: Verifying Checksum 03:01:26 c890913d741a: Download complete 03:01:28 e772456be8f7: Verifying Checksum 03:01:28 e772456be8f7: Download complete 03:01:28 09adf4765672: Verifying Checksum 03:01:28 09adf4765672: Download complete 03:01:28 2480fcc9aa5a: Download complete 03:01:28 fd7a069fd194: Verifying Checksum 03:01:28 fd7a069fd194: Download complete 03:01:38 Running on prd-centos7-docker-4c-2g-135 in /w/workspace/xfoundry_device-modbus-go_PR-162 [Pipeline] { [Pipeline] ws 03:01:38 Running in /w/workspace/device-modbus-go/2 [Pipeline] { [Pipeline] checkout 03:01:41 using credential edgex-jenkins-ssh 03:01:41 Cloning the remote Git repository 03:01:41 Cloning with configured refspecs honoured and without tags 03:01:41 fd7a069fd194: Pull complete 03:01:41 66aa3694b03b: Pull complete 03:01:41 170f70906a0f: Pull complete 03:01:41 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 03:01:41 > git init /w/workspace/device-modbus-go/2 # timeout=10 03:01:41 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 03:01:41 > git --version # timeout=10 03:01:41 > git --version # 'git version 2.16.5' 03:01:41 using GIT_SSH to set credentials SSH Credentials for GitHub 03:01:41 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/162/head:refs/remotes/origin/PR-162 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:01:42 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 03:01:42 > git config --add remote.origin.fetch +refs/pull/162/head:refs/remotes/origin/PR-162 # timeout=10 03:01:42 Fetching without tags 03:01:42 Merging remotes/origin/master commit 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 into PR head commit af1ed75db15f4f7f561b0306b8bfd8d5137b3c01 03:01:42 Merge succeeded, producing af1ed75db15f4f7f561b0306b8bfd8d5137b3c01 03:01:42 Checking out Revision af1ed75db15f4f7f561b0306b8bfd8d5137b3c01 (PR-162) 03:01:42 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 03:01:42 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 03:01:42 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 03:01:42 using GIT_SSH to set credentials SSH Credentials for GitHub 03:01:42 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/162/head:refs/remotes/origin/PR-162 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:01:42 > git config core.sparsecheckout # timeout=10 03:01:42 > git checkout -f af1ed75db15f4f7f561b0306b8bfd8d5137b3c01 # timeout=10 03:01:42 > git remote # timeout=10 03:01:42 > git config --get remote.origin.url # timeout=10 03:01:42 using GIT_SSH to set credentials SSH Credentials for GitHub 03:01:42 > git merge 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 # timeout=10 03:01:42 > git rev-parse HEAD^{commit} # timeout=10 03:01:42 > git config core.sparsecheckout # timeout=10 03:01:42 > git checkout -f af1ed75db15f4f7f561b0306b8bfd8d5137b3c01 # timeout=10 03:01:44 ad7c5574e4b9: Pull complete 03:01:46 Commit message: "feat: Modify Modbus simulator to support device scaling" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 03:01:47 ========================================================= 03:01:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 03:01:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:01:47 + 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 . 03:01:48 Sending build context to Docker daemon 649.2kB 03:01:48 Step 1/8 : ARG BASE=golang:1.13-alpine 03:01:48 Step 2/8 : FROM ${BASE} 03:01:48 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 03:01:48 df20fa9351a1: Pulling fs layer 03:01:48 ed8968b2872e: Pulling fs layer 03:01:48 a92cc7c5fd73: Pulling fs layer 03:01:48 2dd03ba5bac4: Pulling fs layer 03:01:48 1e091d79d1de: Pulling fs layer 03:01:48 481702a1767f: Pulling fs layer 03:01:48 f64a6f60c768: Pulling fs layer 03:01:48 e78d2573fc39: Pulling fs layer 03:01:48 e876d2f968b6: Pulling fs layer 03:01:48 ce8a83651883: Pulling fs layer 03:01:48 07967f4d0e4b: Pulling fs layer 03:01:48 1e091d79d1de: Waiting 03:01:48 481702a1767f: Waiting 03:01:48 f64a6f60c768: Waiting 03:01:48 e78d2573fc39: Waiting 03:01:48 e876d2f968b6: Waiting 03:01:48 ce8a83651883: Waiting 03:01:48 07967f4d0e4b: Waiting 03:01:48 2dd03ba5bac4: Waiting 03:01:48 a92cc7c5fd73: Download complete 03:01:48 ed8968b2872e: Download complete 03:01:48 1e091d79d1de: Verifying Checksum 03:01:48 1e091d79d1de: Download complete 03:01:48 481702a1767f: Verifying Checksum 03:01:48 481702a1767f: Download complete 03:01:48 df20fa9351a1: Verifying Checksum 03:01:48 df20fa9351a1: Download complete 03:01:48 df20fa9351a1: Pull complete 03:01:49 e772456be8f7: Pull complete 03:01:49 c890913d741a: Pull complete 03:01:49 f64a6f60c768: Verifying Checksum 03:01:49 f64a6f60c768: Download complete 03:01:49 e876d2f968b6: Verifying Checksum 03:01:49 e876d2f968b6: Download complete 03:01:49 2dd03ba5bac4: Verifying Checksum 03:01:49 2dd03ba5bac4: Download complete 03:01:50 e78d2573fc39: Verifying Checksum 03:01:50 e78d2573fc39: Download complete 03:01:50 07967f4d0e4b: Verifying Checksum 03:01:50 07967f4d0e4b: Download complete 03:01:50 ce8a83651883: Verifying Checksum 03:01:50 ce8a83651883: Download complete 03:01:51 ed8968b2872e: Pull complete 03:01:51 2480fcc9aa5a: Pull complete 03:01:51 a92cc7c5fd73: Pull complete 03:01:51 09adf4765672: Pull complete 03:01:51 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 03:01:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 03:01:51 ---> 2248a725d1cf 03:01:51 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 03:01:57 ---> Running in 2de02d58e610 03:01:57 Removing intermediate container 2de02d58e610 03:01:57 ---> 12b7ac31fd67 03:01:57 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:01:57 ---> Running in 4d09513a8bea 03:01:58 2dd03ba5bac4: Pull complete 03:01:58 1e091d79d1de: Pull complete 03:01:58 481702a1767f: Pull complete 03:01:59 Removing intermediate container 4d09513a8bea 03:01:59 ---> a01f7ce418ca 03:01:59 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 03:01:59 ---> Running in 348e7f1779c6 03:02:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:02:04 f64a6f60c768: Pull complete 03:02:07 e78d2573fc39: Pull complete 03:02:07 e876d2f968b6: Pull complete 03:02:09 ce8a83651883: Pull complete 03:02:09 07967f4d0e4b: Pull complete 03:02:09 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 03:02:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 03:02:09 ---> 5d7c900382c6 03:02:09 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 03:02:10 ---> Running in 62baa454355f 03:02:10 Removing intermediate container 62baa454355f 03:02:10 ---> 4bc39d073802 03:02:10 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:02:10 ---> Running in c7565ae1ea22 03:02:12 Removing intermediate container c7565ae1ea22 03:02:12 ---> 520a0b78c085 03:02:12 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 03:02:12 ---> Running in b1680045a899 03:02:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:04:23 WARNING: Ignoring http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz: operation timed out 03:04:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:04:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:04:34 WARNING: Ignoring http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz: operation timed out 03:06:29 WARNING: Ignoring http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz: operation timed out 03:06:29 ERROR: unsatisfiable constraints: 03:06:29  build-base (missing): 03:06:29 required by: world[build-base] 03:06:29 openssh (missing): 03:06:29 required by: world[openssh] 03:06:29 The command '/bin/sh -c apk add --update --no-cache make git openssh build-base' returned a non-zero code: 2 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 03:06:31 Failed in branch arm64 03:06:40 WARNING: Ignoring http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz: operation timed out 03:06:40 ERROR: unsatisfiable constraints: 03:06:40  build-base (missing): 03:06:40 required by: world[build-base] 03:06:40 openssh (missing): 03:06:40 required by: world[openssh] 03:06:40 The command '/bin/sh -c apk add --update --no-cache make git openssh build-base' returned a non-zero code: 2 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 03:06:42 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 03:06:44 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:06:45 ---> package-listing.sh 03:06:45 ++ facter osfamily 03:06:45 ++ tr '[:upper:]' '[:lower:]' 03:06:45 + OS_FAMILY=redhat 03:06:45 + workspace=/w/workspace/xfoundry_device-modbus-go_PR-162 03:06:45 + START_PACKAGES=/tmp/packages_start.txt 03:06:45 + END_PACKAGES=/tmp/packages_end.txt 03:06:45 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:06:45 + PACKAGES=/tmp/packages_start.txt 03:06:45 + '[' /w/workspace/xfoundry_device-modbus-go_PR-162 ']' 03:06:45 + PACKAGES=/tmp/packages_end.txt 03:06:45 + case "${OS_FAMILY}" in 03:06:45 + rpm -qa 03:06:45 + sort 03:06:50 + '[' -f /tmp/packages_start.txt ']' 03:06:50 + '[' -f /tmp/packages_end.txt ']' 03:06:50 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:06:50 + '[' /w/workspace/xfoundry_device-modbus-go_PR-162 ']' 03:06:50 + mkdir -p /w/workspace/xfoundry_device-modbus-go_PR-162/archives/ 03:06:50 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_PR-162/archives/ [Pipeline] isUnix [Pipeline] sh 03:06:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:06:51 03:06:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:06:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:06:52 alpine: Pulling from edgex-lftools-log-publisher 03:06:52 c9b1b535fdd9: Pulling fs layer 03:06:52 2cc5ad85d9ab: Pulling fs layer 03:06:52 756a868c4378: Pulling fs layer 03:06:52 444b2fc9a129: Pulling fs layer 03:06:52 ea15f1150254: Pulling fs layer 03:06:52 41b27a9f41bf: Pulling fs layer 03:06:52 28c525ee5125: Pulling fs layer 03:06:52 094b1ea09ed8: Pulling fs layer 03:06:52 138eaada9080: Pulling fs layer 03:06:52 0622d0fa9048: Pulling fs layer 03:06:52 41b27a9f41bf: Waiting 03:06:52 28c525ee5125: Waiting 03:06:52 094b1ea09ed8: Waiting 03:06:52 138eaada9080: Waiting 03:06:52 444b2fc9a129: Waiting 03:06:52 ea15f1150254: Waiting 03:06:52 0622d0fa9048: Waiting 03:06:52 2cc5ad85d9ab: Download complete 03:06:52 444b2fc9a129: Verifying Checksum 03:06:52 444b2fc9a129: Download complete 03:06:52 c9b1b535fdd9: Verifying Checksum 03:06:52 c9b1b535fdd9: Download complete 03:06:52 ea15f1150254: Verifying Checksum 03:06:52 ea15f1150254: Download complete 03:06:52 28c525ee5125: Verifying Checksum 03:06:52 28c525ee5125: Download complete 03:06:53 c9b1b535fdd9: Pull complete 03:06:53 2cc5ad85d9ab: Pull complete 03:06:53 756a868c4378: Verifying Checksum 03:06:53 756a868c4378: Download complete 03:06:54 138eaada9080: Verifying Checksum 03:06:54 138eaada9080: Download complete 03:06:54 0622d0fa9048: Verifying Checksum 03:06:54 0622d0fa9048: Download complete 03:06:54 094b1ea09ed8: Verifying Checksum 03:06:54 094b1ea09ed8: Download complete 03:06:55 41b27a9f41bf: Verifying Checksum 03:06:55 41b27a9f41bf: Download complete 03:06:56 756a868c4378: Pull complete 03:06:56 444b2fc9a129: Pull complete 03:06:56 ea15f1150254: Pull complete 03:07:03 41b27a9f41bf: Pull complete 03:07:03 28c525ee5125: Pull complete 03:07:07 094b1ea09ed8: Pull complete 03:07:07 138eaada9080: Pull complete 03:07:07 0622d0fa9048: Pull complete 03:07:07 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 03:07:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:07:07 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:07:07 prd-centos7-docker-4c-2g-133 does not seem to be running inside a container 03:07:07 $ 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-162 -v /w/workspace/xfoundry_device-modbus-go_PR-162:/w/workspace/xfoundry_device-modbus-go_PR-162:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-162@tmp:/w/workspace/xfoundry_device-modbus-go_PR-162@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 03:07:10 $ docker top 20e0e192d054f38c65c59462d1165661b7cbe0eb3746e690d071c57177929389 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:07:10 provisioning config files... 03:07:10 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-162@tmp/config2669761122799457763tmp [Pipeline] { [Pipeline] echo 03:07:11 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:07:11 ---> create-netrc.sh [Pipeline] echo 03:07:11 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:07:11 ---> logs-deploy.sh 03:07:11 + ARCHIVE_ARTIFACTS= 03:07:11 + LOGS_SERVER=https://logs.edgexfoundry.org 03:07:11 + '[' https://logs.edgexfoundry.org == None ']' 03:07:11 + NEXUS_URL=https://nexus.edgexfoundry.org 03:07:11 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-162/2 03:07:11 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/PR-162/2/ 03:07:11 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-162/2 /w/workspace/xfoundry_device-modbus-go_PR-162 03:07:13 Archives upload complete. 03:07:13 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-162/2 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/PR-162/2/