Pull request #165 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 hahattan for edgexfoundry/device-modbus-go Obtained Jenkinsfile from 62371f17efb88eab1d7e88a8351d26992f7f5366+3d6b06ce9c8aabcbe3b96acc6656864e00d04358 (55c14e371a8ecaeae35e088778b0d6ae708af527) Running in Durability level: MAX_SURVIVABILITY 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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-modbus-go/branches/PR-165/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-156 in /w/workspace/xfoundry_device-modbus-go_PR-165 [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 Fetching without tags > git init /w/workspace/xfoundry_device-modbus-go_PR-165 # 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/165/head:refs/remotes/origin/PR-165 +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/165/head:refs/remotes/origin/PR-165 # 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/165/head:refs/remotes/origin/PR-165 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 into PR head commit 62371f17efb88eab1d7e88a8351d26992f7f5366 Merge succeeded, producing 62371f17efb88eab1d7e88a8351d26992f7f5366 Checking out Revision 62371f17efb88eab1d7e88a8351d26992f7f5366 (PR-165) > git config core.sparsecheckout # timeout=10 > git checkout -f 62371f17efb88eab1d7e88a8351d26992f7f5366 # 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 62371f17efb88eab1d7e88a8351d26992f7f5366 # timeout=10 Commit message: "Remove unused attribution in Attribution.txt" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:46:04 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:46:04 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:46:05 ========================================================= 06:46:05 EdgeX Global Pipelines Version Info 06:46:05 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:46:07 ------------------- 06:46:07 stable info: 06:46:07 ------------------- 06:46:07 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:46:07 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 06:46:07 Message: update stable to v1.0.106 06:46:07 ------------------- 06:46:07 experimental info: 06:46:07 ------------------- 06:46:07 Commited By: **** collab-it+edgex@linuxfoundation.org 06:46:07 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 06:46:07 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 06:46:10 + git log --format=format:%s -1 62371f17efb88eab1d7e88a8351d26992f7f5366 [Pipeline] echo 06:46:10 GIT_COMMIT: 62371f17efb88eab1d7e88a8351d26992f7f5366, Commit Message: Remove unused attribution in Attribution.txt [Pipeline] echo 06:46:10 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:46:10 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:46:11 06:46:11 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:46:11 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:46:11 latest: Pulling from edgex-devops/git-semver 06:46:11 31603596830f: Pulling fs layer 06:46:11 2a8b12db71e7: Pulling fs layer 06:46:11 6ca5941a6612: Pulling fs layer 06:46:11 ecc8261a40a4: Pulling fs layer 06:46:11 ecc8261a40a4: Waiting 06:46:11 2a8b12db71e7: Verifying Checksum 06:46:11 2a8b12db71e7: Download complete 06:46:11 31603596830f: Verifying Checksum 06:46:11 31603596830f: Download complete 06:46:11 ecc8261a40a4: Verifying Checksum 06:46:11 ecc8261a40a4: Download complete 06:46:11 6ca5941a6612: Verifying Checksum 06:46:11 6ca5941a6612: Download complete 06:46:11 31603596830f: Pull complete 06:46:12 2a8b12db71e7: Pull complete 06:46:13 6ca5941a6612: Pull complete 06:46:13 ecc8261a40a4: Pull complete 06:46:13 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:46:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:46:13 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:46:13 prd-centos7-docker-4c-2g-156 does not seem to be running inside a container 06:46:13 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_PR-165 -v /w/workspace/xfoundry_device-modbus-go_PR-165:/w/workspace/xfoundry_device-modbus-go_PR-165:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-165@tmp:/w/workspace/xfoundry_device-modbus-go_PR-165@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:46:15 $ docker top 914ad2859726aa90b8c9bf2d106a9122978aa51cc0a722a75c0ccccf9aea62b3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:46:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:46:16 [ssh-agent] Looking for ssh-agent implementation... 06:46:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:46:16 $ docker exec 914ad2859726aa90b8c9bf2d106a9122978aa51cc0a722a75c0ccccf9aea62b3 ssh-agent 06:46:16 SSH_AUTH_SOCK=/tmp/ssh-FMr34cmmc3mG/agent.11 06:46:16 SSH_AGENT_PID=16 06:46:16 Running ssh-add (command line suppressed) 06:46:16 Identity added: /w/workspace/xfoundry_device-modbus-go_PR-165@tmp/private_key_8986698222349157021.key (/w/workspace/xfoundry_device-modbus-go_PR-165@tmp/private_key_8986698222349157021.key) 06:46:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:46:17 + git describe --exact-match --tags HEAD 06:46:17 fatal: No names found, cannot describe anything. [Pipeline] } 06:46:17 $ docker exec --env ******** --env ******** 914ad2859726aa90b8c9bf2d106a9122978aa51cc0a722a75c0ccccf9aea62b3 ssh-agent -k 06:46:17 unset SSH_AUTH_SOCK; 06:46:17 unset SSH_AGENT_PID; 06:46:17 echo Agent pid 16 killed; 06:46:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 06:46:17 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 06:46:17 This usually means this commit has not been tagged. [Pipeline] sshagent 06:46:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:46:17 [ssh-agent] Looking for ssh-agent implementation... 06:46:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:46:17 $ docker exec 914ad2859726aa90b8c9bf2d106a9122978aa51cc0a722a75c0ccccf9aea62b3 ssh-agent 06:46:17 SSH_AUTH_SOCK=/tmp/ssh-8mlReO0VcnuS/agent.47 06:46:17 SSH_AGENT_PID=52 06:46:17 Running ssh-add (command line suppressed) 06:46:18 Identity added: /w/workspace/xfoundry_device-modbus-go_PR-165@tmp/private_key_8036365812360850130.key (/w/workspace/xfoundry_device-modbus-go_PR-165@tmp/private_key_8036365812360850130.key) 06:46:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:46:18 + git semver init 06:46:18 # -> Open(): unable to determine branch for HEAD 06:46:18 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_PR-165/.git 06:46:18 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_PR-165 06:46:18 # $SEMVER_REMOTE_NAME = origin 06:46:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:46:18 # $SEMVER_USER_NAME = edgex-jenkins 06:46:18 # $SEMVER_BRANCH = PR-165 06:46:18 # $SEMVER_TEMP = /tmp/semver-104489252 06:46:18 # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP 06:46:19 # '/tmp/semver-104489252' -> '/w/workspace/xfoundry_device-modbus-go_PR-165/.semver' 06:46:19 # -> Force: false 06:46:19 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_PR-165/.semver [Pipeline] } 06:46:19 $ docker exec --env ******** --env ******** 914ad2859726aa90b8c9bf2d106a9122978aa51cc0a722a75c0ccccf9aea62b3 ssh-agent -k 06:46:19 unset SSH_AUTH_SOCK; 06:46:19 unset SSH_AGENT_PID; 06:46:19 echo Agent pid 52 killed; 06:46:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:46:19 + git semver [Pipeline] } 06:46:19 $ docker stop --time=1 914ad2859726aa90b8c9bf2d106a9122978aa51cc0a722a75c0ccccf9aea62b3 06:46:21 $ docker rm -f 914ad2859726aa90b8c9bf2d106a9122978aa51cc0a722a75c0ccccf9aea62b3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 06:46:22 Stashed 24 file(s) [Pipeline] echo 06:46:22 [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] echo 06:46:22 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 06:46:37 Still waiting to schedule task 06:46:37 Waiting for next available executor on ‘centos7-docker-4c-2g’ 06:46:37 Still waiting to schedule task 06:46:37 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 06:48:21 Running on prd-centos7-docker-4c-2g-161 in /w/workspace/xfoundry_device-modbus-go_PR-165 [Pipeline] { [Pipeline] ws 06:48:21 Running in /w/workspace/device-modbus-go/1 [Pipeline] { [Pipeline] checkout 06:48:23 using credential edgex-jenkins-ssh 06:48:23 Cloning the remote Git repository 06:48:23 Cloning with configured refspecs honoured and without tags 06:48:23 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 06:48:23 > git init /w/workspace/device-modbus-go/1 # timeout=10 06:48:23 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 06:48:23 > git --version # timeout=10 06:48:23 > git --version # 'git version 2.16.5' 06:48:23 using GIT_SSH to set credentials SSH Credentials for GitHub 06:48:24 Fetching without tags 06:48:24 Merging remotes/origin/master commit 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 into PR head commit 62371f17efb88eab1d7e88a8351d26992f7f5366 06:48:24 Merge succeeded, producing 62371f17efb88eab1d7e88a8351d26992f7f5366 06:48:24 Checking out Revision 62371f17efb88eab1d7e88a8351d26992f7f5366 (PR-165) 06:48:23 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/165/head:refs/remotes/origin/PR-165 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:48:24 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 06:48:24 > git config --add remote.origin.fetch +refs/pull/165/head:refs/remotes/origin/PR-165 # timeout=10 06:48:24 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 06:48:24 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 06:48:24 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 06:48:24 using GIT_SSH to set credentials SSH Credentials for GitHub 06:48:24 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/165/head:refs/remotes/origin/PR-165 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:48:24 > git config core.sparsecheckout # timeout=10 06:48:24 > git checkout -f 62371f17efb88eab1d7e88a8351d26992f7f5366 # timeout=10 06:48:24 > git remote # timeout=10 06:48:24 > git config --get remote.origin.url # timeout=10 06:48:24 using GIT_SSH to set credentials SSH Credentials for GitHub 06:48:24 > git merge 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 # timeout=10 06:48:24 > git rev-parse HEAD^{commit} # timeout=10 06:48:24 > git config core.sparsecheckout # timeout=10 06:48:24 > git checkout -f 62371f17efb88eab1d7e88a8351d26992f7f5366 # timeout=10 06:48:28 Commit message: "Remove unused attribution in Attribution.txt" 06:48:28 > git --version # timeout=10 06:48:28 > git --version # 'git version 2.16.5' 06:48:28 fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:48:29 ========================================================= 06:48:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 06:48:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:48:30 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 06:48:30 Sending build context to Docker daemon 642kB 06:48:30 Step 1/8 : ARG BASE=golang:1.13-alpine 06:48:30 Step 2/8 : FROM ${BASE} 06:48:30 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 06:48:30 df20fa9351a1: Pulling fs layer 06:48:30 ed8968b2872e: Pulling fs layer 06:48:30 a92cc7c5fd73: Pulling fs layer 06:48:30 2dd03ba5bac4: Pulling fs layer 06:48:30 1e091d79d1de: Pulling fs layer 06:48:30 481702a1767f: Pulling fs layer 06:48:30 f64a6f60c768: Pulling fs layer 06:48:30 e78d2573fc39: Pulling fs layer 06:48:30 e876d2f968b6: Pulling fs layer 06:48:30 ce8a83651883: Pulling fs layer 06:48:30 07967f4d0e4b: Pulling fs layer 06:48:30 f64a6f60c768: Waiting 06:48:30 e78d2573fc39: Waiting 06:48:30 ce8a83651883: Waiting 06:48:30 e876d2f968b6: Waiting 06:48:30 07967f4d0e4b: Waiting 06:48:30 1e091d79d1de: Waiting 06:48:30 481702a1767f: Waiting 06:48:30 2dd03ba5bac4: Waiting 06:48:30 a92cc7c5fd73: Download complete 06:48:30 ed8968b2872e: Verifying Checksum 06:48:30 ed8968b2872e: Download complete 06:48:30 1e091d79d1de: Verifying Checksum 06:48:30 1e091d79d1de: Download complete 06:48:30 481702a1767f: Verifying Checksum 06:48:30 481702a1767f: Download complete 06:48:30 df20fa9351a1: Verifying Checksum 06:48:30 df20fa9351a1: Download complete 06:48:31 df20fa9351a1: Pull complete 06:48:31 f64a6f60c768: Verifying Checksum 06:48:31 f64a6f60c768: Download complete 06:48:31 e876d2f968b6: Verifying Checksum 06:48:31 e876d2f968b6: Download complete 06:48:32 e78d2573fc39: Verifying Checksum 06:48:32 e78d2573fc39: Download complete 06:48:32 ce8a83651883: Verifying Checksum 06:48:32 ce8a83651883: Download complete 06:48:32 07967f4d0e4b: Verifying Checksum 06:48:32 07967f4d0e4b: Download complete 06:48:32 2dd03ba5bac4: Verifying Checksum 06:48:32 2dd03ba5bac4: Download complete 06:48:33 ed8968b2872e: Pull complete 06:48:33 a92cc7c5fd73: Pull complete 06:48:39 2dd03ba5bac4: Pull complete 06:48:39 1e091d79d1de: Pull complete 06:48:39 481702a1767f: Pull complete 06:48:43 f64a6f60c768: Pull complete 06:48:46 e78d2573fc39: Pull complete 06:48:46 e876d2f968b6: Pull complete 06:48:47 ce8a83651883: Pull complete 06:48:47 07967f4d0e4b: Pull complete 06:48:47 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 06:48:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 06:48:47 ---> 5d7c900382c6 06:48:47 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 06:48:48 ---> Running in 54f94418b3c5 06:48:48 Removing intermediate container 54f94418b3c5 06:48:48 ---> e25944195c4e 06:48:48 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:48:48 ---> Running in 7b0fb399346e 06:48:50 Removing intermediate container 7b0fb399346e 06:48:50 ---> fc9dece8832f 06:48:50 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 06:48:50 ---> Running in 2af32628a65a 06:48:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:48:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:48:51 (1/14) Installing libmagic (5.38-r0) 06:48:51 (2/14) Installing file (5.38-r0) 06:48:51 (3/14) Installing libc-dev (0.7.2-r3) 06:48:51 (4/14) Installing g++ (9.3.0-r2) 06:48:55 (5/14) Installing fortify-headers (1.1-r0) 06:48:55 (6/14) Installing patch (2.7.6-r6) 06:48:55 (7/14) Installing build-base (0.5-r2) 06:48:55 (8/14) Installing openssh-keygen (8.3_p1-r0) 06:48:55 (9/14) Installing libedit (20191231.3.1-r0) 06:48:55 (10/14) Installing openssh-client (8.3_p1-r0) 06:48:55 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 06:48:55 (12/14) Installing openssh-server-common (8.3_p1-r0) 06:48:55 (13/14) Installing openssh-server (8.3_p1-r0) 06:48:55 (14/14) Installing openssh (8.3_p1-r0) 06:48:55 Executing busybox-1.31.1-r16.trigger 06:48:55 OK: 237 MiB in 53 packages 06:48:59 Removing intermediate container 2af32628a65a 06:48:59 ---> 14f35e6ef994 06:48:59 Step 6/8 : WORKDIR /device-modbus-go 06:48:59 ---> Running in 3516eb52d9eb 06:48:59 Removing intermediate container 3516eb52d9eb 06:48:59 ---> e4aaad4d51b6 06:48:59 Step 7/8 : COPY . . 06:49:00 ---> 71ac3c78a34e 06:49:00 Step 8/8 : RUN go mod download 06:49:00 ---> Running in 40def8c166d0 06:49:02 go: finding github.com/BurntSushi/toml v0.3.1 06:49:02 go: finding github.com/OneOfOne/xxhash v1.2.6 06:49:02 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 06:49:02 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 06:49:02 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 06:49:02 go: finding github.com/bgentry/speakeasy v0.1.0 06:49:02 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 06:49:02 go: finding github.com/davecgh/go-spew v1.1.1 06:49:02 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 06:49:02 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 06:49:02 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 06:49:02 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 06:49:02 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 06:49:02 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 06:49:02 go: finding github.com/fatih/color v1.7.0 06:49:02 go: finding github.com/fxamacker/cbor/v2 v2.2.0 06:49:02 go: finding github.com/go-kit/kit v0.8.0 06:49:02 go: finding github.com/go-logfmt/logfmt v0.4.0 06:49:02 go: finding github.com/go-stack/stack v1.8.0 06:49:03 go: finding github.com/goburrow/modbus v0.1.0 06:49:03 go: finding github.com/goburrow/serial v0.1.0 06:49:03 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 06:49:03 go: finding github.com/google/uuid v1.1.1 06:49:03 go: finding github.com/gorilla/mux v1.7.1 06:49:03 go: finding github.com/hashicorp/consul/api v1.1.0 06:49:03 go: finding github.com/hashicorp/consul/sdk v0.1.1 06:49:03 go: finding github.com/hashicorp/errwrap v1.0.0 06:49:03 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 06:49:03 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 06:49:03 go: finding github.com/hashicorp/go-msgpack v0.5.3 06:49:03 go: finding github.com/hashicorp/go-multierror v1.0.0 06:49:03 go: finding github.com/hashicorp/go-rootcerts v1.0.0 06:49:03 go: finding github.com/hashicorp/go-sockaddr v1.0.1 06:49:03 go: finding github.com/hashicorp/go-syslog v1.0.0 06:49:03 go: finding github.com/hashicorp/go-uuid v1.0.1 06:49:03 go: finding github.com/hashicorp/go.net v0.0.1 06:49:03 go: finding github.com/hashicorp/golang-lru v0.5.1 06:49:03 go: finding github.com/hashicorp/logutils v1.0.0 06:49:03 go: finding github.com/hashicorp/mdns v1.0.0 06:49:03 go: finding github.com/hashicorp/memberlist v0.1.3 06:49:03 go: finding github.com/hashicorp/serf v0.8.2 06:49:03 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 06:49:03 go: finding github.com/mattn/go-colorable v0.0.9 06:49:03 go: finding github.com/mattn/go-isatty v0.0.3 06:49:03 go: finding github.com/miekg/dns v1.1.4 06:49:03 go: finding github.com/mitchellh/cli v1.0.0 06:49:04 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 06:49:04 go: finding github.com/mitchellh/copystructure v1.0.0 06:49:04 go: finding github.com/mitchellh/go-homedir v1.1.0 06:49:04 go: finding github.com/mitchellh/go-testing-interface v1.0.0 06:49:04 go: finding github.com/mitchellh/go-wordwrap v1.0.0 06:49:04 go: finding github.com/mitchellh/gox v0.4.0 06:49:04 go: finding github.com/mitchellh/iochan v1.0.0 06:49:04 go: finding github.com/mitchellh/mapstructure v1.1.2 06:49:04 go: finding github.com/mitchellh/reflectwalk v1.0.0 06:49:04 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 06:49:04 go: finding github.com/pelletier/go-toml v1.2.0 06:49:04 go: finding github.com/pkg/errors v0.8.1 06:49:04 go: finding github.com/pmezard/go-difflib v1.0.0 06:49:04 go: finding github.com/posener/complete v1.1.1 06:49:04 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 06:49:04 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 06:49:04 go: finding github.com/stretchr/objx v0.1.0 06:49:04 go: finding github.com/stretchr/testify v1.5.1 06:49:04 go: finding github.com/ugorji/go v1.1.4 06:49:04 go: finding github.com/x448/float16 v0.8.4 06:49:04 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 06:49:04 go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 06:49:04 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 06:49:04 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 06:49:04 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 06:49:04 go: finding gopkg.in/yaml.v2 v2.2.8 06:49:13 Removing intermediate container 40def8c166d0 06:49:13 ---> 42c6b74bc3b2 06:49:13 Successfully built 42c6b74bc3b2 06:49:13 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 06:49:13 + docker inspect -f . ci-base-image-x86_64 06:49:13 . [Pipeline] withDockerContainer 06:49:14 prd-centos7-docker-4c-2g-161 does not seem to be running inside a container 06:49:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/1 -v /w/workspace/device-modbus-go/1:/w/workspace/device-modbus-go/1:rw,z -v /w/workspace/device-modbus-go/1@tmp:/w/workspace/device-modbus-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:49:15 $ docker top 260a4851a9ef5cef86bb83d400c9e3b1c079d2fdbc162433212405cc8378fb7c -eo pid,comm [Pipeline] { [Pipeline] sh 06:49:15 + go version 06:49:15 go version go1.13.13 linux/amd64 [Pipeline] sh 06:49:16 + make test 06:49:16 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 06:49:17 ? github.com/edgexfoundry/device-modbus-go [no test files] 06:49:25 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 06:49:26 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.189s coverage: 50.9% of statements 06:49:26 CGO_ENABLED=0 GO111MODULE=on go vet ./... 06:49:27 gofmt -l . 06:49:27 [ "`gofmt -l .`" = "" ] 06:49:27 ./bin/test-attribution-txt.sh 06:49:28 ./bin/test-go-mod-tidy.sh [Pipeline] stash 06:49:28 Stashed 1 file(s) [Pipeline] } 06:49:28 $ docker stop --time=1 260a4851a9ef5cef86bb83d400c9e3b1c079d2fdbc162433212405cc8378fb7c 06:49:31 $ docker rm -f 260a4851a9ef5cef86bb83d400c9e3b1c079d2fdbc162433212405cc8378fb7c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:49:32 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:49:32 + ls -al . 06:49:32 total 104 06:49:32 drwxrwxr-x. 10 jenkins jenkins 4096 Aug 24 06:49 . 06:49:32 drwxrwxr-x. 4 jenkins jenkins 28 Aug 24 06:48 .. 06:49:32 -rw-rw-r--. 1 jenkins jenkins 4434 Aug 24 06:48 Attribution.txt 06:49:32 drwxrwxr-x. 2 jenkins jenkins 87 Aug 24 06:48 bin 06:49:32 drwxrwxr-x. 3 jenkins jenkins 32 Aug 24 06:48 cmd 06:49:32 -rw-r--r--. 1 jenkins jenkins 22032 Aug 24 06:49 coverage.out 06:49:32 -rw-rw-r--. 1 jenkins jenkins 1422 Aug 24 06:48 Dockerfile 06:49:32 -rw-rw-r--. 1 jenkins jenkins 954 Aug 24 06:48 Dockerfile.build 06:49:32 -rw-rw-r--. 1 jenkins jenkins 140 Aug 24 06:48 .dockerignore 06:49:32 drwxrwxr-x. 8 jenkins jenkins 179 Aug 24 06:48 .git 06:49:32 drwxrwxr-x. 2 jenkins jenkins 38 Aug 24 06:48 .github 06:49:32 -rw-rw-r--. 1 jenkins jenkins 330 Aug 24 06:48 .gitignore 06:49:32 -rw-r--r--. 1 jenkins jenkins 559 Aug 24 06:49 go.mod 06:49:32 -rw-r--r--. 1 jenkins jenkins 13471 Aug 24 06:49 go.sum 06:49:32 drwxrwxr-x. 3 jenkins jenkins 20 Aug 24 06:48 internal 06:49:32 -rw-rw-r--. 1 jenkins jenkins 702 Aug 24 06:48 Jenkinsfile 06:49:32 -rw-rw-r--. 1 jenkins jenkins 11340 Aug 24 06:48 LICENSE 06:49:32 -rw-rw-r--. 1 jenkins jenkins 880 Aug 24 06:48 Makefile 06:49:32 -rw-rw-r--. 1 jenkins jenkins 591 Aug 24 06:48 README.md 06:49:32 drwxrwxr-x. 3 jenkins jenkins 58 Aug 24 06:48 .semver 06:49:32 drwxrwxr-x. 2 jenkins jenkins 35 Aug 24 06:48 simulator 06:49:32 drwxrwxr-x. 4 jenkins jenkins 54 Aug 24 06:48 snap 06:49:32 -rw-rw-r--. 1 jenkins jenkins 5 Aug 24 06:46 VERSION 06:49:32 -rw-rw-r--. 1 jenkins jenkins 229 Aug 24 06:48 version.go [Pipeline] isUnix [Pipeline] sh 06:49:33 + docker build -t docker-device-modbus-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=62371f17efb88eab1d7e88a8351d26992f7f5366 --label arch=amd64 --label version=0.0.0 . 06:49:33 Sending build context to Docker daemon 673.3kB 06:49:33 Step 1/19 : ARG BASE=golang:1.13-alpine 06:49:33 Step 2/19 : FROM ${BASE} AS builder 06:49:33 ---> 42c6b74bc3b2 06:49:33 Step 3/19 : ARG MAKE='make build' 06:49:33 ---> Running in 0887fabaf651 06:49:33 Removing intermediate container 0887fabaf651 06:49:33 ---> 4a357cfa4125 06:49:33 Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:49:33 ---> Running in b1abeb5b5417 06:49:34 Removing intermediate container b1abeb5b5417 06:49:34 ---> 70de5b64dd72 06:49:34 Step 5/19 : RUN apk add --update --no-cache make git openssh build-base 06:49:34 ---> Running in 14c9cae4e712 06:49:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:49:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:49:36 OK: 237 MiB in 53 packages 06:49:36 Running on prd-ubuntu18.04-docker-arm64-4c-16g-162 in /w/workspace/xfoundry_device-modbus-go_PR-165 [Pipeline] { 06:49:36 Removing intermediate container 14c9cae4e712 06:49:36 ---> 6a1cf1e1327e 06:49:36 Step 6/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go 06:49:36 ---> Running in f4d93e3413de [Pipeline] ws 06:49:36 Running in /w/workspace/device-modbus-go/1 [Pipeline] { [Pipeline] checkout 06:49:36 Removing intermediate container f4d93e3413de 06:49:36 ---> 02f61017e701 06:49:36 Step 7/19 : COPY . . 06:49:37 ---> bfced6b9deaf 06:49:37 Step 8/19 : RUN ${MAKE} 06:49:37 ---> Running in 6f86924df62c 06:49:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -o cmd/device-modbus ./cmd 06:49:41 using credential edgex-jenkins-ssh 06:49:41 Cloning the remote Git repository 06:49:41 Cloning with configured refspecs honoured and without tags 06:49:41 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 06:49:42 > git init /w/workspace/device-modbus-go/1 # timeout=10 06:49:42 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 06:49:42 > git --version # timeout=10 06:49:42 > git --version # 'git version 2.17.1' 06:49:42 using GIT_SSH to set credentials SSH Credentials for GitHub 06:49:42 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/165/head:refs/remotes/origin/PR-165 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:49:43 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 06:49:43 > git config --add remote.origin.fetch +refs/pull/165/head:refs/remotes/origin/PR-165 # timeout=10 06:49:43 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 06:49:43 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 06:49:43 Fetching without tags 06:49:43 Merging remotes/origin/master commit 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 into PR head commit 62371f17efb88eab1d7e88a8351d26992f7f5366 06:49:44 Merge succeeded, producing 62371f17efb88eab1d7e88a8351d26992f7f5366 06:49:44 Checking out Revision 62371f17efb88eab1d7e88a8351d26992f7f5366 (PR-165) 06:49:43 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 06:49:43 using GIT_SSH to set credentials SSH Credentials for GitHub 06:49:43 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/165/head:refs/remotes/origin/PR-165 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:49:43 > git config core.sparsecheckout # timeout=10 06:49:43 > git checkout -f 62371f17efb88eab1d7e88a8351d26992f7f5366 # timeout=10 06:49:44 > git remote # timeout=10 06:49:44 > git config --get remote.origin.url # timeout=10 06:49:44 using GIT_SSH to set credentials SSH Credentials for GitHub 06:49:44 > git merge 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 # timeout=10 06:49:44 > git rev-parse HEAD^{commit} # timeout=10 06:49:44 > git config core.sparsecheckout # timeout=10 06:49:44 > git checkout -f 62371f17efb88eab1d7e88a8351d26992f7f5366 # timeout=10 06:49:46 CGO_ENABLED=0 GO111MODULE=on go build ./... 06:49:48 Commit message: "Remove unused attribution in Attribution.txt" 06:49:48 > git --version # timeout=10 06:49:48 > git --version # 'git version 2.17.1' 06:49:48 fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:49:49 ========================================================= 06:49:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 06:49:49 ========================================================= 06:49:49 Removing intermediate container 6f86924df62c 06:49:49 ---> 5d2bfc64e887 06:49:49 Step 9/19 : FROM scratch 06:49:49 ---> 06:49:49 Step 10/19 : ENV APP_PORT=49991 06:49:49 ---> Running in ebd8ec9c2694 06:49:49 Removing intermediate container ebd8ec9c2694 06:49:49 ---> cb18c1d01d71 06:49:49 Step 11/19 : EXPOSE $APP_PORT 06:49:49 ---> Running in 51953050a212 06:49:49 Removing intermediate container 51953050a212 06:49:49 ---> 0a072725ea1e 06:49:49 Step 12/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [Pipeline] isUnix [Pipeline] sh 06:49:50 ---> c1b449b3f39f 06:49:50 Step 13/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / 06:49:50 ---> 00c88d292fa2 06:49:50 Step 14/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / 06:49:50 ---> 3afef20d4008 06:49:50 Step 15/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' 06:49:50 ---> Running in 5e2d1dbde6a5 06:49:50 Removing intermediate container 5e2d1dbde6a5 06:49:50 ---> ea131bb2c71a 06:49:50 Step 16/19 : ENTRYPOINT ["/device-modbus","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] 06:49:50 + 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 . 06:49:50 ---> Running in b7eae9fa9a7f 06:49:50 Removing intermediate container b7eae9fa9a7f 06:49:50 ---> 0256d48a9385 06:49:50 Step 17/19 : LABEL arch=amd64 06:49:51 ---> Running in dc9187657af7 06:49:51 Removing intermediate container dc9187657af7 06:49:51 ---> 0205e1859d37 06:49:51 Step 18/19 : LABEL git_sha=62371f17efb88eab1d7e88a8351d26992f7f5366 06:49:51 ---> Running in 5c92180d5505 06:49:51 Sending build context to Docker daemon 642kB 06:49:51 Step 1/8 : ARG BASE=golang:1.13-alpine 06:49:51 Step 2/8 : FROM ${BASE} 06:49:51 Removing intermediate container 5c92180d5505 06:49:51 ---> 39c8a5df2319 06:49:51 Step 19/19 : LABEL version=0.0.0 06:49:51 ---> Running in ee85823026f6 06:49:51 Removing intermediate container ee85823026f6 06:49:51 ---> 5f08fddeaa9a 06:49:51 [Warning] One or more build-args [ARCH] were not consumed 06:49:51 Successfully built 5f08fddeaa9a 06:49:51 Successfully tagged docker-device-modbus-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } 06:49:52 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:49:52 b538f80385f9: Pulling fs layer 06:49:52 74f711af9a0d: Pulling fs layer 06:49:52 99f96fe45779: Pulling fs layer 06:49:52 fd7a069fd194: Pulling fs layer 06:49:52 66aa3694b03b: Pulling fs layer 06:49:52 170f70906a0f: Pulling fs layer 06:49:52 ad7c5574e4b9: Pulling fs layer 06:49:52 e772456be8f7: Pulling fs layer 06:49:52 c890913d741a: Pulling fs layer 06:49:52 2480fcc9aa5a: Pulling fs layer 06:49:52 09adf4765672: Pulling fs layer 06:49:52 ad7c5574e4b9: Waiting 06:49:52 e772456be8f7: Waiting 06:49:52 fd7a069fd194: Waiting 06:49:52 c890913d741a: Waiting 06:49:52 2480fcc9aa5a: Waiting 06:49:52 66aa3694b03b: Waiting 06:49:52 170f70906a0f: Waiting 06:49:52 09adf4765672: Waiting 06:49:52 99f96fe45779: Verifying Checksum 06:49:52 99f96fe45779: Download complete 06:49:52 74f711af9a0d: Verifying Checksum 06:49:52 74f711af9a0d: Download complete 06:49:52 66aa3694b03b: Verifying Checksum 06:49:52 66aa3694b03b: Download complete 06:49:52 170f70906a0f: Verifying Checksum 06:49:52 170f70906a0f: Download complete 06:49:52 b538f80385f9: Verifying Checksum 06:49:52 b538f80385f9: Download complete [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh 06:49:53 b538f80385f9: Pull complete 06:49:53 ++ find /w/workspace/device-modbus-go/1 06:49:53 ++ grep snapcraft.yaml 06:49:53 + grep -Po '^name: \K(.*)' /w/workspace/device-modbus-go/1/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:49:53 provisioning config files... 06:49:53 copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/1@tmp/config6369296434326573855tmp [Pipeline] { [Pipeline] sh 06:49:53 74f711af9a0d: Pull complete 06:49:53 + cp /w/workspace/device-modbus-go/1@tmp/config6369296434326573855tmp /w/workspace/device-modbus-go/1/edgex-snap-store-login [Pipeline] sh 06:49:53 99f96fe45779: Pull complete 06:49:54 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/1:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 06:49:54 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 06:49:54 latest: Pulling from edgex-devops/edgex-snap-builder 06:49:54 f08d8e2a3ba1: Pulling fs layer 06:49:54 3baa9cb2483b: Pulling fs layer 06:49:54 94e5ff4c0b15: Pulling fs layer 06:49:54 1860925334f9: Pulling fs layer 06:49:54 59c17e3da0e4: Pulling fs layer 06:49:54 7daec384fcf6: Pulling fs layer 06:49:54 7a29a85643c4: Pulling fs layer 06:49:54 94438e9460a9: Pulling fs layer 06:49:54 812cffafd64f: Pulling fs layer 06:49:54 1860925334f9: Waiting 06:49:54 59c17e3da0e4: Waiting 06:49:54 7daec384fcf6: Waiting 06:49:54 7a29a85643c4: Waiting 06:49:54 812cffafd64f: Waiting 06:49:54 94438e9460a9: Waiting 06:49:54 94e5ff4c0b15: Verifying Checksum 06:49:54 94e5ff4c0b15: Download complete 06:49:54 3baa9cb2483b: Verifying Checksum 06:49:54 3baa9cb2483b: Download complete 06:49:54 1860925334f9: Verifying Checksum 06:49:54 1860925334f9: Download complete 06:49:54 7daec384fcf6: Verifying Checksum 06:49:54 7daec384fcf6: Download complete 06:49:54 7a29a85643c4: Verifying Checksum 06:49:54 7a29a85643c4: Download complete 06:49:54 94438e9460a9: Download complete 06:49:54 812cffafd64f: Verifying Checksum 06:49:54 812cffafd64f: Download complete 06:49:54 f08d8e2a3ba1: Download complete 06:49:54 ad7c5574e4b9: Verifying Checksum 06:49:54 ad7c5574e4b9: Download complete 06:49:54 c890913d741a: Verifying Checksum 06:49:54 c890913d741a: Download complete 06:49:56 2480fcc9aa5a: Verifying Checksum 06:49:56 2480fcc9aa5a: Download complete 06:49:56 09adf4765672: Verifying Checksum 06:49:57 e772456be8f7: Verifying Checksum 06:49:57 e772456be8f7: Download complete 06:49:58 fd7a069fd194: Verifying Checksum 06:49:58 fd7a069fd194: Download complete 06:49:58 59c17e3da0e4: Verifying Checksum 06:49:58 59c17e3da0e4: Download complete 06:49:59 f08d8e2a3ba1: Pull complete 06:49:59 3baa9cb2483b: Pull complete 06:49:59 94e5ff4c0b15: Pull complete 06:49:59 1860925334f9: Pull complete 06:50:10 fd7a069fd194: Pull complete 06:50:10 66aa3694b03b: Pull complete 06:50:10 170f70906a0f: Pull complete 06:50:13 ad7c5574e4b9: Pull complete 06:50:17 e772456be8f7: Pull complete 06:50:17 c890913d741a: Pull complete 06:50:19 2480fcc9aa5a: Pull complete 06:50:20 09adf4765672: Pull complete 06:50:20 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 06:50:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 06:50:20 ---> 2248a725d1cf 06:50:20 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 06:50:24 ---> Running in e97b96606a7d 06:50:25 Removing intermediate container e97b96606a7d 06:50:25 ---> 4ddae81f9153 06:50:25 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:50:25 ---> Running in 10ccb4e1451d 06:50:27 Removing intermediate container 10ccb4e1451d 06:50:27 ---> f4b674d04248 06:50:27 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 06:50:28 ---> Running in 6310bed36763 06:50:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:50:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:50:30 (1/14) Installing libmagic (5.38-r0) 06:50:30 (2/14) Installing file (5.38-r0) 06:50:30 (3/14) Installing libc-dev (0.7.2-r3) 06:50:30 (4/14) Installing g++ (9.3.0-r2) 06:50:31 59c17e3da0e4: Pull complete 06:50:31 7daec384fcf6: Pull complete 06:50:31 7a29a85643c4: Pull complete 06:50:31 94438e9460a9: Pull complete 06:50:31 812cffafd64f: Pull complete 06:50:31 Digest: sha256:af8a54c7bc77af20a24fc779da6a179edb230b027a9915447f6ddb0093e77608 06:50:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 06:50:32 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 06:50:32 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 06:50:32 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 06:50:32 Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 06:50:33 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1341 kB] 06:50:33 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1417 kB] 06:50:33 Fetched 3010 kB in 1s (2201 kB/s) 06:50:35 Reading package lists... 06:50:36 (5/14) Installing fortify-headers (1.1-r0) 06:50:36 (6/14) Installing patch (2.7.6-r6) 06:50:36 (7/14) Installing build-base (0.5-r2) 06:50:36 (8/14) Installing openssh-keygen (8.3_p1-r0) 06:50:36 (9/14) Installing libedit (20191231.3.1-r0) 06:50:36 (10/14) Installing openssh-client (8.3_p1-r0) 06:50:36 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 06:50:36 (12/14) Installing openssh-server-common (8.3_p1-r0) 06:50:36 (13/14) Installing openssh-server (8.3_p1-r0) 06:50:36 (14/14) Installing openssh (8.3_p1-r0) 06:50:36 Executing busybox-1.31.1-r16.trigger 06:50:36 OK: 221 MiB in 53 packages 06:50:39 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 06:50:39 0% [Connecting to archive.ubuntu.com (91.189.88.142)] 0% [1 InRelease gpgv 88.7 kB] [Connecting to archive.ubuntu.com (91.189.88.142) 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 06:50:39 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 06:50:39 0% [2 InRelease gpgv 242 kB] [Waiting for headers] 0% [Waiting for headers] 0% [3 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 06:50:41 Removing intermediate container 6310bed36763 06:50:41 ---> 470cce71dff7 06:50:41 Step 6/8 : WORKDIR /device-modbus-go 06:50:41 ---> Running in 4125ab671ed6 06:50:41 0% [3 InRelease gpgv 88.7 kB] 0% [Working] 0% [4 InRelease gpgv 74.6 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 50% Reading package lists... 65% Reading package lists... 65% Reading package lists... 66% Reading package lists... 66% Reading package lists... 75% Reading package lists... 75% Reading package lists... 75% Reading package lists... 75% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 86% Reading package lists... 86% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 06:50:41 Removing intermediate container 4125ab671ed6 06:50:41 ---> 9b815d19146b 06:50:41 Step 7/8 : COPY . . 06:50:42 ---> 2498502b975a 06:50:42 Step 8/8 : RUN go mod download 06:50:42 ---> Running in 97eab98f4d6f 06:50:43 Installing build dependencies: curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 libperl5.26 make netbase patch perl perl-modules-5.26 06:50:44 Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 53% Reading package lists... 65% Reading package lists... 65% Reading package lists... 66% Reading package lists... 66% Reading package lists... 75% Reading package lists... 75% Reading package lists... 75% Reading package lists... 75% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 86% Reading package lists... 86% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 06:50:44 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 83% Building dependency tree 06:50:44 Reading state information... 0% Reading state information... 0% Reading state information... Done 06:50:44 The following packages were automatically installed and are no longer required: 06:50:44 libjq1 libonig4 06:50:44 Use 'sudo apt autoremove' to remove them. 06:50:44 Suggested packages: 06:50:44 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 06:50:44 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed 06:50:44 diffutils-doc perl-doc libterm-readline-gnu-perl 06:50:44 | libterm-readline-perl-perl 06:50:45 The following NEW packages will be installed: 06:50:45 curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 06:50:45 libperl5.26 make netbase patch perl perl-modules-5.26 06:50:45 0 upgraded, 14 newly installed, 0 to remove and 0 not upgraded. 06:50:45 Need to get 12.0 MB of archives. 06:50:45 After this operation, 77.5 MB of additional disk space will be used. 06:50:45 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 06:50:45 go: finding github.com/BurntSushi/toml v0.3.1 06:50:45 go: finding github.com/OneOfOne/xxhash v1.2.6 06:50:45 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 06:50:45 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 06:50:45 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 06:50:45 go: finding github.com/bgentry/speakeasy v0.1.0 06:50:45 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 06:50:45 go: finding github.com/davecgh/go-spew v1.1.1 06:50:45 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 06:50:45 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 06:50:45 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 06:50:46 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 06:50:46 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 06:50:46 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 06:50:46 go: finding github.com/fatih/color v1.7.0 06:50:46 go: finding github.com/fxamacker/cbor/v2 v2.2.0 06:50:46 go: finding github.com/go-kit/kit v0.8.0 06:50:46 0% [1 perl-modules-5.26 12.6 kB/2763 kB 0%] 4% [1 perl-modules-5.26 633 kB/2763 kB 23%] 20% [Waiting for headers] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 06:50:46 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 06:50:46 21% [3 libgdbm-compat4 6084 B/6084 B 100%] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] 06:50:46 23% [4 libperl5.26 19.0 kB/3527 kB 1%] 48% [Waiting for headers] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] 06:50:46 48% [5 perl 33.5 kB/201 kB 17%] 51% [Waiting for headers] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 06:50:46 51% [6 less 28.4 kB/112 kB 25%] 53% [Waiting for headers] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 06:50:46 53% [7 netbase 12.7 kB/12.7 kB 100%] 54% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] 06:50:46 54% [8 curl 34.7 kB/159 kB 22%] 57% [Waiting for headers] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] 06:50:46 57% [9 libcurl3-gnutls 6834 B/213 kB 3%] 60% [Waiting for headers] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 06:50:46 60% [10 liberror-perl 22.8 kB/22.8 kB 100%] 61% [Waiting for headers] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 06:50:46 61% [11 git-man 33.0 kB/804 kB 4%] 68% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 06:50:46 go: finding github.com/go-logfmt/logfmt v0.4.0 06:50:46 go: finding github.com/go-stack/stack v1.8.0 06:50:46 go: finding github.com/goburrow/modbus v0.1.0 06:50:46 go: finding github.com/goburrow/serial v0.1.0 06:50:46 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 06:50:46 go: finding github.com/google/uuid v1.1.1 06:50:46 go: finding github.com/gorilla/mux v1.7.1 06:50:46 go: finding github.com/hashicorp/consul/api v1.1.0 06:50:46 68% [12 git 11.3 kB/3915 kB 0%] 95% [Waiting for headers] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 06:50:46 96% [13 make 32.7 kB/154 kB 21%] 98% [Waiting for headers] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 06:50:46 go: finding github.com/hashicorp/consul/sdk v0.1.1 06:50:46 go: finding github.com/hashicorp/errwrap v1.0.0 06:50:46 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 06:50:46 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 06:50:46 go: finding github.com/hashicorp/go-msgpack v0.5.3 06:50:46 go: finding github.com/hashicorp/go-multierror v1.0.0 06:50:46 98% [14 patch 9523 B/102 kB 9%] 100% [Working] Fetched 12.0 MB in 1s (8153 kB/s) 06:50:47 go: finding github.com/hashicorp/go-rootcerts v1.0.0 06:50:47 go: finding github.com/hashicorp/go-sockaddr v1.0.1 06:50:47 go: finding github.com/hashicorp/go-syslog v1.0.0 06:50:47 go: finding github.com/hashicorp/go-uuid v1.0.1 06:50:47 go: finding github.com/hashicorp/go.net v0.0.1 06:50:47 go: finding github.com/hashicorp/golang-lru v0.5.1 06:50:47 go: finding github.com/hashicorp/logutils v1.0.0 06:50:47 debconf: delaying package configuration, since apt-utils is not installed 06:50:47 Selecting previously unselected package perl-modules-5.26. 06:50:47 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9889 files and directories currently installed.) 06:50:47 Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 06:50:47 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 06:50:47 go: finding github.com/hashicorp/mdns v1.0.0 06:50:47 go: finding github.com/hashicorp/memberlist v0.1.3 06:50:47 go: finding github.com/hashicorp/serf v0.8.2 06:50:47 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 06:50:47 go: finding github.com/mattn/go-colorable v0.0.9 06:50:47 go: finding github.com/mattn/go-isatty v0.0.3 06:50:47 go: finding github.com/miekg/dns v1.1.4 06:50:47 go: finding github.com/mitchellh/cli v1.0.0 06:50:47 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 06:50:47 go: finding github.com/mitchellh/copystructure v1.0.0 06:50:47 go: finding github.com/mitchellh/go-homedir v1.1.0 06:50:47 go: finding github.com/mitchellh/go-testing-interface v1.0.0 06:50:47 go: finding github.com/mitchellh/go-wordwrap v1.0.0 06:50:47 go: finding github.com/mitchellh/gox v0.4.0 06:50:47 go: finding github.com/mitchellh/iochan v1.0.0 06:50:47 go: finding github.com/mitchellh/mapstructure v1.1.2 06:50:47 go: finding github.com/mitchellh/reflectwalk v1.0.0 06:50:47 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 06:50:47 go: finding github.com/pelletier/go-toml v1.2.0 06:50:47 go: finding github.com/pkg/errors v0.8.1 06:50:47 go: finding github.com/pmezard/go-difflib v1.0.0 06:50:48 go: finding github.com/posener/complete v1.1.1 06:50:48 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 06:50:48 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 06:50:48 go: finding github.com/stretchr/objx v0.1.0 06:50:48 go: finding github.com/stretchr/testify v1.5.1 06:50:48 go: finding github.com/ugorji/go v1.1.4 06:50:48 go: finding github.com/x448/float16 v0.8.4 06:50:48 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 06:50:48 go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 06:50:48 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 06:50:48 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 06:50:48 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 06:50:48 go: finding gopkg.in/yaml.v2 v2.2.8 06:50:49 Selecting previously unselected package libgdbm5:amd64. 06:50:49 Preparing to unpack .../01-libgdbm5_1.14.1-6_amd64.deb ... 06:50:50 Unpacking libgdbm5:amd64 (1.14.1-6) ... 06:50:50 Selecting previously unselected package libgdbm-compat4:amd64. 06:50:50 Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_amd64.deb ... 06:50:50 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 06:50:50 Selecting previously unselected package libperl5.26:amd64. 06:50:50 Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... 06:50:50 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 06:50:51 Selecting previously unselected package perl. 06:50:51 Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_amd64.deb ... 06:50:51 Unpacking perl (5.26.1-6ubuntu0.3) ... 06:50:51 Selecting previously unselected package less. 06:50:51 Preparing to unpack .../05-less_487-0.1_amd64.deb ... 06:50:51 Unpacking less (487-0.1) ... 06:50:51 Selecting previously unselected package netbase. 06:50:51 Preparing to unpack .../06-netbase_5.4_all.deb ... 06:50:51 Unpacking netbase (5.4) ... 06:50:51 Selecting previously unselected package curl. 06:50:51 Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_amd64.deb ... 06:50:51 Unpacking curl (7.58.0-2ubuntu3.10) ... 06:50:51 Selecting previously unselected package libcurl3-gnutls:amd64. 06:50:51 Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... 06:50:51 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 06:50:51 Selecting previously unselected package liberror-perl. 06:50:51 Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... 06:50:51 Unpacking liberror-perl (0.17025-1) ... 06:50:51 Selecting previously unselected package git-man. 06:50:51 Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 06:50:51 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 06:50:52 Selecting previously unselected package git. 06:50:52 Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 06:50:52 Unpacking git (1:2.17.1-1ubuntu0.7) ... 06:50:52 Selecting previously unselected package make. 06:50:52 Preparing to unpack .../12-make_4.1-9.1ubuntu1_amd64.deb ... 06:50:52 Unpacking make (4.1-9.1ubuntu1) ... 06:50:53 Selecting previously unselected package patch. 06:50:53 Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_amd64.deb ... 06:50:53 Unpacking patch (2.7.6-2ubuntu1.1) ... 06:50:53 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 06:50:53 Setting up less (487-0.1) ... 06:50:53 Setting up make (4.1-9.1ubuntu1) ... 06:50:53 Setting up curl (7.58.0-2ubuntu3.10) ... 06:50:53 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 06:50:53 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 06:50:53 Setting up libgdbm5:amd64 (1.14.1-6) ... 06:50:53 Setting up patch (2.7.6-2ubuntu1.1) ... 06:50:53 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 06:50:53 Setting up netbase (5.4) ... 06:50:53 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 06:50:53 Setting up perl (5.26.1-6ubuntu0.3) ... 06:50:53 Setting up liberror-perl (0.17025-1) ... 06:50:53 Setting up git (1:2.17.1-1ubuntu0.7) ... 06:50:53 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 06:50:53 Processing triggers for mime-support (3.60ubuntu1) ... 06:50:55 curl set to automatically installed. 06:50:55 git set to automatically installed. 06:50:55 git-man set to automatically installed. 06:50:55 less set to automatically installed. 06:50:55 libcurl3-gnutls set to automatically installed. 06:50:55 liberror-perl set to automatically installed. 06:50:55 libgdbm-compat4 set to automatically installed. 06:50:55 libgdbm5 set to automatically installed. 06:50:55 libperl5.26 set to automatically installed. 06:50:55 make set to automatically installed. 06:50:55 netbase set to automatically installed. 06:50:55 patch set to automatically installed. 06:50:55 perl set to automatically installed. 06:50:55 perl-modules-5.26 set to automatically installed. 06:50:55 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 06:50:55 Please ensure the environment is properly setup before continuing. 06:50:55 Ignore this message if the appropriate measures have already been taken 06:50:56 Pulling go  06:50:57 'device-modbus' has dependencies that need to be staged: go 06:50:57 Skipping pull go (already ran) 06:50:57 Building go  06:50:57 % Total % Received % Xferd Average Speed Time Time Time Current 06:50:57 Dload Upload Total Spent Left Speed 06:50:58 Removing intermediate container 97eab98f4d6f 06:50:58 ---> f614e8b83c29 06:50:58 Successfully built f614e8b83c29 06:50:58 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:50:59 + docker inspect -f . ci-base-image-arm64 06:50:59 . [Pipeline] withDockerContainer 06:50:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 1 114M 1 2255k 0 0 4538k 0 0:00:25 --:--:-- 0:00:25 4529k 61 114M 61 70.0M 0 0 46.7M 0 0:00:02 0:00:01 0:00:01 46.7M 100 114M 100 114M 0 0 53.3M 0 0:00:02 0:00:02 --:--:-- 53.4M 06:50:59 prd-ubuntu18.04-docker-arm64-4c-16g-162 does not seem to be running inside a container 06:50:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/1 -v /w/workspace/device-modbus-go/1:/w/workspace/device-modbus-go/1:rw,z -v /w/workspace/device-modbus-go/1@tmp:/w/workspace/device-modbus-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:51:00 go1.13.5.linux-amd64.tar.gz: OK 06:51:01 $ docker top 9cc93644f981065320759d9cfb8a2fa2aafb3b2650213395ea0fe94e5ba3222c -eo pid,comm [Pipeline] { [Pipeline] sh 06:51:03 + go version 06:51:03 go version go1.13.13 linux/arm64 [Pipeline] sh 06:51:04 + make test 06:51:04 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 06:51:05 ? github.com/edgexfoundry/device-modbus-go [no test files] 06:51:08 Staging go  06:51:08 Pulling device-modbus  06:51:09 Skipping build go (already ran) 06:51:09 Building device-modbus  06:51:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -o cmd/device-modbus ./cmd 06:51:10 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 06:51:10 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 06:51:10 go: downloading github.com/goburrow/modbus v0.1.0 06:51:10 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 06:51:10 go: extracting github.com/goburrow/modbus v0.1.0 06:51:10 go: downloading github.com/goburrow/serial v0.1.0 06:51:10 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 06:51:10 go: downloading github.com/go-kit/kit v0.8.0 06:51:10 go: downloading github.com/google/uuid v1.1.1 06:51:10 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 06:51:10 go: downloading github.com/gorilla/mux v1.7.1 06:51:10 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 06:51:10 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 06:51:10 go: extracting github.com/goburrow/serial v0.1.0 06:51:10 go: extracting github.com/google/uuid v1.1.1 06:51:10 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 06:51:10 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 06:51:10 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 06:51:10 go: downloading github.com/x448/float16 v0.8.4 06:51:10 go: extracting github.com/gorilla/mux v1.7.1 06:51:10 go: downloading github.com/pkg/errors v0.8.1 06:51:10 go: downloading github.com/hashicorp/consul/api v1.1.0 06:51:10 go: downloading github.com/OneOfOne/xxhash v1.2.6 06:51:10 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 06:51:10 go: downloading gopkg.in/yaml.v2 v2.2.8 06:51:10 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 06:51:10 go: downloading github.com/BurntSushi/toml v0.3.1 06:51:10 go: extracting github.com/go-kit/kit v0.8.0 06:51:10 go: extracting github.com/x448/float16 v0.8.4 06:51:10 go: downloading github.com/pelletier/go-toml v1.2.0 06:51:10 go: extracting github.com/pkg/errors v0.8.1 06:51:10 go: extracting github.com/hashicorp/consul/api v1.1.0 06:51:10 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 06:51:10 go: extracting github.com/OneOfOne/xxhash v1.2.6 06:51:10 go: extracting gopkg.in/yaml.v2 v2.2.8 06:51:10 go: downloading github.com/go-logfmt/logfmt v0.4.0 06:51:10 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 06:51:10 go: extracting github.com/BurntSushi/toml v0.3.1 06:51:11 go: downloading github.com/hashicorp/serf v0.8.2 06:51:11 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 06:51:11 go: downloading github.com/mitchellh/mapstructure v1.1.2 06:51:11 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 06:51:11 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 06:51:11 go: extracting github.com/pelletier/go-toml v1.2.0 06:51:11 go: extracting github.com/go-logfmt/logfmt v0.4.0 06:51:11 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 06:51:11 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 06:51:11 go: extracting github.com/mitchellh/mapstructure v1.1.2 06:51:11 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 06:51:11 go: downloading github.com/mitchellh/copystructure v1.0.0 06:51:11 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 06:51:11 go: extracting github.com/hashicorp/serf v0.8.2 06:51:11 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 06:51:11 go: extracting github.com/mitchellh/copystructure v1.0.0 06:51:11 go: downloading github.com/mitchellh/reflectwalk v1.0.0 06:51:11 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 06:51:11 go: extracting github.com/mitchellh/reflectwalk v1.0.0 06:51:11 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 06:51:11 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 06:51:11 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 06:51:11 go: downloading github.com/hashicorp/golang-lru v0.5.1 06:51:11 go: extracting github.com/hashicorp/golang-lru v0.5.1 06:51:11 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 06:51:11 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 06:51:11 go: finding github.com/goburrow/modbus v0.1.0 06:51:11 go: finding github.com/gorilla/mux v1.7.1 06:51:11 go: finding github.com/google/uuid v1.1.1 06:51:11 go: finding github.com/go-kit/kit v0.8.0 06:51:11 go: finding github.com/fxamacker/cbor/v2 v2.2.0 06:51:11 go: finding github.com/OneOfOne/xxhash v1.2.6 06:51:11 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 06:51:11 go: finding github.com/goburrow/serial v0.1.0 06:51:11 go: finding github.com/x448/float16 v0.8.4 06:51:11 go: finding github.com/go-logfmt/logfmt v0.4.0 06:51:11 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 06:51:11 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 06:51:11 go: finding gopkg.in/yaml.v2 v2.2.8 06:51:11 go: finding github.com/BurntSushi/toml v0.3.1 06:51:11 go: finding github.com/pkg/errors v0.8.1 06:51:11 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 06:51:11 go: finding github.com/hashicorp/consul/api v1.1.0 06:51:11 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 06:51:11 go: finding github.com/pelletier/go-toml v1.2.0 06:51:11 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 06:51:11 go: finding github.com/hashicorp/go-rootcerts v1.0.0 06:51:11 go: finding github.com/mitchellh/copystructure v1.0.0 06:51:11 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 06:51:11 go: finding github.com/mitchellh/mapstructure v1.1.2 06:51:11 go: finding github.com/hashicorp/serf v0.8.2 06:51:11 go: finding github.com/mitchellh/reflectwalk v1.0.0 06:51:11 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 06:51:11 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 06:51:11 go: finding github.com/hashicorp/golang-lru v0.5.1 06:51:21 CGO_ENABLED=0 GO111MODULE=on go build ./... 06:51:26 Skipping stage go (already ran) 06:51:26 Staging device-modbus  06:51:26 Priming go  06:51:27 Priming device-modbus  06:51:28 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 06:51:28 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 06:51:28 Determining the version from the project repo (version-script). 06:51:28 The version has been set to '0.0.0-20200824+62371f1' 06:51:29 Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping | 06:51:29 Snapped edgex-device-modbus_0.0.0-20200824+62371f1_amd64.snap [Pipeline] } 06:51:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 06:51:37 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 06:51:37 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.362s coverage: 50.9% of statements 06:51:37 CGO_ENABLED=0 GO111MODULE=on go vet ./... 06:51:38 gofmt -l . 06:51:38 [ "`gofmt -l .`" = "" ] 06:51:38 ./bin/test-attribution-txt.sh 06:51:39 ./bin/test-go-mod-tidy.sh [Pipeline] stash 06:51:39 Warning: overwriting stash ‘coverage-report’ 06:51:40 Stashed 1 file(s) [Pipeline] } 06:51:40 $ docker stop --time=1 9cc93644f981065320759d9cfb8a2fa2aafb3b2650213395ea0fe94e5ba3222c 06:51:42 $ docker rm -f 9cc93644f981065320759d9cfb8a2fa2aafb3b2650213395ea0fe94e5ba3222c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:51:44 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:51:44 + ls -al . 06:51:44 total 140 06:51:44 drwxrwxr-x 10 jenkins jenkins 4096 Aug 24 06:51 . 06:51:44 drwxrwxr-x 4 jenkins jenkins 4096 Aug 24 06:49 .. 06:51:44 -rw-rw-r-- 1 jenkins jenkins 140 Aug 24 06:49 .dockerignore 06:51:44 drwxrwxr-x 8 jenkins jenkins 4096 Aug 24 06:49 .git 06:51:44 drwxrwxr-x 2 jenkins jenkins 4096 Aug 24 06:49 .github 06:51:44 -rw-rw-r-- 1 jenkins jenkins 330 Aug 24 06:49 .gitignore 06:51:44 drwxrwxr-x 3 jenkins jenkins 4096 Aug 24 06:49 .semver 06:51:44 -rw-rw-r-- 1 jenkins jenkins 4434 Aug 24 06:49 Attribution.txt 06:51:44 -rw-rw-r-- 1 jenkins jenkins 1422 Aug 24 06:49 Dockerfile 06:51:44 -rw-rw-r-- 1 jenkins jenkins 954 Aug 24 06:49 Dockerfile.build 06:51:44 -rw-rw-r-- 1 jenkins jenkins 702 Aug 24 06:49 Jenkinsfile 06:51:44 -rw-rw-r-- 1 jenkins jenkins 11340 Aug 24 06:49 LICENSE 06:51:44 -rw-rw-r-- 1 jenkins jenkins 880 Aug 24 06:49 Makefile 06:51:44 -rw-rw-r-- 1 jenkins jenkins 591 Aug 24 06:49 README.md 06:51:44 -rw-rw-r-- 1 jenkins jenkins 5 Aug 24 06:46 VERSION 06:51:44 drwxrwxr-x 2 jenkins jenkins 4096 Aug 24 06:49 bin 06:51:44 drwxrwxr-x 3 jenkins jenkins 4096 Aug 24 06:49 cmd 06:51:44 -rw-r--r-- 1 jenkins jenkins 22032 Aug 24 06:51 coverage.out 06:51:44 -rw-r--r-- 1 jenkins jenkins 559 Aug 24 06:51 go.mod 06:51:44 -rw-r--r-- 1 jenkins jenkins 13471 Aug 24 06:51 go.sum 06:51:44 drwxrwxr-x 3 jenkins jenkins 4096 Aug 24 06:49 internal 06:51:44 drwxrwxr-x 2 jenkins jenkins 4096 Aug 24 06:49 simulator 06:51:44 drwxrwxr-x 4 jenkins jenkins 4096 Aug 24 06:49 snap 06:51:44 -rw-rw-r-- 1 jenkins jenkins 229 Aug 24 06:49 version.go [Pipeline] isUnix [Pipeline] sh 06:51:45 + docker build -t docker-device-modbus-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=62371f17efb88eab1d7e88a8351d26992f7f5366 --label arch=arm64 --label version=0.0.0 . 06:51:45 Sending build context to Docker daemon 673.3kB 06:51:45 Step 1/19 : ARG BASE=golang:1.13-alpine 06:51:45 Step 2/19 : FROM ${BASE} AS builder 06:51:45 ---> f614e8b83c29 06:51:45 Step 3/19 : ARG MAKE='make build' 06:51:46 ---> Running in 68d04fdb43f0 06:51:46 Removing intermediate container 68d04fdb43f0 06:51:46 ---> 64d3051bb9b1 06:51:46 Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:51:47 ---> Running in 7076a5459dd4 06:51:49 Removing intermediate container 7076a5459dd4 06:51:49 ---> 390974a73273 06:51:49 Step 5/19 : RUN apk add --update --no-cache make git openssh build-base 06:51:49 ---> Running in f141c8e81cfd 06:51:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:51:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:51:52 OK: 221 MiB in 53 packages 06:51:53 Removing intermediate container f141c8e81cfd 06:51:53 ---> 3d020469b4dc 06:51:53 Step 6/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go 06:51:54 ---> Running in df776961ceda 06:51:54 Removing intermediate container df776961ceda 06:51:54 ---> a3063be58f7f 06:51:54 Step 7/19 : COPY . . 06:51:55 ---> b5d3e4387434 06:51:55 Step 8/19 : RUN ${MAKE} 06:51:56 ---> Running in 52800396df2e 06:51:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -o cmd/device-modbus ./cmd 06:52:24 CGO_ENABLED=0 GO111MODULE=on go build ./... 06:52:29 Removing intermediate container 52800396df2e 06:52:29 ---> d99e1724c451 06:52:29 Step 9/19 : FROM scratch 06:52:29 ---> 06:52:29 Step 10/19 : ENV APP_PORT=49991 06:52:29 ---> Running in d118f7cca2eb 06:52:29 Removing intermediate container d118f7cca2eb 06:52:29 ---> d12ec0abb2ff 06:52:29 Step 11/19 : EXPOSE $APP_PORT 06:52:29 ---> Running in 8ecb28212a6d 06:52:29 Removing intermediate container 8ecb28212a6d 06:52:29 ---> ae63d22b0c85 06:52:29 Step 12/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / 06:52:30 ---> 34b466b21101 06:52:30 Step 13/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / 06:52:31 ---> ecc27607550b 06:52:31 Step 14/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / 06:52:32 ---> 71fc359e9f6a 06:52:32 Step 15/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' 06:52:32 ---> Running in f9a410e744b8 06:52:32 Removing intermediate container f9a410e744b8 06:52:32 ---> 5f7fbf467193 06:52:32 Step 16/19 : ENTRYPOINT ["/device-modbus","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] 06:52:32 ---> Running in a0f85919f81a 06:52:33 Removing intermediate container a0f85919f81a 06:52:33 ---> f83a0652ec23 06:52:33 Step 17/19 : LABEL arch=arm64 06:52:33 ---> Running in 7f4c93c876f5 06:52:33 Removing intermediate container 7f4c93c876f5 06:52:33 ---> 144a4ce1884c 06:52:33 Step 18/19 : LABEL git_sha=62371f17efb88eab1d7e88a8351d26992f7f5366 06:52:34 ---> Running in bb19269bd8bf 06:52:34 Removing intermediate container bb19269bd8bf 06:52:34 ---> 661390b25e4b 06:52:34 Step 19/19 : LABEL version=0.0.0 06:52:34 ---> Running in 371191af3db8 06:52:34 Removing intermediate container 371191af3db8 06:52:34 ---> e4160dcccc56 06:52:34 [Warning] One or more build-args [ARCH] were not consumed 06:52:35 Successfully built e4160dcccc56 06:52:35 Successfully tagged docker-device-modbus-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh 06:52:36 + + find /w/workspace/device-modbus-go/1 06:52:36 grep snapcraft.yaml 06:52:36 + grep -Po ^name: \K(.*) /w/workspace/device-modbus-go/1/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:52:36 provisioning config files... 06:52:36 copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/1@tmp/config3340084302095227465tmp [Pipeline] { [Pipeline] sh 06:52:37 + cp /w/workspace/device-modbus-go/1@tmp/config3340084302095227465tmp /w/workspace/device-modbus-go/1/edgex-snap-store-login [Pipeline] sh 06:52:37 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/1:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 06:52:37 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally 06:52:37 latest: Pulling from edgex-devops/edgex-snap-builder-arm64 06:52:37 237528ba509b: Pulling fs layer 06:52:37 393b96f31d8b: Pulling fs layer 06:52:37 4d82b0e39008: Pulling fs layer 06:52:37 e7ca375b8d34: Pulling fs layer 06:52:37 07392d479177: Pulling fs layer 06:52:37 8324981f6117: Pulling fs layer 06:52:37 c3105ce2227d: Pulling fs layer 06:52:37 92aa0e4ab508: Pulling fs layer 06:52:37 ae419ce1c302: Pulling fs layer 06:52:37 8324981f6117: Waiting 06:52:37 ae419ce1c302: Waiting 06:52:37 c3105ce2227d: Waiting 06:52:37 07392d479177: Waiting 06:52:37 e7ca375b8d34: Waiting 06:52:37 92aa0e4ab508: Waiting 06:52:37 4d82b0e39008: Verifying Checksum 06:52:37 4d82b0e39008: Download complete 06:52:37 393b96f31d8b: Download complete 06:52:37 e7ca375b8d34: Verifying Checksum 06:52:37 e7ca375b8d34: Download complete 06:52:37 8324981f6117: Verifying Checksum 06:52:37 8324981f6117: Download complete 06:52:37 c3105ce2227d: Download complete 06:52:37 92aa0e4ab508: Download complete 06:52:37 ae419ce1c302: Verifying Checksum 06:52:37 ae419ce1c302: Download complete 06:52:38 237528ba509b: Verifying Checksum 06:52:38 237528ba509b: Download complete 06:52:42 237528ba509b: Pull complete 06:52:42 393b96f31d8b: Pull complete 06:52:42 4d82b0e39008: Pull complete 06:52:43 e7ca375b8d34: Pull complete 06:52:48 07392d479177: Verifying Checksum 06:52:48 07392d479177: Download complete 06:53:27 07392d479177: Pull complete 06:53:27 8324981f6117: Pull complete 06:53:27 c3105ce2227d: Pull complete 06:53:27 92aa0e4ab508: Pull complete 06:53:28 ae419ce1c302: Pull complete 06:53:28 Digest: sha256:6e406ae1453d9e8d8e9e409efff2bb31ab6f017c918e683fbe291fd96f16a4ed 06:53:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 06:53:33 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 06:53:33 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 06:53:33 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 06:53:33 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 06:53:33 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1253 kB] 06:53:34 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [922 kB] 06:53:34 Fetched 2427 kB in 2s (1261 kB/s) 06:53:40 Reading package lists... 06:53:52 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 06:53:52 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease 06:53:52 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease 06:53:52 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease 06:53:58 0% [1 InRelease gpgv 242 kB] 0% [Working] 0% [2 InRelease gpgv 88.7 kB] 0% [Working] 0% [3 InRelease gpgv 74.6 kB] 0% [Working] 0% [4 InRelease gpgv 88.7 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 9% Reading package lists... 30% Reading package lists... 51% Reading package lists... 71% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 06:54:04 Installing build dependencies: curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 libperl5.26 make netbase patch perl perl-modules-5.26 06:54:08 Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 11% Reading package lists... 33% Reading package lists... 55% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 74% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 06:54:09 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree 06:54:09 Reading state information... 0% Reading state information... 0% Reading state information... Done 06:54:10 The following packages were automatically installed and are no longer required: 06:54:10 libjq1 libonig4 06:54:10 Use 'sudo apt autoremove' to remove them. 06:54:10 Suggested packages: 06:54:10 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 06:54:10 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed 06:54:10 diffutils-doc perl-doc libterm-readline-gnu-perl 06:54:10 | libterm-readline-perl-perl 06:54:10 The following NEW packages will be installed: 06:54:10 curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 06:54:10 libperl5.26 make netbase patch perl perl-modules-5.26 06:54:10 0 upgraded, 14 newly installed, 0 to remove and 0 not upgraded. 06:54:10 Need to get 10.8 MB of archives. 06:54:10 After this operation, 73.6 MB of additional disk space will be used. 06:54:10 0% [Working] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 06:54:11 0% [1 perl-modules-5.26 12.6 kB/2763 kB 0%] 5% [1 perl-modules-5.26 709 kB/2763 kB 26%] 22% [Working] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] 06:54:11 22% [2 libgdbm5 7477 B/23.1 kB 32%] 24% [Waiting for headers] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] 06:54:11 24% [3 libgdbm-compat4 5536 B/5536 B 100%] 25% [Working] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] 06:54:11 25% [4 libperl5.26 24.6 kB/3326 kB 1%] 51% [Working] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] 06:54:11 51% [5 perl 42.3 kB/201 kB 21%] 54% [Working] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] 06:54:11 54% [6 less 37.3 kB/99.7 kB 37%] 56% [Working] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] 06:54:11 56% [7 netbase 0 B/12.7 kB 0%] 58% [Working] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.10 [152 kB] 06:54:11 58% [8 curl 32.8 kB/152 kB 22%] 60% [Working] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.10 [179 kB] 06:54:11 60% [9 libcurl3-gnutls 8192 B/179 kB 5%] 63% [Working] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] 06:54:11 63% [10 liberror-perl 22.8 kB/22.8 kB 100%] 65% [Waiting for headers] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 06:54:11 65% [11 git-man 20.5 kB/804 kB 3%] 72% [Working] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] 06:54:12 72% [12 git 16.4 kB/2952 kB 1%] 95% [Working] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] 06:54:12 96% [13 make 65.5 kB/139 kB 47%] 98% [Working] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] 06:54:12 98% [14 patch 65.5 kB/91.8 kB 71%] 100% [Working] Fetched 10.8 MB in 1s (7309 kB/s) 06:54:12 debconf: delaying package configuration, since apt-utils is not installed 06:54:12 Selecting previously unselected package perl-modules-5.26. 06:54:12 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9882 files and directories currently installed.) 06:54:12 Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 06:54:12 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 06:54:14 Selecting previously unselected package libgdbm5:arm64. 06:54:14 Preparing to unpack .../01-libgdbm5_1.14.1-6_arm64.deb ... 06:54:14 Unpacking libgdbm5:arm64 (1.14.1-6) ... 06:54:14 Selecting previously unselected package libgdbm-compat4:arm64. 06:54:14 Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_arm64.deb ... 06:54:14 Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... 06:54:14 Selecting previously unselected package libperl5.26:arm64. 06:54:14 Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... 06:54:14 Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 06:54:15 Selecting previously unselected package perl. 06:54:15 Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_arm64.deb ... 06:54:15 Unpacking perl (5.26.1-6ubuntu0.3) ... 06:54:16 Selecting previously unselected package less. 06:54:16 Preparing to unpack .../05-less_487-0.1_arm64.deb ... 06:54:16 Unpacking less (487-0.1) ... 06:54:16 Selecting previously unselected package netbase. 06:54:16 Preparing to unpack .../06-netbase_5.4_all.deb ... 06:54:16 Unpacking netbase (5.4) ... 06:54:16 Selecting previously unselected package curl. 06:54:16 Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_arm64.deb ... 06:54:16 Unpacking curl (7.58.0-2ubuntu3.10) ... 06:54:16 Selecting previously unselected package libcurl3-gnutls:arm64. 06:54:16 Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_arm64.deb ... 06:54:16 Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... 06:54:16 Selecting previously unselected package liberror-perl. 06:54:16 Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... 06:54:16 Unpacking liberror-perl (0.17025-1) ... 06:54:16 Selecting previously unselected package git-man. 06:54:16 Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 06:54:16 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 06:54:17 Selecting previously unselected package git. 06:54:17 Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... 06:54:17 Unpacking git (1:2.17.1-1ubuntu0.7) ... 06:54:18 Selecting previously unselected package make. 06:54:18 Preparing to unpack .../12-make_4.1-9.1ubuntu1_arm64.deb ... 06:54:18 Unpacking make (4.1-9.1ubuntu1) ... 06:54:18 Selecting previously unselected package patch. 06:54:18 Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_arm64.deb ... 06:54:18 Unpacking patch (2.7.6-2ubuntu1.1) ... 06:54:18 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 06:54:18 Setting up less (487-0.1) ... 06:54:19 Setting up make (4.1-9.1ubuntu1) ... 06:54:19 Setting up curl (7.58.0-2ubuntu3.10) ... 06:54:19 Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... 06:54:19 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 06:54:19 Setting up libgdbm5:arm64 (1.14.1-6) ... 06:54:19 Setting up patch (2.7.6-2ubuntu1.1) ... 06:54:19 Setting up libgdbm-compat4:arm64 (1.14.1-6) ... 06:54:19 Setting up netbase (5.4) ... 06:54:19 Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 06:54:19 Setting up perl (5.26.1-6ubuntu0.3) ... 06:54:19 Setting up liberror-perl (0.17025-1) ... 06:54:19 Setting up git (1:2.17.1-1ubuntu0.7) ... 06:54:19 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 06:54:19 Processing triggers for mime-support (3.60ubuntu1) ... 06:54:25 curl set to automatically installed. 06:54:25 git set to automatically installed. 06:54:25 git-man set to automatically installed. 06:54:25 less set to automatically installed. 06:54:25 libcurl3-gnutls set to automatically installed. 06:54:25 liberror-perl set to automatically installed. 06:54:25 libgdbm-compat4 set to automatically installed. 06:54:25 libgdbm5 set to automatically installed. 06:54:25 libperl5.26 set to automatically installed. 06:54:25 make set to automatically installed. 06:54:25 netbase set to automatically installed. 06:54:25 patch set to automatically installed. 06:54:25 perl set to automatically installed. 06:54:25 perl-modules-5.26 set to automatically installed. 06:54:25 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 06:54:25 Please ensure the environment is properly setup before continuing. 06:54:25 Ignore this message if the appropriate measures have already been taken 06:54:26 Pulling go  06:54:30 'device-modbus' has dependencies that need to be staged: go 06:54:30 Skipping pull go (already ran) 06:54:30 Building go  06:54:30 % Total % Received % Xferd Average Speed Time Time Time Current 06:54:30 Dload Upload Total Spent Left Speed 06:54:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 93.0M 0 3269 0 0 10718 0 2:31:46 --:--:-- 2:31:46 10683 28 93.0M 28 26.1M 0 0 20.2M 0 0:00:04 0:00:01 0:00:03 20.1M 56 93.0M 56 52.2M 0 0 22.8M 0 0:00:04 0:00:02 0:00:02 22.8M 85 93.0M 85 80.0M 0 0 24.0M 0 0:00:03 0:00:03 --:--:-- 24.0M 100 93.0M 100 93.0M 0 0 24.5M 0 0:00:03 0:00:03 --:--:-- 24.5M 06:54:35 go1.13.5.linux-arm64.tar.gz: OK 06:54:53 Staging go  06:54:55 Pulling device-modbus  06:54:57 Skipping build go (already ran) 06:54:57 Building device-modbus  06:54:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -o cmd/device-modbus ./cmd 06:54:58 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 06:54:58 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 06:54:58 go: downloading github.com/goburrow/modbus v0.1.0 06:54:59 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 06:54:59 go: extracting github.com/goburrow/modbus v0.1.0 06:54:59 go: downloading github.com/goburrow/serial v0.1.0 06:54:59 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 06:54:59 go: extracting github.com/goburrow/serial v0.1.0 06:54:59 go: downloading github.com/gorilla/mux v1.7.1 06:54:59 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 06:54:59 go: extracting github.com/gorilla/mux v1.7.1 06:54:59 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 06:54:59 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 06:54:59 go: downloading github.com/pkg/errors v0.8.1 06:54:59 go: downloading github.com/go-kit/kit v0.8.0 06:54:59 go: downloading gopkg.in/yaml.v2 v2.2.8 06:54:59 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 06:54:59 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 06:54:59 go: downloading github.com/google/uuid v1.1.1 06:54:59 go: downloading github.com/OneOfOne/xxhash v1.2.6 06:54:59 go: extracting github.com/pkg/errors v0.8.1 06:54:59 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 06:54:59 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 06:54:59 go: extracting gopkg.in/yaml.v2 v2.2.8 06:54:59 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 06:54:59 go: extracting github.com/google/uuid v1.1.1 06:54:59 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 06:54:59 go: extracting github.com/OneOfOne/xxhash v1.2.6 06:54:59 go: downloading github.com/BurntSushi/toml v0.3.1 06:54:59 go: downloading github.com/pelletier/go-toml v1.2.0 06:54:59 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 06:54:59 go: downloading github.com/x448/float16 v0.8.4 06:54:59 go: downloading github.com/hashicorp/consul/api v1.1.0 06:54:59 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 06:54:59 go: extracting github.com/BurntSushi/toml v0.3.1 06:54:59 go: extracting github.com/x448/float16 v0.8.4 06:54:59 go: extracting github.com/pelletier/go-toml v1.2.0 06:54:59 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 06:54:59 go: downloading github.com/mitchellh/copystructure v1.0.0 06:54:59 go: downloading github.com/mitchellh/mapstructure v1.1.2 06:54:59 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 06:54:59 go: extracting github.com/go-kit/kit v0.8.0 06:54:59 go: extracting github.com/hashicorp/consul/api v1.1.0 06:54:59 go: extracting github.com/mitchellh/copystructure v1.0.0 06:54:59 go: extracting github.com/mitchellh/mapstructure v1.1.2 06:54:59 go: downloading github.com/mitchellh/reflectwalk v1.0.0 06:54:59 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 06:54:59 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 06:54:59 go: downloading github.com/hashicorp/serf v0.8.2 06:54:59 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 06:54:59 go: extracting github.com/mitchellh/reflectwalk v1.0.0 06:54:59 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 06:54:59 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 06:54:59 go: extracting github.com/hashicorp/serf v0.8.2 06:54:59 go: downloading github.com/go-logfmt/logfmt v0.4.0 06:54:59 go: extracting github.com/go-logfmt/logfmt v0.4.0 06:54:59 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 06:54:59 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 06:54:59 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 06:55:00 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 06:55:00 go: downloading github.com/hashicorp/golang-lru v0.5.1 06:55:00 go: extracting github.com/hashicorp/golang-lru v0.5.1 06:55:00 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 06:55:00 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 06:55:00 go: finding github.com/goburrow/modbus v0.1.0 06:55:00 go: finding github.com/gorilla/mux v1.7.1 06:55:00 go: finding github.com/fxamacker/cbor/v2 v2.2.0 06:55:00 go: finding github.com/go-kit/kit v0.8.0 06:55:00 go: finding github.com/google/uuid v1.1.1 06:55:00 go: finding github.com/OneOfOne/xxhash v1.2.6 06:55:00 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 06:55:00 go: finding github.com/goburrow/serial v0.1.0 06:55:00 go: finding github.com/x448/float16 v0.8.4 06:55:00 go: finding github.com/go-logfmt/logfmt v0.4.0 06:55:00 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 06:55:00 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 06:55:00 go: finding gopkg.in/yaml.v2 v2.2.8 06:55:00 go: finding github.com/BurntSushi/toml v0.3.1 06:55:00 go: finding github.com/pkg/errors v0.8.1 06:55:00 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 06:55:00 go: finding github.com/hashicorp/consul/api v1.1.0 06:55:00 go: finding github.com/pelletier/go-toml v1.2.0 06:55:00 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 06:55:00 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 06:55:00 go: finding github.com/hashicorp/go-rootcerts v1.0.0 06:55:00 go: finding github.com/hashicorp/serf v0.8.2 06:55:00 go: finding github.com/mitchellh/mapstructure v1.1.2 06:55:00 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 06:55:00 go: finding github.com/mitchellh/copystructure v1.0.0 06:55:00 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 06:55:00 go: finding github.com/mitchellh/reflectwalk v1.0.0 06:55:00 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 06:55:00 go: finding github.com/hashicorp/golang-lru v0.5.1 06:55:22 CGO_ENABLED=0 GO111MODULE=on go build ./... 06:55:41 Skipping stage go (already ran) 06:55:41 Staging device-modbus  06:55:42 Priming go  06:55:46 Priming device-modbus  06:55:49 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 06:55:49 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 06:55:49 Determining the version from the project repo (version-script). 06:55:49 The version has been set to '0.0.0-20200824+62371f1' 06:55:52 Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping | 06:55:52 Snapped edgex-device-modbus_0.0.0-20200824+62371f1_arm64.snap [Pipeline] } 06:55:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 06:55:56 provisioning config files... 06:55:56 copy managed file [device-modbus-go-codecov-token] to file:/w/workspace/xfoundry_device-modbus-go_PR-165@tmp/config8358657689845499907tmp [Pipeline] { [Pipeline] sh 06:55:57 + curl -s https://codecov.io/bash 06:55:57 + bash -s - -t @/w/workspace/xfoundry_device-modbus-go_PR-165@tmp/config8358657689845499907tmp [Pipeline] } 06:55:57 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 06:56:00 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:56:00 ---> package-listing.sh 06:56:00 ++ facter osfamily 06:56:00 ++ tr '[:upper:]' '[:lower:]' 06:56:00 + OS_FAMILY=redhat 06:56:00 + workspace=/w/workspace/xfoundry_device-modbus-go_PR-165 06:56:00 + START_PACKAGES=/tmp/packages_start.txt 06:56:00 + END_PACKAGES=/tmp/packages_end.txt 06:56:00 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:56:00 + PACKAGES=/tmp/packages_start.txt 06:56:00 + '[' /w/workspace/xfoundry_device-modbus-go_PR-165 ']' 06:56:00 + PACKAGES=/tmp/packages_end.txt 06:56:00 + case "${OS_FAMILY}" in 06:56:00 + rpm -qa 06:56:00 + sort 06:56:05 + '[' -f /tmp/packages_start.txt ']' 06:56:05 + '[' -f /tmp/packages_end.txt ']' 06:56:05 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:56:05 + '[' /w/workspace/xfoundry_device-modbus-go_PR-165 ']' 06:56:05 + mkdir -p /w/workspace/xfoundry_device-modbus-go_PR-165/archives/ 06:56:05 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_PR-165/archives/ [Pipeline] isUnix [Pipeline] sh 06:56:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:56:05 06:56:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:56:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:56:05 alpine: Pulling from edgex-lftools-log-publisher 06:56:05 c9b1b535fdd9: Pulling fs layer 06:56:05 2cc5ad85d9ab: Pulling fs layer 06:56:05 756a868c4378: Pulling fs layer 06:56:05 444b2fc9a129: Pulling fs layer 06:56:05 ea15f1150254: Pulling fs layer 06:56:05 41b27a9f41bf: Pulling fs layer 06:56:05 28c525ee5125: Pulling fs layer 06:56:05 094b1ea09ed8: Pulling fs layer 06:56:05 138eaada9080: Pulling fs layer 06:56:05 0622d0fa9048: Pulling fs layer 06:56:05 ea15f1150254: Waiting 06:56:05 41b27a9f41bf: Waiting 06:56:05 28c525ee5125: Waiting 06:56:05 094b1ea09ed8: Waiting 06:56:05 138eaada9080: Waiting 06:56:05 0622d0fa9048: Waiting 06:56:05 444b2fc9a129: Waiting 06:56:05 2cc5ad85d9ab: Verifying Checksum 06:56:05 2cc5ad85d9ab: Download complete 06:56:05 444b2fc9a129: Verifying Checksum 06:56:05 444b2fc9a129: Download complete 06:56:05 c9b1b535fdd9: Download complete 06:56:05 ea15f1150254: Verifying Checksum 06:56:05 ea15f1150254: Download complete 06:56:06 28c525ee5125: Verifying Checksum 06:56:06 28c525ee5125: Download complete 06:56:06 756a868c4378: Verifying Checksum 06:56:06 756a868c4378: Download complete 06:56:06 c9b1b535fdd9: Pull complete 06:56:06 138eaada9080: Verifying Checksum 06:56:06 138eaada9080: Download complete 06:56:06 0622d0fa9048: Verifying Checksum 06:56:06 0622d0fa9048: Download complete 06:56:06 2cc5ad85d9ab: Pull complete 06:56:06 094b1ea09ed8: Verifying Checksum 06:56:06 094b1ea09ed8: Download complete 06:56:06 41b27a9f41bf: Verifying Checksum 06:56:06 41b27a9f41bf: Download complete 06:56:08 756a868c4378: Pull complete 06:56:08 444b2fc9a129: Pull complete 06:56:08 ea15f1150254: Pull complete 06:56:12 41b27a9f41bf: Pull complete 06:56:12 28c525ee5125: Pull complete 06:56:16 094b1ea09ed8: Pull complete 06:56:16 138eaada9080: Pull complete 06:56:16 0622d0fa9048: Pull complete 06:56:16 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 06:56:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:56:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:56:16 prd-centos7-docker-4c-2g-156 does not seem to be running inside a container 06:56:16 $ 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-165 -v /w/workspace/xfoundry_device-modbus-go_PR-165:/w/workspace/xfoundry_device-modbus-go_PR-165:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-165@tmp:/w/workspace/xfoundry_device-modbus-go_PR-165@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:10003/edgex-lftools-log-publisher:alpine cat 06:56:18 $ docker top 3cbba4b4ff87d4c4ea202407304cf407f231b0fada5ed4b6fc419fb7464540df -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:56:18 provisioning config files... 06:56:18 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-165@tmp/config658030737450752457tmp [Pipeline] { [Pipeline] echo 06:56:18 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:56:19 ---> create-netrc.sh [Pipeline] echo 06:56:19 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:56:19 ---> logs-deploy.sh 06:56:19 + ARCHIVE_ARTIFACTS= 06:56:19 + LOGS_SERVER=https://logs.edgexfoundry.org 06:56:19 + '[' https://logs.edgexfoundry.org == None ']' 06:56:19 + NEXUS_URL=https://nexus.edgexfoundry.org 06:56:19 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-165/1 06:56:19 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/PR-165/1/ 06:56:19 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-165/1 /w/workspace/xfoundry_device-modbus-go_PR-165 06:56:21 Archives upload complete. 06:56:21 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-165/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/PR-165/1/ 06:56:21 ---> uname -a: 06:56:21 Linux 3cbba4b4ff87 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 06:56:21 06:56:21 06:56:21 ---> lscpu: 06:56:21 Architecture: x86_64 06:56:21 CPU op-mode(s): 32-bit, 64-bit 06:56:21 Byte Order: Little Endian 06:56:21 Address sizes: 40 bits physical, 48 bits virtual 06:56:21 CPU(s): 4 06:56:21 On-line CPU(s) list: 0-3 06:56:21 Thread(s) per core: 1 06:56:21 Core(s) per socket: 1 06:56:21 Socket(s): 4 06:56:21 NUMA node(s): 1 06:56:21 Vendor ID: GenuineIntel 06:56:21 CPU family: 6 06:56:21 Model: 44 06:56:21 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 06:56:21 Stepping: 1 06:56:21 CPU MHz: 2933.438 06:56:21 BogoMIPS: 5866.87 06:56:21 Virtualization: VT-x 06:56:21 Hypervisor vendor: KVM 06:56:21 Virtualization type: full 06:56:21 L1d cache: 128 KiB 06:56:21 L1i cache: 128 KiB 06:56:21 L2 cache: 16 MiB 06:56:21 L3 cache: 64 MiB 06:56:21 NUMA node0 CPU(s): 0-3 06:56:21 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 06:56:21 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 06:56:21 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 06:56:21 Vulnerability Meltdown: Mitigation; PTI 06:56:21 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:56:21 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:56:21 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:56:21 Vulnerability Tsx async abort: Not affected 06:56:21 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 06:56:21 06:56:21 06:56:21 ---> nproc: 06:56:21 4 06:56:21 06:56:21 06:56:21 ---> df -h: 06:56:21 Filesystem Size Used Available Use% Mounted on 06:56:21 overlay 50.0G 7.2G 42.8G 14% / 06:56:21 tmpfs 64.0M 0 64.0M 0% /dev 06:56:21 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 06:56:21 shm 64.0M 0 64.0M 0% /dev/shm 06:56:21 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 06:56:21 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 06:56:21 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 06:56:21 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa 06:56:21 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/xfoundry_device-modbus-go_PR-165 06:56:21 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/xfoundry_device-modbus-go_PR-165@tmp 06:56:21 06:56:21 06:56:21 ---> free -m: 06:56:21 total used free shared buff/cache available 06:56:21 Mem: 1837 667 111 0 1058 1063 06:56:21 Swap: 1023 1 1022 06:56:21 06:56:21 06:56:21 ---> ip addr: 06:56:21 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 06:56:21 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:56:21 inet 127.0.0.1/8 scope host lo 06:56:21 valid_lft forever preferred_lft forever 06:56:21 6: eth0@if7: mtu 1458 qdisc noqueue state UP 06:56:21 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 06:56:21 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 06:56:21 valid_lft forever preferred_lft forever 06:56:21 06:56:21