cloudxxx8 commented: recheck Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jamesrgregg for edgexfoundry/device-modbus-go Obtained Jenkinsfile from 51725aa6219b7acd356423099fa6f07cbac6e7b1+fdf900d8a58188a2e8b2bc604c944c724a46cd8f (0d8b3b4eae20d24e23ead3149beae4280cc08c98) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 370697454611dc68c0596e0d0a50477a8de841a8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-modbus-go, goVersion:1.13, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-modbus-go-settings PROJECT: device-modbus-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-modbus-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: true [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3544’ is offline Running on prd-centos7-docker-4c-2g-3546 in /w/workspace/xfoundry_device-modbus-go_PR-155 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-modbus-go.git > git init /w/workspace/xfoundry_device-modbus-go_PR-155 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/155/head:refs/remotes/origin/PR-155 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit fdf900d8a58188a2e8b2bc604c944c724a46cd8f into PR head commit 51725aa6219b7acd356423099fa6f07cbac6e7b1 Merge succeeded, producing 51725aa6219b7acd356423099fa6f07cbac6e7b1 Checking out Revision 51725aa6219b7acd356423099fa6f07cbac6e7b1 (PR-155) > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/155/head:refs/remotes/origin/PR-155 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/155/head:refs/remotes/origin/PR-155 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 51725aa6219b7acd356423099fa6f07cbac6e7b1 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge fdf900d8a58188a2e8b2bc604c944c724a46cd8f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 51725aa6219b7acd356423099fa6f07cbac6e7b1 # timeout=10 Commit message: "Merge branch 'master' into update-pr-template" > git rev-list --no-walk 51725aa6219b7acd356423099fa6f07cbac6e7b1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:29:51 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:29:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:29:51 ========================================================= 10:29:51 EdgeX Global Pipelines Version Info 10:29:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:29:53 ------------------- 10:29:53 stable info: 10:29:53 ------------------- 10:29:53 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:29:53 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 10:29:53 Message: update stable to v1.0.89 10:29:54 ------------------- 10:29:54 experimental info: 10:29:54 ------------------- 10:29:54 Commited By: **** collab-it+edgex@linuxfoundation.org 10:29:54 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 10:29:54 Message: update experimental to v1.0.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 10:29:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:29:55 10:29:55 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:29:55 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:29:55 latest: Pulling from edgex-devops/git-semver 10:29:55 9123ac7c32f7: Pulling fs layer 10:29:55 b8cc5d1170e3: Pulling fs layer 10:29:55 2924cbbf6a41: Pulling fs layer 10:29:55 93b08a4f1073: Pulling fs layer 10:29:55 93b08a4f1073: Waiting 10:29:55 b8cc5d1170e3: Verifying Checksum 10:29:55 b8cc5d1170e3: Download complete 10:29:56 9123ac7c32f7: Verifying Checksum 10:29:56 9123ac7c32f7: Download complete 10:29:56 93b08a4f1073: Verifying Checksum 10:29:56 93b08a4f1073: Download complete 10:29:56 2924cbbf6a41: Verifying Checksum 10:29:56 2924cbbf6a41: Download complete 10:29:56 9123ac7c32f7: Pull complete 10:29:56 b8cc5d1170e3: Pull complete 10:29:57 2924cbbf6a41: Pull complete 10:29:57 93b08a4f1073: Pull complete 10:29:57 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 10:29:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:29:57 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:29:57 prd-centos7-docker-4c-2g-3546 does not seem to be running inside a container 10:29:57 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_PR-155 -v /w/workspace/xfoundry_device-modbus-go_PR-155:/w/workspace/xfoundry_device-modbus-go_PR-155:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-155@tmp:/w/workspace/xfoundry_device-modbus-go_PR-155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:29:59 $ docker top ca61b32989efe270461701d6187cc228a7ab8e87047898c336b6c5311d8f303d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:30:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:30:00 [ssh-agent] Looking for ssh-agent implementation... 10:30:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:30:00 $ docker exec ca61b32989efe270461701d6187cc228a7ab8e87047898c336b6c5311d8f303d ssh-agent 10:30:00 SSH_AUTH_SOCK=/tmp/ssh-6ZUJII181uZc/agent.12 10:30:00 SSH_AGENT_PID=17 10:30:00 Running ssh-add (command line suppressed) 10:30:00 Identity added: /w/workspace/xfoundry_device-modbus-go_PR-155@tmp/private_key_8264452233204403783.key (/w/workspace/xfoundry_device-modbus-go_PR-155@tmp/private_key_8264452233204403783.key) 10:30:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:30:00 + git describe --exact-match --tags HEAD 10:30:00 fatal: No names found, cannot describe anything. [Pipeline] } 10:30:01 $ docker exec --env ******** --env ******** ca61b32989efe270461701d6187cc228a7ab8e87047898c336b6c5311d8f303d ssh-agent -k 10:30:01 unset SSH_AUTH_SOCK; 10:30:01 unset SSH_AGENT_PID; 10:30:01 echo Agent pid 17 killed; 10:30:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 10:30:01 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 10:30:01 This usually means this commit has not been tagged. [Pipeline] sshagent 10:30:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:30:01 [ssh-agent] Looking for ssh-agent implementation... 10:30:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:30:01 $ docker exec ca61b32989efe270461701d6187cc228a7ab8e87047898c336b6c5311d8f303d ssh-agent 10:30:01 SSH_AUTH_SOCK=/tmp/ssh-BQPjI6mLfsNn/agent.48 10:30:01 SSH_AGENT_PID=53 10:30:01 Running ssh-add (command line suppressed) 10:30:01 Identity added: /w/workspace/xfoundry_device-modbus-go_PR-155@tmp/private_key_8331894212070231238.key (/w/workspace/xfoundry_device-modbus-go_PR-155@tmp/private_key_8331894212070231238.key) 10:30:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:30:02 + git semver init 10:30:02 # -> Open(): unable to determine branch for HEAD 10:30:02 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_PR-155/.git 10:30:02 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_PR-155 10:30:02 # $SEMVER_REMOTE_NAME = origin 10:30:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:30:02 # $SEMVER_USER_NAME = edgex-jenkins 10:30:02 # $SEMVER_BRANCH = PR-155 10:30:02 # $SEMVER_TEMP = /tmp/semver-563660198 10:30:02 # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP 10:30:04 # '/tmp/semver-563660198' -> '/w/workspace/xfoundry_device-modbus-go_PR-155/.semver' 10:30:04 # -> Force: false 10:30:04 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_PR-155/.semver [Pipeline] } 10:30:04 $ docker exec --env ******** --env ******** ca61b32989efe270461701d6187cc228a7ab8e87047898c336b6c5311d8f303d ssh-agent -k 10:30:04 unset SSH_AUTH_SOCK; 10:30:04 unset SSH_AGENT_PID; 10:30:04 echo Agent pid 53 killed; 10:30:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:30:05 + git semver [Pipeline] } 10:30:05 $ docker stop --time=1 ca61b32989efe270461701d6187cc228a7ab8e87047898c336b6c5311d8f303d 10:30:06 $ docker rm -f ca61b32989efe270461701d6187cc228a7ab8e87047898c336b6c5311d8f303d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 10:30:07 Stashed 32 file(s) [Pipeline] echo 10:30:07 [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 10:30:22 Still waiting to schedule task 10:30:22 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3546’ 10:30:22 Still waiting to schedule task 10:30:22 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 10:32:03 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3547 in /w/workspace/xfoundry_device-modbus-go_PR-155 [Pipeline] { [Pipeline] ws 10:32:03 Running in /w/workspace/device-modbus-go/3 [Pipeline] { [Pipeline] checkout 10:32:08 using credential edgex-jenkins-ssh 10:32:08 Cloning the remote Git repository 10:32:08 Cloning with configured refspecs honoured and without tags 10:32:09 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 10:32:09 > git init /w/workspace/device-modbus-go/3 # timeout=10 10:32:09 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 10:32:09 > git --version # timeout=10 10:32:09 using GIT_SSH to set credentials SSH Credentials for GitHub 10:32:09 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/155/head:refs/remotes/origin/PR-155 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:32:10 Fetching without tags 10:32:10 Merging remotes/origin/master commit fdf900d8a58188a2e8b2bc604c944c724a46cd8f into PR head commit 51725aa6219b7acd356423099fa6f07cbac6e7b1 10:32:10 Merge succeeded, producing 51725aa6219b7acd356423099fa6f07cbac6e7b1 10:32:10 Checking out Revision 51725aa6219b7acd356423099fa6f07cbac6e7b1 (PR-155) 10:32:10 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 10:32:10 > git config --add remote.origin.fetch +refs/pull/155/head:refs/remotes/origin/PR-155 # timeout=10 10:32:10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 10:32:10 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 10:32:10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 10:32:10 using GIT_SSH to set credentials SSH Credentials for GitHub 10:32:10 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/155/head:refs/remotes/origin/PR-155 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:32:10 > git config core.sparsecheckout # timeout=10 10:32:10 > git checkout -f 51725aa6219b7acd356423099fa6f07cbac6e7b1 # timeout=10 10:32:10 > git remote # timeout=10 10:32:10 > git config --get remote.origin.url # timeout=10 10:32:10 using GIT_SSH to set credentials SSH Credentials for GitHub 10:32:10 > git merge fdf900d8a58188a2e8b2bc604c944c724a46cd8f # timeout=10 10:32:10 > git rev-parse HEAD^{commit} # timeout=10 10:32:10 > git config core.sparsecheckout # timeout=10 10:32:10 > git checkout -f 51725aa6219b7acd356423099fa6f07cbac6e7b1 # timeout=10 10:32:11 Running on prd-centos7-docker-4c-2g-3548 in /w/workspace/xfoundry_device-modbus-go_PR-155 [Pipeline] { [Pipeline] ws 10:32:11 Running in /w/workspace/device-modbus-go/3 [Pipeline] { [Pipeline] checkout 10:32:14 using credential edgex-jenkins-ssh 10:32:14 Cloning the remote Git repository 10:32:14 Cloning with configured refspecs honoured and without tags 10:32:15 Commit message: "Merge branch 'master' into update-pr-template" 10:32:15 Fetching without tags 10:32:14 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 10:32:14 > git init /w/workspace/device-modbus-go/3 # timeout=10 10:32:14 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 10:32:14 > git --version # timeout=10 10:32:14 using GIT_SSH to set credentials SSH Credentials for GitHub 10:32:14 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/155/head:refs/remotes/origin/PR-155 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:32:15 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 10:32:15 > git config --add remote.origin.fetch +refs/pull/155/head:refs/remotes/origin/PR-155 # timeout=10 10:32:15 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 10:32:15 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 10:32:15 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 10:32:15 using GIT_SSH to set credentials SSH Credentials for GitHub 10:32:15 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/155/head:refs/remotes/origin/PR-155 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:32:15 Merging remotes/origin/master commit fdf900d8a58188a2e8b2bc604c944c724a46cd8f into PR head commit 51725aa6219b7acd356423099fa6f07cbac6e7b1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 10:32:15 Merge succeeded, producing 51725aa6219b7acd356423099fa6f07cbac6e7b1 10:32:15 Checking out Revision 51725aa6219b7acd356423099fa6f07cbac6e7b1 (PR-155) [Pipeline] unstash [Pipeline] echo 10:32:16 ========================================================= 10:32:16 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 10:32:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:32:15 > git config core.sparsecheckout # timeout=10 10:32:15 > git checkout -f 51725aa6219b7acd356423099fa6f07cbac6e7b1 # timeout=10 10:32:15 > git remote # timeout=10 10:32:15 > git config --get remote.origin.url # timeout=10 10:32:15 using GIT_SSH to set credentials SSH Credentials for GitHub 10:32:15 > git merge fdf900d8a58188a2e8b2bc604c944c724a46cd8f # timeout=10 10:32:15 > git rev-parse HEAD^{commit} # timeout=10 10:32:15 > git config core.sparsecheckout # timeout=10 10:32:15 > git checkout -f 51725aa6219b7acd356423099fa6f07cbac6e7b1 # timeout=10 10:32:17 + 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 . 10:32:18 Sending build context to Docker daemon 615.9kB 10:32:18 Step 1/8 : ARG BASE=golang:1.13-alpine 10:32:18 Step 2/8 : FROM ${BASE} 10:32:18 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:32:18 cde5963f3b93: Pulling fs layer 10:32:18 2a23fa8c16f7: Pulling fs layer 10:32:18 777b28850792: Pulling fs layer 10:32:18 8a11ddd9e578: Pulling fs layer 10:32:18 4cf88f913ddb: Pulling fs layer 10:32:18 1df406cf5192: Pulling fs layer 10:32:18 cd6300453558: Pulling fs layer 10:32:18 b9c365052c96: Pulling fs layer 10:32:18 a2d8cc88f415: Pulling fs layer 10:32:18 ea1d1ca13537: Pulling fs layer 10:32:18 3750a50a1c5e: Pulling fs layer 10:32:18 8a11ddd9e578: Waiting 10:32:18 4cf88f913ddb: Waiting 10:32:18 1df406cf5192: Waiting 10:32:18 cd6300453558: Waiting 10:32:18 b9c365052c96: Waiting 10:32:18 a2d8cc88f415: Waiting 10:32:18 ea1d1ca13537: Waiting 10:32:18 3750a50a1c5e: Waiting 10:32:18 777b28850792: Verifying Checksum 10:32:18 777b28850792: Download complete 10:32:18 2a23fa8c16f7: Verifying Checksum 10:32:18 2a23fa8c16f7: Download complete 10:32:18 4cf88f913ddb: Verifying Checksum 10:32:18 4cf88f913ddb: Download complete 10:32:18 1df406cf5192: Verifying Checksum 10:32:18 1df406cf5192: Download complete 10:32:18 cde5963f3b93: Verifying Checksum 10:32:18 cde5963f3b93: Download complete 10:32:19 Commit message: "Merge branch 'master' into update-pr-template" 10:32:19 cde5963f3b93: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 10:32:20 ========================================================= 10:32:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 10:32:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:32:20 2a23fa8c16f7: Pull complete 10:32:20 777b28850792: Pull complete 10:32:20 + 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 . 10:32:21 Sending build context to Docker daemon 615.9kB 10:32:21 cd6300453558: Verifying Checksum 10:32:21 cd6300453558: Download complete 10:32:21 a2d8cc88f415: Verifying Checksum 10:32:21 a2d8cc88f415: Download complete 10:32:21 Step 1/8 : ARG BASE=golang:1.13-alpine 10:32:21 Step 2/8 : FROM ${BASE} 10:32:21 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 10:32:21 e6b0cf9c0882: Pulling fs layer 10:32:21 2848faf0eed1: Pulling fs layer 10:32:21 0f37312ad70f: Pulling fs layer 10:32:21 5788d62ee057: Pulling fs layer 10:32:21 0e6b1d234666: Pulling fs layer 10:32:21 bf5d7aec512f: Pulling fs layer 10:32:21 34c802a77dc8: Pulling fs layer 10:32:21 9eb99e56ec68: Pulling fs layer 10:32:21 27c7a5d97fbd: Pulling fs layer 10:32:21 5c102a31e300: Pulling fs layer 10:32:21 dcfb455df0a1: Pulling fs layer 10:32:21 34c802a77dc8: Waiting 10:32:21 9eb99e56ec68: Waiting 10:32:21 27c7a5d97fbd: Waiting 10:32:21 5c102a31e300: Waiting 10:32:21 dcfb455df0a1: Waiting 10:32:21 5788d62ee057: Waiting 10:32:21 0e6b1d234666: Waiting 10:32:21 bf5d7aec512f: Waiting 10:32:21 0f37312ad70f: Verifying Checksum 10:32:21 0f37312ad70f: Download complete 10:32:21 2848faf0eed1: Verifying Checksum 10:32:21 2848faf0eed1: Download complete 10:32:21 0e6b1d234666: Verifying Checksum 10:32:21 0e6b1d234666: Download complete 10:32:21 bf5d7aec512f: Verifying Checksum 10:32:21 bf5d7aec512f: Download complete 10:32:21 e6b0cf9c0882: Verifying Checksum 10:32:21 e6b0cf9c0882: Download complete 10:32:21 e6b0cf9c0882: Pull complete 10:32:21 2848faf0eed1: Pull complete 10:32:22 0f37312ad70f: Pull complete 10:32:22 ea1d1ca13537: Verifying Checksum 10:32:22 ea1d1ca13537: Download complete 10:32:22 34c802a77dc8: Verifying Checksum 10:32:22 34c802a77dc8: Download complete 10:32:22 27c7a5d97fbd: Verifying Checksum 10:32:22 27c7a5d97fbd: Download complete 10:32:22 3750a50a1c5e: Download complete 10:32:23 5788d62ee057: Download complete 10:32:23 dcfb455df0a1: Verifying Checksum 10:32:23 dcfb455df0a1: Download complete 10:32:23 9eb99e56ec68: Verifying Checksum 10:32:23 9eb99e56ec68: Download complete 10:32:23 5c102a31e300: Verifying Checksum 10:32:23 5c102a31e300: Download complete 10:32:23 b9c365052c96: Verifying Checksum 10:32:23 b9c365052c96: Download complete 10:32:24 8a11ddd9e578: Verifying Checksum 10:32:24 8a11ddd9e578: Download complete 10:32:31 5788d62ee057: Pull complete 10:32:31 0e6b1d234666: Pull complete 10:32:31 bf5d7aec512f: Pull complete 10:32:34 34c802a77dc8: Pull complete 10:32:36 8a11ddd9e578: Pull complete 10:32:36 4cf88f913ddb: Pull complete 10:32:36 1df406cf5192: Pull complete 10:32:38 9eb99e56ec68: Pull complete 10:32:38 27c7a5d97fbd: Pull complete 10:32:38 5c102a31e300: Pull complete 10:32:38 dcfb455df0a1: Pull complete 10:32:38 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 10:32:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 10:32:39 ---> 7c70fe431013 10:32:39 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 10:32:40 ---> Running in 8d53d1da338d 10:32:40 Removing intermediate container 8d53d1da338d 10:32:40 ---> c4a13707df85 10:32:40 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:32:40 ---> Running in fcf43c8257a1 10:32:41 cd6300453558: Pull complete 10:32:42 Removing intermediate container fcf43c8257a1 10:32:42 ---> 00862dfbfbfb 10:32:42 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 10:32:42 ---> Running in 6c02e6ab5140 10:32:42 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 10:32:43 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 10:32:43 (1/17) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) 10:32:43 (2/17) Installing libmagic (5.37-r1) 10:32:43 (3/17) Installing file (5.37-r1) 10:32:43 (4/17) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) 10:32:44 (5/17) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) 10:32:44 (6/17) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) 10:32:45 b9c365052c96: Pull complete 10:32:45 a2d8cc88f415: Pull complete 10:32:47 ea1d1ca13537: Pull complete 10:32:48 3750a50a1c5e: Pull complete 10:32:48 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 10:32:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 10:32:48 ---> 78745c68409d 10:32:48 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 10:32:53 ---> Running in f1cf70907224 10:32:53 Removing intermediate container f1cf70907224 10:32:53 ---> 4b834b6053a7 10:32:53 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:32:53 ---> Running in 0ea456e47cec 10:32:54 (7/17) Installing libc-dev (0.7.2-r0) 10:32:54 (8/17) Installing g++ (9.2.0-r4) 10:32:56 Removing intermediate container 0ea456e47cec 10:32:56 ---> aef94f525e02 10:32:56 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 10:32:56 ---> Running in 19c243577898 10:32:57 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 10:32:58 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 10:32:58 (1/18) Upgrading libgcc (9.2.0-r3 -> 9.2.0-r4) 10:32:58 (2/18) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) 10:32:59 (3/18) Installing libmagic (5.37-r1) 10:32:59 (4/18) Installing file (5.37-r1) 10:32:59 (9/17) Installing fortify-headers (1.1-r0) 10:32:59 (10/17) Installing build-base (0.5-r1) 10:32:59 (11/17) Installing openssh-keygen (8.1_p1-r0) 10:32:59 (12/17) Installing libedit (20191211.3.1-r0) 10:32:59 (13/17) Installing openssh-client (8.1_p1-r0) 10:32:59 (5/18) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) 10:32:59 (6/18) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) 10:32:59 (7/18) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) 10:33:00 (14/17) Installing openssh-sftp-server (8.1_p1-r0) 10:33:00 (15/17) Installing openssh-server-common (8.1_p1-r0) 10:33:00 (16/17) Installing openssh-server (8.1_p1-r0) 10:33:00 (17/17) Installing openssh (8.1_p1-r0) 10:33:00 Executing busybox-1.31.1-r8.trigger 10:33:00 OK: 214 MiB in 52 packages 10:33:04 Removing intermediate container 6c02e6ab5140 10:33:04 ---> fb0c72ec3bf4 10:33:04 Step 6/8 : WORKDIR /device-modbus-go 10:33:04 ---> Running in 63f797219494 10:33:04 Removing intermediate container 63f797219494 10:33:04 ---> 404f7819f4a2 10:33:04 Step 7/8 : COPY . . 10:33:05 ---> aac8a88d99a0 10:33:05 Step 8/8 : RUN go mod download 10:33:05 ---> Running in 4708cf716c50 10:33:07 go: finding github.com/BurntSushi/toml v0.3.1 10:33:07 go: finding github.com/OneOfOne/xxhash v1.2.6 10:33:07 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 10:33:07 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 10:33:07 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 10:33:07 go: finding github.com/bgentry/speakeasy v0.1.0 10:33:07 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 10:33:07 go: finding github.com/davecgh/go-spew v1.1.1 10:33:07 go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 10:33:07 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 10:33:07 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 10:33:07 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 10:33:07 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 10:33:07 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 10:33:07 go: finding github.com/fatih/color v1.7.0 10:33:07 go: finding github.com/fxamacker/cbor/v2 v2.2.0 10:33:07 go: finding github.com/go-kit/kit v0.8.0 10:33:07 go: finding github.com/go-logfmt/logfmt v0.4.0 10:33:07 go: finding github.com/go-stack/stack v1.8.0 10:33:07 go: finding github.com/goburrow/modbus v0.1.0 10:33:07 go: finding github.com/goburrow/serial v0.1.0 10:33:07 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 10:33:07 go: finding github.com/google/uuid v1.1.1 10:33:07 go: finding github.com/gorilla/mux v1.7.1 10:33:07 go: finding github.com/hashicorp/consul/api v1.1.0 10:33:07 go: finding github.com/hashicorp/consul/sdk v0.1.1 10:33:07 go: finding github.com/hashicorp/errwrap v1.0.0 10:33:07 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 10:33:07 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 10:33:07 go: finding github.com/hashicorp/go-msgpack v0.5.3 10:33:07 go: finding github.com/hashicorp/go-multierror v1.0.0 10:33:07 go: finding github.com/hashicorp/go-rootcerts v1.0.0 10:33:07 go: finding github.com/hashicorp/go-sockaddr v1.0.1 10:33:07 go: finding github.com/hashicorp/go-syslog v1.0.0 10:33:07 go: finding github.com/hashicorp/go-uuid v1.0.1 10:33:07 go: finding github.com/hashicorp/go.net v0.0.1 10:33:07 go: finding github.com/hashicorp/golang-lru v0.5.1 10:33:07 go: finding github.com/hashicorp/logutils v1.0.0 10:33:07 go: finding github.com/hashicorp/mdns v1.0.0 10:33:07 go: finding github.com/hashicorp/memberlist v0.1.3 10:33:07 go: finding github.com/hashicorp/serf v0.8.2 10:33:07 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 10:33:07 go: finding github.com/mattn/go-colorable v0.0.9 10:33:07 go: finding github.com/mattn/go-isatty v0.0.3 10:33:07 go: finding github.com/miekg/dns v1.1.4 10:33:07 go: finding github.com/mitchellh/cli v1.0.0 10:33:07 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 10:33:07 go: finding github.com/mitchellh/copystructure v1.0.0 10:33:07 go: finding github.com/mitchellh/go-homedir v1.1.0 10:33:07 go: finding github.com/mitchellh/go-testing-interface v1.0.0 10:33:07 go: finding github.com/mitchellh/go-wordwrap v1.0.0 10:33:07 go: finding github.com/mitchellh/gox v0.4.0 10:33:07 go: finding github.com/mitchellh/iochan v1.0.0 10:33:07 go: finding github.com/mitchellh/mapstructure v1.1.2 10:33:07 go: finding github.com/mitchellh/reflectwalk v1.0.0 10:33:07 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 10:33:07 go: finding github.com/pelletier/go-toml v1.2.0 10:33:07 go: finding github.com/pkg/errors v0.8.1 10:33:07 go: finding github.com/pmezard/go-difflib v1.0.0 10:33:07 go: finding github.com/posener/complete v1.1.1 10:33:07 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 10:33:07 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 10:33:07 go: finding github.com/stretchr/objx v0.1.0 10:33:07 go: finding github.com/stretchr/testify v1.5.1 10:33:07 go: finding github.com/ugorji/go v1.1.4 10:33:07 go: finding github.com/x448/float16 v0.8.4 10:33:07 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 10:33:07 go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 10:33:07 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 10:33:07 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 10:33:07 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 10:33:07 go: finding gopkg.in/yaml.v2 v2.2.8 10:33:16 Removing intermediate container 4708cf716c50 10:33:16 ---> 8959afe58b63 10:33:16 Successfully built 8959afe58b63 10:33:16 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 10:33:16 + docker inspect -f . ci-base-image-x86_64 10:33:16 . [Pipeline] withDockerContainer 10:33:16 prd-centos7-docker-4c-2g-3548 does not seem to be running inside a container 10:33:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/3 -v /w/workspace/device-modbus-go/3:/w/workspace/device-modbus-go/3:rw,z -v /w/workspace/device-modbus-go/3@tmp:/w/workspace/device-modbus-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:33:17 (8/18) Installing libc-dev (0.7.2-r0) 10:33:17 (9/18) Installing g++ (9.2.0-r4) 10:33:18 $ docker top 00966e1233d5ead6ea2d91d0aee674b6982be6b6c5bfa00ed99ece7ac8a79d7a -eo pid,comm [Pipeline] { [Pipeline] sh 10:33:18 + go version 10:33:18 go version go1.13.5 linux/amd64 [Pipeline] sh 10:33:18 + make test 10:33:18 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 10:33:19 ? github.com/edgexfoundry/device-modbus-go [no test files] 10:33:24 (10/18) Installing fortify-headers (1.1-r0) 10:33:24 (11/18) Installing build-base (0.5-r1) 10:33:24 (12/18) Installing openssh-keygen (8.1_p1-r0) 10:33:24 (13/18) Installing libedit (20191211.3.1-r0) 10:33:25 (14/18) Installing openssh-client (8.1_p1-r0) 10:33:25 (15/18) Installing openssh-sftp-server (8.1_p1-r0) 10:33:25 (16/18) Installing openssh-server-common (8.1_p1-r0) 10:33:25 (17/18) Installing openssh-server (8.1_p1-r0) 10:33:25 (18/18) Installing openssh (8.1_p1-r0) 10:33:25 Executing busybox-1.31.1-r8.trigger 10:33:25 OK: 203 MiB in 52 packages 10:33:30 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 10:33:30 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.142s coverage: 50.3% of statements 10:33:30 CGO_ENABLED=0 GO111MODULE=on go vet ./... 10:33:32 gofmt -l . 10:33:32 [ "`gofmt -l .`" = "" ] 10:33:32 ./bin/test-attribution-txt.sh 10:33:32 Removing intermediate container 19c243577898 10:33:32 ---> 37414164783a 10:33:32 Step 6/8 : WORKDIR /device-modbus-go 10:33:32 ---> Running in 1deec179e828 10:33:32 Removing intermediate container 1deec179e828 10:33:32 ---> f45556cd3c80 10:33:32 Step 7/8 : COPY . . 10:33:33 ./bin/test-go-mod-tidy.sh [Pipeline] stash 10:33:33 ---> 559d5d4280ef 10:33:33 Step 8/8 : RUN go mod download 10:33:33 ---> Running in 48facd71b446 10:33:33 Stashed 1 file(s) [Pipeline] } 10:33:33 $ docker stop --time=1 00966e1233d5ead6ea2d91d0aee674b6982be6b6c5bfa00ed99ece7ac8a79d7a 10:33:36 $ docker rm -f 00966e1233d5ead6ea2d91d0aee674b6982be6b6c5bfa00ed99ece7ac8a79d7a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { 10:33:36 go: finding github.com/BurntSushi/toml v0.3.1 10:33:36 go: finding github.com/OneOfOne/xxhash v1.2.6 10:33:36 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 10:33:36 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 10:33:36 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 10:33:36 go: finding github.com/bgentry/speakeasy v0.1.0 10:33:36 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 10:33:36 go: finding github.com/davecgh/go-spew v1.1.1 10:33:36 go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 10:33:36 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 10:33:36 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 10:33:36 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 10:33:36 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 10:33:36 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 10:33:36 go: finding github.com/fatih/color v1.7.0 10:33:36 go: finding github.com/fxamacker/cbor/v2 v2.2.0 10:33:36 go: finding github.com/go-kit/kit v0.8.0 10:33:36 go: finding github.com/go-logfmt/logfmt v0.4.0 10:33:36 go: finding github.com/go-stack/stack v1.8.0 10:33:36 go: finding github.com/goburrow/modbus v0.1.0 10:33:36 go: finding github.com/goburrow/serial v0.1.0 10:33:36 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 10:33:36 go: finding github.com/google/uuid v1.1.1 10:33:36 go: finding github.com/gorilla/mux v1.7.1 10:33:36 go: finding github.com/hashicorp/consul/api v1.1.0 10:33:36 go: finding github.com/hashicorp/consul/sdk v0.1.1 10:33:36 go: finding github.com/hashicorp/errwrap v1.0.0 10:33:36 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 10:33:36 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 10:33:36 go: finding github.com/hashicorp/go-msgpack v0.5.3 10:33:36 go: finding github.com/hashicorp/go-multierror v1.0.0 10:33:36 go: finding github.com/hashicorp/go-rootcerts v1.0.0 10:33:36 go: finding github.com/hashicorp/go-sockaddr v1.0.1 10:33:36 go: finding github.com/hashicorp/go-syslog v1.0.0 10:33:36 go: finding github.com/hashicorp/go-uuid v1.0.1 10:33:36 go: finding github.com/hashicorp/go.net v0.0.1 10:33:36 go: finding github.com/hashicorp/golang-lru v0.5.1 10:33:36 go: finding github.com/hashicorp/logutils v1.0.0 10:33:36 go: finding github.com/hashicorp/mdns v1.0.0 10:33:36 go: finding github.com/hashicorp/memberlist v0.1.3 10:33:36 go: finding github.com/hashicorp/serf v0.8.2 10:33:36 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 10:33:36 go: finding github.com/mattn/go-colorable v0.0.9 10:33:36 go: finding github.com/mattn/go-isatty v0.0.3 10:33:36 go: finding github.com/miekg/dns v1.1.4 10:33:36 go: finding github.com/mitchellh/cli v1.0.0 10:33:36 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 10:33:36 go: finding github.com/mitchellh/copystructure v1.0.0 10:33:36 go: finding github.com/mitchellh/go-homedir v1.1.0 10:33:36 go: finding github.com/mitchellh/go-testing-interface v1.0.0 10:33:36 go: finding github.com/mitchellh/go-wordwrap v1.0.0 10:33:36 go: finding github.com/mitchellh/gox v0.4.0 10:33:36 go: finding github.com/mitchellh/iochan v1.0.0 10:33:36 go: finding github.com/mitchellh/mapstructure v1.1.2 10:33:36 go: finding github.com/mitchellh/reflectwalk v1.0.0 10:33:36 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 10:33:36 go: finding github.com/pelletier/go-toml v1.2.0 10:33:36 go: finding github.com/pkg/errors v0.8.1 10:33:36 go: finding github.com/pmezard/go-difflib v1.0.0 10:33:36 go: finding github.com/posener/complete v1.1.1 10:33:36 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 10:33:36 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 10:33:36 go: finding github.com/stretchr/objx v0.1.0 10:33:36 go: finding github.com/stretchr/testify v1.5.1 10:33:36 go: finding github.com/ugorji/go v1.1.4 10:33:36 go: finding github.com/x448/float16 v0.8.4 10:33:36 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 10:33:36 go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 10:33:36 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 10:33:36 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 10:33:36 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 10:33:36 go: finding gopkg.in/yaml.v2 v2.2.8 [Pipeline] sh 10:33:37 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:33:38 + ls -al . 10:33:38 total 104 10:33:38 drwxrwxr-x. 10 jenkins jenkins 4096 Jun 18 10:33 . 10:33:38 drwxrwxr-x. 4 jenkins jenkins 28 Jun 18 10:32 .. 10:33:38 -rw-rw-r--. 1 jenkins jenkins 5049 Jun 18 10:32 Attribution.txt 10:33:38 drwxrwxr-x. 2 jenkins jenkins 87 Jun 18 10:32 bin 10:33:38 drwxrwxr-x. 3 jenkins jenkins 32 Jun 18 10:32 cmd 10:33:38 -rw-r--r--. 1 jenkins jenkins 22123 Jun 18 10:33 coverage.out 10:33:38 -rw-rw-r--. 1 jenkins jenkins 1422 Jun 18 10:32 Dockerfile 10:33:38 -rw-rw-r--. 1 jenkins jenkins 954 Jun 18 10:32 Dockerfile.build 10:33:38 -rw-rw-r--. 1 jenkins jenkins 140 Jun 18 10:32 .dockerignore 10:33:38 drwxrwxr-x. 8 jenkins jenkins 179 Jun 18 10:32 .git 10:33:38 drwxrwxr-x. 2 jenkins jenkins 38 Jun 18 10:32 .github 10:33:38 -rw-rw-r--. 1 jenkins jenkins 330 Jun 18 10:32 .gitignore 10:33:38 -rw-r--r--. 1 jenkins jenkins 559 Jun 18 10:33 go.mod 10:33:38 -rw-r--r--. 1 jenkins jenkins 13471 Jun 18 10:33 go.sum 10:33:38 drwxrwxr-x. 3 jenkins jenkins 20 Jun 18 10:32 internal 10:33:38 -rw-rw-r--. 1 jenkins jenkins 702 Jun 18 10:32 Jenkinsfile 10:33:38 -rw-rw-r--. 1 jenkins jenkins 11340 Jun 18 10:32 LICENSE 10:33:38 -rw-rw-r--. 1 jenkins jenkins 880 Jun 18 10:32 Makefile 10:33:38 -rw-rw-r--. 1 jenkins jenkins 591 Jun 18 10:32 README.md 10:33:38 drwxrwxr-x. 3 jenkins jenkins 58 Jun 18 10:32 .semver 10:33:38 drwxrwxr-x. 2 jenkins jenkins 35 Jun 18 10:32 simulator 10:33:38 drwxrwxr-x. 4 jenkins jenkins 54 Jun 18 10:32 snap 10:33:38 -rw-rw-r--. 1 jenkins jenkins 5 Jun 18 10:30 VERSION 10:33:38 -rw-rw-r--. 1 jenkins jenkins 229 Jun 18 10:32 version.go [Pipeline] isUnix [Pipeline] sh 10:33:38 + docker build -t docker-device-modbus-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=51725aa6219b7acd356423099fa6f07cbac6e7b1 --label arch=amd64 --label version=0.0.0 . 10:33:38 Sending build context to Docker daemon 644.6kB 10:33:38 Step 1/19 : ARG BASE=golang:1.13-alpine 10:33:38 Step 2/19 : FROM ${BASE} AS builder 10:33:38 ---> 8959afe58b63 10:33:38 Step 3/19 : ARG MAKE='make build' 10:33:38 ---> Running in 57c44bec81f4 10:33:38 Removing intermediate container 57c44bec81f4 10:33:38 ---> 15c36ec37ef8 10:33:38 Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:33:38 ---> Running in 9f76a9039f58 10:33:39 Removing intermediate container 9f76a9039f58 10:33:39 ---> 226772f9e8e1 10:33:39 Step 5/19 : RUN apk add --update --no-cache make git openssh build-base 10:33:39 ---> Running in 66638760d580 10:33:40 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 10:33:41 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 10:33:41 OK: 214 MiB in 52 packages 10:33:41 Removing intermediate container 66638760d580 10:33:41 ---> 1b767f10bb62 10:33:41 Step 6/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go 10:33:41 ---> Running in 85f7c988703e 10:33:41 Removing intermediate container 85f7c988703e 10:33:41 ---> daf18239e71b 10:33:41 Step 7/19 : COPY . . 10:33:42 ---> c207adaa4bdc 10:33:42 Step 8/19 : RUN ${MAKE} 10:33:42 ---> Running in 49eb6858f1cb 10:33:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -o cmd/device-modbus ./cmd 10:33:47 Removing intermediate container 48facd71b446 10:33:47 ---> 13d00226f5b3 10:33:47 Successfully built 13d00226f5b3 10:33:47 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:33:47 + docker inspect -f . ci-base-image-arm64 10:33:47 . [Pipeline] withDockerContainer 10:33:47 prd-ubuntu18.04-docker-arm64-4c-16g-3547 does not seem to be running inside a container 10:33:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/3 -v /w/workspace/device-modbus-go/3:/w/workspace/device-modbus-go/3:rw,z -v /w/workspace/device-modbus-go/3@tmp:/w/workspace/device-modbus-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:33:49 $ docker top 0eb07e765df5d668d48efc92c31c753cd62af5a91805c52ccbafdbc00b045a82 -eo pid,comm [Pipeline] { [Pipeline] sh 10:33:51 + go version 10:33:51 go version go1.13.5 linux/arm64 [Pipeline] sh 10:33:52 + make test 10:33:52 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 10:33:53 ? github.com/edgexfoundry/device-modbus-go [no test files] 10:33:53 CGO_ENABLED=0 GO111MODULE=on go build ./... 10:33:55 Removing intermediate container 49eb6858f1cb 10:33:55 ---> a51bce6648fa 10:33:55 Step 9/19 : FROM scratch 10:33:55 ---> 10:33:55 Step 10/19 : ENV APP_PORT=49991 10:33:55 ---> Running in 1acc88678c10 10:33:56 Removing intermediate container 1acc88678c10 10:33:56 ---> 97a0f509670c 10:33:56 Step 11/19 : EXPOSE $APP_PORT 10:33:56 ---> Running in d0f9ea6e908b 10:33:56 Removing intermediate container d0f9ea6e908b 10:33:56 ---> a86a360812df 10:33:56 Step 12/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / 10:33:56 ---> 0cb0ea5dc5ac 10:33:56 Step 13/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / 10:33:56 ---> 6f2a88167eb9 10:33:56 Step 14/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / 10:33:57 ---> 231a55401ebf 10:33:57 Step 15/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' 10:33:57 ---> Running in 13103f1ccfea 10:33:57 Removing intermediate container 13103f1ccfea 10:33:57 ---> 2318e5790465 10:33:57 Step 16/19 : ENTRYPOINT ["/device-modbus","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] 10:33:57 ---> Running in 4bbf5be8491c 10:33:57 Removing intermediate container 4bbf5be8491c 10:33:57 ---> 9e6b2cfcbd24 10:33:57 Step 17/19 : LABEL arch=amd64 10:33:57 ---> Running in 73d8aab4b675 10:33:57 Removing intermediate container 73d8aab4b675 10:33:57 ---> a4f6b0707734 10:33:57 Step 18/19 : LABEL git_sha=51725aa6219b7acd356423099fa6f07cbac6e7b1 10:33:57 ---> Running in 250e1dff0a21 10:33:57 Removing intermediate container 250e1dff0a21 10:33:57 ---> 4e0b9ebcf307 10:33:57 Step 19/19 : LABEL version=0.0.0 10:33:57 ---> Running in 3445bbf8d8d6 10:33:58 Removing intermediate container 3445bbf8d8d6 10:33:58 ---> 5195913aaae6 10:33:58 [Warning] One or more build-args [ARCH] were not consumed 10:33:58 Successfully built 5195913aaae6 10:33:58 Successfully tagged docker-device-modbus-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh 10:33:58 ++ find /w/workspace/device-modbus-go/3 10:33:58 ++ grep snapcraft.yaml 10:33:58 + grep -Po '^name: \K(.*)' /w/workspace/device-modbus-go/3/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:33:59 provisioning config files... 10:33:59 copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/3@tmp/config737569815596481747tmp [Pipeline] { [Pipeline] sh 10:33:59 + cp /w/workspace/device-modbus-go/3@tmp/config737569815596481747tmp /w/workspace/device-modbus-go/3/edgex-snap-store-login [Pipeline] sh 10:33:59 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/3:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 10:33:59 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 10:33:59 latest: Pulling from edgex-devops/edgex-snap-builder 10:33:59 5bed26d33875: Pulling fs layer 10:33:59 f11b29a9c730: Pulling fs layer 10:33:59 930bda195c84: Pulling fs layer 10:33:59 78bf9a5ad49e: Pulling fs layer 10:33:59 e5fbee5a4b0d: Pulling fs layer 10:33:59 f452fca78f88: Pulling fs layer 10:33:59 7417ef92027a: Pulling fs layer 10:33:59 2af5c49d270b: Pulling fs layer 10:33:59 df9c3bdbc40a: Pulling fs layer 10:33:59 f452fca78f88: Waiting 10:33:59 7417ef92027a: Waiting 10:33:59 2af5c49d270b: Waiting 10:33:59 df9c3bdbc40a: Waiting 10:33:59 78bf9a5ad49e: Waiting 10:33:59 e5fbee5a4b0d: Waiting 10:33:59 930bda195c84: Download complete 10:33:59 f11b29a9c730: Verifying Checksum 10:33:59 f11b29a9c730: Download complete 10:33:59 78bf9a5ad49e: Verifying Checksum 10:33:59 78bf9a5ad49e: Download complete 10:33:59 f452fca78f88: Verifying Checksum 10:33:59 f452fca78f88: Download complete 10:33:59 7417ef92027a: Verifying Checksum 10:33:59 7417ef92027a: Download complete 10:33:59 2af5c49d270b: Verifying Checksum 10:33:59 2af5c49d270b: Download complete 10:33:59 df9c3bdbc40a: Verifying Checksum 10:33:59 df9c3bdbc40a: Download complete 10:34:00 5bed26d33875: Download complete 10:34:03 5bed26d33875: Pull complete 10:34:03 f11b29a9c730: Pull complete 10:34:03 930bda195c84: Pull complete 10:34:04 e5fbee5a4b0d: Verifying Checksum 10:34:04 e5fbee5a4b0d: Download complete 10:34:04 78bf9a5ad49e: Pull complete 10:34:20 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 10:34:20 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.224s coverage: 50.3% of statements 10:34:20 CGO_ENABLED=0 GO111MODULE=on go vet ./... 10:34:26 e5fbee5a4b0d: Pull complete 10:34:26 f452fca78f88: Pull complete 10:34:26 7417ef92027a: Pull complete 10:34:26 2af5c49d270b: Pull complete 10:34:26 df9c3bdbc40a: Pull complete 10:34:26 Digest: sha256:329b7ca3c147263d7a6122d30aca7e6f18adc9017ce870f1638d2965d7494739 10:34:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 10:34:27 gofmt -l . 10:34:27 [ "`gofmt -l .`" = "" ] 10:34:27 ./bin/test-attribution-txt.sh 10:34:27 ./bin/test-go-mod-tidy.sh [Pipeline] stash 10:34:27 Warning: overwriting stash ‘coverage-report’ 10:34:27 Stashed 1 file(s) [Pipeline] } 10:34:27 $ docker stop --time=1 0eb07e765df5d668d48efc92c31c753cd62af5a91805c52ccbafdbc00b045a82 10:34:27 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 10:34:27 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 10:34:27 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 10:34:27 Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 10:34:28 Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [861 kB] 10:34:28 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [80.7 kB] 10:34:28 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1397 kB] 10:34:28 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [960 kB] 10:34:28 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [20.3 kB] 10:34:28 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1253 kB] 10:34:28 Get:11 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8158 B] 10:34:28 Get:12 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] 10:34:28 Get:13 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [66.4 kB] 10:34:28 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9092 B] 10:34:29 Fetched 4917 kB in 2s (2368 kB/s) 10:34:29 $ docker rm -f 0eb07e765df5d668d48efc92c31c753cd62af5a91805c52ccbafdbc00b045a82 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 10:34:30 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:34:30 + ls -al . 10:34:30 total 140 10:34:30 drwxrwxr-x 10 jenkins jenkins 4096 Jun 18 10:34 . 10:34:30 drwxrwxr-x 4 jenkins jenkins 4096 Jun 18 10:32 .. 10:34:30 -rw-rw-r-- 1 jenkins jenkins 140 Jun 18 10:32 .dockerignore 10:34:30 drwxrwxr-x 8 jenkins jenkins 4096 Jun 18 10:32 .git 10:34:30 drwxrwxr-x 2 jenkins jenkins 4096 Jun 18 10:32 .github 10:34:30 -rw-rw-r-- 1 jenkins jenkins 330 Jun 18 10:32 .gitignore 10:34:30 drwxrwxr-x 3 jenkins jenkins 4096 Jun 18 10:32 .semver 10:34:30 -rw-rw-r-- 1 jenkins jenkins 5049 Jun 18 10:32 Attribution.txt 10:34:30 -rw-rw-r-- 1 jenkins jenkins 1422 Jun 18 10:32 Dockerfile 10:34:30 -rw-rw-r-- 1 jenkins jenkins 954 Jun 18 10:32 Dockerfile.build 10:34:30 -rw-rw-r-- 1 jenkins jenkins 702 Jun 18 10:32 Jenkinsfile 10:34:30 -rw-rw-r-- 1 jenkins jenkins 11340 Jun 18 10:32 LICENSE 10:34:30 -rw-rw-r-- 1 jenkins jenkins 880 Jun 18 10:32 Makefile 10:34:30 -rw-rw-r-- 1 jenkins jenkins 591 Jun 18 10:32 README.md 10:34:30 -rw-rw-r-- 1 jenkins jenkins 5 Jun 18 10:30 VERSION 10:34:30 drwxrwxr-x 2 jenkins jenkins 4096 Jun 18 10:32 bin 10:34:30 drwxrwxr-x 3 jenkins jenkins 4096 Jun 18 10:32 cmd 10:34:30 -rw-r--r-- 1 jenkins jenkins 22123 Jun 18 10:34 coverage.out 10:34:30 -rw-r--r-- 1 jenkins jenkins 559 Jun 18 10:34 go.mod 10:34:30 -rw-r--r-- 1 jenkins jenkins 13471 Jun 18 10:34 go.sum 10:34:30 drwxrwxr-x 3 jenkins jenkins 4096 Jun 18 10:32 internal 10:34:30 drwxrwxr-x 2 jenkins jenkins 4096 Jun 18 10:32 simulator 10:34:30 drwxrwxr-x 4 jenkins jenkins 4096 Jun 18 10:32 snap 10:34:30 -rw-rw-r-- 1 jenkins jenkins 229 Jun 18 10:32 version.go [Pipeline] isUnix [Pipeline] sh 10:34:30 Reading package lists... 10:34:31 + docker build -t docker-device-modbus-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=51725aa6219b7acd356423099fa6f07cbac6e7b1 --label arch=arm64 --label version=0.0.0 . 10:34:31 Sending build context to Docker daemon 644.6kB 10:34:31 Step 1/19 : ARG BASE=golang:1.13-alpine 10:34:31 Step 2/19 : FROM ${BASE} AS builder 10:34:31 ---> 13d00226f5b3 10:34:31 Step 3/19 : ARG MAKE='make build' 10:34:31 ---> Running in d03a54e7889a 10:34:32 Removing intermediate container d03a54e7889a 10:34:32 ---> 14fe155a2117 10:34:32 Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:34:32 ---> Running in 773c39e0174d 10:34:34 Installing build dependencies: curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase openssh-client patch perl perl-modules-5.26 xauth 10:34:34 Removing intermediate container 773c39e0174d 10:34:34 ---> 0a611c31daf3 10:34:34 Step 5/19 : RUN apk add --update --no-cache make git openssh build-base 10:34:34 ---> Running in 2d64aaa632d7 10:34:35 Reading package lists... 10:34:35 Building dependency tree... 10:34:35 Reading state information... 10:34:35 The following packages were automatically installed and are no longer required: 10:34:35 libjq1 liblzo2-2 libonig4 10:34:35 Use 'sudo apt autoremove' to remove them. 10:34:35 Suggested packages: 10:34:35 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 10:34:35 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc 10:34:35 keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc 10:34:35 libterm-readline-gnu-perl | libterm-readline-perl-perl 10:34:36 The following NEW packages will be installed: 10:34:36 curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl 10:34:36 libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 10:34:36 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase 10:34:36 openssh-client patch perl perl-modules-5.26 xauth 10:34:36 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 10:34:36 0 upgraded, 27 newly installed, 0 to remove and 10 not upgraded. 10:34:36 Need to get 14.7 MB of archives. 10:34:36 After this operation, 89.5 MB of additional disk space will be used. 10:34:36 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxau6 amd64 1:1.0.8-1 [8376 B] 10:34:36 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 10:34:36 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB] 10:34:36 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB] 10:34:36 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 10:34:36 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] 10:34:36 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.2 [569 kB] 10:34:37 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB] 10:34:37 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 10:34:37 OK: 203 MiB in 52 packages 10:34:37 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 10:34:37 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 10:34:37 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] 10:34:37 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] 10:34:37 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 10:34:37 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 10:34:37 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 10:34:37 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 10:34:37 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.3 [1088 kB] 10:34:37 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B] 10:34:37 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 10:34:38 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB] 10:34:38 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.8 [159 kB] 10:34:38 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.8 [213 kB] 10:34:38 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 10:34:38 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 10:34:38 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 10:34:38 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 10:34:38 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 10:34:38 debconf: delaying package configuration, since apt-utils is not installed 10:34:38 Fetched 14.7 MB in 2s (6799 kB/s) 10:34:39 Removing intermediate container 2d64aaa632d7 10:34:39 ---> c4ea0a06e8ee 10:34:39 Step 6/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go 10:34:39 ---> Running in 7153e5a936ac 10:34:39 Selecting previously unselected package libxau6:amd64. 10:34:39 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4637 files and directories currently installed.) 10:34:39 Preparing to unpack .../00-libxau6_1%3a1.0.8-1_amd64.deb ... 10:34:39 Unpacking libxau6:amd64 (1:1.0.8-1) ... 10:34:39 Selecting previously unselected package libbsd0:amd64. 10:34:39 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 10:34:39 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 10:34:39 Removing intermediate container 7153e5a936ac 10:34:39 ---> 64f1dbc92b19 10:34:39 Step 7/19 : COPY . . 10:34:39 Selecting previously unselected package libxdmcp6:amd64. 10:34:39 Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_amd64.deb ... 10:34:39 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... 10:34:39 Selecting previously unselected package libxcb1:amd64. 10:34:39 Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_amd64.deb ... 10:34:39 Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ... 10:34:39 Selecting previously unselected package libx11-data. 10:34:39 Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... 10:34:39 Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... 10:34:40 Selecting previously unselected package libx11-6:amd64. 10:34:40 Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_amd64.deb ... 10:34:40 Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... 10:34:40 ---> 5d21008f4c64 10:34:40 Step 8/19 : RUN ${MAKE} 10:34:40 Selecting previously unselected package libxext6:amd64. 10:34:40 Preparing to unpack .../06-libxext6_2%3a1.3.3-1_amd64.deb ... 10:34:40 Unpacking libxext6:amd64 (2:1.3.3-1) ... 10:34:40 Selecting previously unselected package perl-modules-5.26. 10:34:40 Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 10:34:40 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 10:34:40 ---> Running in 712f8398c82c 10:34:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -o cmd/device-modbus ./cmd 10:34:43 Selecting previously unselected package libgdbm5:amd64. 10:34:43 Preparing to unpack .../08-libgdbm5_1.14.1-6_amd64.deb ... 10:34:43 Unpacking libgdbm5:amd64 (1.14.1-6) ... 10:34:43 Selecting previously unselected package libgdbm-compat4:amd64. 10:34:43 Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_amd64.deb ... 10:34:43 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 10:34:43 Selecting previously unselected package libperl5.26:amd64. 10:34:43 Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... 10:34:43 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 10:34:44 Selecting previously unselected package perl. 10:34:44 Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_amd64.deb ... 10:34:44 Unpacking perl (5.26.1-6ubuntu0.3) ... 10:34:44 Selecting previously unselected package less. 10:34:44 Preparing to unpack .../12-less_487-0.1_amd64.deb ... 10:34:44 Unpacking less (487-0.1) ... 10:34:44 Selecting previously unselected package libexpat1:amd64. 10:34:44 Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 10:34:44 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 10:34:44 Selecting previously unselected package netbase. 10:34:44 Preparing to unpack .../14-netbase_5.4_all.deb ... 10:34:45 Unpacking netbase (5.4) ... 10:34:45 Selecting previously unselected package libedit2:amd64. 10:34:45 Preparing to unpack .../15-libedit2_3.1-20170329-1_amd64.deb ... 10:34:45 Unpacking libedit2:amd64 (3.1-20170329-1) ... 10:34:45 Selecting previously unselected package libssl1.0.0:amd64. 10:34:45 Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb ... 10:34:45 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... 10:34:45 Selecting previously unselected package libxmuu1:amd64. 10:34:45 Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_amd64.deb ... 10:34:45 Unpacking libxmuu1:amd64 (2:1.1.2-2) ... 10:34:45 Selecting previously unselected package openssh-client. 10:34:45 Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 10:34:45 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 10:34:45 Selecting previously unselected package xauth. 10:34:45 Preparing to unpack .../19-xauth_1%3a1.0.10-1_amd64.deb ... 10:34:45 Unpacking xauth (1:1.0.10-1) ... 10:34:45 Selecting previously unselected package curl. 10:34:45 Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_amd64.deb ... 10:34:45 Unpacking curl (7.58.0-2ubuntu3.8) ... 10:34:45 Selecting previously unselected package libcurl3-gnutls:amd64. 10:34:45 Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_amd64.deb ... 10:34:45 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... 10:34:45 Selecting previously unselected package liberror-perl. 10:34:45 Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... 10:34:45 Unpacking liberror-perl (0.17025-1) ... 10:34:45 Selecting previously unselected package git-man. 10:34:45 Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 10:34:45 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 10:34:45 Selecting previously unselected package git. 10:34:45 Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 10:34:46 Unpacking git (1:2.17.1-1ubuntu0.7) ... 10:34:46 Selecting previously unselected package make. 10:34:46 Preparing to unpack .../25-make_4.1-9.1ubuntu1_amd64.deb ... 10:34:46 Unpacking make (4.1-9.1ubuntu1) ... 10:34:46 Selecting previously unselected package patch. 10:34:46 Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_amd64.deb ... 10:34:46 Unpacking patch (2.7.6-2ubuntu1.1) ... 10:34:46 Setting up libedit2:amd64 (3.1-20170329-1) ... 10:34:46 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 10:34:46 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 10:34:46 Setting up less (487-0.1) ... 10:34:46 Setting up make (4.1-9.1ubuntu1) ... 10:34:46 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... 10:34:47 Setting up curl (7.58.0-2ubuntu3.8) ... 10:34:47 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... 10:34:47 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 10:34:47 Setting up libgdbm5:amd64 (1.14.1-6) ... 10:34:47 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 10:34:47 Setting up patch (2.7.6-2ubuntu1.1) ... 10:34:47 Setting up libxdmcp6:amd64 (1:1.1.2-3) ... 10:34:47 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 10:34:47 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 10:34:47 Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... 10:34:47 Setting up libxau6:amd64 (1:1.0.8-1) ... 10:34:47 Setting up netbase (5.4) ... 10:34:47 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 10:34:47 Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ... 10:34:47 Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... 10:34:47 Setting up libxmuu1:amd64 (2:1.1.2-2) ... 10:34:47 Setting up perl (5.26.1-6ubuntu0.3) ... 10:34:47 Setting up libxext6:amd64 (2:1.3.3-1) ... 10:34:47 Setting up liberror-perl (0.17025-1) ... 10:34:47 Setting up xauth (1:1.0.10-1) ... 10:34:47 Setting up git (1:2.17.1-1ubuntu0.7) ... 10:34:47 Processing triggers for libc-bin (2.27-3ubuntu1) ... 10:34:49 curl set to automatically installed. 10:34:49 git set to automatically installed. 10:34:49 git-man set to automatically installed. 10:34:49 less set to automatically installed. 10:34:49 libbsd0 set to automatically installed. 10:34:49 libcurl3-gnutls set to automatically installed. 10:34:49 libedit2 set to automatically installed. 10:34:49 liberror-perl set to automatically installed. 10:34:49 libexpat1 set to automatically installed. 10:34:49 libgdbm-compat4 set to automatically installed. 10:34:49 libgdbm5 set to automatically installed. 10:34:49 libperl5.26 set to automatically installed. 10:34:49 libssl1.0.0 set to automatically installed. 10:34:49 libx11-6 set to automatically installed. 10:34:49 libx11-data set to automatically installed. 10:34:49 libxau6 set to automatically installed. 10:34:49 libxcb1 set to automatically installed. 10:34:49 libxdmcp6 set to automatically installed. 10:34:49 libxext6 set to automatically installed. 10:34:49 libxmuu1 set to automatically installed. 10:34:49 make set to automatically installed. 10:34:49 netbase set to automatically installed. 10:34:49 openssh-client set to automatically installed. 10:34:49 patch set to automatically installed. 10:34:49 perl set to automatically installed. 10:34:49 perl-modules-5.26 set to automatically installed. 10:34:49 xauth set to automatically installed. 10:34:49 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 10:34:49 Please ensure the environment is properly setup before continuing. 10:34:49 Ignore this message if the appropriate measures have already been taken 10:34:50 Pulling go 10:34:51 'device-modbus' has dependencies that need to be staged: go 10:34:51 Skipping pull go (already ran) 10:34:51 Building go 10:34:51 % Total % Received % Xferd Average Speed Time Time Time Current 10:34:51 Dload Upload Total Spent Left Speed 10:34:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 1 114M 1 1871k 0 0 3385k 0 0:00:34 --:--:-- 0:00:34 3385k 59 114M 59 67.9M 0 0 44.9M 0 0:00:02 0:00:01 0:00:01 44.8M 100 114M 100 114M 0 0 51.4M 0 0:00:02 0:00:02 --:--:-- 51.4M 10:34:54 go1.13.5.linux-amd64.tar.gz: OK 10:35:04 CGO_ENABLED=0 GO111MODULE=on go build ./... 10:35:04 Staging go 10:35:04 Pulling device-modbus 10:35:04 Skipping build go (already ran) 10:35:04 Building device-modbus 10:35:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -o cmd/device-modbus ./cmd 10:35:05 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.2 10:35:05 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 10:35:05 go: downloading github.com/goburrow/modbus v0.1.0 10:35:05 go: extracting github.com/goburrow/modbus v0.1.0 10:35:05 go: downloading github.com/goburrow/serial v0.1.0 10:35:05 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.2 10:35:05 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 10:35:05 go: extracting github.com/goburrow/serial v0.1.0 10:35:05 go: downloading github.com/gorilla/mux v1.7.1 10:35:05 go: downloading github.com/google/uuid v1.1.1 10:35:05 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.33 10:35:05 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 10:35:05 go: downloading github.com/OneOfOne/xxhash v1.2.6 10:35:05 go: downloading github.com/go-kit/kit v0.8.0 10:35:05 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.33 10:35:05 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 10:35:05 go: extracting github.com/OneOfOne/xxhash v1.2.6 10:35:05 go: extracting github.com/google/uuid v1.1.1 10:35:05 go: extracting github.com/gorilla/mux v1.7.1 10:35:05 go: downloading github.com/hashicorp/consul/api v1.1.0 10:35:05 go: downloading github.com/pkg/errors v0.8.1 10:35:05 go: downloading gopkg.in/yaml.v2 v2.2.8 10:35:05 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 10:35:05 go: downloading github.com/BurntSushi/toml v0.3.1 10:35:05 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 10:35:05 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 10:35:05 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 10:35:05 go: extracting github.com/pkg/errors v0.8.1 10:35:05 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 10:35:05 go: downloading github.com/pelletier/go-toml v1.2.0 10:35:05 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 10:35:05 go: extracting github.com/go-kit/kit v0.8.0 10:35:05 go: extracting github.com/BurntSushi/toml v0.3.1 10:35:05 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 10:35:05 go: extracting gopkg.in/yaml.v2 v2.2.8 10:35:05 go: extracting github.com/hashicorp/consul/api v1.1.0 10:35:05 go: downloading github.com/x448/float16 v0.8.4 10:35:05 go: downloading github.com/hashicorp/serf v0.8.2 10:35:05 go: downloading github.com/mitchellh/mapstructure v1.1.2 10:35:05 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 10:35:05 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 10:35:05 go: extracting github.com/pelletier/go-toml v1.2.0 10:35:05 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 10:35:05 go: downloading github.com/mitchellh/copystructure v1.0.0 10:35:05 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 10:35:05 go: extracting github.com/x448/float16 v0.8.4 10:35:05 go: downloading github.com/go-logfmt/logfmt v0.4.0 10:35:06 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 10:35:06 go: extracting github.com/mitchellh/mapstructure v1.1.2 10:35:06 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 10:35:06 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 10:35:06 go: extracting github.com/mitchellh/copystructure v1.0.0 10:35:06 go: extracting github.com/hashicorp/serf v0.8.2 10:35:06 go: extracting github.com/go-logfmt/logfmt v0.4.0 10:35:06 go: downloading github.com/mitchellh/reflectwalk v1.0.0 10:35:06 go: extracting github.com/mitchellh/reflectwalk v1.0.0 10:35:06 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 10:35:06 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 10:35:06 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 10:35:06 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 10:35:06 go: downloading github.com/hashicorp/golang-lru v0.5.1 10:35:06 go: extracting github.com/hashicorp/golang-lru v0.5.1 10:35:06 go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 10:35:06 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 10:35:06 go: finding github.com/goburrow/modbus v0.1.0 10:35:06 go: finding github.com/gorilla/mux v1.7.1 10:35:06 go: finding github.com/go-kit/kit v0.8.0 10:35:06 go: finding github.com/fxamacker/cbor/v2 v2.2.0 10:35:06 go: finding github.com/goburrow/serial v0.1.0 10:35:06 go: finding github.com/google/uuid v1.1.1 10:35:06 go: finding github.com/OneOfOne/xxhash v1.2.6 10:35:06 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 10:35:06 go: finding github.com/x448/float16 v0.8.4 10:35:06 go: finding github.com/go-logfmt/logfmt v0.4.0 10:35:06 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 10:35:06 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 10:35:06 go: finding gopkg.in/yaml.v2 v2.2.8 10:35:06 go: finding github.com/BurntSushi/toml v0.3.1 10:35:06 go: finding github.com/pkg/errors v0.8.1 10:35:06 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 10:35:06 go: finding github.com/hashicorp/consul/api v1.1.0 10:35:06 go: finding github.com/pelletier/go-toml v1.2.0 10:35:06 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 10:35:06 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 10:35:08 go: finding github.com/hashicorp/go-rootcerts v1.0.0 10:35:08 go: finding github.com/hashicorp/serf v0.8.2 10:35:08 go: finding github.com/mitchellh/mapstructure v1.1.2 10:35:08 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 10:35:08 go: finding github.com/mitchellh/copystructure v1.0.0 10:35:08 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 10:35:08 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 10:35:08 go: finding github.com/mitchellh/reflectwalk v1.0.0 10:35:08 go: finding github.com/hashicorp/golang-lru v0.5.1 10:35:12 Removing intermediate container 712f8398c82c 10:35:12 ---> a7b913a1c419 10:35:12 Step 9/19 : FROM scratch 10:35:12 ---> 10:35:12 Step 10/19 : ENV APP_PORT=49991 10:35:12 ---> Running in 577de0a38d22 10:35:12 Removing intermediate container 577de0a38d22 10:35:12 ---> 11ab90a0fe9a 10:35:12 Step 11/19 : EXPOSE $APP_PORT 10:35:12 ---> Running in c41e50362175 10:35:12 Removing intermediate container c41e50362175 10:35:12 ---> 66e7b66749cb 10:35:12 Step 12/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / 10:35:13 ---> 73a918374c9d 10:35:13 Step 13/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / 10:35:14 ---> 809a3e5d260b 10:35:14 Step 14/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / 10:35:15 ---> 138f65b00ba1 10:35:15 Step 15/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' 10:35:15 ---> Running in 0130ebbd3d00 10:35:15 Removing intermediate container 0130ebbd3d00 10:35:15 ---> 09bdc8140961 10:35:15 Step 16/19 : ENTRYPOINT ["/device-modbus","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] 10:35:15 ---> Running in 35ba3271f023 10:35:16 Removing intermediate container 35ba3271f023 10:35:16 ---> fe0462ecc5e7 10:35:16 Step 17/19 : LABEL arch=arm64 10:35:16 ---> Running in ad3d39122a82 10:35:16 Removing intermediate container ad3d39122a82 10:35:16 ---> be1755d0274b 10:35:16 Step 18/19 : LABEL git_sha=51725aa6219b7acd356423099fa6f07cbac6e7b1 10:35:16 ---> Running in 5863c3545ace 10:35:17 Removing intermediate container 5863c3545ace 10:35:17 ---> 9a7ef2490b8d 10:35:17 Step 19/19 : LABEL version=0.0.0 10:35:17 ---> Running in 4f5e00d66466 10:35:17 Removing intermediate container 4f5e00d66466 10:35:17 ---> b70f7a2eb41f 10:35:17 [Warning] One or more build-args [ARCH] were not consumed 10:35:17 Successfully built b70f7a2eb41f 10:35:18 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 10:35:18 + find /w/workspace/device-modbus-go/3 10:35:18 + grep snapcraft.yaml 10:35:18 + grep -Po ^name: \K(.*) /w/workspace/device-modbus-go/3/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:35:18 provisioning config files... 10:35:18 copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/3@tmp/config3067879853644861813tmp [Pipeline] { [Pipeline] sh 10:35:19 CGO_ENABLED=0 GO111MODULE=on go build ./... 10:35:19 + cp /w/workspace/device-modbus-go/3@tmp/config3067879853644861813tmp /w/workspace/device-modbus-go/3/edgex-snap-store-login [Pipeline] sh 10:35:19 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/3:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 10:35:19 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally 10:35:19 latest: Pulling from edgex-devops/edgex-snap-builder-arm64 10:35:19 b2f61026a351: Pulling fs layer 10:35:19 5538fb30c42c: Pulling fs layer 10:35:19 f0b05810781a: Pulling fs layer 10:35:19 0180a33352d6: Pulling fs layer 10:35:19 e7604b0c0f53: Pulling fs layer 10:35:19 db689cb83ae0: Pulling fs layer 10:35:19 6138af208834: Pulling fs layer 10:35:19 007c8e8c5d63: Pulling fs layer 10:35:19 4f7a387c642f: Pulling fs layer 10:35:19 0180a33352d6: Waiting 10:35:19 e7604b0c0f53: Waiting 10:35:19 db689cb83ae0: Waiting 10:35:19 6138af208834: Waiting 10:35:19 007c8e8c5d63: Waiting 10:35:19 4f7a387c642f: Waiting 10:35:19 5538fb30c42c: Download complete 10:35:19 f0b05810781a: Download complete 10:35:19 0180a33352d6: Download complete 10:35:19 db689cb83ae0: Verifying Checksum 10:35:19 db689cb83ae0: Download complete 10:35:19 6138af208834: Verifying Checksum 10:35:19 6138af208834: Download complete 10:35:19 007c8e8c5d63: Verifying Checksum 10:35:19 007c8e8c5d63: Download complete 10:35:19 4f7a387c642f: Verifying Checksum 10:35:19 4f7a387c642f: Download complete 10:35:20 b2f61026a351: Download complete 10:35:22 Skipping stage go (already ran) 10:35:22 Staging device-modbus 10:35:23 Priming go 10:35:23 b2f61026a351: Pull complete 10:35:23 Priming device-modbus 10:35:24 5538fb30c42c: Pull complete 10:35:24 f0b05810781a: Pull complete 10:35:24 0180a33352d6: Pull complete 10:35:24 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 10:35:24 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 10:35:24 Determining the version from the project repo (version-script). 10:35:24 The version has been set to '0.0.0-20200618+51725aa' 10:35:24 Snapping 'edgex-device-modbus' ... 10:35:25 10:35:25 Snapped edgex-device-modbus_0.0.0-20200618+51725aa_amd64.snap [Pipeline] } 10:35:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 10:35:27 e7604b0c0f53: Verifying Checksum 10:35:27 e7604b0c0f53: Download complete [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 10:36:00 e7604b0c0f53: Pull complete 10:36:00 db689cb83ae0: Pull complete 10:36:00 6138af208834: Pull complete 10:36:00 007c8e8c5d63: Pull complete 10:36:00 4f7a387c642f: Pull complete 10:36:00 Digest: sha256:95de001a4645667c7ff44d03fa3a86afcf7622caf7559cdf0345329f515671b4 10:36:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 10:36:07 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 10:36:07 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 10:36:07 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 10:36:07 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 10:36:07 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1239 kB] 10:36:07 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [880 kB] 10:36:08 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3737 B] 10:36:08 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1192 B] 10:36:08 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [7827 B] 10:36:08 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] 10:36:08 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [756 kB] 10:36:08 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [608 kB] 10:36:08 Fetched 3756 kB in 2s (1568 kB/s) 10:36:13 Reading package lists... 10:36:25 Installing build dependencies: curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase openssh-client patch perl perl-modules-5.26 xauth 10:36:29 Reading package lists... 10:36:30 Building dependency tree... 10:36:30 Reading state information... 10:36:31 The following packages were automatically installed and are no longer required: 10:36:31 libjq1 liblzo2-2 libonig4 10:36:31 Use 'sudo apt autoremove' to remove them. 10:36:31 Suggested packages: 10:36:31 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 10:36:31 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc 10:36:31 keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc 10:36:31 libterm-readline-gnu-perl | libterm-readline-perl-perl 10:36:31 The following NEW packages will be installed: 10:36:31 curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl 10:36:31 libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 10:36:31 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase 10:36:31 openssh-client patch perl perl-modules-5.26 xauth 10:36:32 0 upgraded, 27 newly installed, 0 to remove and 10 not upgraded. 10:36:32 Need to get 12.9 MB of archives. 10:36:32 After this operation, 84.2 MB of additional disk space will be used. 10:36:32 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxau6 arm64 1:1.0.8-1 [7590 B] 10:36:32 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbsd0 arm64 0.8.7-1ubuntu0.1 [36.6 kB] 10:36:32 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxdmcp6 arm64 1:1.1.2-3 [9694 B] 10:36:32 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxcb1 arm64 1.13-2~ubuntu18.04 [37.3 kB] 10:36:32 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] 10:36:32 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-6 arm64 2:1.6.4-3ubuntu0.2 [521 kB] 10:36:32 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxext6 arm64 2:1.3.3-1 [25.4 kB] 10:36:32 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 10:36:33 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] 10:36:33 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] 10:36:33 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] 10:36:33 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] 10:36:33 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] 10:36:33 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.2 [69.3 kB] 10:36:33 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] 10:36:33 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libedit2 arm64 3.1-20170329-1 [63.4 kB] 10:36:33 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libssl1.0.0 arm64 1.0.2n-1ubuntu5.3 [723 kB] 10:36:33 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxmuu1 arm64 2:1.1.2-2 [9502 B] 10:36:33 Get:19 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssh-client arm64 1:7.6p1-4ubuntu0.3 [527 kB] 10:36:33 Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xauth arm64 1:1.0.10-1 [22.4 kB] 10:36:33 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.8 [152 kB] 10:36:34 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.8 [179 kB] 10:36:34 Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] 10:36:34 Get:24 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 10:36:34 Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] 10:36:34 Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] 10:36:34 Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] 10:36:34 debconf: delaying package configuration, since apt-utils is not installed 10:36:35 Fetched 12.9 MB in 3s (4803 kB/s) 10:36:35 Selecting previously unselected package libxau6:arm64. 10:36:35 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4630 files and directories currently installed.) 10:36:35 Preparing to unpack .../00-libxau6_1%3a1.0.8-1_arm64.deb ... 10:36:35 Unpacking libxau6:arm64 (1:1.0.8-1) ... 10:36:35 Selecting previously unselected package libbsd0:arm64. 10:36:35 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_arm64.deb ... 10:36:35 Unpacking libbsd0:arm64 (0.8.7-1ubuntu0.1) ... 10:36:35 Selecting previously unselected package libxdmcp6:arm64. 10:36:35 Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_arm64.deb ... 10:36:35 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... 10:36:35 Selecting previously unselected package libxcb1:arm64. 10:36:35 Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_arm64.deb ... 10:36:35 Unpacking libxcb1:arm64 (1.13-2~ubuntu18.04) ... 10:36:35 Selecting previously unselected package libx11-data. 10:36:35 Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... 10:36:35 Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... 10:36:36 Selecting previously unselected package libx11-6:arm64. 10:36:36 Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_arm64.deb ... 10:36:36 Unpacking libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... 10:36:36 Selecting previously unselected package libxext6:arm64. 10:36:36 Preparing to unpack .../06-libxext6_2%3a1.3.3-1_arm64.deb ... 10:36:36 Unpacking libxext6:arm64 (2:1.3.3-1) ... 10:36:36 Selecting previously unselected package perl-modules-5.26. 10:36:36 Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 10:36:36 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 10:36:37 Selecting previously unselected package libgdbm5:arm64. 10:36:37 Preparing to unpack .../08-libgdbm5_1.14.1-6_arm64.deb ... 10:36:37 Unpacking libgdbm5:arm64 (1.14.1-6) ... 10:36:38 Selecting previously unselected package libgdbm-compat4:arm64. 10:36:38 Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_arm64.deb ... 10:36:38 Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... 10:36:38 Selecting previously unselected package libperl5.26:arm64. 10:36:38 Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... 10:36:38 Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 10:36:39 Selecting previously unselected package perl. 10:36:39 Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_arm64.deb ... 10:36:39 Unpacking perl (5.26.1-6ubuntu0.3) ... 10:36:39 Selecting previously unselected package less. 10:36:39 Preparing to unpack .../12-less_487-0.1_arm64.deb ... 10:36:39 Unpacking less (487-0.1) ... 10:36:39 Selecting previously unselected package libexpat1:arm64. 10:36:39 Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_arm64.deb ... 10:36:39 Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.2) ... 10:36:39 Selecting previously unselected package netbase. 10:36:39 Preparing to unpack .../14-netbase_5.4_all.deb ... 10:36:39 Unpacking netbase (5.4) ... 10:36:40 Selecting previously unselected package libedit2:arm64. 10:36:40 Preparing to unpack .../15-libedit2_3.1-20170329-1_arm64.deb ... 10:36:40 Unpacking libedit2:arm64 (3.1-20170329-1) ... 10:36:40 Selecting previously unselected package libssl1.0.0:arm64. 10:36:40 Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_arm64.deb ... 10:36:40 Unpacking libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... 10:36:40 Selecting previously unselected package libxmuu1:arm64. 10:36:40 Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_arm64.deb ... 10:36:40 Unpacking libxmuu1:arm64 (2:1.1.2-2) ... 10:36:40 Selecting previously unselected package openssh-client. 10:36:40 Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_arm64.deb ... 10:36:40 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 10:36:40 Selecting previously unselected package xauth. 10:36:40 Preparing to unpack .../19-xauth_1%3a1.0.10-1_arm64.deb ... 10:36:40 Unpacking xauth (1:1.0.10-1) ... 10:36:40 Selecting previously unselected package curl. 10:36:41 Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_arm64.deb ... 10:36:41 Unpacking curl (7.58.0-2ubuntu3.8) ... 10:36:41 Selecting previously unselected package libcurl3-gnutls:arm64. 10:36:41 Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_arm64.deb ... 10:36:41 Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... 10:36:41 Selecting previously unselected package liberror-perl. 10:36:41 Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... 10:36:41 Unpacking liberror-perl (0.17025-1) ... 10:36:41 Selecting previously unselected package git-man. 10:36:41 Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 10:36:41 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 10:36:41 Selecting previously unselected package git. 10:36:41 Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... 10:36:41 Unpacking git (1:2.17.1-1ubuntu0.7) ... 10:36:43 Selecting previously unselected package make. 10:36:43 Preparing to unpack .../25-make_4.1-9.1ubuntu1_arm64.deb ... 10:36:43 Unpacking make (4.1-9.1ubuntu1) ... 10:36:43 Selecting previously unselected package patch. 10:36:43 Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_arm64.deb ... 10:36:43 Unpacking patch (2.7.6-2ubuntu1.1) ... 10:36:43 Setting up libedit2:arm64 (3.1-20170329-1) ... 10:36:43 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 10:36:43 Setting up libexpat1:arm64 (2.2.5-3ubuntu0.2) ... 10:36:43 Setting up less (487-0.1) ... 10:36:44 Setting up make (4.1-9.1ubuntu1) ... 10:36:44 Setting up libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... 10:36:44 Setting up curl (7.58.0-2ubuntu3.8) ... 10:36:44 Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... 10:36:44 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 10:36:44 Setting up libgdbm5:arm64 (1.14.1-6) ... 10:36:44 Setting up libbsd0:arm64 (0.8.7-1ubuntu0.1) ... 10:36:44 Setting up patch (2.7.6-2ubuntu1.1) ... 10:36:44 Setting up libxdmcp6:arm64 (1:1.1.2-3) ... 10:36:44 Setting up libgdbm-compat4:arm64 (1.14.1-6) ... 10:36:44 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 10:36:45 Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... 10:36:45 Setting up libxau6:arm64 (1:1.0.8-1) ... 10:36:45 Setting up netbase (5.4) ... 10:36:45 Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 10:36:45 Setting up libxcb1:arm64 (1.13-2~ubuntu18.04) ... 10:36:45 Setting up libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... 10:36:45 Setting up libxmuu1:arm64 (2:1.1.2-2) ... 10:36:45 Setting up perl (5.26.1-6ubuntu0.3) ... 10:36:45 Setting up libxext6:arm64 (2:1.3.3-1) ... 10:36:45 Setting up liberror-perl (0.17025-1) ... 10:36:45 Setting up xauth (1:1.0.10-1) ... 10:36:45 Setting up git (1:2.17.1-1ubuntu0.7) ... 10:36:45 Processing triggers for libc-bin (2.27-3ubuntu1) ... 10:36:52 curl set to automatically installed. 10:36:52 git set to automatically installed. 10:36:52 git-man set to automatically installed. 10:36:52 less set to automatically installed. 10:36:52 libbsd0 set to automatically installed. 10:36:52 libcurl3-gnutls set to automatically installed. 10:36:52 libedit2 set to automatically installed. 10:36:52 liberror-perl set to automatically installed. 10:36:52 libexpat1 set to automatically installed. 10:36:52 libgdbm-compat4 set to automatically installed. 10:36:52 libgdbm5 set to automatically installed. 10:36:52 libperl5.26 set to automatically installed. 10:36:52 libssl1.0.0 set to automatically installed. 10:36:52 libx11-6 set to automatically installed. 10:36:52 libx11-data set to automatically installed. 10:36:52 libxau6 set to automatically installed. 10:36:52 libxcb1 set to automatically installed. 10:36:52 libxdmcp6 set to automatically installed. 10:36:52 libxext6 set to automatically installed. 10:36:52 libxmuu1 set to automatically installed. 10:36:52 make set to automatically installed. 10:36:52 netbase set to automatically installed. 10:36:52 openssh-client set to automatically installed. 10:36:52 patch set to automatically installed. 10:36:52 perl set to automatically installed. 10:36:52 perl-modules-5.26 set to automatically installed. 10:36:52 xauth set to automatically installed. 10:36:52 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 10:36:52 Please ensure the environment is properly setup before continuing. 10:36:52 Ignore this message if the appropriate measures have already been taken 10:36:52 Pulling go 10:36:55 'device-modbus' has dependencies that need to be staged: go 10:36:55 Skipping pull go (already ran) 10:36:55 Building go 10:36:55 % Total % Received % Xferd Average Speed Time Time Time Current 10:36:55 Dload Upload Total Spent Left Speed 10:36:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 35 93.0M 35 32.8M 0 0 36.6M 0 0:00:02 --:--:-- 0:00:02 36.5M 81 93.0M 81 75.9M 0 0 40.0M 0 0:00:02 0:00:01 0:00:01 40.0M 100 93.0M 100 93.0M 0 0 40.4M 0 0:00:02 0:00:02 --:--:-- 40.4M 10:36:59 go1.13.5.linux-arm64.tar.gz: OK 10:37:17 Staging go 10:37:19 Pulling device-modbus 10:37:22 Skipping build go (already ran) 10:37:22 Building device-modbus 10:37:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -o cmd/device-modbus ./cmd 10:37:22 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.2 10:37:22 go: downloading github.com/goburrow/modbus v0.1.0 10:37:22 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 10:37:22 go: extracting github.com/goburrow/modbus v0.1.0 10:37:22 go: downloading github.com/goburrow/serial v0.1.0 10:37:22 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.2 10:37:22 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 10:37:22 go: extracting github.com/goburrow/serial v0.1.0 10:37:22 go: downloading github.com/gorilla/mux v1.7.1 10:37:22 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.33 10:37:22 go: downloading github.com/google/uuid v1.1.1 10:37:22 go: downloading github.com/pkg/errors v0.8.1 10:37:22 go: downloading github.com/OneOfOne/xxhash v1.2.6 10:37:22 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 10:37:22 go: extracting github.com/google/uuid v1.1.1 10:37:22 go: extracting github.com/pkg/errors v0.8.1 10:37:22 go: extracting github.com/gorilla/mux v1.7.1 10:37:22 go: extracting github.com/OneOfOne/xxhash v1.2.6 10:37:22 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.33 10:37:22 go: downloading github.com/go-kit/kit v0.8.0 10:37:22 go: downloading github.com/pelletier/go-toml v1.2.0 10:37:22 go: downloading github.com/BurntSushi/toml v0.3.1 10:37:22 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 10:37:22 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 10:37:23 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 10:37:23 go: downloading gopkg.in/yaml.v2 v2.2.8 10:37:23 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 10:37:23 go: extracting github.com/BurntSushi/toml v0.3.1 10:37:23 go: extracting github.com/pelletier/go-toml v1.2.0 10:37:23 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 10:37:23 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 10:37:23 go: downloading github.com/hashicorp/consul/api v1.1.0 10:37:23 go: downloading github.com/x448/float16 v0.8.4 10:37:23 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 10:37:23 go: extracting gopkg.in/yaml.v2 v2.2.8 10:37:23 go: extracting github.com/x448/float16 v0.8.4 10:37:23 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 10:37:23 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 10:37:23 go: downloading github.com/mitchellh/copystructure v1.0.0 10:37:23 go: downloading github.com/mitchellh/mapstructure v1.1.2 10:37:23 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 10:37:23 go: extracting github.com/hashicorp/consul/api v1.1.0 10:37:23 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 10:37:23 go: extracting github.com/mitchellh/mapstructure v1.1.2 10:37:23 go: extracting github.com/mitchellh/copystructure v1.0.0 10:37:23 go: downloading github.com/mitchellh/reflectwalk v1.0.0 10:37:23 go: extracting github.com/go-kit/kit v0.8.0 10:37:23 go: extracting github.com/mitchellh/reflectwalk v1.0.0 10:37:23 go: downloading github.com/hashicorp/serf v0.8.2 10:37:23 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 10:37:23 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 10:37:23 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 10:37:23 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 10:37:23 go: extracting github.com/hashicorp/serf v0.8.2 10:37:23 go: downloading github.com/go-logfmt/logfmt v0.4.0 10:37:23 go: extracting github.com/go-logfmt/logfmt v0.4.0 10:37:23 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 10:37:23 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 10:37:23 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 10:37:23 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 10:37:23 go: downloading github.com/hashicorp/golang-lru v0.5.1 10:37:23 go: extracting github.com/hashicorp/golang-lru v0.5.1 10:37:23 go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 10:37:23 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 10:37:23 go: finding github.com/goburrow/modbus v0.1.0 10:37:23 go: finding github.com/gorilla/mux v1.7.1 10:37:23 go: finding github.com/fxamacker/cbor/v2 v2.2.0 10:37:23 go: finding github.com/go-kit/kit v0.8.0 10:37:23 go: finding github.com/goburrow/serial v0.1.0 10:37:23 go: finding github.com/OneOfOne/xxhash v1.2.6 10:37:24 go: finding github.com/google/uuid v1.1.1 10:37:24 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 10:37:24 go: finding github.com/x448/float16 v0.8.4 10:37:24 go: finding github.com/go-logfmt/logfmt v0.4.0 10:37:24 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 10:37:24 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 10:37:24 go: finding gopkg.in/yaml.v2 v2.2.8 10:37:24 go: finding github.com/BurntSushi/toml v0.3.1 10:37:24 go: finding github.com/pkg/errors v0.8.1 10:37:24 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 10:37:24 go: finding github.com/hashicorp/consul/api v1.1.0 10:37:24 go: finding github.com/hashicorp/go-rootcerts v1.0.0 10:37:24 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 10:37:24 go: finding github.com/pelletier/go-toml v1.2.0 10:37:24 go: finding github.com/hashicorp/serf v0.8.2 10:37:24 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 10:37:24 go: finding github.com/mitchellh/mapstructure v1.1.2 10:37:24 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 10:37:24 go: finding github.com/mitchellh/copystructure v1.0.0 10:37:24 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 10:37:24 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 10:37:24 go: finding github.com/mitchellh/reflectwalk v1.0.0 10:37:24 go: finding github.com/hashicorp/golang-lru v0.5.1 10:37:50 CGO_ENABLED=0 GO111MODULE=on go build ./... 10:38:03 Skipping stage go (already ran) 10:38:03 Staging device-modbus 10:38:06 Priming go 10:38:09 Priming device-modbus 10:38:12 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 10:38:12 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 10:38:12 Determining the version from the project repo (version-script). 10:38:12 The version has been set to '0.0.0-20200618+51725aa' 10:38:12 Snapping 'edgex-device-modbus' ... 10:38:15 10:38:15 Snapped edgex-device-modbus_0.0.0-20200618+51725aa_arm64.snap [Pipeline] } 10:38:17 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 10:38:18 provisioning config files... 10:38:18 copy managed file [device-modbus-go-codecov-token] to file:/w/workspace/xfoundry_device-modbus-go_PR-155@tmp/config7586684720685915263tmp [Pipeline] { [Pipeline] sh 10:38:18 + curl -s https://codecov.io/bash 10:38:18 + bash -s - -t @/w/workspace/xfoundry_device-modbus-go_PR-155@tmp/config7586684720685915263tmp 10:38:18 10:38:18 _____ _ 10:38:18 / ____| | | 10:38:18 | | ___ __| | ___ ___ _____ __ 10:38:18 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:38:18 | |___| (_) | (_| | __/ (_| (_) \ V / 10:38:18 \_____\___/ \__,_|\___|\___\___/ \_/ 10:38:18 Bash-20200602-f809a24 10:38:18 10:38:18 10:38:18 ==> Jenkins CI detected. 10:38:18 project root: . 10:38:18 Fixing merge commit SHA 10:38:18 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:38:18 ==> Running gcov in . (disable via -X gcov) 10:38:18 ==> Python coveragepy not found 10:38:18 ==> Searching for coverage reports in: 10:38:18 + . 10:38:18 -> Found 1 reports 10:38:18 ==> Detecting git/mercurial file structure 10:38:18 ==> Reading reports 10:38:18 + ./coverage.out bytes=22123 10:38:18 ==> Appending adjustments 10:38:18 https://docs.codecov.io/docs/fixing-reports 10:38:19 + Found adjustments 10:38:19 ==> Gzipping contents 10:38:19 ==> Uploading reports 10:38:19 url: https://codecov.io 10:38:19 query: branch=PR-155&commit=fdf900d8a58188a2e8b2bc604c944c724a46cd8f&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2FPR-155%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=155&job= 10:38:19 -> Pinging Codecov 10:38:19 https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=PR-155&commit=fdf900d8a58188a2e8b2bc604c944c724a46cd8f&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2FPR-155%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=155&job= 10:38:19 -> Uploading 10:38:19 -> View reports at https://codecov.io/github/edgexfoundry/device-modbus-go/commit/fdf900d8a58188a2e8b2bc604c944c724a46cd8f [Pipeline] } 10:38:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 10:38:20 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:38:21 ---> package-listing.sh 10:38:21 ++ tr '[:upper:]' '[:lower:]' 10:38:21 ++ facter osfamily 10:38:21 + OS_FAMILY=redhat 10:38:21 + workspace=/w/workspace/xfoundry_device-modbus-go_PR-155 10:38:21 + START_PACKAGES=/tmp/packages_start.txt 10:38:21 + END_PACKAGES=/tmp/packages_end.txt 10:38:21 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:38:21 + PACKAGES=/tmp/packages_start.txt 10:38:21 + '[' /w/workspace/xfoundry_device-modbus-go_PR-155 ']' 10:38:21 + PACKAGES=/tmp/packages_end.txt 10:38:21 + case "${OS_FAMILY}" in 10:38:21 + rpm -qa 10:38:21 + sort 10:38:25 + '[' -f /tmp/packages_start.txt ']' 10:38:25 + '[' -f /tmp/packages_end.txt ']' 10:38:25 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:38:25 + '[' /w/workspace/xfoundry_device-modbus-go_PR-155 ']' 10:38:25 + mkdir -p /w/workspace/xfoundry_device-modbus-go_PR-155/archives/ 10:38:25 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_PR-155/archives/ [Pipeline] isUnix [Pipeline] sh 10:38:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:38:26 10:38:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 10:38:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:38:26 alpine: Pulling from edgex-lftools-log-publisher 10:38:26 c9b1b535fdd9: Pulling fs layer 10:38:26 2cc5ad85d9ab: Pulling fs layer 10:38:26 756a868c4378: Pulling fs layer 10:38:26 444b2fc9a129: Pulling fs layer 10:38:26 ea15f1150254: Pulling fs layer 10:38:26 41b27a9f41bf: Pulling fs layer 10:38:26 28c525ee5125: Pulling fs layer 10:38:26 094b1ea09ed8: Pulling fs layer 10:38:26 138eaada9080: Pulling fs layer 10:38:26 0622d0fa9048: Pulling fs layer 10:38:26 41b27a9f41bf: Waiting 10:38:26 444b2fc9a129: Waiting 10:38:26 28c525ee5125: Waiting 10:38:26 094b1ea09ed8: Waiting 10:38:26 ea15f1150254: Waiting 10:38:26 138eaada9080: Waiting 10:38:26 0622d0fa9048: Waiting 10:38:26 2cc5ad85d9ab: Download complete 10:38:26 444b2fc9a129: Verifying Checksum 10:38:26 444b2fc9a129: Download complete 10:38:26 c9b1b535fdd9: Download complete 10:38:26 ea15f1150254: Download complete 10:38:26 28c525ee5125: Verifying Checksum 10:38:26 28c525ee5125: Download complete 10:38:27 756a868c4378: Verifying Checksum 10:38:27 756a868c4378: Download complete 10:38:27 c9b1b535fdd9: Pull complete 10:38:27 094b1ea09ed8: Verifying Checksum 10:38:27 094b1ea09ed8: Download complete 10:38:27 138eaada9080: Verifying Checksum 10:38:27 138eaada9080: Download complete 10:38:27 0622d0fa9048: Verifying Checksum 10:38:27 0622d0fa9048: Download complete 10:38:27 2cc5ad85d9ab: Pull complete 10:38:28 41b27a9f41bf: Verifying Checksum 10:38:28 41b27a9f41bf: Download complete 10:38:29 756a868c4378: Pull complete 10:38:29 444b2fc9a129: Pull complete 10:38:29 ea15f1150254: Pull complete 10:38:33 41b27a9f41bf: Pull complete 10:38:33 28c525ee5125: Pull complete 10:38:36 094b1ea09ed8: Pull complete 10:38:36 138eaada9080: Pull complete 10:38:37 0622d0fa9048: Pull complete 10:38:37 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 10:38:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:38:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 10:38:37 prd-centos7-docker-4c-2g-3546 does not seem to be running inside a container 10:38:37 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/xfoundry_device-modbus-go_PR-155 -v /w/workspace/xfoundry_device-modbus-go_PR-155:/w/workspace/xfoundry_device-modbus-go_PR-155:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-155@tmp:/w/workspace/xfoundry_device-modbus-go_PR-155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 10:38:39 $ docker top c2ec6b5040fe9c3575cf3a62cebae7f03b7628c4d4f7eac485e067d663f0c1e8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:38:39 provisioning config files... 10:38:39 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-155@tmp/config8055448168127962714tmp [Pipeline] { [Pipeline] echo 10:38:39 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:38:40 ---> create-netrc.sh [Pipeline] echo 10:38:40 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:38:40 ---> logs-deploy.sh 10:38:40 + ARCHIVE_ARTIFACTS= 10:38:40 + LOGS_SERVER=https://logs.edgexfoundry.org 10:38:40 + '[' https://logs.edgexfoundry.org == None ']' 10:38:40 + NEXUS_URL=https://nexus.edgexfoundry.org 10:38:40 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-155/3 10:38:40 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/PR-155/3/ 10:38:40 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-155/3 /w/workspace/xfoundry_device-modbus-go_PR-155 10:38:41 Archives upload complete. 10:38:41 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-155/3 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/PR-155/3/