Pull request #155 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jamesrgregg for edgexfoundry/device-modbus-go Obtained Jenkinsfile from 2944f8a30a6f559eaa15bbfc0bbe6eaf19e90a7c+fdf900d8a58188a2e8b2bc604c944c724a46cd8f (6529184beef8512f1ebf491e2da5a86687ba9709) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 370697454611dc68c0596e0d0a50477a8de841a8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-modbus-go/branches/PR-155/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-modbus-go, goVersion:1.13, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-modbus-go-settings PROJECT: device-modbus-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-modbus-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: true [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-3391 in /w/workspace/xfoundry_device-modbus-go_PR-155 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-modbus-go.git > git init /w/workspace/xfoundry_device-modbus-go_PR-155 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/155/head:refs/remotes/origin/PR-155 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit fdf900d8a58188a2e8b2bc604c944c724a46cd8f into PR head commit 2944f8a30a6f559eaa15bbfc0bbe6eaf19e90a7c > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/155/head:refs/remotes/origin/PR-155 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/155/head:refs/remotes/origin/PR-155 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2944f8a30a6f559eaa15bbfc0bbe6eaf19e90a7c # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge fdf900d8a58188a2e8b2bc604c944c724a46cd8f # timeout=10 Merge succeeded, producing 096d61faa77f337c7d943629a9b9aeb00cd99f22 Checking out Revision 096d61faa77f337c7d943629a9b9aeb00cd99f22 (PR-155) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 096d61faa77f337c7d943629a9b9aeb00cd99f22 # timeout=10 Commit message: "Merge commit 'fdf900d8a58188a2e8b2bc604c944c724a46cd8f' into HEAD" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-17T19:06:18.238Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-17T19:06:18.431Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-17T19:06:18.551Z] ========================================================= [2020-06-17T19:06:18.551Z] EdgeX Global Pipelines Version Info [2020-06-17T19:06:18.551Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-17T19:06:19.978Z] ------------------- [2020-06-17T19:06:19.978Z] stable info: [2020-06-17T19:06:19.978Z] ------------------- [2020-06-17T19:06:19.978Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-17T19:06:19.978Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-17T19:06:19.978Z] Message: update stable to v1.0.89 [2020-06-17T19:06:20.918Z] ------------------- [2020-06-17T19:06:20.918Z] experimental info: [2020-06-17T19:06:20.918Z] ------------------- [2020-06-17T19:06:20.918Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-17T19:06:20.918Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-17T19:06:20.918Z] Message: update experimental to v1.0.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-06-17T19:06:22.767Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-17T19:06:23.027Z] [2020-06-17T19:06:23.027Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-17T19:06:23.377Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-17T19:06:23.377Z] latest: Pulling from edgex-devops/git-semver [2020-06-17T19:06:23.377Z] 9123ac7c32f7: Pulling fs layer [2020-06-17T19:06:23.377Z] b8cc5d1170e3: Pulling fs layer [2020-06-17T19:06:23.377Z] 2924cbbf6a41: Pulling fs layer [2020-06-17T19:06:23.377Z] 93b08a4f1073: Pulling fs layer [2020-06-17T19:06:23.378Z] 93b08a4f1073: Waiting [2020-06-17T19:06:23.378Z] b8cc5d1170e3: Verifying Checksum [2020-06-17T19:06:23.378Z] b8cc5d1170e3: Download complete [2020-06-17T19:06:23.378Z] 9123ac7c32f7: Verifying Checksum [2020-06-17T19:06:23.378Z] 9123ac7c32f7: Download complete [2020-06-17T19:06:23.642Z] 93b08a4f1073: Verifying Checksum [2020-06-17T19:06:23.642Z] 93b08a4f1073: Download complete [2020-06-17T19:06:23.642Z] 2924cbbf6a41: Verifying Checksum [2020-06-17T19:06:23.642Z] 2924cbbf6a41: Download complete [2020-06-17T19:06:23.903Z] 9123ac7c32f7: Pull complete [2020-06-17T19:06:23.903Z] b8cc5d1170e3: Pull complete [2020-06-17T19:06:24.854Z] 2924cbbf6a41: Pull complete [2020-06-17T19:06:24.854Z] 93b08a4f1073: Pull complete [2020-06-17T19:06:24.854Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-17T19:06:24.854Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-17T19:06:24.854Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-17T19:06:24.975Z] prd-centos7-docker-4c-2g-3391 does not seem to be running inside a container [2020-06-17T19:06:25.019Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_PR-155 -v /w/workspace/xfoundry_device-modbus-go_PR-155:/w/workspace/xfoundry_device-modbus-go_PR-155:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-155@tmp:/w/workspace/xfoundry_device-modbus-go_PR-155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-17T19:06:26.982Z] $ docker top 48b236d59b6bbe222d3f586fb9055c1aa7fdb8cc9cfcfad7b6f3164a547bf46f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-17T19:06:27.246Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-17T19:06:27.246Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-17T19:06:27.459Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-17T19:06:27.469Z] $ docker exec 48b236d59b6bbe222d3f586fb9055c1aa7fdb8cc9cfcfad7b6f3164a547bf46f ssh-agent [2020-06-17T19:06:27.623Z] SSH_AUTH_SOCK=/tmp/ssh-Ee1PvXF1j0Oh/agent.11 [2020-06-17T19:06:27.623Z] SSH_AGENT_PID=16 [2020-06-17T19:06:27.633Z] Running ssh-add (command line suppressed) [2020-06-17T19:06:27.753Z] Identity added: /w/workspace/xfoundry_device-modbus-go_PR-155@tmp/private_key_1798575384554885625.key (/w/workspace/xfoundry_device-modbus-go_PR-155@tmp/private_key_1798575384554885625.key) [2020-06-17T19:06:27.795Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-17T19:06:28.136Z] + git describe --exact-match --tags HEAD [2020-06-17T19:06:28.136Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-17T19:06:28.270Z] $ docker exec --env ******** --env ******** 48b236d59b6bbe222d3f586fb9055c1aa7fdb8cc9cfcfad7b6f3164a547bf46f ssh-agent -k [2020-06-17T19:06:28.389Z] unset SSH_AUTH_SOCK; [2020-06-17T19:06:28.389Z] unset SSH_AGENT_PID; [2020-06-17T19:06:28.389Z] echo Agent pid 16 killed; [2020-06-17T19:06:28.424Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-17T19:06:28.550Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-17T19:06:28.550Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-17T19:06:28.613Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-17T19:06:28.613Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-17T19:06:28.778Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-17T19:06:28.787Z] $ docker exec 48b236d59b6bbe222d3f586fb9055c1aa7fdb8cc9cfcfad7b6f3164a547bf46f ssh-agent [2020-06-17T19:06:28.938Z] SSH_AUTH_SOCK=/tmp/ssh-Lu55Ssg582ez/agent.45 [2020-06-17T19:06:28.938Z] SSH_AGENT_PID=51 [2020-06-17T19:06:28.944Z] Running ssh-add (command line suppressed) [2020-06-17T19:06:29.064Z] Identity added: /w/workspace/xfoundry_device-modbus-go_PR-155@tmp/private_key_19790399942155326.key (/w/workspace/xfoundry_device-modbus-go_PR-155@tmp/private_key_19790399942155326.key) [2020-06-17T19:06:29.101Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-17T19:06:29.441Z] + git semver init [2020-06-17T19:06:29.441Z] # -> Open(): unable to determine branch for HEAD [2020-06-17T19:06:29.441Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_PR-155/.git [2020-06-17T19:06:29.441Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_PR-155 [2020-06-17T19:06:29.441Z] # $SEMVER_REMOTE_NAME = origin [2020-06-17T19:06:29.441Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-17T19:06:29.441Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-17T19:06:29.441Z] # $SEMVER_BRANCH = PR-155 [2020-06-17T19:06:29.441Z] # $SEMVER_TEMP = /tmp/semver-134888679 [2020-06-17T19:06:29.441Z] # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP [2020-06-17T19:06:29.701Z] # '/tmp/semver-134888679' -> '/w/workspace/xfoundry_device-modbus-go_PR-155/.semver' [2020-06-17T19:06:29.701Z] # -> Force: false [2020-06-17T19:06:29.701Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_PR-155/.semver [Pipeline] } [2020-06-17T19:06:29.728Z] $ docker exec --env ******** --env ******** 48b236d59b6bbe222d3f586fb9055c1aa7fdb8cc9cfcfad7b6f3164a547bf46f ssh-agent -k [2020-06-17T19:06:29.836Z] unset SSH_AUTH_SOCK; [2020-06-17T19:06:29.837Z] unset SSH_AGENT_PID; [2020-06-17T19:06:29.837Z] echo Agent pid 51 killed; [2020-06-17T19:06:29.875Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-17T19:06:30.315Z] + git semver [Pipeline] } [2020-06-17T19:06:30.347Z] $ docker stop --time=1 48b236d59b6bbe222d3f586fb9055c1aa7fdb8cc9cfcfad7b6f3164a547bf46f [2020-06-17T19:06:31.659Z] $ docker rm -f 48b236d59b6bbe222d3f586fb9055c1aa7fdb8cc9cfcfad7b6f3164a547bf46f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-17T19:06:32.199Z] Stashed 32 file(s) [Pipeline] echo [2020-06-17T19:06:32.216Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-06-17T19:06:47.570Z] Still waiting to schedule task [2020-06-17T19:06:47.570Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3391’ [2020-06-17T19:06:47.591Z] Still waiting to schedule task [2020-06-17T19:06:47.591Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-06-17T19:08:26.005Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3392 in /w/workspace/xfoundry_device-modbus-go_PR-155 [Pipeline] { [Pipeline] ws [2020-06-17T19:08:26.059Z] Running in /w/workspace/device-modbus-go/1 [Pipeline] { [Pipeline] checkout [2020-06-17T19:08:31.345Z] using credential edgex-jenkins-ssh [2020-06-17T19:08:31.378Z] Cloning the remote Git repository [2020-06-17T19:08:31.378Z] Cloning with configured refspecs honoured and without tags [2020-06-17T19:08:31.408Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-06-17T19:08:31.511Z] > git init /w/workspace/device-modbus-go/1 # timeout=10 [2020-06-17T19:08:31.569Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-06-17T19:08:31.570Z] > git --version # timeout=10 [2020-06-17T19:08:31.588Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-17T19:08:31.654Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/155/head:refs/remotes/origin/PR-155 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-17T19:08:32.497Z] Fetching without tags [2020-06-17T19:08:32.962Z] Merging remotes/origin/master commit fdf900d8a58188a2e8b2bc604c944c724a46cd8f into PR head commit 2944f8a30a6f559eaa15bbfc0bbe6eaf19e90a7c [2020-06-17T19:08:33.239Z] Merge succeeded, producing fac097f9484e3c18a9741b439d2c7e2c75b390c3 [2020-06-17T19:08:33.239Z] Checking out Revision fac097f9484e3c18a9741b439d2c7e2c75b390c3 (PR-155) [2020-06-17T19:08:32.356Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-06-17T19:08:32.379Z] > git config --add remote.origin.fetch +refs/pull/155/head:refs/remotes/origin/PR-155 # timeout=10 [2020-06-17T19:08:32.416Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-17T19:08:32.446Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-06-17T19:08:32.487Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-06-17T19:08:32.488Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-17T19:08:32.501Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/155/head:refs/remotes/origin/PR-155 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-17T19:08:32.961Z] > git config core.sparsecheckout # timeout=10 [2020-06-17T19:08:32.983Z] > git checkout -f 2944f8a30a6f559eaa15bbfc0bbe6eaf19e90a7c # timeout=10 [2020-06-17T19:08:33.068Z] > git remote # timeout=10 [2020-06-17T19:08:33.091Z] > git config --get remote.origin.url # timeout=10 [2020-06-17T19:08:33.120Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-17T19:08:33.131Z] > git merge fdf900d8a58188a2e8b2bc604c944c724a46cd8f # timeout=10 [2020-06-17T19:08:33.196Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-06-17T19:08:33.223Z] > git config core.sparsecheckout # timeout=10 [2020-06-17T19:08:33.242Z] > git checkout -f fac097f9484e3c18a9741b439d2c7e2c75b390c3 # timeout=10 [2020-06-17T19:08:37.763Z] Commit message: "Merge commit 'fdf900d8a58188a2e8b2bc604c944c724a46cd8f' into HEAD" [2020-06-17T19:08:37.764Z] First time build. Skipping changelog. [2020-06-17T19:08:37.800Z] > git --version # timeout=10 [2020-06-17T19:08:37.824Z] fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-17T19:08:39.069Z] ========================================================= [2020-06-17T19:08:39.069Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-17T19:08:39.069Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-17T19:08:40.152Z] + 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-17T19:08:41.219Z] Sending build context to Docker daemon 619kB [2020-06-17T19:08:41.219Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-17T19:08:41.219Z] Step 2/8 : FROM ${BASE} [2020-06-17T19:08:41.219Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-06-17T19:08:41.219Z] cde5963f3b93: Pulling fs layer [2020-06-17T19:08:41.219Z] 2a23fa8c16f7: Pulling fs layer [2020-06-17T19:08:41.219Z] 777b28850792: Pulling fs layer [2020-06-17T19:08:41.219Z] 8a11ddd9e578: Pulling fs layer [2020-06-17T19:08:41.219Z] 4cf88f913ddb: Pulling fs layer [2020-06-17T19:08:41.219Z] 1df406cf5192: Pulling fs layer [2020-06-17T19:08:41.219Z] cd6300453558: Pulling fs layer [2020-06-17T19:08:41.219Z] b9c365052c96: Pulling fs layer [2020-06-17T19:08:41.219Z] a2d8cc88f415: Pulling fs layer [2020-06-17T19:08:41.219Z] ea1d1ca13537: Pulling fs layer [2020-06-17T19:08:41.219Z] 3750a50a1c5e: Pulling fs layer [2020-06-17T19:08:41.219Z] 8a11ddd9e578: Waiting [2020-06-17T19:08:41.219Z] 4cf88f913ddb: Waiting [2020-06-17T19:08:41.219Z] cd6300453558: Waiting [2020-06-17T19:08:41.219Z] b9c365052c96: Waiting [2020-06-17T19:08:41.219Z] a2d8cc88f415: Waiting [2020-06-17T19:08:41.219Z] ea1d1ca13537: Waiting [2020-06-17T19:08:41.219Z] 3750a50a1c5e: Waiting [2020-06-17T19:08:41.219Z] 1df406cf5192: Waiting [2020-06-17T19:08:41.493Z] 777b28850792: Verifying Checksum [2020-06-17T19:08:41.493Z] 777b28850792: Download complete [2020-06-17T19:08:41.493Z] 2a23fa8c16f7: Verifying Checksum [2020-06-17T19:08:41.493Z] 2a23fa8c16f7: Download complete [2020-06-17T19:08:41.493Z] 4cf88f913ddb: Verifying Checksum [2020-06-17T19:08:41.493Z] 4cf88f913ddb: Download complete [2020-06-17T19:08:41.493Z] 1df406cf5192: Verifying Checksum [2020-06-17T19:08:41.493Z] cde5963f3b93: Verifying Checksum [2020-06-17T19:08:41.493Z] cde5963f3b93: Download complete [2020-06-17T19:08:42.490Z] cde5963f3b93: Pull complete [2020-06-17T19:08:43.099Z] 2a23fa8c16f7: Pull complete [2020-06-17T19:08:43.375Z] 777b28850792: Pull complete [2020-06-17T19:08:43.375Z] cd6300453558: Verifying Checksum [2020-06-17T19:08:43.375Z] cd6300453558: Download complete [2020-06-17T19:08:43.375Z] a2d8cc88f415: Verifying Checksum [2020-06-17T19:08:43.375Z] a2d8cc88f415: Download complete [2020-06-17T19:08:44.817Z] ea1d1ca13537: Verifying Checksum [2020-06-17T19:08:44.817Z] ea1d1ca13537: Download complete [2020-06-17T19:08:44.817Z] 3750a50a1c5e: Download complete [2020-06-17T19:08:46.262Z] 8a11ddd9e578: Verifying Checksum [2020-06-17T19:08:46.262Z] 8a11ddd9e578: Download complete [2020-06-17T19:08:46.262Z] b9c365052c96: Verifying Checksum [2020-06-17T19:08:46.262Z] b9c365052c96: Download complete [2020-06-17T19:08:58.685Z] 8a11ddd9e578: Pull complete [2020-06-17T19:08:58.685Z] 4cf88f913ddb: Pull complete [2020-06-17T19:08:58.685Z] 1df406cf5192: Pull complete [2020-06-17T19:09:03.001Z] cd6300453558: Pull complete [2020-06-17T19:09:07.305Z] b9c365052c96: Pull complete [2020-06-17T19:09:07.305Z] a2d8cc88f415: Pull complete [2020-06-17T19:09:09.303Z] ea1d1ca13537: Pull complete [2020-06-17T19:09:09.575Z] 3750a50a1c5e: Pull complete [2020-06-17T19:09:09.575Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-06-17T19:09:09.575Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-17T19:09:09.575Z] ---> 78745c68409d [2020-06-17T19:09:09.575Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-06-17T19:09:14.799Z] Running on prd-centos7-docker-4c-2g-3393 in /w/workspace/xfoundry_device-modbus-go_PR-155 [Pipeline] { [Pipeline] ws [2020-06-17T19:09:14.862Z] Running in /w/workspace/device-modbus-go/1 [Pipeline] { [Pipeline] checkout [2020-06-17T19:09:14.976Z] ---> Running in 6acd483c2c6d [2020-06-17T19:09:14.976Z] Removing intermediate container 6acd483c2c6d [2020-06-17T19:09:14.976Z] ---> 3ed59f49fe7d [2020-06-17T19:09:14.976Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-17T19:09:14.976Z] ---> Running in f06159c05016 [2020-06-17T19:09:16.939Z] using credential edgex-jenkins-ssh [2020-06-17T19:09:16.963Z] Cloning the remote Git repository [2020-06-17T19:09:16.963Z] Cloning with configured refspecs honoured and without tags [2020-06-17T19:09:16.995Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-06-17T19:09:17.058Z] > git init /w/workspace/device-modbus-go/1 # timeout=10 [2020-06-17T19:09:17.198Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-06-17T19:09:17.199Z] > git --version # timeout=10 [2020-06-17T19:09:17.208Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-17T19:09:17.594Z] Removing intermediate container f06159c05016 [2020-06-17T19:09:17.594Z] ---> e3829335d3f9 [2020-06-17T19:09:17.594Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-06-17T19:09:17.785Z] Fetching without tags [2020-06-17T19:09:17.868Z] ---> Running in ff6cb4b719b9 [2020-06-17T19:09:18.208Z] Merging remotes/origin/master commit fdf900d8a58188a2e8b2bc604c944c724a46cd8f into PR head commit 2944f8a30a6f559eaa15bbfc0bbe6eaf19e90a7c [2020-06-17T19:09:18.325Z] Merge succeeded, producing 40a26c762ec9ee2b2f2bfa3362622dcf467c2691 [2020-06-17T19:09:18.326Z] Checking out Revision 40a26c762ec9ee2b2f2bfa3362622dcf467c2691 (PR-155) [2020-06-17T19:09:17.314Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/155/head:refs/remotes/origin/PR-155 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-17T19:09:17.754Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-06-17T19:09:17.769Z] > git config --add remote.origin.fetch +refs/pull/155/head:refs/remotes/origin/PR-155 # timeout=10 [2020-06-17T19:09:17.776Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-17T19:09:17.785Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-06-17T19:09:17.796Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-06-17T19:09:17.796Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-17T19:09:17.801Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/155/head:refs/remotes/origin/PR-155 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-17T19:09:18.221Z] > git config core.sparsecheckout # timeout=10 [2020-06-17T19:09:18.227Z] > git checkout -f 2944f8a30a6f559eaa15bbfc0bbe6eaf19e90a7c # timeout=10 [2020-06-17T19:09:18.258Z] > git remote # timeout=10 [2020-06-17T19:09:18.263Z] > git config --get remote.origin.url # timeout=10 [2020-06-17T19:09:18.268Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-17T19:09:18.272Z] > git merge fdf900d8a58188a2e8b2bc604c944c724a46cd8f # timeout=10 [2020-06-17T19:09:18.325Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-06-17T19:09:18.334Z] > git config core.sparsecheckout # timeout=10 [2020-06-17T19:09:18.339Z] > git checkout -f 40a26c762ec9ee2b2f2bfa3362622dcf467c2691 # timeout=10 [2020-06-17T19:09:19.305Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-17T19:09:20.276Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-17T19:09:20.883Z] (1/18) Upgrading libgcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-17T19:09:20.883Z] (2/18) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) [2020-06-17T19:09:21.151Z] (3/18) Installing libmagic (5.37-r1) [2020-06-17T19:09:21.421Z] (4/18) Installing file (5.37-r1) [2020-06-17T19:09:21.421Z] (5/18) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) [2020-06-17T19:09:21.692Z] (6/18) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) [2020-06-17T19:09:21.692Z] (7/18) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-17T19:09:22.029Z] Commit message: "Merge commit 'fdf900d8a58188a2e8b2bc604c944c724a46cd8f' into HEAD" [2020-06-17T19:09:22.029Z] First time build. Skipping changelog. [2020-06-17T19:09:22.058Z] > git --version # timeout=10 [2020-06-17T19:09:22.069Z] fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-17T19:09:22.868Z] ========================================================= [2020-06-17T19:09:22.869Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-06-17T19:09:22.869Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-17T19:09:23.514Z] + 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-17T19:09:23.777Z] Sending build context to Docker daemon 619kB [2020-06-17T19:09:23.777Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-17T19:09:23.777Z] Step 2/8 : FROM ${BASE} [2020-06-17T19:09:23.777Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-06-17T19:09:23.777Z] e6b0cf9c0882: Pulling fs layer [2020-06-17T19:09:23.777Z] 2848faf0eed1: Pulling fs layer [2020-06-17T19:09:23.777Z] 0f37312ad70f: Pulling fs layer [2020-06-17T19:09:23.777Z] 5788d62ee057: Pulling fs layer [2020-06-17T19:09:23.777Z] 0e6b1d234666: Pulling fs layer [2020-06-17T19:09:23.777Z] bf5d7aec512f: Pulling fs layer [2020-06-17T19:09:23.777Z] 34c802a77dc8: Pulling fs layer [2020-06-17T19:09:23.777Z] 9eb99e56ec68: Pulling fs layer [2020-06-17T19:09:23.777Z] 27c7a5d97fbd: Pulling fs layer [2020-06-17T19:09:23.777Z] 5c102a31e300: Pulling fs layer [2020-06-17T19:09:23.777Z] dcfb455df0a1: Pulling fs layer [2020-06-17T19:09:23.777Z] 34c802a77dc8: Waiting [2020-06-17T19:09:23.777Z] 9eb99e56ec68: Waiting [2020-06-17T19:09:23.777Z] 27c7a5d97fbd: Waiting [2020-06-17T19:09:23.777Z] 5c102a31e300: Waiting [2020-06-17T19:09:23.777Z] dcfb455df0a1: Waiting [2020-06-17T19:09:23.777Z] 5788d62ee057: Waiting [2020-06-17T19:09:23.777Z] 0e6b1d234666: Waiting [2020-06-17T19:09:23.777Z] bf5d7aec512f: Waiting [2020-06-17T19:09:24.044Z] 0f37312ad70f: Verifying Checksum [2020-06-17T19:09:24.044Z] 0f37312ad70f: Download complete [2020-06-17T19:09:24.044Z] 2848faf0eed1: Download complete [2020-06-17T19:09:24.044Z] 0e6b1d234666: Download complete [2020-06-17T19:09:24.044Z] bf5d7aec512f: Download complete [2020-06-17T19:09:24.044Z] e6b0cf9c0882: Verifying Checksum [2020-06-17T19:09:24.322Z] e6b0cf9c0882: Pull complete [2020-06-17T19:09:24.594Z] 34c802a77dc8: Verifying Checksum [2020-06-17T19:09:24.594Z] 34c802a77dc8: Download complete [2020-06-17T19:09:24.871Z] 27c7a5d97fbd: Verifying Checksum [2020-06-17T19:09:24.871Z] 27c7a5d97fbd: Download complete [2020-06-17T19:09:25.451Z] 5c102a31e300: Verifying Checksum [2020-06-17T19:09:25.451Z] 5c102a31e300: Download complete [2020-06-17T19:09:25.451Z] dcfb455df0a1: Verifying Checksum [2020-06-17T19:09:25.451Z] dcfb455df0a1: Download complete [2020-06-17T19:09:25.715Z] 5788d62ee057: Verifying Checksum [2020-06-17T19:09:25.715Z] 5788d62ee057: Download complete [2020-06-17T19:09:25.715Z] 9eb99e56ec68: Verifying Checksum [2020-06-17T19:09:25.715Z] 9eb99e56ec68: Download complete [2020-06-17T19:09:26.286Z] 2848faf0eed1: Pull complete [2020-06-17T19:09:26.548Z] 0f37312ad70f: Pull complete [2020-06-17T19:09:27.071Z] (8/18) Installing libc-dev (0.7.2-r0) [2020-06-17T19:09:27.071Z] (9/18) Installing g++ (9.2.0-r4) [2020-06-17T19:09:31.352Z] (10/18) Installing fortify-headers (1.1-r0) [2020-06-17T19:09:31.352Z] (11/18) Installing build-base (0.5-r1) [2020-06-17T19:09:31.352Z] (12/18) Installing openssh-keygen (8.1_p1-r0) [2020-06-17T19:09:31.352Z] (13/18) Installing libedit (20191211.3.1-r0) [2020-06-17T19:09:31.352Z] (14/18) Installing openssh-client (8.1_p1-r0) [2020-06-17T19:09:31.352Z] (15/18) Installing openssh-sftp-server (8.1_p1-r0) [2020-06-17T19:09:31.352Z] (16/18) Installing openssh-server-common (8.1_p1-r0) [2020-06-17T19:09:31.631Z] (17/18) Installing openssh-server (8.1_p1-r0) [2020-06-17T19:09:31.631Z] (18/18) Installing openssh (8.1_p1-r0) [2020-06-17T19:09:31.631Z] Executing busybox-1.31.1-r8.trigger [2020-06-17T19:09:31.853Z] 5788d62ee057: Pull complete [2020-06-17T19:09:31.853Z] 0e6b1d234666: Pull complete [2020-06-17T19:09:31.853Z] bf5d7aec512f: Pull complete [2020-06-17T19:09:31.907Z] OK: 203 MiB in 52 packages [2020-06-17T19:09:38.457Z] 34c802a77dc8: Pull complete [2020-06-17T19:09:38.615Z] Removing intermediate container ff6cb4b719b9 [2020-06-17T19:09:38.615Z] ---> e891208d238f [2020-06-17T19:09:38.615Z] Step 6/8 : WORKDIR /device-modbus-go [2020-06-17T19:09:38.615Z] ---> Running in 5ad6c320ec66 [2020-06-17T19:09:38.891Z] Removing intermediate container 5ad6c320ec66 [2020-06-17T19:09:38.891Z] ---> 72cb63a3b5dd [2020-06-17T19:09:38.891Z] Step 7/8 : COPY . . [2020-06-17T19:09:39.887Z] ---> e873891e97d2 [2020-06-17T19:09:39.887Z] Step 8/8 : RUN go mod download [2020-06-17T19:09:39.887Z] ---> Running in 917f99bb496f [2020-06-17T19:09:41.043Z] 9eb99e56ec68: Pull complete [2020-06-17T19:09:41.043Z] 27c7a5d97fbd: Pull complete [2020-06-17T19:09:41.991Z] 5c102a31e300: Pull complete [2020-06-17T19:09:41.991Z] dcfb455df0a1: Pull complete [2020-06-17T19:09:42.252Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-06-17T19:09:42.252Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-06-17T19:09:42.252Z] ---> 7c70fe431013 [2020-06-17T19:09:42.252Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-06-17T19:09:42.511Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-17T19:09:42.511Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-17T19:09:42.511Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-17T19:09:42.511Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-17T19:09:42.511Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-17T19:09:42.783Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-17T19:09:42.783Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-17T19:09:42.783Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-17T19:09:42.783Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-17T19:09:42.783Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-17T19:09:42.783Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-17T19:09:42.783Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-17T19:09:42.783Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-17T19:09:42.783Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-17T19:09:42.822Z] ---> Running in 4b1983e6df44 [2020-06-17T19:09:43.054Z] go: finding github.com/fatih/color v1.7.0 [2020-06-17T19:09:43.054Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-17T19:09:43.054Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-17T19:09:43.054Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-17T19:09:43.054Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-17T19:09:43.054Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-06-17T19:09:43.054Z] go: finding github.com/goburrow/serial v0.1.0 [2020-06-17T19:09:43.054Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-17T19:09:43.054Z] go: finding github.com/google/uuid v1.1.1 [2020-06-17T19:09:43.054Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-17T19:09:43.086Z] Removing intermediate container 4b1983e6df44 [2020-06-17T19:09:43.086Z] ---> 4bc8cbd468d0 [2020-06-17T19:09:43.086Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-17T19:09:43.086Z] ---> Running in e10127abf5fb [2020-06-17T19:09:43.326Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-17T19:09:43.326Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-17T19:09:43.326Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-17T19:09:43.326Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-17T19:09:43.326Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-17T19:09:43.326Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-17T19:09:43.326Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-17T19:09:43.326Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-17T19:09:43.326Z] go: finding github.com/hashicorp/go-sockaddr v1.0.1 [2020-06-17T19:09:43.326Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-17T19:09:43.326Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-17T19:09:43.326Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-17T19:09:43.326Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-06-17T19:09:43.326Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-17T19:09:43.326Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-17T19:09:43.326Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-17T19:09:43.326Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-17T19:09:43.326Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-17T19:09:43.326Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-17T19:09:43.326Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-17T19:09:43.326Z] go: finding github.com/miekg/dns v1.1.4 [2020-06-17T19:09:43.598Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-17T19:09:43.598Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-17T19:09:43.598Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-17T19:09:43.598Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-06-17T19:09:43.598Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-17T19:09:43.598Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-06-17T19:09:43.598Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-17T19:09:43.598Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-17T19:09:43.598Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-17T19:09:43.598Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-17T19:09:43.598Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-17T19:09:43.598Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-17T19:09:43.598Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-17T19:09:43.598Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-17T19:09:43.598Z] go: finding github.com/posener/complete v1.1.1 [2020-06-17T19:09:43.870Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-06-17T19:09:43.870Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-17T19:09:43.870Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-17T19:09:43.870Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-17T19:09:43.870Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-17T19:09:43.870Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-17T19:09:43.870Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-17T19:09:43.870Z] go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 [2020-06-17T19:09:43.870Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-17T19:09:43.870Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-17T19:09:44.143Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-17T19:09:44.143Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-17T19:09:44.485Z] Removing intermediate container e10127abf5fb [2020-06-17T19:09:44.485Z] ---> c308a16f7fe1 [2020-06-17T19:09:44.485Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-06-17T19:09:44.485Z] ---> Running in 08538c82f251 [2020-06-17T19:09:45.436Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-17T19:09:46.018Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-17T19:09:46.279Z] (1/17) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) [2020-06-17T19:09:46.279Z] (2/17) Installing libmagic (5.37-r1) [2020-06-17T19:09:46.541Z] (3/17) Installing file (5.37-r1) [2020-06-17T19:09:46.802Z] (4/17) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) [2020-06-17T19:09:46.802Z] (5/17) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) [2020-06-17T19:09:46.802Z] (6/17) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-17T19:09:54.302Z] Removing intermediate container 917f99bb496f [2020-06-17T19:09:54.302Z] ---> 5503220e2428 [2020-06-17T19:09:54.302Z] Successfully built 5503220e2428 [2020-06-17T19:09:54.302Z] 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-17T19:09:54.943Z] (7/17) Installing libc-dev (0.7.2-r0) [2020-06-17T19:09:54.943Z] (8/17) Installing g++ (9.2.0-r4) [2020-06-17T19:09:55.051Z] + docker inspect -f . ci-base-image-arm64 [2020-06-17T19:09:55.051Z] . [Pipeline] withDockerContainer [2020-06-17T19:09:55.334Z] prd-ubuntu18.04-docker-arm64-4c-16g-3392 does not seem to be running inside a container [2020-06-17T19:09:55.384Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/1 -v /w/workspace/device-modbus-go/1:/w/workspace/device-modbus-go/1:rw,z -v /w/workspace/device-modbus-go/1@tmp:/w/workspace/device-modbus-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-06-17T19:09:57.195Z] $ docker top 1552a1a43c34e81d2d01f5b25f9e2f5b982214132040a73602281c11e21d8beb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-17T19:09:58.637Z] + go version [2020-06-17T19:09:58.637Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-06-17T19:09:59.152Z] (9/17) Installing fortify-headers (1.1-r0) [2020-06-17T19:09:59.413Z] (10/17) Installing build-base (0.5-r1) [2020-06-17T19:09:59.413Z] (11/17) Installing openssh-keygen (8.1_p1-r0) [2020-06-17T19:09:59.413Z] (12/17) Installing libedit (20191211.3.1-r0) [2020-06-17T19:09:59.674Z] (13/17) Installing openssh-client (8.1_p1-r0) [2020-06-17T19:09:59.691Z] + make test [2020-06-17T19:09:59.691Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-06-17T19:09:59.937Z] (14/17) Installing openssh-sftp-server (8.1_p1-r0) [2020-06-17T19:09:59.937Z] (15/17) Installing openssh-server-common (8.1_p1-r0) [2020-06-17T19:10:00.198Z] (16/17) Installing openssh-server (8.1_p1-r0) [2020-06-17T19:10:00.198Z] (17/17) Installing openssh (8.1_p1-r0) [2020-06-17T19:10:00.198Z] Executing busybox-1.31.1-r8.trigger [2020-06-17T19:10:00.462Z] OK: 214 MiB in 52 packages [2020-06-17T19:10:00.691Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2020-06-17T19:10:04.678Z] Removing intermediate container 08538c82f251 [2020-06-17T19:10:04.678Z] ---> d60768a9c045 [2020-06-17T19:10:04.678Z] Step 6/8 : WORKDIR /device-modbus-go [2020-06-17T19:10:04.678Z] ---> Running in 1364275d2658 [2020-06-17T19:10:04.678Z] Removing intermediate container 1364275d2658 [2020-06-17T19:10:04.678Z] ---> 569ca650a2d8 [2020-06-17T19:10:04.678Z] Step 7/8 : COPY . . [2020-06-17T19:10:05.250Z] ---> 5874824a2600 [2020-06-17T19:10:05.250Z] Step 8/8 : RUN go mod download [2020-06-17T19:10:05.250Z] ---> Running in 11c7116cf2eb [2020-06-17T19:10:07.163Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-17T19:10:07.163Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-17T19:10:07.163Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-17T19:10:07.163Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-17T19:10:07.163Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-17T19:10:07.163Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-17T19:10:07.424Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-17T19:10:07.424Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-17T19:10:07.424Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-17T19:10:07.424Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-17T19:10:07.424Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-17T19:10:07.424Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-17T19:10:07.424Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-17T19:10:07.424Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-17T19:10:07.424Z] go: finding github.com/fatih/color v1.7.0 [2020-06-17T19:10:07.424Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-17T19:10:07.424Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-17T19:10:07.424Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-17T19:10:07.424Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-17T19:10:07.424Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-06-17T19:10:07.424Z] go: finding github.com/goburrow/serial v0.1.0 [2020-06-17T19:10:07.424Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-17T19:10:07.424Z] go: finding github.com/google/uuid v1.1.1 [2020-06-17T19:10:07.424Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-17T19:10:07.424Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-17T19:10:07.424Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-17T19:10:07.424Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-17T19:10:07.424Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-17T19:10:07.424Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-17T19:10:07.424Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-17T19:10:07.424Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-17T19:10:07.424Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-17T19:10:07.424Z] go: finding github.com/hashicorp/go-sockaddr v1.0.1 [2020-06-17T19:10:07.424Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-17T19:10:07.424Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-17T19:10:07.424Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-17T19:10:07.424Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-06-17T19:10:07.424Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-17T19:10:07.424Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-17T19:10:07.424Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-17T19:10:07.685Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-17T19:10:07.685Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-17T19:10:07.685Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-17T19:10:07.685Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-17T19:10:07.685Z] go: finding github.com/miekg/dns v1.1.4 [2020-06-17T19:10:07.685Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-17T19:10:07.685Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-17T19:10:07.685Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-17T19:10:07.685Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-06-17T19:10:07.685Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-17T19:10:07.685Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-06-17T19:10:07.685Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-17T19:10:07.685Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-17T19:10:07.685Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-17T19:10:07.685Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-17T19:10:07.685Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-17T19:10:07.685Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-17T19:10:07.685Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-17T19:10:07.685Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-17T19:10:07.685Z] go: finding github.com/posener/complete v1.1.1 [2020-06-17T19:10:07.685Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-06-17T19:10:07.685Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-17T19:10:07.685Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-17T19:10:07.685Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-17T19:10:07.685Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-17T19:10:07.685Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-17T19:10:07.685Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-17T19:10:07.685Z] go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 [2020-06-17T19:10:07.685Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-17T19:10:07.685Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-17T19:10:07.685Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-17T19:10:07.685Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-17T19:10:15.839Z] Removing intermediate container 11c7116cf2eb [2020-06-17T19:10:15.839Z] ---> e329fd5a293c [2020-06-17T19:10:15.839Z] Successfully built e329fd5a293c [2020-06-17T19:10:15.839Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-17T19:10:16.711Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-17T19:10:16.711Z] . [Pipeline] withDockerContainer [2020-06-17T19:10:16.826Z] prd-centos7-docker-4c-2g-3393 does not seem to be running inside a container [2020-06-17T19:10:16.874Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/1 -v /w/workspace/device-modbus-go/1:/w/workspace/device-modbus-go/1:rw,z -v /w/workspace/device-modbus-go/1@tmp:/w/workspace/device-modbus-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-06-17T19:10:18.116Z] $ docker top c1f2c863a0079e45ca62718450c6f859169060fa6b61321dbc76c308a5dbf632 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-17T19:10:18.605Z] + go version [2020-06-17T19:10:18.605Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-06-17T19:10:18.928Z] + make test [2020-06-17T19:10:18.928Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-06-17T19:10:19.881Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2020-06-17T19:10:27.520Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2020-06-17T19:10:27.520Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.285s coverage: 50.3% of statements [2020-06-17T19:10:27.795Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-17T19:10:30.025Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2020-06-17T19:10:30.025Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.178s coverage: 50.3% of statements [2020-06-17T19:10:30.025Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-17T19:10:30.969Z] gofmt -l . [2020-06-17T19:10:30.969Z] [ "`gofmt -l .`" = "" ] [2020-06-17T19:10:30.969Z] ./bin/test-attribution-txt.sh [2020-06-17T19:10:31.548Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-06-17T19:10:31.807Z] Stashed 1 file(s) [Pipeline] } [2020-06-17T19:10:31.830Z] $ docker stop --time=1 c1f2c863a0079e45ca62718450c6f859169060fa6b61321dbc76c308a5dbf632 [2020-06-17T19:10:33.213Z] gofmt -l . [2020-06-17T19:10:33.490Z] [ "`gofmt -l .`" = "" ] [2020-06-17T19:10:33.490Z] ./bin/test-attribution-txt.sh [2020-06-17T19:10:33.910Z] $ docker rm -f c1f2c863a0079e45ca62718450c6f859169060fa6b61321dbc76c308a5dbf632 [2020-06-17T19:10:34.087Z] ./bin/test-go-mod-tidy.sh [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] stash [2020-06-17T19:10:35.671Z] Warning: overwriting stash ‘coverage-report’ [Pipeline] sh [2020-06-17T19:10:35.978Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-17T19:10:36.062Z] Stashed 1 file(s) [Pipeline] } [2020-06-17T19:10:36.073Z] $ docker stop --time=1 1552a1a43c34e81d2d01f5b25f9e2f5b982214132040a73602281c11e21d8beb [2020-06-17T19:10:36.297Z] + ls -al . [2020-06-17T19:10:36.297Z] total 104 [2020-06-17T19:10:36.297Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jun 17 19:10 . [2020-06-17T19:10:36.297Z] drwxrwxr-x. 4 jenkins jenkins 28 Jun 17 19:09 .. [2020-06-17T19:10:36.297Z] -rw-rw-r--. 1 jenkins jenkins 5049 Jun 17 19:09 Attribution.txt [2020-06-17T19:10:36.297Z] drwxrwxr-x. 2 jenkins jenkins 87 Jun 17 19:09 bin [2020-06-17T19:10:36.297Z] drwxrwxr-x. 3 jenkins jenkins 32 Jun 17 19:09 cmd [2020-06-17T19:10:36.297Z] -rw-r--r--. 1 jenkins jenkins 22123 Jun 17 19:10 coverage.out [2020-06-17T19:10:36.297Z] -rw-rw-r--. 1 jenkins jenkins 1422 Jun 17 19:09 Dockerfile [2020-06-17T19:10:36.297Z] -rw-rw-r--. 1 jenkins jenkins 954 Jun 17 19:09 Dockerfile.build [2020-06-17T19:10:36.297Z] -rw-rw-r--. 1 jenkins jenkins 140 Jun 17 19:09 .dockerignore [2020-06-17T19:10:36.297Z] drwxrwxr-x. 8 jenkins jenkins 179 Jun 17 19:09 .git [2020-06-17T19:10:36.297Z] drwxrwxr-x. 2 jenkins jenkins 38 Jun 17 19:09 .github [2020-06-17T19:10:36.297Z] -rw-rw-r--. 1 jenkins jenkins 330 Jun 17 19:09 .gitignore [2020-06-17T19:10:36.297Z] -rw-r--r--. 1 jenkins jenkins 559 Jun 17 19:10 go.mod [2020-06-17T19:10:36.297Z] -rw-r--r--. 1 jenkins jenkins 13471 Jun 17 19:10 go.sum [2020-06-17T19:10:36.297Z] drwxrwxr-x. 3 jenkins jenkins 20 Jun 17 19:09 internal [2020-06-17T19:10:36.297Z] -rw-rw-r--. 1 jenkins jenkins 702 Jun 17 19:09 Jenkinsfile [2020-06-17T19:10:36.297Z] -rw-rw-r--. 1 jenkins jenkins 11340 Jun 17 19:09 LICENSE [2020-06-17T19:10:36.297Z] -rw-rw-r--. 1 jenkins jenkins 880 Jun 17 19:09 Makefile [2020-06-17T19:10:36.297Z] -rw-rw-r--. 1 jenkins jenkins 591 Jun 17 19:09 README.md [2020-06-17T19:10:36.297Z] drwxrwxr-x. 3 jenkins jenkins 58 Jun 17 19:09 .semver [2020-06-17T19:10:36.298Z] drwxrwxr-x. 2 jenkins jenkins 35 Jun 17 19:09 simulator [2020-06-17T19:10:36.298Z] drwxrwxr-x. 4 jenkins jenkins 54 Jun 17 19:09 snap [2020-06-17T19:10:36.298Z] -rw-rw-r--. 1 jenkins jenkins 5 Jun 17 19:06 VERSION [2020-06-17T19:10:36.298Z] -rw-rw-r--. 1 jenkins jenkins 229 Jun 17 19:09 version.go [2020-06-17T19:10:38.234Z] $ docker rm -f 1552a1a43c34e81d2d01f5b25f9e2f5b982214132040a73602281c11e21d8beb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] isUnix [Pipeline] sh [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-17T19:10:39.238Z] + 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=096d61faa77f337c7d943629a9b9aeb00cd99f22 --label arch=amd64 --label version=0.0.0 . [2020-06-17T19:10:39.238Z] Sending build context to Docker daemon 647.7kB [2020-06-17T19:10:39.238Z] Step 1/19 : ARG BASE=golang:1.13-alpine [2020-06-17T19:10:39.238Z] Step 2/19 : FROM ${BASE} AS builder [2020-06-17T19:10:39.238Z] ---> e329fd5a293c [2020-06-17T19:10:39.238Z] Step 3/19 : ARG MAKE='make build' [2020-06-17T19:10:39.446Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-17T19:10:39.499Z] ---> Running in aa3cd2949dca [2020-06-17T19:10:39.763Z] Removing intermediate container aa3cd2949dca [2020-06-17T19:10:39.763Z] ---> ec7cb4a7588f [2020-06-17T19:10:39.763Z] Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-17T19:10:39.763Z] ---> Running in b748ccd7b6c2 [2020-06-17T19:10:39.787Z] + ls -al . [2020-06-17T19:10:39.787Z] total 140 [2020-06-17T19:10:39.787Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 17 19:10 . [2020-06-17T19:10:39.787Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 17 19:08 .. [2020-06-17T19:10:39.787Z] -rw-rw-r-- 1 jenkins jenkins 140 Jun 17 19:08 .dockerignore [2020-06-17T19:10:39.787Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 17 19:08 .git [2020-06-17T19:10:39.787Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 17 19:08 .github [2020-06-17T19:10:39.787Z] -rw-rw-r-- 1 jenkins jenkins 330 Jun 17 19:08 .gitignore [2020-06-17T19:10:39.787Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 17 19:08 .semver [2020-06-17T19:10:39.787Z] -rw-rw-r-- 1 jenkins jenkins 5049 Jun 17 19:08 Attribution.txt [2020-06-17T19:10:39.787Z] -rw-rw-r-- 1 jenkins jenkins 1422 Jun 17 19:08 Dockerfile [2020-06-17T19:10:39.787Z] -rw-rw-r-- 1 jenkins jenkins 954 Jun 17 19:08 Dockerfile.build [2020-06-17T19:10:39.787Z] -rw-rw-r-- 1 jenkins jenkins 702 Jun 17 19:08 Jenkinsfile [2020-06-17T19:10:39.787Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jun 17 19:08 LICENSE [2020-06-17T19:10:39.787Z] -rw-rw-r-- 1 jenkins jenkins 880 Jun 17 19:08 Makefile [2020-06-17T19:10:39.787Z] -rw-rw-r-- 1 jenkins jenkins 591 Jun 17 19:08 README.md [2020-06-17T19:10:39.787Z] -rw-rw-r-- 1 jenkins jenkins 5 Jun 17 19:06 VERSION [2020-06-17T19:10:39.787Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 17 19:08 bin [2020-06-17T19:10:39.787Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 17 19:08 cmd [2020-06-17T19:10:39.787Z] -rw-r--r-- 1 jenkins jenkins 22123 Jun 17 19:10 coverage.out [2020-06-17T19:10:39.787Z] -rw-r--r-- 1 jenkins jenkins 559 Jun 17 19:10 go.mod [2020-06-17T19:10:39.787Z] -rw-r--r-- 1 jenkins jenkins 13471 Jun 17 19:10 go.sum [2020-06-17T19:10:39.787Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 17 19:08 internal [2020-06-17T19:10:39.787Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 17 19:08 simulator [2020-06-17T19:10:39.787Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 17 19:08 snap [2020-06-17T19:10:39.787Z] -rw-rw-r-- 1 jenkins jenkins 229 Jun 17 19:08 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-17T19:10:40.151Z] + 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=096d61faa77f337c7d943629a9b9aeb00cd99f22 --label arch=arm64 --label version=0.0.0 . [2020-06-17T19:10:40.423Z] Sending build context to Docker daemon 647.7kB [2020-06-17T19:10:40.423Z] Step 1/19 : ARG BASE=golang:1.13-alpine [2020-06-17T19:10:40.423Z] Step 2/19 : FROM ${BASE} AS builder [2020-06-17T19:10:40.423Z] ---> 5503220e2428 [2020-06-17T19:10:40.423Z] Step 3/19 : ARG MAKE='make build' [2020-06-17T19:10:40.696Z] ---> Running in c5d324499d21 [2020-06-17T19:10:40.713Z] Removing intermediate container b748ccd7b6c2 [2020-06-17T19:10:40.713Z] ---> 06baf3e54b9a [2020-06-17T19:10:40.713Z] Step 5/19 : RUN apk add --update --no-cache make git openssh build-base [2020-06-17T19:10:40.713Z] ---> Running in 5edaee4966bf [2020-06-17T19:10:41.286Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-17T19:10:41.292Z] Removing intermediate container c5d324499d21 [2020-06-17T19:10:41.292Z] ---> 2d15b09a367a [2020-06-17T19:10:41.292Z] Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-17T19:10:41.292Z] ---> Running in b26044610d09 [2020-06-17T19:10:41.859Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-17T19:10:42.121Z] OK: 214 MiB in 52 packages [2020-06-17T19:10:42.694Z] Removing intermediate container 5edaee4966bf [2020-06-17T19:10:42.694Z] ---> 0fe84ced8b6a [2020-06-17T19:10:42.694Z] Step 6/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2020-06-17T19:10:42.694Z] ---> Running in 62205de6bbb5 [2020-06-17T19:10:42.694Z] Removing intermediate container 62205de6bbb5 [2020-06-17T19:10:42.694Z] ---> 38bdc038eebf [2020-06-17T19:10:42.694Z] Step 7/19 : COPY . . [2020-06-17T19:10:43.642Z] ---> 03d59e1ba841 [2020-06-17T19:10:43.642Z] Step 8/19 : RUN ${MAKE} [2020-06-17T19:10:43.642Z] ---> Running in b3c627981fe5 [2020-06-17T19:10:43.905Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -o cmd/device-modbus ./cmd [2020-06-17T19:10:43.921Z] Removing intermediate container b26044610d09 [2020-06-17T19:10:43.921Z] ---> 7e43327a9149 [2020-06-17T19:10:43.921Z] Step 5/19 : RUN apk add --update --no-cache make git openssh build-base [2020-06-17T19:10:43.921Z] ---> Running in bc9154da333e [2020-06-17T19:10:45.426Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-17T19:10:46.431Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-17T19:10:47.053Z] OK: 203 MiB in 52 packages [2020-06-17T19:10:48.048Z] Removing intermediate container bc9154da333e [2020-06-17T19:10:48.048Z] ---> b72febf33fe8 [2020-06-17T19:10:48.048Z] Step 6/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2020-06-17T19:10:48.327Z] ---> Running in b3350ab4ff5f [2020-06-17T19:10:48.920Z] Removing intermediate container b3350ab4ff5f [2020-06-17T19:10:48.920Z] ---> 7ea4082b4449 [2020-06-17T19:10:48.920Z] Step 7/19 : COPY . . [2020-06-17T19:10:49.905Z] ---> 89fc05eda12e [2020-06-17T19:10:49.905Z] Step 8/19 : RUN ${MAKE} [2020-06-17T19:10:49.905Z] ---> Running in 89f831aca0b2 [2020-06-17T19:10:51.342Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -o cmd/device-modbus ./cmd [2020-06-17T19:10:52.123Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-17T19:10:55.442Z] Removing intermediate container b3c627981fe5 [2020-06-17T19:10:55.442Z] ---> 32fe1e0a901d [2020-06-17T19:10:55.442Z] Step 9/19 : FROM scratch [2020-06-17T19:10:55.442Z] ---> [2020-06-17T19:10:55.442Z] Step 10/19 : ENV APP_PORT=49991 [2020-06-17T19:10:55.442Z] ---> Running in 53c66e5b7932 [2020-06-17T19:10:55.705Z] Removing intermediate container 53c66e5b7932 [2020-06-17T19:10:55.706Z] ---> 8c7a551c2252 [2020-06-17T19:10:55.706Z] Step 11/19 : EXPOSE $APP_PORT [2020-06-17T19:10:55.706Z] ---> Running in 47143e9b304d [2020-06-17T19:10:55.968Z] Removing intermediate container 47143e9b304d [2020-06-17T19:10:55.968Z] ---> 56501a42bf9a [2020-06-17T19:10:55.968Z] Step 12/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2020-06-17T19:10:56.236Z] ---> 36bc94a05309 [2020-06-17T19:10:56.236Z] Step 13/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2020-06-17T19:10:56.498Z] ---> bd313ecaabd5 [2020-06-17T19:10:56.499Z] Step 14/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2020-06-17T19:10:56.761Z] ---> c3455a18c6b0 [2020-06-17T19:10:56.761Z] Step 15/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2020-06-17T19:10:56.761Z] ---> Running in 8dccfe7e16e2 [2020-06-17T19:10:57.024Z] Removing intermediate container 8dccfe7e16e2 [2020-06-17T19:10:57.024Z] ---> 95e50ff389e7 [2020-06-17T19:10:57.024Z] Step 16/19 : ENTRYPOINT ["/device-modbus","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-06-17T19:10:57.024Z] ---> Running in 7e2f0aaab14f [2020-06-17T19:10:57.286Z] Removing intermediate container 7e2f0aaab14f [2020-06-17T19:10:57.286Z] ---> 47b0dcb7059d [2020-06-17T19:10:57.286Z] Step 17/19 : LABEL arch=amd64 [2020-06-17T19:10:57.286Z] ---> Running in 5557fc12b62d [2020-06-17T19:10:57.547Z] Removing intermediate container 5557fc12b62d [2020-06-17T19:10:57.547Z] ---> 78843b460fbd [2020-06-17T19:10:57.547Z] Step 18/19 : LABEL git_sha=096d61faa77f337c7d943629a9b9aeb00cd99f22 [2020-06-17T19:10:57.547Z] ---> Running in e80edb7155b4 [2020-06-17T19:10:57.547Z] Removing intermediate container e80edb7155b4 [2020-06-17T19:10:57.547Z] ---> 2741184e1ebb [2020-06-17T19:10:57.547Z] Step 19/19 : LABEL version=0.0.0 [2020-06-17T19:10:57.808Z] ---> Running in 22ecbd132fb2 [2020-06-17T19:10:57.808Z] Removing intermediate container 22ecbd132fb2 [2020-06-17T19:10:57.808Z] ---> d490eb8e62d7 [2020-06-17T19:10:57.808Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-17T19:10:57.808Z] Successfully built d490eb8e62d7 [2020-06-17T19:10:57.808Z] Successfully tagged docker-device-modbus-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-17T19:10:58.957Z] ++ find /w/workspace/device-modbus-go/1 [2020-06-17T19:10:58.957Z] ++ grep snapcraft.yaml [2020-06-17T19:10:58.957Z] + grep -Po '^name: \K(.*)' /w/workspace/device-modbus-go/1/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-17T19:10:59.093Z] provisioning config files... [2020-06-17T19:10:59.104Z] copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/1@tmp/config2390526792012896253tmp [Pipeline] { [Pipeline] sh [2020-06-17T19:10:59.460Z] + cp /w/workspace/device-modbus-go/1@tmp/config2390526792012896253tmp /w/workspace/device-modbus-go/1/edgex-snap-store-login [Pipeline] sh [2020-06-17T19:10:59.777Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/1:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-06-17T19:10:59.777Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-06-17T19:10:59.777Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-06-17T19:10:59.777Z] 5bed26d33875: Pulling fs layer [2020-06-17T19:10:59.777Z] f11b29a9c730: Pulling fs layer [2020-06-17T19:10:59.777Z] 930bda195c84: Pulling fs layer [2020-06-17T19:10:59.777Z] 78bf9a5ad49e: Pulling fs layer [2020-06-17T19:10:59.777Z] e5fbee5a4b0d: Pulling fs layer [2020-06-17T19:10:59.777Z] f452fca78f88: Pulling fs layer [2020-06-17T19:10:59.777Z] 7417ef92027a: Pulling fs layer [2020-06-17T19:10:59.777Z] 2af5c49d270b: Pulling fs layer [2020-06-17T19:10:59.777Z] df9c3bdbc40a: Pulling fs layer [2020-06-17T19:10:59.777Z] 78bf9a5ad49e: Waiting [2020-06-17T19:10:59.777Z] e5fbee5a4b0d: Waiting [2020-06-17T19:10:59.777Z] f452fca78f88: Waiting [2020-06-17T19:10:59.777Z] 7417ef92027a: Waiting [2020-06-17T19:10:59.777Z] 2af5c49d270b: Waiting [2020-06-17T19:10:59.777Z] df9c3bdbc40a: Waiting [2020-06-17T19:10:59.777Z] 930bda195c84: Verifying Checksum [2020-06-17T19:10:59.777Z] 930bda195c84: Download complete [2020-06-17T19:10:59.777Z] f11b29a9c730: Download complete [2020-06-17T19:10:59.777Z] 78bf9a5ad49e: Verifying Checksum [2020-06-17T19:10:59.777Z] 78bf9a5ad49e: Download complete [2020-06-17T19:10:59.777Z] f452fca78f88: Verifying Checksum [2020-06-17T19:10:59.777Z] f452fca78f88: Download complete [2020-06-17T19:10:59.777Z] 7417ef92027a: Verifying Checksum [2020-06-17T19:10:59.777Z] 7417ef92027a: Download complete [2020-06-17T19:11:00.045Z] 2af5c49d270b: Download complete [2020-06-17T19:11:00.045Z] df9c3bdbc40a: Verifying Checksum [2020-06-17T19:11:00.045Z] df9c3bdbc40a: Download complete [2020-06-17T19:11:00.045Z] 5bed26d33875: Verifying Checksum [2020-06-17T19:11:00.045Z] 5bed26d33875: Download complete [2020-06-17T19:11:04.266Z] e5fbee5a4b0d: Verifying Checksum [2020-06-17T19:11:04.266Z] e5fbee5a4b0d: Download complete [2020-06-17T19:11:04.838Z] 5bed26d33875: Pull complete [2020-06-17T19:11:04.838Z] f11b29a9c730: Pull complete [2020-06-17T19:11:05.099Z] 930bda195c84: Pull complete [2020-06-17T19:11:05.099Z] 78bf9a5ad49e: Pull complete [2020-06-17T19:11:18.152Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-17T19:11:22.444Z] Removing intermediate container 89f831aca0b2 [2020-06-17T19:11:22.444Z] ---> 6ecdf0632b75 [2020-06-17T19:11:22.444Z] Step 9/19 : FROM scratch [2020-06-17T19:11:22.444Z] ---> [2020-06-17T19:11:22.444Z] Step 10/19 : ENV APP_PORT=49991 [2020-06-17T19:11:22.444Z] ---> Running in ad15390cec13 [2020-06-17T19:11:23.039Z] Removing intermediate container ad15390cec13 [2020-06-17T19:11:23.040Z] ---> 97920e24e6b1 [2020-06-17T19:11:23.040Z] Step 11/19 : EXPOSE $APP_PORT [2020-06-17T19:11:23.040Z] ---> Running in 2e07923136b6 [2020-06-17T19:11:23.241Z] e5fbee5a4b0d: Pull complete [2020-06-17T19:11:23.312Z] Removing intermediate container 2e07923136b6 [2020-06-17T19:11:23.312Z] ---> ab8dd52a7ec2 [2020-06-17T19:11:23.312Z] Step 12/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2020-06-17T19:11:23.502Z] f452fca78f88: Pull complete [2020-06-17T19:11:23.502Z] 7417ef92027a: Pull complete [2020-06-17T19:11:23.768Z] 2af5c49d270b: Pull complete [2020-06-17T19:11:23.768Z] df9c3bdbc40a: Pull complete [2020-06-17T19:11:23.768Z] Digest: sha256:329b7ca3c147263d7a6122d30aca7e6f18adc9017ce870f1638d2965d7494739 [2020-06-17T19:11:23.768Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-06-17T19:11:24.745Z] ---> 1f43fb75bef6 [2020-06-17T19:11:24.746Z] Step 13/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2020-06-17T19:11:25.345Z] ---> a72ab84ca27b [2020-06-17T19:11:25.345Z] Step 14/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2020-06-17T19:11:25.941Z] ---> 229694a24cd9 [2020-06-17T19:11:25.941Z] Step 15/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2020-06-17T19:11:25.941Z] ---> Running in 87200a97ae81 [2020-06-17T19:11:26.540Z] Removing intermediate container 87200a97ae81 [2020-06-17T19:11:26.540Z] ---> a399e23ffc43 [2020-06-17T19:11:26.540Z] Step 16/19 : ENTRYPOINT ["/device-modbus","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-06-17T19:11:26.540Z] ---> Running in 09b94df0d653 [2020-06-17T19:11:27.138Z] Removing intermediate container 09b94df0d653 [2020-06-17T19:11:27.138Z] ---> 597f4e426614 [2020-06-17T19:11:27.138Z] Step 17/19 : LABEL arch=arm64 [2020-06-17T19:11:27.138Z] ---> Running in 9dfbd8825959 [2020-06-17T19:11:27.731Z] Removing intermediate container 9dfbd8825959 [2020-06-17T19:11:27.731Z] ---> 8659585d770e [2020-06-17T19:11:27.731Z] Step 18/19 : LABEL git_sha=096d61faa77f337c7d943629a9b9aeb00cd99f22 [2020-06-17T19:11:27.731Z] ---> Running in 5ee467315f8c [2020-06-17T19:11:27.997Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-06-17T19:11:27.997Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-06-17T19:11:28.002Z] Removing intermediate container 5ee467315f8c [2020-06-17T19:11:28.002Z] ---> 3468b8b6077b [2020-06-17T19:11:28.002Z] Step 19/19 : LABEL version=0.0.0 [2020-06-17T19:11:28.259Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-06-17T19:11:28.279Z] ---> Running in ed9bb3923205 [2020-06-17T19:11:28.521Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-06-17T19:11:28.549Z] Removing intermediate container ed9bb3923205 [2020-06-17T19:11:28.549Z] ---> bf30cfcd0a53 [2020-06-17T19:11:28.549Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-17T19:11:28.549Z] Successfully built bf30cfcd0a53 [2020-06-17T19:11:28.783Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [960 kB] [2020-06-17T19:11:28.783Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [80.7 kB] [2020-06-17T19:11:28.783Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1397 kB] [2020-06-17T19:11:28.820Z] Successfully tagged docker-device-modbus-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [2020-06-17T19:11:29.358Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1254 kB] [2020-06-17T19:11:29.358Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [861 kB] [2020-06-17T19:11:29.358Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [20.3 kB] [2020-06-17T19:11:29.358Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8158 B] [2020-06-17T19:11:29.358Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] [2020-06-17T19:11:29.358Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [66.4 kB] [2020-06-17T19:11:29.358Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9092 B] [Pipeline] sh [2020-06-17T19:11:29.685Z] + grep snapcraft.yaml [2020-06-17T19:11:29.685Z] + find /w/workspace/device-modbus-go/1 [2020-06-17T19:11:29.685Z] + grep -Po ^name: \K(.*) /w/workspace/device-modbus-go/1/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-17T19:11:29.850Z] provisioning config files... [2020-06-17T19:11:29.870Z] copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/1@tmp/config8765434335252089561tmp [Pipeline] { [Pipeline] sh [2020-06-17T19:11:29.931Z] Fetched 4917 kB in 2s (2309 kB/s) [2020-06-17T19:11:30.251Z] + cp /w/workspace/device-modbus-go/1@tmp/config8765434335252089561tmp /w/workspace/device-modbus-go/1/edgex-snap-store-login [Pipeline] sh [2020-06-17T19:11:30.598Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/1:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-06-17T19:11:30.598Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-06-17T19:11:30.869Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-06-17T19:11:30.869Z] b2f61026a351: Pulling fs layer [2020-06-17T19:11:30.869Z] 5538fb30c42c: Pulling fs layer [2020-06-17T19:11:30.869Z] f0b05810781a: Pulling fs layer [2020-06-17T19:11:30.869Z] 0180a33352d6: Pulling fs layer [2020-06-17T19:11:30.869Z] e7604b0c0f53: Pulling fs layer [2020-06-17T19:11:30.869Z] db689cb83ae0: Pulling fs layer [2020-06-17T19:11:30.869Z] 6138af208834: Pulling fs layer [2020-06-17T19:11:30.869Z] 007c8e8c5d63: Pulling fs layer [2020-06-17T19:11:30.869Z] 4f7a387c642f: Pulling fs layer [2020-06-17T19:11:30.869Z] e7604b0c0f53: Waiting [2020-06-17T19:11:30.869Z] db689cb83ae0: Waiting [2020-06-17T19:11:30.869Z] 6138af208834: Waiting [2020-06-17T19:11:30.869Z] 007c8e8c5d63: Waiting [2020-06-17T19:11:30.869Z] 4f7a387c642f: Waiting [2020-06-17T19:11:30.869Z] 0180a33352d6: Waiting [2020-06-17T19:11:30.869Z] 5538fb30c42c: Verifying Checksum [2020-06-17T19:11:30.869Z] 5538fb30c42c: Download complete [2020-06-17T19:11:30.869Z] f0b05810781a: Verifying Checksum [2020-06-17T19:11:30.869Z] f0b05810781a: Download complete [2020-06-17T19:11:30.869Z] 0180a33352d6: Verifying Checksum [2020-06-17T19:11:30.869Z] 0180a33352d6: Download complete [2020-06-17T19:11:30.869Z] db689cb83ae0: Verifying Checksum [2020-06-17T19:11:30.869Z] db689cb83ae0: Download complete [2020-06-17T19:11:30.869Z] 6138af208834: Verifying Checksum [2020-06-17T19:11:30.869Z] 6138af208834: Download complete [2020-06-17T19:11:30.869Z] 007c8e8c5d63: Verifying Checksum [2020-06-17T19:11:30.869Z] 007c8e8c5d63: Download complete [2020-06-17T19:11:30.869Z] 4f7a387c642f: Download complete [2020-06-17T19:11:31.317Z] Reading package lists... [2020-06-17T19:11:31.468Z] b2f61026a351: Verifying Checksum [2020-06-17T19:11:31.468Z] b2f61026a351: Download complete [2020-06-17T19:11:34.623Z] 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-17T19:11:34.855Z] b2f61026a351: Pull complete [2020-06-17T19:11:34.855Z] 5538fb30c42c: Pull complete [2020-06-17T19:11:35.129Z] f0b05810781a: Pull complete [2020-06-17T19:11:35.405Z] 0180a33352d6: Pull complete [2020-06-17T19:11:36.015Z] Reading package lists... [2020-06-17T19:11:36.276Z] Building dependency tree... [2020-06-17T19:11:36.276Z] Reading state information... [2020-06-17T19:11:36.537Z] The following packages were automatically installed and are no longer required: [2020-06-17T19:11:36.537Z] libjq1 liblzo2-2 libonig4 [2020-06-17T19:11:36.537Z] Use 'sudo apt autoremove' to remove them. [2020-06-17T19:11:36.537Z] Suggested packages: [2020-06-17T19:11:36.537Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-06-17T19:11:36.537Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc [2020-06-17T19:11:36.537Z] keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc [2020-06-17T19:11:36.537Z] libterm-readline-gnu-perl | libterm-readline-perl-perl [2020-06-17T19:11:36.537Z] The following NEW packages will be installed: [2020-06-17T19:11:36.537Z] curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl [2020-06-17T19:11:36.798Z] libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 [2020-06-17T19:11:36.798Z] libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase [2020-06-17T19:11:36.798Z] openssh-client patch perl perl-modules-5.26 xauth [2020-06-17T19:11:37.058Z] 0 upgraded, 27 newly installed, 0 to remove and 10 not upgraded. [2020-06-17T19:11:37.058Z] Need to get 14.7 MB of archives. [2020-06-17T19:11:37.058Z] After this operation, 89.5 MB of additional disk space will be used. [2020-06-17T19:11:37.058Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxau6 amd64 1:1.0.8-1 [8376 B] [2020-06-17T19:11:37.058Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-06-17T19:11:37.319Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB] [2020-06-17T19:11:37.319Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB] [2020-06-17T19:11:37.319Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] [2020-06-17T19:11:37.581Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.2 [569 kB] [2020-06-17T19:11:38.156Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB] [2020-06-17T19:11:38.156Z] 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-17T19:11:38.734Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-06-17T19:11:38.734Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-06-17T19:11:38.734Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] [2020-06-17T19:11:38.734Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] [2020-06-17T19:11:38.778Z] e7604b0c0f53: Verifying Checksum [2020-06-17T19:11:38.778Z] e7604b0c0f53: Download complete [2020-06-17T19:11:38.995Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-06-17T19:11:38.995Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-06-17T19:11:38.995Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-06-17T19:11:38.995Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-06-17T19:11:38.995Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.3 [1088 kB] [2020-06-17T19:11:38.995Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B] [2020-06-17T19:11:38.995Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-06-17T19:11:38.995Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB] [2020-06-17T19:11:38.995Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.8 [159 kB] [2020-06-17T19:11:39.257Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.8 [213 kB] [2020-06-17T19:11:39.257Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-06-17T19:11:39.257Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-06-17T19:11:39.257Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-06-17T19:11:39.518Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-06-17T19:11:39.518Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-06-17T19:11:40.090Z] debconf: delaying package configuration, since apt-utils is not installed [2020-06-17T19:11:40.090Z] Fetched 14.7 MB in 3s (4978 kB/s) [2020-06-17T19:11:40.090Z] Selecting previously unselected package libxau6:amd64. [2020-06-17T19:11:40.350Z] (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-17T19:11:40.350Z] Preparing to unpack .../00-libxau6_1%3a1.0.8-1_amd64.deb ... [2020-06-17T19:11:40.350Z] Unpacking libxau6:amd64 (1:1.0.8-1) ... [2020-06-17T19:11:40.350Z] Selecting previously unselected package libbsd0:amd64. [2020-06-17T19:11:40.350Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-06-17T19:11:40.350Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-06-17T19:11:40.350Z] Selecting previously unselected package libxdmcp6:amd64. [2020-06-17T19:11:40.350Z] Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_amd64.deb ... [2020-06-17T19:11:40.350Z] Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... [2020-06-17T19:11:40.611Z] Selecting previously unselected package libxcb1:amd64. [2020-06-17T19:11:40.611Z] Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_amd64.deb ... [2020-06-17T19:11:40.611Z] Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ... [2020-06-17T19:11:40.611Z] Selecting previously unselected package libx11-data. [2020-06-17T19:11:40.611Z] Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... [2020-06-17T19:11:40.611Z] Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-17T19:11:41.185Z] Selecting previously unselected package libx11-6:amd64. [2020-06-17T19:11:41.185Z] Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_amd64.deb ... [2020-06-17T19:11:41.185Z] Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... [2020-06-17T19:11:41.447Z] Selecting previously unselected package libxext6:amd64. [2020-06-17T19:11:41.447Z] Preparing to unpack .../06-libxext6_2%3a1.3.3-1_amd64.deb ... [2020-06-17T19:11:41.447Z] Unpacking libxext6:amd64 (2:1.3.3-1) ... [2020-06-17T19:11:41.447Z] Selecting previously unselected package perl-modules-5.26. [2020-06-17T19:11:41.447Z] Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-06-17T19:11:41.447Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-17T19:11:44.758Z] Selecting previously unselected package libgdbm5:amd64. [2020-06-17T19:11:44.758Z] Preparing to unpack .../08-libgdbm5_1.14.1-6_amd64.deb ... [2020-06-17T19:11:44.758Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-06-17T19:11:44.758Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-06-17T19:11:44.758Z] Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-06-17T19:11:44.758Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-06-17T19:11:44.758Z] Selecting previously unselected package libperl5.26:amd64. [2020-06-17T19:11:44.758Z] Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-06-17T19:11:44.758Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-06-17T19:11:45.701Z] Selecting previously unselected package perl. [2020-06-17T19:11:45.701Z] Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-06-17T19:11:45.701Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-06-17T19:11:45.962Z] Selecting previously unselected package less. [2020-06-17T19:11:45.962Z] Preparing to unpack .../12-less_487-0.1_amd64.deb ... [2020-06-17T19:11:45.962Z] Unpacking less (487-0.1) ... [2020-06-17T19:11:45.962Z] Selecting previously unselected package libexpat1:amd64. [2020-06-17T19:11:45.962Z] Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-06-17T19:11:45.962Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-06-17T19:11:46.223Z] Selecting previously unselected package netbase. [2020-06-17T19:11:46.223Z] Preparing to unpack .../14-netbase_5.4_all.deb ... [2020-06-17T19:11:46.223Z] Unpacking netbase (5.4) ... [2020-06-17T19:11:46.223Z] Selecting previously unselected package libedit2:amd64. [2020-06-17T19:11:46.223Z] Preparing to unpack .../15-libedit2_3.1-20170329-1_amd64.deb ... [2020-06-17T19:11:46.223Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-06-17T19:11:46.484Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-06-17T19:11:46.484Z] Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb ... [2020-06-17T19:11:46.484Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... [2020-06-17T19:11:46.484Z] Selecting previously unselected package libxmuu1:amd64. [2020-06-17T19:11:46.484Z] Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_amd64.deb ... [2020-06-17T19:11:46.484Z] Unpacking libxmuu1:amd64 (2:1.1.2-2) ... [2020-06-17T19:11:46.747Z] Selecting previously unselected package openssh-client. [2020-06-17T19:11:46.747Z] Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-06-17T19:11:46.747Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-17T19:11:46.747Z] Selecting previously unselected package xauth. [2020-06-17T19:11:46.747Z] Preparing to unpack .../19-xauth_1%3a1.0.10-1_amd64.deb ... [2020-06-17T19:11:46.747Z] Unpacking xauth (1:1.0.10-1) ... [2020-06-17T19:11:47.007Z] Selecting previously unselected package curl. [2020-06-17T19:11:47.007Z] Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_amd64.deb ... [2020-06-17T19:11:47.007Z] Unpacking curl (7.58.0-2ubuntu3.8) ... [2020-06-17T19:11:47.008Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-06-17T19:11:47.008Z] Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_amd64.deb ... [2020-06-17T19:11:47.008Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... [2020-06-17T19:11:47.008Z] Selecting previously unselected package liberror-perl. [2020-06-17T19:11:47.008Z] Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... [2020-06-17T19:11:47.008Z] Unpacking liberror-perl (0.17025-1) ... [2020-06-17T19:11:47.269Z] Selecting previously unselected package git-man. [2020-06-17T19:11:47.269Z] Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-06-17T19:11:47.269Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-17T19:11:47.269Z] Selecting previously unselected package git. [2020-06-17T19:11:47.269Z] Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-06-17T19:11:47.269Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-06-17T19:11:48.657Z] Selecting previously unselected package make. [2020-06-17T19:11:48.657Z] Preparing to unpack .../25-make_4.1-9.1ubuntu1_amd64.deb ... [2020-06-17T19:11:48.657Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-06-17T19:11:48.657Z] Selecting previously unselected package patch. [2020-06-17T19:11:48.657Z] Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-06-17T19:11:48.657Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-06-17T19:11:48.657Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-06-17T19:11:48.657Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-17T19:11:48.657Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-06-17T19:11:48.657Z] Setting up less (487-0.1) ... [2020-06-17T19:11:48.921Z] Setting up make (4.1-9.1ubuntu1) ... [2020-06-17T19:11:48.921Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... [2020-06-17T19:11:48.921Z] Setting up curl (7.58.0-2ubuntu3.8) ... [2020-06-17T19:11:48.921Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... [2020-06-17T19:11:48.921Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-17T19:11:49.182Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-06-17T19:11:49.182Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-06-17T19:11:49.182Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-06-17T19:11:49.182Z] Setting up libxdmcp6:amd64 (1:1.1.2-3) ... [2020-06-17T19:11:49.182Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-06-17T19:11:49.182Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-17T19:11:49.444Z] Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-17T19:11:49.444Z] Setting up libxau6:amd64 (1:1.0.8-1) ... [2020-06-17T19:11:49.444Z] Setting up netbase (5.4) ... [2020-06-17T19:11:49.444Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-06-17T19:11:49.444Z] Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ... [2020-06-17T19:11:49.708Z] Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... [2020-06-17T19:11:49.708Z] Setting up libxmuu1:amd64 (2:1.1.2-2) ... [2020-06-17T19:11:49.708Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-06-17T19:11:49.708Z] Setting up libxext6:amd64 (2:1.3.3-1) ... [2020-06-17T19:11:49.708Z] Setting up liberror-perl (0.17025-1) ... [2020-06-17T19:11:49.708Z] Setting up xauth (1:1.0.10-1) ... [2020-06-17T19:11:49.708Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-06-17T19:11:49.970Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-06-17T19:11:52.517Z] curl set to automatically installed. [2020-06-17T19:11:52.517Z] git set to automatically installed. [2020-06-17T19:11:52.517Z] git-man set to automatically installed. [2020-06-17T19:11:52.517Z] less set to automatically installed. [2020-06-17T19:11:52.517Z] libbsd0 set to automatically installed. [2020-06-17T19:11:52.517Z] libcurl3-gnutls set to automatically installed. [2020-06-17T19:11:52.517Z] libedit2 set to automatically installed. [2020-06-17T19:11:52.517Z] liberror-perl set to automatically installed. [2020-06-17T19:11:52.517Z] libexpat1 set to automatically installed. [2020-06-17T19:11:52.517Z] libgdbm-compat4 set to automatically installed. [2020-06-17T19:11:52.517Z] libgdbm5 set to automatically installed. [2020-06-17T19:11:52.517Z] libperl5.26 set to automatically installed. [2020-06-17T19:11:52.517Z] libssl1.0.0 set to automatically installed. [2020-06-17T19:11:52.517Z] libx11-6 set to automatically installed. [2020-06-17T19:11:52.517Z] libx11-data set to automatically installed. [2020-06-17T19:11:52.517Z] libxau6 set to automatically installed. [2020-06-17T19:11:52.517Z] libxcb1 set to automatically installed. [2020-06-17T19:11:52.517Z] libxdmcp6 set to automatically installed. [2020-06-17T19:11:52.517Z] libxext6 set to automatically installed. [2020-06-17T19:11:52.517Z] libxmuu1 set to automatically installed. [2020-06-17T19:11:52.517Z] make set to automatically installed. [2020-06-17T19:11:52.517Z] netbase set to automatically installed. [2020-06-17T19:11:52.517Z] openssh-client set to automatically installed. [2020-06-17T19:11:52.517Z] patch set to automatically installed. [2020-06-17T19:11:52.517Z] perl set to automatically installed. [2020-06-17T19:11:52.517Z] perl-modules-5.26 set to automatically installed. [2020-06-17T19:11:52.517Z] xauth set to automatically installed. [2020-06-17T19:11:52.517Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-06-17T19:11:52.517Z] Please ensure the environment is properly setup before continuing. [2020-06-17T19:11:52.517Z] Ignore this message if the appropriate measures have already been taken [2020-06-17T19:11:52.779Z] Pulling go [2020-06-17T19:11:53.725Z] 'device-modbus' has dependencies that need to be staged: go [2020-06-17T19:11:53.725Z] Skipping pull go (already ran) [2020-06-17T19:11:53.725Z] Building go [2020-06-17T19:11:53.725Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-06-17T19:11:53.725Z] Dload Upload Total Spent Left Speed [2020-06-17T19:11:55.503Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 4 114M 4 5039k 0 0 12.5M 0 0:00:09 --:--:-- 0:00:09 12.4M 60 114M 60 68.7M 0 0 51.0M 0 0:00:02 0:00:01 0:00:01 51.0M 100 114M 100 114M 0 0 63.0M 0 0:00:01 0:00:01 --:--:-- 63.0M [2020-06-17T19:11:56.446Z] go1.13.5.linux-amd64.tar.gz: OK [2020-06-17T19:12:04.590Z] Staging go [2020-06-17T19:12:04.850Z] Pulling device-modbus [2020-06-17T19:12:05.789Z] Skipping build go (already ran) [2020-06-17T19:12:05.789Z] Building device-modbus [2020-06-17T19:12:05.789Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -o cmd/device-modbus ./cmd [2020-06-17T19:12:07.348Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-17T19:12:07.348Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-17T19:12:07.348Z] go: downloading github.com/goburrow/modbus v0.1.0 [2020-06-17T19:12:07.348Z] go: extracting github.com/goburrow/modbus v0.1.0 [2020-06-17T19:12:07.348Z] go: downloading github.com/goburrow/serial v0.1.0 [2020-06-17T19:12:07.348Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-17T19:12:07.348Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-17T19:12:07.348Z] go: extracting github.com/goburrow/serial v0.1.0 [2020-06-17T19:12:07.348Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-06-17T19:12:07.348Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-17T19:12:07.348Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-06-17T19:12:07.348Z] go: downloading github.com/google/uuid v1.1.1 [2020-06-17T19:12:07.348Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-17T19:12:07.348Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-06-17T19:12:07.348Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-06-17T19:12:07.348Z] go: extracting github.com/google/uuid v1.1.1 [2020-06-17T19:12:07.348Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-17T19:12:07.348Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-06-17T19:12:07.348Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-17T19:12:07.348Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-17T19:12:07.348Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-06-17T19:12:07.348Z] go: downloading github.com/x448/float16 v0.8.4 [2020-06-17T19:12:07.348Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-17T19:12:07.348Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-06-17T19:12:07.348Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-06-17T19:12:07.348Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-17T19:12:07.348Z] go: downloading github.com/pkg/errors v0.8.1 [2020-06-17T19:12:07.348Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-06-17T19:12:07.348Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-17T19:12:07.348Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-06-17T19:12:07.348Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-17T19:12:07.348Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-17T19:12:07.348Z] go: extracting github.com/x448/float16 v0.8.4 [2020-06-17T19:12:07.348Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-17T19:12:07.348Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-06-17T19:12:07.348Z] go: extracting github.com/pkg/errors v0.8.1 [2020-06-17T19:12:07.619Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-06-17T19:12:07.619Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-06-17T19:12:07.619Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-17T19:12:07.619Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-06-17T19:12:07.619Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-17T19:12:07.619Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-06-17T19:12:07.619Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-17T19:12:07.619Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-06-17T19:12:07.619Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-17T19:12:07.619Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-06-17T19:12:07.619Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-17T19:12:07.619Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-17T19:12:07.619Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-06-17T19:12:07.619Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-06-17T19:12:07.619Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-06-17T19:12:07.619Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-17T19:12:07.619Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-06-17T19:12:07.894Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-06-17T19:12:07.894Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-06-17T19:12:07.894Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-06-17T19:12:08.197Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-17T19:12:08.197Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-17T19:12:08.197Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-17T19:12:08.197Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-17T19:12:08.197Z] go: downloading github.com/hashicorp/golang-lru v0.5.1 [2020-06-17T19:12:08.197Z] go: extracting github.com/hashicorp/golang-lru v0.5.1 [2020-06-17T19:12:08.197Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-17T19:12:08.197Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-17T19:12:08.197Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-06-17T19:12:08.197Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-17T19:12:08.197Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-17T19:12:08.197Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-17T19:12:08.197Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-17T19:12:08.197Z] go: finding github.com/goburrow/serial v0.1.0 [2020-06-17T19:12:08.197Z] go: finding github.com/google/uuid v1.1.1 [2020-06-17T19:12:08.197Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-17T19:12:08.197Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-17T19:12:08.197Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-17T19:12:08.197Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-17T19:12:08.197Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-17T19:12:08.197Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-17T19:12:08.197Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-17T19:12:08.197Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-17T19:12:08.197Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-17T19:12:08.197Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-17T19:12:08.197Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-17T19:12:08.197Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-17T19:12:08.197Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-17T19:12:08.197Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-17T19:12:08.197Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-17T19:12:08.197Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-17T19:12:08.197Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-17T19:12:08.197Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-17T19:12:08.197Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-17T19:12:08.197Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-17T19:12:08.197Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-17T19:12:08.197Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-06-17T19:12:11.128Z] e7604b0c0f53: Pull complete [2020-06-17T19:12:11.128Z] db689cb83ae0: Pull complete [2020-06-17T19:12:11.128Z] 6138af208834: Pull complete [2020-06-17T19:12:11.128Z] 007c8e8c5d63: Pull complete [2020-06-17T19:12:11.128Z] 4f7a387c642f: Pull complete [2020-06-17T19:12:11.128Z] Digest: sha256:95de001a4645667c7ff44d03fa3a86afcf7622caf7559cdf0345329f515671b4 [2020-06-17T19:12:11.128Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-06-17T19:12:16.516Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-06-17T19:12:16.787Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-06-17T19:12:17.059Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-06-17T19:12:17.331Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-06-17T19:12:17.331Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3737 B] [2020-06-17T19:12:17.604Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1239 kB] [2020-06-17T19:12:18.205Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1192 B] [2020-06-17T19:12:18.205Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [880 kB] [2020-06-17T19:12:18.205Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [7827 B] [2020-06-17T19:12:18.205Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] [2020-06-17T19:12:18.205Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [756 kB] [2020-06-17T19:12:18.205Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [608 kB] [2020-06-17T19:12:18.495Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-17T19:12:18.795Z] Fetched 3756 kB in 3s (1466 kB/s) [2020-06-17T19:12:22.701Z] Skipping stage go (already ran) [2020-06-17T19:12:22.702Z] Staging device-modbus [2020-06-17T19:12:23.077Z] Reading package lists... [2020-06-17T19:12:23.647Z] Priming go [2020-06-17T19:12:24.220Z] Priming device-modbus [2020-06-17T19:12:25.163Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-06-17T19:12:25.163Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-06-17T19:12:25.163Z] Determining the version from the project repo (version-script). [2020-06-17T19:12:25.163Z] The version has been set to '0.0.0-20200617+40a26c7' [2020-06-17T19:12:25.439Z] Snapping 'edgex-device-modbus' ... [2020-06-17T19:12:26.439Z] [2020-06-17T19:12:26.439Z] Snapped edgex-device-modbus_0.0.0-20200617+40a26c7_amd64.snap [Pipeline] } [2020-06-17T19:12:27.852Z] 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-17T19:12:35.428Z] 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-17T19:12:39.710Z] Reading package lists... [2020-06-17T19:12:40.302Z] Building dependency tree... [2020-06-17T19:12:40.302Z] Reading state information... [2020-06-17T19:12:41.272Z] The following packages were automatically installed and are no longer required: [2020-06-17T19:12:41.272Z] libjq1 liblzo2-2 libonig4 [2020-06-17T19:12:41.272Z] Use 'sudo apt autoremove' to remove them. [2020-06-17T19:12:41.272Z] Suggested packages: [2020-06-17T19:12:41.272Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-06-17T19:12:41.272Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc [2020-06-17T19:12:41.272Z] keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc [2020-06-17T19:12:41.272Z] libterm-readline-gnu-perl | libterm-readline-perl-perl [2020-06-17T19:12:41.542Z] The following NEW packages will be installed: [2020-06-17T19:12:41.542Z] curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl [2020-06-17T19:12:41.542Z] libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 [2020-06-17T19:12:41.542Z] libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase [2020-06-17T19:12:41.542Z] openssh-client patch perl perl-modules-5.26 xauth [2020-06-17T19:12:42.128Z] 0 upgraded, 27 newly installed, 0 to remove and 10 not upgraded. [2020-06-17T19:12:42.128Z] Need to get 12.9 MB of archives. [2020-06-17T19:12:42.128Z] After this operation, 84.2 MB of additional disk space will be used. [2020-06-17T19:12:42.128Z] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxau6 arm64 1:1.0.8-1 [7590 B] [2020-06-17T19:12:42.128Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbsd0 arm64 0.8.7-1ubuntu0.1 [36.6 kB] [2020-06-17T19:12:42.128Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxdmcp6 arm64 1:1.1.2-3 [9694 B] [2020-06-17T19:12:42.128Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxcb1 arm64 1.13-2~ubuntu18.04 [37.3 kB] [2020-06-17T19:12:42.400Z] 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-17T19:12:42.400Z] 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-17T19:12:42.992Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxext6 arm64 2:1.3.3-1 [25.4 kB] [2020-06-17T19:12:42.992Z] 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-17T19:12:43.270Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] [2020-06-17T19:12:43.270Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] [2020-06-17T19:12:43.270Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] [2020-06-17T19:12:43.270Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] [2020-06-17T19:12:43.270Z] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] [2020-06-17T19:12:43.270Z] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.2 [69.3 kB] [2020-06-17T19:12:43.270Z] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] [2020-06-17T19:12:43.270Z] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libedit2 arm64 3.1-20170329-1 [63.4 kB] [2020-06-17T19:12:43.270Z] 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-17T19:12:43.550Z] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxmuu1 arm64 2:1.1.2-2 [9502 B] [2020-06-17T19:12:43.550Z] Get:19 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssh-client arm64 1:7.6p1-4ubuntu0.3 [527 kB] [2020-06-17T19:12:43.550Z] Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xauth arm64 1:1.0.10-1 [22.4 kB] [2020-06-17T19:12:43.550Z] Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.8 [152 kB] [2020-06-17T19:12:43.550Z] Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.8 [179 kB] [2020-06-17T19:12:43.550Z] Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] [2020-06-17T19:12:43.550Z] 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-17T19:12:43.550Z] Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] [2020-06-17T19:12:43.857Z] Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] [2020-06-17T19:12:43.857Z] Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] [2020-06-17T19:12:44.473Z] debconf: delaying package configuration, since apt-utils is not installed [2020-06-17T19:12:44.749Z] Fetched 12.9 MB in 2s (5751 kB/s) [2020-06-17T19:12:44.749Z] Selecting previously unselected package libxau6:arm64. [2020-06-17T19:12:44.749Z] (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-17T19:12:44.749Z] Preparing to unpack .../00-libxau6_1%3a1.0.8-1_arm64.deb ... [2020-06-17T19:12:44.749Z] Unpacking libxau6:arm64 (1:1.0.8-1) ... [2020-06-17T19:12:45.027Z] Selecting previously unselected package libbsd0:arm64. [2020-06-17T19:12:45.027Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_arm64.deb ... [2020-06-17T19:12:45.027Z] Unpacking libbsd0:arm64 (0.8.7-1ubuntu0.1) ... [2020-06-17T19:12:45.027Z] Selecting previously unselected package libxdmcp6:arm64. [2020-06-17T19:12:45.027Z] Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_arm64.deb ... [2020-06-17T19:12:45.027Z] Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... [2020-06-17T19:12:45.306Z] Selecting previously unselected package libxcb1:arm64. [2020-06-17T19:12:45.306Z] Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_arm64.deb ... [2020-06-17T19:12:45.306Z] Unpacking libxcb1:arm64 (1.13-2~ubuntu18.04) ... [2020-06-17T19:12:45.306Z] Selecting previously unselected package libx11-data. [2020-06-17T19:12:45.306Z] Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... [2020-06-17T19:12:45.598Z] Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-17T19:12:45.874Z] Selecting previously unselected package libx11-6:arm64. [2020-06-17T19:12:45.874Z] Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_arm64.deb ... [2020-06-17T19:12:45.874Z] Unpacking libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... [2020-06-17T19:12:46.161Z] Selecting previously unselected package libxext6:arm64. [2020-06-17T19:12:46.161Z] Preparing to unpack .../06-libxext6_2%3a1.3.3-1_arm64.deb ... [2020-06-17T19:12:46.161Z] Unpacking libxext6:arm64 (2:1.3.3-1) ... [2020-06-17T19:12:46.161Z] Selecting previously unselected package perl-modules-5.26. [2020-06-17T19:12:46.161Z] Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-06-17T19:12:46.161Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-17T19:12:47.595Z] Selecting previously unselected package libgdbm5:arm64. [2020-06-17T19:12:47.595Z] Preparing to unpack .../08-libgdbm5_1.14.1-6_arm64.deb ... [2020-06-17T19:12:47.870Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-06-17T19:12:47.870Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-06-17T19:12:47.870Z] Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-06-17T19:12:47.870Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-06-17T19:12:47.870Z] Selecting previously unselected package libperl5.26:arm64. [2020-06-17T19:12:47.870Z] Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... [2020-06-17T19:12:47.870Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-06-17T19:12:49.299Z] Selecting previously unselected package perl. [2020-06-17T19:12:49.299Z] Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_arm64.deb ... [2020-06-17T19:12:49.299Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-06-17T19:12:49.299Z] Selecting previously unselected package less. [2020-06-17T19:12:49.299Z] Preparing to unpack .../12-less_487-0.1_arm64.deb ... [2020-06-17T19:12:49.299Z] Unpacking less (487-0.1) ... [2020-06-17T19:12:49.569Z] Selecting previously unselected package libexpat1:arm64. [2020-06-17T19:12:49.569Z] Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_arm64.deb ... [2020-06-17T19:12:49.569Z] Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.2) ... [2020-06-17T19:12:49.569Z] Selecting previously unselected package netbase. [2020-06-17T19:12:49.569Z] Preparing to unpack .../14-netbase_5.4_all.deb ... [2020-06-17T19:12:49.569Z] Unpacking netbase (5.4) ... [2020-06-17T19:12:49.840Z] Selecting previously unselected package libedit2:arm64. [2020-06-17T19:12:49.840Z] Preparing to unpack .../15-libedit2_3.1-20170329-1_arm64.deb ... [2020-06-17T19:12:49.840Z] Unpacking libedit2:arm64 (3.1-20170329-1) ... [2020-06-17T19:12:49.840Z] Selecting previously unselected package libssl1.0.0:arm64. [2020-06-17T19:12:49.840Z] Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_arm64.deb ... [2020-06-17T19:12:49.840Z] Unpacking libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... [2020-06-17T19:12:50.110Z] Selecting previously unselected package libxmuu1:arm64. [2020-06-17T19:12:50.110Z] Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_arm64.deb ... [2020-06-17T19:12:50.110Z] Unpacking libxmuu1:arm64 (2:1.1.2-2) ... [2020-06-17T19:12:50.380Z] Selecting previously unselected package openssh-client. [2020-06-17T19:12:50.380Z] Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_arm64.deb ... [2020-06-17T19:12:50.380Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-17T19:12:50.651Z] Selecting previously unselected package xauth. [2020-06-17T19:12:50.651Z] Preparing to unpack .../19-xauth_1%3a1.0.10-1_arm64.deb ... [2020-06-17T19:12:50.651Z] Unpacking xauth (1:1.0.10-1) ... [2020-06-17T19:12:50.651Z] Selecting previously unselected package curl. [2020-06-17T19:12:50.651Z] Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_arm64.deb ... [2020-06-17T19:12:50.651Z] Unpacking curl (7.58.0-2ubuntu3.8) ... [2020-06-17T19:12:50.921Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-06-17T19:12:50.921Z] Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_arm64.deb ... [2020-06-17T19:12:50.921Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... [2020-06-17T19:12:50.921Z] Selecting previously unselected package liberror-perl. [2020-06-17T19:12:50.921Z] Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... [2020-06-17T19:12:50.921Z] Unpacking liberror-perl (0.17025-1) ... [2020-06-17T19:12:51.193Z] Selecting previously unselected package git-man. [2020-06-17T19:12:51.193Z] Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-06-17T19:12:51.193Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-17T19:12:51.463Z] Selecting previously unselected package git. [2020-06-17T19:12:51.463Z] Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-06-17T19:12:51.463Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-06-17T19:12:52.891Z] Selecting previously unselected package make. [2020-06-17T19:12:52.891Z] Preparing to unpack .../25-make_4.1-9.1ubuntu1_arm64.deb ... [2020-06-17T19:12:52.891Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-06-17T19:12:52.891Z] Selecting previously unselected package patch. [2020-06-17T19:12:52.891Z] Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-06-17T19:12:52.891Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-06-17T19:12:53.162Z] Setting up libedit2:arm64 (3.1-20170329-1) ... [2020-06-17T19:12:53.162Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-17T19:12:53.162Z] Setting up libexpat1:arm64 (2.2.5-3ubuntu0.2) ... [2020-06-17T19:12:53.162Z] Setting up less (487-0.1) ... [2020-06-17T19:12:53.433Z] Setting up make (4.1-9.1ubuntu1) ... [2020-06-17T19:12:53.433Z] Setting up libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... [2020-06-17T19:12:54.022Z] Setting up curl (7.58.0-2ubuntu3.8) ... [2020-06-17T19:12:54.022Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... [2020-06-17T19:12:54.022Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-17T19:12:54.022Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-06-17T19:12:54.022Z] Setting up libbsd0:arm64 (0.8.7-1ubuntu0.1) ... [2020-06-17T19:12:54.022Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-06-17T19:12:54.022Z] Setting up libxdmcp6:arm64 (1:1.1.2-3) ... [2020-06-17T19:12:54.293Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-06-17T19:12:54.293Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-17T19:12:54.563Z] Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-17T19:12:54.563Z] Setting up libxau6:arm64 (1:1.0.8-1) ... [2020-06-17T19:12:54.563Z] Setting up netbase (5.4) ... [2020-06-17T19:12:54.563Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-06-17T19:12:54.834Z] Setting up libxcb1:arm64 (1.13-2~ubuntu18.04) ... [2020-06-17T19:12:54.834Z] Setting up libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... [2020-06-17T19:12:54.834Z] Setting up libxmuu1:arm64 (2:1.1.2-2) ... [2020-06-17T19:12:54.834Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-06-17T19:12:54.834Z] Setting up libxext6:arm64 (2:1.3.3-1) ... [2020-06-17T19:12:54.834Z] Setting up liberror-perl (0.17025-1) ... [2020-06-17T19:12:55.103Z] Setting up xauth (1:1.0.10-1) ... [2020-06-17T19:12:55.103Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-06-17T19:12:55.103Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-06-17T19:13:01.782Z] curl set to automatically installed. [2020-06-17T19:13:01.782Z] git set to automatically installed. [2020-06-17T19:13:01.782Z] git-man set to automatically installed. [2020-06-17T19:13:01.782Z] less set to automatically installed. [2020-06-17T19:13:01.782Z] libbsd0 set to automatically installed. [2020-06-17T19:13:01.782Z] libcurl3-gnutls set to automatically installed. [2020-06-17T19:13:01.782Z] libedit2 set to automatically installed. [2020-06-17T19:13:01.782Z] liberror-perl set to automatically installed. [2020-06-17T19:13:01.782Z] libexpat1 set to automatically installed. [2020-06-17T19:13:01.782Z] libgdbm-compat4 set to automatically installed. [2020-06-17T19:13:01.782Z] libgdbm5 set to automatically installed. [2020-06-17T19:13:01.782Z] libperl5.26 set to automatically installed. [2020-06-17T19:13:01.782Z] libssl1.0.0 set to automatically installed. [2020-06-17T19:13:01.782Z] libx11-6 set to automatically installed. [2020-06-17T19:13:01.782Z] libx11-data set to automatically installed. [2020-06-17T19:13:01.782Z] libxau6 set to automatically installed. [2020-06-17T19:13:01.782Z] libxcb1 set to automatically installed. [2020-06-17T19:13:01.782Z] libxdmcp6 set to automatically installed. [2020-06-17T19:13:01.782Z] libxext6 set to automatically installed. [2020-06-17T19:13:01.782Z] libxmuu1 set to automatically installed. [2020-06-17T19:13:01.782Z] make set to automatically installed. [2020-06-17T19:13:01.782Z] netbase set to automatically installed. [2020-06-17T19:13:01.782Z] openssh-client set to automatically installed. [2020-06-17T19:13:01.782Z] patch set to automatically installed. [2020-06-17T19:13:01.782Z] perl set to automatically installed. [2020-06-17T19:13:01.782Z] perl-modules-5.26 set to automatically installed. [2020-06-17T19:13:01.782Z] xauth set to automatically installed. [2020-06-17T19:13:01.782Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-06-17T19:13:01.782Z] Please ensure the environment is properly setup before continuing. [2020-06-17T19:13:01.782Z] Ignore this message if the appropriate measures have already been taken [2020-06-17T19:13:02.053Z] Pulling go [2020-06-17T19:13:04.645Z] 'device-modbus' has dependencies that need to be staged: go [2020-06-17T19:13:04.645Z] Skipping pull go (already ran) [2020-06-17T19:13:04.645Z] Building go [2020-06-17T19:13:04.645Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-06-17T19:13:04.645Z] Dload Upload Total Spent Left Speed [2020-06-17T19:13:06.866Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 38 93.0M 38 35.8M 0 0 39.9M 0 0:00:02 --:--:-- 0:00:02 39.9M 87 93.0M 87 81.9M 0 0 43.2M 0 0:00:02 0:00:01 0:00:01 43.2M 100 93.0M 100 93.0M 0 0 43.5M 0 0:00:02 0:00:02 --:--:-- 43.5M [2020-06-17T19:13:08.282Z] go1.13.5.linux-arm64.tar.gz: OK [2020-06-17T19:13:26.552Z] Staging go [2020-06-17T19:13:27.969Z] Pulling device-modbus [2020-06-17T19:13:30.570Z] Skipping build go (already ran) [2020-06-17T19:13:30.570Z] Building device-modbus [2020-06-17T19:13:30.841Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -o cmd/device-modbus ./cmd [2020-06-17T19:13:31.439Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-17T19:13:31.439Z] go: downloading github.com/goburrow/modbus v0.1.0 [2020-06-17T19:13:31.439Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-17T19:13:31.439Z] go: extracting github.com/goburrow/modbus v0.1.0 [2020-06-17T19:13:31.439Z] go: downloading github.com/goburrow/serial v0.1.0 [2020-06-17T19:13:31.712Z] go: extracting github.com/goburrow/serial v0.1.0 [2020-06-17T19:13:31.712Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-17T19:13:31.712Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-17T19:13:31.712Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-06-17T19:13:31.712Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-17T19:13:31.712Z] go: downloading github.com/google/uuid v1.1.1 [2020-06-17T19:13:31.712Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-06-17T19:13:31.712Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-06-17T19:13:31.712Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-06-17T19:13:31.712Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-17T19:13:31.712Z] go: extracting github.com/google/uuid v1.1.1 [2020-06-17T19:13:31.712Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-06-17T19:13:31.712Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-06-17T19:13:31.712Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-06-17T19:13:31.712Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-17T19:13:31.712Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-17T19:13:31.712Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-17T19:13:31.712Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-17T19:13:31.712Z] go: downloading github.com/pkg/errors v0.8.1 [2020-06-17T19:13:31.712Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-06-17T19:13:31.986Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-17T19:13:31.986Z] go: extracting github.com/pkg/errors v0.8.1 [2020-06-17T19:13:31.986Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-17T19:13:31.986Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-06-17T19:13:31.986Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-17T19:13:31.986Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-06-17T19:13:31.986Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-17T19:13:31.986Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-17T19:13:31.986Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-06-17T19:13:31.986Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-17T19:13:31.986Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-17T19:13:31.986Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-06-17T19:13:31.986Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-06-17T19:13:31.986Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-06-17T19:13:31.986Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-06-17T19:13:31.986Z] go: downloading github.com/x448/float16 v0.8.4 [2020-06-17T19:13:31.986Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-17T19:13:31.986Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-06-17T19:13:31.986Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-06-17T19:13:31.986Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-06-17T19:13:31.986Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-06-17T19:13:31.986Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-06-17T19:13:31.986Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-17T19:13:31.986Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-17T19:13:31.986Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-06-17T19:13:31.986Z] go: extracting github.com/x448/float16 v0.8.4 [2020-06-17T19:13:32.260Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-17T19:13:32.260Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-17T19:13:32.260Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-06-17T19:13:32.260Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-06-17T19:13:32.260Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-06-17T19:13:32.530Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-17T19:13:32.530Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-17T19:13:32.530Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-17T19:13:32.530Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-17T19:13:32.530Z] go: downloading github.com/hashicorp/golang-lru v0.5.1 [2020-06-17T19:13:32.530Z] go: extracting github.com/hashicorp/golang-lru v0.5.1 [2020-06-17T19:13:32.530Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-17T19:13:32.530Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-17T19:13:32.530Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-17T19:13:32.530Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-17T19:13:32.530Z] go: finding github.com/google/uuid v1.1.1 [2020-06-17T19:13:32.804Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-17T19:13:32.804Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-17T19:13:32.804Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-17T19:13:32.804Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-17T19:13:32.804Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-17T19:13:32.804Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-17T19:13:32.804Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-17T19:13:32.804Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-17T19:13:32.804Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-17T19:13:32.804Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-17T19:13:32.804Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-17T19:13:32.804Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-17T19:13:32.804Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-17T19:13:32.804Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-17T19:13:32.804Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-17T19:13:32.804Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-17T19:13:32.804Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-17T19:13:32.804Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-17T19:13:32.804Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-17T19:13:32.804Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-17T19:13:32.804Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-17T19:13:32.804Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-17T19:13:32.804Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-17T19:13:32.804Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-06-17T19:13:32.804Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-06-17T19:13:32.804Z] go: finding github.com/goburrow/serial v0.1.0 [2020-06-17T19:13:59.587Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-17T19:14:11.941Z] Skipping stage go (already ran) [2020-06-17T19:14:11.941Z] Staging device-modbus [2020-06-17T19:14:14.541Z] Priming go [2020-06-17T19:14:17.139Z] Priming device-modbus [2020-06-17T19:14:20.509Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-06-17T19:14:20.509Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-06-17T19:14:20.509Z] Determining the version from the project repo (version-script). [2020-06-17T19:14:20.509Z] The version has been set to '0.0.0-20200617+fac097f' [2020-06-17T19:14:20.509Z] Snapping 'edgex-device-modbus' ... [2020-06-17T19:14:23.118Z] [2020-06-17T19:14:23.118Z] Snapped edgex-device-modbus_0.0.0-20200617+fac097f_arm64.snap [Pipeline] } [2020-06-17T19:14:25.114Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-06-17T19:14:26.265Z] provisioning config files... [2020-06-17T19:14:26.275Z] copy managed file [device-modbus-go-codecov-token] to file:/w/workspace/xfoundry_device-modbus-go_PR-155@tmp/config8211428579408027529tmp [Pipeline] { [Pipeline] sh [2020-06-17T19:14:26.639Z] + curl -s https://codecov.io/bash [2020-06-17T19:14:26.639Z] + bash -s - -t @/w/workspace/xfoundry_device-modbus-go_PR-155@tmp/config8211428579408027529tmp [2020-06-17T19:14:26.901Z] [2020-06-17T19:14:26.901Z] _____ _ [2020-06-17T19:14:26.901Z] / ____| | | [2020-06-17T19:14:26.901Z] | | ___ __| | ___ ___ _____ __ [2020-06-17T19:14:26.901Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-06-17T19:14:26.901Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-06-17T19:14:26.901Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-06-17T19:14:26.901Z] Bash-20200602-f809a24 [2020-06-17T19:14:26.901Z] [2020-06-17T19:14:26.901Z] [2020-06-17T19:14:26.901Z] ==> Jenkins CI detected. [2020-06-17T19:14:26.901Z] project root: . [2020-06-17T19:14:26.901Z] Fixing merge commit SHA [2020-06-17T19:14:26.901Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-06-17T19:14:26.901Z] ==> Running gcov in . (disable via -X gcov) [2020-06-17T19:14:26.901Z] ==> Python coveragepy not found [2020-06-17T19:14:26.901Z] ==> Searching for coverage reports in: [2020-06-17T19:14:26.901Z] + . [2020-06-17T19:14:26.901Z] -> Found 1 reports [2020-06-17T19:14:26.901Z] ==> Detecting git/mercurial file structure [2020-06-17T19:14:26.901Z] ==> Reading reports [2020-06-17T19:14:26.901Z] + ./coverage.out bytes=22123 [2020-06-17T19:14:26.901Z] ==> Appending adjustments [2020-06-17T19:14:26.901Z] https://docs.codecov.io/docs/fixing-reports [2020-06-17T19:14:26.901Z] + Found adjustments [2020-06-17T19:14:26.901Z] ==> Gzipping contents [2020-06-17T19:14:26.901Z] ==> Uploading reports [2020-06-17T19:14:26.901Z] url: https://codecov.io [2020-06-17T19:14:26.901Z] query: branch=PR-155&commit=fdf900d8a58188a2e8b2bc604c944c724a46cd8f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2FPR-155%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=155&job= [2020-06-17T19:14:27.165Z] -> Pinging Codecov [2020-06-17T19:14:27.165Z] https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=PR-155&commit=fdf900d8a58188a2e8b2bc604c944c724a46cd8f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2FPR-155%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=155&job= [2020-06-17T19:14:27.424Z] -> Uploading [2020-06-17T19:14:27.993Z] -> View reports at https://codecov.io/github/edgexfoundry/device-modbus-go/commit/fdf900d8a58188a2e8b2bc604c944c724a46cd8f [Pipeline] } [2020-06-17T19:14:28.016Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-06-17T19:14:29.424Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-17T19:14:30.013Z] ---> package-listing.sh [2020-06-17T19:14:30.013Z] ++ facter osfamily [2020-06-17T19:14:30.013Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-17T19:14:30.013Z] + OS_FAMILY=redhat [2020-06-17T19:14:30.013Z] + workspace=/w/workspace/xfoundry_device-modbus-go_PR-155 [2020-06-17T19:14:30.013Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-17T19:14:30.013Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-17T19:14:30.013Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-17T19:14:30.013Z] + PACKAGES=/tmp/packages_start.txt [2020-06-17T19:14:30.013Z] + '[' /w/workspace/xfoundry_device-modbus-go_PR-155 ']' [2020-06-17T19:14:30.013Z] + PACKAGES=/tmp/packages_end.txt [2020-06-17T19:14:30.013Z] + case "${OS_FAMILY}" in [2020-06-17T19:14:30.013Z] + rpm -qa [2020-06-17T19:14:30.013Z] + sort [2020-06-17T19:14:34.218Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-17T19:14:34.218Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-17T19:14:34.218Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-17T19:14:34.218Z] + '[' /w/workspace/xfoundry_device-modbus-go_PR-155 ']' [2020-06-17T19:14:34.218Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_PR-155/archives/ [2020-06-17T19:14:34.218Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_PR-155/archives/ [Pipeline] isUnix [Pipeline] sh [2020-06-17T19:14:35.210Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-17T19:14:35.210Z] [2020-06-17T19:14:35.210Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-17T19:14:35.563Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-17T19:14:35.563Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-17T19:14:35.563Z] c9b1b535fdd9: Pulling fs layer [2020-06-17T19:14:35.563Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-17T19:14:35.563Z] 756a868c4378: Pulling fs layer [2020-06-17T19:14:35.563Z] 444b2fc9a129: Pulling fs layer [2020-06-17T19:14:35.563Z] ea15f1150254: Pulling fs layer [2020-06-17T19:14:35.563Z] 41b27a9f41bf: Pulling fs layer [2020-06-17T19:14:35.563Z] 28c525ee5125: Pulling fs layer [2020-06-17T19:14:35.563Z] 094b1ea09ed8: Pulling fs layer [2020-06-17T19:14:35.563Z] 138eaada9080: Pulling fs layer [2020-06-17T19:14:35.563Z] 0622d0fa9048: Pulling fs layer [2020-06-17T19:14:35.563Z] ea15f1150254: Waiting [2020-06-17T19:14:35.563Z] 41b27a9f41bf: Waiting [2020-06-17T19:14:35.563Z] 28c525ee5125: Waiting [2020-06-17T19:14:35.563Z] 094b1ea09ed8: Waiting [2020-06-17T19:14:35.563Z] 138eaada9080: Waiting [2020-06-17T19:14:35.563Z] 0622d0fa9048: Waiting [2020-06-17T19:14:35.563Z] 444b2fc9a129: Waiting [2020-06-17T19:14:35.563Z] 2cc5ad85d9ab: Download complete [2020-06-17T19:14:35.563Z] 444b2fc9a129: Verifying Checksum [2020-06-17T19:14:35.563Z] 444b2fc9a129: Download complete [2020-06-17T19:14:35.563Z] c9b1b535fdd9: Download complete [2020-06-17T19:14:35.563Z] ea15f1150254: Verifying Checksum [2020-06-17T19:14:35.563Z] ea15f1150254: Download complete [2020-06-17T19:14:35.837Z] 28c525ee5125: Verifying Checksum [2020-06-17T19:14:35.837Z] 28c525ee5125: Download complete [2020-06-17T19:14:35.837Z] 756a868c4378: Verifying Checksum [2020-06-17T19:14:35.837Z] 756a868c4378: Download complete [2020-06-17T19:14:36.106Z] c9b1b535fdd9: Pull complete [2020-06-17T19:14:36.106Z] 138eaada9080: Verifying Checksum [2020-06-17T19:14:36.106Z] 138eaada9080: Download complete [2020-06-17T19:14:36.106Z] 0622d0fa9048: Verifying Checksum [2020-06-17T19:14:36.106Z] 0622d0fa9048: Download complete [2020-06-17T19:14:36.106Z] 094b1ea09ed8: Verifying Checksum [2020-06-17T19:14:36.106Z] 094b1ea09ed8: Download complete [2020-06-17T19:14:36.371Z] 2cc5ad85d9ab: Pull complete [2020-06-17T19:14:36.638Z] 41b27a9f41bf: Verifying Checksum [2020-06-17T19:14:36.638Z] 41b27a9f41bf: Download complete [2020-06-17T19:14:37.585Z] 756a868c4378: Pull complete [2020-06-17T19:14:37.846Z] 444b2fc9a129: Pull complete [2020-06-17T19:14:37.846Z] ea15f1150254: Pull complete [2020-06-17T19:14:42.068Z] 41b27a9f41bf: Pull complete [2020-06-17T19:14:42.068Z] 28c525ee5125: Pull complete [2020-06-17T19:14:44.616Z] 094b1ea09ed8: Pull complete [2020-06-17T19:14:44.876Z] 138eaada9080: Pull complete [2020-06-17T19:14:45.135Z] 0622d0fa9048: Pull complete [2020-06-17T19:14:45.135Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-17T19:14:45.135Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-17T19:14:45.135Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-17T19:14:45.302Z] prd-centos7-docker-4c-2g-3391 does not seem to be running inside a container [2020-06-17T19:14:45.345Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/xfoundry_device-modbus-go_PR-155 -v /w/workspace/xfoundry_device-modbus-go_PR-155:/w/workspace/xfoundry_device-modbus-go_PR-155:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-155@tmp:/w/workspace/xfoundry_device-modbus-go_PR-155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-06-17T19:14:49.032Z] $ docker top da028adb3705550100f36ace8363d8c5b190ce0e5de461df62eaadae7bc6e806 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-17T19:14:49.298Z] provisioning config files... [2020-06-17T19:14:49.312Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-155@tmp/config1452723627153874641tmp [Pipeline] { [Pipeline] echo [2020-06-17T19:14:49.382Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-17T19:14:49.702Z] ---> create-netrc.sh [Pipeline] echo [2020-06-17T19:14:49.729Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-17T19:14:50.044Z] ---> logs-deploy.sh [2020-06-17T19:14:50.044Z] + ARCHIVE_ARTIFACTS= [2020-06-17T19:14:50.044Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-17T19:14:50.044Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-17T19:14:50.044Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-17T19:14:50.044Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-155/1 [2020-06-17T19:14:50.044Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/PR-155/1/ [2020-06-17T19:14:50.044Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-155/1 /w/workspace/xfoundry_device-modbus-go_PR-155 [2020-06-17T19:14:51.433Z] Archives upload complete. [2020-06-17T19:14:51.433Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-155/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/PR-155/1/