Pull request #154 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lranjbar for edgexfoundry/device-modbus-go Obtained Jenkinsfile from 98b52d9584e04c01e40368f8367c2648e1414356+f5c9d48415354775d5437a1ae29fce4498980850 (c186a8034bf3fde7c1eb7ee55459751a8a5eac68) Running in Durability level: MAX_SURVIVABILITY 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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-modbus-go/branches/PR-154/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 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 > git --version # 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-2612 in /w/workspace/xfoundry_device-modbus-go_PR-154 [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-154 # timeout=10 Fetching without tags 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/154/head:refs/remotes/origin/PR-154 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/154/head:refs/remotes/origin/PR-154 # 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/154/head:refs/remotes/origin/PR-154 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f5c9d48415354775d5437a1ae29fce4498980850 into PR head commit 98b52d9584e04c01e40368f8367c2648e1414356 Merge succeeded, producing 98b52d9584e04c01e40368f8367c2648e1414356 Checking out Revision 98b52d9584e04c01e40368f8367c2648e1414356 (PR-154) > git config core.sparsecheckout # timeout=10 > git checkout -f 98b52d9584e04c01e40368f8367c2648e1414356 # 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 f5c9d48415354775d5437a1ae29fce4498980850 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 98b52d9584e04c01e40368f8367c2648e1414356 # timeout=10 Commit message: "Update VERSION and snap title for snap rebuild" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-11T20:01:44.011Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-11T20:01:44.233Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-11T20:01:44.359Z] ========================================================= [2020-06-11T20:01:44.359Z] EdgeX Global Pipelines Version Info [2020-06-11T20:01:44.359Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-11T20:01:46.435Z] ------------------- [2020-06-11T20:01:46.435Z] stable info: [2020-06-11T20:01:46.435Z] ------------------- [2020-06-11T20:01:46.435Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-11T20:01:46.435Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-11T20:01:46.435Z] Message: update stable to v1.0.89 [2020-06-11T20:01:47.392Z] ------------------- [2020-06-11T20:01:47.392Z] experimental info: [2020-06-11T20:01:47.392Z] ------------------- [2020-06-11T20:01:47.392Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-11T20:01:47.392Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-11T20:01:47.392Z] Message: update experimental to v1.0.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-06-11T20:01:49.288Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-11T20:01:49.865Z] [2020-06-11T20:01:49.865Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-11T20:01:50.238Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-11T20:01:50.238Z] latest: Pulling from edgex-devops/git-semver [2020-06-11T20:01:50.238Z] 9123ac7c32f7: Pulling fs layer [2020-06-11T20:01:50.238Z] b8cc5d1170e3: Pulling fs layer [2020-06-11T20:01:50.238Z] 2924cbbf6a41: Pulling fs layer [2020-06-11T20:01:50.238Z] 93b08a4f1073: Pulling fs layer [2020-06-11T20:01:50.238Z] 93b08a4f1073: Waiting [2020-06-11T20:01:50.238Z] b8cc5d1170e3: Download complete [2020-06-11T20:01:50.238Z] 9123ac7c32f7: Verifying Checksum [2020-06-11T20:01:50.238Z] 9123ac7c32f7: Download complete [2020-06-11T20:01:50.508Z] 93b08a4f1073: Verifying Checksum [2020-06-11T20:01:50.509Z] 93b08a4f1073: Download complete [2020-06-11T20:01:50.509Z] 2924cbbf6a41: Verifying Checksum [2020-06-11T20:01:50.509Z] 2924cbbf6a41: Download complete [2020-06-11T20:01:50.794Z] 9123ac7c32f7: Pull complete [2020-06-11T20:01:50.794Z] b8cc5d1170e3: Pull complete [2020-06-11T20:01:51.756Z] 2924cbbf6a41: Pull complete [2020-06-11T20:01:52.021Z] 93b08a4f1073: Pull complete [2020-06-11T20:01:52.021Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-11T20:01:52.021Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-11T20:01:52.021Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-11T20:01:52.144Z] prd-centos7-docker-4c-2g-2612 does not seem to be running inside a container [2020-06-11T20:01:52.204Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_PR-154 -v /w/workspace/xfoundry_device-modbus-go_PR-154:/w/workspace/xfoundry_device-modbus-go_PR-154:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-154@tmp:/w/workspace/xfoundry_device-modbus-go_PR-154@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-11T20:01:54.167Z] $ docker top bf6b5669910834657c7d468684623c054301e3994e87e4381be684f81ff16fbe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-11T20:01:54.491Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-11T20:01:54.492Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-11T20:01:54.743Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-11T20:01:54.748Z] $ docker exec bf6b5669910834657c7d468684623c054301e3994e87e4381be684f81ff16fbe ssh-agent [2020-06-11T20:01:54.983Z] SSH_AUTH_SOCK=/tmp/ssh-83U6zw4YIvGO/agent.12 [2020-06-11T20:01:54.983Z] SSH_AGENT_PID=17 [2020-06-11T20:01:54.997Z] Running ssh-add (command line suppressed) [2020-06-11T20:01:55.172Z] Identity added: /w/workspace/xfoundry_device-modbus-go_PR-154@tmp/private_key_7464978688789511543.key (/w/workspace/xfoundry_device-modbus-go_PR-154@tmp/private_key_7464978688789511543.key) [2020-06-11T20:01:55.252Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-11T20:01:55.628Z] + git describe --exact-match --tags HEAD [2020-06-11T20:01:55.628Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-11T20:01:56.015Z] $ docker exec --env ******** --env ******** bf6b5669910834657c7d468684623c054301e3994e87e4381be684f81ff16fbe ssh-agent -k [2020-06-11T20:01:56.248Z] unset SSH_AUTH_SOCK; [2020-06-11T20:01:56.249Z] unset SSH_AGENT_PID; [2020-06-11T20:01:56.249Z] echo Agent pid 17 killed; [2020-06-11T20:01:56.304Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-11T20:01:56.399Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-11T20:01:56.399Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-11T20:01:56.478Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-11T20:01:56.478Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-11T20:01:56.692Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-11T20:01:56.697Z] $ docker exec bf6b5669910834657c7d468684623c054301e3994e87e4381be684f81ff16fbe ssh-agent [2020-06-11T20:01:56.866Z] SSH_AUTH_SOCK=/tmp/ssh-GCD64PqcElFm/agent.46 [2020-06-11T20:01:56.866Z] SSH_AGENT_PID=51 [2020-06-11T20:01:56.873Z] Running ssh-add (command line suppressed) [2020-06-11T20:01:57.004Z] Identity added: /w/workspace/xfoundry_device-modbus-go_PR-154@tmp/private_key_341883676412631924.key (/w/workspace/xfoundry_device-modbus-go_PR-154@tmp/private_key_341883676412631924.key) [2020-06-11T20:01:57.056Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-11T20:01:57.433Z] + git semver init [2020-06-11T20:01:57.433Z] # -> Open(): unable to determine branch for HEAD [2020-06-11T20:01:57.433Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_PR-154/.git [2020-06-11T20:01:57.433Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_PR-154 [2020-06-11T20:01:57.433Z] # $SEMVER_REMOTE_NAME = origin [2020-06-11T20:01:57.433Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-11T20:01:57.433Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-11T20:01:57.433Z] # $SEMVER_BRANCH = PR-154 [2020-06-11T20:01:57.433Z] # $SEMVER_TEMP = /tmp/semver-650478378 [2020-06-11T20:01:57.433Z] # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP [2020-06-11T20:01:58.004Z] # '/tmp/semver-650478378' -> '/w/workspace/xfoundry_device-modbus-go_PR-154/.semver' [2020-06-11T20:01:58.004Z] # -> Force: false [2020-06-11T20:01:58.004Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_PR-154/.semver [Pipeline] } [2020-06-11T20:01:58.028Z] $ docker exec --env ******** --env ******** bf6b5669910834657c7d468684623c054301e3994e87e4381be684f81ff16fbe ssh-agent -k [2020-06-11T20:01:58.160Z] unset SSH_AUTH_SOCK; [2020-06-11T20:01:58.161Z] unset SSH_AGENT_PID; [2020-06-11T20:01:58.161Z] echo Agent pid 51 killed; [2020-06-11T20:01:58.202Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-11T20:01:58.670Z] + git semver [Pipeline] } [2020-06-11T20:01:58.701Z] $ docker stop --time=1 bf6b5669910834657c7d468684623c054301e3994e87e4381be684f81ff16fbe [2020-06-11T20:02:00.087Z] $ docker rm -f bf6b5669910834657c7d468684623c054301e3994e87e4381be684f81ff16fbe [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-11T20:02:00.671Z] Stashed 30 file(s) [Pipeline] echo [2020-06-11T20:02:00.688Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-06-11T20:02:16.085Z] Still waiting to schedule task [2020-06-11T20:02:16.085Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-06-11T20:02:16.137Z] Running on prd-centos7-docker-4c-2g-2614 in /w/workspace/xfoundry_device-modbus-go_PR-154 [Pipeline] { [Pipeline] ws [2020-06-11T20:02:16.202Z] Running in /w/workspace/device-modbus-go/1 [Pipeline] { [Pipeline] checkout [2020-06-11T20:02:19.008Z] using credential edgex-jenkins-ssh [2020-06-11T20:02:19.033Z] Cloning the remote Git repository [2020-06-11T20:02:19.033Z] Cloning with configured refspecs honoured and without tags [2020-06-11T20:02:19.696Z] Fetching without tags [2020-06-11T20:02:19.060Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-06-11T20:02:19.121Z] > git init /w/workspace/device-modbus-go/1 # timeout=10 [2020-06-11T20:02:19.162Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-06-11T20:02:19.163Z] > git --version # timeout=10 [2020-06-11T20:02:19.170Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T20:02:19.197Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/154/head:refs/remotes/origin/PR-154 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T20:02:19.659Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-06-11T20:02:19.666Z] > git config --add remote.origin.fetch +refs/pull/154/head:refs/remotes/origin/PR-154 # timeout=10 [2020-06-11T20:02:19.674Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T20:02:19.689Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-06-11T20:02:19.701Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-06-11T20:02:19.702Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T20:02:19.707Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/154/head:refs/remotes/origin/PR-154 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T20:02:20.088Z] Merging remotes/origin/master commit f5c9d48415354775d5437a1ae29fce4498980850 into PR head commit 98b52d9584e04c01e40368f8367c2648e1414356 [2020-06-11T20:02:20.169Z] Merge succeeded, producing 98b52d9584e04c01e40368f8367c2648e1414356 [2020-06-11T20:02:20.169Z] Checking out Revision 98b52d9584e04c01e40368f8367c2648e1414356 (PR-154) [2020-06-11T20:02:20.096Z] > git config core.sparsecheckout # timeout=10 [2020-06-11T20:02:20.102Z] > git checkout -f 98b52d9584e04c01e40368f8367c2648e1414356 # timeout=10 [2020-06-11T20:02:20.135Z] > git remote # timeout=10 [2020-06-11T20:02:20.141Z] > git config --get remote.origin.url # timeout=10 [2020-06-11T20:02:20.149Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T20:02:20.153Z] > git merge f5c9d48415354775d5437a1ae29fce4498980850 # timeout=10 [2020-06-11T20:02:20.162Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-06-11T20:02:20.172Z] > git config core.sparsecheckout # timeout=10 [2020-06-11T20:02:20.176Z] > git checkout -f 98b52d9584e04c01e40368f8367c2648e1414356 # timeout=10 [2020-06-11T20:02:23.883Z] Commit message: "Update VERSION and snap title for snap rebuild" [2020-06-11T20:02:23.907Z] > git --version # timeout=10 [2020-06-11T20:02:23.917Z] fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-11T20:02:24.796Z] ========================================================= [2020-06-11T20:02:24.796Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-06-11T20:02:24.796Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-11T20:02:25.458Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-06-11T20:02:25.721Z] Sending build context to Docker daemon 601.1kB [2020-06-11T20:02:25.721Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-11T20:02:25.721Z] Step 2/8 : FROM ${BASE} [2020-06-11T20:02:25.982Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-06-11T20:02:25.982Z] e6b0cf9c0882: Pulling fs layer [2020-06-11T20:02:25.982Z] 2848faf0eed1: Pulling fs layer [2020-06-11T20:02:25.982Z] 0f37312ad70f: Pulling fs layer [2020-06-11T20:02:25.982Z] 5788d62ee057: Pulling fs layer [2020-06-11T20:02:25.982Z] 0e6b1d234666: Pulling fs layer [2020-06-11T20:02:25.982Z] bf5d7aec512f: Pulling fs layer [2020-06-11T20:02:25.982Z] 34c802a77dc8: Pulling fs layer [2020-06-11T20:02:25.982Z] 9eb99e56ec68: Pulling fs layer [2020-06-11T20:02:25.982Z] 27c7a5d97fbd: Pulling fs layer [2020-06-11T20:02:25.982Z] 5c102a31e300: Pulling fs layer [2020-06-11T20:02:25.982Z] dcfb455df0a1: Pulling fs layer [2020-06-11T20:02:25.982Z] 5788d62ee057: Waiting [2020-06-11T20:02:25.982Z] 34c802a77dc8: Waiting [2020-06-11T20:02:25.982Z] 5c102a31e300: Waiting [2020-06-11T20:02:25.982Z] 9eb99e56ec68: Waiting [2020-06-11T20:02:25.982Z] 27c7a5d97fbd: Waiting [2020-06-11T20:02:25.982Z] 0e6b1d234666: Waiting [2020-06-11T20:02:25.982Z] dcfb455df0a1: Waiting [2020-06-11T20:02:25.982Z] bf5d7aec512f: Waiting [2020-06-11T20:02:25.982Z] 0f37312ad70f: Verifying Checksum [2020-06-11T20:02:25.982Z] 0f37312ad70f: Download complete [2020-06-11T20:02:25.982Z] 2848faf0eed1: Verifying Checksum [2020-06-11T20:02:25.982Z] 2848faf0eed1: Download complete [2020-06-11T20:02:25.982Z] 0e6b1d234666: Verifying Checksum [2020-06-11T20:02:25.982Z] 0e6b1d234666: Download complete [2020-06-11T20:02:25.982Z] bf5d7aec512f: Verifying Checksum [2020-06-11T20:02:25.982Z] bf5d7aec512f: Download complete [2020-06-11T20:02:25.982Z] e6b0cf9c0882: Verifying Checksum [2020-06-11T20:02:25.982Z] e6b0cf9c0882: Download complete [2020-06-11T20:02:26.555Z] e6b0cf9c0882: Pull complete [2020-06-11T20:02:26.555Z] 34c802a77dc8: Verifying Checksum [2020-06-11T20:02:26.555Z] 34c802a77dc8: Download complete [2020-06-11T20:02:26.555Z] 27c7a5d97fbd: Verifying Checksum [2020-06-11T20:02:26.555Z] 27c7a5d97fbd: Download complete [2020-06-11T20:02:27.147Z] 5c102a31e300: Verifying Checksum [2020-06-11T20:02:27.147Z] 5c102a31e300: Download complete [2020-06-11T20:02:27.147Z] dcfb455df0a1: Verifying Checksum [2020-06-11T20:02:27.147Z] dcfb455df0a1: Download complete [2020-06-11T20:02:27.727Z] 5788d62ee057: Verifying Checksum [2020-06-11T20:02:27.727Z] 5788d62ee057: Download complete [2020-06-11T20:02:27.727Z] 9eb99e56ec68: Verifying Checksum [2020-06-11T20:02:27.727Z] 9eb99e56ec68: Download complete [2020-06-11T20:02:28.300Z] 2848faf0eed1: Pull complete [2020-06-11T20:02:28.300Z] 0f37312ad70f: Pull complete [2020-06-11T20:02:34.911Z] 5788d62ee057: Pull complete [2020-06-11T20:02:34.911Z] 0e6b1d234666: Pull complete [2020-06-11T20:02:34.911Z] bf5d7aec512f: Pull complete [2020-06-11T20:02:41.501Z] 34c802a77dc8: Pull complete [2020-06-11T20:02:45.733Z] 9eb99e56ec68: Pull complete [2020-06-11T20:02:45.733Z] 27c7a5d97fbd: Pull complete [2020-06-11T20:02:46.305Z] 5c102a31e300: Pull complete [2020-06-11T20:02:46.305Z] dcfb455df0a1: Pull complete [2020-06-11T20:02:46.305Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-06-11T20:02:46.305Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-06-11T20:02:46.305Z] ---> 7c70fe431013 [2020-06-11T20:02:46.305Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-06-11T20:02:48.221Z] ---> Running in 9286e3502942 [2020-06-11T20:02:48.485Z] Removing intermediate container 9286e3502942 [2020-06-11T20:02:48.485Z] ---> d95b5e09d754 [2020-06-11T20:02:48.485Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-11T20:02:48.485Z] ---> Running in 34594b9db283 [2020-06-11T20:02:49.876Z] Removing intermediate container 34594b9db283 [2020-06-11T20:02:49.876Z] ---> 3d5d5b8f85c5 [2020-06-11T20:02:49.876Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-06-11T20:02:49.876Z] ---> Running in f2dc74cdc68e [2020-06-11T20:02:50.452Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-11T20:02:51.398Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-11T20:02:51.659Z] (1/17) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) [2020-06-11T20:02:51.921Z] (2/17) Installing libmagic (5.37-r1) [2020-06-11T20:02:52.183Z] (3/17) Installing file (5.37-r1) [2020-06-11T20:02:52.183Z] (4/17) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) [2020-06-11T20:02:52.183Z] (5/17) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) [2020-06-11T20:02:52.445Z] (6/17) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-11T20:02:57.735Z] (7/17) Installing libc-dev (0.7.2-r0) [2020-06-11T20:02:57.735Z] (8/17) Installing g++ (9.2.0-r4) [2020-06-11T20:03:01.946Z] (9/17) Installing fortify-headers (1.1-r0) [2020-06-11T20:03:01.946Z] (10/17) Installing build-base (0.5-r1) [2020-06-11T20:03:01.946Z] (11/17) Installing openssh-keygen (8.1_p1-r0) [2020-06-11T20:03:01.946Z] (12/17) Installing libedit (20191211.3.1-r0) [2020-06-11T20:03:01.946Z] (13/17) Installing openssh-client (8.1_p1-r0) [2020-06-11T20:03:01.946Z] (14/17) Installing openssh-sftp-server (8.1_p1-r0) [2020-06-11T20:03:01.946Z] (15/17) Installing openssh-server-common (8.1_p1-r0) [2020-06-11T20:03:02.207Z] (16/17) Installing openssh-server (8.1_p1-r0) [2020-06-11T20:03:02.207Z] (17/17) Installing openssh (8.1_p1-r0) [2020-06-11T20:03:02.207Z] Executing busybox-1.31.1-r8.trigger [2020-06-11T20:03:02.207Z] OK: 214 MiB in 52 packages [2020-06-11T20:03:05.540Z] Removing intermediate container f2dc74cdc68e [2020-06-11T20:03:05.540Z] ---> c224a93b759c [2020-06-11T20:03:05.540Z] Step 6/8 : WORKDIR /device-modbus-go [2020-06-11T20:03:05.540Z] ---> Running in e9bb332d696d [2020-06-11T20:03:05.801Z] Removing intermediate container e9bb332d696d [2020-06-11T20:03:05.801Z] ---> ec8cf4eda429 [2020-06-11T20:03:05.801Z] Step 7/8 : COPY . . [2020-06-11T20:03:06.754Z] ---> b262fa0d951a [2020-06-11T20:03:06.754Z] Step 8/8 : RUN go mod download [2020-06-11T20:03:06.754Z] ---> Running in 7bca8c72ee31 [2020-06-11T20:03:08.681Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-11T20:03:08.681Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-11T20:03:08.681Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-11T20:03:08.681Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T20:03:08.681Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-11T20:03:08.681Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-11T20:03:08.681Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T20:03:08.681Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-11T20:03:08.681Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-06-11T20:03:08.681Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-06-11T20:03:09.253Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T20:03:09.253Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T20:03:09.253Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T20:03:09.253Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T20:03:09.253Z] go: finding github.com/fatih/color v1.7.0 [2020-06-11T20:03:09.253Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T20:03:09.253Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-11T20:03:09.253Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T20:03:09.253Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-11T20:03:09.253Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-06-11T20:03:09.253Z] go: finding github.com/goburrow/serial v0.1.0 [2020-06-11T20:03:09.253Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-11T20:03:09.253Z] go: finding github.com/google/uuid v1.1.1 [2020-06-11T20:03:09.253Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-11T20:03:09.253Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-11T20:03:09.253Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-11T20:03:09.253Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-11T20:03:09.253Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T20:03:09.253Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T20:03:09.253Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-11T20:03:09.253Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-11T20:03:09.253Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T20:03:09.253Z] go: finding github.com/hashicorp/go-sockaddr v1.0.1 [2020-06-11T20:03:09.514Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-11T20:03:09.514Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-11T20:03:09.514Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-11T20:03:09.514Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-06-11T20:03:09.514Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-11T20:03:09.514Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-11T20:03:09.514Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-11T20:03:09.776Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-11T20:03:09.776Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-11T20:03:09.776Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-11T20:03:09.776Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-11T20:03:09.776Z] go: finding github.com/miekg/dns v1.1.4 [2020-06-11T20:03:09.776Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-11T20:03:09.776Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T20:03:09.776Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-11T20:03:09.776Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-06-11T20:03:09.776Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-11T20:03:09.776Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-06-11T20:03:09.776Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-11T20:03:09.776Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-11T20:03:09.776Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T20:03:09.776Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T20:03:09.776Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-11T20:03:09.776Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-11T20:03:09.776Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-11T20:03:09.776Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-11T20:03:09.776Z] go: finding github.com/posener/complete v1.1.1 [2020-06-11T20:03:09.776Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-06-11T20:03:09.776Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-11T20:03:10.039Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-11T20:03:10.039Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-11T20:03:10.039Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-11T20:03:10.039Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-11T20:03:10.039Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-11T20:03:10.039Z] go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 [2020-06-11T20:03:10.039Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-11T20:03:10.039Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-11T20:03:10.039Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-11T20:03:10.039Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-11T20:03:18.288Z] Removing intermediate container 7bca8c72ee31 [2020-06-11T20:03:18.288Z] ---> 32ba2457b634 [2020-06-11T20:03:18.288Z] Successfully built 32ba2457b634 [2020-06-11T20:03:18.288Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-11T20:03:19.039Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-11T20:03:19.039Z] . [Pipeline] withDockerContainer [2020-06-11T20:03:19.158Z] prd-centos7-docker-4c-2g-2614 does not seem to be running inside a container [2020-06-11T20:03:19.200Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/1 -v /w/workspace/device-modbus-go/1:/w/workspace/device-modbus-go/1:rw,z -v /w/workspace/device-modbus-go/1@tmp:/w/workspace/device-modbus-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-06-11T20:03:20.383Z] $ docker top 16586b3de6a806beef844758ab5980cac224fdd1bfbd26eff95fcd63898cdef9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-11T20:03:20.856Z] + go version [2020-06-11T20:03:20.856Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-06-11T20:03:21.173Z] + make test [2020-06-11T20:03:21.173Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-06-11T20:03:22.126Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2020-06-11T20:03:32.234Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2020-06-11T20:03:32.235Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.145s coverage: 50.3% of statements [2020-06-11T20:03:32.496Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-11T20:03:34.430Z] gofmt -l . [2020-06-11T20:03:34.430Z] [ "`gofmt -l .`" = "" ] [2020-06-11T20:03:34.430Z] ./bin/test-attribution-txt.sh [2020-06-11T20:03:35.005Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-06-11T20:03:35.512Z] Stashed 1 file(s) [Pipeline] } [2020-06-11T20:03:35.529Z] $ docker stop --time=1 16586b3de6a806beef844758ab5980cac224fdd1bfbd26eff95fcd63898cdef9 [2020-06-11T20:03:37.712Z] $ docker rm -f 16586b3de6a806beef844758ab5980cac224fdd1bfbd26eff95fcd63898cdef9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-11T20:03:39.863Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-11T20:03:40.177Z] + ls -al . [2020-06-11T20:03:40.177Z] total 104 [2020-06-11T20:03:40.177Z] drwxrwxr-x. 9 jenkins jenkins 4096 Jun 11 20:03 . [2020-06-11T20:03:40.177Z] drwxrwxr-x. 4 jenkins jenkins 28 Jun 11 20:02 .. [2020-06-11T20:03:40.177Z] -rw-rw-r--. 1 jenkins jenkins 5049 Jun 11 20:02 Attribution.txt [2020-06-11T20:03:40.177Z] drwxrwxr-x. 2 jenkins jenkins 87 Jun 11 20:02 bin [2020-06-11T20:03:40.177Z] drwxrwxr-x. 3 jenkins jenkins 32 Jun 11 20:02 cmd [2020-06-11T20:03:40.177Z] -rw-r--r--. 1 jenkins jenkins 22123 Jun 11 20:03 coverage.out [2020-06-11T20:03:40.177Z] -rw-rw-r--. 1 jenkins jenkins 1422 Jun 11 20:02 Dockerfile [2020-06-11T20:03:40.177Z] -rw-rw-r--. 1 jenkins jenkins 954 Jun 11 20:02 Dockerfile.build [2020-06-11T20:03:40.177Z] -rw-rw-r--. 1 jenkins jenkins 140 Jun 11 20:02 .dockerignore [2020-06-11T20:03:40.177Z] drwxrwxr-x. 8 jenkins jenkins 179 Jun 11 20:02 .git [2020-06-11T20:03:40.177Z] -rw-rw-r--. 1 jenkins jenkins 330 Jun 11 20:02 .gitignore [2020-06-11T20:03:40.177Z] -rw-r--r--. 1 jenkins jenkins 559 Jun 11 20:03 go.mod [2020-06-11T20:03:40.177Z] -rw-r--r--. 1 jenkins jenkins 13471 Jun 11 20:03 go.sum [2020-06-11T20:03:40.177Z] drwxrwxr-x. 3 jenkins jenkins 20 Jun 11 20:02 internal [2020-06-11T20:03:40.177Z] -rw-rw-r--. 1 jenkins jenkins 702 Jun 11 20:02 Jenkinsfile [2020-06-11T20:03:40.177Z] -rw-rw-r--. 1 jenkins jenkins 11340 Jun 11 20:02 LICENSE [2020-06-11T20:03:40.177Z] -rw-rw-r--. 1 jenkins jenkins 880 Jun 11 20:02 Makefile [2020-06-11T20:03:40.177Z] -rw-rw-r--. 1 jenkins jenkins 591 Jun 11 20:02 README.md [2020-06-11T20:03:40.177Z] drwxrwxr-x. 3 jenkins jenkins 58 Jun 11 20:02 .semver [2020-06-11T20:03:40.177Z] drwxrwxr-x. 2 jenkins jenkins 35 Jun 11 20:02 simulator [2020-06-11T20:03:40.177Z] drwxrwxr-x. 4 jenkins jenkins 54 Jun 11 20:02 snap [2020-06-11T20:03:40.177Z] -rw-rw-r--. 1 jenkins jenkins 5 Jun 11 20:02 VERSION [2020-06-11T20:03:40.177Z] -rw-rw-r--. 1 jenkins jenkins 229 Jun 11 20:02 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-11T20:03:40.507Z] + 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=98b52d9584e04c01e40368f8367c2648e1414356 --label arch=amd64 --label version=0.0.0 . [2020-06-11T20:03:40.507Z] Sending build context to Docker daemon 629.8kB [2020-06-11T20:03:40.507Z] Step 1/19 : ARG BASE=golang:1.13-alpine [2020-06-11T20:03:40.507Z] Step 2/19 : FROM ${BASE} AS builder [2020-06-11T20:03:40.507Z] ---> 32ba2457b634 [2020-06-11T20:03:40.507Z] Step 3/19 : ARG MAKE='make build' [2020-06-11T20:03:40.768Z] ---> Running in 8f90fcc251f7 [2020-06-11T20:03:41.033Z] Removing intermediate container 8f90fcc251f7 [2020-06-11T20:03:41.033Z] ---> 62975603c29e [2020-06-11T20:03:41.033Z] Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-11T20:03:41.033Z] ---> Running in 0432e23acb2b [2020-06-11T20:03:41.986Z] Removing intermediate container 0432e23acb2b [2020-06-11T20:03:41.986Z] ---> 99f90cbf92d1 [2020-06-11T20:03:41.986Z] Step 5/19 : RUN apk add --update --no-cache make git openssh build-base [2020-06-11T20:03:41.986Z] ---> Running in 885f73451b7b [2020-06-11T20:03:42.573Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-11T20:03:43.516Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-11T20:03:43.777Z] OK: 214 MiB in 52 packages [2020-06-11T20:03:44.040Z] Removing intermediate container 885f73451b7b [2020-06-11T20:03:44.040Z] ---> 983b44d287e1 [2020-06-11T20:03:44.040Z] Step 6/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2020-06-11T20:03:44.040Z] ---> Running in ebd27f87912e [2020-06-11T20:03:44.303Z] Removing intermediate container ebd27f87912e [2020-06-11T20:03:44.303Z] ---> 405ab2a7baf4 [2020-06-11T20:03:44.303Z] Step 7/19 : COPY . . [2020-06-11T20:03:45.248Z] ---> 3f758c4486e2 [2020-06-11T20:03:45.248Z] Step 8/19 : RUN ${MAKE} [2020-06-11T20:03:45.248Z] ---> Running in 630134e2ebb4 [2020-06-11T20:03:45.819Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -o cmd/device-modbus ./cmd [2020-06-11T20:03:54.042Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-11T20:03:58.271Z] Removing intermediate container 630134e2ebb4 [2020-06-11T20:03:58.271Z] ---> 89ef07c35b3c [2020-06-11T20:03:58.271Z] Step 9/19 : FROM scratch [2020-06-11T20:03:58.271Z] ---> [2020-06-11T20:03:58.271Z] Step 10/19 : ENV APP_PORT=49991 [2020-06-11T20:03:58.271Z] ---> Running in fabdcd9e61ec [2020-06-11T20:03:58.271Z] Removing intermediate container fabdcd9e61ec [2020-06-11T20:03:58.271Z] ---> b733b1bc7d22 [2020-06-11T20:03:58.271Z] Step 11/19 : EXPOSE $APP_PORT [2020-06-11T20:03:58.271Z] ---> Running in 31cf838b8626 [2020-06-11T20:03:58.271Z] Removing intermediate container 31cf838b8626 [2020-06-11T20:03:58.271Z] ---> 48ec55fd3f48 [2020-06-11T20:03:58.271Z] Step 12/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2020-06-11T20:03:58.534Z] ---> f3cc661d822c [2020-06-11T20:03:58.534Z] Step 13/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2020-06-11T20:03:58.796Z] ---> 752e3dee7679 [2020-06-11T20:03:58.796Z] Step 14/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2020-06-11T20:03:59.062Z] ---> dd5239e561be [2020-06-11T20:03:59.062Z] Step 15/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2020-06-11T20:03:59.062Z] ---> Running in 8b0f0ca10365 [2020-06-11T20:03:59.062Z] Removing intermediate container 8b0f0ca10365 [2020-06-11T20:03:59.062Z] ---> 82dfb8d0a67e [2020-06-11T20:03:59.062Z] Step 16/19 : ENTRYPOINT ["/device-modbus","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-06-11T20:03:59.324Z] ---> Running in 25656096b71b [2020-06-11T20:03:59.324Z] Removing intermediate container 25656096b71b [2020-06-11T20:03:59.324Z] ---> bc842c36f81c [2020-06-11T20:03:59.324Z] Step 17/19 : LABEL arch=amd64 [2020-06-11T20:03:59.324Z] ---> Running in 4247ca4ca7ef [2020-06-11T20:03:59.584Z] Removing intermediate container 4247ca4ca7ef [2020-06-11T20:03:59.584Z] ---> a39a98023959 [2020-06-11T20:03:59.584Z] Step 18/19 : LABEL git_sha=98b52d9584e04c01e40368f8367c2648e1414356 [2020-06-11T20:03:59.584Z] ---> Running in c709870bde0c [2020-06-11T20:03:59.845Z] Removing intermediate container c709870bde0c [2020-06-11T20:03:59.845Z] ---> 5a00878b1548 [2020-06-11T20:03:59.845Z] Step 19/19 : LABEL version=0.0.0 [2020-06-11T20:03:59.845Z] ---> Running in 5ed788dfef9a [2020-06-11T20:03:59.845Z] Removing intermediate container 5ed788dfef9a [2020-06-11T20:03:59.845Z] ---> ede48bf7892d [2020-06-11T20:03:59.845Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-11T20:04:00.106Z] Successfully built ede48bf7892d [2020-06-11T20:04:00.106Z] Successfully tagged docker-device-modbus-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-11T20:04:01.318Z] ++ find /w/workspace/device-modbus-go/1 [2020-06-11T20:04:01.318Z] ++ grep snapcraft.yaml [2020-06-11T20:04:01.318Z] + grep -Po '^name: \K(.*)' /w/workspace/device-modbus-go/1/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-11T20:04:01.473Z] provisioning config files... [2020-06-11T20:04:01.484Z] copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/1@tmp/config6395485436991548506tmp [Pipeline] { [Pipeline] sh [2020-06-11T20:04:01.861Z] + cp /w/workspace/device-modbus-go/1@tmp/config6395485436991548506tmp /w/workspace/device-modbus-go/1/edgex-snap-store-login [Pipeline] sh [2020-06-11T20:04:02.184Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/1:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-06-11T20:04:02.184Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-06-11T20:04:02.184Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-06-11T20:04:02.184Z] 5bed26d33875: Pulling fs layer [2020-06-11T20:04:02.184Z] f11b29a9c730: Pulling fs layer [2020-06-11T20:04:02.184Z] 930bda195c84: Pulling fs layer [2020-06-11T20:04:02.184Z] 78bf9a5ad49e: Pulling fs layer [2020-06-11T20:04:02.184Z] e5fbee5a4b0d: Pulling fs layer [2020-06-11T20:04:02.184Z] f452fca78f88: Pulling fs layer [2020-06-11T20:04:02.184Z] 7417ef92027a: Pulling fs layer [2020-06-11T20:04:02.184Z] 2af5c49d270b: Pulling fs layer [2020-06-11T20:04:02.184Z] df9c3bdbc40a: Pulling fs layer [2020-06-11T20:04:02.184Z] 78bf9a5ad49e: Waiting [2020-06-11T20:04:02.184Z] e5fbee5a4b0d: Waiting [2020-06-11T20:04:02.184Z] f452fca78f88: Waiting [2020-06-11T20:04:02.184Z] 7417ef92027a: Waiting [2020-06-11T20:04:02.184Z] 2af5c49d270b: Waiting [2020-06-11T20:04:02.184Z] df9c3bdbc40a: Waiting [2020-06-11T20:04:02.184Z] 930bda195c84: Verifying Checksum [2020-06-11T20:04:02.184Z] 930bda195c84: Download complete [2020-06-11T20:04:02.184Z] f11b29a9c730: Verifying Checksum [2020-06-11T20:04:02.184Z] 78bf9a5ad49e: Verifying Checksum [2020-06-11T20:04:02.184Z] 78bf9a5ad49e: Download complete [2020-06-11T20:04:02.452Z] f452fca78f88: Verifying Checksum [2020-06-11T20:04:02.452Z] f452fca78f88: Download complete [2020-06-11T20:04:02.452Z] 7417ef92027a: Download complete [2020-06-11T20:04:02.452Z] 2af5c49d270b: Download complete [2020-06-11T20:04:02.452Z] df9c3bdbc40a: Verifying Checksum [2020-06-11T20:04:02.452Z] df9c3bdbc40a: Download complete [2020-06-11T20:04:02.717Z] 5bed26d33875: Verifying Checksum [2020-06-11T20:04:02.717Z] 5bed26d33875: Download complete [2020-06-11T20:04:06.663Z] e5fbee5a4b0d: Verifying Checksum [2020-06-11T20:04:06.663Z] e5fbee5a4b0d: Download complete [2020-06-11T20:04:07.235Z] 5bed26d33875: Pull complete [2020-06-11T20:04:07.518Z] f11b29a9c730: Pull complete [2020-06-11T20:04:07.780Z] 930bda195c84: Pull complete [2020-06-11T20:04:07.780Z] 78bf9a5ad49e: Pull complete [2020-06-11T20:04:34.429Z] e5fbee5a4b0d: Pull complete [2020-06-11T20:04:34.429Z] f452fca78f88: Pull complete [2020-06-11T20:04:34.429Z] 7417ef92027a: Pull complete [2020-06-11T20:04:34.429Z] 2af5c49d270b: Pull complete [2020-06-11T20:04:34.429Z] df9c3bdbc40a: Pull complete [2020-06-11T20:04:34.429Z] Digest: sha256:329b7ca3c147263d7a6122d30aca7e6f18adc9017ce870f1638d2965d7494739 [2020-06-11T20:04:34.429Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-06-11T20:04:36.348Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-06-11T20:04:36.609Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-06-11T20:04:36.609Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-06-11T20:04:36.870Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [66.4 kB] [2020-06-11T20:04:37.131Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [861 kB] [2020-06-11T20:04:37.131Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-06-11T20:04:37.393Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1392 kB] [2020-06-11T20:04:37.393Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [958 kB] [2020-06-11T20:04:37.393Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9092 B] [2020-06-11T20:04:37.969Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [20.3 kB] [2020-06-11T20:04:37.969Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [80.7 kB] [2020-06-11T20:04:37.969Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1253 kB] [2020-06-11T20:04:37.969Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] [2020-06-11T20:04:37.969Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8158 B] [2020-06-11T20:04:38.230Z] Fetched 4909 kB in 2s (2445 kB/s) [2020-06-11T20:04:40.144Z] Reading package lists... [2020-06-11T20:04:44.368Z] Installing build dependencies: curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase openssh-client patch perl perl-modules-5.26 xauth [2020-06-11T20:04:45.311Z] Reading package lists... [2020-06-11T20:04:45.574Z] Building dependency tree... [2020-06-11T20:04:45.574Z] Reading state information... [2020-06-11T20:04:46.146Z] The following packages were automatically installed and are no longer required: [2020-06-11T20:04:46.146Z] libjq1 liblzo2-2 libonig4 [2020-06-11T20:04:46.146Z] Use 'sudo apt autoremove' to remove them. [2020-06-11T20:04:46.146Z] Suggested packages: [2020-06-11T20:04:46.146Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-06-11T20:04:46.146Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc [2020-06-11T20:04:46.146Z] keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc [2020-06-11T20:04:46.146Z] libterm-readline-gnu-perl | libterm-readline-perl-perl [2020-06-11T20:04:46.146Z] The following NEW packages will be installed: [2020-06-11T20:04:46.146Z] curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl [2020-06-11T20:04:46.146Z] libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 [2020-06-11T20:04:46.146Z] libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase [2020-06-11T20:04:46.146Z] openssh-client patch perl perl-modules-5.26 xauth [2020-06-11T20:04:46.408Z] 0 upgraded, 27 newly installed, 0 to remove and 10 not upgraded. [2020-06-11T20:04:46.408Z] Need to get 14.7 MB of archives. [2020-06-11T20:04:46.408Z] After this operation, 89.5 MB of additional disk space will be used. [2020-06-11T20:04:46.408Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxau6 amd64 1:1.0.8-1 [8376 B] [2020-06-11T20:04:46.676Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-06-11T20:04:46.676Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB] [2020-06-11T20:04:46.937Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB] [2020-06-11T20:04:46.937Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] [2020-06-11T20:04:47.198Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.2 [569 kB] [2020-06-11T20:04:47.459Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB] [2020-06-11T20:04:47.459Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-06-11T20:04:47.719Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-06-11T20:04:47.719Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-06-11T20:04:47.719Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] [2020-06-11T20:04:47.980Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] [2020-06-11T20:04:47.980Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-06-11T20:04:47.980Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-06-11T20:04:47.980Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-06-11T20:04:47.980Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-06-11T20:04:47.980Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.3 [1088 kB] [2020-06-11T20:04:47.980Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B] [2020-06-11T20:04:47.980Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-06-11T20:04:47.980Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB] [2020-06-11T20:04:48.241Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.8 [159 kB] [2020-06-11T20:04:48.241Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.8 [213 kB] [2020-06-11T20:04:48.241Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-06-11T20:04:48.241Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-06-11T20:04:48.241Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-06-11T20:04:48.816Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-06-11T20:04:48.816Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-06-11T20:04:49.076Z] debconf: delaying package configuration, since apt-utils is not installed [2020-06-11T20:04:49.076Z] Fetched 14.7 MB in 3s (5669 kB/s) [2020-06-11T20:04:49.342Z] Selecting previously unselected package libxau6:amd64. [2020-06-11T20:04:49.342Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4637 files and directories currently installed.) [2020-06-11T20:04:49.342Z] Preparing to unpack .../00-libxau6_1%3a1.0.8-1_amd64.deb ... [2020-06-11T20:04:49.342Z] Unpacking libxau6:amd64 (1:1.0.8-1) ... [2020-06-11T20:04:49.342Z] Selecting previously unselected package libbsd0:amd64. [2020-06-11T20:04:49.342Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-06-11T20:04:49.342Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-06-11T20:04:49.603Z] Selecting previously unselected package libxdmcp6:amd64. [2020-06-11T20:04:49.603Z] Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_amd64.deb ... [2020-06-11T20:04:49.603Z] Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... [2020-06-11T20:04:49.603Z] Selecting previously unselected package libxcb1:amd64. [2020-06-11T20:04:49.603Z] Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_amd64.deb ... [2020-06-11T20:04:49.603Z] Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ... [2020-06-11T20:04:49.603Z] Selecting previously unselected package libx11-data. [2020-06-11T20:04:49.603Z] Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... [2020-06-11T20:04:49.603Z] Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-11T20:04:50.184Z] Selecting previously unselected package libx11-6:amd64. [2020-06-11T20:04:50.184Z] Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_amd64.deb ... [2020-06-11T20:04:50.184Z] Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... [2020-06-11T20:04:50.448Z] Selecting previously unselected package libxext6:amd64. [2020-06-11T20:04:50.448Z] Preparing to unpack .../06-libxext6_2%3a1.3.3-1_amd64.deb ... [2020-06-11T20:04:50.448Z] Unpacking libxext6:amd64 (2:1.3.3-1) ... [2020-06-11T20:04:50.448Z] Selecting previously unselected package perl-modules-5.26. [2020-06-11T20:04:50.448Z] Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-06-11T20:04:50.448Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-11T20:04:53.758Z] Selecting previously unselected package libgdbm5:amd64. [2020-06-11T20:04:53.758Z] Preparing to unpack .../08-libgdbm5_1.14.1-6_amd64.deb ... [2020-06-11T20:04:53.758Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-06-11T20:04:53.758Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-06-11T20:04:53.758Z] Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-06-11T20:04:53.758Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-06-11T20:04:53.758Z] Selecting previously unselected package libperl5.26:amd64. [2020-06-11T20:04:53.758Z] Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-06-11T20:04:53.758Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-06-11T20:04:54.707Z] Selecting previously unselected package perl. [2020-06-11T20:04:54.707Z] Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-06-11T20:04:54.707Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-06-11T20:04:54.968Z] Selecting previously unselected package less. [2020-06-11T20:04:54.968Z] Preparing to unpack .../12-less_487-0.1_amd64.deb ... [2020-06-11T20:04:54.968Z] Unpacking less (487-0.1) ... [2020-06-11T20:04:54.968Z] Selecting previously unselected package libexpat1:amd64. [2020-06-11T20:04:54.968Z] Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-06-11T20:04:54.968Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-06-11T20:04:55.229Z] Selecting previously unselected package netbase. [2020-06-11T20:04:55.229Z] Preparing to unpack .../14-netbase_5.4_all.deb ... [2020-06-11T20:04:55.229Z] Unpacking netbase (5.4) ... [2020-06-11T20:04:55.229Z] Selecting previously unselected package libedit2:amd64. [2020-06-11T20:04:55.229Z] Preparing to unpack .../15-libedit2_3.1-20170329-1_amd64.deb ... [2020-06-11T20:04:55.229Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-06-11T20:04:55.496Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-06-11T20:04:55.496Z] Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb ... [2020-06-11T20:04:55.496Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... [2020-06-11T20:04:55.496Z] Selecting previously unselected package libxmuu1:amd64. [2020-06-11T20:04:55.496Z] Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_amd64.deb ... [2020-06-11T20:04:55.496Z] Unpacking libxmuu1:amd64 (2:1.1.2-2) ... [2020-06-11T20:04:55.757Z] Selecting previously unselected package openssh-client. [2020-06-11T20:04:55.757Z] Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-06-11T20:04:55.757Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-11T20:04:55.757Z] Selecting previously unselected package xauth. [2020-06-11T20:04:55.757Z] Preparing to unpack .../19-xauth_1%3a1.0.10-1_amd64.deb ... [2020-06-11T20:04:55.757Z] Unpacking xauth (1:1.0.10-1) ... [2020-06-11T20:04:55.757Z] Selecting previously unselected package curl. [2020-06-11T20:04:55.757Z] Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_amd64.deb ... [2020-06-11T20:04:55.757Z] Unpacking curl (7.58.0-2ubuntu3.8) ... [2020-06-11T20:04:56.018Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-06-11T20:04:56.018Z] Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_amd64.deb ... [2020-06-11T20:04:56.018Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... [2020-06-11T20:04:56.019Z] Selecting previously unselected package liberror-perl. [2020-06-11T20:04:56.019Z] Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... [2020-06-11T20:04:56.019Z] Unpacking liberror-perl (0.17025-1) ... [2020-06-11T20:04:56.019Z] Selecting previously unselected package git-man. [2020-06-11T20:04:56.019Z] Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-06-11T20:04:56.019Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-11T20:04:56.280Z] Selecting previously unselected package git. [2020-06-11T20:04:56.280Z] Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-06-11T20:04:56.280Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-06-11T20:04:57.668Z] Selecting previously unselected package make. [2020-06-11T20:04:57.668Z] Preparing to unpack .../25-make_4.1-9.1ubuntu1_amd64.deb ... [2020-06-11T20:04:57.668Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-06-11T20:04:57.668Z] Selecting previously unselected package patch. [2020-06-11T20:04:57.668Z] Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-06-11T20:04:57.668Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-06-11T20:04:57.668Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-06-11T20:04:57.668Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-11T20:04:57.668Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-06-11T20:04:57.668Z] Setting up less (487-0.1) ... [2020-06-11T20:04:57.668Z] Setting up make (4.1-9.1ubuntu1) ... [2020-06-11T20:04:57.668Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... [2020-06-11T20:04:57.930Z] Setting up curl (7.58.0-2ubuntu3.8) ... [2020-06-11T20:04:57.930Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... [2020-06-11T20:04:57.930Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-11T20:04:57.930Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-06-11T20:04:57.930Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-06-11T20:04:57.930Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-06-11T20:04:58.191Z] Setting up libxdmcp6:amd64 (1:1.1.2-3) ... [2020-06-11T20:04:58.191Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-06-11T20:04:58.191Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-11T20:04:58.452Z] Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-11T20:04:58.452Z] Setting up libxau6:amd64 (1:1.0.8-1) ... [2020-06-11T20:04:58.452Z] Setting up netbase (5.4) ... [2020-06-11T20:04:58.452Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-06-11T20:04:58.452Z] Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ... [2020-06-11T20:04:58.452Z] Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... [2020-06-11T20:04:58.452Z] Setting up libxmuu1:amd64 (2:1.1.2-2) ... [2020-06-11T20:04:58.452Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-06-11T20:04:58.452Z] Setting up libxext6:amd64 (2:1.3.3-1) ... [2020-06-11T20:04:58.713Z] Setting up liberror-perl (0.17025-1) ... [2020-06-11T20:04:58.713Z] Setting up xauth (1:1.0.10-1) ... [2020-06-11T20:04:58.713Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-06-11T20:04:58.713Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-06-11T20:05:01.271Z] curl set to automatically installed. [2020-06-11T20:05:01.271Z] git set to automatically installed. [2020-06-11T20:05:01.271Z] git-man set to automatically installed. [2020-06-11T20:05:01.271Z] less set to automatically installed. [2020-06-11T20:05:01.271Z] libbsd0 set to automatically installed. [2020-06-11T20:05:01.271Z] libcurl3-gnutls set to automatically installed. [2020-06-11T20:05:01.271Z] libedit2 set to automatically installed. [2020-06-11T20:05:01.271Z] liberror-perl set to automatically installed. [2020-06-11T20:05:01.271Z] libexpat1 set to automatically installed. [2020-06-11T20:05:01.271Z] libgdbm-compat4 set to automatically installed. [2020-06-11T20:05:01.271Z] libgdbm5 set to automatically installed. [2020-06-11T20:05:01.271Z] libperl5.26 set to automatically installed. [2020-06-11T20:05:01.271Z] libssl1.0.0 set to automatically installed. [2020-06-11T20:05:01.271Z] libx11-6 set to automatically installed. [2020-06-11T20:05:01.271Z] libx11-data set to automatically installed. [2020-06-11T20:05:01.271Z] libxau6 set to automatically installed. [2020-06-11T20:05:01.271Z] libxcb1 set to automatically installed. [2020-06-11T20:05:01.271Z] libxdmcp6 set to automatically installed. [2020-06-11T20:05:01.271Z] libxext6 set to automatically installed. [2020-06-11T20:05:01.271Z] libxmuu1 set to automatically installed. [2020-06-11T20:05:01.271Z] make set to automatically installed. [2020-06-11T20:05:01.271Z] netbase set to automatically installed. [2020-06-11T20:05:01.271Z] openssh-client set to automatically installed. [2020-06-11T20:05:01.271Z] patch set to automatically installed. [2020-06-11T20:05:01.271Z] perl set to automatically installed. [2020-06-11T20:05:01.271Z] perl-modules-5.26 set to automatically installed. [2020-06-11T20:05:01.271Z] xauth set to automatically installed. [2020-06-11T20:05:01.271Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-06-11T20:05:01.271Z] Please ensure the environment is properly setup before continuing. [2020-06-11T20:05:01.271Z] Ignore this message if the appropriate measures have already been taken [2020-06-11T20:05:01.845Z] Pulling go [2020-06-11T20:05:02.788Z] 'device-modbus' has dependencies that need to be staged: go [2020-06-11T20:05:02.788Z] Skipping pull go (already ran) [2020-06-11T20:05:02.788Z] Building go [2020-06-11T20:05:02.788Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-06-11T20:05:02.788Z] Dload Upload Total Spent Left Speed [2020-06-11T20:05:04.443Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 15 114M 15 17.3M 0 0 16.7M 0 0:00:06 0:00:01 0:00:05 16.7M 38 114M 38 44.6M 0 0 28.1M 0 0:00:04 0:00:01 0:00:03 28.0M [2020-06-11T20:05:04.443Z] curl: (56) OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 104 [2020-06-11T20:05:04.714Z] Failed to run 'override-build': Exit code was 56. [Pipeline] } [2020-06-11T20:05:05.708Z] 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] } [2020-06-11T20:05:06.563Z] Failed in branch amd64 [2020-06-11T20:05:30.351Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2616 in /w/workspace/xfoundry_device-modbus-go_PR-154 [Pipeline] { [Pipeline] ws [2020-06-11T20:05:30.406Z] Running in /w/workspace/device-modbus-go/1 [Pipeline] { [Pipeline] checkout [2020-06-11T20:05:35.111Z] using credential edgex-jenkins-ssh [2020-06-11T20:05:35.158Z] Cloning the remote Git repository [2020-06-11T20:05:35.158Z] Cloning with configured refspecs honoured and without tags [2020-06-11T20:05:35.190Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-06-11T20:05:35.298Z] > git init /w/workspace/device-modbus-go/1 # timeout=10 [2020-06-11T20:05:35.377Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-06-11T20:05:35.378Z] > git --version # timeout=10 [2020-06-11T20:05:36.223Z] Fetching without tags [2020-06-11T20:05:35.403Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T20:05:35.455Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/154/head:refs/remotes/origin/PR-154 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T20:05:36.101Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-06-11T20:05:36.117Z] > git config --add remote.origin.fetch +refs/pull/154/head:refs/remotes/origin/PR-154 # timeout=10 [2020-06-11T20:05:36.136Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T20:05:36.167Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-06-11T20:05:36.211Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-06-11T20:05:36.211Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T20:05:36.228Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/154/head:refs/remotes/origin/PR-154 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T20:05:36.718Z] Merging remotes/origin/master commit f5c9d48415354775d5437a1ae29fce4498980850 into PR head commit 98b52d9584e04c01e40368f8367c2648e1414356 [2020-06-11T20:05:36.951Z] Merge succeeded, producing 98b52d9584e04c01e40368f8367c2648e1414356 [2020-06-11T20:05:36.951Z] Checking out Revision 98b52d9584e04c01e40368f8367c2648e1414356 (PR-154) [2020-06-11T20:05:36.709Z] > git config core.sparsecheckout # timeout=10 [2020-06-11T20:05:36.732Z] > git checkout -f 98b52d9584e04c01e40368f8367c2648e1414356 # timeout=10 [2020-06-11T20:05:36.833Z] > git remote # timeout=10 [2020-06-11T20:05:36.852Z] > git config --get remote.origin.url # timeout=10 [2020-06-11T20:05:36.867Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T20:05:36.878Z] > git merge f5c9d48415354775d5437a1ae29fce4498980850 # timeout=10 [2020-06-11T20:05:36.902Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-06-11T20:05:36.987Z] > git config core.sparsecheckout # timeout=10 [2020-06-11T20:05:37.009Z] > git checkout -f 98b52d9584e04c01e40368f8367c2648e1414356 # timeout=10 [2020-06-11T20:05:41.509Z] Commit message: "Update VERSION and snap title for snap rebuild" [2020-06-11T20:05:41.538Z] > git --version # timeout=10 [2020-06-11T20:05:41.564Z] fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-11T20:05:42.753Z] ========================================================= [2020-06-11T20:05:42.753Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-11T20:05:42.753Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-11T20:05:44.003Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-06-11T20:05:44.600Z] Sending build context to Docker daemon 601.1kB [2020-06-11T20:05:44.600Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-11T20:05:44.600Z] Step 2/8 : FROM ${BASE} [2020-06-11T20:05:45.199Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-06-11T20:05:45.199Z] cde5963f3b93: Pulling fs layer [2020-06-11T20:05:45.199Z] 2a23fa8c16f7: Pulling fs layer [2020-06-11T20:05:45.199Z] 777b28850792: Pulling fs layer [2020-06-11T20:05:45.199Z] 8a11ddd9e578: Pulling fs layer [2020-06-11T20:05:45.199Z] 4cf88f913ddb: Pulling fs layer [2020-06-11T20:05:45.199Z] 1df406cf5192: Pulling fs layer [2020-06-11T20:05:45.199Z] cd6300453558: Pulling fs layer [2020-06-11T20:05:45.199Z] b9c365052c96: Pulling fs layer [2020-06-11T20:05:45.199Z] a2d8cc88f415: Pulling fs layer [2020-06-11T20:05:45.199Z] ea1d1ca13537: Pulling fs layer [2020-06-11T20:05:45.199Z] 3750a50a1c5e: Pulling fs layer [2020-06-11T20:05:45.199Z] cd6300453558: Waiting [2020-06-11T20:05:45.199Z] b9c365052c96: Waiting [2020-06-11T20:05:45.199Z] a2d8cc88f415: Waiting [2020-06-11T20:05:45.199Z] ea1d1ca13537: Waiting [2020-06-11T20:05:45.199Z] 3750a50a1c5e: Waiting [2020-06-11T20:05:45.199Z] 8a11ddd9e578: Waiting [2020-06-11T20:05:45.199Z] 4cf88f913ddb: Waiting [2020-06-11T20:05:45.199Z] 1df406cf5192: Waiting [2020-06-11T20:05:45.199Z] 777b28850792: Verifying Checksum [2020-06-11T20:05:45.199Z] 777b28850792: Download complete [2020-06-11T20:05:45.199Z] 2a23fa8c16f7: Verifying Checksum [2020-06-11T20:05:45.199Z] 2a23fa8c16f7: Download complete [2020-06-11T20:05:45.199Z] 4cf88f913ddb: Verifying Checksum [2020-06-11T20:05:45.199Z] 4cf88f913ddb: Download complete [2020-06-11T20:05:45.199Z] 1df406cf5192: Download complete [2020-06-11T20:05:45.199Z] cde5963f3b93: Verifying Checksum [2020-06-11T20:05:45.199Z] cde5963f3b93: Download complete [2020-06-11T20:05:46.188Z] cde5963f3b93: Pull complete [2020-06-11T20:05:46.802Z] 2a23fa8c16f7: Pull complete [2020-06-11T20:05:47.086Z] 777b28850792: Pull complete [2020-06-11T20:05:48.522Z] cd6300453558: Download complete [2020-06-11T20:05:48.522Z] a2d8cc88f415: Verifying Checksum [2020-06-11T20:05:48.522Z] a2d8cc88f415: Download complete [2020-06-11T20:05:49.132Z] b9c365052c96: Verifying Checksum [2020-06-11T20:05:49.132Z] b9c365052c96: Download complete [2020-06-11T20:05:49.407Z] 3750a50a1c5e: Verifying Checksum [2020-06-11T20:05:49.407Z] 3750a50a1c5e: Download complete [2020-06-11T20:05:50.015Z] ea1d1ca13537: Verifying Checksum [2020-06-11T20:05:50.015Z] ea1d1ca13537: Download complete [2020-06-11T20:05:50.288Z] 8a11ddd9e578: Verifying Checksum [2020-06-11T20:05:50.288Z] 8a11ddd9e578: Download complete [2020-06-11T20:06:02.718Z] 8a11ddd9e578: Pull complete [2020-06-11T20:06:02.718Z] 4cf88f913ddb: Pull complete [2020-06-11T20:06:02.718Z] 1df406cf5192: Pull complete [2020-06-11T20:06:07.050Z] cd6300453558: Pull complete [2020-06-11T20:06:12.475Z] b9c365052c96: Pull complete [2020-06-11T20:06:12.475Z] a2d8cc88f415: Pull complete [2020-06-11T20:06:14.462Z] ea1d1ca13537: Pull complete [2020-06-11T20:06:14.739Z] 3750a50a1c5e: Pull complete [2020-06-11T20:06:14.739Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-06-11T20:06:14.739Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-11T20:06:14.739Z] ---> 78745c68409d [2020-06-11T20:06:14.739Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-06-11T20:06:20.130Z] ---> Running in f508847a14d4 [2020-06-11T20:06:20.130Z] Removing intermediate container f508847a14d4 [2020-06-11T20:06:20.130Z] ---> 987b84bd1798 [2020-06-11T20:06:20.130Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-11T20:06:20.130Z] ---> Running in a6b4d5c76e55 [2020-06-11T20:06:22.735Z] Removing intermediate container a6b4d5c76e55 [2020-06-11T20:06:22.735Z] ---> dab3a5893faa [2020-06-11T20:06:22.735Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-06-11T20:06:22.735Z] ---> Running in 51f8de1b93b0 [2020-06-11T20:06:24.170Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-11T20:06:24.759Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-11T20:06:25.346Z] (1/18) Upgrading libgcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-11T20:06:25.346Z] (2/18) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) [2020-06-11T20:06:25.619Z] (3/18) Installing libmagic (5.37-r1) [2020-06-11T20:06:25.887Z] (4/18) Installing file (5.37-r1) [2020-06-11T20:06:25.887Z] (5/18) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) [2020-06-11T20:06:26.157Z] (6/18) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) [2020-06-11T20:06:26.157Z] (7/18) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-11T20:06:29.514Z] (8/18) Installing libc-dev (0.7.2-r0) [2020-06-11T20:06:29.514Z] (9/18) Installing g++ (9.2.0-r4) [2020-06-11T20:06:32.117Z] (10/18) Installing fortify-headers (1.1-r0) [2020-06-11T20:06:32.117Z] (11/18) Installing build-base (0.5-r1) [2020-06-11T20:06:32.117Z] (12/18) Installing openssh-keygen (8.1_p1-r0) [2020-06-11T20:06:32.388Z] (13/18) Installing libedit (20191211.3.1-r0) [2020-06-11T20:06:32.388Z] (14/18) Installing openssh-client (8.1_p1-r0) [2020-06-11T20:06:32.659Z] (15/18) Installing openssh-sftp-server (8.1_p1-r0) [2020-06-11T20:06:32.659Z] (16/18) Installing openssh-server-common (8.1_p1-r0) [2020-06-11T20:06:32.931Z] (17/18) Installing openssh-server (8.1_p1-r0) [2020-06-11T20:06:32.931Z] (18/18) Installing openssh (8.1_p1-r0) [2020-06-11T20:06:32.931Z] Executing busybox-1.31.1-r8.trigger [2020-06-11T20:06:33.202Z] OK: 203 MiB in 52 packages [2020-06-11T20:06:39.914Z] Removing intermediate container 51f8de1b93b0 [2020-06-11T20:06:39.914Z] ---> 1e13cb6ce12f [2020-06-11T20:06:39.914Z] Step 6/8 : WORKDIR /device-modbus-go [2020-06-11T20:06:39.914Z] ---> Running in 91160dd6133f [2020-06-11T20:06:40.507Z] Removing intermediate container 91160dd6133f [2020-06-11T20:06:40.507Z] ---> 6aa576a95648 [2020-06-11T20:06:40.507Z] Step 7/8 : COPY . . [2020-06-11T20:06:41.487Z] ---> 9bd71a92651b [2020-06-11T20:06:41.487Z] Step 8/8 : RUN go mod download [2020-06-11T20:06:41.487Z] ---> Running in 189a5ec43355 [2020-06-11T20:06:44.105Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-11T20:06:44.105Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-11T20:06:44.105Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-11T20:06:44.105Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T20:06:44.105Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-11T20:06:44.105Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-11T20:06:44.105Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T20:06:44.105Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-11T20:06:44.105Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-06-11T20:06:44.105Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-06-11T20:06:44.105Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T20:06:44.105Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T20:06:44.105Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T20:06:44.105Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T20:06:44.105Z] go: finding github.com/fatih/color v1.7.0 [2020-06-11T20:06:44.105Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T20:06:44.105Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-11T20:06:44.105Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T20:06:44.105Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-11T20:06:44.105Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-06-11T20:06:44.105Z] go: finding github.com/goburrow/serial v0.1.0 [2020-06-11T20:06:44.105Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-11T20:06:44.105Z] go: finding github.com/google/uuid v1.1.1 [2020-06-11T20:06:44.105Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-11T20:06:44.105Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-11T20:06:44.105Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-11T20:06:44.105Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-11T20:06:44.105Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T20:06:44.105Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T20:06:44.105Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-11T20:06:44.105Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-11T20:06:44.105Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T20:06:44.105Z] go: finding github.com/hashicorp/go-sockaddr v1.0.1 [2020-06-11T20:06:44.105Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-11T20:06:44.105Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-11T20:06:44.105Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-11T20:06:44.105Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-06-11T20:06:44.105Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-11T20:06:44.105Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-11T20:06:44.105Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-11T20:06:44.105Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-11T20:06:44.105Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-11T20:06:44.105Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-11T20:06:44.105Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-11T20:06:44.105Z] go: finding github.com/miekg/dns v1.1.4 [2020-06-11T20:06:44.105Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-11T20:06:44.105Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T20:06:44.105Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-11T20:06:44.105Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-06-11T20:06:44.105Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-11T20:06:44.382Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-06-11T20:06:44.383Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-11T20:06:44.383Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-11T20:06:44.383Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T20:06:44.383Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T20:06:44.383Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-11T20:06:44.383Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-11T20:06:44.383Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-11T20:06:44.383Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-11T20:06:44.383Z] go: finding github.com/posener/complete v1.1.1 [2020-06-11T20:06:44.383Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-06-11T20:06:44.383Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-11T20:06:44.383Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-11T20:06:44.383Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-11T20:06:44.383Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-11T20:06:44.383Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-11T20:06:44.383Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-11T20:06:44.383Z] go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 [2020-06-11T20:06:44.383Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-11T20:06:44.383Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-11T20:06:44.383Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-11T20:06:44.383Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-11T20:06:54.523Z] Removing intermediate container 189a5ec43355 [2020-06-11T20:06:54.523Z] ---> 8a1d095cfb50 [2020-06-11T20:06:54.523Z] Successfully built 8a1d095cfb50 [2020-06-11T20:06:54.523Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-11T20:06:55.254Z] + docker inspect -f . ci-base-image-arm64 [2020-06-11T20:06:55.254Z] . [Pipeline] withDockerContainer [2020-06-11T20:06:55.502Z] prd-ubuntu18.04-docker-arm64-4c-16g-2616 does not seem to be running inside a container [2020-06-11T20:06:55.553Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/1 -v /w/workspace/device-modbus-go/1:/w/workspace/device-modbus-go/1:rw,z -v /w/workspace/device-modbus-go/1@tmp:/w/workspace/device-modbus-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-06-11T20:06:57.392Z] $ docker top cbc06390de526c35d25fab21ee791fb0ca3dc40fc5988d5c110987d4a46ff078 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-11T20:06:58.826Z] + go version [2020-06-11T20:06:58.826Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-06-11T20:06:59.886Z] + make test [2020-06-11T20:06:59.886Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-06-11T20:07:00.883Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2020-06-11T20:07:33.266Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2020-06-11T20:07:33.266Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.188s coverage: 50.3% of statements [2020-06-11T20:07:33.266Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-11T20:07:35.880Z] gofmt -l . [2020-06-11T20:07:35.880Z] [ "`gofmt -l .`" = "" ] [2020-06-11T20:07:35.880Z] ./bin/test-attribution-txt.sh [2020-06-11T20:07:36.154Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-06-11T20:07:36.784Z] Warning: overwriting stash ‘coverage-report’ [2020-06-11T20:07:37.167Z] Stashed 1 file(s) [Pipeline] } [2020-06-11T20:07:37.158Z] $ docker stop --time=1 cbc06390de526c35d25fab21ee791fb0ca3dc40fc5988d5c110987d4a46ff078 [2020-06-11T20:07:39.380Z] $ docker rm -f cbc06390de526c35d25fab21ee791fb0ca3dc40fc5988d5c110987d4a46ff078 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-11T20:07:40.653Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-11T20:07:40.998Z] + ls -al . [2020-06-11T20:07:40.998Z] total 136 [2020-06-11T20:07:40.998Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 11 20:07 . [2020-06-11T20:07:40.998Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 11 20:05 .. [2020-06-11T20:07:40.998Z] -rw-rw-r-- 1 jenkins jenkins 140 Jun 11 20:05 .dockerignore [2020-06-11T20:07:40.998Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 11 20:05 .git [2020-06-11T20:07:40.998Z] -rw-rw-r-- 1 jenkins jenkins 330 Jun 11 20:05 .gitignore [2020-06-11T20:07:40.998Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 11 20:05 .semver [2020-06-11T20:07:40.998Z] -rw-rw-r-- 1 jenkins jenkins 5049 Jun 11 20:05 Attribution.txt [2020-06-11T20:07:40.998Z] -rw-rw-r-- 1 jenkins jenkins 1422 Jun 11 20:05 Dockerfile [2020-06-11T20:07:40.998Z] -rw-rw-r-- 1 jenkins jenkins 954 Jun 11 20:05 Dockerfile.build [2020-06-11T20:07:40.998Z] -rw-rw-r-- 1 jenkins jenkins 702 Jun 11 20:05 Jenkinsfile [2020-06-11T20:07:40.998Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jun 11 20:05 LICENSE [2020-06-11T20:07:40.998Z] -rw-rw-r-- 1 jenkins jenkins 880 Jun 11 20:05 Makefile [2020-06-11T20:07:40.998Z] -rw-rw-r-- 1 jenkins jenkins 591 Jun 11 20:05 README.md [2020-06-11T20:07:40.998Z] -rw-rw-r-- 1 jenkins jenkins 5 Jun 11 20:02 VERSION [2020-06-11T20:07:40.998Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 11 20:05 bin [2020-06-11T20:07:40.998Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 11 20:05 cmd [2020-06-11T20:07:40.998Z] -rw-r--r-- 1 jenkins jenkins 22123 Jun 11 20:07 coverage.out [2020-06-11T20:07:40.998Z] -rw-r--r-- 1 jenkins jenkins 559 Jun 11 20:07 go.mod [2020-06-11T20:07:40.998Z] -rw-r--r-- 1 jenkins jenkins 13471 Jun 11 20:07 go.sum [2020-06-11T20:07:40.998Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 11 20:05 internal [2020-06-11T20:07:40.998Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 11 20:05 simulator [2020-06-11T20:07:40.998Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 11 20:05 snap [2020-06-11T20:07:40.998Z] -rw-rw-r-- 1 jenkins jenkins 229 Jun 11 20:05 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-11T20:07:41.368Z] + 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=98b52d9584e04c01e40368f8367c2648e1414356 --label arch=arm64 --label version=0.0.0 . [2020-06-11T20:07:41.641Z] Sending build context to Docker daemon 629.8kB [2020-06-11T20:07:41.913Z] Step 1/19 : ARG BASE=golang:1.13-alpine [2020-06-11T20:07:41.913Z] Step 2/19 : FROM ${BASE} AS builder [2020-06-11T20:07:41.913Z] ---> 8a1d095cfb50 [2020-06-11T20:07:41.913Z] Step 3/19 : ARG MAKE='make build' [2020-06-11T20:07:41.913Z] ---> Running in 8e04e023caea [2020-06-11T20:07:42.504Z] Removing intermediate container 8e04e023caea [2020-06-11T20:07:42.504Z] ---> f8aa249d62ae [2020-06-11T20:07:42.504Z] Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-11T20:07:42.504Z] ---> Running in c5c943e947d5 [2020-06-11T20:07:45.115Z] Removing intermediate container c5c943e947d5 [2020-06-11T20:07:45.115Z] ---> b64fd8f34e50 [2020-06-11T20:07:45.115Z] Step 5/19 : RUN apk add --update --no-cache make git openssh build-base [2020-06-11T20:07:45.115Z] ---> Running in ef45b1e6910a [2020-06-11T20:07:46.540Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-11T20:07:47.128Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-11T20:07:47.720Z] OK: 203 MiB in 52 packages [2020-06-11T20:07:48.714Z] Removing intermediate container ef45b1e6910a [2020-06-11T20:07:48.714Z] ---> d1a7650fccf5 [2020-06-11T20:07:48.714Z] Step 6/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2020-06-11T20:07:48.991Z] ---> Running in 25ad94a7e273 [2020-06-11T20:07:49.584Z] Removing intermediate container 25ad94a7e273 [2020-06-11T20:07:49.584Z] ---> f7f88d39dac7 [2020-06-11T20:07:49.584Z] Step 7/19 : COPY . . [2020-06-11T20:07:50.563Z] ---> 28415d1437a0 [2020-06-11T20:07:50.563Z] Step 8/19 : RUN ${MAKE} [2020-06-11T20:07:50.563Z] ---> Running in 26dac7323218 [2020-06-11T20:07:52.008Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -o cmd/device-modbus ./cmd [2020-06-11T20:08:18.826Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-11T20:08:21.440Z] Removing intermediate container 26dac7323218 [2020-06-11T20:08:21.440Z] ---> 51ea8680918d [2020-06-11T20:08:21.440Z] Step 9/19 : FROM scratch [2020-06-11T20:08:21.440Z] ---> [2020-06-11T20:08:21.440Z] Step 10/19 : ENV APP_PORT=49991 [2020-06-11T20:08:21.440Z] ---> Running in 0cb2d03630d9 [2020-06-11T20:08:22.035Z] Removing intermediate container 0cb2d03630d9 [2020-06-11T20:08:22.035Z] ---> f369c41d1e4b [2020-06-11T20:08:22.035Z] Step 11/19 : EXPOSE $APP_PORT [2020-06-11T20:08:22.035Z] ---> Running in 80737cb050d2 [2020-06-11T20:08:22.309Z] Removing intermediate container 80737cb050d2 [2020-06-11T20:08:22.309Z] ---> 23969ce06a54 [2020-06-11T20:08:22.309Z] Step 12/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2020-06-11T20:08:23.739Z] ---> f411d09ca86f [2020-06-11T20:08:23.739Z] Step 13/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2020-06-11T20:08:24.016Z] ---> b526186383a1 [2020-06-11T20:08:24.016Z] Step 14/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2020-06-11T20:08:24.994Z] ---> f092db8d5a5f [2020-06-11T20:08:24.994Z] Step 15/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2020-06-11T20:08:24.994Z] ---> Running in 373a2c1f813c [2020-06-11T20:08:25.588Z] Removing intermediate container 373a2c1f813c [2020-06-11T20:08:25.588Z] ---> 17fce8ab2098 [2020-06-11T20:08:25.588Z] Step 16/19 : ENTRYPOINT ["/device-modbus","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-06-11T20:08:25.588Z] ---> Running in 871b0637b6ec [2020-06-11T20:08:25.860Z] Removing intermediate container 871b0637b6ec [2020-06-11T20:08:25.860Z] ---> 1fe899c3fa86 [2020-06-11T20:08:25.860Z] Step 17/19 : LABEL arch=arm64 [2020-06-11T20:08:26.134Z] ---> Running in 884a00031a02 [2020-06-11T20:08:26.406Z] Removing intermediate container 884a00031a02 [2020-06-11T20:08:26.406Z] ---> 011a44985435 [2020-06-11T20:08:26.406Z] Step 18/19 : LABEL git_sha=98b52d9584e04c01e40368f8367c2648e1414356 [2020-06-11T20:08:26.680Z] ---> Running in 0dfccea29bc6 [2020-06-11T20:08:26.953Z] Removing intermediate container 0dfccea29bc6 [2020-06-11T20:08:26.953Z] ---> 1c9170e52b0f [2020-06-11T20:08:26.953Z] Step 19/19 : LABEL version=0.0.0 [2020-06-11T20:08:27.226Z] ---> Running in 8db370495eff [2020-06-11T20:08:27.824Z] Removing intermediate container 8db370495eff [2020-06-11T20:08:27.824Z] ---> 02580fb07097 [2020-06-11T20:08:27.824Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-11T20:08:27.824Z] Successfully built 02580fb07097 [2020-06-11T20:08:27.824Z] Successfully tagged docker-device-modbus-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-11T20:08:28.888Z] + find /w/workspace/device-modbus-go/1+ [2020-06-11T20:08:28.888Z] grep snapcraft.yaml [2020-06-11T20:08:28.888Z] + grep -Po ^name: \K(.*) /w/workspace/device-modbus-go/1/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-11T20:08:29.118Z] provisioning config files... [2020-06-11T20:08:29.142Z] copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/1@tmp/config6854183882119761710tmp [Pipeline] { [Pipeline] sh [2020-06-11T20:08:29.560Z] + cp /w/workspace/device-modbus-go/1@tmp/config6854183882119761710tmp /w/workspace/device-modbus-go/1/edgex-snap-store-login [Pipeline] sh [2020-06-11T20:08:29.934Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/1:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-06-11T20:08:29.934Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-06-11T20:08:29.934Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-06-11T20:08:29.934Z] b2f61026a351: Pulling fs layer [2020-06-11T20:08:29.934Z] 5538fb30c42c: Pulling fs layer [2020-06-11T20:08:29.934Z] f0b05810781a: Pulling fs layer [2020-06-11T20:08:29.934Z] 0180a33352d6: Pulling fs layer [2020-06-11T20:08:29.934Z] e7604b0c0f53: Pulling fs layer [2020-06-11T20:08:29.934Z] db689cb83ae0: Pulling fs layer [2020-06-11T20:08:29.934Z] 6138af208834: Pulling fs layer [2020-06-11T20:08:29.934Z] 007c8e8c5d63: Pulling fs layer [2020-06-11T20:08:29.934Z] 4f7a387c642f: Pulling fs layer [2020-06-11T20:08:29.934Z] 0180a33352d6: Waiting [2020-06-11T20:08:29.934Z] db689cb83ae0: Waiting [2020-06-11T20:08:29.934Z] e7604b0c0f53: Waiting [2020-06-11T20:08:29.934Z] 4f7a387c642f: Waiting [2020-06-11T20:08:29.934Z] 007c8e8c5d63: Waiting [2020-06-11T20:08:29.934Z] f0b05810781a: Download complete [2020-06-11T20:08:29.934Z] 5538fb30c42c: Verifying Checksum [2020-06-11T20:08:29.934Z] 5538fb30c42c: Download complete [2020-06-11T20:08:30.208Z] 0180a33352d6: Verifying Checksum [2020-06-11T20:08:30.208Z] 0180a33352d6: Download complete [2020-06-11T20:08:30.208Z] db689cb83ae0: Verifying Checksum [2020-06-11T20:08:30.208Z] db689cb83ae0: Download complete [2020-06-11T20:08:30.208Z] 6138af208834: Download complete [2020-06-11T20:08:30.208Z] 007c8e8c5d63: Download complete [2020-06-11T20:08:30.208Z] 4f7a387c642f: Verifying Checksum [2020-06-11T20:08:30.209Z] 4f7a387c642f: Download complete [2020-06-11T20:08:30.805Z] b2f61026a351: Verifying Checksum [2020-06-11T20:08:30.805Z] b2f61026a351: Download complete [2020-06-11T20:08:34.197Z] b2f61026a351: Pull complete [2020-06-11T20:08:34.197Z] 5538fb30c42c: Pull complete [2020-06-11T20:08:34.469Z] f0b05810781a: Pull complete [2020-06-11T20:08:34.744Z] 0180a33352d6: Pull complete [2020-06-11T20:08:37.354Z] e7604b0c0f53: Verifying Checksum [2020-06-11T20:08:37.354Z] e7604b0c0f53: Download complete [2020-06-11T20:09:09.715Z] e7604b0c0f53: Pull complete [2020-06-11T20:09:09.715Z] db689cb83ae0: Pull complete [2020-06-11T20:09:09.715Z] 6138af208834: Pull complete [2020-06-11T20:09:09.715Z] 007c8e8c5d63: Pull complete [2020-06-11T20:09:09.715Z] 4f7a387c642f: Pull complete [2020-06-11T20:09:09.715Z] Digest: sha256:95de001a4645667c7ff44d03fa3a86afcf7622caf7559cdf0345329f515671b4 [2020-06-11T20:09:09.715Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-06-11T20:09:16.430Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-06-11T20:09:16.430Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-06-11T20:09:16.430Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-06-11T20:09:16.430Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-06-11T20:09:16.707Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3737 B] [2020-06-11T20:09:16.707Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1233 kB] [2020-06-11T20:09:17.304Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1192 B] [2020-06-11T20:09:17.304Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [879 kB] [2020-06-11T20:09:17.578Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [7827 B] [2020-06-11T20:09:17.578Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] [2020-06-11T20:09:17.578Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [756 kB] [2020-06-11T20:09:17.851Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [606 kB] [2020-06-11T20:09:18.128Z] Fetched 3747 kB in 3s (1354 kB/s) [2020-06-11T20:09:22.417Z] Reading package lists... [2020-06-11T20:09:34.814Z] Installing build dependencies: curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase openssh-client patch perl perl-modules-5.26 xauth [2020-06-11T20:09:39.124Z] Reading package lists... [2020-06-11T20:09:39.720Z] Building dependency tree... [2020-06-11T20:09:39.720Z] Reading state information... [2020-06-11T20:09:40.322Z] The following packages were automatically installed and are no longer required: [2020-06-11T20:09:40.322Z] libjq1 liblzo2-2 libonig4 [2020-06-11T20:09:40.322Z] Use 'sudo apt autoremove' to remove them. [2020-06-11T20:09:40.322Z] Suggested packages: [2020-06-11T20:09:40.322Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-06-11T20:09:40.322Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc [2020-06-11T20:09:40.322Z] keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc [2020-06-11T20:09:40.322Z] libterm-readline-gnu-perl | libterm-readline-perl-perl [2020-06-11T20:09:40.917Z] The following NEW packages will be installed: [2020-06-11T20:09:40.917Z] curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl [2020-06-11T20:09:40.917Z] libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 [2020-06-11T20:09:40.917Z] libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase [2020-06-11T20:09:40.917Z] openssh-client patch perl perl-modules-5.26 xauth [2020-06-11T20:09:41.507Z] 0 upgraded, 27 newly installed, 0 to remove and 10 not upgraded. [2020-06-11T20:09:41.507Z] Need to get 12.9 MB of archives. [2020-06-11T20:09:41.507Z] After this operation, 84.2 MB of additional disk space will be used. [2020-06-11T20:09:41.507Z] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxau6 arm64 1:1.0.8-1 [7590 B] [2020-06-11T20:09:41.507Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbsd0 arm64 0.8.7-1ubuntu0.1 [36.6 kB] [2020-06-11T20:09:41.779Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxdmcp6 arm64 1:1.1.2-3 [9694 B] [2020-06-11T20:09:41.779Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxcb1 arm64 1.13-2~ubuntu18.04 [37.3 kB] [2020-06-11T20:09:42.053Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] [2020-06-11T20:09:42.326Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-6 arm64 2:1.6.4-3ubuntu0.2 [521 kB] [2020-06-11T20:09:42.599Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxext6 arm64 2:1.3.3-1 [25.4 kB] [2020-06-11T20:09:42.599Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-06-11T20:09:44.564Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] [2020-06-11T20:09:44.564Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] [2020-06-11T20:09:44.564Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] [2020-06-11T20:09:45.538Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] [2020-06-11T20:09:45.538Z] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] [2020-06-11T20:09:45.538Z] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.2 [69.3 kB] [2020-06-11T20:09:45.538Z] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] [2020-06-11T20:09:45.538Z] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libedit2 arm64 3.1-20170329-1 [63.4 kB] [2020-06-11T20:09:45.538Z] Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libssl1.0.0 arm64 1.0.2n-1ubuntu5.3 [723 kB] [2020-06-11T20:09:45.810Z] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxmuu1 arm64 2:1.1.2-2 [9502 B] [2020-06-11T20:09:45.810Z] Get:19 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssh-client arm64 1:7.6p1-4ubuntu0.3 [527 kB] [2020-06-11T20:09:46.082Z] Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xauth arm64 1:1.0.10-1 [22.4 kB] [2020-06-11T20:09:46.082Z] Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.8 [152 kB] [2020-06-11T20:09:46.082Z] Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.8 [179 kB] [2020-06-11T20:09:46.082Z] Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] [2020-06-11T20:09:46.082Z] Get:24 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-06-11T20:09:46.355Z] Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] [2020-06-11T20:09:46.948Z] Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] [2020-06-11T20:09:46.948Z] Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] [2020-06-11T20:09:47.540Z] debconf: delaying package configuration, since apt-utils is not installed [2020-06-11T20:09:47.814Z] Fetched 12.9 MB in 6s (2136 kB/s) [2020-06-11T20:09:47.814Z] Selecting previously unselected package libxau6:arm64. [2020-06-11T20:09:47.814Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4630 files and directories currently installed.) [2020-06-11T20:09:47.814Z] Preparing to unpack .../00-libxau6_1%3a1.0.8-1_arm64.deb ... [2020-06-11T20:09:47.814Z] Unpacking libxau6:arm64 (1:1.0.8-1) ... [2020-06-11T20:09:47.814Z] Selecting previously unselected package libbsd0:arm64. [2020-06-11T20:09:47.814Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_arm64.deb ... [2020-06-11T20:09:48.094Z] Unpacking libbsd0:arm64 (0.8.7-1ubuntu0.1) ... [2020-06-11T20:09:48.094Z] Selecting previously unselected package libxdmcp6:arm64. [2020-06-11T20:09:48.094Z] Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_arm64.deb ... [2020-06-11T20:09:48.094Z] Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... [2020-06-11T20:09:48.094Z] Selecting previously unselected package libxcb1:arm64. [2020-06-11T20:09:48.094Z] Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_arm64.deb ... [2020-06-11T20:09:48.094Z] Unpacking libxcb1:arm64 (1.13-2~ubuntu18.04) ... [2020-06-11T20:09:48.369Z] Selecting previously unselected package libx11-data. [2020-06-11T20:09:48.369Z] Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... [2020-06-11T20:09:48.369Z] Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-11T20:09:48.646Z] Selecting previously unselected package libx11-6:arm64. [2020-06-11T20:09:48.646Z] Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_arm64.deb ... [2020-06-11T20:09:48.646Z] Unpacking libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... [2020-06-11T20:09:48.921Z] Selecting previously unselected package libxext6:arm64. [2020-06-11T20:09:48.921Z] Preparing to unpack .../06-libxext6_2%3a1.3.3-1_arm64.deb ... [2020-06-11T20:09:48.922Z] Unpacking libxext6:arm64 (2:1.3.3-1) ... [2020-06-11T20:09:48.922Z] Selecting previously unselected package perl-modules-5.26. [2020-06-11T20:09:48.922Z] Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-06-11T20:09:48.922Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-11T20:09:50.899Z] Selecting previously unselected package libgdbm5:arm64. [2020-06-11T20:09:50.899Z] Preparing to unpack .../08-libgdbm5_1.14.1-6_arm64.deb ... [2020-06-11T20:09:50.899Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-06-11T20:09:50.899Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-06-11T20:09:50.899Z] Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-06-11T20:09:50.899Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-06-11T20:09:50.899Z] Selecting previously unselected package libperl5.26:arm64. [2020-06-11T20:09:50.899Z] Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... [2020-06-11T20:09:50.899Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-06-11T20:09:52.334Z] Selecting previously unselected package perl. [2020-06-11T20:09:52.334Z] Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_arm64.deb ... [2020-06-11T20:09:52.334Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-06-11T20:09:52.334Z] Selecting previously unselected package less. [2020-06-11T20:09:52.334Z] Preparing to unpack .../12-less_487-0.1_arm64.deb ... [2020-06-11T20:09:52.334Z] Unpacking less (487-0.1) ... [2020-06-11T20:09:52.334Z] Selecting previously unselected package libexpat1:arm64. [2020-06-11T20:09:52.334Z] Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_arm64.deb ... [2020-06-11T20:09:52.334Z] Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.2) ... [2020-06-11T20:09:52.607Z] Selecting previously unselected package netbase. [2020-06-11T20:09:52.607Z] Preparing to unpack .../14-netbase_5.4_all.deb ... [2020-06-11T20:09:52.607Z] Unpacking netbase (5.4) ... [2020-06-11T20:09:52.607Z] Selecting previously unselected package libedit2:arm64. [2020-06-11T20:09:52.607Z] Preparing to unpack .../15-libedit2_3.1-20170329-1_arm64.deb ... [2020-06-11T20:09:52.607Z] Unpacking libedit2:arm64 (3.1-20170329-1) ... [2020-06-11T20:09:52.880Z] Selecting previously unselected package libssl1.0.0:arm64. [2020-06-11T20:09:52.880Z] Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_arm64.deb ... [2020-06-11T20:09:52.880Z] Unpacking libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... [2020-06-11T20:09:53.153Z] Selecting previously unselected package libxmuu1:arm64. [2020-06-11T20:09:53.153Z] Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_arm64.deb ... [2020-06-11T20:09:53.153Z] Unpacking libxmuu1:arm64 (2:1.1.2-2) ... [2020-06-11T20:09:53.426Z] Selecting previously unselected package openssh-client. [2020-06-11T20:09:53.426Z] Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_arm64.deb ... [2020-06-11T20:09:53.426Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-11T20:09:53.698Z] Selecting previously unselected package xauth. [2020-06-11T20:09:53.699Z] Preparing to unpack .../19-xauth_1%3a1.0.10-1_arm64.deb ... [2020-06-11T20:09:53.699Z] Unpacking xauth (1:1.0.10-1) ... [2020-06-11T20:09:53.699Z] Selecting previously unselected package curl. [2020-06-11T20:09:53.699Z] Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_arm64.deb ... [2020-06-11T20:09:53.699Z] Unpacking curl (7.58.0-2ubuntu3.8) ... [2020-06-11T20:09:53.971Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-06-11T20:09:53.971Z] Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_arm64.deb ... [2020-06-11T20:09:53.971Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... [2020-06-11T20:09:53.971Z] Selecting previously unselected package liberror-perl. [2020-06-11T20:09:53.971Z] Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... [2020-06-11T20:09:53.971Z] Unpacking liberror-perl (0.17025-1) ... [2020-06-11T20:09:54.241Z] Selecting previously unselected package git-man. [2020-06-11T20:09:54.241Z] Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-06-11T20:09:54.241Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-11T20:09:54.512Z] Selecting previously unselected package git. [2020-06-11T20:09:54.512Z] Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-06-11T20:09:54.512Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-06-11T20:09:55.960Z] Selecting previously unselected package make. [2020-06-11T20:09:55.960Z] Preparing to unpack .../25-make_4.1-9.1ubuntu1_arm64.deb ... [2020-06-11T20:09:55.960Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-06-11T20:09:55.960Z] Selecting previously unselected package patch. [2020-06-11T20:09:55.960Z] Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-06-11T20:09:55.960Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-06-11T20:09:55.960Z] Setting up libedit2:arm64 (3.1-20170329-1) ... [2020-06-11T20:09:55.960Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-11T20:09:56.231Z] Setting up libexpat1:arm64 (2.2.5-3ubuntu0.2) ... [2020-06-11T20:09:56.231Z] Setting up less (487-0.1) ... [2020-06-11T20:09:56.502Z] Setting up make (4.1-9.1ubuntu1) ... [2020-06-11T20:09:56.502Z] Setting up libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... [2020-06-11T20:09:56.773Z] Setting up curl (7.58.0-2ubuntu3.8) ... [2020-06-11T20:09:57.043Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... [2020-06-11T20:09:57.043Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-11T20:09:57.043Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-06-11T20:09:57.043Z] Setting up libbsd0:arm64 (0.8.7-1ubuntu0.1) ... [2020-06-11T20:09:57.043Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-06-11T20:09:57.043Z] Setting up libxdmcp6:arm64 (1:1.1.2-3) ... [2020-06-11T20:09:57.043Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-06-11T20:09:57.043Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-11T20:09:57.641Z] Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-11T20:09:57.641Z] Setting up libxau6:arm64 (1:1.0.8-1) ... [2020-06-11T20:09:57.641Z] Setting up netbase (5.4) ... [2020-06-11T20:09:57.641Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-06-11T20:09:57.641Z] Setting up libxcb1:arm64 (1.13-2~ubuntu18.04) ... [2020-06-11T20:09:57.641Z] Setting up libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... [2020-06-11T20:09:57.911Z] Setting up libxmuu1:arm64 (2:1.1.2-2) ... [2020-06-11T20:09:57.911Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-06-11T20:09:57.911Z] Setting up libxext6:arm64 (2:1.3.3-1) ... [2020-06-11T20:09:57.911Z] Setting up liberror-perl (0.17025-1) ... [2020-06-11T20:09:57.911Z] Setting up xauth (1:1.0.10-1) ... [2020-06-11T20:09:57.911Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-06-11T20:09:58.184Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-06-11T20:10:04.879Z] curl set to automatically installed. [2020-06-11T20:10:04.879Z] git set to automatically installed. [2020-06-11T20:10:04.879Z] git-man set to automatically installed. [2020-06-11T20:10:04.879Z] less set to automatically installed. [2020-06-11T20:10:04.879Z] libbsd0 set to automatically installed. [2020-06-11T20:10:04.879Z] libcurl3-gnutls set to automatically installed. [2020-06-11T20:10:04.879Z] libedit2 set to automatically installed. [2020-06-11T20:10:04.879Z] liberror-perl set to automatically installed. [2020-06-11T20:10:04.879Z] libexpat1 set to automatically installed. [2020-06-11T20:10:04.879Z] libgdbm-compat4 set to automatically installed. [2020-06-11T20:10:04.879Z] libgdbm5 set to automatically installed. [2020-06-11T20:10:04.879Z] libperl5.26 set to automatically installed. [2020-06-11T20:10:04.879Z] libssl1.0.0 set to automatically installed. [2020-06-11T20:10:04.879Z] libx11-6 set to automatically installed. [2020-06-11T20:10:04.879Z] libx11-data set to automatically installed. [2020-06-11T20:10:04.879Z] libxau6 set to automatically installed. [2020-06-11T20:10:04.879Z] libxcb1 set to automatically installed. [2020-06-11T20:10:04.879Z] libxdmcp6 set to automatically installed. [2020-06-11T20:10:04.880Z] libxext6 set to automatically installed. [2020-06-11T20:10:04.880Z] libxmuu1 set to automatically installed. [2020-06-11T20:10:04.880Z] make set to automatically installed. [2020-06-11T20:10:04.880Z] netbase set to automatically installed. [2020-06-11T20:10:04.880Z] openssh-client set to automatically installed. [2020-06-11T20:10:04.880Z] patch set to automatically installed. [2020-06-11T20:10:04.880Z] perl set to automatically installed. [2020-06-11T20:10:04.880Z] perl-modules-5.26 set to automatically installed. [2020-06-11T20:10:04.880Z] xauth set to automatically installed. [2020-06-11T20:10:04.880Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-06-11T20:10:04.880Z] Please ensure the environment is properly setup before continuing. [2020-06-11T20:10:04.880Z] Ignore this message if the appropriate measures have already been taken [2020-06-11T20:10:05.150Z] Pulling go [2020-06-11T20:10:08.536Z] 'device-modbus' has dependencies that need to be staged: go [2020-06-11T20:10:08.536Z] Skipping pull go (already ran) [2020-06-11T20:10:08.536Z] Building go [2020-06-11T20:10:08.536Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-06-11T20:10:08.536Z] Dload Upload Total Spent Left Speed [2020-06-11T20:10:11.111Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 45 93.0M 45 42.4M 0 0 39.2M 0 0:00:02 0:00:01 0:00:01 39.2M 80 93.0M 80 75.3M 0 0 36.4M 0 0:00:02 0:00:02 --:--:-- 36.4M 100 93.0M 100 93.0M 0 0 34.1M 0 0:00:02 0:00:02 --:--:-- 34.1M [2020-06-11T20:10:12.538Z] go1.13.5.linux-arm64.tar.gz: OK [2020-06-11T20:10:30.827Z] Staging go [2020-06-11T20:10:32.800Z] Pulling device-modbus [2020-06-11T20:10:35.418Z] Skipping build go (already ran) [2020-06-11T20:10:35.418Z] Building device-modbus [2020-06-11T20:10:35.418Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -o cmd/device-modbus ./cmd [2020-06-11T20:10:36.396Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-06-11T20:10:36.396Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T20:10:36.396Z] go: downloading github.com/goburrow/modbus v0.1.0 [2020-06-11T20:10:36.396Z] go: extracting github.com/goburrow/modbus v0.1.0 [2020-06-11T20:10:36.396Z] go: downloading github.com/goburrow/serial v0.1.0 [2020-06-11T20:10:36.396Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-06-11T20:10:36.396Z] go: extracting github.com/goburrow/serial v0.1.0 [2020-06-11T20:10:36.396Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T20:10:36.396Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-06-11T20:10:36.396Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-06-11T20:10:36.396Z] go: downloading github.com/google/uuid v1.1.1 [2020-06-11T20:10:36.669Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-06-11T20:10:36.669Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-06-11T20:10:36.669Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T20:10:36.669Z] go: extracting github.com/google/uuid v1.1.1 [2020-06-11T20:10:36.669Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-06-11T20:10:36.669Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-06-11T20:10:36.669Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T20:10:36.669Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-06-11T20:10:36.669Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T20:10:36.669Z] go: downloading github.com/pkg/errors v0.8.1 [2020-06-11T20:10:36.669Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T20:10:36.669Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-06-11T20:10:36.669Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T20:10:36.669Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T20:10:36.669Z] go: extracting github.com/pkg/errors v0.8.1 [2020-06-11T20:10:36.669Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-06-11T20:10:36.669Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T20:10:36.669Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-06-11T20:10:36.669Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-06-11T20:10:36.669Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T20:10:36.669Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T20:10:36.669Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-06-11T20:10:36.669Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-06-11T20:10:36.669Z] go: downloading github.com/x448/float16 v0.8.4 [2020-06-11T20:10:36.670Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-06-11T20:10:36.670Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T20:10:36.670Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-06-11T20:10:36.670Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T20:10:36.944Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T20:10:36.944Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-06-11T20:10:36.944Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T20:10:36.944Z] go: extracting github.com/x448/float16 v0.8.4 [2020-06-11T20:10:36.944Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-06-11T20:10:36.944Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T20:10:36.944Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-06-11T20:10:36.944Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T20:10:36.944Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T20:10:36.944Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T20:10:36.944Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-06-11T20:10:36.944Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T20:10:36.944Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T20:10:36.944Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T20:10:36.944Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-06-11T20:10:37.219Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T20:10:37.219Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T20:10:37.219Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T20:10:37.219Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T20:10:37.219Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T20:10:37.219Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T20:10:37.219Z] go: downloading github.com/hashicorp/golang-lru v0.5.1 [2020-06-11T20:10:37.219Z] go: extracting github.com/hashicorp/golang-lru v0.5.1 [2020-06-11T20:10:37.219Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-06-11T20:10:37.219Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T20:10:37.219Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-06-11T20:10:37.494Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-11T20:10:37.494Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T20:10:37.494Z] go: finding github.com/goburrow/serial v0.1.0 [2020-06-11T20:10:37.494Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-11T20:10:37.494Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-11T20:10:37.494Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-06-11T20:10:37.494Z] go: finding github.com/google/uuid v1.1.1 [2020-06-11T20:10:37.494Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-11T20:10:37.494Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T20:10:37.494Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T20:10:37.494Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T20:10:37.494Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-11T20:10:37.494Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-11T20:10:37.494Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-11T20:10:37.494Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T20:10:37.494Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-11T20:10:37.494Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-11T20:10:37.494Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T20:10:37.494Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T20:10:37.494Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T20:10:37.494Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-11T20:10:37.494Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T20:10:37.494Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T20:10:37.494Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-11T20:10:37.494Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T20:10:37.775Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T20:10:37.775Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T20:10:37.775Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-06-11T20:11:04.824Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-11T20:11:19.865Z] Skipping stage go (already ran) [2020-06-11T20:11:19.865Z] Staging device-modbus [2020-06-11T20:11:20.454Z] Priming go [2020-06-11T20:11:23.063Z] Priming device-modbus [2020-06-11T20:11:26.447Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-06-11T20:11:26.447Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-06-11T20:11:26.447Z] Determining the version from the project repo (version-script). [2020-06-11T20:11:26.447Z] The version has been set to '0.0.0-20200611+98b52d9' [2020-06-11T20:11:26.447Z] Snapping 'edgex-device-modbus' ... [2020-06-11T20:11:29.066Z] [2020-06-11T20:11:29.066Z] Snapped edgex-device-modbus_0.0.0-20200611+98b52d9_arm64.snap [Pipeline] } [2020-06-11T20:11:31.070Z] 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) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-06-11T20:11:33.658Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-11T20:11:34.259Z] ---> package-listing.sh [2020-06-11T20:11:34.259Z] ++ facter osfamily [2020-06-11T20:11:34.259Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-11T20:11:34.259Z] + OS_FAMILY=redhat [2020-06-11T20:11:34.259Z] + workspace=/w/workspace/xfoundry_device-modbus-go_PR-154 [2020-06-11T20:11:34.259Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-11T20:11:34.259Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-11T20:11:34.259Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-11T20:11:34.259Z] + PACKAGES=/tmp/packages_start.txt [2020-06-11T20:11:34.259Z] + '[' /w/workspace/xfoundry_device-modbus-go_PR-154 ']' [2020-06-11T20:11:34.259Z] + PACKAGES=/tmp/packages_end.txt [2020-06-11T20:11:34.259Z] + case "${OS_FAMILY}" in [2020-06-11T20:11:34.259Z] + rpm -qa [2020-06-11T20:11:34.259Z] + sort [2020-06-11T20:11:38.477Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-11T20:11:38.477Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-11T20:11:38.477Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-11T20:11:38.477Z] + '[' /w/workspace/xfoundry_device-modbus-go_PR-154 ']' [2020-06-11T20:11:38.477Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_PR-154/archives/ [2020-06-11T20:11:38.477Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_PR-154/archives/ [Pipeline] isUnix [Pipeline] sh [2020-06-11T20:11:39.253Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-11T20:11:39.253Z] [2020-06-11T20:11:39.253Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-11T20:11:39.640Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-11T20:11:39.640Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-11T20:11:39.640Z] c9b1b535fdd9: Pulling fs layer [2020-06-11T20:11:39.640Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-11T20:11:39.640Z] 756a868c4378: Pulling fs layer [2020-06-11T20:11:39.640Z] 444b2fc9a129: Pulling fs layer [2020-06-11T20:11:39.640Z] ea15f1150254: Pulling fs layer [2020-06-11T20:11:39.640Z] 41b27a9f41bf: Pulling fs layer [2020-06-11T20:11:39.640Z] 28c525ee5125: Pulling fs layer [2020-06-11T20:11:39.640Z] 094b1ea09ed8: Pulling fs layer [2020-06-11T20:11:39.640Z] 138eaada9080: Pulling fs layer [2020-06-11T20:11:39.640Z] 0622d0fa9048: Pulling fs layer [2020-06-11T20:11:39.640Z] ea15f1150254: Waiting [2020-06-11T20:11:39.640Z] 41b27a9f41bf: Waiting [2020-06-11T20:11:39.640Z] 28c525ee5125: Waiting [2020-06-11T20:11:39.640Z] 094b1ea09ed8: Waiting [2020-06-11T20:11:39.640Z] 0622d0fa9048: Waiting [2020-06-11T20:11:39.640Z] 138eaada9080: Waiting [2020-06-11T20:11:39.640Z] 444b2fc9a129: Waiting [2020-06-11T20:11:39.640Z] 2cc5ad85d9ab: Download complete [2020-06-11T20:11:39.640Z] 444b2fc9a129: Verifying Checksum [2020-06-11T20:11:39.640Z] 444b2fc9a129: Download complete [2020-06-11T20:11:39.640Z] c9b1b535fdd9: Verifying Checksum [2020-06-11T20:11:39.640Z] c9b1b535fdd9: Download complete [2020-06-11T20:11:39.640Z] ea15f1150254: Verifying Checksum [2020-06-11T20:11:39.640Z] ea15f1150254: Download complete [2020-06-11T20:11:39.953Z] 28c525ee5125: Verifying Checksum [2020-06-11T20:11:39.953Z] 28c525ee5125: Download complete [2020-06-11T20:11:40.237Z] 756a868c4378: Verifying Checksum [2020-06-11T20:11:40.237Z] 756a868c4378: Download complete [2020-06-11T20:11:40.237Z] 138eaada9080: Verifying Checksum [2020-06-11T20:11:40.237Z] 138eaada9080: Download complete [2020-06-11T20:11:40.237Z] 0622d0fa9048: Verifying Checksum [2020-06-11T20:11:40.237Z] 0622d0fa9048: Download complete [2020-06-11T20:11:40.237Z] 094b1ea09ed8: Verifying Checksum [2020-06-11T20:11:40.237Z] 094b1ea09ed8: Download complete [2020-06-11T20:11:40.237Z] c9b1b535fdd9: Pull complete [2020-06-11T20:11:40.821Z] 2cc5ad85d9ab: Pull complete [2020-06-11T20:11:40.821Z] 41b27a9f41bf: Verifying Checksum [2020-06-11T20:11:40.821Z] 41b27a9f41bf: Download complete [2020-06-11T20:11:42.230Z] 756a868c4378: Pull complete [2020-06-11T20:11:42.230Z] 444b2fc9a129: Pull complete [2020-06-11T20:11:42.494Z] ea15f1150254: Pull complete [2020-06-11T20:11:46.738Z] 41b27a9f41bf: Pull complete [2020-06-11T20:11:46.738Z] 28c525ee5125: Pull complete [2020-06-11T20:11:50.052Z] 094b1ea09ed8: Pull complete [2020-06-11T20:11:50.052Z] 138eaada9080: Pull complete [2020-06-11T20:11:50.052Z] 0622d0fa9048: Pull complete [2020-06-11T20:11:50.052Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-11T20:11:50.052Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-11T20:11:50.052Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-11T20:11:50.241Z] prd-centos7-docker-4c-2g-2612 does not seem to be running inside a container [2020-06-11T20:11:50.284Z] $ 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-154 -v /w/workspace/xfoundry_device-modbus-go_PR-154:/w/workspace/xfoundry_device-modbus-go_PR-154:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-154@tmp:/w/workspace/xfoundry_device-modbus-go_PR-154@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-06-11T20:11:53.772Z] $ docker top b0a017e1a3a4da63f6e32b2325f7d4f77603acd937169647976c1c2a4d49478d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-11T20:11:54.039Z] provisioning config files... [2020-06-11T20:11:54.056Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-154@tmp/config6537718018998302308tmp [Pipeline] { [Pipeline] echo [2020-06-11T20:11:54.129Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-11T20:11:54.456Z] ---> create-netrc.sh [Pipeline] echo [2020-06-11T20:11:54.482Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-11T20:11:54.807Z] ---> logs-deploy.sh [2020-06-11T20:11:54.807Z] + ARCHIVE_ARTIFACTS= [2020-06-11T20:11:54.807Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-11T20:11:54.807Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-11T20:11:54.807Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-11T20:11:54.807Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-154/1 [2020-06-11T20:11:54.807Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/PR-154/1/ [2020-06-11T20:11:54.807Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-154/1 /w/workspace/xfoundry_device-modbus-go_PR-154 [2020-06-11T20:11:56.197Z] Archives upload complete. [2020-06-11T20:11:56.197Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-154/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/PR-154/1/