Pull request #134 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/device-modbus-go Obtained Jenkinsfile from f89f38928718284bb6d85e2d507de27c5cb72ae0+30534e99e394efc00c176be032a98ac6c7eba5ce (8e13a5b658ccc5109decfa29d9f801901a4251fc) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Examining edgexfoundry/edgex-global-pipelines Attempting to resolve stable as a branch Attempting to resolve stable as a tag Resolved stable as tag stable at revision c26106ffa7303c9cfaed1787c18b3b6a39928acb using credential edgex-jenkins-access-pat Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository https://github.com/edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-modbus-go/branches/PR-134/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/tags/stable:refs/tags/stable # timeout=10 > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 Checking out Revision c26106ffa7303c9cfaed1787c18b3b6a39928acb (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f c26106ffa7303c9cfaed1787c18b3b6a39928acb # timeout=10 Commit message: "Merge pull request #139 from ernestojeda/use-cache-image" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-modbus-go, goVersion:1.13] ========================================================= [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/ [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-2483’ Running on prd-centos7-docker-4c-2g-2490 in /w/workspace/xfoundry_device-modbus-go_PR-134 [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 Fetching without tags Cloning repository git@github.com:edgexfoundry/device-modbus-go.git > git init /w/workspace/xfoundry_device-modbus-go_PR-134 # 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/134/head:refs/remotes/origin/PR-134 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/134/head:refs/remotes/origin/PR-134 # 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 Merging remotes/origin/master commit 30534e99e394efc00c176be032a98ac6c7eba5ce into PR head commit f89f38928718284bb6d85e2d507de27c5cb72ae0 Merge succeeded, producing f89f38928718284bb6d85e2d507de27c5cb72ae0 Checking out Revision f89f38928718284bb6d85e2d507de27c5cb72ae0 (PR-134) > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/134/head:refs/remotes/origin/PR-134 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f89f38928718284bb6d85e2d507de27c5cb72ae0 # 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 30534e99e394efc00c176be032a98ac6c7eba5ce # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f89f38928718284bb6d85e2d507de27c5cb72ae0 # timeout=10 Commit message: "Refactor source code for building the Modbus simulator image Use protocol, port as parameters to run Modbus TCP or Modbus RTU simulator." First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object c26106ffa7303c9cfaed1787c18b3b6a39928acb [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-04-07T03:24:12.381Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-04-07T03:24:14.818Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-04-07T03:24:15.080Z] [2020-04-07T03:24:15.080Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-04-07T03:24:15.476Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-04-07T03:24:15.477Z] latest: Pulling from edgex-devops/git-semver [2020-04-07T03:24:15.477Z] 9123ac7c32f7: Pulling fs layer [2020-04-07T03:24:15.477Z] b8cc5d1170e3: Pulling fs layer [2020-04-07T03:24:15.477Z] 2924cbbf6a41: Pulling fs layer [2020-04-07T03:24:15.477Z] 93b08a4f1073: Pulling fs layer [2020-04-07T03:24:15.477Z] 93b08a4f1073: Waiting [2020-04-07T03:24:15.477Z] b8cc5d1170e3: Verifying Checksum [2020-04-07T03:24:15.477Z] b8cc5d1170e3: Download complete [2020-04-07T03:24:15.742Z] 9123ac7c32f7: Verifying Checksum [2020-04-07T03:24:15.742Z] 9123ac7c32f7: Download complete [2020-04-07T03:24:15.742Z] 93b08a4f1073: Verifying Checksum [2020-04-07T03:24:15.742Z] 93b08a4f1073: Download complete [2020-04-07T03:24:15.742Z] 2924cbbf6a41: Verifying Checksum [2020-04-07T03:24:15.742Z] 2924cbbf6a41: Download complete [2020-04-07T03:24:16.005Z] 9123ac7c32f7: Pull complete [2020-04-07T03:24:16.005Z] b8cc5d1170e3: Pull complete [2020-04-07T03:24:16.952Z] 2924cbbf6a41: Pull complete [2020-04-07T03:24:17.224Z] 93b08a4f1073: Pull complete [2020-04-07T03:24:17.224Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-04-07T03:24:17.224Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-04-07T03:24:17.457Z] prd-centos7-docker-4c-2g-2490 does not seem to be running inside a container [2020-04-07T03:24:17.511Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_PR-134 -v /w/workspace/xfoundry_device-modbus-go_PR-134:/w/workspace/xfoundry_device-modbus-go_PR-134:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-134@tmp:/w/workspace/xfoundry_device-modbus-go_PR-134@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-04-07T03:24:18.123Z] $ docker top 660054c38483f555c7e041e3b5a8122f26ba8b57f1ccf4d609fc3decc341eb28 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-04-07T03:24:18.479Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-04-07T03:24:18.479Z] [ssh-agent] Looking for ssh-agent implementation... [2020-04-07T03:24:18.733Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-04-07T03:24:18.735Z] $ docker exec 660054c38483f555c7e041e3b5a8122f26ba8b57f1ccf4d609fc3decc341eb28 ssh-agent [2020-04-07T03:24:18.946Z] SSH_AUTH_SOCK=/tmp/ssh-Q7cDVi8vKuGS/agent.15 [2020-04-07T03:24:18.946Z] SSH_AGENT_PID=21 [2020-04-07T03:24:18.955Z] Running ssh-add (command line suppressed) [2020-04-07T03:24:19.126Z] Identity added: /w/workspace/xfoundry_device-modbus-go_PR-134@tmp/private_key_4029851475571242856.key (/w/workspace/xfoundry_device-modbus-go_PR-134@tmp/private_key_4029851475571242856.key) [2020-04-07T03:24:19.189Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-04-07T03:24:19.544Z] + git describe --exact-match --tags HEAD [2020-04-07T03:24:19.544Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-04-07T03:24:19.621Z] $ docker exec --env ******** --env ******** 660054c38483f555c7e041e3b5a8122f26ba8b57f1ccf4d609fc3decc341eb28 ssh-agent -k [2020-04-07T03:24:19.832Z] unset SSH_AUTH_SOCK; [2020-04-07T03:24:19.833Z] unset SSH_AGENT_PID; [2020-04-07T03:24:19.833Z] echo Agent pid 21 killed; [2020-04-07T03:24:19.909Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-04-07T03:24:20.039Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-04-07T03:24:20.039Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-04-07T03:24:20.128Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-04-07T03:24:20.128Z] [ssh-agent] Looking for ssh-agent implementation... [2020-04-07T03:24:20.352Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-04-07T03:24:20.354Z] $ docker exec 660054c38483f555c7e041e3b5a8122f26ba8b57f1ccf4d609fc3decc341eb28 ssh-agent [2020-04-07T03:24:20.595Z] SSH_AUTH_SOCK=/tmp/ssh-zTGng7lHGmX6/agent.55 [2020-04-07T03:24:20.595Z] SSH_AGENT_PID=62 [2020-04-07T03:24:20.601Z] Running ssh-add (command line suppressed) [2020-04-07T03:24:20.781Z] Identity added: /w/workspace/xfoundry_device-modbus-go_PR-134@tmp/private_key_4852466916061545421.key (/w/workspace/xfoundry_device-modbus-go_PR-134@tmp/private_key_4852466916061545421.key) [2020-04-07T03:24:20.853Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-04-07T03:24:21.234Z] + git semver init [2020-04-07T03:24:21.234Z] # -> Open(): unable to determine branch for HEAD [2020-04-07T03:24:21.234Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_PR-134/.git [2020-04-07T03:24:21.234Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_PR-134 [2020-04-07T03:24:21.234Z] # $SEMVER_REMOTE_NAME = origin [2020-04-07T03:24:21.234Z] # $SEMVER_USER_EMAIL = jenkins@edgexfoundry.org [2020-04-07T03:24:21.234Z] # $SEMVER_USER_NAME = jenkins [2020-04-07T03:24:21.234Z] # $SEMVER_BRANCH = PR-134 [2020-04-07T03:24:21.234Z] # $SEMVER_TEMP = /tmp/semver-635619825 [2020-04-07T03:24:21.234Z] # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP [2020-04-07T03:24:21.807Z] # '/tmp/semver-635619825' -> '/w/workspace/xfoundry_device-modbus-go_PR-134/.semver' [2020-04-07T03:24:21.807Z] # -> Force: false [2020-04-07T03:24:21.807Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_PR-134/.semver [Pipeline] } [2020-04-07T03:24:21.827Z] $ docker exec --env ******** --env ******** 660054c38483f555c7e041e3b5a8122f26ba8b57f1ccf4d609fc3decc341eb28 ssh-agent -k [2020-04-07T03:24:22.048Z] unset SSH_AUTH_SOCK; [2020-04-07T03:24:22.048Z] unset SSH_AGENT_PID; [2020-04-07T03:24:22.048Z] echo Agent pid 62 killed; [2020-04-07T03:24:22.104Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-04-07T03:24:22.646Z] + git semver [Pipeline] } [2020-04-07T03:24:22.671Z] $ docker stop --time=1 660054c38483f555c7e041e3b5a8122f26ba8b57f1ccf4d609fc3decc341eb28 [2020-04-07T03:24:24.105Z] $ docker rm -f 660054c38483f555c7e041e3b5a8122f26ba8b57f1ccf4d609fc3decc341eb28 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-04-07T03:24:25.046Z] Stashed 21 file(s) [Pipeline] echo [2020-04-07T03:24:25.086Z] [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-04-07T03:24:40.516Z] Still waiting to schedule task [2020-04-07T03:24:40.516Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-04-07T03:24:40.535Z] Still waiting to schedule task [2020-04-07T03:24:40.535Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-04-07T03:26:30.899Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2491 in /w/workspace/xfoundry_device-modbus-go_PR-134 [Pipeline] { [Pipeline] ws [2020-04-07T03:26:30.967Z] Running in /w/workspace/device-modbus-go/1 [Pipeline] { [Pipeline] checkout [2020-04-07T03:26:36.188Z] using credential edgex-jenkins-ssh [2020-04-07T03:26:36.238Z] Cloning the remote Git repository [2020-04-07T03:26:36.238Z] Cloning with configured refspecs honoured and without tags [2020-04-07T03:26:37.338Z] Fetching without tags [2020-04-07T03:26:36.294Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-04-07T03:26:36.388Z] > git init /w/workspace/device-modbus-go/1 # timeout=10 [2020-04-07T03:26:36.469Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-04-07T03:26:36.471Z] > git --version # timeout=10 [2020-04-07T03:26:36.493Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-07T03:26:36.567Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/134/head:refs/remotes/origin/PR-134 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-07T03:26:37.234Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-04-07T03:26:37.279Z] > git config --add remote.origin.fetch +refs/pull/134/head:refs/remotes/origin/PR-134 # timeout=10 [2020-04-07T03:26:37.297Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-07T03:26:37.320Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-04-07T03:26:37.345Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-04-07T03:26:37.346Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-07T03:26:37.366Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/134/head:refs/remotes/origin/PR-134 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-07T03:26:37.824Z] Merging remotes/origin/master commit 30534e99e394efc00c176be032a98ac6c7eba5ce into PR head commit f89f38928718284bb6d85e2d507de27c5cb72ae0 [2020-04-07T03:26:38.237Z] Merge succeeded, producing f89f38928718284bb6d85e2d507de27c5cb72ae0 [2020-04-07T03:26:38.237Z] Checking out Revision f89f38928718284bb6d85e2d507de27c5cb72ae0 (PR-134) [2020-04-07T03:26:37.840Z] > git config core.sparsecheckout # timeout=10 [2020-04-07T03:26:37.863Z] > git checkout -f f89f38928718284bb6d85e2d507de27c5cb72ae0 # timeout=10 [2020-04-07T03:26:37.936Z] > git remote # timeout=10 [2020-04-07T03:26:38.160Z] > git config --get remote.origin.url # timeout=10 [2020-04-07T03:26:38.189Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-07T03:26:38.200Z] > git merge 30534e99e394efc00c176be032a98ac6c7eba5ce # timeout=10 [2020-04-07T03:26:38.220Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-04-07T03:26:38.240Z] > git config core.sparsecheckout # timeout=10 [2020-04-07T03:26:38.273Z] > git checkout -f f89f38928718284bb6d85e2d507de27c5cb72ae0 # timeout=10 [2020-04-07T03:26:42.826Z] Commit message: "Refactor source code for building the Modbus simulator image Use protocol, port as parameters to run Modbus TCP or Modbus RTU simulator." [2020-04-07T03:26:42.877Z] > git --version # timeout=10 [2020-04-07T03:26:42.901Z] fatal: bad object c26106ffa7303c9cfaed1787c18b3b6a39928acb [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-04-07T03:26:44.139Z] ========================================================= [2020-04-07T03:26:44.139Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-04-07T03:26:44.139Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-04-07T03:26:45.067Z] + 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-04-07T03:26:46.046Z] Sending build context to Docker daemon 553.5kB [2020-04-07T03:26:46.046Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-04-07T03:26:46.046Z] Step 2/8 : FROM ${BASE} [2020-04-07T03:26:46.319Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-04-07T03:26:46.320Z] cde5963f3b93: Pulling fs layer [2020-04-07T03:26:46.320Z] 2a23fa8c16f7: Pulling fs layer [2020-04-07T03:26:46.320Z] 777b28850792: Pulling fs layer [2020-04-07T03:26:46.320Z] 8a11ddd9e578: Pulling fs layer [2020-04-07T03:26:46.320Z] 4cf88f913ddb: Pulling fs layer [2020-04-07T03:26:46.320Z] 1df406cf5192: Pulling fs layer [2020-04-07T03:26:46.320Z] cd6300453558: Pulling fs layer [2020-04-07T03:26:46.320Z] b9c365052c96: Pulling fs layer [2020-04-07T03:26:46.320Z] a2d8cc88f415: Pulling fs layer [2020-04-07T03:26:46.320Z] ea1d1ca13537: Pulling fs layer [2020-04-07T03:26:46.320Z] 3750a50a1c5e: Pulling fs layer [2020-04-07T03:26:46.320Z] 8a11ddd9e578: Waiting [2020-04-07T03:26:46.320Z] 4cf88f913ddb: Waiting [2020-04-07T03:26:46.320Z] b9c365052c96: Waiting [2020-04-07T03:26:46.320Z] 1df406cf5192: Waiting [2020-04-07T03:26:46.320Z] a2d8cc88f415: Waiting [2020-04-07T03:26:46.320Z] cd6300453558: Waiting [2020-04-07T03:26:46.320Z] ea1d1ca13537: Waiting [2020-04-07T03:26:46.320Z] 3750a50a1c5e: Waiting [2020-04-07T03:26:46.598Z] 777b28850792: Verifying Checksum [2020-04-07T03:26:46.598Z] 777b28850792: Download complete [2020-04-07T03:26:46.598Z] 2a23fa8c16f7: Verifying Checksum [2020-04-07T03:26:46.598Z] 2a23fa8c16f7: Download complete [2020-04-07T03:26:46.598Z] 4cf88f913ddb: Verifying Checksum [2020-04-07T03:26:46.598Z] 4cf88f913ddb: Download complete [2020-04-07T03:26:46.598Z] 1df406cf5192: Verifying Checksum [2020-04-07T03:26:46.598Z] 1df406cf5192: Download complete [2020-04-07T03:26:46.877Z] cde5963f3b93: Verifying Checksum [2020-04-07T03:26:46.877Z] cde5963f3b93: Download complete [2020-04-07T03:26:47.469Z] cde5963f3b93: Pull complete [2020-04-07T03:26:48.459Z] 2a23fa8c16f7: Pull complete [2020-04-07T03:26:48.459Z] 777b28850792: Pull complete [2020-04-07T03:26:51.075Z] cd6300453558: Verifying Checksum [2020-04-07T03:26:51.075Z] cd6300453558: Download complete [2020-04-07T03:26:51.075Z] a2d8cc88f415: Verifying Checksum [2020-04-07T03:26:51.075Z] a2d8cc88f415: Download complete [2020-04-07T03:26:52.718Z] Running on prd-centos7-docker-4c-2g-2492 in /w/workspace/xfoundry_device-modbus-go_PR-134 [Pipeline] { [Pipeline] ws [2020-04-07T03:26:52.787Z] Running in /w/workspace/device-modbus-go/1 [Pipeline] { [Pipeline] checkout [2020-04-07T03:26:53.092Z] ea1d1ca13537: Verifying Checksum [2020-04-07T03:26:53.092Z] ea1d1ca13537: Download complete [2020-04-07T03:26:53.684Z] 3750a50a1c5e: Verifying Checksum [2020-04-07T03:26:53.684Z] 3750a50a1c5e: Download complete [2020-04-07T03:26:54.985Z] using credential edgex-jenkins-ssh [2020-04-07T03:26:55.024Z] Cloning the remote Git repository [2020-04-07T03:26:55.024Z] Cloning with configured refspecs honoured and without tags [2020-04-07T03:26:53.928Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-04-07T03:26:53.963Z] > git init /w/workspace/device-modbus-go/1 # timeout=10 [2020-04-07T03:26:54.002Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-04-07T03:26:54.003Z] > git --version # timeout=10 [2020-04-07T03:26:54.009Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-07T03:26:54.035Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/134/head:refs/remotes/origin/PR-134 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-07T03:26:55.604Z] Fetching without tags [2020-04-07T03:26:55.958Z] Merging remotes/origin/master commit 30534e99e394efc00c176be032a98ac6c7eba5ce into PR head commit f89f38928718284bb6d85e2d507de27c5cb72ae0 [2020-04-07T03:26:56.033Z] Merge succeeded, producing f89f38928718284bb6d85e2d507de27c5cb72ae0 [2020-04-07T03:26:56.033Z] Checking out Revision f89f38928718284bb6d85e2d507de27c5cb72ae0 (PR-134) [2020-04-07T03:26:56.278Z] b9c365052c96: Verifying Checksum [2020-04-07T03:26:56.278Z] b9c365052c96: Download complete [2020-04-07T03:26:55.573Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-04-07T03:26:55.580Z] > git config --add remote.origin.fetch +refs/pull/134/head:refs/remotes/origin/PR-134 # timeout=10 [2020-04-07T03:26:55.586Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-07T03:26:55.598Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-04-07T03:26:55.610Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-04-07T03:26:55.610Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-07T03:26:55.614Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/134/head:refs/remotes/origin/PR-134 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-07T03:26:55.966Z] > git config core.sparsecheckout # timeout=10 [2020-04-07T03:26:55.971Z] > git checkout -f f89f38928718284bb6d85e2d507de27c5cb72ae0 # timeout=10 [2020-04-07T03:26:56.001Z] > git remote # timeout=10 [2020-04-07T03:26:56.009Z] > git config --get remote.origin.url # timeout=10 [2020-04-07T03:26:56.014Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-07T03:26:56.017Z] > git merge 30534e99e394efc00c176be032a98ac6c7eba5ce # timeout=10 [2020-04-07T03:26:56.025Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-04-07T03:26:56.043Z] > git config core.sparsecheckout # timeout=10 [2020-04-07T03:26:56.049Z] > git checkout -f f89f38928718284bb6d85e2d507de27c5cb72ae0 # timeout=10 [2020-04-07T03:26:57.694Z] 8a11ddd9e578: Download complete [2020-04-07T03:26:59.888Z] Commit message: "Refactor source code for building the Modbus simulator image Use protocol, port as parameters to run Modbus TCP or Modbus RTU simulator." [2020-04-07T03:26:59.916Z] > git --version # timeout=10 [2020-04-07T03:26:59.924Z] fatal: bad object c26106ffa7303c9cfaed1787c18b3b6a39928acb [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-04-07T03:27:01.052Z] ========================================================= [2020-04-07T03:27:01.052Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-04-07T03:27:01.052Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-04-07T03:27:01.807Z] + 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-04-07T03:27:01.807Z] Sending build context to Docker daemon 553.5kB [2020-04-07T03:27:01.807Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-04-07T03:27:01.807Z] Step 2/8 : FROM ${BASE} [2020-04-07T03:27:02.074Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-04-07T03:27:02.074Z] e6b0cf9c0882: Pulling fs layer [2020-04-07T03:27:02.074Z] 2848faf0eed1: Pulling fs layer [2020-04-07T03:27:02.074Z] 0f37312ad70f: Pulling fs layer [2020-04-07T03:27:02.074Z] 5788d62ee057: Pulling fs layer [2020-04-07T03:27:02.074Z] 0e6b1d234666: Pulling fs layer [2020-04-07T03:27:02.074Z] bf5d7aec512f: Pulling fs layer [2020-04-07T03:27:02.074Z] 34c802a77dc8: Pulling fs layer [2020-04-07T03:27:02.074Z] 9eb99e56ec68: Pulling fs layer [2020-04-07T03:27:02.074Z] 27c7a5d97fbd: Pulling fs layer [2020-04-07T03:27:02.074Z] 5c102a31e300: Pulling fs layer [2020-04-07T03:27:02.074Z] dcfb455df0a1: Pulling fs layer [2020-04-07T03:27:02.074Z] 34c802a77dc8: Waiting [2020-04-07T03:27:02.074Z] 5788d62ee057: Waiting [2020-04-07T03:27:02.074Z] 9eb99e56ec68: Waiting [2020-04-07T03:27:02.074Z] 27c7a5d97fbd: Waiting [2020-04-07T03:27:02.074Z] 5c102a31e300: Waiting [2020-04-07T03:27:02.074Z] dcfb455df0a1: Waiting [2020-04-07T03:27:02.074Z] 0e6b1d234666: Waiting [2020-04-07T03:27:02.074Z] bf5d7aec512f: Waiting [2020-04-07T03:27:02.074Z] 0f37312ad70f: Verifying Checksum [2020-04-07T03:27:02.074Z] 0f37312ad70f: Download complete [2020-04-07T03:27:02.074Z] 2848faf0eed1: Download complete [2020-04-07T03:27:02.074Z] 0e6b1d234666: Verifying Checksum [2020-04-07T03:27:02.074Z] 0e6b1d234666: Download complete [2020-04-07T03:27:02.074Z] bf5d7aec512f: Verifying Checksum [2020-04-07T03:27:02.074Z] bf5d7aec512f: Download complete [2020-04-07T03:27:02.074Z] e6b0cf9c0882: Verifying Checksum [2020-04-07T03:27:02.074Z] e6b0cf9c0882: Download complete [2020-04-07T03:27:02.345Z] e6b0cf9c0882: Pull complete [2020-04-07T03:27:02.609Z] 2848faf0eed1: Pull complete [2020-04-07T03:27:02.872Z] 34c802a77dc8: Verifying Checksum [2020-04-07T03:27:02.872Z] 34c802a77dc8: Download complete [2020-04-07T03:27:02.872Z] 27c7a5d97fbd: Verifying Checksum [2020-04-07T03:27:02.872Z] 27c7a5d97fbd: Download complete [2020-04-07T03:27:03.453Z] 9eb99e56ec68: Verifying Checksum [2020-04-07T03:27:03.453Z] 9eb99e56ec68: Download complete [2020-04-07T03:27:03.453Z] 5c102a31e300: Verifying Checksum [2020-04-07T03:27:03.453Z] 5c102a31e300: Download complete [2020-04-07T03:27:03.453Z] dcfb455df0a1: Verifying Checksum [2020-04-07T03:27:03.453Z] dcfb455df0a1: Download complete [2020-04-07T03:27:03.712Z] 5788d62ee057: Download complete [2020-04-07T03:27:03.971Z] 0f37312ad70f: Pull complete [2020-04-07T03:27:08.354Z] 8a11ddd9e578: Pull complete [2020-04-07T03:27:08.354Z] 4cf88f913ddb: Pull complete [2020-04-07T03:27:08.624Z] 1df406cf5192: Pull complete [2020-04-07T03:27:09.624Z] 5788d62ee057: Pull complete [2020-04-07T03:27:09.624Z] 0e6b1d234666: Pull complete [2020-04-07T03:27:09.624Z] bf5d7aec512f: Pull complete [2020-04-07T03:27:12.903Z] cd6300453558: Pull complete [2020-04-07T03:27:16.200Z] 34c802a77dc8: Pull complete [2020-04-07T03:27:17.181Z] b9c365052c96: Pull complete [2020-04-07T03:27:17.454Z] a2d8cc88f415: Pull complete [2020-04-07T03:27:18.743Z] 9eb99e56ec68: Pull complete [2020-04-07T03:27:18.743Z] 27c7a5d97fbd: Pull complete [2020-04-07T03:27:19.310Z] 5c102a31e300: Pull complete [2020-04-07T03:27:19.413Z] ea1d1ca13537: Pull complete [2020-04-07T03:27:19.569Z] dcfb455df0a1: Pull complete [2020-04-07T03:27:19.569Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-04-07T03:27:19.569Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-04-07T03:27:19.569Z] ---> 7c70fe431013 [2020-04-07T03:27:19.569Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-04-07T03:27:19.569Z] ---> Running in f8770d5da0b7 [2020-04-07T03:27:19.688Z] 3750a50a1c5e: Pull complete [2020-04-07T03:27:19.688Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-04-07T03:27:19.688Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-04-07T03:27:19.688Z] ---> 78745c68409d [2020-04-07T03:27:19.688Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-04-07T03:27:19.830Z] Removing intermediate container f8770d5da0b7 [2020-04-07T03:27:19.830Z] ---> c764fc1e58be [2020-04-07T03:27:19.830Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-04-07T03:27:19.830Z] ---> Running in 76465a06f1ec [2020-04-07T03:27:20.766Z] Removing intermediate container 76465a06f1ec [2020-04-07T03:27:20.766Z] ---> 233b3673e63c [2020-04-07T03:27:20.766Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-04-07T03:27:20.766Z] ---> Running in c1264ff4367c [2020-04-07T03:27:21.703Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-04-07T03:27:22.270Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-04-07T03:27:22.836Z] (1/17) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) [2020-04-07T03:27:23.403Z] (2/17) Installing libmagic (5.37-r1) [2020-04-07T03:27:23.661Z] (3/17) Installing file (5.37-r1) [2020-04-07T03:27:23.661Z] (4/17) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) [2020-04-07T03:27:23.661Z] (5/17) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) [2020-04-07T03:27:23.920Z] (6/17) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) [2020-04-07T03:27:25.070Z] ---> Running in 81418495ccd5 [2020-04-07T03:27:25.070Z] Removing intermediate container 81418495ccd5 [2020-04-07T03:27:25.070Z] ---> 2ac6d685bbed [2020-04-07T03:27:25.070Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-04-07T03:27:25.070Z] ---> Running in e785dd66bca3 [2020-04-07T03:27:27.026Z] Removing intermediate container e785dd66bca3 [2020-04-07T03:27:27.026Z] ---> 81b6b12f03b5 [2020-04-07T03:27:27.027Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-04-07T03:27:27.027Z] ---> Running in 60bb4456289c [2020-04-07T03:27:27.989Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-04-07T03:27:28.951Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-04-07T03:27:29.537Z] (1/18) Upgrading libgcc (9.2.0-r3 -> 9.2.0-r4) [2020-04-07T03:27:29.537Z] (2/18) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) [2020-04-07T03:27:29.805Z] (3/18) Installing libmagic (5.37-r1) [2020-04-07T03:27:30.072Z] (4/18) Installing file (5.37-r1) [2020-04-07T03:27:30.072Z] (5/18) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) [2020-04-07T03:27:30.339Z] (6/18) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) [2020-04-07T03:27:30.339Z] (7/18) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) [2020-04-07T03:27:33.908Z] (7/17) Installing libc-dev (0.7.2-r0) [2020-04-07T03:27:33.908Z] (8/17) Installing g++ (9.2.0-r4) [2020-04-07T03:27:35.292Z] (9/17) Installing fortify-headers (1.1-r0) [2020-04-07T03:27:35.553Z] (10/17) Installing build-base (0.5-r1) [2020-04-07T03:27:35.553Z] (11/17) Installing openssh-keygen (8.1_p1-r0) [2020-04-07T03:27:35.553Z] (12/17) Installing libedit (20191211.3.1-r0) [2020-04-07T03:27:35.686Z] (8/18) Installing libc-dev (0.7.2-r0) [2020-04-07T03:27:35.686Z] (9/18) Installing g++ (9.2.0-r4) [2020-04-07T03:27:35.811Z] (13/17) Installing openssh-client (8.1_p1-r0) [2020-04-07T03:27:35.811Z] (14/17) Installing openssh-sftp-server (8.1_p1-r0) [2020-04-07T03:27:36.069Z] (15/17) Installing openssh-server-common (8.1_p1-r0) [2020-04-07T03:27:36.069Z] (16/17) Installing openssh-server (8.1_p1-r0) [2020-04-07T03:27:36.069Z] (17/17) Installing openssh (8.1_p1-r0) [2020-04-07T03:27:36.328Z] Executing busybox-1.31.1-r8.trigger [2020-04-07T03:27:36.328Z] OK: 214 MiB in 52 packages [2020-04-07T03:27:38.271Z] (10/18) Installing fortify-headers (1.1-r0) [2020-04-07T03:27:38.272Z] (11/18) Installing build-base (0.5-r1) [2020-04-07T03:27:38.272Z] (12/18) Installing openssh-keygen (8.1_p1-r0) [2020-04-07T03:27:38.272Z] (13/18) Installing libedit (20191211.3.1-r0) [2020-04-07T03:27:38.272Z] (14/18) Installing openssh-client (8.1_p1-r0) [2020-04-07T03:27:38.539Z] (15/18) Installing openssh-sftp-server (8.1_p1-r0) [2020-04-07T03:27:38.539Z] (16/18) Installing openssh-server-common (8.1_p1-r0) [2020-04-07T03:27:38.808Z] (17/18) Installing openssh-server (8.1_p1-r0) [2020-04-07T03:27:38.808Z] (18/18) Installing openssh (8.1_p1-r0) [2020-04-07T03:27:38.808Z] Executing busybox-1.31.1-r8.trigger [2020-04-07T03:27:38.808Z] OK: 203 MiB in 52 packages [2020-04-07T03:27:39.614Z] Removing intermediate container c1264ff4367c [2020-04-07T03:27:39.614Z] ---> 6dbc453d8712 [2020-04-07T03:27:39.614Z] Step 6/8 : WORKDIR /device-modbus-go [2020-04-07T03:27:39.614Z] ---> Running in 350bd417899d [2020-04-07T03:27:39.614Z] Removing intermediate container 350bd417899d [2020-04-07T03:27:39.614Z] ---> 238d032a3a9a [2020-04-07T03:27:39.614Z] Step 7/8 : COPY . . [2020-04-07T03:27:40.182Z] ---> 5f5ea9997373 [2020-04-07T03:27:40.182Z] Step 8/8 : RUN go mod download [2020-04-07T03:27:40.182Z] ---> Running in 9a9a5c8e85e3 [2020-04-07T03:27:42.715Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-04-07T03:27:42.716Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-04-07T03:27:42.716Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-04-07T03:27:42.716Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-04-07T03:27:42.716Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-04-07T03:27:42.973Z] go: finding github.com/cenkalti/backoff v2.1.1+incompatible [2020-04-07T03:27:42.973Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-04-07T03:27:42.974Z] go: finding github.com/edgexfoundry/device-sdk-go v0.0.0-20191023171807-49a95f741ef7 [2020-04-07T03:27:42.974Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.31 [2020-04-07T03:27:42.974Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.0 [2020-04-07T03:27:42.974Z] go: finding github.com/fatih/color v1.7.0 [2020-04-07T03:27:42.974Z] go: finding github.com/go-kit/kit v0.8.0 [2020-04-07T03:27:43.233Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-04-07T03:27:43.233Z] go: finding github.com/go-stack/stack v1.8.0 [2020-04-07T03:27:43.233Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-04-07T03:27:43.233Z] go: finding github.com/goburrow/serial v0.1.0 [2020-04-07T03:27:43.233Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-04-07T03:27:43.233Z] go: finding github.com/google/uuid v1.1.1 [2020-04-07T03:27:43.492Z] go: finding github.com/gorilla/context v0.0.0-20181012153548-51ce91d2eadd [2020-04-07T03:27:43.492Z] go: finding github.com/gorilla/mux v1.7.0 [2020-04-07T03:27:43.492Z] go: finding github.com/hashicorp/consul v1.4.2 [2020-04-07T03:27:43.492Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-04-07T03:27:43.492Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.0 [2020-04-07T03:27:43.492Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-04-07T03:27:43.492Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-04-07T03:27:43.492Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-04-07T03:27:43.751Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-04-07T03:27:43.751Z] go: finding github.com/hashicorp/go-sockaddr v1.0.1 [2020-04-07T03:27:43.751Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-04-07T03:27:43.751Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-04-07T03:27:43.751Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-04-07T03:27:43.751Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-04-07T03:27:43.751Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-04-07T03:27:44.011Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-04-07T03:27:44.011Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-04-07T03:27:44.011Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-04-07T03:27:44.011Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-04-07T03:27:44.011Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-04-07T03:27:44.011Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-04-07T03:27:44.011Z] go: finding github.com/miekg/dns v1.1.4 [2020-04-07T03:27:44.270Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-04-07T03:27:44.270Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-04-07T03:27:44.270Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-04-07T03:27:44.270Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-04-07T03:27:44.270Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-04-07T03:27:44.270Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-04-07T03:27:44.270Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-04-07T03:27:44.530Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-04-07T03:27:44.530Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-04-07T03:27:44.530Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-04-07T03:27:44.530Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-04-07T03:27:44.530Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-04-07T03:27:44.530Z] go: finding github.com/pkg/errors v0.8.1 [2020-04-07T03:27:44.530Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-04-07T03:27:44.530Z] go: finding github.com/posener/complete v1.1.1 [2020-04-07T03:27:44.792Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-04-07T03:27:44.792Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-04-07T03:27:44.792Z] go: finding github.com/stretchr/objx v0.1.0 [2020-04-07T03:27:44.792Z] go: finding github.com/stretchr/testify v1.3.0 [2020-04-07T03:27:44.792Z] go: finding github.com/tbrandon/mbserver v0.0.0-20170611213546-993e1772cc62 [2020-04-07T03:27:44.792Z] go: finding github.com/ugorji/go v1.1.4 [2020-04-07T03:27:44.792Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-04-07T03:27:45.050Z] go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 [2020-04-07T03:27:45.051Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-04-07T03:27:45.051Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-04-07T03:27:45.051Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-04-07T03:27:45.051Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-04-07T03:27:45.483Z] Removing intermediate container 60bb4456289c [2020-04-07T03:27:45.483Z] ---> 9f78cec58d53 [2020-04-07T03:27:45.483Z] Step 6/8 : WORKDIR /device-modbus-go [2020-04-07T03:27:45.483Z] ---> Running in 8f25781dbb54 [2020-04-07T03:27:45.750Z] Removing intermediate container 8f25781dbb54 [2020-04-07T03:27:45.750Z] ---> 91d6ac299bf8 [2020-04-07T03:27:45.750Z] Step 7/8 : COPY . . [2020-04-07T03:27:46.715Z] ---> 02be2a5ab72c [2020-04-07T03:27:46.715Z] Step 8/8 : RUN go mod download [2020-04-07T03:27:46.715Z] ---> Running in 07dd7c339aca [2020-04-07T03:27:49.306Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-04-07T03:27:49.306Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-04-07T03:27:49.306Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-04-07T03:27:49.306Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-04-07T03:27:49.306Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-04-07T03:27:49.306Z] go: finding github.com/cenkalti/backoff v2.1.1+incompatible [2020-04-07T03:27:49.306Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-04-07T03:27:49.306Z] go: finding github.com/edgexfoundry/device-sdk-go v0.0.0-20191023171807-49a95f741ef7 [2020-04-07T03:27:49.306Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.31 [2020-04-07T03:27:49.306Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.0 [2020-04-07T03:27:49.306Z] go: finding github.com/fatih/color v1.7.0 [2020-04-07T03:27:49.306Z] go: finding github.com/go-kit/kit v0.8.0 [2020-04-07T03:27:49.306Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-04-07T03:27:49.306Z] go: finding github.com/go-stack/stack v1.8.0 [2020-04-07T03:27:49.306Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-04-07T03:27:49.306Z] go: finding github.com/goburrow/serial v0.1.0 [2020-04-07T03:27:49.306Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-04-07T03:27:49.574Z] go: finding github.com/google/uuid v1.1.1 [2020-04-07T03:27:49.574Z] go: finding github.com/gorilla/context v0.0.0-20181012153548-51ce91d2eadd [2020-04-07T03:27:49.574Z] go: finding github.com/gorilla/mux v1.7.0 [2020-04-07T03:27:49.574Z] go: finding github.com/hashicorp/consul v1.4.2 [2020-04-07T03:27:49.574Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-04-07T03:27:49.574Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.0 [2020-04-07T03:27:49.574Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-04-07T03:27:49.574Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-04-07T03:27:49.842Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-04-07T03:27:49.842Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-04-07T03:27:49.842Z] go: finding github.com/hashicorp/go-sockaddr v1.0.1 [2020-04-07T03:27:49.842Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-04-07T03:27:49.842Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-04-07T03:27:49.842Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-04-07T03:27:49.842Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-04-07T03:27:50.109Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-04-07T03:27:50.109Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-04-07T03:27:50.109Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-04-07T03:27:50.109Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-04-07T03:27:50.109Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-04-07T03:27:50.109Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-04-07T03:27:50.109Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-04-07T03:27:50.378Z] go: finding github.com/miekg/dns v1.1.4 [2020-04-07T03:27:50.378Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-04-07T03:27:50.378Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-04-07T03:27:50.378Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-04-07T03:27:50.378Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-04-07T03:27:50.378Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-04-07T03:27:50.378Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-04-07T03:27:50.646Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-04-07T03:27:50.646Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-04-07T03:27:50.646Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-04-07T03:27:50.646Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-04-07T03:27:50.646Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-04-07T03:27:50.646Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-04-07T03:27:50.915Z] go: finding github.com/pkg/errors v0.8.1 [2020-04-07T03:27:50.915Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-04-07T03:27:50.915Z] go: finding github.com/posener/complete v1.1.1 [2020-04-07T03:27:50.915Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-04-07T03:27:50.915Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-04-07T03:27:50.915Z] go: finding github.com/stretchr/objx v0.1.0 [2020-04-07T03:27:50.915Z] go: finding github.com/stretchr/testify v1.3.0 [2020-04-07T03:27:50.915Z] go: finding github.com/tbrandon/mbserver v0.0.0-20170611213546-993e1772cc62 [2020-04-07T03:27:51.182Z] go: finding github.com/ugorji/go v1.1.4 [2020-04-07T03:27:51.182Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-04-07T03:27:51.182Z] go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 [2020-04-07T03:27:51.182Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-04-07T03:27:51.182Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-04-07T03:27:51.182Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-04-07T03:27:51.453Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-04-07T03:27:53.184Z] Removing intermediate container 9a9a5c8e85e3 [2020-04-07T03:27:53.184Z] ---> 086c1566b760 [2020-04-07T03:27:53.184Z] Successfully built 086c1566b760 [2020-04-07T03:27:53.184Z] 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-04-07T03:27:53.981Z] + docker inspect -f . ci-base-image-x86_64 [2020-04-07T03:27:53.981Z] . [Pipeline] withDockerContainer [2020-04-07T03:27:54.127Z] prd-centos7-docker-4c-2g-2492 does not seem to be running inside a container [2020-04-07T03:27:54.172Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/1 -v /w/workspace/device-modbus-go/1:/w/workspace/device-modbus-go/1:rw,z -v /w/workspace/device-modbus-go/1@tmp:/w/workspace/device-modbus-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-04-07T03:27:54.687Z] $ docker top 95e4e464998fe41a25f1c5338be5a338c723af2a320023d415383e8cdb10728f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-04-07T03:27:55.198Z] + go version [2020-04-07T03:27:55.199Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-04-07T03:27:55.538Z] + make test [2020-04-07T03:27:55.947Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-04-07T03:27:59.236Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2020-04-07T03:28:09.710Z] Removing intermediate container 07dd7c339aca [2020-04-07T03:28:09.710Z] ---> 06ab36aca4c1 [2020-04-07T03:28:09.710Z] Successfully built 06ab36aca4c1 [2020-04-07T03:28:09.710Z] 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-04-07T03:28:10.667Z] + docker inspect -f . ci-base-image-arm64 [2020-04-07T03:28:10.939Z] . [Pipeline] withDockerContainer [2020-04-07T03:28:11.327Z] prd-ubuntu18.04-docker-arm64-4c-16g-2491 does not seem to be running inside a container [2020-04-07T03:28:11.425Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/1 -v /w/workspace/device-modbus-go/1:/w/workspace/device-modbus-go/1:rw,z -v /w/workspace/device-modbus-go/1@tmp:/w/workspace/device-modbus-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-04-07T03:28:11.529Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2020-04-07T03:28:11.529Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.185s coverage: 50.3% of statements [2020-04-07T03:28:11.529Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-04-07T03:28:12.913Z] gofmt -l . [2020-04-07T03:28:12.913Z] [ "`gofmt -l .`" = "" ] [2020-04-07T03:28:12.913Z] ./bin/test-attribution-txt.sh [2020-04-07T03:28:12.962Z] $ docker top 444ce81f32035869a8845ca0fb03d69c672dc61f80dee7bb44afe84383f51259 -eo pid,comm [Pipeline] { [2020-04-07T03:28:13.486Z] ./bin/test-go-mod-tidy.sh [Pipeline] sh [2020-04-07T03:28:13.747Z] go.mod is not tidy, please run "go mod tidy" [2020-04-07T03:28:13.747Z] changes from running "go mod tidy:" [2020-04-07T03:28:13.747Z] --- go.mod [2020-04-07T03:28:13.747Z] +++ go.mod.bk [2020-04-07T03:28:13.747Z] @@ -11,6 +11,7 @@ [2020-04-07T03:28:13.747Z] github.com/hashicorp/golang-lru v0.5.1 // indirect [2020-04-07T03:28:13.747Z] github.com/miekg/dns v1.1.4 // indirect [2020-04-07T03:28:13.747Z] github.com/mitchellh/go-homedir v1.1.0 // indirect [2020-04-07T03:28:13.747Z] + github.com/tbrandon/mbserver v0.0.0-20170611213546-993e1772cc62 // indirect [2020-04-07T03:28:13.747Z] golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 // indirect [2020-04-07T03:28:13.747Z] ) [2020-04-07T03:28:13.747Z] [2020-04-07T03:28:13.747Z] make: *** [Makefile:29: test] Error 1 [Pipeline] } [2020-04-07T03:28:13.811Z] $ docker stop --time=1 95e4e464998fe41a25f1c5338be5a338c723af2a320023d415383e8cdb10728f [2020-04-07T03:28:14.179Z] + go version [2020-04-07T03:28:14.179Z] go version go1.13.5 linux/arm64 [2020-04-07T03:28:15.205Z] $ docker rm -f 95e4e464998fe41a25f1c5338be5a338c723af2a320023d415383e8cdb10728f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2020-04-07T03:28:16.136Z] + make test [2020-04-07T03:28:16.136Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out Stage "Docker Push" 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] } [2020-04-07T03:28:16.976Z] Failed in branch amd64 [2020-04-07T03:28:17.104Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2020-04-07T03:28:56.017Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2020-04-07T03:28:56.017Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.222s coverage: 50.3% of statements [2020-04-07T03:28:56.017Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-04-07T03:29:01.382Z] gofmt -l . [2020-04-07T03:29:01.382Z] [ "`gofmt -l .`" = "" ] [2020-04-07T03:29:01.382Z] ./bin/test-attribution-txt.sh [2020-04-07T03:29:01.655Z] ./bin/test-go-mod-tidy.sh [2020-04-07T03:29:02.243Z] go.mod is not tidy, please run "go mod tidy" [2020-04-07T03:29:02.243Z] changes from running "go mod tidy:" [2020-04-07T03:29:02.243Z] --- go.mod [2020-04-07T03:29:02.243Z] +++ go.mod.bk [2020-04-07T03:29:02.243Z] @@ -11,6 +11,7 @@ [2020-04-07T03:29:02.243Z] github.com/hashicorp/golang-lru v0.5.1 // indirect [2020-04-07T03:29:02.243Z] github.com/miekg/dns v1.1.4 // indirect [2020-04-07T03:29:02.243Z] github.com/mitchellh/go-homedir v1.1.0 // indirect [2020-04-07T03:29:02.243Z] + github.com/tbrandon/mbserver v0.0.0-20170611213546-993e1772cc62 // indirect [2020-04-07T03:29:02.243Z] golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 // indirect [2020-04-07T03:29:02.243Z] ) [2020-04-07T03:29:02.243Z] [2020-04-07T03:29:02.243Z] make: *** [Makefile:29: test] Error 1 [Pipeline] } [2020-04-07T03:29:02.283Z] $ docker stop --time=1 444ce81f32035869a8845ca0fb03d69c672dc61f80dee7bb44afe84383f51259 [2020-04-07T03:29:04.574Z] $ docker rm -f 444ce81f32035869a8845ca0fb03d69c672dc61f80dee7bb44afe84383f51259 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-04-07T03:29:06.553Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-04-07T03:29:08.562Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-04-07T03:29:08.910Z] ---> package-listing.sh [2020-04-07T03:29:08.910Z] ++ facter osfamily [2020-04-07T03:29:08.910Z] ++ tr '[:upper:]' '[:lower:]' [2020-04-07T03:29:08.910Z] + OS_FAMILY=redhat [2020-04-07T03:29:08.910Z] + workspace=/w/workspace/xfoundry_device-modbus-go_PR-134 [2020-04-07T03:29:08.910Z] + START_PACKAGES=/tmp/packages_start.txt [2020-04-07T03:29:08.910Z] + END_PACKAGES=/tmp/packages_end.txt [2020-04-07T03:29:08.910Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-04-07T03:29:08.910Z] + PACKAGES=/tmp/packages_start.txt [2020-04-07T03:29:08.910Z] + '[' /w/workspace/xfoundry_device-modbus-go_PR-134 ']' [2020-04-07T03:29:08.910Z] + PACKAGES=/tmp/packages_end.txt [2020-04-07T03:29:08.910Z] + case "${OS_FAMILY}" in [2020-04-07T03:29:08.910Z] + rpm -qa [2020-04-07T03:29:08.910Z] + sort [2020-04-07T03:29:12.210Z] + '[' -f /tmp/packages_start.txt ']' [2020-04-07T03:29:12.210Z] + '[' -f /tmp/packages_end.txt ']' [2020-04-07T03:29:12.210Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-04-07T03:29:12.210Z] + '[' /w/workspace/xfoundry_device-modbus-go_PR-134 ']' [2020-04-07T03:29:12.210Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_PR-134/archives/ [2020-04-07T03:29:12.210Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_PR-134/archives/ [Pipeline] isUnix [Pipeline] sh [2020-04-07T03:29:12.730Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-04-07T03:29:12.730Z] [2020-04-07T03:29:12.730Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-04-07T03:29:13.104Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-04-07T03:29:13.104Z] alpine: Pulling from edgex-lftools-log-publisher [2020-04-07T03:29:13.104Z] c9b1b535fdd9: Pulling fs layer [2020-04-07T03:29:13.104Z] 2cc5ad85d9ab: Pulling fs layer [2020-04-07T03:29:13.104Z] 756a868c4378: Pulling fs layer [2020-04-07T03:29:13.104Z] 444b2fc9a129: Pulling fs layer [2020-04-07T03:29:13.104Z] ea15f1150254: Pulling fs layer [2020-04-07T03:29:13.104Z] 41b27a9f41bf: Pulling fs layer [2020-04-07T03:29:13.105Z] 28c525ee5125: Pulling fs layer [2020-04-07T03:29:13.105Z] 094b1ea09ed8: Pulling fs layer [2020-04-07T03:29:13.105Z] 138eaada9080: Pulling fs layer [2020-04-07T03:29:13.105Z] 0622d0fa9048: Pulling fs layer [2020-04-07T03:29:13.105Z] 444b2fc9a129: Waiting [2020-04-07T03:29:13.105Z] ea15f1150254: Waiting [2020-04-07T03:29:13.105Z] 28c525ee5125: Waiting [2020-04-07T03:29:13.105Z] 138eaada9080: Waiting [2020-04-07T03:29:13.105Z] 0622d0fa9048: Waiting [2020-04-07T03:29:13.105Z] 2cc5ad85d9ab: Verifying Checksum [2020-04-07T03:29:13.105Z] 2cc5ad85d9ab: Download complete [2020-04-07T03:29:13.105Z] 444b2fc9a129: Verifying Checksum [2020-04-07T03:29:13.105Z] 444b2fc9a129: Download complete [2020-04-07T03:29:13.105Z] c9b1b535fdd9: Verifying Checksum [2020-04-07T03:29:13.105Z] c9b1b535fdd9: Download complete [2020-04-07T03:29:13.105Z] ea15f1150254: Verifying Checksum [2020-04-07T03:29:13.105Z] ea15f1150254: Download complete [2020-04-07T03:29:13.379Z] 28c525ee5125: Verifying Checksum [2020-04-07T03:29:13.379Z] 28c525ee5125: Download complete [2020-04-07T03:29:13.648Z] 756a868c4378: Download complete [2020-04-07T03:29:13.648Z] c9b1b535fdd9: Pull complete [2020-04-07T03:29:13.648Z] 138eaada9080: Verifying Checksum [2020-04-07T03:29:13.648Z] 138eaada9080: Download complete [2020-04-07T03:29:13.916Z] 0622d0fa9048: Verifying Checksum [2020-04-07T03:29:13.916Z] 0622d0fa9048: Download complete [2020-04-07T03:29:13.916Z] 094b1ea09ed8: Verifying Checksum [2020-04-07T03:29:13.916Z] 094b1ea09ed8: Download complete [2020-04-07T03:29:13.916Z] 2cc5ad85d9ab: Pull complete [2020-04-07T03:29:14.505Z] 41b27a9f41bf: Verifying Checksum [2020-04-07T03:29:14.505Z] 41b27a9f41bf: Download complete [2020-04-07T03:29:15.893Z] 756a868c4378: Pull complete [2020-04-07T03:29:15.893Z] 444b2fc9a129: Pull complete [2020-04-07T03:29:16.152Z] ea15f1150254: Pull complete [2020-04-07T03:29:20.358Z] 41b27a9f41bf: Pull complete [2020-04-07T03:29:20.358Z] 28c525ee5125: Pull complete [2020-04-07T03:29:22.281Z] 094b1ea09ed8: Pull complete [2020-04-07T03:29:22.547Z] 138eaada9080: Pull complete [2020-04-07T03:29:22.808Z] 0622d0fa9048: Pull complete [2020-04-07T03:29:22.808Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-04-07T03:29:22.808Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-04-07T03:29:23.046Z] prd-centos7-docker-4c-2g-2490 does not seem to be running inside a container [2020-04-07T03:29:23.094Z] $ 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-134 -v /w/workspace/xfoundry_device-modbus-go_PR-134:/w/workspace/xfoundry_device-modbus-go_PR-134:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-134@tmp:/w/workspace/xfoundry_device-modbus-go_PR-134@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-04-07T03:29:24.212Z] $ docker top b3ab0b9779adb606b99199166c3b007c9b7101e1cd985c7ccb3948588f67e260 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-04-07T03:29:24.505Z] provisioning config files... [2020-04-07T03:29:24.522Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-134@tmp/config4985210105512277853tmp [Pipeline] { [Pipeline] echo [2020-04-07T03:29:24.616Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-04-07T03:29:24.944Z] ---> create-netrc.sh [Pipeline] echo [2020-04-07T03:29:24.974Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-04-07T03:29:25.304Z] ---> logs-deploy.sh [2020-04-07T03:29:25.304Z] + ARCHIVE_ARTIFACTS= [2020-04-07T03:29:25.304Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-04-07T03:29:25.304Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-04-07T03:29:25.304Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-04-07T03:29:25.304Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-134/1 [2020-04-07T03:29:25.304Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/PR-134/1/ [2020-04-07T03:29:25.304Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-134/1 /w/workspace/xfoundry_device-modbus-go_PR-134 [2020-04-07T03:29:26.690Z] Archives upload complete. [2020-04-07T03:29:26.690Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-134/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/PR-134/1/