Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0d9dcf3dd08f488906d53c6efd799967b99372fa Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 370697454611dc68c0596e0d0a50477a8de841a8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-modbus-go, goVersion:1.13, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-modbus-go-settings PROJECT: device-modbus-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-modbus-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: true [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-3879 in /w/workspace/xfoundry_device-modbus-go_master [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_master # timeout=10 Fetching without tags Checking out Revision 0d9dcf3dd08f488906d53c6efd799967b99372fa (master) 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/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/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/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0d9dcf3dd08f488906d53c6efd799967b99372fa # timeout=10 Commit message: "Merge pull request #155 from jamesrgregg/update-pr-template" > git rev-list --no-walk fdf900d8a58188a2e8b2bc604c944c724a46cd8f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-21T16:39:49.590Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-21T16:39:49.718Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-21T16:39:49.757Z] ========================================================= [2020-06-21T16:39:49.757Z] EdgeX Global Pipelines Version Info [2020-06-21T16:39:49.757Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-21T16:39:51.648Z] ------------------- [2020-06-21T16:39:51.649Z] stable info: [2020-06-21T16:39:51.649Z] ------------------- [2020-06-21T16:39:51.649Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-21T16:39:51.649Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-21T16:39:51.649Z] Message: update stable to v1.0.89 [2020-06-21T16:39:52.224Z] ------------------- [2020-06-21T16:39:52.224Z] experimental info: [2020-06-21T16:39:52.224Z] ------------------- [2020-06-21T16:39:52.224Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-21T16:39:52.224Z] Commit SHA: aa323fb5dfebb31640c35badf05a5a9beff52318 [2020-06-21T16:39:52.224Z] Message: update experimental to v1.0.90 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-06-21T16:39:53.715Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-21T16:39:53.976Z] [2020-06-21T16:39:53.976Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-21T16:39:54.292Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-21T16:39:54.292Z] latest: Pulling from edgex-devops/git-semver [2020-06-21T16:39:54.292Z] 9123ac7c32f7: Pulling fs layer [2020-06-21T16:39:54.292Z] b8cc5d1170e3: Pulling fs layer [2020-06-21T16:39:54.292Z] 2924cbbf6a41: Pulling fs layer [2020-06-21T16:39:54.292Z] 93b08a4f1073: Pulling fs layer [2020-06-21T16:39:54.292Z] 93b08a4f1073: Waiting [2020-06-21T16:39:54.292Z] b8cc5d1170e3: Verifying Checksum [2020-06-21T16:39:54.292Z] b8cc5d1170e3: Download complete [2020-06-21T16:39:54.292Z] 9123ac7c32f7: Verifying Checksum [2020-06-21T16:39:54.292Z] 9123ac7c32f7: Download complete [2020-06-21T16:39:54.554Z] 93b08a4f1073: Verifying Checksum [2020-06-21T16:39:54.554Z] 93b08a4f1073: Download complete [2020-06-21T16:39:54.554Z] 2924cbbf6a41: Verifying Checksum [2020-06-21T16:39:54.554Z] 9123ac7c32f7: Pull complete [2020-06-21T16:39:54.821Z] b8cc5d1170e3: Pull complete [2020-06-21T16:39:55.395Z] 2924cbbf6a41: Pull complete [2020-06-21T16:39:55.656Z] 93b08a4f1073: Pull complete [2020-06-21T16:39:55.656Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-21T16:39:55.656Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-21T16:39:55.656Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-21T16:39:55.763Z] prd-centos7-docker-4c-2g-3879 does not seem to be running inside a container [2020-06-21T16:39:55.806Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-21T16:39:57.862Z] $ docker top edb765721ac86272dbf22248bfea74485df6d4325f3b0508546344c8fe6249ff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-21T16:39:58.047Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-21T16:39:58.047Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-21T16:39:58.222Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-21T16:39:58.228Z] $ docker exec edb765721ac86272dbf22248bfea74485df6d4325f3b0508546344c8fe6249ff ssh-agent [2020-06-21T16:39:58.391Z] SSH_AUTH_SOCK=/tmp/ssh-a80wyBGOghEt/agent.11 [2020-06-21T16:39:58.391Z] SSH_AGENT_PID=16 [2020-06-21T16:39:58.402Z] Running ssh-add (command line suppressed) [2020-06-21T16:39:58.521Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_705763449639550326.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_705763449639550326.key) [2020-06-21T16:39:58.564Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-21T16:39:58.867Z] + git describe --exact-match --tags HEAD [2020-06-21T16:39:58.867Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-21T16:39:58.970Z] $ docker exec --env ******** --env ******** edb765721ac86272dbf22248bfea74485df6d4325f3b0508546344c8fe6249ff ssh-agent -k [2020-06-21T16:39:59.085Z] unset SSH_AUTH_SOCK; [2020-06-21T16:39:59.086Z] unset SSH_AGENT_PID; [2020-06-21T16:39:59.086Z] echo Agent pid 16 killed; [2020-06-21T16:39:59.127Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-21T16:39:59.164Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-21T16:39:59.164Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-21T16:39:59.216Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-21T16:39:59.216Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-21T16:39:59.379Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-21T16:39:59.386Z] $ docker exec edb765721ac86272dbf22248bfea74485df6d4325f3b0508546344c8fe6249ff ssh-agent [2020-06-21T16:39:59.536Z] SSH_AUTH_SOCK=/tmp/ssh-UsRcz3deBmcZ/agent.44 [2020-06-21T16:39:59.536Z] SSH_AGENT_PID=49 [2020-06-21T16:39:59.542Z] Running ssh-add (command line suppressed) [2020-06-21T16:39:59.661Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_8103315375699534717.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_8103315375699534717.key) [2020-06-21T16:39:59.705Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-21T16:40:00.008Z] + git semver init [2020-06-21T16:40:00.008Z] # -> Open(): unable to determine branch for HEAD [2020-06-21T16:40:00.008Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-06-21T16:40:00.008Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-06-21T16:40:00.008Z] # $SEMVER_REMOTE_NAME = origin [2020-06-21T16:40:00.008Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-21T16:40:00.008Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-21T16:40:00.008Z] # $SEMVER_BRANCH = master [2020-06-21T16:40:00.008Z] # $SEMVER_TEMP = /tmp/semver-494539688 [2020-06-21T16:40:00.008Z] # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP [2020-06-21T16:40:00.271Z] # '/tmp/semver-494539688' -> '/w/workspace/xfoundry_device-modbus-go_master/.semver' [2020-06-21T16:40:00.271Z] # -> Force: false [2020-06-21T16:40:00.271Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } [2020-06-21T16:40:00.284Z] $ docker exec --env ******** --env ******** edb765721ac86272dbf22248bfea74485df6d4325f3b0508546344c8fe6249ff ssh-agent -k [2020-06-21T16:40:00.391Z] unset SSH_AUTH_SOCK; [2020-06-21T16:40:00.391Z] unset SSH_AGENT_PID; [2020-06-21T16:40:00.391Z] echo Agent pid 49 killed; [2020-06-21T16:40:00.432Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-21T16:40:00.785Z] + git semver [Pipeline] } [2020-06-21T16:40:00.804Z] $ docker stop --time=1 edb765721ac86272dbf22248bfea74485df6d4325f3b0508546344c8fe6249ff [2020-06-21T16:40:02.146Z] $ docker rm -f edb765721ac86272dbf22248bfea74485df6d4325f3b0508546344c8fe6249ff [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-21T16:40:02.587Z] Stashed 28 file(s) [Pipeline] echo [2020-06-21T16:40:02.590Z] [edgeXSemver] initialized semver on version 1.2.2-dev.1 [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-21T16:40:17.750Z] Still waiting to schedule task [2020-06-21T16:40:17.750Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3879’ [2020-06-21T16:40:17.752Z] Still waiting to schedule task [2020-06-21T16:40:17.752Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-06-21T16:42:02.824Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3880 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws [2020-06-21T16:42:02.851Z] Running in /w/workspace/device-modbus-go/14 [Pipeline] { [Pipeline] checkout [2020-06-21T16:42:08.059Z] using credential edgex-jenkins-ssh [2020-06-21T16:42:08.093Z] Cloning the remote Git repository [2020-06-21T16:42:08.093Z] Cloning with configured refspecs honoured and without tags [2020-06-21T16:42:08.129Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-06-21T16:42:08.248Z] > git init /w/workspace/device-modbus-go/14 # timeout=10 [2020-06-21T16:42:08.328Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-06-21T16:42:08.329Z] > git --version # timeout=10 [2020-06-21T16:42:08.361Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-21T16:42:08.419Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-21T16:42:09.116Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-06-21T16:42:09.142Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-21T16:42:09.165Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-06-21T16:42:09.219Z] Fetching without tags [2020-06-21T16:42:09.707Z] Checking out Revision 0d9dcf3dd08f488906d53c6efd799967b99372fa (master) [2020-06-21T16:42:09.206Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-06-21T16:42:09.207Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-21T16:42:09.219Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-21T16:42:09.703Z] > git config core.sparsecheckout # timeout=10 [2020-06-21T16:42:09.720Z] > git checkout -f 0d9dcf3dd08f488906d53c6efd799967b99372fa # timeout=10 [2020-06-21T16:42:14.271Z] Commit message: "Merge pull request #155 from jamesrgregg/update-pr-template" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-21T16:42:15.170Z] ========================================================= [2020-06-21T16:42:15.170Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-21T16:42:15.170Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-21T16:42:16.148Z] + 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-21T16:42:17.137Z] Sending build context to Docker daemon 608.3kB [2020-06-21T16:42:17.137Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-21T16:42:17.137Z] Step 2/8 : FROM ${BASE} [2020-06-21T16:42:17.411Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-06-21T16:42:17.411Z] cde5963f3b93: Pulling fs layer [2020-06-21T16:42:17.411Z] 2a23fa8c16f7: Pulling fs layer [2020-06-21T16:42:17.411Z] 777b28850792: Pulling fs layer [2020-06-21T16:42:17.411Z] 8a11ddd9e578: Pulling fs layer [2020-06-21T16:42:17.411Z] 4cf88f913ddb: Pulling fs layer [2020-06-21T16:42:17.411Z] 1df406cf5192: Pulling fs layer [2020-06-21T16:42:17.411Z] cd6300453558: Pulling fs layer [2020-06-21T16:42:17.411Z] b9c365052c96: Pulling fs layer [2020-06-21T16:42:17.411Z] a2d8cc88f415: Pulling fs layer [2020-06-21T16:42:17.411Z] ea1d1ca13537: Pulling fs layer [2020-06-21T16:42:17.411Z] 3750a50a1c5e: Pulling fs layer [2020-06-21T16:42:17.411Z] cd6300453558: Waiting [2020-06-21T16:42:17.411Z] b9c365052c96: Waiting [2020-06-21T16:42:17.411Z] a2d8cc88f415: Waiting [2020-06-21T16:42:17.411Z] ea1d1ca13537: Waiting [2020-06-21T16:42:17.411Z] 3750a50a1c5e: Waiting [2020-06-21T16:42:17.411Z] 8a11ddd9e578: Waiting [2020-06-21T16:42:17.411Z] 1df406cf5192: Waiting [2020-06-21T16:42:17.411Z] 4cf88f913ddb: Waiting [2020-06-21T16:42:17.411Z] 777b28850792: Verifying Checksum [2020-06-21T16:42:17.411Z] 777b28850792: Download complete [2020-06-21T16:42:17.698Z] 2a23fa8c16f7: Verifying Checksum [2020-06-21T16:42:17.698Z] 2a23fa8c16f7: Download complete [2020-06-21T16:42:17.698Z] 4cf88f913ddb: Verifying Checksum [2020-06-21T16:42:17.698Z] 4cf88f913ddb: Download complete [2020-06-21T16:42:17.698Z] 1df406cf5192: Verifying Checksum [2020-06-21T16:42:17.698Z] 1df406cf5192: Download complete [2020-06-21T16:42:17.698Z] cde5963f3b93: Verifying Checksum [2020-06-21T16:42:17.698Z] cde5963f3b93: Download complete [2020-06-21T16:42:18.693Z] cde5963f3b93: Pull complete [2020-06-21T16:42:19.390Z] 2a23fa8c16f7: Pull complete [2020-06-21T16:42:19.663Z] cd6300453558: Verifying Checksum [2020-06-21T16:42:19.663Z] cd6300453558: Download complete [2020-06-21T16:42:19.663Z] a2d8cc88f415: Verifying Checksum [2020-06-21T16:42:19.663Z] a2d8cc88f415: Download complete [2020-06-21T16:42:19.663Z] 777b28850792: Pull complete [2020-06-21T16:42:21.109Z] ea1d1ca13537: Verifying Checksum [2020-06-21T16:42:21.109Z] ea1d1ca13537: Download complete [2020-06-21T16:42:21.109Z] 3750a50a1c5e: Verifying Checksum [2020-06-21T16:42:21.109Z] 3750a50a1c5e: Download complete [2020-06-21T16:42:22.545Z] b9c365052c96: Download complete [2020-06-21T16:42:22.834Z] 8a11ddd9e578: Download complete [2020-06-21T16:42:35.233Z] 8a11ddd9e578: Pull complete [2020-06-21T16:42:35.233Z] 4cf88f913ddb: Pull complete [2020-06-21T16:42:35.233Z] 1df406cf5192: Pull complete [2020-06-21T16:42:39.556Z] cd6300453558: Pull complete [2020-06-21T16:42:41.515Z] Running on prd-centos7-docker-4c-2g-3881 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws [2020-06-21T16:42:41.539Z] Running in /w/workspace/device-modbus-go/14 [Pipeline] { [Pipeline] checkout [2020-06-21T16:42:43.894Z] b9c365052c96: Pull complete [2020-06-21T16:42:44.049Z] using credential edgex-jenkins-ssh [2020-06-21T16:42:44.076Z] Cloning the remote Git repository [2020-06-21T16:42:44.076Z] Cloning with configured refspecs honoured and without tags [2020-06-21T16:42:44.165Z] a2d8cc88f415: Pull complete [2020-06-21T16:42:44.747Z] Fetching without tags [2020-06-21T16:42:44.107Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-06-21T16:42:44.169Z] > git init /w/workspace/device-modbus-go/14 # timeout=10 [2020-06-21T16:42:44.214Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-06-21T16:42:44.214Z] > git --version # timeout=10 [2020-06-21T16:42:44.224Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-21T16:42:44.254Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-21T16:42:44.724Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-06-21T16:42:44.730Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-21T16:42:44.741Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-06-21T16:42:44.753Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-06-21T16:42:44.753Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-21T16:42:44.758Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-21T16:42:45.139Z] Checking out Revision 0d9dcf3dd08f488906d53c6efd799967b99372fa (master) [2020-06-21T16:42:46.148Z] ea1d1ca13537: Pull complete [2020-06-21T16:42:45.150Z] > git config core.sparsecheckout # timeout=10 [2020-06-21T16:42:45.158Z] > git checkout -f 0d9dcf3dd08f488906d53c6efd799967b99372fa # timeout=10 [2020-06-21T16:42:46.738Z] 3750a50a1c5e: Pull complete [2020-06-21T16:42:46.738Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-06-21T16:42:46.738Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-21T16:42:46.738Z] ---> 78745c68409d [2020-06-21T16:42:46.738Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-06-21T16:42:48.807Z] Commit message: "Merge pull request #155 from jamesrgregg/update-pr-template" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-21T16:42:49.406Z] ========================================================= [2020-06-21T16:42:49.406Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-06-21T16:42:49.406Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-21T16:42:50.096Z] + 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-21T16:42:50.679Z] Sending build context to Docker daemon 608.3kB [2020-06-21T16:42:50.679Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-21T16:42:50.679Z] Step 2/8 : FROM ${BASE} [2020-06-21T16:42:50.944Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-06-21T16:42:50.944Z] e6b0cf9c0882: Pulling fs layer [2020-06-21T16:42:50.944Z] 2848faf0eed1: Pulling fs layer [2020-06-21T16:42:50.944Z] 0f37312ad70f: Pulling fs layer [2020-06-21T16:42:50.944Z] 5788d62ee057: Pulling fs layer [2020-06-21T16:42:50.944Z] 0e6b1d234666: Pulling fs layer [2020-06-21T16:42:50.944Z] bf5d7aec512f: Pulling fs layer [2020-06-21T16:42:50.944Z] 34c802a77dc8: Pulling fs layer [2020-06-21T16:42:50.944Z] 9eb99e56ec68: Pulling fs layer [2020-06-21T16:42:50.944Z] 27c7a5d97fbd: Pulling fs layer [2020-06-21T16:42:50.944Z] 5c102a31e300: Pulling fs layer [2020-06-21T16:42:50.944Z] dcfb455df0a1: Pulling fs layer [2020-06-21T16:42:50.944Z] 5788d62ee057: Waiting [2020-06-21T16:42:50.944Z] 0e6b1d234666: Waiting [2020-06-21T16:42:50.944Z] bf5d7aec512f: Waiting [2020-06-21T16:42:50.944Z] 34c802a77dc8: Waiting [2020-06-21T16:42:50.944Z] 9eb99e56ec68: Waiting [2020-06-21T16:42:50.944Z] 27c7a5d97fbd: Waiting [2020-06-21T16:42:50.944Z] 5c102a31e300: Waiting [2020-06-21T16:42:50.944Z] dcfb455df0a1: Waiting [2020-06-21T16:42:50.944Z] 0f37312ad70f: Verifying Checksum [2020-06-21T16:42:50.944Z] 0f37312ad70f: Download complete [2020-06-21T16:42:50.944Z] 2848faf0eed1: Verifying Checksum [2020-06-21T16:42:50.944Z] 2848faf0eed1: Download complete [2020-06-21T16:42:50.944Z] 0e6b1d234666: Verifying Checksum [2020-06-21T16:42:50.944Z] 0e6b1d234666: Download complete [2020-06-21T16:42:50.944Z] bf5d7aec512f: Verifying Checksum [2020-06-21T16:42:50.944Z] bf5d7aec512f: Download complete [2020-06-21T16:42:50.944Z] e6b0cf9c0882: Verifying Checksum [2020-06-21T16:42:50.944Z] e6b0cf9c0882: Download complete [2020-06-21T16:42:51.219Z] e6b0cf9c0882: Pull complete [2020-06-21T16:42:51.493Z] 34c802a77dc8: Download complete [2020-06-21T16:42:51.493Z] 27c7a5d97fbd: Verifying Checksum [2020-06-21T16:42:51.493Z] 27c7a5d97fbd: Download complete [2020-06-21T16:42:52.084Z] 5c102a31e300: Verifying Checksum [2020-06-21T16:42:52.084Z] 5c102a31e300: Download complete [2020-06-21T16:42:52.121Z] ---> Running in de84f290bd61 [2020-06-21T16:42:52.121Z] Removing intermediate container de84f290bd61 [2020-06-21T16:42:52.121Z] ---> adf31f595183 [2020-06-21T16:42:52.121Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-21T16:42:52.121Z] ---> Running in 5af4c5e501a6 [2020-06-21T16:42:52.348Z] 9eb99e56ec68: Verifying Checksum [2020-06-21T16:42:52.348Z] 9eb99e56ec68: Download complete [2020-06-21T16:42:52.348Z] 5788d62ee057: Verifying Checksum [2020-06-21T16:42:52.348Z] 5788d62ee057: Download complete [2020-06-21T16:42:53.292Z] dcfb455df0a1: Verifying Checksum [2020-06-21T16:42:53.292Z] dcfb455df0a1: Download complete [2020-06-21T16:42:53.292Z] 2848faf0eed1: Pull complete [2020-06-21T16:42:53.554Z] 0f37312ad70f: Pull complete [2020-06-21T16:42:54.731Z] Removing intermediate container 5af4c5e501a6 [2020-06-21T16:42:54.731Z] ---> f548353cb85d [2020-06-21T16:42:54.731Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-06-21T16:42:54.731Z] ---> Running in b350ccd509ca [2020-06-21T16:42:55.711Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-21T16:42:56.681Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-21T16:42:57.274Z] (1/18) Upgrading libgcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-21T16:42:57.546Z] (2/18) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) [2020-06-21T16:42:57.818Z] (3/18) Installing libmagic (5.37-r1) [2020-06-21T16:42:58.089Z] (4/18) Installing file (5.37-r1) [2020-06-21T16:42:58.089Z] (5/18) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) [2020-06-21T16:42:58.362Z] (6/18) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) [2020-06-21T16:42:58.362Z] (7/18) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-21T16:42:58.861Z] 5788d62ee057: Pull complete [2020-06-21T16:42:59.123Z] 0e6b1d234666: Pull complete [2020-06-21T16:42:59.123Z] bf5d7aec512f: Pull complete [2020-06-21T16:43:04.431Z] 34c802a77dc8: Pull complete [2020-06-21T16:43:06.998Z] 9eb99e56ec68: Pull complete [2020-06-21T16:43:06.998Z] 27c7a5d97fbd: Pull complete [2020-06-21T16:43:07.961Z] 5c102a31e300: Pull complete [2020-06-21T16:43:07.961Z] dcfb455df0a1: Pull complete [2020-06-21T16:43:07.961Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-06-21T16:43:07.961Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-06-21T16:43:07.961Z] ---> 7c70fe431013 [2020-06-21T16:43:07.961Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-06-21T16:43:09.937Z] ---> Running in caa7e26b63f4 [2020-06-21T16:43:09.937Z] Removing intermediate container caa7e26b63f4 [2020-06-21T16:43:09.937Z] ---> 44e89e890220 [2020-06-21T16:43:09.937Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-21T16:43:09.937Z] ---> Running in 3f0fb9029844 [2020-06-21T16:43:10.714Z] (8/18) Installing libc-dev (0.7.2-r0) [2020-06-21T16:43:10.714Z] (9/18) Installing g++ (9.2.0-r4) [2020-06-21T16:43:11.325Z] Removing intermediate container 3f0fb9029844 [2020-06-21T16:43:11.325Z] ---> a13991e6e75b [2020-06-21T16:43:11.325Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-06-21T16:43:11.325Z] ---> Running in d24e13816400 [2020-06-21T16:43:11.586Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-21T16:43:12.971Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-21T16:43:13.232Z] (1/17) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) [2020-06-21T16:43:13.232Z] (2/17) Installing libmagic (5.37-r1) [2020-06-21T16:43:13.494Z] (3/17) Installing file (5.37-r1) [2020-06-21T16:43:13.494Z] (4/17) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) [2020-06-21T16:43:13.755Z] (5/17) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) [2020-06-21T16:43:13.755Z] (6/17) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-21T16:43:14.086Z] (10/18) Installing fortify-headers (1.1-r0) [2020-06-21T16:43:14.086Z] (11/18) Installing build-base (0.5-r1) [2020-06-21T16:43:14.086Z] (12/18) Installing openssh-keygen (8.1_p1-r0) [2020-06-21T16:43:14.086Z] (13/18) Installing libedit (20191211.3.1-r0) [2020-06-21T16:43:14.086Z] (14/18) Installing openssh-client (8.1_p1-r0) [2020-06-21T16:43:14.356Z] (15/18) Installing openssh-sftp-server (8.1_p1-r0) [2020-06-21T16:43:14.356Z] (16/18) Installing openssh-server-common (8.1_p1-r0) [2020-06-21T16:43:14.356Z] (17/18) Installing openssh-server (8.1_p1-r0) [2020-06-21T16:43:14.627Z] (18/18) Installing openssh (8.1_p1-r0) [2020-06-21T16:43:14.627Z] Executing busybox-1.31.1-r8.trigger [2020-06-21T16:43:14.904Z] OK: 203 MiB in 52 packages [2020-06-21T16:43:20.344Z] (7/17) Installing libc-dev (0.7.2-r0) [2020-06-21T16:43:20.344Z] (8/17) Installing g++ (9.2.0-r4) [2020-06-21T16:43:23.192Z] Removing intermediate container b350ccd509ca [2020-06-21T16:43:23.192Z] ---> bfcfdbb2f11e [2020-06-21T16:43:23.192Z] Step 6/8 : WORKDIR /device-modbus-go [2020-06-21T16:43:23.192Z] ---> Running in 65919382fd07 [2020-06-21T16:43:23.192Z] Removing intermediate container 65919382fd07 [2020-06-21T16:43:23.192Z] ---> e5aaff2459d9 [2020-06-21T16:43:23.192Z] Step 7/8 : COPY . . [2020-06-21T16:43:23.784Z] ---> d89ad65da1d3 [2020-06-21T16:43:23.784Z] Step 8/8 : RUN go mod download [2020-06-21T16:43:23.784Z] ---> Running in cf9ad8781a50 [2020-06-21T16:43:25.635Z] (9/17) Installing fortify-headers (1.1-r0) [2020-06-21T16:43:25.635Z] (10/17) Installing build-base (0.5-r1) [2020-06-21T16:43:25.635Z] (11/17) Installing openssh-keygen (8.1_p1-r0) [2020-06-21T16:43:25.635Z] (12/17) Installing libedit (20191211.3.1-r0) [2020-06-21T16:43:25.635Z] (13/17) Installing openssh-client (8.1_p1-r0) [2020-06-21T16:43:25.635Z] (14/17) Installing openssh-sftp-server (8.1_p1-r0) [2020-06-21T16:43:25.635Z] (15/17) Installing openssh-server-common (8.1_p1-r0) [2020-06-21T16:43:25.635Z] (16/17) Installing openssh-server (8.1_p1-r0) [2020-06-21T16:43:25.635Z] (17/17) Installing openssh (8.1_p1-r0) [2020-06-21T16:43:25.896Z] Executing busybox-1.31.1-r8.trigger [2020-06-21T16:43:25.896Z] OK: 214 MiB in 52 packages [2020-06-21T16:43:28.072Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-21T16:43:28.072Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-21T16:43:28.072Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-21T16:43:28.072Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-21T16:43:28.345Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-21T16:43:28.345Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-21T16:43:28.345Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-21T16:43:28.345Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-21T16:43:28.345Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-21T16:43:28.345Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-21T16:43:28.345Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-21T16:43:28.345Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-21T16:43:28.615Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-21T16:43:28.615Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-21T16:43:28.615Z] go: finding github.com/fatih/color v1.7.0 [2020-06-21T16:43:28.615Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-21T16:43:28.615Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-21T16:43:28.615Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-21T16:43:28.885Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-21T16:43:28.885Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-06-21T16:43:28.885Z] go: finding github.com/goburrow/serial v0.1.0 [2020-06-21T16:43:28.885Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-21T16:43:28.885Z] go: finding github.com/google/uuid v1.1.1 [2020-06-21T16:43:28.885Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-21T16:43:28.885Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-21T16:43:28.885Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-21T16:43:29.155Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-21T16:43:29.155Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-21T16:43:29.155Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-21T16:43:29.155Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-21T16:43:29.155Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-21T16:43:29.155Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-21T16:43:29.155Z] go: finding github.com/hashicorp/go-sockaddr v1.0.1 [2020-06-21T16:43:29.220Z] Removing intermediate container d24e13816400 [2020-06-21T16:43:29.220Z] ---> 37ee01d3eda9 [2020-06-21T16:43:29.220Z] Step 6/8 : WORKDIR /device-modbus-go [2020-06-21T16:43:29.220Z] ---> Running in 562467ed8b89 [2020-06-21T16:43:29.220Z] Removing intermediate container 562467ed8b89 [2020-06-21T16:43:29.220Z] ---> caf78c6298f4 [2020-06-21T16:43:29.220Z] Step 7/8 : COPY . . [2020-06-21T16:43:29.426Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-21T16:43:29.426Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-21T16:43:29.426Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-21T16:43:29.426Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-06-21T16:43:29.426Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-21T16:43:29.426Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-21T16:43:29.695Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-21T16:43:29.695Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-21T16:43:29.695Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-21T16:43:29.695Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-21T16:43:29.695Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-21T16:43:29.695Z] go: finding github.com/miekg/dns v1.1.4 [2020-06-21T16:43:29.695Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-21T16:43:29.973Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-21T16:43:29.973Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-21T16:43:29.973Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-06-21T16:43:29.973Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-21T16:43:29.973Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-06-21T16:43:29.973Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-21T16:43:29.973Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-21T16:43:30.161Z] ---> 11194d188e81 [2020-06-21T16:43:30.161Z] Step 8/8 : RUN go mod download [2020-06-21T16:43:30.161Z] ---> Running in eef6fab92b66 [2020-06-21T16:43:30.240Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-21T16:43:30.240Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-21T16:43:30.240Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-21T16:43:30.240Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-21T16:43:30.240Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-21T16:43:30.240Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-21T16:43:30.240Z] go: finding github.com/posener/complete v1.1.1 [2020-06-21T16:43:30.510Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-06-21T16:43:30.510Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-21T16:43:30.510Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-21T16:43:30.510Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-21T16:43:30.510Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-21T16:43:30.510Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-21T16:43:30.779Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-21T16:43:30.779Z] go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 [2020-06-21T16:43:30.779Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-21T16:43:30.779Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-21T16:43:30.779Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-21T16:43:30.779Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-21T16:43:31.546Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-21T16:43:31.547Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-21T16:43:31.547Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-21T16:43:31.547Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-21T16:43:31.807Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-21T16:43:31.807Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-21T16:43:31.807Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-21T16:43:31.807Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-21T16:43:31.807Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-21T16:43:31.807Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-21T16:43:31.807Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-21T16:43:31.807Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-21T16:43:31.807Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-21T16:43:31.807Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-21T16:43:31.807Z] go: finding github.com/fatih/color v1.7.0 [2020-06-21T16:43:31.807Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-21T16:43:31.807Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-21T16:43:31.807Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-21T16:43:31.807Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-21T16:43:31.807Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-06-21T16:43:31.807Z] go: finding github.com/goburrow/serial v0.1.0 [2020-06-21T16:43:31.807Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-21T16:43:31.807Z] go: finding github.com/google/uuid v1.1.1 [2020-06-21T16:43:31.807Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-21T16:43:31.807Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-21T16:43:31.807Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-21T16:43:31.807Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-21T16:43:31.807Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-21T16:43:31.807Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-21T16:43:31.807Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-21T16:43:31.807Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-21T16:43:31.807Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-21T16:43:31.807Z] go: finding github.com/hashicorp/go-sockaddr v1.0.1 [2020-06-21T16:43:31.807Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-21T16:43:31.807Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-21T16:43:31.807Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-21T16:43:31.807Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-06-21T16:43:32.069Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-21T16:43:32.069Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-21T16:43:32.069Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-21T16:43:32.069Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-21T16:43:32.069Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-21T16:43:32.069Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-21T16:43:32.069Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-21T16:43:32.069Z] go: finding github.com/miekg/dns v1.1.4 [2020-06-21T16:43:32.069Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-21T16:43:32.069Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-21T16:43:32.069Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-21T16:43:32.069Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-06-21T16:43:32.069Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-21T16:43:32.069Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-06-21T16:43:32.069Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-21T16:43:32.069Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-21T16:43:32.069Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-21T16:43:32.069Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-21T16:43:32.069Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-21T16:43:32.069Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-21T16:43:32.069Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-21T16:43:32.069Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-21T16:43:32.069Z] go: finding github.com/posener/complete v1.1.1 [2020-06-21T16:43:32.069Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-06-21T16:43:32.069Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-21T16:43:32.069Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-21T16:43:32.069Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-21T16:43:32.069Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-21T16:43:32.069Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-21T16:43:32.069Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-21T16:43:32.069Z] go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 [2020-06-21T16:43:32.069Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-21T16:43:32.069Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-21T16:43:32.069Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-21T16:43:32.330Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-21T16:43:40.910Z] Removing intermediate container cf9ad8781a50 [2020-06-21T16:43:40.910Z] ---> 5c024321723b [2020-06-21T16:43:40.910Z] Successfully built 5c024321723b [2020-06-21T16:43:40.910Z] 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-21T16:43:41.456Z] + docker inspect -f . ci-base-image-arm64 [2020-06-21T16:43:41.456Z] . [Pipeline] withDockerContainer [2020-06-21T16:43:41.722Z] prd-ubuntu18.04-docker-arm64-4c-16g-3880 does not seem to be running inside a container [2020-06-21T16:43:41.774Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/14 -v /w/workspace/device-modbus-go/14:/w/workspace/device-modbus-go/14:rw,z -v /w/workspace/device-modbus-go/14@tmp:/w/workspace/device-modbus-go/14@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 ******** ci-base-image-arm64 cat [2020-06-21T16:43:42.359Z] Removing intermediate container eef6fab92b66 [2020-06-21T16:43:42.359Z] ---> 196ee59f7889 [2020-06-21T16:43:42.359Z] Successfully built 196ee59f7889 [2020-06-21T16:43:42.359Z] Successfully tagged ci-base-image-x86_64:latest [2020-06-21T16:43:43.644Z] $ docker top 7a17bf826b0c94421092bfeb766ca0912f0921ac5e91b5c9de2f3014c54f8dfb -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-21T16:43:44.468Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-21T16:43:44.469Z] . [Pipeline] withDockerContainer [2020-06-21T16:43:44.648Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2020-06-21T16:43:44.720Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/14 -v /w/workspace/device-modbus-go/14:/w/workspace/device-modbus-go/14:rw,z -v /w/workspace/device-modbus-go/14@tmp:/w/workspace/device-modbus-go/14@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 ******** ci-base-image-x86_64 cat [2020-06-21T16:43:45.034Z] + go version [2020-06-21T16:43:45.034Z] go version go1.13.5 linux/arm64 [2020-06-21T16:43:45.901Z] $ docker top a7b83c33955a143be66934803e3a98bd8d07c1bea334bbac0c906b9a403d8595 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2020-06-21T16:43:46.408Z] + go version [2020-06-21T16:43:46.408Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-06-21T16:43:46.706Z] + make test [2020-06-21T16:43:46.706Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-06-21T16:43:47.084Z] + make test [2020-06-21T16:43:47.084Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-06-21T16:43:47.651Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2020-06-21T16:43:48.067Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2020-06-21T16:43:57.737Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2020-06-21T16:43:57.737Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.150s coverage: 50.3% of statements [2020-06-21T16:43:57.737Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-21T16:43:58.315Z] gofmt -l . [2020-06-21T16:43:58.315Z] [ "`gofmt -l .`" = "" ] [2020-06-21T16:43:58.315Z] ./bin/test-attribution-txt.sh [2020-06-21T16:43:58.895Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-06-21T16:43:59.358Z] Stashed 1 file(s) [Pipeline] } [2020-06-21T16:43:59.366Z] $ docker stop --time=1 a7b83c33955a143be66934803e3a98bd8d07c1bea334bbac0c906b9a403d8595 [2020-06-21T16:44:01.539Z] $ docker rm -f a7b83c33955a143be66934803e3a98bd8d07c1bea334bbac0c906b9a403d8595 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-21T16:44:03.352Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-21T16:44:03.646Z] + ls -al . [2020-06-21T16:44:03.646Z] total 104 [2020-06-21T16:44:03.646Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jun 21 16:43 . [2020-06-21T16:44:03.646Z] drwxrwxr-x. 4 jenkins jenkins 30 Jun 21 16:42 .. [2020-06-21T16:44:03.646Z] -rw-rw-r--. 1 jenkins jenkins 5049 Jun 21 16:42 Attribution.txt [2020-06-21T16:44:03.646Z] drwxrwxr-x. 2 jenkins jenkins 87 Jun 21 16:42 bin [2020-06-21T16:44:03.646Z] drwxrwxr-x. 3 jenkins jenkins 32 Jun 21 16:42 cmd [2020-06-21T16:44:03.646Z] -rw-r--r--. 1 jenkins jenkins 22123 Jun 21 16:43 coverage.out [2020-06-21T16:44:03.646Z] -rw-rw-r--. 1 jenkins jenkins 1422 Jun 21 16:42 Dockerfile [2020-06-21T16:44:03.646Z] -rw-rw-r--. 1 jenkins jenkins 954 Jun 21 16:42 Dockerfile.build [2020-06-21T16:44:03.646Z] -rw-rw-r--. 1 jenkins jenkins 140 Jun 21 16:42 .dockerignore [2020-06-21T16:44:03.646Z] drwxrwxr-x. 8 jenkins jenkins 162 Jun 21 16:42 .git [2020-06-21T16:44:03.646Z] drwxrwxr-x. 2 jenkins jenkins 38 Jun 21 16:42 .github [2020-06-21T16:44:03.646Z] -rw-rw-r--. 1 jenkins jenkins 330 Jun 21 16:42 .gitignore [2020-06-21T16:44:03.646Z] -rw-r--r--. 1 jenkins jenkins 559 Jun 21 16:43 go.mod [2020-06-21T16:44:03.646Z] -rw-r--r--. 1 jenkins jenkins 13471 Jun 21 16:43 go.sum [2020-06-21T16:44:03.646Z] drwxrwxr-x. 3 jenkins jenkins 20 Jun 21 16:42 internal [2020-06-21T16:44:03.646Z] -rw-rw-r--. 1 jenkins jenkins 702 Jun 21 16:42 Jenkinsfile [2020-06-21T16:44:03.646Z] -rw-rw-r--. 1 jenkins jenkins 11340 Jun 21 16:42 LICENSE [2020-06-21T16:44:03.646Z] -rw-rw-r--. 1 jenkins jenkins 880 Jun 21 16:42 Makefile [2020-06-21T16:44:03.646Z] -rw-rw-r--. 1 jenkins jenkins 591 Jun 21 16:42 README.md [2020-06-21T16:44:03.646Z] drwxrwxr-x. 3 jenkins jenkins 44 Jun 21 16:42 .semver [2020-06-21T16:44:03.646Z] drwxrwxr-x. 2 jenkins jenkins 35 Jun 21 16:42 simulator [2020-06-21T16:44:03.646Z] drwxrwxr-x. 4 jenkins jenkins 54 Jun 21 16:42 snap [2020-06-21T16:44:03.646Z] -rw-rw-r--. 1 jenkins jenkins 11 Jun 21 16:40 VERSION [2020-06-21T16:44:03.646Z] -rw-rw-r--. 1 jenkins jenkins 229 Jun 21 16:42 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-21T16:44:03.944Z] + 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=0d9dcf3dd08f488906d53c6efd799967b99372fa --label arch=amd64 --label version=1.2.2-dev.1 . [2020-06-21T16:44:03.944Z] Sending build context to Docker daemon 636.9kB [2020-06-21T16:44:03.944Z] Step 1/19 : ARG BASE=golang:1.13-alpine [2020-06-21T16:44:03.944Z] Step 2/19 : FROM ${BASE} AS builder [2020-06-21T16:44:03.944Z] ---> 196ee59f7889 [2020-06-21T16:44:03.944Z] Step 3/19 : ARG MAKE='make build' [2020-06-21T16:44:04.206Z] ---> Running in 16c130b9558c [2020-06-21T16:44:04.469Z] Removing intermediate container 16c130b9558c [2020-06-21T16:44:04.469Z] ---> ee0aa39cfc71 [2020-06-21T16:44:04.469Z] Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-21T16:44:04.469Z] ---> Running in aadb6c61bcfd [2020-06-21T16:44:05.412Z] Removing intermediate container aadb6c61bcfd [2020-06-21T16:44:05.413Z] ---> e20b053b6333 [2020-06-21T16:44:05.413Z] Step 5/19 : RUN apk add --update --no-cache make git openssh build-base [2020-06-21T16:44:05.413Z] ---> Running in c8ce4af6f421 [2020-06-21T16:44:05.675Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-21T16:44:06.249Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-21T16:44:06.820Z] OK: 214 MiB in 52 packages [2020-06-21T16:44:07.083Z] Removing intermediate container c8ce4af6f421 [2020-06-21T16:44:07.083Z] ---> 58a16f98cce4 [2020-06-21T16:44:07.083Z] Step 6/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2020-06-21T16:44:07.083Z] ---> Running in 914353fc8c3c [2020-06-21T16:44:07.344Z] Removing intermediate container 914353fc8c3c [2020-06-21T16:44:07.344Z] ---> 564eec0631fe [2020-06-21T16:44:07.344Z] Step 7/19 : COPY . . [2020-06-21T16:44:08.287Z] ---> c0204e766c35 [2020-06-21T16:44:08.287Z] Step 8/19 : RUN ${MAKE} [2020-06-21T16:44:08.287Z] ---> Running in 02034753835a [2020-06-21T16:44:08.556Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.2-dev.1" -o cmd/device-modbus ./cmd [2020-06-21T16:44:14.927Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2020-06-21T16:44:16.795Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-21T16:44:16.907Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.214s coverage: 50.3% of statements [2020-06-21T16:44:17.181Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-21T16:44:20.097Z] Removing intermediate container 02034753835a [2020-06-21T16:44:20.097Z] ---> 177994e30c35 [2020-06-21T16:44:20.097Z] Step 9/19 : FROM scratch [2020-06-21T16:44:20.097Z] ---> [2020-06-21T16:44:20.097Z] Step 10/19 : ENV APP_PORT=49991 [2020-06-21T16:44:20.097Z] ---> Running in c940ec63b505 [2020-06-21T16:44:20.098Z] Removing intermediate container c940ec63b505 [2020-06-21T16:44:20.098Z] ---> b3034edfbf34 [2020-06-21T16:44:20.098Z] Step 11/19 : EXPOSE $APP_PORT [2020-06-21T16:44:20.098Z] ---> Running in 4de74534c34e [2020-06-21T16:44:20.098Z] Removing intermediate container 4de74534c34e [2020-06-21T16:44:20.098Z] ---> 814996a95f77 [2020-06-21T16:44:20.098Z] Step 12/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2020-06-21T16:44:20.360Z] ---> 9e7ed451b6f8 [2020-06-21T16:44:20.360Z] Step 13/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2020-06-21T16:44:20.621Z] ---> b2152a5cbb25 [2020-06-21T16:44:20.621Z] Step 14/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2020-06-21T16:44:20.882Z] ---> ecf3c7112bfa [2020-06-21T16:44:20.882Z] Step 15/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2020-06-21T16:44:20.882Z] ---> Running in 91d39c348524 [2020-06-21T16:44:21.151Z] Removing intermediate container 91d39c348524 [2020-06-21T16:44:21.151Z] ---> fa04b77ac8a1 [2020-06-21T16:44:21.151Z] Step 16/19 : ENTRYPOINT ["/device-modbus","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-06-21T16:44:21.151Z] ---> Running in c0313ca81e39 [2020-06-21T16:44:21.151Z] Removing intermediate container c0313ca81e39 [2020-06-21T16:44:21.151Z] ---> 23827728bc9d [2020-06-21T16:44:21.151Z] Step 17/19 : LABEL arch=amd64 [2020-06-21T16:44:21.413Z] ---> Running in 2fe05439a0e4 [2020-06-21T16:44:21.413Z] Removing intermediate container 2fe05439a0e4 [2020-06-21T16:44:21.413Z] ---> fe87f7257531 [2020-06-21T16:44:21.413Z] Step 18/19 : LABEL git_sha=0d9dcf3dd08f488906d53c6efd799967b99372fa [2020-06-21T16:44:21.413Z] ---> Running in b1cd796ec5ec [2020-06-21T16:44:21.674Z] Removing intermediate container b1cd796ec5ec [2020-06-21T16:44:21.674Z] ---> fbeb90bf9ad6 [2020-06-21T16:44:21.674Z] Step 19/19 : LABEL version=1.2.2-dev.1 [2020-06-21T16:44:21.674Z] ---> Running in e6c4586533b2 [2020-06-21T16:44:21.935Z] Removing intermediate container e6c4586533b2 [2020-06-21T16:44:21.935Z] ---> 19a51cebab49 [2020-06-21T16:44:21.935Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-21T16:44:21.935Z] Successfully built 19a51cebab49 [2020-06-21T16:44:21.935Z] Successfully tagged docker-device-modbus-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-06-21T16:44:22.167Z] provisioning config files... [2020-06-21T16:44:22.197Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/14@tmp/config4763379923706410929tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-06-21T16:44:22.522Z] nexus3.edgexfoundry.org:10001 [2020-06-21T16:44:22.522Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-21T16:44:22.784Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-21T16:44:22.784Z] Configure a credential helper to remove this warning. See [2020-06-21T16:44:22.784Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-21T16:44:22.784Z] [2020-06-21T16:44:22.784Z] Login Succeeded [2020-06-21T16:44:22.784Z] nexus3.edgexfoundry.org:10002 [2020-06-21T16:44:22.784Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-21T16:44:22.784Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-21T16:44:22.784Z] Configure a credential helper to remove this warning. See [2020-06-21T16:44:22.784Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-21T16:44:22.784Z] [2020-06-21T16:44:22.784Z] Login Succeeded [2020-06-21T16:44:22.784Z] nexus3.edgexfoundry.org:10003 [2020-06-21T16:44:23.046Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-21T16:44:23.046Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-21T16:44:23.046Z] Configure a credential helper to remove this warning. See [2020-06-21T16:44:23.046Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-21T16:44:23.046Z] [2020-06-21T16:44:23.046Z] Login Succeeded [2020-06-21T16:44:23.046Z] nexus3.edgexfoundry.org:10004 [2020-06-21T16:44:23.046Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-21T16:44:23.307Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-21T16:44:23.307Z] Configure a credential helper to remove this warning. See [2020-06-21T16:44:23.307Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-21T16:44:23.307Z] [2020-06-21T16:44:23.307Z] Login Succeeded [2020-06-21T16:44:23.307Z] docker.io [2020-06-21T16:44:23.307Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-21T16:44:23.568Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-21T16:44:23.568Z] Configure a credential helper to remove this warning. See [2020-06-21T16:44:23.568Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-21T16:44:23.568Z] [2020-06-21T16:44:23.568Z] Login Succeeded [Pipeline] } [2020-06-21T16:44:23.577Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-21T16:44:23.662Z] [edgeXDocker.push] Tagging docker image docker-device-modbus-go with the following tags: [2020-06-21T16:44:23.662Z] 0d9dcf3dd08f488906d53c6efd799967b99372fa [2020-06-21T16:44:23.662Z] latest [2020-06-21T16:44:23.662Z] 1.2.2-dev.1 [2020-06-21T16:44:23.662Z] 0d9dcf3dd08f488906d53c6efd799967b99372fa-1.2.2-dev.1 [2020-06-21T16:44:23.662Z] master [2020-06-21T16:44:23.662Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-21T16:44:23.884Z] gofmt -l . [2020-06-21T16:44:23.885Z] [ "`gofmt -l .`" = "" ] [2020-06-21T16:44:23.885Z] ./bin/test-attribution-txt.sh [2020-06-21T16:44:23.885Z] ./bin/test-go-mod-tidy.sh [2020-06-21T16:44:24.029Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:0d9dcf3dd08f488906d53c6efd799967b99372fa [Pipeline] isUnix [Pipeline] sh [Pipeline] stash [2020-06-21T16:44:24.188Z] Warning: overwriting stash ‘coverage-report’ [2020-06-21T16:44:24.327Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:0d9dcf3dd08f488906d53c6efd799967b99372fa [2020-06-21T16:44:24.327Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-06-21T16:44:24.327Z] e3a72035ca9b: Preparing [2020-06-21T16:44:24.327Z] f987788d619e: Preparing [2020-06-21T16:44:24.327Z] 184a79e585dc: Preparing [2020-06-21T16:44:24.327Z] e3a72035ca9b: Pushed [2020-06-21T16:44:24.327Z] f987788d619e: Pushed [2020-06-21T16:44:24.559Z] Stashed 1 file(s) [Pipeline] } [2020-06-21T16:44:24.534Z] $ docker stop --time=1 7a17bf826b0c94421092bfeb766ca0912f0921ac5e91b5c9de2f3014c54f8dfb [2020-06-21T16:44:25.275Z] 184a79e585dc: Pushed [2020-06-21T16:44:25.536Z] 0d9dcf3dd08f488906d53c6efd799967b99372fa: digest: sha256:8f5932d71c9a5e3873650b6491ac01a04fc352ca08a3ea456591f5361bdb0c8a size: 944 [2020-06-21T16:44:26.686Z] $ docker rm -f 7a17bf826b0c94421092bfeb766ca0912f0921ac5e91b5c9de2f3014c54f8dfb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-21T16:44:27.612Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [Pipeline] isUnix [Pipeline] sh [2020-06-21T16:44:27.712Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-21T16:44:27.910Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [2020-06-21T16:44:27.910Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-06-21T16:44:27.910Z] e3a72035ca9b: Preparing [2020-06-21T16:44:27.910Z] f987788d619e: Preparing [2020-06-21T16:44:27.910Z] 184a79e585dc: Preparing [2020-06-21T16:44:27.910Z] f987788d619e: Layer already exists [2020-06-21T16:44:27.910Z] e3a72035ca9b: Layer already exists [2020-06-21T16:44:27.910Z] 184a79e585dc: Layer already exists [2020-06-21T16:44:27.910Z] latest: digest: sha256:8f5932d71c9a5e3873650b6491ac01a04fc352ca08a3ea456591f5361bdb0c8a size: 944 [Pipeline] isUnix [Pipeline] sh [2020-06-21T16:44:28.037Z] + ls -al . [2020-06-21T16:44:28.037Z] total 140 [2020-06-21T16:44:28.037Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 21 16:44 . [2020-06-21T16:44:28.037Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 21 16:42 .. [2020-06-21T16:44:28.037Z] -rw-rw-r-- 1 jenkins jenkins 140 Jun 21 16:42 .dockerignore [2020-06-21T16:44:28.037Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 21 16:42 .git [2020-06-21T16:44:28.037Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 21 16:42 .github [2020-06-21T16:44:28.037Z] -rw-rw-r-- 1 jenkins jenkins 330 Jun 21 16:42 .gitignore [2020-06-21T16:44:28.037Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 21 16:42 .semver [2020-06-21T16:44:28.037Z] -rw-rw-r-- 1 jenkins jenkins 5049 Jun 21 16:42 Attribution.txt [2020-06-21T16:44:28.037Z] -rw-rw-r-- 1 jenkins jenkins 1422 Jun 21 16:42 Dockerfile [2020-06-21T16:44:28.037Z] -rw-rw-r-- 1 jenkins jenkins 954 Jun 21 16:42 Dockerfile.build [2020-06-21T16:44:28.037Z] -rw-rw-r-- 1 jenkins jenkins 702 Jun 21 16:42 Jenkinsfile [2020-06-21T16:44:28.037Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jun 21 16:42 LICENSE [2020-06-21T16:44:28.037Z] -rw-rw-r-- 1 jenkins jenkins 880 Jun 21 16:42 Makefile [2020-06-21T16:44:28.037Z] -rw-rw-r-- 1 jenkins jenkins 591 Jun 21 16:42 README.md [2020-06-21T16:44:28.037Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 21 16:40 VERSION [2020-06-21T16:44:28.037Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 21 16:42 bin [2020-06-21T16:44:28.037Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 21 16:42 cmd [2020-06-21T16:44:28.037Z] -rw-r--r-- 1 jenkins jenkins 22123 Jun 21 16:44 coverage.out [2020-06-21T16:44:28.037Z] -rw-r--r-- 1 jenkins jenkins 559 Jun 21 16:44 go.mod [2020-06-21T16:44:28.037Z] -rw-r--r-- 1 jenkins jenkins 13471 Jun 21 16:44 go.sum [2020-06-21T16:44:28.037Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 21 16:42 internal [2020-06-21T16:44:28.037Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 21 16:42 simulator [2020-06-21T16:44:28.037Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 21 16:42 snap [2020-06-21T16:44:28.037Z] -rw-rw-r-- 1 jenkins jenkins 229 Jun 21 16:42 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-21T16:44:28.211Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-06-21T16:44:28.370Z] + 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=0d9dcf3dd08f488906d53c6efd799967b99372fa --label arch=arm64 --label version=1.2.2-dev.1 . [2020-06-21T16:44:28.507Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.2-dev.1 [2020-06-21T16:44:28.508Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-06-21T16:44:28.508Z] e3a72035ca9b: Preparing [2020-06-21T16:44:28.508Z] f987788d619e: Preparing [2020-06-21T16:44:28.508Z] 184a79e585dc: Preparing [2020-06-21T16:44:28.508Z] f987788d619e: Layer already exists [2020-06-21T16:44:28.508Z] 184a79e585dc: Layer already exists [2020-06-21T16:44:28.508Z] e3a72035ca9b: Layer already exists [2020-06-21T16:44:28.508Z] 1.2.2-dev.1: digest: sha256:8f5932d71c9a5e3873650b6491ac01a04fc352ca08a3ea456591f5361bdb0c8a size: 944 [Pipeline] isUnix [Pipeline] sh [2020-06-21T16:44:28.641Z] Sending build context to Docker daemon 636.9kB [2020-06-21T16:44:28.641Z] Step 1/19 : ARG BASE=golang:1.13-alpine [2020-06-21T16:44:28.641Z] Step 2/19 : FROM ${BASE} AS builder [2020-06-21T16:44:28.641Z] ---> 5c024321723b [2020-06-21T16:44:28.641Z] Step 3/19 : ARG MAKE='make build' [2020-06-21T16:44:28.808Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:0d9dcf3dd08f488906d53c6efd799967b99372fa-1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-06-21T16:44:28.917Z] ---> Running in 12b950b0c7e6 [2020-06-21T16:44:29.106Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:0d9dcf3dd08f488906d53c6efd799967b99372fa-1.2.2-dev.1 [2020-06-21T16:44:29.106Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-06-21T16:44:29.106Z] e3a72035ca9b: Preparing [2020-06-21T16:44:29.106Z] f987788d619e: Preparing [2020-06-21T16:44:29.106Z] 184a79e585dc: Preparing [2020-06-21T16:44:29.106Z] f987788d619e: Layer already exists [2020-06-21T16:44:29.106Z] 184a79e585dc: Layer already exists [2020-06-21T16:44:29.106Z] e3a72035ca9b: Layer already exists [2020-06-21T16:44:29.106Z] 0d9dcf3dd08f488906d53c6efd799967b99372fa-1.2.2-dev.1: digest: sha256:8f5932d71c9a5e3873650b6491ac01a04fc352ca08a3ea456591f5361bdb0c8a size: 944 [Pipeline] isUnix [Pipeline] sh [2020-06-21T16:44:29.408Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] isUnix [Pipeline] sh [2020-06-21T16:44:29.507Z] Removing intermediate container 12b950b0c7e6 [2020-06-21T16:44:29.507Z] ---> 664b618788fa [2020-06-21T16:44:29.508Z] Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-21T16:44:29.508Z] ---> Running in 7819c517d108 [2020-06-21T16:44:29.702Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [2020-06-21T16:44:29.702Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-06-21T16:44:29.702Z] e3a72035ca9b: Preparing [2020-06-21T16:44:29.702Z] f987788d619e: Preparing [2020-06-21T16:44:29.702Z] 184a79e585dc: Preparing [2020-06-21T16:44:29.702Z] 184a79e585dc: Layer already exists [2020-06-21T16:44:29.702Z] e3a72035ca9b: Layer already exists [2020-06-21T16:44:29.702Z] f987788d619e: Layer already exists [2020-06-21T16:44:29.702Z] master: digest: sha256:8f5932d71c9a5e3873650b6491ac01a04fc352ca08a3ea456591f5361bdb0c8a size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-21T16:44:30.520Z] ++ find /w/workspace/device-modbus-go/14 [2020-06-21T16:44:30.520Z] ++ grep snapcraft.yaml [2020-06-21T16:44:30.520Z] + grep -Po '^name: \K(.*)' /w/workspace/device-modbus-go/14/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-21T16:44:30.604Z] provisioning config files... [2020-06-21T16:44:30.612Z] copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/14@tmp/config1547602784367380253tmp [Pipeline] { [Pipeline] sh [2020-06-21T16:44:30.924Z] + cp /w/workspace/device-modbus-go/14@tmp/config1547602784367380253tmp /w/workspace/device-modbus-go/14/edgex-snap-store-login [Pipeline] sh [2020-06-21T16:44:31.218Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/14:/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-21T16:44:31.219Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-06-21T16:44:31.219Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-06-21T16:44:31.219Z] 5bed26d33875: Pulling fs layer [2020-06-21T16:44:31.219Z] f11b29a9c730: Pulling fs layer [2020-06-21T16:44:31.219Z] 930bda195c84: Pulling fs layer [2020-06-21T16:44:31.219Z] 78bf9a5ad49e: Pulling fs layer [2020-06-21T16:44:31.219Z] e5fbee5a4b0d: Pulling fs layer [2020-06-21T16:44:31.219Z] f452fca78f88: Pulling fs layer [2020-06-21T16:44:31.219Z] 7417ef92027a: Pulling fs layer [2020-06-21T16:44:31.219Z] 2af5c49d270b: Pulling fs layer [2020-06-21T16:44:31.219Z] df9c3bdbc40a: Pulling fs layer [2020-06-21T16:44:31.219Z] f452fca78f88: Waiting [2020-06-21T16:44:31.219Z] 7417ef92027a: Waiting [2020-06-21T16:44:31.219Z] 2af5c49d270b: Waiting [2020-06-21T16:44:31.219Z] df9c3bdbc40a: Waiting [2020-06-21T16:44:31.219Z] 78bf9a5ad49e: Waiting [2020-06-21T16:44:31.219Z] e5fbee5a4b0d: Waiting [2020-06-21T16:44:31.219Z] 930bda195c84: Verifying Checksum [2020-06-21T16:44:31.219Z] 930bda195c84: Download complete [2020-06-21T16:44:31.219Z] f11b29a9c730: Download complete [2020-06-21T16:44:31.219Z] 78bf9a5ad49e: Verifying Checksum [2020-06-21T16:44:31.219Z] 78bf9a5ad49e: Download complete [2020-06-21T16:44:31.219Z] f452fca78f88: Download complete [2020-06-21T16:44:31.219Z] 7417ef92027a: Verifying Checksum [2020-06-21T16:44:31.219Z] 7417ef92027a: Download complete [2020-06-21T16:44:31.219Z] 2af5c49d270b: Verifying Checksum [2020-06-21T16:44:31.219Z] 2af5c49d270b: Download complete [2020-06-21T16:44:31.219Z] df9c3bdbc40a: Verifying Checksum [2020-06-21T16:44:31.219Z] df9c3bdbc40a: Download complete [2020-06-21T16:44:31.479Z] 5bed26d33875: Verifying Checksum [2020-06-21T16:44:31.479Z] 5bed26d33875: Download complete [2020-06-21T16:44:32.113Z] Removing intermediate container 7819c517d108 [2020-06-21T16:44:32.113Z] ---> afc6e24889ae [2020-06-21T16:44:32.113Z] Step 5/19 : RUN apk add --update --no-cache make git openssh build-base [2020-06-21T16:44:32.113Z] ---> Running in 763c5e3f36d1 [2020-06-21T16:44:33.538Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-21T16:44:34.507Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-21T16:44:34.779Z] OK: 203 MiB in 52 packages [2020-06-21T16:44:35.202Z] e5fbee5a4b0d: Download complete [2020-06-21T16:44:35.463Z] 5bed26d33875: Pull complete [2020-06-21T16:44:35.765Z] Removing intermediate container 763c5e3f36d1 [2020-06-21T16:44:35.765Z] ---> 007074e0aa12 [2020-06-21T16:44:35.765Z] Step 6/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2020-06-21T16:44:36.039Z] ---> Running in 31c94a4c4ffb [2020-06-21T16:44:36.311Z] Removing intermediate container 31c94a4c4ffb [2020-06-21T16:44:36.311Z] ---> 3d719b9546f1 [2020-06-21T16:44:36.311Z] Step 7/19 : COPY . . [2020-06-21T16:44:36.405Z] f11b29a9c730: Pull complete [2020-06-21T16:44:36.405Z] 930bda195c84: Pull complete [2020-06-21T16:44:36.405Z] 78bf9a5ad49e: Pull complete [2020-06-21T16:44:37.289Z] ---> 112282a11c0a [2020-06-21T16:44:37.289Z] Step 8/19 : RUN ${MAKE} [2020-06-21T16:44:37.566Z] ---> Running in 8e5b3a923957 [2020-06-21T16:44:38.996Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.2-dev.1" -o cmd/device-modbus ./cmd [2020-06-21T16:45:01.172Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-21T16:45:03.009Z] e5fbee5a4b0d: Pull complete [2020-06-21T16:45:03.009Z] f452fca78f88: Pull complete [2020-06-21T16:45:03.009Z] 7417ef92027a: Pull complete [2020-06-21T16:45:03.009Z] 2af5c49d270b: Pull complete [2020-06-21T16:45:03.009Z] df9c3bdbc40a: Pull complete [2020-06-21T16:45:03.009Z] Digest: sha256:329b7ca3c147263d7a6122d30aca7e6f18adc9017ce870f1638d2965d7494739 [2020-06-21T16:45:03.010Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-06-21T16:45:03.010Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-06-21T16:45:03.010Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-06-21T16:45:03.010Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-06-21T16:45:03.010Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [66.4 kB] [2020-06-21T16:45:03.271Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [960 kB] [2020-06-21T16:45:03.271Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-06-21T16:45:03.533Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9092 B] [2020-06-21T16:45:03.533Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [861 kB] [2020-06-21T16:45:03.533Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [80.7 kB] [2020-06-21T16:45:03.533Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1253 kB] [2020-06-21T16:45:04.105Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [20.3 kB] [2020-06-21T16:45:04.105Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1397 kB] [2020-06-21T16:45:04.105Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8158 B] [2020-06-21T16:45:04.105Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] [2020-06-21T16:45:04.369Z] Fetched 4917 kB in 2s (2205 kB/s) [2020-06-21T16:45:05.754Z] Reading package lists... [2020-06-21T16:45:09.448Z] Removing intermediate container 8e5b3a923957 [2020-06-21T16:45:09.448Z] ---> 5c9060a9a1e6 [2020-06-21T16:45:09.448Z] Step 9/19 : FROM scratch [2020-06-21T16:45:09.448Z] ---> [2020-06-21T16:45:09.448Z] Step 10/19 : ENV APP_PORT=49991 [2020-06-21T16:45:09.448Z] ---> Running in 92cbba37fdd0 [2020-06-21T16:45:09.448Z] Removing intermediate container 92cbba37fdd0 [2020-06-21T16:45:09.448Z] ---> 3b47b8ae666d [2020-06-21T16:45:09.448Z] Step 11/19 : EXPOSE $APP_PORT [2020-06-21T16:45:09.448Z] ---> Running in fcb56bee8e85 [2020-06-21T16:45:09.448Z] Removing intermediate container fcb56bee8e85 [2020-06-21T16:45:09.448Z] ---> be586c1fecbc [2020-06-21T16:45:09.448Z] Step 12/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2020-06-21T16:45:10.427Z] ---> 6f49f0f00029 [2020-06-21T16:45:10.427Z] Step 13/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2020-06-21T16:45:11.046Z] 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-21T16:45:11.404Z] ---> 8ec63dc54a36 [2020-06-21T16:45:11.404Z] Step 14/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2020-06-21T16:45:11.985Z] Reading package lists... [2020-06-21T16:45:11.985Z] Building dependency tree... [2020-06-21T16:45:11.985Z] Reading state information... [2020-06-21T16:45:11.992Z] ---> 05f40b60776f [2020-06-21T16:45:11.992Z] Step 15/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2020-06-21T16:45:11.992Z] ---> Running in 3d59e6d038c7 [2020-06-21T16:45:12.245Z] The following packages were automatically installed and are no longer required: [2020-06-21T16:45:12.245Z] libjq1 liblzo2-2 libonig4 [2020-06-21T16:45:12.245Z] Use 'sudo apt autoremove' to remove them. [2020-06-21T16:45:12.245Z] Suggested packages: [2020-06-21T16:45:12.245Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-06-21T16:45:12.245Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc [2020-06-21T16:45:12.245Z] keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc [2020-06-21T16:45:12.245Z] libterm-readline-gnu-perl | libterm-readline-perl-perl [2020-06-21T16:45:12.245Z] The following NEW packages will be installed: [2020-06-21T16:45:12.245Z] curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl [2020-06-21T16:45:12.245Z] libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 [2020-06-21T16:45:12.245Z] libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase [2020-06-21T16:45:12.245Z] openssh-client patch perl perl-modules-5.26 xauth [2020-06-21T16:45:12.262Z] Removing intermediate container 3d59e6d038c7 [2020-06-21T16:45:12.262Z] ---> df2a7bd5bf11 [2020-06-21T16:45:12.262Z] Step 16/19 : ENTRYPOINT ["/device-modbus","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-06-21T16:45:12.532Z] ---> Running in 95052f0ef6b0 [2020-06-21T16:45:12.804Z] Removing intermediate container 95052f0ef6b0 [2020-06-21T16:45:12.804Z] ---> c55d8bac0e36 [2020-06-21T16:45:12.804Z] Step 17/19 : LABEL arch=arm64 [2020-06-21T16:45:12.818Z] 0 upgraded, 27 newly installed, 0 to remove and 10 not upgraded. [2020-06-21T16:45:12.818Z] Need to get 14.7 MB of archives. [2020-06-21T16:45:12.818Z] After this operation, 89.5 MB of additional disk space will be used. [2020-06-21T16:45:12.818Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxau6 amd64 1:1.0.8-1 [8376 B] [2020-06-21T16:45:12.818Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-06-21T16:45:13.076Z] ---> Running in 765f6c0f4e53 [2020-06-21T16:45:13.079Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB] [2020-06-21T16:45:13.079Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB] [2020-06-21T16:45:13.079Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] [2020-06-21T16:45:13.341Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.2 [569 kB] [2020-06-21T16:45:13.353Z] Removing intermediate container 765f6c0f4e53 [2020-06-21T16:45:13.353Z] ---> fbfca98bbdc8 [2020-06-21T16:45:13.353Z] Step 18/19 : LABEL git_sha=0d9dcf3dd08f488906d53c6efd799967b99372fa [2020-06-21T16:45:13.602Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB] [2020-06-21T16:45:13.602Z] 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-21T16:45:13.624Z] ---> Running in 6adea102e2da [2020-06-21T16:45:13.863Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-06-21T16:45:13.863Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-06-21T16:45:13.863Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] [2020-06-21T16:45:13.894Z] Removing intermediate container 6adea102e2da [2020-06-21T16:45:13.894Z] ---> 75c439e1bfd4 [2020-06-21T16:45:13.894Z] Step 19/19 : LABEL version=1.2.2-dev.1 [2020-06-21T16:45:14.123Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] [2020-06-21T16:45:14.123Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-06-21T16:45:14.123Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-06-21T16:45:14.123Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-06-21T16:45:14.123Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-06-21T16:45:14.123Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.3 [1088 kB] [2020-06-21T16:45:14.123Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B] [2020-06-21T16:45:14.123Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-06-21T16:45:14.123Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB] [2020-06-21T16:45:14.166Z] ---> Running in f63a84aabf53 [2020-06-21T16:45:14.383Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.8 [159 kB] [2020-06-21T16:45:14.383Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.8 [213 kB] [2020-06-21T16:45:14.383Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-06-21T16:45:14.383Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-06-21T16:45:14.383Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-06-21T16:45:14.383Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-06-21T16:45:14.384Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-06-21T16:45:14.438Z] Removing intermediate container f63a84aabf53 [2020-06-21T16:45:14.438Z] ---> 37ef91b94074 [2020-06-21T16:45:14.438Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-21T16:45:14.438Z] Successfully built 37ef91b94074 [2020-06-21T16:45:14.438Z] Successfully tagged docker-device-modbus-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-06-21T16:45:14.621Z] provisioning config files... [2020-06-21T16:45:14.665Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/14@tmp/config7380632509543304441tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-06-21T16:45:14.961Z] debconf: delaying package configuration, since apt-utils is not installed [2020-06-21T16:45:14.961Z] Fetched 14.7 MB in 2s (6899 kB/s) [2020-06-21T16:45:14.961Z] Selecting previously unselected package libxau6:amd64. [2020-06-21T16:45:14.961Z] (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-21T16:45:14.961Z] Preparing to unpack .../00-libxau6_1%3a1.0.8-1_amd64.deb ... [2020-06-21T16:45:14.961Z] Unpacking libxau6:amd64 (1:1.0.8-1) ... [2020-06-21T16:45:15.041Z] nexus3.edgexfoundry.org:10001 [2020-06-21T16:45:15.221Z] Selecting previously unselected package libbsd0:amd64. [2020-06-21T16:45:15.221Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-06-21T16:45:15.221Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-06-21T16:45:15.221Z] Selecting previously unselected package libxdmcp6:amd64. [2020-06-21T16:45:15.221Z] Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_amd64.deb ... [2020-06-21T16:45:15.221Z] Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... [2020-06-21T16:45:15.221Z] Selecting previously unselected package libxcb1:amd64. [2020-06-21T16:45:15.221Z] Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_amd64.deb ... [2020-06-21T16:45:15.314Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-21T16:45:15.482Z] Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ... [2020-06-21T16:45:15.482Z] Selecting previously unselected package libx11-data. [2020-06-21T16:45:15.482Z] Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... [2020-06-21T16:45:15.482Z] Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-21T16:45:15.585Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-21T16:45:15.585Z] Configure a credential helper to remove this warning. See [2020-06-21T16:45:15.585Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-21T16:45:15.585Z] [2020-06-21T16:45:15.585Z] Login Succeeded [2020-06-21T16:45:15.585Z] nexus3.edgexfoundry.org:10002 [2020-06-21T16:45:15.858Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-21T16:45:16.052Z] Selecting previously unselected package libx11-6:amd64. [2020-06-21T16:45:16.052Z] Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_amd64.deb ... [2020-06-21T16:45:16.052Z] Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... [2020-06-21T16:45:16.130Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-21T16:45:16.130Z] Configure a credential helper to remove this warning. See [2020-06-21T16:45:16.130Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-21T16:45:16.130Z] [2020-06-21T16:45:16.130Z] Login Succeeded [2020-06-21T16:45:16.130Z] nexus3.edgexfoundry.org:10003 [2020-06-21T16:45:16.313Z] Selecting previously unselected package libxext6:amd64. [2020-06-21T16:45:16.313Z] Preparing to unpack .../06-libxext6_2%3a1.3.3-1_amd64.deb ... [2020-06-21T16:45:16.313Z] Unpacking libxext6:amd64 (2:1.3.3-1) ... [2020-06-21T16:45:16.313Z] Selecting previously unselected package perl-modules-5.26. [2020-06-21T16:45:16.313Z] Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-06-21T16:45:16.313Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-21T16:45:16.401Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-21T16:45:16.678Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-21T16:45:16.678Z] Configure a credential helper to remove this warning. See [2020-06-21T16:45:16.678Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-21T16:45:16.678Z] [2020-06-21T16:45:16.678Z] Login Succeeded [2020-06-21T16:45:16.678Z] nexus3.edgexfoundry.org:10004 [2020-06-21T16:45:17.270Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-21T16:45:17.270Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-21T16:45:17.270Z] Configure a credential helper to remove this warning. See [2020-06-21T16:45:17.270Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-21T16:45:17.270Z] [2020-06-21T16:45:17.270Z] Login Succeeded [2020-06-21T16:45:17.270Z] docker.io [2020-06-21T16:45:17.542Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-21T16:45:18.133Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-21T16:45:18.133Z] Configure a credential helper to remove this warning. See [2020-06-21T16:45:18.133Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-21T16:45:18.133Z] [2020-06-21T16:45:18.133Z] Login Succeeded [Pipeline] } [2020-06-21T16:45:18.150Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-21T16:45:18.237Z] [edgeXDocker.push] Tagging docker image docker-device-modbus-go-arm64 with the following tags: [2020-06-21T16:45:18.237Z] 0d9dcf3dd08f488906d53c6efd799967b99372fa [2020-06-21T16:45:18.237Z] latest [2020-06-21T16:45:18.237Z] 1.2.2-dev.1 [2020-06-21T16:45:18.237Z] 0d9dcf3dd08f488906d53c6efd799967b99372fa-1.2.2-dev.1 [2020-06-21T16:45:18.237Z] master [2020-06-21T16:45:18.237Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-21T16:45:18.645Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:0d9dcf3dd08f488906d53c6efd799967b99372fa [Pipeline] isUnix [Pipeline] sh [2020-06-21T16:45:18.860Z] Selecting previously unselected package libgdbm5:amd64. [2020-06-21T16:45:18.860Z] Preparing to unpack .../08-libgdbm5_1.14.1-6_amd64.deb ... [2020-06-21T16:45:18.979Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:0d9dcf3dd08f488906d53c6efd799967b99372fa [2020-06-21T16:45:18.979Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-06-21T16:45:18.979Z] 64c63c3bdde2: Preparing [2020-06-21T16:45:18.979Z] 0bfaf596cf42: Preparing [2020-06-21T16:45:18.979Z] 73899ffc0496: Preparing [2020-06-21T16:45:19.141Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-06-21T16:45:19.141Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-06-21T16:45:19.141Z] Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-06-21T16:45:19.141Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-06-21T16:45:19.141Z] Selecting previously unselected package libperl5.26:amd64. [2020-06-21T16:45:19.141Z] Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-06-21T16:45:19.141Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-06-21T16:45:19.252Z] 64c63c3bdde2: Pushed [2020-06-21T16:45:19.252Z] 0bfaf596cf42: Pushed [2020-06-21T16:45:20.566Z] Selecting previously unselected package perl. [2020-06-21T16:45:20.566Z] Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-06-21T16:45:20.566Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-06-21T16:45:20.834Z] Selecting previously unselected package less. [2020-06-21T16:45:20.834Z] Preparing to unpack .../12-less_487-0.1_amd64.deb ... [2020-06-21T16:45:20.834Z] Unpacking less (487-0.1) ... [2020-06-21T16:45:20.834Z] Selecting previously unselected package libexpat1:amd64. [2020-06-21T16:45:20.834Z] Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-06-21T16:45:20.834Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-06-21T16:45:20.834Z] Selecting previously unselected package netbase. [2020-06-21T16:45:20.834Z] Preparing to unpack .../14-netbase_5.4_all.deb ... [2020-06-21T16:45:20.834Z] Unpacking netbase (5.4) ... [2020-06-21T16:45:21.114Z] Selecting previously unselected package libedit2:amd64. [2020-06-21T16:45:21.114Z] Preparing to unpack .../15-libedit2_3.1-20170329-1_amd64.deb ... [2020-06-21T16:45:21.114Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-06-21T16:45:21.114Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-06-21T16:45:21.114Z] Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb ... [2020-06-21T16:45:21.114Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... [2020-06-21T16:45:21.397Z] Selecting previously unselected package libxmuu1:amd64. [2020-06-21T16:45:21.397Z] Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_amd64.deb ... [2020-06-21T16:45:21.397Z] Unpacking libxmuu1:amd64 (2:1.1.2-2) ... [2020-06-21T16:45:21.397Z] Selecting previously unselected package openssh-client. [2020-06-21T16:45:21.397Z] Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-06-21T16:45:21.397Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-21T16:45:21.673Z] Selecting previously unselected package xauth. [2020-06-21T16:45:21.673Z] Preparing to unpack .../19-xauth_1%3a1.0.10-1_amd64.deb ... [2020-06-21T16:45:21.673Z] Unpacking xauth (1:1.0.10-1) ... [2020-06-21T16:45:21.673Z] Selecting previously unselected package curl. [2020-06-21T16:45:21.673Z] Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_amd64.deb ... [2020-06-21T16:45:21.673Z] Unpacking curl (7.58.0-2ubuntu3.8) ... [2020-06-21T16:45:21.673Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-06-21T16:45:21.673Z] Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_amd64.deb ... [2020-06-21T16:45:21.673Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... [2020-06-21T16:45:21.673Z] Selecting previously unselected package liberror-perl. [2020-06-21T16:45:21.673Z] Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... [2020-06-21T16:45:21.859Z] 73899ffc0496: Pushed [2020-06-21T16:45:21.859Z] 0d9dcf3dd08f488906d53c6efd799967b99372fa: digest: sha256:7e83edff312672b1b8f121dafa7e5d1933785322021d1c6fd249dfb652f44e91 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-06-21T16:45:21.957Z] Unpacking liberror-perl (0.17025-1) ... [2020-06-21T16:45:21.957Z] Selecting previously unselected package git-man. [2020-06-21T16:45:21.957Z] Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-06-21T16:45:21.957Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-21T16:45:21.957Z] Selecting previously unselected package git. [2020-06-21T16:45:21.957Z] Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-06-21T16:45:21.957Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-06-21T16:45:22.197Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-06-21T16:45:22.534Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [2020-06-21T16:45:22.534Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-06-21T16:45:22.534Z] 64c63c3bdde2: Preparing [2020-06-21T16:45:22.534Z] 0bfaf596cf42: Preparing [2020-06-21T16:45:22.534Z] 73899ffc0496: Preparing [2020-06-21T16:45:22.534Z] 73899ffc0496: Layer already exists [2020-06-21T16:45:22.534Z] 64c63c3bdde2: Layer already exists [2020-06-21T16:45:22.534Z] 0bfaf596cf42: Layer already exists [2020-06-21T16:45:22.804Z] latest: digest: sha256:7e83edff312672b1b8f121dafa7e5d1933785322021d1c6fd249dfb652f44e91 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-06-21T16:45:23.142Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-06-21T16:45:23.368Z] Selecting previously unselected package make. [2020-06-21T16:45:23.368Z] Preparing to unpack .../25-make_4.1-9.1ubuntu1_amd64.deb ... [2020-06-21T16:45:23.368Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-06-21T16:45:23.368Z] Selecting previously unselected package patch. [2020-06-21T16:45:23.368Z] Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-06-21T16:45:23.368Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-06-21T16:45:23.368Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-06-21T16:45:23.368Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-21T16:45:23.368Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-06-21T16:45:23.368Z] Setting up less (487-0.1) ... [2020-06-21T16:45:23.477Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.2-dev.1 [2020-06-21T16:45:23.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-06-21T16:45:23.477Z] 64c63c3bdde2: Preparing [2020-06-21T16:45:23.477Z] 0bfaf596cf42: Preparing [2020-06-21T16:45:23.477Z] 73899ffc0496: Preparing [2020-06-21T16:45:23.477Z] 0bfaf596cf42: Layer already exists [2020-06-21T16:45:23.477Z] 64c63c3bdde2: Layer already exists [2020-06-21T16:45:23.477Z] 73899ffc0496: Layer already exists [2020-06-21T16:45:23.477Z] 1.2.2-dev.1: digest: sha256:7e83edff312672b1b8f121dafa7e5d1933785322021d1c6fd249dfb652f44e91 size: 944 [2020-06-21T16:45:23.629Z] Setting up make (4.1-9.1ubuntu1) ... [2020-06-21T16:45:23.629Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... [2020-06-21T16:45:23.629Z] Setting up curl (7.58.0-2ubuntu3.8) ... [2020-06-21T16:45:23.629Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... [2020-06-21T16:45:23.629Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-21T16:45:23.629Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [Pipeline] isUnix [Pipeline] sh [2020-06-21T16:45:23.889Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-06-21T16:45:23.889Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-06-21T16:45:23.889Z] Setting up libxdmcp6:amd64 (1:1.1.2-3) ... [2020-06-21T16:45:23.889Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-06-21T16:45:23.889Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-21T16:45:24.092Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:0d9dcf3dd08f488906d53c6efd799967b99372fa-1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-06-21T16:45:24.150Z] Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-21T16:45:24.150Z] Setting up libxau6:amd64 (1:1.0.8-1) ... [2020-06-21T16:45:24.150Z] Setting up netbase (5.4) ... [2020-06-21T16:45:24.150Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-06-21T16:45:24.150Z] Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ... [2020-06-21T16:45:24.150Z] Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... [2020-06-21T16:45:24.150Z] Setting up libxmuu1:amd64 (2:1.1.2-2) ... [2020-06-21T16:45:24.410Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-06-21T16:45:24.410Z] Setting up libxext6:amd64 (2:1.3.3-1) ... [2020-06-21T16:45:24.410Z] Setting up liberror-perl (0.17025-1) ... [2020-06-21T16:45:24.410Z] Setting up xauth (1:1.0.10-1) ... [2020-06-21T16:45:24.410Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-06-21T16:45:24.410Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-06-21T16:45:24.430Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:0d9dcf3dd08f488906d53c6efd799967b99372fa-1.2.2-dev.1 [2020-06-21T16:45:24.430Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-06-21T16:45:24.430Z] 64c63c3bdde2: Preparing [2020-06-21T16:45:24.430Z] 0bfaf596cf42: Preparing [2020-06-21T16:45:24.430Z] 73899ffc0496: Preparing [2020-06-21T16:45:24.430Z] 73899ffc0496: Layer already exists [2020-06-21T16:45:24.430Z] 0bfaf596cf42: Layer already exists [2020-06-21T16:45:24.430Z] 64c63c3bdde2: Layer already exists [2020-06-21T16:45:24.700Z] 0d9dcf3dd08f488906d53c6efd799967b99372fa-1.2.2-dev.1: digest: sha256:7e83edff312672b1b8f121dafa7e5d1933785322021d1c6fd249dfb652f44e91 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-06-21T16:45:25.040Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-06-21T16:45:25.375Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [2020-06-21T16:45:25.375Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-06-21T16:45:25.375Z] 64c63c3bdde2: Preparing [2020-06-21T16:45:25.375Z] 0bfaf596cf42: Preparing [2020-06-21T16:45:25.375Z] 73899ffc0496: Preparing [2020-06-21T16:45:25.375Z] 64c63c3bdde2: Layer already exists [2020-06-21T16:45:25.375Z] 73899ffc0496: Layer already exists [2020-06-21T16:45:25.375Z] 0bfaf596cf42: Layer already exists [2020-06-21T16:45:25.649Z] master: digest: sha256:7e83edff312672b1b8f121dafa7e5d1933785322021d1c6fd249dfb652f44e91 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-21T16:45:26.265Z] + + findgrep /w/workspace/device-modbus-go/14 snapcraft.yaml [2020-06-21T16:45:26.265Z] [2020-06-21T16:45:26.265Z] + grep -Po ^name: \K(.*) /w/workspace/device-modbus-go/14/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-21T16:45:26.405Z] provisioning config files... [2020-06-21T16:45:26.423Z] copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/14@tmp/config5646742693262355290tmp [Pipeline] { [Pipeline] sh [2020-06-21T16:45:26.782Z] + cp /w/workspace/device-modbus-go/14@tmp/config5646742693262355290tmp /w/workspace/device-modbus-go/14/edgex-snap-store-login [Pipeline] sh [2020-06-21T16:45:26.965Z] curl set to automatically installed. [2020-06-21T16:45:26.965Z] git set to automatically installed. [2020-06-21T16:45:26.965Z] git-man set to automatically installed. [2020-06-21T16:45:26.965Z] less set to automatically installed. [2020-06-21T16:45:26.965Z] libbsd0 set to automatically installed. [2020-06-21T16:45:26.965Z] libcurl3-gnutls set to automatically installed. [2020-06-21T16:45:26.965Z] libedit2 set to automatically installed. [2020-06-21T16:45:26.965Z] liberror-perl set to automatically installed. [2020-06-21T16:45:26.965Z] libexpat1 set to automatically installed. [2020-06-21T16:45:26.965Z] libgdbm-compat4 set to automatically installed. [2020-06-21T16:45:26.965Z] libgdbm5 set to automatically installed. [2020-06-21T16:45:26.965Z] libperl5.26 set to automatically installed. [2020-06-21T16:45:26.965Z] libssl1.0.0 set to automatically installed. [2020-06-21T16:45:26.965Z] libx11-6 set to automatically installed. [2020-06-21T16:45:26.965Z] libx11-data set to automatically installed. [2020-06-21T16:45:26.965Z] libxau6 set to automatically installed. [2020-06-21T16:45:26.965Z] libxcb1 set to automatically installed. [2020-06-21T16:45:26.965Z] libxdmcp6 set to automatically installed. [2020-06-21T16:45:26.965Z] libxext6 set to automatically installed. [2020-06-21T16:45:26.965Z] libxmuu1 set to automatically installed. [2020-06-21T16:45:26.965Z] make set to automatically installed. [2020-06-21T16:45:26.965Z] netbase set to automatically installed. [2020-06-21T16:45:26.965Z] openssh-client set to automatically installed. [2020-06-21T16:45:26.965Z] patch set to automatically installed. [2020-06-21T16:45:26.965Z] perl set to automatically installed. [2020-06-21T16:45:26.965Z] perl-modules-5.26 set to automatically installed. [2020-06-21T16:45:26.965Z] xauth set to automatically installed. [2020-06-21T16:45:26.965Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-06-21T16:45:26.965Z] Please ensure the environment is properly setup before continuing. [2020-06-21T16:45:26.965Z] Ignore this message if the appropriate measures have already been taken [2020-06-21T16:45:27.136Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/14:/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-21T16:45:27.136Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-06-21T16:45:27.136Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-06-21T16:45:27.136Z] b2f61026a351: Pulling fs layer [2020-06-21T16:45:27.136Z] 5538fb30c42c: Pulling fs layer [2020-06-21T16:45:27.136Z] f0b05810781a: Pulling fs layer [2020-06-21T16:45:27.136Z] 0180a33352d6: Pulling fs layer [2020-06-21T16:45:27.136Z] e7604b0c0f53: Pulling fs layer [2020-06-21T16:45:27.136Z] db689cb83ae0: Pulling fs layer [2020-06-21T16:45:27.136Z] 6138af208834: Pulling fs layer [2020-06-21T16:45:27.136Z] 007c8e8c5d63: Pulling fs layer [2020-06-21T16:45:27.136Z] 4f7a387c642f: Pulling fs layer [2020-06-21T16:45:27.136Z] 0180a33352d6: Waiting [2020-06-21T16:45:27.136Z] db689cb83ae0: Waiting [2020-06-21T16:45:27.136Z] 4f7a387c642f: Waiting [2020-06-21T16:45:27.136Z] 6138af208834: Waiting [2020-06-21T16:45:27.136Z] e7604b0c0f53: Waiting [2020-06-21T16:45:27.136Z] 007c8e8c5d63: Waiting [2020-06-21T16:45:27.136Z] f0b05810781a: Download complete [2020-06-21T16:45:27.136Z] 5538fb30c42c: Verifying Checksum [2020-06-21T16:45:27.136Z] 5538fb30c42c: Download complete [2020-06-21T16:45:27.136Z] 0180a33352d6: Verifying Checksum [2020-06-21T16:45:27.136Z] 0180a33352d6: Download complete [2020-06-21T16:45:27.226Z] Pulling go [2020-06-21T16:45:27.419Z] db689cb83ae0: Verifying Checksum [2020-06-21T16:45:27.419Z] db689cb83ae0: Download complete [2020-06-21T16:45:27.419Z] 6138af208834: Verifying Checksum [2020-06-21T16:45:27.419Z] 6138af208834: Download complete [2020-06-21T16:45:27.419Z] 007c8e8c5d63: Download complete [2020-06-21T16:45:27.419Z] 4f7a387c642f: Download complete [2020-06-21T16:45:28.167Z] 'device-modbus' has dependencies that need to be staged: go [2020-06-21T16:45:28.167Z] Skipping pull go (already ran) [2020-06-21T16:45:28.167Z] Building go [2020-06-21T16:45:28.167Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-06-21T16:45:28.167Z] Dload Upload Total Spent Left Speed [2020-06-21T16:45:28.404Z] b2f61026a351: Verifying Checksum [2020-06-21T16:45:28.404Z] b2f61026a351: Download complete [2020-06-21T16:45:30.329Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 13 114M 13 15.6M 0 0 22.3M 0 0:00:05 --:--:-- 0:00:05 22.3M 74 114M 74 85.4M 0 0 50.1M 0 0:00:02 0:00:01 0:00:01 50.1M 100 114M 100 114M 0 0 56.8M 0 0:00:02 0:00:02 --:--:-- 56.8M [2020-06-21T16:45:30.900Z] go1.13.5.linux-amd64.tar.gz: OK [2020-06-21T16:45:31.024Z] b2f61026a351: Pull complete [2020-06-21T16:45:31.312Z] 5538fb30c42c: Pull complete [2020-06-21T16:45:31.583Z] f0b05810781a: Pull complete [2020-06-21T16:45:31.856Z] 0180a33352d6: Pull complete [2020-06-21T16:45:36.134Z] e7604b0c0f53: Verifying Checksum [2020-06-21T16:45:36.134Z] e7604b0c0f53: Download complete [2020-06-21T16:45:40.904Z] Staging go [2020-06-21T16:45:40.904Z] Pulling device-modbus [2020-06-21T16:45:41.844Z] Skipping build go (already ran) [2020-06-21T16:45:41.844Z] Building device-modbus [2020-06-21T16:45:42.105Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.2-dev.1" -o cmd/device-modbus ./cmd [2020-06-21T16:45:43.045Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-21T16:45:43.045Z] go: downloading github.com/goburrow/modbus v0.1.0 [2020-06-21T16:45:43.045Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-21T16:45:43.045Z] go: extracting github.com/goburrow/modbus v0.1.0 [2020-06-21T16:45:43.045Z] go: downloading github.com/goburrow/serial v0.1.0 [2020-06-21T16:45:43.045Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-21T16:45:43.045Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-21T16:45:43.045Z] go: extracting github.com/goburrow/serial v0.1.0 [2020-06-21T16:45:43.045Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-06-21T16:45:43.045Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-21T16:45:43.045Z] go: downloading github.com/pkg/errors v0.8.1 [2020-06-21T16:45:43.045Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-06-21T16:45:43.045Z] go: extracting github.com/pkg/errors v0.8.1 [2020-06-21T16:45:43.045Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-06-21T16:45:43.045Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-21T16:45:43.045Z] go: downloading github.com/google/uuid v1.1.1 [2020-06-21T16:45:43.045Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-21T16:45:43.045Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-21T16:45:43.045Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-06-21T16:45:43.045Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-21T16:45:43.045Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-06-21T16:45:43.045Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-06-21T16:45:43.045Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-21T16:45:43.045Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-06-21T16:45:43.045Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-21T16:45:43.045Z] go: extracting github.com/google/uuid v1.1.1 [2020-06-21T16:45:43.045Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-21T16:45:43.045Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-06-21T16:45:43.045Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-06-21T16:45:43.045Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-21T16:45:43.045Z] go: downloading github.com/x448/float16 v0.8.4 [2020-06-21T16:45:43.045Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-21T16:45:43.045Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-06-21T16:45:43.045Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-21T16:45:43.045Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-06-21T16:45:43.045Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-06-21T16:45:43.045Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-06-21T16:45:43.308Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-06-21T16:45:43.308Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-06-21T16:45:43.308Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-21T16:45:43.308Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-21T16:45:43.308Z] go: extracting github.com/x448/float16 v0.8.4 [2020-06-21T16:45:43.308Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-21T16:45:43.308Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-06-21T16:45:43.308Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-06-21T16:45:43.308Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-21T16:45:43.308Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-06-21T16:45:43.308Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-21T16:45:43.308Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-21T16:45:43.308Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-06-21T16:45:43.308Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-06-21T16:45:43.308Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-21T16:45:43.308Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-06-21T16:45:43.308Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-06-21T16:45:43.308Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-06-21T16:45:43.308Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-06-21T16:45:43.308Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-21T16:45:43.308Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-21T16:45:43.308Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-21T16:45:43.308Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-21T16:45:43.308Z] go: downloading github.com/hashicorp/golang-lru v0.5.1 [2020-06-21T16:45:43.308Z] go: extracting github.com/hashicorp/golang-lru v0.5.1 [2020-06-21T16:45:43.308Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-21T16:45:43.308Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-21T16:45:43.308Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-06-21T16:45:43.572Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-21T16:45:43.572Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-21T16:45:43.572Z] go: finding github.com/goburrow/serial v0.1.0 [2020-06-21T16:45:43.572Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-21T16:45:43.572Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-21T16:45:43.572Z] go: finding github.com/google/uuid v1.1.1 [2020-06-21T16:45:43.572Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-21T16:45:43.572Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-21T16:45:43.572Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-21T16:45:43.572Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-21T16:45:43.572Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-21T16:45:43.572Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-21T16:45:43.572Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-21T16:45:43.572Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-21T16:45:43.572Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-21T16:45:43.572Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-21T16:45:43.572Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-21T16:45:43.572Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-21T16:45:43.572Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-21T16:45:43.572Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-21T16:45:43.572Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-21T16:45:43.572Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-21T16:45:43.572Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-21T16:45:43.572Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-21T16:45:43.572Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-21T16:45:43.572Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-21T16:45:43.572Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-21T16:45:43.572Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-06-21T16:45:53.669Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-21T16:45:56.971Z] Skipping stage go (already ran) [2020-06-21T16:45:56.971Z] Staging device-modbus [2020-06-21T16:45:58.355Z] Priming go [2020-06-21T16:45:58.926Z] Priming device-modbus [2020-06-21T16:45:59.869Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-06-21T16:45:59.869Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-06-21T16:45:59.869Z] Determining the version from the project repo (version-script). [2020-06-21T16:45:59.869Z] The version has been set to '1.2.2-dev.1-20200621+0d9dcf3' [2020-06-21T16:45:59.869Z] Snapping 'edgex-device-modbus' ... [2020-06-21T16:46:00.858Z] [2020-06-21T16:46:00.858Z] Snapped edgex-device-modbus_1.2.2-dev.1-20200621+0d9dcf3_amd64.snap [2020-06-21T16:46:02.770Z] Unexpected error when obtaining your account information. [2020-06-21T16:46:02.770Z] Login failed. [Pipeline] } [2020-06-21T16:46:04.699Z] 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-21T16:46:05.050Z] Failed in branch amd64 [2020-06-21T16:46:08.459Z] e7604b0c0f53: Pull complete [2020-06-21T16:46:08.459Z] db689cb83ae0: Pull complete [2020-06-21T16:46:08.459Z] 6138af208834: Pull complete [2020-06-21T16:46:08.459Z] 007c8e8c5d63: Pull complete [2020-06-21T16:46:08.459Z] 4f7a387c642f: Pull complete [2020-06-21T16:46:08.459Z] Digest: sha256:95de001a4645667c7ff44d03fa3a86afcf7622caf7559cdf0345329f515671b4 [2020-06-21T16:46:08.459Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-06-21T16:46:13.854Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-06-21T16:46:13.854Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-06-21T16:46:13.854Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-06-21T16:46:13.854Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-06-21T16:46:14.128Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1239 kB] [2020-06-21T16:46:14.722Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1192 B] [2020-06-21T16:46:14.722Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [880 kB] [2020-06-21T16:46:14.722Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3737 B] [2020-06-21T16:46:14.722Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [7827 B] [2020-06-21T16:46:14.722Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] [2020-06-21T16:46:14.995Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [608 kB] [2020-06-21T16:46:14.995Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [756 kB] [2020-06-21T16:46:15.590Z] Fetched 3755 kB in 2s (1507 kB/s) [2020-06-21T16:46:19.885Z] Reading package lists... [2020-06-21T16:46:32.251Z] 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-21T16:46:35.629Z] Reading package lists... [2020-06-21T16:46:35.906Z] Building dependency tree... [2020-06-21T16:46:35.906Z] Reading state information... [2020-06-21T16:46:36.879Z] The following packages were automatically installed and are no longer required: [2020-06-21T16:46:36.879Z] libjq1 liblzo2-2 libonig4 [2020-06-21T16:46:36.879Z] Use 'sudo apt autoremove' to remove them. [2020-06-21T16:46:36.879Z] Suggested packages: [2020-06-21T16:46:36.879Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-06-21T16:46:36.879Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc [2020-06-21T16:46:36.879Z] keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc [2020-06-21T16:46:36.879Z] libterm-readline-gnu-perl | libterm-readline-perl-perl [2020-06-21T16:46:37.150Z] The following NEW packages will be installed: [2020-06-21T16:46:37.150Z] curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl [2020-06-21T16:46:37.150Z] libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 [2020-06-21T16:46:37.150Z] libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase [2020-06-21T16:46:37.150Z] openssh-client patch perl perl-modules-5.26 xauth [2020-06-21T16:46:37.420Z] 0 upgraded, 27 newly installed, 0 to remove and 10 not upgraded. [2020-06-21T16:46:37.420Z] Need to get 12.9 MB of archives. [2020-06-21T16:46:37.420Z] After this operation, 84.2 MB of additional disk space will be used. [2020-06-21T16:46:37.420Z] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxau6 arm64 1:1.0.8-1 [7590 B] [2020-06-21T16:46:37.691Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbsd0 arm64 0.8.7-1ubuntu0.1 [36.6 kB] [2020-06-21T16:46:37.691Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxdmcp6 arm64 1:1.1.2-3 [9694 B] [2020-06-21T16:46:37.691Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxcb1 arm64 1.13-2~ubuntu18.04 [37.3 kB] [2020-06-21T16:46:37.962Z] 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-21T16:46:37.962Z] 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-21T16:46:38.558Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxext6 arm64 2:1.3.3-1 [25.4 kB] [2020-06-21T16:46:38.558Z] 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-21T16:46:38.835Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] [2020-06-21T16:46:38.835Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] [2020-06-21T16:46:38.835Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] [2020-06-21T16:46:39.107Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] [2020-06-21T16:46:39.107Z] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] [2020-06-21T16:46:39.107Z] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.2 [69.3 kB] [2020-06-21T16:46:39.107Z] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] [2020-06-21T16:46:39.107Z] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libedit2 arm64 3.1-20170329-1 [63.4 kB] [2020-06-21T16:46:39.107Z] 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-21T16:46:39.107Z] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxmuu1 arm64 2:1.1.2-2 [9502 B] [2020-06-21T16:46:39.107Z] Get:19 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssh-client arm64 1:7.6p1-4ubuntu0.3 [527 kB] [2020-06-21T16:46:39.107Z] Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xauth arm64 1:1.0.10-1 [22.4 kB] [2020-06-21T16:46:39.377Z] Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.8 [152 kB] [2020-06-21T16:46:39.377Z] Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.8 [179 kB] [2020-06-21T16:46:39.377Z] Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] [2020-06-21T16:46:39.377Z] 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-21T16:46:39.650Z] Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] [2020-06-21T16:46:39.651Z] Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] [2020-06-21T16:46:39.922Z] Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] [2020-06-21T16:46:40.513Z] debconf: delaying package configuration, since apt-utils is not installed [2020-06-21T16:46:40.513Z] Fetched 12.9 MB in 3s (4772 kB/s) [2020-06-21T16:46:40.786Z] Selecting previously unselected package libxau6:arm64. [2020-06-21T16:46:40.786Z] (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-21T16:46:40.786Z] Preparing to unpack .../00-libxau6_1%3a1.0.8-1_arm64.deb ... [2020-06-21T16:46:40.786Z] Unpacking libxau6:arm64 (1:1.0.8-1) ... [2020-06-21T16:46:40.786Z] Selecting previously unselected package libbsd0:arm64. [2020-06-21T16:46:40.786Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_arm64.deb ... [2020-06-21T16:46:40.786Z] Unpacking libbsd0:arm64 (0.8.7-1ubuntu0.1) ... [2020-06-21T16:46:41.056Z] Selecting previously unselected package libxdmcp6:arm64. [2020-06-21T16:46:41.056Z] Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_arm64.deb ... [2020-06-21T16:46:41.056Z] Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... [2020-06-21T16:46:41.056Z] Selecting previously unselected package libxcb1:arm64. [2020-06-21T16:46:41.056Z] Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_arm64.deb ... [2020-06-21T16:46:41.056Z] Unpacking libxcb1:arm64 (1.13-2~ubuntu18.04) ... [2020-06-21T16:46:41.327Z] Selecting previously unselected package libx11-data. [2020-06-21T16:46:41.327Z] Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... [2020-06-21T16:46:41.327Z] Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-21T16:46:41.599Z] Selecting previously unselected package libx11-6:arm64. [2020-06-21T16:46:41.599Z] Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_arm64.deb ... [2020-06-21T16:46:41.599Z] Unpacking libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... [2020-06-21T16:46:41.871Z] Selecting previously unselected package libxext6:arm64. [2020-06-21T16:46:41.871Z] Preparing to unpack .../06-libxext6_2%3a1.3.3-1_arm64.deb ... [2020-06-21T16:46:41.871Z] Unpacking libxext6:arm64 (2:1.3.3-1) ... [2020-06-21T16:46:41.871Z] Selecting previously unselected package perl-modules-5.26. [2020-06-21T16:46:41.871Z] Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-06-21T16:46:41.871Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-21T16:46:43.299Z] Selecting previously unselected package libgdbm5:arm64. [2020-06-21T16:46:43.299Z] Preparing to unpack .../08-libgdbm5_1.14.1-6_arm64.deb ... [2020-06-21T16:46:43.299Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-06-21T16:46:43.570Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-06-21T16:46:43.570Z] Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-06-21T16:46:43.570Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-06-21T16:46:43.570Z] Selecting previously unselected package libperl5.26:arm64. [2020-06-21T16:46:43.570Z] Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... [2020-06-21T16:46:43.570Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-06-21T16:46:45.003Z] Selecting previously unselected package perl. [2020-06-21T16:46:45.003Z] Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_arm64.deb ... [2020-06-21T16:46:45.003Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-06-21T16:46:45.003Z] Selecting previously unselected package less. [2020-06-21T16:46:45.274Z] Preparing to unpack .../12-less_487-0.1_arm64.deb ... [2020-06-21T16:46:45.274Z] Unpacking less (487-0.1) ... [2020-06-21T16:46:45.274Z] Selecting previously unselected package libexpat1:arm64. [2020-06-21T16:46:45.274Z] Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_arm64.deb ... [2020-06-21T16:46:45.274Z] Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.2) ... [2020-06-21T16:46:45.545Z] Selecting previously unselected package netbase. [2020-06-21T16:46:45.545Z] Preparing to unpack .../14-netbase_5.4_all.deb ... [2020-06-21T16:46:45.545Z] Unpacking netbase (5.4) ... [2020-06-21T16:46:45.545Z] Selecting previously unselected package libedit2:arm64. [2020-06-21T16:46:45.545Z] Preparing to unpack .../15-libedit2_3.1-20170329-1_arm64.deb ... [2020-06-21T16:46:45.545Z] Unpacking libedit2:arm64 (3.1-20170329-1) ... [2020-06-21T16:46:45.816Z] Selecting previously unselected package libssl1.0.0:arm64. [2020-06-21T16:46:45.816Z] Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_arm64.deb ... [2020-06-21T16:46:45.816Z] Unpacking libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... [2020-06-21T16:46:46.088Z] Selecting previously unselected package libxmuu1:arm64. [2020-06-21T16:46:46.088Z] Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_arm64.deb ... [2020-06-21T16:46:46.088Z] Unpacking libxmuu1:arm64 (2:1.1.2-2) ... [2020-06-21T16:46:46.088Z] Selecting previously unselected package openssh-client. [2020-06-21T16:46:46.088Z] Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_arm64.deb ... [2020-06-21T16:46:46.361Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-21T16:46:46.361Z] Selecting previously unselected package xauth. [2020-06-21T16:46:46.361Z] Preparing to unpack .../19-xauth_1%3a1.0.10-1_arm64.deb ... [2020-06-21T16:46:46.361Z] Unpacking xauth (1:1.0.10-1) ... [2020-06-21T16:46:46.634Z] Selecting previously unselected package curl. [2020-06-21T16:46:46.634Z] Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_arm64.deb ... [2020-06-21T16:46:46.634Z] Unpacking curl (7.58.0-2ubuntu3.8) ... [2020-06-21T16:46:46.634Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-06-21T16:46:46.634Z] Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_arm64.deb ... [2020-06-21T16:46:46.634Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... [2020-06-21T16:46:46.906Z] Selecting previously unselected package liberror-perl. [2020-06-21T16:46:46.906Z] Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... [2020-06-21T16:46:46.906Z] Unpacking liberror-perl (0.17025-1) ... [2020-06-21T16:46:46.906Z] Selecting previously unselected package git-man. [2020-06-21T16:46:46.906Z] Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-06-21T16:46:46.906Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-21T16:46:47.179Z] Selecting previously unselected package git. [2020-06-21T16:46:47.179Z] Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-06-21T16:46:47.179Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-06-21T16:46:48.609Z] Selecting previously unselected package make. [2020-06-21T16:46:48.609Z] Preparing to unpack .../25-make_4.1-9.1ubuntu1_arm64.deb ... [2020-06-21T16:46:48.609Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-06-21T16:46:48.882Z] Selecting previously unselected package patch. [2020-06-21T16:46:48.882Z] Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-06-21T16:46:48.882Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-06-21T16:46:49.211Z] Setting up libedit2:arm64 (3.1-20170329-1) ... [2020-06-21T16:46:49.211Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-21T16:46:49.211Z] Setting up libexpat1:arm64 (2.2.5-3ubuntu0.2) ... [2020-06-21T16:46:49.490Z] Setting up less (487-0.1) ... [2020-06-21T16:46:49.782Z] Setting up make (4.1-9.1ubuntu1) ... [2020-06-21T16:46:49.782Z] Setting up libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... [2020-06-21T16:46:50.386Z] Setting up curl (7.58.0-2ubuntu3.8) ... [2020-06-21T16:46:50.386Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... [2020-06-21T16:46:50.386Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-21T16:46:50.386Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-06-21T16:46:50.386Z] Setting up libbsd0:arm64 (0.8.7-1ubuntu0.1) ... [2020-06-21T16:46:50.386Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-06-21T16:46:50.386Z] Setting up libxdmcp6:arm64 (1:1.1.2-3) ... [2020-06-21T16:46:50.386Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-06-21T16:46:50.661Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-21T16:46:50.945Z] Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-21T16:46:50.946Z] Setting up libxau6:arm64 (1:1.0.8-1) ... [2020-06-21T16:46:50.946Z] Setting up netbase (5.4) ... [2020-06-21T16:46:50.946Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-06-21T16:46:51.219Z] Setting up libxcb1:arm64 (1.13-2~ubuntu18.04) ... [2020-06-21T16:46:51.219Z] Setting up libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... [2020-06-21T16:46:51.219Z] Setting up libxmuu1:arm64 (2:1.1.2-2) ... [2020-06-21T16:46:51.219Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-06-21T16:46:51.219Z] Setting up libxext6:arm64 (2:1.3.3-1) ... [2020-06-21T16:46:51.495Z] Setting up liberror-perl (0.17025-1) ... [2020-06-21T16:46:51.495Z] Setting up xauth (1:1.0.10-1) ... [2020-06-21T16:46:51.495Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-06-21T16:46:51.495Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-06-21T16:46:58.254Z] curl set to automatically installed. [2020-06-21T16:46:58.254Z] git set to automatically installed. [2020-06-21T16:46:58.254Z] git-man set to automatically installed. [2020-06-21T16:46:58.254Z] less set to automatically installed. [2020-06-21T16:46:58.254Z] libbsd0 set to automatically installed. [2020-06-21T16:46:58.254Z] libcurl3-gnutls set to automatically installed. [2020-06-21T16:46:58.254Z] libedit2 set to automatically installed. [2020-06-21T16:46:58.254Z] liberror-perl set to automatically installed. [2020-06-21T16:46:58.254Z] libexpat1 set to automatically installed. [2020-06-21T16:46:58.254Z] libgdbm-compat4 set to automatically installed. [2020-06-21T16:46:58.254Z] libgdbm5 set to automatically installed. [2020-06-21T16:46:58.254Z] libperl5.26 set to automatically installed. [2020-06-21T16:46:58.254Z] libssl1.0.0 set to automatically installed. [2020-06-21T16:46:58.254Z] libx11-6 set to automatically installed. [2020-06-21T16:46:58.254Z] libx11-data set to automatically installed. [2020-06-21T16:46:58.254Z] libxau6 set to automatically installed. [2020-06-21T16:46:58.254Z] libxcb1 set to automatically installed. [2020-06-21T16:46:58.254Z] libxdmcp6 set to automatically installed. [2020-06-21T16:46:58.254Z] libxext6 set to automatically installed. [2020-06-21T16:46:58.254Z] libxmuu1 set to automatically installed. [2020-06-21T16:46:58.254Z] make set to automatically installed. [2020-06-21T16:46:58.254Z] netbase set to automatically installed. [2020-06-21T16:46:58.254Z] openssh-client set to automatically installed. [2020-06-21T16:46:58.254Z] patch set to automatically installed. [2020-06-21T16:46:58.254Z] perl set to automatically installed. [2020-06-21T16:46:58.254Z] perl-modules-5.26 set to automatically installed. [2020-06-21T16:46:58.254Z] xauth set to automatically installed. [2020-06-21T16:46:58.254Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-06-21T16:46:58.254Z] Please ensure the environment is properly setup before continuing. [2020-06-21T16:46:58.254Z] Ignore this message if the appropriate measures have already been taken [2020-06-21T16:46:58.524Z] Pulling go [2020-06-21T16:47:01.127Z] 'device-modbus' has dependencies that need to be staged: go [2020-06-21T16:47:01.127Z] Skipping pull go (already ran) [2020-06-21T16:47:01.399Z] Building go [2020-06-21T16:47:01.399Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-06-21T16:47:01.399Z] Dload Upload Total Spent Left Speed [2020-06-21T16:47:03.622Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 14 93.0M 14 13.9M 0 0 32.8M 0 0:00:02 --:--:-- 0:00:02 32.7M 64 93.0M 64 59.9M 0 0 42.1M 0 0:00:02 0:00:01 0:00:01 42.1M 100 93.0M 100 93.0M 0 0 43.4M 0 0:00:02 0:00:02 --:--:-- 43.4M [2020-06-21T16:47:05.047Z] go1.13.5.linux-arm64.tar.gz: OK [2020-06-21T16:47:23.308Z] Staging go [2020-06-21T16:47:24.727Z] Pulling device-modbus [2020-06-21T16:47:27.328Z] Skipping build go (already ran) [2020-06-21T16:47:27.328Z] Building device-modbus [2020-06-21T16:47:27.328Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.2-dev.1" -o cmd/device-modbus ./cmd [2020-06-21T16:47:27.927Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-21T16:47:27.927Z] go: downloading github.com/goburrow/modbus v0.1.0 [2020-06-21T16:47:27.927Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-21T16:47:28.201Z] go: extracting github.com/goburrow/modbus v0.1.0 [2020-06-21T16:47:28.201Z] go: downloading github.com/goburrow/serial v0.1.0 [2020-06-21T16:47:28.201Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-21T16:47:28.201Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-21T16:47:28.201Z] go: extracting github.com/goburrow/serial v0.1.0 [2020-06-21T16:47:28.201Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-06-21T16:47:28.201Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-21T16:47:28.201Z] go: downloading github.com/google/uuid v1.1.1 [2020-06-21T16:47:28.201Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-21T16:47:28.201Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-21T16:47:28.201Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-21T16:47:28.201Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-06-21T16:47:28.201Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-06-21T16:47:28.201Z] go: extracting github.com/google/uuid v1.1.1 [2020-06-21T16:47:28.478Z] go: downloading github.com/pkg/errors v0.8.1 [2020-06-21T16:47:28.478Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-21T16:47:28.478Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-06-21T16:47:28.478Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-06-21T16:47:28.478Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-06-21T16:47:28.478Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-21T16:47:28.478Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-06-21T16:47:28.478Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-21T16:47:28.478Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-06-21T16:47:28.478Z] go: extracting github.com/pkg/errors v0.8.1 [2020-06-21T16:47:28.478Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-06-21T16:47:28.478Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-06-21T16:47:28.478Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-21T16:47:28.478Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-21T16:47:28.478Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-06-21T16:47:28.478Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-21T16:47:28.478Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-06-21T16:47:28.478Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-06-21T16:47:28.478Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-21T16:47:28.749Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-06-21T16:47:28.749Z] go: downloading github.com/x448/float16 v0.8.4 [2020-06-21T16:47:28.749Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-21T16:47:28.749Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-06-21T16:47:28.749Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-21T16:47:28.749Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-06-21T16:47:28.749Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-21T16:47:28.749Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-21T16:47:28.749Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-06-21T16:47:28.749Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-06-21T16:47:28.749Z] go: extracting github.com/x448/float16 v0.8.4 [2020-06-21T16:47:28.749Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-06-21T16:47:28.749Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-06-21T16:47:28.749Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-21T16:47:28.749Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-21T16:47:28.749Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-21T16:47:28.749Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-06-21T16:47:28.749Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-06-21T16:47:28.749Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-06-21T16:47:28.749Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-06-21T16:47:29.019Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-21T16:47:29.019Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-21T16:47:29.019Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-21T16:47:29.019Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-21T16:47:29.019Z] go: downloading github.com/hashicorp/golang-lru v0.5.1 [2020-06-21T16:47:29.019Z] go: extracting github.com/hashicorp/golang-lru v0.5.1 [2020-06-21T16:47:29.019Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-21T16:47:29.019Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-21T16:47:29.298Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-06-21T16:47:29.298Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-21T16:47:29.298Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-21T16:47:29.298Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-21T16:47:29.298Z] go: finding github.com/goburrow/serial v0.1.0 [2020-06-21T16:47:29.298Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-21T16:47:29.298Z] go: finding github.com/google/uuid v1.1.1 [2020-06-21T16:47:29.298Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-21T16:47:29.298Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-21T16:47:29.298Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-21T16:47:29.298Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-21T16:47:29.298Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-21T16:47:29.298Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-21T16:47:29.298Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-21T16:47:29.298Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-21T16:47:29.298Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-21T16:47:29.298Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-21T16:47:29.298Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-21T16:47:29.298Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-21T16:47:29.298Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-21T16:47:29.298Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-21T16:47:29.298Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-21T16:47:29.298Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-21T16:47:29.298Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-21T16:47:29.298Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-21T16:47:29.298Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-21T16:47:29.571Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-21T16:47:29.571Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-21T16:47:29.571Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-06-21T16:47:51.742Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-21T16:48:10.032Z] Skipping stage go (already ran) [2020-06-21T16:48:10.032Z] Staging device-modbus [2020-06-21T16:48:11.002Z] Priming go [2020-06-21T16:48:13.624Z] Priming device-modbus [2020-06-21T16:48:16.992Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-06-21T16:48:16.992Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-06-21T16:48:16.992Z] Determining the version from the project repo (version-script). [2020-06-21T16:48:16.992Z] The version has been set to '1.2.2-dev.1-20200621+0d9dcf3' [2020-06-21T16:48:16.992Z] Snapping 'edgex-device-modbus' ... [2020-06-21T16:48:19.600Z] [2020-06-21T16:48:19.600Z] Snapped edgex-device-modbus_1.2.2-dev.1-20200621+0d9dcf3_arm64.snap [2020-06-21T16:48:23.878Z] Unexpected error when obtaining your account information. [2020-06-21T16:48:23.878Z] Login failed. [Pipeline] } [2020-06-21T16:48:25.859Z] 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-21T16:48:26.191Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-06-21T16:48:27.068Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-21T16:48:28.172Z] ---> package-listing.sh [2020-06-21T16:48:28.172Z] ++ facter osfamily [2020-06-21T16:48:28.172Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-21T16:48:28.172Z] + OS_FAMILY=redhat [2020-06-21T16:48:28.172Z] + workspace=/w/workspace/xfoundry_device-modbus-go_master [2020-06-21T16:48:28.172Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-21T16:48:28.172Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-21T16:48:28.172Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-21T16:48:28.172Z] + PACKAGES=/tmp/packages_start.txt [2020-06-21T16:48:28.172Z] + '[' /w/workspace/xfoundry_device-modbus-go_master ']' [2020-06-21T16:48:28.172Z] + PACKAGES=/tmp/packages_end.txt [2020-06-21T16:48:28.172Z] + case "${OS_FAMILY}" in [2020-06-21T16:48:28.172Z] + rpm -qa [2020-06-21T16:48:28.172Z] + sort [2020-06-21T16:48:31.475Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-21T16:48:31.475Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-21T16:48:31.475Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-21T16:48:31.475Z] + '[' /w/workspace/xfoundry_device-modbus-go_master ']' [2020-06-21T16:48:31.475Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/archives/ [2020-06-21T16:48:31.475Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-06-21T16:48:32.083Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-21T16:48:32.083Z] [2020-06-21T16:48:32.083Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-21T16:48:32.404Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-21T16:48:32.404Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-21T16:48:32.404Z] c9b1b535fdd9: Pulling fs layer [2020-06-21T16:48:32.404Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-21T16:48:32.404Z] 756a868c4378: Pulling fs layer [2020-06-21T16:48:32.404Z] 444b2fc9a129: Pulling fs layer [2020-06-21T16:48:32.404Z] ea15f1150254: Pulling fs layer [2020-06-21T16:48:32.404Z] 41b27a9f41bf: Pulling fs layer [2020-06-21T16:48:32.404Z] 28c525ee5125: Pulling fs layer [2020-06-21T16:48:32.404Z] 094b1ea09ed8: Pulling fs layer [2020-06-21T16:48:32.404Z] 138eaada9080: Pulling fs layer [2020-06-21T16:48:32.404Z] 0622d0fa9048: Pulling fs layer [2020-06-21T16:48:32.404Z] 094b1ea09ed8: Waiting [2020-06-21T16:48:32.404Z] 138eaada9080: Waiting [2020-06-21T16:48:32.404Z] 0622d0fa9048: Waiting [2020-06-21T16:48:32.404Z] 41b27a9f41bf: Waiting [2020-06-21T16:48:32.404Z] 28c525ee5125: Waiting [2020-06-21T16:48:32.404Z] ea15f1150254: Waiting [2020-06-21T16:48:32.404Z] 2cc5ad85d9ab: Download complete [2020-06-21T16:48:32.404Z] 444b2fc9a129: Download complete [2020-06-21T16:48:32.404Z] c9b1b535fdd9: Verifying Checksum [2020-06-21T16:48:32.404Z] c9b1b535fdd9: Download complete [2020-06-21T16:48:32.404Z] ea15f1150254: Verifying Checksum [2020-06-21T16:48:32.404Z] ea15f1150254: Download complete [2020-06-21T16:48:32.675Z] 28c525ee5125: Verifying Checksum [2020-06-21T16:48:32.675Z] 28c525ee5125: Download complete [2020-06-21T16:48:32.675Z] 756a868c4378: Verifying Checksum [2020-06-21T16:48:32.675Z] 756a868c4378: Download complete [2020-06-21T16:48:32.941Z] c9b1b535fdd9: Pull complete [2020-06-21T16:48:32.941Z] 138eaada9080: Verifying Checksum [2020-06-21T16:48:32.941Z] 138eaada9080: Download complete [2020-06-21T16:48:32.941Z] 0622d0fa9048: Download complete [2020-06-21T16:48:32.941Z] 094b1ea09ed8: Verifying Checksum [2020-06-21T16:48:32.941Z] 094b1ea09ed8: Download complete [2020-06-21T16:48:32.941Z] 2cc5ad85d9ab: Pull complete [2020-06-21T16:48:33.517Z] 41b27a9f41bf: Verifying Checksum [2020-06-21T16:48:33.517Z] 41b27a9f41bf: Download complete [2020-06-21T16:48:34.462Z] 756a868c4378: Pull complete [2020-06-21T16:48:34.723Z] 444b2fc9a129: Pull complete [2020-06-21T16:48:35.300Z] ea15f1150254: Pull complete [2020-06-21T16:48:39.520Z] 41b27a9f41bf: Pull complete [2020-06-21T16:48:39.520Z] 28c525ee5125: Pull complete [2020-06-21T16:48:42.070Z] 094b1ea09ed8: Pull complete [2020-06-21T16:48:42.070Z] 138eaada9080: Pull complete [2020-06-21T16:48:42.070Z] 0622d0fa9048: Pull complete [2020-06-21T16:48:42.070Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-21T16:48:42.070Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-21T16:48:42.070Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-21T16:48:42.233Z] prd-centos7-docker-4c-2g-3879 does not seem to be running inside a container [2020-06-21T16:48:42.276Z] $ 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_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-06-21T16:48:45.968Z] $ docker top ee3a28bca3879120f115fb4841e531fb7015acf291b234f79ce93788b5b63031 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-21T16:48:46.131Z] provisioning config files... [2020-06-21T16:48:46.147Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config5746835662364893148tmp [Pipeline] { [Pipeline] echo [2020-06-21T16:48:46.185Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-21T16:48:46.486Z] ---> create-netrc.sh [Pipeline] echo [2020-06-21T16:48:46.495Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-21T16:48:46.795Z] ---> logs-deploy.sh [2020-06-21T16:48:46.795Z] + ARCHIVE_ARTIFACTS= [2020-06-21T16:48:46.795Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-21T16:48:46.795Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-21T16:48:46.795Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-21T16:48:46.795Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/14 [2020-06-21T16:48:46.795Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/master/14/ [2020-06-21T16:48:46.795Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/14 /w/workspace/xfoundry_device-modbus-go_master [2020-06-21T16:48:48.179Z] Archives upload complete. [2020-06-21T16:48:48.179Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/14 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/master/14/